*{
  padding: 0;
  margin: 0;
}
.wrap{
  width: 7.5rem;
  height: 14.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: 100% 100%;
}
.phone-box{
  display: flex;
  justify-content: space-between;
  width: 5.5rem;
  height: 0.8rem;
  margin-left: 1.3rem;
  margin-top: 11.5rem;
  position: relative;
}
.phone-prefix{
  width: 1rem;
  height: 0.8rem;
  font-size: 0.22rem;
  color: #ac814c;
  font-weight: bold;
  line-height: 0.8rem;
  cursor: pointer;
  text-align: center;
}
.phone{
  width: 4rem;
  height: 0.8rem;
  font-size: 0.24rem;
  color: #6a4c21;
  border: 0;
  background: none;
  outline: medium;
  text-align: center;
}
.phone-prefix ul{
  position: absolute;
  top: 0.8rem;
  left: 0px;
  width: 1rem;
  background: #fff;
  z-index: 5;
  display: none;
}
.phone-prefix ul li{
  height: 0.6rem;
  font-size: 0.2rem;
  color: #6a4c21;
  line-height: 0.6rem;
  text-align: center;
  text-indent: 0;
}
.phone-prefix:hover ul{
  display: block;
}
.phone-prefix ul li:hover{
  background: #efefef;
}
.submit{
  display: block;
  width: 5.12rem;
  margin: 0.4rem auto;
  animation: yybtn 1s linear infinite;
  -webkit-animation: yybtn 1s linear infinite;
}
@keyframes yybtn {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1);
  }
}
@-webkit-keyframes yybtn {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1);
  }
}
.link{
  width: 3rem;
  height: 0.5rem;
  margin: 9.35rem auto 0;
}
.link a{
  display: block;
  width: 50%;
  height: 100%;
  float: left;
}