html {
  /* max-width: 650px; */
  min-width: 1366px;
  margin: auto;
  overflow-x: hidden;
}

body {
}

.pageCont {
  margin-top: 80px;
}

.topText {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  text-align: justify;
}

.topEnglish {
  font-size: 18px;
  color: #999999;
  text-align: justify;
}

.formBox {
  margin-top: 84px;
  align-items: flex-start;
}

.formLeft {
  width: 600px;
}

.formRight {
  width: 540px;
  height: 700px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(111, 111, 111, 0.2);
  border-radius: 10px;
  padding: 60px 50px;
  padding-top: 30px;
}

.formLeftTitle {
  align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 3px solid #cccccc;
  font-size: 30px;
  letter-spacing: -1px;
  color: #282728;
  font-weight: bold;
}

.formLeftTitle div {
  background-image: -webkit-linear-gradient(left, #0083d8, #004f84);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
  position: relative;
}

.formLeftTitle div::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 3px;
  background-image: linear-gradient(0deg, #0083d8 0%, #004f84 100%),
    linear-gradient(0deg, #ff9000 0%, #ff6000 100%);
  background-blend-mode: normal, normal;
  bottom: -25px;
  left: 0;
}

.formLeftTitle span {
  font-size: 24px;
  letter-spacing: -1px;
  color: #333333;
}

.questions {
  margin-top: 32px;
}

.questionsTitle {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: justify;
}

.questionsTitle::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background-image: linear-gradient(#0083d8, #0083d8),
    linear-gradient(#ff7300, #ff7300);
  background-blend-mode: normal, normal;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.questionsCont {
  font-size: 16px;
  color: #999999;
  text-align: justify;
}

.formTitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.formTitle span {
  color: #ff0000;
}

.formInputBox {
  width: 440px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: solid 1px #cccccc;
  margin-top: 8px;
  margin-bottom: 30px;
  padding: 0 10px;
}

.formInput {
  width: 100%;
  background: none;
  border: none;
  height: 100%;
}

.selectBox {
  background: none;
  border: none;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  -webkit-appearance: button;
}

.formBtn {
  width: 440px;
  height: 60px;
  background-image: linear-gradient(0deg, #0083d8 0%, #004f84 100%),
    linear-gradient(0deg, #ff9000 0%, #ff6000 100%);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.agreementlable,
.agreementtitle {
  color: #999;
  cursor: pointer;
}
.checkboxs {
  width: 15px;
  height: 15px;
  /* border: 1px solid #999; */
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.checkboxtext {
  padding-left: 20px;
}

.bottomMsg {
  height: 260px;
  background-color: #f6f6f6;
  margin-top: 80px;
}

.msgItem {
  width: 300px;
  text-align: center;
}

.msgData {
  font-size: 60px;
  color: #0083d8;
  font-weight: bold;
  padding-top: 70px;
}

.msgText {
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
}

.footer {
  width: 100%;
  height: 80px;
  background-color: #707070;
}
.getPhoneCodeBtn {
  width: 120px;
  height: 60px;
  background-image: linear-gradient(0deg, #0083d8 0%, #004f84 100%),
    linear-gradient(0deg, #ff9000 0%, #ff6000 100%);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  /* font-weight: bold; */
  cursor: pointer;
  position: absolute;
  right: 0;
}
.codeMask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 999;
}

.codemaskBox {
  width: 500px;
  height: 500px;
  /* background-color: #ffffff; */
  box-shadow: 2px 0px 20px 0px rgba(102, 102, 102, 0.2);
  border-radius: 10px;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  /* padding: 28px 40px; */
  background-image: url(../img/maskbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.closeBtnBox {
  overflow: hidden;
}

.closeBtn {
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  margin: 10px;
}

.codemaskBoxTitle {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 7px;
}

.closecodeimg {
  width: 123px;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  position: absolute;
  left: 170px;
  bottom: 50px;
  cursor: pointer;
}
.saveBtn {
  width: 180px;
  height: 56px;
  background-color: #1aad17;
  border-radius: 10px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  margin-bottom: 29px;
  margin-top: 30px;
  /* padding: 0.12rem 0.3rem;
	margin-top: 0.1rem;
	margin-bottom: 0.29rem; */
}
.saveBtn a {
  color: #ffffff;
}
.formRightTitles {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
