@charset "utf-8";
/* www.tuziip.com */

html,
body,
div,
span,
applet,
object,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
}

/* custom */

a {
  outline: none;
  color: #1d0817;
  text-decoration: none !important;
  -webkit-backface-visibility: hidden;
}

a:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong span,
strong p,
strong a,
strong em {
  font-weight: bolder !important;
}

/***** tools reset *****/

.clearfix:after {
  clear: both;
  display: table;
  content: "";
}

.clearfix {
  *zoom: 1;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.pb {
  position: absolute;
}

.pf {
  position: fixed;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.of {
  overflow: hidden;
}

.hide {
  display: none;
}

.vh {
  visibility: hidden;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

.middle {
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.block {
  display: block;
}

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.no-margin {
  margin: 0 !important;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-unit {
  font-family: Andale mono;
}

.font-bold {
  font-weight: bold;
}

/***** bootstrap样式 自定义 *****/

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 95, 189, 0.5);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #6ce585;
  border-color: #6ce585;
  box-shadow: 0 0 0 0.2rem rgba(249, 95, 189, 0.5);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6ce585;
  border-color: #6ce585;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 63, 170, 0.3);
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 63, 170, 0.25);
}

.btn-primary {
  background-color: #6ce585;
  border-color: #6ce585;
}

.btn-primary:hover {
  background-color: #6ce585;
  border-color: #6ce585;
}

.btn-outline-primary {
  color: #6ce585;
  border-color: #6ce585;
}

.btn-outline-primary:hover {
  background-color: #6ce585;
  border-color: #6ce585;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 63, 170, 0.25);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28226, 63, 170, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-primary {
  color: #6ce585 !important;
}

body {
  background: #f9f9fb;
  font-size: 16px;
  font-family: "Microsoft Yahei";
}

/********** 通用section默认样式 **********/

section {
  width: 100%;
  padding: 4em 0;
  overflow: hidden;
}

section.main .section-top-group {
  /* margin-top: 4em; */
  padding: 4em 0 2em;
}

section.main .section-split-line {
  margin: 1em auto;
}

section .section-top-group {
  padding: 4em 0;
}

section .section-top-title-lg {
  font-size: 1.25em;
  color: #0a0a0a;
  font-weight: bold;
  text-align: center;
}

section .section-top-title-sm {
  font-size: 0.85em;
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 2px;
}

section .section-split-line {
  width: 88px;
  height: 4px;
  background: #6ce585;
  margin: 25px auto;
}

/********** 头部样式 **********/

header {
  font-size: 1em;
  position: absolute;
  z-index: 10;
  width: 100vw;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

header.bg-light,
header.force-bg-light {
  background: white;
  box-shadow: 0 0 1em #b3c3e3;
  transition: all ease 0.3s;
}

header.bg-light .navbar-dark .navbar-brand,
header.force-bg-light .navbar-dark .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

header.bg-light .navbar-dark .navbar-nav .nav-link,
header.force-bg-light .navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/********** 头部导航栏 **********/

header nav {
  line-height: 1.5;
}

header nav .navbar-brand .h4 {
  height: 32px;
  line-height: 32px;
}

header nav .btn {
  padding: 0.25em 1em;
}

header nav .navbar-toggler {
  padding: 0.25em 1em;
  font-size: 1em;
  color: #6ce585 !important;
  border-color: #6ce585 !important;
  outline: none;
}

header nav .navbar-toggler .navbar-toggler-img {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

header nav .top-btn-group {
  display: none;
}

header nav .inner-btn-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.5em;
}

header nav .inner-btn-group .nav-item {
  margin-bottom: 0.25em;
}

header nav .navbar-nav {
  width: 100%;
}

header nav .navbar-nav .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  padding: 1em 0 0;
  position: relative;
  color: #240424;
}

header nav .navbar-nav .links .nav-link {
  padding: 0.25em 1em;
  margin-bottom: 0.25em;
  border-radius: 0.25em;
  transition: all ease 0.3s;
  position: relative;
}

header nav .navbar-nav .links .nav-link:hover {
  color: #6ce585;
  background-color: rgba(108, 229, 133, 0.15);
  box-shadow: 0 0 0.5em rgba(136, 136, 136, 0.15);
}

header nav .navbar-nav .links .nav-link.active {
  font-weight: bold;
  color: #6ce585;
  background-color: rgba(68, 131, 81, 0.125);
}

/********** 底部样式 **********/

footer {
  position: relative;
  color: #adb0bb;
  background: #101010;
  z-index: 1;
}

footer .footer-nav {
  padding: 3em 0 2em;
  border-bottom: 1px solid #232526;
}

footer .footer-nav .img-logo {
  display: block;
  width: 35px;
  height: 35px;
}

footer .footer-nav .img-qrcode {
  display: block;
  width: 5em;
  height: 5em;
}

footer .footer-nav .desc-title {
  font-size: 24px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0.5em;
}

footer .footer-nav .f-links .link {
  color: #adb0bb;
  margin: 0 0.5em 0.5em 0;
}

footer .footer-nav .f-links .link:hover {
  color: #6ce585;
}

footer .copyright-area {
  margin-top: 17px;
  text-align: center;
}

footer .copyright-area .copyright {
  font-size: 0;
  color: #fff;
  line-height: 20px;
}

footer .copyright-area .copyright .title {
  font-size: 14px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 10px;
}

footer .copyright-area .copyright .txt {
  font-size: 14px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

footer .copyright-area .copyright .link {
  color: #fff;
}

footer .copyright-area .copyright .link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

footer .copyright-area .copyright .split-line {
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 4px 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/********** 立即加入 **********/

.join-now {
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url("../img/index/bottom_banner.jpg?v=20200416001") no-repeat
    center;
  background-size: cover;
}

.join-now .join-now-block {
  color: #ffffff;
  padding: 3em 0.75em 2em;
}

.join-now .btn-register {
  position: relative;
  display: block;
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 1.5em auto 0;
  color: #fff;
  font-size: 21px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(243 177 70 0.35);
  background: -webkit-linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  -moz-background: linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  -o-background: linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  background: linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
}

/********** 侧边栏 **********/

.side-bar {
  position: fixed;
  text-align: center;
  width: 2.5em;
  height: 14em;
  right: 1em;
  bottom: 10em;
  z-index: 999;
}

.side-bar > .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 0;
  cursor: pointer;
  z-index: 10000;
  background: #6ce585;
  font-size: 10px;
  border-radius: 6px;
  border: 1px solid #6ce585;
}

.side-bar > .btn + .btn {
  margin-top: 0.5em;
}

.side-bar .chat-online {
  width: 1em;
  font-size: 16px;
  color: #ffffff !important;
  line-height: 1.25;
}

.side-bar .go-top {
  margin-top: 1em;
}

.side-bar .icon-bg-circle {
  background-color: #6ce585;
  border-radius: 50%;
  padding: 0.175em;
  margin-right: 0.25em;
  transform: scale(0.8);
}

.side-bar .side-bar-icon {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/popbox/sideBar_icons.png") no-repeat;
  background-size: auto 200%;
}

.side-bar .side-bar-icon.qq {
  background-position: 0 0;
}

.side-bar .side-bar-icon.wx {
  background-position: -32px 0;
}

.side-bar .side-bar-icon.contact {
  background-position: -64px 0;
}

.side-bar .side-bar-icon.customer {
  background-position: -96px 0;
}

.side-bar .side-bar-icon.chat {
  background-position: -128px 0;
}

.side-bar .side-bar-icon.close {
  background-position: 0 -32px;
}

.side-bar .side-bar-icon.qr {
  background-position: -32px -32px;
}

.side-bar .side-bar-icon.buy {
  background-position: -64px -32px;
}

.side-bar .side-bar-icon.top {
  background-position: -96px -32px;
}

.side-bar .side-bar-icon.recommend {
  background-position: -128px -32px;
}

.side-bar .left-content {
  display: none;
  background: #fff;
  position: absolute;
  width: 185px;
  right: 48px;
  top: 0;
  border-radius: 6px;
  padding: 0.75em 1em;
  box-shadow: 0 0 10px 5px rgba(90, 92, 96, 0.14);
}

.side-bar .left-content.show {
  display: block;
}

.side-bar .left-content .side-bar-close {
  width: 20px;
  height: 20px;
  background: url("../img/popbox/close.png") no-repeat;
}

.side-bar .left-content .side-bar-close:hover {
  background-position: 0 -20px;
}

.side-bar .left-content .side-bar-close:active {
  background-position: 0 -40px;
}

.side-bar .left-content .kefu-list {
  margin-top: 31px;
}

.side-bar .left-content .kefu-list .list-item {
  margin-top: 16px;
}

.side-bar .left-content .kefu-list .list-item:first-child {
  margin-top: 0;
}

.side-bar .left-content .kefu-list .link {
  display: block;
}

.side-bar .left-content .kefu-list .img-list {
  margin-left: 11px;
}

.side-bar .left-content .contact-list .contact-item {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}

.side-bar .left-content .contact-list .contact-item:hover {
  background-color: #e6e6e6;
  border-radius: 2em;
}

.side-bar .left-content .desc-area {
  float: none;
  padding-bottom: 5px;
  text-align: left;
  flex-grow: 1;
}

.side-bar .left-content .desc-area .tip-1 {
  font-size: 12px;
  color: #161c3b;
  margin-top: 2px;
  font-weight: bold;
}

.side-bar .left-content .desc-area .tip-2 {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.side-bar .left-content .desc-area .tip-2.color-1 {
  color: #f9a540;
}

.side-bar .left-content .qrcode-list {
  margin-top: 23px;
}

.side-bar .left-content .qrcode-list .list-item {
  margin-left: 46px;
}

.side-bar .left-content .qrcode-list .list-item:first-child {
  margin-left: 0;
}

.side-bar .left-content .qrcode-list .img-qrcode {
  display: block;
  margin: 0 auto;
}

.side-bar .left-content .qrcode-list .tip {
  font-size: 12px;
  color: #161c3b;
  margin-top: 8px;
}

/*分页样式*/

.pagination-wrap {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding-right: 30px;
}

.pagination {
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}

.pagination li {
  float: left;
  margin-left: 5px;
}

.pagination li a {
  float: left;
  width: 32px;
  color: #373a3b;
  border-radius: 4px;
  background: rgba(60, 37, 231, 0.25);
}

.pagination li a:hover {
  background: rgba(94, 39, 241, 0.5);
  color: #232526;
}

.pagination li.active a,
.pagination li.active a:hover {
  background: #6ce585;
  color: #7e869f;
  cursor: default;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
  color: #7e869f;
  background: #eee;
  cursor: not-allowed;
}

.pagination-info {
  margin-left: 8px;
  font-size: 0;
  line-height: 32px;
}

.pagination-info .txt {
  font-size: 12px;
  color: #22252e;
}

.pagination-info .txt-1 {
  margin-left: 4px;
}

.pagination-info .input-txt {
  border-radius: 6px;
  border: 1px solid #979797;
  width: 58px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.pagination-info .input-txt:focus {
  border-color: #ffde37;
}

.pagination-info .btn-jump {
  line-height: 26px;
  padding: 0 14px;
  background: #ffde37;
  color: #201d2b;
  font-size: 12px;
  margin-left: 12px;
  border-radius: 4px;
}

.pagination-info .btn-jump:hover {
  background: #f5c619;
}

.pagination-info .btn-jump:active {
  background: #ccd1e2;
}

/********** 按钮样式 **********/

.download-area {
  display: flex;
  flex-wrap: wrap;
}

.download-area .btn.btn-download {
  flex: 100%;
  position: relative;
  line-height: 3em;
  /* margin: 0.5em 0; */
  text-align: center;
  border: 1px solid #6b43f3;
  border-radius: 6px;
  font-size: 21px;
}

.btn-outline-primary.active {
  background-color: #6ce585 !important;
  border-color: #6ce585 !important;
}

.btn-outline-primary.disable {
  color: #a8a8a8;
  background-color: #ffffff !important;
  pointer-events: none !important;
  cursor: default !important;
  font-weight: normal !important;
}

.btn-gradient-primary {
  color: #fff;
  font-weight: bold;
  background: #f9a540;
  background: -webkit-linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  background: -moz-linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  background: -o-linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
  background: linear-gradient(135deg, #6ce585 0%, #5025e7 100%);
}

.btn-buy {
  text-align: center;
  text-transform: uppercase;
  padding: 1em 2em;
  margin: 1em auto;
  font-size: 13px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 70px;
  border: 0;
  position: relative;
  z-index: 5;
  background: linear-gradient(to right, #5025e7, #6ce585);
}

.btn-buy:hover {
  color: #ffffff !important;
}

.hot {
  position: relative !important;
}

.hot::after {
  display: block;
  content: "";
  width: 24px;
  height: 12px;
  background: url("../img/common/hot.gif") no-repeat;
  position: absolute;
  top: -5px;
  right: 0;
}

.arrow-top {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  top: -1px;
  transform: rotate(-45deg);
  background: #fff;
}

.arrow-top::after,
.arrow-top::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.arrow-top::before {
  left: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.alert.alert-warning {
  position: fixed;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
}

/****联系我们弹窗****/

/**********关联文章样式**********/

.related-article .title {
  font-size: 20px;
  color: #0a0a0a;
  font-weight: bold;
}

.related-article .article-list {
  margin-top: 13px;
}

.related-article .article-list .list-item {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
}

.related-article .article-list .link {
  color: #0a0a0a;
}

.related-article .article-list .link:hover {
  color: #f9a540;
}

/**********弹出区域**********/

.pop-area {
  z-index: 10000;
}

.pop-area.pf {
  position: fixed;
}

.mask-layer {
  background: #444750;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.pop-box {
  left: 50%;
  top: 50%;
}

/**********客服弹窗**********/

.pop-service {
  font-size: 1rem;
  opacity: 0;
  display: none;
  width: 90%;
  max-width: 420px;
  line-height: 1rem;
  margin: 0 auto;
  padding: 1em 1.5em;
  position: fixed;
  left: 50%;
  top: 36%;
  transform: translateX(-50%);
  z-index: 10000;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0.25em 0 rgba(197, 209, 245, 0.84);
}

.pop-service .pop-header {
  font-size: 1.5em;
  color: #22252e;
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 62px;
}

.pop-service .pop-header .close {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 0;
  top: 50%;
  margin-top: -13px;
  background: url("../img/popbox/kefu_close.png") no-repeat;
  cursor: pointer;
}

.pop-service .pop-header .split-line {
  margin: 0 6px;
  height: 1px;
  background: #e5e5e5;
}

.pop-service .pop-service-con {
  padding-top: 1px;
}

.pop-service .pop-service-con .img-qq {
  width: 20%;
  margin-right: 1em;
}

.pop-service .pop-service-con .desc-area {
  flex: 1;
  font-size: 1.15em;
  line-height: 1.5em;
}

.pop-service .pop-service-con .desc-area p {
  white-space: nowrap;
}

.pop-service .pop-service-con .desc-area .desc-area-title {
  font-size: 1.15em;
}

.pop-service .pop-service-con .btn-area {
  display: flex;
  justify-content: space-between;
  margin: 1.5em auto 1em;
  text-align: center;
  font-size: 16px;
}

.pop-service .pop-service-con .btn-area .btn {
  width: 48%;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**********广告**********/

.cooperation {
  display: none;
  position: fixed;
  left: 3em;
  top: 66%;
  z-index: 10;
}

.cooperation button.close {
  top: -1.5em;
  right: 0.35em;
  font-size: 12px;
}

.cooperation button.close:focus {
  outline: none;
}

.cooperation .coop-item {
  display: block;
  width: 220px;
  height: 160px;
}

.cooperation .coop-item img {
  width: 100%;
  height: 100%;
}

/**********首页**********/

/**** banner 区域****/

.banner {
  position: relative;
  padding: 5em 0;
}

.banner .bg-wrap {
  background: url("../img/index/bg.jpg") no-repeat center;
  background-size: cover;
}

.banner .bg-content {
  margin: 0 auto;
  position: relative;
  padding-top: 1em;
}

.banner .bg-content .bg-big-title {
  font-size: 1.35em;
  color: #333233;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.banner .bg-content .explain-list-wrap {
  position: relative;
  padding: 2em 0;
}

.banner .bg-content .explain-list-wrap .explain-list .list-item {
  padding-left: 2em;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-top: 12px;
  color: #333233;
  background: url("../img/index/hook.png") no-repeat left;
}

.banner .bg-content .explain-list-wrap .explain-list .list-item:first-child {
  margin-top: 0;
}

.banner .bg-content .download-area {
  flex: 100%;
}

.banner .bg-content .download-area .btn-download {
  color: #f5f5f5;
}

.banner .bg-content .download-area .btn-download:hover {
  color: #ffffff;
  box-shadow: 0 0 0.5em rgba(123, 43, 214, 0.55);
}

.banner .client-side {
  position: relative;
  width: 100%;
  top: 4em;
  animation-name: fetureanimate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bg-free-tray {
  position: absolute;
  right: 24%;
  top: 312px;
  text-align: center;
  cursor: pointer;
}

.bg-free-tray .free-tray {
  display: block;
  width: 157px;
  -webkit-animation: scale 1s infinite;
  animation: scale 1s infinite;
}

.bg-free-tray .img-free-label {
  display: block;
  width: 100%;
}

.bg-free-tray .free-content {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  padding-left: 16px;
}

/****版本介绍****/

.version {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.version .advantage-content {
  position: relative;
  margin: 0 auto;
}

.version .advantage-list-wrap {
  margin-top: 22px;
  text-align: center;
  position: relative;
}

.version .advantage-list-wrap .advantage-list {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}

.version .advantage-list-wrap .advantage-list .list-item {
  margin: 0.5em;
  padding: 0 1em;
  width: 100%;
  color: #0a0a0a;
  background: #e2f0fe;
}

.version .img-pc-wrap {
  position: relative;
  height: 300px;
}

.version .img-pc-wrap .img-pc {
  width: 100%;
  margin-top: 2em;
}

.version .img-free-tray-wrap {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 100px;
  width: 96px;
}

.version .img-free-tray-wrap:hover .img-free-tray {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.version .img-free-tray-wrap .img-free-tray {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 0;
}

.version .img-free-tray-wrap .free-content {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  padding-left: 6px;
  margin-top: 15px;
}

/****产品特性****/

.feature {
  position: relative;
  background: #f7f8fa;
}

.feature .img-bg-left {
  position: absolute;
  left: 0;
  bottom: 13px;
}

.feature .img-bg-right {
  position: absolute;
  right: 0;
  top: 32px;
}

.feature .scene-list {
  margin: 47px auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature .scene-list .list-item {
  flex: 50%;
  margin: 1em 0;
}

.feature .scene-list .img-item {
  display: block;
  height: 64px;
  margin: 0 auto;
}

.feature .desc-info {
  margin-top: 0.75em;
  padding: 0 1em;
}

.feature .desc-info .desc-title {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: bold;
}

.feature .desc-info .desc-txt {
  margin-top: 0.5em;
  color: #0a0a0a;
  font-size: 0.85em;
  line-height: 27px;
}

/****多平台兼容  compatibility ****/

.apps {
  padding: 60px 0 0;
  height: 960px;
  position: relative;
}

.apps .bg-apps {
  width: 100%;
  height: 100%;
  background: url("../img/index/bg_2.jpg") #ffffff no-repeat bottom center;
  background-size: 1920px;
  position: absolute;
  z-index: -1;
}

.apps .advantage-content {
  position: relative;
  margin: 0 auto;
}

.apps .client-area {
  margin-top: 0;
}

.apps .client-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.apps .client-wrap .client-unit {
  flex: 50%;
  display: flex;
  flex-direction: column;
}

.apps .client-wrap .client-unit .unit-title {
  font-size: 0;
  display: none;
}

.apps .client-wrap .client-unit .unit-title .dot {
  width: 8px;
  height: 8px;
  background: #f9a540;
  border-radius: 50%;
}

.apps .client-wrap .client-unit .unit-title .text {
  margin-left: 6px;
  font-size: 16px;
  color: #0a0a0a;
}

.apps .client-wrap .client-unit .unit-list {
  display: flex;
  margin: 1em 0;
  justify-content: space-around;
}

.apps .client-wrap .client-unit .unit-list .list-item {
  margin: 0.5em;
}

.apps .client-wrap .client-unit .unit-list .img-icon-client {
  display: block;
  height: 3em;
}

.apps .client-wrap + .client-wrap {
  margin-top: 1em;
}

/**** 运用场景 scenes ****/

.scenes {
  position: relative;
  padding-top: 50px;
}

.scenes .advantage-big-title {
  font-size: 36px;
  color: #0a0a0a;
  font-weight: bold;
  text-align: center;
}

.scenes .img-product {
  display: block;
  width: 1200px;
  margin: 51px auto 0;
}

/**** 使用计数 count ****/

.count {
  position: relative;
  margin-top: -52px;
  padding: 162px 0 73px;
  background: url("../img/index/map.jpg") no-repeat center 0;
}

.count .advantage-list-wrap {
  font-size: 1em;
  background: none;
  margin-top: 4em;
  padding: 0 18px;
  height: 269px;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
}

.count .advantage-list-wrap .advantage-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.count .advantage-list-wrap .advantage-list .list-item {
  width: unset;
}

.count .advantage-list-wrap .advantage-list .list-item .tip-title {
  font-size: 1.5em;
  color: #3a3a3a;
  font-weight: bold;
}

.count .advantage-list-wrap .advantage-list .list-item .tip-txt {
  font-weight: bold;
  font-size: 3em;
  margin-top: 0;
  color: #5025e7;
}

/****新闻资讯****/

.news-area {
  padding: 78px 0 82px;
  position: relative;
}

.news-area .news-content {
  margin: 0 auto;
}

.news-area .news-content .news-big-title {
  font-size: 36px;
  color: #0a0a0a;
  font-weight: bold;
  text-align: center;
}

.news-area .news-content .type-list-item {
  padding: 2em;
  margin-bottom: 1em;
  border: 1px solid #d7d7d7;
}

.news-area .news-content .type-list-item .news-type-title {
  text-align: center;
  margin-top: 19px;
  font-size: 21px;
  color: #0a0a0a;
  font-weight: bold;
}

.news-area .news-content .img-news-type {
  display: block;
  margin: 34px auto 0;
  width: 40px;
  height: 46px;
  background: url("../img/index/news_types.png") no-repeat;
  background-size: auto 100%;
}

.news-area .news-content .img-news-type.product {
  background-position: 0 0;
}

.news-area .news-content .img-news-type.problems {
  background-position: -40px 0;
}

.news-area .news-content .img-news-type.news {
  background-position: -80px 0;
}

.news-area .btn-more-wrap {
  margin-top: 32px;
  text-align: right;
}

.news-area .btn-more-wrap .btn-more {
  color: #5e27f1;
  font-size: 16px;
  padding: 0 2px 1px;
  border-bottom: 1px solid #5e27f1;
}

.news-area .btn-more-wrap .btn-more:hover {
  color: #5025e7;
  border-color: #5025e7;
}

/****新闻列表****/

.news-list {
  margin-top: 1em;
  line-height: 3em;
  position: relative;
}

.news-list .link {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.news-list .link:hover {
  color: #6ce585;
}

.news-list .date {
  float: right;
  font-size: 16px;
  color: #9ca8c1;
}

/****购买套餐****/

.pricing {
  background-color: #f7f8fa;
}

.pricing a.btn.btn-buy:not(.btn-white):not(.btn-border):after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 70px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pricing a.btn.fill {
  color: #ffffff;
}

.pricing a.btn.fill:after,
.pricing .btn:hover:after {
  opacity: 0 !important;
}

.pricing .card.pricing-table {
  padding-bottom: 2em;
  margin-bottom: 1em;
  font-size: 1em;
  color: #99a1af;
  font-family: "open sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  white-space: normal;
  border: none;
  border-radius: 0.5em;
  overflow: hidden;
  transition: all ease 0.3s;
  cursor: pointer;
}

.pricing .card.pricing-table.active {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5em);
}

.pricing .card.pricing-table.active .card-header {
  color: #fff;
  background: linear-gradient(135deg, #5025e7, #6ce585);
}

.pricing .card.pricing-table.active .main-pricing {
  color: #ffffff;
}

.pricing .card.pricing-table .card-header {
  font-weight: bold;
  color: #333333;
  background: none;
}

.pricing .card.pricing-table .card-header .card-header-title {
  margin: 1em auto 0;
  font-weight: inherit;
}

.pricing .card.pricing-table .card-body .pricing-feature {
  padding-top: 1.5em;
}

.pricing .card.pricing-table .card-body .pricing-feature li {
  margin-bottom: 1em;
}

.pricing .card.pricing-table .card-body .pricing-feature li:last-child {
  color: #5025e7;
}

.pricing .card.pricing-table .card-footer {
  background: none;
  border: none;
  position: relative;
}

.pricing .card.pricing-table .main-pricing {
  color: #333333;
  font-size: 3em;
  position: relative;
}

.pricing .card.pricing-table .main-pricing i {
  font-size: 0.85rem;
  font-style: normal;
}

.pricing .card.pricing-table .on-sale {
  font-size: 0.85rem;
  font-weight: normal;
  color: #6ce585;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pricing .card.buy-simulator {
  max-width: 300px;
  margin: 0 auto;
}

.pricing .card.q-simulator .question-item + .question-item {
  margin-top: 1.5em;
}

.pricing .selectbox .area-item {
  width: fit-content;
  margin: 0.35em;
}

.pricing .selectbox .select-title {
  font-size: 1.05em;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.pricing .duration-grp {
  margin-top: 1em;
}

.pricing .duration-grp a.btn {
  font-size: 12px;
  padding: 3px 5px;
}

.pricing .router-title {
  width: 100%;
  padding: 0.35em 0;
  color: #6ce585;
  border-bottom: 1px solid #6ce585;
}

.pricing .router-function {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #6ce585;
  border-radius: 0.25em;
  background-color: #ffffff;
}

.pricing .router-function .base,
.pricing .router-function .advanced {
  display: flex;
  flex-direction: column;
}

.pricing .router-function .base .func-item:last-child,
.pricing .router-function .advanced .func-item:last-child {
  padding-bottom: 1em;
}

.pricing .router-function .func-item {
  letter-spacing: 1px;
  padding: 0.35em 0.5em;
}

.pricing .router-list-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pricing .router-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  text-align: center;
}

.pricing .router-list .hundred,
.pricing .router-list .thousand {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.pricing .router-list .router-item {
  display: block;
  width: 100%;
  margin: 0.25em;
  padding: 0.25em 0.75em;
  border: 1px solid #dfdfdf;
  border-radius: 0.25em;
  font-size: 1em;
  line-height: 1.5;
  cursor: pointer;
  box-sizing: border-box;
  overflow: visible;
}

.pricing .router-list .router-item.active {
  color: #ffffff;
  background-color: #6ce585;
  border-color: #6ce585;
}

.pricing .router-list .router-item.active:hover {
  color: #ffffff;
}

.pricing .router-list .router-item:hover {
  color: #6ce585;
  border-color: #6ce585;
  box-shadow: 0 0 0.5em #6ce585;
}

/**********软件下载**********/

.download {
  position: relative;
  /* background-color: #060b17; */
  background-color: #f7f8fa;
}

.download .download-area {
  /* max-width: 800px; */
}

.download .bg-area {
  position: relative;
}

.download .bg-download {
  width: 100%;
  height: 100%;
  background: url("../img/download/bg.jpg?v=20200410001") no-repeat top center
    #060b17;
  background-size: cover;
}

.download .bg-download.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.download .download-content {
  margin: 0 auto;
  padding-bottom: 1em;
  position: relative;
  height: auto;
  text-align: center;
}

.download .download-content img.logo {
  display: none;
  width: 5em;
  height: 5em;
  margin-top: 20vh;
}

.download .download-content h3.top-title {
  font-size: 2.5em;
  color: #ffffff;
  margin: 3em auto 0.5em;
}

.download .download-content .bg-small-title {
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

.download .download-content .btn-download {
  color: #fff;
  background: linear-gradient(180deg, #5025e7 0%, #5025e7 100%);
  padding: 0 0.5em;
  box-shadow: 0 0 0.25em #5e27f1;
  position: relative;
}

.download .download-content .btn-download:hover {
  background: linear-gradient(180deg, #6ce585 0%, #5025e7 100%);
}

.download .download-content .btn-download .qr-img {
  display: none;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1rem !important;
  position: absolute;
  z-index: 999;
  width: 120px;
  height: 0;
  transition: all ease 0.3s;
}

.download .download-content .btn-download .qr-img img {
  width: 100%;
  height: auto;
}

.download .download-content .download-ios {
  cursor: default;
  color: #fff;
  background: #f9a540;
  opacity: 0.39;
  filter: alpha(opacity=39);
}

.download .download-qrcode-wrap {
  position: absolute;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}

.download .download-qrcode-wrap .qr-img {
  width: 120px;
}

.download .download-qrcode-wrap .qr-img.hide {
  height: 0;
  overflow: hidden;
}

.download .download-qrcode-wrap .qr-img img {
  width: 100%;
  height: auto;
}

.download .history-v-toggle {
  display: block;
  width: fit-content;
  text-align: left;
  color: #ffffff;
  position: relative;
  transition: all ease 0.3s;
}

.download .history-v-toggle .triangle-right {
  transition: all ease 0.3s;
  transform: rotate(-90deg);
}

.download .history-v {
  height: 0;
  font-size: 0.85em;
  letter-spacing: 2px;
  margin: 1.5em auto;
  color: #adb0bb;
  background-color: rgba(111, 115, 125, 1);
  transition: all ease 0.3s;
  overflow: hidden;
}

.download .history-v.show {
  height: 280px !important;
  transition: all ease 0.3s;
}

.download .history-v .his-app-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.download .history-v .his-app-list .his-app-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.download .history-v .his-app-list .his-app-item + .his-app-item {
  margin-top: 1em;
}

.download .history-v .his-app-list .his-app-link {
  margin-left: auto;
  color: #ffffff;
  flex: 100%;
}

/**********帮助中心**********/

.help {
  min-height: 75vh;
  padding-top: 6em;
}

.help .news-content {
  padding-top: 0.5em;
}

.help .nav-news-list {
  display: flex;
  text-align: center;
  background: #f2f2f2;
}

.help .nav-news-list .list-item {
  font-size: 1em;
  width: fit-content;
  padding: 0.5em 1em;
  color: #b1b1b1;
  cursor: pointer;
}

.help .nav-news-list .list-item:hover {
  color: #000000;
}

.help .nav-news-list .list-item.active {
  color: #ffffff;
  background: #6ce585;
}

.help .help-link {
  display: block;
  overflow: hidden;
  margin-top: 1em;
  padding: 0.5em 0.75em;
}

.help .help-link:hover {
  background: #f2f2f2;
  box-shadow: 0 0 0.5em #d8d8d8;
}

.help .help-link:hover .news-title {
  color: #6ce585;
}

.help .help-link .news-title {
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
  font-size: 18px;
  color: #161c3b;
  font-weight: bold;
}

.help .help-link .news-desc {
  line-height: 1.5em;
  text-indent: 0.5em;
  font-size: 1em;
  color: #888;
  margin-top: 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.help .news-content-wrap {
  width: 1200px;
  margin: 0 auto;
}

.help .title {
  font-size: 12px;
  color: #888888;
  margin-top: 29px;
}

.help .news-list .news-link:hover .news-title {
  color: #6ce585;
}

/**********推荐文章样式**********/

.suggested .suggested-title {
  font-size: 18px;
  color: #0a0a0a;
  line-height: 58px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
}

.suggested .article-item {
  display: flex;
  align-items: center;
}

.suggested .article-item + .article-item {
  margin-top: 0.5em;
}

.suggested .recommend-article {
  margin-top: 36px;
  border: 1px solid #dfdfdf;
  padding: 0 16px 30px;
}

.suggested .recommend-article .serial-number {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  color: #0a0a0a;
}

.suggested .recommend-article .article-title {
  margin-left: 10px;
  line-height: 28px;
}

.suggested .article-list {
  margin-top: 10px;
}

.suggested .article-list .list-item {
  margin-top: 18px;
}

.suggested .article-list .list-item:first-child {
  margin-top: 0;
}

.suggested .serial-number {
  font-size: 24px;
  color: #d1d1d1;
  font-weight: bold;
}

.suggested .article-title {
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #0a0a0a;
  margin-left: 0.5em;
  cursor: pointer;
}

.suggested .article-title:hover {
  color: #6ce585;
}

/**********关于我们**********/

.root-about {
  background: #fff;
}

.root-about .header-con .img-logo-1 {
  display: none;
}

.root-about .header-con .img-logo-2 {
  display: block;
}

.root-about .header .nav-list .link {
  color: #333233;
}

.root-about .header .nav-list .list-item:hover .link {
  color: #fec13e;
}

.root-about .header .nav-list .list-item.active .link {
  color: #fec13e;
}

.root-about .placeholder {
  height: 72px;
  background: #fff;
}

/****背景区域****/

.main-about .bg-area {
  position: relative;
}

.main-about .bg-area .bg-wrap {
  background: url("../img/about/bg.jpg") no-repeat center;
}

.main-about .bg-content {
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
  height: 300px;
}

.main-about .profile-area {
  margin-top: 85px;
}

.main-about .profile-con {
  margin: 0 auto;
}

.main-about .profile-big-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.main-about .profile-con .info {
  text-align: left;
  font-size: 14px;
  color: #0a0a0a;
  line-height: 1.5;
  margin-top: 30px;
}

.main-about .contact-area {
  margin-top: 63px;
}

.main-about .contact-con {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 1px 0 63px;
}

.main-about .contact-big-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.main-about .contact-info-list {
  margin: 30px auto 0;
  width: 800px;
}

.main-about .contact-info-list .list-item {
  float: left;
  width: 398px;
  height: 192px;
  font-size: 0;
  border: 1px solid #c1c5cf;
}

.main-about .contact-info-list .img-icon {
  display: block;
  height: 54px;
  margin: 0 auto;
}

.main-about .contact-info-list .item-txt {
  font-size: 20px;
  color: #0a0a0a;
  margin-top: 20px;
}

/**********更多IP信息**********/

.root-more-ip {
  background: #fff;
}

.main-more-ip {
  position: relative;
}

/****背景区域****/

.main-more-ip .bg-area {
  position: absolute;
  width: 1200px;
  height: 230px;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
}

.main-more-ip .placeholder {
  height: 70px;
  background: #060606;
}

.main-more-ip .more-ip-list {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.main-more-ip .more-ip-list .list-item {
  margin-top: 53px;
  padding-left: 45px;
  padding-right: 40px;
}

.main-more-ip .more-ip-list .list-item:first-child {
  margin-top: 0;
}

.main-more-ip .more-ip-list .item-img {
  width: 200px;
  height: 130px;
}

.main-more-ip .more-ip-list .item-desc {
  margin-left: 155px;
  line-height: 130px;
  font-size: 24px;
  color: #000;
}

.main-more-ip .more-ip-list .btn-contact {
  font-size: 0;
  line-height: 54px;
  color: #fff;
  padding: 0 26px 0 18px;
  margin-top: 38px;
  background: #ff903e;
  border-radius: 10px;
}

.main-more-ip .more-ip-list .btn-contact .img-icon-tel {
  margin-right: 12px;
}

.main-more-ip .more-ip-list .btn-contact .txt {
  font-size: 19px;
}

/**********个人中心**********/

/****  XXX  ****/

/*  XX  */

/**********登录 & 注册 & 忘记密码**********/

.entry-outer {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}

.entry-outer .logo {
  margin: 145px 0 30px 0;
}

.entry-outer .logo .img {
  display: block;
  margin: 0 auto;
  height: 43px;
}

.entry-outer .entry-way {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
  color: #666;
}

.entry-outer .entry-panel {
  width: 525px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  margin: 0 auto 178px;
  padding: 62px 0 42px;
  border: 1px solid #ecedf0;
  box-shadow: 0 0 1px 1px #f1f2f5;
}

.entry-outer .input-wrap {
  position: relative;
  margin: 0 auto;
  margin-bottom: 42px;
  width: 414px;
  height: 44px;
  line-height: 44px;
}

.entry-outer .input-wrap .title {
  width: 80px;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
}

.entry-outer .input-wrap .input-txt {
  border: 1px solid #dee0e3;
  width: 282px;
  height: 42px;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  border-radius: 3px;
}

.entry-outer .input-wrap .input-txt-short {
  width: 166px;
}

.entry-outer .input-wrap .input-txt:focus {
  border-color: #f9a540;
  color: #161c3b;
}

.entry-outer .input-wrap .input-txt.error {
  border-color: #f35050;
}

.entry-outer .input-wrap .img-code {
  width: 86px;
  height: 44px;
  cursor: pointer;
}

.entry-outer .input-wrap .sms-code {
  text-align: center;
  width: 98px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #f9a540;
  border-radius: 15px;
  color: #f9a540;
  font-size: 14px;
}

.entry-outer .input-wrap .sms-code:hover {
  background: #f9a540;
  color: #fff;
}

.entry-outer .input-wrap .sms-code:active {
  background: #ccd1e2;
  border-color: #ccd1e2;
}

.entry-outer .input-wrap .sms-code.disabled {
  border-color: #888;
  color: #888;
  font-size: 12px;
  cursor: default;
}

.entry-outer .input-wrap .error-tip {
  position: absolute;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  font-size: 0;
  left: 90px;
  top: -50px;
  border: 1px solid #d7d9dc;
  color: #f35050;
  border-radius: 3px;
  z-index: 20;
}

.entry-outer .input-wrap .error-tip .txt {
  font-size: 14px;
}

.entry-outer .input-wrap .error-tip .img {
  margin-right: 8px;
  width: 18px;
}

.entry-outer .entry-panel em.triangle {
  position: absolute;
  font-size: 50px;
  font-style: normal;
  left: 319px;
  top: -35px;
  color: #ecedf0;
}

.entry-outer .entry-panel span.triangle {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 319px;
  top: -34px;
}

.entry-outer .input-wrap .error-tip em.triangle {
  color: #d7d9dc;
  font-size: 30px;
  left: 47px;
  top: 16px;
}

.entry-outer .input-wrap .error-tip span.triangle {
  font-size: 30px;
  left: 47px;
  top: 15px;
}

.entry-outer .entry-panel .entry-footer {
  text-align: center;
}

.entry-outer .entry-footer .input {
  border: none;
  width: 414px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  background: #f9a540;
  border-radius: 3px;
  cursor: pointer;
}

.entry-outer .entry-footer .input:hover {
  color: #161c3b;
}

.entry-outer .entry-footer .input:active {
  background: #dbdbdb;
  color: #fff;
}

.entry-outer .entry-footer .tip {
  font-size: 16px;
  padding: 0 55px;
  margin-top: 20px;
}

.entry-outer .entry-footer .color-1 {
  color: #f9a540;
}

.entry-outer .entry-footer .color-2 {
  color: #999;
}

.entry-outer .entry-footer .color-3 {
  color: #333;
}

.entry-outer .line {
  width: 1000px;
  height: 1px;
  background: #dcdfe2;
  margin-bottom: 23px;
}

.entry-outer .copy-right {
  color: #bbb;
  font-size: 12px;
  text-align: center;
  margin-bottom: 7px;
}

/**********404页面**********/

.root-404 {
  background: #fff;
}

.root-404 .img-404 {
  display: block;
  width: 286px;
  margin: 0 auto;
}

.root-404 .tip-1 {
  font-size: 70px;
  color: #676a6c;
  margin-top: 20px;
}

.root-404 .tip-2 {
  font-size: 18px;
  color: #474747;
  margin-top: 20px;
}

.root-404 .tip-3 {
  font-size: 14px;
  color: #9b9da5;
  margin-top: 20px;
}

.root-404 .return-index {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #f9a540;
  color: #fff;
  font-size: 18px;
}

.root-404 .return-index:hover {
  color: #161c3b;
}

.root-404 .return-index:active {
  background: #dbdbdb;
  color: #fff;
}

/**********注册协议**********/

.root-protocol {
  background: #fff;
}

.main-protocol {
  padding: 8px 48px;
}

.main-protocol .big-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 20px;
  line-height: 46px;
  text-align: center;
}

.main-protocol .preface {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
}

.main-protocol .explain {
  font-size: 18px;
  line-height: 30px;
}

.main-protocol .explain .paragraph {
  margin-top: 10px;
}

.main-protocol .protocol-list {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 60px;
}

.main-protocol .protocol-list dt {
  margin-top: 30px;
  font-weight: bold;
}

.main-protocol .protocol-list dd {
  margin-top: 5px;
}

/**********产品介绍**********/

.product-details .product-content-wrap {
  width: 1200px;
  min-height: 90vh;
  margin: 0 auto;
}
*/ .top-title {
  font-size: 12px;
  color: #888;
  margin-top: 30px;
}

.top-title .link {
  color: #999;
}

.top-title .link:hover {
  color: #6ce585;
}

.article-details .article-content {
  min-height: 50vh;
  padding: 0 0 30px;
}

.article-details .article-content .article-title {
  font-size: 30px;
  color: #161c3b;
  font-weight: bold;
  margin-top: 18px;
}

.article-details .article-content .article-time {
  font-size: 14px;
  color: #666;
  margin-top: 18px;
}

.article-details .article-content .article-time .split-line {
  width: 1px;
  height: 14px;
  background: #666;
  margin: -3px 13px 0;
}

.article-details .article-content .content-text {
  font-size: 16px;
  color: #161c3b;
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.article-details .article-content .content-text p {
  margin-bottom: 0.5em;
}

.article-details .article-content .content-text img {
  max-width: 100% !important;
}

.article-details .article-footer {
  position: relative;
}

.article-details .article-footer .btn-more {
  display: block;
  width: fit-content;
  padding: 1em 2em;
  margin: 0 auto;
  border: 1px solid #6ce585;
  color: #6ce585;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
}

.article-details .article-footer .btn-more:hover {
  background: #6ce585;
  color: #fff;
}

.article-details .article-footer .product-link {
  display: inline-block;
  width: 50%;
  padding: 0 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-details .product-link {
  color: #161c3b;
  font-size: 14px;
}

.article-details .product-link:hover {
  color: #6ce585;
}

.article-details .product-link .link-title {
  font-weight: bold;
}

.article-details .dividing-line {
  margin: 30px 0 18px;
  height: 1px;
  background: #dfdfdf;
}

/*laydate重置样式*/

.layui-laydate-main .layui-laydate-header i:hover,
.layui-laydate-main .layui-laydate-header span:hover {
  color: #f5c619;
}

.layui-laydate .layui-laydate-content .layui-this {
  background-color: #f5c619 !important;
}

.laydate-theme-grid .layui-laydate-content .laydate-selected,
.laydate-theme-grid .layui-laydate-content .laydate-selected:hover {
  color: #f5c619 !important;
}

.layui-laydate-footer .laydate-footer-btns span:hover {
  color: #f5c619;
}

/************************************ placeholder属性修改 ************************************/

.main-user .nav-content-area .item-con .input-txt-2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

@media screen and (max-width: 350px) {
  .banner .bg-content .explain-list-wrap .explain-list .list-item {
    line-height: 1em;
  }
  .banner .download-area .btn.btn-download {
    padding: 0 !important;
  }
}

@media screen and (min-width: 576px) {
  header nav .top-btn-group {
    display: flex;
    margin-left: auto;
    margin-right: 0.5em;
  }
  header nav .inner-btn-group {
    display: none;
  }
  header nav .navbar-nav .links {
    flex-direction: row;
    padding: 0.5em 0 0;
  }
  header nav .navbar-nav .links .nav-link {
    margin: 0 0.5em 0.25em 0;
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 768px) {
  header nav .navbar-nav .links .nav-link {
    padding: 0.15em 0.75em;
  }
  .download-area .btn.btn-download {
    flex: unset !important;
  }
  .banner .client-side {
    display: block;
    width: 375px;
    top: 4em;
    right: 0;
  }
  .download .bg-download {
    width: 100%;
    height: 100%;
    background: url("../img/download/bg.jpg?v=20200410001") no-repeat top center
      #060b17;
    background-size: cover;
  }
  .download .bg-download.cover {
    position: absolute;
    width: 100%;
    height: 750px;
    left: 0;
    top: 0;
  }
  .download .download-content {
    margin: 0 auto;

    /* margin: 0 auto 10em; */
    padding-bottom: 1em;
    position: relative;
    height: auto;
    text-align: center;
  }
  .download .download-content img.logo {
    display: block;
    margin: 120px auto 0;
  }
  .download .download-content h3.top-title {
    font-size: 2.5em;
    color: #ffffff;
    margin: 1em auto 0.5em;
  }
  .download .download-content .bg-small-title {
    font-size: 16px;
    color: #fff;
    text-indent: 40px;
    letter-spacing: 40px;
  }
  .download .download-content .btn-download:hover {
    background: linear-gradient(180deg, #8267e6 0%, #5025e7 100%);
  }
  .download .download-content .btn-download:hover .qr-img {
    display: block;
    height: auto;
    transition: all ease 0.3s;
    z-index: 999;
    left: -6px;
  }
  .version .advantage-list-wrap .advantage-list .list-item {
    width: auto;
    width: fit-content;
  }
  .version .img-pc-wrap {
    height: 360px;
  }
  .apps {
    height: 780px;
  }
  .apps .client-wrap {
    flex-direction: row;
  }
  .apps .client-wrap .client-unit .unit-list .img-icon-client {
    display: block;
    height: 4em;
  }
  .scenes .table-responsive {
    overflow: unset;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .scenes .img-product {
    width: 100%;
  }
  .count .advantage-list-wrap {
    width: 100%;
    background: url("../img/index/bg_data.png") no-repeat center;
    background-size: 100% auto;
  }
  .count .advantage-list-wrap .advantage-list {
    flex-direction: row;
    justify-content: space-around;
  }
  .count .advantage-list-wrap .advantage-list .list-item .tip-title {
    color: #ffffff;
  }
  .count .advantage-list-wrap .advantage-list .list-item .tip-txt {
    color: #ffffff;
  }
  .join-now {
    background: url("../img/index/bg_register.jpg") no-repeat center;
    background-size: auto 100%;
  }
  .join-now .btn-register {
    width: 120px;
    height: 48px;
    line-height: 48px;
    margin: 0.75em 1.5em 0.75em auto;
  }
  .join-now .join-now-block {
    display: flex;
    align-items: center;
    padding: 1em 0;
  }
  .join-now .d-only-mb {
    display: none;
  }
  .pricing .router-function {
    border: none;
  }
  .pricing .router-function .base,
  .pricing .router-function .advanced {
    margin: 0;
    border: 1px solid #6ce585;
  }
  .pricing .router-function .advanced {
    margin-left: -1px;
  }
  .pricing .router-list .router-item {
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  .banner .bg-content {
    padding-top: 6em;
  }
  .banner .bg-content .bg-big-title {
    font-size: 2em;
  }
  .banner .client-side {
    position: absolute;
    top: 8em;
    right: 3em;
  }
  .version .img-pc-wrap {
    height: 500px;
  }
  .feature .scene-list .list-item {
    flex: 25%;
  }
  .join-now {
    background-size: cover;
  }
  .join-now .join-now-block {
    padding: 2em 0;
  }
  .join-now .btn-register {
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  header nav .top-btn-group {
    display: none;
  }
  header nav .inner-btn-group {
    display: flex;
    flex-direction: row;
    width: unset;
    margin-bottom: 0;
  }
  header nav .inner-btn-group .nav-item:first-child {
    margin-right: 1em;
  }
  header nav .navbar-nav .links {
    width: unset;
    padding-top: 0;
  }
  header nav .navbar-nav .links .nav-link {
    padding: 0.25em 0.5em;
  }
  /**** banner 区域****/
  .banner .bg-content {
    padding-top: 8em;
  }
  .banner .bg-content .bg-big-title {
    font-size: 2.5em;
  }
  .banner .client-side {
    width: 550px;
    right: 0;
  }
  .version .advantage-list-wrap .advantage-list {
    display: block;
    position: absolute;
    left: 0;
    bottom: 1.5em;
  }
  .version .advantage-list-wrap .advantage-list .list-item {
    margin-top: 21px;
    width: 300px;
    border-radius: 0.25em;
  }
  .version .img-pc-wrap {
    height: 475px;
  }
  .version .img-pc-wrap .img-pc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: unset;
  }
  .join-now .join-now-block {
    padding: 3em 0;
  }
  .pricing .router-list .router-item {
    width: 20%;
  }
}

@media screen and (min-width: 1400px) {
  .join-now .join-now-block {
    padding: 4em 0;
  }
}

/************************************ 动画效果 ************************************/

/****************************** 放大缩小动画 ******************************/

@-webkit-keyframes scale {
  0.00% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0.00% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/****************************** 地图加载动画 ******************************/

@-webkit-keyframes rip {
  0.00% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes rip {
  0.00% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/****************************** 加载中动画 ******************************/

@-webkit-keyframes pulse {
  0.00% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}

@keyframes pulse {
  0.00% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

/****************************** 从左到右动画 ******************************/

@-webkit-keyframes fromLeftToRight {
  0.00% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fromLeftToRight {
  0.00% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/****************************** 从隐藏到显示 ******************************/

@-webkit-keyframes fromHideToShow {
  0.00% {
    height: 0;
  }
  100% {
    height: auto;
  }
}

@keyframes fromHideToShow {
  0.00% {
    height: 0;
  }
  100% {
    height: auto;
  }
}

@keyframes fetureanimate {
  0.00%,
  100% {
    transform: translateY(16px);
  }
  50% {
    transform: translateY(-16px);
  }
}

/*# sourceMappingURL=style.css.map */
