/* 解决移动端点击闪烁现象 */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 37.5px;
}

/*根元素的基础font-size被设置为37.5px，则1rem=37.5px*/
body {
    padding-top: 0;
    background: #F7F7F7;
    max-width: 740px;
    margin: 0 auto;
}

@media screen and (min-width: 740px) and (max-width: 2900px) {

    html,
    body {
        font-size: 74px !important;
        /* overflow: visible !important; */
    }

    .v_price .v_ordinary span {
        font-size: 32px !important;
    }

    .v_price .v_ordinary,
    .v_price .v_VIP {
        padding-top: 0 !important;
    }
}

.v_connent {
    font-size: 0.37rem;
    color: #666;
    padding-bottom: 1.6rem;
    background: #efefef;
}

.v_banner {
    position: relative;
}

.v_banner .luj_img {
    width: 100%;
    height: 6rem;
    border-radius: 0;
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
}

.v_banner .v_back {
    position: absolute;
    top: 0.9rem;
    left: 16px;
    width: 0.48rem;
    height: 0.48rem;
    background: url('../img/mb_ico.png') no-repeat;
    background-size: cover;
    background-position-x: -1.06666rem;
    z-index: 1000;
}

.v_banner .v_tit {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.v_banner .v_tit_a {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 40%;
}

.fon_size_16 {
    font-size: 0.42rem;
}

.fon_size_19 {
    font-size: .51rem;
}

.v_banner .v_tit p {
    display: inline-block;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.v_banner .v_tit_a a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.16rem 0.26rem;
    margin-top: 0.5rem;
}

.v_banner .v_tit_a a i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.16rem solid transparent;
    border-left: 0.213333rem solid #fff;
    border-bottom: 0.16rem solid transparent;
    margin-right: 5px;
}

.v_tab_hd {
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    max-width: 740px;
}

.v_tab_hd li a {
    font-size: 0.38rem;
    /*font-size: 0.76rem;*/
    /*transform: scale(0.5);*/
    display: block;
    color: #9d9d9d;
}

.v_tab_hd li.active a {
    color: #ff9000;
    font-weight: 700;
    font-size: 0.43rem;
    /*font-size: 0.86rem;*/
    outline: none;
    vertical-align: middle;
}

.v_tab li.active a {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 0.43rem;
    /*font-size: 0.86rem;*/
    outline: none;
    vertical-align: middle;
}

.v_tab a {
    color: #9d9d9d;
}

.v_tab_hd .v_tab_a {
    display: block;
    height: 100%;
    line-height: 1.2rem;
}

