﻿/* 地区弹窗 */
.show {display: block!important;}
.active {display: block;}
.hide {display: none!important;}
.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(118, 115, 115, 0.6);
  }
  .province .areaList,
  .form .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    position: absolute;
    width: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    padding: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: 1px solid #10784D;
  }
  .province .areaList li {
    width: 1.2rem;
    margin: .1rem .15rem;
    padding: .08rem .04rem;
    text-align: center;
    border: 1px solid #e1d3d3;
    font-size: .3rem;
    border-radius: 3px;
    color: #70706b;
  }
  .popup-img{
    width: 100%;
    height: 0.5rem;
    /* background: url(../img/cha1.png)no-repeat center bottom;
    background-size: 100%; */
    /* background-color: #10784D; */
    margin-top: -0.38rem;
  }
  .popup-img div{
    width: 0.5rem;;
    height: 0.5rem;
    background: url(../img/cha2.png)no-repeat left bottom;
    background-size: 100%;
    float: right;
    margin-right: -0.1rem;
    /* background-color: #10784D;
    margin-top: -0.38rem; */
  }






.s13 {
    height: 8.7rem;
    background-image: url(../images/tianjia.png);
}

.s13 .zhu-tit {
    margin-top: .45rem;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.s13 .fu-tit {
    margin-top: .15rem;
    text-align: center;
    color: #fff;
}

.s13 form {
    margin: 0 auto;
    margin-top: 3rem;
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7.02rem;
    height: 5.5rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0 0 .18rem rgba(55, 106, 149, .13);
    box-shadow: 0 0 .18rem rgba(55, 106, 149, .13);
}


.s13 select,
.s13 .yzm-box,
.s13 input {
    padding: 0 .1rem;
    width: 5.6rem;
    height: .9rem;
    font-size: .3rem;
    border: 1px solid #dbdbdb;
    border-radius: .02rem;
    background-color: #fff;
}

.s13 .yzm-box {
    position: relative;
    padding: 0;
    border: none;
}

.s13 .yzm-box .yzm {
    padding-right: 1.94rem;
}

.s13 .yzm-box .get-yzm,
.s13 .yzm-box .daojishi {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.84rem;
    height: .9rem;
    line-height: .9rem;
    color: #fff;
    text-align: center;
    border-radius: .02rem;
}

.s13 .yzm-box .get-yzm {
    background-color: #eeeeee;
    color: red;
}

.s13 .yzm-box .daojishi {
    display: none;
    color: #fff;
    background: #bbbbbb;
}

.s13 select {
    background: url(../img/jiantou.png) no-repeat right .26rem center / .3rem .17rem;
    background-color: #fff;
}

.s13 .btn-get {
    width: 3.54rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .3rem;
    color: #f62944;
    border: none;
    border-radius: 666px;
    background-color: #fee330;
    font-weight: 600;
}
.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* 清除margin-top塌陷 */
.clearcollapse:before {
  content: "";
  display: table;
}

/* 符合条件弹窗 */
.coincidence-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

.coincidence-mask.active {
  display: block;
}

.coincidence {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  margin-top: -3rem;;
  /* margin-left: -198px; */
  width: 7rem;
  height: 6.5rem;
  border-radius: 10px;
  background: url(../img/tj_tc.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.coincidence .quit {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../img/cha2.png) no-repeat center;
  background-size: 100%;
}

.coincidence .tit {
  margin-top: 0.66rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}

.coincidence .msg {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  text-align: center;
}

.coincidence .weima {
  margin: 0 auto;
  margin-top: 0.2rem;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  cursor: default;
}

.coincidence .weima img {
  margin-top: 0.1rem;
  width: 2.6rem;
  height: 2.6rem;
}

.coincidence .dibu{
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.4rem;
  padding-top: 0.2rem;
}
.coincidence .dibu span{
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.6rem;
  padding-top: 0.2rem;
  color: #ee113d;
}