@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
}

.row {
  display: flex;
  align-items: center;
}

.col {
  display: flex;
  flex-direction: column;
}

.cur {
  cursor: pointer;
}

input {
  border: 0px;
  outline: none;
  background: none;
  color: #fff;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: rgba(255, 255, 255, 0.6);
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: rgba(255, 255, 255, 0.6);
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: rgba(255, 255, 255, 0.6);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: rgba(255, 255, 255, 0.6);
}

#toast {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 24px;
  text-align: center;
  min-width: 100px;
  padding: 5px 10px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

header {
  width: 100%;
  background-color: #fff;
  height: 80px;
}

header .main {
  margin: auto;
  max-width: 1500px;
  min-width: 1200px;
  height: 80px;
}

header .main .logo {
  width: 482px;
  height: 44px;
  margin-right: 10px;
}

header .main .tab {
  width: 90px;
  line-height: 30px;
  background: white;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  color: #FA7511;
  border: 1px solid #FA7511;
  margin-left: 30px;
}

header .main .tab2 {
  width: 118px;
}

header .main .tab3 {
  width: 150px;
}

header .main .on_tab {
  background: #FA7511;
  color: #ffffff;
}

header .main .userInfo {
  margin-left: auto;
}

header .main .userInfo img {
  width: 18px;
  height: 21px;
  border-radius: 50%;
  margin-right: 10px;
}

header .main .userInfo .avatar {
  width: 30px;
  height: 30px;
}

header .main .userInfo .user_name {
  font-size: 18px;
  color: #333333;
}

footer {
  padding-top: 62px;
  text-align: center;
}

footer .footer {
  margin: 0 auto;
  min-width: 1200px;
}

footer .title {
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 21px;
}

footer .content {
  width: 1024px;
  color: #2b2b2b;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 65px;
  line-height: 30px;
}

footer .mycontact {
  color: #999999;
  line-height: 30px;
  margin-bottom: 101px;
}

footer .mycontact a {
  color: #999999;
}

footer .mycontact .click a {
  display: inline-block;
  padding: 0 12px;
  line-height: 18px;
  border-right: 1px solid #999;
  cursor: pointer;
}

footer .mycontact .click a:last-child {
  border: 0;
}

.bg_wrap {
  min-width: 1524px;
  position: relative;
}

.bg_wrap .style_bg1 {
  position: absolute;
  right: 0;
  top: -4px;
  width: 645px;
  height: 524px;
  background: url("../images/style_bg1.png") no-repeat;
  background-size: 645px 524px;
}

.bg_wrap .style_bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 583px;
  height: 1164px;
  background: url("../images/style_bg2.png") no-repeat;
  background-size: 583px 1164px;
}

.body {
  width: 100%;
  height: 100vh;
  justify-content: center;
  color: #fff;
  min-width: 1524px;
}

.body .cont {
  width: 1524px;
  height: 863px;
  border: 4px solid rgba(83, 82, 218, 0.4);
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}

.body .cont .login_icon {
  width: 145px;
  height: 91px;
  margin-top: 88px;
}

.body .cont .row {
  display: flex;
  align-items: center;
}

.body .cont .label {
  font-size: 20px;
  width: 93px;
  line-height: 48px;
  color: #FA7511;
  margin-left: 475px;
  margin-top: 30px;
}

.body .cont .item_form {
  width: 450px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(83, 82, 218, 0.4);
  color: #FA7511;
  height: 48px;
}

.body .cont .item_form input {
  width: 100%;
  height: 48px;
  color: #FA7511;
  margin-left: 0;
}

.body .cont .item_form input::-webkit-input-placeholder {
  color: #FA7511;
  opacity: 0.6;
}

.body .cont .item_form .lacal {
  font-size: 18px;
  color: rgba(250, 117, 17, 1);
  margin-right: 50px;
  position: relative;
}

.body .cont .item_form .lacal img {
  margin-left: 6px;
}

.body .cont .item_form .lacal::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #FA7511;
  right: -19px;
}

