html{background:#fff;}
#width{max-width:620px;padding:0 10px;margin:0 auto;}
.w620{max-width:620px;padding:0 10px;margin:0 auto;}
.w640{max-width:640px;margin:0 auto;}
img{max-width:100%;margin:0 auto;}
body{color:#444;background: #fff;height:100%;max-width: 640px;margin: auto;width:100%;position:relative;left:0;right:0;}
.clear{clear:both;height: 1px;}
ul{margin: 0;padding: 0}
li{list-style-type:none;}
*{color: #454545;font-size: 16px;}
a:focus{outline:none;}

/***头部***/
.headers{width: 100%;display: block;}
.headers img{width: 100%;display: block;}
/***导航栏***/
.navbar{width: 100%;}
.navbar ul{width: 100%;display: flex;flex-wrap:wrap;justify-content:center;align-items:center;background: #eeeeee;}
.navbar ul li{width:calc((100% - 0.6rem)/4);height: 2.8rem;text-align: center;line-height: 2.8rem;font-size: 1rem;color: #333333;margin-right:0.2rem;
box-shadow:inset 0 1px 2px 1px #dadada;
}
.navbar ul li:nth-child(4n){margin-right: 0}
/***banner***/
.banner{width: 100%;display: block;}
.banner img{width: 100%;display: block;}

.xiamiandetup{width: 100%;display: block;}
.xiamiandetup img{width: 100%;display: block;}

/**列表***/
.nr_b { width:96%; margin-left:2%;margin-top: 1rem;}
.nr_b ul li { text-align:left; height:2.8rem; line-height:2.8rem; border-bottom:2px dashed #999;display: flex;justify-content:space-between;align-items:center;}
.nr_b .djj { width:auto; float: right; display:block; color:#333; font-size:1rem; line-height:2.8rem;}
.nr_b .djj span{font-size: 1.1rem;}
.nr_b ul li:last-child { border-bottom:none;}
.nr_b ul li a { color:#333; font-size:1rem;text-decoration: none;}
.nr_b ul li a b{ color:#333; font-size:1rem; font-weight:600;}
.lbyl { width:90%; margin-left:5%;margin-bottom: 1rem;}
.lbyl ul {}
.lbyl ul li { padding:0.5rem 0.5rem; float:left; border-bottom:none !important; height:2rem; line-height:2rem;}
.lbyl ul li span{font-size: 1.1rem;}
.lbyl ul li a { color:#333; font-size:1rem;}
.lbyl ul li select { width:1rem !important; text-align:center;}
.lbyl ul li.active a{color: #14A181;}















/***网站底部***/
.bottoms{width: 100%;display: block;margin-bottom: 4.6rem;}
.bottoms img{width: 100%;display: block;}



@media screen and (max-width:320px){
    *{font-size:12px;}
    
    }
@media screen and (max-width:400px) and (min-width:321px){
    *{font-size:14px;}
       

    }
@media screen and (max-width:600px) and (min-width:401px){
    *{font-size:16px;}

    }
@media screen and (min-width:601px){
    
}
@media screen and (min-width:620px){
    
    }