::-webkit-scrollbar {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

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

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

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

.ucr-box .in-box .box-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 40px;
    font-weight: normal;
}

.ucr-box .in-box .box-title b {
    font-size: 42px;
    font-weight: bold;
}



.ucr-box-one {
    padding-top: 80px;
    text-align: center;
    position: relative;
    background: #F6FFE6;

}

.ucr-box-one .in-box {
    max-width: 1140px;
}

.ucr-box-one h1 {
    font-size: 30px;
    line-height: 60px;
    font-weight: normal;
    margin: 0 auto 30px
}

.ucr-box-one h1 b {
    font-size: 53px;
    color: #2C4E35;
}


.ucr-box-one .the-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}


.ucr-box-one .the-img img {


    display: block
}

.ucr-box-one .the-img .img-one {
    position: relative;
    z-index: 10
}



.ucr-box-one .the-act {
    width: 890px;
    margin: 0 auto 30px;
    font-size: 14px;
    z-index: 1;
    position: relative
}

.ucr-box-one .the-act p {
    width: 508px;
    margin: 0 auto 80px;
}



.the-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background: #A5E633;
    color: #000;

    box-shadow: 3px 3px 0 0 #000;
    width: 214px;
    height: 65px;
    margin-bottom: 20px;
    cursor: pointer
}

.ucr-box-two {
    background: url(/images/callme-chat-rooms/s6-bg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
    height: 552px;
    position: relative;
    margin-bottom: 160px;
    margin-top: -120px;
}

.ucr-box-two .in-box {

    padding: 80px 0
}

.ucr-box-two::after {
    position: absolute;
    bottom: -230px;

    width: 100%;
    height: 633px;
    content: '';
    background: url(/images/callme-chat-rooms/s2-bg.png) top center no-repeat;
    background-size: contain;
    background-position-y: 250px;
    color: #fff;
}




.ucr-box-two .sub-bottom {
    text-align: center;
}

.ucr-box-two .sub-bottom p {
    margin-bottom: 20px;
}

.ucr-box-three .sub-bottom {
    max-width: 883px;
    margin: 0 auto;
}



.ucr-box-three .the-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 40px
}

.ucr-box-three .olist {
    width: 445px;
    height: 316px;
    padding: 56px 25px 0;
    text-align: center;
    color: #fff;

    box-sizing: border-box;
    border-radius: 29px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.ucr-box-three .olist::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/callme-chat-rooms/s3-bg.png) top center no-repeat;
    background-size: contain;
    z-index: 0;
}


.ucr-box-three .olist h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 29px;
    z-index: 1;

}

.ucr-box-three .olist .olist-txt {
    z-index: 1;

}

.ucr-box-three .olist p {
    font-size: 14px;
    line-height: 1.66;
    font-weight: 500
}

.ucr-box-three .olist:nth-of-type(2)::before {
    transform: scaleX(-1)
}


.ucr-box-three .olist:nth-of-type(3)::before {
    transform: scaleY(-1)
}

.ucr-box-three .olist:nth-of-type(4)::before {
    transform: scale(-1, -1)
}



.ucr-box-five {
    position: relative;

}

.ucr-box-five .in-box {
    max-width: 960px;
    width: 960px
}

.ucr-box-five .tit-dot {
    height: 21px;
    margin-bottom: 60px;
    background: url(/images/callme-chat-rooms/s5-dot.png) top center no-repeat;
    background-size: contain;
}

.ucr-box-five .msg-list {
    display: flex;
    gap: 0;
    margin-top: 40px;
    z-index: 1;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.ucr-box-five .omsg {

    height: 250px;
    box-sizing: border-box;
    position: relative;
    background: url(/images/callme-chat-rooms/s5-bg1.jpg) top center no-repeat;
    background-size: contain
}

.ucr-box-five .omsg:nth-of-type(2) {
    background-image: url(/images/callme-chat-rooms/s5-bg2.jpg)
}

.ucr-box-five .omsg:nth-of-type(3) {
    background-image: url(/images/callme-chat-rooms/s5-bg3.jpg)
}

.ucr-box-five .omsg:nth-of-type(4) {
    background-image: url(/images/callme-chat-rooms/s5-bg4.jpg)
}

.ucr-box-five .omsg .txt {
    padding: 68px 335px 0 28px;
}

.ucr-box-five .omsg:nth-of-type(2n) .txt {
    padding: 68px 28px 0 335px;
}

.ucr-box-five .omsg p {
    font-size: 14px;
    line-height: 1.4;
    color: #666
}

.ucr-box-five .omsg .txt .name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
}

