@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Regular.ttf);
}
body{
    background: url('../images/index/bg.png') no-repeat top center;
    margin: 0;
    font-family: Poppins;
}
.flexUnset{
    flex: unset;
}
.font20{
    font-size: 20px;
}
.cursor-pointer{
    cursor: pointer;
}
.width1440{
    width: 1440px;
}
.center{
    margin: 0 auto;
}
.width1200{
    max-width: 1040px;
    margin: 0 auto;
}
.color000000{
    color: #000000;
}
.color45ADA7{
    color: #45ADA7;
}
.color144680{
    color:#144680
}
.color21528B{
    color: #21528B;
}
.color3B5266{
    color: #3B5266;
}
.color888888{
    color: #888888;
}
.color21528B{
    color: #21528B;
}
.color6f6f6f{
    color: #6f6f6f;
}
.color656A6F{
    color: #656A6F;
}
.color969BA0{
    color: #969BA0;
}
.color22343D{
    color: #22343D;
}
.color424852{
    color: #424852;
}
.started{
    width: 120px;
    border-radius: 12px;
    height: 40px;
    background: #45ADA7;
}
.buttonLink a,.buttonLink a:hover{
    color: #ffffff;
    text-decoration: unset;
}

.solutionbanner{
    height: 650px;
    background: url("../images/customerPayment/sunBanner.png") no-repeat bottom center;
}
.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line36{
    line-height: 36px;
}
