html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
q,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Microsoft YaHei, Arial, Tahoma, PingFangSC, \5fae\8f6f\96c5\9ed1;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 26.667vw;
}
body {
  font-size: 0.14rem;
  line-height: unset;
}
/* 兼容火狐 */
body {
  scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
  scrollbar-width: thin;
}
/* -webkit-内核滚动条设置 */
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fff;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-thumb {
  width: 4px;
  background: #444;
  border-radius: 0px;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #fff;
}
.show {
  display: block;
}
.close {
  display: none;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
li,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row,
.col-md-6 {
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.main-container {
  margin: 0 auto;
  width: 85vw;
}
.index-banner-container {
  position: relative;
  width: 100%;
  background: url(../images/banner_bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-banner-container .header-container {
  margin-bottom: 24px;
  height: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-banner-container .header-container .logo-box img {
  width: 0.7rem;
  height: 0.34rem;
}
.index-banner-container .header-container .menu-list {
  display: flex;
  align-items: center;
}
.index-banner-container .header-container .menu-list li a {
  font-size: 0.09rem;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.index-banner-container .header-container .menu-list li .active {
  position: relative;
}
.index-banner-container .header-container .menu-list li .active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.index-banner-container .header-container .menu-list li:not(:last-child) {
  margin-right: 30px;
}
.index-banner-container .header-container .phone-list {
  display: none;
}
.index-banner-container .header-container .phone-list img {
  vertical-align: top;
}
.index-banner-container .header-container .phone-list .show_img {
  width: 0.16rem;
  height: 0.14rem;
  display: block;
}
.index-banner-container .header-container .phone-list .close_img {
  width: 0.14rem;
  height: 0.14rem;
  display: none;
}
.index-banner-container .banner-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-banner-container .banner-center .left h1 {
  margin-bottom: 0.17rem;
  text-align-last: justify;
  font-size: 0.27rem;
  font-weight: 600;
  color: #FFFFFF;
}
.index-banner-container .banner-center .left p {
  margin-bottom: 0.415rem;
  text-align-last: justify;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.index-banner-container .banner-center .left .chart-box {
  display: block;
  text-align: center;
}
.index-banner-container .banner-center .left .chart-box .img-box {
  position: relative;
  margin: 0 auto 23px;
  padding: 15px;
  width: 1.05rem;
  height: 1.05rem;
  background: #FFFFFF;
  border-radius: 60px;
  overflow: hidden;
}
.index-banner-container .banner-center .left .chart-box .img-box img {
  width: 100%;
  height: 100%;
}
.index-banner-container .banner-center .left .chart-box span {
  font-size: 0.11rem;
  font-weight: 400;
  color: #FFFFFF;
}
.index-banner-container .banner-center .left .phone-chart {
  display: none;
  margin: 0 auto 0.4rem;
  width: 1rem;
  height: 0.22rem;
  line-height: 0.22rem;
  background: #FFF1E6;
  border-radius: 40px;
  text-align: center;
  font-size: 0.1rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FB6A3A;
}
.index-banner-container .banner-center .right-box {
  position: relative;
  width: 2.76rem;
}
.index-banner-container .banner-center .right-box .img-bg {
  width: 2.76rem;
  height: 3.79rem;
  overflow: hidden;
}
.index-banner-container .banner-center .right-box .img-bg img {
  object-fit: contain;
  width: 100%;
}
.index-banner-container .banner-center .right-box .main-box {
  overflow: hidden;
  width: 2.46rem;
  height: 3.66rem;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.index-banner-container .banner-center .right-box .main-box img {
  width: 100%;
}
.index-banner-container .banner-center .right-box .swiper-slide {
  position: relative;
  height: 3.66rem;
}
.other-banner-container {
  height: 0.74rem;
  background: linear-gradient(to right, #e8783e, #fe6b4f);
  background-size: 100% 100%;
}
.mo-nav-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  transition: left 0.3s;
  z-index: 1000;
}
.mo-nav-box .nav-box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  position: absolute;
  top: 0.65rem;
  left: 0;
  z-index: 50;
  overflow: auto;
}
.mo-nav-box li {
  transition: background-color 0.2s;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
.mo-nav-box li a {
  display: block;
  width: 100%;
  padding: 0.12rem 0;
  color: #333;
  font-size: 0.09rem;
  font-weight: bold;
}
.mo-nav-box li a:hover {
  background-color: #fff;
  color: #333333;
}
.mo-nav-box li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  z-index: 80;
  padding: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
}
.mo-nav-box li .mo-nav-item {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.2s;
  background: #fff;
  overflow: hidden;
}
.mo-nav-box li .open-on {
  opacity: 1;
  height: auto;
}
.mo-nav-box li:hover a.column-one {
  color: #FB6A3A;
}
.mo-nav-box li:hover span {
  color: #FB6A3A;
}
.mo-nav-box li.active a.column-one {
  color: #FB6A3A;
}
.mo-nav-box li.active span {
  color: #FB6A3A;
  transform: rotate(180deg);
}
.mo-nav-box li:last-child a {
  border-bottom: none;
}
.index-menu {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  height: 3.47rem;
}
.index-menu .picture-box {
  display: flex;
  align-items: center;
  padding-left: 45px;
  width: 55%;
  height: 100%;
  text-align: center;
}
.index-menu .picture-box .bg-picture {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.index-menu .picture-box .bg-picture .picture-imgbg {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(to right, #fe724a, #ffddd3);
  animation-duration: 3s;
}
.index-menu .picture-box .bg-picture .picture-left {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -45px;
  display: inline-block;
  width: 0.92rem;
  height: 1.005rem;
  z-index: 100;
  background: url(../images/point.png) no-repeat;
  background-size: 100% 100%;
  animation-duration: 3s;
}
.index-menu .picture-box .bg-picture .picture-right {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: -45px;
  display: inline-block;
  width: 0.92rem;
  height: 1.005rem;
  z-index: 100;
  background: url(../images/point.png) no-repeat;
  background-size: 100% 100%;
  animation-duration: 3s;
}
.index-menu .picture-box .img-box {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  border-radius: 40px;
  box-shadow: 0px 4px 15px 0px #feede2;
  border: 1px solid #feede2;
  z-index: 100;
  overflow: hidden;
  animation-duration: 3s;
}
.index-menu .text-box {
  position: relative;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-menu .text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 30px;
  background: url(../images/tips_title.png) no-repeat;
  background-size: 100% 100%;
}
.index-menu .text-box h2 {
  margin-bottom: 15px;
  font-size: 0.16rem;
  font-weight: 600;
  color: #FB693A;
}
.index-menu .text-box p {
  font-size: 0.1rem;
  font-weight: 500;
  color: #666666;
  line-height: 2;
}
.index-menu:nth-child(odd) .picture-box {
  padding-left: 0;
  padding-right: 45px;
  justify-content: flex-end;
}
.index-menu:nth-child(odd) .picture-box .bg-picture .picture-imgbg {
  background: linear-gradient(to left, #fe724a, #ffddd3);
}
.index-menu-phone {
  padding: 0.6rem 0 0;
}
.index-menu-phone .text-box {
  position: relative;
  margin-bottom: 0.25rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-menu-phone .text-box h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 0.13rem;
  font-weight: 600;
  color: #FB693A;
}
.index-menu-phone .text-box p {
  font-size: 0.07rem;
  font-weight: 500;
  color: #333333;
  line-height: 2;
}
.index-menu-phone .picture-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.115rem;
  width: 100%;
  height: 2.6rem;
  text-align: center;
}
.index-menu-phone .picture-box .bg-picture {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/circle.png) no-repeat;
  background-size: 100% 100%;
}
.index-menu-phone .picture-box .bg-picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.23rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.46rem;
  height: 0.5rem;
  background: url(../images/point.png) no-repeat;
  background-size: 100% 100%;
}
.index-menu-phone .picture-box .bg-picture::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.23rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.46rem;
  height: 0.5rem;
  background: url(../images/point.png) no-repeat;
  background-size: 100% 100%;
}
.index-menu-phone .picture-box .img-box {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 2.59rem;
  border: 1px solid #feede2;
  border-radius: 40px;
  box-shadow: 0px 4px 15px 0px #feede2;
  z-index: 100;
  overflow: hidden;
}
.index-menu-phone .picture-box .img-box img {
  width: 100%;
}
.index-menu-phone .tips-title {
  margin: 0.4rem 0 0;
  width: 100%;
  height: 0.075rem;
  background: url(../images/tips_title.png) no-repeat;
  background-size: 100% 100%;
}
.primary-index {
  padding: 0.6rem 0;
  min-height: 2.39rem;
  display: flex;
  justify-content: space-between;
}
.primary-index .left-box {
  width: 40%;
}
.primary-index .right-box {
  width: 60%;
}
.primary-index .right-box h1 {
  margin-bottom: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
}
.primary-index .right-box p {
  margin-bottom: 0.08rem;
  color: #333;
  line-height: 2;
  text-indent: 2em;
}
.update-container {
  background-color: #f5fdff;
}
.update-index {
  padding: 0.4rem 0;
  min-height: 2.39rem;
}
.update-index .log-name {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
}
.update-index .update-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.15rem;
  background-color: #fff;
  border-radius: 10px;
}
.update-index .update-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.update-index .update-list li .version {
  flex-shrink: 0;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #ff7840;
  font-size: 0.07rem;
  color: #fff;
}
.update-index .update-list li .date-box {
  margin-left: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.update-index .update-list li .date-box .year {
  font-size: 0.08rem;
  font-weight: 400;
}
.update-index .update-list li .date-box span {
  line-height: 1.6;
  font-size: 0.1rem;
  font-weight: 700;
  color: #666666;
}
.update-index .update-list li .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.update-index .update-list li .content p {
  line-height: 1.6;
  font-size: 0.08rem;
  color: #333;
}
.update-index .update-phone li {
  padding: 0.15rem 0.1rem;
  background-color: #fff;
  border-radius: 10px;
}
.update-index .update-phone li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.update-index .update-phone .version {
  margin-bottom: 0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.update-index .update-phone .version p,
.update-index .update-phone .version span {
  font-size: 0.08rem;
  color: #333;
}
.update-index .update-phone .version p {
  font-size: 0.1rem;
  font-weight: 700;
  color: #e8783e;
}
.update-index .update-phone .content p {
  margin-bottom: 0.05rem;
  line-height: 1.6;
  font-size: 0.08rem;
  color: #333;
}
.page-container {
  display: flex;
  margin-top: 0.5rem;
}
.page-container .pagination-item {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-container .pagination-item li {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background: #eee;
  line-height: 0.2rem;
  text-align: center;
  margin: 0.1rem;
  border-radius: 0.02rem;
}
.page-container .pagination-item li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.08rem;
  color: #333;
  transition: all 0.2s;
  border-radius: 0.02rem;
}
.page-container .pagination-item li a.active {
  background: #E92C7A;
  color: #fff;
}
.page-container .pagination-item li a:hover {
  background: #E92C7A;
  color: #fff;
}
.footer-container {
  position: relative;
  padding: 65px 0;
  width: 100%;
  height: 1.52rem;
  background: #FC6E35;
}
.footer-container .footer-center {
  display: flex;
  justify-content: space-between;
}
.footer-container .footer-center .left {
  flex: 1;
  display: flex;
  align-items: center;
}
.footer-container .footer-center .left .official,
.footer-container .footer-center .left .wechart {
  text-align: center;
}
.footer-container .footer-center .left .official {
  margin-right: 40px;
}
.footer-container .footer-center .left .img-box {
  padding: 3px;
  width: 0.59rem;
  height: 0.59rem;
  background: #FFFFFF;
}
.footer-container .footer-center .left .img-box img {
  width: 100%;
  height: 100%;
}
.footer-container .footer-center .left span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer-container .footer-center .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-container .footer-center .right .menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-container .footer-center .right .menu-list li a {
  font-size: 0.1rem;
  font-weight: 500;
  color: #FFFFFF;
}
.footer-container .footer-center .right .menu-list li:not(:first-child) {
  margin-left: 30px;
}
.footer-container .footer-center .right .copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 0.8rem;
}
.footer-container .footer-center .right .copyright p {
  text-align: right;
  font-size: 0.08rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
}
.footer-container .footer-center .right .copyright p a {
  color: #FFFFFF;
  font-size: 0.07rem;
}
