/*
* @Author: admin
* @Date:   2017-12-08 14:04:25
* @Last Modified by:   admin
* @Last Modified time: 2017-12-08 17:11:29
*/
body{
  padding-bottom: 3rem;
}
*{ margin:0; padding: 0; border:none;list-style: none; box-sizing:border-box; }
img{ display: block; width: 100%; }
body{ min-width: 320px; max-width: 680px;  margin:0 auto; }

.con h2{ text-align: center;  font-size: 0.9rem; padding: 1rem 0 0.5rem;}
.btn-img{ position: relative; }
.btn-img .btn{position: absolute;width:30%;height: .7rem;}
.btn-img .btn.btn01{left:17%;bottom: .55rem;}
.btn-img .btn.btn02{left:46%;bottom: 1.05rem;}
.btn-img .btn.btn03{left:50%;bottom: 0.3rem;margin-left: -15%;}
.btn-img .btn.btn04{left:50%; bottom: 0.8rem;  margin-left: -23%;  width:46%; height: 40px;}

.swiper-container{padding:0 4%;  padding-bottom: 10%;  }
.swiper-pagination{ bottom: 0; left:0; }
.submit{ width:90%; margin:0 auto; }
.submit input{ outline: none;height:35px; border:1px solid #808080; padding-left: 2%;  }
.submit .name{ display: inline-block; width:55%;  }
.submit .submit-gender{ display: inline-block; width:39%; margin-left: 0.2rem; }
.submit .phone{ display: block; width:95%; margin:3% 0;}
.submit .submit-gender div{ font-size: 0.7rem;display: inline-block; margin-right: 0.5rem; color:#b3b3b3;}
 
.submit .submit-gender div.man:before{
    content: '';
  display: inline-block;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
  background: url(../images/boy1.png) no-repeat left top; background-size: 100%;
  border-radius: 50%;
  margin-right: 0.3rem;
  /*box-shadow: 0 0 0 3px #fff inset;*/
}
.submit .submit-gender div.woman:before{
    content: '';
  display: inline-block;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
  background: url(../images/girl1.png) no-repeat left top; background-size: 100%;
  border-radius: 50%;
  margin-right: 0.3rem;
  /*box-shadow: 0 0 0 3px #fff inset;*/
}
.submit .submit-gender div.active{ color:#ff8b8b; }
.submit .submit-gender div.man.active:before{
    content: '';
  display: inline-block;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
  background: url(../images/boy.png) no-repeat left top; background-size: 100%;
  border-radius: 50%;
  margin-right: 0.3rem;
  /*box-shadow: 0 0 0 3px #fff inset;*/
}
.submit .submit-gender div.woman.active:before{
    content: '';
  display: inline-block;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
  background: url(../images/girl.png) no-repeat left top; background-size: 100%;
  border-radius: 50%;
  margin-right: 0.3rem;
  /*box-shadow: 0 0 0 3px #fff inset;*/
}
.submit .yzm{ }
.submit .code-btn{ width:38%; background: #ff8b8b; color:#fff; text-align: center; display: inline-block; height: 35px; font-size: 0.7rem; line-height: 35px;}

.submit .yzm .yzm-text{ width:55%; }
.submit-btn{ width:95%; background: #ff8b8b; color:#fff; text-align: center; height: 35px; line-height: 35px; font-size: 0.7rem; margin:5% 0;}
.swiper-pagination-bullet-active{ background: #ff8b8b; }


/*意向单style*/
.gw-yxd{ padding-right: 40px; position: fixed; left:0; top:0;  width:100%; height: 100%;background: rgba(0,0,0,0.5);z-index: 10;}
.gw-yxd .yxd-in{ width:354px; background: #fff; border-radius: 5px;  box-shadow: 0 0 10px #888; position: absolute; left:50%; top:50%; margin-left: -176px; margin-top: -252px; box-sizing:border-box; overflow: hidden; }
.gw-yxd .yxd-in.hid{ margin-left: 100px }
.gw-yxd .yxd-in .yxd-tt{ background: #ff5562; text-align: center; font-size: 16px; color:#fff; height: 32px; line-height: 32px;}
.gw-yxd .yxd-in .close{ position: absolute; right:10px; top:9px; cursor: pointer;}
.gw-yxd .yxd-in .yxd-info{ padding: 15px; color:#333; }
.gw-yxd .yxd-in .yxd-info form>label{ width: 100%;  }
.gw-yxd .yxd-in .yxd-info .time p{ text-align: left; font-size: 14px; }
.gw-yxd .yxd-in .yxd-info .text{ display: block;width:95%; height: 32px; border:1px solid #dcdcdc;  background: #eeeeee; padding-left: 10px; outline: none; margin-bottom: 15px; margin:0 auto; margin-bottom: 4%; box-sizing:border-box; }
.gw-yxd .yxd-in .yxd-info  .time-scroll{ width: 100%; border:1px solid  #d2d2d2; height:90px; overflow-y:scroll; margin-top: 15px; margin-bottom: 15px; padding-bottom: 10px; text-align: left}
.gw-yxd .yxd-in .yxd-info .time .time-scroll label{ display: inline-block; margin:13px 5px 0 5px; text-align: left; font-size: 14px;}
.gw-yxd .yxd-in .yxd-info .Bsubmit{ width:95%; height: 32px; background: #ff5562; color:#fff; text-align: center; border-radius: 5px; outline: none; cursor: pointer; line-height: 32px; margin:0 auto;}

.submit-tc{ width:300px; height:160px; background: #fff; border-radius: 5px; box-shadow: 0 0 10px #888; position: fixed; left:50%; top:50%; margin-left: -150px; margin-top: -80px;  z-index: 1000; display: none;}
.submit-tc p{ text-align: center; padding-top: 50px; font-size: 15px; }
.submit-tc span{ width:60px; height:32px; display: block; line-height: 32px; background: #ff5562; color:#fff; border-radius: 5px; text-align: center; position: absolute; right:20px; bottom: 10px; cursor: pointer; }
.gw-yxd .yxd-in .yzm{ overflow: hidden;  width: 95%; margin:0 auto;}
.gw-yxd .yxd-in .txyzm{ display: none;}
.gw-yxd .yxd-in .yzm input{ float:left; width:56%; height: 32px; border:1px solid #dcdcdc;  background: #eeeeee; padding-left: 10px; outline: none; margin-bottom: 15px;  }
.gw-yxd .yxd-in .yzm span{ float:left;margin-left: 10px;  height: 34px;  border:1px solid #dddddd; box-sizing:border-box; width: 35%;}
.gw-yxd .yxd-in .yzm span img{ display: block; width: 100%; }
.gw-yxd .yxd-in .yzm span.code-btn{ width:35%; background: #ff5562; color:#fff; font-size: 14px; line-height: 32px; text-align: center; cursor: pointer;}

.gw-yxd .yxd-in .yxd-info .time{ width: 95%; margin:0 auto; }

/* 弹窗 */
.gw-popup .popup-label{ width:315px; height: 160px;font-size: 16px;  padding-top: 20px; box-sizing: border-box;}

.gw-popup .popup-label .popup-btn{ font-size: 16px; }

.gw-yxd .yxd-in{ width:90%; margin:0 auto;  left:50%; margin-left: -45%; top:10%;}



.wat-tc{ width:100%; height: 100%;  position: fixed; top:0; left:0; background: rgba(0,0,0,0.6); z-index: 1000; display: none;}
.wat-tc .wat-wrap{ width:75%; margin:0 auto;position: relative;margin-top: 100px; }
.wat-tc .wat-wrap img{ display: block; width:100%; }
.wat-tc .wathao{position: absolute;  left:0; width:100%; text-align: center; top:66%;}
.wat-tc .wathao .weixin-num{ width:60%; height: 30px; background: #fff; display: inline-block; line-height:30px; font-size: 18px; }
.wat-tc .wathao p{ color:#fff; font-size: 16px; margin:3% 0; }
.wat-tc .wathao  a{ display: inline-block; width: 45% }
.wat-tc .close{ width:17%;  position: absolute;  top:110px; right:46px; height:45px; z-index: 9999;}

.footer_list{
  height: 45px;
  z-index: 9999;
}
.flist_con {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.flist_con li{
  width: 33.1%;
  height: 45px;
  border-right: 1px solid #fff;
  background: #ff4e5d;
  float: left;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  padding-top: .1rem;
}
.flist_con li:last-of-type{
  border-right: 0;
}
.flist_con li a{
  width: 100%;
  height: 100%;
  color:#fff;
}
.flist_con li img{
  width: 15%;
  margin:2% auto 1%;
}
.flist_con li p{ font-size: 14px; }

.contact_in h2{ font-size: 15px; font-weight: normal; color:#ff5562; text-align: center; padding-top: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px;margin-bottom: 20px;}
.contact_in .close{    
    position: absolute;
    right: 5px;
    top: -45px;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    width: 30px;
    height: 30px;
}
.contact_in .close img{
    vertical-align: top;
    margin-top: 5px;
}
.borders{
    position: absolute;
    border-left: 1px solid #ddd;
    height: 100%;
    top: 20px;
    left: 14px;
}
.contact_in form{  margin-top: 12px;}

.contact_in label{ width:100%;  font-size: 15px; }
.contact_in label input{ outline: none; cursor: pointer;}
.contact_in label .name{ display: inline-block; width:233px; height: 34px; border:1px solid #999; margin: 5px 0; margin-bottom: 10px; padding-left: 5px;}
.contact_in label .phone{    
    display: inline-block;
    width: 73%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #999;
    padding-left: 10px;
    font-size: 0.37rem;
    background-color: #f8f8f8;}
.contact_in .line{ width:92%; margin: 0 auto; line-height: 34px; }
.contact_in .line span{ line-height: 34px; font-size: 15px;}
.contact-box input[type=radio]{padding: 0 10px; margin-right: 2%;}
.btn-submit{text-align: center;}
.btn-submit{cursor: pointer; color:#fff; width:92%; height: 44px; background: #ff5562; margin: 0 auto; border-radius: 5px; font-size: 15px; outline: none;border:0; line-height: 44px; margin-top: 4%;}
.contact_in .time .time-scroll{  width:67%; float:left; height: 110px; overflow-y:scroll; border:1px solid #ccc;    text-align: left ; padding: 3px 0;}
.contact_in .time{ margin-bottom: 0px; overflow: hidden;}
.contact_in .time label{ display: block; }
.contact_in .time label input{ margin:0 5%; }

/* .contact_in h2{
    background: #ddd;
    color: #000;
    padding: 10px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
} */
.contact_in{
    border-radius: 5px;
}
.contact_in .line span.titles{
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
}
.contact_in .line.sex-line{
    height: 44px;
    margin: 10px auto;
}
.contact_in .line div.sex_chose{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #e9e9e9;
    color: #999;
    margin-top: 5px;
    margin-right: 15px;
    line-height: 34px; font-size: 15px;
}
.contact_in .line div.sex_chose.active{
    background: #f8485e;
    color: #fff;
}
.contact_in .line div.time_chose{
    display: inline-block;
    width: 47%;
    margin-right: 6%;
    text-align: center;
    border-radius: 5px;
    background: #e9e9e9;
    color: #999;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
}
.contact_in .line div.active{
    color: #fff;
    background: #f8485e;
}
.contact_in .line div.time_chose:nth-child(even){
    margin-right: 0;
}


.contact-box2{ margin:10px 0; padding-bottom: 5%; }
.zhe {
    font-size: 0;
}
.zhe div{
    margin: 0.157rem 0;
}

.addFloat{
  height: 1.57rem;
}
.addG{
  position: fixed;
  width: 100%;
  height: 1.57rem;
  padding: 0.157rem 0;
  z-index: 10;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  font-size: 0;
  margin-top: 0.314rem;
  display:flex;
 
}
.addG img{
  width:14%;
  position:relative;
  left:0.157rem;
}
.addG > div {
    display: flex;
    width: 46%;
    font-size: 0;
    margin: 0 2%;
    line-height: initial;
    border-radius: 0.157rem;
    padding: 0.314rem;
    float: left;
    height: 1.177rem;
    justify-content: space-between;
}
.addG > a {
    display: flex;
    width: 46%;
    font-size: 0;
    margin: 0 2%;
    line-height: initial;
    border-radius: 0.157rem;
    padding: 0.314rem;
    float: left;
    height: 1.177rem;
    justify-content: space-between;
}
.addL{
  background: #61cc26;
}
.addR{
  background: #ff7e8e;
}
.addG > div p{
  font-size: 0.408rem;
  line-height: initial;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 0.314rem;
  border-left: 1px solid #fff;
  margin-left: 0.314rem;
  height: 0.549rem;
  font-size: 0.377rem;
}
.addG > a p{
    font-size: 0.408rem;
    line-height: initial;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 0.314rem;
    border-left: 1px solid #fff;
    margin-left: 0.314rem;
    height: 0.549rem;
    font-size: 0.377rem;
}
.addG > a img{
  width: 14%;
  display: inline-block;
  vertical-align: middle;
}
.footer {
  padding-bottom: 60px;
}