/*
 * @Author: 杨曦
 * @Date: 2019-09-27 08:21:50
 * @LastEditors: 杨曦
 * @LastEditTime: 2022-01-25 09:32:29
 * @Version: 
 * @Description: 公共样式  包括 header footer contactUs 以及 字体
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;-moz-user-select:none;}

html{
    /* touch-action:none; */
    min-width: 1280px;
    
}
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; color: #222; background: #eee;cursor: auto !important; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none !important; color: #666; background: none }
a:hover { text-decoration: none !important}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block;}
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
p{
}
/* @font-face {
    font-family: 'Noto Sans Chinese Simplified';
    font-weight: normal;
    font-style: normal;
    font-display:swap;
    src: local("Noto Sans Chinese Simplified"),
    url("../font/NotoSansSC-Regular.woff") format("woff"),
    url("../font/NotoSansSC-Regular.woff") format("woff2");
} */
* {
    font-feature-settings: "tnum";
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
input{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
        user-select: auto;
}
a:active{
    text-decoration: none !important;
}
.swal-footer{
    text-align: center !important;
}
.shouzimu{
    font-style:italic;
    font-size: 80px;
}
textarea {
    font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Hiragino Sans GB,Helvetica,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
body{
    touch-action: auto; 
    padding-right: 0 !important;
    /* font-family: 'Noto Sans Chinese Simplified'; */
    /* font-family: Helvetica,Helvetica Neue,Luxi Sans,DejaVu Sans,Tahoma,Hiragino Sans GB,STHeiti,Microsoft YaHei;; */
    /* font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif; */
    font-family:Noto Sans Chinese Simplified,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Hiragino Sans GB,Helvetica,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #fff;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    font-variant: tabular-nums;
    letter-spacing:0.1px;
}
.usericon-logo_block,.logoNewWhite{
    margin-top: 23px;
    display: block;
    height: 30px;
}
.usericon-logo{
    background-size: cover;
    background-position: center;
    height: 30px !important;
    margin-top: 20px !important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.modal-open{
    overflow-y: scroll;
    padding-right: 0px !;
 }
a:hover{
    text-decoration: none;
}

/* 头部 */
.headeritem{
    width: 100%;
    height: 70px ;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
}
.header-top_icon .icontop_logo{
    background: none;
    color: rgba(255,255,255,1);
    font-size: 36px;
    line-height: 70px   ;
}
.bg-color{
    display: block;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.2);
    border-radius: 260px;
}
.header-top{
    height: 70px  ;
    position: relative;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
}
.translate{
    position: absolute;
    right: 122px;
    text-align: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: pointer;
    font-size: 18px;
    line-height: 70px;
    color:rgba(255,255,255,1);
    opacity:1;
    
}
.translateEn{
    width:18px;
    height:21px;
    font-size:14PX;
    
    ;
    line-height:21px;
    color:rgba(255,255,255,1);
}
.translateEn:hover{
    opacity: 1;
}
.translateCn:hover{
    opacity: 1;
}
.translateCn{
    width:18px;
    height:21px;
    font-size:14PX;
    line-height:21px;
    color:rgba(255,255,255,1);
}
.translateSpan{
    color:rgba(255,255,255,0.70);
    opacity:.5;
}
.header-block2-lang{
    font-size: 20px;
    line-height: 70px   ;
    margin-left: 40px;
    cursor: pointer;
}
/* 主题部分 */
.header-top_nav{
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    float: left;
}
/* 主题左侧图标 */

.header-top_icon > a{
    display: block;
    position: absolute;
    left: 0;
}
.bottom-logo{
    float: left;
    width: 72px;
    height: 36px;
    background-image: url('../../../assets/images/img/logoNew@2x.png');
    display: block;
    background-size: cover;
    margin-top: 22px;
}
/* 主题中间nav */
.header-top_nav > .header-top_nav__ul{
    position: absolute;
    left: 152px;
    display: -webkit-box; 
    display: flex; 
    width: 814px;
}

.header-top_nav__ul > .header-top_nav__ul--li{
    white-space:nowrap;
    position: relative;
    margin-right: auto;
    list-style:none;
    font-size: 20px; 
    line-height: 70px   ;
    letter-spacing: 0.1px;
}
.header-top_nav__ul  .header-top_nav__ul--li:last-child{
    margin-right: 0px;
}
.translate span{
    font-weight: 500;
}
.header-top_nav__ul > .header-top_nav__ul--li a{
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color:rgba(255,255,255,0.8);
    cursor: pointer;
}
.header-top_nav__ul > .header-top_nav__ul--li{
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color:rgba(255,255,255,0.8);
}
.header-top_nav__ul > .header-top_nav__ul--li a:hover{
    color:rgba(255,255,255,1) !important;
}
.header-top_nav--img{
    float: left;
    margin-left:60px;
    display: block;
    /* width: 22px; */
    /* height: 22px; */
}
.icontop_login{
    font-size: 22px;
    line-height: 70px   ;
    color: #485966;
}
.Login-btn{
    float: left;
}
.header-top_nav__ul{
    float: left;
}
.header-Login{
    overflow: hidden;
    position: relative;
    margin-top:20px ;
    cursor: pointer;
    float: left;
    display:block;
    width:82px;
    height:30px;
    border:1px solid rgba(255,255,255,1);
    opacity:1;
    border-radius:260px;
    text-align: center;
}
.VerificationCode-img{
    width: 120px;
    height: 40px;
    border: 1px solid #888888;
    box-shadow: 2px 2px 2px #888888;
    padding: 0;
}
.validateCode{
    width: 120px;
    height: 40px;
}
.VerificationCode-title{
    line-height: 40px;
    font-size: 12px;
}
.login-flex{
    display: -webkit-box;
    display: flex;
}
.header-user{
}
.header-top_nav__ul--lastli{
    position: absolute;
    z-index: 10;
    right: 0px;
}
.header-top_nav__ul--lastli:hover{
    cursor: pointer;
}
.header-top_nav--img__user{
    float: left\9;
    margin-left:24px;
    margin-top:19px;
    display: block;
    width: 32px;
    height: 32px;
    background:url("../images/icons/已登录.png") no-repeat;
    background-size: cover;
}
/* 用户下拉注销框 */
.my-DropDown{
    width:203px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    opacity:1;
    z-index: 20;
    display: none;
    position: absolute;
    top: 66px;
    right: -85px;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
}
.my-DropDown_li{
}
.my-DropDown_li1{
    cursor: pointer;
}
.my-DropDown_li2{
    cursor: pointer;
}
.my-DropDown_li2:hover{
    background: rgba(246, 248, 250, 1);
}
.my-DropDown_li3:hover .user-mylive{
    background: rgba(246, 248, 250, 1);
}
.my-DropDown_li3{
    cursor: pointer;
    margin-top: 5px;
}
.user-logout{
    cursor: pointer;
}
.user-name{
    font-size:16px;
    
    font-weight:bold;
    line-height:22px;
    color:rgba(59,59,59,.96);
    opacity:1;
    margin-top: 13px;
    margin-left: 24px;
}
.user-center{
    display: block;
    width: 100%;
    color:rgba(59,59,59,0.96);
    opacity:1;
    ;
    
    font-size:14px;
    line-height:38px;
    margin: 10px 0;
    text-indent: 24px;
}
.my-DropDown_li a:hover{
    color:#C32E47;
    opacity:1;
}
.user-mylive .mylive-icon{
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
}
.user-myvideo .iconshipins{
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
}
.user-myvideo .iconshipinsHome-copy{
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
}
.user-logout:hover{
    color:#C32E47;
    opacity:1;
}
.lines-span{
    display: block;
    width: 153px;
    height: 1px;
    background: rgba(72,89,102,0.10196078431372549);
    margin: 0 auto;
}
.user-id{
    width: 153px;
    font-size:14px;
    
    ;
    line-height:16px;
    color:rgba(59,59,59,.96);
    opacity:0.5;
    margin: 6px 0px 0px 24px;
    padding-bottom: 11px;
    border-bottom:1px solid rgba(72,89,102,0.10196078431372549);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Login-header{
    float: left;
}
.lines-span1{
    margin-top: 10px;
}
.user-myvideo{
    width: 100%;
    text-indent: 24px;
    display: block;
    padding: 10px 0px;
    margin-top: 10px;
    font-size:14px;
    
    ;
    line-height:16px;
    color:rgba(59,59,59,0.96);
    opacity:1;
}
.user-mylive{
    width: 100%;
    text-indent: 24px;
    display: block;
    padding: 10px 0px;
    font-size:14px;
    
    ;
    line-height:16px;
    color:rgba(59,59,59,0.96);
    opacity:1;
}
.my-DropDown_li2{
   
}
.user-logout:hover{
    background-color: rgba(246, 248, 250, 1);
}
.user-logout{
    margin-left: 25px;    
    font-size:14px;
    
    line-height:34px;
    margin: 10px 0px;
    color:#3B3B3B;
    text-indent: 24px;
    opacity:1;
}
.header-top_nav__ul--login{
    font-size: 12PX;
    line-height: 30px;
    color:rgba(255,255,255,1);
}
.header-top_nav__ul--user{
    width: 80px;
    float: left\9;
    
    font-size: 21px;
    color: #2B2B2B;
    letter-spacing: -0.1px;
    line-height: 70px   ;
    position: relative;
}
.person-img{
    height: 70px   ;
}
.persondetail-img{
    float: right;
    display: inline-block;
    width:40px;
    margin-top: 13px;
    height:40px;
    background-size: 100%,100%;
    border-radius:50%;
    opacity:1;
    border: 2px solid rgba(255, 255, 255, 1);
}
.banner-cn{
    font-style: normal;
    font-weight: 700;
}
/* nav下拉菜单弹出框 */
.header-top_nav__ul--li > .header-top_li__ul{
    width: 114px;
    position: absolute;
    top: 58px;
    left: -50px;
    z-index: 999;
    display: none ;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-top: 1px;
    background-color: #ffffff;
}
.header-top_nav__ul  .header-top_nav__ul--li7 .header-top_li__ul{
    display: block !important;
    overflow: hidden;
    height: 0px ;
    left: 50%;
    transform: translate(-50%,0);
}

.header-top_nav__ul--li7 .header-top_li__ul .header-top_li__ul--li:first-child{
    margin-top: 10px;
}
.header-top_nav__ul  .header-top_nav__ul--li4 .header-top_li__ul{
    display: block !important;
    overflow: hidden;
    height: 0px ;
}
.header-top_nav__ul--li4 .header-top_li__ul .header-top_li__ul--li:first-child{
    margin-top: 10px;
}
.header-top_nav__ul--li4 .header-top_li__ul .header-top_li__ul--li:last-child{
    margin-bottom: 10px;
}
.header-top_nav__ul  .header-top_nav__ul--li5 .header-top_li__ul{
    display: block !important;
    overflow: hidden;
    height: 0px ;
}
.header-top_nav__ul--li5 .header-top_li__ul .header-top_li__ul--li:first-child{
    margin-top: 10px;
}
.header-top_nav__ul--li5 .header-top_li__ul .header-top_li__ul--li:last-child{
    margin-bottom: 10px;
}
.header-top_nav__ul--li > .header-top_li__ul > .header-top_li__ul--li{
    color: #000;
    background: #fff;
    margin: 0 5px;
    box-sizing: border-box;
    display: block;
}
/* 下拉菜单的a标签样式 */
.header-top_nav__ul--li > .header-top_li__ul > .header-top_li__ul--li a{
    white-space:normal;
    line-height: 22px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #363e3b;
    position: relative;
    text-decoration: none;
    word-wrap:break-word;
    box-sizing: border-box;
    font-style: normal;
    letter-spacing: 0.5px;
}
.header-top_nav__ul--li7 > .header-top_li__ul > .header-top_li__ul--li a:hover{
    cursor: pointer;
    color: #c32e47 !important;
}
.header-top_nav__ul--li4 > .header-top_li__ul > .header-top_li__ul--li a:hover{
    cursor: pointer;
    color: #c32e47 !important;
}
.header-top_nav__ul--li5 > .header-top_li__ul > .header-top_li__ul--li a:hover{
    cursor: pointer;
    color: #c32e47 !important;
}
/* 点击改变颜色active */
.header-top_nav__ul > .header-top_nav__ul--li > .active {
}
/* 主题右侧登录 */
.header-top_login{
    -webkit-box-flex: 4.5;              /* OLD - iOS 6-, Safari 3.1-6 */                 /* OLD - Firefox 19- */                     /* Chrome */
    flex: 4.5;
    
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: -0.1px;
    line-height: 70px   ;
}
.header-top_login a{
    
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: -0.1px;
    line-height: 70px   ;
}

.header-top_login{
    display: -webkit-box;
    display: flex;
}
.header-top_login__img{
    display: block;
    margin-top: 19px;
    width: 32px;
    height: 32px;
    background: #000;
}
.footer{
}
.footer-other{
    padding-top: 110px;
    background: #fff;
}
.footer-main{
    width: 1200px;
    height: 238px;
    margin: 0 auto;
    position: relative;
    opacity:1;
}
.main_left-span1, .main_left-span2 ,.main_center-span1 ,.main_center-span2{
    cursor: pointer;
}
.footer-main_left{
    margin-top: 50px;
    float: left;
}
.footer-main .footer-main_left p{
    font-size: 14px;
    
    line-height: 19px;
    color: #3b3b3b;
}
.footer-main_center{
    position: absolute;
    left: 459px;
    margin-top: 50px;
    float: left;
}
.footer-main_right{
    margin-top: 50px;
    float: right;
}
/* .homeFooterAnimate{
    animation:movefooter 2s;
}
@keyframes movefooter{
	from{ opacity:0; margin-top:180px;}
	to{ opacity:1; margin-top: 0px;}
} */
.main_right-icons{
    cursor: pointer;
}
.main_right-icons{
    position: relative;
}
.footer-icon_in{
    float: left;
}
.footer-icon_face{
    margin-right: 40px;
}
.main_right-icons > i{
    float: left;
    display: block;
    cursor: pointer;
}
.footer-main h3{
    margin-bottom: 40px;
    font-size:16px;
    
    line-height:18px;
    font-weight:bold;
    color:#3B3B3B;
    opacity:1;
}
.footer-main p{
    font-size: 14px;
    
    line-height:19px;
    color:#3b3b3b;
    opacity:1;
    white-space: normal;
}
.footer-main p a{
    font-size: 14px;
    
    line-height:19px;
    color:#3b3b3b;
    opacity:1;
}
.main_center-span2,.main_left-span2{
    margin-top: 12px;
}
/* img */
.backImg-main{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.backImg-span{
    display: inline-block;
    vertical-align:middle;
    width:660px;
    height:14px;
    border-bottom:2px solid rgba(255,255,255,.5);
    opacity:.5;
    margin-bottom: 13px;
}
.backImg-strongspan{
    position: absolute;
    left: 0;
    right: 0;
    top: 253px;
    border-radius: 5px;
    margin: 0 auto;
    vertical-align:middle;
    display: inline-block;
    width:80px;
    height:0px;
    border:3px solid rgba(255,255,255,1);
    opacity:1;
}
.backImg-years{
    margin-top: 23px;
    text-align: center;
    display: block;
    /* display: inline-block; */
    font-size:40px;
    
    ;
    color:rgba(255,255,255,1);
    opacity:1;
}
.backImg-title{
    font-weight: 500;
    text-align: center;
    font-style: italic;
    margin: 0 auto;
    height:90px;
    font-size:60px;
    line-height:69px;
    color:rgba(255,255,255,1);
    -webkit-text-stroke:3 rgba(255,255,255,1);
    text-stroke:3 rgba(255,255,255,1);
    opacity:1;
}
.bottom{
    width:100%;
    height:80px;
    background:rgba(255,255,255,1);
}
.bottom-main{
    border-top:1px solid rgba(72,89,102,0.10196078431372549);
    opacity:1;
    position: relative;
    height:80px;
    width: 1200px;
    margin: 0 auto;
}
.bottom-main .iconbotton_logo{
    float: left;
    font-size: 32px;
    line-height: 80px;
    color: #89001D;
}
.bottom-contact{
    display: inline-block;
}
.bottom-text{
    float: right;
    font-size:12px;
    
    line-height:80px;
    color:rgba(72,89,102,0.70);
    opacity:.7;
}
.header-top_nav__ul--li6{
    display: none !important;
}
.bottom-contact{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    line-height: 80px;
    font-size:12px;
    opacity:.7;
}
.header-top_nav__ul .header-top_nav__ul--li4 .header-top_li__ul{
    left: 50%;
    transform: translate(-50%,0);
}
.header-top_nav__ul .header-top_nav__ul--li5 .header-top_li__ul{
    left: 50%;
    transform: translate(-50%,0);
}
.bottom-contact address{
    line-height: 80px;
    font-size:12px;
    opacity:1;
}
.bottom-icons{
    float: left;
}
.main_right-icons .iconbotton_1{
    font-size: 36px;
    color: #898989;
    opacity: .3;
}
.main_right-icons .footer-icon_face{
    font-size: 36px;
    color: #898989;
    opacity: .3;
}
.main_right-icons .footer-icon_wechat{
    float: right;
    font-size: 36px;
    color: #898989;
    opacity: .3;
}
.wechat-connect{
    display: none;
    opacity: 0;
    background: #fff;
    top: -480px;
    left: -35px;
    position: absolute;
    width:210px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.1);
    z-index: 999;
}
.erweimawechat{
    margin-top: 25px;
}
.erweimalearnMore{
    margin: 15px 0 25px 0;
}
.consulting_service_block,.consulting_service_block img{
    transition: all ease-in 300ms;
}
.consulting_service_block:hover{
    cursor: pointer;
}
.consulting_service_block:hover img{
    opacity: 0.9;
}
.erweima1{
    width: 110px;
    height: 110px;
    display: block;
    background-image: url('../../../assets/images/img/wechat.png');
    background-size: cover;
    margin: 0 auto;
}
.erweima2{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
}
.erweima2img{
    width: 100px;
    height: 100px;
}
.erweima1text{
    text-align: center;
    font-size:12px;
    
    line-height:20px;
    color:rgba(72,89,102,1);
    opacity:1;
    margin-top: 11px;
}
.erweima2text{
    margin-top: 5px;
    text-align: center;
    font-size:12px;
    
    line-height:20px;
    color:rgba(72,89,102,1);
    opacity:1;
}
.bottom-icons .iconfont{
    color: rgba(255,255,255,1);
    font-size: 13px;
}
.iconbotton_in1{
    margin-left: 37px;
}
.iconbotton_facebook{
    margin-left: 31px;
}
.iconbotton_email1{
    margin-left: 31px;
}
.iconbotton_wechat{
    margin-left: 30px;
}

/* Login */
html,body{
}
.main{
    position: relative;
    background-size: cover;
    width:100%;
    height: 100%;
}
.PersonalCenter-title{
    width: 1200px;
    text-align: center;
    position: absolute;
    font-size:100px;
    
    color:#C32E47;
    font-weight:bold;
    top: 61px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.commonopa{
    position: absolute;
    opacity: 0.8;
    width: 100%;
    height: 59px;
    background: #fff;
    bottom: 0;
}
.prism-big-play-btn{
    left: 50% !important;
    bottom: 50% !important;
    -webkit-transform: translate(-50%,50%);
            transform: translate(-50%,50%);
}
/* 播放器音量图标 */
.prism-player .prism-volume .volume-icon{

}
/* 播放器设置图标 */
.prism-player .prism-setting-btn{
    
}

#ascrail2000 div{
    overflow: hidden;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 0.5px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.5);
} 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: #ccc;
}


.duration{
    color: #fff;
    opacity: 0.7;
  }
  .time-bound{
    color: #fff;
    opacity: 0.7;
  }
  .prism-player .prism-liveshift-progress, .prism-player .prism-progress{
    background: rgba(195,197,198,.2);
  }
.iconfooter-wechat,.iconfooter-in{
    color: #363B3E;
    font-size: 16px;
    opacity: 0.8;
}
.iconfooter-wechat{
    margin-right: 40px;
}
.iconfooter-wechat:hover{
    cursor: pointer;
    opacity: 0.8;
}
.main_left-h3{
    margin-bottom: 30px !important;
}
p.main_left-span1{
    margin-top: 17px;
}
div.main-left-span1{
    position: relative;
}
.erweimas p{
    opacity: 0.8 !important;
}
.main-left-div{
    position: relative;
}

.fixed-block1{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    display: none;
}
.copy-btn{
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: #c32e47;
    margin-bottom: 5px;
    border-radius: 3px;
    /* display: none; */
}
.copy-btn:hover{
    background: rgb(177, 42, 64);
}
.toTop:hover{
}
.copy-btn .iconfenxiang{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.msg-show{
    color: #222;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    text-align: center;
    font-size: 12px;
    width: 80px;
    line-height: 14px;
    font-family: sans-serif;
    opacity: 0;
}
.toTop{
    display: none;
    width: 40px;
    height: 40px;
    /* background-image: url('../../../assets/images/img/toTop.png');
    background-size: cover; */
    background-position: center;
}
.copy-btn{
    cursor: pointer;
}
.toTop:hover{
    cursor: pointer;
}

.backImg{
    min-width: 1280px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.alert-btn:hover{
    cursor: pointer;
}
.alert-btn2:hover{
    cursor: pointer;
}
.alert-btn3:hover{
    cursor: pointer;
}
.live_main-li:hover{
    background: rgba(246, 248, 250, 1);
    cursor: pointer;
}
.live_main-li:hover a{
    color: #c32e47 !important;
}

.live_main-li:active a{
    color: #9D2539 !important;
}
.yesplay:hover{
    color: #c32e47 !important;
}
.noplay:hover{
    color: #646464 !important;
    background: #F6F8FA !important;
}
.yesplay:active{
    color: #9D2539 !important;
    background: #F6F8FA !important;
}
.prism-player .prism-info-display{
    padding: 10px 0px !important;
}
.noplay:active{
    color: #000 !important;
    background: #F6F8FA !important;
}
.right_title-mentor,.main-li_msg{
    right: 234px;
}
.btn-cancel:hover{
    opacity: 0.8 !important;
}
.btn-ok:hover{
    opacity: 0.8 !important;

    /* background: rgb(177, 42, 64) !important; */
}
.btn-Ok:hover{
    opacity: 0.8 !important;

    /* background: rgb(177, 42, 64) !important; */
}
.mask-alert{
    
}
.header-top_nav__ul--li .header-top_nav__ul--li4{
    position: relative;
}
.header-top_nav__ul--li4 .header-top_li__ul{
    width: 155px;
}
.header-top_nav__ul--li .header-top_nav__ul--li5{
    position: relative;
}
.header-top_nav__ul--li5 .header-top_li__ul{
    width: 155px;
}
.wx-login{
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    
}

.login-vip,.accessCode{
    transition: all 300ms ease-in-out;
}
@keyframes stepJump{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(0px,-5px);
    }
}
.imgdown{
    transition: all ease-in 200ms;
    width: 12px;
    height: 6px;
    background: url('../../../assets/images/icons/xialawhite.png') no-repeat;
    background-size: 100%,100%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 2px;
    transform: scale(0.8,0.8);
}
iframe{
    width: 100%;
    height: 100%;
}

.wx-image{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    /* width: 200px; */
    /* height: 200px; */
    transform: translate(-50%,-50%);
}
.erweimaAlert{
    position: absolute;
    left: 50%;
    bottom: 103px;
    transform: translate(-50%,0);
    width: 155px;
    border-radius: 12px;
    /* margin-top: 10px; */
}
.block-wx{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 1111;
}
.wx-block_bg{
    background-color: #fff;
    position: absolute;
    z-index: 33;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wx-image_block{
    width: 570px;
    height: 365px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow:0px 10px 20px rgba(0,0,0,0.05);
    border-radius:3px;
}
.logined-vip{
    box-shadow: none !important;
}
.impowerBox .qrcode{
    border:1px solid rgba(9,187,7,1);
    opacity:1;
}
.impowerBox .info{
    color: #898989 !important;
}
.impowerBox .qrcode{
    width: 152px;
}
.wx-image_click{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.iframe-test{
    width: 570px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jump-this_btn:hover{
    cursor: pointer;
    background: #777 !important;
}
.next-this_btn:hover{
    cursor: pointer;
    background: rgb(177, 42, 64) !important;

}

.video-then_playBlock{
    /* transition: all ease-in 200ms; */
    position: absolute;
    bottom: 100px;
    left: -100%;
    display: flex;
    font-size:14px;
    font-weight:400;
    line-height:40px;
    color:rgba(255,255,255,1);
    height:40px;
    background:rgba(36,36,36,1);
    opacity:1;
    border-radius:0px 40px 40px 0px;
    padding: 0 20px 0 15px;
}
.video-then_playJump:hover{
    cursor: pointer;
    opacity: 0.8;
}
.video-then_playJump{
    color: #FF5F5E;
    margin-left: 10px;
}
.video-then_playBtnText{
}
.video-then_closeBtn{
    margin-left: 15px;
}
.video-then_closeBtn:hover{
    cursor: pointer;
    opacity: 0.8;
}

/* 弹出小助手 */
.consult-img_alert{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
.consult-alert_mask{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.consult-alert_main{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
/* .consult-alert_main{
    width: 328px;
    height: 348px;
    background-color: #fff;
} */
.logo-consult_alert{
    text-align: center;
    margin-top: 30px;
}
.logo-consult_alert img{
    height: 34px;
}
.logo-consult_alertText{
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    color: #363e3b;
    font-size: 14px;
}
.consult-alert_alertMain{
    color: rgba(137, 137, 137, 1);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 5px;
    width: 60%;
}




/*  */
.layer-right_li{
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}
.layer-right_li .a{
    display: flex;
    color: #111;
    font-weight: 500;
    overflow: hidden;
}
.layer-right_li .a:hover{
    cursor: pointer;
}
.layer-right_li .a:hover .play-mask_history{
    opacity: 1;
}
.layer-right_liimg{
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    min-width: 140px;
    height: 80px;
    background-size: cover;
    background-position: center;
}
.play-mask_history{
    transition: all ease-in 200ms;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.play-mask_history img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.layer-right_liMain{
    font-size: 12px;
    margin-left: 10px;
}
.layer-right h3{
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    background-image: url('../../../assets/images/img/bghistory.png');
    background-position: bottom;
    background-size: 100%,auto;
    margin-bottom: 0px !important;
}
.layer-right_ul{
    padding: 0 10px;
    overflow-y:auto;
    height: calc(100vh - 70px);
    background-color: #F6F8FA;
}
.layer-right_ul::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
.layer-right_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 0.5px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.5);
} 
.layer-right_ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: #ccc;
}
.right_liMain-title{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
}
.right_liMain-videoTitle{
    color: #999;
    font-weight: 400;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_liMain-videoTitle{
    margin-top: 10px;
}
.right_liMain-timeNode{
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.right_liMain-timeNode .iconfont{
    font-size: 12px;
}
.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
    }
    
    .ctn-preloader .animation-preloader {
    z-index: 1000;
    }
    
    .ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #25cdc9;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
    }
    
    .ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    }
    
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    }
    
    .ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    }
    
    .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
    }
    
    .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
    }
    
    .ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
    }
    
    .ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
    }
    
    .ctn-preloader .loader .row {
    height: 100%;
    }
    
    .ctn-preloader .loader .loader-section {
    padding: 0px;
    }
    
    .ctn-preloader .loader .loader-section .bg {
    background-color: #eee;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    .ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
    }
    
    .ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    }
    
    .ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    }
    
    @-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    }
    
    @keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    }
    
    @-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    }
    
    @keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    }
    
    @media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
    }
    
    @media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }