@charset "UTF-8";

/* 新样式特点 */
.toTop {
  position: fixed;
  right: 30px;
  /* 距右边30px */
  bottom: 50px;
  /* 距底部50px */
  z-index: 9999;
  /* 最高层级 */
}

.toTop a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* 完美圆形 */
  background: 渐变蓝紫;
  /* 现代渐变色 */
  box-shadow: 阴影效果;
  /* 悬浮阴影 */
}

body.vi {
  font-family: "Times new roman";
}

.flex-1,
.flex-10,
.flex-11,
.flex-12,
.flex-2,
.flex-3,
.flex-4,
.flex-5,
.flex-6,
.flex-8,
.flex-9,
.header .inner .logo {
  float: left;
}

.bounceIn,
.bounceInUp {
  -webkit-animation-duration: 0.75s;
}

.footer .inner:after,
.header .inner:after,
.main-wrapper .Index-inner:after,
.row:after {
  clear: both;
  content: "";
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

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

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ol,
ul {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

a:hover {
  -webkit-tap-highlight-color: transparent;
}

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

@media screen and (max-width: 768px) {
  :root {
    font-size: 15.625vw;
  }
}

.row {
  zoom: 1;
}

.row:after {
  display: block;
  height: 0;
}

.flex-1 {
  width: 8.33333%;
}

.flex-2 {
  width: 16.66667%;
}

.flex-3 {
  width: 25%;
}

.flex-4 {
  width: 33.33333%;
}

.flex-5 {
  width: 41.66667%;
}

.flex-6 {
  width: 50%;
}

.flex-7 {
  float: left;
  width: 58.33333%;
}

.flex-8 {
  width: 66.66667%;
}

.flex-9 {
  width: 75%;
}

.flex-10 {
  width: 83.33333%;
}

.flex-11 {
  width: 91.66667%;
}

.flex-12 {
  width: 100%;
}

.header {
  width: 100%;
  background-color: #0084fe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 150px;
  zoom: 1;
  transition: all 0.3s linear;
}

.header .inner:after {
  display: block;
  height: 0;
}

.header .inner.rHeight {
  height: 80px !important;
}

.header .inner.rHeight .logo,
.header .inner.rHeight .nav {
  height: 80px;
  line-height: 80px;
}

.header .inner .logo,
.header .inner .nav {
  height: 150px;
  line-height: 150px;
  transition: all 0.2s linear;
}

.header .inner .logo {
  width: 72px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .inner .logo img {
  height: 40px;
  transition: all 0.2s linear;
  display: block;
}

.header .inner .nav {
  float: right;
}

.header .inner .nav .nav-a {
  transition: all 0.2s linear;
  font-size: 18px;
  color: #bcdfff;
  width: auto;
  padding: 0 40px;
  text-align: center;
  display: inline-block;
}

.header .inner .nav .nav-a :hover,
.header .inner .nav .nav-a.active {
  color: #fff;
  font-weight: 700;
}

.header .inner .nav .nav-a.language>span {
  color: #fff;
  background: #0076ec;
  width: 91px;
  height: 31px;
  display: inline-block;
  line-height: 31px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
}

.header .inner .nav .nav-a.language>span img {
  width: 6px;
}

.header .inner #openBtn .close,
.header .inner .phone-language,
.up-arrow,
.w-nav {
  display: none;
}

.header .inner #openBtn .close,
.header .inner .showPopup {
  display: none;
}

.header .inner #openBtn .close,
.header .inner .popupContainer {
  display: none;
}

.footer {
  background: #f7f9fb;
  width: 100%;
  min-width: 1200px;
}

.footer .inner {
  width: 600px !important;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  zoom: 1;
  display: flex;
  justify-content: center;
}

.footer .inner:after {
  display: block;
  height: 0;
}

.footer .inner .footer-logo {
  width: 46px;
  line-height: 120px;
  display: inline-block;
  margin-right: 23px;
  vertical-align: top;
}

.footer .inner .footer-logo img {
  vertical-align: middle;
  width: 100%;
}

.footer .inner .footer-content {
  /* display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 38px 0 */
  font-size: 14px;
  color: #a1afc2;
  height: 120px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .inner .footer-content div {
  text-align: left;
}

@-webkit-keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceIn {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceIn {

  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@keyframes movell {
  0% {
    left: auto;
    right: 0;
  }

  40% {
    width: 0;
    left: auto;
    right: 0;
  }

  60% {
    left: 0;
    right: auto;
    width: 0%;
  }

  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@-webkit-keyframes movell {
  0% {
    left: auto;
    right: 0;
  }

  40% {
    width: 0;
    left: auto;
    right: 0;
  }

  60% {
    left: 0;
    right: auto;
    width: 0%;
  }

  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@keyframes upToDown {

  0%,
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }

  50% {
    transform: translate(0, -10px);
    opacity: 0.8;
  }
}

@-webkit-keyframes upToDown {

  0%,
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, -10px);
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: 6.4rem;
  }

  .header .inner {
    height: 1rem;
    width: 100%;
  }

  .header .inner.rHeight {
    height: 1rem !important;
  }

  .header .inner .logo,
  .header .inner.rHeight .logo {
    line-height: 1;
    height: 0.4rem;
  }

  .header .inner .logo {
    width: 0.72rem;
    margin: 0.3rem 0.48rem 0;
  }

  .header .inner .logo img {
    vertical-align: text-top;
    height: 100%;
  }

  .header .inner .nav {
    display: none;
  }

  .header .inner #openBtn {
    display: block;
    position: absolute;
    color: #27282c;
    top: 0;
    padding-top: 0.5rem;
    padding-right: 0.83rem;
    right: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    cursor: pointer;
    margin-top: -0.16rem;
    width: 0.3rem;
  }

  .header .inner #openBtn:hover {
    -webkit-tap-highlight-color: transparent;
  }

  .header .inner #openBtn .hide {
    display: none;
    opacity: 1 !important;
  }

  .header .inner #openBtn .lcbody {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 0.32rem;
    height: 0.32rem;
  }

  .header .inner #openBtn .lcbody .lcitem {
    width: 100%;
    background: 0 0;
    height: 0.04rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    -webkit-transition: 0.36s;
    -moz-transition: 0.36s;
    transition: 0.36s;
  }

  .header .inner #openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 0.04rem;
    top: 0;
    left: auto;
    right: 0;
    background: #fff;
    border-radius: 0.08rem;
  }

  .header .inner #openBtn .lcbody .lcitem.center {
    display: block;
    top: 0.14rem;
  }

  .header .inner #openBtn .lcbody .lcitem.center div {
    animation: movell 0.4s;
    animation-iteration-count: 1;
    animation-delay: 0.1s;
  }

  .header .inner #openBtn .lcbody .lcitem.top {
    top: 0;
  }

  .header .inner #openBtn .lcbody .lcitem.top div {
    animation: movell 0.4s;
    animation-fill-mode: both;
    animation-delay: 0;
  }

  .header .inner #openBtn .lcbody .lcitem.bottom {
    bottom: 0;
  }

  .header .inner #openBtn .lcbody .lcitem.bottom div {
    animation: movell 0.4s;
    animation-delay: 0.2s;
  }

  .openMenu #openBtn .lcbody .lcitem.bottom div,
  .openMenu #openBtn .lcbody .lcitem.center div,
  .openMenu #openBtn .lcbody .lcitem.top div {
    animation-duration: 0.5s;
  }

  .header .inner #openBtn .lcbody .close {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    top: 0;
    background: url(../images/nav-list.png) center no-repeat;
    background-size: 100% !important;
  }

  .header .inner .phone-language {
    display: block;
    position: absolute;
    top: 0;
    right: 1.2rem;
    padding-top: 0.35rem;
    font-size: 0.2rem;
  }

  .header .inner .phone-language span {
    background: #0076ec;
    padding: 0.04rem 0.08rem;
    color: #fff;
    border-radius: 0.06rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .inner .phone-language span img {
    width: 0.06rem;
    height: 0.1rem;
  }

  .openMenu #openBtn .lcbody .lcitem {
    opacity: 0;
  }

  .openMenu #openBtn .lcbody .lcitem.top {
    top: 0.134rem !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .openMenu #openBtn .lcbody .lcitem.center {
    opacity: 0 !important;
  }

  .openMenu #openBtn .lcbody .lcitem.bottom {
    bottom: 0.14rem !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .openMenu #openBtn .lcbody .close {
    background: url(../images/close.png) center no-repeat !important;
  }

  .openMenu .w-nav .w-nav-list {
    top: 1rem !important;
  }

  .w-nav {
    display: block;
  }

  .w-nav .w-nav-list {
    position: fixed;
    top: -30%;
    left: 0;
    z-index: 9;
    background-color: #0084fe;
    transition: top 0.3s ease-in-out;
    width: 6.4rem;
  }

  .w-nav .w-nav-list hr {
    margin: 0 0.4rem;
    background: #309cff;
    border: none;
    height: 1px;
  }

  .w-nav .w-nav-list .w-nav-a {
    line-height: 1rem;
    height: 1rem;
    color: #bcdfff;
    font-size: 0.3rem;
    text-align: center;
    width: 100%;
    display: block;
  }

  .w-nav .w-nav-list .w-nav-a.active {
    color: #fff;
    font-weight: 700;
  }

  .w-nav .nav-modal {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    transition: background-color 0.3s ease-in-out 0.3s;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }

  .footer .inner {
    width: 100% !important;
    height: 1.04rem;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer .inner .footer-logo {
    display: none;
  }

  .footer .inner .footer-content {
    font-size: 0.2rem;
    height: 1.04rem;
    line-height: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .footer .inner .footer-content div {
    text-align: center;
  }

  .up-arrow {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -0.3rem;
    z-index: 9;
    line-height: 0;
    text-align: center;
    animation: upToDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  .up-arrow img {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: #000;
}

.main-wrapper {
  width: 100%;
  background-color: #fff;
}

.main-wrapper .hide {
  opacity: 0 !important;
}

.main-wrapper .banner {
  background: #0084fe;
  height: 588px;
  width: 100%;
  min-width: 1200px;
  padding-top: 150px;
  position: relative;
}

.main-wrapper .banner .bg {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: url(../images/banner.png) center no-repeat;
}

.main-wrapper .banner .bg .headImg {
  width: 120px;
  margin: 37.7px auto 0;
}

.main-wrapper .banner .bg .headImg img {
  width: 100%;
}

.main-wrapper .banner .bg .title {
  margin-top: 40px;
  font-size: 56px;
  color: #fff;
  line-height: 87px;
  font-weight: 700;
}

.main-wrapper .banner .bg .description {
  color: #fff;
  line-height: 25px;
  margin-top: 8px;
  font-size: 18px;
}

.main-wrapper .phone-inner {
  display: none;
}

.main-wrapper .Index-inner {
  min-width: 1200px;
  zoom: 1;
}

.main-wrapper .Index-inner:after {
  display: block;
  height: 0;
}

.main-wrapper .Index-inner .download {
  width: 760px;
  margin: 63px auto 157px;
}

.main-wrapper .Index-inner .download .box {
  display: inline-block;
  width: 200px;
  height: 236px;
  vertical-align: top;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.main-wrapper .Index-inner .download .box .box-img {
  width: 200px;
  height: 200px;
  border: 1px solid #d1d9e1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
}

.main-wrapper .Index-inner .download .box .box-img.downloadhover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #fff;
  background-image: url(../images/icon-download.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.main-wrapper .Index-inner .download .box .box-img.downloadhover:hover:before {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.main-wrapper .Index-inner .download .box .box-img .icons {
  width: 38px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-wrapper .Index-inner .download .box .box-img canvas,
.main-wrapper .Index-inner .download .box .box-img img {
  width: 126px;
  margin: 37px;
}

.main-wrapper .Index-inner .download .box .box-text {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #859cbb;
}

.main-wrapper .Index-inner .download .box p {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 17px;
  margin-top: 8px;
}

.main-wrapper .Index-inner .download .box:hover .box-img {
  border: 1px solid #e1e8ee;
  box-shadow: 0 8px 10px #ecf0f3;
}

.main-wrapper .Index-inner .download .box:hover .box-text {
  color: #000;
}

.main-wrapper .Index-inner .download .box:nth-child(2) {
  margin: 0 75px;
}

.main-wrapper .Index-inner .block-hide {
  opacity: 0;
}

.main-wrapper .Index-inner .block {
  text-align: center;
  height: 1040px;
  position: relative;
}

.main-wrapper .Index-inner .block .title {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 46px;
  font-weight: 700;
  color: #00295f;
  width: 100%;
  height: 110px;
  line-height: 3.5;
}

.main-wrapper .Index-inner .block .description {
  position: absolute;
  top: 125px;
  z-index: 2;
  font-size: 20px;
  line-height: 28px;
  color: #004086;
  width: 100%;
}

.main-wrapper .Index-inner .block .Img {
  z-index: 1;
  height: 1040px;
  width: 100%;
  min-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
}

.main-wrapper .Index-inner #block-1 .title {
  background: url(../images/TEXT1.png) top no-repeat;
}

.main-wrapper .Index-inner #block-1 .Img {
  background: url(../images/1.jpg) center no-repeat;
}

.main-wrapper .Index-inner #block-2 .title {
  background: url(../images/TEXT2.png) top no-repeat;
}

.main-wrapper .Index-inner #block-2 .Img {
  background: url(../images/2.jpg) center no-repeat;
}

.main-wrapper .Index-inner #block-3 .title {
  background: url(../images/TEXT3.png) top no-repeat;
}

.main-wrapper .Index-inner #block-3 .Img {
  background: url(../images/3.jpg) center no-repeat;
}

.main-wrapper .Index-inner .bottom-Img {
  width: 530px;
  margin: 15.6px auto 161px;
}

.main-wrapper .Index-inner .bottom-Img img {
  width: 100%;
}

.main-wrapper .fiexd-block {
  position: fixed;
  bottom: 4.6%;
  right: 6%;
  z-index: 100;
  transition: opacity 0.3s linear;
}

.main-wrapper .fiexd-block.hide {
  bottom: -50% !important;
}

.main-wrapper .fiexd-block>div {
  width: 82px;
  height: 82px;
}

.main-wrapper .fiexd-block>div img {
  width: 100%;
}

.main-wrapper .fiexd-block .qrcode {
  margin-top: 18px;
}

.main-wrapper .fiexd-block .qrcode .detail {
  width: 280px;
  height: 320px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(43, 58, 73, 0.2);
  position: absolute;
  top: 50%;
  right: calc(100% + 29px);
  transform: translateY(-50%);
  display: none;
}

.main-wrapper .fiexd-block .qrcode .detail .text {
  color: #08223e;
  font-size: 20px;
  text-align: center;
  margin: 42px auto 10px;
}

.main-wrapper .fiexd-block .qrcode .detail .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.main-wrapper .fiexd-block .qrcode .detail .img canvas {
  width: 100%;
}

.main-wrapper .fiexd-block .qrcode .detail .img img {
  position: absolute;
  width: 56px;
  top: 72px;
  left: 72px;
  padding: 5px;
  background: #fff;
  border-radius: 6px;
}

.main-wrapper .fiexd-block .qrcode:hover .detail {
  display: block;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.en .main-wrapper .banner .bg .title {
  font-size: 48px;
  margin-top: 48px;
}

.en .main-wrapper .banner .bg .description {
  font-size: 14px;
}

.en .main-wrapper .Index-inner #block-1 .Img {
  background: url(../images/en-1.jpg) center no-repeat;
}

.en .main-wrapper .Index-inner #block-2 .Img {
  background: url(../images/en-2.jpg) center no-repeat;
}

