.wrapper {
  height: 100vh;
  padding: 50px 0;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #fff;
  z-index: 10;
}
.header .header-l {
  padding-left: 15px;
  float: left;
  color: #2a2a2a;
  font-size: 11px;
  width: 68%;
}
.header .header-r {
  float: left;
  width: 32%;
  background: #3960ad;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.header .header-r i {
  font-size: 16px;
  margin-right: 2px;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.my-content {
  padding: 21px;
  text-align: center;
}
.my-content .content-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #181818;
  letter-spacing: -1px;
}
.my-content .content-click {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #f53d0c;
  letter-spacing: -1px;
}
.my-content .content-tip {
  margin: 12px 0 0;
  font-size: 9px;
  color: #181818;
}
.my-content .content-form {
  margin-top: 34px;
}
.my-content .content-form .form-squre {
  margin-bottom: 15px;
  text-align: left;
}
.my-content .content-form .form-squre label {
  font-size: 12px;
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 3px;
  margin-bottom: 4px;
  padding-left: 4px;
}
.my-content .content-form .form-squre label span {
  color: #f53d0c;
}
.my-content .content-form .ivu-radio-checked .ivu-radio-inner {
  border-color: #3e65bd;
}
.my-content .content-form .form-btn {
  margin-top: 15px;
}
.my-content .content-form .form-btn button {
  border: none;
  background: linear-gradient(-82deg, #395cab 0%, #3b85c3 100%);
  border-radius: 8px;
  -webkit-box-shadow: 4px 6px 10px 0 rgba(35, 84, 136, 0.26);
          box-shadow: 4px 6px 10px 0 rgba(35, 84, 136, 0.26);
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  height: 40px;
}
.my-content .content-form .form-btn button.disable {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  color: #c5c8ce;
  background: #f7f7f7;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 10px;
}
.footer .footer-squre {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #b78a2f;
}
.footer .footer-squre i {
  margin-right: 9px;
}
.footer .footer-squre:last-child {
  background: #d31919;
}
.zhezhao {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(55, 55, 55, 0.6);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  outline: 0;
}
.zhezhao .my-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 39px;
  width: 100%;
  background: #fff;
}
.zhezhao .my-content .close {
  position: absolute;
  right: 24px;
  top: 24px;
}
.zhezhao .my-content .close i {
  font-size: 14px;
  color: #868686;
}
.clipboard {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 14px;
  text-align: center;
  padding: 22px 0 29px;
}
.clipboard .close {
  position: absolute;
  right: 24px;
  top: 24px;
}
.clipboard .close i {
  font-size: 14px;
  color: #868686;
}
.clipboard .duigou {
  margin-bottom: 12px;
}
.clipboard .duigou i {
  font-size: 47px;
  color: #1AAD19;
}
.clipboard h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.clipboard .text {
  font-size: 13px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.clipboard .btn {
  width: 109px;
  height: 39px;
  background: linear-gradient(-82deg, #1aad19 0%, #28cc27 100%);
  border-radius: 8px;
  text-align: center;
  line-height: 39px;
  margin: 15px auto 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.tj-success {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-success img {
  display: block;
  width: 100%;
  height: auto;
}
