
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    margin: 0px;
    padding: 0px;

}

.header-page,
.foot-page {
    width: 100%
}

.countent-box {
    .banner {
        width: 100%;
        font-size: .12rem;
    }
}

input {
    width: 1.40rem;
    height: .44rem;
    background: #FFFFFF;
    border-radius: .03rem;
    border: .01rem solid #FFFFFF;
    outline: none;
}
    
.title-box-bg{
    background: url(../img/bg.png);
    height: 4.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    color: #FFFFFF;
    padding: 0px 3.6rem;
    text-align: center;
}

.title-box-bg div{
    font-weight: bold;
    font-size: .58rem;
    color: #F1F1F1;

}

.title-box-bg p{
    font-weight: 400;
    font-size: .21rem;
    color: #FFFFFF;
    margin-top: .28rem;
}