
/*介绍浮层*/
.fixed-txt-info{
    text-align: justify;
    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: 16.2%;
    left: 6.6%;
    right: 6.6%;
    bottom: 16.2%;
}
.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: 28px 0 20px;
    line-height: 20px;
    text-align: center; 
    color: #333;
    font-size: 14px;
}
.fixed-txt-info .con .txt{
    margin: 20px 0 0px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}
.fixed-txt-info .close{
    opacity: 1;
    z-index: 1;
    position: fixed;
    top: 5%;
    right: 6.6%;
    height: 18px;
    width: 18px;
    background: url(../images/skin1/ico239.png) right center / 18px 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: 86.8%;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #888888;
    background: #000;
}
.fixed-video .close{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 60px;
    width: 60px;
    background: url(../images/kr/close2.png) center center / 30px 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;
    position: absolute;
    top: -51px;
    right: 0%;
    height: 21px;
    width: 21px;
    background: url(../images/skin1/ico239.png) right center / 21px 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: -30px;
    right: -30px;
    height: 60px;
    width: 60px;
    background: url(../images/kr/close2.png) center center / 30px 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: 86.8%;
    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: 6.6%;
    right: 6.6%;
    bottom: -100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    border-radius: 0;
    border: 0;
}
.fixed-videos .card.show{
    bottom: 12.7%;
    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{
        text-align: justify;
    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: 14px;
    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: 14px;
    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{
        text-align: justify;
    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: 86.8%;
}
.fixed-wb .con .tit{
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    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: 14px;
    color: #333333;
    background: #ececed;
}
.fixed-wb .con .txt textarea{
    width: 100%;
    height: 160px;
    padding: 13px 20px;
    box-sizing: border-box;
}
.fixed-wb .btm{
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 11px;
    color: #ccc;
}
.fixed-wb .btm .submit{
    position: absolute;
    top: 10px;
    right: 0;
    width: 65px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    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 7px;
}
.bar-inner .menu .right{
    float: right;
    margin: 0 7px 0 0;
}
.bar-inner .menu .li{
    
}
.bar-inner .menu .li .img.ico_xianshi{
    background: url(../images/skin1/ico247.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_yincang{
    background: url(../images/skin1/ico240.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_daohang{
    background: url(../images/skin1/ico241.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_daohang{
    background: url(../images/skin1/ico248.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_jieshao{
    background: url(../images/skin1/ico242.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_jieshao{
    background: url(../images/skin1/ico249.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_vr{
    background: url(../images/skin1/ico243.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_shijia{
    background: url(../images/skin1/ico244.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_shijia{
    background: url(../images/skin1/ico251.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_reyi{
    background: url(../images/skin1/ico245.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_reyi{
    background: url(../images/skin1/ico252.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img.ico_fenxiang{
    background: url(../images/skin1/ico246.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li.act .img.ico_fenxiang{
    background: url(../images/skin1/ico253.png) center center /39px auto no-repeat;
}
.bar-inner .menu .li .img{
    width: 39px;
    height: 39px;
}
.bar-inner .menu .li .txt{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 4px 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;
}

/*询价*/
.pop-plu {
    background: rgba(0, 0, 0, 0.6) !important;
    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; 

}
.pop-plu .content {
    box-sizing: border-box;
    padding: 15px 38px 0 !important;
    margin: 0 13px;
    position: relative;
    top: 0% !important;

    transform: translate(0%, 0%) !important;
    max-width: 550px;
    /* max-width: 45.5%; */
    left: 0% !important;
    background: #eaeaea;
    width: 86.8%;
}
.pop-plu .content .ttit{
    /*display: none;*/
    font-size: 14px;
    color: #333;
    text-align: center;
    background: none !important;
    margin-bottom: 15px !important;
}
.pop-plu .content .close{
    display: none;
}
.pop-plu .btn2{
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 28px;
    border: none;
    display: block;
    text-shadow: none;
    padding: 0;
    margin: 14px auto 20px ;
    height: 34px ;
    line-height: 34px ;
    background: -webkit-gradient(linear, 0 0, 0% 100%, from(#0f8cf4), to(#1a6ed9)) ;
}
.pop-plu .info{
    display: none !important;
}
.pop-plu .sel, .inp{
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}
.pop-plu .sel {
    background: url(../images/skin1/4.png) 95% center/auto 6px no-repeat #fff !important;
}
.pop-plu .checkbox {
    background: url(../images/skin1/6.png) 5px 2px/auto 10px no-repeat  !important;
    color: #333;
    line-height: 13px;
    font-size: 11px;
    padding: 0 0 0 20px;
}
.pop-plu .checkbox.act {
    background: url(../images/skin1/5.png) 5px 2px/auto 10px no-repeat  !important;
}


/*pc样式*/
@media screen and (min-device-width: 900px) {

.fixed-imgs .imgs {
    position: relative;
    width: 640px;
    height: auto;
    margin: 0 auto;
    border: 5px solid rgba(255,255,255,.5);
    box-shadow: 0px 0px 15px #888888;
    background: #000;
}
.fixed-imgs .imgs .txt{
    font-size: 18px;
    top: -44px;
}
.fixed-imgs .close {
    position: absolute;
    top: -51px;
    right: 0%;
    height: 21px;
    width: 21px;
    background: url(../images/skin1/ico239.png) right center / 21px auto no-repeat;
}
.fixed-video .video{
    margin: 0 auto;
    width: 640px;
    border: 5px solid rgba(255,255,255,.5);
}
.fixed-video .close {
    background: url(../images/kr/close2.png) center center / 60px auto no-repeat;
}
.fixed-videos .imgs{
    width: 640px;
    height: 360px;
    position: relative;
    border: 5px solid rgba(255,255,255,.5);
    margin: 0 auto;
}
.fixed-videos .ico {
    background: url(http://i2.sinaimg.cn/qc/subject/2016/0614/vbtn.png) center center/auto 80px no-repeat;
}
.fixed-videos .close {
    background: url(../images/kr/close2.png) center center / 60px auto no-repeat;
}
.fixed-videos .imgs img{
    width: 640px;
    height: 360px;
    position: relative;
}
.fixed-video .imgs{
    width: 640px;
    height: 360px;
    position: relative;
    margin: 0 auto;
}
.fixed-videos .card.show{
    bottom: 100px;
}
.fixed-videos .card img{
    width: 900px;
    margin: 0 auto;
    display: block;
}
.fixed-wb .con{
    width: 650px;
    margin: 0 auto;
}
.fixed-txt-info  {

     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-txt-info .con {
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;

    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-txt-info .con ._c {
    position: relative;
    width: 530px;
    height: 350px;
    margin: 0 auto;
}
.fixed-txt-info .con .tit{
    margin: 20px 0;
}
.fixed-txt-info .con .txt{
    margin: 0;
}
.fixed-txt-info .close {
    position: absolute;
    top: -51px;
    right: 0%;
    height: 21px;
    width: 21px;
    background: url(../images/skin1/ico239.png) right center / 21px auto no-repeat;
}
.swiper-pagination{
    margin: 22px 0 15px;
}
.swiper-pagination-bullet {
    margin: 0 5px;
}
.pop-plu .content{
    box-sizing: content-box;
    overflow: inherit;
    width: 354px;
}
.pop-plu .content .close{
    display: block;
    right: 0  !important;
    top: -31px  !important;

    background: url(../images/skin1/ico239.png) right center / 20px auto no-repeat !important;
}
.pop-plu .content .ttit{
    font-size: 24px;
    height: 26px !important;
}




}

