@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("../fonts/SourceHanSerifCN-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(../img/register/mainbg.png);
  background-size: 100% 100%;
  padding-bottom: 1.2rem;
}
body header .logo {
  padding-top: 0.39rem;
  padding-left: 0.6rem;
}
body header .logo .title {
  margin-left: 0.1rem;
  font-size: 0.36rem;
  font-family: "SourceHanSerifCN-Bold", sans-serif;
  color: white;
}
body main #main_content {
  width: 12rem;
  height: 10.3rem;
  margin: 0 auto;
  margin-top: 0.58rem;
}
body main #main_content .left {
  background: url(../img/register/left_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 5.5rem;
  height: 100%;
  padding-left: 0.5rem;
}
body main #main_content .left .txyzc-title {
  margin-top: 0.67rem;
  font-size: 0.5rem;
  font-weight: bold;
}
body main #main_content .left .back-wrap {
  margin-top: 0.62rem;
}
body main #main_content .left .back-wrap a img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.1rem;
}
body main #main_content .left .back-wrap a div {
  color: #707070;
  font-size: 0.18rem;
}
body main #main_content .right {
  flex: 1;
  height: 100%;
  background-color: #fff;
  padding-top: 0.34rem;
  padding-right: 0.98rem;
}
body main #main_content .right .inputarea {
  width: 3.4rem;
}
body main #main_content .right .inputheight {
  height: 0.36rem;
}
body main #main_content .right .selectareea {
  position: relative;
    display: flex;
}
body main #main_content .right .selectareea .inputarea {
  padding-right: 0.38rem;
}
body main #main_content .right .selectareea .arrow {
  width: 0.18rem;
  height: 0.09rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
}
body main #main_content .form-group {
  margin-bottom: 0.15rem;
  display: flex;
}
body main #main_content .form-group label {
  display: block;
  font-size: 0.16rem;
  color: #333;
  margin-right: 0.2rem;
  margin-top: 0.06rem;
}
body main #main_content .form-group input[type=text],
body main #main_content .form-group select,
body main #main_content .form-group input {
  font-size: 0.14rem;
  border: 1px solid #cecece;
  outline: none;
    padding-left: .1rem;
}
body main #main_content .form-group input[type=file] {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
body main #main_content .form-group input[type=radio] {
  margin-right: 0.11rem;
  accent-color: #3467fc;
  cursor: pointer;
}
body main #main_content .photo-upload {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  border: 1px solid #cecece;
  width: 3.4rem;
  height: 1.2rem;
}
body main #main_content .photo-upload .upload-section {
  position: relative;
}
body main #main_content .photo-upload .upload-section .poster {
  width: 1.38rem;
  height: 0.8rem;
}
body main #main_content .photo-upload .upload-section .add-wrap {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: #3467fc;
  top: 0.2rem;
  left: 0.56rem;
}
body main #main_content .photo-upload .upload-section .add-wrap img {
  width: 0.11rem;
  height: 0.11rem;
}
body main #main_content .photo-upload .upload-section .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
  white-space: nowrap;
  font-size: 0.1rem;
}
body main #main_content .dwzmcl {
  width: 3.4rem;
  height: 1.6rem;
  padding: 0.14rem 0;
  border: 1px solid #cecece;
}
body main #main_content .dwzmcl .upload-section {
  position: relative;
}
body main #main_content .dwzmcl .upload-section .poster {
  width: 1.06rem;
  height: 1.01rem;
}
body main #main_content .dwzmcl .add-wrap {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: #3467fc;
  top: 0.3rem;
  left: 0.4rem;
}
body main #main_content .dwzmcl .add-wrap img {
  width: 0.11rem;
  height: 0.11rem;
}
body main #main_content .dwzmcl .download-link {
  color: #646464;
  font-size: 0.12rem;
    text-align: center;
}
body main #main_content .dwzmcl .download-link a {
  color: #2d5add;
}
body main #main_content .button-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.05rem;
  margin-right: 0.8rem;
}
body main #main_content .button-group button {
  width: 1.2rem;
  height: 0.36rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.36rem;
  border: none;
  color: #fff;
  cursor: pointer;
}
body main #main_content .button-group .submit {
  margin-right: 0.2rem;
  background: #024ac2;
}
body main #main_content .button-group .reset {
  color: #666;
  border: 1px solid #cecece;
  background: #fff;
}
body main #main_content .upload-section img {
  max-width: 100%;
}

#getCode{
    width: 1rem;
    height: 0.36rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.36rem;
    color: #666;
    border: 1px solid #cecece;
    background: #fff;
    cursor: pointer;
    margin-left: .2rem;
}

#getCodeEmail{
background: none;
    border: 1px solid #cecece;
    padding: 0 .2rem;
    font-size: .12rem;
}

#wbcodeEmail{
width: 2.38rem !important;
}

body main #main_content .right .inputarea#wbcode{
    width: calc(3.4rem - 90px);
    margin-right: 10px;
}

.upload-section {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body header .logo img {
    width: 3.8rem;
    height: auto;
  }
  body header .logo .title {
    font-size: 0.3rem;
  }
  body main #main_content {
    width: 98%;
    padding: 0.2rem;
    flex-direction: column;
    margin-top: 0.38rem;
    height: auto;
    background: white;
  }
  body main #main_content .left {
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
  }
  body main #main_content .left .txyzc-title {
    font-size: 0.35rem;
    margin-top: 0px;
  }
  body main #main_content .left .back-wrap {
    margin-top: 0px;
  }
  body main #main_content .right {
    padding-top: 0.2rem;
    padding-right: 0px;
  }
  body main #main_content .right form {
    align-items: center;
  }
  body main #main_content .right form .leftlabel {
    min-width: 0.9rem;
  }
  body main #main_content .button-group {
    justify-content: center;
    margin-right: 0px;
  }
}/*# sourceMappingURL=register.css.map */