* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #fff;
}

body {
    max-width: 600px;
    margin: 0 auto;
    background-color: black;
    min-height: 100vh;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.tip-box {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.t-item {
    display: flex;
    align-items: center;
}

.t-item1 {
    padding-right: 10px;
}

.t-item .phone {
    margin-right: 3px;
    width: 14px;
}

.logo {
    width: 30%;
    margin: 0 auto;
    padding: 15px 0 0;
    display: block;
}

.kefu {
    position: absolute;
    right: 10px;
    top: 20px;
}

.kefu img {
    width: 30px;
}

.banner {
    display: block;
    width: 80%;
    margin: 1rem auto;
}

.moeny {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.text {
    font-size: 24px;
    color: #ffff;
    font-weight: bold;
    text-align: center;
    font-family: 'DIN Alternate';
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buttom-box {
    margin-top: 40px;
}

.buttom {
    height: 46px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    color: #fff;

}

.buttom img {
    width: 16px;
    margin-left: 10px;
}

.b-bg1-1 {
    background: linear-gradient(90deg, #0A51E3 0%, #04C97A 100%);

}

.b-bg1-2 {
    background: #3348C5;
}
