@charset 'utf-8';
body {
    overflow-x: hidden;
}
.bg {
    background: url("https://images.coralglobal.cn/picture/threeweb/2024-website-image/cg_bg.png") no-repeat center/cover;
    /* height: 680px!important; */
    background-size: cover;
}
.box1—con h3, .box0—con h3{
    font-size: 30px!important;
    line-height: 56px!important;
}
.font-bg{
    width: 1110px;
    display: flex;
    height: inherit;
}

.box1—con,.box0—con{
    width: 1110px;
    margin: auto;
    height: 580px!important;
}
.box1—con p,.box0—con p{
    font-size: 24px;
    line-height: 38px!important;
}
.kj_box1{
    background-color: #F5F4F4;
}
.bg_con{
   width:1110px!important;
   padding-top: 114px;
}
.bg_con h1{
    font-size: 46px;
}
.box1—con,.box0—con>div{
    align-items: center;
}
.h3{
    font-weight: bold;
    font-size: 36px;
    color: #1C1F23;
}
.box1—con p{
    font-size: 20px;
    color: #42464C;
}
.box-first{
    background: linear-gradient( 180deg, #FDF1F1 0%, #FFF9F5 100%);
}
.box-second{
    background:linear-gradient(270deg, rgba(255,193,180,.25) 0%, rgb(255,203,153,.25) 100%);
    /* opacity: 0.25; */
    position: relative;
    z-index: 1;
}
.box-second .module-con{
    background: linear-gradient( 90deg, rgba(254,165,93,0) 0%, #FFC5A8 100%);
    border-radius: 0px 100px 100px 0px;
    margin-left: 23px;
}
.second-bgleft{
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
}
.box-last{
    background: #FEF5F3!important;
}
.box-second-right{
    position: relative;
}
.right-icon1{
    position: absolute;
    bottom: 190px;
    left: 70px;
    animation: appearAndDisappear 4.5s linear both infinite;

}
.right-icon2{
    position: absolute;  
    left: 100px;
    top: 40px; 
    animation: appearAndDisappear 3s linear both infinite;

}
.right-icon3{
    position: absolute;
    right: -20px;
    bottom: 170px;
    animation: appearAndDisappear 4s linear both infinite;

}
.right-icon4{
    position: absolute;
    right: 29px;
    top: 107px;
    animation: appearAndDisappear 3.5s linear both infinite;

}
.margin-img2{
    margin-top:22px
}
.right_banner_cg{
    position: relative;
    padding-top:66px ;
}
.cg_iconRight1{
    position: absolute;
    right: -50px;
    bottom: 200px;
}

/* .platform_module>div{
    width: 361px;
} */
/* .con-bg1,.con-bg{
    height: 580px;
} */
 .platform_module{
    display: flex;
    position: relative;
    margin-right: 20px;
}
.plat-icon1,.plat-icon2{
    position: absolute;
    z-index: 2;
}
.plat-icon1{
    left: -96px;
    top: -79px;

}
.plat-icon2{
    right: -40px;
    bottom: -30px;
}
.banner-btn-icon{
    width: 33px;
    height: 33px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-btn-icon i{
    font-size: 24px;
    vertical-align: bottom;
    color: #FF838D!important;
}
.bg-btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}
.bg-btn1 span{
    margin-left: 24px;
}
.cg-account-left{
    position: relative;
}
.cg-account-left p{
    margin-top: 20px;
    color: #703010!important;
}
.circle-dot{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background: rgba(255,255,255,.4); 
    border-radius: 50%;
}
.circle-dot span{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: linear-gradient( 270deg, #FF7659 0%, #FFAD5F 100%);
    border-radius: 50%;
}
.box1—con p, .box0—con p{
    align-items: center;
}
@-webkit-keyframes currency_pic_icon_box5 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);

    }
}
@-webkit-keyframes currency_pic_icon_box4 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);

    }
}
@keyframes appearAndDisappear {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}