<style type="text/css" media="all">.page-join {
  padding: 7% 0px;
  overflow: hidden;
}

.page-about-content {
  width: 76%;
  z-index: 11;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.join-content-top {
  text-align: center;
  font-size: 0px;
  border-top: 2px solid rgb(230, 0, 18);
  overflow: hidden;
  border-left: 1px solid rgb(230, 232, 237);
  border-right: 1px solid rgb(230, 232, 237);
}

.join-content {
  overflow: hidden;
  border-left: 1px solid rgb(230, 232, 237);
  border-right: 1px solid rgb(230, 232, 237);
}

.join-content-top span:first-child {
  text-align: left;
  padding-left: 4%;
  width: 30%;
}

.join-content-top span {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 20px 0px;
}

.join-content-top span:last-child {
  text-align: center;
}

.join-item {
  border-top: 1px solid rgb(230, 232, 237);
}

.join-item-title:hover,
.join-item.cur .join-item-title {
  background: rgb(245, 246, 247);
}

.join-item-title {
  transition: all .5s;
  cursor: pointer;
  text-align: center;
  font-size: 0px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(230, 232, 237);
}

.join-item-content {
  line-height: 30px;
  font-size: 15px;
  display: none;
  overflow: hidden;
  padding: 5%;
}

.join-item-title span:first-child {
  font-size: 16px;
  text-align: left;
  width: 30%;
  padding: 30px 0px 30px 4%;
}

.join-item-title span:last-child {
  text-align: center;
}

.join-item-title span {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 30px 0px;
}



.join-item-bottom {
  margin-top: 3%;
  overflow: hidden;
}

.join-item-bottom a {
  display: block;
  width: 150px;
  text-align: center;
  background: rgb(230, 0, 18);
  padding: 12px 15px;
  overflow: hidden;
  border-radius: 4px;
}

.join-item-bottom span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.join-item-bottom i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 22px;
  height: 12px;
  background: url(../image/r1.png) center center no-repeat;
}


.page-join-windows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  transition: all .4s ease;
  transform: translateY(-100%);
}

.page-join-windows.cur {
  transform: translateY(0);
}

.input-1 {
  border: 1px solid #ededed;
  width: 100%;
  padding: 4% 5%;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
}

.login-close a::before {
  width: 2px;
  height: 26px;
}

.login-close a::after,
.login-close a::before {
  content: '';
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login-close a::after,
.login-close a::before {
  content: '';
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login-close {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 11;
  width: 40px;
  height: 40px;
}

.submit-1 {
  width: 100%;
  padding: 4% 5%;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  background: #08469b;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
}

.join-from-item input {
  padding: 18px 20px;
  background: #f2f4f7;
}

.join-from-item .submit-1 {
  background: #08469b;
}

.login-close a::after {
  width: 26px;
  height: 2px;
}

.login-close a {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  transform: rotate(45deg);
}

.join-windows {
  position: absolute;
  width: 35%;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3%;
  border-radius: 10px;
}

.join-windows-title {
  text-align: center;
}

.join-windows-title .title-1 {
  font-size: 30px;
  padding-bottom: 10px;
}

.join-windows-title .text-2 {
  font-size: 14px;
  color: #666;
}

.join-from {
  padding: 4% 0;
  overflow: hidden;
  margin-top: 3%;
}

.join-from-item {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}

.join-from-item li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 49%;
}

.join-from-item li:last-child {
  float: right;
}

.join-from-item input {
  padding: 18px 20px;
  background: #f2f4f7;
}

.join-from-text {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}

.join-from-text strong {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.join-from-text span {
  font-size: 12px;
  color: #666;
}

.join-from-upload {
  position: relative;
}

.join-from-upload .upload-1 {
  display: block;
  width: 70px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  border: none;
  overflow: hidden;
  transform: translateY(-50%);
}

.join-windows-mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: .4;
}

.join-from-item .submit-1 {
  background: #08469b;
}

.page-join-process {
  text-align: center;
  padding: 7% 0 7% 0;
  overflow: hidden;
  position: relative;
  background: #edeff2 url('../../join/images/bg2.jpg') center no-repeat;
  background-size: cover;
}

.join-process-title {
  overflow: hidden;
}

.join-process-title .title-1 {
  font-size: 50px;
}

.join-process-list {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  font-size: 0;
  padding: 5% 0;
}

.join-process-list::after {
  content: '';
  width: 80%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}

.join-process-list li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  position: relative;
  z-index: 11;
}

.join-process-list li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 11;
}

.join-process-list li i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 30px auto;
  background-image: linear-gradient(360deg, #959595 10%, #68686a 100%);
  border-radius: 200%;
  position: relative;
  z-index: 11;
}

.join-process-list li p {
  display: block;
  color: #999;
  font-size: 14px;
  font-family: 'Montserrat-Bold';
  z-index: 11;
  position: relative;
}

.join-process-list li:hover i {
  background: #08469b;
}

.join-process-list li:hover i {
  box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 20%);
}

.join-process-list li::after,
.join-process-list li::before {
  content: '';
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 0px;
  height: 0px;
  transition: all .4s ease;
}

.join-process-list li::after {
  z-index: 8;
  box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
}

.join-process-list li::before {
  z-index: 1;
  opacity: .4;
  transition: all .5s ease;
}

.join-process-list li:hover::after {
  width: 200px;
  height: 200px;
}

.join-process-list li:hover::before {
  width: 250px;
  height: 250px;
}

.page-join-none {
  text-align: center;
  padding: 7% 0;
  overflow: hidden;
}

.page-join-img {
  padding-bottom: 10px;
  overflow: hidden;
}

.page-join-img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.page-join-text {
  font-size: 24px;
}












@media screen and (max-width: 1440px) {
  .join-item-title span {
    font-size: 12px;
  }

  .join-item-title span:first-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 840px) {

  .join-content-top span:nth-child(2),
  .join-content-top span:nth-child(3),
  .join-content-top span:nth-child(4),
  .join-item-title span:nth-child(2),
  .join-item-title span:nth-child(3),
  .join-item-title span:nth-child(4) {
    display: none;
  }

  .join-content-top span:nth-child(1),
  .join-content-top span,
  .join-item-title span:first-child,
  .join-item-title span {
    width: 50%;
  }

  .page-join .page-about-content {
    width: 90%;
  }

  .join-item-title span {
    font-size: 15px;
  }


}

</style>