/*reset*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333333;
  background-color: #ffffff;
  height: 100%;
}
body {
  font-family: '\5B8B\4F53', Arial, Verdana, sans-serif;
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100%;
  _height: 100%;
}

:active {
  outline: 0;
}
:visited {
  outline: 0;
}
:link,
:visited,
ins {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
video,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
fieldset,
iframe {
  border: 0 none;
}
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
  font-size: 100%;
}
abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #ff6;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
input,
select,
button {
  vertical-align: middle;
}
button {
  width: auto;
  cursor: pointer;
  overflow: visible;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* body-reset */
body {
  font-family: 'Microsoft YaHei';
  background: #f8f8f8;
  font-size: 14px;
  min-width: 40rem;
  min-height: 18.5rem;
}
#wrap_contain {
  display: none;
}
.hideImg {
  display: none;
}
.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: max-content;
  padding-top: 1.4rem;
  /* display: none; */
}
.headerWrap .header_g {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 100%;
  margin: 0 auto;
}
.headerWrap .logo {
  width: 10rem;
  height: 5.9rem;
  background: url('img_v6/common/logo.png') center no-repeat;
  background-size: 100% auto;
}
.headerWrap .code {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.25rem;
}
.headerWrap .code img {
  width: 90%;
  height: 90%;
}
.headerWrap .btnGroup {
  display: flex;
  align-items: center;
  height: max-content;
}
.headerWrap .btnGroup li {
  position: relative;
  margin: 0 1rem;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.headerWrap .btnGroup li.pc-btn {
  display: none;
}
.headerWrap .btnGroup li:hover::after {
  width: 2.65rem;
}
.headerWrap .btnGroup li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.headerWrap .btnGroup li:active a {
  transform: scale(1.2);
}
.headerWrap .btnGroup li a {
  color: #fff;
}
.headerWrap .btnGroup li a:hover {
  text-decoration: unset;
}
.headerWrap .btnGroup .btn {
  display: block;
}
.headerWrap .btnGroup .recharge_enter {
  text-indent: 0;
  text-decoration: none;
  cursor: pointer;
  line-height: 2.1rem;
}
.section {
  text-align: center;
  font: 2.5rem 'Microsoft Yahei';
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .page_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section .page_bg span {
  position: absolute;
  display: block;
}
.section .page_bg .bg-1 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.section .page_bg .bg-2 {
  bottom: 0;
  left: 0;
}
.section .page_bg .bg-3 {
  bottom: 0;
  right: 0;
}
.section .page_bg .dot {
  position: absolute;
  left: 0;
  top: 12.5rem;
  transform: translateX(-50%);
  width: 24.1rem;
  height: 24.1rem;
  background: url('img_v6/common/dot.png') center no-repeat;
  background-size: contain;
}
.section .page_bg .img-9 {
  top: 1.25rem;
  right: 4rem;
  width: 6.05rem;
  height: 6.05rem;
  background: url('img_v6/p1/img-9.png') center no-repeat;
  background-size: contain;
}
.area-out .section .page_bg .img-9 {
  background: url('img_v6/p1-ft/img-9.png') center no-repeat;
}
.section .page_bg .img-10 {
  bottom: 0;
  left: 8rem;
  width: 9.25rem;
  height: 8.35rem;
  background: url('img_v6/p1/img-10.png') center no-repeat;
  background-size: contain;
}
.area-out .section .page_bg .img-10 {
  background: url('img_v6/p1-ft/img-10.png') center no-repeat;
  background-size: contain;
}
.section .page_bg .img-11 {
  bottom: 3.7rem;
  left: 0;
  width: 3.1rem;
  height: 3.85rem;
  background: url('img_v6/p1/img-11.png') center no-repeat;
  background-size: contain;
}
.area-out .section .page_bg .img-11 {
  background: url('img_v6/p1-ft/img-11.png') center no-repeat;
  background-size: contain;
}
.section .page_bg .img-12 {
  top: -3rem;
  left: 2.1rem;
  width: 21.15rem;
  height: 15.05rem;
  background: url('img_v6/p1/img-12.png') center no-repeat;
  background-size: contain;
}
.area-out .section .page_bg .img-12 {
  background: url('img_v6/p1-ft/img-12.png') center no-repeat;
  background-size: contain;
}
.section .g {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 100%;
  margin: 0 auto;
}
.section .left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30rem;
  height: 30rem;
}
.section .left .remark {
  font-size: 1.6rem;
  margin-top: 0.7rem;
  margin-left: 4.6rem;
  font-weight: 300;
}
.section .right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .page_bg {
  background: linear-gradient(0deg, #ffe1e1 0%, #ff6363 100%);
}
.section1 .page_bg .bg-1 {
  width: 96rem;
  height: 9.3rem;
  background: url('img_v6/p1/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section1 .page_bg .bg-1 {
  background: url('img_v6/p1-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section1 .page_bg .bg-2 {
  width: 57.85rem;
  height: 23.375rem;
  background: url('img_v6/p1/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section1 .page_bg .bg-2 {
  background: url('img_v6/p1-ft/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section1 .page_bg .bg-3 {
  width: 24.425rem;
  height: 23.375rem;
  background: url('img_v6/p1/bg-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .page_bg .bg-3 {
  background: url('img_v6/p1-ft/bg-3.png') center no-repeat;
  background-size: contain;
}
.section1 .left .logo {
  width: 30rem;
  height: 12rem;
  background: url('img_v6/p1/logo.png') center no-repeat;
  background-size: 100%;
  position: absolute;
  top:-3rem;
  left:-2rem;
}
.area-out .section1 .left .logo {
  width: 16rem;
  height: 5.2rem;
  background: url('img_v6/p1-ft/logo.png') center no-repeat;
  background-size: contain;
}
.section1 .left .icon-list {
  margin-top: 13rem;
}
.section1 .left .icon-list li {
  display: flex;
  align-items: center;
  width: 14.9rem;
  height: 3.7rem;
  padding: 0 2.5rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0.9;
  color: #333333;
  border-radius: 2.5rem;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.section1 .left .icon-list li:hover {
  opacity: 1;
}
.section1 .left .icon-list li:hover a {
  text-decoration: unset;
}
.section1 .left .icon-list li.android-icon a {
  color: #0099fb;
}
.section1 .left .icon-list li.android-icon::before {
  content: '';
  background: url('img_v6/p1/icon-1.png') center no-repeat;
  background-size: contain;
}
.section1 .left .icon-list li.android-icon:active {
  opacity: 0.5;
}
.section1 .left .icon-list li.ios-icon a {
  color: #ff9020;
}
.section1 .left .icon-list li.ios-icon::before {
  content: '';
  background: url('img_v6/p1/icon-2.png') center no-repeat;
  background-size: contain;
}
.section1 .left .icon-list li.ios-icon:active {
  opacity: 0.5;
}

.section1 .left .icon-list li.pc-icon a {
  color: #666;
}
.section1 .left .icon-list li.pc-icon::before {
  content: '';
  background: url('img_v6/p1/icon-pc.png') center no-repeat;
  background-size: contain;
}
.section1 .left .icon-list li.pc-icon:active {
  opacity: 0.5;
}

.section1 .left .icon-list li.code-icon {
  position: relative;
}
.section1 .left .icon-list li.code-icon:hover .scan-download {
  display: block;
}
.section1 .left .icon-list li.code-icon .scan-download {
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  width: 9.25rem;
  height: 9.25rem;
  background: url('img_v6/common/code.png') center no-repeat;
  background-size: contain;
  display: none;
}
.section1 .left .icon-list li::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.8rem;
  background: url('img_v6/p1/icon-3.png') center no-repeat;
  background-size: contain;
}
.section1 .left .icon-list li span,
.section1 .left .icon-list li a {
  flex: 1;
  text-align: center;
}
.section1 .right {
  margin-left: 9.5rem;
  width: 47.1rem;
  height: 36rem;
}
.section1 .right .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 47.1rem;
  height: 36rem;
  background: url('img_v6/p1/img-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-1 {
  background: url('img_v6/p1-ft/img-1.png') center no-repeat;
  background-size: contain;
}
.section1 .right .img-2 {
  position: absolute;
  left: 3.05rem;
  top: 26.65rem;
  width: 11.1rem;
  height: 7.44rem;
  background: url('img_v6/p1/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-2 {
  background: url('img_v6/p1-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section1 .right .img-3 {
  position: absolute;
  left: 17.5rem;
  top: 24rem;
  width: 9.25rem;
  height: 7.75rem;
  background: url('img_v6/p1/img-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-3 {
  background: url('img_v6/p1-ft/img-3.png') center no-repeat;
  background-size: contain;
}
.section1 .right .img-4 {
  position: absolute;
  left: 30.55rem;
  top: 18.15rem;
  width: 9.25rem;
  height: 7.15rem;
  background: url('img_v6/p1/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-4 {
  background: url('img_v6/p1-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.section1 .right .img-5 {
  position: absolute;
  left: 37.5rem;
  top: 10.05rem;
  width: 9.25rem;
  height: 6.45rem;
  background: url('img_v6/p1/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-5 {
  background: url('img_v6/p1-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section1 .right .img-8 {
  position: absolute;
  left: 35.15rem;
  top: 31.15rem;
  width: 8.5rem;
  height: 7.6rem;
  background: url('img_v6/p1/img-8.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .img-8 {
  background: url('img_v6/p1-ft/img-8.png') center no-repeat;
  background-size: contain;
}
.section1 .right .icon-5 {
  position: absolute;
  left: -1.85rem;
  top: 8.5rem;
  width: 6.6rem;
  height: 6.6rem;
  background: url('img_v6/p1/icon-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .icon-5 {
  background: url('img_v6/p1-ft/icon-5.png') center no-repeat;
  background-size: contain;
}
.section1 .right .icon-6 {
  position: absolute;
  left: 2.6rem;
  top: 1.9rem;
  width: 9.3rem;
  height: 6rem;
  background: url('img_v6/p1/icon-6.png') center no-repeat;
  background-size: contain;
}
.area-out .section1 .right .icon-6 {
  background: url('img_v6/p1-ft/icon-6.png') center no-repeat;
  background-size: contain;
}
.section2 .page_bg {
  background: linear-gradient(0deg, #f5f9ff 0%, #5a2eff 100%);
}
.section2 .page_bg .bg-1 {
  width: 96rem;
  height: 8.65rem;
  background: url('img_v6/p2/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section2 .page_bg .bg-1 {
  background: url('img_v6/p2-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section2 .page_bg .bg-2 {
  width: 66.1rem;
  height: 17.5rem;
  background: url('img_v6/p2/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section2 .page_bg .bg-2 {
  background: url('img_v6/p2-ft/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section2 .page_bg .bg-3 {
  width: 18.3rem;
  height: 21.1rem;
  background: url('img_v6/p2/bg-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .page_bg .bg-3 {
  background: url('img_v6/p2-ft/bg-3.png') center no-repeat;
  background-size: contain;
}
.section2 .page_bg .dot.two {
  left: unset;
  right: -5rem;
  top: 0;
  transform: translateY(-65%);
}
.section2 .page_bg .icon-2 {
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 15.3rem;
  height: 10.6rem;
  background: url('img_v6/p2/icon-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .page_bg .icon-2 {
  background: url('img_v6/p2-ft/icon-2.png') center no-repeat;
  background-size: contain;
}
.section2 .left .logo {
  width: 30.3rem;
  height: 6.25rem;
  background: url('img_v6/p2/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .left .logo {
  background: url('img_v6/p2-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section2 .left .img-5 {
  margin: 2rem 0 0 5rem;
  width: 24.25rem;
  height: 17.35rem;
  background: url('img_v6/p2/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .left .img-5 {
  background: url('img_v6/p2-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section2 .left .img-6 {
  position: absolute;
  left: -3rem;
  top: 10rem;
  width: 7.15rem;
  height: 12.3rem;
  background: url('img_v6/p2/img-6.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .left .img-6 {
  background: url('img_v6/p2-ft/img-6.png') center no-repeat;
  background-size: contain;
}
.section2 .left .img-7 {
  position: absolute;
  left: 24rem;
  top: 10.5rem;
  width: 5.85rem;
  height: 6.35rem;
  background: url('img_v6/p2/img-7.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .left .img-7 {
  background: url('img_v6/p2-ft/img-7.png') center no-repeat;
  background-size: contain;
}
.section2 .right {
  margin-left: 5.15rem;
  width: 29.85rem;
  height: 37.25rem;
}
.section2 .right .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 29.85rem;
  height: 37.25rem;
  background: url('img_v6/p2/img-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .right .img-1 {
  background: url('img_v6/p2-ft/img-1.png') center no-repeat;
  background-size: contain;
}
.section2 .right .img-3 {
  position: absolute;
  left: -0.5rem;
  top: 9.5rem;
  width: 8.8rem;
  height: 9.4rem;
  background: url('img_v6/p2/img-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .right .img-3 {
  background: url('img_v6/p2-ft/img-3.png') center no-repeat;
  background-size: contain;
}
.section2 .right .img-4 {
  position: absolute;
  left: 21.7rem;
  top: 23rem;
  width: 13.8rem;
  height: 11.65rem;
  background: url('img_v6/p2/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section2 .right .img-4 {
  background: url('img_v6/p2-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.section3 .page_bg {
  background: linear-gradient(0deg, #fdfff5 0%, #ff921e 100%);
}
.section3 .page_bg .bg-1 {
  width: 96rem;
  height: 10rem;
  background: url('img_v6/p3/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section3 .page_bg .bg-1 {
  background: url('img_v6/p3-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section3 .page_bg .bg-2 {
  width: 71.3rem;
  height: 12.75rem;
  background: url('img_v6/p3/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section3 .page_bg .bg-2 {
  background: url('img_v6/p3-ft/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section3 .page_bg .bg-3 {
  width: 18.8rem;
  height: 21.2rem;
  background: url('img_v6/p3/bg-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .page_bg .bg-3 {
  background: url('img_v6/p3-ft/bg-3.png') center no-repeat;
  background-size: contain;
}
.section3 .page_bg .dot.two {
  left: unset;
  right: -2.5rem;
  top: 0;
  transform: translateY(-65%);
}
.section3 .page_bg .dot.three {
  left: 19.5rem;
  top: unset;
  bottom: 0;
  transform: translateY(55%);
}
.section3 .page_bg .icon-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.85rem;
  height: 14rem;
  background: url('img_v6/p3/icon-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .page_bg .icon-1 {
  background: url('img_v6/p3-ft/icon-1.png') center no-repeat;
  background-size: contain;
}
.section3 .page_bg .icon-2 {
  position: absolute;
  right: 2.5rem;
  top: 0;
  width: 10rem;
  height: 7.8rem;
  background: url('img_v6/p3/icon-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .page_bg .icon-2 {
  background: url('img_v6/p3-ft/icon-2.png') center no-repeat;
  background-size: contain;
}
.section3 .left .logo {
  width: 32.25rem;
  height: 6.15rem;
  background: url('img_v6/p3/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .left .logo {
  background: url('img_v6/p3-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section3 .left .remark {
  margin-left: 5.4rem;
}
.section3 .left .img-4 {
  margin-left: -4.1rem;
  width: 37.4rem;
  height: 24.5rem;
  background: url('img_v6/p3/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .left .img-4 {
  background: url('img_v6/p3-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.section3 .right {
  margin-left: 4.55rem;
  width: 31rem;
  height: 37.25rem;
}
.section3 .right .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 31rem;
  height: 37.25rem;
  background: url('img_v6/p3/img-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .right .img-1 {
  background: url('img_v6/p3-ft/img-1.png') center no-repeat;
  background-size: contain;
}
.section3 .right .img-2 {
  position: absolute;
  left: -1.85rem;
  top: 18.5rem;
  width: 10.8rem;
  height: 13.2rem;
  background: url('img_v6/p3/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .right .img-2 {
  background: url('img_v6/p3-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section3 .right .img-3 {
  position: absolute;
  left: 21.35rem;
  top: 9.35rem;
  width: 10.9rem;
  height: 10.35rem;
  background: url('img_v6/p3/img-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section3 .right .img-3 {
  background: url('img_v6/p3-ft/img-3.png') center no-repeat;
  background-size: contain;
}
.section4 .page_bg {
  background: linear-gradient(0deg, #f5feff 0%, #0e3bff 100%);
}
.section4 .page_bg .bg-1 {
  width: 96rem;
  height: 9.5rem;
  background: url('img_v6/p4/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section4 .page_bg .bg-1 {
  background: url('img_v6/p4-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section4 .page_bg .bg-2 {
  width: 71.3rem;
  height: 12.75rem;
  background: url('img_v6/p4/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section4 .page_bg .bg-2 {
  background: url('img_v6/p4-ft/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section4 .page_bg .bg-3 {
  width: 18.8rem;
  height: 21.2rem;
  background: url('img_v6/p4/bg-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .page_bg .bg-3 {
  background: url('img_v6/p4-ft/bg-3.png') center no-repeat;
  background-size: contain;
}
.section4 .page_bg .dot.two {
  left: 15rem;
  top: 32.5rem;
  width: 16rem;
  height: 16rem;
}
.section4 .page_bg .dot.three {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  transform: translate(40%, 40%);
}
.section4 .page_bg .icon-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10.65rem;
  height: 12.6rem;
  background: url('img_v6/p4/icon-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .page_bg .icon-1 {
  background: url('img_v6/p4-ft/icon-1.png') center no-repeat;
  background-size: contain;
}
.section4 .page_bg .icon-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 12.85rem;
  height: 7.5rem;
  background: url('img_v6/p4/icon-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .page_bg .icon-2 {
  background: url('img_v6/p4-ft/icon-2.png') center no-repeat;
  background-size: contain;
}
.section4 .left .logo {
  width: 36.4rem;
  height: 6.3rem;
  background: url('img_v6/p4/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .left .logo {
  background: url('img_v6/p4-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.section4 .left .remark {
  margin-left: 5.7rem;
}
.section4 .left .img-5 {
  margin-top: 2.4rem;
  width: 33.66rem;
  height: 22.05rem;
  background: url('img_v6/p4/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .left .img-5 {
  background: url('img_v6/p4-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section4 .right {
  margin-left: 3.05rem;
  width: 31.75rem;
  height: 37.5rem;
}
.section4 .right .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.75rem;
  height: 37.5rem;
  background: url('img_v6/p4/img-1.png') center no-repeat;
  background-size: contain;
  z-index: 5;
}
.area-out .section4 .right .img-1 {
  background: url('img_v6/p4-ft/img-1.png') center no-repeat;
  background-size: contain;
  z-index: 5;
}
.section4 .right .img-2 {
  position: absolute;
  left: -2.5rem;
  top: 14.6rem;
  width: 9.3rem;
  height: 10.5rem;
  background: url('img_v6/p4/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section4 .right .img-2 {
  background: url('img_v6/p4-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section4 .right .img-3 {
  position: absolute;
  left: 21.3rem;
  top: 20.4rem;
  width: 13.3rem;
  height: 12.05rem;
  background: url('img_v6/p4/img-3.png') center no-repeat;
  background-size: contain;
  z-index: 10;
}
.area-out .section4 .right .img-3 {
  background: url('img_v6/p4-ft/img-3.png') center no-repeat;
  background-size: contain;
  z-index: 10;
}
.section5 .page_bg {
  background: linear-gradient(0deg, #f5feff 0%, #7729f9 100%);
}
.section5 .page_bg .bg-1 {
  width: 96rem;
  height: 9.5rem;
  background: url('img_v6/p5/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section5 .page_bg .bg-1 {
  background: url('img_v6/p5-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section5 .page_bg .bg-2 {
  width: 71.3rem;
  height: 12.75rem;
  background: url('img_v6/p5/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section5 .page_bg .bg-2 {
  background: url('img_v6/p5/bg-2.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section5 .page_bg .bg-3 {
  width: 43rem;
  height: 18.15rem;
  background: url('img_v6/p5/bg-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .page_bg .bg-3 {
  background: url('img_v6/p5-ft/bg-3.png') center no-repeat;
  background-size: contain;
}
.section5 .page_bg .dot.two {
  left: unset;
  right: 0;
  top: 0;
  width: 28.3rem;
  height: 28.3rem;
  transform: translateY(-70%);
  opacity: 0.3;
}
.section5 .page_bg .icon-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.4rem;
  height: 14.9rem;
  background: url('img_v6/p5/icon-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .page_bg .icon-1 {
  background: url('img_v6/p5-ft/icon-1.png') center no-repeat;
  background-size: contain;
}
.section5 .page_bg .icon-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 17.8rem;
  height: 6.4rem;
  background: url('img_v6/p5/icon-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .page_bg .icon-2 {
  background: url('img_v6/p5-ft/icon-2.png') center no-repeat;
  background-size: contain;
}
.section5 .left {
  position: relative;
}
.section5 .left .logo {
  width: 31.55rem;
  height: 6.25rem;
  background: url('img_v6/p5/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .left .logo {
  background: url('img_v6/p5-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section5 .left .remark {
  margin-left: 3.5rem;
}
.section5 .left .img-4 {
  position: relative;
  margin-top: 1.9rem;
  margin-left: 6.1rem;
  width: 15.3rem;
  height: 15.3rem;
}
.section5 .left .img-4 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15.3rem;
  height: 15.3rem;
  background: url('img_v6/p5/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .left .img-4 span {
  background: url('img_v6/p5-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.section5 .left .img-4 .img-3 {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.5rem;
  height: 14.45rem;
  background: url('img_v6/p5/img-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .left .img-4 .img-3 {
  background: url('img_v6/p5-ft/img-3.png') center no-repeat;
  background-size: contain;
}
.section5 .right {
  margin-left: 0.7rem;
  width: 36.8rem;
  height: 37.2rem;
}
.section5 .right .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 36.8rem;
  height: 37.2rem;
  background: url('img_v6/p5/img-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .right .img-1 {
  background: url('img_v6/p5-ft/img-1.png') center no-repeat;
  background-size: contain;
}
.section5 .right .img-5 {
  position: absolute;
  left: 3.1rem;
  top: 8.35rem;
  width: 8.15rem;
  height: 4.7rem;
  background: url('img_v6/p5/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .right .img-5 {
  background: url('img_v6/p5-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section5 .right .img-6 {
  position: absolute;
  left: 24.75rem;
  top: 17.9rem;
  width: 10rem;
  height: 5.15rem;
  background: url('img_v6/p5/img-6.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .right .img-6 {
  background: url('img_v6/p5-ft/img-6.png') center no-repeat;
  background-size: contain;
}
.section5 .right .img-7 {
  position: absolute;
  left: 0;
  top: 19.9rem;
  width: 10.4rem;
  height: 7.4rem;
  background: url('img_v6/p5/img-7.png') center no-repeat;
  background-size: contain;
}
.area-out .section5 .right .img-7 {
  background: url('img_v6/p5-ft/img-7.png') center no-repeat;
  background-size: contain;
}
.section6 .page_bg {
  background: linear-gradient(0deg, #fffff5 0%, #ff3740 100%);
}
.section6 .page_bg .bg-1 {
  width: 96rem;
  height: 9.55rem;
  background: url('img_v6/p6/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.area-out .section6 .page_bg .bg-1 {
  background: url('img_v6/p6-ft/bg-1.png') center no-repeat;
  background-size: contain;
  background-size: unset;
}
.section6 .page_bg .bg-2 {
  bottom: 2.5rem;
  width: 95.85rem;
  height: 19rem;
  background: url('img_v6/p6/bg-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .page_bg .bg-2 {
  bottom: 0rem;

  background: url('img_v6/p6-ft/bg-2.png') center no-repeat;
  background-size: contain;
}
.section6 .page_bg .dot.two {
  left: 22.5rem;
  top: 35rem;
  width: 16rem;
  height: 16rem;
}
.section6 .page_bg .dot.three {
  left: unset;
  top: 0;
  right: 0;
  transform: translateY(-65%);
}
.section6 .page_bg .icon-1 {
  position: absolute;
  left: 2rem;
  bottom: 5rem;
  width: 10.3rem;
  height: 9.65rem;
  background: url('img_v6/p6/icon-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .page_bg .icon-1 {
  background: url('img_v6/p6-ft/icon-1.png') center no-repeat;
  background-size: contain;
}
.section6 .left .logo {
  width: 31.8rem;
  height: 6.15rem;
  background: url('img_v6/p6/img-5.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .left .logo {
  background: url('img_v6/p6-ft/img-5.png') center no-repeat;
  background-size: contain;
}
.section6 .left .remark {
  margin-left: 3.5rem;
}
.section6 .left .img-6 {
  margin-top: 3.5rem;
  margin-left: -4.3rem;
  width: 36.25rem;
  height: 6.7rem;
  background: url('img_v6/p6/img-6.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .left .img-6 {
  background: url('img_v6/p6-ft/img-6.png') center no-repeat;
  background-size: contain;
}
.section6 .right {
  margin-left: 1.8rem;
  width: 34.3rem;
  height: 30.45rem;
}
.section6 .right .img-1 {
  position: absolute;
  left: 0;
  top: -2rem;
  width: 34.3rem;
  height: 30.45rem;
  background: url('img_v6/p6/img-1.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .right .img-1 {
  background: url('img_v6/p6-ft/img-1.png') center no-repeat;
  background-size: contain;
}
.section6 .right .img-2 {
  position: absolute;
  left: -2.15rem;
  top: 13rem;
  width: 14.05rem;
  height: 5.8rem;
  background: url('img_v6/p6/img-2.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .right .img-2 {
  background: url('img_v6/p6-ft/img-2.png') center no-repeat;
  background-size: contain;
}
.section6 .right .img-3 {
  position: absolute;
  left: 21.3rem;
  top: 23.5rem;
  width: 14.7rem;
  height: 6.75rem;
  background: url('img_v6/p6/img-3.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .right .img-3 {
  background: url('img_v6/p6-ft/img-3.png') center no-repeat;
  background-size: contain;
}
.section6 .right .img-4 {
  position: absolute;
  left: 27.5rem;
  top: 7rem;
  width: 12.2rem;
  height: 5.55rem;
  background: url('img_v6/p6/img-4.png') center no-repeat;
  background-size: contain;
}
.area-out .section6 .right .img-4 {
  background: url('img_v6/p6-ft/img-4.png') center no-repeat;
  background-size: contain;
}
.footer {
  position: absolute;
  bottom: -0.55rem;
  left: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  overflow: hidden;
  background-color: #fff;
}
.footer .info {
  color: #999999;
  font-size: 14px;
  text-align: center;
}
.footer .info a {
  color: #999999;
}
.footer .info a:hover {
  color: #999999;
}
.sect3 {
  width: 502px;
  height: 50px;
  background: url('img_v2/footer_info.jpg') no-repeat;
  margin: 0 auto;
}
.sect3 li {
  float: left;
}
.sect3 li a {
  display: block;
  height: 36px;
  padding: 7px 0;
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.sect3 li a:hover {
  color: #ff5656;
  text-decoration: none;
}
.sect3 .beian {
  width: 75px;
  padding-left: 40px;
}
.sect3 .jubao {
  width: 100px;
  padding-left: 32px;
}
.sect3 .jiancha {
  width: 84px;
  padding-left: 56px;
}
.sect3 .baojing {
  width: 93px;
  padding-left: 48px;
}
.sect3 .xingzheng {
  width: 45px;
  margin-right: 33px;
  display: none;
}
.sect3 .wenhua {
  width: 47px;
  margin-right: 30px;
  display: none;
}
.sect3 .hangye {
  width: 100px;
  margin-right: 28px;
  display: none;
}
.sect3 .shengfen {
  width: 105px;
  margin-right: 33px;
  display: none;
}
.sect3 .pinpai {
  width: 100px;
  margin-right: 35px;
  display: none;
}
.sect3 .anquan {
  width: 103px;
  display: none;
}
.sect3.sect3_v1 {
  position: relative;
  background: url(img_v2/footer_info_v2.png) no-repeat;
  transform: translateX(-50px);
}
.sect3.sect3_v1 .jubao {
  width: 74px;
  padding-left: 50px;
}
.sect3.sect3_v1 .gongan {
  width: 60px;
  margin-right: 13px;
}
.sect3.sect3_v1 .xingzheng {
  width: 54px;
  margin-right: 13px;
}
.sect3.sect3_v1 .baojing {
  width: 74px;
  padding-left: 53px;
}
.sect3.sect3_v1 .wenhua {
  width: 56px;
  margin-right: 8px;
}
.sect3.sect3_v1 .hangye {
  width: 106px;
  margin-right: 26px;
}
.sect3.sect3_v1 .pinpai {
  width: 100px;
  margin-right: 27px;
}
.sect3.sect3_v1 .jiancha {
  width: 84px;
  padding-left: 46px;
}
.sect3 .w-icon {
  position: absolute;
  top: 0;
  left: 500px;
}
.sect3 .w-icon img {
  width: 50px;
  vertical-align: top;
  cursor: pointer;
}
.sect3 .security-wrap {
  left: 564px;
}
.sect3 .security-wrap img {
  width: 47px;
}
#menu {
  position: fixed;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
#menu li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 20px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#menu li a {
  text-indent: -10000px;
  display: block;
  width: 100%;
  height: 100%;
}
#menu li.active {
  height: 34px;
  opacity: 1;
}
.link-security-btn {
  display: none;
}
.link-security-btn:hover {
  text-decoration: underline;
}
.report-wrap {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.report-wrap a {
  color: #999999;
}
.report-wrap a:hover {
  color: #999999;
}
.unitnBox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.7); */
  z-index: 999;
}
.unitnBox-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.unitnBox-img {
  width: 22vw;
  margin: 0 auto;
}
.unitnBox-img2 {
  width: 13.75vw;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#connectBtn {
  position: relative;
}
.show-connect {
  width: 360px;
  height: 294px;
  background-image: url('img_v4/common/connect-erm.png');
  /* background-position: center bottom; */
  position: fixed;
  top: 50px;
  right: 0px;
  z-index: 100;
  display: none;
}
.show-connect .qr-code {
  width: 154px;
  height: 154px;
  background-image: url('img_v6/common/code.png');
  background-size: contain;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.show-connect .connect-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.4); */
}

/* 简体 */
.area-out {
}
