input {
  border: none;
}
a {
  text-decoration: none;
}
body {
  width: 100%;
  background: url(../images/bg.png);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-color: #24a0d3;
  border: none;
  position: relative;
}
body div.main {
  width: 100%;
  height: 12rem;
  margin-top: 15.5rem;
}
body div.main .fwnum {
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
}
body div.main .fwnum input {
  margin: auto;
  width: 85%;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/btnImg.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 97%;
  background-size: 1.6rem;
  color: #fff;
  font-size: 14px;
  padding: 0 6px;
  border: 1px solid #fff;
  border-radius: 6px;
}
body div.main .fwnum a.btn {
  display: block;
  position: absolute;
  top: 0%;
  right: 8%;
  width: 40px;
  height: 40px;
  z-index: 4;
}
body div.main .btn-box {
  width: 80%;
  margin: 1.4rem auto;
  display: flex;
}
body div.main .btn-box .left-icon,
body div.main .btn-box .right-icon {
  flex: 1;
  width: 50%;
  height: 5rem;
  display: flex;
  flex-direction: column;
}
body div.main .btn-box .left-icon .img,
body div.main .btn-box .right-icon .img {
  margin: auto;
  width: 30%;
  height: 65%;
}
body div.main .btn-box .left-icon .img img,
body div.main .btn-box .right-icon .img img {
  width: 100%;
  height: auto;
}
body div.main .btn-box .left-icon .text,
body div.main .btn-box .right-icon .text {
  margin-top: 0.4rem;
}
body div.main .btn-box .left-icon .text p,
body div.main .btn-box .right-icon .text p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
body div.main .tips {
  margin: 1rem 2rem;
  display: flex;
}
body div.main .tips .p {
  margin: auto;
  letter-spacing: 0.1rem;
}
body div.main .tips .p p {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 0.85rem;
  line-height:2rem;
}
