.agree-smalltitle {
  font-weight: bold;
  line-height: 2.5;
}

.agree-content {
  height: 50vh;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}

.agree-title {
  color: #000;
  font-size: 3rem;
}

.tab1 {
  background-color: #eff6ff;
  padding-top: 4.0104vw;
  padding-bottom: 3.9063vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mtab1 {
  display: none;
}

.joinus-title-block,
.tab1-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.tab1-right {
  padding-left: 3.8542vw;
  padding-right: 2.6042vw;
  text-align: left;
}

.input-block {
  position: relative;
}

.require {
  font-size: 2.1rem;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  color: red;
  z-index: 1;
}

.joinus-title-block {
  padding-top: 7.5521vw;
  padding-right: 1.0417vw;
  text-align: left;
  color: #fff;
  font-size: 2rem;
  line-height: 1.9792vw;
}

.joinus-title-block h2 {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: normal;
  border-bottom: 3px solid #fff;
  line-height: 4.5833vw;
}

.joinus-title-block p {
  margin-top: 1.25vw;
}

.joinus-form {
  width: 24.7917vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  padding: 1.6146vw 2.5vw 1.25vw 2.0833vw;
  background: #fff;
}

input {
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 98% center;
}

textarea,
input {
  display: inline-block;
  margin-top: 0.7813vw;
  padding: 0 0.625vw;
  width: 100%;
  border: 1px solid #999;
  border-radius: 8px;
  line-height: 2.1875vw;
  font-size: 1.4rem;
  outline: none;
  resize: none;
}

textarea:focus,
input:focus {
  border: 1px solid #14b0b0;
  outline: none;
}

textarea {
  display: block;
  height: 3.3854vw;
}

.form-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5625vw;
}

#agree {
  display: none;
}

.fake-agree {
  position: relative;
  top: 2px;
  left: 3px;
  margin-right: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid red;
}

#agree:checked ~ .fake-agree {
  background: url(../images/gou.png) center center;
  background-size: cover;
}

.agree-block {
  font-size: 1.4rem;
  line-height: 2.5;
}

.agree-block a {
  color: #4c69fb;
  margin-left: 5px;
}

#sumbitPost {
  background-color: #5ea7ff;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.7813vw 2.5vw;
  border-radius: 8px;
  margin-top: 1.0417vw;
}

#code {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.code {
  margin-top: 0.7813vw;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#codeimg {
  width: 100%;
  height: 2.0313vw;
  padding-left: 5px;
}

.tab2 {
  color: #000;
  padding-top: 52px;
  padding-bottom: 83px;
  background-color: #eff6ff;
}

.tab2 h2 {
  font-size: 3.6rem;
  font-weight: normal;
}

.tab2-card {
  margin-top: 50px;
  background-color: #fff;
  padding: 75px 12px 17px 12px;
  -ms-flex-preferred-size: 22.6%;
      flex-basis: 22.6%;
}

.tab2-card img {
  height: 79px;
}

.tab2-card h3 {
  font-size: 2.4rem;
  margin-top: 48px;
  margin-bottom: 10px;
}

.tab2-card-detail {
  font-size: 1.4rem;
  color: #333;
  line-height: 29px;
}

.tab3 {
  color: #000;
  padding-top: 52px;
  padding-bottom: 66px;
}

.tab3 h2 {
  font-size: 3.6rem;
  font-weight: normal;
}

.friend-items-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.friend-items-container {
  margin-top: 50px;
}

.friend-item {
  border: 1px solid rgba(102, 102, 102, 0.3);
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  height: 90px;
  margin-bottom: 20px;
}

.modal-footer .close-btn {
  outline: none;
  border: none;
  margin: 0 auto;
  color: #14b0b0;
  line-height: 45px;
  background-color: #fff;
}

.modal-body {
  font-size: 1.4rem;
  line-height: 2;
}

.modal-header {
  border: none;
}

.modal-footer .close-btn {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1450px) {
  .joinus-form {
    width: 32vw;
  }
}

@media only screen and (max-width: 1201px) {
  .joinus-title-block {
    padding-left: 2vw;
  }
}

@media only screen and (max-width: 991px) {
  .joinus-form {
    width: 35vw;
  }
}

@media only screen and (max-width: 961px) {
  .joinus-form {
    width: auto;
  }
  .joinus {
    background-color: #f5f5f5;
  }
  .banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab1 {
    background-color: #f5f5f5;
    padding-bottom: 0;
    margin-bottom: 8vw;
  }
  .joinus-title-block {
    padding: 0;
    padding-top: 6vw;
  }
  .joinus-title-block h2 {
    display: block;
    font-size: 4.5333vw;
    line-height: 9.6vw;
    text-align: center;
    border: none;
  }
  .joinus-title-block .title-detail {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
    text-align: center;
    margin-bottom: 10.6667vw;
  }
  .tab1-right {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
  .joinus-form {
    padding: 6vw 6.933vw;
    -webkit-box-shadow: 1px 2px 4px #bababa;
    box-shadow: 1px 2px 4px #bababa;
  }
  .form-title {
    font-size: 4.267vw;
    margin-bottom: 3vw;
  }
  input,
  textarea {
    margin-top: 3vw;
    font-size: 3.467vw;
    line-height: 10.6667vw;
    background-size: 2vw;
    padding: 0 2vw;
  }
  textarea {
    padding-top: 0;
    height: 16.667vw;
    display: block;
  }
  .code {
    margin-top: 3vw;
  }
  #codeimg {
    height: 10.667vw;
  }
  .agree-block {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 3.467vw;
  }
  #sumbitPost {
    margin: 0;
    width: 100%;
    padding: 2.6667vw 0;
  }
  .fake-agree {
    width: 2.667vw;
    height: 2.667vw;
  }
  .tab2 {
    position: relative;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3vw;
  }
  .tab2 h2 {
    font-size: 4.267vw;
  }
  .tab2-card-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8vw;
  }
  .tab2-card {
    margin-top: 0;
    margin-bottom: 4.667vw;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 10vw 4.667vw 2.267vw 4.667vw;
  }
  .tab2-card h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
  .tab2-card-detail {
    font-size: 3.2vw;
    text-align: center;
    line-height: 5.6vw;
  }
  .tab3 {
    display: none;
  }
  .tab3 h2 {
    font-size: 4.267vw;
  }
  .friend-items-container {
    margin-top: 4vw;
  }
  .friend-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  #sumbitPost {
    font-size: 3.467vw;
  }
  .agree-title {
    font-size: 4vw;
  }
  .agree-content {
    font-size: 2.9333vw;
  }
  .modal-body {
    font-size: 2.933vw;
    line-height: 2;
  }
  .modal-footer .close-btn {
    font-size: 2.9333vw;
  }
}
/*# sourceMappingURL=joinus.css.map */