/*lalalalalalalalalaallalaalalla*/
body {
    font-family: '微软雅黑'!important;

}
.text-div{
    width: 105px;height: 40px;background: #fff;color: #737373;line-height: 40px;text-align: center;font-size: 16px;border-radius: 20px;margin: 20px 10px 0 10px;-webkit-transition: all .3s;
}
.text-div:hover{
    -webkit-transition: all .3s;
    background: #2FA4F5;
    color: #fff;
}
.h-div {
    width: auto;height: 18px;line-height: 18px;text-align: center;color: #8A8A8A;font-size: 16px;padding: 8px 18px 8px 18px;margin:18px 10px 0 10px;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;border-radius: 25px;background: #fff;box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
}
.h-div:hover{
    background: #33cfff;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(51,207,255,0.50);
}
.h-div-s{
    width: auto;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #33cfff;
    padding: 8px 18px 8px 18px;
    border-radius: 25px;
    margin:18px 10px 0 10px;
    box-shadow: 0 2px 6px 0 rgba(51,207,255,0.50);
}
.b-div{
    height: 30px;line-height: 30px;width: 600px;margin: 0 auto;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;
}
.header{
    background: #F4F5F8;
}

.banner1 {
    width: 100%;
    height: 360px;
    /*background: url('../images/home/banber.png') no-repeat;*/
    /*background-size: cover;*/
    margin: -40px auto 0 auto;
    position: relative;
    background: -webkit-linear-gradient(left,#b79dde, #4e72d8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#b79dde, #4e72d8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#b79dde, #4e72d8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#b79dde, #4e72d8); /* 标准的语法 */
}
@media (max-width: 1630px) and (min-width: 1200px) {
}

/* search */
.search_input {
    width: 700px;
    height: 50px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: -30px -350px;
    display: flex;
    flex-direction: row;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.search_input span {
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: #00cccc;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.search_icon {
    width: 28px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: url('../images/all_icon.png') no-repeat;
    background-position: -27px 7px;
    margin-left: 32px;
    margin-right: 15px;
}

.search_button {
    cursor: pointer;
}

.search-advice {
    display: none;
    width: 577px;
    z-index: 81;
    top: 60%;
    margin-top: 18px;
    /*display: block;*/
    line-height: 38px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    box-shadow: 0 2px 2px #ccc;
    transition: all 0.3s;
    opacity: 0;
    /* margin: 0 auto; */
}

.search-adviceblock {
    transition: all 0.3s !important;
    display: block !important;
    opacity: 1;

}

.scroll-header-content {
    margin-top: 62px;
    margin-left: -351px;
}

.search-advice li {
    text-align: left;
    line-height: 36px;
    padding-left: 25px;
}

.search-advice li a {
    font-size: 14px;
    color: #888;
    display: block;
}

.search-advice li:hover {
    background: #f6f9fc;
}

.search-advice-word:nth-child(-n+4) a {
    color: #7371ef;
}

/* Service-description */
.Service-description {
    width: 1200px;
    height: 60px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}

.Service-li {
    /*float: left;*/
    /*width: 25%;*/
    text-align: center;
}


.Service-li .description {
    display: inline-block;
    overflow: hidden;
    /*border-right: 1px solid #e8e8e8;*/
}

.Service-li:nth-child(4) .description {
    border-right: none;
}

.Service-li-img {
    width: 60px;
    height: 55px;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
}

.Service-li:hover .Service-li-img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translateX(0);
    backface-visibility: hidden;
}

@keyframes shake {
    10%, 90% {
        transform: translateX(-1px);
    }
    20%, 80% {
        transform: translateX(2px);
    }
    30%, 50%, 70% {
        transform: translateX(-4px);
    }
    40%, 60% {
        transform: translateX(4px);
    }
}

.Service-li:nth-child(4) img {
    margin: -50px -1px;
}

/*.Service-li:nth-child(1) img {*/
/*    margin: -48px -88px;*/
/*}*/

.Service-li:nth-child(2) img {
    margin: -50px -145px;
}

.Service-li:nth-child(3) img {
    margin: -47px -205px;
}

.description h2 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    /* line-height: 0px !important; */
    display: block;
    text-align: left;
    margin: 10px 0 14px 0;
}

.description p {
    font-size: 13px;
    color: #666666;
    text-align: left;
    line-height: 15px;
}

