img {
    width: 100%;
}
.h100vh {
    height: 100vh;
}
.overflow-hidden{
    overflow: hidden;
}
.van-swipe__indicators{
    bottom: 8%;
}
.ios-overflow-hidden {
 overflow: hidden;
 height: 100vh !important; 
 }
.home-page-ios {
height: 100%; 
}
.item1 {
width: 100vw;
 height: 100vh;
background: url('./assets/bg1.png') no-repeat;
background-size: 100% 100%;
overflow-y: auto;


}

.home-page-ios{
 height: 100vh;
 overflow: auto;
}

.text {
    background: rgba(0, 0, 0, 0.3);
}

.item2 {
    width: 100vw;
    height: 100vh;
    background: url('./assets/bg2.png') no-repeat;
    background-size: 100%;
    overflow-y: auto;

}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
}

.iconBg1 {
    background: url('./assets/icon_bg1.png') no-repeat;
    background-size: 100% 100%;
}

.item3 {
    width: 100vw;
    height: 100vh;
    background: url('./assets/bg3.png') no-repeat;
    background-size: 100%;
    overflow-y: auto;

}

.van-cell {
    background: none;
}

.van-popup .van-toast {
    background: none !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

/* Utility classes */
.pt-40px {
    padding-top: 40px;
}

.w154px {
    width: 154px;
}

.m-auto {
    margin: auto;
}

.w162px {
    width: 162px;
}

.mt-20px {
    margin-top: 20px;
}

.c-fff {
    color: #fff;
}

.text-14px {
    font-size: 14px;
}

.border-rd-20px {
    border-radius: 20px;
}

.py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
}

.px-18px {
    padding-left: 18px;
    padding-right: 18px;
}

.w90 {
    width: 80%;
}

.mt-30px {
    margin-top: 30px;
}

.w80 {
    width: 80%;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}
.justify-between{
    justify-content: space-between
}
.text-center {
    text-align: center;
}

.line-height-40px {
    line-height: 40px;
}

.bg-8459f5 {
    background-color: #8459f5;
}

.w20px {
    width: 20px;
}

.ml-10px {
    margin-left: 10px;
}

.font-300 {
    font-weight: 300;
}

.mt-10px {
    margin-top: 10px;
}

.ml-5px {
    margin-left: 5px;
}

.h158px {
    height: 158px;
}

.flex-col {
    flex-direction: column;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.w87px {
    width: 87px;
}

.text-10px {
    font-size: 10px;
}

.mt-40px {
    margin-top: 40px;
}

.w95 {
    width: 95%;
}

.p-20px {
    padding: 20px;
}

.bg-#fff {
    background-color: #fff;
}

.c-000000 {
    color: #000000;
}

.text-16px {
    font-size: 16px;
}

.font-700 {
    font-weight: 700;
}

.w65px {
    width: 65px;
}

.bg-f8f5fb {
    background-color: #f8f5fb;
}

.text-12px {
    font-size: 12px;
}

.c-999 {
    color: #999;
}

.w100 {
    width: 100;
}

.c-8459F5 {
    color: #8459F5;
}

.text-end {
    text-align: end;
}

.mt-15px {
    margin-top: 15px;
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.c-777777 {
    color: #777777;
}

.inline-block {
    display: inline-block;
}

.max-w-70 {
    max-width: 70%;
}

.fixed {
    position: fixed;
}

.left-50 {
    left: 50%;
}

.top-50 {
    top: 50%;
}

.z-9999 {
    z-index: 9999;
}

.transform {
    transform: translate(-50%, -50%);
}
.wechat-mask {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
 z-index: 9999;
 color: white;
 text-align: center;
 padding: 20px;
 box-sizing: border-box;
}

.guide-container {
 max-width: 93%;
 margin: 150px auto 0;
}

.arrow {
 position: absolute;
top: 10px;
 right: 10px;
 width: 100px;
 height: 100px;
}

.steps {
 margin-top: 30px;
 text-align: left;
 line-height: 1.6;
}

.highlight {
 color: #07C160;
font-weight: bold;
}

h2 {
 margin-top: 0;
}