.header {
    height: 80px;
    background-color: #0D1628;
    position: sticky;
    top: 0;
    z-index: 10;
}
.header > .inner {
    height: 100%;
}
.title_left {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}
.header_left > .logo {
    width: 52px;
    height: 52px;
}
.header_left > .title {
    margin-left: 12px;
}
.title_left > .down {
    color: #FFB20C;
    margin-left: 4px;
}
.title > p {
    font-size: 14px;
    color: #83A1D1;
}
.header_right > .menu {
    display: none;
}
.header_right > .menu > img {
    width: 24px;
    height: 24px;
}
.header_right > ul > li > a {
    display: block;
    font-size: 16px;
    color: #BAC7D7;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    box-sizing: border-box;
    white-space: nowrap;
}
.header_right > ul > li > .active {
    color: #FFB20C;
}
.header_right > ul > li > a:hover {
    color: #FFB20C;
}

/* footer */
.footer {
    background-color: #0F172B;
}
.footer .bottom {
    padding: 80px 0;
    box-sizing: border-box;
}
.footer .bottom > .info {
    gap: 120px;
}
.footer .bottom .left {
    flex: 7;
}
.footer .bottom .right {
    flex: 6;
    gap: 120px;
}
.footer .bottom .left img {
    width: 72px;
    height: 72px;
}
.footer .bottom .left h2{
    font-weight: 900;
    font-size: 28px;
    color: #FFFFFF;
    margin-left: 30px;
}
.footer .bottom .left p{
    font-weight: 500;
    font-size: 16px;
    color: #83A1D1;
    margin-top: 30px;
}
.footer .bottom .right > .item > h2 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer .bottom .right > .item > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    color: #83A1D1;
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
}
.footer .bottom .remake {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.footer .bottom .remake > p{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.footer .bottom .remake > p:first-child {
    color: #FFAC46;
}
.footer .bottom .remake:before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    background: #FFAC46;
}
.footer .desc {
    background-color: #000000;
    padding: 22px 0;
    box-sizing: border-box;
}
.footer .desc  p {
    font-weight: 500;
    font-size: 16px;
    color: #797979;
    text-align: center;
}
.menu_close {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .header {
    height: 56px;
    padding: 0 16px;
    box-sizing: border-box;
}
    .header_left > .logo {
      width: 40px;
      height: 40px;
    }
    .header > .inner > a {
        max-width: 70%;
    }
    .title_left {
     font-size: 14px;
   }
   .title > p {
    font-size: 10px;
}
.header_right > .menu {
    display: block;
}
	.header_right > ul {
        display: none;
        position: absolute;
        top: 56px;
        flex-direction: column;
        left: 0;
        background-color: #0D1628;
        width: 100%;
        right: 0;
        z-index: 10;
        padding: 0 16px;
        box-sizing: border-box;
        box-shadow: 0px 1px 0px 0px #5C5B6D;
    }
    .header_right > ul > li{
        border-bottom: 1px solid #28364E;
    }
    .header_right > ul > li:last-child {
        border: none;
    }
    .header_right > ul > li > a {
        font-size: 12px;
        font-weight: 700;
        padding: 0;
    }
/* footer */
.footer .bottom {
    padding: 40px 16px 60px 16px;
}
.footer .bottom > .info {
    gap: 0;
    flex-direction: column;
}
.footer .bottom .left {
    flex: 1;
}
.footer .bottom .right {
    flex: 1;
    gap: 0;
    flex-direction: column;
    margin-top: 26px;
}
.footer .bottom .left img {
    width: 40px;
    height: 40px;
}
.footer .bottom .left h2{
    font-size: 16px;
    margin-left: 12px;
}
.footer .bottom .left p{
    font-size: 11px;
    margin-top: 23px;
}
.footer .bottom .right > .item > h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer .bottom .right > .item > ul > li > a {
    font-size: 12px;
    padding: 8px 0;
}
.footer .bottom .remake {
    padding-left: 10px;
    margin-top: 20px;
}
.footer .bottom .remake > p{
    font-size: 11px;
    line-height: 20px;
}
.footer .bottom .remake > p:first-child {
    color: #FFAC46;
}
.footer .bottom .remake:before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    background: #FFAC46;
}
.footer .desc,.footer .desc_info {
    padding: 16px 0;
    height: initial;
}
.footer .desc {
    padding: 0 16px;
    box-sizing: border-box;
}
.footer .desc  p {
    font-size: 10px;
}
}
