*{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
img{border:0;vertical-align:top;-ms-interpolation-mode: bicubic;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color:#000}
a:hover{text-decoration:none}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"]{-webkit-appearance: none;}
textarea,select{ -webkit-appearance: none;}
body{
  font-size-adjust:none;
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -ms-text-size-adjust:none;
  text-size-adjust:none;
  font:14px Arial,Helvetica,sans-serif;
  box-sizing:border-box;
  -webkit-box-sizing:
  border-box;
  overflow-x:hidden
  }
  body,html{
    overflow-y:auto;
    position:relative;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
  }


  input[type=radio],input[type=checkbox] {
    margin-right: 0.6rem;
    cursor: pointer;
    width: 0rem;
    height: 0.6rem;
    float: left;
    position: relative;
    top: 2px;
    text-align: center;
  }

  input[type=radio]:after,input[type=checkbox]:after {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    /* padding: 0 0.05rem; */
    border-radius: 0.6rem;
    background: #FFFFFF;
    border: 1px solid #adadad;
  }

  input[type=radio]:checked:after,input[type=checkbox]:checked:after {
    background-color: #a5bdf3;
    border: 2px solid #467EFF;
  }

  input[type=radio],input[type=checkbox]{
  	visibility: hidden;
    outline: none;
  }



  .header img{
    width: 100%;
  }
  .kd_wrap{
    font-size: 14px;
    width: 92%;
    margin: 0 auto;
    word-break: break-word;
    text-align: justify;
    line-height: 1.1rem;
    padding: 0.4rem 0 0.5rem 0;
    color: #007f00;
  }
.kd_wrap h2{
  font-size: 1rem;
  padding-bottom: 0.3rem;
}
  .form_wrap{
    width: 100%;
    margin: 0 auto;
    background: rgba(229,229,234,1);
    padding: 1rem 2%;
  }
.form_title{
  text-align: center;
  font-size: 0.9rem;
  color: rgb(51, 51, 51);
  padding-top: 0.3rem;

}
.form_title p{
  padding-top: 0.8rem;
  font-size: 0.6rem;
  text-align: center;
}
.form_title b{
    color: #333;
}
.bd_title{
  font-size:  0.75rem;
  color: rgb(102, 102, 102);
  padding-left: 0rem;
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bd_title::after{
/*  content: '';*/
  position: absolute;
  top: 0.4rem;
  left: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bd_xze ul li{
  display: block;
  float: left;
  width: 50%;
  padding-top: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.bd_xze ul li label{
  padding-left: 0.3rem;
  display: block;
  width: 100%;
  height: 1rem;
}
.bd_xze ul li label span{
  padding-left: 0.5rem;
  color: rgb(51, 51, 51);
  float: left;
}
.clear{
  clear: both;
}
.db_big_wrap>ul>li{
  padding-top: 1.4rem;
}

.bd_title span{
  color: red;
}
.bd_xze select{
  width: 90%;
  padding: 0 0.5rem;
  margin-top: 10px;
  background: rgb(255, 255, 255) url('../images/downicon.png') no-repeat right center;
  border-color: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  border: 1px solid #eee;
  height: 2rem;
  font-size: 16px;
  outline: none;
}
.bd_xze input[type='text']{
  width: 90%;
  padding: 0 0.5rem;
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  border: 1px solid #eee;
  height: 2rem;
  font-size: 16px;
  outline: none;
}
.bd_xze input[type='button']{
  display: block;
  text-align: center;
  height: 2rem;
  line-height: 2rem;;
  font-size: 0.8rem;
  background: #ff6d39;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  border: none;
  outline: none;
}

.wxts_wrap{
  padding: 1rem 0;
  color: #8a8a8a;
  font-size: 0.7rem;
}
