* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

@font-face {
  font-family: 'Gilroy-4';
  src: url('../fonts/gilroy-bold-4.otf');
  font-weight: 'normal';
  font-style: 'normal';
}

@font-face {
  font-family: 'Gilroy-2';
  src: url('../fonts/Gilroy-Medium-2.otf');
  font-weight: 'normal';
  font-style: 'normal';
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  color: rgb(0, 0, 0);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
select,
textarea {
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: none;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  outline: 0;
  font: 99% arial, helvetica, clean, sans-serif;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}

code,
kbd,
pre,
samp,
tt {
  font-size: 108%;
  line-height: 100%;
}

a {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a.link {
  text-decoration: none;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
dd,
dl,
dt,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

caption,
th,
.align-l {
  text-align: left;
}

figure,
form,
blockquote,
p,
pre {
  margin: 0;
}

body {
  line-height: 1;
  text-align: left;
  font-family: arial;
}

.show {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -moz-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -ms-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -o-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
}

.hide {
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -moz-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -ms-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  -o-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
  transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 0);
}

.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.spaceBetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexStart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flexEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body {
  background-color: #141414;
}

.left {
  float: left;
}

.right {
  float: right;
}

[v-cloak] {
  display: none;
}

.wraper.iphoneX .content {
  margin-bottom: 130px;
}

.wraper.iphoneX .footer {
  padding-bottom: 10px;
}

.wraper .content {
  overflow: hidden;
  margin-bottom: 110px;
  line-height: 0;
}

.wraper .content img {
  width: 100%;
}

.gs {
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  text-align: right;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 22px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.gs::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.gs.on::after {
  transform: rotate(-180deg) translateY(3px);
}

.header-img {
  /* padding: 30p 48px 0px 48px; */
  padding: 15px 12px 18px;
}

.title-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-img h6 {
  color: #fff;
  line-height: 2.3rem;
  margin: 36px auto 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

/* en, ja, tr, ko, pt, idn */
.header-img h6.en,
.header-img h6.ja,
.header-img h6.tr,
.header-img h6.ko,
.header-img h6.pt,
.header-img h6.idn {
  font-size: 22px;
}

.header-img h6.zh {
  font-size: 26px;
}

.header-img h6.ru {
  font-size: 20px;
}

.header-img h6.wd {
  max-width: 75%;
}

.header-img img.logo {
  width: 33%;
}

.header-img .square-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 65px;
}

.header-img .square-row img.square {
  width: 100px;
  height: 100px;
}

.desc {
  width: 100%;
  display: flex;
  min-height: 40px;
  padding: 0 32px 32px 32px;
  box-sizing: border-box;
  flex-direction: column;
}

.desc p {
  text-align: center;
  color: #ebebeb;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.desc .items {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}

.desc .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
}

.desc .items .item .num {
  text-align: center;
  font-family: 'Gilroy-4';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #fe7701 0%, #e8a66d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desc .items .item .title {
  color: #7a7e84;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-wrap: break-word;
}

.banner {
  width: 100%;
  margin-top: 50px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.banner h3 {
  color: #ebebeb;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.banner h5 {
  color: #7a7e84;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.banner img {
  width: 98%;
  flex-shrink: 0;
}

.banner .num {
  color: #ebebeb;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.banner .num {
  text-align: center;
  font-family: 'Gilroy-4';
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #fe7701 0%, #e8a66d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wraper .content img.banner {
  width: 100%;
  /* padding: 15px 36px 0 36px; */
  display: block;
  margin-top: 40px !important;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.wraper .footer {
  z-index: 12;
  width: 100%;
  height: 110px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d1e20;
  text-align: center;
  color: #fff;
}

.wraper .footer .download {
  width: 90%;
  margin: 15px auto;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.wraper .footer .android {
  height: 50px;
  line-height: 50px;
  color: #171a1f;
  display: none;
}

.wraper .footer .android .left {
  width: 35%;
  background: #fe7701;
  border-radius: 5px;
  color: #fff;
}

.wraper .footer .android .right {
  width: 60%;
  background: #fe7701;
  border-radius: 5px;
  color: #fff;
}

.wraper .footer .ios {
  height: 50px;
  display: none;
}

.wraper .footer .ios div {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
}

.wraper .footer .ios .left,
.wraper .footer .ios .pwa {
  background-color: #fe7701;
  color: #fff;
}

.wraper .footer .ios .left p,
.wraper .footer .ios .pwa p {
  height: 16px;
  line-height: 16px;
}

.wraper .footer .ios .left p:first-child {
  margin-top: 10px;
}

.wraper .footer .ios .left p i {
  font-size: 11px;
  font-style: normal;
}

.wraper .footer .ios .right {
  background-color: #171a1f;
}

.wraper .footer .android img {
  width: 25px;
  margin-right: 10px;
  transform: translate(0, 25%);
}

.wraper .footer .open {
  font-size: 13px;
}

.mark {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: right;
  display: none;
  text-align: center;
  padding-top: 50px;
}

.mark img {
  width: 50%;
}

.loader {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  z-index: 1000;
  display: none;
}

#bar {
  height: 1px;
}

/*动画加载开始*/
@-webkit-keyframes loading-3 {
  50% {
    transform: scale(0.4);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.loading-3 {
  position: relative;
}

.loading-3 i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: -3px;
  position: absolute;
  background: #000;
}

.loading-3 i:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: loading-3 1s ease 0s infinite;
}

.loading-3 i:nth-child(2) {
  top: 17px;
  left: 17px;
  -webkit-animation: loading-3 1s ease 0.12s infinite;
}

.loading-3 i:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: loading-3 1s ease 0.24s infinite;
}

.loading-3 i:nth-child(4) {
  top: -17px;
  left: 17px;
  -webkit-animation: loading-3 1s ease 0.36s infinite;
}

.loading-3 i:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: loading-3 1s ease 0.48s infinite;
}

.loading-3 i:nth-child(6) {
  top: -17px;
  left: -17px;
  -webkit-animation: loading-3 1s ease 0.6s infinite;
}

.loading-3 i:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: loading-3 1s ease 0.72s infinite;
}

.loading-3 i:nth-child(8) {
  top: 17px;
  left: -17px;
  -webkit-animation: loading-3 1s ease 0.84s infinite;
}

.back-pc {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 45px;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 13px;
}

/* IOS中文 */
.footer-zh {
  display: none;
  width: 100%;
  height: 94px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d1e20;
  text-align: center;
  color: #fff;
  z-index: 12;
}

.footer-zh .download {
  width: 90%;
  margin: 15px auto 0 auto;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.wraper .footer-zh .open {
  font-size: 13px;
}

.footer-zh .ios {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.footer-zh .txt {
  text-align: left;
}

.footer-zh .txt span {
  font-size: 11px !important;
  color: #fff !important;
}

.footer-zh .ios .right {
  width: 48%;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: bold;
  color: #1d1e20;
  font-size: 16px;
}

.footer-zh .down-other {
  font-size: 13px;
  padding: 15px 0;
  color: #fff;
}

.btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fe7701;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.btn img {
  width: 26px;
  height: 26px;
}

.btn.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn .txt {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.btn .txt strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.btn .txt span {
  display: block;
  font-weight: 400;
  color: #171a1f;
  font-size: 11px;
}

/* info */
.info {
  position: relative;
}

.codelist {
  position: relative;
  width: 100%;
  height: auto;
}

.list-box {
  position: absolute;
  top: 18%;
  left: 16%;
  padding: 8px;
  width: 68%;
  min-height: 320px;
  height: auto;
  background: #fefefe;
  border-radius: 7px;
  box-sizing: border-box;
}

.list-tit {
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-weight: 400;
  color: #7e8289;
  line-height: 22px;
  font-size: 14px;
}

.list-tit span {
  display: inline-block;
}

.list-info {
  padding-left: 10px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 12px;
  color: #171a1f;
  line-height: 24px;
}

.w1 {
  width: 30px;
  text-align: center;
}

.wd2 {
  width: 120px;
}

.wd3 {
  width: 60px;
  text-align: right;
}

.wraper .content.info {
  margin-bottom: 82px;
}

.wraper .foot-info {
  height: 82px;
}

dl.advantage {
  margin: 0px 8% 0 8%;
  display: none;
}

dl.advantage dt {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-bottom: 40px;
  padding-top: 20px;
}

dl.advantage dd {
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.0625);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  margin-bottom: 20px;
}

dl.advantage dd:nth-child(odd) .content2 {
  flex-direction: row-reverse;
}

dl.advantage dd:nth-child(odd) .content2 img {
  margin-right: 10px;
}

dl.advantage dd:nth-child(even) .content2 img {
  margin-right: 5px;
  width: 30%;
}

dl.advantage dd h1 {
  text-align: center;
  text-align: left;
  font-size: 18px;
  padding: 5px 0 15px 0;
  line-height: 1;
  color: #fff;
  font-weight: 300;
}

dl.advantage dd .content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

dl.advantage dd .content2 img {
  width: 33%;
}

dl.advantage dd .content2 .items2 {
}

dl.advantage dd .content2 .items2 li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  padding-bottom: 5px;
  padding-right: 10px;
  position: relative;
  padding-left: 10px;
  word-break: break-word;
}

dl.advantage dd .content2 .items2 li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #e69d4a;
  position: absolute;
  left: 0;
  top: 4px;
}

dl.advantage dd .content2 .items2 li:nth-child(1)::before {
  background: #e69d4a;
}

dl.advantage dd .content2 .items2 li:nth-child(2)::before {
  background: #59b0b3;
}

dl.advantage dd .content2 .items2 li:nth-child(3)::before {
  background: #c74638;
}

dl.advantage dd .content2 .items2 li:nth-child(4)::before {
  background: #2aad70;
}

.download-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.download-dialog .marks {
  width: 80%;
  border-radius: 4px;
  background: #202224;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.download-dialog .marks span.close {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('../images/delete.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.download-dialog .marks h1 {
  padding: 30px 20px 25px 20px;
  font-size: 16px;
  font-weight: 600;
}

.download-dialog .marks h2 {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  padding: 0 20px 12px 20px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.download-dialog .marks .list {
  padding: 18px 18px 0 18px;
}

.download-dialog .marks .list .item {
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-dialog .marks .list .item span {
  font-size: 14px;
  padding: 3px 0 3px 22px;
  background-image: url('../images/downicon.svg');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}

.download-dialog .marks .list .item a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  color: #fff;
}

.wraper-info2 {
  text-align: left;
  background: #000;
}

.wraper-info2.line-bg {
  /* background-image: url('../images/line-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; */
}

.wraper-info2 p.logo {
  padding: 15px;
}

.wraper-info2 p.logo img {
  width: 33%;
}

.wraper-info2 p.p1 {
  text-align: center;
  margin-top: 15px;
}

.wraper-info2 p.p1 img {
  width: 70%;
}

.wraper-info2 h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 30px 0 20px 0;
  background: url('../images/info1.png?v=0713') center top no-repeat;
  background-size: 311px 47px;
  font-family: Gilroy-Medium, Gilroy;
}

.wraper-info2 h2 {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 400;
  padding: 0 15px 18px 15px;
  text-align: center;
  line-height: 1.5;
}

.wraper-info2 p.p2 {
  text-align: center;
}

.wraper-info2 p.p2 img {
  width: 55%;
}

.wraper-info2 .item {
  color: #fff;
  text-align: center;
}

.wraper-info2 .bg-box {
  background: url('../images/info3.png?v=0713') center 120px no-repeat;
  background-size: 100%;
}

.wraper-info2 .item h3 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
}

.wraper-info2 .item h3.bg1 {
  padding-top: 35px;
  background: url('../images/info2.png?v=0713') center top no-repeat;
  background-size: 262px 74px;
}

.wraper-info2 .item h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 18px 0;
}

