::-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;

}

.color-b {
    color: #5840BA;
}

.color-g {
    color: #A4DB74;
}



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


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

}

.the-btn img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}





.ucr-box .in-box {
    width: 100%;
    max-width: 998px;
    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: 510px;
    flex-shrink: 0;
}


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



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




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

}

.ucr-box-one .img-box {
    width: 685px;
    flex-shrink: 0;
}

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

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

.box-line {
    background: url(/images/mili-chat-rooms/s-line.jpg) center repeat;
    height: 84px;
}


.ucr-box-two {
    background: url(/images/mili-chat-rooms/meet.png) 1000px 94px no-repeat;

}


.ucr-box-three {
    background: #5840BA url(/images/mili-chat-rooms/about.png) 0 94px no-repeat;

    color: #fff;
}

.ucr-box-three .one-txt-img {
    padding: 16px 40px 16px 16px;
    background: rgba(216, 216, 216, 0.2);
    border-radius: 40px;
}

.ucr-box-three .one-txt-img+.one-txt-img {
    margin-top: 40px;

    padding: 16px 16px 16px 40px;
}

.ucr-box-three .the-txt-box {
    width: 410px;
}


.ucr-box-four {
    background: url(/images/mili-chat-rooms/super.png) top no-repeat;
    background-size: 100% auto;

}



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


.page-two-content .content {
    padding: 22px 26px 10px 74px;
    position: relative;
    width: 310px;
    height: 171px;
    background: #F5F5F5;
    border-radius: 12px;
    box-sizing: border-box;
}

.page-two-content .content img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;

}

.page-two-content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.2;
}

.page-two-content p {
    font-size: 12px;
    color: #000000aa;

}





.ucr-box-five {
    background: #5840BA url(/images/mili-chat-rooms/about.png) 0 94px no-repeat;
    color: #fff;
    text-align: center;
}


.ucr-box-five .the-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 33px 30px;
}

.ucr-box-five .the-list .ol {
    width: 310px;
    border-radius: 170px;
    background: rgba(216, 216, 216, 0.16);
    padding: 50px 46px 20px;
    color: #fff;
    min-height: 385px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
}

.ucr-box-five .the-list .ol h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.ucr-box-five .the-list .ol p {
    font-size: 12px;
    color: #ffffffaa;

}



.ucr-box-six {

    background: url(/images/mili-chat-rooms/meet.png) 0 94px no-repeat;


}

.ucr-box-six .one-txt-img {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 40px 40px 40px 80px;
}

.ucr-box-six .the-txt-box {
    width: 500px;
    font-size: 14px;
    color: #000000aa;
}


@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;
        font-size: 18px;
        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.5rem;
        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;
    }


    .box-line {
        height: 40px;
        background-size: cover;
    }



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

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




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





    .ucr-box-two {

        background-size: auto 28px;
        background-position: center 34px;


    }

    .ucr-box-two .in-box {
        box-sizing: border-box;
        padding: 30px 24px 40px;
    }

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

    .ucr-box-three {
        background-size: auto 28px;
        background-position-y: 34px;
    }

    .ucr-box-three .one-txt-img,
    .ucr-box-three .one-txt-img+.one-txt-img {
        padding: 8px;
        gap: 12px;
    }

    .ucr-box-three .one-txt-img+.one-txt-img {
        flex-direction: column-reverse;
    }

    .ucr-box-three .the-txt-box {
        padding: 0 16px 20px;
        box-sizing: border-box;
    }


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



    .page-two-content .content {
        width: 100%;
        padding: 13px 20px 20px 45px;
        margin-bottom: 10px;
        height: auto;
    }


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

    }

    .page-two-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

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


    .ucr-box-four {
        background-size: auto 28px;
    }

    .ucr-box-four .in-box {
        padding: 30px 24px 40px;
        box-sizing: border-box;
    }

    .ucr-box-five {

        background-size: auto 28px;
        background-position: center 34px;
    }


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

    .ucr-box-five .the-list .ol {
        width: 4.13rem;
        padding: 0.65rem 0.6rem 0.3rem;
        min-height: 5.14rem;
    }

    .ucr-box-five .the-list .ol img {
        width: 1.6rem;
    }

    .ucr-box-five .the-list .ol h3 {
        font-size: 9px;
    }

    .ucr-box-five .the-list .ol p {
        font-size: 6px;
    }


    .ucr-box-six {
        background-size: auto 28px;
        background-position-y: 34px;

    }

    .ucr-box-six .one-txt-img {
        padding: 32px 24px;

    }

    .ucr-box-six .the-btn {
        margin: 20px auto;
        display: flex;
    }



}