@charset "GBK";
/* CSS Document */
body {color: #757575;background: #fff;}
.fl{ float:left;}
.fr{ float:right;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{*zoom:1;}
.wrap {width: 94%; margin: auto;}
.mar {margin: 3% auto;}
.p {
  text-indent: 2em;
  line-height: 2em;
}

.title_main {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #0187ef;
}

.bmbox {border: 1px solid #ccc;}
.bm {padding: 0 3%;}
.bm font {font-size: 0.6rem;}
.bm-input {
  width: 70%;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #999;
  background: #fff;
  box-shadow: none;
  text-indent: 1em;
}
.bm-submit {
  display: block;
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0187ef;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 3% auto;
  cursor: pointer;
}
.bm_p {
  padding: 3%;
  background: #e6f4ff;
}
.bm_num {
  font-size: 1.2rem;
  color: #3d77a5;
}
.numbox {
  display: inline-block;
  width: 24%;
  padding: 1%;
  margin: 0 1%;
  background: #c1dff6;
  font-size: 0;
  border-radius: 5px;
}
.numbox li {
  display: inline-block;
  padding: 2% 3%;
  margin: 2%;
  background: #cae4f7;
  box-shadow: 0 0 3px #999;
  font-size: 1.2rem;
  color: #333;
  border-radius: 3px;
}

.ys li {
  width: 48.5%;
  margin-bottom: 3%;
  text-align: center;
}
.ys li p {
  font-size: 0.8rem;
  padding-top: 3%;
}
.zx_a {
  display: block;
  width: 80%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0187ef;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
}

.wt_list1{ margin-top:1rem;}
.wt_list1 li{ width:49%; text-align:center;}
.wt_list1 li span{ font-size:1rem; color:#5c5c5c; padding:.625rem 0; display:block;}
.wt_list2{ margin-bottom:1.25rem;}
.wt_list2 li{ width:49%; text-align:center; height:3rem; line-height:3rem; background:#eeeeee; border-radius:.5rem; margin-top:.5rem;}
.wt_list2 li a{ font-size:1rem; color:#5e5e5e;}
.wt_list2 li.wt_btn1{ background:#00a0ea;}
.wt_list2 li.wt_btn1 a{ color:#fff;}
