@charset "utf-8";
body,div,dl,dt,dd,ul,li,form,input,button,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}
html{overflow-x:hidden;-webkit-text-size-adjust:none;}
ul,li,dl,dt,dd{display:block;list-style:none;}
fieldset,img{border:0;}
img{border:0;max-width:100%;display:block;}
.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
.clears{background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
a{text-decoration:none;outline:none;}
a:hover,a:visited{text-decoration:none;}

#WAPBody{background:#FFFFFF;max-width:640px;margin:0 auto;}
#ContentPages{width:100%;min-height:400px;overflow:auto;position:relative;margin:0 auto;padding:0;background:#FFFFFF;}
#PageMainBox{width:100%;margin:0;padding:0;}

/* 顶部 - 红底渐变 与zxyzb.cn一致 */
#head{
  width:100%;margin:0 auto;background:#862725;overflow:hidden;height:120px;padding-top:45px;
  background:linear-gradient(top left, #862725, #BC0A08);
  background:-ms-linear-gradient(top left, #862725, #BC0A08);
  background:-webkit-linear-gradient(top left, #862725, #BC0A08);
  background:-moz-linear-gradient(top left, #862725, #BC0A08);
}
.webname{color:#F5CEA0;float:left;overflow:hidden;display:inline;padding:6px 0 0 20px;letter-spacing:4px;font-weight:800;font-size:38px;}
.toptimes{float:right;padding:6px 10px 0 0;color:#fff;font-size:12px;}
.toptimes p{border:1px solid #fff;text-align:center}

/* 分区标题 - 橙色条 */
.index_title{height:80px;text-align:center;font-size:32px;line-height:80px;text-indent:10px;background:#EC7C2A;color:#fff;font-weight:800;margin:1px 0;}

/* 价格表 - 与zxyzb.cn完全一致 */
.tables1{text-align:center;margin-top:1px;}
.tables1 td{border-left:1px #ccc solid;border-top:1px #ccc solid;font-size:27px;line-height:60px}
.tables1 td span{font-size:30px;}
.tables1 .buchong{border-right:1px #ccc solid;}
.tables1 .buchong2{border-bottom:1px #ccc solid;}
.tables1 .bg0{background:#333;color:#fff;border:0;height:30px;line-height:30px}
.tables1 .bga{background:#FFFFFF;color:#E51400;}
.tables1 .bgb{background:#EDEDED;color:#E51400;}
.tables1 .bgaf{background:#FFFFFF;color:#000000;}
.tables1 .bgbf{background:#EDEDED;color:#000000;}
.tables1 p.zuigao{height:30px;line-height:30px;border-bottom:1px solid #ccc}
.tables1 p.zuidi{height:30px;line-height:30px;}
.tables1 .green{color:#95BF0D;font-weight:800;}

/* 底部 */
.bottom{background:#fff;}
.bottombox{width:100%;margin:0 auto;text-align:center;padding:20px 0;font-size:22px;line-height:36px;}

/* 价格动画 */
@keyframes flashGreen {
  0% { color: #95BF0D; }
  100% { color: #E51400; }
}
.flash-down { animation: flashGreen 2s ease-out; }
