* {
  padding: 0;
  margin: 0;
}

html {
  display: block;
}

body {
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
  color: rgba(0, 0, 0, .9);
  line-height: 1.4;
	background-image: linear-gradient(to right, #EAF5FE 20%, #ffffff 80%, #EAF5FE 100%);
}

body,
h1,
h2,
h3,
ul,
li {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
}

img {
  border: 0
}

div {
  display: block;
  unicode-bidi: isolate;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.banner {
  background-size: cover;
}

.banner {
  width: 100%;
  min-width: 1260px;
  position: relative;
  overflow: hidden;
}
.w1260{
  width: 100%;
	min-width: 1260px;
}
.banner-content {
  /*width: 1380px;*/
  width: 1260px;
  height: 520px;
  display: flex;
  margin: 60px auto 0;
  align-items: flex-start;
  justify-content: space-between;
}

.banner-content .left {
  /*width: 731px;*/
  /*height: 466px;*/
  width: 650px;
  height: 425px;
  position: relative;
}

.preview-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.preview-image {
  position: absolute;
  z-index: 1;
  width: 78.4%;
  height: 80.2%;
  left: 10.8%;
  top: 7.1%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.banner-info {
  flex: 1;
  position: relative;
  margin-left: 120px;
  margin-top: 50px;
}

.banner-info h1 {
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 1px;
  margin: -10px;
  /*vertical-align: middle;*/
}

.header-container {
  display: flex;
  align-items: center;
}

.banner-info h1 img {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  margin-right: 15px;
  vertical-align: middle;
}

.header-logo {
  display: block;
  margin-right: 10px;
}


.text {
  margin-top: 30px;
  line-height: 20px;
}

.banner-info .text li {
  margin-bottom: 12px;
  color: #ffffff;
}

.download-btn {
  display: inline-block;
  background-color: #1cba53;
  color: #fff;
  width: 230px;
  height: 65px;
  line-height: 57px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
  cursor: pointer;
  /*position: absolute;*/
  position: relative;
  /* bottom: 5px; */
  margin-top: 25px;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 3px #666666;
}
.wuyouip-menu .wuyouip-menu-icon::after {
    content: "";
    font-family: "wuyouipfont";
    display: inline-block;
    transform: rotate(0deg);
    margin-left: 4px;
    transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.load_txt {
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 350px;
  height: 20px;
  margin-top: 21px;
  font-size: 13px;
  color: #fff;
}

.dwBtn {
  display: flex;
  justify-content: center;
}


.dwBtn svg {
  width: 22px;
  height: auto;
  margin-right: 1px;
}

.dwBtn svg path {
  fill: currentColor;
  transition: fill 0.1s ease;
}

.dwBtn:hover svg path {
  box-shadow: 0 0 3px rgba(0, 0, 0, 2);
}

.dwBtn:hover span {
  transition: color 0.1s ease;
  display: inline-block;
}




.btn-svg {
  display: inline-flex;
  align-items: center;
  transition: color 0.1s ease;
}

.btn-svg svg path {
  fill: currentColor;
  transition: fill 0.1s ease;
}

.btn-svg span {
  margin-left: 8px;
  transition: letter-spacing 0.1s ease;
}

.btn-svg:hover span {
  letter-spacing: 2px;
}

.dwBtn {
  cursor: pointer;
}

.dwBtn:hover svg {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.dwBtn:hover span {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

@keyframes fly-1 {
  from {
    transform: translateY(0.05em);
  }

  to {
    transform: translateY(-0.05em);
  }
}


.btn-svg:hover {
  color: #1634b9;
}

.btn-svg span:hover {
  color: #1634b9;
}

.btn-svg:hover svg path {
  fill: #1634b9;
}

.nav_box {
  position: relative;
}


.content-wrap {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.content-wrap .left {
  width: 500px;
  float: left;
}

.center {
  text-align: center;
}

.content-wrap .right {
  width: 500px;
  float: right;
}

.content-wrap h2 {
  font-size: 32px;
  margin: 30px 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.content-wrap img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
}

.instruction {
  width: 1120px;
  margin: 20px auto;
}

.instruction h2 {
  font-weight: bold;
  display: block;
  width: auto;
  height: auto;
  font-size: 22px;
  list-style: 35px;
  margin-bottom: 15px;
}

.instruction :nth-child(n+2) {
  text-indent: 2em;
}

.instruction div {
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
}

.instruction p {
  font-size: 18px;
  line-height: 32px;
}

.instruction p {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

.width_center {
  display: flex;
  justify-content: center;
}

.height_center {
  display: inline-flex;
  align-items: center;
}

.foot {
  height: 65px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0 10px #ccc;
}

.foot_flx {
  display: flex;
  height: 65px;
  justify-content: space-between;
  align-items: center;
}

.w1170 {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .foot-logo {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 10px;
}

.foot-logo {
  transition: transform 0.3s ease;
}

.foot .foot-text {
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.foot-text {
  color: #000;
  transition: color 0.3s ease;
}

.foot .foot-center {
  font-size: 24px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.foot-download-btn {
  width: 180px;
  height: 50px;
  line-height: 47px;
  background-color: #12d06c;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}





/*弹窗样式*/
.normal_div {
  margin: 10px 0;
  text-align: center;
}

.normal-btn {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 15px;
  background-color: #5c5f63;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.normal-btn:hover{
    cursor: pointer;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.hide {
  display: none;
}

.popup-wrapper {
  margin: auto;
  width: 600px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.popup-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28px;
  padding: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .15);
}

.popup-wrapper .title img {
  width: 40px;
  cursor: pointer;
}

.popup-content {
  padding: 30px 20px;
}

.popup-content>* {
  margin-bottom: 12px;
  font-size: 28px;
}

.popup-content .name {
  font-weight: 600;
}

.popup-content .tip {
  color: #f20404;
  font-size: 24px;
}

.popup-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #121212;
  padding: 0 30px 40px;
  font-size: 24px;
  box-sizing: border-box;
}

.popup-btn-an {
  flex: 1;
  min-width: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 25px;
  border: 1px solid #dadbde;
  cursor: pointer;
  justify-content: center;
}

.popup-btn .safe-btn {
  border-color: #19b955;
  color: #19b955;
}

.popup-btn-an:hover {
  border-color: #19b955;
  color: #fff;
  background-color: #19b955;
}

/*弹窗样式 end!*/
.apppage {
    padding: 3% 2.198%;
	margin-top: 50px;
	margin-bottom: 50px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 42px rgba(0, 0, 0, .1);
}
.apppage p{
	text-align: left;
	margin-bottom: 10px;
}
.videoShow{
	background: #091C36;
	height: 520px;
	width: 1200px;
	border-radius: 5px;
	margin-top: 30px;
	margin-left: 10px;
}
.android-options {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: absolute;
    left: -45px;
    top: -15px;
    width: 270px;
}
.android-option {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}
.android-option.recommended {

    position: relative;
}
.android-option h3 {
    font-size: 18px;
    color: #1F8AF8;
    margin-bottom: 10px;
}
.android-option p {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}
.android-option .qrcode {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
}
.option-btn {
    display: inline-block;
    background: #2693FF;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.option-btn:hover{
	background: #1A7BD9;
}
.xiazai-android-content .xiazai-notice {
    font-size: 14px;
    color: #ff4757;
    padding-top: 20px;

    text-align: center;
}
.downTips{
    position: absolute;
    top: 360px;
    left: -100px;
    color: #ffffff;
}
 .line{
    background: -webkit-gradient(linear, left top, right top, from(rgba(92, 112, 255, .8)), to(rgba(92, 112, 255, 0)));
    background: linear-gradient(90deg, rgba(92, 112, 255, .8), rgba(92, 112, 255, 0));
    height: .125rem;
    margin-bottom: 10px;
}
 .card-list-wrapper .card-list {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 650px;
    justify-content: space-between;
    width: 100%;
}
.card-list-wrapper .card-list .card-item {
    align-items: center;
    border-radius: 25px;
    box-shadow: 0 4px 20px 4px #147ccb1a;
    box-sizing: border-box;
    display: flex;
    height: 206px;
    padding: 40px 50px;
    width: calc(50% - 10px);
}
.card-list-wrapper .card-list .card-item .card-content{
	margin-left: 30px;
}
.card-list-wrapper .card-list .card-item .card-content .title{
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.card-list-wrapper .card-list .card-item .card-content .desc {
    line-height: 26px;
    margin-top: 0;
    text-align: left;
    color: rgba(69, 72, 89, .502);
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.card-item img{
	width: 52px;
}