.en .main-wrapper .Index-inner #block-3 .Img {
  background: url(../images/en-3.jpg) center no-repeat;
}

.vi .main-wrapper .Index-inner #block-1 .Img {
  background: url(../images/vi-1.jpg) center no-repeat;
}

.vi .main-wrapper .Index-inner #block-2 .Img {
  background: url(../images/vi-2.jpg) center no-repeat;
}

.vi .main-wrapper .Index-inner #block-3 .Img {
  background: url(../images/vi-3.jpg) center no-repeat;
}

.pt .main-wrapper .Index-inner #block-1 .Img {
  background: url(../images/pt-1.jpg) center no-repeat;
}

.pt .main-wrapper .Index-inner #block-2 .Img {
  background: url(../images/pt-2.jpg) center no-repeat;
}

.pt .main-wrapper .Index-inner #block-3 .Img {
  background: url(../images/pt-3.jpg) center no-repeat;
}

@media screen and (max-width: 768px) {
  .main-wrapper .banner {
    height: 6.5rem;
    min-width: auto;
    padding-top: 1rem;
  }

  .main-wrapper .banner .bg {
    height: 5.5rem;
    width: 6.4rem;
    text-align: center;
    overflow: hidden;
    background-size: 92% !important;
    background: url(../images/w-Private.png) center no-repeat;
  }

  .main-wrapper .banner .bg .headImg {
    width: 1.24rem;
    height: 1.38rem;
    margin: 1.01rem auto 0;
  }

  .main-wrapper .banner .bg .title {
    margin: 0.5rem 0.2rem 0;
    font-size: 0.48rem;
    line-height: 0.67rem;
  }

  .main-wrapper .banner .bg .description {
    line-height: 0.28rem;
    margin: 0.16rem 0.2rem 0;
    font-size: 0.2rem;
  }

  .main-wrapper .phone-inner {
    display: block;
  }

  .main-wrapper .phone-inner .download {
    margin: 0.3rem 0 0.02rem;
    text-align: center;
  }

  .main-wrapper .phone-inner .download .download-text {
    color: #a1afc2;
    margin: 0.12rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .main-wrapper .phone-inner .download .download-text.about {
    margin-top: 0.4rem;
  }

  .main-wrapper .phone-inner .download .download-btn {
    background: -webkit-linear-gradient(right, #00b7ff, #0092fe);
    background: linear-gradient(right, #00b7ff, #0092fe);
    background-color: #d7d7d7;
    width: 3.88rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.44rem;
    font-size: 0.26rem;
    margin: 0 auto;
    position: relative;
    display: none;
    -webkit-box-shadow: 0 0.1rem 0.12rem rgba(79, 92, 109, 0.2);
    -moz-box-shadow: 0 0.1rem 0.12rem rgba(79, 92, 109, 0.2);
    box-shadow: 0 0.1rem 0.12rem rgba(79, 92, 109, 0.2);
    color: #fff;
    font-weight: bold;
  }

  .main-wrapper .phone-inner .download .download-btn.ty2 {
    line-height: normal;
    padding-top: 0.1rem;
    margin-top: 0.4rem;
  }

  .main-wrapper .phone-inner .download .download-btn a {
    color: #fff;
    font-weight: 700;
    display: block;
  }

  .main-wrapper .phone-inner .download .download-btn a span {
    font-size: 0.2rem;
    line-height: 1.2;
    display: block;
  }

  .main-wrapper .phone-inner .download .about-txt {
    font-size: 0.24rem;
    color: #007bff;
  }

  #ios-box {
    display: none;
  }

  .main-wrapper .phone-inner .download .download-btn.text {
    margin-top: 0.4rem;
    display: block;
  }

  .main-wrapper .Index-inner .download,
  .main-wrapper .fiexd-block {
    display: none;
  }

  .main-wrapper .phone-inner .download .download-btn a:hover {
    -webkit-tap-highlight-color: transparent;
  }

  .main-wrapper .Index-inner {
    min-width: 100%;
  }

  .main-wrapper .Index-inner .block {
    height: 6.46rem;
    margin-top: 1.35rem;
  }

  .main-wrapper .Index-inner .block .title {
    background-size: 30% !important;
    font-size: 0.48rem;
    width: 100%;
    height: 1.064rem;
    line-height: 3.5;
    color: #000;
  }

  .main-wrapper .Index-inner .block .description {
    top: 1.164rem;
    z-index: 2;
    font-size: 0.24rem;
    line-height: 0.33rem;
    color: #4e4e4e;
    width: 100%;
    padding: 0 0.2rem;
  }

  .main-wrapper .Index-inner .block .Img {
    height: 4.66rem;
    width: 100%;
    min-width: 100%;
    background-size: 100% !important;
    top: 1.8rem;
  }

  .main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/w-1.jpg) no-repeat;
  }

  .main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/w-2.jpg) no-repeat;
  }

  .main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/w-3.png) no-repeat;
  }

  .main-wrapper .Index-inner .bottom-Img {
    width: 5.3rem;
    margin: 1.2rem auto 1.21rem;
  }

  .main-wrapper .bottom-download {
    background: #f7f9fb;
    text-align: center;
    overflow: hidden;
  }

  .main-wrapper .bottom-download .icon {
    margin: 1.18rem auto 0;
    width: 1.2rem;
    height: 1.2rem;
  }

  .main-wrapper .bottom-download .icon img {
    width: 100%;
  }

  .main-wrapper .bottom-download .icon-text {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin: 0.04rem auto 0.12rem;
  }

  .main-wrapper .bottom-download .download {
    margin-bottom: 0.91rem;
  }

  .en .main-wrapper .banner .bg .title {
    margin-top: 0.5rem;
    font-size: 0.3rem;
  }

  .en .main-wrapper .banner .bg .description {
    font-size: 0.2rem;
  }

  .en .main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/en-w-1.jpg) center no-repeat;
  }

  .en .main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/en-w-2.jpg) center no-repeat;
  }

  .en .main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/en-w-3.jpg) center no-repeat;
  }

  .vi .main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/vi-w-1.jpg) center no-repeat;
  }

  .vi .main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/vi-w-2.jpg) center no-repeat;
  }

  .vi .main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/vi-w-3.jpg) center no-repeat;
  }

  .pt .main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/pt-w-1.jpg) center no-repeat;
  }

  .pt .main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/pt-w-2.jpg) center no-repeat;
  }

  .pt .main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/pt-w-3.jpg) center no-repeat;
  }
}

