body {
    margin: 0;
    padding: 0;
    background: #EEF2F5;
}
.header {
    background: rgba(239, 242, 255, 0.08);
    height: 60px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
}
.header-left{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-left: 15%;
}
.header_img {
    height: 40px;
    margin-top: 10px;
}

.header_right { 
    display: flex;
    align-items: center;
    margin-right: 15%;
}
.header_right a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #FFFFFF;
}
.banner{
    background-image: url(./../imgs/img_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    padding: 0 15%;
    display: flex;
    align-items: center;
    color: #FEFEFE;
}
.banner-content{
    font-size: 41px;
    font-weight: 500;
}
.enter-list{
    background-image: url(./../imgs/bg_1.png);
    background-repeat: no-repeat;
    background-size: 85% 100%;
    background-position: top;
    margin: -90px 15%;
}
.enter-title{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 60px;
}
.enter-title-text{
    font-size: 30px;
    font-weight: bold;
    color: #0153A7;
    margin-bottom: 15px;
}
.enter-card{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 100px;
    margin-top: 60px;
}
.enter-card>div{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.enter-card img{
    width: 160px;
}
.enter-card span{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #010101;
}
.enter-card div{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #010101;
}
.main{
    padding: 0 15%;
    margin-top: 140px;
}
.main-title{
    font-size: 30px;
    font-weight: bold;
    color: #0153A7;
    text-align: center;
    margin-bottom: 20px;
}
.main-title-img{
    text-align: center;
}
.main-text{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    margin-top: 43px;
}
.main-img{
    margin: 50px 0;
    text-align: center;
}
.main-img img{
    width: 952px;
}
a {
    text-decoration: none;
}