* {
  margin: 0;
}
body {background-color: #f3f3f3;}
img {
  width: 100%;
  display: inline-block;
  vertical-align:middle;
}
.cn {
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  color:red;
  display: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}

input {
  background: none;
  outline: none;
  border: none;
}

input:focus {
  border: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

.form {
  width: 100%;
  padding: 10px 20px;
  background:#FFFFFF;
  background-size: contain;
  box-sizing: border-box;
}

.form_title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  color: #8c4e4e;
  font-weight: 600;
}

.form_div {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

.form_text {
  /* width: 75px; */
  font-size: 16px;
  color: #666666;
}

.form_icon {
  color: red;
}

.from_input {
  flex:1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  min-height: 45px;
}

.from_input input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #666666;
  font-size: 16px;
  box-sizing: border-box;
}
.from_input textarea{
  width: 100%;
  padding: 5px 10px;
  color: #666666;
  font-size: 16px;
  box-sizing: border-box;
}
.city-choose img {
  transition: 0.4s;
  position: relative;
  right: 1rem;
}

.form_div_verify {
  margin-top: 15px;
}

.form_div_verify .verify_input {

}
.city-list-wrap1, .city-list-wrap2, .city-list-wrap3{
  height: 0;
  position: relative;
  top: 5px;
  overflow: hidden;
}

.city-list-wrap .city-item, .city-list-wrap3 .city-item{
  width: 100%;
}
.city-list, .house-list, .money-list{
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}
.city-list{
  justify-content: flex-start;
}
.city-item {
  border: 1px solid #cecece;
  border-radius: 4px;
  min-width: 23%;
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 2%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.city-item.active {
  border: 1px solid #FF8502;
  color: #FF8502;
}
.city-item img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.verify_bt {
  width: 30%;
  height: 40px;
  position: relative;
}

.verify_bt:before {
  content: '';
  height: 15px;
  border-left: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 14px;
}

.form_div ul {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_div ul li {
  position: relative;
  width: 48%;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  /*background-color: #eeeeee;*/
  border: 1px solid #bababa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.form_div ul li img{
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.apply {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.apply_bt {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 24px;
  font-weight: normal;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(0deg, #ff8808, #ffad08);
  letter-spacing: 5px;
}

.base {
  width: 100%;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
}

.base p {
  font-size: 12px;
  line-height: 25px;
  color: rgb(204, 204, 204);
}

.copyright {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #fafafa;
}
.select_active {
  border: 1px solid #00a3fe !important;
  color: #00a3fe !important;
}

.btn_code{
  height:30px;
  text-align:center;
  border:0;
  color:#FF8502;
  font-size:15px;
  -webkit-appearance: none;
  line-height: 15px;
  text-align:center;
  padding:0 20px;
  position: relative;
}
.linkcity{
  padding: 0 6px 0 20px;
}
.code-wrap::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 1px;
  background: #e7e7e7;
}
.code-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  margin-left:20px;
  position: absolute;
  right: 20px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label>i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: .0625rem solid #F58024;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
}

input[type="checkbox"]:checked+label>i {
  position: relative;
  border: 1px solid #F58024;
  /* background: #3582E9; */
  top: 0;
}

input[type="checkbox"]:checked+label>i::before {
  content: '';
  position: absolute;
  width: .35rem;
  height: .6rem;
  color: black;
  border-bottom: .125rem solid #FF6359;
  border-right: .125rem solid #FF6359;
  left: 50%;
  top: 22%;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(40deg);
  -webkit-transform: translate(-50%, -30%) rotate(40deg);
}

.auth-wrap label, .auth-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  text-align:left;
}
.red{
  color:red;
}

#result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.basics_modal .modal_con {
  position: absolute;
  padding: 30px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.basics_modal .modal_con .success {
  display: block;
  margin: auto;
  width: 100px;
  height: 80px;
}
.basics_modal .modal_con .label {
  margin: 10px auto;
  font-size: 18px;
  color: #7A5CED;
  font-weight: bold;
  text-align: center;
}
.basics_modal .modal_con .desc {
  font-size: 12px;
  color: #676767;
  text-align: center;
}
.btnClose {
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: #4e72b8;
  border-radius: 20px;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media (min-width:980px) {
  body {
    height: 100%;
  }
  .box {
    width: 480px;
    height: 100%;
    display: flex;
    margin: auto;
    flex-direction: column;
  }
}

.layer {
  display: none;
}
.layer-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.layer-main {
  width: 80%;
  max-width: 390px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background-color: #fff;
  border-radius: 8px;
}
.layer-wrap {
  position: relative;
  padding: 20px 0;
}

.layer-content {
  padding: 0 20px;
  max-height: 80vh;
  overflow: auto;
}

.layer-close {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: -3px;
  right: 8px;
  cursor: pointer;
}

.layer-mark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.foot {
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px solid #E0E0E0;
  padding: .5rem 0;
  background: #fff;
}

.foot p {
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #ababab;
}


.from_input.audio {
  border: none;
}

.uploader-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  position: relative;
  padding: 38px 0 0 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}

.uploader-wrap p{
  position: absolute;
  top: 10px;
  left: 10px;
}

.uploader-wrap .upload,.uploader-wrap .upload-image,.uploader-wrap .preview{
  justify-content: center;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 0 8px 8px 0;
  background-color: #f7f8fa;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  position: relative;
}

.uploader-wrap .preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.uploader-wrap .preview .delete{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 18px;
  color: #fff;
  line-height: 14px;
}

.btns .btn {
  color: #fff;
  background: linear-gradient(0deg, #fd9b01, #fd4805);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
}
.btns .form_text{
  margin-left: 10px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 100;
}
.position-dialog {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 30px;
  height: 210px;
  border-radius: 4px;
}
.position-dialog .title {
  height: 40px;
  font-size: 16px;
  color: #333;
}
.position-dialog .content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  height: 40px;
  font-size: 13px;
  color: #999;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.position-dialog img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.position-dialog .tip {
  margin-top: 10px;
  font-size: 12px;
  color: #ff0000;
}
.position-dialog .button {
  margin-top: 10px;
  float: right;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  background-color: #00a3fe;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.agreement-dialog {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 80vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
}
.agreement-dialog .title {
  height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
  flex: 0 0 auto;
}
.agreement-dialog .content {
  flex: 1;
  overflow: scroll;
}
.agreement-dialog .buttons {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.text_bold{
  font-weight: bold!important;
  color: #000000!important;
}
.agreement-dialog .buttons a {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
