html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;

}

a {
    text-decoration: none
}

.content {
    width: 100%;
    position: relative;
    max-width: 10rem;

}

.banner {
    width: 100%;
    position: relative;


}

.bannerBgImage {
    position: relative;
    width: 100%;
    height: auto
}

.homeBannerFront {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    bottom: 0;
}

.arrowRight {
    position: absolute;
    width: 0.4rem;
    height: auto;
    z-index: 10;
    right: 1rem;
    top: 5.2rem;
}

.arrowLeft {
    position: absolute;
    width: 0.4rem;
    height: auto;
    z-index: 11;
    top: 5.2rem;
    left: 0.2rem;
}

.banner-swipe {
    margin-left: 0.3rem;
    position: relative;
    width: 6rem;
    height: auto;
    z-index: 9;
    display: inline-block;
}

.swipeImage {
    width: 6rem;
    height: auto;

}

.swipe-item {

    float: left;
    position: relative;
}

.icIntro {
    width: 100%;
    height: auto
}

.swipeParent {
    width: 6rem;
    /* display: inline-block; */
    height: 8rem;
    overflow: hidden;
    position: absolute;
    bottom: 3.5rem;
}

.swapText {


    position: absolute;
    width: 3rem;
    height: auto;
    z-index: 10;
    right: 0rem;
    bottom: 0rem;
}

.swapTextBg {
    width: 100%;
    height: auto;
}

.swapT {
    position: relative;
    top: -4.5rem;
    left: 1rem;
    width: 1.3rem;
    color: #ffffff;
    font-size: 0.5rem;
}

.swipe_indicators {
    display: flex;
    float: left;
    bottom: 4rem;
    position: relative;
    width: 5rem;
    height: 0.3rem;
    z-index: 12;
    margin-left: 0.1rem;
}

.indicator {
    position: relative;
    margin-left: 0.2rem;
    background: #ffffff;
    border-radius: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
}

.indicatorSelected {
    position: relative;
    margin-left: 0.2rem;
    border-radius: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #0A0A0A;
}

.contentBody {
    position: relative;
    background: #FFCB1B;
    width: 100%;
    height: 6rem;
    z-index: 30;

}

.contentData {
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(214, 142, 0, 0.30);
    border-radius: 18px;
    border-radius: 18px;
    width: 90%;
    margin-left: 5%;
    height: 8rem;
    top: -2.7rem;
    position: absolute;
    z-index: 15;

}

.funcBtns {
    width: 100%;
    height: 2rem;
    display: flex;
    margin-top: 0.8rem;
}


.btnItem{
    width: 25%;


}
.funcBtnItemImage{
    width: 1.2rem;
    height: 1.2rem;
    padding-left: 0.5rem;
}

.funcBtnItemText {
    font-family: PingFangSC-Semibold;
    font-size: 0.3rem;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;

    text-align: center;
    width: 100%;
}

.downloadBtn {
    background: #FFDD26;
    border-radius: 25px;
    border-radius: 25px;
    width: 80%;
    height: 1.2rem;
    alignment: center;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2rem;
    z-index: 30;
    position: relative;
    margin-left: 10%;
    margin-top: 0.5rem;
}
.downloadTip{
    z-index: 30;
    position: relative;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 0.2rem;
}
.iosOnlineViewBtns{
    position: relative;
    display: flex;
    width: 100%;
}
.iosOnlineViewBtItem {
    border: 3px solid #FFA907;
    border-radius: 25px;
    border-radius: 25px;
    height: 1rem;
    font-size: 16px;
    color: #FFA907;
    letter-spacing: 0;
    text-align: center;
    line-height: 1rem;
    margin-left: 5%;
    width: 100%;
    margin-right: 5%;
    margin-top: 0.5rem;
}
