::-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: HelveticaNeue, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.lph-header {
    background: #FFFBF2;
    border:solid 1px #FFB400;
    display: flex;
    align-items: center;
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    height: 80px;
    position: fixed;
    left: 32px;
    right: 32px;
    top: 22px;
    z-index: 200;
    border-radius: 20px;
}

.lph-header .the-menu {
    display: none;
    cursor: pointer;
}

.lph-header .the-logo img {
    display: block;
    height: 47px;
    cursor: pointer;
}

.lph-header .the-nav {
    display: flex;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    flex: 1;
}

.lph-header .the-nav li {
    display: block;
    padding: 0 25px;
    color: #000000;
    font-size: 18px;
}

.lph-header .the-nav li a {
    text-decoration: none;
    color: inherit
}

.lph-header .the-nav li a.cur {
    color: #fff;
}

.lph-header .the-login {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}

.lph-header .the-login .the-txt {
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    display: block;
}

.lph-header .the-login .user-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border: solid 2px #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.lph-header .the-login .user-icon svg {
    width: 20px;
    height: 20px;
}

.page-footer {
    text-align: center;
    background: #000;
    color: #ffffffa0;
    padding: 40px 0 30px;
    font-size: 12px;
    line-height: 1.5;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.page-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.page-footer li {
    display: inline-block;
}


.com-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#000;
    color:#fff;
    border-radius: 200px;
    height:75px;
    width:264px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;;
    text-decoration: none;
}


.ucr-box-one{
    padding-top: 120px;
    background-image: url(/images/malay-chat/b1-2.png), url(/images/malay-chat/b1-1.png), url(/images/malay-chat/b1-bg.png);
    background-position:left 520px, 106% -14%, center 340px;
    background-repeat:  no-repeat;
    background-size:auto 42%, 60% auto, 100% auto;
}




.ucr-box-one .top-box{
    width: 420px;
}
.ucr-box-one .top-box h1{
    line-height: 1.3;
    font-size:52px;
}
.ucr-box-one .top-box h1 span{
    font-size:28px;
}
.ucr-box-one .top-box .com-btn{
    margin-top: 50px;
}

.ucr-box-one .top-box p {
    font-size:12px;
    padding-right:60px;
    margin-top:26px;
}

.ucr-box-one .bot-box{
    padding-top:160px;
}
.ucr-box-one .bot-box .the-txt{
    display: flex;
    width:100%;
    align-items: flex-end;
    justify-content: space-between;  
    gap:20px; 
}
.ucr-box-one .bot-box .num-txt{
    text-align: center;
}
.ucr-box-one .bot-box .onum{
    padding-top: 40px;
    font-size: 24px;
    line-height: 1;

}
.ucr-box-one .bot-box .onum h2{
    font-size: 58px;
    margin-bottom:10px;
}
.ucr-box-one .bot-box p{
    padding-bottom:20px;
    flex:1;
    font-size:14px;
    padding-right:80px;
}

.ucr-box-one .img-list{
    padding: 60px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:22px;
}
.ucr-box-one .img-list img{
    display: block;
    width:100%;
}

.ucr-box-two .in-box{
    padding:100px 0 20px;
    max-width: 1100px;
}

