@charset "utf-8";
@import url(fangwei/base.css?t=2018033001);

/*==防伪码 箱码 包裹码自定义共用，修改注意相互影响==*/
/*页面代码隐藏控制*/
.app-field  .actions{ display:none}

/*防伪*/
.gongzhonghao{padding: 31px 0 0;background: #fff;}
.gongzhonghao .ewm{padding: 0 23px 0;position: relative;z-index: 1;overflow: hidden;margin-bottom:  24px;}
.gongzhonghao .ewm .real-ewm{position: absolute;left: 0;right: 0;top: 0;z-index: 10;opacity: 0;}
.gongzhonghao .ewm .item{float: left;width: 50%;padding-right: 11px;box-sizing:border-box;}
.gongzhonghao .ewm .item:nth-of-type(2){padding-right: 0;padding-left: 11px;position: relative;overflow: hidden;z-index: 0;}
.gongzhonghao .ewm .item img{width: 100%;}
.gongzhonghao .ewm .item:nth-of-type(2):before,
.gongzhonghao .ewm .item:nth-of-type(2):after{content: '';position: absolute;width:100%;left:0;height: 50px;background-image: -webkit-linear-gradient(top, rgba(255,255,255,0),  rgba(255,255,255,1));top: -50px;pointer-events:none;margin: 0;background-color: rgba(255,255,255,0);
}
.gongzhonghao .ewm .item:nth-of-type(2):before{
    animation: saomiao1 3s linear infinite;
    -webkit-animation: saomiao1 3s linear infinite;
}
.gongzhonghao .ewm .item:nth-of-type(2):after{
    animation: saomiao2 3s linear infinite;
    -webkit-animation: saomiao2 3s linear infinite;
}

/*1*/
@keyframes saomiao1
{
    0%{
        top:-50px; 
    }
    50%{
        top:100%;

    }
    100%{
        top:100%;
    }
}
/*1*/
@-webkit-keyframes saomiao1 
{
    0%{
        top:-50px; 
    }
    50%{
        top:100%;
    }
    100%{
        top:100%;
    }
}

/*2*/
@keyframes saomiao2
{
    0%{
        top: 100%;
        transform: rotate(180deg);     
        -webkit-transform: rotate(180deg);
    }
    50%{
        top: 100%;
        transform: rotate(180deg);     
        -webkit-transform: rotate(180deg);

    }
    100%{
        top: -50px;
        transform: rotate(180deg);     
        -webkit-transform:  rotate(180deg);
    }
}
/*2*/
@-webkit-keyframes saomiao2
{
    0%{
        top: 100%;
        transform: rotate(180deg);     
        -webkit-transform: rotate(180deg);
    }
    50%{
        top: 100%;
        transform: rotate(180deg);     
        -webkit-transform: rotate(180deg);

    }
    100%{
        top: -50px;
        transform: rotate(180deg);     
        -webkit-transform:  rotate(180deg);
    }
}

.gongzhonghao .text{padding: 0 12px;line-height: 22px;font-size: 15px;color: #646464;}
.gongzhonghao .text p{margin-bottom: 11px;}
.gongzhonghao .text p:nth-of-type(1){text-align: center;}
.gongzhonghao .text .recognition{line-height: 19px;font-size: 12px;color: #2a2a2a;text-align: center;}
.gongzhonghao .text .recognition a{color: #1c7efb;text-decoration: underline;}


/*扫描结果*/
.fangwei-reult{margin-bottom: 10px;background: #fff;padding:17px 0 0;font-size: 14px;color: #2a2a2a;line-height: 25px;}
.fangwei-reult label{padding-right: 6px;line-height: 14px;height: 14px;}
.fangwei-reult .item{padding: 0 12px;margin-bottom: 7px;}
.fangwei-reult .item.number{line-height: 17px;height: 17px;overflow: hidden;}
.fangwei-reult .item.number label{border-left: 4px solid #dd2726;padding-left: 6px;}
.fangwei-reult .item.info{padding-bottom: 17px;margin-bottom: 0;}
.fangwei-reult .item.info span{display: block;padding-top: 3px;line-height: 22px;font-size: 16px;}
.fangwei-reult .item span em{color: #dd2726;}
.fangwei-reult .item .btnbox{padding-top: 0px;text-align: right;}
.fangwei-reult .item .btnbox input,
.fangwei-reult .item .btnbox a{font-size: 14px;text-align: center;color: #585858;border: 1px solid #e8e8e8;border-radius: 4px;height: 31px;outline: none;background: #fafafa;font-family: "Microsoft YaHei";width: 85px;}
.fangwei-reult .item .btnbox a{line-height: 31px;display: inline-block;}
.fangwei-reult .detail{padding: 8px 6px;display: block;margin: 0 6px;}
.fangwei-reult .detail span{float: right;color: #acacac;font-size: 12px;}
.fangwei-info{padding: 15px 12px 9px;line-height: 18px;margin-bottom: 12px;background: #fff;}
.fangwei-info li{padding-bottom: 7px;font-size: 14px;}
.fangwei-info label{min-width: 87px;float: left;color: #646464;text-align:justify;height: 18px; overflow:hidden}
.fangwei-info label:after{content:"";display: inline-block; width: 100%;overflow: hidden;height: 0;}
.fangwei-info span{float: right;color: #2a2a2a;width: calc(100% - 102px);width: -webkit-calc(100% - 102px);word-break: break-all;}

.fangwei-jxs {
    margin-bottom: 12px;
    padding: 15px 12px 9px;
    line-height: 18px;
    background-color: #fff;
}
.fangwei-jxs li{
    padding-bottom: 7px;
}
.fangwei-jxs label {
    float: left;
    height: 18px;
    color: #646464;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
}
.fangwei-jxs label:after {
    content: "";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
}
.fangwei-jxs span {
    display: table;
    margin-right: 2px;
    font-size: 14px;
    color: #2a2a2a;
    word-break: break-all;
}
.fangwei-jxs span.ut-s {
	display: inherit;
}

.fangwei-jxs .icon-arrow {
    position: absolute;
    top: 6px;
    right: -8px;
    width: 10px;
    height: 6px;
    background-image: url('../images/query/tpl-arrow-down.png');
    background-size: 100%;
}
.fangwei-jxs .icon-arrow--up {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.fangwei-synopsis{margin-bottom: 10px;}
.fangwei-synopsis li{padding: 0 12px;background: #fff;}
.fangwei-synopsis li a:after{content: "";height: 0;width: 100%;position: absolute;bottom: 0;left: 0;border-bottom: 1px solid #e7e7e7;-webkit-transform-origin:  0 100%;transform-origin:  0 100%;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.fangwei-synopsis li:nth-last-of-type(1) a:after{display: none;}
/*扫码页修改王焕云*/
.fangwei-synopsis a{display: block;padding: 18px 0px 18px 30px; line-height:18px; color: #585858;font-size: 15px;position: relative;z-index: 0;background-repeat: no-repeat;background-size: 21px auto;background-image: url(../images/fangwei/query3/fangwei-synopsis.png); }
.fangwei-synopsis li.wgw a{background-position: left -2px;}
.fangwei-synopsis li.wsc a{background-position: left -55px;}
.fangwei-synopsis li.wx a{background-position: left -100px;}
.fangwei-synopsis li.ts a{background-position: left -145px;}
.fangwei-synopsis li.zd a{background-position: left -190px;}
/*扫码页修改王焕云END*/

.fangwei-synopsis a:before{content: '';position: absolute;height: 12px;margin-top: -6px;right: 0px;top: 50%;background: url(../images/query/arrow-right.png) no-repeat center / auto 100%;width: 10px;}
.fangwei-img-ad img{width: 100%;}
.fangwei-pro-ad{margin-bottom: 10px;padding: 17px 12px 17px;position: relative;z-index: 0;height: 93px;background: #fff;display: none;}
.fangwei-pro-ad .img{width: 93px;height: 93px;position: absolute;display: block;left: 12px;top: 17px;}
.fangwei-pro-ad .con{width: calc(100% - 102px);width: -webkit-calc(100% - 102px);margin: 0 0 0 102px;line-height: 18px;font-size: 14px;color: #585858;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;max-height: 72px;overflow: hidden;color: #2a2a2a;text-align: justify;}
.fangwei-pro-ad .buy-btn{position: absolute;right: 12px;bottom: 17px;font-size: 14px;text-align: center;color: #646464;border: 1px solid #e8e8e8;border-radius: 4px;height: 31px;outline: none;background: #fafafa;font-family: "Microsoft YaHei";width: 65px; }
.fangwei-pro-ad a.buy-btn{line-height:31px}
/*上下显示*/
.fangwei-pro-ad.is-horizontal {
	padding: 20px 12px;
	height: auto;
}
.fangwei-pro-ad.is-horizontal .img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.fangwei-pro-ad.is-horizontal .con {
	width: auto;
	margin: auto;
	line-height: 19px;
}
.fangwei-pro-ad.is-horizontal a.buy-btn {
	display: none;
}

.fangwei-renzheng{padding: 10px 12px 13px;background: url(../images/query/bottom_line.png) no-repeat left top / 100% 1px,url(../images/query/bottom_line.png) no-repeat left bottom / 100% 1px #fff;margin-bottom: 10px;}
.fangwei-renzheng .title{height: 30px;line-height: 30px;font-size: 18px;color: #2a2a2a;font-weight: bold;}
.fangwei-renzheng .con{padding-top: 6px;font-size: 15px;line-height: 22px;}
.fangwei-renzheng .con label{color: #646464;}
.fangwei-renzheng .con img{max-width: 100%;margin-bottom: 10px;}
.fangwei-btn{padding: 5px 12px 15px;}
.fangwei-btn .click-btn{width: 100%;display: block;line-height: 42px;height: 42px;text-align: center;color: #fff;background: #1c7efb;font-size: 15px;border-radius: 2px;border: none;font-family: "Microsoft YaHei";}

.mingxi{padding: 12px 12px 10px;}
.mingxi .title{line-height: 18px;text-align: center;color: #acacac;font-size: 16px;}
.mingxi .con{margin-top: 12px;border: 1px solid #dadbdf;border-radius: 2px;overflow: hidden;background: #fff;}
.mingxi .con li{line-height: 32px;height: 32px;font-size: 14px;padding: 5px 0;}
.mingxi .con li:nth-of-type(odd){background: #e8f2fe;}
/*.mingxi .con li:nth-of-type(even){}*/
.mingxi .con li .num{float: left;padding-left: 37px;}
.mingxi .con li .time{float: right;color: #646464;padding-right: 32px;}

.fankui{padding: 12px 12px;}
.fankui .title{line-height: 28px;font-size:18px; }
.fankui .phone{line-height: 23px;font-size: 14px;}
.fankui .phone span{padding-right: 29px;font-size: 15px; background: url(../images/kefuphone.png) no-repeat right center / auto 17px;display: inline-block;}
.fankui .con{margin-top: 6px;width: 100%;min-height: 224px;border: 1px solid #dcdcdc;border-radius: 2px;background: #fff;padding: 12px; box-sizing:border-box;font-size: 14px;}
.fangwei-btn{padding: 5px 12px 15px;}



/*鉴证书*/
.forensicbook{position: relative;z-index: 0;width: 640px;overflow: hidden;}
.forensicbook .erweima{height:270px;padding-top: 74px; background: url(../images/zjj/1.jpg) -1px 0 no-repeat;overflow: hidden; box-sizing:border-box;}
.forensicbook img{display: block;width: 68px;margin-left: 283px;}
.forensicbook h1{line-height: 40px;text-align: center;padding: 65px 0 0;}
.forensicbook h1 img{display: block;margin: 0 auto;width: auto;height: 33px;}
.forensicbook .con{ width:640px;padding:0 90px 100px;font-size: 18px;color: #585858;line-height: 28px;text-align: justify; background:url(../images/zjj/2.jpg) -1px 0 repeat-y; box-sizing:border-box}
.forensicbook .con p{text-indent: 2em;padding-bottom: 14px;}
.fsbook-fshare{background: rgba(0,0,0,.8);position: fixed;width: 100%;height: 100%;z-index: 100;top: 0;left: 0;display: none;}
.fsbook-fewm{width:376px;height: 420px;border-radius: 8px;background: #fff;position: absolute; left: 50%;top: 50%;margin: -210px 0 0 -188px;z-index: 101;display: none;}
.fsbook-fewm img{margin: 14px 13px 0;width: 350px;height: 350px;}
.fsbook-fewm p{padding-top: 7px;text-align: center;line-height: 30px;font-size: 22px;color: #585858;font-family: 'Microsoft YaHei'; }
.fsbook-fewm .close{position: relative;}
.fsbook-fewm .close i{display: block;position: absolute;width: 52px;height: 52px;background: url(../images/zjj/fclose.png) no-repeat center;right: -54px;top: -50px;}
.fsbook-opacity-ewm{width: 100%;height: auto;position: absolute;z-index: 110;left: 0;top: 0;opacity: 0;display: none;}
.forensicbook .company{font-size: 18px;z-index: 0; background:url(../images/zjj/3.jpg) -1px 0 no-repeat; height:169px; position:relative; z-index:1}
.forensicbook .company .seal{position: absolute;width:223px;height: 124px;background: url(../images/zjj/forensicbookseal.png) no-repeat center 0;right: 81px;z-index: 1; top:-60px}
.forensicbook .company p{padding-top: 30px;text-align: center;line-height: 30px;color: #585858;font-family: 'Microsoft YaHei'; right:90px; position:absolute; top:-30px }

/*扫码*/
.shaoma{background: url(../images/query/saoma.png) no-repeat top center / 100% auto #fafafa;position: relative;z-index: 0;}
.shaoma:after{content: '';width: 78px;height: 59px;background: url(../images/query/paper1.png) no-repeat center / 100% auto;position: absolute;z-index: -1;bottom: 50px;left: 32px;}
.shaoma:before{content: '';width: 73px;height: 56px;background: url(../images/query/paper2.png) no-repeat center / 100% auto;position: absolute;z-index: -1;bottom: 137px;right: 7px;}
.shaoma .huojian{width: 23%;height: auto;top: 0;margin-top: 27%;left: 69%;position: absolute;z-index: 2;}
.shaoma .content{padding: 45% 12% 25px;line-height: 25px;}
.shaoma .content .title{text-align: center;font-size: 20px;position: relative;z-index: 0;min-height: 25px;color: #2a2a2a;}
.shaoma .content .title img{height: 66px;position: absolute;left: 50%;margin-left: -135px;top: -49px;}
.shaoma .content .con{padding-top: 14px;font-size: 15px;}
.shaoma .content .con1,
.shaoma .content .con2{color: #2a2a2a;margin-bottom: 15px;line-height: 25px;word-break:break-all;}
.shaoma .content .con1 em,
.shaoma .content .con2 em{color: #dd2726;}
.shaoma .content .con1 span{color: #dd2726;}
.shaoma .content .con2{color: #2a2a2a;}
.shaoma .content .back{padding-top: 17px;color: #2a2a2a;}
.shaoma .content .back a{display: block;border-left: 3px solid #f84f1b;padding-left: 6px;font-size: 14px;line-height: 17px;color: #646464;}
.shaoma-weiguanzhu{background: #fff;}
.shaoma-weiguanzhu .icon{height: auto;width: 143px;margin: 0 auto 0;display: block;padding: 37px 0 0;}
.shaoma-weiguanzhu .tips{padding-top: 14px;line-height: 28px;font-size: 18px;width: 240px;margin: 0 auto;}

.shaoma-weiguanzhu .tips p{text-align: justify;height: 28px;overflow: hidden;}
.shaoma-weiguanzhu .tips span{display: block;font-size: 15px;line-height: 23px;color: #dd2726;text-align: justify;height: 23px;overflow: hidden;}
.shaoma-weiguanzhu .tips p:after,
.shaoma-weiguanzhu .tips span:after{content: "";display: inline-block;width: 100%;height: 0;overflow: hidden;}
.shaoma-weiguanzhu .ewm{padding-top: 14px;width:62%;margin: 0 auto;}
.shaoma-weiguanzhu .ewm img{width: 100%}
.shaoma-weiguanzhu .text{padding-top: 18px;line-height: 18px;font-size: 12px;text-align: center;padding-bottom: 25px;}
.shaoma-weiguanzhu .text p{padding-bottom: 4px;}
.shaoma-weiguanzhu .text a{color: #1c7efb;text-decoration: underline;}
.shaoma-weiguanzhu2{background: url(../images/query/shaoma-weiguanzhu2-bottom.png) repeat-y center / 100% auto;padding: 0 0 25px;}
.shaoma-weiguanzhu2 .text{line-height: 20px;font-size: 12px;color: #585858;padding: 18px 12px 14px;text-align: center;background: #fff;}
.shaoma-weiguanzhu2 .text h1{font-size: 15px;color: #ff3427;margin-bottom: 6px;}
.shaoma-weiguanzhu2 .ewm{position: relative;z-index: 0;}
.shaoma-weiguanzhu2 .ewm img{width: 100%;}
.shaoma-weiguanzhu2 .ewmimg{width: 62%;left: 50%;margin-left: -31%;top: 0;margin-top: 53%;position: absolute;    box-shadow: 0px 0px 50px #f7e591;}
.shaoma-weiguanzhu2 .hundred{text-align: center;color: #fff;line-height: 18px;position: absolute;left: 0;bottom: 0px;font-size: 15px;right: 0;margin-bottom: 7%;}

#noslide{position: fixed;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;width: 100%;height: 100%;}
#noslide #slidecon{-webkit-transform:translate3d(0,0,0);}

.loading-icon{text-align: center;position: relative;z-index: 0;}
.loading-icon div{position: absolute;width: 100%;height: 100px;left: 0;top: 50%;margin-top: -50px;}
.loading-icon img{display: block;margin: 0 auto;}
.loading-icon p{font-size: 14px;line-height: 18px;padding-top: 10px;}


/*查询不存在*/
.page-fw .fw-none{ margin:0 auto; padding:178px 0 250px 0; background:#fff url(../images/bottom_line.png) repeat-x left bottom / auto 1px ;}
.page-fw .fw-none .fw-tips{ display:block; width:94px; height:99px; margin:0 auto 6px;}
.page-fw .fw-none p{ font-size:15px; line-height:28px; text-align:center; padding:0 12px}
.page-fw .fw-none .hotline-icon{ display:inline-block; background:url(../images/fangwei-result/fw-icon_07.png) no-repeat; width:16px; height:16px; background-size:auto 16px; padding-left:8px;}
@media (max-width:320px){
    .page-fw .fw-none{ padding:135px 0 207px 0;}   
}





.fangwei-info .icon-tel{ display:inline-block; vertical-align:middle;background-repeat: no-repeat;background-size: 18px auto;background-position: 0 -1px;background-image: url(../images/fwxm/icon-tel.png); width:18px; height:18px; margin-left:5px}
.fangwei-info li a{ display:block}




/*箱码 包裹码16.5.5*/
.fangwei-reult2 {padding:15px 12px 15px 20px; background-color:#fff; margin:12px 0; color:#dd2726; font-size:15px; position:relative; line-height:150%}
.fangwei-reult2 em{width:3px; height:13px; background-color:#dd2726; margin-right:5px; display:inline-block; vertical-align: middle; line-height:13px; position:absolute; top:20px; left:12px; }
.fangwei-info .icon-tel{ display:inline-block; vertical-align:middle;background-repeat: no-repeat;background-size: 18px auto;background-position: 0 -1px;background-image: url(../images/fwxm/icon-tel.png); width:18px; height:18px; margin-left:5px}


/**自定义页面END**/
.page-goods-list{background:#fff;overflow:hidden;margin-bottom: 12px;}
.liebiao .title{padding:10px 0 0 20px;height:20px;line-height: 21px;font-size: 15px; position: relative;}
#iframe-shade{position:absolute; z-index:10; width:100%; height:100%;  background-color:rgba(255,255,255,0);}
.liebiao .title:after{content: ""; height:17px;width:4px;background:#dd2726;display:block;left: 12px;top:12px;position: absolute;}
.page-goods-list .goods-info .goods-title{ overflow:hidden; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; line-height: 18px;font-size: 14px;color:#2a2a2a;height:38px;text-align:left;box-sizing: border-box;padding-top: 2px;}
.page-goods-list .goods-list2{padding:0 12px;margin-bottom: 12px;}
.page-goods-list .goods-list2 li{ float:left; width:-webkit-calc(50% - 5px); margin:10px 0px; vertical-align:top;width:calc(50% - 5px);width:-moz-calc(50% - 5px);  }
.page-goods-list .goods-list2 li:nth-child(2n+2){ float:right;}
.page-goods-list .goods-list2 li .goods-photo{ position:relative; z-index:0; height:0; overflow:hidden; padding-bottom:100%;}
.page-goods-list .goods-list2 li .goods-photo img{width: 100%;height: 100%;position: absolute;z-index: 0;left: 0;top: 0;}
.page-goods-video{background:#fff;overflow:hidden;margin-bottom: 12px;}
.page-goods-video .fw_video{ width: 100%;height: 255px;margin-top: 10px;}
.page-goods-video p{font-size: 12px; color: #646464; padding:10px 0 10px 12px;}
.fangwei-img{width:100%; position: relative;}
.fangwei-img img{width: 100%;}
.fangwei-img .fw-head-img1{width: 32.8%; position: absolute; left: 9%; bottom: 7%;}
.fangwei-img .fw-head-img2{width: 34.3%; height: 24px; text-align: center; background: #fff; border-radius: 5px; color: #d20f0e; font-size: 14px; line-height: 24px; position: absolute; right: 6.4%; bottom: 7%;}

/*视频弹窗*/
.page-xuanchuan{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,0.8); z-index: 99;display: none;}
.page-xuanchuan .xuanchuan-test{width: 100%; position: relative; top: 50%; margin-top:-150px; }
.page-xuanchuan .xuanchuan-test .fw_video{ width: 100%;height: 255px;margin-top: 10px;}
.page-xuanchuan .xuanchuan-test p{font-size: 12px; color: #fff; padding:10px 0 10px 12px;}
.page-xuanchuan .xuanchuan-test .down{ position:absolute; right:10px; top:-15px; height:15px; width:15px; background:url(../images/fangwei/fw2/s7.png) no-repeat; background-size:15px auto;}
/**自定义页面END**/

/*扫码页设置 20160921 王焕云修改*/
.bg-bai{background-color: #f7f7f7!important;}
.bg-hei{background-color: #040a24!important;}
.bg-lan{background-color: #0d2386!important;}
.bg-hong{background-color: #990000!important;}
.bg-lv{background-color: #01803b!important;}
.bg-cheng{background-color: #f06b00!important;}
.bg-he{background-color: #cb8047!important;}
.bg-zi{background-color: #6d32ec!important;}
.page-shezhi .fangwei-reult,.page-shezhi .fangwei-info,.page-shezhi .fangwei-pro-ad,.page-shezhi .page-goods-video,.page-shezhi .page-goods-list,.page-shezhi .fangwei-synopsis li, .page-shezhi .fangwei-jxs {background-color: rgba(255, 255,255,0.1);}
.page-shezhi .fangwei-reult .item.number label {border-left: 4px solid #fff;}
.page-shezhi .fangwei-reult .item.number{color:#fff;}
.page-shezhi .fangwei-reult .item.number span{color:#fffd64;}
.page-shezhi .fangwei-reult .item.info label{color:#fff;}
.page-shezhi .fangwei-reult .item.info span{color:#fffd64;}
.page-shezhi .fangwei-info label,.page-shezhi .fangwei-info span,.page-shezhi .fangwei-pro-ad .con,.page-shezhi .fangwei-info a, .page-shezhi .fangwei-jxs label,.page-shezhi .fangwei-jxs span {color:#fff;}
.page-shezhi .fangwei-pro-ad .buy-btn,.page-shezhi .fangwei-reult .item .btnbox input,.page-shezhi .fangwei-reult .item .btnbox a{background-color: rgba(255, 255,255,0.1); border:1px solid rgba(230,230,230, 0.3); color:#fff;}
.page-shezhi .liebiao .title:after{background:#fff;}
.page-shezhi .liebiao .title,.page-shezhi .page-goods-video p,.page-shezhi .page-goods-list .goods-info .goods-title,.page-shezhi .fangwei-synopsis a{color:#fff;}
.page-shezhi .fangwei-synopsis li a:after{border-bottom: 1px solid rgba(255,255,255,0.08);}
.page-shezhi .fangwei-synopsis a:before {background: url(../images/fangwei/query3/arrow-rightbai.png) no-repeat center / auto 100%;}
.page-shezhi .goon-scan a {color: #fff !important;background: url(../images/fangwei/query3/arrow-rightbai.png) no-repeat right center / auto 12px;}
.page-shezhi .fangwei-synopsis a{background-image: url(../images/fangwei/query3/fangwei-synopsis1.png); }
.page-shezhi .fangwei-jxs .icon-arrow {
    background-image: url('../images/query/tpl-arrow-down--white.png');
}
.swiper-slide img{width:100%;}
.swiper-pagination-bullet{ cursor:pointer; display:inline-block; *display:inline; zoom:1;width: 14px !Important;height: 2px !important; margin:3px; overflow:hidden; line-height:9999px;background:rgba(0,0,0,.1);vertical-align: bottom; opacity:1; margin:0;}
.swiper-pagination-bullet-active{opacity: 1;background: #DD2726!important;box-sizing: border-box; }

.fw-slide{width: 100%;position: relative;max-height: 640px;overflow: hidden;z-index: 2;margin-bottom: 10px;}
.page-jsguanzhu{width:100%; height: 100%; top: 0; position: fixed; background-color: rgba(0,0,0,0.7); z-index: 999; display: none;}
.page-jsguanzhu p{font-size: 16px; color:#fff; text-align: center; padding-top:150px;}
.page-jsguanzhu img{width: 64%; margin:20px auto 0;display: block;}
/*扫码页设置 20160921 王焕云修改END*/


/*焦点图*/  
.pages-pic-slide{width:100%; position:relative;max-height:640px;overflow:hidden; z-index:2;margin-bottom: 10px;}
.pages-pic-slide .hd{ width:100%; position:absolute;left:0; bottom:8px; z-index:1;}
.pages-pic-slide .hd ul{ overflow:hidden; zoom:1; z-index:1; text-align:center;}
.pages-pic-slide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:14px; height:2px; margin:3px; overflow:hidden; line-height:9999px;background:rgba(0,0,0,.1);vertical-align: bottom;}
.pages-pic-slide .hd ul li.on{background:rgba(223,39,39,1); }
.pages-pic-slidee .bd{ position:relative; height:100%; z-index:0;opacity:1;transition: opacity 400ms;-webkit-transition: opacity 400ms;}
.pages-pic-slide .bd li{ width:100%; zoom:1; vertical-align:middle;}
.pages-pic-slide .bd li img{ width:100% !important;max-height:640px; display:block;}

/*防伪码优化（营销活动升级）-FW02  排行榜 王焕云2017.6.8*/
.RankingList{padding:15px 0 0; background:#fff;margin-bottom: 10px;}
.RankingList .bd__bm:after{content:""; width:100%; height:1px; background:#e7e7e7; position:absolute; bottom:0; left:0;transform:scale(1,0.5);-webkit-transform:scale(1,0.5);}
.RankingList__title{display:flex;display:-webkit-flex; height:30px; border:1px solid #ccc; border-radius: 5px; box-sizing: border-box;}
.RankingList__title li{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1; font-size: 13px; color:#666; text-align: center; line-height: 28px; position:relative;}
.RankingList__title li:nth-child(2):after{content:""; width:1px; height:15px;background:#ccc; position:absolute; left:0; top:7px;}

.RankingList__title li.action{color:#c40f0e;}
.RankingList__table .List__table1,.RankingList .List__title{padding:0 10px;}
.RankingList__table .paiTable1{display:flex;display:-webkit-flex;margin-top: 20px; position:relative;}
.RankingList__table .paiTable1 li{font-size: 12px; color:#797979; text-align: left; padding-bottom: 8px; }
.RankingList__table .paiTable1 li:nth-child(1){width:45px;}
.RankingList__table .paiTable1 li:nth-child(2){-webkit-box-flex: 1;-webkit-flex: 1;flex: 1; padding-left:45px;}
.RankingList__table .paiTable1 li:nth-child(3){width:90px;text-align:left;}
.RankingList__table .table2 li{font-size: 12px; text-align: left;overflow: hidden;display:flex;display:-webkit-flex; padding:0 10px;}
.RankingList__table .table2 li .paixu{width:45px;color:#4a4949; line-height: 32px; padding:8px 0;}
.RankingList__table .table2 li .xinxi{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1; position:relative; color:#000000; padding:8px 0;}
.RankingList__table .table2 li:last-child .bd__bm:after{height:0;}
.RankingList__table .table2 li .jiage{width:90px; position:relative; color:#c40f0e; line-height: 32px; padding:8px 0; text-align:left;}
.RankingList__table .table2 li .head__img{width:32px; height:32px; border-radius: 5px; display:inline-block;}
.RankingList__table .table2 li .head__img img{width:100%; height:100%; border-radius: 5px; vertical-align: middle;}
.RankingList__table .table2 li .head__txt{ display:inline-block;vertical-align: middle; padding-left:10px;}
.RankingList__table .table2 li .pai__icon{width:20px; height:27px; display:block; background:url(../images/fangwei/paihang/pai.png) no-repeat 0 0 / 20px;margin-top: 3px;}
.RankingList__table .table2 li .pai__icon.icon__one{background-position: 0 0;}
.RankingList__table .table2 li .pai__icon.icon__two{background-position: 0 -36px;}
.RankingList__table .table2 li .pai__icon.icon__three{background-position: 0 -73px;}
.RankingList__table .table2 li .shuzi{padding-left: 6px;}
.RankingList__table .table2 li.action{background:#ffe1e1;}
.RankingList__table .table2 li.action .head__img{width:40px; height:40px;}
.RankingList__table .table2 li.action .head__txt{font-size: 15px;}
.RankingList__table .table2 li.action .xinxi.bd__bm:after,.RankingList__table .table2 li.action .jiage.bd__bm:after{height:0;}
.RankingList__table .table2 li.action .shuzi{line-height:40px;}
.RankingList__table .table2 li.action .jiage{line-height:40px;font-size: 13px;}
.RankingList__Noranking{padding:65px 80px;}
.RankingList__Noranking .Noranking__img{width:75px; height:77px; display:block; position:relative; margin:0 auto; background:url(../images/fangwei/paihang/wu.png) no-repeat 0 0 / 75px;}
.RankingList__Noranking .Noranking__txt{color:#ccc; text-align: center; font-size:13px; padding-top: 15px;}
.RankingList.on{background:rgba(255,255,255,0.1);}
.RankingList.on .RankingList__table .table2 li.action{background:rgba(255,255,255,0.2);}
.RankingList.on .bd__bm:after{content:""; width:100%; height:1px; background:rgba(255,255,255,0.2); position:absolute; bottom:0; left:0;transform:scale(1,0.5);-webkit-transform:scale(1,0.5);}
.RankingList.on .RankingList__title{border:1px solid rgba(255,255,255,0.2);}
.RankingList.on .RankingList__title li:nth-child(2):after{background:rgba(255,255,255,0.2);}
.RankingList.on .RankingList__title li{color:rgba(255, 255, 255, 0.5);}
.RankingList.on .RankingList__title li.action{color:#ffd000;}
.RankingList.on .RankingList__table .paiTable1 li{color:rgba(255, 255, 255, 0.5);}
.RankingList.on .RankingList__table .table2 li .paixu{color:#fff;}
.RankingList.on .RankingList__table .table2 li .xinxi{color:#fff;}
.RankingList.on .RankingList__table .table2 li .jiage{color:#ffd000;}
.RankingList.on .RankingList__Noranking .Noranking__img{background-position: 0 -84px;}
.RankingList.on .RankingList__Noranking .Noranking__txt{color:rgba(255, 255, 255, 0.5);}


/*焦点图*/  
.wsc-slide{width:100%; position:relative;max-height:640px;overflow:hidden; z-index:2; }
.wsc-slide .hd{ width:100%; position:absolute;left:0; bottom:8px; z-index:1;}
.wsc-slide .hd ul{ overflow:hidden; zoom:1; z-index:1; text-align:center;}
.wsc-slide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:14px; height:2px; margin:3px; overflow:hidden; line-height:9999px;background:rgba(0,0,0,.1);vertical-align: bottom;}
.wsc-slide .hd ul li:only-child{ display:none}
.wsc-slide .hd ul li.on{background:rgba(223,39,39,1); }
.wsc-slide .bd{ position:relative; height:auto; z-index:0;opacity:1;transition: opacity 400ms;-webkit-transition: opacity 400ms;}
.wsc-slide .bd li{ width:100%; zoom:1; vertical-align:middle;}
.wsc-slide .bd li img{ width:100% !important;max-height:640px; display:block;}



