@charset "UTF-8";
@media screen and (max-width: 319px) {
    html {
        font-size: 85.33333px; } }
@media screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 85.33333px; } }
@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 96px; } }
@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 100px; } }
@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 102.4px; } }
@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 106.66667px; } }
@media screen and (min-width: 414px) {
    html {
        font-size: 110.4px; } }
/*reset*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin: 0;padding: 0;}
html{-webkit-text-size-adjust:100%;}
body {font-family:"Microsoft YaHei","SimSun","Arial";color:#333;background:#fff;font-size:14px;line-height:1.42857143;word-break:break-all;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display:block}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline}
audio:not([controls]) {display:none;height:0}
a{color:#333;text-decoration:none}
a:active,a:hover{outline:0}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
ol, ul, li {list-style: none;}
img {border:0;vertical-align:middle}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer}
button[disabled],input[disabled] {cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;outline:none;-webkit-appearance:none;}
textarea {overflow:auto;resize:none}
select{background:#fff}
table {border-collapse:collapse;border-spacing:0}
[role="button"] {cursor:pointer}
em{font-style:normal}
/*去除加减按钮*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"] {-moz-appearance: textfield;}
/*浮动*/
.fr{float:right;}
.fl{float:left;}
.clearfix:after,.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}
/*显示隐藏*/
.hidden{display:none!important}
/*位置*/
.text-center{text-align:center}
.text-right{text-align:right}
.text-left{text-align:left}
/*文字溢出*/
.nowrap{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;}
.nowrap-2,.ui-nowrap-multi{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.nowrap-3{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.nowrap-4{display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
/*图片*/
.data-photo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.limit-img img{margin: 0 auto;display: block;max-width: 100%;height: auto!important;}
.limit-img.stretch img{width:100%}
/*placeholder*/
::-webkit-input-placeholder{color: #999;}
:-moz-placeholder{color: #999;}
::-moz-placeholder{color: #999;}
:-ms-input-placeholder{color: #999;}
/*分散*/
.ui-justify-flex{width:100%;display:-webkit-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;}
/*垂直上下居中*/
.ui-center{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center;text-align:center;width:100%;}
/*排版*/
.ui-flex,.ui-tiled {display: -webkit-box;width: 100%;}
/*平铺*/
.ui-tiled li{-webkit-box-flex:1;width:100%;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center;}
/*列表*/
.ui-list{width:100%;}
.ui-list > li > a{position:relative;margin-left:20px;display:block;display:-webkit-box;}
.ui-list-img{position:relative;margin:10px 12px 10px 0;width:110px;height:72px;}
.ui-list-info{-webkit-box-flex:1;padding-top:10px;padding-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;padding-right:20px;line-height:22px;}

.ui-row{display:block;overflow:hidden; }
.ui-col{float:left;box-sizing:border-box;width:100%; }
.ui-col-10{width:10%;}
.ui-col-20{width:20%;}
.ui-col-25{width:25%;}
.ui-col-33{width:33.3333%;}
.ui-col-50{width:50%;}
.ui-col-67{width:66.6666%;}
.ui-col-75{width:75%;}
.ui-col-80{width:80%;}
.ui-col-90{width:90%;}
/*留白*/
.ui-whitespace{padding-left:15px;padding-right:15px;box-sizing:border-box;}@media(max-width:320px){.ui-whitespace{padding-left:10px;padding-right:10px;}}
.ui-whitespace-left{padding-left:15px;box-sizing:border-box;}@media(max-width:320px){.ui-whitespace-left{padding-left:10px}}
.ui-whitespace-right{padding-right:15px;box-sizing:border-box;}@media(max-width:320px){.ui-whitespace-right{padding-right:10px;}}
/*弹框 中间*/
.ui-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;background:rgba(0,0,0,0.4);display:none}
.ui-dialog.show{display:-webkit-box}
.ui-dialog-cnt{border-radius:3px;width:296px;-webkit-background-clip:padding-box;pointer-events:auto;background-color:#fff;position:relative;border-top:4px solid #12B7F5;-webkit-box-sizing:border-box;color:#000}
.ui-dialog-hd{width:100%;text-align:center;min-height:45px;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px}
.ui-dialog-bd{min-height:46px;border-top-left-radius:3px;border-top-right-radius:3px;padding:18px 28px 18px 28px;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-orient:vertical}
.ui-dialog-ft{border-bottom-left-radius:3px;border-bottom-right-radius:3px;display:-webkit-box;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;border-top:1px solid #e9e9e9;height:45px;line-height:45px}
.ui-dialog-ft button{font-size:18px;text-align:center;width:100%;line-height:45px;display:block;margin:0;-webkit-box-flex:1}
/*弹框 底部*/
.ui-actionsheet{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;opacity: 0;pointer-events: none;display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: end;background:rgba(0, 0, 0, 0.4);}
.ui-actionsheet.show{pointer-events: inherit;opacity: 1; }
.ui-actionsheet.show .ui-actionsheet-cnt{-webkit-transform:translateY(0);-webkit-transition-delay:0.3s; }
.ui-actionsheet-cnt{position:fixed;bottom:0;width:100%;-webkit-transform:translateY(100%);-webkit-transition-property:all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 0.3s; }
/*header,footer(位置固定)*/
.ui-header,.ui-footer{position:fixed;width:100%;z-index:100;left:0;}
.ui-header {top:0;height:44px;line-height:44px; }
.ui-header ~ .ui-container{border-top:44px solid transparent;min-height: calc( 100vh - 338px);}
.ui-footer {bottom:0;height:56px;}
.ui-footer ~ .ui-container {border-bottom:44px solid transparent;}
/* 屏宽超出750px */
body{margin:0 auto;}
body,.ui-header,.ui-footer,.page-footer,.nav-wrap{max-width:750px;}
.ui-header,.ui-footer{left:auto}

/*main 主体*/
/*background*/
.bgc-f{background:#fff}
.bgc-ed{background:#ededed}
.bgc-f5{background:#f5f5f5}

/*查看更多*/
.more-btn{margin:10px auto;display: block;width:81px;height:28px;background:#2C3845;border-radius:7px;font-size:12px;color:#fff;line-height:28px;text-align:center}
.loadmore-tips{color: #999;font-size: 12px;text-align: center;padding:22px 0;}
/*消息提示*/
.bd-poptips{display:none;position:fixed;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index: 99999;padding:5px 10px;box-sizing:border-box;background:rgba(0,0,0,.7)}
.bd-poptips .poptips-cnt>span{color:#fff}
/*nav*/
.nav-wrap{position:fixed;z-index:999;left:0;left:auto;bottom:392px;width:100%;height:1px;background:transparent;pointer-events:none}
.nav-inner{position: relative;float:right;display: block;width:59px;height:354px;overflow: hidden;background:rgba(44,56,69,.9);border-radius:25px 0 0 25px;pointer-events:auto}
.nav-wrap .nav-list{padding-top:9px;padding-bottom:9px;}
.nav-wrap .nav-list a{padding:9px 16px;display:block;}
.nav-wrap .nav-list .icon{display:block;width:27px;background-image: url(../../images/srqs/nav_css_sprites.png);background-size:55px 229px}

.nav-wrap .c4 .icon{height:37px;background-position:-1px 0;}
.nav-wrap .c5 .icon{height:40px;background-position:-1px -37px;}
.nav-wrap .c6 .icon{height:37px;background-position:-1px -77px;}
.nav-wrap .c1 .icon{height:37px;background-position:-1px -115px;}
.nav-wrap .c2 .icon{height:39px;background-position:-1px -152px;}
.nav-wrap .c3 .icon{height:38px;background-position:-1px -191px;}
/*active*/
.nav-wrap .c4.active .icon{height:37px;background-position:-28px 0;}
.nav-wrap .c5.active .icon{height:40px;background-position:-28px -37px;}
.nav-wrap .c6.active .icon{height:37px;background-position:-28px -77px;}
.nav-wrap .c1.active .icon{height:37px;background-position:-28px -115px;}
.nav-wrap .c2.active .icon{height:39px;background-position:-28px -152px;}
.nav-wrap .c3.active .icon{height:38px;background-position:-28px -191px;}
/*首页*/
.secone-title img,.third-title img{width:100%}
.page-home .s1>span,.page-home .s2>span,.page-home .s3>span,.page-home .s4>span/*,.page-home .s5>span*/{position:relative;display:block;width:100%;padding-top:177.86667%}
/*.page-home .s5>span{position:relative;display:block;width:100%;padding-top:404.8%}*/
.page-home .s1{background: url(../../images/srqs/bg_1.png) center center no-repeat;background-size: cover;}
.page-home .s2{background: url(../../images/srqs/bg_y_1.png) center center no-repeat;background-size: cover;}
.page-home .s3{background: url(../../images/srqs/bg_y_2.png) center center no-repeat;background-size: cover;}
.page-home .s4{background: url(../../images/srqs/bg_y_3.png) center center no-repeat;background-size: cover;}
/*.page-home .s5{background: url(../../images/srqs/bg_s_1.png) center center no-repeat;background-size: cover;}*/

.arrow-down{z-index: 999;position: fixed;bottom: 0;left: 50%;margin-left: -28.5px;width: 57px;height: 57px;display: block;background: url(../../images/srqs/icon_arrow_down.png) no-repeat center/28px auto;-webkit-animation: myani 1.2s linear infinite}
.arrow-down:focus{outline:none}

@-webkit-keyframes myani {
    0% {  -webkit-transform: translate(0,0px)  }
    25% {  -webkit-transform: translate(0,-3px)  }
    50% {  -webkit-transform: translate(0,1px)  }
    75% {  -webkit-transform: translate(0,-1px)  }
    100% {  -webkit-transform: translate(0,0px)  }
}
@keyframes myani {
    0% {  transform: translate(0,0px)  }
    25% {  transform: translate(0,-3px)  }
    50% {  transform: translate(0,1px)  }
    75% {  transform: translate(0,-1px)  }
    100% {  transform: translate(0,0px)  }
}

.shi-list{margin-top:.25rem;margin-bottom:50px;padding-left:.24rem;}
.shi-list.timetree li{padding-right:1.03rem;padding-bottom:.2rem;border-left:1px solid #0E050A;position:relative}
.shi-list.timetree li:before{content:"";position:absolute;top:0;left:-3px;width:5px;height:5px;background:#0E050A;border-radius:50%;}
.shi-list.timetree li:last-child{padding-bottom:0;}
.shi-list .shi-box{padding-left:.12rem;}
.shi-list .p-img img{width:100%}
.shi-list .p-intro{padding:.06rem 0 0;text-align:justify;display:-webkit-box;font-size:.12rem;line-height:.2rem}
.shi-list .desc{padding:0 0 0 .1rem;}
.shi-list .desc p{position:relative;padding-left:8px;letter-spacing:-1px;}
.shi-list .desc p:before{content: "";position: absolute;top: 11px;left: 0;display: block;width: 3px;height: 3px;background-color: #333;-webkit-transform: rotate(45deg) translateY(-50%);transform: rotate(45deg) translateY(-50%);}
.shi-list .name{padding-top:.05rem;width:.66rem;text-align:center}
.shi-list .cname{color:#774D03;font-size:.18rem;font-weight:bold;letter-spacing:2px;}
.shi-list .ename{color:#774D03;font-size:.12rem;font-weight:lighter;}
.shi-list .cname span,.shi-list .ename span{width:.18rem;display: inline-block;}

.page-home .recommend-qi,.page-home .recommend-wen,.page-home .recommend-jing{padding-bottom:40px;border-top:5px solid #C1B292}
.page-home .recommend-jing{padding-bottom:30px;}
.recommend-qi .line-split{width:100%;padding-left:48px;padding-right:48px;height:1px}
.recommend-qi .line-split>span{display:block;width:100%;height:1px;background:url(../../images/srqs/line_dashed.png) no-repeat center/cover;}
.recommend-qi h3{margin-top:28px;}
.recommend-qi ul{padding-top:15px;padding-left:48px;padding-right:28px;}
.recommend-qi li{padding-right:20px;padding-bottom:10px;float:left;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;}
.recommend-qi li>a{display:block;}
.recommend-qi li .p-img{display: block;width: 100%;height: 0;padding-top:118.46154%;position:relative;background:#C1B292}
.recommend-qi li .p-img>span{top:0;left:0;position:absolute;display:block;width: 100%;height: 100%;}
.recommend-qi li .p-intro{padding:3px 0;text-align: center;font-size:12px;line-height:1.3}

.recommend-wen .cnt{padding-left:20px;padding-right:20px;}
.recommend-wen h3{margin-bottom: 6px;font-size:14px;font-weight:bold;color:#333;line-height:20px;border-bottom:1px solid #000;}
.recommend-wen li{padding-top:12px;padding-bottom:2px;}
.recommend-wen li>a{display:block;}
.recommend-wen li .n-img{display: block;width: 100%;height: 0;padding-top:47.59036%;position:relative;background:#C1B292}
.recommend-wen li .n-img>span{top:0;left:0;position:absolute;display:block;width: 100%;height: 100%;}
.recommend-wen li .n-intro{padding:8px 0;}
.recommend-wen li .n-intro h4{margin-bottom:3px;font-size:13px;font-weight:bold;color:#333;line-height:16px;}
.recommend-wen li .n-intro .desc{font-size:12px;color:#666;line-height:18px;}

.recommend-jing .cnt{padding-left:20px;padding-right:20px;padding-bottom:10px}
.recommend-jing li{border-top:1px solid #000;margin-left:0}
.recommend-jing li a{margin-left:0}
.recommend-jing li .ui-list-img{display: block;margin:18px 18px 18px 0;width: 106px;height: 106px;background:#C1B292}
.recommend-jing li .ui-list-info{padding:8px 0;}
.recommend-jing li .ui-list-info h4{margin-bottom:5px;font-size:14px;font-weight:bold;color:#333;line-height:16px;}
.recommend-jing li .ui-list-info .desc{font-size:12px;color:#666;line-height:18px;}
/*foot*/
.page-footer .f-top{padding:30px 0 27px;color: #fff;text-align: center;background:#2C3845;}
.page-footer .code-img{width:80px;height:80px;margin: 0 auto 11px;}
.page-footer .code-tip{color:#7B8289;font-size: 12px;}
.page-footer h5{margin-top: 9px;font-size: 14px;font-weight: bold;}
.page-footer .wechat{font-size: 12px;margin-right:10px}
.page-footer .btn-box{margin-top: 16px;}
.page-footer .btn-box .copy-btn{display: inline-block;width:78px;height:28px;border:1px solid rgba(238,238,238,.4);opacity:0.4;line-height:26px;;color: #BBBBBB;font-size: 12px;text-align: center;border-radius:14px;}
.page-footer .btn-box .tel-btn{margin-top:6px;display: inline-block;width:190px;height:38px;background:rgba(184,157,100,.88);border-radius:19px;line-height:38px;font-size: 13px;text-align: center;color:#fff;}
.page-footer .btn-box .fangwei-btn{display: block;width: 190px;height: 38px;border: 1px solid #A79160;border-radius: 19px;color: #A79160;font-size: 14px;text-align: center;line-height: 36px;margin: 18px auto 0;}
.page-footer .f-bottom{background: #26303B;text-align: center;color: #595F65;padding: 8px 0 15px;font-size: 12px;line-height: 22px;}
.page-footer .f-bottom a{color: #595F65;padding-right:8px;}
/*tel 弹框*/
.tel-tk{background:rgba(0,0,0,.6)}
.tel-tk a{display:block;background:#fff;line-height:50px;padding:0 20px;font-size:14px;color:#00A4FF;position:relative}
.tel-tk a:after{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;background:#eee}
.tel-tk .cancel{margin-top:10px;background:#fff;line-height:50px;font-size:18px;color:#666}
/*head*/
.header-top-box{height:44px;position:relative;background:#414C57}
.header-top-box .left-box,.header-top-box .right-box,.header-top-box .home-btn{padding:0 15px;position:absolute;top:0;height:44px;}
.header-top-box .logo-box{display:block;}
.header-top-box .left-box{left:0;width:40px;/*font-size:16px;color:#333;line-height:44px;*/min-width:15px;background:url(../../images/srqs/icon_return.png) no-repeat center/10px auto;}
.header-top-box .right-box{right:0;width:46px;background:url(../../images/srqs/icon_share.png) no-repeat center/16px auto}
.header-top-box .home-btn{right:0;width:46px;background:url(../../images/srqs/home.png) no-repeat center/16px auto}
/*banner*/
.qi-banner{width:100%;height:0;position:relative;padding-top:100%}
.qi-banner .banner-cnt{width:100%;height:100%;position:absolute;top:0;overflow:hidden}
.qi-banner .swiper-container{width:100%;height:100%;}
.qi-banner .swiper-pagination-bullets{z-index:3;width:100%;bottom:10px;font-size:0}
.qi-banner .swiper-pagination-bullet{margin:0 4px;width:7px;height:7px;background:#fff;opacity:.5;outline:none}
.qi-banner .swiper-pagination-bullet-active{opacity:1}
/*qi*/
.page-qi{padding-bottom:40px}
/*qi 内容页*/
.page-qiS .p-intro{padding:30px;font-size:16px;color:#333;line-height:36px;}
.page-qiS .p-intro .p-titl{color: #404c57;font-size: 18px;font-weight: bold;margin-top:22px}
.page-qiS .p-intro .mj .name{margin-right:12px}
.page-qiS .p-intro .price .cnt{color:#BC0A02;font-weight:bold}
.page-qiS .p-intro .btn-contact{display:block;margin:24px auto 19px;width:335px;height:40px;background:#fff;border:1px solid #C1AC80;line-height:38px;font-size:16px;font-weight:bold;color:#B89D64;text-align:center}
.page-qiS .img-wrap{padding: 15px;border-top: 10px solid rgba(229,229,229,.4);}
.page-qiS .rich-cnt{color: #333;font-size: 14px;line-height: 1.7;margin-bottom: 10px;}
.page-qiS .rich-cnt img{width: 100%;height: auto!important;}
.page-qiS .img-list{padding-bottom: 5px;}
.page-qiS .img-list li{padding-top:5px;padding-bottom:5px;}
.page-qiS{padding-bottom:50px}
/*news*/
.page-news{padding-bottom:40px}
/*news 内容页*/
.page-newsS{background:url(http://www.shourenqinshe.com/statics/images/shoujiimages/topbac.jpg) repeat}
.page-newsS .details{margin:20px}
.page-newsS .details h3{border-bottom:1px solid #ddd;padding-bottom:10px;text-align:center;}
.page-newsS .details h5{font-weight:normal;font-size:12px;color:#555;padding:10px 0;text-align:center;}
.page-newsS .details h5 span{margin-right:10px;}
.page-newsS .details .vcont img{display:block;margin:10px auto;}
.page-newsS .details .vcont{font-size:14px;margin-bottom:10px}
/*jing*/
.page-jing{padding-bottom:40px}
/*分享*/
.actionsheet-share {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;pointer-events:none;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:end;background:rgba(0,0,0,.85)}
.actionsheet-share.show {pointer-events:inherit;opacity:1;}
.actionsheet-share.show .actionsheet-share-cnt {-webkit-transform:translateY(0);-webkit-transition-delay:0.3s;}
.actionsheet-share-cnt{position:fixed;bottom:0;padding:0;width:100%;box-sizing:border-box;text-align:center;-webkit-transform:translateY(100%);-webkit-transition-property:all;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:0.3s; }
.actionsheet-share-cnt .actionsheet-share-bd{padding-left:20px;padding-right:20px;display:-webkit-box;display:-webkit-flex;display:flex; -webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;border-bottom:1px solid #eee}
.actionsheet-share .j-grid{display:block;padding:25px 12px 13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center;text-align:center;}
.actionsheet-share .grid-icon{width:40px;height:40px;background:url(../../images/srqs/icons_online_contact.png) no-repeat 0 0/100px auto;}
.actionsheet-share .j-icon-wb{background-position:-5px -55px;}
.actionsheet-share .j-icon-qq{background-position:-5px -5px;}
.actionsheet-share .j-icon-wx{background-position:-5px -105px;}
.actionsheet-share .j-icon-friendswx{background-position:-55px -105px;}
.actionsheet-share .j-icon-friendscirle{background-position:-55px -55px;}
.actionsheet-share .j-icon-copylink{background-position:-55px -5px;}
.actionsheet-share .grid-label{margin-top:10px;font-size:12px;font-weight:400;color:#666;}
.actionsheet-share .actionsheet-share-ft{height:40px;background:#fff;font-size:16px;font-weight:400;color:#333;line-height:40px;cursor:pointer}
.weshare{display:none;position: fixed;top:0;left:auto;max-width:750px;width:100%;height:100%;background: rgba(0,0,0,0.85) url("../../images/srqs/wechat_share.png") no-repeat right 20px top 10px/87.5% auto;z-index: 9999;}
/*.actionsheet-share.webviewshare{max-width:750px;left:auto;background:rgba(0,0,0,0.85) url("../../images/srqs/webview_share.png") no-repeat right 0 top 20px/87.5% auto;}*/
.dialog-sharewx{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;background:rgba(0,0,0,.85);display: none;}
.dialog-sharewx.show{display: -webkit-box;display: box; }
.dialog-sharewx-cnt{width:280px;border-radius:10px;-webkit-background-clip: padding-box;background-clip: padding-box;pointer-events: auto;background:#fff;position: relative;font-size: 16px;}
.dialog-sharewx-hd{height: 48px;line-height: 48px;text-align: center;}
.dialog-sharewx-hd h3{font-size:16px;line-height: 48px;}
.dialog-sharewx-bd{padding:0 10px;}
.dialog-sharewx-bd .link-zs{padding:10px;display: -webkit-box;display: box;-webkit-box-pack: center;-webkit-box-align: center;-webkit-box-orient: vertical;width:100%;height:56px;border-radius:2px;background:#F6F6F6;word-break:break-all;font-size:12px;font-weight:400;color:#666;line-height:1.5;box-sizing:border-box;-webkit-user-select:text;}
.dialog-sharewx-bd .link-zs .ui-nowrap-multi{-webkit-user-select:text !important;}
.dialog-sharewx-ft{padding:0 45px;border-bottom-left-radius: 10px;border-bottom-right-radius:10px;display: -webkit-box;width: 100%;box-sizing: border-box;-webkit-box-align: center;height:75px;}
.dialog-sharewx-ft a{display:block;width:100%;height:38px;background:#16AE67;border-radius:19px;font-size:14px;color:#fff;line-height:38px;text-align:center}
.dialog-sharewx .ui-dialog-close:before{top:auto;right:auto;bottom:-50px;left:50%;transform:translateX(-50%);color:#fff;}
/*防伪查询*/
.page-fangwei .fangwei-box{padding: 30px 38px 20px;}
.page-fangwei .form-cnt input{display: block;width: 100%;height: 40px;background: #F2F2F2;border-radius: 4px;border: 0;padding: 0 10px;line-height: 40px;margin-bottom: 12px;color: #333;font-size: 14px;}
.page-fangwei .form-cnt button{display: block;width: 100%;height: 40px;background: #A79160;border-radius: 4px;border: 0;text-align: center;color: #fff;font-weight: bold;font-size: 16px;line-height: 40px;}
.page-fangwei .info-cnt{margin-top: 32px;}
.page-fangwei .info-cnt img{width: 100%;height: auto!important;}
.page-fangwei .loading-popup,.page-fangwei .result-popup{position: fixed;top:0;left: auto;width: 100%;max-width: 720px;height: 100%;z-index: 9999;display: none;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.page-fangwei .loading-popup.show,.page-fangwei .result-popup.show{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
.page-fangwei .loading-popup svg{display: inline-block;vertical-align:middle;margin-right: 8px;}
.page-fangwei .loading-popup .loading-box{width: 186px;height: 50px;line-height:50px;background: rgba(0,0,0,.3);border-radius: 4px;color: #fff;font-size: 14px;text-align: center;}
.page-fangwei .result-popup{background: rgba(0,0,0,.6);}
.page-fangwei .result-popup .result-box{width: 300px;height: 243px;background: #FFFFFF;border-radius: 4px;padding-top: 30px;text-align: center;}
.page-fangwei .result-popup .result-box h4{color: #333;font-size: 16px;font-weight: bold;margin-top: 28px;}
.page-fangwei .result-popup .result-box p{color: #666;font-size: 14px;margin-top: 7px;}
.page-fangwei .result-popup .result-box .color-red{color: #AB1010;}
.page-fangwei .result-popup .result-box a{display: block;width: 100px;height: 34px;background: #2C3845;border-radius: 4px;line-height: 34px;color: #fff;font-size: 14px;margin: 15px auto 0;}