.about-inner {
  width: 1128px;
  margin: 0 auto;
  padding-top: 248px;
  min-height: calc(100vh - 120px);
}

.about-inner .title {
  font-size: 46px;
  color: #00295f;
  margin-bottom: 46px;
  font-weight: 700;
  line-height: 1.4;
}

.about-inner .description {
  font-size: 20px;
  color: #08223e;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .about-inner {
    width: 92%;
    margin: 0 4%;
    padding-top: 2rem;
    min-height: calc(100vh - 1rem);
  }

  .about-inner .title {
    font-size: 0.46rem;
    margin-bottom: 0.46rem;
    line-height: 1.4;
  }

  .about-inner .description {
    font-size: 0.28rem;
    line-height: 1.8;
  }
}

.privacy-inner {
  width: 1120px;
  padding-top: 305px;
  margin: 0 auto;
  min-height: calc(100vh - 120px);
}

.privacy-inner .title {
  color: #00295f;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 64px;
  line-height: 1.4;
}

.privacy-inner .content {
  color: #08223e;
}

.privacy-inner .content .content-title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 700;
}

.privacy-inner .content .content-description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}

.privacy-inner .content .content-description a {
  color: #0084fe;
  text-decoration: underline #0084fe;
}

@media screen and (max-width: 768px) {
  .privacy-inner {
    width: 92%;
    margin: 0 4%;
    padding-top: 2rem;
    min-height: calc(100vh - 1rem);
  }

  .privacy-inner .title {
    font-size: 0.46rem;
    margin-bottom: 0.46rem;
    line-height: 1.4;
  }

  .privacy-inner .content .content-title {
    font-size: 0.36rem;
    line-height: 0.66rem;
    margin-bottom: 0.05rem;
  }

  .privacy-inner .content .content-description {
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-bottom: 0.6rem;
  }
}

