
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}
/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  
}
/* 图片自适应 */
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #333;
    background: #F3F5F7;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
input,textarea{
    outline: none;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
/*有材直播*/
.yc-live-streaming{
    max-width: 768px;
    margin: 0 auto;
}
.live-descBox{
    margin-top: 7rem;
}
.Studio-wrap .video-js .vjs-big-play-button{
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: -.6rem;
    margin-top: -.6rem;
    border: none;
    background: url(../img/playBtn.png) no-repeat;
    background-size:1.2rem 1.20rem;
}
.Studio-wrap  .video-js .vjs-big-play-button:before{
    display: none;
}
.live-descBox .el-tabs__header{
    margin: 0;
    height: 1.20rem;
    position: fixed;
    width: 100%;
    z-index: 9;
    max-width: 768px;
    justify-content:center;
    border-bottom:1px solid #eee;
}
.live-descBox  .el-tabs__content{
    padding-top: 1.20rem;
}
.live-descBox .el-tabs__nav-wrap::after{
    height: 1px;
    background-color:#F3F5F7;
    width:.30rem
}
.live-descBox .el-tabs__nav-scroll{
    background-color: #fff;
    /* padding:0 .40rem; */
}
    .live-descBox .el-tabs__nav-scroll .el-tabs__active-bar {
       display:none
    }
    .live-descBox .el-tabs__nav-scroll .el-tabs__nav {
        float: none;
        display: flex;
    }
.live-descBox .el-tabs__nav-scroll .el-tabs__item {
        color: #666;
        font-size: .36rem;
        /* width: 25%; */
        text-align:center;
        position:relative;
        padding:0;
        height:1.20rem;
        line-height:1.20rem;
        flex: 1;
        text-align: center;
 }
    .live-descBox .el-tabs__nav-scroll .el-tabs__item.is-active::after {
        content: '';
        position: absolute;
        bottom: 2px;
        background-color: #1AA138;
        border-radius: 3px 3px 3px 3px;
        height: 3px;
        width: .60rem;
        left: 50%;
        margin-left: -.30rem;
    }
    .live-descBox .el-tabs__nav-scroll .el-tabs__item.is-active {
        font-weight: bold;
    }
.live-in-started video{
    width: 100%;
    object-fit:fill;
}
.Studio-wrap{
    position: fixed;
    width: 100%;
    height: 7rem;
    top: 0;
    z-index: 99;
    max-width: 768px;
    justify-content: center;
}
.Studio-wrap .live-in-started{
    height:6rem;
}
.Studio-wrap .live-in-started .video-js{
    height: 6rem;
}
.Studio-wrap .live-user{
    height: 1rem;
    background-color: #fff;
    padding: 0 .40rem;
}
.Studio-wrap .live-user .user-pic{
    width: .70rem;
    float: left;
    margin-right: .30rem;
}
.Studio-wrap .live-user .user-pic img{
    margin-top: .15rem;
    height: .70rem;
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}
.Studio-wrap .live-user .user-name{
    overflow: hidden;
    line-height: 1rem;
    font-size: .38rem;
}
.Studio-wrap .Cover-imgLive{
    width: 100%;
    height: 6rem;
}
.Studio-wrap .Cover-imgLive img{
    width: 100%;
    height: 6rem;
    object-fit: cover;
}
.Studio-wrap .live-started{
    position: relative;
    background-color:#fff
}
.Studio-wrap .live-started .payBtn{
    position: absolute;
    width: 100%;
    height: 6rem;
    top: 0;
    left: 0;
    background: url(../img/pay_btn.png) center no-repeat;
    background-size:.85rem auto;
}
.Studio-wrap .live-started .live-state{
    position: absolute;
    top: .30rem;
    right: 1.1rem;
    padding: 0 .40rem;
    height: .60rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 20px;
}
.Studio-wrap .live-started .live-state span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: .60rem;
    font-size: 12px;
    color: #fff;
}
.Studio-wrap .live-started .live-state span.s1{
    padding-left: 2px;
}
.Studio-wrap .live-started .live-state span.s1::before{
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top:-3px;
    left: 8px;
    background-color:#15C72D;
    border-radius: 50%;
}
.Studio-wrap .live-started .live-num{
    position: absolute;
    top: .30rem;
    left: .80rem;
    padding: 0 .40rem;
    height: .60rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 20px;
}
.Studio-wrap .live-started .live-num span{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: .60rem;
}
.Studio-wrap .live-started .live-wait{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}
.Studio-wrap .live-started .live-wait span{
    line-height: 6rem;
    color: #fff;
    font-size: .45rem;
}
.Studio-wrap .live-started .countdown{
    position: absolute;
    width: 100%;
    height: 1rem;
    text-align: center;
    bottom: .20rem;
}
.Studio-wrap .live-started .countdown span{
    color: #fff;
    height: 1rem;
    font-size: .40rem;
    padding: 0 .50rem;
    background-color: rgba(0, 0, 0, .3);
    display:inline-block;
    border-radius: 20px;
    line-height: 1rem;
}
.live-descBox .chatroom{
    padding:.40rem;
    overflow: scroll;
}
.live-descBox .chatroom .tiBar{
    color: #333;
    font-size: .38rem;
    line-height: .60rem;
    margin-bottom: .30rem;
}
.live-descBox .chatroom .discuss-row{
    margin-bottom: .30rem;
}
.live-descBox .chatroom .discuss-row .user-pic{
    width: .80rem;
    height: .80rem;
    float: left;
    margin-right: 8px;
}
.live-descBox .chatroom .discuss-row.r1 .user-pic{
    float: right;
    margin-left: 8px;
    margin-right: 0;
}
.live-descBox .chatroom .discuss-row .user-pic img{
    border-radius: 50%;
    width: .80rem;
    height: .80rem;
    object-fit: cover;
}
.live-descBox .chatroom .discuss-row .discuss-info{
    overflow: hidden;
}
.live-descBox .chatroom .discuss-row .info-text{
    width: 80%;
    background-color: #fff;
    border-radius: 0 12px 12px 12px;
    padding:.30rem .40rem;
    line-height: .60rem;
    margin-top: 8px;
    font-size: .36rem;
    word-break: break-all;
}
.live-descBox .chatroom .discuss-row.r1 .user-name{
    text-align: right;
}
.live-descBox .chatroom .discuss-row.r1 .info-text{
    float: right;
}
.live-descBox .chatroom .discuss-row .user-name{
    font-size: .35rem;
}
.live-descBox .chatroom .discuss-row .label-text{
    color: #E2E2E2;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 2px;
    border-radius: 2px;
    background: linear-gradient(133deg, #767A94 0%, #8B8FA5 100%);
}
.live-descBox .chatroom .discuss-row.r1 .label-text{
    margin-left: 2px;
    margin-right: 0;
}
.live-descBox .introduction .live-title{
    background-color: #fff;
    padding: .40rem;
}
.live-descBox .introduction .live-title .title {
    font-weight: bold;
    font-size: .51rem;
    line-height: .70rem;
    padding-bottom: .40rem;
    margin-top: .20rem;
}
.live-descBox .introduction .live-title .title span{
    width: 1rem;
    float: right;
    display: block;
    height: .65rem;
    animation: pinyi 1s ease-in-out alternate infinite;
}
@keyframes pinyi {
    0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    }
.live-descBox .introduction .live-title .title span.up{
    background: url(../img/icon_drop.png) right bottom no-repeat;
    background-size:.30rem auto;
}
.live-descBox .introduction .live-title .title span.unfold{
    background: url(../img/icon_up.png) right bottom no-repeat;
    background-size:.30rem auto;
}
.live-descBox .introduction .live-title .title .ti_text{
    overflow: hidden;
}
.live-descBox .introduction .live-title .infoContent{
    height: 4.5rem;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: .30rem;
}
.live-descBox .introduction .live-title .tims{
    font-size: .4rem;
    color: #666;
}
.live-descBox .introduction .live-title .tips {
    /* padding-top: .27rem; */
    font-size: 0.29rem;
    color: #C8C8C8;
    line-height: 0.4rem;
}
.live-descBox .introduction .shopinfoShow{
    padding-top: .20rem;
}
.live-descBox .introduction .shopinfoShow .follow{
    float: right;
    margin-left: .30rem;
    margin-top: .15rem;
}
.live-descBox .introduction .shopinfoShow .follow span{
    display: block;
    width: 1.7rem;
    height: .70rem;
    border-radius: 18px;
    text-align: center;
    line-height: .70rem;
    font-size: .32rem;
}
.live-descBox .introduction .shopinfoShow .follow span.btn1{
    background-color: #1AA138;
    color: #fff;
}
.live-descBox .introduction .shopinfoShow .follow span.btn2{
    border: 1px solid #E1E1E1;
    color: #999;
}
.live-descBox .introduction .shopinfoShow .infos{
    overflow: hidden;
}
.live-descBox .introduction .shopinfoShow .infos .logoShow{
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    float: left;
    margin-right: .20rem;
}
.live-descBox .introduction .shopinfoShow .infos .logoShow span{
    display: table-cell;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    vertical-align: middle;
}
.live-descBox .introduction .shopinfoShow .infos .logoShow span img{
    max-width: .8rem;
    max-height: .8rem;
    display: inline-block;
}
.live-descBox .introduction .shopinfoShow .infos .name{
    color: #333;
    font-size: .38rem;
    line-height: .45rem;
    font-weight: bold;
    /* padding-top: 0.15rem; */
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    height: 1.1rem;
}
.live-descBox .introduction .pop-over {
    height: 1.20rem;
    margin-top: 10px;
    background-color: #fff;
    padding: 0 .40rem;
}
.live-descBox .introduction .pop-over .pop-button{
    background: url(../img/icon_row.png) right center no-repeat;
    background-size:.50rem auto;
    display: block;
    line-height: 1.20rem;
}
.live-descBox .introduction .pop-over .pop-button span{
    display: inline-block;
}
.live-descBox .introduction .pop-over .pop-button span.ti-text {
    font-size: .43rem;
    font-weight: bold;
    color: #333;
   /*margin-bottom: .40rem;*/ 
}
.live-descBox .introduction .pop-over .pop-button span.tip-str{
    float: right;
    padding-right: .60rem;
    font-size: .36rem;
}
.live-descBox .appDownad{
    margin-top: 4px;
}
.live-descBox .introduction .qiye-home {
    margin: 4px 0;
    background-color: #fff;
    padding: .40rem;
}
.live-descBox .introduction .qiye-home .tiBar {
    font-size: .43rem;
    font-weight: bold;
    color:#333;
    margin-bottom: .20rem;
}
.live-descBox .introduction .qiye-home .box {
    box-shadow: 0rem 0.01rem 0.08rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    padding:.2rem;
    display:flex;
}
.live-descBox .introduction .qiye-home .box.shop {
    background: #DB3B2F;
}
.live-descBox .introduction .qiye-home .box .l_img {
    flex: 0 0 auto;
    width: 1.33rem;
    height: 1.33rem;
    margin-right: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-descBox .introduction .qiye-home .box .l_img img {
    max-width: 1.33rem;
    max-height: 1.33rem;
}
.live-descBox .introduction .qiye-home .box .r_text {
    width:0;
    flex:1 1 auto;
}
.live-descBox .introduction .qiye-home .box .r_text .name {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    line-height: .56rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    padding-bottom:.04rem;
}
.live-descBox .introduction .qiye-home .box.shop .r_text .name {
    color:#fff;
}
.live-descBox .introduction .qiye-home .box .r_text .tips {
    display: flex;
    align-items: center;
}
.live-descBox .introduction .qiye-home .box .r_text .tips.shop {
    justify-content:space-between;
}
.live-descBox .introduction .qiye-home .box .r_text .tips .tips_left {
    width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: .4rem;
}
.live-descBox .introduction .qiye-home .box .r_text .tips .tips_left span:nth-child(1) {
    font-size: 0.27rem;
    color: #4FAD70;
    line-height: .4rem;
    padding: .05rem .1rem;
    background: #E5F4ED;
    margin-right:.1rem;
}
.live-descBox .introduction .qiye-home .box .r_text .tips .tips_left span:nth-child(2) {
    font-size: 0.27rem;
    color: #EE8383;
    line-height: .4rem;
    padding: .05rem .1rem;
    background: #FCEEEA;
}
.live-descBox .introduction .qiye-home .box .r_text .tips .tips_shop {
    width: 1.33rem;
    height: .4rem;
}
.live-descBox .introduction .qiye-home .box .r_text .tips .tips_right {
    width:1.55rem;
    height:.53rem;
    cursor:pointer;
}
.live-descBox .introduction .qiye-home .box .r_text .pro {
    font-size: 0.32rem;
    color: #787878;
    line-height: 0.44rem;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.live-descBox .introduction .detail-info {
    margin: 10px 0;
    background-color: #fff;
    padding: .40rem;
}
.live-descBox .introduction .detail-info .tiBar {
    font-size: .43rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .20rem;
}
.live-descBox .introduction .detail-info .infoContent{
    font-size: .36rem;
    color: #666;
    line-height: .56rem;
}
.live-descBox .introduction .protocolDown{
    margin:10px .20rem 10px .20rem;
}
.live-descBox .introduction .protocolDown img{
    display: block;
    width: 100%;
}
.live-descBox .ad_list{
    margin: 8px 0;
    background-color: #fff;
    padding: .40rem;
}
.live-descBox .ad_list img{
    display: block;
    width: 100%;
    margin-bottom: .30rem;
}
.bottom-flex{
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    max-width: 768px;
    justify-content:center;
    height: 1.40rem;
    padding: .30rem 0;
    box-sizing: border-box;
}
.bottomClear{
    height: 1.40rem;
}
.bottom-flex .sign-btn .subBtn{
    background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: .80rem;
    line-height: .80rem;
    font-size: .36rem;
    border-radius: 20px;
}
.bottom-flex .sign-btn .subBtn.end{
    background: #eee;
    color: #999;
}
.bottom-flex .chatroom-onSubmit{
    height: .80rem;
}
.bottom-flex .chatroom-onSubmit .submitMsg{
    width:1.4rem;
    height: .80rem;
    background-color:#F3F5F7;
    border-radius: 20px;
    float: right;
    margin-left: .30rem;
    text-align: center;
    line-height: .80rem;
    color:#2589FF;
    font-size: .36rem;
}
.bottom-flex .chatroom-onSubmit .fileMsg{
    height: 0.8rem;
    float: right;
    padding-top: .06rem;
    padding-left: .40rem;
}
.bottom-flex .chatroom-onSubmit .fileMsg img{
    width: auto;
    height: 0.7rem;
}
.bottom-flex .chatroom-onSubmit .inputTetx{
    box-sizing: border-box;
    height: .80rem;
    background-color:#F3F5F7;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 .40rem;
}
.bottom-flex .chatroom-onSubmit .inputTetx .msg-text{
    width: 100%;
    height: .80rem;
    background: none;
    border: none;
    font-size: .36rem;
}
.bottom-flex .share{
    width: 12%;
    float: left;
    height: .80rem;
}
.bottom-flex .share a{
    height: .80rem;
    text-indent: -99999px;
    display: block;
    background: url(../img/icon_share.png) center no-repeat;
    background-size:auto .55rem;
}
.bottom-flex .bottomBtnCon{
    width: 74%;
    float: left;
}
.bottom-flex .fabulous{
    width: 12%;
    float: right;
}
.bottom-flex .fabulous a{
    height: .80rem;
    text-indent: -99999px;
    display: block;
    background: url(../img/icon_fabulous.png) center .10rem no-repeat;
    background-size:auto .55rem;
    position: relative;
}
/* .bottom-flex .fabulous a:focus{
    background: url(../img/icon_fabulous_a.png) center no-repeat;
    background-size:auto .55rem;
} */
.popSign{
    position: fixed;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    border-radius:15px 15px 0 0;
    z-index: 99;
    webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    border-top:1px solid #f9f9f9;
}
.popSign .signForm{
    padding-top: .20rem;
}
.popSign .signForm .form-tiText{
    line-height: 1.40rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0 .40rem;
    font-size: .45rem;
}
.popSign .signForm .form-tiText a{
    width: .60rem;
    height: .60rem;
    position: absolute;
    right: .40rem;
    top: 50%;
    margin-top: -.30rem;
    text-indent: -9999px;
    background: url(../img/icon_close.png) no-repeat;
    background-size:.60rem auto;
}
.popSign .signForm .formBox{
    padding: .40rem .40rem;
    max-height: 12rem;
    overflow: scroll;
}
.popSign .signForm .formBox .item{
    margin-bottom:.30rem;
}
.popSign .signForm .formBox .item span{
    display: block;
    color: #333;
    font-size: .36rem;
    margin-bottom: 8px;
}
.popSign .signForm .formBox .item span b{
    font-size: 12px;
    color: #F13939;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 2px;
}
.popSign .signForm .formBox .item.radio-select{
    border-bottom: 1px solid #eee;
    margin-bottom: .30rem;
    padding-bottom: .20rem;
}
.popSign .signForm .formBox .item.radio-select span{
    margin-bottom: .30rem;
    color: #999;
}
.popSign .signForm .formBox .item.radio-select .el-radio{
    display: block;
    margin-bottom: .30rem;
}
.popSign .signForm .formBox .item.radio-select .el-radio span{
    display: inline-block;
    margin: 0;
}
.popSign .signForm .submit{
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 6;
    height: 1.80rem;
    box-sizing: border-box;
    padding: .30rem .40rem;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
}
.popSign .signForm .submit .el-button{
    display: block;
    width: 100%;
    height: 1rem;
    padding: 0;
}
.popSign .signForm .submitClear{
    height: 1.80rem;
}
.protocolShow{
    padding: .40rem;
    max-height: 12rem;
    overflow-y: auto;
    border-top: 1px solid #eee;
}
.protocolShow .list .item{
    padding-bottom: .40rem;
    border-bottom: 1px solid #eee;
    margin-bottom: .50rem;
}
.protocolShow .list .item:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.protocolShow .list .item .icon{
    border: 1px solid #eee;
    width: 2rem;
    height: 2rem;
    float: left;
    margin-right: .40rem;
    text-align: center;
    border-radius: 4px;
}
.protocolShow .list .item .icon img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 1.2rem;
    margin-top: .35rem;
}
.protocolShow .list .item .info{
    overflow: hidden;
}
.protocolShow .list .item .info .title{
    color: #333;
    font-size: .36rem;
    line-height: .50rem;
    height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.protocolShow .list .item .pull{
    margin-top: .20rem;
}
.protocolShow .list .item .pull .btn{
    float: right;
    height: .70rem;
    margin-left: .30rem;
}
.protocolShow .list .item .pull .btn a{
    display: block;
    float: left;
    width: 1.4rem;
    height: .70rem;
    line-height: .70rem;
    font-size: .32rem;
    box-sizing: border-box;
    border: 1px solid #1AA138;
    border-radius: 2px;
    text-align: center;
    color:#1AA138;
}
.protocolShow .list .item .pull .btn .viewBtn{
    margin-left: .30rem;
}
.protocolShow .list .item .pull .author{
    color: #999;
    overflow: hidden;
    font-size: .32rem;
    line-height: .70rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-descBox .introduction .detail-item {
    margin: 4px 0;
    background-color: #fff;
    padding: 0.4rem;
}
.live-descBox .introduction .detail-item .tiBar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:.2rem;
}
.live-descBox .introduction .detail-item .tiBar .title {
    font-size: .43rem;
    font-weight: bold;
    color: #333;
}
.live-descBox .introduction .detail-item .tiBar .more {
    font-size: 0.32rem;
    color: #999999;
}
.live-descBox .introduction .detail-item .list {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y:hidden;
    font-size: 0;
}
.live-descBox .introduction .detail-item .list::-webkit-scrollbar {
    height:0;
    display:none;
}
.live-descBox .introduction .detail-item .list .item {
    width: 3.81rem;
    height: 1.73rem;
    margin-right: .4rem;
    display: inline-block;
    vertical-align: top;
}
.live-descBox .introduction .detail-item.activity .list .item {
    width: 100%;
    height:3.60rem;
}
.live-descBox .introduction .detail-item .list .item:last-child {
    margin-right: 0;
}
.live-descBox .introduction .detail-item.group .list .item {
    background: url(../img/icon_group.png) no-repeat;
    background-size: 100% 100%;
}
.live-descBox .introduction .detail-item.xiaozu .list .item {
    background: url(../img/icon_xiaozu.png) no-repeat;
    background-size: 100% 100%;
}
.live-descBox .introduction .detail-item.vote .list .item {
    background: url(../img/icon_vote.png) no-repeat;
    background-size: 100% 100%;
}
.live-descBox .introduction .detail-item.exhibition .list .item {
    background: url(../img/icon_exhibition.png) no-repeat;
    background-size: 100% 100%;
}
.live-descBox .introduction .detail-item.activity .list .item .activity_img {
    position:relative;
    overflow:hidden;
    height: 3rem;
}
.live-descBox .introduction .detail-item.activity .list .item .activity_img .img {
    width: 100%;
    /* height: 2rem; */
    border-radius: 0.16rem 0.16rem 0 0;
}
.live-descBox .introduction .detail-item.activity .list .item .activity_img .num {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .11rem;
    width: 3.81rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #000000;
}
.live-descBox .introduction .detail-item.activity .list .item .title {
    margin-top:.13rem;
    /* width: 3.81rem; */
    font-size: .30rem;
    color: #333333;
    line-height: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-descBox .introduction .detail-item .list .item .name {
    height: .88rem;
    margin: .20rem .20rem .12rem .20rem;
    font-size: 0.35rem;
    font-weight: 800;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    }
.live-descBox .introduction .detail-item.group .list .item .name {
    color: #0F005D;
}
.live-descBox .introduction .detail-item.xiaozu .list .item .name {
    color: #7A0087;
}
.live-descBox .introduction .detail-item.vote .list .item .name {
    color: #873600;
}
.live-descBox .introduction .detail-item.exhibition .list .item .name {
    color: #004C5D;
}
.live-descBox .introduction .detail-item.exhibition .list .item .pull span{
    display: inline-block;
    color: #999;
    font-size: .30rem;
    padding-right: .10rem;
}
.live-descBox .introduction .detail-item .list .item .num {
    font-size: 0.23rem;
    color: #8B91A8;
    line-height: 0.45rem;
    padding-left: .20rem;
    border-top: 1px solid #D6DEFF;
}
.live-descBox .introduction .detail-item.group .list .item .num {
    background: #F1F3FF;
}
.live-descBox .introduction .detail-item.xiaozu .list .item .num {
    background: #F7F0FF;
}
.live-descBox .introduction .detail-item.vote .list .item .num {
    background: #FFF9EC;
}
/*推荐研报*/
.live-descBox .report{
    /* background-color:#fff; */
    padding:.40rem .30rem;
}
.live-descBox .report ul{
    overflow:hidden
}
.live-descBox .report ul li{
    width:48%;
    float:left;
    margin-right:4%;
    margin-bottom:.30rem;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.live-descBox .report ul li:nth-child(2n){
    margin-right:0
}
.live-descBox .report ul li .img img{
    display:block;
    height:4.5rem;
    object-fit:cover;
    width:100%;
}
.live-descBox .report ul li .info{
    background-color: #fff;
    padding: .20rem;
}
.live-descBox .report ul li .title{
    line-height:.50rem;
    font-size:.38rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:.10rem
}
.live-descBox .report ul li .price{
    color:#FF653D;
    font-size:.36rem;
    font-weight:bold;
    margin-top:.10rem
}
/*推荐视频*/
.live-descBox .voteList ul{
    overflow:hidden
}
.live-descBox .voteList{
    padding-top:.20rem
}
.live-descBox .voteList ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom:.40rem
}
.live-descBox .voteList ul li:nth-child(2n){
    margin-right:0
}
.live-descBox .voteList ul li .img{
    position:relative;
    height:2.4rem;
    overflow:hidden;
}
.live-descBox .voteList ul li .img img{
    display:block;
    width:100%;
    height:2.4rem;
    object-fit:cover
}
.live-descBox .voteList ul li .img .topping{
    position:absolute;
    right:.20rem;
    top:.20rem;
    background:rgba(0,0,0,.6);
    color:#fff;
    line-height:.60rem;
    font-size:.32rem;
    padding:0 .20rem;
    border-radius:2px;
}
.live-descBox .voteList ul li .img .time {
    position: absolute;
    height: 0.56rem;
    top: 1.65rem;
    left: 0.2rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}
.live-descBox .voteList ul li .img .time .tips {
    padding-left: 0.66rem;
    line-height: .56rem;
    color: #fff;
    font-size: .30rem;
    padding-right: 0.2rem;
}
.live-descBox .voteList ul li .img .time .tips::after {
    content: '';
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/icon_time.png) center no-repeat;
    background-size: 0.4rem 0.4rem;
    background-color: #06BE6A;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.live-descBox .voteList ul li .title {
    height: 1rem;
    line-height: .50rem;
    font-size: .38rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .10rem;
}
.live-descBox .voteList ul li .label{
    margin:.10rem 0;
    height: .50rem;
}
.live-descBox .voteList ul li .label span {
    display: inline-block;
    line-height: .50rem;
    font-size: .30rem;
    padding: 0 .10rem;
    margin-right: .15rem;
}
.live-descBox .voteList ul li .label span:nth-child(1) {
    background-color: #E9EFFD;
    color: #7A9DF8
}
.live-descBox .voteList ul li .label span:nth-child(2) {
    background-color: #E5F4ED;
    color: #4FAD70
}
.live-descBox .voteList ul li .label span:nth-child(3) {
    background-color: #FCEEEA;
    color: #EE8383
}
.live-descBox .voteList ul li .btncler{
    overflow:hidden;
    margin-top:.20rem
}
.live-descBox .voteList ul li .btncler .btn {
    float: right;
    display: block;
    border: 1px solid #1AA138;
    border-radius: 6px;
    color: #1AA138;
    line-height:.70rem;
    padding:0 .20rem;
    margin-left:.20rem;
}
.live-descBox .voteList ul li .btncler .num{
    line-height:.70rem;
    color:#999;
    font-size:.30rem;
}
/*社区群*/
.live-descBox .communityShow{
    background-color: #fff;
    padding:.48rem .40rem;
}
.live-descBox .communityShow ul li{
    padding: .30rem .50rem .50rem .30rem;
    background:url(../img/communitybg1.png) no-repeat;
    background-size:100% 100%;
    margin-bottom: .50rem;
}
/* .live-descBox .communityShow ul li:last-child{
    background:url(../img/communitybg2.png) no-repeat;
    background-size:100% 100%;
    margin-bottom: 0;
} */
.live-descBox .communityShow ul li img{
    width: 3rem;
    height: 3rem;
    display: block;
    float: left;
    margin-right: .25rem;
    border: 1px solid rgba(26, 161, 56, 0.20);
}
/* .live-descBox .communityShow ul li:last-child img{
    border: 1px solid rgba(255, 115, 34, 0.20);
} */
.live-descBox .communityShow ul li .infos{
    overflow: hidden;
    position: relative;
    top: .25rem;
    border: 1px solid rgba(26,161,56,0.1);
}
/* .live-descBox .communityShow ul li:last-child .infos{
    border: 1px solid rgba(255,115,34,0.1);
} */
.live-descBox .communityShow ul li .text_c1{
    background: rgba(26,161,56,0.1);
    width: 100%;
    height: 1.3rem;
    padding: 0 .20rem;
    box-sizing: border-box;
    display: flex;
}
/* .live-descBox .communityShow ul li:last-child .text_c1{
    background: rgba(255,115,34,0.1);
} */
.live-descBox .communityShow ul li .text_c1 span{
    color: #1AA138;
    font-size: .35rem;
    font-weight: bold;
    line-height: .45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-self: center;
}
.live-descBox .communityShow ul li .text_c2{
    padding: .10rem .20rem;
    line-height: .45rem;
    color: #999;
    font-size: .30rem;
}
.live-descBox .communityShow ul li .text_c2 a{
    color: #1AA138;
    display: inline-block;
}
/* .live-descBox .communityShow ul li:last-child .text_c1 span{
    color: #FF7322;
}
.live-descBox .communityShow ul li:last-child .text_c2 a{
    color: #FF7322;
} */
.user-scroll{
    position: fixed;
    left: .40rem;
    top:7rem;
    height: .70rem;
    z-index: 99;
}
.user-scroll .userin_tip{
    display: inline-block;
    background: rgba(0, 0, 0, 0.60);
    height: .70rem;
    border-radius: 20px;
    color: #fff;
    font-size: .32rem;
    line-height: .70rem;
    padding: 0 .30rem;
    animation: fadeInLeft .5s;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*邀请排行榜*/
.rankingShow{
    padding: .70rem .40rem .50rem .40rem;
    background: url(../img/live_inviteList.png) no-repeat;
    background-size:100% 100%;
}
.rankingShow .topCon{
    position: relative;
}
.rankingShow .topCon .tibar{
    text-align: center;
}
.rankingShow .topCon .tibar img{
    display: inline-block;
    width: auto;
    height: .65rem;
}
.rankingShow .topCon .rule{
    position: absolute;
    right: 0;
    top: .10rem;
    color: #FF7322;
    background:url(../img/tips.png) left center no-repeat;
    background-size:.35rem auto;
    font-size: .32rem;
    padding-left: .40rem;
}
.rankingShow .rankList{
    padding: .70rem 0 .10rem 0;
}
.rankingShow .rankList ul li{
    height: 1rem;
    margin-bottom:.60rem;
}
.rankingShow .rankList ul li .invite_num{
    float: right;
    text-align: right;
    margin-left: .40rem;
    line-height: 1rem;
    font-size: .32rem;
    color: #666666;
}
.rankingShow .rankList ul li:nth-child(1) .invite_num span,
.rankingShow .rankList ul li:nth-child(2) .invite_num span,
.rankingShow .rankList ul li:nth-child(3) .invite_num span{
    color: #FF7322;
}
.rankingShow .rankList ul li .user_info{
    overflow: hidden;
}
.rankingShow .rankList ul li .user_info .num{
    text-align: center;
    float: left;
    width: .80rem;
    line-height: 1rem;
}
.rankingShow .rankList ul li .user_info .num span{
    font-weight: bold;
    color: #333333;
    font-size: .36rem;
    display: block;
}
.rankingShow .rankList ul li:nth-child(1) .user_info .num span{
    background: url(../img/top1.png) center no-repeat;
    background-size:.65rem auto;
    text-indent: -9999px;
}
.rankingShow .rankList ul li:nth-child(2) .user_info .num span{
    background: url(../img/top2.png) center no-repeat;
    background-size:.65rem auto;
    text-indent: -9999px;
}
.rankingShow .rankList ul li:nth-child(3) .user_info .num span{
    background: url(../img/top3.png) center no-repeat;
    background-size:.65rem auto;
    text-indent: -9999px;
}
.rankingShow .rankList ul li .user_info .avatar{
    float: left;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
}
.rankingShow .rankList ul li .user_info .avatar img{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    box-sizing: border-box;
}
.rankingShow .rankList ul li:nth-child(1) .user_info .avatar img{
    border: 3px solid #FFDA41;
}
.rankingShow .rankList ul li:nth-child(2) .user_info .avatar img{
    border: 3px solid #CFCFCF;
}
.rankingShow .rankList ul li:nth-child(3) .user_info .avatar img{
    border: 3px solid #C78543;
}
.rankingShow .rankList ul li .user_info .name{
     line-height: 1rem;
     color: #333333;
     font-weight: bold;
     font-size: .35rem;
     float: left;
     margin-left: .40rem;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     max-width: 2.8rem;
}
.bottomUserInfo{
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.80rem;
    box-sizing: border-box;
    background: #FFECE1;
}
.bottomUserInfo a{
    display: block;
    padding: .40rem;
}
.bottomUserInfo .btn{
    background-color: #FF7322;
    border-radius: 20px;
    height: .70rem;
    width: 1.5rem;
    float: right;
    margin-top: .20rem;
    text-align: center;
    color: #fff;
    line-height: .70rem;
    margin-left: .40rem;
}
.bottomUserInfo .infos{
    overflow: hidden;
}
.bottomUserInfo .infos img{
    width: 1rem;
    height: 1rem;
    float: left;
    border-radius: 50%;
    margin-right: .30rem;
}
.bottomUserInfo .infos .textCon{
    overflow: hidden;
}
.bottomUserInfo .infos .textCon .title{
    color: #333;
    font-size: .32rem;
}
.bottomUserInfo .infos .textCon .tips{
    color: #FF7322;
    font-size: .32rem;
    padding-top: .05rem;
}
.ruleCon{
    padding:.40rem;
    height: 10rem;
    overflow-y:auto;
    color: #666;
    font-size: .35rem;
    line-height: .50rem;
    border-top: 1px solid #eee;
}
.cd-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}
.cd-popup.is-visible{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8rem;
}
.cd-popup-container .cd-popup-close {
	display: block;
	height: 60px;
	width: 100%;
	background: url(/images/icon_close@2x.png) right center no-repeat;
	background-size: auto 30px;
	text-indent: 999999px
}
.cd-popup-container .cd-popup-close.equity{
    background: url(/images/icon_close@2x.png) center center no-repeat;
	background-size: auto 30px;
}
.liveShareView{
    border-radius: 6px;
    background-color: #fff;
}
.equityConShow{
    background-color: #fff;
    border-radius: 4px;
}
.equityConShow .topCon{
    padding: .40rem;
    text-align: center;
}
.equityConShow .topCon .tibar{
    color: #D6AF62;
    font-size: .38rem;
    font-weight: bold;
}
.equityConShow .topCon .subbid{
    color: #464646;
    font-size: .35rem;
    padding-top: .10rem;
}
.equityConShow .equitydesc{
    overflow:auto;
    max-height: 8rem;
}
.equityConShow .equitydesc img{
    display: block;
    width: 100%;
}
.equityConShow .buyBtn{
    padding: .50rem .40rem;
}
.equityConShow .buyBtn a{
    display: block;
    height: 1rem;
    background-color: #FF8829FF;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 1rem;
    font-size: .36rem;
}
/**/
.liveYuePop.van-popup--bottom.van-popup--round{
    border-radius:16px 16px 0 0;
}
.liveYuePop .recent-head{
    height: 1.20rem;
    position: relative;
}
.liveYuePop .recent-head .headti{
    text-align: center;
    color: #333;
    font-size: .36rem;
    font-weight: bold;
    line-height: 1.20rem;
}
.liveYuePop .recent-head .closeBtn{
    width: 1.5rem;
    height: 1.20rem;
    background: url(../img/icon_arrow.png) center no-repeat;
    background-size:.35rem auto;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999999px;
}
.liveYuePop .recent-head .yueAll{
    position: absolute;
    right: .40rem;
    top: 0;
    height: 1.20rem;
    line-height: 1.20rem;
    color: #1AA138;
    font-size: .36rem;
    font-weight: bold;
}
.liveYuePop .protocolShow{
    border-top: none;
    padding:.40rem .40rem .10rem .40rem;
}
.liveYuePop .protocolShow .list .item{
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.liveYuePop .protocolShow .list .item .time{
    color: #333;
    font-size: .38rem;
    padding-left: .60rem;
    background: url(../img/icon_dot.png) left center no-repeat;
    background-size:.40rem auto;
    margin-bottom: .10rem;
}
.liveYuePop .protocolShow .list .item .title{
    font-size: .35rem;
    color: #666;
    padding-left: .60rem;
    width:70%;
}
.liveYuePop .protocolShow .list .item .btn_yuyue{
    width: 1.50rem;
    height: .70rem;
    line-height: .68rem;
    border: .01rem solid #E1E1E1;
    border-radius: 2px;
    color: #999;
    font-size: .32rem;
    position: absolute;
    right: 0;
    top: .42rem;
    text-align: center;
}
.liveYuePop .protocolShow .list .item .btn_yuyue.none{
    border: .01rem solid #1AA138;
    color: #1AA138;
}