.header > div:first-child {
    color: white;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    background: #353A34;
    height: 60px;
    display: flex;
    align-items: center;
}

.header > div:first-child > .container {
    display: flex;
    justify-content: space-between;
}

.header > div:first-child > .container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header > div:first-child > .container > div > div {
    display: flex;
    align-items: center;
    margin-right: 46px;
}

.header > div:first-child > .container > div i {
    font-size: 20px;
    margin-right: 12px;
}

.header > div:first-child > .container > div > div:last-child {
    position: relative;
    margin-right: 0;
    height: 30px;
    padding: 0 15px;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.header > div:first-child > .container > div > div:last-child > div {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: .5s all;
    height: 0;
    text-align: center;
    background: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
    z-index: 1;
}

.header > div:first-child > .container > div > div:last-child > span {
    display: flex;
    align-items: center;
}

.header > div:first-child > .container > div > div:last-child:hover > div {
    height: 100px;
}

.header > div:first-child > .container > div > div:last-child i {
    font-size: 12px;
    margin: 0;
    display: block;
}

.header > div:first-child > .container > div > div:last-child:hover i {
    -webkit-transform: rotate(-180deg);
}

.header > div:first-child > .container > div > div:last-child a {
    display: block;
    padding: 5px 0;
}

@media (max-width: 1200px) {
    .header > div:first-child {
        font-size: 12px;
    }

    .header > div:first-child > .container > div > div {
        margin-right: 26px;
    }
}

.header > div:last-child {
    height: 120px;
}

.header > div:last-child > div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header > div:last-child > div > ul {
    display: flex;
    height: 50px;
}

.header > div:last-child > div > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
}

.header > div:last-child > div > ul > li > a {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    display: flex;
    align-items: center;
}

.header > div:last-child > div > ul > li > a i {
    font-size: 12px;
}

.header > div:last-child > div form {
    position: relative;
}

.header > div:last-child > div form button {
    position: absolute;
    font-size: 18px;
    width: 45px;
    height: 42px;
    border: none;
    border-radius: 21px 0 0 21px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header > div:last-child > div input {
    width: 120px;
    height: 42px;
    padding: 12px 18px 12px 38px;
    border-radius: 21px;
    border: 1px solid #E0E0E0;
}


.header > div:last-child > div > ul > li > div {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    font-size: 1rem;
    border-radius: 0.25rem;
    padding: 0.5rem;
    background: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}


.header > div:last-child > div > ul > li > .el {
    left: 50%;
    transform: translate(-50%);
}

.header > div:last-child > div > ul > li:hover > div {
    display: block;
}

.header > div:last-child > div > ul > li:hover i {
    -webkit-transform: rotate(-180deg);
}

.header > div:last-child > div > ul > li > div a {
    display: block;
    padding: 0.25rem 0.5rem;
}

.header > div:last-child > div > ul > li > .el > div {
    display: flex;
    flex-wrap: wrap;
}

.header > div:last-child > div > ul > li > .el > div > div:last-child {
    margin-right: 0;
}

.header > div:last-child > div > ul > li > .el > div > div > a:first-child {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.header > div:last-child > div > ul > li > .el > div > div > a:not(:first-child) {
    font-size: 13px;
}

@media (max-width: 1400px) {
    .header > div:last-child > div > ul > li > a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .header > div:last-child > div > ul > li > a {
        font-size: 14px;
    }

    .header > div:last-child > div > ul > li {
        padding: 0 10px;
    }
}

.move {
    position: relative;
    height: 55px;
    align-items: center;
    justify-content: space-between;
}

.move > div {
    display: flex;
    align-items: center;
}

.move > div > a > i {
    font-size: 20px;
}

.move > div > a > i:last-child {
    font-size: 24px;
    margin-left: 15px;
}

#search {
    position: absolute;
    top: 100%;
    width: 100%;
    background: white;
    box-shadow: 0 3px 6px rgba(153, 153, 153, 0.4);
    z-index: 1;
}

#search form {
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

#search input {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-family: GibsonRegular;
    font-weight: 400;
    letter-spacing: 0;
    outline: 0;
}

#search form button {
    border: 0;
    background: transparent;
}

#search form i {
    font-size: 18px;
}
.offcanvas-start {
    width: 100%;
    border: none;
}

.offcanvas-start > .offcanvas-header {
    padding: 0;
}

.offcanvas-start > .offcanvas-header a {
    background: #e7ebec;
    color: #66787f;
    width: 50px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-start > .offcanvas-header a i {
    display: block;
}

.offcanvas-start .offcanvas-body {
    padding: 0;
}

.offcanvas-body > div > ul > li a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 13px 50px 12px 20px;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    position: relative;
}

.offcanvas-body > div > ul > li span {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #000;
    outline: 0;
    text-transform: uppercase;
    position: relative;
}

.offcanvas-body > div > ul > li a i {
    position: absolute;
    top: 0;
    right: 0;
    width: 45.5px;
    height: 100%;
    background: #a8b8db;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}

.offcanvas-body > div > ul > li div a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 13px 50px 12px 30px;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    position: relative;
}

.offcanvas-body > div > ul > li div li ul a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 13px 50px 12px 40px;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    position: relative;
}

.offcanvas-body > div > ul > li div i {
    color: rgba(0, 0, 0, .5);
    transform: rotate(-90deg);
}
