:root {
    --browser-guide-height: 3.375rem;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-size: 4.5vw;
    background-size: 100vw auto;
    background-color: #ffffff;
}
p, h3 {
    margin: 0;
}

#guideImage {
    display: block;
    width: 100%;
}

.download-con {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.download-con-wep {
    width: 100%;
    height: 100%;
    position: relative;
}
.download-con-wep-top {
    width: 100%;
    height: 9.76rem;
    line-height: 9.76rem;
    text-align: center;
    position: relative;
}
.download-con-wep-top .bgStyle {
    width: 100%;
    height: 9.76rem;
    background: linear-gradient(to top, #fffefe, #e0626e);
}
.download-con-wep-top .logo {
    width: 4.76rem;
    height: 4.76rem;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0.413rem 0.827rem 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 2.36rem;
    margin-left: -2.38rem;
}
.download-con-wep-top .word {
    display: block;
    width: 100%;
    height: 1.05rem;
    line-height: 1.05rem;
    position: absolute;
    bottom: -0.2rem;
    text-align: center;
    font-family: 'FZLTCHJW--GB1-0';
    font-size: 1.05rem;
    color: #333333;
    font-weight: bold;
}
.download-con-wep-botton {
    width: 19.4rem;
    height: 3.2rem;
    margin: 0 auto;
    margin-top: 2.6rem;
    font-size: 0.72rem;
    font-weight: 600;
}
.download-con-wep-botton-bth {
    float: left;
    width: calc(9.2rem + 0.103rem);
    height: calc(3rem + 0.103rem);
    border-radius: 2.78rem;
    text-align: center;
    background: linear-gradient(to right, #FA7B41FF, #E8496DFF);
    display: flex;
    align-items: center;
    justify-content: center;    
}
.download-con-wep-botton-bth span {
    color: #ffffff;
}
.download-con-wep-botton-bth2 {
    float: right;
    border: 0.052rem solid #C1010D;
    width: 9.2rem;
    height: 3rem;
    border-radius: 2.78rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.download-con-wep-botton-bth2 span {
    color: #C1010D;
}

.swiperDiv {
    margin-top: 1.96rem;
    position: relative;
    width: 100%;
}
.swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: grab;
    user-select: none;
}
.swipe-track {
    display: flex;
    height: 100%;
}
.swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
.swipe-item img {
    width: 7.65rem;
    margin: 0 auto;
    float: left;
}

.download-con-wep-bottom {
    padding: 1.48rem;
}
.download-con-wep-bottom h3 {
    font-family: 'PingFangSC-Semibold';
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin: 0.5rem 0;
}
.download-con-wep-bottom p {
    font-family: 'PingFangSC-Regular';
    font-size: 0.8rem;
    line-height: 1.15rem;
    color: #b0b3bf;
}