header{
  background: #ff6e8d;
}
header a{
  z-index: 1;
  padding-top: 1vw;
}
header a .icon-zuo{
  color: #fff;
  font-size: 4vw;
}
header h4{
  font-size: 4.2vw;
  height: 8vw;
  width: 94vw;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  line-height: 8vw;
  color: #fff;
  font-weight: 400;
}
.height{
  height: 12vw;
}
.imgbox{
  padding-top: 3vw;
  width: 100%;
  height: 20vw;
  background: #fff;
}
.imgbox .img{
  width: 20vw;
  height: 20vw;
  margin: 0 auto;
}
.imgbox .img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.t1{
  width: 100%;
  height: 6vw;
  padding: 2vw 0;
  text-align: center;
  background: #fff;
}
.t2{
  width: 100%;
  height: 6vw;
  padding-bottom: 2vw;
  text-align: center;
  background: #fff;
}
.t2 span{
  font-size: 4.6vw;
  color: #ff6e8d;
}
.t1 span{
  font-size: 4.6vw;
  color: #ff6e8d;
}
.t2 i{
  font-size: 4vw;
  font-style: normal;
  color: #333;
  padding:0 1vw;
}
.border1{
  border-bottom: 1px solid #eee;
}
.info{
  width: 94vw;
  background: #fff;
  margin: 2vw auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2vw;
}
.info .title{
  width: 100%;
  height: 8vw;
  line-height: 8.2vw;
  font-size: 4.2vw;
  color:#ff6e8d;
}
.info .title::before{
  content: '';
  display: inline-block;
  width: 1vw;
  height: 4vw;
  background: #ff6e8d;
  border-radius: 100px;
  vertical-align: middle;
}
.info .txt{
  width: 100%;
  padding: 2vw 0;
}
.info .txt span{
  display: inline-block;
  font-size: 3.6vw;
  background: #FFDDE5;
  color: #555;
  padding: 1vw 2.6vw ;
  border-radius: 100px;
  margin-right: 1vw;
  margin-bottom: 2vw;
}
.info ul{
  width: 100%;
}
.info ul li{
  width: 100%;
  min-height: 12vw;
  font-size: 3.6vw;
  display: flex;
  border-bottom: 1px solid #eee;
}
.info ul li .left{
  width: 40vw;
  height: 100%;
  color: #555;
  line-height: 12vw;
}
.info ul li .right{
  flex: 1;
  color: #333;
  box-sizing: border-box;
  padding: 4vw 0;
}
.info p{
  font-size: 4vw;
  color: #333;
  padding: 2vw;
}
/* footer2 */

.footer2{
  width: 100%;
  height: 15vw;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right,#FE7C51 0%,#FF6A7B 50%,#FF59A3 100%);
  display: flex;
  color: #fff;
}
.footer2 a{
  display: block;
  width: 50%;
  height: 100%;
}
.footer2 .left{
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 15vw;
  font-size: 5vw;
  border-right: 1px solid #fff;
}
.footer2 .right{
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 15vw;
  font-size: 5vw;
}
