@charset 'utf-8';
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li img,
dt img,
dd img {
    vertical-align: top;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    outline: none;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

.wrapper,
.head_nav,
.function,
.body {
    max-width: 640PX;
}

body {
    height: 100%;
    max-width: 450PX;
    margin: 0 auto;
    position: relative
}

html {
    background-color: #ececec;
}


html,
body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: var(--app-height);
}

.container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; /* 确保padding不会增加宽度 */
}

.flex_center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.wrapper {
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:  flex-end;
    margin: 0 auto;
    width: 100%;
}

.head_nav {
    /* background: rgba(255, 255, 255, 0.96);
	border-bottom: #ececec 1px solid; */
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0rem 0rem 0rem;
    position: fixed;
    top: 0;
}

.logo img {
    width: 100%;
    margin-top: rem;
}

.kf a {
    position: absolute;
    top: 9.6rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem .18rem;
    border-radius: .28rem 0 0 .28rem;
    background-image: linear-gradient(0deg, #21a57d, #21a57d);
    border-top: #ffffff 1px solid;
    box-shadow: rgba(205, 227, 231, 0.2) -2px 5px 6px;
}

.kf img {
    width: .6rem;
    margin-bottom: .1rem;
}

.kf a {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
}



.swiper {
    width: 100%;
    height: 200px; /* 可调整为想要的高度，例如 200px 或 50vh */
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%; /* 强制拉伸或裁剪以填满高度 */
    display: block;
    object-fit: cover; /* 其他值：contain, fill, none, scale-down */
}


.textsp {
    position: absolute;
    top: 77%;
    left: 0%;
    font-size: 0.5rem;
    color: #efc77d;
    width: 100%;
}

.zleft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 20%;
}

.function {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 40%;
}

.gobtn {
    box-sizing: border-box;
    position: relative;
    background: #21a57d;
    border: #fff 1px solid;
    width: 80%;
    padding: .32rem .2rem;
    border-radius: .28rem;
    margin: .32rem auto;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.gobtn div {
    width: 60%;
    display: flex;
    margin: 0 auto;
}

.gobtn p img {
    width: .52rem;
    margin: 0 .2rem;
    display: block;
    align-items: center;
}

.gobtn:hover {
    background-color: #20a97f;
}

.gobtn p {
    font-size: .4rem;
    font-weight: 600;
    margin: auto;
    justify-content: center;
    text-align: center;
    display: flex;
    color: #fff;
    word-spacing: .05rem;
    width: 60%;
    align-items: center;
    height: 100%;
}

.gobtn p span {
    text-align: center;
}

.menu {
    position: relative;
}

.menu>li .jsBox {
    width: 92%;
    position: absolute;
    left: 4%;
    top: 0;
    display: none;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.menu>li .jsBox p {
    color: #666;
    font-size: .32rem;
    margin: 0.4rem 0 .3rem;
    text-align: center;
}


.li01 .jsBox ul {
    padding: 0.4rem 0.4rem .1rem;
    box-sizing: border-box;
}

.li01 .jsBox li {
    margin-bottom: 0.25rem;
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.li01 .jsBox li span {
    display: block;
    float: left;
    color: #fff;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.7rem;
    text-align: center;
    background: #21a57d;
    box-sizing: border-box;
}

.li01 .jsBox li .ms {
    padding: 0 .2rem;
    width: 1.5rem;
    font-size: 0.24rem !important;
}

.li01 .jsBox li img {
    margin: 0.25rem 0.06rem 0.25rem 0;
    width: 0.4rem;
    display: block;
    float: left;
}

.li01 .jsBox li .url {
    width: 3.8rem;
}

.li01 .jsBox li a {
    width: 1.8rem;
    display: block;
    float: right;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: center;
    background: #d1ae52;
    box-sizing: border-box;
    padding: 0 .1rem;
}

.li01 .jsBox .arrow {
    margin: 0 auto;
    width: 0.3rem;
    position: absolute;
    left: 50%;
    bottom: -0.32rem;
}

@media screen and (min-width:751px) {
    .textsp {
        top: 800%;
        font-size: 0.4rem;
    }
    body {
        background-size: 100% auto;
    }
    .gobtn {
        padding: .28rem .2rem;
    }
    .menu>li .jsBox {
        width: 84%;
        left: 8%;
    }
    .li01 .jsBox li .url {
        width: 4.4rem;
    }
    .logo img {
        width: 100%;
    }
    .kf {
        padding: .28rem .14rem;
    }
    .kf img {
        width: .56rem;
    }
}










.ios-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}


.ios-btn-container a {
    flex: 0 0 auto;
}

.im-download {
    width: 27vw;
    max-width: 100px;
    height: auto;
}

.address {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.address img {
    width: 66%;
    max-width: 350px;
    height: auto;
}

.top-buttons {
    display: flex;
    justify-content: center; 
    gap: 4vw;
    margin-top: 0px;
}
.zright {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.address1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 33px;
    margin-bottom: 10px;
}

.address1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.address1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; /* 离底部 10px 的距离 */
}

.address1 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


.address2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.address2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media screen and (min-width: 500px) {
  .top-buttons {
    display: flex;
    justify-content: center;
    gap: 2vw;
  }

.address1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 10px;
}
  
.ios-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}
  
}






