* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}

/*data-selectCard*/
.date-selectCard{
    width: 100%;
    height: auto;
}
.component-head{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.component-head>div:first-child{
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.component-head>a{
    width: auto;
    height: auto;
}
.component-head>a>img{
    width: 0.14rem;
    height: 0.22rem;
}
.date-list {
    width: 100%;
    margin-top: 0.2rem !important;
    padding-left: 0.28rem;
}
.dateList {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.dateList>li {
    width: auto;
    height: auto;
    margin-right: 0.14rem;
    padding: 0 !important;
}
.dateList>li:last-child {
    width: 3rem !important;
    height: 0.46rem !important;
}
.dateList .date>.week{
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    /*padding: 0 !important;
    border: 0 !important;*/
    /*padding: 0.08rem 0.16rem;*/
}
.dateList .date>.detail-date{
    font-size: 0.18rem;
}
.activity {
    width: auto;
    height: auto;
    background: #DAF7F5;
    border-radius: 0.21rem;
}
.dateList>li>.date {
    padding: 0.08rem 0.12rem !important;
}
.dateList>.activity>div>div{
    padding: 0 !important;
}
/*search*/
.head-component{
    width: 100%;
    height: auto;
    padding-left:0.28rem ;
    padding-right: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.28rem;
}
.head-left{
    width: 1rem;
    height: 0.72rem;
    padding: 0.14rem 0.2rem 0.14rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(204,204,204,0.36);
    border-radius: 29px 29px 29px 29px;
}
.head-left>img{
    width: 0.24rem;
    height: 0.3rem;
}
.pursue-word{
    font-size: 0.26rem;
    color: #999999;
}
.backIcon{
    display: block;
}
.backIcon>i{
    display: block;
    font-size: 0.38rem;
    color:#FFFFFF;
}
.search{
    width: 100%;
    height: auto;

    /*box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0.3rem;
    background-color: rgba(204, 204, 204, 0.38);
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
}
.search>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search>div input {
    display: block;
    width: 90%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search>div input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.search>div>form{
    width: 90%;
}
.search>div>form>input {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search>div>form>input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.searchIcon{
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    /*opacity: 0.5;*/
}
.searchIcon>i {
    display: block;
    font-size: 0.32rem;
}
/*search1*/
.head-component1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.28rem 0.28rem 0.4rem;
}
.search1{
    width: 84%;
    height: auto;
    margin-left: 0;
    /*box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0.3rem;
    background-color: rgba(204, 204, 204, 0.38);
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
}
.search1>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search1>div>input {
    width: 90%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search1>div>input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
}
.search1>div>input::placeholder{
    color: #999999;
}
.searchIcon1{
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    /*opacity: 0.5;*/
}
.searchIcon1>img {
    width: 0.32rem;
    height: 0.32rem;
}
.into-filter{
    width:auto;
    height: auto;
    margin-left: 0.18rem;
    display: flex;
    align-items: center;
}
.into-filter>img{
    width: 0.36rem;
    height: 0.38rem;
    margin-right: 0.06rem;
}
.into-filter>div:last-child{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
/*search2*/
.head-component9{
    width: 100%;
    height: 0.8rem;
    padding: 0 0.28rem;
    background-color: rgba(6,193,174,1)
}
.position2{
    width: 100%;
    height: 100%;
    position: relative;
}
.back-icon4{
    width: fit-content;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}
.back-icon4>i{
    font-size: 0.34rem;
    color: #FFFFFF;
    display: block;
}
.shaixuan{
    width: max-content;
    font-size: 0.36rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #010101;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.search-info2{
    display:flex;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
}
.search-info2>i{
    display: block;
    color: #FFFFFF;
    font-size: 0.32rem;
}
/*head1*/
.head-component3{
    width: 100%;
    height: auto;
    padding-left:0.28rem ;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.28rem;
}
.back-icon2>img{
    width: 0.2rem;
    height: 0.34rem;
}
.my-pursue{
    font-size: 0.36rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #010101;
}
.history-icon>img {
    width: 0.34rem;
    height: 0.34rem;
}
/*head2*/
.head-component4{
    width: 100%;
    height: 0.8rem;
    padding: 0 0.28rem;
    background-color: rgba(6,193,174,1)
}
.position1{
    width: 100%;
    height: 100%;
    position: relative;
}
.back-icon3{
    width: fit-content;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}
.back-icon3>i{
    font-size: 0.34rem;
    color: #FFFFFF;
    display: block;
}
.film-name{
    font-size: 0.36rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #010101;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.search-info1{
    display:flex;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
}
.search-info1>i{
    display: block;
    color: #FFFFFF;
    font-size: 0.32rem;
}
/*search3*/
.head5-component{
    width: auto;
    height: auto;
}
.search2{
    display: block;
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.34rem;
    background-color: rgba(204, 204, 204, 0.38);
}
.search2>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchIcon3{
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    /*opacity: 0.5;*/
}
.searchIcon3>i{
    display: block;
    font-size: 0.32rem;
    color: #FFFFFF;
}
.search2>div>input {
    width: 90%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search2>div>input::placeholder {
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
}
/*list-component*/
.list-component1{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}

.ysList1 {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.2rem;
    grid-row-gap:0.26rem ;

    padding-top: 0.2rem;
}
.ysList1>a {
    width: 100%;
    height: auto;
    position: relative;

}
.ysList1>a>img {
    width: 100%;
    height: 2rem;
}
.ys-name1 {
    height: auto;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ys-subName1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-subName1>div:first-child {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
}
/*list-name*/
.list-name {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-left{
    width: 50%;
    height: auto;
    display: flex;
}
.list-left svg{
    width: 0.34rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.list-left>img{
    width: 0.34rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.name {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
}
.moreButton>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name1*/
.list-name1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name1>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name1>div:first-child>img{
    width: 0.44rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.list-left1{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left1>img{
    width: 0.44rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.name1 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton1{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton1>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton1>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton1>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name2*/
.list-name2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name2>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name2>div:first-child>img{
    width: 0.44rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.list-left2{
    width:60%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left2>img{
    width: 0.44rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.name2 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton2{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton2>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton2>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton2>div:last-child>i{
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name3*/
.list-name3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name3>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name3>div:first-child>img{
    width: 0.40rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.list-left3{
    width:50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left3>img{
    width: 0.40rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.name3 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton3{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton3>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton3>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton3>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name4*/
.list-name4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name4>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name4>div:first-child>img{
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.list-left4{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left4>img{
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.name4 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton4{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton4>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton4>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton4>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name5*/
.list-name5 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name5>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name5>div:first-child>img{
    width: 0.40rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.list-left5{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left5>img{
    width: 0.40rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.name5 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton5{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton5>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton5>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton5>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name6*/
.list-name6 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name6>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name6>div:first-child>img{
    width: 0.44rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.list-left6{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left6>img{
    width: 0.44rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.name6 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton6{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton6>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton6>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton6>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name7*/
.list-name7 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    margin-right: 0.28rem;
}
.list-name7>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name7>div:first-child>img{
    width: 0.40rem;
    height: 0.40rem;
    margin-right: 0.12rem;
}
.list-left7{
    width:50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left7>img{
    width: 0.40rem;
    height: 0.40rem;
    margin-right: 0.12rem;
}
.name7 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton7{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton7>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton7>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton7>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name8*/
.list-name8 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name8>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name8>div:first-child>img{
    width: 0.40rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.list-left8{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left8>img{
    width: 0.40rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.name8 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton8{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton8>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton8>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton8>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name9*/
.list-name9 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name9>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name9>div:first-child>img{
    width: 0.38rem;
    height: 0.44rem;
    margin-right: 0.12rem;
}
.list-left9{
    width:50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left9>img{
    width: 0.38rem;
    height: 0.44rem;
    margin-right: 0.12rem;
}
.name9 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton9{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton9>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton9>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton9>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name10*/
.list-name10 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    margin-top: 0.64rem;
}
.list-name10>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name10>div:first-child>img{
    width: 0.36rem;
    height: 0.40rem;
    margin-right: 0.12rem;
}
.list-left10{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left10>img{
    width: 0.36rem;
    height: 0.40rem;
    margin-right: 0.12rem;
}
.name10 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton10{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.moreButton10>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.moreButton10>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.moreButton10>div:last-child>i{
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name11*/
.list-name11 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;

}
.list-name11>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name11>div:first-child>img{
    width: 0.44rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.list-left11{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left11>img{
    width: 0.44rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.name11 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton11{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.moreButton11>i{
    display: flex;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #E85E3A;
    margin-right: 0.08rem;
}
.moreButton11>div:last-child{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    line-height: 0.24rem;
}
/*list-name12*/
.list-name12 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name12>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name12>div:first-child>img{
    width: 0.34rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.list-left12{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left12>img{
    width: 0.34rem;
    height: 0.42rem;
    margin-right: 0.12rem;
}
.name12 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton12{
    width: auto;
    height: auto;

    display: flex;
    align-items: center;
}
.moreButton12>i{
    display: flex;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #E85E3A;
    margin-right: 0.08rem;
}
.moreButton12>div:last-child{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
/*list-name13*/
.list-name13 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-name13>div:first-child{
    width: auto;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.list-left13 {
    width:50%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.list-name13>a {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.21rem;
    display: flex;
    align-items: center;
}
.list-name13>a>div:first-child {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    padding-left: 0.15rem;
    margin-right: 0.1rem;
}
.list-name13>a>div:last-child {
    width: auto;
    height: auto;
    padding-right: 0.12rem;
}
.list-name13>a>div:last-child>i {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #666666;
}
/*list-name14*/
.list-name14 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.54rem;
}
.list-name14>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name14>div:first-child>div:first-child{
    width: 0.1rem;
    height: 0.38rem;
    background: #F06736;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.1rem;
}
.list-left14{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left14>div:first-child{
    width: 0.1rem;
    height: 0.38rem;
    background: #F06736;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.1rem;
}
.name14 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.moreButton14{
    width: auto;
    height: auto;

    display: flex;
    align-items: center;
}
.moreButton14>i{
    display: flex;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #E85E3A;
    margin-right: 0.08rem;
}
.moreButton14>div:last-child{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
/*list-name15*/
.list-name15 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    margin-top: 0.64rem;
}
.list-name15>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.list-name15>div:first-child>i{
    font-size: 0.56rem;
    color: #E85E3A;
    transform: rotate(45deg);
}
.list-left15{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.list-left15>i{
    font-size: 0.56rem;
    color: #E85E3A;
    transform: rotate(45deg);
}
.name15 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    height: auto;
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
/*list-name16*/
.list-name16{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 0.4rem;
}
.list-name16>div{
    width: fit-content;
    height: auto;
}
.list-name16>div:first-child{
    width: 50% !important;
    height: auto !important;
}
.list-left16{
    width: 50%;
    height: auto;
}
.name16{
    text-align:center ;
    font-size: 0.4rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.list-name16>div>div:last-child{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 0.06rem;
}
.list-name16>div>div:last-child>div{
    width: 0.46rem;
    height: 0.06rem;
    background: #FB80A3;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
/*list-component2*/
.list-component2{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}
.ysList2 {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.26rem;
    margin-top: 0.28rem;
}
.ysList2>div{
    width: 100%;
    height: auto;
}
.poster {
    width: auto;
    height: auto;
    position: relative;
}

.poster>img {
    width: 2.22rem;
    height: 3.1rem;
}
.poster>div{
    font-size: 0.18rem;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    left: 0.12rem;
    bottom: 0.08rem;
}
.ys-name2 {
    width: 2.22rem;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-top: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.film-messa {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}
.video-style{
    width: fit-content;
    height: auto;
    background: #FCEFDC;
    border-radius: 0.17rem 0.17rem 0.17rem 0.17rem;
    margin-top: 0.1rem;
}
.video-style>div{
    font-size: 0.2rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #927943;
    padding: 0.04rem 0.1rem;
}
/*list-component3*/
.list-component3{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    margin-top: 0.28rem;
}

.ysList3{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.14rem;
    margin-top: 0.28rem;
}
.ysList3>div>a{
    display: block;
    width: auto;
    height: auto;
    position: relative;
}
.ysList3>div>a>img{
    width: 100%;
    height: auto;
}
.update-time{
    font-size: 0.36rem;
    font-family: DIN-Bold, DIN;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 0.12rem;
    top: 0.04rem;
}
.ysList3>div>a>div:last-child{
    font-size: 0.2rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 2.2rem;
    left: 0.12rem;
}
.ys-name3{
    font-size: 0.26rem;
    text-align: center;
    margin-top: 0.1rem;
}
/*list-component4*/
.list-component4{
    width: auto;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}
.ysList4 {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
.ysList4>a{
    position: relative;
    margin-bottom: 0.2rem;
}
.update-time2{
    font-size: 0.18rem;
    font-family: MiSans-Light, MiSans;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    right: 0.1rem;
    top: 1.56rem;
}
.ysList4>a>img {
    width: 3.4rem;
    height: 1.92rem;
}
.ys-subName2{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.ys-subName2>div:first-child {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
}
.ys-name4{
    width: auto;
    height: auto;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
}
/*list-component5*/
.list-component5{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}
.ysList5>a{
    width: 100%;

}
.ysList5>a>img{
    width: 100%;
    height: 4rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}

.ys-name5{
    font-size: 0.32rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ysList5{
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.2rem;

}
/*recommend*/
.ysBig-box {
    width: auto;
    height: auto;
    border-radius: 0.08rem;
    margin: 0.28rem 0.28rem 0.28rem;
}
.up-box {
    width: 100%;
    height: 3.54rem;
    background-image: url("../images/影视一级页面切图/矩形 12 拷贝 11.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.up-box>a {
    display: block;
    width: auto;
    height: auto;
    background: #2D9D9E;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
}
.up-box>a>.play4 {
    width: auto;
    height: auto;
    border-top: 0.2rem solid transparent;
    /* 三角形的左侧边长 */
    border-left: 0.22rem solid #FFFFFF;
    /* 三角形的右侧边长和背景颜色 */
    border-bottom: 0.2rem solid transparent;
    /* 三角形的上侧边长 */
    border-radius: 0.12rem;
    margin: 0.14rem 0.06rem 0.14rem 0.16rem;
}
.up-box>a>div:last-child {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.16rem;
}
.down-box {
    width: 100%;
    height: auto;
    background: #426A59;
}
.down-box>div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.14rem 0.16rem 0.14rem 0.12rem;
}

.down-box>div>div:first-child {
    display: flex;
    align-items: center;
    justify-content: left;
}
.film-poster {
    width: auto;
    height: auto;
    margin-right: 0.12rem;
}

.film-poster>img {
    width: 0.65rem;
    height: 0.88rem;
}
.down-box>div>div:first-child>div:last-child>div:first-child {
    display: flex;
    align-items: center;
}
.this-name {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.1rem;
}
.this-score {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgba(237, 129, 46, 1);
}
.this-description {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}
.down-box>div>div:first-child>div:last-child>div:last-child {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}
.down-box>div>a {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.08rem;
}
.down-box>div>a>div {
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.12rem 0.34rem;
}
/*rotation-component*/
.recommend-scroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.recommend {
    width: 100%;
    height: auto;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.recommend-film {
    width: 100% !important;
    height: auto;

    position: relative;

}
.recommend-film>img {
    width: 7.5rem !important;
    height: 4rem;
}
.filmName {
    width: 50%;
    height: auto;
    font-size: 0.30rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    position: absolute;
    bottom:0.2rem;
    left: 0.2rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.btn {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
}
.btn>div {
    width: 0.10rem;
    height: 0.10rem;
    background-color: rgba(245,246,250,0.5);
    border-radius: 50%;
    margin-right: 0.12rem;
}
.flag {
    width: 0.1rem !important;
    height: 0.1rem !important;
    background: #FFFFFF !important;
    border-radius: 0.06rem !important;
}
/*selectCard-component7*/
.shaixuan-component{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.hot-class {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class>div {
    width: auto;
    height: auto;
    /*background: #EEEEEE;*/
    border-radius: 0.21rem;
    /* margin-right: 0.18rem;*/
}

.hot-class>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    padding: 0.08rem 0.16rem;
}
.hot {
    background: #DAF7F5 !important;
    border-radius:0.27rem 0.27rem 0.27rem 0.27rem;
}
.hot>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color: #5EBCB0 !important;
}
.hot-class2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class2>div {
    width: auto;
    height: auto;
    /*background: #EEEEEE;*/
    border-radius: 0.21rem;
    /* margin-right: 0.18rem;*/
}
.hot-class2>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    padding: 0.08rem 0.16rem;
}
.hot2 {
    background: #DAF7F5 !important;
    border-radius:0.27rem 0.27rem 0.27rem 0.27rem;
}
.hot2>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color: #5EBCB0 !important;
}
.films-class {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.activity {
    width: auto;
    height: auto;
    background: #DAF7F5;
    border-radius: 0.21rem;
}
.activity>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #5EBCB0 !important;
    padding: 0.08rem 0.16rem !important;
}
.class>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    /*padding: 0 !important;
    border: 0 !important;*/
    padding: 0.08rem 0.16rem;
}
.films-class2 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film2 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film2>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.activity2 {
    width: auto;
    height: auto;
    background: #DAF7F5;
    border-radius: 0.21rem;
}
.activity2>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #5EBCB0 !important;
    padding: 0.08rem 0.16rem !important;
}
.class2>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    /*padding: 0 !important;
    border: 0 !important;*/
    padding: 0.08rem 0.16rem;
}
.films-class3 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film3 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film3>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.activity3 {
    width: auto;
    height: auto;
    background: #DAF7F5;
    border-radius: 0.21rem;
}
.activity3>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #5EBCB0 !important;
    padding: 0.08rem 0.16rem !important;
}
.class3>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    /*padding: 0 !important;
    border: 0 !important;*/
    padding: 0.08rem 0.16rem;
}
/*selectCard-component1*/
.variety-class {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class>div{
    font-size: 0.30rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.3rem;
}
.hot-page{
    font-size: 0.30rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.30rem;
}
.current {
    width: auto;
    height: auto;
    font-size: 0.36rem !important;
    font-weight: 400;
    color: #333333 !important;
    line-height: 0.36rem;
    /*position: relative;*/
}
/*selectCard-component2*/
.variety-class2 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class2>div{
    font-size: 0.30rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.30rem;
}
.variety-class2>a{
    font-size: 0.30rem;
    font-weight: 400;
    color: #999999;
    margin-right: 0.30rem;
}
.current1 {
    width: auto;
    height: auto;
    font-size: 0.36rem !important;
    font-weight: 400;
    color: #333333 !important;
    line-height: 0.36rem;
    /*position: relative;*/
}
/*selectCard-component1-1*/
.variety-class3 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #0F0F1E;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class3>div{
    font-size: 0.30rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.hot-page1{
    font-size: 0.30rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.current2 {
    font-size: 0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color: #FFFFFF;
}
/*selectCard-component2-1*/
.variety-class4 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #0F0F1E;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class4>a{
    font-size: 0.30rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.variety-class4>div{
    font-size: 0.30rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.current3 {
    font-size:0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color: #FFFFFF;
}
/*selectCard-component1-2*/
.variety-class5 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #2E2D32;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class5>div{
    font-size: 0.32rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.3rem;
}
.hot-page2{
    font-size: 0.32rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.3rem;
}
.current4 {
    color: #00B800 !important;
    position: relative;
}
.current4::after{
    content:'';
    width: 0.24rem;
    height: 0.06rem;
    background: #00B800;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: 50%;
    top: 0.44rem;
    transform: translateX(-50%);
}
/*selectCard-component2-2*/
.variety-class6 {
    width: 100%;
    height:1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #2E2D32;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class6>a{
    font-size: 0.30rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.variety-class6>div{
    font-size: 0.30rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.30rem;
}
.current5 {
    color: #00B800 !important;
    position: relative;
}
.current5::after{
    content:'';
    width: 0.24rem;
    height: 0.06rem;
    background: #00B800;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: 50%;
    top: 0.44rem;
    transform: translateX(-50%);
}
/*selectCard-component1-3*/
.variety-class7 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class7>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.variety-class7>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.current6{
    font-size: 0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color: #333333 !important;
    position: relative;
}
.current6::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #71CAB6;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/*selectCard-component2-3*/
.variety-class8 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class8>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.variety-class8>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.current7{
    font-size: 0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color: #333333 !important;
    position: relative;
}
.current7::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #71CAB6;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/*selectCard-component1-4*/
.variety-class9 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class9>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.variety-class9>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.current8{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 600 !important;
    color: #333333 !important;
    position: relative;
}
.current8::after{
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 67.svg");
    background-size: 100% 100%;
    position: absolute;
    bottom:0;
    left: 100%;
}
/*selectCard-component2-4*/
.variety-class10 {
    width: 100%;
    height:1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class10>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.variety-class10>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.35rem;
}
.current9{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 600 !important;
    color: #333333 !important;
    position: relative;
}
.current9::after{
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 67.svg");
    background-size: 100% 100%;
    position: absolute;
    bottom:0;
    left:100%;
}
/*selectCard-component1-5*/
.variety-class11 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #EAF5FA;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class11>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #B6C0C6;
    margin-right: 0.35rem;
}
.variety-class11>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #B6C0C6;
    margin-right: 0.35rem;
}
.current10{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 600 !important;
    color:  #112B39 !important;
    position: relative;
}
.current10::after{
    content: "";
    width: 100%;
    height: 0.12rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 23.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0.4rem;
    left:0;
    z-index: 0;
}
/*selectCard-component2-5*/
.variety-class12 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #EAF5FA;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
}
.variety-class12>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #B6C0C6;
    margin-right: 0.35rem;
}
.variety-class12>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #B6C0C6;
    margin-right: 0.35rem;
}
.current11{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 600 !important;
    color:  #112B39 !important;
    position: relative;
}
.current11::after{
    content: "";
    width: 100%;
    height: 0.12rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 23.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0.4rem;
    left:0;
    z-index: 0;
}
/*selectCard-component1-6*/
.variety-class13 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    /* background: #487CDE;*/
    background: #487CDE;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class13>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.variety-class13>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.current12{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 400 !important;
    color:  #FFFFFF !important;
    position: relative;
}
.current12::after{
    content: "";
    width: 100%;
    height: 0.14rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 24.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0.42rem;
    left:50%;
    transform: translateX(-50%);
}
/*selectCard-component2-6*/
.variety-class14 {
    width: 100%;
    height:1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    /*background: #487CDE;*/
    background: #487CDE;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class14>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.variety-class14>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.current13{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 400 !important;
    color:  #FFFFFF !important;
    position: relative;
}
.current13::after{
    content: "";
    width: 100%;
    height: 0.14rem;
    background-image: url("../../static/images/component-pic/导航切图/路径 24.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0.42rem;
    left:50%;
    transform: translateX(-50%);
}
/*selectCard-component1-7*/
.variety-class15 {
    width: 100%;
    height:1rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;

    /*background: #487CDE;*/
}
.variety-class15>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.variety-class15>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.current14{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #333333 !important;
    position: relative;
}
.current14::after{
    content: "";
    width: 100%;
    height: 0.08rem;
    background: linear-gradient(90deg, #F36541 0%, #FD955D 100%);
    position: absolute;
    bottom: 0.04rem;
    left:0;
    z-index: -1;
}
/*selectCard-component2-7*/
.variety-class16 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    /*background: #487CDE;*/
}
.variety-class16>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.variety-class16>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.current15{
    font-size: 0.36rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #333333 !important;
    position: relative;
}
.current15::after{
    content: "";
    width: 100%;
    height: 0.08rem;
    background: linear-gradient(90deg, #F36541 0%, #FD955D 100%);
    position: absolute;
    bottom: 0.04rem;
    left:0;
    z-index: -1;
}
/*selectCard-component1-8*/
.variety-class17 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #F4D3EB;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class17>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.variety-class17>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.current16{
    font-size: 0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #FFFFFF !important;
    position: relative;
    z-index: 999;
}
.current16::after{
    content: "";
    width: 100%;
    height: 0.6rem;
    background-image: url("../../static/images/component-pic/导航切图/组 11.svg");
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.04rem;
    left:0.12rem;
    z-index: 0;
}
/*selectCard-component2-8*/
.variety-class18 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #F4D3EB;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.variety-class18>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.variety-class18>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.35rem;
}
.current17{
    font-size: 0.4rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #FFFFFF !important;
    position: relative;
}
.current17::after{
    content: "";
    width: 100%;
    height: 0.6rem;
    background-image: url("../../static/images/component-pic/导航切图/组 11.svg");
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.04rem;
    left:0.12rem;
    z-index: 0;
}
/*selectCard-component1-9*/
.variety-class19 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
}
.variety-class19>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.12rem 0.22rem;
}
.variety-class19>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.current18{
    font-size: 0.3rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #FFFFFF !important;
    position: relative;
    padding: 0.12rem 0.22rem;
    background: #F06736;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
}
/*selectCard-component2-9*/
.variety-class20 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class20>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.variety-class20>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.current19{
    font-size: 0.3rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #FFFFFF !important;
    padding: 0.12rem 0.22rem;
    background: #FF2143;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
}
/*selectCard-component1-10*/
.variety-class21 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
}
.variety-class21>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.variety-class21>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.current20{
    font-size: 0.34rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #333333 !important;
    position: relative;
}
.current20:after{
    content: "";
    width: 0.44rem;
    height: 0.06rem;
    background:  linear-gradient(90deg, #0F95EA 0%, #2BDFF0 100%);
    position: absolute;
    top: 0.48rem;
    left: 50%;
    transform: translateX(-50%);
}
/*selectCard-component2-10*/
.variety-class22 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class22>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.variety-class22>a{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-right: 0.35rem;
}
.current21{
    font-size: 0.34rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    color:  #333333 !important;
    position: relative;
}
.current21:after{
    content: "";
    width: 0.44rem;
    height: 0.06rem;
    background-image: url("../../static/images/component-pic/导航切图/矩形 26.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0.48rem;
    left: 50%;
    transform: translateX(-50%);
}
/*selectCard-component1-11*/
.variety-class23 {
    width: 100%;
    height: 1.2rem;
    padding-left: 0.28rem;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.variety-class23>div{
    font-size:0.3rem ;
    color: #999999;
    margin-right: 0.35rem;
}
.variety-class23>a{
    font-size: 0.3rem;
    color: #999999;
    margin-right: 0.35rem;
}
.current24 {
    font-size: 0.4rem !important;
    color: #5F4FCD !important;
    position: relative;
}
.current24::after{
    content:'';
    width: 0.4rem;
    height: 0.06rem;
    background: #5F4FCD;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: absolute;
    left: 50%;
    top: 0.54rem;
    transform: translateX(-50%);
}
/*selectCard-component3*/
.selectCard-component3{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.34rem;
    display: flex;

}
.selectCard-component3>div{
    width: auto;
    height: auto;
    background: #EEEEEE;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    margin-right: 0.22rem;
}
.selectCard-component3>div:last-child{
    margin-right: 0 !important;
}
.current22{
    background: rgba(232,89,59,0.3) !important;
}
.selectCard-component3>div>div{
    font-size: 0.28rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
    padding: 0.08rem 0.16rem;
}
.current22>div{
    color: #E64940 !important;
}
/*vod-detail*/
.film-messaAll {
    width: auto;
    height: auto;
    margin-top: 0.56rem;
    padding-top: 2.4rem;
}
.film-messaAll>div {
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0.3rem 0.01rem rgba(51,51,51,0.2);
    border-radius: 0.3rem 0.3rem 0.16rem 0.16rem;
    position: relative;
    padding-bottom: 0.28rem;
}
.filmPoster {
    width: 100%;
    height: auto;
    margin-bottom: 0.54rem;
    display: flex;
    justify-content: center;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    position: absolute;
    top: -2.4rem;
}
.filmPoster>img {
    width: 3.05rem;
    height: 4.32rem;
}
.Name {
    width: 100%;
    font-size: 0.44rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 0.24rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.film-Title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}

.film-Title>div {
    margin-right: 0.12rem;
    border: 0.01rem solid #CCCCCC;
    border-radius: 0.12rem;
}

.film-Title>div>div {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    padding: 0.18rem 0.24rem;
}
.play-button {
    display: block;
    width: fit-content;
    height: auto;
    margin: auto;
    background: linear-gradient(90deg, #F27239 0%, #E42C24 100%);
    border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
    margin-top: 0.5rem;
    /*margin-left: 0.28rem;
    margin-right: 0.28rem;*/
}
.play-button>div {
    width: auto;
    height: auto;
    padding: 0.14rem 0.54rem 0.14rem 0.58rem;
    display: flex;
    align-items: center;
}
.play-button>div>i{
    height: fit-content;
    display: flex;
    font-size: 0.4rem;
    line-height: 0.4rem;
    align-items: center;
    color: #FFFFFF;
    margin-right: 0.04rem;
}
.play-button>div>div:last-child {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
/*vod-descri1*/
.vod-descri1{
    width:100%;
    height: auto;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    padding-top: 0.4rem;
}
.vod-descri1>div:first-child{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.Synopsis-word {
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333 !important;
    line-height: 0.46rem;
    padding-bottom: 0.22rem;
    border-bottom: 0.01rem solid #EEEEEE;
}
.Synopsis-word p{
    text-align: justify;
    overflow:hidden;
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333 !important;
    line-height: 0.46rem !important;
}
.Synopsis-word p img{
    width:100% !important;
}
.Synopsis-word p span img{
    width:100% !important;
}
.Synopsis-word p span{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333 !important;
    line-height: 0.46rem;
}
.film-detail {
    width: 100%;
    height: auto;
    text-align: left;
}

.film-detail>div {
    font-size: 0.26rem;
    font-family: OPPOSans-R;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.28rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.film-detail>div>span {
    font-weight: 400;
    color: #333333 !important;
}
.film-messaAll>div>a:last-child {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.26rem;
    font-family: OPPOSans-R;
    font-weight: bold;
    color: rgba(36, 112, 10, 1);
    margin-top: 0.26rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.film-messaAll>div>a:last-child>span {
    font-weight: 400;
}
/*vod-video*/
.video-component{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.4rem;
    margin-top: 0.28rem;

}
.video-box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.28rem;
}
.video{
    width: 100%;
    height: 100%;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.play{
    width: auto;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0.12rem;
}
.play>img{
    width: 1.6rem;
    height: auto;
}
.ys-describ{
    font-size: 0.34rem;
    color: rgba(191,191,191);
    width: 100%;
    height: auto;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    padding-top: 0.12rem;
}
/*list-component6*/
.list-component6{
    width:100%;
    height: auto;
    padding: 0.4rem 0.28rem;
}
.ysList6{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.14rem;
    /*  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;*/

}
.ysList6>a{
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
}
.ysList6>a>img{
    width: 2.2rem;
    height: 3.14rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.hidden-ys{
    display: none;
}
.ys-name6{
    font-size: 0.26rem;
    font-family: SourceHanSansSC-Bold-, SourceHanSansSC-Bold;
    font-weight: normal;
    color: #333333;
    margin-top: 0.14rem;
    letter-spacing: 0.01rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:2.2rem;
}
.ys-subName3{
    font-size: 0.22rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    margin-top: 0.08rem;
}
/*expecting*/
.expecting-component{
    width:100%;
    height:auto;
}
.component-up{
    background-color:rgba(94,188,176,0.66) ;
    border-radius: 0.14rem 0.14rem 0.14rem 0.14rem;
}
.component-up>div{
    width: 100%;
    height:auto ;
    padding: 0.92rem 0.56rem 0.9rem 0.56rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.component-up>div>div:first-child{
    width: 0.54rem;
    height: 0.54rem;
    background: rgba(255,255,255,0.63);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.component-up>div>div:first-child>img{
    width: 0.32rem;
    height: 0.08rem;
    opacity: 0.5;
}
.component-up>div>div:last-child{
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.component-down{
    text-align: center;
    font-size:0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
}
/*rotation-component2*/
.box-scroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0.28rem;
    margin-bottom: 0.2rem;

}
.scroll-main {
    width: 100%;
    height: auto;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.recommend-live{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    position: relative;
    padding-right: 0.28rem;
    padding-left: 0.28rem;
}
.recommend-live>img {
    width: 6.94rem;
    height: fit-content;
}
.liveName{
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.24rem;
    position: absolute;
    bottom: 0.17rem;
    left: 0.52rem;
    z-index: 999;
}

.btn2{
    width: auto;
    height: auto;
    position: absolute;
    left: 6.12rem;
    bottom: 0.18rem;
    display: flex;
    align-items: center;
}
.btn2>div{
    width: 0.1rem;
    height: 0.1rem;
    background: cadetblue;
    border-radius: 50%;
    margin-right: 0.08rem;
}
.flag2{
    width: 0.12rem !important;
    height: 0.14rem !important;
    background: #FFFFFF !important;
    border-radius: 0.06rem !important;

}
/*scroll-component2*/
.scrollList {
    width: 100%;
    padding-left: 0.28rem;
}
.scroll-List {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scroll-List>li {
    width: 2.34rem !important;
    height: 3.2rem;
    margin-right: 0.14rem !important;
    padding: 0 !important;
}

.scroll-List>li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.ListOne {
    background-image: url("../images/影视一级页面切图/矩形 9 拷贝 6.png");
    background-size: 100%;
}
.ListTwo {
    background-image: url("../images/影视一级页面切图/矩形 9 拷贝 7.png");
    background-size: 100%;
}
.ListThree {
    background-image: url("../images/影视一级页面切图/矩形 9 拷贝 7.png");
    background-size: 100%;
}
.null {
    width: 0.1rem !important;
}
.list-messa {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0.13rem;
}
.list-messa>div:first-child {
    width: auto;
    height: auto;
    padding-bottom: 0.15rem;
    padding-left: 0.1rem;
}

.list-messa>div:first-child>div {
    font-size: 0.2rem;
    font-family: OPPOSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.2rem;
    text-align: left;
    margin-top: 0.07rem;
}

.list-messa>div:last-child {
    width: 100%;
    height: auto;
    font-size: 0.4rem;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.14rem;
    text-align: left;
    padding-left: 0.1rem;
}
.list-messa>div:last-child>span {
    font-size: 0.24rem !important;
    text-align: left;
}
.line {
    width: auto;
    height: 1px;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    border-bottom: 1px solid #FFFFFF;
}
/*list-component7*/
.list-component7{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
    margin-top: 0.28rem;
}
.ysList7{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 0.26rem;
    grid-column-gap: 0.1rem;
}
.ysList7>a{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.26rem;
}
.ysList7>a>img{
    width: 100%;
    height: 1.88rem;
}
.ys-name7{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    left: 0.12rem;
    top: 1.52rem;
}
.time{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    right: 0.14rem;
    top: 1.52rem;
}
.ys-subName4{
    font-size:0.26rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
    margin-top: 0.06rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*rotation-component7*/
.rotation-component3{
    width: auto;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.box-scroll2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0.28rem;
    margin-bottom: 0.2rem;
}
.scroll-main {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.recommend-video {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    position: relative;
    padding-right: 0.28rem;
}
.recommend-video>img {
    width: 6.94rem;
    height: 3.82rem;
}
.videoName {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.24rem;
    position: absolute;
    bottom: 0.17rem;
    left: 0.24rem;
    z-index: 999;
}
.btn3 {
    width: auto;
    height: auto;
    position: absolute;
    left: 6.12rem;
    bottom: 0.18rem;
    display: flex;
    align-items: center;
}
.btn3>div {
    width: 0.1rem;
    height: 0.1rem;
    background: cadetblue;
    border-radius: 50%;
    margin-right: 0.08rem;
}
.flag3{
    background: #FFFFFF !important;
}
.box-scroll2>div:last-child>.flag {
    background: #FFFFFF !important;
}
.play-control {
    width: 100%;
    height: auto;
    padding-left: 0.14rem;
    padding-right: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0.22rem;
}
.play-control>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}
.play-control>div:first-child>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.34rem;
    margin: 0.14rem 0.12rem 0.1rem 0.12rem;
    color: #FFFFFF;
}
.play-control>div:last-child {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.play-control>div:last-child>img {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.14rem;
    margin-right: 0.05rem;
}
.play-control>div:last-child>div:last-child {
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.22rem;
    padding-right: 0.12rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
}
/*list-component8*/
.list-component8{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
    margin-top: 0.28rem;
}
.ysList8{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ysList8>a {
    width: auto;
    height: auto;
    position: relative;
    margin-top: 0.26rem;
}
.ysList8>a>img {
    width: 3.4rem;
    height: 1.88rem;
}
.new-date{
    font-size: 0.2rem;
    font-family: DIN;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 2.48rem;
    top: 1.58rem;
}
.ys-name8{
    font-size: 0.28rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
}
.ysList8>a>div:last-child {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ysList8>a>div:last-child {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ysList8>a>div:last-child>div:first-child {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
}
.ysList8>a>div:last-child>div:last-child {
    width: 0.32rem;
    height: 0.32rem;
}
.ysList8>a>div:last-child>div:last-child>img{
    width: 100%;
    height: auto;
}
/*video-component1*/
.video-component1{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
}
.video-box1{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.28rem;
}
.video1{
    width: 100%;
    height: 100%;
    border-radius: 0.14rem 0.14rem 0.14rem 0.14rem;
}
.play1{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.12rem;
}
.play1>i{
    display: flex;
    font-size: 0.6rem;
    color: #000000;
}
.play-control1 {
    width: 100%;
    height: auto;
    padding-left: 0.14rem;
    padding-right: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0.2rem;
}
.play-control1>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    background: rgba(0,0,0, 0.2);
    border-radius: 50%;
}
.play-control1>div:first-child>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.34rem;
    margin: 0.14rem 0.12rem 0.1rem 0.12rem;
    color: #FFFFFF;
}
.play-control1>div:last-child {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.play-control1>div:last-child>i{
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-left: 0.14rem;
    margin-right: 0.05rem;
}
.play-control1>div:last-child>div:last-child {
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.22rem;
    padding-right: 0.12rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
}
/*list-component9*/
.list-component9{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}
.ysList9{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ysList9>div{
    margin-bottom: 0.4rem;
    background: #FFFFFF;
}
.list {
    width: 49%;
    height: auto;
    border-radius: 0.12rem 0.12rem 0 0;
}
.up {
    width: 100%;
    height: 4.3rem;
    background-size: 100% 100%;
    position: relative;
    border-radius: 0.12rem 0.12rem 0 0;
}
.up>img{
    width: 100%;
    height: 4.3rem;
    border-radius: 0.12rem 0.12rem 0 0;
}

.collect{
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    top: 0.1rem;
    left: 0.12rem;
}
.collect>i {
    display: block;
    font-size: 0.34rem;
    color: #FFFFFF;
}
.up>div:last-child {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.06rem;
    padding-right: 0.1rem;
    position: absolute;
    bottom: 0.05rem;
}
.up>div:last-child>div:first-child {
    width: auto;
    height: auto;
    background: #333333;
    border-radius: 0.02rem;
}
.up>div:last-child>div:first-child>div {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.02rem 0.04rem;
}
.up>div:last-child>div:last-child {
    font-size: 0.26rem;
    font-family: OPPOSans;
    font-weight: 800;
    color: #ED812E;
}
.down {
    width: 100%;
    height: auto;
    background: ghostwhite;
    border-radius: 0 0 0.12rem 0.12rem;

}
.down>div {
    padding-left: 0.3rem;
}
.down>div:first-child {
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    padding-top: 0.18rem;
}
.main-actors {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
}
.ys-subName5{
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    padding-bottom: 0.27rem;
}
/*video-component2*/
.video-component2{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.video-box2{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.28rem;
}
.video2{
    width: 100%;
    height: 100%;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.play3{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.12rem;
    opacity: 0.6;
}
.play3>i{
    display: flex;
    font-size: 0.6rem;
    color: #000000;
}
.duration{
    font-size: 0.24rem;
    font-family: OPPOSans;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.26rem;
    left: 6.25rem;
}
.video-messa {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 0.2rem;
}
.publisher-avator {
    width: 0.69rem;
    height: 0.69rem;
    border: 0.01rem solid #333333;
    border-radius: 50%;
    background-image: url("../images/影视一级页面切图/椭圆 7 拷贝.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.video-messa>div:last-child {
    width: auto;
    height: auto;
    margin-left: 0.14rem;
}
.ys-name9 {
    width: auto;
    height: auto;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}
.video-messa>div:last-child>div:last-child {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
}
.ys-subName6,
.video-views {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
}
/*list-component10*/
.list-component10 {
    width: 100%;
    height: auto;
    margin-top: 0.28rem;
    padding: 0 0.28rem;
}
.ysList10{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0.12rem;
    margin-top: 0.28rem;
}
.ysList10>div {
    width: auto;
    height: auto;
}
.ysList10>div>img {
    width: 1.58rem;
    height: 1.58rem;
    border-radius: 50%;
}
.ysList10>div>div:last-child {
    width: 100%;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 0.12rem;
}
/*scroll-component3*/
.scroll-component3{
    width: auto;
    height: auto;
    padding-left: 0.28rem;
}
.scrollList1{
    width: 100%;
    padding-top: 0.34rem !important;
}
.scroll-List1{
    width: auto;
    display: flex;

    align-items: center;
}
.scroll-List1>li {
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    padding: 0 !important;
}
.scroll-List1>li:last-child {
    width: 2.15rem !important;
    height: 2.91rem !important;
}
.scroll-List1>li>a:first-child{
    width: 2.24rem;
    height: 3.03rem;
    position: relative;
}
.scroll-List1>li>a:first-child>div{
    width: auto;
    height: auto;
    background: #06C149;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    position: absolute;
    left:-1.1rem ;
    top: 0.2rem;
}
.scroll-List1>li>a:first-child>div>div{
    font-size:0.23rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.04rem 0.12rem;
}
.scroll-List1>li>a>img{
    width: 2.24rem;
    height: 3.03rem;
    background: #333333;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.ys-name10{
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:2.24rem;
}
.reserve {
    display: block;
    width: auto;
    height: auto;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 0.08rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    text-align: center;
}
.reserve>div {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    padding: 0.14rem 0.56rem;
}
.upcoming-V1>div:first-child {
    background-image: url("../images/影视一级页面切图/矩形 19.png");
}
.upcoming-V2>div:first-child {
    background-image: url("../images/影视一级页面切图/矩形 19 拷贝.png");
}
.upcoming-V3>div:first-child {
    background-image: url("../images/影视一级页面切图/矩形 19 拷贝.png");
}
.upcoming-V4>div:first-child {
    background-image: url("../images/影视一级页面切图/矩形 19.png");
}
/*scroll-component4*/
.scroll-component4{
    width: auto;
    height: auto;
    padding: 0 0.28rem;
}
.scrollList2{
    width: 100%;
}
.installment-line {
    width: 1.42rem;
    height: 0.01rem;
    border-bottom: 0.01rem solid #999999;
}
.scroll-List2 {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scroll-List2>li {
    width: 2.5rem !important;
    height: auto;
    margin-right: 0.1rem;
    padding: 0 !important;
}
.scroll-List2>li>div:first-child {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scroll-List2>li>div:first-child>div:first-child {
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}
.scroll-List2>li>a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
    margin-top: 0.18rem;
    margin-bottom: 0.14rem;
}
.scroll-List2>li>a>img {
    width: 100%;
    height: 100%;
}
.scroll-List2>li>div:last-child {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    text-align: left;
}
.installment-6>div {
    position: absolute;
    top: 0;
}
/*scroll-component5*/
.scroll-component5{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.scrollList3{
    margin-top: 0.3rem !important;
}
.scroll-List3 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
}
.scroll-List3>li {
    width: 0.8rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    margin-right: 0.12rem;
    padding: 0 !important;
}
.scroll-List3>li:last-child {
    width: 0.8rem !important;
    height: 0.36rem;
    opacity: 0;
}
.scroll-List3>li>div {
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    padding: 0.2rem 0.3rem;
}
/*scroll-component6*/
.scroll-component6 {
    width: auto;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.48rem;
}
.scrollList4 {
    width: 100%;
    margin-top: 0.3rem !important;
}
.scroll-List4{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List4>li {
    width: 3.4rem !important;
    height: 4.8rem;
    background-size: 100% 100%;
    margin-right: 0.15rem;
    padding: 0 !important;
    position: relative;
}
.scroll-List4>li>img{
    width: 100%;
    height: 100%;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
}
.scroll-List4>li>div {
    width:3rem;
    height:0.6rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.08rem;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-List4>li>div>div {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
}
/*scroll-component7*/
.scroll-component7 {
    width: 6.94rem;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    background: linear-gradient(0deg, #7B1312, #2D0B0C);
    border-radius: 0.16rem;
    margin-top: 0.3rem !important;
}
.scrollList5 {
    width: 100%;
    /*margin-left: 0.2rem !important;*/
    /*margin-right: 0.2rem !important;*/
    padding-top: 0.18rem !important;
    margin-bottom: 0.22rem !important;
}
.scroll-List5{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List5>li {
    width: 1.96rem !important;
    height: 2.53rem;
    margin-right: 0.18rem;
    padding: 0 !important;
}
.scroll-List5>li>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.scroll-List5>li>a>img {
    display: block;
    width: 100%;
    height: 100%;
}
.scroll-component7>div:last-child {
    width: 100%;
    height: auto;
    padding-left: 0.32rem;
    padding-right: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
}
.scroll-component7>div:last-child>div:first-child {
    font-size: 0.42rem;
    font-family: Source Han Serif SC;
    font-weight: 800;
    color: #FFFFFF;
}
.scroll-component7>div:last-child>a {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius:0.08rem;
}
.scroll-component7>div:last-child>a:last-child>div:first-child {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 0.06rem;
    padding-left: 0.2rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
}
.scroll-component7>div:last-child>a:last-child>div:last-child {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;

}
.scroll-component7>div:last-child>a:last-child>div:last-child i{
    font-size: 0.26rem;
    color: #ffffff;

}
/*scroll-component8*/
.scroll-component8 {
    width: 6.94rem;
    height: auto;
    margin-left: 0.28rem;
    background: #4872B1;
    border-radius: 0.16rem;
    margin-top: 0.3rem !important;
}
.component-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.3rem;
    font-family: BigruixianBlackGBV;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0.22rem;
    margin-bottom: 0.24rem;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.component-title>div{
    display: flex;
    align-items: center;
}
.component-title>div>img{
    width: 0.54rem;
    height: 0.54rem;
    margin-right: 0.16rem;
    border-radius: 50%;
}
.component-title>div>div{
    font-size:0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
.component-title>i{
    font-size: 0.3rem;
    color: #FFFFFF;
}
.scrollList6 {
    width: 96% !important;
    /*margin-left: 0.2rem !important;*/
    /*margin-right: 0.2rem !important;*/
}
.scroll-List6 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List6>li {
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    padding: 0 !important;
}
.scroll-List6>li:last-child {
    width: 2rem !important;
    height: auto;
}

.scroll-List6>li>a {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0.12rem;
    position: relative;
}
.scroll-List6>li>a>div:first-child {
    width: auto;
    height: auto;
}
.scroll-List6>li>a>div:first-child>img {
    width: 1.96rem;
    height: 2.53rem;
}
.scroll-List6>li>a>div:last-child {
    width: auto;
    height: auto;
    border-radius: 0 0 50% 50%;
    position: absolute;
    left: 0.16rem;
    top: 0;
}
.scroll-List6>li>a>div:last-child>div {
    font-size: 0.26rem;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
}
.ys-name44{
    width: 1.96rem;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scroll-List6>li>a>div:last-child>div {
    font-size: 0.26rem;
    font-family: DIN;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.animate1 {
    margin-left: 0.18rem;
}
.animate1>a>div:last-child {
    background: #E31A36;
}
.animate2>a>div:last-child {
    background: #FF621D;
}
.animate3>a>div:last-child {
    background: #FF9E05;
}
.animate4>a>div:last-child {
    background: #9FBFD4;
}
/*recommend1*/
.recommend-box2 {
    display:block;
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    margin-top: 0.44rem;
    position: relative;
}
.recommend-box2>img{
    width: 100%;
    height: 5.48rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    box-shadow: rgba(149, 157, 165, 0.05) 0 0.08rem 0.24rem;
}
.recommend-box2>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0.2rem;

}
.recommend-box2>div>div:first-child {
    width: auto;
    height: auto;
    padding-left: 0.19rem;
}
.ys-name11{
    font-size: 0.36rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.simple-des {
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.filmTitle {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.06rem;
}
.filmTitle>div {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.04rem;
    margin-right: 0.06rem;
}
.filmTitle>div>div {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.04rem 0.1rem;
}
.recommend-box2>div>div:last-child {
    text-align: right;
    padding-right: 0.18rem;
}
.recommend-box2>div>div:last-child>div:first-child {
    font-size: 0.5rem;
    font-family: DIN;
    font-weight: bold;
    color: #F98B32;
    line-height: 0.5rem;
}
/*list-component11*/
.list-component11{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}

.little-video {
    width: auto;
    height: auto;
    padding-top: 0.26rem;
}
.little-video>a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;

    margin-bottom: 0.24rem;
}
.little-video>a>div:first-child {
    width: 2.8rem;
    height: 1.64rem;
    background-size: 100% 100%;
    margin-right: 0.16rem;
    position: relative;
}
.little-video>a>div:first-child>img{
    width: 2.8rem;
    height: 1.64rem;
}
.little-video>a>div:first-child>div {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 1.23rem;
    right: 0.12rem;
}
.ys-content {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
}
.ys-name12 {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.14rem;
    margin-bottom: 0.14rem;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
}
.ys-subName7{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
}
/*list-component12*/
.list-component12 {
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    margin-top: 0.28rem;
}
.ongoing {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.1rem;
}
.ongoing>a {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.28rem;
}
.ongoing>a>img {
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.12rem
}
.all-series {
    font-size: 0.24rem;
    font-family: DIN;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 2.48rem;
    top: 1.5rem;
}
.ys-name13 {
    width: 3.4rem;
    height: auto;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

/*scroll-component9*/
.scroll-component9{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
}
.scrollList7{
    width: auto;
    height: auto;
}
.scroll-List7{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List7>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.18rem;
}
.scroll-List7>li:last-child{
    width: 2rem !important;
}
.scroll-List7>li>a{
    width: auto;
    height: auto;
}
.scroll-List7>li>a>img{
    width: 4.9rem;
    height: 2.66rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.ys-name14{
    width:4.9rem;
    text-align: left;
    font-size: 0.3rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
    margin-top: 0.1rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.score{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.score-star{
    width: auto;
    height: auto;
    display: flex;
    justify-content: left;
    margin-right: 0.08rem;
}
.score-star>i{
    font-size: 0.26rem;
    color: #cccccc;
}
.score-star>.bi-star-fill{
    margin-right: 0.08rem;
    color:#EA9518;
}
.score-number{
    width: fit-content;
    font-size:0.3rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #EA9518;
}
/*scroll-component10*/
.scroll-component10{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
}
.scrollList8{
    width: auto;
    height: auto;
}
.scroll-List8{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List8>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.18rem;
}
.scroll-List8>li:last-child{
    width: 2rem !important;
}
.scroll-List8>li>a{
    width: auto;
    height: auto;
}
.scroll-List8>li>a>img{
    width: 3.2rem;
    height: 1.8rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.ys-name15{
    text-align: left;
    font-size: 0.3rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
}
/*list-component13*/
.list-component13{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
    padding-left: 0.28rem;
    padding-right:0.28rem;
}

.ysList13{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.28rem;
}
.ysList13>a{
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 0.2rem;
}
.ysList13>a>img{
    width: 3.4rem;
    height: 4.98rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    background: #C9C9C9;
}
.ys-name16{
    width:3.12rem;
    font-size: 0.36rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    left: 0.14rem;
    bottom: 0.14rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
/*rotation-component4*/
.rotation-component4 {
    width: 6.9rem;
    height:auto;
    margin:0.28rem 0.28rem;
}
.ysPic-list{
    width:100% ;
    height: 100%;
    display: flex;
}
.ysPic-list>a{
    width: 2.68rem;
    height: 100%;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
}
.ysPic-list>a>img{
    width: 2.68rem;
    height: 100%;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
}
.swiper-pagination{
    opacity: 0;
}
.swiper-button-prev{
    opacity: 0;
}
.swiper-button-next{
    opacity: 0;
}
/*detail-card*/
.detail-card {
    width: 100%;
    height: fit-content;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.52rem;
}
.detail-card>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.poster1{
    width: auto;
    height: auto;
    margin-right: 0.42rem;
}
.poster1>img{
    width: 2.2rem;
    height: 3.22rem;
}
.card-right{
    width: auto;
    height: auto;
}
.ys-name17{
    width: 4.2rem;
    font-size: 0.34rem;
    font-family: OPPOSans-B;
    font-weight: bold;
    color: #2F801A;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.year{
    font-size: 0.34rem;
    font-family: OPPOSans-B;
    font-weight: bold;
    color: rgba(51,51,51,1);
}
.update-time1{
    background: rgba(47, 128, 26, 0.1);
    border-radius: 0.08rem;
    margin-top: 0.1rem;
}
.update-time1>div{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #3C6F2B;
    padding: 0.16rem 0.68rem 0.16rem 0.18rem;
}
.director{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.main-actors1{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.ys-style{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.ys-style>span{
    color: rgba(51, 51, 51, 1) !important;
}
.ys-country{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.ys-country>span{
    color: rgba(51, 51, 51, 1) !important;
}
.play-button1{
    display: block;
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    background: linear-gradient(90deg, #4BB27B 0%, #4DCA55 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.play-button1>div{
    width: 100%;
    height: auto;
    padding: 0.14rem 2.8rem;
    display: flex;
    align-items: center;
}
.play-button1>div>i{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    margin-right: 0.02rem;
}
.play-button1>div>i::before{
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.02rem;
}
.play-button1>div>div{
    font-size: 0.22rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
/*play-lister*/
.play-lister{
    width: auto;
    height: auto;
    margin-left:0.28rem;
    margin-right:0.28rem;
    margin-top: 0.48rem;
}
.component-head1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.12rem;
}
.component-head1>div:first-child{
    width: 0.1rem;
    height: 0.38rem;
    background: #4BB37A;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.22rem;
}
.component-head1>div:last-child{
    font-size: 0.35rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #333333;
}
.list-number{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:0.18rem;
    margin-top: 0.28rem;
}
.list-number>a{
    background: linear-gradient(90deg, #EDEDED 0%, #F6F6F6 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.list-number>a>div{
    font-size: 0.2rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    padding: 0.2rem 0;
}
/*vod-descri*/
.vod-descri{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.5rem;
}
.component-head2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.12rem;
}
.component-head2>div:first-child{
    width: 0.1rem;
    height: 0.38rem;
    background: #4BB37A;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.22rem;
}
.component-head2>div:last-child{
    font-size: 0.35rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #333333;
}
.descri-word{
    font-size: 0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    margin-top: 0.18rem;
    padding-left: 0.28rem;
    line-height: 0.44rem;
}
/*actors-list*/
.actors-list{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    margin-top: 0.5rem;
}
.component-head3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 0.01rem solid #EEEEEE;
    padding-bottom: 0.12rem;
}
.component-head3>div:first-child{
    width: 0.1rem;
    height: 0.38rem;
    background: #4BB37A;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-right: 0.22rem;
}
.component-head3>div:last-child{
    font-size: 0.35rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #333333;
}
.actors{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.16rem;
    margin-top: 0.32rem;
}
.actors>a{
    width: 100%;
    height: auto;
}
.actors>a>img{
    width: 100%;
    height: 3.12rem;
    background: #333333;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.actor-name{
    font-size: 0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
}
/*play-lister1*/
.play-lister1{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.4rem;
}
.component-head4{
    font-size: 0.35rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
}
.list-number1{
    width: auto;
    max-height:5rem;
    overflow:auto ;
    background: #FFFFFF;
    box-shadow: 0 0 0.13rem 0.01rem rgba(51,51,51,0.2);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0.2rem;
    padding: 0.18rem 0.2rem;
    margin: 0.28rem 0.28rem;
}
.list-number1>a{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    display: flex;
    justify-content: center;
}
.list-number1>a>div{
    font-size:0.24rem;
    font-family: OPPOSans-R-, OPPOSans-R;
    font-weight: normal;
    color: #333333;
    padding:0.12rem 0 ;
}
/*actors-list1*/
.actors-list1 {
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.54rem;
}
.actors-list1>div:first-child {
    width: 100%;
    height: auto;
    font-size: 0.34rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.component-head5{
    width: 100%;
    height: auto;
    font-size: 0.34rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.actors1 {
    width: 100%;
    height: auto;
    margin-top: 0.54rem;
}

.actors-list2 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.actors-list2>li {
    width: fit-content;
    height: fit-content;
    margin-right: 0.12rem;
    padding: 0!important;
}

.actors-list2>li:last-child {
    width: 2rem !important;
    height:0.2rem !important;
    background: transparent;
}

.actors-list2>li>div:first-child {
    width: auto;
    height: auto;
}

.actors-list2>li>div:first-child>img {
    width: 1.48rem;
    height: 1.48rem;
}
.actor-name1 {
    width:1.48rem;
    height: auto;
    text-align: center;
    font-size: 0.22rem;
    font-family: OPPOSans;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*detail-card1*/
.detail-card1 {
    width: auto;
    height: fit-content;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding-top: 0.52rem;
}
.detail-card1>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.poster2{
    width: auto;
    height: auto;
    margin-right: 0.2rem;
}
.poster2>img{
    width: 2.32rem;
    height: 3.28rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.card-right1{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name18{
    width: 4.2rem;
    font-size: 0.34rem;
    font-family: OPPOSans-B;
    font-weight: bold;
    color: #2F801A;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.year1{
    font-size: 0.34rem;
    font-family: OPPOSans-B;
    font-weight: bold;
    color: rgba(51,51,51,1);
}
.update-time5{
    background: rgba(47, 128, 26, 0.1);
    border-radius: 0.08rem;
    margin-top: 0.1rem;
}
.update-time5>div{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #3C6F2B;
    padding: 0.16rem 0.68rem 0.16rem 0.18rem;
}
.director1{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.director1 a{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
}
.main-actors2{
    font-size: 0.24rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.main-actors2 a{
    font-size: 0.24rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
}
.more-actor{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;

}
.ys-style8{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.ys-style8 a{
    color: rgba(51, 51, 51, 1) !important;
}
.ys-country4{
    font-size: 0.22rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}
.ys-country4>span{
    color: rgba(51, 51, 51, 1) !important;
}
/*play*/
.vod-play{
    width: 100%;
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;

}
.vod-play>div{
    width: 100%;
    height: auto;
}
.video-box3{
    width: 100%;
    position: relative;
}
.video3{
    width: 100%;
    height: 100%;
}
.now-video{
    display: block !important;
}
.vod-play>div>.video-box>.video{
    width: 100%;
    height: 100% !important;
}
/*detail-card2*/
.detail-card2 {
    width: auto;
    height: fit-content;
    margin-left: 0.28rem;
    margin-right: 0.28rem;

}
.detail-card2>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster3{
    width: auto;
    height: auto;
    margin-right: 0.16rem;
}
.poster3>img{
    width: 2.32rem;
    height: 3.28rem;
    background: #999999;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.card-right2{
    width: auto;
    height: 3.28rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name19{
    width: 4.4rem;
    font-size: 0.42rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
    white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
    margin-bottom: 0.06rem;
}
.ys-english{
    font-size: 0.25rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.2rem;
}
.ys-bank{
    width:auto;
    height: auto;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    display: flex;
    margin-bottom: 0.16rem;
}
.bank-number{
    width: auto;
    height: auto;
    background: linear-gradient(360deg, #FFF1C2 0%, #FEF2E2 100%);
    border-radius: 0.08rem 0 0 0.08rem;
}
.bank-number>div{
    font-size: 0.22rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #8F6123;
    padding: 0.12rem 0.16rem;
}
.bank-name{
    width: auto;
    height: auto;
    background: linear-gradient(360deg, #F4C984 0%, #F6D59F 100%);
    border-radius: 0 0.08rem 0.08rem 0 ;
}
.bank-name>div{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.12rem 0.20rem;
}
.bank-name>div>div{
    font-size: 0.22rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #8F6123;
    line-height: 0.32rem;
    margin-right: 0.12rem;
}
.bank-name>div>i{
    display: block;
    font-size: 0.26rem;
    color:#976D30;
}
.ys-message{
    width: 100%;
    height: auto;
    font-size: 0.19rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.24rem;
}
.ys-message>span{
    font-size: 0.19rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
}
.ys-country5{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #666666;
}
.ys-style9{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
/*play-button2*/
.play-button2{
    display: block;
    width: fit-content;
    height: auto;
    background: #F16D38;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
}
.play-button2>div{
    font-size: 0.25rem;
    font-family: OPPOSans-M-, OPPOSans-M;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0.12rem 0.7rem;

}
/*play-lister2*/
.play-lister2{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.16rem;
    padding-bottom: 0.46rem;
}
.component-head6{
    font-size: 0.34rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
}
.vod-lister{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.episodes-lister{
    width: auto;
    display: flex;
    align-items: center;
}
.episodes-lister>li{
    width: auto;
    height: fit-content;
    background: #F6F6F6;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    padding: 0 !important;
    margin-right: 0.14rem;
}
.episodes-lister>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent;
}
.episodes-lister>li>a{
    display: block;
    width: auto;
    height:auto;
    font-size:0.3rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
    padding:0.32rem 0.42rem ;
}
.now-lister{
    background-color:rgba(6,193,174,1) !important;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}
.now-lister>a{
    font-size: 0.3rem !important;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #FFFFFF !important;
}
/*vod-descri2*/
.vod-descri2{
    width:100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.52rem;
}
.component-head7{
    font-size: 0.34rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.28rem;
}
.descri-word1{
    font-size:0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
}
/*actors-list2*/
.actors-list3 {
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    margin-top: 0.54rem;
}
.component-head8 {
    width: 100%;
    height: auto;
    font-size: 0.34rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.actors2{
    width: 100%;
    height: auto;
    margin-top: 0.54rem;
}
.actors-list4 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}
.actors-list4>li {
    width: fit-content;
    height: fit-content;
    margin-right: 0.2rem;
    padding: 0!important;
}
.actors-list4>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
}
.actor-pic{
    width: auto;
    height: auto;
}
.actor-pic>img{
    width: 1.36rem;
    height: 1.88rem;
}
.actor-name2{
    width: 1.6rem;
    text-align: left;
    font-size: 0.27rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.actor-rule{
    width: 100%;
    text-align: center;
    font-size:0.24rem;
    font-family: MiSans-Light, MiSans;
    font-weight: 300;
    color: #999999;
}
/*trailer-still*/
.trailer-still{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-top:0.4rem ;
}
.component-head9{
    font-size: 0.34rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.2rem;
}
.picture-list {
    width: 100%;
    height: auto;
}
.trailer-stills {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.trailer-stills>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.06rem;
}
.trailer-stills>li:last-child{
    width: 1rem !important;
    height: 0.2rem;
}
.trailerPic{
    width: auto;
    height: auto;
    position: relative;
}
.trailerPic>a{
    width: auto;
    height: auto;
}
.trailerPic>a>img{
    width: 4.16rem;
    height: 2.3rem;
    background: #999999;
    border-radius: 0.14rem 0 0 0.14rem;
}
.trailer-duration{
    font-size: 0.14rem;
    font-family: OPPOSans-R-, OPPOSans-R;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    right: 0.08rem;
    top:2.04rem;
}
.stills>a{
    display: block;
    width: auto;
    height: auto;
}
.stills>a>img{
    width: 4.16rem;
    height: 2.3rem;
}
/*detail-card3*/
.detail-card3 {
    width: 100%;
    height: fit-content;
    padding: 0.28rem;
}
.detail-card3>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.poster4{
    width: auto;
    height: 100%;
    margin-right: 0.16rem;
}
.poster4>img{
    width: 1.76rem;
    height:100%;
    background: #999999;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.card-right3{
    width: auto;
    height:2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-right3>div{
    margin-bottom: 0.1rem;
}
.ys-name20{
    width: 5.2rem;
    font-size: 0.3rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
    white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
.year3{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #666666;
}
.ys-country6{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #666666;
}
.ys-style10{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
.actors3{
    font-size:0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
.director3{
    font-size:0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
/*play-button3*/
.play-button3{
    display: block;
    width: fit-content;
    height: auto;
    background: #52C770;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;

}
.play-button3>div{
    width: auto;
    height: auto;
    padding: 0.1rem 0.3rem;
    display: flex;
    align-items: center;
}
.play-button3>div>i{
    display: flex;
    font-size: 0.42rem;
    color: #FFFFFF;
    margin-right: 0.04rem;
}
.play-button3>div>div{
    font-size: 0.21rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.3rem;
}
/*play-lister3*/
.play-lister3{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
}
.component-head10{
    width: 100%;
    height: auto;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
}
.component-head10>div:first-child{
    font-size: 0.36rem;
    font-family: SourceHanSansSC-Medium-, SourceHanSansSC-Medium;
    font-weight: normal;
    color: #181818;
}
.total-lister{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.total-lister>div:first-child{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    margin-right: 0.14rem;
}
.total-lister>img{
    width: 0.1rem;
    height: 0.2rem;
}
.vod-lister1{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.episodes-lister1{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.episodes-lister1>li{
    width:auto ;
    height: auto;
    background: #CCCCCC;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    padding: 0 !important;
    margin-right: 0.2rem;
}
.episodes-lister1>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent !important;
}
.episodes-lister1>li>a{
    display: block;
    font-size: 0.27rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0.16rem 0.48rem;
}
.now-lister1{
    background: linear-gradient(90deg, #52C770 0%, #6BCCAF 100%) !important;
}
/*vod-descri3*/
.vod-descri3{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right:0.28rem ;
    padding-top: 0.32rem;
    overflow:hidden;
}
.component-head11{
    font-size: 0.36rem;
    font-family: SourceHanSansSC-Medium-, SourceHanSansSC-Medium;
    font-weight: normal;
    color: #181818;
}
.descri-word2{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.vod-descri3 p{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    overflow:hidden;
}
.vod-descri3 span{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.vod-descri3 img{
    width:100% !important;
}
/*actors-list5*/
.actors-list5{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    margin-top: 0.54rem;
}
.component-head12{
    font-size: 0.34rem;
    font-family: OPPOSans-B-, OPPOSans-B;
    font-weight: normal;
    color: #333333;
}
.actors4{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.actors-list6{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.actors-list6>li{
    width: auto;
    height: auto;
    padding: 0!important;
    margin-right: 0.12rem;
}
.actors-list6>li:last-child{
    width: 1rem !important;
    height: 0.2rem !important;
    background: transparent;
}
.actor-pic1{
    display: block;
    width: auto;
    height: auto;
}
.actor-pic1>img{
    width: 1.54rem;
    height: 1.54rem;
    background: #999999;
    border-radius: 0.54rem 0.54rem 0.54rem 0.54rem;
}
.actor-name7{
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
/*detail-component4*/
.detail-card4{
    width: 100%;
    height: fit-content;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.3rem;
    margin-top: 0.28rem;
}
.detail-card4>div{
    width: 100%;
    height: auto;
    display: flex;
}
.poster5{
    width: auto;
    height: auto;
    margin-right: 0.2rem;
}
.poster5>img{
    width: 1.8rem;
    height: 2.5rem;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}
.card-right4{
    width: 5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name21{
    width:5rem;
    font-size: 0.36rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #090909;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
    line-height:0.36rem ;
}
.style-country{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.1rem;
}
.update-time4{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.1rem;
}
.actors5{
    width: 100%;
    font-size:0.26rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
/*play-button4*/
.play-button4{
    display: block;
    width: fit-content;
    height: auto;
    background: #4CC9CB;
    border-radius: 0.39rem 0.39rem 0.39rem 0.39rem;
    margin-top: 0.22rem;
}
.play-button4>div{
    width: auto;
    height: auto;
    padding: 0.14rem 1.08rem;
    display: flex;
    align-items: center;
}
.play-button4>div>i{
    font-size: 0.42rem;
    color: #FFFFFF;
    margin-right:0.06rem ;
}
.play-button4>div>div{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
/*play-lister4*/
.play-lister4{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.6rem;
}
.component-head13{
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.vod-lister2{
    width: 100%;
    height: auto;
    padding-top: 0.2rem;
}
.episodes-lister2{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.episodes-lister2>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.2rem;
    background: #F6F6F6;
    border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
}
.episodes-lister2>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent;
}
.episodes-lister2>li>a{
    display: block;
    font-size:0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.12rem 0.42rem;
}
.now-lister2{
    background: #4CC9CB !important;
}
.now-lister2>a{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF !important;
}
/*actors-list7*/
.actors-list7{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-top: 0.44rem;
}
.component-head14{
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.actors6{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.actors-list8{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.actors-list8>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.1rem;
}
.actors-list8>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent;
}
.actor-pic2{
    display: block;
    width: auto;
    height: auto;
}
.actor-pic2>img{
    width: 1.6rem;
    height: 2.16rem;
    background: #333333;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.actor-name4{
    font-size: 0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.role{
    text-align: center;
    font-size: 0.24rem;
    color:#BFBFBF;
    margin-top: 0.04rem;
}
/*detail-card5*/
.detail-card5{
    width: 100%;
    height: fit-content;
    padding: 0.4rem 0.28rem;
}
.detail-card5>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.poster6{
    display: block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
}
.poster6>img{
    width: 2.5rem;
    height: 3.3rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.card-right5{
    width: auto;
    height: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name22{
    width: 4.4rem;
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #3EA02F;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.12rem;
    line-height: 0.36rem;
}
.ys-style3{
    width: auto;
    height: auto;
    display: flex;
    margin-bottom:0.08rem ;
}
.ys-style3>a{
    display: block;
    width: auto;
    height: auto;
    background: #F3F2F8;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin-right: 0.14rem;
}
.ys-style3>a>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.04rem 0.08rem;
}
.ys-message1{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.1rem;
}
.ys-subName8{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;

}
/*play-button5*/
.play-button5{
    display: block;
    width: fit-content;
    height: auto;
    background: linear-gradient(90deg, #58CCF4 0%, #54D5AB 33%, #56E14A 100%);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.play-button5>div{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding:0.14rem 0.42rem ;
}
.play-button5>div>i{
    display: flex;
    color: #FFFFFF;
    font-size: 0.36rem;
    margin-right: 0.08rem;
    margin-top: 0.04rem;
}
.play-button5>div>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}
/*play-button6*/
.play-button6{
    display: block;
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    background: linear-gradient(90deg, #58CCF4 0%, #54D5AB 33%, #56E14A 100%);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;

}
.play-button6>div{
    width: 100%;
    height: auto;
    padding: 0.14rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button6>div>i{
    display: flex;
    color: #FFFFFF;
    font-size: 0.36rem;
    margin-right: 0.08rem;
    margin-top: 0.04rem;
}
.play-button6>div>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}
/*play-lister5*/
.play-lister5{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.3rem;
}
.component-head15{
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.vod-lister3{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.episodes-lister3{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.episodes-lister3>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.2rem;
    background:rgba(247,247,247,0.56);
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
}
.episodes-lister3>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent;
}
.episodes-lister3>li>a{
    display: block;
    font-size:0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.16rem 0.62rem;
}
.now-lister3{
    background: linear-gradient(90deg, #58CCF4 0%, #54D5AB 33%, #56E14A 100%) !important;
    opacity: 0.56;
}
.now-lister3>a{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF !important;
}
/*play-icon*/
.video-icon{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
.video-icon>i{
    display: flex;
    font-size: 0.88rem;
    color:#FFFFFF ;
}
/*play-card*/
.play-card{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.28rem;
}
.ys-name23{
    font-size: 0.41rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
}
.ys-subName9{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-top: 0.08rem;
}
.play-acount{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.play-acount>i{
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #000000;
    margin-right: 0.08rem;
}
.play-acount>div{
    font-size: 0.24rem;
    font-family: MiSans-Light, MiSans;
    font-weight: 300;
    color: #333333;
}
/*play-card1*/
.play-card1{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.28rem;
}
.ys-name24{
    font-size:0.41rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.16rem;
}
.now-episodes{
    font-size:0.24rem;
}
.ys-message2{
    font-size: 0.22rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.update-state{
    color: rgba(51, 51, 51, 1);
}
/*play-card2*/
.play-card2{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.28rem;
}
.ys-name25{
    font-size: 0.41rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.06rem;
}
.ys-message3{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}
/*play-icon1*/
.play-icon1{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.play-icon1>img{
    width:1rem ;
    height: 0.88rem;
}
/*play-lister6*/
.play-lister6{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.component-head16{
    width: 100%;
    height: auto;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.component-head16>div:first-child{
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.component-head16>div:last-child{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.vod-lister4{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.episodes-lister4{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.episodes-lister4>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right:0.2rem;
    background: #F4F5F9;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.episodes-lister4>li:last-child{
    width: 4rem !important;
    height: 0.2rem;
    background: transparent;
}
.episodes-lister4>li>a{
    display: block;
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.3rem 0.38rem;
}
.now-lister4{
    background: #0082FF !important;
}
.now-lister4>a{
    font-size:0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
/*play-card3*/
.play-card3{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-top: 0.28rem;
}
.ys-name26{
    font-size: 0.41rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.06rem;
}
.total-lister1{
    font-size: 0.24rem;
    color:rgba(153, 153, 153, 1) ;
    font-weight: 500;
    margin-left:0.2rem ;
}
.ys-style5{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.14rem;
}
.ys-style5>a{
    display: block;
    background: #F6F6F6;
    border-radius: 0.22rem 0.22rem 0.22rem 0.22rem;
    margin-right: 0.12rem;
}
.ys-style5>a>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    padding: 0.06rem 0.16rem;
}
/*play-lister7*/
.play-lister7{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    margin-top:0.44rem ;
}
.component-head17{
    width: auto;
    height: auto;
    display: flex;
    align-items: end;
}
.component-head17>div:first-child{
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    margin-right: 0.18rem;
}
.update-total{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.vod-lister5{
    width: 100%;
    height: auto;
    margin-top: 0.2rem !important;
}
.episodes-lister5{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.episodes-lister5>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right:0.16rem;
    background: #F6F6F6;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.episodes-lister5>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
    background: transparent;
}
.episodes-lister5>li>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    padding: 0.38rem 0.46rem;
}
.now-lister5{
    background:rgba(72,177,173,0.2) !important;
}
.now-lister5>a{
    color: #48B1AD !important;
}
/*shaixuan-component1*/
.shaixuan-component1{
    width:100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.hot-class3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class3>div {
    width: auto;
    height: auto;
    /*background: #EEEEEE;*/
    /*border-radius: 0.21rem;*/
    /* margin-right: 0.18rem;*/
    margin-right: 0.28rem;
}
.hot-class3>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}
.hot3>a {
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color:#333333 !important;
}
.hot-class4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class4>div {
    width: auto;
    height: auto;
    /*background: #EEEEEE;*/
    /*border-radius: 0.21rem;*/
    /* margin-right: 0.18rem;*/
    margin-right: 0.28rem;
}
.hot-class4>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}
.hot4>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color: #333333 !important;
}
.films-class4 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film4 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film4>li {
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.28rem;
}
.class-film4>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity4 {
    width: auto;
    height: auto;
}
.activity4>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #333333 !important;
}
.class4>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    /*padding: 0 !important;
    border: 0 !important;*/
}
.films-class5 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film5 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film5>li {
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.28rem;
}
.class-film5>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity5 {
    width: auto;
    height: auto;
}
.activity5>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #333333 !important;
}
.class5>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    /*padding: 0 !important;
    border: 0 !important;*/
}
.films-class6 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film6 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film6>li {
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.28rem;
}
.class-film6>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity6 {
    width: auto;
    height: auto;
}
.activity6>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #333333 !important;
}
.class6>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    /*padding: 0 !important;
    border: 0 !important;*/
}
/*shaixuan-component2*/
.shaixuan-component2{
    width:100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.hot-class5 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class5>div {
    width: auto;
    height: auto;
}
.hot-class5>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #333333;
    padding: 0.14rem 0.14rem;
}
.hot5{
    background: #F3F4F9;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.hot5>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color:#4AC24C !important;
}
.hot-class6 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class6>div {
    width: auto;
    height: auto;

}
.hot-class6>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #333333;
    padding: 0.14rem 0.14rem;
}
.hot6{
    background: #F3F4F9;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.hot6>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color:#4AC24C !important;
}
.films-class7 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film7 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film7>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film7>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity7 {
    width: auto;
    height: auto;
    background: #F3F4F9;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity7>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #53C353 !important;
}
.class7>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #333333;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
.films-class8 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film8 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film8>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film8>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity8 {
    width: auto;
    height: auto;
    background: #F3F4F9;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity8>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #53C353 !important;
}
.class8>a{
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #333333;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
.films-class9 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film9 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film9>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film9>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity9 {
    width: auto;
    height: auto;
    background: #F3F4F9;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity9>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #53C353 !important;
}
.class9>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #333333;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
/*shaixuan-component3*/
.shaixuan-component3{
    width:100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.hot-class7{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class7>div {
    width: auto;
    height: auto;
}
.hot-class7>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    padding: 0.14rem 0.14rem;
}
.hot7{
    background: #FCECEF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.hot7>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color:#EB739C !important;
}
.hot-class8 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.hot-class8>div {
    width: auto;
    height: auto;

}
.hot-class8>div>a {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    padding: 0.14rem 0.14rem;
}
.hot8{
    background: #FCECEF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.hot8>a {
    display: block;
    font-size: 0.26rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color: #EB739C !important;
}
.films-class10 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film10 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film10>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film10>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity10 {
    width: auto;
    height: auto;
    background: #FCECEF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity10>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #EB739C !important;
}
.class10>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
.films-class11 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film11 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film11>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film11>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity11 {
    width: auto;
    height: auto;
    background: #FCECEF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity11>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #EB739C !important;
}
.class11>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
.films-class12 {
    width: 100%;
    margin-top: 0.2rem !important;
}
.class-film12 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.class-film12>li {
    width: auto;
    height: auto;
    padding: 0 !important;
}
.class-film12>li:last-child{
    width: 4rem !important;
    height: 0.1rem !important;
}
.activity12 {
    width: auto;
    height: auto;
    background: #FCECEF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.activity12>div>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color:  #EB739C !important;
}
.class12>a {
    display: block;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:  #999999;
    padding: 0.14rem 0.14rem !important;
    border: 0 !important;
}
/*banner*/
.banner-box {
    width: 100%;
    height: auto;
    padding-right: 0.12rem;
    margin-top: 0.22rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.12rem;
}
.banner-box>div {
    width: 100%;
    height: auto;
    /*padding-left: 0.28rem;
    padding-right: 0.28rem;*/
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 0.18rem;
    /*position: relative;*/
    padding-bottom: 0.26rem;
    padding-top: 0.26rem;
}
.banner-box>div>a {
    width: auto;
    height: auto;
}
.class-name {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.25rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    /*position: absolute;
   top: 0.7rem;*/
}
.class-img {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
}
.class-img>img {
    width: 1.06rem;
    height: 1rem;
}
/*banner1*/
.banner1{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
}
.hot-class9 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
}
.hot-class9>div {
    width: auto;
    height: auto;
    background: #EEEEEE;
    border-radius: 0.21rem;
    margin-right: 0.1rem;
}
.hot-class9>div>div {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060606;
    padding: 0.08rem 0.16rem;
}
.hot9 {
    background:rgba(232, 89, 59, 0.3) !important;
    border-radius:0.21rem 0.21rem 0.21rem 0.21rem;
}
.hot9>div {
    font-size: 0.24rem !important;
    font-family: Source Han Sans SC !important;
    font-weight: 500 !important;
    color: #E64940 !important;
}
/*search4*/
.head-component5{
    width: auto;
    height:0.68rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    opacity: 1;
    border: 0.01rem solid #707070;
    padding-left: 0.26rem;
    margin-top: 0.24rem;
}
.search4{
    width: 100%;
    height: 100%;
}
.search4>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.searchIcon4{
    width: auto;
    height: auto;
    margin-right: 0.2rem;
}
.searchIcon4>i{
    display: block;
    font-size: 0.32rem;
    color: #999999;
}
.search4 form{
    height: 100%;
    display: flex;
    align-items: center;
}
.search4 input {
    display: block;
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search4 input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#6C6C6C;
}
/*search5*/
.head-component6{
    width: 100%;
    height: 1.26rem;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}
.search5{
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    background: #FFFFFF;
}
.search5>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.26rem;
    padding-right: 0.26rem;
}
.searchIcon5{
    width: auto;
    height: auto;
    margin-left: 0.2rem;
}
.searchIcon5>i{
    display: block;
    font-size: 0.32rem;
    color:rgba(6,193,174,1);
}
.search5>div>input {
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search5>div>input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#6C6C6C;
}
/*search6*/
.head-component7{
    width: 100%;
    height: 1.26rem;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}
.search6{
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    background-color: rgba(255,255,255,0.38);

}
.search6>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.26rem;
    padding-right: 0.26rem;
}
.searchIcon6{
    width: auto;
    height: auto;
    margin-left: 0.2rem;
}
.searchIcon6>i{
    display: block;
    font-size: 0.32rem;
    color: #999999;
}
.search6>div>input {
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.search6>div>input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#FFFFFF;
    text-align: center;
}
/*search7*/
.head-component8{
    width: 100%;
    height: 1.2rem;
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}
.search7{
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    background-color: rgba(255,255,255,0.38);

}
.search7>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.26rem;
    padding-right: 0.26rem;
    position: relative;
}
.search-info3{
    width: auto;
    height: auto;
    margin-left: 0.2rem;
    position: absolute;
    right: 0.4rem;
}
.search-info3>i{
    font-size: 0.34rem;
    color: #FFFFFF;
    display: block;
}
.search7{
    height:100%;
}
.search7 form{
    width:90%;
    height:100%;
}
.search7>div input {
    display:block;
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.search7>div>input::placeholder {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#FFFFFF;
    text-align: center;
}
/*banner2*/
.banner2{
    width:100%;
    height: auto;
    padding-top: 0.28rem;
}
.class13{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 0.28rem;
    grid-column-gap: 0.1rem;
}
.class13>a{
    width: auto;
    height: auto;
    background: #F6F7F8;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #E6E6E6;
    text-align: center;
}
.class13>a>div{
    font-size: 0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #666666;
    padding: 0.16rem 0;
    letter-spacing: 0.01rem;
}
/*link*/
.link{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;

}
.link-content{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.2rem;
}
.link-content>a{
    width: 100%;
    height: auto;
    background: #EEEEEE;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    display: flex;
    justify-content: center;

}
.link-content>a>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;

    padding: 0.14rem 0;
}
/*foot*/
.foot{
    width: 100%;
    height: auto;
    border-top:0.01rem solid #999999;

}
.foot>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.24rem;
}
.site-nav{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.bind-line{
    width: 0.01rem;
    height: 0.44rem;
    opacity: 1;
    border-left: 0.01rem solid #707070;
    margin-left: 0.72rem;
    margin-right: 0.72rem;
}
.site-map{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.foot-h{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    margin-top: 0.46rem;
    padding-bottom: 0.34rem;
}
.foot-h>p{
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.copyright{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.zixun-list{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.5rem;
}
.zixun-list>li{
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left{
    width: 4.1rem;
    height: 1.48rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.zixun-title{
    width: 100%;
    font-size: 0.34rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zixun-text{
    width: 100%;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.zixun-message{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.position{
    font-size:0.22rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
.zixun-time{
    font-size:0.22rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
.right{
    width: auto;
    height: auto;
    margin-left: 0.2rem;
}
.right>img{
    width: 2.5rem;
    height: 1.48rem;
    background: #000000;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
/*more-button*/
.moreButton13{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    margin-top:0.3rem;
    background: #F4F4F4;
    border-radius: 0.49rem 0.49rem 0.49rem 0.49rem;
    display: flex;
    justify-content: center;
}
.moreButton13>div{
    width:fit-content;
    height: auto;
    padding: 0.26rem 0;
    display: flex;
    align-items: center;
}
.moreButton13>div>div:first-child{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.1rem;
}
.moreButton13>div>i{
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #999999;
}
/*head3*/
.head3{
    width: 100%;
    height:0.8rem;
    background-color: rgba(6,193,174,1);

}
.set-position{
    width: 100%;
    height: 100%;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    position: relative;
}
.site-name{
    font-size: 0.36rem;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.search-info{
    display:flex;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0.28rem;
    align-items: center;
}
.search-info>i{
    display: block;
    color: #FFFFFF;
    font-size: 0.32rem;
}
/*pubu*/
.pubu{
    width:100%;
    height: 17rem;
    padding-left: 0.28rem;
    position: relative;
}
.pubu>a{
    width: auto;
    height: auto;
    display: block;
    background-color:#FFFFFF;
    float: left;
    /*border: 0.01rem solid #000000;*/
    box-shadow:rgba(149, 157, 165, 0.2) 0 0.08rem 0.24rem;
    border-radius: 0.12rem;
}

.pubu>a>img{
    width: 3.4rem;
    height: auto;
    border-radius: 0.12rem 0.12rem 0 0;
}
.down1 {
    width: 100%;
    height: auto;
    padding: 0.12rem;
}

.ys-name27 {
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;

}
.main-actors3 {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
}
/*rotation-component5*/
.pic-title{
    width: 100%;
    height: auto;
    font-size:0.48rem;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
    font-weight: bold;
    color: #333333;
    padding: 0.4rem 0.28rem 0.4rem 0.28rem;
    line-height:0.64rem ;
    letter-spacing: 0.01rem;
}
.rotation-component5,.thumbs{
    width: 7.5rem !important;
    height: auto;
    user-select: none !important;
    overflow: hidden !important;
    margin: 0 !important;
}
.contentMain,.small-contentMain{
    width: 7.5rem !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    transition: transform 0.5s ease-in-out !important;
}
.contentMain>div{
    width: 6.9rem !important;
    height: 100% !important;
    transition: transform 0.5s ease-in-out !important;
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
    position: relative;
}
.contentMain>.swiper-slide>a{
    display:block;
    width:100%;
    height:100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}
.contentMain>.swiper-slide>a>img{
    width: 6.9rem;
    height: auto;
    margin-bottom: 0.22rem;
}
.ys-name32{
    font-size: 0.32rem;
    font-weight: 500;
    position: absolute;
    left: 0.28rem;
    top: 0.28rem;
    color: black;
}
.play6{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.play6>img{
    width: 1.58rem !important;
    height: 1.54rem !important;
}
.small-contentMain>div{
    width: 1.32rem !important;
    height: 1rem;
    transition: transform 0.5s ease-in-out !important;
    margin-left: 0.1rem !important;
    margin-right: 0.07rem !important;
}
.small-contentMain>.swiper-slide>img{
    width: 100%;
    height: 100%;
}
.thumbs .swiper-button-next {
    background-image: url('https://www.jq22.com/demo/jquerySwiper201804081125/images/next-small.png');
    width: 10px;
    height: 65px;
    background-size: 10px 18px;
    right: 10px;
    margin-top: 0;
    top: 0;
    outline: none;
    opacity: 1;
}
.thumbs .swiper-button-prev {
    background-image: url('https://www.jq22.com/demo/jquerySwiper201804081125/images/left-small.png');
    width: 10px;
    height: 65px;
    background-size: 10px 18px;
    right: 10px;
    margin-top: 0;
    top: 0;
    outline: none;
}
/*banner3*/
.banner3{
    width:100%;
    height: auto;
    padding-top: 0.43rem;
}
.class14{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.16rem;
}
.class14>a{
    width: auto;
    height: auto;
    background: #EEEEEE;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    opacity: 1;

    text-align: center;
}
.class14>a>div{
    font-size: 0.24rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 400;
    color: #666666;
    padding: 0.16rem 0;
}
/*illustration*/
.illustration{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.54rem 0.28rem 0.4rem;
}
.illustration img{
    width: 100%;
    height: 2.78rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    opacity: 0.8;
}
/*vod-card*/
.vod-crad{
    width: auto;
    height: auto;
    margin: 0.28rem 0.28rem 0.54rem;
}
.up-box1{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.up-box1>img{
    width: 100%;
    height: 3.96rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    opacity: 0.8;
}
.play5{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.play5>img{
    width: 1.58rem;
    height: 1.54rem;
}
.down-box1 {
    width: 100%;
    height: auto;
    padding-top: 0.26rem;
}
.down-box1>div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.this-name1{
    width:3.84rem;
    font-size:0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.01rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.ys-tag{
    width:3.84rem;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    margin-top: 0.08rem;
}
.ys-tag>a{
    background: rgba(6, 193, 73, 0.1);
    border-radius: 0.08rem;
    margin-right:0.12rem ;
    margin-top:0.05rem;
}
.ys-tag>a>div{
    padding: 0.04rem 0.16rem;
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #06C149;
}
.play-button7 {
    display: block;
    width: fit-content;
    height: auto;

    background: linear-gradient(90deg, #F27239 0%, #E42C24 100%);
    border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;

    /*margin-left: 0.28rem;
    margin-right: 0.28rem;*/
}
.play-button7>div {
    width: auto;
    height: auto;
    padding: 0.14rem 0.54rem 0.14rem 0.58rem;
    display: flex;
    align-items: center;
}
.play-button7>div>i{
    font-size: 0.4rem;
    color: #FFFFFF;
    display:flex;
    line-height: 0.4rem;
}
.play-button7>div>div:last-child {
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.26rem;
}
/*fenlei*/
.fenlei{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.28rem;
    margin-top: 0.28rem;
}
.fenlei>a{
    width: 100%;
    aspect-ratio:521/236;
    background-size:100% 100%;
    display: flex;
    flex-direction:column;
    justify-content: flex-end;
    padding:0.2rem ;
}
.fenlei>a:nth-child(1){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/9.png');
}
.fenlei>a:nth-child(2){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/4.png');
}
.fenlei>a:nth-child(3){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/5.png');
}
.fenlei>a:nth-child(4){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/6.png');
}
.fenlei>a:nth-child(5){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/7.png');
}
.fenlei>a:nth-child(6){
    background-image: url('https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic/8.png');
}
.fenlei>a>img{
    width: 100%;
    height: auto;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.fenlei>a>div:last-child{
    width: auto;
    height: auto;

}
.fenlei>a>div:last-child>div:first-child{
    font-size: 0.28rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
}
.class-name1{
    font-size: 0.36rem;
}
.fenlei-1>div{
    color: #FFFFFF;
}
.fenlei-2>div{
    color: #237ABB;
}
.fenlei-3>div{
    color:  #8D4CE8;
}
.fenlei-4>div{
    color:  #1DA832;
}
.fenlei-5>div{
    color:  #D43535;
}
.fenlei-6>div{
    color: #4E3EC9;
}
/* select-component3 */
.selectCard-component4{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0.15rem;
}
.selectCard-component4>div{
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    display: flex;
    justify-content: center;
}
.selectCard-component4>div>div{
    font-size: 0.24rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    padding: 0.18rem 0;
}
.current23{
    background: linear-gradient(90deg, #58CCF2 0%, #55D893 53%, #56E14C 100%) !important;
}
.current23>div{
    color: #FFFFFF !important;
}
/*fenlei1*/
.fenlei1{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:0.2rem ;
}
.fenlei1>div{
    width: 100%;
    height: auto;
}
.fenlei1>div>a{
    display: block;
    position: relative;
}

.fenlei1>div>a>div{
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fenlei1>div>a>div>div{
    position: absolute;
}
.fenlei1>div>a>div>div>div{
    font-size:0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
}
.class-name2{
    font-size: 0.42rem !important;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500 !important;
    opacity: 1 !important;
}
.fenlei1-1{
    margin-bottom: 0.20rem;
}
.fenlei1-1>img{
    width: 3.58rem;
    height: 4.24rem;
}

.fenlei1-2>img{
    width: 3.58rem;
    height: 1.17rem;
}
.fenlei1-3>img{
    width: 3.16rem;
    height:2.02rem;

}
.fenlei1-4{
    margin-top: 0.20rem;
    margin-bottom: 0.20rem;
}
.fenlei1-4>img{
    width: 3.16rem;
    height:2.02rem;
}
.fenlei1-5>img{
    width: 3.16rem;
    height:1.17rem;
}
.fenlei1-1>div:last-child>div{
    left: 0.26rem;
    bottom: 0.24rem;
}
.fenlei1-2>div:last-child>div{
    left: 0.26rem;
    bottom: 0.12rem;
}
.fenlei1-3>div:last-child>div{
    left: 0.32rem;
    top: 0.14rem;
}
.fenlei1-4>div:last-child>div{
    right: 0.13rem;
    top: 0.16rem;
}
.fenlei1-5>div:last-child>div{
    right: 0.16rem;
    bottom: 0.12rem;
}
.fenlei1-5>div:last-child>div>div:first-child{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: right;
}
.fenlei1-5>div:last-child>div>div:first-child>i{
    display: block;
    font-size: 0.36rem;
    color: #FFFFFF;
}
/*head3*/
.search8{
    width: 100%;
    height: auto;
    padding: 0.4rem 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-box{
    width: 6rem;
    height: 0.68rem;
    background: #FFFFFF;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    position: relative;
}
.search-box input{
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    position: absolute;
    top: 0;
    border: 0;
    padding: 0;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    box-shadow: none;
}
.search-box input::placeholder {
    text-align: center;
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search-box input:focus{
    outline: none;
}
.search-button{
    width: 1rem;
    height: 0.58rem;
    background: #FB80A3;
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
    position: absolute;
    right: 0.06rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-button>div{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.banner-icon{
    width: fit-content;
}
.banner-icon img{
    width: 0.48rem;
    height: 0.48rem;
}
.banner-icon svg{
    width: 0.48rem;
    height: 0.48rem;
    color:#FB80A3;
}
.banner-icon>div{
    width: 100%;
    display:flex;
    justify-content: center;
    font-size: 0.26rem;
    color: #666666;
    letter-spacing:0.01rem;
    margin-top: 0.05rem;
}
/*list-component14*/
.list-component14{
    width: 100%;
    height: auto;
    padding: 0.36rem 0.28rem ;
}
.ysList14{
    width: 100%;
    height: auto;
    display:grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.22rem;
}
.ysList14>a{
    width: 100%;
    height: auto;
}
.ysList14>a>img{
    width: 100%;
    height: 2.72rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.ysList14>a>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ysList14>a>div>div:first-child{
    width: 2rem;
}
.ys-name28{
    width:100%;
    font-size:0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.ys-message4{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
}
.play-button8{
    width: auto;
    height: auto;
    background: #FB80A3;
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
}
.play-button8>div{
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding:0.1rem 0.28rem ;
}
/*list-component15*/
.list-component15{
    width: 100%;
    height: auto;
    padding: 0.44rem 0.28rem;
}
.ysList15>div{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 0.3rem;
}
.ysList15>div>div{
    width: 4.24rem;
    height:2.38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-message21>div{
    margin-bottom: 0.1rem;
}
.poster7>img{
    width: 2.38rem;
    height: 2.38rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-right: 0.3rem;
}
.ys-name29{
    font-size: 0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.main-actors4{
    font-size:0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
    margin-top: 0.1rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.main-actors4>span{
    color: #666666 ;
}
.brief{
    width: 4.2rem;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.brief p{
    width: 4.2rem;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;

}
.play-button9{
    width: auto;
    height: auto;
    margin-left: auto;
    background: #FB80A3;
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
}
.play-button9>div{
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.1rem 0.28rem;
}
/*banner4*/
.banner4{
    width: 7.5rem;
    height: 100%;
    position: fixed;
    top: 0;

    z-index: 999;
    transform: translate(100%);
    overflow:scroll;
}
.banner4>div{
    width: 52%;
    height: fit-content;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%);
    transition-delay: 100ms;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.03rem 0.08rem 0.08rem;
}
.cancel{
    width: 100%;
    height: auto;
    background:#FFFFFF;
    display: flex;
    justify-content: right;
    padding-top: 0.87rem;
    padding-bottom: 0.18rem;
}
.cancel>i{
    font-size: 0.38rem;
    color: #333333;
    margin-right:0.22rem ;
}
.banner4-content{
    width: 100%;
    height: fit-content;
    padding-bottom:0.2rem;
}
.banner4-content>li:nth-child(2n+1){
    background: rgba(242, 242, 242, 0.32);
}

.banner4-content>li>a{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.32rem;
    display: flex;
    align-items: center;
    transform: translate(100%);
}
.banner-name{
    width: 100%;
    font-size: 0.34rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.banner4-content>li>a>img{
    width: 0.36rem;
    height: auto;
    margin-right: 0.2rem;
}
.banner4-content>li>a>svg{
    width: 0.36rem;
    height: auto;
    fill: #FB80A3;
    margin-right: 0.2rem;
}
.now-page .banner-name{
    color:#FB80A3 !important;
}
/*more-buntton1*/
.moreButton15{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.44rem;
}
.moreButton15>a,.moreButton15>div{
    width: auto;
    height: auto;
    background: #EEEEEE;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.moreButton15>a>div,.moreButton15>div>div{
    width: auto;
    height: auto;
    padding:0.14rem 0.28rem ;
    display: flex;
    align-items: center;
}
.moreButton15>a>div>i,.moreButton15>div>div>i{
    font-size: 0.28rem;
    color: #FAE1C2;
    margin-right: 0.06rem;
}
.moreButton15>a>div>div,.moreButton15>div>div>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
}
/*search9*/
.search9{
    width: 100% !important;
    height: auto;
    padding: 0.3rem 0.28rem;
}
.search-box1{
    display: block;
    width: 100%;
    height: 0.74rem;
    background: #FFFFFF;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    position: relative;
}
.search-box1>form>input{
    width: 90%;
    height: 100%;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    position: absolute;
    left: 0.2rem;
    top: 0;
    outline: none;
    font-size: 0.26rem;
}
.search-box1>form>input::placeholder{
    text-align: center;
}
.search-button1{
    width: 1.2rem;
    height: 0.58rem;
    background: #5AA0F8;
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
    position: absolute;
    top: 50%;
    right:0.06rem ;
    transform:translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
}
/*.search-button1{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.12rem 0;

}*/
/*banner5*/
.banner5{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-top: 0.4rem;
    grid-column-gap: 0.56rem;
    grid-row-gap: 0.38rem;
}
.banner5>a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banner5>a>img{
    width: 1.2rem;
    height: auto;
}
.banner5>a>div{
    width: fit-content;
    height: auto;
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
    letter-spacing: 0.01rem;
}
/*banner6*/
.banner6{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-top: 0.3rem;
    grid-column-gap: 0.64rem;
    grid-row-gap:0.38rem ;
}
.banner6>a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banner6>a>img{
    width: auto;
    height:0.86rem;
}
.banner6>a>div{
    width: fit-content;
    height: auto;
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
}
/*list-name17*/
.list-name17{
    width: 100%;
    height: auto;
    padding-right: 0.34rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding-top: 0.5rem;
}
.list-name17>div:first-child{
    background: #5AA0F8;
    border-radius: 0 2rem 2rem 0;
}
.list-name17>div:first-child>div{
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.12rem 0.26rem;
}
.list-left17{
    max-width:50%;
    background: #5AA0F8;
    border-radius: 0 2rem 2rem 0;
}
.list-left17>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.12rem 0.26rem;

}
.moreButton16{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.moreButton16>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.06rem;
    line-height: 0.24rem;
}
.moreButton16>i{
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.02rem;
}
/*vod-card1*/
.vod-card1{
    width: 100%;
    height: auto;

    padding: 0.47rem 0.28rem ;
}
.up-box2{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.up-box2>img{
    width: 100%;
    height: 3.96rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    opacity: 0.8;
}
.play6{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.play6>img{
    width: 1.58rem;
    height: 1.54rem;
}
.down-box2{
    width:100%;
    height: auto;
}
.ys-message5{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.08rem;
}
.ys-message5>div:first-child{
    width: 50%;
    margin-right:0.1rem;
}
.ys-name30{
    width: 100%;
    font-size: 0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height:0.36rem;
    margin-bottom:0.1rem;
}
.ys-message5>div:last-child{
    width: 50%;
    margin-right:0.1rem;
}
.ys-message5>div>div:last-child{
    width: 100%;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.ys-message5>div:last-child>div:first-child{
    width: 100%;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ys-message5>div:last-child>div:first-child span{
    width: 100%;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.down-box2>a{
    display: block;
    width: 100%;
    height: auto;
    background: #5AA0F8;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-top: 0.12rem;
}
.down-box2>a>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.06rem;
    padding:  0.16rem 0;
}
.down-box2>a>div>i{
    display: block;
    font-size: 0.42rem;
    color: #FFFFFF;
}
.down-box2>a>div>div{
    font-size:0.28rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.28rem;
}
/*list-component16*/
.list-component16{
    width: 100%;
    height: auto;
    padding: 0.42rem 0.28rem;
}
.ysList16{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.22rem;
}
.ysList16>div{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 0.08rem 0.24rem;
    padding-bottom: 0.18rem;
}
.poster13{
    display: block;
    width: 100%;
    height: fit-content;
}
.poster13>img{
    width: 100%;
    height: 2.96rem;
    border-radius: 0.16rem 0.16rem 0 0;
}
.component-center{
    display: block;
    padding-left: 0.16rem;
    margin-bottom: 0.16rem;
}
.ys-name31{
    width: 3.2rem;
    font-size: 0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-top: 0.1rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.ys-message6{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    width: 3.2rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.actors7{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    width: 3.2rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.play-button10{
    width: auto;
    height: auto;
    margin-left:0.18rem ;
    margin-right: 0.18rem;
    background: #5AA0F8;
    border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
    display: flex;
    justify-content: center;
}
.play-button10>div{
    font-size:0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.18rem 0;
}
/*list-name18*/
.list-name18{
    width: 100%;
    height: auto;
    background: #7F70E5;
    display: flex;
    justify-content: center;
}
.list-name18>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:80%;
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.12rem 0;
    text-align: center;
}
/*list-name19*/
.list-name19{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:80%;
    text-align: center;
    margin: auto;
    font-size: 0.32rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #7F70E5;
    position: relative;
    padding-top: 0.44rem;
}
/*vod-card2*/
.vod-card2{
    width: auto;
    height: 3.97rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    position: relative;
    margin-top: 0.32rem;
}
.vod-card2>img{
    width: 100%;
    height: 3.97rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.fog{
    width: 100%;
    height: 3.97rem;
    position: absolute;
    left: 0;
    top: 0;
}
.ys-name33{
    font-size: 0.32rem;
    font-family: SourceHanSansSC-Medium-, SourceHanSansSC-Medium;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    left: 0.2rem;
    top: 3.1rem;
}
.play-button11{
    width: 1.07rem;
    height:1.07rem;
    background: #7F70E5;
    position: absolute;
    right: 0.26rem;
    bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.play-button11>i{
    font-size: 0.48rem;
    color: #FFFFFF;
}
/*searc-page*/
.search-page{
    width: 100%;
    height: auto;
}
.search-head{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.28rem;
    background: #F2F2F2;
}
.head6-component{
    width: auto;
    height: auto;
}
.search3{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.34rem;
    background-color:#FFFFFF;
}
.search3>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchIcon2{
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    /*opacity: 0.5;*/
}
.searchIcon2>.bi-x-lg{
    display: none;
    font-size: 0.32rem;
    color: #999999;
}
.searchIcon2>.bi-search{
    display: block;
    font-size: 0.32rem;
    color: #999999;
}
.search3>div>input {
    width: 90%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search3>div>form>input::placeholder {
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
}
.search3>div>form>input {
    display: block;
    width: 90%;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search3>div>input::placeholder {
    font-size: 0.27rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
}
.cancel-search{
    font-size: 0.34rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
}
.history{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.56rem;
}
.history-head{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-head>div:first-child{
    font-size: 0.36rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
}
.history-head>i{
    font-size: 0.34rem;
    color:#999999;
}
.history-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.44rem;
}
.history-content>a{
    width: auto;
    height: auto;
    background: #F6F6F6;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    display: flex;
    justify-content: center;
    margin-right: 0.18rem;
    margin-bottom: 0.18rem;
}
.history-content>a>div{
    font-size:0.22rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
    padding: 0.14rem 0.22rem;
}
.discover{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.4rem;
}
.discover-head{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.discover-head>div:first-child{
    font-size:0.36rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
}
.change{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.change>i{
    font-size: 0.20rem;
    color: #999999;
    margin-right: 0.08rem;
}
.change>div:last-child{
    font-size: 0.22rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
    color: #999999;
}
.discover-content{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top:0.4rem ;
    grid-row-gap:0.24rem;
}
.discover-content>a{
    font-size: 0.26rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
    color: #666666;
}
/*head4*/
.head4{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.28rem;
    display: flex;
    align-items: center;
}
.logo{
    width: 2.4rem;
    height: auto;
}
.search-component{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.head-left{
    width: 1rem;
    height: 0.72rem;
    padding: 0.14rem 0.2rem 0.14rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(204,204,204,0.36);
    border-radius: 29px 29px 29px 29px;
}
.head-left>img{
    width: 0.24rem;
    height: 0.3rem;
}
.pursue-word{
    font-size: 0.26rem;
    color: #999999;
}
.search10{
    width: 100%;
    height: auto;
    margin-left: 0.28rem;
    /*box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0.3rem;
    background-color: rgba(204, 204, 204, 0.38);
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
}
.search10>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search10>div>form{
    width: 100%;
}
.search10>div input {
    display: block;
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search10>div input::placeholder {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.search10>div>i{
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-right: 0.12rem;
}
/*detail-card6*/
.detail-card6{
    width: 100%;
    height: auto;
    padding: 0.42rem 0.28rem;
}
.detail-card6>div{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 0.3rem;
}
.poster8{
    width: 2.27rem;
    height: 2.27rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-right: 0.3rem;
}
.ys-name34{
    font-size: 0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
}
.main-actors5{
    font-size:0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.main-actors5>span{
    color: #666666 ;
}
.brief1{
    width: 4.08rem;
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
}
.detail-card6>div>div:last-child>div:last-child{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: right;
    margin-top: 0.1rem;
}
.play-button12{
    width: auto;
    height: auto;
    background: #FB80A3;
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
}
.play-button12>div{
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.1rem 0.28rem;
}
/*list-name20*/
.list-name20{
    width: 100%;
    height: auto;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:0.01rem solid #EEEEEE ;
    border-bottom:0.01rem solid #EEEEEE ;
}
.name-left{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.name-left>div:first-child{
    width: 0.08rem;
    height: 0.9rem;
    background: #4FC489;
    margin-right: 0.22rem;
}
.name-left>div:last-child{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #4FC489;
}
.name-right{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.name-right>div{
    font-size:0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.06rem;
}
.name-right>i{
    font-size: 0.28rem;
    color: #999999;
}
/*banner7*/
.banner7{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-top: 0.4rem;
    grid-column-gap: 0.64rem;
    grid-row-gap:0.38rem ;
}
.banner7>a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banner7>a>div:first-child{
    width: 0.87rem;
    height: 0.87rem;
    border-radius: 50%;
    border: 0.01rem solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner7>a>div:first-child>img{
    width:auto;
    height: 0.38rem;
}
.banner7>a>div:last-child{
    width: fit-content;
    height: auto;
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
}
/*fenlei2*/
.fenlei2{
    width: 100%;
    height: auto;
    padding-right: 0.28rem;
    display: flex;
    justify-content: left;
}
.fenlei-class{
    width: auto;
    height: 100%;
    background: #F8F8F8;
}
.fenlei2>div{
    width: auto;
    height: auto;
    padding-top: 0.2rem;
}
.fenlei-class>div>div{
    width: auto;
    height: auto;
    padding: 0.32rem 0.4rem;
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.current25{
    background: #FFFFFF;
}
.current25>div{
    color: #4FC489 !important;
}
.fenlei-content{
    display: none;
}
.current-content{
    display: block;
}
.main-content{
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.3rem;
}
.main-content>a{
    width: auto;
    height:auto;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.main-content>a>img{
    width: 2.56rem;
    height: 2.56rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
/*banner8*/
.banner8{
    width: 100%;
    height: auto;
    display: flex;
}
.banner8>div{
    width: auto;
    height: auto;
}
.banner8>div>div{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #000000;
    padding: 0.24rem 0.3rem;
}
.current30{
    background:#7C9DFD ;
}
.current30>div{
    color: #FFFFFF!important;
}
/*list-component17*/
.list-component17{
    width: 100%;
    height: auto;
    padding-top: 0.44rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.ysList17{
    width:auto;
    height: auto;
    display: flex;
    position: relative;
}
.ysList17>div:first-child{
    width: 0.02rem;
    height: 94.8%;
    background: #7C9DFD;
    position: absolute;
    top: 0.3rem;
    left: 0.04rem;
}
.ys-list{
    width: 100%;
    height: auto;
    padding-bottom: 0.86rem;
}
.ys-list>li{
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
}
.ys-list>li:last-child{
    margin: 0 !important;
}
.ys-list>li>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.ys-list>li>div:first-child>div:first-child{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #7C9DFD;
    margin-right: 0.2rem;
}
.ys-name35{

    font-size: 0.36rem;
    font-family: Fontquan-XinYiGuanHeiTi-Regular;
    font-weight: 600;
    color: #333333;
    width: 3.44rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.ys-list>li>div:last-child{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
}
.ys-style6{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 0.48rem;
    margin-bottom: 0.16rem;
    width: 3.44rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.ys-img{
    width: 6.56rem;
    height: 2.38rem;
}
.ys-introduction{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color:#999999;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    margin-top: 0.28rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ys-introduction p{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color:#999999;

}
.ys-introduction span{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color:#999999;

}
.play-button13{
    width:100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    display: flex;
    justify-content: center;
}
.play-button13>div{
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #5061DF;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
/*shaixuan-component4*/
.shaixuan-component4{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.5rem;
}
.shaixuan-component4>div{
    margin-bottom: 0.32rem;
}
.class-one{
    width: 100%;
    height: auto;
}
.class-head{
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.2rem;
}
.class-content{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 0.36rem;
    grid-row-gap: 0.18rem;
}
.class-content>a{
    background: #F1F2F4;
    border-radius: 0.30rem 0.30rem 0.30rem 0.30rem;
    display: flex;
    justify-content: center;
}
.class-content>a>div{
    font-size: 0.26rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #666666;
    padding:0.14rem 0 ;
}
.foot-button{
    width: 100%;
    height: auto;
    padding: 0.4rem 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.foot-button>div:first-child{
    font-size: 0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-left: 0.6rem;
}
.foot-button>div:last-child{
    background: #E44B4D;
    border-radius: 0.46rem 0.46rem 0.46rem 0.46rem;
}
.foot-button>div:last-child>div{
    width: auto;
    height: auto;
    padding:0.28rem 2.3rem;
    font-size:0.28rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.current26{
    background: #E44B4D !important;
}
.current26>div{
    color: #FFFFFF !important;
}
/*banner9*/
.banner9{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:0.14rem ;
    padding-top: 0.2rem;
}
.banner9>div{
    width: 100%;
    height: auto;
}
.banner9>div>a{
    width: 3.4rem;
    background: #FF9041;
    display: block;
    position: relative;
    margin-bottom: 0.12rem;
}
.class15{
    height: 4rem;
}
.class16{
    height: 1.2rem;
}
.class17{
    height: 1.94rem;
}
.class18{
    height: 1.94rem;
}
.class19{
    height: 1.2rem;
}
.class15>div{
    font-size:0.4rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 0.58rem;
    left: 50%;
    transform: translateX(-50%);
}
.class15>img{
    width: 0.86rem;
    height: 0.98rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.class16>div{
    font-size: 0.26rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.class16>img{
    width: 0.44rem;
    height: 0.46rem;
    position: absolute;
    top: 0.16rem;
    left: 50%;
    transform: translateX(-50%);
}
.class17>div{
    font-size: 0.3rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 0.2rem;
    left: 0.26rem;
}
.class17>img{
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
}
.class18>div{
    font-size: 0.26rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.23rem;
    left: 50%;
    transform: translateX(-50%);
}
.class18>img{
    width: 0.54rem;
    height: 0.56rem;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}
.class19>div{
    font-size: 0.26rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.class19>img{
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 0.16rem;
    right: 1.5rem;
}
/*list-name21*/
.list-name21{
    width: 100%;
    height: auto;
    padding: 0.22rem 0;
    border-top: 0.01rem solid #EEEEEE;
    border-bottom: 0.01rem solid #EEEEEE;
}
.list-name21>div{
    width: 100%;
    text-align: center;
    font-size: 0.34rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
/*head5*/
.head5{
    width: 100%;
    height: 1.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    position: relative;
}
.logo1{
    width: 2.2rem;
    height: auto;
    position: absolute;
    left: 0.28rem;
    top: 50%;
    transform: translateY(-50%);
}
.site-name1{
    font-size: 0.36rem;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.search-info4{
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    right: 0.28rem;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.search-info4>i{
    font-size: 0.32rem;
    color: #FFFFFF;
    display: block;
}
/*list-name22*/
.list-name22{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.name-left1{
    max-width: 50%;
    height: auto;
    background-image: url("https://cssjs.nmghytd.com/style/26/static/images/component-pic/muban-pic/pic/hb.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.name-left1>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.1rem 0.42rem 0.1rem 0.12rem;
}
.name-right1{
    width: auto;
    height: auto;
    background-image: url("../../static/images/component-pic/模板切图/切图/hb2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.name-right1>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.1rem 0.2rem 0.1rem 0.42rem;
}
/*banner10*/
.banner10{
    width: 100%;
    height: auto;
    padding: 0 0.4rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 1.06rem;
    grid-row-gap: 0.3rem;
}
.banner10>a{
    width: 100%;
    height: auto;
}
.banner10>a>div:first-child{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.banner10>a>div:first-child>img{
    width:0.86rem;
    height: 0.86rem;
}
.banner10>a>div{
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.12rem;
}
/*detail-card7*/
.detail-card7{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 0.47rem 0.28rem ;
}
.up-box3{
    width: 100%;
    height: auto;
    position: relative;
}
.up-box3>img{
    width: 100%;
    height: 3.96rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    opacity: 0.8;
}
.play7{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.play7>img{
    width: 1.58rem;
    height: 1.54rem;
}
.down-box3{
    width:100%;
    height: auto;
}
.ys-message7{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.08rem;
}
.ys-name36{
    font-size: 0.36rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
}
.ys-message7>div>div:last-child{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #BFBFBF;
}
.ys-message7>div:last-child>div:first-child{
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.1rem;
}
.down-box3>a{
    display: block;
    width: 100%;
    height: auto;
    background: #5AA0F8;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-top: 0.12rem;
}
.down-box3>a>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.06rem;
    padding:  0.16rem 0;
}
.down-box3>a>div>i{
    font-size: 0.4rem;
    color:#FFFFFF ;
}
.down-box3>a>div>div{
    font-size:0.28rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
/*list-name23*/
.list-name23{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.name-left2{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.name-left2>div:first-child{
    width: 0.06rem;
    height: 0.3rem;
    background: #F85D5B;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    margin-right: 0.1rem;
}
.name17{
    width: 100%;
    font-size:0.36rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #F85D5B;

    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.moreButton17{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.moreButton17>div:first-child{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 0.24rem;
}
.moreButton17>i{
    display: flex;
    font-size: 0.24rem;
    color: #999999;
}
/*head6*/
.head6{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    padding: 0.22rem;
}
.head6-left{
    font-size: 0.4rem;
    color: #FFFFFF;
}
.head6-right{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.moreButton18{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.head6-right>a{
    color: rgba(238,239,187);
    font-size: 0.3rem;
    margin-right: 0.1rem;
}
.moreButton18>div:first-child{
    color: rgba(238,239,187);
    font-size: 0.3rem;
}
.moreButton18>i{
    font-size: 0.3rem;
    color:rgba(238,239,187);
}
/*list-name24*/
.list-name24{
    width: 100%;
    height: auto;
    padding: 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-name24>div{
    width: auto;
    height: auto;
}
.name-left3{
    width: 4rem !important;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;

}
.name-left3>div:first-child{
    width: 0.02rem;
    height: 0.3rem;
    background: #FFFFFF;
    margin-right: 0.06rem;
}
.name-left3>div:last-child{
    font-size: 0.38rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
/*list-name24*/
.list-name24{
    width: 100%;
}
.name-right3{
    width: auto;
    height: auto;
}
.style{
    width: auto;
    height: auto;
}
.style-content{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.style-content>li{
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color:rgba(157,155,151);
    padding: 0 !important;
    border: 0;
    margin-right:0.1rem ;
}
.current27{
    color: #FFFFFF!important;
}
.style-content>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
}
/*more-button2*/
.more-button2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background: rgba(24,24,24);
    margin-top: 0.28rem;
}
.more-button2>a{
    width: auto;
    height: auto;
    padding: 0.14rem 0;
    display: flex;
    align-items: center;
}
.more-button2>a>div{
    font-size: 0.4rem;
    color: rgba(207,221,238);
}
.more-button2>a>i{
    font-size: 0.4rem;
    color: rgba(207,221,238);
}
/*link2*/
.link-head{
    font-size: 0.34rem;
    color:#FFFFFF;
    padding-left: 0.18rem;
    margin-top: 0.28rem;
}
.link2{
    width: 100%;
    height: auto;
    padding: 0.2rem 0.12rem 0.28rem 0.12rem;
}
.link-content2{
    display: flex;
    flex-wrap: wrap;
}
.link-content2>a{
    width: fit-content;
    display: block;
    font-size: 0.28rem;
    color: #999999;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}
.more-link{
    display: flex !important;
    align-items: center;
}
.more-link>div{
    font-size: 0.28rem;
    color:#FFFFFF;
}
.more-link>i{
    font-size: 0.28rem;
    color: #FFFFFF;
}
/*foot1*/
.foot1{
    width: 100%;
    height: auto;
    padding:0.28rem 0 0.28rem 0.12rem;
    display: flex;
    flex-wrap: wrap;
    background: rgba(24,24,24);
}
.foot1>a{
    display: block;
    width: auto;
    height: auto;
    margin-right: 0.14rem;
    font-size: 0.28rem;
    color: #FFFFFF;
}
/*foot2*/
.foot2{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
}
.foot2-up{
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: rgba(207,221,238);
}
.foot2-down{
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: rgba(207,221,238);
}
.site-map1{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
}
.foot2>p{
    text-align: justify;
    width: 100%;
    padding: 0.16rem 0.38rem 0.4rem 0.38rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
}
/*list-name27*/
.list-name27{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 0.2rem 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.name-left4{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
}
.name-left4>img{
    width: 0.46rem;
    height: 0.46rem;
    margin-right: 0.16rem;
}
.name-left4>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.name-right4{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.name-right4>div{
    font-size:0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.06rem;
}
.name-right4>i{
    font-size: 0.26rem;
    color: #999999;
}
/*list-name25*/
.list-name25{
    max-width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.22rem 0;
    margin: auto;
}
.list-name25>img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.list-name25>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    max-width:70%;
    font-size:0.4rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FCE4C5;

}
/*list-name26*/
.list-name26{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #EE3D49 ;
    padding-top: 0.5rem;
}
.name26-left{
    max-width: 50%;
    background: #EE3D49;
    border-radius: 0 0.3rem 0 0;
}
.name26-left>div{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
    font-size: 0.3rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.1rem 0.28rem;
}
.name26-right{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 0.28rem;
}
.name26-right>div{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 0.24rem;
}
.name26-right>i{
    font-size: 0.24rem;
    color: #999999;
}
/*list-component18*/
.list-component18{
    width: 100%;
    height: auto;
    padding: 0.4rem 0.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-component18>div{
    width: auto;
    height: auto;
}
.list-component18>div>a{
    width: auto;
    height: auto;
    position: relative;
    display: block;
}
.list-component18>div>a>div{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.8);
    border-radius: 0 0 0.12rem 0.12rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-component18>div>a>div>div{
    width:100%;
    font-size: 0.26rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-left: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.component18-right>a:last-child{
    margin-top: 0.12rem;
}
.component18-left>a>img{
    width: 3.4rem;
    height: 4.5rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.component18-right>a>img{
    width: 3.4rem;
    height: 2.18rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
/*list-component19*/
.list-component19{
    width: 100%;
    height: auto;
    display: flex;
}
.list-component19>div{
    width: 3.9rem;
    height: auto;
}
.list-component19>div>a{
    width: 100%;
    height: auto;
    position: relative;
}
.component19-left>a>img{
    width: 100%;
    height:3.44rem;
}
.component19-left>a>div{
    width: auto;
    height: auto;
    position: absolute;
    top: 0.2rem;
    left: 0.28rem;
}
.component19-left>a>div>div:first-child{
    font-size: 0.44rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #D57E30;
}
.component19-left>a>div>div:last-child{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #C57C3A;
}
.component19-right>a>img{
    width: 100%;
    height:1.72rem ;
}
.component19-right>a>div>div:first-child{
    font-size: 0.44rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FF81AA;
}
.component19-right>a>div>div:last-child{
    font-size: 0.3rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFC1D5;
}
.component19-right>a:first-child>div{
    position: absolute;
    top: 0.2rem;
    right:0.2rem ;
}
.component19-right>a:last-child>div{
    position: absolute;
    top: 0.2rem;
    left:0.2rem ;
}
/*fenlei3*/
.fenlei3{
    width: 100%;
    height: auto;
}
.fenlei3>div{
    width: 100%;
    height: auto;
    display: flex;
}
.fenlei3>div>img{
    width: 3.75rem;
    height: 1.66rem;
}
.fenlei3>div>a{
    width: 3.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.32rem;
}
.fenlei3>div>a>div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fenlei3>div>a>div:first-child{
    font-size: 0.42rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.fenlei3>div>a>div:last-child>div:first-child{
    font-size: 0.29rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    margin-right: 0.08rem;
}
.fenlei3>div>a>div:last-child>i{
    font-size: 0.3rem;
    color: #999999;
}
/*banner11*/
.banner11{
    width: 100%;
    height: auto;
    background: #2E3746;
    display: flex;
    align-items: center;
}
.banner11>div{
    width: auto;
    height: auto;
}
.banner11>div>div{
    font-size: 0.25rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.2rem 0.34rem;
}
.current28{
    background: #3285FF;
}
/*list-component20*/
.list-component20{
    width: 100%;
    height: fit-content;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.4rem;
}
.list-component20>a>div:first-child{
    width:100% ;
    height: 100%;
    display: flex;
    align-items: center;
}
.list-component20>a>div:first-child>img{
    width: 4.52rem;
    height: 2.82rem;
}
.list-component20>a>div:first-child>div{
    width: 2.44rem;
    height:2.82rem;
    background: #F4F7F4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.26rem;
}
.ys-name37{
    width: 100%;
    height: auto;
    font-size: 0.35rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ys-style7{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ys-style7>span{
    color:#666666  ;
}
.ys-year1{
    font-size:0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ys-year1>span{
    color: #666666;
}
.play-button14{
    width: auto;
    height: auto;
    background: #3285FF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.play-button14>div{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.12rem 0.36rem;
}
.ys-describ1{
    font-size: 0.23rem;
    color: #666666;
    margin-top: 0.14rem;
    line-height: 0.35rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.ys-describ1 span{
    color: #999999;
    font-size: 0.23rem;
    margin-top: 0.14rem;
    line-height: 0.35rem;
    margin-bottom: 0.5rem;
}
.ys-describ1 p{
    color: #999999;
    font-size: 0.23rem;
    margin-top: 0.14rem;
    line-height: 0.35rem;
    margin-bottom: 0.5rem;
}
/*list-component21*/
.list-component21 {
    width: 100%;
    height: fit-content;
    padding: 0.28rem;
}
.list-component21>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.card-right6>div{
    margin-bottom: 0.08rem;
}
.ys-name42{
    width: 5.2rem;
    font-size: 0.3rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
    white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
.year4{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #666666;
}
.ys-country9{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #666666;
}
.ys-style12{
    font-size: 0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
.actors8{
    font-size:0.24rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
}
/*link1*/
.link1{
    width: 100%;
    height: auto;
    padding: 0.41rem 0.6rem;
    background: #3285FF;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap:0.3rem ;
    grid-row-gap:0.48rem ;
}
.link1>a{
    width: 100%;
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*list-component22*/
.list-component22{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;

}
.list-component22>div{
    border: 0.01rem solid #707070;
    padding-bottom: 0.24rem;
    margin-top: 0.4rem;
}
.list-component22>div>img{
    width: 100%;
    height: 3.92rem;
}
.ys-message8{
    width: auto;
    height: auto;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    padding-top: 0.14rem;
    padding-bottom: 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #CCCCCC;
}
.ys-name38{
    font-size: 0.44rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.ys-country7{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.main-actor{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.ys-describ2{
    width: 100%;
    height: auto;
    font-size: 0.23rem;
    color: #666666;
    line-height: 0.35rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
}
.ys-describ2>span{
    color: #999999;
}
.play-button15{
    width: auto;
    height: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background: #42BD56;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    padding: 0.14rem 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.play-button15>i{
    font-size: 0.25rem;
    color: #FFFFFF;
}
.play-button15>div{
    font-size: 0.25rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
/*head7*/
.head7{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    padding: 0.22rem;
}
.head7-left{
    width:1.9rem;
    height: auto;
}
.head7-right{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.moreButton19{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.head7-right>a{
    color: rgba(238,239,187);
    font-size: 0.3rem;
    margin-right: 0.1rem;
}
.moreButton19>div:first-child{
    color: rgba(238,239,187);
    font-size: 0.3rem;
}
.moreButton19>i{
    font-size: 0.3rem;
    color:rgba(238,239,187);
}
/*detail-card8*/
.detail-card8{
    width: 100%;
    height: fit-content;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.4rem;
}
.detail-card8>div:first-child{
    width:100% ;
    height: 100%;
    display: flex;
    align-items: center;
}
.detail-card8>div:first-child>img{
    width: 4.52rem;
    height: 2.82rem;
}
.detail-card8>div:first-child>div{
    width: 2.44rem;
    height:2.82rem;
    background: #F4F7F4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.26rem;
}
.ys-name40{
    width: 100%;
    height: auto;
    font-size: 0.35rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
}
.ys-style11{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.ys-style11>span{
    color:#666666  ;
}
.ys-year2{
    font-size:0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.ys-year2>span{
    color: #666666;
}
.play-button16{
    width: auto;
    height: auto;
    background: #3285FF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.play-button16>div{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.12rem 0.36rem;
}
.ys-describ3{
    font-size: 0.46rem;
    color: #666666;
    margin-top: 0.14rem;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
}
.ys-describ3>span{
    font-size: 0.34rem;
    color: #999999;
}
/*selectCard-component1-12*/
.variety-class24{
    width: 100%;
    height:0.84rem;
    display: flex;
    align-items: center;
}
.variety-class24>div{
    font-size: 0.31rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    width: 1.52rem;
    text-align: center;
}
.current29{
    position: relative;
}
.current29::after{
    content:"";
    width: 100%;
    height: 0;
    border-bottom: 0.03rem solid #54D8A5;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
/*list-name28*/
.list-name28{
    background:#F5F5F5 ;
    width: 100%;
    height: auto;
    padding: 0.22rem 0.28rem;
    display: flex;
    align-items: center;
}
.list-name28>i{
    display: block;
    font-size: 0.32rem;
    color: #54D8A5;
    margin-right: 0.08rem;
}
.list-name28>div{
    font-size: 0.27rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:80%;
}
.list-name28>img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.08rem;
}
/*detail-card9*/
.detail-card9{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;

}
.detail-card9>div{
    border: 0.01rem solid #707070;
    padding-bottom: 0.24rem;
}
.detail-card9>div>img{
    width: 100%;
    height: 3.92rem;
}
.ys-message9{
    width: auto;
    height: auto;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    padding-top: 0.14rem;
    padding-bottom: 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #CCCCCC;
}
.ys-name39{
    font-size: 0.44rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
}
.ys-country8{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.main-actor1{
    font-size: 0.23rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #999999;
}
.ys-describ4{
    width: 100%;
    height: auto;
    font-size: 0.23rem;
    color: #666666;
    line-height: 0.35rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
}
.ys-describ4>span{
    color: #999999;
}
.play-button17{
    width: auto;
    height: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background: #42BD56;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    padding: 0.14rem 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.play-button17>i{
    font-size: 0.36rem;
    color: #FFFFFF;
}
.play-button17>div{
    font-size: 0.25rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
/*scroll-component11-banner*/
.scroll-component11-banner{
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
}
.scrollList9{
    width: auto;
    height: auto;
}
.scroll-List9{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List9>li{
    width: auto;
    height: auto;
    background: #0C1126;
    border-radius: 0.43rem 0.43rem 0.43rem 0.43rem;
    margin-left: 0.28rem;
    padding: 0 !important;
}
.scroll-List9>li>div{
    font-size: 0.29rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.2rem 0.42rem;
}
.activity13{
    background: #555DFE !important;
}
.scroll-List9>li:last-child{
    width: 4rem !important;
    height: 0.4rem;
    background: transparent;
}
/*zixun-list1*/
.zixun-list1{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding-top: 0.4rem;
}
.zixun-list1>div{
    width: 100%;
    height: auto;
    background:rgba(12,17,38,0.2);
    border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
    padding: 0.18rem 0.22rem 0.7rem 0.22rem;
}
.zixun-list1>div>img{
    width: 100%;
    height: 3.6rem;
    border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
    margin-bottom: 0.06rem;
}
.zixun-list1>div>ul{
    width: 100%;
    height: auto;
}
.zixun-list1>div>ul>li{
    font-size: 0.29rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom:0.01rem solid rgba(255,255,255,0.5);
    padding-top: 0.2rem;
    padding-bottom: 0.18rem;
}
/*list-component23*/
.list-component23{
    width: 100%;
    height: auto;
    padding-top: 0.44rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.ysList18{
    width:auto;
    height: auto;
    display: flex;
    position: relative;
}
.ysList18>div:first-child{
    width: 0.02rem;
    height: 94.8%;
    background: #FFFFFF;
    position: absolute;
    left: 0.08rem;
}
.ys-list1{
    width: 100%;
    height: auto;
    padding-bottom: 0.86rem;
}
.ys-list1>li{
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
}
.ys-list1>li:last-child{
    margin: 0 !important;
}
.ys-list1>li>a:first-child{
    width: auto;
    height: auto;
    display: flex;

}
.ys-list1>li>a:first-child>div:first-child{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 0.2rem;
}
.li-right{
    width: 6.86rem;
    height: auto;
    display: flex;
    align-items: start;
}
.li-right>img{
    width: 2.78rem;
    height: 1.9rem;
    margin-right: 0.24rem;
}
.ys-date{
    font-size: 0.3rem;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FBB405;
    line-height: 0.58rem;
}
.ys-date>span{
    font-size: 0.7rem;
}
.ys-name41{
    font-size:0.25rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #E1E1E1;
    width:3.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ys-style13{
    font-size: 0.25rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #E1E1E1;
    width: 3.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-actors6{
    font-size: 0.24rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #E1E1E1;
    width:3.54rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*recommend2*/
.recommend2{
    width: auto;
    height:7.94rem;
    margin-left: 0.82rem;
    margin-right: 0.82rem;
    position: relative;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.recommend2>img{
    width: 100%;
    height: 100%;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.mist{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    opacity: 0.4;
}
.ys-message10{
    width: 100%;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.ys-message10>div:first-child{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}
.play-button18{
    width: auto;
    height: 1rem;
    display: block;
}
.play-button18>i{
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
}
.ys-name43{
    text-align: center;
    font-size:0.4rem;
    font-family: Source Han Sans SC-Medium, Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.08rem;
}
.country-style{
    text-align: center;
    font-size: 0.27rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #E9EBEA;
    margin-bottom: 0.1rem;
}
.ys-year3{
    text-align: center;
    font-size: 0.27rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #E9EBEA;
    margin-bottom: 0.04rem;
}
.score-star1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.score1{
    font-size: 0.23rem;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #FBB405;
}
.score-star1>i{
    font-size: 0.19rem;
    margin-right: 0.08rem;
}
.score-star1>.bi-star-fill{
    color: #FBB405;
}
.score-star1>.bi-star{
    color:#E2E3DE ;
}
/*list-component24*/
.list-component24{
    width:100% ;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-component24>li{
    width: 100%;
    height: auto;
    background: #F2F2F2;
    padding-top:0.42rem ;
    padding-bottom: 0.54rem;
    padding-left:0.24rem ;
    margin-top: 0.52rem;
    border-radius: 0.15rem;
}
.list-component24>li>a{
    width: 100%;
    height: 100%;
}
.li-up{
    width: auto;
    height: auto;
    display: flex;
    align-items: start;
    margin-bottom: 0.48rem;
}
.li-up>img{
    width: 0.18rem;
    height: 0.44rem;
    margin-right: 0.18rem;
}
.ys-name45{
    font-size: 0.4rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #3E3E3E;
    margin-bottom: 0.2rem;
}
.ys-actor{
    font-size: 0.3rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
}
.li-down{
    width:100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: start;
}
.li-down>img{
    width: 3.78rem;
    height: 2.66rem;
    margin-right: 0.28rem;
}
.ys-describ5{
    text-align: justify;
    font-size: 0.26rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 0.36rem;
    padding-right: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp:7 ;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
/*list-component25*/
.list-component25{
    width: 100%;
    height: auto;

}
.list-component25>li{
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 0.8rem;
}
.list-component25>li>a{
    width: auto;
    height:auto ;
    display: flex;
    background:#FCFCFC ;
}
.list-component25>li>a>img {
    width: auto;
    height: 5.4rem;
}
.ys-message11{
    width: auto;
    height: auto;
    padding-left: 0.52rem;
    padding-right: 0.52rem;
    padding-top: 0.1rem;
}
.ys-style15{
    width:auto;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #000000;
    padding-bottom: 0.3rem;
}
.ys-style15>div:first-child{
    width: 0.18rem;
    height: 0.18rem;
    background: rgba(252, 79, 82, 1);
    margin-right: 0.08rem;
}
.ys-style15>div:last-child{
    font-size: 0.24rem;
    font-family: OPPOSans;
    font-weight: 500;
    color: #FC4F52;

}
.ys-name46{
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    font-size: 0.32rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #000000;
    border-bottom: 0.01rem solid #000000;
}
.ys-describ6{
    display: block;
    text-align: justify;
    font-size:0.24rem;
    font-family: OPPOSans;
    font-weight: 400;
    color: #B1B1B1;
    padding-top: 0.28rem;
    line-height: 0.36rem;
}
.list-component25>li>div:last-child{
    width: 0.12rem;
    height: 5.4rem;
    background: #FC4F52;
}
/*list-component26*/
.list-component26{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.list-component26>li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}
.list-component26>li>a{
    width: 100%;
    height: auto;
    padding-bottom: 0.7rem;
    background: #FFFFFF;
}
.list-component26>li>a>img{
    width: 100%;
    height: 4.3rem;
    margin-bottom: 0.4rem;
}
.ys-message12>div{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.3rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
}
.ys-name47{
    font-size: 0.3rem;
    font-weight: bold !important;
}
.ys-describ7{
    text-align: justify;
    display: block;
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    padding-left: 0.28rem;
    padding-right: 0.12rem;
}
/*detail-card10*/
.detail-card10{
    width:100% ;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.detail-card10>div{
    width: 100%;
    height: auto;
    background: #F2F2F2;
    padding-top:0.42rem ;
    padding-bottom: 0.54rem;
    padding-left:0.24rem ;
    margin-top: 0.52rem;
    border-radius: 0.15rem;
}
.detail-card10>div>div{
    width: 100%;
    height: 100%;
}
.li-up1{
    width: auto;
    height: auto;
    display: flex;
    align-items: start;
    margin-bottom: 0.48rem;
}
.li-up1>img{
    width: 0.18rem;
    height: 0.44rem;
    margin-right: 0.18rem;
}
.ys-name48{
    font-size: 0.4rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #3E3E3E;
    margin-bottom: 0.2rem;
}
.ys-actor2{
    font-size: 0.3rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
}
.li-down1{
    width:100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: start;
}
.li-down1>img{
    width: 3.78rem;
    height: 2.66rem;
    margin-right: 0.28rem;
}
.li-down1>div{
    height: 2.66rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-describ8{
    font-size: 0.26rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 0.36rem;
    padding-right: 0.1rem;
    display: block;
    text-align: justify;
}
/*head8*/
.head8{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.28rem;
    display: flex;
    align-items: center;
}
.site-name2{
    font-size: 0.4rem;
    color: black;
}
.search-component1{
    width:75%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.head-left1{
    width: 1rem;
    height: 0.72rem;
    padding: 0.14rem 0.2rem 0.14rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(204,204,204,0.36);
    border-radius: 29px 29px 29px 29px;
}
.head-left1>img{
    width: 0.24rem;
    height: 0.3rem;
}
.search11{
    width: 100%;
    height: auto;
    margin-left: 0.28rem;
    /*box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0.3rem;
    background-color: rgba(204, 204, 204, 0.38);
    margin-top: 0.02rem;
    display: flex;
    align-items: center;
}
.search11>div {
    width: 100%;
    height: auto;
    padding: 0.18rem 0.28rem 0.18rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search11>div>input {
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.26rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search11>div>input::placeholder {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
}
.search11>div>i{
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-right: 0.12rem;
}
/*list-name29*/
.list-name29{
    max-width: 50%;
    height: auto;
    background: linear-gradient(90deg, #2E1E7B 0%, rgba(46,30,123,0) 100%);
    margin-top: 0.56rem;
    padding:0.12rem 0.98rem 0.12rem 0.18rem;
}
.list-name29>div{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size:0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.3rem;
}
/*zixun-list2*/
.zixun-list2{
    width: 100%;
    height: auto;
    padding-left: 0.37rem;
    padding-right: 0.37rem;
    padding-bottom: 1.12rem;
}
.news-flash-content{
    width: 100%;
    height: auto;
}
.news-flash-content>li{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.07rem 0 rgba(0,0,0,0.05);
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    margin-top: 0.28rem;
}
.news-flash-content>li>a{
    width: auto;
    height: auto;
    padding:0.34rem 0.24rem;
    display: flex;
}
.news-flash-content>li>a>img{
    width: 2.38rem;
    height: 2.38rem;
    margin-right: 0.26rem;
}
.news-message{
    width: auto;
    height: auto;
}
.news-message>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.news-message>div:first-child>div:first-child{
    font-size:0.36rem;
    font-family: SourceHanSerifSC;
    font-weight: bold;
    color: #020202;
}
.news-message>div:first-child>div:first-child>span{
    font-size: 0.24rem !important;
}
.news-message>div:first-child>i{
    display: block;
    font-size: 0.38rem;
    color: #999999;
}
.news-message>div:last-child{
    font-size: 0.24rem;
    font-family: SourceHanSerifSC;
    font-weight: 400;
    color: #363D48;
    line-height:0.36rem;
}
/*list-name30*/
.list-name30{
    width: 100%;
    height: auto;
}
.list-name30>div{
    width:auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding-bottom: 0.22rem;
    border-bottom: 0.03rem solid #d7d7d7;
}
.list-name30>div>div:first-child{
    max-width:50%;
    background: #000000;
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.08rem 0.12rem 0.08rem 0.32rem;
}
.list-name30>div>div:first-child>div:first-child{
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: 0.38rem;
    font-family: Source Han Serif SC;
    font-weight: 800;
    color: #F3F8FF;
    margin-right: 0.16rem;
}
.list-name30>div>div:first-child>i{
    font-size: 0.38rem;
    color: #ffffff;
    display: block;
}
.list-name30>div>div:last-child{
    font-size:0.24rem;
    font-family: Source Han Serif SC;
    font-weight: 800;
    color: #020202;
    margin-top: 0.1rem;
    padding-left: 0.4rem;
}
/*list-component27*/
.list-component27{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.ysList19{
    width: 100%;
    height: auto;
}
.ysList19>div{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.42rem;
}
.ysList19>div>img{
    width: 3.36rem;
    height: 2.82rem;
    border-radius: 0.18rem;
    margin-right: 0.19rem;
    margin-left: 0.19rem;
}
.ysList19>div>div{
    width: auto;
    height: 2.82rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 0.19rem;
    margin-left: 0.19rem;
}
.ys-name49{
    font-size: 0.35rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
}
.ys-actor3{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
    margin-top: 0.04rem;
    margin-bottom: 0.14rem;
}
.ys-describ9{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}
.ysList19>div>div>a{
    width: fit-content;
    height: auto;
    background:#42BD56;
    padding: 0.08rem 0.2rem;
    display: flex;
    align-items: center;
    border-radius: 0.12rem;
}
.ysList19>div>div>a>i{
    font-size: 0.36rem;
    color: #FFFFFF;
    display: block;
}
.ysList19>div>div>a>div{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #FFFFFF;
}
/*pager*/
.pager{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display:flex;
    justify-content: space-between;
    padding-bottom: 0.7rem;
}
.pager>a{
    width: fit-content;
    height: fit-content;
    background: #434341;
    opacity: 1;

    border-radius: 0.2rem;
}
.pager>a>div{
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    font-size: 0.28rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.omit>i{
    padding: 0.16rem 0.2rem 0.16rem 0.2rem;
    font-size: 0.26rem;
    color:#FFFFFF ;
    display: block;
}
/*pager1*/
.pager1{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    background: rgba(251,227,195,0.1) !important;
    opacity: 1;
    border-radius: 0.4rem;
    border: 0.01rem solid #FBE2C3;
    margin-bottom: 0.7rem;
}
.pager1>div{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #EED2B1;
}
/*banner12*/
.banner12{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.28rem;
}
.banner12>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.banner12>div>a{
    width:fit-content;
    height: fit-content;
    text-align: right;
    font-size:0.33rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #222222;
    margin-right: 0.596rem;
}
.banner12>div>a:nth-child(6n){
    margin-right: 0;
}
.banner12>div:last-child{
    display: none;
}
.banner12>div:last-child>a{
    margin-top:0.36rem ;
}
.banner12>div:first-child>i{
    width: fit-content;
    text-align: center;
    font-size: 0.46rem;
    color: #3D3D3D;
    display: block;
    line-height: 0.46rem;
}
/*banner13*/
.banner13{
    width: 100%;
    height: auto;
}
.banner13>div{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding: 0.36rem  0.28rem;
    border-radius: 0.15rem;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.2rem;
}
.banner13>div>a{
    width: 100%;
    height: auto;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #BBBBBB;
    padding:0.14rem 0 ;
    font-size: 0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    text-align: center;
    letter-spacing: 0.01rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*banner14*/
.banner14{
    width: 100%;
    height: auto;
    margin-top:0.24rem ;
}
.banner14>div{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding: 0.38rem 0.3rem;
    border-radius: 0.15rem;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap:0.6rem ;
    grid-row-gap: 0.32rem;
}
.banner14>div>a{
    width: 100%;
    height: auto;
}
.banner14>div>a>img{
    width:auto;
    height: 1.14rem;
    margin-bottom: 0.1rem;
}
.banner14>div>a>div{
    width: 100%;
    height: auto;
    text-align: center;
    font-size:0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}
/*banner15*/
.banner15{
    width: 100%;
    height: auto;
}
.banner15>div{
    width: auto;
    height: auto;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    padding-top:0.36rem ;
    background: #FFFFFF;
    padding-left: 0.2rem;
    display: flex;
}
.banner15>div>div{
    width: fit-content;
    font-size: 0.27rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    padding: 0.06rem 0.28rem;
}
.current31{
    background: #24A6FF !important;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
}
.current31>div{
    color: #FFFFFF !important;
}
/*list-component28*/
.list-component28{
    width: 100%;
    height:auto;
    padding: 0.6rem 0.5rem 0.4rem;
}
.ysList20{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}
.ysList20>div:first-child{
    width:0.01rem;
    height: 100%;
    border: 1px dashed #4FA3FF;
    position: absolute;
    left: 0.54rem;
    top: 0;
    z-index: -1;
}
.ysList20>div:last-child{
    width: 100%;
    height: auto;
}
.ysList20>div:last-child>div{
    width: 100%;
    height: auto;
    display: flex;

    margin-bottom: 0.46rem;
}
.ysList20>div:last-child>div>div:first-child{
    width: auto;
    height: fit-content;
    background: #59ABF4;
    border-radius: 0.18rem;
    margin-right: 0.16rem;
}
.ysList20>div:last-child>div>div:first-child>div{
    font-size: 0.27rem;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.04rem 0.2rem;
}
.ys-name50{
    font-size: 0.3rem;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #59ABF4 !important;
    margin-bottom: 0.3rem;
}
.ysList20>div:last-child>div>div:last-child>a>img{
    width: 5.28rem;
    height: 2.06rem;
}
/*list-component29*/
.list-component29{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top:0.4rem ;
}
.list-component29>div{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.08rem;
}
.box-one>a:first-child{
    width: auto;
    height: auto;
}
.box-one>a:first-child>img{
    width: 4rem;
    height:4.98rem;
    margin-bottom:0.1rem ;
}
.ys-introduce{
    width:auto;
    height: auto;
    background: #59ABF4;
    border-radius: 0.12rem;
}
.ys-introduce>div{
    width: auto;
    height: auto;
    padding: 0.2rem;
}
.ys-name51{
    text-align: center;
    font-size:0.3rem;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.22rem;
}
.ys-introduce>div>span{
    text-align: center;
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #F2F9FF;
    display: block;
}
.box-one>div:last-child{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-one>div:last-child>a>img{
    width: 2.4rem;
    height: auto;
}
.box-two{
    margin-top:0.08rem ;
}
.box-two>a:first-child{
    width: fit-content;
    height: fit-content;
}
.box-two>a:first-child>img{
    width:3.24rem;
    height: 2.94rem;
}
.box-two>div:last-child{
    width: auto;
    height: 2.94rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-two>div:last-child>div:first-child{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.08rem;

}
.box-two>div:last-child>div:first-child>a>img{
    width: 1.56rem;
    height: 1.58rem;
}
.box-two>div>.scenic-introduce{
    width: 3.46rem;
    height:auto ;
    background: #59ABF4;
    border-radius:0.11rem;
}
.box-two>div>.ys-introduce>div{
    width: 100%;
    height: auto;
    padding-top: 0.32rem;
    padding-left: 0.33rem;
}
.box-three{
    width: 6.94rem !important;
    height: auto;
    position: relative;
    margin-top: 0.08rem;
}
.box-three>a>img{
    width: 6.94rem;
    height: 2.82rem;
}
.box-three>div:last-child{
    width: 100%;
    height: auto;
    background:rgba(27, 27, 27, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-three>div:last-child>div{
    text-align: center;
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.2rem 0;
}
/*list-component30*/
.list-component30{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.26rem;
}
.list-component30>div{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.1rem;
}
.list-component30>div>a{
    position: relative;
}
.list-head1{
    grid-template-columns: repeat(1,1fr) !important;
    margin-bottom: 0.22rem;
}
.list-head1>a>img{
    width:100% ;
    height: auto;
    border-radius:0.19rem;
}
.list-component30>div>a>div{
    width: 100%;
    background: rgba(0,0,0,0.56);
    border-radius: 0 0 0.19rem 0.19rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-component30>div>a>div>div{
    font-size: 0.3rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.3rem;
}
.list-down1>a>img{
    width: 3.42rem;
    height: auto;
    border-radius:0.19rem;
}
/*list-component31*/
.list-component31{
    width:100%;
    height: auto;
    padding: 0.28rem 0.28rem 0.7rem;
}
.ysList31{
    width: 100%;
    height: auto;
}
.ysList31>a{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.34rem;
}
.ysList31>a>img{
    width: 2.24rem;
    height: 3.06rem;
    border-radius: 0.19rem;
    margin-right: 0.32rem;
}
.ysList31>a>div{
    width:4.2rem;
    height: 3.06rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ysList31>a>div>div>div{
    padding-bottom: 0.12rem;
}
.ys-name52{
    font-size: 0.35rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.ys-country11{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}
.main-actors7{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.ys-duration{
    width:auto;
    height: auto;
    display: flex;
    align-items: center;
}
.ys-duration>i{
    font-size: 0.24rem;
    color: #999999;
    margin-right: 0.08rem;
}
.ys-duration>div{
    font-size: 0.24rem;
    color: #999999;
}
.play-button19{
    width: auto;
    height: auto;
    background: #FDD34B;
    border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
    margin-left: auto;
}
.play-button19>div{
    padding: 0.12rem 0.26rem;
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
}
/*list-component32*/
.ysList32{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.ysList32>li>a{
    display: block;
}
.ysList32>li{
    width: 100%;
    height: auto;
    box-shadow: 0 0.04rem 0.09rem 0 rgba(0,0,0,0.1);
    border-radius: 0.13rem;
    background: #FFFFFF;
    margin-top: 0.98rem;
}
.ysList32>li img{
    width: 100%;
    height: 4rem;
    border-radius: 0.1rem;
}
.list-down{
    display:block;
    width: 100%;
    height: 2.32rem;
    padding: 0.3rem 0.4rem;
}
.list-head{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.list-head>div:first-child{
    width: 6.12rem;
    font-size: 0.36rem;
    font-family: SourceHanSerifSC;
    font-weight: bold;
    color: #020202;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.list-head>div:last-child{
    font-size:0.27rem;
    font-family: SourceHanSerifSC;
    font-weight: 500;
    color: #020202;
    line-height: 0.27rem;
}
.list-down>div:last-child{
    width: 6.12rem;
    font-size:0.30rem;
    font-family: SourceHanSerifSC;
    font-weight: 400;
    color: #020202;
    line-height: 0.48rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*list-component33*/
.list-component33{
    width: 100%;
    height: auto;
    padding-left: 0.37rem;
    padding-right: 0.37rem;
    padding-bottom: 1.12rem;
}
.ysList33{
    width: 100%;
    height: auto;
}
.ysList33>li{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.07rem 0 rgba(0,0,0,0.2);
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    margin-top: 0.28rem;
}
.ysList33>li>a{
    width: auto;
    height: auto;
    padding:0.34rem 0.24rem;
    display: flex;
    align-items: center;
}
.ysList33>li>a>img{
    width: 2.38rem;
    height: 2.38rem;
    margin-right: 0.26rem;
}
.ys-message14{
    width: 3.78rem;
    height: auto;
}
.ys-message14>div:first-child{
    width: auto;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.ys-name53{
    font-size:0.36rem;
    font-family: SourceHanSerifSC;
    font-weight: bold;
    color: #020202;
    margin-bottom: 0.2rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.ys-actor4{
    font-size: 0.24rem !important;
    color:#666666;
}
.ys-message14>div:first-child>i{
    display: block;
    font-size: 0.38rem;
    color: #999999;
}
.ys-describ10{
    font-size: 0.28rem;
    font-family: SourceHanSerifSC;
    font-weight: 400;
    color: #999999;
    line-height:0.36rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*scroll-component12-banner12*/
.scroll-component12-banner{
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.scrollList10{
    width: auto;
    height: auto;
}
.scroll-List10{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List10>li{
    width: auto;
    height: auto;
    margin-right: 0.4rem;
    padding: 0 !important;
}
.scroll-List10>li:last-child{
    width: 3rem !important;
    height: 0.2rem;
}
.scroll-List10>li>a{
    width: auto;
    height: auto;
}
.scroll-List10>li>a>div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.scroll-List10>li>a>div>img{
    width: 1.22rem;
    height: 0.93rem;
}
.class-name3{
    text-align: center;
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
}
/*scroll-list-component*/
.scroll-list-component{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-bottom: 0.54rem;
}
.scrollList11{
    width: auto;
    height: auto;
}
.scroll-list11{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-list11>li{
    width: auto;
    height: auto;
    margin-right: 0.38rem;
    padding: 0 !important;
}
.scroll-list11>li:last-child{
    width: 2rem !important;
    height: 0.2rem;
}
.scroll-list11>li>a{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
}
.scroll-list11>li>a>img{
    width: 2rem;
    height: 2.56rem;
    margin-right: 0.24rem;
    border-radius: 0.12rem;
}
.ys-message15{
    text-align: left;
    max-width: 3.5rem;
}
.ys-name54{
    text-align: left;
    font-size: 0.33rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.ys-actor5{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
    margin: 0.1rem 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:100%;
}
.ys-describ11{
    font-size:0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 0.35rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*scroll-list-component2*/
.scroll-list-component2{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.28rem;
}
.scrollList12{
    width: auto;
    height: auto;
}
.scroll-list12{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-list12>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.18rem;
}
.scroll-list12>li>a{
    width: 100%;
    height: auto;
}
.scroll-list12>li>a>img{
    width: 6.62rem;
    height: 6.62rem;
    border-radius: 0.19rem;
}
.ys-name55{
    width:6.62rem;
    text-align: left;
    font-size: 0.33rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.scroll-list12>li:last-child{
    width: 4rem !important;
    height: 0.2rem;
}
/*zixun-list3*/
.news-listTwo{
    width: 100%;
    height:auto ;
}
.news-listTwo>li{
    width: auto;
    height: auto;
    border-bottom: 0.01rem solid #B1B1B1;
    margin-right: 0.28rem;
    margin-left: 0.28rem;
    padding-top: 0.7rem;
    padding-bottom: 0.68rem;
}
.news-listTwo>li>a{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
}
.news-listTwo>li>a>div:first-child{
    width: 0.48rem;
    height: 0.76rem;
    background: #000000;
}
.news-message3{
    width: auto;
    height: auto;
    margin-left: 0.54rem;
    margin-right: 0.46rem;
}
.news-theme2{
    font-size: 0.34rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.2rem;
}
.news-message3>span{
    display: block;
    font-size: 0.24rem;
    font-family: OPPOSans;
    font-weight: 400;
    color: #B1B1B1;
    line-height: 0.4rem;
}
.news-listTwo>li>a>img{
    width: 2.28rem;
    height: 2.28rem;
}
/*pubu1*/
.pubu1{
    width:100%;
    height:4rem;
    padding-left: 0.28rem;
    position: relative;
}
.pubu1>a{
    width: auto;
    height: auto;
    display: block;
    float: left;
}
.pubu1>a>div{
    width: auto;
    height: auto;
    position: relative;
}
.pubu1>a>div>img{
    width: 3.4rem;
    height: auto;
    border-radius: 0.19rem;
}
.pubu1>a>div>div{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.56);
    border-radius: 0 0 0.19rem 0.19rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ys-name56{
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-left: 0.18rem;
    font-size: 0.31rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
/*list-name31*/
.list-name31{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
}
.list-name31>div:first-child{
    margin: auto;
    text-align: center;
    font-size: 0.35rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    width: 80%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.list-name31>div:last-child{
    height: 0.6rem;
    text-align: center;
    font-size: 0.27rem;
    font-family: MiSans, MiSans;
    font-weight: 300;
    color: #666666;
    position: relative;
    margin-top: 0.06rem;
}
.list-name31>div:last-child::after{
    content: '';
    width: 0.64rem;
    height: 0.02rem;
    background: #333333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
/*list-component34*/
.list-component34{
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
    background: #FFFFFF;
}
.ysList34{
    width: 100%;
    height: auto;
    padding:0.28em 0.28rem 0.1rem 0.28rem;
}
.ysList34>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.32rem;
}
.message{
    width: 3.4rem;
}
.poster9{
    width: auto;
    height: auto;
}
.poster9>img{
    width: 3.26rem;
    height: 4.18rem;
}
.ys-name57{

    text-align: left;
    font-size: 0.38rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ys-message16{
    margin-top: 0.14rem;
    margin-bottom: 0.2rem;
}
.ys-message16>div{
    font-size: 0.28rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ys-describ12{
    text-align: justify;
    font-size:0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*scroll-list-component3*/
.scroll-list-component3{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-top: 0.26rem;
    padding-bottom: 0.38rem;
}
.scrollList13{
    width: auto;
    height: auto;
}
.scroll-list13{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-list13>li{
    width: auto;
    height: auto;
    padding: 0 !important;
    margin-right: 0.14rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #E5E5E5;
}
.scroll-list13>li:last-child{
    width: 4rem !important;
    height: 0.02rem;
    border: none !important;
}
.scroll-list13>li>a{
    width: auto;
    height: auto;
}
.scroll-list13>li>a>img{
    width: 2.62rem;
    height: 3rem;
    border-radius: 0.08rem 0.08rem 0 0;
}
.ys-name58{
    padding: 0.2rem 0.1rem;
    text-align: center;
    font-size:0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    width: 2.62rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*list-component35*/
.list-component35{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-top: 0.26rem;
}
.ysList35{
    width: 100%;
    height: auto;
    background: #F8F8F8;
}
.ysList35>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.ysList35>div>div{
    width: auto;
    padding-left:0.2rem ;
    padding-right:0.2rem ;
    padding-top:0.4rem ;
}
.poster10{
    width: auto;
    height: auto;
}
.poster10>img{
    width: 3.74rem;
    height: 5.1rem;
}
.ys-name59{
    text-align: left;
    font-size: 0.38rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #000000;
}
.ys-message17{
    margin-top: 0.14rem;
    margin-bottom: 0.28rem;
}
.ys-message17>div{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #000000;
    line-height: 0.33rem;
}
.ys-describ13{
    text-align: justify;
    font-size:0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*list-component36*/
.list-component36{
    width: 100%;
    height: auto;
}
.ysList36{
    width: 100%;
    height: auto;
    padding:0 0.28rem;
}
.ysList36>a{
    display: block;
    width: 100%;
    height: 2.58rem;
    position: relative;
    margin-top: 0.48rem;
}
.ysList36>a>img{
    width:2.58rem;
    height: 2.58rem;
    position: absolute;
    left: 0;
    top: 0;
}
.ys-message18{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left:2.92rem;
}
.ys-name60{
    font-size: 0.34rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #E9EBEA;
}
.ys-duration1{
    font-size: 0.3rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #E9EBEA;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.ys-actor6{
    font-size: 0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 300;
    color: #FD9F00;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.ys-feature{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 1.78rem;
}
.ys-feature>div{
    margin-right: 0.18rem;
}
.ys-store{
    width: auto;
    height: auto;
    background: #FD9F00;
}
.ys-store>div{
    width: auto;
    height: auto;
    padding: 0.14rem 0.1rem;
    display: flex;
    align-items: center;
}
.ys-store>div>i{
    font-size: 0.32rem;
    color: #000000;
    margin-right: 0.08rem;
}
.ys-store>div>div{
    font-size: 0.3rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    color: #000000;
}
.ys-dimension,.ys-dimension1{
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.01rem solid rgba(250,161,0,0.4);
}
.ys-dimension>div,.ys-dimension1>div{
    padding: 0.1rem 0.26rem;
    font-size:0.3rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #FF9F02;
}
/*fenlei4*/
.fenlei4{
    width: 100%;
    height: auto;
}
.fenlei4>div{
    width: 100%;
    height: 3.06rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display: flex;
    justify-content: space-between;
}
.fenlei4>div>div{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fenlei4>div>div>a{
    width: auto;
    height: auto;
    position: relative;
}
.fenlei4>div>div>a>img{
    width:3.38rem;
    border-radius: 0.2rem;
}
.fenlei4-left>a>img{
    height: 3.06rem;
}
.fenlei4-right>a>img{
    height: 1.44rem;
}
.fenlei4>div>div>a>div{
    width: auto;
    height: auto;
    position: absolute;
    top: 0.14rem;
    left:0.2rem;
}
.fenlei4>div>div>a>div>div:first-child{
    font-size: 0.3rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
}
.fenlei4>div>div>a>div>div:last-child{
    font-size:0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.1rem;
    letter-spacing: 0.02rem;
}
/*list-component37*/
.list-component37{
    width: 100%;
    height: auto;
    padding-top: 0.28rem;
    padding-bottom: 0.4rem;
}
.ysList37{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ysList37>div{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ysList37>div:last-child{
    height: 5.32rem;
}
.ysList37>div:first-child>img{
    width: 4.68rem;
    height: 5.32rem;
}
.ysList37>div:last-child>img{
    width: 1.68rem;
    height: 1.68rem;
}
/*list-component38*/
.list-component38{
    width: 100%;
    height: auto;
}
.ysList38{
    width: 100%;
    height: auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.ysList38>div:first-child>img{
    width: 2.26rem;
    height: 2.26rem;
}
.ysList38>div:last-child>div:first-child{
    margin-bottom: 0.14rem;
}
.ysList38>div:last-child>div:first-child>div:first-child{
    font-size: 0.31rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}
.ysList38>div:last-child>div:first-child>div:last-child{
    font-size:0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}
.ysList38>div:last-child>div:last-child{
    width: 4.12rem;
    display: flex;
    justify-content: space-between;
}
.ysList38>div:last-child>div:last-child>img{
    width: 1.28rem;
    height: 1.28rem;
}
/*list-component39*/
.list-component39{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.ysList39{
    width: 100%;
    height: auto;
}
.ysList39>a{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 0.28rem;
}
.poster11{
    width: 2.24rem;
    height: 3rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.ys-message19{
    width: 4.06rem;
    height: 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ysList39>div{
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.ys-name61{
    width:100%;
    font-size: 0.32rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
}
.main-actors8{
    font-size: 0.24rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
}
.director2{
    font-size: 0.24rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
}
.ys-describ14{
    font-size: 0.26rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 0.35rem;
    margin-top: 0.2rem;
}
/*zixun-list4*/
.zixun-list3{
    width: 100%;
    height: auto;
}
.zixun-list3>a{
    display: block;
    width: 100%;
    height: auto;
}
.zixun-list3>a>div{
    padding-top: 0.24rem;
    padding-bottom:0.28rem ;
    border-top: 0.01rem solid #EEEEEE;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.zixun-list3>a>div>div:first-child{
    width: 4.2rem;
}
.zixun-list3>a>div>img{
    width: 2.38rem;
    height: 1.66rem;
    border-radius: 0.12rem;
}
.zixun-title1{
    font-size: 0.31rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.14rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.zixun-describ{
    text-align: justify;
    font-size: 0.28rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    line-height:0.4rem;
    letter-spacing: 0.01rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*banner16*/
.banner16{
    width: 100%;
    height: auto;
    padding:0.28rem 0 0.28rem 0.28rem;
}
.banner16>div{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 0.22rem;
    grid-row-gap: 0.36rem;
}
.banner16>div>a{
    width:fit-content;
    height: fit-content;
    text-align: right;
    font-size:0.33rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;

}
.banner16>div>a:nth-child(6){
    margin-right: 0;
}
/*banner17*/
.banner17{
    width: 100%;
    height: auto;
    padding-top:0.3rem ;
}
.banner17>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0.28rem;
}
.banner17>div>div{
    font-size: 0.26rem;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    margin-right: 0.4rem;
}
.banner17>div>div:last-child{
    margin-right: 0 !important;
}
.current32{
    color: #509DF9 !important;
}
/*list-component40*/
.list-component40{
    width: 100%;
    height: auto;
    padding:0.28rem 0.28rem 0 0.28rem ;
}
.ysList40{
    width: 100%;
    height: auto;
}
.ysList40>a{
    width: 100%;
    height: auto;
}
.poster12{
    width: 100%;
    height: 3.84rem;
    border: 0.01rem solid #707070;
}
.ys-name62{
    font-size: 0.29rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.02rem;
    margin-top: 0.1rem;
}
/*list-component41*/
.list-component41{
    width:100%;
    height: auto;
}
.ysList41{
    width:100%;
    height: auto;
    padding:0.36rem 0.28rem 0 0.28rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ysList41>a{
    width:3.36rem;
    margin-bottom: 0.38rem;
}
.List-up{
    width: 100% !important;
}
.ysList41>a>img{
    width:3.36rem ;
    height: 1.92rem;
}
.List-up>img{
    width:100%  !important;
    height: 3.84rem !important;
}
.ysList41>a>div{
    width: 100%;
    font-size: 0.29rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.01rem;
    line-height: 0.38rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*list-component42*/
.list-component42{
    width:100%;
    height: auto;
}
.ysList42{
    width:100%;
    height: auto;
    padding:0.36rem 0.28rem 0 0.28rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ysList42>a{
    width:2.2rem;
    margin-bottom: 0.38rem;
}
.List-up1{
    width: 100% !important;
}
.ysList42>a>img{
    width:2.2rem ;
    height:2.2rem;
}
.List-up1>img{
    width:100%  !important;
    height: 3.82rem !important;
}
.ysList42>a>div{
    width: 100%;
    font-size: 0.29rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.01rem;
    line-height: 0.38rem;
    margin-top: 0.1rem;
}
/*selectCrad-component1-13*/
.variety-class25{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
    display: flex;
}
.variety-class25>div{
    font-size: 0.31rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.current33{
    font-size: 0.38rem !important;
    position: relative;
}
.current33::after{
    content: '';
    width: 0.83rem;
    height: 0.34rem;
    background-image: url("../../static/images/component-pic/模板切图/12.5/current32.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top:0.36rem ;
    z-index: -1;
}
/*scroll-list-component4*/
.scroll-component13-banner{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.scrollList14{
    width: auto;
    height: auto;
}
.scroll-List14{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.scroll-List14>li{
    padding: 0.1rem 0 !important;
    margin: 0 0.2rem 0 0;
}
.scroll-List14>li>a{
    display: block;
    letter-spacing: 0.01rem;
    font-size: 0.31rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.scroll-List14>li:last-child{
    width: 8rem !important;
    height: 0.2rem;
}
.current34{
    font-size: 0.38rem !important;
    font-family: MiSans, MiSans;
    font-weight:600 !important;
    position: relative;
}
.current34::after{
    content: '';
    width: 100%;
    height:0.34rem ;
    position: absolute;
    left:0;
    top: 0.32rem;
    z-index: -1;
    background-image: url("https://jscss.youxuanba.net/style/26/static/images/component-pic/muban-pic/pic10/current32.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*banner18*/
.banner18{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    display:grid;
    grid-template-columns:repeat(1,1fr);
    grid-row-gap:0.3rem;
}
.banner18>div{
    background: #222430;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.banner18>div>a{
    text-align:center;
    padding:0 0.1rem;
    margin:0.14rem 0;
    font-size: 0.24rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
}
.banner18>div>a:nth-child(3n-1){
    border-left: 0.01rem solid #FFFFFF;
    border-right: 0.01rem solid #FFFFFF;
}
/*pager2*/
.pager2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.28rem;
}
.pager2>a{
    background: #FFFFFF;
    border-radius: 0.15rem;
    opacity: 1;
    border: 0.01rem solid #EBEBEB;
}
.pager2>a>div{
    padding:0.16rem 0.26rem ;
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}
.page-number{
    width: 1.26rem;
    border: 0;
    background: #F8F8F8 !important;
    display: flex;
    justify-content: center;
}
.page-number>div{
    padding: 0.16rem 0;
}
/*list-component43*/
.list-component43{
    width:100%;
    height: auto;
    padding: 0.4rem 0.28rem;
}
.ysList43{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.14rem;
    /*  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;*/

}
.ysList43>a{
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
}
.ysList43>a>div:first-child{
    width: 100%;
    height: auto;
    position: relative;
}
.ysList43>a>div:first-child>img{
    width: 100%;
    height: 3.14rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.ysList43>a>div:first-child>div{
    background: linear-gradient(180deg, #F5DB9E 0%, #E3C581 48%, #F3D99A 100%);
    border-radius: 0 0.12rem 0 0.12rem;
    position: absolute;
    right: 0;
    top: 0;
}
.ysList43>a>div:first-child>div>div{
    padding: 0.02rem 0.12rem;
    font-size: 0.24rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #553000;
}
.hidden-ys{
    display: none;
}
.ys-name63{
    font-size: 0.26rem;
    font-family: SourceHanSansSC-Bold-, SourceHanSansSC-Bold;
    font-weight: normal;
    color: #333333;
    margin-top: 0.14rem;
    letter-spacing: 0.01rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:2.2rem;
}
.ys-subName11{
    font-size: 0.22rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    margin-top: 0.08rem;
}
/*list-component44*/
.list-component44{
    width: 100%;
    height: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    padding-top: 0.28rem;
}
.ysList44>div{
    width: 100%;
    height: auto;
}
.ysList44>div>a{
    display: block;
    width:100%;
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
    margin-top: 0.2rem;
    position: relative;
}
.ysList44>div>a>img{
    width: 100%;
    aspect-ratio: 1 / 1.4;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.ysList44>div>a>div{
    width: auto;
    height: auto;
    background: #06C149;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    position: absolute;
    left:0.2rem ;
    top: 0.2rem;
}
.ysList44>div>a>div>div{
    font-size:0.23rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.04rem 0.12rem;
}
.ys-name64{
    font-size: 0.32rem;
    font-family: MiSans-Demibold, MiSans;
    font-weight: 600;
    color: #333333;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ysList44{
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.2rem;

}
/*vod-card3*/
.vod-card3{
    width: 100%;
    height: auto;
    padding: 0.52rem 0.28rem;
}
.vod-card3>div{
    border-radius: 0.12rem;
    box-shadow: 0 0.03rem 0.15rem 0.01rem rgba(255,255,255,0.22);
    border: 0.005rem solid rgba(255,255,255,0.5);
}
.vod-card3>div>a{
    width: 100%;
    height: 3.84rem;
    position: relative;
}
.vod-card3>div>a>img{
    width: 100%;
    height: 3.84rem;
    border-radius: 0.12rem 0.12rem 0 0;
}
.ys-name65{
    font-size:0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 0.1rem;
    left: 0.19rem;
}
.ys-name66{
    font-size:0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
.vod-card3>div>a>div:last-child{
    background: linear-gradient(135deg, #F5DB9E 0%, #FBDA93 100%);
    border-radius: 0 0.12rem 0 0.12rem;
    position: absolute;
    right: 0;
    top: 0;
}
.vod-card3>div>a>div>div{
    padding: 0.02rem 0.12rem;
    font-size: 0.24rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #553000;
}
.down-box4{
    width: 100%;
    padding: 0.18rem 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #222430;
    border-radius: 0 0 0.12rem 0.12rem;
}
.ys-subName12{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
}
.play-button20{
    background: linear-gradient(90deg, #0E59C7 0%, #563DC3 100%);
    border-radius: 0.31rem 0.31rem 0.31rem 0.31rem;
}
.play-button20>div{
    padding: 0.14rem 0.26rem;
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}
/*rotaion-component6*/

.rotation-component6 {
    width: auto;
    height: 2.1rem;
    margin: 0.72rem 0 0.7rem !important;
}

.rotation-component6.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    transform: translateX(0);
    opacity: 0 !important;
    display: none;

}
.swiper-container1{
    perspective-origin:100% !important;
}
.swiper-container1>div{
    width: 6.2rem !important;
    background-position: center;
    background-size: cover;
}

.swiper-pagination {
    opacity: 0;
}

.slide-one {
    background-image: url("../images/影视一级页面切图/banner-im.png");
}

.slide-two {
    background-image: url("../images/影视一级页面切图/banner-im.png");
}

.slide-three {
    background-image: url("../images/影视一级页面切图/banner-im.png");
}

.slide-four {
    background-image: url("../images/影视一级页面切图/banner-im.png");
}

.slide-five {
    background-image: url("../images/影视一级页面切图/banner-im.png");
}
/*视频播放器*/
.MacPlayer{
    height: 4.2rem !important;
}
/*still*/
.still{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.1rem;
    grid-row-gap: 0.18rem;
    padding: 0.4rem 0.28rem 0.4rem 0.28rem;
}
.still>a{
    width: 100%;
    height: auto;
}
.still>a>img{
    width: 100%;
    height: 2rem;
}
/*actor-banner*/
.actor-banner{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap:0.46rem ;
    padding: 0.38rem 0.28rem;
}
.actor-banner>a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.actor-banner>a>svg{
    width: auto;
    height: 0.62rem;
}
.actor-banner>a>div{
    text-align: center;
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    margin-top: 0.18rem;
}
/*actor-detail*/
.actor-detail{
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 0.28rem;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
}
.actor-poster{
    width: auto;
    height: auto;
    margin-right: 0.2rem;
}
.actor-poster>img{
    width: 2.5rem;
    height: 3.3rem;
    border-radius: 0.08rem;
}
.actor-name5{
    font-size: 0.38rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}
.actor-detail>div>div{
    margin-bottom: 0.14rem;
}
.english-name{
    font-size: 0.23rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}
.sex-career-constellation{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #CCCCCC;
}
.sex-career-constellation>span{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666 !important;
}
.blood{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #CCCCCC;
}
.blood>span{
    color:#666666 !important ;
}
.area{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #CCCCCC;
}
.area>span{
    color:#666666 !important ;
}
.birthday{
    font-size: 0.25rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #CCCCCC;
}
.birthday>span{
    color:#666666 !important ;
}
/*actor-pics*/
.actor-pics{
    width: 100%;
    height: auto;
    padding: 0.32rem 0.28rem 0.2rem 0.28rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap:0.1rem ;
    grid-row-gap: 0.24rem;
}
.actor-pics>a{
    width: 100%;
    height: fit-content;
}
.actor-pics>a>img{
    width: 2.26rem;
    height: 2.4rem;
    border-radius: 0.12rem;
}
.actor-pics>a>div{
    width: 2.26rem;
    font-size: 0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    margin-top: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*actor-describ*/
.actor-describ{
    width: 100%;
    height: auto;
    padding:0.32rem 0.28rem 0 0.28rem ;
}
.describ-word{
    width: 100%;
    height: auto;
    max-height: 2.6rem;
    transition: max-height 0.3s ;
    overflow: hidden;
}
.describ-word>span{
    text-align: justify;
    display: block;
    font-size: 0.27rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
}
.expand-collapse{
    width: 100%;
    height: auto;
}
.expand-collapse>div{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
    letter-spacing: 0.04rem;
}
.collapse{
    display: none;
}
/*actor-list-page*/
.actor-list{
    width: 100%;
    height: auto;
    padding:0.32rem 0.28rem 0 0.28rem ;
    display:grid ;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap:0.14rem;
    grid-row-gap:0.22rem ;
}
.actor-list>a{
    width: 100%;
    height: auto;
}
.actor-list>a>img{
    width: 2.2rem;
    height:3.02rem;
}
.actor-name6{
    font-size: 0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    margin-top: 0.14rem;
}
/*actor-news-text*/
.actor-news-text{
    width: 100%;
    height: auto;
    padding: 0.28rem;
}
.news-title{
    text-align: justify;
    font-size:0.52rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    line-height: 0.72rem;
    margin-bottom: 0.38rem;
    letter-spacing: 0.02rem;
}
.text-content{
    width:100%;
    height: auto;
}
.text-content p{
    text-align: justify;
    font-size: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 530;
    color: #333333;
    line-height:0.58rem;
    letter-spacing: 0.02rem;
}
.text-content span {
    text-align: justify;
    font-size: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 530;
    color: #333333;
    line-height: 0.58rem;
    letter-spacing: 0.02rem;
}
.text-content img{
    width: 100% !important;
    height: auto;
    margin:0.3rem 0;
    border-radius: 0.08rem;
}
.text-content table{
    width: 100% !important;
}
.news-pic{
    width: 100%;
    height: 4rem;
    margin:0.3rem 0;
    border-radius: 0.08rem;
}
.table-img-alt{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 530;
    color: #333333;
}
/*actor-video*/
.actor-video{
    width:100%;
    height: auto;
    padding: 0.28rem;
}
.video-title{
    text-align: justify;
    font-size:0.52rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
    line-height: 0.72rem;
    margin-bottom: 0.38rem;
    letter-spacing: 0.02rem;
}
.video-box4 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.28rem;
}
.video4{
    width: 100%;
    height: 100%;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.play8{
    width: auto;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0.12rem;
}
.play8>img{
    width: 1.6rem;
    height: auto;
}
/*news-detail*/
.news-text{
    width:100%;
    height: auto;
    padding: 0.28rem;
}
.text-title{
    font-size: 0.48rem;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 0.66rem;
    letter-spacing: 0.04rem;
    padding-bottom: 0.38rem;
}
.news-time{
    text-align: right;
    font-size: 0.28rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #999999;
    padding-bottom: 0.28rem;
}
.news-content p{
    text-align: justify;
    font-size: 0.34rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    line-height: 0.58rem;
    letter-spacing: 0.01rem;
    text-indent: 0.7rem;
}
.news-content img{
    width: 100%;
    height: 4rem;
    margin: 0.28rem 0 0.1rem 0;
}
.pic-theme{
    width: 100%;
    text-align: center;
    font-size: 0.34rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.1rem;
}
/*topic*/
.topic-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 0.3rem;
    padding:0.4rem 0.28rem 0.1rem 0.28rem;
}
.topic{
    display: block;
    width: 100%;
    height: auto;
    position: relative;

}
.topic img{
    width:100%;
    height: 3.92rem;
    border-radius: 0.15rem;
}
.mist1{
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.28);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.15rem;
}
.topic-text{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0.32rem;
    left: 0;
}
.topic-number{
    text-align: center;
    font-size: 0.29rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}
.topic-name{
    text-align: center;
    font-size: 0.37rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
}
/*topic-describ*/
.topic-describ{
    width: 100%;
    height: auto;
    padding:0.28rem 0.28rem ;
}
.topic-describ img{
    width: 100%;
    height:3.92rem;
    border-radius: 0.08rem;
}
.describ-title{
    font-size: 0.38rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
}
.describ-word1{
    font-size: 0.25rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.1rem;
}
/*topic1*/
.topic1{
    width: 100%;
    height: auto;
    padding:0.28rem 0.28rem 0 0.46rem;
    margin-top: 0.6rem;
}
.topic-box{
    display: block;
    width: 100%;
    height: 2.78rem;
    position: relative;
    background: #090D20;
    border-radius: 0.15rem 0 0.15rem 0;
    box-shadow: rgba(9, 13, 32, 0.5) -5px 5px,
    rgba(9, 13, 32, 0.4) -10px 10px;

}
.topic-box>img{
    width: 2.01rem;
    height: 2.75rem;
    border-radius: 0.12rem;
    position: absolute;
    top: -0.34rem;
    left: 0.4rem;
}
.shortMessa{
    width: auto;
    height: auto;
    position: absolute;
    left: 2.72rem;
    top: 50%;
    transform: translateY(-50%);
}
.topic-name1{
    font-size: 0.31rem;
    color: #FFFFFF;
}
.topicStyle{
    font-size: 0.25rem;
    color: rgba(233,235,234,0.5);
    margin: 0.08rem 0;
}
.topic-score{
    width: auto;
    height: auto;
    display: flex;
    align-items: end;
}
.score-number1{
    font-size:0.66rem;
    color: #FBB405;
    line-height: 0.33rem;
    margin-right: 0.18rem;
}
.score-number1>span{
    font-size: 0.38rem !important;
}
.score-star2{
    width: auto;
    height: auto;
    display: flex;
    background: transparent;
}
.score-star2>i{
    font-size: 0.24rem;
    color: #FBB405;
}
.topic-score>div:last-child>div:last-child{
    font-size:0.23rem;
    color: #E9EBEA;
}
/*head9*/
.head9{
    width: 100%;
    height:auto;
    padding: 0.28rem 0.28rem 0 0.28rem;


}
.head9-visible{
    width:100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0.2rem;
}
.site-logo{
    width:auto;
    height: 0.6rem;
    position: absolute;
    left: 0;
}
.head9-visible>.bi-search{
    font-size: 0.4rem;
    color: black;
    position: absolute;
    left: 80%;
}
.head9-visible>.bi-text-indent-right{
    font-size: 0.5rem;
    color: black;
    position: absolute;
    left: 90%;
}
.banner4>.bi-text-indent-left{
    font-size: 0.5rem;
    color: black;
    position: absolute;
    left: 40%;
    top:0.25rem;
}
.search-invisible{
    width: 92%;
    height: auto;
    transition:all 0.5s;
    background: #FFFFFF;
    padding: 0.1rem;
    border-radius: 0.4rem;
    position: absolute;
    transform: scaleY(0);

}
.search-invisible>div{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.searchIcon7{
    width: auto;
    height: auto;
    padding: 0.1rem 0.14rem;
    background: #FF4081;
    border-radius: 50%;
}
.searchIcon7>i{
    display: block;
    font-size: 0.28rem;
    color: #EEEEEE;
}
.search-invisible form{
    width: 100%;
    display: block;
}
.search-invisible input{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 !important;
    border:none !important;
    box-shadow: none !important;
    outline: 0 none !important;
    -webkit-appearance: none !important;
    font-size: 0.3rem !important;
    color: #666666 !important;
    background: transparent;
}
.search-invisible input::placeholder{
    text-align: center;
    font-size: 0.3rem;
    color: #666666;
}
.seat{
    width: 100%;
    height: 0;
    padding-bottom: 0.2rem;
    transition: all 0.5s;
}
/*fenlei5*/
.fenlei5{
    width:100% ;
    height: auto;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
}
.fenlei5>div{
    width: 48%;
    height: 4.34rem;
}
.fenlei5>div>a{
    display: block;
    width: 100%;
    position: relative;
    background: rgba(205,215,255);
    border-radius:0.29rem ;
}
.fenlei5-left>a{
    height: 100%;
}
.fenlei5-right>a{
    height: 1.34rem;
}
.fenlei5-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fenlei5>div>a>.fenlei-name{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0.2rem;
    top: 0.17rem;
}
.fenlei5>div>a>.fenlei-name>div{
    width:0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fenlei5>div>a>.fenlei-name>div i{
    font-size: 0.22rem;
    font-weight: 600;
    display: block;
    padding: 0 0.005rem 0.01rem 0.01rem ;
}
.fenlei5>div>a img{
    width: 2.5rem;
    height: 3.12rem;
    position: absolute;
    left: 0.18rem;
    top: 0.86rem;
    border-radius: 0.19rem;
    box-shadow: 0.24rem 0.03rem 0.05rem -0.07rem rgba(255, 255, 255, 0.4),
    0.4rem 0.04rem 0.05rem -0.1rem rgba(255, 255, 255, 0.3) ;


}
.fenlei5-left>a>.fenlei-name>div i{
    color: #09ABFF;
}
.fenlei5-left>a>.fenlei-name>p{
    font-size: 0.35rem;
    color: #FFFFFF;
    margin-right: 0.34rem;
}
.fenlei5-right>a>.fenlei-name>p{
    font-size: 0.31rem;
    margin-right: 0.1rem;
}
.fenlei5-right>a>div:last-child{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.4rem;
    position: absolute;
    left: 0.2rem;
    top: 0.62rem;
    display: flex;
    align-items: center;
    padding: 0.04rem 0.12rem;
    margin-top: 0.08rem;
}
.fenlei5-right>a>div:last-child>div:first-child{
    width: 0.13rem;
    height: 0.13rem;
    background: linear-gradient( 180deg, #00EAC6 0%, #00EAC6 100%);
    border-radius: 50%;
    margin-right: 0.1rem;
}
.fenlei5-right>a>div:last-child>p{
    font-size: 0.23rem;
    color: #525566;
}
.fenlei5-right>a:first-child>.fenlei-name>p{
    color: #6958BF;
}
.fenlei5-right>a:first-child>.fenlei-name>div i{
    color:#6958BF ;
}
.fenlei5-right>a:nth-child(2)>.fenlei-name>p{
    color: #046C9A;
}
.fenlei5-right>a:nth-child(2)>.fenlei-name>div i{
    color: #046C9A;
}
.fenlei5-right>a:last-child>.fenlei-name>p{
    color: #925304;
}
.fenlei5-right>a:last-child>.fenlei-name>div i{
    color: #925304;
}
/*list-component45*/
.list-component45{
    width: 100%;
    height: auto;
    padding:0 0.28rem ;
}
.ysList45{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0.14rem;
    grid-row-gap:0.34rem ;
}
.ysList45>a{
    width: 100%;
    height: auto;
}
.ys-poster{
    width: 100%;
    height:2.8rem;
    position: relative;
}
.ys-poster>img{
    width: 100%;
    height: 2.8rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.12rem;
}
.ys-poster>div{
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.4);
    position:absolute;
    right: 0.1rem;
    top: 0.1rem;
    border-radius: 0.04rem;
}
.ys-poster>div>p{
    font-size: 0.23rem;
    color: #F2F9FF;
    padding: 0.08rem;
}
.ys-poster>p{
    font-size: 0.21rem;
    color: #FFFFFF;
    position: absolute;
    left: 0.12rem;
    bottom: 0.08rem;
}
.ys-name67{
   display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.25rem;
    color: #333333;
    font-weight: 600;
    margin-top: 0.1rem;
}
/*list-component46*/
.list-component46{
    width: 100%;
    height: auto;
    padding:0 0.28rem;
}
.ysList46{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 0.34rem;
}
.ysList46>a{
    width: 100%;
    height: auto;
    display: flex;
}
.ys-poster1{
    width: 2.84rem;
    height: 2.16rem;
    position: relative;
    margin-right: 0.26rem;
}
.ys-poster1>img{
    width:100%;
    height: 2.16rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.19rem;
    border:0.01rem solid #707070;
}
.poster1-top{
    width: auto;
    height: auto;
    background: linear-gradient( 228deg, #E2B37C 0%, #E4CFA1 100%);
    border-radius: 0 0.19rem 0 0.19rem;
    position: absolute;
    top: 0;
    right: 0;
}
.poster1-top p{
    font-size: 0.23rem;
    color: #5B3405;
    padding: 0.02rem 0.16rem;
}
.ys-poster1>div:last-child{
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.4);
    border-radius: 0.12rem;
    position: absolute;
    bottom: 0.16rem;
    right: 0.12rem;
}
.ys-poster1>div:last-child p{
    font-size:0.23rem;
    color: #F2F9FF;
    padding: 0.06rem 0.12rem;
}
.ys-message22{
    width: 3.86rem;
    height: 2.16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name68{
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    height: auto;
    font-size: 0.31rem;
    color: #242633;
    margin-bottom: 0.1rem;
}
.ys-class{
    width: auto;
    height: auto;
    display: flex;
}
.ys-class span{
    display: block;
    width: max-content;
    height: auto;
    background: #F2F4F7;
    border-radius: 0.05rem;
    padding:0.04rem 0.08rem;
    font-size: 0.23rem;
    color: #333333;
    margin-right: 0.1rem;
}
.ys-theme{
    width:max-content;
    height: auto;
    background:rgba(228, 201, 154,0.3);
    border-radius: 0.13rem;
}
.ys-theme p{
    font-size: 0.23rem;
    color: #5B3405;
    padding: 0.08rem 0.12rem;
}
/*bank*/
.bank{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
}
.bank-box{
    width: 100%;
    height: auto;
    padding: 0.32rem 0.28rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 0.22rem;
}
.bank-box>a{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bank-box>a>div{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.bank-num{
    font-size: 0.34rem;
    color: #666666;
}
.number-one{
    color: #FC4274 !important;
}
.number-two{
    color: #FF8155;
}
.number-three{
    color: #FCB80A;
}

.ys-poster2{
    width:0.64rem ;
    height:0.94rem;
    margin-left: 0.28rem;
    margin-right: 0.18rem;
}
.ys-name69{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.3rem;
    color:rgba(255,255,255,0.5);
    margin-right: 0.15rem;
}
.ys-style18{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.26rem;
    color:rgba(255,255,255,0.5);
}
/*topic2*/
.topic2{
    width: 100%;
    height: auto;
    padding: 0 0.28rem 0.28rem 0.28rem;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 0.36rem;
}
.topic2>a{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.42rem;
}
.topic2>a>img{
    width: 6.94rem;
    height: 3.88rem;
    box-shadow: 0 -0.4rem 0 -0.2rem rgba(255,255, 255, 0.1) ,
    0 -0.7rem 0 -0.3rem rgba(255,255, 255, 0.1) ;
}
.mist2{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
}
.topic-message{
    width: auto;
    height: auto;
    position: absolute;
    left:0.22rem ;
    bottom: 0.32rem;
}
.topic-name2{
    font-size: 0.38rem;
    color: #FFFFFF;
    margin-bottom:0.14rem ;
}
.topic-number1{
    width: auto;
    height: auto;
    padding: 0.1rem 0.32rem;
    background: rgba(255,255,255,0.2);
    border-radius: 0.29rem;
    font-size:0.26rem;
    color: #FFFFFF;
}
/*list-component47*/
.list-component47{
    width: 100%;
    height: auto;
    padding:0 0.28rem;
}
.yslist47{
    width: 100%;
    height:auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 0.2rem;
    grid-column-gap: 0.14rem;
}
.yslist47>a{
    width: 100%;
    height: auto;
}
.list-up1{
    width: 100%;
    height: max-content;
    position: relative;
    margin-bottom: 0.1rem;
}
.list-up1>img{
    width: 3.4rem;
    height: 4.54rem;
}
.up-down{
    width: 100%;
    height: auto;
    padding: 0 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ys-heat{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}
.ys-heat svg{
    width: 0.17rem;
    height: 0.18rem;
    margin-right: 0.08rem;
}
.ys-score{
    font-size: 0.26rem;
    color: #FF743D;
}
.list-down2{
    width: 100%;
    height: auto;
    padding: 0.18rem 0 0.18rem 0.2rem;
    background: #17181A;
}
.ys-name70{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-bottom: 0.05rem;
}
.list-down2>div{
    font-size: 0.24rem;
    color: #999999;
}
/*list-component49*/
.list-component48{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
}
.ysList48{
    width: 100%;
    height:auto ;
}
.ysList48>a{
    width: 100%;
    height: auto;
}
.list-up2{
    width: 100%;
    height: auto;
    position: relative;
}
.list-up2>img{
    width: 100%;
    height: 3.5rem;
}
.up-down1{
    width: 100%;
    height: auto;
    padding: 0 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ys-heat1{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}
.ys-heat1 svg{
    width: 0.17rem;
    height: 0.18rem;
    margin-right: 0.08rem;
}
.ys-score1{
    font-size: 0.26rem;
    color: #FF743D;
}
.list-down3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-between ;
}
.ys-name71{
    width:50% ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.26rem;
    color: #FFFFFF;
}
.ys-style19{
    font-size: 0.24rem;
    color: #969699;
}
/*head10*/
.head10{
    width: 100%;
    height: auto;
    padding: 0.12rem 0.3rem;
    background: #101012;
}
.head-up{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-up>.scroll-component13-banner{
    width: 63%;
}
.logo2{
    width:2rem;
    height: auto;
}
.search-icon>i{
    display: block;
   font-size: 0.35rem;
    color: #FFFFFF;
}
.head-down{
    width: 100%;
    height: auto;
    background:#101012 ;
    padding: 0.28rem;
    transform: scaleY(0);
    position: absolute;
    right:0rem;
}
.head-down>form{
    width: 100%;
    height: auto;
    padding:0.1rem;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(114, 214, 245, .2),
                                        rgba(200, 193, 221, .2) 50%,
                                        rgba(255, 148, 179, .2));
    border-radius: 0.5rem;
}
.head-down>form button{
    padding: 0.15rem 0.1rem;
    border-radius: 50%;
    background: #00DAFF;
    font-size: 0.24rem;
    border: none;
}
.head-down>form input{
    width:90%;
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #666666;
    margin: 0;
    padding: 0 0.1rem;
    text-align: center;
}
/*list-component49*/
.list-component49{
    width: 100%;
    height: auto;
    padding: 0.28rem;
}
.ysList49{
    width: 100%;
    height: auto;
}
.ysList49>a{
    display: block;
    width: 100%;
    height: auto;
    padding:0.18rem 0 ;
    border-radius: 0.16rem;
    box-shadow: 0 0 0.16rem 0.01rem rgba(0,0,0,0.04);
}
.ysList49>a>div{
    width: auto;
    height:auto;
    display: flex;
    margin: 0 0.24rem;
}
.ysList49>a>div:first-child{
    padding-bottom: 0.24rem;
}
.ysList49>a>div:last-child{
   align-items: center;
    justify-content: space-between;
    border-top: 0.01rem solid #EBEBEB;
    padding-top: 0.24rem;
}

.ys-poster3{
    width: auto;
    height:1.88rem;
    margin-right: 0.18rem;
    border-radius: 0.16rem;
}
.ys-message23>div{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ys-name72{
    font-size: 0.34rem;
    color: #0E0E0E;
}
.country-year{
    font-size:0.24rem;
    color: #666666;
    margin: 0.1rem 0;
    display: flex;
}
.ys-actor8{
    font-size: 0.24rem;
    color: #666666;
}
.update-time7{
    font-size: 0.24rem;
    color: #1B0A1C;
}
.play-button21{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.1rem 0.32rem;
    background: #033FFF;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.play-button21>i{
    font-size: 0.3rem;
    color: #FFFFFF;
}
.play-button21>p{
    font-size:0.24rem;
    color: #FFFFFF;
}
/*list-component50*/
.list-component50{
  width: 100%;
    height: auto;
    padding: 0 0.28rem;
}
.ysList50{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 0.26rem;
}
.ysList50>a{
    width: 100%;
    height: auto;
}
.ysList50>a>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.List-up2{
    width: 100%;
    display: flex;
}
.List-up2>img{
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.List-up2>img:first-child{
    width: 1.8rem;
    height: 2.28rem;
    margin-right: 0.14rem;
}
.List-up2>img:last-child{
    width: 5rem;
    height: 2.28rem;
}
.List-down{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.down-right>div:first-child{
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
}
.ys-style20{
    font-size: 0.24rem;
    color: #29B245;
    padding: 0.04rem 0.08rem;
    border-radius: 0.08rem;
    background:rgba(41, 178, 69, 0.14) ;
}
.ys-name72{
    max-width: 2.6rem;
    font-size: 0.3rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.01rem;
    margin-right: 0.1rem;
}
.ys-describ15{
    font-size:0.24rem;
    color: #919191;
    display:-webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;

}
.down-left{
    width: auto;
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
}
.down-left i{
    font-size: 0.24rem;
    color: #29B245;
    margin-right: 0.06rem;
}
.score-number2{
    font-size: 0.24rem;
    color: #29B245;
}
/*banner19*/
.banner19{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap:0.18rem ;
}
.banner19>a{
    width: 100%;
    height: auto;
    padding: 0.15rem 0.36rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.24rem;
}
.banner19-left{
    background: linear-gradient( 180deg, #6C7F9E 0%, #A2B3CB 100%);
}
.banner19>a>div:first-child>p:first-child{
    font-size:0.32rem;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}
.banner19>a>div:first-child>p:last-child{
    font-size:0.24rem;
    color: #CBD3E0;
}
.banner19-left-right{
    width: 0.86rem;
    height: 0.96rem;
    position: relative;
}
.banner19-left-right>div:first-child{
    width: 0.72rem;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.banner19-left-right>div:last-child{
    width: 0.58rem;
    height: 0.78rem;
    background: RGBA(183, 193, 210,0.5);
    border-radius:0.08rem ;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner19-right{
    background: linear-gradient( 180deg, #0E5AD3 0%, #6994F2 100%);
}
/*scroll-list-component14*/
.scroll-list-component4{
    padding: 0 0.28rem;
}
.scroll-list15{
    width: auto;
    display: flex;
}
.scroll-list15>li{
    width: auto;
    height: auto;
    margin-right: 0.18rem;
    padding: 0 !important;
}
.scroll-list15>li:last-child{
    width: 4rem !important;
}
.scroll-list15>li>a{
    width: auto;
    height: auto;
    display: flex;
    border-radius: 0.18rem;
    border: 0.01rem solid rgba(112,112,112,0.2);
    padding: 0.22rem 0.2rem;
}
.scroll-list15 a>img{
    width: 1.64rem;
    height: 1.64rem;
    border-radius: 0.16rem;
    background: #D6D6D6;
    margin-right: 0.18rem;
}
.scroll-list15 a>div:last-child{
    width: auto;
    height: 1.64rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-name73{
    max-width: 2.24rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    font-size:0.3rem;
    color: #1D2541;
}
.scroll-list15 a>div:last-child>div{
    font-size:0.24rem;
    color: #0E5AD3;
    padding: 0.1rem 0.28rem;
    background:rgba(14, 90, 211, 0.1) ;
    border-radius: 0.26rem;
    margin-right: 0.7rem;
}
/*list-component51*/
.list-component51{
    width: 100%;
    height: auto;
    padding: 0 0.28rem;
}
.ysList51{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap:0.32rem ;
    grid-column-gap:0.16rem ;
}
.ysList51>a{
    width: 100%;
    height: auto;
}
.ysList51>a>div{
    width: 100%;
    height: auto;
    position: relative;

}
.ysList51>a>div>img{
    width: 100%;
    height: 3.18rem;
    border-radius: 0.2rem;
}
.ysList51>a>div>p{
    font-size: 0.24rem;
    color: #FFFFFF;
    position: absolute;
    right: 0.1rem;
    bottom: 0.12rem;
}
.ys-name74{
    font-size:0.3rem;
    color: #333333;
    margin-top: 0.12rem;
    margin-bottom: 0.06rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ys-style21{
    width: max-content;
    font-size: 0.24rem;
    color: #0E5AD3;
    padding: 0.08rem;
    background:rgba(14, 90, 211, 0.1) ;
    border-radius: 0.08rem;
}
/*banner20*/
.banner20{
    width: 100%;
    height: auto;
    padding: 0.22rem 0.28rem 0 0.28rem;
}
.banner20>div{
    width: 100%;
    height: auto;
    padding: 0.12rem 0.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner20>div>a{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.banner20>div>a>img{
    width: 0.66rem;
    height: 0.66rem;
}
.banner20>div>a>p{
    font-size: 0.26rem;
    color: #333333;
}