body,
html {
    background: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0 auto;
    max-width: 750px;
}

.content {
    background: url(../images/h5_STEPS_bg.png) no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 20px;
}

.logo {
    height: 30px;
    width: auto;
}

h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin: 24px auto;
}

.imgbox {
    /* background: rgba(255, 255, 255, 0.1); */
    width: 85%;
    margin: 0 auto;
    border-radius: 40px;
    /*overflow-x: scroll;scrollbar-width:none;*/
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel {
    text-align: center;
    padding: 0;
    margin: 10px auto;
    list-style: none;
}

.point,
.swiper-pagination-bullet {
    background: #fff;
    width: 5px;
    height: 5px;
    margin: 3px;
    border-radius: 50%;
    opacity: 0.5;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear;
}

.point.on,
.swiper-pagination-bullet-active {
    opacity: 1;
}

.help {
    font-size: 12px;
    margin: 5px;
}

.helpicon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -3px;
    display: inline-block;
    opacity: 0.8;
}

.content .infobox {
    width: 80%;
    margin: 25px auto;
}

.DLbtn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: 10px auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 30px;
    display: block;
    cursor: pointer;
    position: relative;
}

.DLbtn img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: -7px;
    display: inline-block;
}

.DLbtn i {
    background: #59B356;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    padding: 0 8px;
    border-radius: 0 4px 0 8px;
    top: 0;
    right: 0;
    position: absolute;
}

.popbox {
    background: #fff;
    color: #333;
    max-width: 750px;
    width: 100%;
    height: 80vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    bottom: 0;
    position: fixed;
    z-index: 10;
}

.title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: relative;
}

.info {
    padding: 10px 20px;
}

.close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.close::before,
.close::after {
    content: "";
    background: #999;
    width: 80%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    position: absolute;
}

.close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popbox .infobox {
    height: calc(100% - 180px);
    padding: 0 20px;
    overflow-y: auto
}

p {
    font-weight: bold;
    margin: 10px 0;
}

p img {
    margin: 10px auto;
}

.blue {
    color: #195DB5;
}
.red {
    color: #d72626;
}

@media screen and (max-width:320px) {
    .DLbtn {
        font-size: 13px;
    }

    .DLbtn img {
        width: 18px;
        height: 18px;
        vertical-align: -5px;
    }
}