﻿.live-lg{width: 680px;}
.live-md{width: 660px;}
.live-sm,
.live-hd-item{width: 320px;}
.live-sm{ height: 1200px;position: relative}
.flex-container{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.gray,
a.gray,
.gray > a{color: #9e9e9e}
.fold-btn{
    display: none;
    width: 30px;
    height: 30px;
    background: url(/wlstock../images/live/down_icon.png) no-repeat;
}
.line-through{text-decoration: line-through}
.live-hd{
    width: 1000px;
}
.l-item-img{
    width: 320px;
    height: 150px;
    overflow: hidden;
}
.l-item-img img{transition: all 1s ease .2s;}
.l-item-img img:hover{transform: scale(1.2);}
.l-item-title{
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 20px/1 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
    overflow: hidden;
}
.l-item-list li{
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-box{border-top: 2px solid #da2b3a;}
.live-box-hd{
    padding-top: 15px;
    padding-bottom: 15px;
}
.live-box-hd > h2{font-weight: 700}
.live-list{
    margin-left: 5px;
    padding-left: 12px;
    border-left: 1px solid #e2e2e2;
}
.live-list-item,
.live-list-clone-item{
    position: relative;
    border-bottom: 1px dotted #d4e2f2;
}
.msg-dot{
    position: absolute;
    top: 10px;
    left: -17px;
    display: block;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
}
.animate-dot{
    position: absolute;
    top: 0;
    left: -28px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("/wlstock../images/live/animate-dot.png") no-repeat;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}
.msg-time,
.live-list-clone-title{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 2px;
    overflow: hidden;
}
.msg-time{
    padding-left: 6px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.msg-name{font-size: 12px;}
.live-list-clone-title{
    font-weight: 600;
    color: #f04343;
}
.live-list > .live-list-item:nth-child(1) > a > .msg-time,
.live-list-clone > .live-list-clone-item:nth-child(1) > .live-list-clone-title
{margin-top: 0}
.live-list > li:last-child,
.live-list-clone >li:last-child{border-bottom: none;}
.live-list > li:last-child > .msg-info,
.live-list-clone > li:last-child > .live-list-clone-cont{margin-bottom: 0}
.live-list-item:hover .msg-time{background: #da2b3a;}
.live-list-item:hover i{color: white;}
.live-list-item:hover .msg-dot{
    background: #f04343;
    border-color: #f04343;
}
.live-list-item:hover .animate-dot{
            animation: cicle .3s .2s;
    -webkit-animation: cicle .3s .2s;
}
.live-list-item:hover .msg-name{display: none}
.live-list-item:hover .fold-btn{display: block}
.msg-time > i{
    font-size: 16px;
}

@keyframes cicle {
    0% {
        opacity: .5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(0.4);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }
    40% {
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }
}

@-webkit-keyframes cicle {
    0% {
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -ms-transform: scale(0.4);
        transform: scale(0.4);
        -webkit-transform: scale(0.4)
    }
    40% {
        opacity: .5;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=00);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }
}
.msg-info,
.live-list-clone-cont{
    margin-bottom: 15px;
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg-info-problem{ color: #9e9e9e }
.item-link{
    display: block;
    color: inherit;
}
.item-link:hover{ color:inherit }
.live-list-hot{
    border: 1px solid #d2e1f1;
}
.live-list-hot > li{
    padding: 15px;
    border-bottom: 1px dotted #d2e1f1;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.live-list-hot > li:hover{
    padding-left: 20px;
    border-left: 3px solid #1a69b4;
}
.live-list-hot > li:last-child{border-bottom: none}
.live-list-hot > li:first-child .hot-after{
    background: #da2b3a;
    color: white
}
.live-list-hot > li:first-child .hot-title{font-weight: 600}
.hot-item,
.item-title-row{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
      -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.hot-title,
.hot-after{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hot-title{ max-width: 80px; }
.hot-after{ max-width: 120px; }
.hot-item-media{
    width: 65px;
    height: 65px;
    position: relative;
    overflow: hidden;
}
.hot-item-media:after{
    position: absolute;
    top: -50px;
    left: -30px;
    display: block;
    content: '';
    width: 30px;
    height: 150px;
    background: #fff;
    opacity: .1;
    -webkit-transform: rotate(35deg);
       -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
         -o-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all .5s cubic-bezier( .19, 1, .22, 1);
       -moz-transition: all .5s cubic-bezier( .19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier( .19, 1, .22, 1);
         -o-transition: all .5s cubic-bezier( .19, 1, .22, 1);
            transition: all .5s cubic-bezier( .19, 1, .22, 1);
}
.item-link:hover .hot-item-media:after{
    left: 120%;
    -webkit-transition: all .5s cubic-bezier( .19, 1, .22, 1);
       -moz-transition: all .5s cubic-bezier( .19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier( .19, 1, .22, 1);
         -o-transition: all .5s cubic-bezier( .19, 1, .22, 1);
            transition: all .5s cubic-bezier( .19, 1, .22, 1);

}
.hot-item-inner{
    width: 223px;
    padding-left: 15px;
}
.hot-after{
    padding: 2px 10px;
    border: 1px solid #da2b3a;
    color: #da2b3a;
    border-radius: 3px;
}
.hot-item-text{
    margin-top: 5px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    height: 36px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    color: #9e9e9e;
}
.live-full-list > li{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d2e1f1;
    line-height: 1.8;
}
.live-list-record > li > span:nth-child(3n+1),
.live-list-record > li > span:nth-child(3n+2){color: #1a69b4}
.live-list-record > li > span:nth-child(3n+3){color: #9e9e9e}
.live-user{
    /*padding-right: 60px;

    -webkit-align-items: center;
            align-items: center;
*/
}
.live-user-avatar{
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.live-user-avatar > img{
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.live-user-detail{
    width: 800px;
    margin-left: 20px;
}
.live-user-hd > h2{
    float: left;
    margin-right: 10px;
    font: bold 22px/2 '微软雅黑'
}
.live-user-hd > a{
    display: block;
    margin-top: 10px;
    color: #1a69b4;
}
.live-user-txt{
    line-height: 25px;
    color: #9e9e9e;
    text-align: justify;
    *text-align: left;
    text-justify:distribute-all-lines;
}
.live-user-right{border: 1px solid #d2e1f1}
.user-right-hd{padding: 10px 20px 5px;}
.right-hd-title{font-weight: 600;}
.user-right-title{color: #ac0001}
.user-right-bd{padding: 0 20px 10px}
.user-right-text{
    height: 72px;
    margin-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
}
.user-right-ft{
    padding: 6px 20px;
    background: #f2f8fd;
    font-size: 26px;
    line-height: 1.2;
    color: #da2b3a;
    border-top: 1px solid #d2e1f1
}
.user-right-ft button{
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    background: #da2b3a;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}
.fixed-h{
    position: relative;
}
.live-tab-ft{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.live-tab-ft > div{
    font-size: 20px;
    font-family: 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
    text-align: center;
}
.ask-stock{  background: #da2b3a;  }
.ask-stock > a{color: #fff;}
.stock-good{background: #eeeeef}
.stock-good > a{color: #9e9e9e}
.live-tabs-ul:after,
.live-tabs-ul:before{
    content: '';
    display: table;
}
.live-tabs-ul:after{clear: both}
.live-tabs-ul > li{
    float: left;
}
.live-tabs-ul > li > a{
    display: block;
    background: #eeeeef;
    text-align: center;
}
.live-ul-login{ padding-left: 20px; }
.live-ul-login > li > a{
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #d2e1f1;
    border-bottom: 2px solid #d2e1f1;
    font-size: 16px ;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
    color: #9e9e9e;
}
.tab-ul-red > li{height: 60px;}
.tab-ul-blue > li{height: 46px;}
.tab-ul-red > li > a{
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #1a69b4;
}
.tab-ul-blue > li > a{
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.tab-ul-red > .ui-tabs-active{background: url("/wlstock../images/live/tip-red.png") bottom center no-repeat ;}
.tab-ul-blue > .ui-tabs-active{background: url("/wlstock../images/live/tip-blue.png") bottom center no-repeat ;}
.live-tabs-ul.ui-tabs-nav{margin-bottom: 0}
.tab-ul-red > .ui-tabs-active > a{
    background: #da2b3a;
    color: #fff;
}
.tab-ul-blue > .ui-tabs-active > a{
    background: #57a8dd;
    color: #fff;
}
.live-ul-login > .ui-tabs-active > a{
    color: #da2b3a;
    border-bottom-color: #da2b3a
}
.live-tabs-blue{
    margin-top: 40px;
    border: 1px solid #d7dee6;
    border-top: 2px solid #57a8dd;
}
.live-tabs-hd{
    position: relative;
    overflow: hidden;
}
.live-tab-full{padding: 20px 60px;}
.tab-ul-r{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
}
.live-icons{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url("/wlstock../images/live/live_icon.png") no-repeat;
    overflow: hidden;
    vertical-align: -15%;
}
.live-icon-on{
    width: 20px;
    height: 15px;
    background-position: 0 -15px;
}
.live-history-icon{
    width: 15px;
    height: 15px;
    background-position: 0 -128px;
}
.icon-ask{
    width: 30px;
    height: 25px;
    background-position: 0 -30px;
    vertical-align: -10%;
}
.icon-ask-blue{
    width: 25px;
    height: 21px;
    margin-right: 3px;
    background-position: 0 -55px;
    vertical-align: -20%;
}
.good-icon{
    width: 30px;
    height: 24px;
    background-position: 0 -80px;
    vertical-align: -5%;
}

.good-icon-off{
    width: 30px;
    height: 24px;
    background-position: 0 -80px;
    vertical-align: -5%;
}

.good-icon-on{
    width: 30px;
    height: 24px;
    background-position: 0 -104px;
    vertical-align: -5%;
}

.live-interact-ta-text{
    height: 100px;
}


.icon-ok{
    position: absolute;
    top: 11px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-position: 0 -143px;
}
.icon-msg{
    width: 21px;
    height: 13px;
    margin-right: 3px;
    background-position: 0 -159px;
    vertical-align: -10%;
}
.live-dialog-header .icon-msg{ vertical-align: 0;}
.comment-blue-lg{
    font-size: 16px;
    color: #1a69b4;
}
.live-detail-list > div{

    font-size: 13px;
    line-height: 1.6;
    color: #5f5f5f;
}
.live-detail-list .slick-slide{margin-bottom: 10px;}
.live-lg .live-detail-bd{
    padding-left: 70px;
}
.live-detail-bd p{margin-bottom: 5px;}
.live-lg .live-detail-hd{
    float: left;
    width: 60px;
    font-size: 20px;
    color: #FF9A02;
    font-weight:bold;
}
.live-detail-hd span{padding-right: 20px}
.tab-item-title{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
.live-list-lg{
    padding-right: 60px;
    font-size: 15px;
    line-height: 24px;
}
.live-list-lg li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.live-interact{
    border-left: 1px solid #d7dee6;
    border-right: 1px solid #d7dee6;
}
.live-interact > .live-box-hd{padding-left: 20px;}
.live-interact-detail{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 12px;
}
.live-interact-detail{ border-bottom: 1px solid #d7dee6; }
.live-interact-detail > ul >  li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.live-interact-form{
    margin-top: 10px;
    padding: 20px 20px 0;
    border-top: 1px solid #d2d1d1;
}
.live-interact-ta{
    margin-top: 5px;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}
.live-interact-ta textarea{
    width: 100%;
    border: none
}
.live-money-box > div{ display: inline-block; }
.money-box-media{
    width: 170px;
    padding-left: 60px;
    vertical-align: top;
}
.money-box-detail{ width: 740px;}
.box-detail-title{ font: bold 20px 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ'; }
.box-detail-cont{ line-height: 24px; }
.box-detail-cont li{ margin-top: 5px; }
.box-detail-time,
.box-detail-time dd{
    margin-right: 6px;
    display: inline-block;
}
.box-detail-time dd{
    padding: 3px 12px;
    border: 1px solid #e1e1e1;
    background: #eeeeef;
    cursor: pointer;
}
.box-detail-time .active{
    border-color: #1a69b4;
    color: #1a69b4;
    background: url("/wlstock../images/live/tip-rb.png") bottom right no-repeat;
}
.box-detail-ft button{
    height: 60px;
    margin-top: 25px;
    margin-left: 70px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 60px;
    background: #da2b3a;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
.count-down-wrap > span{
    padding-left: 5px;
    padding-right: 5px;
    color: #da2b3a;
}
.detail-txt{
    display: inline-block;
    margin-left: 10px;
}
.live-pay-wrap{
    width: 900px;
    margin: 30px auto;
}
.live-pay-hd{
    height: 40px;
    padding-left: 30px;
    line-height: 40px;
    color: #fff;
    background: #57a8dd;
}
.live-pay-bd{
    border: 1px solid #d7dee6;
    border-top: none;
    font-size: 12px;
}
.live-pay-title{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
}
.live-pay-title:after{
    position: absolute;
    top: 39px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #d7dee6;
}
.live-pay-title > div > p{ padding-top: 20px; }
.live-pay-detail{
    margin-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.pay-item{
    margin-top: 15px;
    font-size: 16px;
}
.btn-red-xl{
    height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 50px;
    background: #da2b3a;
    color: #fff;
    border: none;
    font: bold 20px 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
    cursor: pointer;
}
/*===live-dialog====*/
.login-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0,0,0,.5);
}
.live-dialog-wrap{
    display: none;
    width: 600px;
    z-index: 1002;
}
.wl-dialog-wrap{
    position: fixed;
    top: 50px;
    left: 50%;
    display: none;
    width: 600px;
    margin-left: -300px;
    z-index: 1002;
}
.live-dialog-login{
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -200px;
    display: none;
    width: 600px;
    z-index: 1002;
}
.live-dialog-header{
    position: relative;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    background-color: #d2e1f1;
    color: #1a69b4;
    font-size: 16px;
}
.live-dialog-header .icon-ask-blue{vertical-align: -10%}
a.liveModalCloseImg{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("/wlstock../images/live/live-dialog-close.png") no-repeat;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
    cursor: pointer;
    z-index: 3200;
}
a.liveModalCloseImg:hover{
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
.live-dialog-cont{
    padding: 30px 50px 20px;
    background: #fff;
}
.live-textarea-wrap,
.live-input-wrap{
    padding: 10px;
    border: 1px solid #9e9e9e;
}
.live-textarea-wrap textarea,
.live-input-wrap input{
    width: 100%;
    border: none;
    color: #9e9e9e;
}
.live-ft{ margin-top: 20px; }
/*====ÃƒÂ¦Ã‚Â³Ã‚Â¨ÃƒÂ¥Ã¢â‚¬Â Ã…â€™ÃƒÂ§Ã¢â€žÂ¢Ã‚Â»ÃƒÂ¥Ã‚Â½Ã¢â‚¬Â¢====*/
.live-dialog-login{ width: 400px; }
.live-dialog-login *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
.live-form-item{
    position: relative;
    margin-bottom: 24px;
}
.live-loading-icon{
    position: absolute;
    top: 15px;
    left: 110px;
    display: none;
    width: 54px;
    height: 10px;
    background: url("/wlstock../images/live/loading.gif") no-repeat;
}
.form-item-loading > .live-loading-icon{ display: block}
.item-tip{
    position: absolute;
    top: 9px;
    left: 10px;
    padding-left: 3px;
    padding-right: 3px;
    background: #fff;
    color: #9e9e9e;
    -webkit-transition: all linear .3s;
       -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
         -o-transition: all linear .3s;
            transition: all linear .3s;
    cursor: inherit;
}
.form-item-focus > .item-tip{
    top: -10px;
    font-size: 12px;
    color: #1a69b4;
}
.live-form-input{
    width: 100%;
    height: 40px;
    padding-left: 8px;
    line-height: 40px;
    border: 1px solid #d2e1f1;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.form-item-focus > .live-form-input{ border-color: #1a69b4 }
.security-code-input{ width: 180px }
.live-security-code{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eeeeef;
    color: #1a69b4;
}
.form-btn-rb{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #da2b3a;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font:  18px 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
}
a.disable,
button.disable{
    background: #9e9e9e;
    cursor: no-drop;
}
a.disable{ color: #707070  }
.form-item-text{
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
}
.text-warning{ color: #da2b3a }
#live-modal-container .live-dialog-cont{ background: #fff; }
/*==ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¤Ã‚ÂºÃ‚ÂºÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™===*/
.et-right-live > li{
    padding: 10px 0;
    border-bottom: 1px solid #cfcfd9;
    line-height: 2;
    font-size: 12px;
}
.et-right-live .live-item-reply{ line-height: 1.5; }
.et-live-item{
    padding: 10px 0;
    border-bottom: 1px dashed #cfcfd9;
}
.et-right-live > li > .et-live-item:first-child{ padding-top: 0;}
.et-right-live > li > .et-live-item:nth-last-child(2){
    padding-bottom: 5px;
    border-bottom: none;
}
.et-right-live > li > .et-live-item:last-child{
    padding-bottom: 5px;
    border-bottom: none;
}
.live-item-answer,
.live-item-reply{
    position: relative;
    padding-left: 65px;
}
.live-item-answer{
    padding-right: 50px;
    color: #969696;
}
.live-item-reply{
    padding-right: 110px;
    color: orangered;
}
.answer-left,
.answer-right{
    position: absolute;
}
.answer-left{
    left: 0;
}
.answer-right{
    right: 0;
}
.live-msg-dot{
    margin-left: 5px;
    padding: 2px;
    background: #da2b3a;
    color: #fff;
    border-radius: 50%;
}
/*ÃƒÂ¤Ã‚Â¼Ã‚Â¸ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

/*ÃƒÂ¦Ã‚Â°Ã‚Â´ÃƒÂ¥Ã‚Â¹Ã‚Â³ÃƒÂ¤Ã‚Â¼Ã‚Â¸ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.row-flex{
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }

/*ÃƒÂ¥Ã…Â¾Ã¢â‚¬Å¡ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¤Ã‚Â¼Ã‚Â¸ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.col-flex {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
.flex-wrap > div{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.ib{
    display: inline-block;
    *display: block;
    *zoom: 1;
    vertical-align: middle;
}
.clearFix{ *zoom:1;}/*ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¥Ã‚ÂÃ‚Â ÃƒÂ¤Ã‚Â½Ã‚Â*/
.clearFix:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.liver-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.liver-box > ul > li {margin-bottom: 40px;}
.liver-box > ul > li .liver-info {
    width: 200px;
    height: 220px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    float: left;
}
.liver-box > ul > li .liver-info .liver-header {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 65px;
    top: -20px;
}
.liver-box > ul > li.style-1 .liver-info{
    background: #ff4856;
}
.liver-box > ul > li.style-2 .liver-info{
    background: #38adf5;
}
.liver-box > ul > li.style-3 .liver-info{
    background: #b282ed;
}
.liver-box > ul > li.style-4 .liver-info{
    background: #fd8556;
}
.liver-box > ul > li.style-5 .liver-info{
    background: #fdb156;
}
.liver-box > ul > li .live-content .triangle-right {
    width: 0;
    height: 0;
    border-top: 110px solid transparent;
    border-left: 190px solid #dd1e2d;
    border-bottom: 110px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.liver-box > ul > li.style-2 .live-content .triangle-right {
    border-left-color: #048de1;
}
.liver-box > ul > li.style-3 .live-content .triangle-right {
    border-left-color: #8f48e7;
}
.liver-box > ul > li.style-4 .live-content .triangle-right {
    border-left-color: #ec5a20;
}
.liver-box > ul > li.style-5 .live-content .triangle-right {
    border-left-color: #f3911c;
}
.liver-info .liver-name{
    font-size: 28px;
    text-align: center;
    padding-top: 55px;
}
.liver-info .line {
    width: 170px;
    height: 1px;
    margin: 10px auto;
    background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.liver-info a.link {
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}
.live-content{
    width: 800px;
    height: 220px;
    float: right;
    position: relative;
}
.live-content .content-list{
    height: 198px;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-left: none;
    background: #fff;
    position: absolute;
    top: 10px;
}
.live-content .content-list .left {
    border-left: 2px solid #e3e3e3;
    height: 100%;
    width: 470px;
    margin-left: 30px;
    position: relative;
}
.live-content .content-list .left .title {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background:#51b0ff;
    position: absolute;
    top: 7px;
    left: -9px;
    padding: 0 15px 0 30px;
}
.live-content .content-list .left .triangle-topright {
    width: 0;
    height: 0;
    border-top: 7px solid #1b92f6;
    border-left: 7px solid transparent;
    position: absolute;
    top: 33px;
    left: -9px;
}
.live-content .content-list .left .timer-list {
    padding-top: 45px;
}
.live-content .content-list .left .timer-list li {
    height: 60px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
    margin-left: -8px;
    margin-bottom: 20px;
}
.live-content .content-list .left .timer-list .icon-list {
    border: 1px solid #e3e3e3;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: #fff;
    top: 3px;
}
.live-content .content-list .left .timer-list .icon-list:before {
    content: "";
    border: 1px solid #e3e3e3;
    display: block;
    width: 5px;
    height: 5px;
    margin: 3px auto;
    border-radius: 50%;
}
.live-content .content-list .left .timer-list .time {
    margin-right: 20px;
    font-size: 14px;
}
.live-content .content-list .left .timer-list p {
    font-size: 12px;
    line-height: 20px;
}
.vertical-line {
    background: #e3e3e3;
    width: 1px;
    height: 165px;
    margin-left: 12px;
    margin-right: 10px;
}
.live-content .content-list .option-list {
    width: 240px;
    padding-top: 15px;
    font-size: 12px;
}
.live-content .content-list .option-list ul li {
    margin: 12px auto;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.live-detail-option{
    padding-right: 30px;
}
.live-detail-option li{
    padding: 30px 0;
    border-bottom: 1px dashed #d5e3f2;
}
.live-detail-option .title {
    font-weight: bold;
}
.table-style-1 {
    width: 100%;
    margin: 15px 0 20px;
}
.table-style-1 tr {}
.table-style-1 th {
    border: 1px solid #d2e1f1;
    background: #f1f6fb;
    padding: 10px;
    text-align: center;
}
.table-style-1 td {
    border: 1px solid #d2e1f1;
    padding: 10px;
    text-align: center;
}
.bgwrap {
    background: url(/wlstock../images/bg0.png) no-repeat center top #9d0102;
}
.bgwrap body {
    background: radial-gradient(#f6940c, rgba(246, 148, 12, 0)) fixed;
}
.bgwrap body .container {
    background: #fff;
    padding: 0 10px
}
.bgwrap body .wl-footer {
    background: #fff;
}
.live-banner-full{
    width: 100%;
    height: 300px;
    background: url("/wlstock../images/live/banner.png") top center no-repeat;
}
.live-border{
    padding: 20px;
    border: 1px solid #d7dee6;
    background: #fff;
}
.live-user-hd-tag{ margin-top: 12px;  }
.live-user-hd-tag > span{
    padding: 4px 8px;
    background: #eeeeef;
    color: #1a69b4;
    font-size: 12px;
}
.live-view-cont,
.live-view-fd{
    font-size: 14px;
    color: #818185;
}
.live-view-cont{
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-qrcode{
    position: fixed;
    top: 20%;
    right: 0;
    width: 205px;
    height: 253px;
    background: url("/wlstock../images/live/code.png") no-repeat;
    z-index: 9999;
}
.qrcode-close{
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    background: url("/wlstock../images/live/close.png") no-repeat;
}
.live-banner-wrap{
    width: 1000px;
    height: 80px;
    overflow: hidden;
}
.live-banner-wrap .slick-initialized .slick-slide {
    display: block;
}
.live-banner-wrap .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.wl-live-load-more{
    display: block;
    text-align: center;
    color: #9d0102;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:414px) {
    .live-tab-ft{ width: 100%}
    .live-list-lg{ padding-right: 0}
    .live-tab-cont{padding: 0 .75rem}
    .live-tab-cont img{
        max-width: 90%;
        height: auto;
    }
    .live-tabs-hd{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .live-tab-cont{
        margin-top: 3rem;
    }
    .live-tabs-hd img{
        max-width: 100%;
        height: auto;
    }
}