/* 历史记录 */
.search-history {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.search-history img {
    width: 20px;
    height: 20px;
}

.search-history span:hover {
    cursor: pointer;
    color: #b7c0ca;
}

.search-history span {
    width: auto;
    max-width: 130px;
    display: block;
    float: left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Hot Download */
.header-img {
    width: 20px;
    height: 24px;
    overflow: hidden;
    margin: 20px 16px 0 2px;
}

.content .header-img img {
    margin: -12px -95px;
}

.more {
    width: 120px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #1a8cff;
    border-radius: 20px;
    border: 1px solid #1a8cff;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 50px;
}

.more:hover {
    color: #1a8cff;
    border: 1px solid #1a8cff;
}

.clear {
    clear: both;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}

.content .header {
    width: 100%;
    height: 70px;
    /*display: flex;*/
    margin-top: 40px;
    background: none;
}


.content .header h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 67px;
    margin: 0;
    /* line-height: 3.3; */
}

.content .header span {
    color: #a0a0a0;
    margin-top: 32px;
    font-size: 12px;
    margin-left: 12px;
    display: inline-block;
}

.content .content_box {
    width: 1200px;
}

.Hot_one {
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    margin-bottom: 20px;
    /*box-shadow: 0 2px 2px 0 rgba(135, 152, 164, .5);*/
}

.Hot_one p {
    position: relative;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#TodayUpdate .Hot_one p:nth-child(1) {
    width: 380px;
    height: 214px;
    /*border-radius: 5px;*/
    overflow: hidden;

}

.Hot_one p:nth-child(1) {
    width: 284px;
    height: 160px;
    /*border-radius: 5px;*/
    overflow: hidden;
    /*background: #000;*/
}

.Hot_one p.amok-index-p:nth-child(1) {
    background: #F5FAFE;
}

#TodayUpdate .Hot_one:nth-child(3n-1) {
    margin: 0 30px 20px 30px !important;
}

#TodayUpdate .Hot_one:nth-child(4n-3) {
    margin-right: 0;
}

#TodayUpdate .Hot_one:nth-child(4n-1) {
    margin: 0 0 20px 0;
}

.Hot_one:nth-child(4n-1) {
    margin: 0 21px 20px 21px;
}

.Hot_one:nth-child(4n-3) {
    margin-right: 21px;
}

/*.Hot_one:nth-child(3n) {
    margin-right:21px;
}*/

.PchildrenNmae {
    box-shadow: 0 2px 4px 0 rgba(135, 152, 164, .5);
}

#TodayUpdate .Hot_one p:nth-child(2), #TodayUpdate .p_blurtip {
    width: 380px !important;
}

.Hot_one p:nth-child(2), .p_blurtip {
    width: 284px;
    height: 44px;
    color: #5d5d5d;
    font-size: 13px;
    line-height: 3;
    margin-left: 0px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.Hot_one img {
    /*width: 380px;*/
    /*height: 216px;*/
    /*transition: all 0.6s;*/
    /* position: absolute;
     top:0;
     bottom:0;
     right: 0;
     left: 0;*/
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: -100;
}

video {
    /*display: none;*/
    height: 100%;
    /*width:100%; height:100%; */
    /*object-fit: fill*/

}

.blackbj {
    background: #000;
}

.Hot_one:hover img {
    display: none
}

.Hot_one:hover {
    position: relative;
    transform: translateY(-4px);
    box-shadow: 0 0 15px rgba(70, 83, 158, 0.36);
    border-radius: 6px;
    /*height: 264px;*/
    z-index: 10;
}

#TodayUpdate .Hot_one:nth-child(3n-1):hover {
    position: relative;
    margin-top: -2px !important;
    margin-bottom: 22px !important;
}

