@charset "utf-8";
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
body{-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:"ΞΆΘν YaHei";height:100%;margin-bottom:0px;background:#ffffff;}
img {border:0px;}
a{cursor:pointer}
a:link,a:visited{text-decoration:none;color:#535353;}
.p010{padding:0 10px}
.mb15{margin-bottom:15px;}
.fl{float:left}
.fr{float:right}

.container{max-width:640px;margin:0 auto;background:#ffffff;}
.header{height:44px;background:#06a299;position:relative;}
.header .header-left{position:absolute;left:0;top:0;margin-left:10px;margin-top:10px;}
.header .header-left .home-menu{display:inline-block}
.header .header-left .btn-back{display:inline-block}
.header .header-left .btn-home{display:inline-block}
.header .header-middle{width:100%;color:#ffffff;line-height:44px;height:44px;text-align:center;display:block;padding:0 40px;}
.header .header-middle .logo{color:#ffffff;font-size:18px;}
.header .header-right{position:absolute;right:0;top:0;margin-right:10px;margin-top:10px;}
.header .header-right .tool-share{display:inline-block;}
.header .header-right .tool-search{display:inline-block;}
.header .header-right .btn-openmenu{display:inline-block}

.contenter{}
.dh{position: fixed;_position: absolute;width: 100%;height: 100%;left: 0;top: 0;background:#f2f2f2;z-index:10000;}
.navlist{margin-bottom:15px;}
.navlist li{float:left;width:33.3%;display:inline-block;margin-top:15px;height:40px;}
.navlist li a{display:block;}
.navlist .nav-title{display: block;text-align:center;color:#2f2f2f;width:90%;line-height: 40px; height: 40px;background:#ffffff;margin:0 auto;font-size:16px;}

.page{margin-top:15px;height:36px;}
.page a{font-size:16px;height:34px;line-height:34px;text-align:center;color:#ffffff;border:1px solid #84c5f1;display: inline-block;background-color:#91cbf3; }
.page .prev{width:30%;float:left;}
.page .current{width:40%;float:left;background-color:#ffffff;border-color:#dddddd;color:#dddddd}
.page .next{width:30%;float:right;}

.footer{width:100%}
.footer .copy{width:100%;text-align:center;font-size:14px;color:#999999;padding-bottom:15px;}