﻿* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

ul, ol, li, dt, dd, dl {
  display: block;
  list-style: none;
}

input[type='range'] {
  -webkit-appearance: none;
  width: 305px;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset #00a5e2 0 0 1px;
  outline: none;
  transition: 0.1s;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: #00a5e2;
  border-radius: 50%;
  transition: 0.1s;
}

input[type='range']::-webkit-slider-thumb:hover, input[type='range']::-webkit-slider-thumb:active {
  width: 16px;
  height: 16px;
}

input[type='range']::-webkit-slider-runnable-track:before {
  left: -1997px;
  background: #f22;
}

input[type='range']::-webkit-slider-runnable-track:after {
  left: 10px;
  background: #edc;
}

select, button, input, textarea {
  font-size: 12px;
  -webkit-appearance: none;
  font-family: inherit;
  vertical-align: middle;
  line-height: normal;
}

@-moz-keyframes nav_font {
  0% {
    color: #2e3339;
  }
  100% {
    color: #00a5e2;
  }
}

@-o-keyframes nav_font {
  0% {
    color: #2e3339;
  }
  100% {
    color: #00a5e2;
  }
}

@-webkit-keyframes nav_font {
  0% {
    color: #2e3339;
  }
  100% {
    color: #00a5e2;
  }
}

@keyframes nav_font {
  0% {
    color: #2e3339;
  }
  100% {
    color: #00a5e2;
  }
}

