* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

body {
  min-width: 1200px;
  font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

.main {
  height: 1080px;
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.main_left, .main_right {
  float: left;
}

.main_left {
  height: 1080px;
  width: 400px;
  padding-right: 80px;
  /*background: #F9FBFC;*/
}

.getBack {
  height: 26px;
  width: 480px;
  line-height: 26px;
  font-size: 13px;
  color: #666666;
  margin: 30px 0 78px;
}

.getBack span:nth-child(1) {
  display: inline-block;
  cursor: pointer;
  color: #3982FD;
}

.getBack span:nth-child(3) {
  display: inline-block;
  height: 26px;
  width: 26px;
}

.getBack span:nth-child(3) img {
  height: 26px;
  width: 26px;
}

.main_left p {
  height: 48px;
  font-size: 26px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.main_left_form {
  width: 400px;
  position: relative;
}
.main_left_form_img{
  width: 380px;
}
.main_left_form_text{
  font-size: 22px;
  height: 30px;
  width: 300px;
  position: absolute;
  bottom: 133px;
  left: 85px;
  background: #ffffff;
  font-weight: 500;
}
.layui-form-label {
  width: 74px;
  font-size: 18px;
  color: rgba(119, 119, 119, 1);
  padding: 0;
  height: 47px;
  line-height: 47px;
}

.layui-input {
  height: 47px;
  border-radius: 7px;
}


.main_right {
  width: 720px;
  height: 1080px;
  background: url(../img/bg.png);
}

.main_right_main {
  width: 720px;
  height: 350px;
  background: url(../img/maoboli.png);
  margin-top: 160px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.sendButton {
  width: 132px;
  height: 47px;
  background: rgba(0, 121, 254, 1);
  border-radius: 7px;
  font-size: 16px;
  color: #fff;
  line-height: 47px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.sendButton2 {
  width: 132px;
  height: 47px;
  border-radius: 7px;
  font-size: 16px;
  background: #C9C9C9;
  line-height: 47px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}

.mainSubmitOne {
  width: 400px;
  height: 42px;
  border-radius: 27px;
  border: 1px solid rgba(0, 121, 254, 1);
  color: #0079FE;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.mainSubmitTwo {
  width: 400px;
  height: 42px;
  background: rgba(0, 121, 254, 1);
  border-radius: 27px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.reminder {
  width: 100%;
  height: 25px;
  font-size: 18px;
  color: rgba(85, 85, 85, 1);
  line-height: 25px;
  margin: 20px 0 12px 0;
}

.reminderC {
  width: 400px;
  height: 48px;
  font-size: 12px;
  color: rgba(130, 130, 130, 1);
  line-height: 20px;
}

.main_left_footer {
  margin-top: 110px;
  text-align: center;
  width: 400px;
}

.main_left_footer li {
  float: left;
  color: #828282;
  margin: 0 2px;
  font-size: 12px;
}

.main_left_footer li:nth-child(1) a {
  cursor: pointer;
  color: #157FF5;
}

.main_left_footer li:nth-child(4) {
  color: #157FF5;
  font-size: 13px;
}

.video {
  width: 624px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}

#videoImg {
  width: 624px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}

/*遮罩层*/
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 0.65;
  position: absolute;
  display: none;
}

/*验证码弹框*/
.authCodePopUp {
  width: 500px;
  height: 350px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  display: none;
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -175px;
  margin-left: -250px;
}

.authCodePopUp-title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: relative;
  background: #F9FBFC;
  border-radius: 10px 10px 10px 10px;

}

.authCodePopUp-title .title-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 18px;
  cursor: pointer;
}

.authCodePopUp .content-img {
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  /*background:rgba(216,216,216,1);*/
  margin-top: 30px;

}

.content-img .contentImg {
  width: 200px;
  height: 60px;
  background: rgba(216, 216, 216, 1);
  cursor: pointer;

}

.authCodePopUp .content-code {
  width: 500px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #FFD8D8D8;
  outline-width: 0;
  text-align: center;
  margin: 0 auto;
  /*margin-left: 1.08rem;*/
  font-size: 20px;
  margin-top: 50px;
}

.authCodePopUp .content-send {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(89, 143, 247, 1);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
}

#test-table-reload {
  height: 100px;
}
