/*
  Author: Andy Chan
  http://www.ipads.cc
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    list-style: none;
    font-weight: normal;
}
a:link{
    color: #311919;
    text-decoration: none;
    outline: none;
    background: none;
    -webkit-tap-highlight-color:transparent;
    -moz-tap-highlight-color:transparent;
    tap-highlight-color:transparent;
}
a:visited{
    color: #311919;
}
img{
    border: 0;
    width: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
input,textarea,button,select{
    border: none;
    outline: none;
    resize: none;
}
html {
    font: inherit;
    width: 100%;
    font-size: 100%;
    font-size:12px;  /*默认字体大小*/
    outline: 0;
    -webkit-text-size-adjust : none ;
    -moz-text-size-adjust : none ;
    -ms-text-size-adjust : none ;
    text-size-adjust : none/*禁止横竖屏时内容自动调整*/
}
body {
    width: 100%;
    margin: 0;
    /* -webkit-user-select: none; */
    font-size: 100%;
    font-family: 'Heiti SC','Microsoft YaHei', 'Helvetica, Tahoma', 'Arial', 'sans-serif';
    background: #ebebeb;
}
.clearfix:before,.clearfix:after{
    content: '';
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom:1;
}
.fl{
    float: left;
}
.fr{ float: right;
}
.container{
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
    max-width: 640px;
}
.wbg,
.swiper-slide ,
.swiper-container .swiper-pagination-bullet{
    background: #fff;
}
.bd5{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bd10{
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bd30{
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.h24{
    max-width: 640px;
    margin: 0 auto;
}
.header .htop{

    padding: 1rem 0 0;
    width: 50%;
    text-align:left;
    position: relative;
}
.search2 .btns{
    display: inline-block;
    background: url(../images/secbtn.png) no-repeat center;
    background-size: contain;
    width: 1.8rem;
    height: 1.85rem;
    text-indent: -999em;
}
.search2{
    margin: -40px auto;
    width: 50%;
    position: relative;
    float:right;
}
.search2 input{
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 2%;
    width: 75%;
}
.search2 .btns{
    position: absolute;
    top: 0.45rem;
    right: 7%;
}

.header .secbtn_box{ background:#f5f5f5; padding:0.5rem 2rem;  position:relative; z-index:1001; margin-top:.5rem; text-align:right; overflow:hidden;}
.header .secbtn_text{ width:100%; float:left; background:#fff; border:#e5e5e5 1px solid; border-radius:3px; box-sizing:border-box; line-height:2rem;font-size:1.2rem; text-align:center; font-family:"microsoft yahei"; color:#919191;}
.header .secbtn{
    display: inline-block;
    background: url(../images/secbtn.png) no-repeat center;
    background-size:100% 100%;
    width: 1.2rem;
    height: 1.2rem;
    position:absolute;
    left:1.5rem;
    top:1rem; z-index:15;
    margin-top:.1rem;
}

.header .htop img{
    width: auto;
    text-align:left;
    padding: 0 2rem;
}
.header .menu {
    background: #333;
    height: 2.8rem;
    line-height: 2.8rem;
    display: flex;
    justify-content: center;
    text-align: center;
}
.header .menu a{
    color: #fff;
    width: 20%;
    font-size: 1.2rem;
}
.alltips{
    font-size: 1,2rem;
    color: #222;
    padding: 1rem 0;
}
.alltips .container p{
    background: url(../images/tipright.png) no-repeat right center;
    background-size: auto 100%;
}
.alltips em{
    display: inline-block;
    width: ;
    height: ;
    background: url(../images/secbtn.png) no-repeat center;
    background-size: contain;
}
.alltips b{
    font-weight: 600;
}
.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*max-height: 300px;*/
    overflow: hidden;
}
.proshows .swiper-container ,.proshows .swiper-slide{
    max-height: 100%;
}
.swiper-container .swiper-pagination-bullet{
    opacity: .7;
}
.swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-slide img{
    width: 100%;
    overflow: hidden;
}
.proshows  .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
}
/*banner*/
.banner{
    padding: 1rem 0;
    display: flex;
    justify-content: center;
}
.banner a{
    display: inline-block;
    width: 49%;
    margin-right: 1%;
}
.banner a:last-child{
    margin-left: 1%;
    margin-right: 0;
    /*
        width: 45%;
        margin-left: 5%;
    */
}
/*搜索*/
.search{
    margin: 15px auto;
    width: 60%;
    position: relative;
}
.search input{
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 5%;
    width: 75%;
}
.search .btns{
    position: absolute;
    top: 0.45rem;
    right: 7%;
}



/*品牌*/
.brands{
    overflow: hidden;
}
.brands .allb{
    margin-right: -1.2%;
    margin-left: 1.2%;
}
.brands a{
    width: 22%;
    float: left;
    margin:1% 1.2%;
    text-align: center;
    background: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
}
/*精品市场*/
.markets,.goodpush{
    padding: 1rem 0 0;
    margin: 1rem 0;
}
.markets h1,.goodpush h1{
    text-align: center;
    font-size: 1.3rem;
    height: 1.8rem;
}
.markets h1 > b,.goodpush h1 > b{
    display: inline-block;
    background: url(../images/icon_01.png) no-repeat center;
    background-size: contain;
    height: 2rem;
    width: 2rem;
    position: relative;
    top: 0.5rem;
    right: 0.5rem;
}
.goodpush h1 > b{
    background: url(../images/icon_02.png) no-repeat center;
    background-size: contain;
}
/*线*/
.markets .mtop{
    margin: 2rem 0 0;
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
}
.markets .mtop a{
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
    border-left: 1px solid #bfbfbf;
}
.markets .mtop a:first-child,
.markets .mbottom a:first-child{
    border: 0;
}
.markets .mbottom{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
    margin-top: -1px;
}
.markets .mbottom a{
    width: 25%;
    float: left;
    padding:0;
    min-height: 15rem;
    box-sizing: border-box;
    border-left: 1px solid #bfbfbf;
}
.goodpush .gpush a{
    float: left;
    width: 22%;
    box-sizing: border-box;
    padding: 2%;
    border-left: 1px solid #bfbfbf;
    text-align: center;
}
.goodpush .gpush a:first-child{
    width: 34%;
    border: none;
}
.goodpush .gpush{
    margin: 2rem 0 0;
    overflow: hidden;
    padding-top: 1px;
}
.goodpush .row{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-top: -1px;
}
.allas{
    margin: 1rem 0;
    text-align: justify;
}
.allas a{
    display: inline-block;
    color: #ff0000;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    word-break: break-all;
}
/*热表*/
.hotwatch .tihot{
    padding-top: 1rem;
}
.hotwatch .tihot h2,.comments h1{
    color: #333;
    text-align: center;
    font-size: 1.2rem;
    background: #333;
    height: 1px;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.hotwatch .tihot h2 i,.comments h1 i{
    display: inline-block;
    width: 45%;
    position: absolute;
    top: -0.6rem;
    left: 25%;
    background: #ebebeb;
    font-style: normal;
    font-weight: 600;
}
.hotwatch .tihot  h3{
    color: #888;
    text-align: center;
    font-size: 1rem;
    padding: 1em 0;
}

.hotwatch  .hlist ul{
    overflow: hidden;
}
.hotwatch  .hlist li{
    width:47%;
    float: left;
    margin: 0.5rem 1.5%;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 1rem;
}

.hotwatch  .hlist .hlist_img{
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.hotwatch  .hlist h2{
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666;
    margin: 0.5rem 2.5%;
    box-sizing: border-box;
}
.hotwatch  .hlist h3{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #ff0a0a;
    margin: 0 2.5%;
    box-sizing: border-box;
    font-weight: 600;
}
.hotwatch  .hlist h3 b{
    font-size: 1rem;
    color: #666;
    font-weight: normal;
}
.hotwatch h4{
    padding: 0.3rem 0;
    text-align: center;
}

.hotwatch  .hlist_b .loading{
    text-align:center;
    padding:1rem 0;
    font-size:1.2rem;
    color:#666;
}
.hotwatch  .hlist_b .loading:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin-right:.3rem;
    width:.8rem;
    height:.8rem;
    background:url(../images/loading.gif) no-repeat 0 0;
    background-size:100%;
}
.hotwatch  .hlist_b ul{
    padding:0 .3rem;
    box-sizing:border-box;
    overflow: hidden;
}
.hotwatch  .hlist_b li{
    float:left;
    width:50%;heitht:402px; overflow:hidden;
    margin-bottom:1rem;
    background:#fff;
    padding:.4rem;
    box-sizing: border-box;
}
.hotwatch  .hlist_b h2{
    overflow: hidden;
    height:50px;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666;
    margin: 0.5rem 2.5%;
    box-sizing: border-box;
}
.hotwatch  .hlist_b h3{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #ff0a0a;
    margin: 0 2.5%;
    box-sizing: border-box;
    font-weight: 600;
}
.hotwatch  .hlist_b h3 b{
    font-size: 1rem;
    color: #666;
    font-weight: normal;
}
/*
.hotwatch h4 a{
    color: #000;
    font-size: 1.3rem ;
    position: relative;
}

.hotwatch h4 a:after{
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -5px;
    border:  solid transparent;
}
.hotwatch h4 a:after{
   border-bottom: 1px solid #000;
    width: 28px;
}
*/
/*morehot*/
.morehot{
    padding: 0.6rem 0;
}
.morehot h2{
    text-align: center;
    overflow: hidden;
    font-size: 1.2rem;
}
.morehot li h2{
    text-align: left;
}
.morehot h2 a,.buyshow h2 a{
    display: inline-block;
    width: 50%;
    float: left;
    background: #333;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}
.h24 h2 .active{
    background: #ff0a0a;
}
/*视频*/
.awatch ul {
    margin: 0 3%;
    overflow: hidden;
}
.awatch ul li{
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
}
.awatch .aleft {
    width: 34%;
}
.awatch .aright {
    width: 63%;
    margin-left: 3%;
}
.awatch .aright h3{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.morehot .aright h3,.wechatbuy .weinfo{
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.awatch .aright h6,.awatch .aright h2{
    font-size: 1.0rem;
    padding-top:0.3rem;
    color: #666;
    line-height:25px;
}
.awatch .aright h4{
    position: absolute;
    bottom: 4%;
    width: 63%;
    color: #ff0a0a;
    font-size: 1.4rem;
}
.awatch .aright h4 b{
    display: inline-block;
    background: #560800;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -0.5rem;
}
.awatch h5{
    text-align: center;
    font-size: 1.1rem;
    color: #000;
    margin: 0.5rem auto 0.2rem;
}
.awatch h5 a,.buyshow h5 a,.hotwatch h4 a{
    text-align: center;
    font-size: 1.1rem;
    padding: 10px 0;
    border: 1px solid #aaa;
    color: #000;
    display: inline-block;
    width: 50%;
    margin: 1rem auto;
    background: #fff;
}
.hotwatch .tihot h4 a{
    padding: 0;
    width: auto;
    border: none;
    background: none;
}
.goodus{
    padding: 2rem 0;
    border-top: 1px solid #bbb;
}
.goodus h1{
    color: #000;
    font-size:1.3rem ;
    font-weight: 600;
}
.goodus h1 b{
    color: #ff0a0a;
    font-weight: 600;
}
.goodus .gcont{
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem;
    padding: 1rem 0;
}
.goodus .gcont strong{
    font-size: 1.3rem;
    color: #000;
}
.goodus  .gbrand a{
    float: left;
    width: 25%;
}
/*买家/资讯*/
.buyshow {
    padding: 0 0 1rem;
}
.buyshow h2 {
    overflow: hidden;
    margin-bottom: 1rem;
}
.buyshow h2 a{
    display: inline-block;
    float: left;
    width: 33.3%;
    background: #333;
}
.buyshow .swiper-button-prev{
    background: rgba(0,0,0,0.7);
}
.buyshow .swiper-button-prev,.buyshow .swiper-button-next{
    background: rgba(0,0,0,0.7);
}
.buyshow .swiper-button-prev:before,.buyshow .swiper-button-next:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -11px;
    background: url(../images/bleft.png) no-repeat center;
    background-size: contain;
    height: 22px;
    width: 12px;
}
.buyshow .swiper-button-next:before{
    left: auto;
    right: 6px;
    background: url(../images/bright.png) no-repeat center;
    background-size: contain;
}
.buyshow .container{
    display: none;
}
.buyshow .newlist a{
    display: block;
    padding-bottom: 1rem;
    color: #333;
    font-size: 1rem;
}
.buyshow .row{
    padding: 1rem 0 0;
}
.buyshow .prleft,.buyshow .prright{
    width: 49%;
}
.buyshow .prright a{
    display: block;
}
.buyshow .prright{
    margin-left: 2%;
}
/*分类*/
.allcats{
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
}
.allcats h1{
    padding-left: 2%;
    font-size: 1.2rem;
    color: #000;
    padding-bottom: 0.5rem;
    font-weight: 600;
}
.allcats .row{
    max-height: 18rem;
    overflow: hidden;
}
.allcats .rowno{
    max-height: 100%!important;
    overflow: auto!important;
}
/*
.allcats .selscts{
    display: inline-block;
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
}
*/
.allcats .selscts{
    display: inline-block;
    margin: 2%;
    padding: 10px;
    width: 46%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #eee;
    color: #000;
    font-size: 1rem;
    height:38px;
    /*
        -webkit-appearance:none;
        appearance:none;
    */
    border-radius:4px;
    position: relative;
}
.allcats .selscts:after{
    content: '▼';
    font-size: 0.8rem;
    color: #888;
    position: absolute;
    top: 1rem;
    right: 6%;
}
.allcats h4{
    text-align: center;
    padding: 1rem;
    background: #eee;
    margin: 0.5rem 0 ;
    position: relative;
}
.allcats h4 a{
    color: #000;
}
.allcats h4 b{
    background: url(../images/down.png) no-repeat center;
    background-size: contain;
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: -2.2rem;
}
.allcats h4 .up{
    background: url(../images/up.png) no-repeat center;
    background-size: contain;
}
/*服务s*/
.sever{
    padding: 1rem 0 6rem;
}
.sever .conts{
    text-align: center;
    width: 94%;
    margin: 0 auto;
}
.sever h1{
    font-size: 1.3rem;
    color: #006fb9;
    padding: 2rem 0 1rem;
}
.sever h1 b{
    color: #ff1800;
}
.sever h2{
    font-size: 1rem;
    color: #444;
    padding: 0.3rem 0;
}
/*产品*/
/*产品*/

.catmenu .row{
    margin: 1rem 0 0.8rem ;
}
.prolist  .tihot {
    padding: 0 2%;
    margin: 0;
}
.prolist  .tihot h4{
    font-size:1.2rem ;
    color: #666;
    text-align: left;
    padding: 0.3rem 0 0.2rem;
}
.prolist  .tihot h4 a{
    color: #ff0a0a;
    font-size:1.2rem ;
}
.prolist  .tihot h4 a:after{
    border: none;
}
.catmenu .selsct{
    float: left;
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: none;
    text-align: center;
    padding: 0.8rem 0;
    font-size: 1.2rem;
    position: relative;
}
.catmenu .selsct:after{
    content: '▼';
    font-size: 0.8rem;
    color: #888;
    position: absolute;
    top: 1rem;
    right: 6%;
}
.catmenu .selsct:first-child{
    border-left: none;
}
.catmenu .selsct:last-child{
    border-right: none;
}
.catmenu .selsct select{
    border: none;
    padding: 8px 0 8px 3px ;
    width: 99%;
    font-size: 1.2rem;
}
.catmenu .catsm{
    padding: 1rem ;
    background:#555 ;
    margin: 0 2% 1rem;
    position: relative;
    display: none;
}
.catmenu .sanjiao{
    width: 19px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 5%;
    background: url(../images/sanjiao.png) no-repeat center;
    background-size: contain;
}
.catmenu .catsm a{
    display: inline-block;
    padding: 5px 0.5rem;
    color: #595959;
    background: #fff;
    font-size: 1.16rem;
    margin: 5px 0.3rem ;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.catmenu .catsm .active{
    background: #df1717;
    color: #fff;
}
/*选表*/
.checkwatch,.advice,.wechatbuy{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
}
.checkwatch .row,.advice .adcont{
    position: fixed;
    bottom: 5rem;
    left: 2%;
    right: 2%;
    padding: 2%;
    width: 92%;
}
.checkwatch .brands{
    margin: 0 -2%;
}
.checkwatch h1{
    font-size: 1.2rem;
    color: #888;
    padding: 1rem 0;
    position: relative;
}
.checkwatch .close,.advice .close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
}
.checkwatch .brands {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
}
.checkwatch .brands a{
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.checkwatch h2{
    text-align: justify;
    padding-bottom: 1rem;
}
.checkwatch h2 a{
    color: #333;
    display: inline-block;
    float: left;
    font-size: 1.1rem ;
    padding: 5px;
}
.advice .close{
    right: 10px;
    top: 8px;
}
.advice .adcont{
    padding:  10% 2% 5%;
}
.advice .adleft{
    width: 46%;
}
.advice .adright{
    width: 100%;
    box-sizing: border-box;

}
.advice h1{
    font-size:1.16rem ;
    color: #666;
    padding: 0.8rem 0.5rem 0.5rem 22%;
    border: 1px solid #ccc;
    margin-bottom:  1.2rem;
}
.advice .tel{
    background: url(../images/tel.png) no-repeat 0.5rem center;
    background-size: auto 55%;
}
.advice .qq{
    background: url(../images/qq.png) no-repeat 0.5rem center;
    background-size: auto 75%;
}
.advice  h2 a{
    background: #d6d6d6;
    padding: 0.8rem 0;
    display: block;
    text-align: center;
    color: #444;
    margin-top: 4rem;
}
.advice h3{
    padding: 1rem 0;
    padding-left: 25%;
    background: url(../images/wechat.png) no-repeat left center;
    background-size: auto 75%;
    font-size: 1rem;
    color: #666;
}
.advice  img{
    width: 80%;
    margin: 0.5rem auto;
    display: block;
}
/*新闻列表*/
.newlists h1{
    padding: 1rem  2%;
    font-size: 1.2rem;
    border-bottom: 1px solid #c5c5c5;
}
.newlists h1 a{
    color: #000;
}
.newlists  .newlist{
    display: block;
    margin: 1rem 0;
}
.newlists .row{
    padding: 1rem 0;
    margin: 0 2%;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
}
.pages a{
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1.1rem;
    color: #000;
}
.pages .active{
    color: #ff0000;
}
/*新闻展示*/
.newshow h1{
    font-size: 1.2rem;
    padding: 0.8rem  2% ;
    width: 100%;
}
.correlation{ overflow:hidden; background:#ebebeb}
.correlation .tihot{
    margin: 1.5rem 0 1.8rem;
}
.correlation .tihot h2{
    font-size: 1.3rem;
}
.correlation .tihot h2 i{
    top: -0.8rem;
}.newscont{
     margin-top: 1rem;
     padding: 1rem 0;
 }
.newscont h1,.newscont h2{
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #242424;
    text-align: justify;
    word-break: break-all;
    text-align: center;
}
.newscont h2{
    font-size: 1rem;
    color: #888;
}
.newscont .ncont{
    font-size:1rem;
    line-height: 1.8rem;
    color: #242424;
}
.newscont .ncont p{
    text-indent: 2em;
    padding: 0.5rem  0;
}
.newscont .ncont img{
    margin: 1rem 10px;
    width: 95%;
    float: left;

}
/*产品详情*/
.proshows{
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.proshows h1{
    color: #000;
    font-size: 1.25rem;
    margin: 0 2% 0.8rem;
}
.proshows h1 a{
    color: #000;
    font-size: 1.1rem;
}
.proshows .swiper-pagination-bullet{
    background: #b1b1b1;
    opacity: 1;
}
.proshows .swiper-pagination-bullet-active{
    background: #ff0000;
    opacity: 1;
}
.proshows h2{
    padding: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #000;
}
.proshows h4{
    font-size:1.1rem ;
    line-height: 2.2rem;
    color: #666;
}
.proshows h4 strong{
    font-size:1.4rem ;
    color: #ff0000;
}
.proshows h4 b{
    font-size:1.1rem ;
    color: #000;
    border: 1px solid #666;
    padding: 5px;
    margin-right: 10px;
}
.proshows h3{
    overflow: hidden;
    margin: 1rem 0;
}
.proshows h3 a,.wechatbuy h3 a{
    padding: 1rem 0;
    background: #333;
    color: #fff;
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
}
.proshows h3 .active,.wechatbuy h3 .active {
    background: #e01500;
}
.proshows h5{
    font-size:1.3rem ;
    color: #444;
    margin: 1rem 0;
}
.proshows .showcont{
    font-size: 1rem;
    line-height: 1.8rem;
    color: #000;
    border-bottom: 1px solid #bbb;
    padding: 1rem 0;
    margin: 0 -2%;
    padding:  0 3%;
}
.proshows .buycont{
    padding: 2rem 0;
}
.proshows .buycont input,.proshows .buycont textarea{
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    padding: 0.8rem ;
    box-shadow:0 0 3px #d3d3d3 inset;
    display: block;
    margin: 1rem 0;
    width: 93.4%;
}
.proshows ul li{
    font-size: 1rem;
    color: #666;
}
.buycont h6{
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    background: #ff4200;
    font-size: 1.3rem;
}
.buycont .citys {
    padding: 1rem 0 0;
}
.buycont .citys select{
    padding: 5px;
    float: left;
    width: 32.33%;
    margin-right: 1%;
}
/*评论*/
.comments h1{
    left: 15%;
}
.comments h1 i{
    width: 55%;
    background: #fff;
    left: 22.5%;
}
.comments  ul li{
    border-bottom: 1px solid #ccc;
    padding: 0.6rem 0;
}
.comments h2 img{
    width:1rem;
}
.comments .conts,.comments .reply{
    font-size: 1.16rem;
    line-height: 1.9rem;
    color: #333;
    overflow: hidden;
}
.comments .reply{
    color: #ff0000;
}
.comments .conts img{
    display: inline-block;
    width: 22%;
    box-sizing: border-box;
    margin: 1rem 1% 0;
    line-height: normal;
}
.comments .replynow{
    margin: 1.5rem 0;

}
.comments .replynow select{
    border: 1px solid #000;
    padding: 3px 5px;
}
.comments .replynow h4{
    padding: 0.3rem 0;
    position: relative;
}
.comments .label{
    position: absolute;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    width: 72px;
    text-align: center;
}
.comments .replynow  .getfile{
    width: 72px;
    display: none;
}
.comments .replynow textarea{
    border: 1px solid #888;
    padding: 2%;
    width: 95.5%;
}
.comments .replynow h4 b{
    display: inline-block;
    background: #ff4200;
    color: #fff;
    padding: 0.3rem 1rem ;
    border: none;
    font-size: 1.2rem;
}
.proshows .buycont{
    padding: 2rem 0;
}
.proshows .buycont input,.proshows .buycont textarea{
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    padding: 0.8rem ;
    box-shadow:0 0 3px #d3d3d3 inset;
    display: block;
    margin: 1rem 0;
    width: 93.4%;
    font-size:14px;
}
.proshows .buycont input[type=submit]{
    line-height:40px;
    background: #ff4200;
    display: block;
    width: 100%;

    padding:5px;
    margin:0;
    border:none;
    color:#fff;
    font-size: 20px;
    box-shadow:none;
    -moz-transition:ease-out 1s;
    -o-transition:ease-out 1s;
    -webkit-transition:ease-out 1s;
    transition:ease-out 1s;
}
.proshows .buycont input[type=submit]:hover{
    background:#ee3e01;
    box-shadow:rgba(0,0,0,0.3) 1px 1px 3px;
}

/*微信买*/
.wechatbuy {
    z-index: 10000;
}
.wechatbuy .wecont{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3% 2%;
    width: 96%;
    z-index: 100000;
}
.wechatbuy .wleft{
    width: 35%;
    position: relative;
    top: -30px;
}
.wechatbuy .wleft img{
    padding:  5px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
}
.wechatbuy .wright{
    width: 61%;
    padding: 0 2%;
}
.wechatbuy h2{
    font-size:1rem;
    color: #000;
    text-align: center;
}
.wechatbuy h3{
    font-size:1.1rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.wechatbuy .weinfo{
    font-size:1rem;
    color: #666;
    line-height: 1.6rem;
    overflow: hidden;
    margin-top: 2rem;
}
.wechatbuy .closes{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: url(../images/closes.png)  no-repeat center;
    background-size: contain;
    width:1.8rem ;
    height: 1.8rem;
}
.getops{
    position: fixed;
    bottom: 10%;
    right: 5%;
    width: 4rem;
    height: 2rem;
    /*    background: #f60!important;*/
    background: #FFF url(../images/getops.png) no-repeat center 8px!important;
    background-size: auto 10px!important;
    box-shadow: 0 0 15px #bbb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10000;
    padding-top: 2rem;
    text-align: center;
    font-size: 10px;
    display: none;
}





/*尾部*/
.footer{
    background: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    z-index: 10;
}
.footer a{
    color: #fff;
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}
.footer .active{
    background: #e01500;
}
.footer b{
    display: inline-block;
    padding-top: 0.5rem;
    width: 100%;
    height: 1rem;
    position: relative;
    top: 0.5rem;
}
.footer .home b{
    background: url(../images/home.png) no-repeat center top;
    background-size: auto 95%;
}
.footer .checkwat b {
    background: url(../images/checkwat.png) no-repeat center top;
    background-size: auto 97%;
}
.footer .callme b {
    background: url(../images/callme.png) no-repeat center top;
    background-size: auto 96%;
}
.footer .buys b {
    background: url(../images/buys.png) no-repeat center top;
    background-size: auto 96%;
}
.footer .video b {
    background: url(../images/video.png) no-repeat center top;
    background-size: auto 95%;
}

.show,.buyshow .show{
    display: block;
}
.none {
    display: none;
}
@media(max-width:375px){
    .markets .mbottom a{
        min-height: 13.5rem;
    }
    .allcats .row{
        max-height: 17rem;
    }
}
@media(max-width:320px){
    .markets .mbottom a{
        min-height: 11.5rem;
    }
}


.con{width:100%;overflow:hidden;}
.con .itemleft{width:49.5%;overflow: hidden;float:left;  }
.con .itemright{width:50%;overflow: hidden;float:left;}
.con .itemleft img{width:100%;margin:2% 1% 0 3%;display:block;border-radius:3px; }
.con .itemright img{width:100%;margin:2% 2% 0 1%;display:block;border-radius:3px; border: 0;}
.con .item{position: relative;overflow: hidden;}
.con .item h2{overflow: hidden; height: 50px; font-size: 1rem; line-height: 1.6rem; color: #666; margin: 0.5rem 2.5%; box-sizing: border-box;}
.con .item h3 {    font-size: 1.1rem; line-height: 1.6rem; color: #ff0a0a; margin: 0 2.5%; box-sizing: border-box;font-weight: 600;}
.con .item .fr{}


/*大层*/
.container{margin: 0 auto; }
/*瀑布流层*/
.container .waterfall{
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari 和 Chrome */
    column-count:2; /* 用整数值来定义列数。不允许负值 */
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 0.5em; /*用长度值来定义列与列之间的间隙。不允许负值*/


}
/*一个内容层*/
.container .waterfall .item{
    padding: 0.5em;
    margin: 0 0 0.5em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    background: white;
}

.container .waterfall .item img{
    width: 100%;
    margin-bottom:10px;



}

.container .waterfall .item h2
{
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666;
    margin: 0.5rem 2.5%;
    box-sizing: border-box;
}
.container .waterfall .item h3
{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #ff0a0a;
    margin: 0 2.5%;
    box-sizing: border-box;
    font-weight: 600;
}



/*品牌列表循环*/

.watch-list {

    margin: 0 auto;
    padding: 0 .2rem;
    max-width: 640px;
}

.watch-list li:nth-child(2n+1) {
    clear: both;
    margin:0.5% 1%;
}
.watch-list li {
    background-color: #fff;
    float: left;
    width: 48%;
    font-size: .8rem;
    position: relative;
    margin-bottom: 5px;
}
.watch-list li .watch-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: .5rem;
}
.watch-list li .watch-wrap a {
    color: #000;
}
.watch-list li img {
    width: 96%;
    margin: 0 auto;
}
.mip-layout-container {
    display: block;
    position: relative;
}
.watch-list li .watch-name {
    font-size: 1rem;
    height:3.0rem;
    line-height: 1.6rem;
    overflow:hidden;
    color: #666;
    margin: 0.5rem;
    box-sizing: border-box;
}
.watch-list li .watch-wrap a {
    color: #000;
}
.watch-list li .price {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #ff0a0a;
    margin: 0 2.5%;
    box-sizing: border-box;
    font-weight: 600;
    margin-bottom:0.8rem;
}

/*品牌列表循环end*/



/*大层*/
.container_topic{width:100%;margin: 0 auto; margin-bottom: 10px;}
/*瀑布流层*/
.container_topic .waterfall_topic{
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari 和 Chrome */
    column-count:2; /* 用整数值来定义列数。不允许负值 */
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 0.5em; /*用长度值来定义列与列之间的间隙。不允许负值*/


}
/*一个内容层*/
.container_topic .waterfall_topic .item_topic{
    padding: 0.5em;
    margin: 0 0 0.5em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    background: white;
}

.container_topic .waterfall_topic .item_topic img{
    width: 100%;
    margin-bottom:10px;



}

.container_topic .waterfall_topic .item_topic h2
{
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666;
    margin: 0.5rem 2.5%;
    box-sizing: border-box;
}
.container_topic .waterfall_topic .item_topic h3
{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #ff0a0a;
    margin: 0 2.5%;
    box-sizing: border-box;
    font-weight: 600;
}




/*分页*/
.page-bar {
    padding: 15px 0;
    margin: 10px;
}
.pagem {
    font-size: 14px;
}

.pagem .prev {
    padding: 5px 10px;
    background: #666;
    font-size: 16px;
    border: 1px solid #3333;
    margin-right: 70px;
    font-weight: bold;
    color: white;

}

.pagem .act {
    padding: 0 4px;
    border: 1px solid #3333;
    background: #666;
    color: #fff;
}

.pagem .next {
    padding: 5px 10px;
    margin-left:70px;
    background: #666;
    font-size: 16px;
    border: 1px solid #3333;
    font-weight: bold;
    color: white;

}