@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 10vw;
}
body {
  font-family: PingFang SC, Microsoft Yahei;
  letter-spacing: .5px;
  font-size: 12px;
  color: #b3b3b3;
  margin: 0;
  background: #fff;
  height: 100%;
  min-width: 320px;
  min-width: 1080px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 5px auto 0;
  outline-offset: -2px;
}
p {
  margin: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, .h1 {
  font-size: 36px;
  margin: 0;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
i, em {
  font-style: normal;
}
.flex-auto, .flex-box, .flex-column, .flex-wrap, [class*=align-], [class*=col-], [class*=items-], [class*=justify-], [class*=row-] {
  display: flex;
}
.flex-column, [class*=row-] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
i {
  font-style: normal;
}
h1 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
}
h2 {
  font-size: 1.7rem;
}
table, td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
button {
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #37404e;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff2a40;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-wrapper .item {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  opacity: .6;
}
.swiper-wrapper .item-1 {
  background-image: url("../imgs/item1.jpg")
}
.swiper-wrapper .item-2 {
  background-image: url("../imgs/item2.jpg")
}
.swiper-wrapper .item-3 {
  background-image: url("../imgs/item3.jpg")
}
/**************************************************************************************************************************************/
header {
  position: fixed;
  width: 100vw;
  z-index: 9999;
  background-color: transparent;
  color: #fff;
}
header.bg-fixed {
  background-color: #000;
  color: #fff;
}
.head-box {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1080px;
  padding: 0 20px;
}
.head-spacer {
  height: 60px;
  line-height: 60px;
}
.head-logo {
  position: relative;
  z-index: 1;
  padding: 5px 0px;
  height: 60px;
  line-height: 60px;
}
.head-logo a {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
}
.head-logo a img {
  height: 100%;
  width: auto;
}
.head-nav {
  display: flex;
  margin-left: auto;
}
.head-nav ul {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  font-size: 16px;
}
.head-nav ul li {
  display: flex;
  position: relative;
  padding: 0px 13px;
  line-height: 60px;
  height: 100%;
  align-items: flex-end;
}
.head-nav ul li a {
  width: 100%;
}
.head-nav ul li a.active {
  color: #b62223;
}
.head-nav ul li .nav-hide {
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 2;
  padding: 0px 13px;
  background: #FFF;
}
.head-nav ul li .nav-hide::after {
  display: none;
  border-top: 3px solid #b62223;
}
.head-nav ul li:hover .nav-hide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
}
.head-nav .language {
  position: relative;
  display: flex;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
}
.head-nav .language a em {
  margin-left: 6px;
}
.head-nav .language dl {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
}
.head-nav .language dl dd {
  height: 40px;
  line-height: 40px;
}
.head-nav .language dl dd a {
  display: flex;
  font-size: 14px;
  width: 100%;
  justify-content: center;
}
.navbar-toggle {
  display: none;
}
/***************************************/
.nav-enquiry {
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  transition: right .8s ease;
  pointer-events: auto;
}
.nav-enquiry .model-cover {
  height: 100%;
  width: 100%;
}
.nav-enquiry.active {
  right: 0;
}
.nav-enquiry .enquiry-container {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  background: #f8f8f8;
}
.nav-enquiry .enquiry-container .enquiry-form {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding: 20px;
}
.nav-enquiry .enquiry-container .enquiry-form .container-title {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 700;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us {
  position: relative;
  margin: 20px 0 0;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .privacy-policy {
  opacity: .6;
  margin: 0 0 20px;
  color: #000;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field {
  opacity: .6;
  margin: 0 0 14px;
  display: block;
  position: relative;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field img {
  display: block;
  width: 24px;
  float: left;
  margin: 0 10px 0 0;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .imgs-field a {
  width: calc(100% - 20px);
  color: #000;
  font-size: 14px;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .text-field {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .text-field input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .full-field {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .full-field textarea {
  height: 100px;
  width: 100%;
  padding: 14px;
  resize: none;
  outline: none;
  background: #fff;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .enquiry-bottom {
  display: block;
  width: 100%;
  position: relative;
}
.nav-enquiry .enquiry-container .enquiry-form .container-us .enquiry-bottom a {
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
  background: #a09d9d;
  text-align: center;
  transition: all .3s ease;
}
/***************************************************/
.banner_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .86);
  position: relative;
  overflow: hidden;
}
.download {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 999;
}
.download .download-left {
  display: flex;
  flex-direction: column;
}
.download .download-left h1 {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
}
.download .download-left h3 {
  font-size: 24px;
  color: #aaa;
  font-weight: 600;
  padding-top: 20px;
}
.download-left .group {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.download-left .group.h5 {
  display: none;
}
.download-left .download-item {
  position: relative;
  flex: 0 1 auto;
}
.download-left .download-item:nth-child(1) {
  margin-right: 20px;
}
.download .btn-img {
  cursor: pointer;
}
.download .btn-img img {
  height: 56px;
  max-width: initial;
}
.download .download-bom {
  display: flex;
}
.download-mobile {
  display: none;
  margin-right: 20px;
}
.dotwallet-mobile {
  display: none;
  margin-right: 20px;
}
.download-text .box-tip {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.download-text .box-tip h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 14px;
}
.download-text .box-tip p {
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb;
}
.download-item .sandbox {
  display: none;
  position: absolute;
  top: -162px;
  left: 26px;
  background-color: #f5f5f5;
  width: 142px;
  height: 142px;
  border-radius: 9px;
  box-sizing: border-box;
  transition: opacity .3s;
}
.download-item:hover .sandbox {
  display: block;
}
.download-item .sandbox:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -14.4px;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%);
  border: 7.2px solid transparent;
  border-top-color: #f5f5f5;
}
.download-item .sandbox img {
  max-width: 100%;
  height: 142px;
  border-radius: 9px;
}
.download-item .demobox {
  display: none;
  flex-direction: column;
  position: absolute;
  top: -100px;
  left: 0;

  width: 100%;
  height: 110px;
  box-sizing: border-box;
  transition: opacity .3s;
	border-radius: 9px;
}
.download-item:hover .demobox {
  display: flex;
}
.download-item .demobox a {
	display: flex;
	justify-content: center;
	align-items: center;
  background: #000;
  width: 100%;
  height: 48px;
	border-radius: 9px;
}
.download-item .demobox a:nth-child(1){
	margin-bottom: 1px;
	border-radius: 9px;
}
.download-item .demobox:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -5.4px;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%);
  border: 7.2px solid transparent;
  border-top-color: #a1a1a1;
}
.banner_wrap ul {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.banner_wrap ul li {
  position: absolute;
  width: 100%;
  opacity: 0.65;
}
.banner_wrap ul li:not(:first-child) {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.download-right {
  margin-left: 100px;
  display: flex;
  align-items: flex-end;
}
.download-right img {
  width: 314px;
}
/*********************************************/
.bg-one {
  background: #f2f2f2;
}
.desc-box {
  width: 1080px;
  padding: 40px 20px;
}
.desc-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: 0 0, 0 0;
  background-image: radial-gradient(#f7f7f7 30%, transparent 0), radial-gradient(#f7f7f7 30%, transparent 0);
  background-size: 12px 12px;
  width: 100%;
}
.desc-one h4 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.desc-box > p {
  font-size: 18px;
  line-height: 18px;
  color: #7a7a7a;
  margin: 20px 0;
}
.desc-one .appDownload {
  max-width: 796px;
}
.desc-one .appDownload img {
  width: auto;
  max-width: 100%;
}
.h4-icon {}
.h4-icon > p {
  width: 240px;
  text-align: center;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 34px;
  margin-top: 32px;
}
.desc-two .h4-icon img {
  width: 218px;
}
/***************************/
.desc-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: 0 0, 0 0;
  background: url(../imgs/bg-gray.png) left top no-repeat;
  background-size: cover;
  width: 100%;
}
.desc-two h4 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
}
.desc-two p {
  font-size: 18px;
  line-height: 18px;
  color: #7a7a7a;
  margin: 20px 0;
}
/*********************************/
.desc-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: 0 0, 0 0;
  background: url(../imgs/bg-gray.png) left top no-repeat;
  background-size: cover;
  width: 100%;
}
.desc-three h4 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
}
.desc-three p {
  font-size: 18px;
  line-height: 18px;
  color: #7a7a7a;
}
/*****************************/
.content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-position: 0 0, 0 0;
  background-image: radial-gradient(#f7f7f7 30%, transparent 0), radial-gradient(#f7f7f7 30%, transparent 0);
  background-size: 12px 12px;
}
.content .content-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  padding: 40px 20px;
}
.cpbw-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.titleWrap .line {
  width: 138px;
  height: 1px;
  background-color: #000;
  margin-top: 15px;
}
.titleWrap p {
  margin-left: 55px;
  margin-right: 40px;
  letter-spacing: 16px;
  font-size: 25px;
  line-height: 28px;
  color: #000;
}
.head-title {
  height: 82px;
  margin: 0 auto 0;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.head-title img {
  max-width: 100%;
}
.description {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #666;
  font-weight: 400;
}
.lottery-img {
  display: block;
  margin: 40px auto 0;
  width: 80%;
}
.desc-model {
  width: 100%;
  height: 100%;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.desc-model {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/bg2.png) !important;
  background-size: cover !important;
}
.content .content-block {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.desc-model .left {
  width: 30%;
}
.desc-model .left .desc1 {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}
.desc-model .left .desc2 {
  margin-top: 40px;
  white-space: normal;
  font-size: 26px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}
.desc-model .left .desc3 {
  margin-top: 10px;
  white-space: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}
.desc-model .right {
  position: relative;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: flex-end;
}
.desc-model .right .img {
  width: 360px;
  height: 360px;
}
.pcic1 {
  position: relative;
  width: 80%;
  z-index: 20;
}
.collPic1 {
  position: absolute;
  width: 47%;
  z-index: 20;
}
.collPic2 {
  bottom: 0;
  width: 45%;
  z-index: 19;
}
.collPic3 {
  bottom: 0;
  width: 45%;
  z-index: 19;
}
.content .foot-box {
  width: 100%;
}
.content .foot-box > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.content .foot-box > ul > li {
  width: 300px;
  padding: 10px 0;
  list-style: none;
  box-shadow: 5px 8px 30px 0 rgba(0, 0, 0, .2);
  text-align: center;
  letter-spacing: 0;
  border-radius: 10px;
  background: url(../imgs/bg-gray.png) left top no-repeat;
  background-size: cover;
}
.content .foot-box > ul > li > img {
  max-width: 100%;
}
.content .foot-box > ul li h5 {
  margin: 10px 0;
  font-size: 34px;
  line-height: 26px;
}
.content .foot-box > ul li p {
  font-size: 18px;
}
.content .foot-box > ul li div {
  margin-top: 20px;
}
/*************************************************/
.light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: 0 0, 0 0;
  background: url(../imgs/bg-gray2.png) left bottom no-repeat;
  background-size: cover;
  width: 100%;
}
.light-box {
  width: 1080px;
  padding: 40px 20px;
}
.light-box .flex {
  display: flex;
}
.light-box h4 {
  font-size: 36px;
  line-height: 36px;
  color: #c00;
  font-weight: 700;
  margin: 20px 0;
}
.light-box h4 span {
  color: #202020;
}
.light-box .hl-box {
  display: flex;
  width: 100%
}
.light-box .left {
  width: 50%;
  margin-right: 10px;
}
.light-box .one span {
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #000;
}
.light-box .tow span {
  font-size: 42px;
  font-weight: normal;
  font-family: arial, sans-serif;
  color: #202124;
}
.light-box .three span {
  font-size: 12px;
  font-weight: normal;
  font-family: Roboto, HelveticaNeue, Arial, sans-serif;
  color: #202124;
  margin-right: 10px;
}
.light-box .four input {
  background: transparent;
  border-radius: 6px;
  border: 1px solid #dfe1e5;
  color: #70757a !important;
  font-size: 14px !important;
  height: 40px;
  padding: 0 0 0 12px;
  width: 50%;
}
.light-box .four select {
  width: 49%;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #dfe1e5;
  color: #70757a !important;
  font-size: 14px !important;
  height: 40px;
  padding: 0 0 0 12px;
}
.light-box .four {
  margin-top: 10px;
}
.light-box .right {
  width: 50%;
  border-radius: 4px;
}
/****************************************/
footer {
  background-color: #202020;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
/***********************************H5***************************************/
@media (max-width: 750px) {
  html {
    min-width: 100%;
    font-size: 10vw;
  }
  body {
    min-width: inherit;
  }
  /*****************/
  .navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: auto;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggle .line-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 4px;
  }
  .head-box {
    width: 100%;
  }
  .head-logo {
    height: 60px;
  }
  .head-spacer {
    height: 80px;
  }
  .head-nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    background: rgba(30, 30, 30, 1);
    transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    overflow: hidden;
  }
  .head-nav.active {
    height: 100vh;
    left: 0;
  }
  .head-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .head-nav ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: initial;
    align-items: flex-start;
    padding: 0.8em 2em;
    border-top: 1px solid #000000;
  }
  .head-nav ul li .nav-hide {
    position: relative;
    top: auto;
    background: none;
  }
  .head-nav ul li dl dt {
    height: inherit;
    color: #fff;
    visibility: inherit;
    animation: initial;
    padding: 10px 10px 0 10px;
  }
  .head-nav ul li:hover dl dt {
    overflow: inherit;
    visibility: inherit;
    height: inherit;
    line-height: inherit;
    background: transparent;
    white-space: nowrap;
    transition: inherit;
  }
  .head-nav ul li:hover .nav-hide::after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
  }
  .head-nav ul li:hover dl dt a {
    color: #fff;
  }
  /********************/
  .download {
    top: 0;
    height: 100vh;
    align-items: center;
    width: 90%;
  }
  .download .download-left {
    width: 100%;
  }
  .download-right {
    display: none;
  }
  .download-mobile {
    display: block;
    width: 40%;
  }
  .download-mobile img {
    width: 100%;
  }
  .download-left .group {
    margin: .53rem 0;
  }
  .download-text .box-tip h4 {
    font-size: .26rem;
  }
  .download-text .box-tip h4 {
    font-size: .38rem;
  }
  .download .download-left h1 {
    font-size: 1rem;
  }
  .download .download-left h3 {
    font-size: .5rem;
  }
  .download .btn-img img {
    width: 100%;
    height: inherit;
  }
  .download-text .box-tip {
    margin-bottom: 0.4rem;
  }
  .download-text .box-tip p {
    width: 100%;
    font-size: .19rem;
    max-width: 248px;
  }
  /***************************/
  .desc-box {
    width: 90%;
    padding: .5rem 0;
  }
  .desc-one h4 {
    font-size: 1rem;
  }
  .desc-two h4 {
    font-size: 1rem;
  }
  .h5-box {
    display: flex;
    margin-bottom: 0.4rem;
  }
  .dotwallet-mobile {
    display: block;
    width: 40%;
  }
  .dotwallet-mobile img {
    width: 100%;
  }
  .dotwallet-pc {
    display: flex;
    flex-direction: column;
  }
  .desc-two .h4-icon span {
    display: none;
  }
  .h4-icon > p {
    width: 100%;
    margin-bottom: 0.4rem;
    margin-top: 0;
  }
  .desc-three .h4-icon {
    display: flex;
    flex-direction: initial;
    align-items: center;
  }
  .desc-three .h4-icon:nth-child(2) {
    margin: .5rem 0;
  }
  .desc-three .h4-icon > p {
    margin-bottom: 0;
    margin-left: .5rem;
  }
  .desc-box > p {
    font-size: 18px;
    line-height: 18px;
    color: #7a7a7a;
    margin: 20px 0;
  }
  /***************************/
  .content .foot-box > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .content .foot-box > ul > li {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    box-shadow: 5px 8px 30px 0 rgba(0, 0, 0, .2);
    text-align: center;
    letter-spacing: 0;
    border-radius: 10px;
    margin-bottom: .5rem;
    background: url(../imgs/bg-gray.png) left top no-repeat;
    background-size: cover;
  }
  .content .foot-box > ul li div {
    margin-top: 0;
  }
  .content .foot-box > ul > li > img {
    width: 2rem;
    margin: 0 .3rem;
  }
  .titleWrap .line {
    width: 2rem;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
  }
  .titleWrap p {
    margin-left: .4rem;
    margin-right: .4rem;
    letter-spacing: 16px;
    font-size: .4rem;
    line-height: 28px;
    color: #000;
  }
  .light-box {
    width: 100%;
    padding: .5rem 0;
  }
  .light .swiper-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .light .swiper-slide {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .light .swiper-slide h6 img {
    width: .6rem;
    height: auto;
    margin: 0 4px;
  }
  .hl-box {
    display: flex;
    flex-direction: column;
  }
  .light-box .left {
    width: 100%;
  }
  .light-box .four {
    display: flex;
  }
  .download-left .group {
    display: none;
  }
  .download-left .group.h5 {
    display: flex;
  }
  .head-nav .language dl {
    display: block;
    position: initial;
  }
  .language:hover::before {
    display: none;
  }
}