.ucr-box-six {
    background: url(/images/callme-chat-rooms/s6-bg.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ucr-box-six .in-box {
    padding: 30px 0 0;

}

.ucr-box-six .one-txt-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.ucr-box-six .video-box {
    height: 553px;
}

.bottom-box {
    width: 474px;
    flex-shrink: 0;
    color: #fff;
}

.in-box .bottom-con .box-title {
    text-align: left
}

.bottom-con .sub-bottom {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 23px
}

.bottom-con .sub-bottom P {
    margin-bottom: 10px;
    font-weight: 500
}

.bottom-con .con-btn {
    display: flex;
    gap: 14px
}

.bottom-con .the-btn {
    width: 293px
}

.bottom-con .down-btn img {
    height: 76px
}

@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
    }

    .the-btn {
        width: 6.71rem;
        height: 1.45rem;
        font-size: 16px
    }

    .ucr-box .in-box {
        max-width: 100%;
        padding: 40px 0;
        overflow: hidden
    }

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

    .ucr-box-one {
        padding-top: 50px
    }

    .ucr-box-one .in-box {
        padding-bottom: 80px
    }



    .ucr-box-one h1 {
        font-size: 30px;
        line-height: 1.1
    }

    .ucr-box-one .the-act p {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .ucr-box-one .the-act {
        width: 100%;
        font-size: 14px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        z-index: 10
    }

    .ucr-box-one .the-img {
        margin-top: 0;
    }

    .ucr-box-one .the-img div {
        width: 50%
    }

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

    }



    .ucr-box-two {
        background-size: cover;
        padding: 20px;
        height: auto;
        margin-bottom: 1.45rem;
    }

    .ucr-box-two::after {
        left: 0;
        bottom: -5.55rem;
        background-position-y: 0;
        height: 6.3rem;
        background-size: 12rem;
    }

    .ucr-box-three .in-box {
        padding: 40px 12px;
    }

    .ucr-box-three .sub-bottom {
        max-width: 100%;
    }

    .ucr-box-three .the-list {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px;

    }

    .ucr-box-three .olist {
        max-width: 100%;
        height: auto;
        padding: 35px 16px;
    }

    .ucr-box-three .olist::before {
        background-size: 100% 100%;
    }

    .ucr-box-three .olist h3 {
        font-size: 24px;
        height: auto;
        margin: 14px;
    }

    .ucr-box-three .olist p {
        font-size: 14px;
        font-weight: 500
    }

    .ucr-box-five .tit-dot {
        height: 17px;
        margin-bottom: 30px;
    }

    .ucr-box-five .box-title {

        padding: 0 19px;
        box-sizing: border-box;
    }

    .ucr-box-five .msg-list {
        width: 100%;
        flex-direction: column;
        box-sizing: border-box
    }

    .ucr-box-five .omsg {
        width: 100%;
        height: auto;
        font-size: 14px;
        background: linear-gradient(270deg, #F6FFE3 0%, #E9FFC2 100%);
    }

    .ucr-box-five .omsg:nth-of-type(1) {
        background: url(/images/callme-chat-rooms/s5-bgm1.png) top right no-repeat, linear-gradient(270deg, #F6FFE3 0%, #E9FFC2 100%);
        background-size: contain, cover;
        background-position-x: 6.367rem, 0;
    }

    .ucr-box-five .omsg:nth-of-type(2) {
        background: url(/images/callme-chat-rooms/s5-bgm2.png) top right no-repeat, linear-gradient(270deg, #F6FFE3 0%, #E9FFC2 100%);
        background-size: contain, cover;
        background-position-x: -0.54rem, 0;
    }

    .ucr-box-five .omsg:nth-of-type(3) {
        background: url(/images/callme-chat-rooms/s5-bgm3.png) top right no-repeat, linear-gradient(270deg, #F6FFE3 0%, #E9FFC2 100%);
        background-size: contain, cover;
        background-position-x: 6.367rem, 0;
    }

    .ucr-box-five .omsg:nth-of-type(4) {
        background: url(/images/callme-chat-rooms/s5-bgm4.png) top right no-repeat, linear-gradient(270deg, #F6FFE3 0%, #E9FFC2 100%);
        background-size: contain, cover;
        background-position-x: -1.4rem, 0;
    }

    .ucr-box-five .omsg .txt {
        padding: 0.62rem 2.82rem 0.62rem 0.5rem;
    }

    .ucr-box-five .omsg:nth-of-type(2n) .txt {
        padding: 0.62rem 0.5rem 0.62rem 2.82rem;
    }

    .ucr-box-five .omsg p {
        font-size: 13px
    }

    .ucr-box-five .omsg .txt .name {
        margin-top: 10px
    }

    .ucr-box-six .in-box {
        margin-top: 0;
        padding: 30px 0 0;
    }

    .ucr-box-six .one-txt-img {
        flex-direction: column;


    }

    .ucr-box-six .video-box,
    .ucr-box-six .video-box img {
        width: 100%;

    }

    .ucr-box-six .video-box img {
        transform: scale(1.1);
    }

    .bottom-box {
        padding: 20px 20px 0;
        width: 100%
    }

    .bottom-box .bottom-con {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        text-align: center
    }

    .bottom-con .sub-bottom {
        font-size: 14px;
        margin-bottom: .48rem
    }

    .bottom-con .con-btn {
        flex-direction: column;
        align-items: center
    }

    .bottom-con .con-btn .the-btn {
        width: 6.71rem
    }


}