.news-inner {
  width: 1128px;
  margin: 0 auto;
  padding-top: 248px;
  min-height: calc(100vh - 120px);
}

.news-inner .news-title {
  font-size: 46px;
  color: #00295f;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  line-height: 1.4;
}

.news-inner .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.news-inner .news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.news-inner .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.news-inner .news-card-cover {
  height: 180px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background-size: cover;
  background-position: center;
}

.news-inner .news-card-info {
  padding: 20px;
}

.news-inner .news-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-inner .news-card-meta {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}

.news-inner .news-card-meta span {
  margin-right: 12px;
}

.news-inner .news-empty {
  text-align: center;
  padding: 80px 20px;
  color: #999;
  font-size: 16px;
}

.news-inner .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.news-inner .pagination-wrapper a,
.news-inner .pagination-wrapper span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.news-inner .pagination-wrapper a {
  background: #f5f5f5;
  color: #666;
}

.news-inner .pagination-wrapper a:hover {
  background: #667eea;
  color: #fff;
}

.news-inner .pagination-wrapper span.active {
  background: #667eea;
  color: #fff;
  font-weight: 600;
}

.news-inner .pagination-wrapper span.disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
}

.detail-inner {
  width: 900px;
  margin: 0 auto;
  padding-top: 248px;
  min-height: calc(100vh - 120px);
}

