* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #333345;
    padding-top: 0.2rem;
}

.indx {
    width: 2.16rem;
    height: 0.29rem;
    margin-left: 0.2rem;
}

.top-icon {
    font-size: 0.3rem;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;

}

.banner {
    text-align: center;
}

.banner img {
    width: 6.8rem;
    height: 6.67rem;
}

.copywriter {
    text-align: center;

}

.copywriter div:first-child {
    font-size: 0.6rem;
    font-weight: bold;
    color: white;
}

.tip {
    font-size: 0.3rem;
    color: #aeaed2;
    line-height: 1rem;
}

.copywriter div:nth-child(3) {
    width: 6.61rem;
    height: 0.91rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #4b2800;
    line-height: 0.91rem;
    background: linear-gradient(
            to bottom,
            #ffe049 0%,
            #f6c944 50%,
            #e9a33b 100%
    );
    border-radius: 0.2rem;
    margin: 0 auto;
}

.hot {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb243;
    font-size: 0.23rem;
    line-height: 1rem;
}

.hot img {
    width: 0.28rem;
    height: 0.31rem;
}

.main-tip {
    text-align: center;
    color: #000a2f;
    line-height: 1.5rem;
    font-size: 0.4rem;
    font-weight: bold;
}

.games {
    width: 6.9rem;
    height: 1.42rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 auto 0.2rem;
}

.games img {
    width: 0.9rem;
    height: 0.9rem;
}

.bowing {
    width: 7rem;
    height: 3.01rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcedff;
    border-radius: 0.2rem;
    padding: 0.4rem 0.2rem;
    margin: 0 auto 0.2rem;
}

.bowing img {
    width: 2.09rem;
    height: 2.3rem;
}

.bower {
    width: 60%;
}

.bower div:nth-child(1) {
    font-size: 0.28rem;
    font-weight: bold;
    color: #000a2f;
}

.bower div:nth-child(2) {
    font-size: 0.23rem;
    color: #000a2f;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}

.bower div:nth-child(3) {
    width: 2.21rem;
    height: 0.65rem;
    background: linear-gradient(
            to bottom,
            #ffe049 0%,
            #f6c944 50%,
            #e9a33b 100%
    );
    border-radius: 0.2rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.25rem;
}

.big-experience {
    width: 6.81rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 0.25rem;
    margin: 0 auto;
}

.experience {
    display: flex;
    align-items: center;
    width: 45%;
    line-height: 0.7rem;
}

.experience img {
    width: 0.2rem;
    height: 0.14rem;
    margin-right: 0.05rem;
}

.start {
    width: 3.21rem;
    height: 0.91rem;
    background: linear-gradient(
            to bottom,
            #ffe049 0%,
            #f6c944 50%,
            #e9a33b 100%
    );
    border-radius: 0.1rem;
    line-height: 0.91rem;
    text-align: center;
    font-size: 0.3rem;
    margin: 0.1rem auto 1rem;
    font-weight: bold;
}

.phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone img:nth-child(1) {
    width: 2.71rem;
    height: 5.9rem;
    margin-right: 0.2rem;
}

.phone img:nth-child(2) {
    width: 2.71rem;
    height: 3.59rem;
}

.pay-bank {
    max-width: 7.5rem;
    display: flex;
    font-size: 0.25rem;
    justify-content: space-evenly;
    margin: 0.7rem auto 0;
}

.all-bank {
    width: 4.7rem;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.bank {
    width: 28%;
    height: 1.1rem;
    text-align: center;
}

.bank img {
    width: 1.08rem;
    height: 0.48rem;
}

.dow {
    text-align: center;
    font-size: 0.2rem;
    margin-top: 0.5rem;
}

.foot{
    width: 7.05rem;
    height: 1.17rem;
    display: flex;
    background-color: #f3f5fb;
    border-radius: 0.7rem;
    margin: 0.3rem auto;
    font-size: 0.25rem;
    justify-content: space-evenly;
    align-items: center;
}

.all-foot{
    text-align: center;
}

.all-foot img {
    width: 0.32rem;
    height: 0.32rem;
}

.tap-app{
    font-size: 0.25rem;
    text-align: center;
    color: #000a2f;
}

.btn-app{
    width: 3.21rem;
    height: 0.91rem;
    background: linear-gradient(
            to bottom,
            #ffe049 0%,
            #f6c944 50%,
            #e9a33b 100%
    );
    border-radius: 0.1rem;
    line-height: 0.91rem;
    text-align: center;
    font-size: 0.3rem;
    margin: 0.1rem auto 0;
    font-weight: bold;
}