@charset "utf-8";
.header{overflow: hidden}
.header img{width: 100%;}
.nav{overflow: hidden}
.nav ul li{
    float: left;
    text-align: center;
    width: 20%;
    line-height: 42px;
    height: 42px;
    background: #3cc4ce;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* border-left: 1px solid #1663c1; */
    border-right: 1px solid #ebebeb;
    }
.nav ul li:first-child{border-left: none}
.nav ul li:last-child{border-right: none}
.nav ul li a{color: white;font-size:14px}
.footer{background: #3cc4ce;padding: 10px 0}
.footer p{text-align: center;font-size: 1em; line-height:28px;color: white}
.menus{height: 40px;line-height: 40px;width: 100%;overflow: hidden;background: #3cc4ce; position: fixed;}
.menus-back{height: 40px;width: 40px;float: left;background: url(../../images/wap/site/content-nav-back.png) no-repeat #0ca8b3}
.menus-tit{overflow: hidden;text-align:center;color: white;font-size: 20px;font-weight:600; padding-right: 40px;}


#gotoTop {
display:none;
width:3em;
height:3em;
border:1px solid #3cc4ce;
background:#fff url(/images/wap/theme/gotoTop.png) center no-repeat;
background-size:32px 32px;
position:fixed;
right:1.2em;
z-index:10000;
bottom:6em;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
box-shadow:0 0 0.5em rgba(0,0,0,0.1);
}


.pages{padding: 15px 0;color: #ccc;text-align:center;}
.pages a{display: inline-block;color: #178991;height: 25px;line-height: 25px;padding: 0 10px;border: 1px solid #ddd;margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.pages a:hover{text-decoration: none;border: 1px solid #178991;}
.pages span{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;vertical-align: middle;}
.pages span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #249ce8;border: 1px solid #249ce8;border-radius: 4px;vertical-align: middle;}
.pages span.disabled{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.pages span.btn a{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #249ce8;	border: 1px solid #249ce8;border-radius: 4px;vertical-align: middle;cursor: pointer}
.pages span.btn a:hover{text-decoration: none;border: 1px solid #249ce8;}
.pages input[type=text]{display: inline-block;height: 25px;width: 20px;text-align: center;line-height: 25px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