@-moz-keyframes nav_bot {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-o-keyframes nav_bot {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes nav_bot {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes nav_bot {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

html {
  width: 100vw;
  height: auto;
  overflow: hidden;
  min-width: 1200px;
  box-sizing: border-box;
}

a {
  text-align: center;
  text-decoration: none;
}

i, label, a {
  display: block;
}

.wrap {
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative;
}

.clear {
  zoom: 1;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.left {
  display: inline-block;
  vertical-align: middle;
}

.right {
  float: right;
}

.header {
  top: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  padding: 7px 0;
  min-width: 1200px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.851);
  box-shadow: 0.342px 0.94px 3px 0 rgba(13, 14, 14, 0.2);
}

.header dl {
  height: 50px;
  width: 1200px;
  margin: 0 auto;
}

.header i {
  left: 0;
  bottom: 0;
  height: 2px;
  position: absolute;
  background-color: #00a5e2;
}

.header dt, .header dd {
  float: left;
  height: 50px;
}

.header dd {
  color: #2e3339;
  font-size: 14px;
  cursor: pointer;
  line-height: 50px;
  margin-right: 25px;
  position: relative;
}

.header dd:hover {
  color: #00a5e2;
  animation: nav_font 0.5s linear;
  -moz-animation: nav_font 0.5s linear;
  -webkit-animation: nav_font 0.5s linear;
  -o-animation: nav_font 0.5s linear;
}

.header dd.active {
  color: #00a5e2;
}

.header dd.active i {
  width: 100%;
  animation: nav_bot 0.2s linear;
  -moz-animation: nav_bot 0.2s linear;
  -webkit-animation: nav_bot 0.2s linear;
  -o-animation: nav_bot 0.2s linear;
}

.header dt {
  width: 129px;
  margin-right: 50px;
  background-image: url('../images/logo.png');
}

li.container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-top: 64px;
  position: absolute;
  box-sizing: border-box;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 1920px) {
  li.container {
    background-size: 100vw;
  }
}

li.container div {
  margin: 0 auto;
  overflow: hidden;
  background-size: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}

.link div {
  width: 1012px;
  height: 666px;
  padding: 231px 6px 0;
  background-image: url('../images/link.png');
}

.link div dl {
  width: 333px;
  float: left;
}

.link div dt {
  font-size: 14px;
  color: #1a1a1a;
}

.link div dd, .link div dt {
  cursor: text;
  height: 60px;
  width: 333px;
  line-height: 60px;
  text-align: center;
}

.link div dd {
  font-size: 12px;
  color: #414141;
  overflow: hidden;
}

.wrap_in {
  position: relative;
}

.wrap_in .wrap_in_left {
  width: 800px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.wrap_in_left .join_us_image {
  width: 498px;
  margin: 0 auto 40px;
}

.join_us_image h4 {
  font-size: 28px;
  font-weight: 400;
  color: #078bef;
  margin: 24px 0 9px;
}

.join_us_image p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.wrap_in .wrap_in_right {
  width: 370px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: translate(60px, 0px);
  position: relative;
  right: 70px;
}

.active .wrap_in_right {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 2s 0.2s ease-out;
}

.wrap_in span.invite_code, .wrap_in span.link_show {
  color: #5b6265;
  font-size: 14px;
  display: block;
  position: absolute;
}

.link {
  background-image: url('../images/pic_1.jpg');
}

.pc {
  background-image: url('../images/pic_2.jpg');
}

.pc span.link_show {
  top: 455px;
  left: 280px;
}

.pc span.invite_code {
  top: 415px;
  left: 280px;
}

.reg {
  background-image: url('../images/pic_3.jpg');
}

.reg span.link_show {
  top: 456px;
  left: 670px;
}

.reg span.invite_code {
  top: 415px;
  left: 670px;
}

.h5 {
  background-image: url('../images/pic_4.jpg');
}

.all {
  background-image: url('../images/pic_5.jpg');
}

.all span.link_show {
  top: 455px;
  left: 280px;
}

.all span.invite_code {
  top: 415px;
  left: 280px;
}

.app {
  background-image: url('../images/pic_6.jpg');
}

.app span.link_show {
  top: 455px;
  left: 280px;
}

.app span.invite_code {
  top: 415px;
  left: 280px;
}

.con {
  background-color: #f0f3f6;
}

.code {
  background-image: url('../images/pic_8.jpg');
}

.pc div {
  width: 1011px;
  height: 662px;
  background-image: url('../images/web.png');
}

.reg div {
  width: 1012px;
  height: 682px;
  background-image: url('../images/reg.png');
}

.h5 div {
  width: 1012px;
  height: 662px;
  background-image: url('../images/h50.png');
}

.all div {
  width: 1012px;
  height: 772px;
  background-image: url('../images/all.png');
}

.app div {
  width: 1011px;
  height: 772px;
  background-image: url('../images/app.png');
}

.con .wrap_in {
  width: 1200px;
  color: #646464;
  font-size: 24px;
  background-color: #f0f3f6;
  position: absolute;
  bottom: 0;
}

.con div dl {
  text-align: left;
}

.con div dl dt, .con div dl dd {
  width: 374px;
  height: 76px;
  background-color: #f8f9fb;
  float: left;
  margin-left: 15px;
}

.con div dl dt {
  color: #0fa9f1;
  margin-bottom: 20px;
  font-size: 24px;
}

.con div dl dd {
  /* padding-right: 30px; */
  padding: 0 20px 0 10px;
  margin-bottom: 22px;
  position: relative;
  box-shadow: 0px 0px 21px 5px rgba(207, 207, 207, 0.5);
  opacity: 0;
  transform: translate(0px, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.conact_logo {
  width: 61px;
  height: 61px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active .wrapQqStyle dd:nth-child(1), .active .wrapQqStyle dd:nth-child(2) {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1.3s 0.2s ease-out, transform 1.2s 0.2s ease-out;
}

.active .wrapQqStyle dd:nth-child(3), .active .wrapQqStyle dd:nth-child(4) {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1.3s 0.35s ease-out, transform 1.2s 0.35s ease-out;
}

.active .wrapQqStyle dd:nth-child(5), .active .wrapQqStyle dd:nth-child(6) {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1.3s 0.5s ease-out, transform 1.2s 0.5s ease-out;
}

.active .wrapQqStyle dd:nth-child(7), .active .wrapQqStyle dd:nth-child(8) {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1.3s 0.65s ease-out, transform 1.2s 0.65s ease-out;
}

.con div dl dd img {
  display: inline-block;
  vertical-align: middle;
}

.con div dl dd p {
  color: #666666;
  font-size: 13px;
}

.con div dl dd h6 {
  color: #3085e5;
  font-size: 12px;
  font-weight: 200;
}

.con div dl a {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 31px;
  background: linear-gradient(to right, #42d2e8, #48d2ed 25%, #3a97e5);
  margin-left: 2px;
}

.con div dl a:hover {
  background: linear-gradient(to left, #42d2e8, #48d2ed 25%, #3a97e5);
}

.con div dl .value {
  width: 190px;
  margin: 0 10px;
}

.con div .rf {
  float: left;
}

.code div.wrap_in {
  width: 1012px;
  height: 694px;
  background: rgb(242, 242, 242, 0.5);
}

.code div.wrap_in .l {
  width: 406px;
  height: 550px;
  margin-left: 85px;
  margin-top: 70px;
  font-size: 18px;
  color: #1a1a1a;
}

.code div.wrap_in .l .left {
  width: 203px;
}

.code div.wrap_in .l .right {
  width: 203px;
}

.code div.wrap_in .l li {
  height: 90px;
  margin-bottom: 25px;
}

.code div.wrap_in .l li label {
  margin-bottom: 15px;
}

.code div.wrap_in .r {
  width: 400px;
  height: 477px;
  margin-top: 150px;
  margin-right: 85px;
  position: relative;
}

.code div.wrap_in .r i {
  width: 44px;
  height: 45px;
  position: absolute;
}

.code div.wrap_in .r i.lt {
  background-image: url('../images/lt.png');
}

.code div.wrap_in .r i.lb {
  background-image: url('../images/lb.png');
}

.code div.wrap_in .r i.rb {
  background-image: url('../images/rb.png');
}

.code div.wrap_in .r i.rt {
  background-image: url('../images/rt.png');
}

.code div.wrap_in .r h1 {
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}

#fill, #background {
  width: 88px;
  height: 38px;
  border-width: 2px;
}

#fill {
  border-color: #46d6ff;
}

#background {
  border-color: transparent;
}

#text, #eclevel {
  width: 400px;
  height: 35px;
  line-height: 35px;
  text-indent: 2em;
  font-size: 16px;
  border-color: #b0b0b0;
}

.wrap_code {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.wrap_code canvas {
  margin: 0 auto;
  text-align: center;
}

.wrap_code i {
  width: 44px;
  height: 45px;
  position: absolute;
}

.wrap_code i.lb {
  background-image: url('../images/lb.png');
}

.wrap_code i.lt {
  background-image: url('../images/lt.png');
}

.wrap_code i.rb {
  background-image: url('../images/rb.png');
}

.wrap_code i.rt {
  background-image: url('../images/rt.png');
}

.wrapQqStyle {
  width: 100%;
}

.wrapQqStyle dd {
  float: left;
  font-size: 0;
}