@charset "utf-8";
/* CSS Document */
/*
* Description: 详情页模板化-移动
* Update:      16/11/2018
* Author:      xuyongmei 
*/
html {
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  background-color: #fff;
  font-family: Helvetica;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-user-select: none;
}
fieldset,
img {
  border: 0;
  display: block;
}
ol,
ul,
dl {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
s,
i {
  font-style: normal;
}
input,
button,
select,
textarea {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
body a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  -webkit-appearance: none;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font: 0/0 arial;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
/*------------------------------------------------------------------------------------------*/
img {
  display: block;
}
/* banner */
.banner {
  width: 100%;
  height: 5.1rem;
  background: url(../images/banner_m.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 1rem;
  box-sizing: border-box;
}
.banner h3 {
  line-height: 1.84rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.banner p {
  line-height: 1.04rem;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
}
/*考试时间轴*/
.time_wrap {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 0;
}
.title {
  line-height: 1.16rem;
  font-size: 0.76rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.address_con {
  margin-top: 0.6rem;
}
.address_t {
  width: 3.92rem;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: 0.56rem;
  color: #fff;
  text-align: center;
  background-color: #056afd;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  margin: 0 auto;
  cursor: pointer;
}
.address_t em {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.62rem;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: -0.04rem 0.26rem 0 0;
}
.time_con {
  width: 12.16rem;
  margin: 1.2rem auto 0;
  background: url(../images/time_con_m.png) left 0.12rem no-repeat;
  background-size: 0.92rem 11.8rem;
  padding-left: 1.7rem;
  box-sizing: border-box;
}

.time_con li {
  width: 10.44rem;
  height: 1.68rem;
  line-height: 1.68rem;
  font-size: 0.6rem;
  color: #444;
  background: url(../images/time_li_m.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.88rem;
}
.time_con li span {
  display: inline-block;
  vertical-align: middle;
  color: #438eff;
  padding-left: 2.04rem;
  margin: -0.1rem 0.44rem 0 0;
}
.time_con li span.time_con_t{
  color: #444;
  padding-left: 0.04rem;
  margin: 0;
}
.zhezhao, .zhezhao2 {
  display: none;
  position: fixed;
  background: #000000;
  width: 100%;
  height: 100vh;
  top: 0;
  margin-left: -3%;
  opacity: 0.3;
  filter: Alpha(opacity=30);
  z-index: 2;
}

.time_01 {
  background: url(../images/time_01_m.png) 0.8rem center no-repeat;
  background-size: 0.9rem 0.78rem;
}
.time_02 {
  background: url(../images/time_02_m.png) 0.8rem center no-repeat;
  background-size: 0.88rem 0.8rem;
}
.time_03 {
  background: url(../images/time_03_m.png) 0.88rem center no-repeat;
  background-size: 0.82rem 0.78rem;
}
.time_04 {
  background: url(../images/time_04_m.png) 0.88rem center no-repeat;
  background-size: 0.78rem 0.84rem;
}
.time_05 {
  background: url(../images/time_05_m.png) 0.88rem center no-repeat;
  background-size: 0.78rem 0.8rem;
}
/*小秘书免费短信提醒*/
.message_wrap {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.8rem 0;
}


/*列表样式*/
.daguanjia {
  margin-top: 20px;
  background: #fff;
  padding: 3%;
  font-size: 16px;
}
.daguanjia .yuyue{
  background: url("../images/line.png") no-repeat top left;
  background-size: 100% 100%;
  width: 100%;
  height: 6px;
  margin-top: 25px;
}
.daguanjia .yuyue span{
  margin-top: -28px;
  position: absolute;
}
.select  {
  float: left;
}
.daguanjia .xxi input {
  font-size: 16px;
  border: 0;
}
.daguanjia .xxi ul li {
  width: 98%;
  display: block;
  clear: both;
  line-height: 55px;
  border-bottom: 1px solid #efeff0;
}
.daguanjia .xxi ul li span {
  width: 25%;
  float: left;
}
.daguanjia .xxi ul li input {
  width: 65%;
  outline: none;
  height: 35px;
}
.daguanjia .xxi ul li input#txtValiCode{
  width: 39%;
}
.hq_code{
  width: 30%;
  float: right;
  right: 0;
  height: 28px;
  line-height: 28px;
  background: #539ef0;
  color: #fff;
  text-align: center;
  margin: 13px 2px;
  font-size: 14px;
}
.daguanjia .xxi ul li em{
  float: right;
  width: 10px;
  height: 10px;
  border-left: 2px solid #c9cace;
  border-bottom: 2px solid #c9cace;
  transform: rotate(225deg);
  margin-top: 23px;

}

.daguanjia .btn{
  display: block;
  margin: 18px auto;
  line-height: 40px;
  border-radius: 20px;
  background: #539ef0;
  color: #fff;
  width: 130px;
  text-align: center;
}


.gj_citj {
  z-index: 18;
  width: 80%;
  float: right;
  right: -100%;
  height: 100vh;
  transition: width 2s;
  background: #fff;
  position: absolute;
  top: 0;
  padding: 10px;
}
.gj_citj li {
  float: left;
  width: 27%;
  margin: 3%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eeeeee;
  color: #444;
  border-radius: 18px;
}

.gj_citj li:hover {
  background: #539ef0;
  color: #fff;
}
.pic_yanzheng {
  display: none;
  position: fixed;
  background: #ffffff;
  left: 10%;
  z-index: 8;
  top: 23%;
  width: 80%;
  padding: 40px 0 20px;
}
.pic_yanzheng p{
  text-align: center;
  margin: 20px;
}
.pic_yanzheng p #codePic{
  width:170px;
  height: 60px;
  margin: 0 auto;
}
.pic_yanzheng input{
  font-size: 16px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #ced2d6;
}
.yuyue_ok{
  display: none;
  position: absolute;
  background: #ffffff;
  left: 10%;
  z-index: 18;
  top: 35%;
  width: 80%;
  padding: 40px 0 30px;
  border-radius: 3px;
}
.yuyue_ok p,.yuyue_ok div{
  text-align: center;
  margin: 20px;
  color: #999999;
}
.yuyue_ok p {
  color: #171920;
  font-size: 20px;
  font-weight: bold;
}
.yuyue_ok p em{
  display: inline-block;
  background: url("//m.hqwx.com/assets/images/ok.png") no-repeat center left;
  background-size:100% 100%;
  width: 20px;
  height: 20px;
}
.yuyue_ok span {
  background: url("//m.hqwx.com/assets/images/close.png") no-repeat center center;
  background-size: 100% 100%;
  width: 0.84375rem;
  height: 0.875rem;
  display: inline-block;
  float: right;
  margin-right: 0.9375rem;
  margin-top: -1.05rem;
}




@-webkit-keyframes dagj_zhezhao {
  from {
    opacity: 0.9;
    margin-top: 25px;
  }

  to {
    opacity: 0.3;
    margin-top: 30px;
  }
}

@-moz-keyframes dagj_zhezhao {
  from {
    opacity: 0.9;
    margin-top: 25px;
  }

  to {
    opacity: 0.3;
    margin-top: 30px;
  }
}

@-o-keyframes dagj_zhezhao {
  from {
    opacity: 0.9;
    margin-top: 25px;
  }

  to {
    opacity: 0.3;
    margin-top: 30px;
  }
}

@keyframes dagj_zhezhao {
  from {
    opacity: 0.9;
    margin-top: 25px;
  }

  to {
    opacity: 0.3;
    margin-top: 30px;
  }
}


@-webkit-keyframes dagj_zhezhao2 {
  from {
    opacity: 0.9;
    margin-top: 15px;
  }

  to {
    opacity: 0.3;
    margin-top: 5px;
  }
}

@-moz-keyframes dagj_zhezhao2 {
  from {
    opacity: 0.9;
    margin-top: 15px;
  }

  to {
    opacity: 0.3;
    margin-top: 5px;
  }
}

@-o-keyframes dagj_zhezhao2 {
  from {
    opacity: 0.9;
    margin-top: 15px;
  }

  to {
    opacity: 0.3;
    margin-top: 5px;
  }
}

@keyframes dagj_zhezhao2 {
  from {
    opacity: 0.9;
    margin-top: 15px;
  }

  to {
    opacity: 0.3;
    margin-top: 5px;
  }
}
ol, ul, li {
  list-style: none;
}
.daojishi{
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
}
#daojishi{
  color: #f54030;
}
.tips{
  text-align: center;
  margin: 10px auto;
  font-size: 12px;
  color: #2A2C34;
}