body {
    margin: 0;
    padding: 0;
    display: flex;
    min-width: 800px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 60vh;
    /* font-family: Arial, sans-serif; */
}
.header{
    width: 100%;
    color: white;
    padding: 10px 0;
    background-color: #0F2142;
    height: 36px;
}
.footer {
    width: 100%;
    background-color: #131923;
    color: white;
    padding: 10px 0;
}
.main {
    max-width: 1600px;
    width: 80%;
    background-color: white;
    text-align: center;
    padding: 20px;
}
.banner  {
    display: flex;
    background-color: #fff;
    height: 300px;
    width: 100%;
} 
.banner>img{
        width: 100%;
        height: 100%;
}
.footer-main, .header-main {
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;  
    text-align: center;
    padding: 0 20px;  
}
.logo{
    width: 36px;
    height: 36px;
    margin: auto;
}
.logo-text{
    border-right: 2px solid #31445f;
}
.logo-text p{
    margin: 0px 12px 0px 2px;
    font-size: 18px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.login-but, .register-but{
    margin: 5px 10px;
    height: 28px;
    width: 52px;
    font-weight: bold;
    background-color: white;
    border: 0;
    border-radius: 3px;
}
.daohang{
    display: flex;
    flex-direction: row;
    width:450px;
    margin: 5px 10px;
    height: 28px;
    border: 0;
    border-radius: 5px; 
}
.daohang div {
    display: flex;
    flex-direction: row;
    padding: 0 10px 0 1px;
    line-height: 5px;
    margin: 0 5px;
    height: 30px;
    font-size: 13px;
}
.daohang-border{
    border-left: #3F4D68 solid 1px;
}
.daohang img{
    width: 18px;
    height: 18px;
    margin: 5px 5px 0 10px;;
}


.footer-images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.images-box {
    margin: 0 10px;
    display: flex;
    justify-content: center;
}
.images-box-list {
    width: 120px;
    padding: 10px 60px ;
    margin: 0 30px;
    justify-content: center;
}
.images-box-list img{
   width: 60px;
   height: 60px;
}
.images-box-list p{
  font-size: 16px;
  color: #F4D8A1 ;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}
.footer-content div {
    text-align: left;
    font-size: 12px;
    color: #7F85A3 ;
}
.footer-content-title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF ;
}
.copyright {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #8A9AB2 ;
}