.detail-inner .detail-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}

.detail-inner .detail-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #999;
  font-size: 14px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.detail-inner .detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.detail-inner .detail-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #333;
}

.detail-inner .detail-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 15px;
  color: #444;
}

.detail-inner .detail-content p {
  margin-bottom: 20px;
}

.detail-inner .detail-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

.detail-inner .detail-content ul,
.detail-inner .detail-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.detail-inner .detail-content li {
  margin-bottom: 10px;
}

.detail-inner .detail-content blockquote {
  border-left: 4px solid #667eea;
  padding-left: 20px;
  margin: 30px 0;
  color: #666;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.detail-inner .detail-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  gap: 20px;
}

.detail-inner .detail-nav-item {
  flex: 1;
  max-width: 48%;
}

.detail-inner .detail-nav-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.detail-inner .detail-nav a {
  display: block;
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-inner .detail-nav a:hover {
  color: #764ba2;
}

.detail-inner .detail-nav-empty {
  color: #ccc;
  font-size: 14px;
}

.detail-inner .related-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.detail-inner .related-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.detail-inner .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.detail-inner .related-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s;
}

.detail-inner .related-card:hover {
  background: #667eea;
}

.detail-inner .related-card:hover h4 {
  color: #fff;
}

.detail-inner .related-card:hover span {
  color: rgba(255, 255, 255, 0.7);
}

