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

ul,
li {
  list-style: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cur {
  cursor: pointer;
}

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

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

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

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

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%;
  -webkit-transform: translate(-50%, -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 {
  line-height: 30px;
  background: #ececec;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
  padding: 3px 10px;
}

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

header .main .userInfo {
  /* margin-left: auto; */
  margin-left: 20px;
}

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: 16px;
  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;
}

.body {
  background: url("../image/bg_01.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  min-width: 1200px;
}

.body .cont {
  margin-right: 174px;
}

.body .cont .login_icon {
  margin-bottom: 45px;
  width: 109px;
  height: 44px;
}

.body .cont .label {
  font-size: 20px;
  width: 93px;
}

.body .cont .item_form {
  margin-top: 30px;
  width: 450px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 28px;
}

.body .cont .item_form .lacal {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  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: #ffffff;
  right: -19px;
}

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

.body .cont .item_form2 {
  border: none;
  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: #ffffff;
  border-radius: 14px;
  text-align: center;
  font-size: 30px;
  color: #6a23ec;
  margin-top: 126px;
}

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

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

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

.body .cont .reg_tip {
  width: 553px;
  font-size: 18px;
  margin-top: 20px;
}

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

.body .cont .reg_tip .choose {
  position: relative;
  width: 22px;
  height: 22px;
  top: 2px;
}

.body .cont .reg_tip .choose .choosed {
  position: absolute;
  left: 5px;
  top: 2px;
}

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

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

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

.real_name .cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.real_name .cont .login_icon {
  margin-top: 183px;
  margin-bottom: 20px;
  width: 224px;
  height: 45px;
}

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

.real_name .cont .real_tip {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  margin-top: 41px;
}

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

.teenagers {
  height: 1000px;
}

.teenagers .cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.teenagers .cont .login_icon {
  margin-top: 142px;
  margin-bottom: 20px;
  width: 274px;
  height: 45px;
}

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

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

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

.down_app {
  position: fixed;
  background: #fff;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  width: 200px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.down_app .qrcode {
  margin-top: 12px;
  display: inline-block;
  width: 180px;
  height: 180px;
}

.down_app .btn {
  background: #fff;
  border-radius: 10px;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 10px;
}

.down_app .btn img {
  width: 20px;
  height: 20px;
}
#head .userInfo #qr_html {
	width: 90px;
  line-height: 30px;
  background: #ececec;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-left: 30px;
}
#head .userInfo #qr_html .qrcode {
	position: absolute;
	right: -6px;
	top: 60px;
	width: 102px;
	height: 102px;
	background: #eee;
	padding: 4px;
	border-radius: 4px;
	display: none;
}
#head .userInfo #qr_html .qrcode img {
	width: 102px;
	height: 102px;
	border-radius: 0;
}
/*# sourceMappingURL=utile.css.map */