.container{
    width: 1190px;
    margin:0 auto;
    /* margin-top: 40px; */
}
.List_item{
    /* width: calc((100% - 12px * 3)/4); */
    width: calc((100% + 12px)/ 4 - 12px);
    margin-right: 12px;
    margin-bottom: 40px;
 
}
.itemWrapper{
   display: flex;
   flex-wrap:wrap;
   align-items: center;
   justify-content: space-between;

}
.breadcrumb .iconfont {
    font-size: 8px;
    display: block;
    align-items: center;
    margin: 2px 5px;
    margin-top: 3px;
    margin-bottom: 0;
}
.itemWrapper::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.List_item:nth-child(4n){
    margin-right: 0;
}
.coverWrapper{
    position: relative;
    display: block;
}
.coverWrapper .coveTag,.coveTag{
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
    font-weight: 500;
}
.title{
 
    line-height: 1.41;
    font-weight: 500;
    font-size: 16px;
    color: #1d1d1d;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.bottomInfo{
    margin-top: 4px;
    color: #666;
    line-height: 20px;
    font-size: 14px;
}

/* Detail */
.videoContainer{
    width: 1200px;
    margin:0 auto;
    padding-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.truncate span{
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 12px;
}
.truncate span:last-child{
    border-right: none;
    
}
.f14{
    font-size: .875rem;
}
.f14 span{
   margin-right: 10px;
}
.left-container{
    width: 800px;
    position: relative;
}
.right-container{
    width: 360px;
    margin-left: 2%;
}
.hot-video {
    height: 675px;
    margin: 28px 0 12px;
}
.hot-video>div {
    width:100%;
}
.hot-video .pane-header {
    margin-bottom: 7px;
}
.pane-header {
    
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pane-header .header {
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

.play {
    width: 25px;
    height: 25px;
    background: url(../images/play.png) no-repeat;
    background-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
#videoDetail h1{
    font-size: 24px;
}
#videoDetail .article-content p{
    font-size: 18px;
    line-height: 1.8em;
}
#video1{
    background-color: #000;
}

#videoDetail .article-content .tt-article-content{
    margin-bottom: 0;
}
#videoDetail .article-content .article-meta{
margin: 5px 0 16px;}
.cover img{
    width: 100%;

}
.cover{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title span{
    margin:0 10px;
}

.title span.on{
    color:#e9451d;
}
.mt-20{
    margin-top: 0px!important;
}
/* videoDetai è‡ªåŠ¨æ’­æ”¾ */
.play-control {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    width: 100%;
}
.play-control div:first-child {
    font-size: 17px;
    font-weight: 500;
}
.play-control div:nth-child(2) {
    margin-left: auto;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 18px;
    line-height: 16px;
    vertical-align: middle;
    background-color: #666;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all .36s;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* å¤´åƒ */
 .author__userinfo {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    /* margin-bottom: 30px; */
}
.author__userinfo .author__headImg {
    margin-right: 8px;
    width: 58px;
    height: 58px;
}
.component-avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #f9f9f9;
}
  .component-avatar__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default;
}
  .component-avatar__inner img {
    border-radius: 50%;
    vertical-align: top;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease 0s;
    object-fit: cover;
}
  .author__userinfo .author__userName {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.user__name {
    display: inline-block;
    vertical-align: middle;
}
[class^=sprite-], [class*=" sprite-"] {
    display: inline-block;
    vertical-align: middle;
}
.sprite-svip {
    background-image: url(https://sf6-scmcdn-tos.pstatp.com/obj/goofy/xigua_fe/xigua_video_web_pc/static/media/sprite.e54bda53.png);
    background-position: -208px -68px;
    width: 16px;
    height: 16px;
}
.user__vip-logo {
    margin-left: 7px;
}
.Page_Projection .author__userinfo .author_statics {
    font-size: 15px;color: #666;
}
 
.component-follow {
    margin-left: 59px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-weight: 500;
     border: none;
     background-color: #e9451d;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    width: 88px;
    height: 36px;
    border-radius: 20px;
    margin-left: 40px;
}

.component-follow2{
    margin-left: 300px;
    background-color: #fff;
    border:1px solid #e9451d;
    color:#e9451d;
}
 .author_statics{
     color:#999;
 }
 .commentCount {
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 500;
    color: #1d1d1d;
}
.comment-compoent-tabs__container {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    padding-bottom: 8px;
    position: relative;
}
.comment-compoent-tabs__tabItem.active, .comment-compoent-tabs__tabItem:hover {
    color: #e9451d;
}
 
.comment-compoent-tabs__tabItem {
    cursor: pointer;
    color: #666;
    width: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 40px;
}
 .commentWriter {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}
 .commentWriter .headImg {
    margin-right: 12px;
    width: 36px;
    height: 36px;
}
.component-avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #f9f9f9;
}
.component-avatar .component-avatar__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default;
}
.component-avatar .component-avatar__inner img {
    border-radius: 50%;
    vertical-align: top;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease 0s;
    object-fit: cover;
}
 .commentWriter .writer-wrapper {
    flex: 1 1;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
 .commentWriter .writer-wrapper .input-wrapper {
    padding: 15px 16px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    border: 1px solid #eee;
}
.input-wrapper textarea {
    width: 100%;
    min-height: 40px;
    border: none;
    line-height: 20px;
    font-size: 15px;
    box-shadow: none;
    height: 68px;
    min-height: 68px;
    max-height: 128px;
}
 .commentWriter .input-opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    padding-bottom: 16px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
 .commentWriter .input-opt .input-opt-left {
    padding-left: 16px;
}
 .commentWriter .input-opt button[disabled] {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
 .commentWriter .input-opt button {
    width: 76px;
    height: 32px;
    margin-right: 16px;
    border-radius: 4px;
    border: none;
    line-height: 32px;
    background-color: #fe104d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.commentList {
    padding-bottom: 20px;
    margin-top: 16px;
}
.commentItem__info {
    display: flex;
    align-items: flex-start;
    margin-bottom: -8px;
}
 .commentItem__userName {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-right: 16px;
    margin-top: 1px;
    margin-left: 10px;
}
.user__name {
    display: inline-block;
    vertical-align: middle;
}
.commentItem__publishTime {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.commentItem__details {
    margin-left: 48px;
    overflow: hidden;
}
 .commentItem__details__main {
    position: relative;
}
.commentItem__text {
    font-size: 15px;
    color: #444;
    text-align: justify;
    margin-bottom: 12px;
    word-break: break-word;
}
.commentItem__text pre {
    font-family: inherit;
    white-space: pre-wrap;
    display: inline;
}
.commentItem__interaction {
    position: relative;
    display: flex;
    align-items: center;
    color: #999;
    margin-bottom: 12px;
}
.commentItem__interaction__moreReply {
    display: flex;
    align-items: center;
    cursor: pointer;
}
 .commentItem__interaction__reply,  .commentItem__interaction__moreReply {
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 8px;
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml40{
    margin-left: 40px;
}
.Page_Projection__comment {
    margin: 40px 0px 0px;
}

.videoContainer .title{
    font-size: 16px;
}
.tn-user a{
    line-height: 29px;
    display: flex;
}
.tn-user a img{
    margin-right: 5px;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #E9451D!important;
}
.el-select .el-input__inner:focus {
    border-color: #E9451D!important;
}
.el-select-dropdown__item.selected {
    color: #E9451D!important;
    font-weight: 700;
}
a.down{
    color: #E9451D;
}
 
.Forgot span{
    color: #E9451D;
}
.eye1 {
    position: absolute;
    bottom: 15px;
    right: 0;
    cursor: pointer;
 
    width: 20px;
    height: 20px;
    background: url(../images/eye1.jpg);
    background-size: 20px;
  }
  .eye2 {
    position: absolute;
    bottom: 15px;
    right: 0;
    cursor: pointer;
 
    width: 20px;
    height: 20px;
    background: url(../images/eye2.jpg);
    background-size: 20px;
  }
  .pore{
      position: relative;
  }
  .user{
      position: absolute;
      right: 0;
      top: 20px;
      width: 30px;
      height: 30px;
  }
  .user img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
 
  /* è¯„è®ºé®ç½© */
   .login-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    cursor: pointer;
}
 .login-mask p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}
 .login-mask span {
    font-weight: 500;
    color: #e70012;
}


.hot-video {
	height: 675px;
	margin: 0 0 12px
}

 
.hot-video .pane-header {
}

.hot-video .video-item {
    overflow: hidden;
    /* padding: 10px 0; */
    padding-bottom: 30px;
}
.tags{
    margin:20px 0;

}
.tag{
    display: flex;
    padding: 0 15px;
    height: 30px;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #999;
    color:#fff;
}
.tag:hover{
    background-color:#e70012;
    color:#fff;
    border:none;
}
.right-speaker{
    color:#999;
    font-size: 12px;
}
.speakerImg-cont{
    font-size: 24px;
    margin-top: 70px;
    font-weight: 700;
    margin-bottom: 50px;
}
 

.hot-video .video-item .left-img {
	display: block;
    width: 167px;
    height: 94px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 12px;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	position: relative;
    margin-left: 0;
    margin-right: 10px;
}

.hot-video .video-item .left-img:hover .pic {
	-webkit-transform: matrix(1.04,0,0,1.04,0,0);
	-moz-transform: matrix(1.04,0,0,1.04,0,0);
	transform: matrix(1.04,0,0,1.04,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.hot-video .video-item .left-img .pic {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .5s ease-out .1s;
	-moz-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s
}

.hot-video .video-item .left-img .number {
	width: 26px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-bottom-right-radius: 4px;
	position: absolute;
	left: 0;
	top: 0
}

.hot-video .video-item .left-img .number.num1 {
	background: #e9451d
}

.hot-video .video-item .left-img .number.num2 {
	background: #ff7528
}

.hot-video .video-item .left-img .number.num3 {
	background: #ffbc11
}

.hot-video .video-item .left-img .number.num-other {
	background: rgba(0,0,0,.6)
}

.hot-video .video-item .left-img .duration {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	padding: 4px 6px;
	position: absolute;
	right: 6px;
	bottom: 6px
}

.hot-video .video-item .right-content {
	height: 96px;
    width: 140px;
    display: flex;
    float: left;
 
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
}

.hot-video .video-item .title {
	max-height: 44px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #222;
	cursor: pointer;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
    margin-bottom: 8px;
}

.hot-video .video-item .title:visited {
	color: #222
}

.hot-video .video-item .title:hover {
	color: #e9451d
}

.hot-video .video-item .like {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 16px;
	color: #e9451d;
	background: #fff2f2;
	border-radius: 4px;
	padding: 4px 6px
}

.hot-video .video-item .desc {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
    margin-top: -3px;
}
.hot-video .video-item .desc span{
    margin-right: 5px;
}
.hot-video .video-item .desc span.line{
 display: inline-block;
 width: 1px;
 height: 16px;
 background-color: #999;
 margin-top:0px;
 padding:0;
}

.hot-video .video-item .desc span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
    font-size: 12px!important;
}

.hot-video .video-item .desc a {
	color: #999;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot-video .video-item .desc a:hover {
	opacity: .8
}
.play {
    width: 25px;
    height: 25px;
    background: url(../images/play.png) no-repeat;
    background-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.playBox{
    width: 1190px;
    margin:0 auto;
    height: 568px;
    display: flex;
    margin-top: 20px;
    background-color: #000;
}
.playbox-left{
    width: 70%;
}
.playbox-right{
    width: 28%;
    margin-left: 2%;
    overflow-y: auto;
    overflow-x: hidden;
}
.playbox-right .hot-video .header{
    color: #fff;
    padding-left: 0;
}
.playbox-right .title{
    color:rgba(255,255,255,.75)!important;
}
.justify-between {
    justify-content: space-between;
}

@media (min-width: 700px){
.md\:flex-row {
    flex-direction: row;
}
}
.flex {
    display: flex;
}
.items-start {
    align-items: flex-start;
}
.w-14 {
    width:60px;
}
.video-cont{
    height: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.mr-2 {
    margin-right: .5rem;
}
.lazy-load-image-background.opacity.lazy-load-image-loaded {
    opacity: 1;
    transition: opacity .2s;
}

.lazy-load-image-background.opacity {
    background-image: none!important;
    opacity: 0;
}
.lazy-load-image-background {
    line-height: 0;
}
.leading-md {
    line-height: 1.5;
}
.font-bold {
    font-weight: 700;
}

.text-base {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 8px;
    margin-top: 12px;
}
.speakcont{
    margin-top: 20px;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(117,117,117,var(--tw-text-opacity));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.35;
}
.truncate, .whitespace-nowrap {
    white-space: nowrap;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-full {
    width: 100%;
}
 

.overflow-hidden {
    overflow: hidden;
}
.items-center {
    align-items: center;
}
.flex-1 {
    flex: 1 1 0%;
}
.text-xs {
    font-size: 14px;
    line-height: 1.35;
}
.items-start {
    align-items: flex-start;
}

.max-w-max {
    max-width: max-content;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.35;
}
.bg-black {
    height: 1px;
    margin: 10px 0 20px;
    background-color: #eee;
}
.article-content {
    margin-top: 0px;
    margin-bottom: 50px;
}
.mr-1 {
    margin-right: .25rem;
    margin-top: 1px;
}
.mr-1 a.more{
    font-weight: normal;
}
.text-sm .btn{
    margin:0;
}
.flex-col {
    flex-direction: column;
}
.look-more {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

/* floatVideo */
.floatVideo{
    position: fixed;
    right: 400px;
    bottom: 0;
    max-width: 100%;
    width: 420px;
    height: 236.25px;
    outline: none;
    right: 506px;
    right: 50%;
    margin-right: -210px;
    bottom: 40px;
    display: none;
}
#video2{
    width: 420px;
    height: 236.25px;
}
.floatVideo video{ 
    width: 100%;
    height: 100%;
}


/* 视频列表 */
.videobox .huiyi2{
    
    border-bottom: none;
    height: 330px;
 
    width: 386px;
    margin-right: 20px;
}
.videobox .huiyi2 .tip{
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 20px;
}
.videobox  .huiyi2 dl dt{
    padding: 0;
    font-size: 18px;
    margin: 0;
}
.videobox .huiyi2:hover{
    border-bottom: none;
}
.left-container .main{
    width: 100%;
}
.videoContainer .content{
   padding-top: 0;
   width: 100%;
}
.videoContainer {
    margin-bottom: 70px;
}
/* 四列视频 */
.videobox2::after{
    content: '';
    display: block;
    clear: both;
}




.videobox2{
    margin-bottom: 30px!important;
}
.videobox2 .huiyi2{
    
    border-bottom: none;
    height: 285px;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.videobox2 .huiyi2:nth-child(3n){
    margin-right: 20px;
}
.videobox2 .huiyi2:nth-child(4n){
    margin-right: 0;
}
.videobox2 .huiyi2:hover{
    border-bottom: none;
}
.videobox2 .huiyi2 dl{
    width: 100%;
}
.videobox2  .huiyi2 .huiyileft{
    height: 166px;
}
.videobox2 .huiyi2 dl dt{
    font-size: 16px;
}
.videobox2 .huiyi2 .tip{
    margin-top: 10px;
}
.videobox2 .huiyi2 dl dt {
    font-size: 16px;
    color: #000;
    margin: 6px 0;
}
.videobox2 .huiyi2 .time{
    font-size: 12px;
}
.videobox2 .huiyi2 .time .attr{
    margin-left: 0;
}
.videoContainerBox{
    width: 100%;
    background-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.swiper-button-next {
    background-image: url(../images/you1.png);
    right: 439px;
    top: 360px;
    left: auto;
    z-index: 100;
    background: none;
}
.swiper-jt-weizhi{
    top: 306px !important;
}

.swiper-button-prev{
    background-image: url(../images/zuo1.png);
    right: 723px;
    top: 360px;
    left: auto;
    background: none;
}
.huibox{
    width: 100%;
    background-color: #f4f4f4;
}
.huibox .layoutleft img{
        border:none;
        height: 400px;
}
.huibox .layoutleft{
        border:none;
        height: 400px;
}
.huibox .layoutleft img:hover{
    border: none;
}
.bottom1px{
    bottom: 1px!important;
}