.app {
    position: relative;
}

.header-container .active {
    color: #FFFFFF !important;
}

header {
    width: 100%;

    position: relative;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header-left {
    display: flex;
    align-items: center;
}
.header-left a img{
    margin: 0;
}

.header-left-area {
    display: none;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 5px 31px 5px 11px;
    position: relative;
    margin-left: 26px;
    cursor: pointer;
}

.header-left-area-text {
    font-size: 14px;
    margin-left: 5px;
}

.header-left-area-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #bcbcbc;
    position: absolute;
    top: 12px;
    left: 70px;
}

.header-center {
    display: flex;
    margin-top: 19px;
}

.header-center li {
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.5s;
}

.header-center li:not(:last-child) {
    margin-right: 34px;
}

.header-center li a {
    color: #e0e9fd;
}

.header-center li:hover a {
    color: #FFFFFF;
}

.header-center li:hover {
    transform: translateY(-1px);
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right-list {
    border-radius: 16px;
    padding: 5px 35px 5px 20px;
    cursor: pointer;
    background-color: #FFFFFF;
    position: relative;
}

.header-right-list-active {
    position: relative;
    color: #666666;
    font-size: 14px;
}

.header-right-list-active::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    transform: rotate(135deg);
}

.header-right-list-type {
    width: 87px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9999;
    padding-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-right-list-type li:hover {
    color: #237bcd;
}

.header-right-list-type li {
    margin-top: 10px;
    font-size: 14px;
}

.header-right > span a {
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.header-right > span:hover {
    color: #237bcd;
}

.header-right .login {
    margin-left: 28px;
    margin-top: 4px;
}

.header-right .login a {
    color: #ffffff !important;
    font-size: 16px !important;
}

.header-right .login a:hover {
    color: #237bcd;
}

.header-right .login a:first-child {
    margin-right: 15px !important;
    font-size: 16px !important;
}

.header-right .login img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}

.el-dialog__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-dialog {
    /*margin: 0!important;*/
    border-radius: 10px;
}

.el-dialog__header {
    padding: 30px 20px 0 40px;
}

.el-dialog__body {
    padding: 30px 40px 50px 40px;
}

.el-dialog__title {
    font-weight: bold;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(4, 135px);
    grid-row-gap: 30px;
    justify-content: space-between;
}

.city-list li {
    width: 136px;
    height: 47px;
    line-height: 47px;
    background-color: #f2f3f5;
    text-align: center;
    cursor: pointer;
    border-radius: 24px;
}

.city-list li:hover {
    background-color: #237bcd;
}

.city-list li:hover a {
    color: #ffffff;
}

*, ::after, ::before {
    box-sizing: unset !important;
}
.footer-bottom p {
    margin-bottom:0 !important;
}
.footer-top a {
    color: #666666!important;
}
.footer-bottom a{
    color: #666666!important;
}