* {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
  text-indent: 10px;
}
textarea,
button {
  outline: none;
}
body {
  background-color: #f5f6f7;
  width: 100%;
  min-height: 100%;
}
.logo {
  position: fixed;
  top: 25px;
  left: 55px;
}
.register {
  width: 1000px;
  height: 550px;
  background-color: #fff;
  margin: 188px auto 108px;
  overflow: hidden;
}
.register .hello {
  background-image: url(../img/account/loginback.jpg);
  width: 480px;
  height: 550px;
  float: left;
}
.register .hello .hi {
  margin-left: 260px;
  margin-top: 40px;
}
.register .hello .hi p {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.register .hello .hi .bold {
  font-weight: bold;
}
.register .reg {
  position: relative;
  float: left;
  width: 520px;
  height: 550px;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}
.register .reg .login_container .title {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
}
.register .reg .login_container .title .way {
  cursor: pointer;
}
.register .reg .login_container .title .way p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #9c9da4;
}
.register .reg .login_container .title .way .line {
  display: none;
  /* width: 40px; */
  height: 3px;
  background-color: rgb(165,181,110);
  margin: 0 auto;
}
.register .reg .login_container .title .active p {
  color: #555666;
}
.register .reg .login_container .title .active .line {
  display: block;
}
.register .reg .login_container .login_mode2 {
  display: none;
}
.register .reg .login_container .inputs {
  margin-top: 30px;
  position: relative;
}
.register .reg .login_container .inputs input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9c9da4;
}
.register .reg .login_container .inputs .getcode {
  position: absolute;
  width: 100px;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px rgb(165,181,110);
  right: 0;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgb(165,181,110);
  top: 0;
}
.register .reg .login_container .inputs .eye {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.register .reg .login_container .inputs .tip {
  display: none;
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9c9da4;
}
.register .reg .login_container .agreement {
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
}
.register .reg .login_container .agreement .chose {
  width: 12px;
  height: 12px;
  border: solid 1px #b2b2b2;
  outline: none;
  vertical-align: middle;
}
.register .reg .login_container .agreement span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9c9da4;
}
.register .reg .login_container .agreement span a {
  color: rgb(165,181,110);
  text-decoration: none;
}
.register .reg .login_container .submit {
  width: 380px;
  height: 56px;
  background-color: rgb(25,118,210);
  border-radius: 8px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 30px;
}
.register .reg .scan_container {
  margin-bottom: 60px;
}
.register .reg .scan_container .title {
  margin-top: 80px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555666;
}
.register .reg .scan_container .qrcode {
  margin-top: 45px;
}
.register .reg .scan_container .qrcode img {
  width: 200px;
  height: 200px;
}
.register .reg .scan_container .use_wx {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555666;
}
.register .reg .getlog {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555666;
  margin-top: 20px;
}
.register .reg .getlog a {
  color: rgb(165,181,110);
  text-decoration: none;
}
.register .reg .forget {
  text-align: right;
  margin-top: 30px;
}
.register .reg .forget a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555666;
  text-decoration: none;
}
.register .reg .howlog {
  text-align: right;
}
.register .reg .howlog p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555666;
}
.register .reg .howlog a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.register .reg .howlog .qq {
  background-image: url(../img/account/qq1.png);
}
.register .reg .howlog .qq:hover {
  background-image: url(../img/account/qq2.png);
}
.register .reg .howlog .mm {
  background-image: url(../img/account/mm1.png);
}
.register .reg .howlog .mm:hover {
  background-image: url(../img/account/mm2.png);
}
.register .reg .wx_warper {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: flex-start;
}
.register .reg .wx_warper .tag {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 28px;
  border: solid 1px rgb(165,181,110);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: rgb(165,181,110);
  background-color: #fff5e5;
  margin-right: 10px;
  margin-top: 5px;
}
.register .reg .wx_warper .tag::before {
  border: 6px solid transparent;
  border-left-color: rgb(165,181,110);
  z-index: 1;
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
}
.register .reg .wx_warper .tag::after {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: #fff5e5;
  transform: translateX(0.5px);
  margin-left: -2px;
  z-index: 1;
}
.register .reg .wx_warper .tag_pic {
  width: 42px;
  height: 42px;
}
.smei {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 145px;
  margin-bottom: -165px;
}
.smei .gline {
  width: 30px;
  height: 2px;
  background-color: #555666;
}
.smei .lineword {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #555666;
  margin: 0 10px;
}
.opencolum {
  width: 948px;
  height: 730px;
  background: #fff;
  margin: 20px auto 20px;
  padding: 55px  64px 0 284px;
  box-sizing: border-box;
}
.opencolum .createname {
  padding-left: 80px;
}
.opencolum .createname p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #555666;
}
.opencolum .createname .line {
  width: 40px;
  height: 2px;
  background-color: rgb(165,181,110);
  margin-left: 35px;
}
.opencolum .colums {
  line-height: 40px;
}
.opencolum .colums:nth-child(2) {
  margin-top: 25px;
}
.opencolum .colums span {
  display: inline-block;
  width: 90px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #555666;
}
.opencolum .colums input[type='text'] {
  width: 200px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dcdcdc;
}
.opencolum .colums label {
  margin-right: 10px;
}
.opencolum .colums label span {
  width: auto;
}
.opencolum .colums label input {
  vertical-align: middle;
}
.opencolum .colums textarea {
  width: 440px;
  height: 168px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dcdcdc;
  vertical-align: text-top;
  resize: none;
  padding: 15px;
  box-sizing: border-box;
}
.opencolum .colums textarea::-webkit-input-placeholder {
  color: #9c9da4;
}
.opencolum .colums .num {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #9c9da4;
  width: 40px;
  text-align: center;
}
.opencolum .colums .tip {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #9c9da4;
  width: 225px;
  text-align: left;
  vertical-align: middle;
}
.opencolum .submit {
  width: 180px;
  height: 40px;
  background-color: rgb(165,181,110);
  border-radius: 8px;
  border: none;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  margin-left: 90px;
}
@media screen and (max-width: 1025px) {
  .smei {
    margin-top: 40px;
    margin-bottom: -45px;
  }
  .register {
    width: 95%;
    margin: 70px auto 10px;
  }
  .register .hello {
    display: none;
  }
  .register .reg {
    width: 100%;
    padding: 0;
  }
  .register .reg .login_container .inputs input {
    width: 95%;
  }
  .register .reg .login_container .submit {
    width: 80%;
  }
  .register .reg .login_container .inputs .eye {
    right: 3%;
  }
  .register .reg .login_container .title .way p {
    font-size: 16px;
  }
  .register .reg .login_container .inputs .tip {
    left: 3%;
  }
  .logo {
    top: 10px;
    left: 10px;
  }
  .register .reg .login_container .inputs .getcode {
    right: 3%;
  }
  .register .reg .forget {
    padding-right: 3%;
  }
  .register .reg .howlog {
    padding-right: 3%;
  }
  .register .reg .login_container .agreement {
    padding-left: 3%;
  }
  .opencolum {
    padding: 10px 0;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .opencolum .createname {
    padding: 0 ;
    text-align: center;
  }
  .opencolum .createname .line {
    margin: 0 auto;
  }
  .opencolum .colums .tip {
    width: 80%;
    padding-left: 20px;
  }
  .opencolum .colums textarea {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .opencolum .submit {
    width: 50%;
    display: block;
    margin: 30px auto 0;
  }
  .logo {
    position: relative;
  }
}
