
/*yigeng 添加*/
.fixed-txt-info{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 100001;
}
.fixed-txt-info .con { 
    position: absolute;

    top: 8%;
    left: 6.6%;
    right: 6.6%;
    bottom: 24%;
}
.fixed-txt-info .con ._c{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #ebebeb;
    box-sizing: border-box;
    padding: 1px 16px;
}
.fixed-txt-info .con .tit{
    margin: 34px 0 24px;
    line-height: 20px;
    text-align: center; 
    color: #333;
    font-size: 12px;
}
.fixed-txt-info .con .txt{
    margin: 24px 0 54px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
.fixed-txt-info .close{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -48px;
    right: -15px;
    height: 60px;
    width: 60px;
    background: url(http://n.sinaimg.cn/auto/88773292/20171218/ico134.png) center center / 60px auto no-repeat;
}


.fixed-video{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10001;
}
.fixed-video .con { 
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: box;
    -webkit-box-orient:horizontal; 
    -webkit-box-pack:center; 
    -webkit-box-align:center; 
    box-orient:horizontal; 
    box-pack:center; 
    box-align:center; 
}
.fixed-video .video{
    position: relative;
    width: 640px;
    height: 360px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #888888;
    background: #000;
}
.fixed-video .close{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -60px;
    right: -15px;
    height: 60px;
    width: 60px;
    background: url(http://n.sinaimg.cn/auto/88773292/20171218/ico134.png) center center / 60px auto no-repeat;
}
.fixed-video video{
    display: block;
    width: 100%;
}
.fixed-imgs{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10001;
}
.fixed-imgs .close{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -60px;
    right: -15px;
    height: 60px;
    width: 60px;
    background: url(http://n.sinaimg.cn/auto/88773292/20171218/ico134.png) center center / 60px auto no-repeat;
}
.fixed-imgs .con { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: box;
    -webkit-box-orient:horizontal; 
    -webkit-box-pack:center; 
    -webkit-box-align:center; 
    box-orient:horizontal; 
    box-pack:center; 
    box-align:center; 
}
.fixed-imgs .imgs{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px #888888;
    background: #000;
}
.fixed-imgs .imgs .txt{
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.fixed-imgs img{
    display: block;
    width: 100%;
}
.fixed-videos{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10001;
}
.fixed-videos .close{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -60px;
    right: -15px;
    height: 60px;
    width: 60px;
    background: url(http://n.sinaimg.cn/auto/88773292/20171218/ico134.png) center center / 60px auto no-repeat;
}
.fixed-videos .con { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: box;
    -webkit-box-orient:horizontal; 
    -webkit-box-pack:center; 
    -webkit-box-align:center; 
    box-orient:horizontal; 
    box-pack:center; 
    box-align:center; 
}
.fixed-videos .imgs{
    position: relative;
    width: 320px;
    height: 180px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px #888888;
    background: #000;
}
.fixed-videos .imgs .txt{
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.fixed-videos img{
    display: block;
    width: 100%;
}
.fixed-videos .card{
    position: absolute;
    left: 50%;
    margin: 0 0 0 -160px;
    width: 320px;
    bottom: -50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.fixed-videos .card.show{
    bottom: 13%;
    opacity: 1;
}
.fixed-videos .ico {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(http://i2.sinaimg.cn/qc/subject/2016/0614/vbtn.png) center center/auto 40px no-repeat;
}
.swiper-pagination {
    text-align: center;
    font-size: 12px;
    margin: 8px 0 15px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-pagination-bullet {
    margin: 0 3px;
    background: #fff;
    opacity: .6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bg_c{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wb-block{
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10001;
    display: none;
}
.wb-block ._c{
    position: absolute;
    top: 32%;
    left: 14%;
    right: 14%;
    bottom: 30%;
    background: rgba(0,0,0,.4);
    display: -webkit-box;
    display: box;
    -webkit-box-orient:vertical; 
    box-orient:vertical; 
}
.wb-block .con{
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-flex:1 ;
    box-flex:1 ;
    margin: -9px 0 0;
}
.wb-block a{
    display: block;
}
.wb-block .tit{
    position: relative;
    font-size: 10px;
    color: #fff;
    margin: 12px 12px 12px 12px;
}
.wb-block .tit span{
    padding: 0 0 0 20px;

    background: url(../images/skin1/ico238.png) left center/15px auto no-repeat;
}
.wb-block .tit .close{
    position: absolute;
    right: -10px;
    top: -13px;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../images/skin1/ico239.png) center center/13px auto no-repeat;
}
.wb-block .li{
    font-size: 10px;
    margin: 9px 12px 0;
    border-bottom: 1px dashed #fff;
}
.wb-block .li .wb-name{
    color: #fff;
}
.wb-block .li .wb-name .time{
    color: #cccccc;
    margin: 0 0 0 10px;
}
.wb-block .li .txt{
    color: #fff;
    padding: 5px 0 10px;
}
.wb-block .li .txt span{
    color: #66ccff;
}
.wb-block .btns{
    height: 50px;
}
.wb-block .btns{
    height: 50px;
    text-align: center;
}
.wb-block .btns>div{
    display: inline-block;
    margin: 13px 10px;
    color: #fff;
    font-size: 12px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    background: #353333;
    text-align: center;
}
.wb-block .btns .b1{
    display: inline-block;

    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0f8cf4), to(#1a6ed9));
    /*margin: 0 50px;*/
}
.fixed-wb{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display:-webkit-box; 

    -webkit-box-orient:horizontal; 

    -webkit-box-pack:center; 
    -webkit-box-align:center; 
    display:box; 

    box-orient:horizontal; 

    box-pack:center; 
    box-align:center; 
    z-index: 10001;
}
.fixed-wb .con{
    position: relative;
    width: 80%;
}
.fixed-wb .con .tit{
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background: #0099ff;
}
.fixed-wb .con .tit span{
    padding: 0 0 0 20px;
    background: url(../images/skin1/ico237.png) left center/10px auto no-repeat;
}
.fixed-wb .con .txt{
    position: relative;
    height: 160px;
    line-height: 20px;
    font-size: 12px;
    color: #333333;
    background: #ececed;
}
.fixed-wb .con .txt textarea{
    -webkit-appearance: none;
    width: 100%;
    height: 160px;
    padding: 13px 20px;
    box-sizing: border-box;
    background: transparent;
}
.fixed-wb .btm{
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
}
.fixed-wb .btm .submit{
    position: absolute;
    top: 10px;
    right: 0;
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0f8cf4), to(#1a6ed9));
}
marquee{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
.bar-inner .menu{
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.bar-inner .menu .left{
    float: left;
    margin: 0 0 0 5px;
}
.bar-inner .menu .right{
    float: right;
    margin: 0 5px 0 0;
}
.bar-inner .menu .li{
    
}
.bar-inner .menu .li .img.ico_xianshi{
    background: url(../images/skin1/ico247.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_yincang{
    background: url(../images/skin1/ico240.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_daohang{
    background: url(../images/skin1/ico248.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_daohang{
    background: url(../images/skin1/ico241.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_jieshao{
    background: url(../images/skin1/ico249.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_jieshao{
    background: url(../images/skin1/ico242.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_vr{
    background: url(../images/skin1/ico250.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_shijia{
    background: url(../images/skin1/ico251.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_shijia{
    background: url(../images/skin1/ico244.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_reyi{
    background: url(../images/skin1/ico252.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_reyi{
    background: url(../images/skin1/ico245.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li .img.ico_fenxiang{
    background: url(../images/skin1/ico253.png) center center /35px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_fenxiang{
    background: url(../images/skin1/ico246.png) center center /40px auto no-repeat;
}
.bar-inner .menu .li .img{
    width: 35px;
    height: 35px;
}
.bar-inner .menu .li .txt{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 8px 0 0;
}
.bar-outter{
    z-index: 9999 !important;
}
.mask_block {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
#msg_box{ width: 100px; display: none; padding: 20px; border-radius: 6px; background-color: rgba(0,0,0,0.7); text-align: center; font-size: 10px; color: #fff; line-height: 20px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 100001;}
#ST_outLogin_mask{
    z-index: 100000 !important;
}
.layer-mb-login{
    z-index: 100001 !important;
}

@media screen and (min-device-width: 900px) {

.fixed-imgs .imgs {
    position: relative;
    width: 640px;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px #888888;
    background: #000;
}
.fixed-videos .imgs{
    width: 640px;
    height: 360px;
}
.fixed-videos .card{
    width: 640px;
    margin: 0 0 0 -320px;
}


}