/**
@keyframes circle {}
@-o-keyframes circle {}
@-moz-keyframes circle {}
@-webkit-keyframes circle {}
**/
body {
  min-width: 7.5rem;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 7rem;
  margin: 0 auto;
  padding: 0.01rem 0;
  box-sizing: border-box;
}
.banner {
  background: url("../images/banner.jpg") center top no-repeat;
  background-size: 100% 5.28rem;
}
.banner .logo {
  display: block;
  width: 2.5rem;
  margin: 0.35rem 0 0.5rem .2rem;
}
.banner .ban1 {
  display: block;
  height: 0.5rem;
  margin: 0 auto 0.8rem;
}
.banner .ban_main {
  padding: 0.45rem 0 0.5rem;
  background: #ffffff;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 0.05rem 0.15rem 0 #ebeeef;
  -moz-box-shadow: 0 0.05rem 0.15rem 0 #ebeeef;
  box-shadow: 0 0.05rem 0.15rem 0 #ebeeef;
}
.banner .ban_main .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.banner .ban_main .tit span {
  color: #4eb6d2;
}
.banner .ban_main .tit img {
  display: none;
  width: 0.64rem;
  margin: 0 0.15rem;
}
.banner .ban_main .myform .hang {
  display: flex;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 6rem;
  background: #f3f3f3;
  margin: 0 auto 0.25rem;
  border-radius: 0.08rem;
}
.banner .ban_main .myform .hang b {
  font-size: 0.28rem;
  color: #707070;
  text-align: right;
  width: 1.8rem;
}
.banner .ban_main .myform .hang input {
  height: 100%;
  font-size: 0.3rem;
  color: #333333;
  flex: 1;
  background: transparent;
}
.banner .ban_main .myform .subtn {
  width: 3rem;
  text-align: center;
  line-height: 0.76rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  background: #e83838;
  border-radius: 0.5rem;
  margin: 0.4rem auto 0.2rem;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.banner .ban_main .myform .subtn:hover {
  background: #4eb6d2;
  -webkit-box-shadow: 0 0.02rem 0.05rem 0 #71a1af;
  -moz-box-shadow: 0 0.02rem 0.05rem 0 #71a1af;
  box-shadow: 0 0.02rem 0.05rem 0 #71a1af;
}
.banner .ban_main .myform .tips {
  text-align: center;
  font-size: 0.26rem;
  color: #808080;
  line-height: 0.34rem;
  margin: .3rem .5rem;
}