.ucr-box-two .the-list{
    padding-top: 40px;
    display: flex;
    gap:16px;
    align-items: stretch;
    justify-content: space-between;

}
.ucr-box-two  .olist{
    flex:1;
    background:#FFFBF2;
    border:solid 1px #FFB400;
    padding:20px 20px 80px;
    text-align: center;
    border-radius: 1000px;
    transition: all .2s both;
    cursor: pointer;
}
.ucr-box-two  .olist:hover{
    background: linear-gradient( 153deg, #FFF8E4 0%, #FFD366 50%, #FFF4D9 100%);

}
.ucr-box-two  .olist h3 {
    font-size:18px;
    line-height: 1.1;
    min-height: 170px;
}
.ucr-box-two  .olist h3 span{
    display: block;
    font-size:40px;
    padding:40px 0;
}


.ucr-box-three{
    padding-top: 180px;
    background-image: url(/images/malay-chat/b3-1.png), url(/images/malay-chat/b3-bg.png), url(/images/malay-chat/b3-bg.jpg);
    background-position:76% 270px, center 660px, center top;
    background-repeat:  no-repeat;
    background-size:780px auto, 1440px auto, 1440px auto;
}

.ucr-box-three .t1{
    width:500px;
}
.ucr-box-three .the-txt h2{
    font-size: 42px;
    line-height: 1.1;
}
.ucr-box-three .t1 h3{
    font-size: 28px;
    line-height: 1.1;
    padding:20px 0;
    font-weight: normal;
}
.ucr-box-three .t1 p{
    padding-bottom: 40px;
    font-size:14px;
}

.ucr-box-three .t2{
    text-align: center;
    padding:260px 60px 10px;
}
.ucr-box-three .t2 p{
    padding:40px 80px 0;
    line-height: 1.4;
}

.ucr-box-three .the-acts{
    padding-top: 40px;
    display: flex;
    align-items: center;
    gap:40px;
    justify-content: center;
}

.ucr-box-three .the-acts .com-btn{
    width:320px;
}



@media screen and (max-width: 1480px) {
    .ucr-box-one{
        background-position:left 520px, 106% -4%, center 340px;
        background-size:auto 42%, 64% auto, 100% auto;
    }

    .ucr-box-three{
        background-position:90% 270px, center 660px, center top;
        background-size:780px auto, 1440px auto, 1440px auto;
    }
    
}

@media screen and (max-width: 1100px) {
    .ucr-box-one{
        background-position:left 520px, 106% 2%, center 340px;
        background-size:auto 42%, 68% auto, 100% auto;
    }
    .ucr-box-three{
        background-position:100% 270px, center 660px, center top;
        background-size:700px auto, 1440px auto, 1440px auto;
    }
    
}


@media screen and (max-width: 680px) {
    .lph-header {
        padding: 0 10px;
        height: 50px;
        left:0;
        right:0;
        top:0;
        border-radius: 0;
    }

    .lph-header .the-logo {
        flex: 1;
    }

    .lph-header .the-logo img {
        height: 24px;
        width: auto;
    }

    .lph-header .the-nav {
        display: none;
    }

    .lph-header .the-login {
        padding: 6px 5px;
    }

    .lph-header .the-login .user-icon {
        display: none;
    }

    .lph-header .the-login .the-txt {
        font-size: 14px;
        font-weight: 700;
    }

    .lph-header .the-menu {
        display: block;
        margin-right: 18px;
    }

    .lph-header .the-menu img {
        display: block;
        height: 17px;
    }


    .page-footer a {
        font-size: 14px;
    }

    .page-footer ul {
        flex-direction: column;
        gap: 5px;
    }

    .page-footer p {
        padding: 0 20px;
        font-size: 10px;
    }

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

    .ucr-box .in-box .box-title {
        font-size: .64rem;
        line-height:1.4;
    }




    .com-btn{
        height:1.28rem;
        width:4.48rem;
        font-size: 0.4rem;
    }
    
    .ucr-box-one{
        padding-top: 1.34rem;
        background-position:left 7.4rem, 160% 4.8rem, center 8.4rem;
        background-repeat:  no-repeat;
        background-size:auto 6rem, auto 7rem, 100% auto;
    }
    
    .ucr-box-one .in-box{
        padding: 0;
        box-sizing: border-box;
    }

    .ucr-box-one .top-box{
        width: 80%;
        padding-left: .4rem;
    }
    .ucr-box-one .top-box h1{
        font-size:.96rem;
        line-height: 1.2;
    }
    .ucr-box-one .top-box h1 span{
        font-size:.42rem;
    }
    .ucr-box-one .top-box .com-btn{
        margin-top: .2rem;
    }
    
    .ucr-box-one .top-box p {
        font-size:.32rem;
        margin-top:.2rem;
        padding:0;
    }
    
    .ucr-box-one .bot-box{
        padding:0;
        margin-top: 3rem;
        background:linear-gradient( 180deg, #FFB40000 0%, #FFB400 2rem, #FFB400 100%)

    }
    .ucr-box-one .bot-box .the-txt{
        flex-direction: column;
        gap:.55rem; 
        align-items: center;
        justify-content: center;
    }
    .ucr-box-one .bot-box .onum{
        padding-top: .6rem;
        font-size: .5rem;
    
    }
    .ucr-box-one .bot-box .onum h2{
        font-size: 1.08rem;
        margin-bottom:.4rem;
    }
    .ucr-box-one .bot-box p{
        font-size:.48rem;
        padding:0 .6rem .6rem;
        text-align: center;
        font-size:.33rem;
    }
    
    .ucr-box-one .img-list{
        padding: 0 .4rem 1rem;
        grid-template-columns: 1fr 1fr;
        gap:.1rem;
    }
    .ucr-box-one .img-list img{
        display: block;
        width:100%;
    }
    
    .ucr-box-two .in-box{
        padding:1rem .4rem .8rem;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .ucr-box-two .the-list{
        padding-top: .4rem;
        gap:.2rem;
        flex-wrap: wrap;
    
    }
    .ucr-box-two .olist{
        box-sizing: border-box;
        width:4.5rem;
        flex:auto;
        padding:.32rem .24rem 1.2rem;
    }
    .ucr-box-two  .olist:hover{
        background: linear-gradient( 153deg, #FFF8E4 0%, #FFD366 50%, #FFF4D9 100%);
    
    }
    .ucr-box-two  .olist h3 {
        font-size:.36rem;
        min-height: 3rem;
    }
    .ucr-box-two  .olist h3 span{
        font-size:.64rem;
        padding:.54rem 0 .2rem;
    }
    .ucr-box-two  .olist p{
        font-size:.26rem;
        line-height: 1.4;
    }
    
    
    .ucr-box-three{
        padding-top: 21.4rem;
        background-position:center 9rem, center 13rem, -10rem 0;
        background-repeat:  no-repeat;
        background-size:140% auto, 1440px auto, 26rem auto;
    }
    
    .ucr-box-three .in-box{
        padding-bottom:0;
    }
    .ucr-box-three .t1{
        width:100%;
        text-align: center;
        box-sizing: border-box;
        padding:0 .4rem;
    }
    .ucr-box-three .the-txt h2{
        font-size: .64rem;
    }
    .ucr-box-three .t1 h3{
        font-size: .52rem;
        padding:.52rem 0;
        line-height: 1.4;
    }
    .ucr-box-three .t1 p{
        padding-bottom: 1rem;
        font-size:.36rem;
    }
    .ucr-box-three .t1 .com-btn{
        display: none;
    }
    
    .ucr-box-three .t2{
        text-align: center;
        padding:.6rem .4rem .4rem;
        background:linear-gradient( 180deg, #FFB40000 0%, #FFB400 1rem, #FFB400 100%)

    }
    .ucr-box-three .t2 p{
        padding:.5rem 0 0;
        line-height: 1.4;
    }
    
    .ucr-box-three .the-acts{
        padding:.5rem 0;
        flex-direction: column;
        gap:.5rem;
    }
    
    .ucr-box-three .the-acts .com-btn{
        width:8rem;
        height:2rem;
        font-size: .5rem;

    }
    

}