.detail-inner .related-card h4 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.detail-inner .related-card span {
  font-size: 12px;
  color: #999;
  transition: color 0.3s;
}

.detail-inner .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
}

.detail-inner .back-btn:hover {
  color: #764ba2;
}

@media screen and (max-width: 992px) {
  .news-inner .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .news-inner {
    width: 92%;
    margin: 0 4%;
    padding-top: 2rem;
    min-height: calc(100vh - 1rem);
  }

  .news-inner .news-title {
    font-size: 28px;
  }

  .news-inner .news-grid {
    grid-template-columns: 1fr;
  }

  .detail-inner {
    width: 92%;
    margin: 0 4%;
    padding-top: 2rem;
    min-height: calc(100vh - 1rem);
  }

  .detail-inner .detail-title {
    font-size: 24px;
  }

  .detail-inner .related-grid {
    grid-template-columns: 1fr;
  }

  .detail-inner .detail-nav {
    flex-direction: column;
  }

  .detail-inner .detail-nav-item {
    max-width: 100%;
  }
}

/* ========== 优化后的回到顶部按钮 ========== */
.toTop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.toTop.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.toTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}

.toTop a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.toTop img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.toTop a:hover img {
  transform: translateY(-2px);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .toTop {
    right: 20px;
    bottom: 30px;
  }

  .toTop a {
    width: 44px;
    height: 44px;
  }
}