.loading {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  color: #FFF;
  background: #00000040;
}

.loading .loadImg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dataBox {
  padding: 80px 0 120px;
  height: 491px;
}
.dataBox:nth-of-type(odd) {
  background-color: #fbfaf5;
}
@media (max-width:767px) {
  .dataBox {
    padding: 40px 0 60px
  }
}

.joinBox .left {
  width: calc(100% - 750px)
}

@media (max-width:1180px) {
  .joinBox .left {
    width: 100%
  }
}

.titleBox {
  text-align: center;
  margin-bottom: 25px
}

.joinBox .titleBox {
  text-align: left;
}

@media (max-width:1180px) {
  .joinBox .titleBox {
    text-align: center;
    margin-bottom: 40px;
  }
}

.titleBox .enTitle {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #b79b5c
}

.titleBox .title {
  font-size: 23px;
  font-weight: 600;
  color: #353535
}

.joinBox .right1 {
  margin: 0 35px;
}

.right1 .icon {
  position: relative;
  width: 1px;
  height: 20px;
  padding: 0 13px;
  margin-top: 6px;
}

.right1 .title {
  display: flex;
}

.right1 .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #457f81;
}

.right1 .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #457f81;
}

.right1 .name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-left: 5px;
}

.right1 .joinMainForm {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(202, 179, 128, 0.3);
  padding-bottom: 10px;
}

.right1 .joinMainForm div {
  display: flex;
  margin-bottom: 10px;
}

.right1 .joinMainForm div span {
  width: 60px;
  line-height: 40px;
  text-align: left;
}

.right1 .joinMainForm div input,
.right1 .joinMainForm div select {
  flex: 1 1;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgb(112, 173, 71);
  border-radius: 4px;
}

.right1 .joinMainForm div select {
  flex: 1 1;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgb(112, 173, 71);
  background: #FFF;
}

.right1 .joinMainForm div input:focus,
.right1 .joinMainForm div select:focus {
  outline: none;
  border: 1px solid rgb(112, 173, 71);
}

.right1 .joinMainForm .submitBtn {
  /* width: 100px;
  height: 40px;
  border: 2px solid rgb(112, 173, 71);
  border-radius: 4px!important;
  color: #000000;
  background-color: rgb(230, 230, 228); */
  width: 160px;
  height: 35px;
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  background-color: #cab380;
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}

.radioBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.radioBox>label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.radioBox input[type=checkbox],
.radioBox input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  margin-right: 10px;
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  border: 1px solid #457f81 !important;
  outline: none;
}

.radioBox input[type=checkbox]:checked:after,
.radioBox input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #457f81;
}

.right2 {
  display: none;
}

.right2 .title1 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
}

.right2 .title2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.right2 .button {
  display: block;
  /*font-size: 16px;*/
  /*width: 120px;*/
  /*height: 40px;*/
  /*height: 40px;*/
  /*border: 2px solid rgb(112, 173, 71);*/
  /*border-radius: 5px;*/
  width: 160px;
  height: 35px;
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  background-color: #cab380;
  margin: 0 auto;
}