@charset "UTF-8";
/**
 * @authors MateNut
 * @date    2025年7月2日11:16:52
 * @version v1.0
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden; /* 防止横向滚动 */
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover, a:active {
  text-decoration: none;
  color: #333333;
}
.main{
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.container_header {
  width: 100%;
  padding: 0;
  height: 80px;
}
.container_main {
  height: calc(100vh - 4rem);
  overflow-y: auto;
  background: #f5f7fa;
}
.left_aside {
  background: #ffffff;
}
.card-header-title {
  width: 50%;
}
.card-header-more {
  width: 50%;
  text-align: right;
}
.banner {
  height: 800px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: 100% 100%;
}
.brand-box {
  width: 100%;
  height: 800px;
  float: left;
  background: #E0EFF6;
}
.brand-title-box {
  width: 1200px;
  height: 700px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}
.brand-title {
  width: 1000px;
  height: 100px;
  font-weight: bold;
  float: left;
  font-size: 24px;
  line-height: 100px;
  text-indent: 50px;
  position: relative;
  z-index: 1;
}
.brand-desc {
  font-size: 16px;
  font-weight: normal;padding-left: 20px;padding-top: 10px;
}
.swiper-box{
  width: 100%;
  float: left;
  height: 700px;
  margin-top: -650px;
  /*overflow: hidden;*/
}
.swiper-container{
  position: relative;
  height: 550px;
  margin-top: 50px;
  overflow: visible;
  /*margin-top: 100px;*/
}
.swiper-title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  width: 100%;
  height: 500px;
  float: left;
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex-wrap: wrap;
  transform: scale(0.8)
}
.slide-img {
  width: 100%;
  height: 420px;
  float: left;
}
.slide-img img{
  width: 100%;
  height: 100%;
}
.slide-text {
  width: 100%;
  height: 50px;
  float: left;
}
.swiper-slide-next{
  transform: scale(1.2);
  z-index: 9999;
}

.swiper-button-next, .swiper-button-prev{
  width: 30px;
  height: 30px;
}
.swiper-button-prev {
  left:1400px
}
.swiper-button-next {
  right:400px;
}
.swiper-button-prev {
  z-index: 9999;
  top: -85px;
}
.swiper-button-next {
  z-index: 9999;
  top: -85px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow-right.png);
  background-size: 100% 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow-left.png);
  background-size: 100% 100%;
}

.middle{
  width: 100%;
}

/*.swiper-pagination{*/
/*  position: relative;*/
/*}*/

.merchant {
  height: 600px;
}
.qrcode {
  height: 650px;
  background: url("/images/bg2.jpg") no-repeat center;
}
.title-box {
  .title{
    height: 80px;
    color: #333333;
  }
  .desc {
    height: 50px;
  }
}


.introduction {
  height: 500px;
  background: url("images/bg2.jpg") no-repeat center;
}
.icon-box {
  width: 900px;
  margin: 40px auto;
  height: 100px;
}
.icon-row {
  width: 900px;
  float: left;
}
.icon-item{
  width: 140px;
  margin: 0 5px;
  float: left;
}

.grid-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-icon img{
  width: 60px;
  height: 60px;
}
.grid-content {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}


.desc-box {
  width: 1000px;
  height: 250px;
  margin: 40px auto 10px auto;
  font-size: 20px;
  line-height: 40px;
  text-indent: 40px;
}

.header-box {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.logo-box {
  width: 500px;
  float: left;
}

.search-box{
  width: 700px;
  float: left;
}
.search-box ul{
  width: 100%;
  list-style: none;
  text-align: right;
  height: 50px;
  margin-top: 30px;
  float: right;
}
.search-box ul li{
  width: 130px;
  list-style: none;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.el-divider--horizontal {
  margin:10px 0;
}


.qrcode {
  width: 100%;
  height: 650px;
  background: #ffffff;
  float: left;
}

.qrcode-title-box{
  width: 100%;
  height: 100px;
}
.qrcode-text{
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  line-height: 100px;
  text-indent: 50px;
}
.qrcode-box{
  width: 100%;
  height: 550px;
}
.qrcode-row {
  width: 1200px;
  margin: 0 auto;
}
.qrcode-list{
  width: 300px;
  float: left;
}

.qrcode-item {
  width: 90%;
  background: #E0EFF6;
  margin: 15px 5%;
   border-radius: 10px;
}
.qrcode-item-title {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
}
.qrcode-item-img {
  height: 250px;
  text-align: center;
}
.qrcode-item-text {
  height: 150px;
}

/*footer*/
.footer-box {
  width: 100%;
  height: 240px;
  float: left;
  padding-top: 50px;
  background: url("../images/footer.jpg") no-repeat center;
}

.footer-text {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.footer-link{
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.footer-link a{
  margin-right: 20px;
}

.download{
  width: 100%;
  height: 100%;
  background: url("../images/download_bg.jpg");
  background-size: cover; /* 覆盖整个元素 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
}

.download-box{
  max-width: 750px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.download-center{
  width: 640px;
  height: 100vh;
  margin: 0 auto;
}
.download-logo{
  width: 100%;
  height: 25vh;
  margin-top: 20vh;
  float: left;
  text-align: center;
}
.download-btn{
  width: 100%;
  height: 80px;
  float: left;
  text-align: center;
}
.download-btn-box{
  width: 300px;
  height: 50px;
  color: #ffffff;
  background: #0162d8;
  border-radius: 20px;
  margin: 0 auto;
}
.download-btn-box a{
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