.Hot_one:hover video {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.cha {
    position: absolute;
    width: 100px;
    height: 50px;
    opacity: 0;
    bottom: 0;
    left: 40%;
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.Hot_one:hover .cha {
    margin-top: 10px;
    color: #fff;
    width: 76px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    bottom: 60%;
}

/* Recommended-week */
.Recommended-week {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 42px;
}

.Recommended-week .header {
    width: 100%;
    height: 70px;
    /*display: flex;*/
    background: none;
}

.Recommended-week .header h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    /* line-height: 3.3; */
}

.Recommended-week span {
    color: #5d5d5d;
    margin-top: 32px;
    font-size: 12px;
    display: inline-block;
    /*margin-left: 12px;*/
}

.Recommended-week .header .header-img {
    width: 25px;
    height: 25px;
}

.Recommended-week .header .header-img img {
    margin: -12px -62px;
}

.Recommended-li ul {
    height: 180px;
}
.Recommended-li-box{
    margin-right:21px;
    width: 284px;
    height: 103px;
    float: left;
    display: block;
}
.Recommended-li-box:last-child{
    margin-right:0;
}
.Recommended-li {
    width: 284px;
    height: 103px;
    margin-bottom: 8px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dce1e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    margin-right:21px;
}
.Recommended-li:last-child{
    margin-right: 0;
}
.Recommended-li:hover {
    cursor: pointer;
    box-shadow: 0 0 15px rgba(70, 83, 158, 0.36);
    /*transform: scale(1.02);*/
}

.Recommended-merch {
    width: 60px;
    height: 60px;
    margin: 21px 20px;
    overflow: hidden;
    border-radius: 42px;
    transition: 0.1s;
}


/*商铺图标 star  后期掉接口这块删除*/
/*
.Recommended-li:nth-child(1) img{
    margin: -48px -280px;
}
.Recommended-li:nth-child(2) img{
    margin: -48px -380px;
}
.Recommended-li:nth-child(3) img{
    margin: -50px -477px;
}
.Recommended-li:nth-child(4) img{
    margin: -48px -576px;
}
*/

/*商铺图标 end*/
.Recommended-merchbrief h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.Recommended-merchbrief p {
    color: #888;
    font-size: 14px;
}

.Recommended-merchbrief {
    width: 175px;
    margin-top: 6px;
}

.Recommended_border {
    border: 1px solid #1a8cff;

}

.Recommended-header {
    /*flex: 10;*/
    display: flex;
    float: left;
}

.Recommended-type {
    /*flex: 2;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    float: right;
}

.Recommended-type div {
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #596c80;
    line-height: 30px;
    float: left;
    margin-top: 14px;
    /*border: 1px solid #fff;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Recommended-type div:hover, .Membership-type div:hover {
    cursor: pointer;
}

.Membership-type {
    /*flex: 2;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    float: right;
}

.Membership-type div {
    width: 100px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    color: #596c80;
    float: left;
    line-height: 30px;
    margin-top: 20px;
    /*border: 1px solid #fff;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Recommendeddivhover {
    color: #1a8cff !important;
    border-radius: 20px;
    border: 1px solid #1a8cff !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* 推荐 素材 */
.recommended {
    float: left;
    -webkit-transition: all .15s;
    transition: all .15s;
    position: relative;
}

.recommended p {
    position: relative;
    cursor: pointer;

}

.recommended p:nth-child(1) {
    width: 380px;
    height: 214px;
    border-radius: 5px;
    overflow: hidden;
}

.recommended:nth-child(3n-1) {
    margin: 0 30px;
}

.recommended p:nth-child(2) {
    width: 270px;
    height: 68px;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 4;
    padding-left: 10px;
}

.recommended img {
    width: 280px;
    height: 180px;
    /*transition: all 0.6s;*/
    position: absolute;
    z-index: 1;
}

/*.recommended:hover img {*/
/*!* transform: scale(1.2); *!*/
/*}*/
/*.recommended:hover img{*/
/*display: none*/
/*}*/
.recommended:nth-child(4) {
    margin-left: 20px;
}

/*.recommended:hover{*/
/*-webkit-transition: all .3s;*/
/*transition: all .3s;*/
/*border-radius: 4px;*/
/*position: relative;*/
/*-webkit-box-shadow: 0 2px 2px 0 rgba(135, 152, 164, .5);*/
/*box-shadow: 0 2px 2px 0 rgba(135, 152, 164, .5);*/
/*-webkit-transform: translateY(0px);*/
/*transform: translateY(-5px);*/
/*}*/
/*.recommended:hover video{*/
/*display: block;*/
/*cursor: pointer;*/
/*}*/

/*.recommended:hover .cha {*/
/*margin-top: 10px;*/
/*color: #fff;*/
/*width: 76px;*/
/*height: 26px;*/
/*line-height: 26px;*/
/*text-align: center;*/
/*border: 1px solid #fff;*/
/*border-radius: 4px;*/
/*font-weight: 500;*/
/*font-size: 14px;*/
/*cursor: pointer;*/
/*opacity: 1;*/
/*-webkit-transition: all .5s;*/
/*transition: all .5s;*/
/*bottom: 60%;*/
/*}*/

/* / Recent topics  */
.Recent-img img {
    margin: -12px -132px !important;
}

.recent-main {
    width: 100%;
    height: 180px;
}

.recent-main-li {
    width: 285px;
    height: 180px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.recent-main-liimg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.recent-main-liimg img {
    /*-webkit-transition: all .5s;*/
    /*transition: all .5s;*/
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*.recent-main-li:hover .recent-main-liimg img{
    !*-webkit-transition: all .5s;*!
    transition: all .5s;
    transform: scale(1.2);
    position: absolute;
    top:0;
    left:0;
}*/
.recent-main-li:hover {
    transform: translateY(-4px);
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.recent-main-li:hover .subject-mask {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0.5;
}

.recent-main-li:hover .subject-mask-title {
    -webkit-transition: all .5s;
    transition: all .5s;
    /*opacity: 1;*/
    /*transform: scale(1.08);*/
}

.recent-main-subtitle {
    display: inline-block!important;
    width: 62px!important;
    height: 22px;
    left: 50%;
    margin-left: -31px!important;
    border-radius: 4px;
    font-size: 13px!important;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.recent-main-li:hover .recent-main-subtitle {
    -webkit-transition: all .5s;
    transition: all .5s;
    bottom: 60px;
    opacity: 1;
}

.recent-main-li:nth-child(4n-2) {
    margin: 0 20px;
}

.recent-main-li:nth-child(4n-1) {
    margin-right: 20px;
}

.recent-main-li p {
    width: 285px;
    position: absolute;
    text-align: center;
    bottom: 40px;
    color: #fff;
    font-size: 15px;
    z-index: 2;
    opacity: 0;
}

.subject-mask-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.subject-mask-box .subject-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=0.3);
    filter: 'alpha(opacity=0.3)';
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.recent-main-li:hover .subject-mask-title{
    -webkit-transition: all .5s;
    transition: all .5s;
    top: -20px;
}
.subject-mask-box .subject-mask-title {
    width: 100%;
    height: 100%;
    /*font-size: 20px;*/
    position: absolute;
    line-height: 180px;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=1);
    filter: 'alpha(opacity=1)';
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.repect_banner {
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.3s;
}

.repect_banner .repect_banner img {
    width: 1200px;
    height: 200px;
}

.repect {
    margin-bottom: 40px !important;
}

.Recommended-main-li {
    width: 284px;
    /*height: 240px;*/
    float: left;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
    /* position:relative; */
    margin-bottom: 17px;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.Membership_box {
    max-height: 449px;
}

.Recommended-main-li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
   /* margin-top: -4px !important;
    margin-bottom: 21px !important;*/
    transform: translateY(-4px);
    /*top: -3px;*/
    /*height: 210px !important;*/
    cursor: pointer;
    box-shadow: 0 0 15px rgba(57, 63, 125, 0.36);
    z-index: 10;
}

.PchildrenNmae {
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.Recommended-main-li:nth-child(2) {
    margin: 0 21px;
}

.Recommended-main-li:nth-child(3) {
    margin-right: 21px;
}

.Recommended-main-li:nth-child(6) {
    margin: 0 21px;
}

.Recommended-main-li:nth-child(7) {
    margin-right: 21px;
}

.Recommended-main-li:nth-child(4n-1) {
    margin-right: 21px;
}

.Recommended-main-li:nth-child(4n-2) {
    margin: 0 21px;
}

.Recommended-subtitle {
    color: #333333 !important;
    position: relative !important;
    height: 48px !important;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    /*overflow: hidden;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.Recommended-main-li video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*display: block;*/
}
.Recommended-main-li:hover video {
    display: block;
}

/* Update-img */
.Update-img {
    width: 24px !important;
}

.Update-img img {
    margin: -12px -202px !important;
}

/* / Character dubbing*/
.Character-img img {
    margin: -13px -242px !important;
}

/* footer */
.footer {
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background-size: cover;
    overflow: hidden;
}

.footerul {
    width: 1200px;
    height: 480px;
    margin: 0 auto;

}

.footerli {
    flex: 4;
}

.footerli p {
    width: 280px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}

.footerli h2 {
    width: 280px;
    height: 68px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
}

.footerli div {
    width: 130px;
    height: 130px;
    overflow: hidden;
}

.footerli div {
    margin: 0 auto;
}

.footerli:nth-child(1) img {
    margin: -158px -13px;
}

.footerli:nth-child(2) img {
    margin: -158px -177px;
}

.footerli:nth-child(3) img {
    margin: -158px -341px;
}

.footer_header {
    width: 1200px;
    height: 120px;
    padding-top: 36px;
}

.week_recommended:hover video {
    display: block;
}

.footer_img {
    width: 235px;
    height: 88px;
    background: url('../images/all_icon.png');
    background-position: -928px -736px;
    margin: 0 auto;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
}

.footer_main {
    display: flex;
    flex-direction: row;
}

/* copyright */
.copyright {
    width: 100%;
    min-width: 1200px;
    height: 180px;
    background: #273042;
    font: 13px "微软雅黑";
}

.copyright_main {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    /*display: flex;*/
    /*flex-direction: row;*/
    box-sizing: border-box;
}
.copyright_main>div{
    display: inline-block;
    vertical-align: top;
}

.copyright_logo {
    /*flex: 1.92;*/
    height: 120px;
    margin-top: 30px;
    border-right: 1px solid #586071;
}

.copyright_logo div {
    width: 292px;
    height: 66px;
    /* overflow: hidden; */
    padding-right: 9px;
    /*margin-top: 22px;*/
    text-align: center;
}
.copyright_logo img{
    width: 225px;
    /*margin-top: 12px;*/
}
.copyright_logo div p{
    border-top: 1px solid #586071;
    line-height: 29px;
    margin-top: 10px;
    color: #bfbfbf;
}

.copyright_speak {
    width: 250px;
    height: 120px;
    margin-top: 13px;
    margin-left: 22px;
    padding-top: 36px;
}

.copyright_speak div {
    width: 117px;
    height: 33px;
    font-size: 14px;
    float: left;
    text-align: center;
}

.copyright_speak div a {
    color: #8d97a6;
}

.copyright_speak div a:hover {
    color: #1a8cff;
}

.copyright_tell {
    /*flex: 5;*/
    height: 120px;
    margin-top: 34px;
}

.copyright_code {
    width: 125px;
    margin-left: 35px;
    margin-top: 25px;
}

.copy_tell, .copy_cooperation, .copy_Complaint {
    height: 38px;
    display: flex;
    line-height: 38px;
}

.copy_tell div, .copy_cooperation div, .copy_Complaint div {
    width: 27px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    /* margin-top: 11px; */
    margin-right: 12px;
    color: #1a8cff;
}

.copy_tell img {
    margin: -14px -270px;
}

.copy_cooperation img {
    margin: -17px -300px;
}

.copy_Complaint img {
    margin: -17px -300px;
}

.copyright_code img {
    width: 100%;
    /*height: 127px;*/

    /*background: #fff;*/
    /*overflow: hidden;*/
    /*padding-top: 5px;*/
}
.Copyright_information {
    background: #2e384d;
    color: #8d97a6;
    font-size: 12px;
    text-align: center;
    width: 100%;
    min-width: 1200px;
    height: 50px;
    line-height: 50px;
}

/* sidebar */
.sidebar .iconfont {
    font-size: 24px;
}

.sidebar {
    width: 50px;
    /*height: 257px;*/
    position: fixed;
    right: 32px;
    bottom: 80px;
    z-index: 1000;
}

.sidebar > a > div {
    height: 50px;
    background: rgb(215, 236, 255);
    text-align: center;
    border-radius: 25px;
    /*overflow: hidden;*/
    margin-bottom: 10px;
    transition: 0.5s;
    position: relative;
}

.sidebar > a > div:hover {
    box-shadow: 0 3px 6px #ccc;
    cursor: pointer;
}

.sidebar > a > div:hover .out-div {
    visibility: visible;
    opacity: 1;
}

.sidebar > a > div:hover{
    color: #1a8cff;
}

.sidebar > a > div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    /*display: table-cell;*/
    vertical-align: middle;
    color: #333;
}

.sidebar_top {
    height: 50px !important;
    background: #dce1e6;
    border-radius: 5px;
    color: #6c7480;
    overflow: hidden;
    transition: all 0.3s;
}

.sidebar .out-div {
    color: #FFFFFF;
    font-size: 14px;
    /* display: inline-block; */
    /* height: 40px; */
    /* width: 70px; */
    /* line-height: 40px; */
    text-align: center;
    border-radius: 4px;
    /* vertical-align: top; */
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 62px;
    top: 5px;
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
    white-space: nowrap;
    line-height: 20px;
    padding: 10px 12px;
}

.sidebar .arrowright {
    width: 0;
    height: 0;
    border-top: 8px solid rgba(255, 255, 255, 0);
    border-left: 8px solid;
    border-bottom: 8px solid rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    margin-top: -8px;
    top: 50%;
    border-left-color: rgba(0, 0, 0, 0.7);
}

/*.sidebar div:hover{*/
/*background: #e5e7e9;*/
/*}*/
.sidebar ul > div:hover {
    cursor: pointer;
}

.sidebar ul p {
    text-align: center;
    margin-top: 6px;
}

.sidebar ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    color: #6c7480;
    transition: all 0.3s;
}

/*.sidebar div a:hover{
    background: #1a8cff;
    color: #fff;
}*/
.sidebarli-hover {
    background: #1a8cff !important;
    color: #fff !important;
}

.isTop {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    padding-top: 13px;
    overflow: hidden;
}

.isTop img {
    margin: -12px -410px;
}


/*友情链接*/
.partner{
    background: #2E384D;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    padding:0 0 80px 0;
}
.partner>span{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-right: 85px;
    height: 20px;
    line-height: 21px;
}
.partner-list{
    width:1200px;
    margin: 0 auto;
    line-height: 30px;
    padding: 10px 0;
}

.partner-list > .img-partner{
    width: 805px;
}
.partner-list > .img-partner >img{
    height: 36px;
    max-width: 805px;
    margin-bottom: 10px;
}
.text-partner{
    font-size: 12px;
    color:#8d97a6;
    /*display: flex;*/
}
.text-partner>span{
    width: 60px;
    vertical-align: top;
}
.text-partner>div{
    display: inline-block;
    width: 1140px;
}
.text-partner a{
    font-size: 12px;
    color:#8d97a6;
    margin-right: 10px;
    display: inline-block;
}
.text-partner a:hover {
    text-decoration: underline;
}
/* login */
.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 550px;
    margin: -275px 0 0 -450px;
    border-radius: 5px;
    /* border: solid 2px #666; */
    background-color: #fff;
    border-radius: 8px;
    /* overflow: hidden; */
    display: none;
}

/* 买家 */
.theme-popoverbuy {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 550px;
    margin: -275px 0 0 -450px;
    border-radius: 5px;
    /* border: solid 2px #666; */
    background-color: #fff;
    border-radius: 8px;
    /* overflow: hidden; */
    display: none;
}

.theme-poptit, .theme-poptit-Audit {
    padding: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.theme-poptit{
    right: 0!important;
    top: 0!important;
}
.theme-poptit-Audit {
    top: -65px;
}

.theme-popbod {
    width: 900px;
    height: 550px;
    display: flex;
}

.theme-popbod-left {
    width: 330px;
    height: 550px;
}

.theme-phobod-right {
    display: flex;
    flex-direction: column;
}

.theme-phobod-right-head {
    width: 423px;
    height: 50px;
    margin: 76px 74px 0 76px;
}

.theme-phobod-right-head:hover, .theme-popbod-left:hover {
    cursor: pointer;
}

.repect_banner img {
    transition: 0.3s;
    cursor: pointer;
}

/*.repect_banner img:hover{
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.1)
}*/
.login_type {
    /*width: 620px;*/
    width: 570px;
    height: 340px;
    /*display: flex;*/
    flex-direction: row;
    margin-top: 70px;
}

.login_type div {
    width: 170px;
    /*width: 150px;*/
    /*height: 192px;*/
    height: 200px;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
    /*margin-left: 40px;*/
    margin-left: 77px;
}

.login_type div:hover {
    cursor: pointer;
}

.login_type div img {
    transition: all 0.3s;
}

.login_type div:hover img {
    transform: translateY(-10px)
}

.login_type div:nth-child(1) {
    border: 1px solid #3cb0f7;
}

.login_type div:nth-child(1) p {
    color: #3cb0f7;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.login_type div:nth-child(3) {
    border: 1px solid #03b9fb;
}

.login_type div:nth-child(3) p {
    color: #03b9fb;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.login_type div:nth-child(2) p {
    color: #1ed32f;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.login_type div:nth-child(2) {
    border: 1px solid #1ed32f;
}

.login_type div:nth-child(1) img {
    margin: -547px -500px;
}
.login_type div:nth-child(3) img {
    width: 100%;
    margin: 13px 0 0 1px;
}

.login_type div:nth-child(2) img {
    margin: -596px -596px;
}

.login_type div span {
    width: 80px;
    height: 90px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    /*margin-top: 22px;*/
    margin-top: 26px;
}

.login_type div:nth-child(2) span {
    /*margin-top: 31px;*/
    margin-top: 35px;
}

.theme-poptit .close {
    /* float: right; */
    color: #525252;
    padding: 5px;
    /* margin: -2px -5px -5px; */
    font-size: 22px;
    /* text-shadow: 0 1px 0 #ddd; */
}

.theme-poptit-Audit .closes {
    float: right;
    color: #999;
    padding: 5px;
    margin: 50px -45px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd
}

.theme-poptit .close:hover {
    color: #444
}

.Agreement {
    width: 570px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    position: relative;
}

#color-input-purple + label {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 39px;
    left: 155px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#color-input-purple:checked + label::before {
    display: block;
    height: 20px;
    line-height: 20px;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #1a8cff;
    border: 1px solid #1a8cff;
    box-sizing: border-box;
}

/* tip */
.card-tip {
    /* display: none; */
    position: fixed;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .3));
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    font-size: 12px;
    z-index: 898 !important;
    text-align: left;
    margin-top: 12px;
    width: 170px;
    background: #fff;
}

.card-tip .card-tip-arrow {
    position: absolute;
    height: 12px;
    bottom: 100%;
    left: calc(50% - 10px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.card-tip .card-tip-content {
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}

.card-tip .card-tip-arrow:after {
    content: "";
    display: block;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 0 10px 12px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
}

.card-tip-item {
    width: 150px !important;
    font-size: 12px !important;
    min-height: 30px !important;
    height: auto !important;
    line-height: 30px !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



.Recommended-main-li-mask {
    width: 100%;
    height: 180px;
    background: #00cccc;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

.Recommended-main-li:hover .Recommended-main-li-mask {
    opacity: 0.5;
}


.search-advice {
    transition: all 0.3s;
}

.wave-wrapper {
    width: 100%;
    height: 410px;
    overflow: hidden;
    transform: translateY(410px)
}

.wave-container {
    width: 150%;
    height: 100%;
    overflow: hidden;
}

.wave-wrapperhover {
    transition: all 0.3s;
    transform: translateY(0)
}

spa {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/*本周推荐阴影*/
.week_recommended {
    box-shadow:0 2px 3px 0px rgba(135, 152, 164, .5);;
}
.week_recommended:hover video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.searchbox {
    position: relative;
    /*z-index: 88;*/
    clear: both;
    width: 100%;
    height: 50px;

}

.mod_select {
    position: absolute;
    right: 101px;
    top: 0;
    width: 98px;
}

.mod_select .select_box {
    position: relative;
    width: 98px;
    height: 48px;
}

.mod_select .select_box .select_txt {
    display: inline-block;
    width: 98px;
    height: 48px;
    /* padding-left: 28px; */
    overflow: hidden;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    background: #fff !important;
    color: #333 !important;
    font-weight: 500;
}

.mod_select .select_box .select-icon {
    position: absolute;
    top: 34%;
    right: 10px;
    width: 20px;
    height: 20px;
}

.select-icon img {
    width: 10px;
    height: 10px;
}

.mod_select .select_box .option {
    width: 98px;
    display: none;
    position: absolute;
    top: 48px;
    left: 1px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #00cccd;
    border-top: 0;
    z-index: 88;
}
#banner1,#banner2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner1{
    background: -webkit-linear-gradient(left,#3a97e6, #62c3c1); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#3a97e6, #62c3c1); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#3a97e6, #62c3c1); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#3a97e6, #62c3c1); /* 标准的语法 */
    opacity: 1;
    animation: gradient1 8s alternate infinite 1s;
}
#banner2{
    background: -webkit-linear-gradient(left, #f05053, #b0bd90); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f05053, #b0bd90); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f05053, #b0bd90); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f05053, #b0bd90); /* 标准的语法 */
    opacity: 0;
    animation: gradient2 8s alternate infinite 2s;
}
#indexCanvas0,#indexCanvas11,#indexCanvas2,#indexCanvas33,#canvas-basic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left,#b79dde, #4e72d8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#b79dde, #4e72d8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#b79dde, #4e72d8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#b79dde, #4e72d8); /* 标准的语法 */
    opacity: 1;
    animation: gradient1 8s alternate infinite 1s;
}
#indexCanvas00,#indexCanvas1,#indexCanvas22,#indexCanvas3,#canvas-basic1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #4389d3, #50d2d9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #4389d3, #50d2d9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #4389d3, #50d2d9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #4389d3, #50d2d9); /* 标准的语法 */
    opacity: 0;
    animation: gradient2 8s alternate infinite 1s;
}
@keyframes  gradient1{
    100%{
        opacity:0;
    }
}
@keyframes  gradient2{
    100%{
        opacity:1;
    }
}
.s-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.3s;
}
.swiper-container-free-mode>.swiper-wrapper{
    transition-timing-function: linear!important;
    -webkit-transition-timing-function: linear!important; /*之前是ease-out*/
    -moz-transition-timing-function: linear!important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
}

.mod_select .select_box .option li {
    /* padding-left: 28px; */
    font-size: 16px;
    text-align: center;
    line-height: 2.5;
    cursor: pointer;
}

.mod_select .select_box .option li:hover {
    background: #f6f9fc;
}

.searchbox .import {
    width: 426px;
    height: 60px;
    margin-left: 100px;
    padding-left: 20px;
    border: none;
    outline: none;
}

.searchbox .btn-search {
    position: absolute;
    right: 0;
    width: 101px;
    height: 48px;
    color: #fff;
    background-color: #00cccd;
    border: 0;
    font-size: 16px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    text-indent: 0!important;
}

.btn-search:hover {
    cursor: pointer;
}

#search_Placeholder {
    width: 588px;
    float: left;
    height: 48px;
    text-indent: 30px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

/* 吸顶条分类 */

.select_box > .select-icon.rotate {
    transform: rotate(-180deg);
    animation: none;
}

.zhezhao {
    width: 100%;
    /*height: 62px;*/
    position: absolute;
    /*background: #000;*/
    /*background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(95, 94, 94, 0), rgba(0, 0, 0, 0.7));*/
    /*background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(95, 94, 94, 0), rgba(0, 0, 0, 0.7)); !*FireFox*!*/
    /*background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(95, 94, 94, 0), rgba(0, 0, 0, 0.7)); !* Opear *!*/
    /*background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(95, 94, 94, 0), rgba(0, 0, 0, 0.7)); !*IE10及IE10+*!*/
    z-index: 9;
    bottom: 0;
}

/*标签*/
.video-attribute {
    position: absolute;
    bottom: 7px;
    left: 8px;
    z-index: 10;
}
.video-aggregate{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8;
    margin: 0!important;
    width: 30px;
    height: 30px;
    background: #ff960d;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px!important;
    color: rgba(255,255,255,1)!important;
}
.video-attribute {
    letter-spacing: 15px;
}

.video-attribute span {
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
}

.Hot_one:hover .zhezhao {
    display: block;
}

.downloads {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.img-tips {
    position: absolute;
    color: #fff;
    font-size: 14px;
    bottom: 53px;
    width: 100%;
    opacity: 1;
    z-index: 10;
    text-align: right;
}

.PchildrenNmae {
    height: 45px !important;
    line-height: 45px !important;
}

.img-tips > span {
    color: #fff !important;
    margin-right: 10px;
}

.Hot_one:hover .img-tips {
    opacity: 1;
}

.img-tips .cover-view i {
    position: relative !important;
    float: right;
    font-size: 25px !important;
    margin-right: 8px;

}

/*人物配音*/
.dubbing-ul {
    /*background: #fff;*/
}

.recent-main-liimg {
    height: 160px;
    position: relative;
    background: #F5FAFE;
}
.recent-main-liimg.grd{
    background: -webkit-linear-gradient(left, #50d2d9, #ae8cdc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #50d2d9, #ae8cdc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #50d2d9, #ae8cdc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #50d2d9, #ae8cdc); /* 标准的语法 */;
}

.dubbing-main-liimg .dubbing-top .img-box {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.45);
    display: inline-block;
}

.dubbing-main-liimg .dubbing-top .img-box img {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    -webkit-animation: spin 28s linear infinite;
    animation: spin 28s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.dubbing-top > .right-content {
    display: inline-block;
    width: 160px;
    height: 72px;
    margin-left: 19px;
    vertical-align: top;
}

.dubbing-top > .right-content > p {
    height: 42px;
    font-size: 12px;
    line-height: 16px;
}

.dubbing-top > .right-content > div {
    color: #fff;
    background: #4ac9bd;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    width: 80px;
    display: inline-block;
}
.dubbing-top > .right-content > span{
    color: #4ac9bd;
    vertical-align: middle;
    margin-left: 20px;
    display: inline;
    margin-top: 0!important;
}
.dubbing-top > .right-content > span>span{
    font-size: 20px;
    color: #4ac9bd;
    margin-top: 0!important;
    /*vertical-align: top;*/
}
.dubbing-main-li {
    padding: 14px;
    box-sizing: border-box;
    width: 285px;
    height: 160px;
    padding-top: 20px;
    margin-right: 20px;
    background: #f6f6f6;
    border-radius: 8px;
    float: left;
    margin-bottom: 14px;
    box-shadow: 0 2px 2px 0 rgba(135, 152, 164, .5);;
    transition: 0.5s;
}
.dubbing-top{
    padding-bottom: 25px;
    cursor: pointer;
}
.dubbing-main-li:nth-child(4n) {
    margin-right: 0;
}

.audio-wrapper {
    margin: 0 auto 10px auto;
    width: 100%;
    padding: 15px 0;
}

.audio-left {
    float: left;
    text-align: center;
    width: 18%;
    height: 100%;
}

.audio-left img {
    width: 24px;
    position: relative;
    top: -12px;
    margin: 0;
    display: initial;
    cursor: pointer;
    left: -8px;
}

.audio-right {
    margin-right: 2%;
    float: right;
    width: 80%;
    height: 100%;
}

.audio-right p {
    font-size: 15px;
    height: 35%;
    margin: 8px 0;

    /* 歌曲名称只显示在一行，超出部分显示为省略号 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 243px; /* 要适配小屏幕手机，所以最大宽度先设小一点，后面js根据屏幕大小重新设置 */
}

.progress-bar-bg {
    background-color: #d9d9d9;
    position: relative;
    height: 2px;
    cursor: pointer;
    width: 144px;
    margin-left: 27px;
}

.progress-bar {
    background-color: #4ac9bd;
    width: 0;
    height: 2px;
}

.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #4ac9bd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: -8px;
    width: 220px;
    margin-left: -12px;
}

.audio-length-total {
    float: right;
    font-size: 12px;
}

.audio-length-current {
    float: left;
    font-size: 12px;
}

.dubbing-top .img-box img.rotate {
    position: relative;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*收藏和加入购物车*/
.opration-box-top {
    position: absolute;
    top: -40px;
    right: 10px;
    color: #fff;
    margin-top: 0 !important;
    z-index: 11;
    transition: 0.3s;
}

.opration-box-top span {
    color: #393a3b;
    font-size: 20px;
    /* padding-left: 3px; */
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.opration-box-top span:hover {
    color: #2994ff;
}

.Recommended-main-li:hover .opration-box-top {
    top: 10px;
}

.Hot_one:hover .opration-box-top {
    top: 10px;
}

.week_recommended:hover .opration-box-top {
    top: 10px;
}

.video-info-innerwrap p {
    line-height: 25px;
}

.form-group + .form-group {
    margin-top: 25px;
}

.form-checkbox [type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-checkbox input {
    outline: 0;
    margin: 0;
    padding: 0;
    border: none;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Tahoma, Microsoft Yahei, sans-serif;
    line-height: inherit;
}

.form-checkbox input {
    overflow: visible;
}

.form-checkbox .form-check-icon, .form-checkbox .form-check-text {
    display: inline-block;
    vertical-align: middle;
}

.form-checkbox .form-check-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    /*background: #fff;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-check-iconhover {
    width: 16px;
    height: 16px;
    background-image: url('../images/pay/checkhover.png');
    background-size: contain;
}

.checkbj {
    width: 16px;
    height: 16px;
    background-image: url('../images/pay/check.png');
    background-size: contain;
    border: none !important;
}

#FeedbackContent input.cbox:checked {
    background-size: 100% 100%;
    background-image: url('../images/personal-center/checked.png');;
}

#FeedbackContent input.cbox {
    position: absolute;
    top:0!important;
    left: 2px;
    -webkit-appearance: none;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    /*margin: -3px 5px 0 0!important;*/
    margin: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    background-size: 100% 100%;
    background-image: url('../images/personal-center/check.png');
}

#FeedbackContent .lab {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    line-height: 14px;
    cursor: pointer;
}

#FeedbackContent #feedInput {
    width: 500px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 3px;
}

body .amok-layer-title .layui-layer-title {
    background: #4BA5FC;
    color: #fff;
    border: none;
}

#FeedbackContent #sub_reason {
    background: #00a0e9;
    color: #fff;
    height: 35px;
    font-size: 14px;
}
.dubbing-ul .dubbing-main-li:hover{
    box-shadow: 0 0 15px rgba(70, 83, 158, 0.36);
    transform: translateY(-5px);
}
#myStoresSearchInputAudio{
    width: 205px;
}
.shimingrz{
    font-size: 16px!important;
    font-weight: normal!important;
    color: #1a8cff!important;
    display: inline-block!important;
    margin-left: 5px!important;
    margin-top: 0!important;
}
#TodayUpdate .Hot_one p:nth-child(2).card-tip-item {
    width: 130px!important;
}

/*.Recommended-bigboxkuan:hover .swiper-button-next{
    right: 10px!important;
}
.Recommended-bigboxkuan:hover .swiper-button-prev{
    left: 10px!important;
}*/
.moreLink{
    width: 120px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.Recommended-bigbox{
    position: absolute;
    /*animation: desgin 8s linear 0s infinite alternate;*/
    /*left: 1px;*/
}
/*.Recommended-bigboxkuan:hover .Recommended-bigbox{*/
/*    animation-play-state: paused;*/
/*    -webkit-animation-play-state: paused;*/
/*}*/
img[src=""],img:not([src]){
    opacity:0;
    transition:all 0s;
}
.hot-search-words>a{
    color: #fff;
    opacity: 0.5;
    margin-left: 10px;
}
.hot-search-words{
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin-top: 8px;
    text-align: left;
    /*padding-left: 5px;*/
}
.hot-search-words>a:hover{
    opacity: 1;
}
