:root{
  --windowWidth: 1920;
}
.join-container {
  box-sizing: border-box;
  border-radius: 16px;
  /*margin: 24px 0 24px 10px;*/
  margin-top: calc((60 / var(--windowWidth)) * 100vw);
  color: #333333;
}

.join-container h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}

.join-container .title {
  font-size: calc((21 / var(--windowWidth)) * 100vw);
  line-height: calc((25 / var(--windowWidth)) * 100vw);
  margin-bottom: calc((27 / var(--windowWidth)) * 100vw);
  margin-top: calc((30 / var(--windowWidth)) * 100vw);
  font-weight:800;
}

.join-container .form {
}

.join-container .confirm-btn {
  width: calc((268 / var(--windowWidth)) * 100vw);
  display: block;
  margin: calc((17 / var(--windowWidth)) * 100vw) 0;
  background: linear-gradient( 188deg, rgba(218,68,76,0.8) 27%, #B11E26 100%);
  border-radius: calc((8 / var(--windowWidth)) * 100vw);
  position: relative;
  transition: all 0.1s linear;
  border: none;
  font-size: calc((20 / var(--windowWidth)) * 100vw);
  line-height: calc((23 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  height: calc((54 / var(--windowWidth)) * 100vw);
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.join-container .confirm-btn:hover {
  background: #b11e26;
}

.join-container p {
  font-size: calc((13 / var(--windowWidth)) * 100vw);
  color: #999999;
}

.join-container p a {
  color: #38f;
}

.custom-label .el-form-item__label {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  line-height: 22px;
  font-style: normal;
  text-transform: none;
}

.join-main {
  background-color: #fff;
  display: flex;
  margin-bottom: calc((80 / var(--windowWidth)) * 100vw);
  height: calc((772 / var(--windowWidth)) * 100vw);
  width: calc((1400 / var(--windowWidth)) * 100vw);
}

.join-main .left-img {
  width: calc((361 / var(--windowWidth)) * 100vw);
  height: calc((567 / var(--windowWidth)) * 100vw);
  margin-left: calc((110 / var(--windowWidth)) * 100vw);
  margin-right: calc((100 / var(--windowWidth)) * 100vw);
  margin-top: calc((60 / var(--windowWidth)) * 100vw);
}
