.major_test {
  width: 100%;
  max-width: 830px;
  height: 558px;
  background: url(/res/majorTest/mT_bigbg.png) no-repeat;
  background-size: contain;
}

.mT_form {
  width: 800px;
  height: 446px;
  color: #333;
  background: url(/res/majorTest/mT_smallbg.png) no-repeat;
  background-size: contain;
  transform: translate(15px, 94px);
  box-sizing: border-box;
  padding: 18px 0;
}

.mT_form div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.mT_form div:last-child {
  margin-bottom: 0;
}

.mT_form div label {
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
  text-align: right;
}

.mT_form div select,
.mT_form div input {
  width: 310px;
  height: 40px;
  color: #333;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #A4A4A4;
  box-sizing: border-box;
  padding: 0 6px;
  outline: none;
}

.mT_form div select:focus,
.mT_form div input:focus {
  border: 1px solid #3790E2;
}

.mT_form div input {
  padding: 0 10px;
}

.mT_btn {
  margin-top: 18px;
  padding-left: 88px;
  box-sizing: border-box;
}

.mT_btn button {
  cursor: pointer;
  width: 204px;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.mT_btn button[type="submit"] {
  margin-right: 12px;
  background-color: #3790E2;
  border: 1px solid #3790E2;
  color: #fff;
}

.mT_btn button[type="reset"] {
  background-color: #fff;
  border: 1px solid #3790E2;
  color: #3790E2;
}

.mT_form input[name="phone"] {
  width: 146px;
  margin-right: 5px;
}

.mT_form input[name="verifyCode"] {
  width: 74px;
  border-right: none;
}

.mT_form input[name="verifyCode"]:focus {
  border-right: none;
}

.getVerifyCode {
  cursor: pointer;
  height: 40px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #3790E2;
  background-color: #3790E2;
  padding: 0 8px;
}