/* * Created by tanytree on 2016/07/2.

 注意：俩倍图下的像素转rem:80px/40
        一倍图下像素转rem：40px/20
 **/
@charset "utf-8";
body{background: #f0eff5;overflow: auto;position: static}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, section, article, aside, header, footer, nav, dialog, figure, hgroup, em, button ,a,input{margin:0;padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0)}
ul,ol,li{list-style:none}
em,i{font-style:normal}
img{border:0;-ms-interpolation-mode: bicubic;-moz-interpolation-mode:bicubic;-webkit-interpolation-mode:bicubic;transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;}
::-webkit-scrollbar{width:0;}
/*img:hover{webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}*/input,img{vertical-align:middle;}
input,button,select,textarea{margin: 0;padding:0;/*-webkit-appearance:none;border:none;*/font-family: Microsoft YaHei;outline:0;}
h1,h2,h3,h4,h5,h6{font-weight:700}
strong{font-weight:700}
cite,em{font-style:normal}
a{color: #666;text-decoration: none;margin: 0;padding: 0;outline: 0}
a:active{color:#06c1ae}
select{border: 0}
/*a{transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;}*/a:hover{color: #06c1ae}

select{appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAH0lEQVR42mNgoDnQ13f7TwiTpIkkm0hyHkl+YhhQAABcfyjsqSyTLgAAAABJRU5ErkJggg==") no-repeat scroll right center transparent;padding-right: 14px;}
.wrap{padding: 0 0.5rem}
.fn-text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fn-linear{background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f1f1f1));background:-moz-linear-gradient(top,#fcfcfc,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');background:-o-linear-gradient(top,#fcfcfc,#f1f1f1);background:-ms-linear-gradient(top,#fcfcfc,#f1f1f1);background:linear-gradient(to bottom,#fcfcfc,#f1f1f1)}
.fn-linear-light{background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f9f9f9));background:-moz-linear-gradient(top,#fcfcfc,#f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');background:-o-linear-gradient(top,#fcfcfc,#f9f9f9);background:-ms-linear-gradient(top,#fcfcfc,#f9f9f9);background:linear-gradient(to bottom,#fcfcfc,#f9f9f9)}
.fn-box-shadow{box-shadow:-2px 0 5px #ccc,0 -2px 5px #ccc,0 2px 5px #ccc,2px 0 5px #ccc;background-color:#fff\9;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#ccc')}
.fn-rmb{font-family:arial;font-style:normal;padding-right:4px}
.fn-webkit-adjust{-webkit-text-size-adjust:none}
.fn-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:keep-all}
.fn-inline-block{display:inline-block;*display:inline;*zoom:1}
.fn-arrow{position:absolute;border-width:4px;border-color:#ccc #fff #fff #fff;border-style:solid;top:18px;left:3px;font-size:0;line-height:0}
.lodingCover{position: fixed;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 9999;background: #fff;display: block}
.spinner{margin: 0 auto;width: 50px;height: 60px;text-align: center;font-size: 10px;position: absolute;left: 50%;margin-left: -25px;top: 50%;margin-top: -30px;}
.spinner > div{background-color: #06c1ae;height: 100%;width: 6px;display: inline-block;-webkit-animation: stretchdelay 1.2s infinite ease-in-out;animation: stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect2{-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.spinner .rect3{-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
.spinner .rect4{-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.spinner .rect5{-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
@-webkit-keyframes stretchdelay{0%, 40%, 100%{-webkit-transform: scaleY(0.4)}
    20%{-webkit-transform: scaleY(1.0)}} @keyframes stretchdelay{0%, 40%, 100%{transform: scaleY(0.4);-webkit-transform: scaleY(0.4);}
                                             20%{transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}}
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.row{width: 100%}
.row:before,.row:after{display:table;content:"";line-height:0}
.row:after{clear:both}
.overflowHiden{overflow: hidden}
/* layout*/.tl{text-align:left}
.tc{text-align:center}
.tr{text-align: right}
.vt{vertical-align:top}
.vm{vertical-align:middle}
.vb{vertical-align:bottom}
.bc{margin-left:auto;margin-right:auto}
/* blockCenter*/.pr{position:relative}
.pa{position:absolute}
.cl{clear: both}
.fl{float: left}
.fr{float: right}
.fn{float: none}
.block{display:block !important}
.dib{display:inline-block}
.ofa{overflow:auto;zoom:1}
.ofh{overflow: hidden;}
.zindex{z-index: 100}
.ofs-y{overflow-y:scroll;zoom:1}
.zoom{zoom:1}
.justify{text-align:justify;text-justify:inter-ideograph;}
.hide{display: none!important;}
.hidden{visibility:hidden!important;}
.fs-b40{font-size: 2.45em;}
.fs-b36{font-size: 2.25em;}
.fs-b32{font-size: 2em;}
.fs-b24{font-size: 1.5em;}
.fs-b20{font-size: 1.25em;}
.fs-b18{font-size: 1.125em;}
.fs-b16{font-size: 1em;}
.fs-b14{font-size: .875em;}
.fs-b13{font-size: .8em;}
.fs-b12{font-size: .75em;}
.fs-b11{font-size: .7em;}
.fs-b10{font-size: .625em;}
.fs-b9{font-size: .55em;}
.mt075{margin-top: .75rem}
.box{display:-moz-box;display:-webkit-box;display:box;width:100%;}
.b-flex{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1}
.b-flex2{-moz-box-flex:2;-webkit-box-flex:2;box-flex:2}
.b-flex3{-moz-box-flex:3;-webkit-box-flex:3;box-flex:3}
.box-vm{display:-moz-box;-moz-box-pack:center;-moz-box-align:center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;display:box;box-pack:center;box-align:center}
.box-vb{display:-moz-box;display:-webkit-box;display:box;-moz-box-pack:center;-webkit-box-pack:center;box-pack:center;-moz-box-align:end;-webkit-box-align:end;box-align:end}
/* border*/.br-eee{border: 1px solid #eee;}
.br-eee{border: 1px solid #eee;}
.br-t-eee{border-top: 1px solid #eee;}
.br-b-eee{border-bottom: 1px solid #eee;}
.br-r-eee{border-right: 1px solid #eee;}
.br-l-eee{border-left: 1px solid #eee;}
.br-t-h0{border-top:0!important;}
.br-e4{border: 1px solid #e4e4e4;}
.br-t-e4{border-top: 1px solid #e4e4e4;}
.br-b-e4{border-bottom: 1px solid #e4e4e4;}
.br-b-da-e4{border-bottom: 1px dashed #e4e4e4;}
.br-l-e4{border-left: 1px solid #e4e4e4;}
.noborder{border:0!important;}
.bar-tab .tab-item.active, .bar-tab .tab-item:active{color: #06c1ae;}
.ftHeight{height: 2.5rem}
.ft{border-top: 1px solid #06c1ae;position: fixed;z-index: 20;}
.ft a{font-size: 0.6rem}
.ft .ftIcon{text-align: center;display: block;}
.ft .ftIcon img{width: 1.15rem;height: 1.15rem}
.ft .ftIcon img:first-child{}
.ft .ftIcon img:last-child{display: none}
.bar-tab .tab-item.active .ftIcon img:first-child, .bar-tab .tab-item:active .ftIcon img:first-child{display: none}
.bar-tab .tab-item.active .ftIcon img:last-child, .bar-tab .tab-item:active .ftIcon img:last-child{display: inline}
.topSearch{background: #06c1ae;height: 2.25rem}
.topSearch .wrap{padding: 0 0.5rem}
.banner{ height:130px}
.banner .swiper-wrapper{ height:130px}
.banner .swiper-wrapper .swiper-slide{ height:130px}
.topSearch .searchNow{background: #86dcd5;border-radius:1.0rem;border: 0;overflow: hidden;position: relative;top: 0.3rem}
.topSearch .searchNow input{background: transparent;color: #fff;font-size: 0.6rem;height: 1.65rem;line-height: 1.65rem;border: 0;width: 100%;margin-left: 0.75rem}
.topSearch .searchNow button{border:0;background: transparent;line-height: 1.65rem;margin-right: 0.375rem;color: #06c1ae}
.topSearch .searchNow button:active{color: #0d9a8c}
.swiper-slide{text-align: center}
.swiper-slide img{height:100%;width: 100%;}
.detailsSwiper .titles{position: absolute;;bottom: 0;left: 0;right: 0;width: 100%;background: rgba(0,0,0,.6);text-align: left;z-index: 11}
.detailsSwiper .titles p{padding: 0.125rem 0.75rem;color: #fff;font-size: 0.75rem}
.detailsSwiper .swiper-slide img{width: 100%;height:10.0rem}
.detailsSwiper .swiper-container-horizontal>.swiper-pagination{bottom: inherit;left: 0;width: 100%;top: 0.125rem;}
.swiper-pagination-bullet{width: 0.5rem;height: 0.5rem}
.swiper-pagination-bullet-active{background: #fff}
.indexList ul li{background: #fff;margin-top: 0.5rem;border-top: 1px solid #eee;border-bottom: 1px solid #eee}
.indexList .hd{margin:0;padding:0.4rem 0;border-bottom: 1px solid #eee}
.indexList .hd .wrap{padding: 0 0.5rem}
.indexList .hd h2{font-size: 0.85rem;font-weight: normal;overflow: hidden;}
.indexList .hd h2 span{vertical-align: middle;}
.indexList .hd h2 i{width: 1.35rem;height: 1.35rem;display: inline-block;margin-right: 0.125rem;overflow: hidden;vertical-align: middle;}
.indexList .hd h2 i img{width: 100%;height: 100%}
.indexList .hd a{font-size: 0.5rem;color: #aaa}
.indexList .hd a img{width: 0.82rem;height: 0.78rem;vertical-align: middle;margin-right: 0.125rem}
.indexList .bd{padding-bottom:1.125rem;}
.indexList .bd .wrap{padding: 0 1.0rem}
.indexList .bd a{font-size: 0.85rem;margin-top: 1.125rem;display: block; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.itemDesc{}
.itemDesc .itemAttr{background: #fff;border-bottom: 1px solid #eee}
.itemDesc .itemAttr .attr1{border-bottom: 1px solid #eee}
.itemDesc .itemAttr .attr1 h1{font-size: 0.8rem;color: #222;padding: 0.375rem 0 0.125rem 0;}
.itemDesc .itemAttr .attr1 h2{color: #06c1ae;font-size: 0.95rem;font-weight:normal;}
.itemDesc .itemAttr .attr1 p{font-size: 0.55rem;color: #999;padding: 0.25rem 0 0.375rem 0;}
.itemDesc .itemAttr .attr1 .star{right: 0.5rem;top: 50%;margin-top: -0.5rem;text-align: center;}
.itemDesc .itemAttr .attr1 .star p{font-size: 0.6rem;color: #999;padding:0}
.itemDesc .itemAttr .attr1 .star p span{margin-right:0.25rem;}
.itemDesc .itemAttr .attr1 .star i{font-size: 1.0rem;color: #666}
.itemDesc .itemAttr .attr1 .star.on p,.itemDesc .itemAttr .attr1 .star.on i{color: #06c1ae}
.itemDesc .itemAttr .attr2 .row{font-size: 0.7rem;color: #222;padding: 0.5rem 0;text-align: left;}
.itemDesc .itemAttr .attr2 .row span{color: #555}
.itemDesc .itemAttr .attr2 .row>div{padding:0.125rem 0;}
.itemDesc .cards-list{margin: 0}
.itemDesc .card{margin:0;margin-top:0.5rem;box-shadow: none;}
.itemDesc .card .card-header{color: #06c1ae;font-size: 0.75rem}
.itemDesc .card .addr{font-size: 0.65rem;color: #222}
.itemDesc .card .addr a{color: #999;font-size: 1.0rem;margin-left: 0.25rem}
.itemDesc .card .addr a:active{color: #06c1ae}
.itemDesc .card .contact a{font-size: 0.7rem;color: #fff;background: #ff7000;border-radius: 0.25rem;line-height: 1.5rem;padding:0 1.0rem;margin-top: 0.25rem}
.itemDesc .card .contact p em{color: #ff7000}
.itemDesc .card p.desc{color: #999;font-size: 0.8rem}
.payAttention{text-align: center;background: #fff;margin-top: 0.5rem;margin-bottom: 0.5rem}
.payAttention .row{width: auto;padding: 0.5rem 0}
.payAttention a{display: inline-block;height: 1.65rem;line-height: 1.65rem;width:4.2rem;text-align: center;background: #fff;border-radius: 0.25rem;color: #222;font-size: 0.7rem}
.payAttention a i{display: inline-block;vertical-align: middle;width: 0.75rem;height: 0.875rem;margin-right:0.125rem;vertical-align: middle;}
.payAttention a.i1 i{background: url(../images/icon/d1.png) no-repeat;background-size: cover;}
.payAttention a.i2 i{background: url(../images/icon/d2.png) no-repeat;background-size: cover;}
.payAttention a.i3 i{background: url(../images/icon/d3.png) no-repeat;background-size: cover;}
.payAttention a:active{background:#f1f1f1;}
.detailsFt{overflow: hidden;height: 2.5rem;background: #fff;position: fixed;bottom: 0;width: 100%;left: 0;right: 0;z-index: 30;}
.detailsFt a,.detailsFt .checkAll{float: left;display: block;;height: 100%;line-height: 2.5rem;text-align: center;color: #fff;font-size: 0.75rem}
.detailsFt .btn1{width: 30%;margin-left: -1px;border-right: 1px solid #fff;background: #06c1ae}
.detailsFt .btn2{width: 70%;background: #199ed8}
.detailsFt input.btn2{ border:none; color:#fff; height:2.5rem;}
.detailsFt .btn3{width: 70%;background: #EB2C3B}
.detailsFt .checkAll{width: 30%;background: #fff;color: #333}
.detailsFt a i{display: inline-block;width: 1.125rem;height: 1.125rem;vertical-align: middle;background-size: cover;background-repeat: no-repeat;background-position: center center;margin-right:0.125rem;}
.detailsFt a.btn1 i{background-image: url(../images/icon/f1.png)}
.detailsFt a.btn2 i{background-image: url(../images/icon/f2.png)}
.detailsFt .btn3 i{font-size: 1.0rem;color: #fff}
.detailsFt a.btn1:active{background: #21C191}
.detailsFt a.btn2:active{background: #23ADD8}
.detailsFt .btn3:active{background: #F02434}
.scFTbtn{display: none;}
.topNav{background: #fff;padding:0;margin:0;text-align: center;}
.topNav ul li select {
    font-size: .7rem;
    padding-left: .1rem;
    text-align: center;
    display: block;
    width: 100%;
}
.topNav ul li{border-right: 1px solid #e3e3e3;font-size: .7rem;padding-left: .1rem;text-align: center; width:25%}
.topNav ul li:last-child{border-right: 0}
.indexNav ul li a>i{vertical-align: middle;display: inline-block;margin-right: 0.25rem}
.indexNav ul li a>i img{width: 0.85rem;height: 0.85rem}
.topNav ul li span{vertical-align: middle;}
.topNav ul li a{display: inline-block;padding: 0.25rem 0}
.topNav ul{padding: 5px 0;border-bottom: 1px solid #ececec}
.filterNav ul li span i.up{display: none}
.filterNav ul li.on a{color: #fe5842}
.filterNav ul li.on a span i.up{display: block;}
.filterNav ul li.on a span i.down{display: none;}
.itemList .list-block{margin: 0;padding:0;background: none}
.itemList .list-block ul{background: none}
.itemList .list-block ul li{margin-bottom:0.5rem;background: #fff}
.itemList .list-block ul li .item-subtitle em{font-size: 0.6rem;color: #999}
.itemList .list-block ul li .item-subtitle{color:#06c1ae;font-size: 0.8rem;line-height: 1.0rem;padding: 0.25rem 0}
.itemList .list-block ul li .item-texts{font-size: 0.6rem;color: #999}
.itemList .list-block ul li .item-texts span.intro{ width:60%; display:block}
.itemList .list-block ul li .btn{text-align: right;border-top: 1px solid #eee;padding: 0.5rem 0}
.itemList .list-block ul li .btn a{display: inline-block;;width: 2.95rem;height: 1.3rem;text-align: center;line-height: 1.3rem;border:1px solid #eee;border-radius: 0.25rem;font-size: 0.65rem;margin-right:.75rem;}
.itemList .list-block ul li .btn a.delete{color: #999}
.itemList .list-block ul li .btn a.reload{color: #06c1ae;border-color: #06c1ae}
.itemList .list-block ul li.hasPic .item-inner{position: relative;}
.itemList .list-block ul li.hasPic .item-inner .item-texts{position: absolute;bottom: 0.5rem;padding-right: 1.5rem;width: 100%;}
.itemList .list-block ul li .check{margin-right:0.25rem;display: none;}
.itemList .list-block ul li .item-inner{position: relative;background: none;padding-right:.75rem;}

.button.active, .button.active:active{color: #06c1ae;border-color: #06c1ae;}
.buttons-tab .button.active{color: #06c1ae;border-color: #06c1ae;}
.scTopBtn{text-align: right;background: #fff;margin-bottom: 0.5rem;padding:0.5rem 0;}
.scTopBtn a.on{background: #06c1ae;color: #fff}
.scTopBtn a{line-height: 1.6rem;width: 4.15rem;margin-right:0.75rem;display: inline-block;text-align: center;color: #06c1ae;border:1px solid #06c1ae;border-radius: 0.25rem}
.formRow .list-block{margin: 0;margin-bottom: 0.5rem}
.formRow .list-block .item-title{border-right: 1px solid #eee;color: #06c1ae;width: 4.0rem}
.formRow .item-input .row{margin-left:0;margin-bottom: 4%}
.formRow .item-input .row i{font-size: 0.65rem;color: #c7c7c7;white-space: nowrap;line-height: 1.45rem;background: #f2f2f2;border-radius: 0.25rem;text-align: center;margin-top: 4%;border:1px solid #f2f2f2;overflow: hidden;}

.formRow .item-input .row input{ display:none}

.formRow .item-input .row i.on{border-color: #06c1ae;color: #06c1ae}
.formRow .list-block .fuliTitle{}
.formRow .list-block .fuliTitle label{bottom: 0;left: 0}
.picNote{line-height: 1.3rem;font-size: 0.6rem;color: #808080;background: #e6e6e6;text-align: center;}
.picNote em{color: #06c1ae}
.release{text-align: center;;width: 100%;margin:1.25rem 0 1.25rem 0;}
.release button{height: 2.4rem;font-size: 0.8rem;color: #fff;width: 95%;background: #06c1ae;line-height: 2.4rem;border:0;border-radius:0.25rem;}
.release button:active{background: #0ba293}
.imgGroup .row{width: auto;}
.imgGroup ul li{margin-bottom: 4%;text-align: center;}
.imgGroup ul li .rect{width: 100%;height: 3.35rem;overflow: hidden;line-height: 3.35rem;text-align: center;border:1px solid #d9d9d9;margin:0 auto;}
.imgGroup ul li .rect img{vertical-align: middle;display: inline;max-width: 100%}
.imgGroup ul li .rect .imgDelete{font-size: 1.0rem;color: #ef2727;right: 0.125rem;top: 0.125rem}
.imgGroup ul li.JSimgUpbtn .filePut{}
.imgGroup ul li.JSimgUpbtn .filePut input[type=file]{position: absolute;left: 0;top: 0;z-index: 5;cursor: pointer;height: 30px;margin-left: -100px}
.imgGroup ul li.JSimgUpbtn .filePut input[type=file]{/* older safari/Chrome browsers*/-webkit-opacity: 0;/* Netscape and Older than Firefox 0.9*/-moz-opacity: 0;/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/-khtml-opacity: 0;/* IE9 + etc...modern browsers*/opacity: 0;/* IE 4-9*/filter:alpha(opacity=50);/*This works in IE 8 & 9 too*/-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*IE4-IE9*/filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.imgGroup ul li.JSimgUpbtn .filePut .uploadCoverBtn{display: inline-block;cursor: pointer;background: url(../images/addImg.png);width: 100%;height: 100%;background-size: cover;}
.picNote1{color: #aeaeae;font-size: 0.6rem;text-align: center;;line-height: 1.4rem;margin-top: -1.2rem;}
.scrollFbBtn{text-align: center;background: #fff}
.scrollFbBtn a{display: inline-block;width: 95%;line-height: 1.7rem;text-align: center;font-size: 0.7rem;color: #fff;background: #06c1ae;border-radius: 0.25rem;margin: 0.375rem auto;}
.scrollFbBtn a i{vertical-align: middle;margin-right:0.125rem;}
.barNav{width: 5.0rem;background: #fff;position: absolute;overflow: hidden;left: 0;top: 2.45rem;bottom: 2.5rem;    overflow: auto;-webkit-overflow-scrolling: touch;}
#scroller1{position: absolute;z-index: 1;-webkit-tap-highlight-color: rgba(0,0,0,0);width: 100%;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
#scroller1 ul{list-style: none;padding: 0;margin: 0;width: 100%;text-align: left;}
#scroller1 li{padding: 0 10px;height: 2.5rem;line-height: 2.5rem;border-bottom: 1px solid #fff;border-top: 1px solid #fff;background-color: #fff;font-size: 14px;position: relative;}
#scroller1 li h2{font-size: 0.65rem;color: #aeaeae;font-weight: normal;}
#scroller1 li h2 i{display: inline-block;width: 1.05rem;height: 1.05rem;margin-right: 0.25rem;vertical-align: middle;line-height: 100%;}
#scroller1 li h2 i img{width: 100%;height: 100%}
#scroller1 li h2 span{vertical-align: middle;}
#scroller1 li.on h2 span{color: #06c1ae}
#scroller1 li.on:after{content: "";position: absolute;top: 23px;right: 0;width: 0px;height: 0px;border: 6px solid transparent;border-right-color: #f0eff5;}
.tagsSection{width: 100%;margin-left: 5.0rem;top:2.45rem;bottom: 2.5rem;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.tagsRow{display: none}
.tagsSection .row{width: auto;}
.tagsSection .row a{text-align: center;font-size: 0.65rem;color: #222;text-align: center;border-radius: 0.25rem;line-height: 2.0rem;background: #fff;overflow: hidden;white-space: nowrap;margin-bottom: 4%;}
.tagsSection .row a:active{background: #f9f9f9;color: #06c1ae}

.topSearchImg{}
.topSearchImg a{display: block;}
.topSearchImg a img{display: block;height: 100%;width: 100%}


.searchNoData{text-align: center;margin-top:2.0rem}
.searchNoData img{    width: 50%;  height: 50%;}
.searchNoData p{font-size: 0.7rem}

.radioStyle-wrap{margin-top: .5rem}
.formRow .list-block .radioStyle label{display: inline-block;white-space: nowrap;overflow: hidden;margin-left: 0.5rem;margin-bottom: 0.25rem;font-size: 0.6rem;color: #c7c7c7}
