/**
@autor:tanqiaofang
@time:2018-5-8
*/
html {
  height: 100%;
}
body {
  background-color: #f2f2f2;
  margin: 0;
  font-size: 16px;
  font-family: '微软雅黑';
  height: 100%;
}
#divcontent {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#divcontent .head_list {
  display: flex;
  justify-content: center;
  background-color: #fff;
  min-height: 60px;
  padding-top: 10px;
}
#divcontent .head_list span {
  font-size: 14px;
}
.btnclass {
  display: flex;
  align-content: center;
  justify-content: center;
}
#divcontent .table_content {
  margin-top: 10px;
  background-color: #fff;
  flex: 1;
}
.href_name {
  text-decoration: none;
  color: red;
}
.mrg_left {
  display: inline-block;
  color: #eee;
}
.lin_height {
  display: block;
  text-align: center;
}
.color_efae11 {
  color: #efae11;
  font-size: 14px;
}
#divcontent .left_div {
  text-align: center;
  border-bottom: 2px solid #efae11;
}
.topdiv {
  line-height: 0;
}
/* #divcontent .left_div .ber_img {
  background-image: url("../../../common/img/E_car/service_apply_hover.png");
  background-repeat: no-repeat;
  background-position: left;
} */
.img_width {
  max-width: 100%;
  width: 100%;
  height: 175px;
}
#divcontent .right_div {
  text-align: center;
}
.active {
  background-color: rgb(246, 207, 7);
}
#divcontent .table_content .befor_con {
  margin-left: 16px;
  text-align: left;
  width: 90px;
  color: rgba(0, 0, 0, 0.88);
  display: inline-block;
}
#divcontent .table_content input {
  height: 34px;
  text-align: left;
  border: none;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
}
#divcontent .table_content input:disabled {
  background-color: #fff;
}
#divcontent .table_content div {
  color: rgba(0, 0, 0, 0.88);
  line-height: 50px;
}
.posion_abs {
  position: relative;
}
.check_code {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  width: 5.975rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #efae11;
  border-radius: 28px;
  text-align: center;
  top: 0;
  line-height: 50px;
}
.paymoney {
  width: 333px;
  height: 40px;
  border: 0;
  border-radius: 48px;
  color: #333;
  background-color: #f6cf07;
  font-size: 16px;
  margin-top: 20px;
}
.padd_bottom {
  padding-bottom: 42px;
}
.border_bottom {
  border-bottom: 1px solid #eee;
}
.div_p p {
  line-height: 1.1rem;
  color: rgb(0, 0, 0, 0.56);
  font-size: 12px;
  margin-left: 16px;
  opacity: 0.56;
}
.div_p span {
  display: inline-block;
  margin-left: 16px;
  color: #333;
  white-space: normal;
}
