@charset "UTF-8";
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 {
    display: flex;
    align-items: center;
  width: 72px;
  margin-left: 40px;
}

.header .inner .logo img {
  vertical-align: middle;
  /* width: 100% */
}

.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-top: auto;
  margin-bottom: auto;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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 .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;
  bottom: 0;
  right: calc(100% + 29px);
  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;
  }
}