.wraper-info2 .item h5 {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.3;
  line-height: 1.5;
  padding: 0 15px;
}

.wraper-info2 .item h5.noop {
  opacity: 1;
}

.wraper-info2 .item h5 em {
  opacity: 0.3;
}

.wraper-info2 .item h5 img {
  width: 16px;
  margin: 0 2px 0 4px;
  transform: translateY(3px);
}

.wraper-info2 .item.methods {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 45px 10px 45px;
  font-size: 14px;
  font-weight: 500;
}

.wraper-info2 .item.methods div {
  padding-bottom: 10px;
}

.wraper-info2 .item.methods a {
  margin-top: 15px;
  width: 135px;
  height: 45px;
  line-height: 45px;
  background: #282828;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.wraper-info2 .item.methods a span {
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.wraper-info2 .item.methods a span.phone {
  background-image: url('../images/phone.svg?v=0713');
  background-size: 12px 18px;
}

.wraper-info2 .item.methods a span.card {
  background-image: url('../images/card.svg?v=0713');
}

.wraper-info2 .methods-desc {
  text-align: center;
  font-size: 12px;
  opacity: 0.3;
  color: #fff;
  line-height: 1.5;
  padding: 0 15px;
}

.wraper-info2 .item.item2 {
  margin-top: 60px;
  background-image: url('../images/info4.png?v=0713');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wraper-info2 p.imgs {
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
}

.wraper-info2 p.imgs img {
  width: 80%;
}

.wraper-info2 .footer {
  text-align: center;
  padding-bottom: 40px;
}

.wraper-info2 .footer img {
  width: 80%;
}

.wraper-info2 .copyright {
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
  color: #fff;
  padding-bottom: 130px;
}

.wraper-info2 .footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  display: none;
}

.wraper-info2 .footer-fixed a {
  margin: 30px;
  background: #fe7701;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  display: block;
  color: #fff;
}

.wraper-info2 .footer-fixed a img {
  height: 22px;
  margin-right: 8px;
  transform: translateY(4px);
}

.wraper-info2 a.s-link {
  width: 135px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #282828;
  display: inline-block;
  margin-top: 18px;
}

.wraper-info2 a.s-link img {
  height: 18px;
  margin-right: 6px;
  transform: translateY(5px);
}

.wraper .content .slider {
  position: relative;
  width: 100%;
  margin-top: 25px;
  min-height: 450px;
  overflow: hidden;
  z-index: 10;
  margin-bottom: 40px;
}

.wraper .content .slider .prevBtn,
.wraper .content .slider .nextBtn {
  position: absolute;
  width: 54px;
  height: 54px;
  display: flex;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  z-index: 11;
}

.wraper .content .slider .prevBtn {
  left: 10px;
}

.wraper .content .slider .nextBtn {
  right: 10px;
}

.wraper .content .slider .prevBtn img,
.wraper .content .slider .nextBtn img {
  width: 54px;
  height: 54px;
}

.wraper .content .slider .posters {
  display: flex;
  width: 1040px;
  /* width: 100%; */
  padding: 0px 20px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.wraper .content .slider .posters .poster {
  width: 320px;
  min-height: 450px;
  box-sizing: border-box;
  /* flex-shrink: 0; */
  background-color: #141414;
  border: 0.5px solid #292929;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  flex-shrink: 1;
  padding: 38px 0px;
}

.wraper .content .slider .posters .poster .poster-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wraper .content .slider .posters .poster .poster-header h2 {
  color: #ebebeb;
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 28px 10px 28px;
}

.wraper .content .slider .posters .poster .poster-header .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 21px;
}

.wraper .content .slider .posters .poster .poster-header .list li {
  color: #7a7e84;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.wraper .content .slider .posters .poster img {
  width: 100%;
}

.pure-mode-title {
  margin: 56px 55px 45px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.pure-mode-step1 {
  margin-bottom: 40px;
}

.pure-mode-step1 .step1-header {
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.pure-mode-step1 .step1-title {
  height: 20px;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}

.pure-mode-step1 .step1-explain {
  padding: 0 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
  line-height: 17px;
}

.pure-mode-step1 .step1-explain.first a {
  color: #fe7701;
}

.pure-mode-step1 .step1-explain.second {
  margin-bottom: 40px;
}

.pure-mode-step1 .step1-access1 {
  height: 229px;
  margin: 0 21px 50px;
  background: url(../images/pure-mode-1.png) no-repeat center;
  background-size: contain;
}

.pure-mode-step1 .step1-access2 {
  height: 275px;
  margin: 0 34px 50px;
  background: url(../images/pure-mode-2.png) no-repeat center;
  background-size: contain;
}

.pure-mode-step1 .step1-access3 {
  height: 275px;
  margin: 0 33px 40px;
  background: url(../images/pure-mode-3.png) no-repeat center;
  background-size: contain;
}

.pure-mode-step1 .step1-access4 {
  height: 275px;
  margin: 0 33px 40px;
  background: url(../images/pure-mode-4.png) no-repeat center;
  background-size: contain;
}

.pure-mode-step1 .step1-tips {
  margin: 0 30px 40px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
  line-height: 17px;
}

.pure-mode-step1 .step1-link {
  display: block;
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fe7701;
  line-height: 17px;
}

.pure-mode-step2 {
  margin-top: 80px;
}

.pure-mode-step2 .step2-header {
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}

.pure-mode-step2 .step2-explain {
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
  line-height: 17px;
}

.pure-mode-step2 .step2-model {
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
}

.pure-mode-step2 .step2-model-explain {
  padding: 0 30px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
  line-height: 17px;
}

.pure-mode-step2 .step2-guide {
  height: 275px;
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pure-mode-step2 .step2-guide-1 {
  background-image: url(../images/mode-1.png);
}

.pure-mode-step2 .step2-guide-2 {
  background-image: url(../images/mode-2.png);
}

.pure-mode-step2 .step2-guide-3 {
  background-image: url(../images/mode-3.png);
}

.pure-mode-step2 .step2-guide-4 {
  background-image: url(../images/mode-4.png);
}

.pure-mode-step2 .step2-guide-5 {
  background-image: url(../images/mode-5.png);
}

.pure-mode-step2 .step2-guide-6 {
  background-image: url(../images/mode-6.png);
}

.pure-mode-step2 .step2-guide-7 {
  background-image: url(../images/mode-7.png);
}

.pure-mode-step2 .step2-guide-8 {
  background-image: url(../images/mode-8.png);
}

.pure-mode-step2 .step2-guide-9 {
  background-image: url(../images/mode-9.png);
}

.pure-mode-step2 .step2-guide-10 {
  background-image: url(../images/mode-10.png);
}

.pure-mode-step2 .step2-guide-11 {
  background-image: url(../images/mode-11.png);
}

.pure-mode-footer {
  padding: 0 36px 47px;
}

.pure-mode-footer .brand {
  height: 94px;
  background: url(../images/mode-12.png) no-repeat center;
  background-size: contain;
}

.pure-mode-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2011;
}

.pure-mode-dialog {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 320px;
  overflow: hidden;
  font-size: 16px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  background: #1b1b1b !important;
  border-radius: 16px;
  z-index: 2012;
}

.pure-mode-dialog .dialog-header {
  padding-top: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #a2a2a2;
}

.pure-mode-dialog .dialog-explain {
  padding: 8px 16px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #a2a2a2;
  line-height: 23px;
}

.pure-mode-dialog .dialog-operate {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  line-height: 48px;
  text-align: center;
  background: #1c1c1c;
  box-shadow: inset 0px 1px 0px 0px #292929;
}

.pure-mode-dialog .dialog-footer {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fe7701;
  line-height: 48px;
  box-shadow: inset 0px 1px 0px 0px #2f2f2f;
}
