::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background: #fff;
    color: #000;
    font-family: "Raleway", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 1.5;

}



.the-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    width: 324px;
    height: 70px;
    background: #fff;
    border-radius: 16px;
    color: #000;
    margin-top: 30px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.the-btn.color-btn {
    background: #000;
    color: #fff;
}


.the-btn span {
    display: flex;
    align-items: center;
    justify-content: center;

}


.ucr-box .in-box {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    padding: 80px 0
}

.ucr-box .in-box .box-title {
    text-align: center;
    font-size: 52px;
    line-height: 1.154;
    margin-bottom: 30px;
}

.ucr-box .in-box .the-title {
    font-size: 40px;
    line-height: 1.39;
    margin-bottom: 30px;
}

.ucr-box .in-box p+p {
    margin-top: 30px;
}

.ucr-sub-box {
    width: 960px;
    margin: 0 auto 50px;

}

.one-txt-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.one-txt-img.reverse {
    flex-direction: row-reverse;
}

.one-txt-img .the-txt-box {
    width: 520px;
    flex-shrink: 0;
}


.one-txt-img .img-box {
    font-size: 0;
}



.ucr-box-one {
    background: url(/images/flirtify-chat-rooms/s1-bg.jpg) center/cover repeat;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    position: relative;
}




.ucr-box-one .one-txt-img {
    padding-top: 50px;

}

.ucr-box-one .img-box {
    width: 544px;
    flex-shrink: 0;
    margin-left: -140px;
}

.ucr-box-one .img-box img {
    width: 100%;
}

.ucr-box-one .the-txt-box {
    width: 625px;
}

.ucr-box-one .the-txt-box p {
    padding-right: 217px;
}



.ucr-box-two {
    background: url(/images/flirtify-chat-rooms/s2-bg.jpg) center/cover no-repeat;
    color: #fff;
}


.ucr-box-two .the-txt-box p {
    opacity: 0.7;
}



.ucr-box-four {
    background: url(/images/flirtify-chat-rooms/s4-bg.png) left top no-repeat, url(/images/flirtify-chat-rooms/txt.png) top left repeat-x;
    background-position: left top, 0 95px;
    position: relative;
}

.ucr-box-four::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 95%;
    left: 2.5%;
    height: 1px;
    background: #000;
}


.ucr-box-four .in-box,
.ucr-box-five .in-box {
    padding-top: 250px;
}

.ucr-box-four .in-box {
    padding-bottom: 140px;
}

.ucr-box-four .ucr-sub-box {
    text-align: center;
    margin-bottom: 80px;
}

.ucr-box-four .ucr-sub-box h3 {
    margin-top: 80px;
    font-size: 32px;
}


.page-two-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}


.page-two-content .content {
    position: relative;
    width: 310px;
    box-sizing: border-box;
    gap: 10px;
    justify-content: flex-start;
}

.page-two-content .content img {


    width: 60px;
    height: 60px;
    display: inline-block;

}

.page-two-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
}



.ucr-box-five {
    background: url(/images/flirtify-chat-rooms/s5-bg.png) right center no-repeat, url(/images/flirtify-chat-rooms/txt.png) top left repeat-x;
    background-position: right bottom, 0 95px;
    color: #000;
}


.ucr-box-five .the-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ucr-box-five .the-list .ol {
    width: 322px;
    flex-direction: column;
    justify-content: flex-start;
}

.ucr-box-five .the-list .ol div {
    font-size: 0;
    width: 100%;
}

.ucr-box-five .the-list .ol h3 {
    margin-top: 40px;
    margin-bottom: 17px;
    font-size: 20px;
    padding-right: 32px;
}

.ucr-box-five .the-list .ol p {
    font-size: 12px;
    color: #000000a6;
    padding-right: 32px;

}



@media only screen and (min-width:681px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media screen and (max-width: 680px) {
    .hidden-xs-only {
        display: none !important
    }

    #app {
        font-size: 14px;
    }

    .the-btn {
        height: 42px;
        width: 194px;
        border-radius: 10px;
        font-size: 12px;
    }

    .the-btn img {
        display: none;
    }

    .ucr-sub-box {
        width: 100%;
        margin: 0;
        text-align: center;
    }


    .one-txt-img {
        flex-direction: column;
        gap: 30px;
    }

    .one-txt-img.reverse {
        flex-direction: column-reverse;
    }

    .one-txt-img .the-txt-box {
        max-width: 100%;
        width: 100%;
    }

    .one-txt-img .img-box {
        max-width: 100%;
        overflow: hidden;
    }

    .one-txt-img .img-box img {
        max-width: 100%;
    }

    .ucr-box .in-box {
        max-width: 100%;
        padding: 40px 0.61rem;
        box-sizing: border-box;
    }

    .ucr-box .in-box .box-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ucr-box .in-box .the-title {
        font-size: 26px;
        margin-bottom: 10px;
    }




    .ucr-box-one {
        padding-top: 50px;
        background-size: 100% 100%;
        font-size: 14px;
    }

    .ucr-box-one .in-box {
        padding-bottom: 0;
    }




    .ucr-box-one .one-txt-img {
        padding-top: 0;
    }

    .one-txt-img .img-box {
        margin-left: 0;
    }

    .ucr-box-one .the-txt-box p {
        padding-right: 0;
    }



    .ucr-box-two {
        background-image: url(/images/flirtify-chat-rooms/s2-bg-m.jpg);

    }

    .ucr-box-two .in-box {
        padding: 26px 0.893rem 37px;
    }

    .ucr-box-two .one-txt-img {
        gap: 20px 0;
    }



    .page-two-content {
        flex-direction: column;
        gap: 0;
        margin-top: 30px;
    }



    .page-two-content .content {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        gap: 16px;
    }


    .page-two-content .content img {
        width: 60px;
        height: 60px;
        left: 12px;
        top: 12px;

    }

    .page-two-content h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .page-two-content p {
        margin-left: 0;
    }


    .ucr-box-four {
        background: url(/images/flirtify-chat-rooms/txt.png) top left repeat-x;
        background-position: 0 30px;
        background-size: auto 28px;
    }

    .ucr-box-four .in-box {
        padding: 90px 24px 40px;
    }


    .ucr-box-four .ucr-sub-box {
        margin-bottom: 40px;
    }

    .ucr-box-four .ucr-sub-box h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .ucr-box-five {
        background: url(/images/flirtify-chat-rooms/txt.png) top left repeat-x;
        background-position: 0 30px;
        background-size: auto 28px;
    }

    .ucr-box-five .in-box {
        padding: 90px 0.893rem 40px;
    }


    .ucr-box-five .the-list {
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
    }

    .ucr-box-five .the-list .ol {
        width: 100%;
        align-items: flex-start;
    }

    .ucr-box-five .the-list .ol img {
        width: 100%;
    }

    .ucr-box-five .the-list .ol h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .ucr-box-five .the-list .ol p {
        padding-right: 0;
    }




}