.v_tab_hd ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v_details .v_tab_tit {
    color: #3E3E3E;
    padding-top: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v_price {
    border-bottom: 1px solid #EFEFEF;
    margin-top: 0.45rem;
    padding-bottom: 0.3rem;
}

.v_price > ul {
    display: flex;
    position: relative;
    height: 1.56rem;
    line-height: 1.56rem;
}

.v_price .v_ordinary,
.v_price .v_VIP {
    margin-right: 0.4rem;
    color: #666;
    position: relative;
    /* line-height: 0.7rem; */
    /* padding-top: 0.06rem; */
}

.v_price .v_ordinary span {
    color: #ff9000;
    font-size: 0.42rem;
}

.v_price .v_VIP span {
    color: #FF5829;
    font-size: 0.42rem;
}

.v_tab_bom ul {
    padding: 0.35rem 0;
}

.v_tab_bom li {
    width: 33%;
    float: left;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    padding: 0.1rem 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.v_tab_bom li:last-child {
    border-right: none;
}

.v_tab_connent {
    padding: 16px;
    margin-top: 11px;
    background: #fff;
}

.v_tab_top {
    background: #fff;
}
.v_tab_top_con{
    padding: 0 14px;
    box-sizing: border-box;
}

.v_tab_connent .v_con_tit {
    font-weight: normal;
    margin-bottom: 8px;
    color: #3E3E3E;
}

.v_tab_connent img {
    width: 100%;
    height: auto;
}

.v_fix_btn {
    position: fixed;
    bottom: 0;
    /*width: 10rem;*/
    width: 100%;
    height: 1.35rem;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #eee;
    /*box-shadow: 0px -1px 5px 0px #ccc;*/
    box-shadow: 0px -5px 6px 0px rgba(245, 245, 245, 0.5);
}

.v_fix_btn .v_btn_left {
    font-size: 0.42rem;
    background: #fff;
    width: 50%;
    float: left;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    color: #595959;
}

.v_fix_btn .v_btn_right {
    font-size: 0.45rem;
    /* width: 50%; */
    width: 7.27rem;
    float: left;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    background: -webkit-linear-gradient(left, #ffb808, #ff9000);
    background: -o-linear-gradient(right, #ffb808, #ff9000);
    background: -moz-linear-gradient(right, #ffb808, #ff9000);
    background: linear-gradient(to right, #ffb808, #ff9000);
    background-color: #ff9000;
    color: #fff;
}

.v_fix_btn .v_buy_now {
    margin-top: 0.14rem;
    border-radius: 0.54rem;
    height: 1.08rem;
    line-height: 1.08rem;
}

.v_btn_left > i {
    display: inline-block;
    width: 0.453333rem;
    height: 0.42rem;
    margin-right: 10px;
    vertical-align: middle;
}

.v_btn_left > span {
    display: inline-block;
    vertical-align: middle;
}

.v_btn_left .no_sc {
    background: url('../img/no_sc.png') no-repeat;
    background-size: cover;
}

.v_btn_left .yes_sc {
    background: url('../img/yes_sc.png') no-repeat;
    background-size: cover;
}

.v_tab_connent .v_con_tit span {
    color: #FFAE59;
}

.v_tab_connent .v_con_box {
    border-bottom: 1px solid #EFEFEF;
}

.v_play_list_l {
    float: left;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 65%;
    color: #666666;
}

.v_play_list_r {
    float: right;
}

.v_play_list .v_play_icon {
    float: left;
    display: inline-block;
    width: 0.373333rem;
    height: 0.383333rem;
    background: url('../img/play.png') no-repeat;
    background-size: cover;
    margin-top: 0.08rem;
}

.v_play_list_l p {
    display: inline-block;
    vertical-align: middle;
}

.v_play_list_r b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #FB663C;
    border: 1px solid #FB663C;
    background: #FFF7EF;
    padding: 0px 6px 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
}

.v_play_list_r span {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.v_play_list_r i {
    display: inline-block;
    vertical-align: middle;
    width: 0.36666rem;
    height: 0.446666rem;
    background: url('../img/suo.png') no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.v_catalog .v_tab_connent {
    padding: 0;
}

.v_catalog .v_tab_connent .v_con_box {
    padding: 16px 16px 10px 16px;;
}

.v_play_list > ul {
    padding-left: .4rem;
}

.v_play_list > ul li {
    /* border-bottom: 1px solid #EFEFEF; */
    padding: 16px;
    padding-left: 0;
    padding-right: 22px;
}

.v_play_list > ul.v_list_padding {
    padding-left: 1.2rem;
}

.v_tab_list {
    display: none;
}

.v_tab_bd div.show {
    display: block;
}

.v_kt_VIP {
    margin-top: 0.08rem;
}

.v_kt_VIP a {
    color: #FFFFFF;
    background: #FFAE59;
    padding: 3px 18px;
    border-radius: 20px;
}

.v_play_box {
    width: 100%;
    height: 6rem;
}

.v_play_box video {
    object-fit: inherit;
}

.controller-box {
    display: none;
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
    color: #fff;
    width: 160px;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    left: 50%;
    bottom: 50%;
    margin-left: -80px;
    position: fixed;
    z-index: 1002;
    font-size: 0.38rem;
}

.vd-error {
    height: 100%;
    background: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 111;
}

.vd-error p {
    width: 6.93333333rem;
    height: 2.24rem;
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.player-link.current,
.player-link:hover {
    background-color: #ff9000;
    color: #fff;
    width: 2.133333333rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
}

.vd-error .error_buy {
    color: #FF9933;
    text-decoration: underline;
}

.v_ordinary_mf {
    color: #38B58D;
    font-size: 0.42rem;
}

li.play_cur .v_play_list_l {
    color: #FFAE59;
}

/* 多买优惠样式 */
.sale {
    position: relative;
    padding-top: .32rem;
    border-top: 1px solid #e6e6e6;
}

.v_sale {
    width: 100%;
}

.v_sale .sale_icon {
    width: 1.47rem;
    height: .48rem;
    position: absolute;
}

.v_sale .sale_title {
    display: inline-block;
    font-size: 0.29rem;
    position: absolute;
    top: .35rem;
    left: .08rem;
    color: #fff;
    font-weight: 300;
}

.v_sale .sale_main {
    display: inline-block;
    font-size: 0.37rem;
    margin-left: 1.63rem;
    color: #e91041;
}

.v_sale .enter_icon {
    float: right;
    height: 0.37rem;
    margin-top: 0.07rem;
}

/* 增加分销入口样式 */
.vip_price_icon {
    width: 0.93rem;
    height: .35rem;
}

.v_tuijian .tuijian {
    width: 1.15rem;
    position: absolute;
    right: 0;
    top: -.05rem;
}

/* 增加精品icon */
.v_tab_top .best {
    display: inline-flex;
    align-items: center;
    height: .48rem !important;
    line-height: .48rem;
    color: #fff;
    position: relative;
    top: 0.1rem !important;
    margin-right: 0.21rem;
    border-radius: 0.0667rem;
    font-size: 0.32rem;
    text-align: center;
    font-weight: 500;
    padding: 0 0.16rem;
    box-sizing: border-box;
    vertical-align: top;
}
.v_tab_top .best::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-top: 0.04rem;
}
.v_tab_top .best.tag-vip{
    background-color: #cea260;
}
.v_tab_top .best.tag-master{
    background-color: #ff9900;
}
.v_tab_top .best.tag-camp{
    background-color: #00bf54;
}
/* 满折样式 */
.full_sale {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #ff9000;
    position: relative;
    border: 1px solid #ff9000;
    padding: 0px 5px;
    margin-right: 2px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 0.3rem;
    top: -1px;
}

/* 新改版样式 */
.v_ordinary .old_price {
    font-size: .37rem !important;
    /* position: absolute;
    top: 0px;
    left: 2rem; */
    color: #9d9d9d !important;
    text-decoration: line-through;
    font-weight: 500;
    vertical-align: top;
}

.v_price .countdown {
    position: absolute;
    right: 0;
    height: 1.56rem;
    line-height: .7rem;
}

.v_price .countdown p {
    font-size: 0.32rem;
    color: #f64a4a;
}

.v_price .countdown p:first-child {
    float: right;
}

.v_price .countdown p:last-child {
    margin-top: .7rem;
    position: relative;
    top: -4px;
}

.v_price .countdown span {
    display: inline-block;
    width: 0.58rem;
    height: 0.67rem;
    text-align: center;
    background-color: #f64a4a;
    color: #fff;
    line-height: 0.67rem;
    border-radius: 5px;
    font-size: .37rem;
    font-weight: 500;
}

.v_tab .v_tab_middle {
    height: 1.33rem;
    line-height: 1.34rem;
    background-color: #fff;
    border-top: 6px solid #efefef;
    padding: 0 20px 0 14px;
    position: relative;
}

.v_tab .v_tab_middle p {
    display: inline-block;
    color: #2e2e2e;
    font-size: .37rem;
}

.v_tab .v_tab_middle .open_now {
    float: right;
    margin-right: .5rem;
}

.v_tab .v_tab_middle img {
    width: 0.2rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.v_tab .v_tab_middle span {
    color: #cea260;
    font-weight: 600;
}

.v_tab .v_tab_middle_is_vip {
    height: 1.33rem;
    line-height: 1.34rem;
    background-color: #fff;
    border-top: 6px solid #efefef;
    padding: 0 20px 0 14px;
    position: relative;
}

.v_tab .v_tab_middle_is_vip p {
    display: inline-block;
    color: #2e2e2e;
    font-size: .37rem;
}

.v_tab .v_tab_middle_is_vip img {
    width: 0.2rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.v_tab .v_tab_middle_is_vip span {
    color: #cea260;
    font-weight: 600;
}

.v_tab .v_tab_bom .bom_first {
    height: 1.33rem;
    line-height: 1.34rem;
    padding: 0 20px 0 14px;
    color: #2e2e2e;
}

.bom_first .bom_tit {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    max-width: 5.9rem;
}

.bom_first .bf_img {
    width: 0.2rem;
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.v_tab_tj {
    height: 0.67rem;
    line-height: 0.67rem;
    background-color: rgba(255, 144, 0, 0.14);
    color: #ff9000;
    display: inline-block;
    border-radius: 25px;
    padding: 0 10px;
    /* display: none; */
    margin: .15rem 0 .2rem 0;
}

.v_tab_tj p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 8rem;
    line-height: 1.1;
}

/* 购买弹窗样式 */
.buy_win_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

.buy_win {
    width: 100%;
    height: 10.85rem;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: -10.85rem;
    left: 0;
    z-index: 100000;
}

.bwa_top {
    padding: .53rem .37rem;
}

.bwa_top img {
    width: 2.83rem;
    height: 1.96rem;
    float: left;
    margin-right: .32rem;
}

.bwa_top p,
h6 {
    font-size: .32rem;
    color: #9d9d9d;
}

.bwa_top p {
    margin-top: 20px;
}

.bwa_top p span {
    font-size: .46rem;
    color: #ff9000
}

.bwa_top h6 {
    font-weight: normal;
    margin-top: 8px;
}

.bwa_top .bwa_tit_2 {
    color: #cea260;
}

.bwa_middle {
    padding: 0 .37rem;
}

.bwa_middle p {
    font-size: .32rem;
    color: #9d9d9d;
}

.bwa_package {
    height: 1.33rem;
    width: 100%;
    text-align: center;
    line-height: 1.33rem;
    border: 0.5px solid #c2c2c2;
    border-radius: 5px;
    margin-top: .32rem;
}

.bwa_package p {
    font-size: .45rem;
    color: #2e2e2e;
    font-weight: normal;
}

.bwa_package span {
    font-size: .37rem;
    color: #9d9d9d;
}

.bwa_bottom {
    padding: .5rem 1rem;
    position: relative;
}

.bwa_bottom p {
    font-size: .32rem;
    color: #9d9d9d;
    text-align: center;
}

.bwa_bottom p span {
    color: #e6e6e6;
}

.bwa_bottom ul {
    text-align: center;
    margin-top: .5rem;
}

.bwa_bottom ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: .5rem;
}

.bwa_bottom ul li img {
    width: 1.15rem;
    height: 1.15rem;
}

.buy_win_b {
    position: relative;
}

.buy_win_b .close_win {
    position: absolute;
    right: .43rem;
    top: .64rem;
    width: .32rem;
}

.buy_win_b h3 {
    font-size: .43rem;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.buy_win_b ul {
    border-top: 0.5px solid #e6e6e6;
}

.buy_win_b li {
    height: 1.33rem;
    border-bottom: 0.5px solid #e6e6e6;
    position: relative;
}

.buy_win_b span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.buy_win_b p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: .37rem;
    display: inline-block;
    margin-left: 5px;
    left: 13%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7.5rem;
}

.buy_win_b .sale_enter {
    width: 0.2rem;
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: .5rem;
}

.bwc_top {
    padding: .53rem .37rem;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: -.32rem;
}

.bwc_top h3 {
    font-size: .32rem;
    color: #9d9d9d;
    font-weight: normal;
    margin-bottom: .32rem;
}

.bwc_top li span {
    color: #2e2e2e;
    display: block;
    /*font-size: .43rem;*/
    font-size: .46rem;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: .74rem;*/
    /*transform: translate(0, -50%);*/
}

.bwc_top li:first-child span {
    margin-top: 0.3rem;
}

.bwc_top li s {
    /*font-size: .32rem;*/
    font-size: .3rem;
    color: #9d9d9d;
    display: block;
    margin-top: -0.1rem;
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: .8rem;*/
    /*transform: translate(0, -50%);*/
}

.bwc_top li {
    /*width: 46%;*/
    width: 2.81rem;
    float: left;
    text-align: center;
    border: 0.5px solid #c2c2c2;
    /*margin-right: .32rem;*/
    margin-right: .36rem;
    border-radius: 5px;
    margin-bottom: .32rem;
    position: relative;
    height: 1.307rem;
}

.bwc_top li:last-child {
    margin-right: 0;
}

.bwc_top li:not(:first-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bwc_top .check_vip .hot_icon {
    position: absolute;
    width: 0.78rem;
    height: 0.6rem;
    bottom: 0;
    right: 0;
    /*width: 1.5rem;*/
    /*right: -.18rem;*/
    /*top: -.18rem;*/
}

.check_vip_em {
    font-size: 0.38rem;
    font-style: normal;
}

/* 弹窗底部按钮样式 */
.buy_win_btn {
    width: 100%;
    height: 1.35rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee;
    box-shadow: 0px -1px 5px 0px #ccc;
}

.bwt_href {
    height: 100%;
    display: inline-block;
    position: relative;
    /*width: 20%;*/
    width: 1.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666!important;
}

.buy_win .bwt_href {
    float: left;
}

.bwt_href p {
    /*color: #9d9d9d;*/
    /*position: absolute;*/
    /*bottom: .1rem;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    /*font-size: .29rem;*/
    font-size: 0.267rem;
}

.bwt_href img {
    /*float: left;*/
    /*position: absolute;*/
    /*top: .23rem;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    /*width: 0.61rem;*/
    width: 0.493rem;
    height: 0.467rem;
    margin-bottom: 0.08rem;
}

.buy_win_btn .buy_now {
    font-size: .45rem;
    display: inline-block;
    width: 7.27rem;
    float: left;
    height: 1.08rem;
    line-height: 1.08rem;
    border-radius: 0.54rem;
    border: none;
    background: linear-gradient(to right, #ffb808, #ff9000);
    color: #fff;
    text-align: center;
    margin-top: 0.12rem;
}

/* 播放列表样式 */
.v_play_list .v_play_tit {
    /* width: 100%; */
    height: .38rem;
    background-color: #efefef;
    padding: .4rem .59rem .58rem .4rem;
    position: relative;
}

.v_play_list .v_play_tit .tit_icon {
    width: .43rem;
    position: relative;
    top: 2px;
    margin-right: .32rem;
}

.v_play_list .v_play_tit .up_down {
    width: .36rem;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translate(0, -50%);
}

.v_play_list .v_play_tit .down_icon {
    display: none;
}

.v_play_list .lock_icon {
    width: .43rem;
    height: .48rem;
    margin-top: 0.133rem;
    float: right;
}

.v_play_list .v_play_tit p {
    display: inline-block;
    font-size: 0.38rem;
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7.5rem;
    line-height: 1.1;
    position: relative;
    top: 2px;
}

.v_play_list .list_num {
    width: .45rem;
    height: .45rem;
    display: inline-block;
    background-color: #ccc;
    text-align: center;
    border-radius: 50%;
    position: relative;
    line-height: .45rem;
    background-color: #efefef;
    margin-right: .32rem;
    color: #2e2e2e;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    box-sizing: border-box;
}

.v_play_list .list_li {
    height: .8rem;
    position: relative;
}

.v_play_list .list_tit {
    font-size: 0.38rem;
    display: inline-block;
    /* line-height: .8rem;	 */
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 50%;
    /* left: .88rem; */
    transform: translate(0, -50%);
    max-width: 7.5rem;
}

.v_play_list .list_li b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #0dc17b;
    border: 1px solid #0dc17b;
    background: #fff;
    padding: 0px 4px;
    border-radius: 3px;
    float: right;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translate(0, -50%);
    font-size: .32rem;
}

.v_cata {
    height: 1.28rem;
    padding: 0 0.4rem;
    border-bottom: 0.5px solid #EFEFEF;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.v_cata p {
    color: #9d9d9d;
    font-size: 0.32rem;
    line-height: 1.28rem;
}

.v_cata span {
    color: #ff9000;
    font-size: 0.32rem;
}

.v_cata_date em {
    font-style: normal;
}

.v_cata_num {
    width: 4.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed_win {
    position: fixed;
}

.vote_gift {
    position: fixed;
    right: 0;
    top: 2rem;
    width: 2.37rem;
    height: 0.8rem;
    background-color: rgba(255, 144, 0, 0.7);
    border-radius: 25px 0 0 25px;
}

.vote_gift img {
    position: absolute;
    width: 0.4rem;
    top: 50%;
    transform: translate(0, -50%);
    left: .2rem;
}

.vote_gift p {
    font-size: .37rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: .75rem;
    transform: translate(0, -50%);
}

/* 播放结束遮罩 */
.video_end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-color: #000;
    display: none;
    z-index: 1000;
}

.video_end p {
    color: #fff;
    position: absolute;
    top: 1.75rem;
    font-size: .43rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    max-width: 7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_end a {
    width: 3.2rem;
    height: 1.07rem;
    box-sizing: border-box;
    color: #fff;
    background-color: #ff9000;
    font-size: .43rem;
    display: inline-block;
    text-align: center;
    line-height: 1.07rem;
    border-radius: 25px;
    position: absolute;
    top: 2.6rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.video_end .video_reload {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 0;
}

.video_end span {
    font-size: .37rem;
    color: #9d9d9d;
}

.video_end img {
    width: 0.35rem;
    position: relative;
    top: 2px;
}

.showClose {
    z-index: 110;
}

.v_top_fixed {
    background-color: #000;
    max-width: 740px;
}

/* 添加学习顾问样式 */
.add_teacher_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}

.add_teacher {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 15px;
    width: 7.6rem;
    height: 9.9rem;
    z-index: 1001;
    display: none;
}

.add_teacher h3 {
    font-size: .51rem;
    color: #ff9000;
    text-align: center;
    line-height: 67px;
}

.add_teacher .ewm {
    width: 75%;
    display: block;
    margin: -.5rem auto 0;
}

.add_teacher p {
    color: #9d9d9d;
    font-size: .32rem;
    text-align: center;
    /* margin-top: -.25rem; */
}

.add_teacher a {
    width: 6.11rem;
    height: 1.07rem;
    background: #ff9000;
    border-radius: 25px;
    color: #fff;
    font-size: .43rem;
    display: block;
    text-align: center;
    margin: .4rem auto 0;
    line-height: 1.07rem;
}

.add_teacher a img {
    width: 0.37rem;
    height: 0.37rem;
}

.add_teacher span {
    font-size: .32rem;
    color: #9d9d9d;
    text-align: center;
    display: block;
    margin-top: .2rem;
}

#vip_lists_id {
    height: 2.4rem;
}

/* 学习心得样式 */
.v_notes {
    background: #efefef;
    padding: .37rem;
}

.v_notes .notes_box {
    background: #fff;
    border-radius: 8px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

/* 心得头部样式 */
.notes_head_portrait {
    width: .8rem;
    height: .8rem;
    float: left;
    position: relative;
    margin: .57rem .43rem;
    margin-right: .27rem;
    margin-bottom: .45rem;
}

.notes_head_portrait img {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
}

.notes_top h4 {
    font-size: .4rem;
    display: inline-block;
    margin-top: .4rem;
    font-weight: 600;
    max-width: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #2e2e2e;
}

.notes_top span {
    display: inline-block;
    font-size: .32rem;
    color: #fff;
    background: #ff9000;
    padding: .05rem .1rem;
    border-radius: 2px;
    vertical-align: bottom;
    position: relative;
    top: -.06rem;
}

.notes_top p {
    font-size: .32rem;
    color: #9d9d9d;
    margin-top: .07rem;
}

/* 心得中部样式 */
.notes_center .notes_center_img {
    width: 8.4rem;
    height: 6.29rem;
    margin: 0 auto;
    background: url(http://img6.yiihuu.com/upimg/album/2018/07/13/1-1531452076-122215.jpg) no-repeat;
    background-size: cover !important;
    border-radius: 5px;
    background-position: center center !important;
}

.notes_center .notes_center_main {
    /* font-size: .43rem; */
    font-size: 16px;
    color: #2e2e2e;
    margin: .3rem .53rem;
    /* max-height: 3.2rem; */
    max-height: 120px;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
}

.notes_center .notes_center_main p {
    position: absolute;
    bottom: 0;
    right: 0;
    /* background: #fff; */
    /* font-size: .37rem; */
    background: url(/video/img/more_bg.png) no-repeat;
    font-size: 16px;
    color: #ff9000;
    /* box-shadow: 0.08rem 0.61rem 0.53rem 0.8rem #fff; */
    background-position-x: -62px;
    width: 120px;
    text-align: right;
}

/* .notes_center .notes_center_main p span{
	display: inline-block;
	width: .8rem;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
} */
.notes_center .center_main_enter {
    width: 0.36rem;
}

.notes_enter span i {
    font-size: 16px;
    font-style: normal;
}

/* 心得底部样式 */
.notes_bottom {
    background: #efefef;
    border-radius: 5px;
    margin: .43rem;
    position: relative;
    padding-top: .51rem;
    margin-top: .5rem;
    padding-bottom: 1px;
}

.notes_bottom .notes_bottom_msg {
    position: absolute;
    left: .26rem;
    top: -.29rem;
    width: 30px;
    height: 30px;
}

.notes_bottom .notes_head_portrait {
    margin-top: 0;
    margin-left: 0;
}

.notes_bottom li {
    margin: 0 .26rem;
    border-bottom: 1px solid #e6e6e6;
    /* min-height: 1.41rem; */
    padding-top: .27rem;
}

.notes_bottom li span {
    font-size: .32rem;
    color: #9d9d9d;
}

.notes_bottom li p {
    font-size: .37rem;
    color: #2e2e2e;
    margin-bottom: .2rem;
    padding-left: 1.07rem;
    text-align: justify;
    word-break: break-all;
}

.notes_bottom li:last-child {
    border-bottom: none;
    padding-bottom: .24rem;
}

/* 头像向右 */
.notes_head_right .notes_head_portrait {
    float: right;
    margin-left: .27rem;
    margin-right: 0;
}

.notes_head_right span {
    display: block;
    text-align: right;
}

.notes_head_right p {
    text-align: right !important;
    padding-right: 1.07rem;
}

/* VIP及讲师图标 */
.c_notes_vip {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(http://testsys.yiihuu.com/assets/zj/img/vp.png) no-repeat center center;
    background-size: 100% 100%;
    top: 0;
    left: 0.55rem;
}

.c_notes_teacher {
    position: absolute;
    top: 0;
    left: 0.55rem;
    display: block;
    width: 11px;
    height: 11px;
    background: url(http://testsys.yiihuu.com/assets/zj/img/j.png) no-repeat center center;
    background-size: contain;
}

/* 确认学习弹窗 */
.confirm_study,
.confirm_buy {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.confirm_study_pay {
    width: 7.29rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

.confirm_study_pay img {
    width: 3.97rem;
    height: 2.71rem;
    position: absolute;
    top: -1.1rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.confirm_study_pay h3 {
    font-size: .46rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
    color: #333;
}

.confirm_study_pay p {
    font-size: .38rem;
    text-align: center;
    color: #666;
    line-height: 1.4em;
    margin: 0.5rem 0 0.35rem;
}

.confirm_study_pay span {
    display: block;
    color: #f90;
    font-size: .38rem;
    margin: 0.1rem auto 0;
    text-align: center;
}

.confirm_study_pay a {
    font-size: .41rem;
    color: #2e2e2e;
    width: 50%;
    float: left;
    text-align: center;
    height: 1.21rem;
    line-height: 1.21rem;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}

.confirm_no {
    border-left: none !important;
}

.confirm_yes {
    color: #ff9000 !important;
}

.confirm_href {
    width: 100%;
    margin-top: 0.6rem;
}

/* 确认学习后购买弹窗 */
.confirm_buy div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    width: 7.29rem;
    z-index: 1010;
}

.confirm_buy h3 {
    font-size: .48rem;
    color: #2e2e2e;
    text-align: center;
    padding-top: 1.1rem;
    line-height: 1em;
}

.confirm_buy p {
    font-size: .32rem;
    text-align: center;
    color: #666;
    line-height: 1em;
    margin: 0.68rem 0 0.18rem;
}

.confirm_buy span {
    font-size: .32rem;
    display: block;
    text-align: center;
    color: #666;
    margin: 0 auto 0.68rem;
    line-height: 1em;
}

.confirm_buy a {
    display: block;
    width: 100%;
    height: 1.24rem;
    border-top: 1px solid #eee;
    font-size: .41rem;
    color: #f90;
    text-align: center;
    line-height: 1.24rem;
}


/*app下载提示弹窗*/
.download-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
}

.download-mask .download-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7.2rem;
    background-color: #fff;
    border-radius: 0.27rem;
    padding: 0.73rem 0 0.613rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-mask .warning-icon {
    width: 2.027rem;
    height: 2.027rem;
}

.download-mask .study-tip {
    margin: 0.667rem 0 0.267rem;
    font-size: 0.453rem;
    font-weight: bold;
    color: #333;
}

.download-mask .open-tip {
    font-size: 0.373rem;
    color: #666;
}

.download-mask .download-btn {
    display: block;
    font-size: 0.427rem;
    width: 5.33rem;
    height: 1.013rem;
    line-height: 1.013rem;
    text-align: center;
    color: #fff;
    background-color: #f90;
    margin-top: 0.587rem;
    border-radius: 0.507rem;
}

.download-mask .download-closeBtn {
    position: absolute;
    top: 0.293rem;
    right: 0.427rem;
    width: 0.32rem;
    height: 0.32rem;
}

/** seo增加标签同步样式2019-1-25**/
.v_tab_hd li.active a .h-2 {
    color: #ff9000;
    font-weight: 700;
    font-size: 0.43rem;
    outline: none;
    vertical-align: middle;
}

.v_tab_hd li a .h-2 {
    font-size: 0.38rem;
    font-weight: normal;
}
/*新增底部栏购物车入口*/
.footer-purchase-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.427rem;
    box-sizing: border-box;
    height: 100%;
}
.footer-purchase-box .addCart-box{
    display: block;
    font-size: 0.267rem;
    color: #666;
    text-align: center;
}
.footer-purchase-box .addCart-box .addCart-img{
    width: 100%;
    position: relative;
    text-align: center;
    /*margin-bottom: 0.04rem;*/
}
.footer-purchase-box .addCart-box .addCart-img img{
    width: 0.48rem;
    height: 0.48rem;
}
.footer-purchase-box .addCart-box .addCart-num{
    position: absolute;
    top: -0.187rem;
    left: 0.5rem;
    display: block;
    background-color: #ff5000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    min-width: 8px;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
    padding: 0 4px;
    /*border: 1px solid transparent;*/
    /*font-size: 0.32rem;*/
    /*min-width: 0.48rem;*/
    /*height: 0.48rem;*/
    /*line-height: 0.48rem;*/
    /*border-radius: 0.1rem;*/
    /*padding: 0 0.133rem;*/
    /*padding: 0.053rem ;*/
    /*border-radius: 0.4rem;*/
    /*padding: 0.08rem 0.03rem;*/
    /*line-height: 0.8;*/
}
.footer-purchase-box .addCart-info{
    display: flex;
    align-items: center;
}
.footer-purchase-box .addCart-info a{
    display: block;
    width: 3.293rem;
    height: 1.067rem;
    line-height: 1.067rem;
    color: #fff;
    font-size: 0.427rem;
    text-align: center;
}
.footer-purchase-box .addCart-info a.addCart-btn{
    background-image: linear-gradient(90deg, #ffab28 0%, #f90 100%);
    border-radius: 0.533rem 0px 0px 0.533rem;
}
.footer-purchase-box .addCart-info a.purchase-btn{
    background-image: linear-gradient(90deg, #ff7b33 0%, #f60 100%);
    border-radius: 0px 0.533rem 0.533rem 0px;
}