/**
@keyframes circle {}
@-o-keyframes circle {}
@-moz-keyframes circle {}
@-webkit-keyframes circle {}
**/
@media screen and (max-width: 15rem) {
  .leftAside,
  .rightAside {
    display: none;
  }
}
body {
  min-width: 9.6rem;
}
section {
  padding: 0.01rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.wid {
  width: 9.56rem;
  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 -1.77rem;
}
.banner .ban1 {
  display: block;
  height: 0.61rem;
  margin: 0 auto 0.36rem;
}
.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.32rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.banner .ban_main .tit span {
  color: #4eb6d2;
}
.banner .ban_main .tit img {
  width: 0.64rem;
  margin: 0 0.15rem;
}
.banner .ban_main .myform .hang {
  display: flex;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 7.2rem;
  background: #f3f3f3;
  margin: 0 auto 0.12rem;
  border-radius: 0.08rem;
}
.banner .ban_main .myform .hang b {
  font-size: 0.2rem;
  color: #707070;
  text-align: right;
  width: 1.3rem;
}
.banner .ban_main .myform .hang input {
  height: 100%;
  font-size: 0.2rem;
  color: #333333;
  flex: 1;
  background: transparent;
}
.banner .ban_main .myform .subtn {
  width: 2rem;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.22rem;
  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.16rem;
  color: #808080;
  line-height: 0.24rem;
  margin-top: 0.2rem ;
}