.body .cont .item_form .get_code {
  width: 120px;
  line-height: 30px;
  text-align: center;
  background: #FA7511;
  color: #fff;
  border-radius: 14px;
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 8px;
}

.body .cont .item_form2 {
  position: relative;
}

.body .cont .item_form2::after {
  content: "";
  width: 287px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.body .cont .item_form_l {
  margin-left: 93px;
}

.body .cont .btn {
  width: 553px;
  line-height: 64px;
  background: #FA7511;
  border-radius: 32px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto;
  margin-top: 126px;
}

.body .cont .r_btn {
  margin-top: 88px;
}

.body .cont .tip {
  font-size: 18px;
  margin-top: 16px;
  color: #FA7511;
}

.body .cont .tip span {
  text-decoration: underline;
}

.body .cont .top_login {
  margin-left: 400px;
}

.body .cont .reg_tip {
  width: 553px;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 20px;
  color: #FA7511;
}

.body .cont .reg_tip a {
  color: #FA7511;
}

.body .cont .reg_tip .choose {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
}

.body .cont .reg_tip .choose img {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.body .cont .reg_tip .und {
  text-decoration: underline;
}

.body .cont .login_btn {
  width: 553px;
  justify-content: flex-end;
  text-align: right;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 32px;
}

.real_name {
  margin: auto;
  min-height: 1080px;
  padding-top: 120px;
}

.real_name .cont {
  align-items: center;
  height: 980px;
}

.real_name .cont .login_icon {
  margin-top: 88px;
  margin-bottom: 20px;
  width: 290px;
  height: 91px;
}

.real_name .cont .pic {
  width: 550px;
  height: 110px;
  background: url("../images/shibie.png") no-repeat;
  background-size: 550px 110px;
  margin-top: 38px;
}

.real_name .cont .real_tip {
  font-size: 21px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(250, 117, 17, 1);
  line-height: 24px;
  margin-top: 41px;
}

.real_name .cont .btn {
  margin-top: 53px;
  margin-bottom: 90px;
}

.real_name .cont .row .label {
  margin-left: 0px;
}

.teenagers {
  height: 1000px;
  padding-top: 120px;
}

.teenagers .cont {
  min-width: 1524px;
  align-items: center;
  margin: auto;
  height: 800px;
}

.teenagers .cont .row .label {
  margin-left: 0;
}

.teenagers .cont .icon_wrap {
  display: flex;
  align-items: center;
  margin-top: 88px;
  margin-bottom: 20px;
}

.teenagers .cont .icon_wrap .young_icon {
  width: 48px;
  height: 73px;
  margin-right: 20px;
}

.teenagers .cont .icon_wrap .login_icon {
  width: 362px;
  height: 91px;
  margin-top: 0;
}

.teenagers .cont .tip {
  background: url("../image/young_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 795px;
  height: 171px;
  margin-top: 46px;
  margin-bottom: 30px;
}

.teenagers .cont .tip p {
  font-size: 24px;
  color: #FA7511;
  line-height: 48px;
  margin: 0px 20px;
}

.teenagers .cont .btn {
  margin-top: 80px;
  margin-bottom: 90px;
}

.bg_wrap {
  min-width: 1524px;
  position: relative;
}

.bg_wrap .style_bg1 {
  position: absolute;
  right: 0;
  top: -4px;
  width: 645px;
  height: 524px;
  background: url("../images/style_bg1.png") no-repeat;
  background-size: 645px 524px;
}

.bg_wrap .style_bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 583px;
  height: 1164px;
  background: url("../images/style_bg2.png") no-repeat;
  background-size: 583px 1164px;
}

.no_width {
  width: 0;
  min-width: 0;
  height: 0;
  overflow: hidden;
}

.no_head {
  width: 0;
  height: 0;
  overflow: hidden;
}

#download {
  width: 224px;
  height: 257px;
  position: fixed;
  right: 0px;
  top: 200px;
  background: url("../image/qrcode.png") no-repeat;
  background-size: 100%;
  z-index: 999;
}