@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.mid {
  vertical-align: middle;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.bor_b {
  border-bottom: solid 1px #e4e4e4;
}
.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}
.f48 {
  font-size: 0.48rem;
}
.f36 {
  font-size: 0.36rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.bgg {
  background: #f5f5f5;
}
.bgw {
  background: #fff;
}
.radius20 {
  border-radius: 0.2rem;
}
.radius10 {
  border-radius: 0.1rem;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.hide {
  display: none;
}
.wrap_box {
  color: #333;
}
.content {
  padding: 0 0.24rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.red {
  color: red;
}
/*header*/
.tit {
  color: #E6A23C;
  padding: 0.2rem 0 0.4rem;
  margin-bottom: 10px;
}
header {
  height: 0.88rem;
}
.form_list_con {
  border: solid 1px #e9e9e9;
  border-bottom: none;
}
.form_list_con > label {
  display: block;
  border-bottom: solid 1px #e9e9e9;
  padding: 1% 0 1% 3%;
}
.form_list_con > div {
  padding: 1% 0 2% 3%;
  border-bottom: solid 1px #e9e9e9;
}
.juzhen > div {
  width: 25%;
}
.form_list {
  margin-bottom: 0.5rem;
}
.input {
  width: 90%;
  border-bottom: solid 1px #ddd !important;
  margin-left: 5%;
  padding: 2% 0;
  display: block;
}
.btn {
  width: 1.5rem;
  height: 0.6rem;
  background: #4573ed;
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  margin: 0 auto 10%;
  display: block;
  text-align: center;
}
