header {
    position: relative;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 51px 0 rgba(19, 12, 45, .13)
}

header nav.header-bottom .logo {
    display: inline-block;
    height: 68px;
    line-height: 68px
}

header nav.header-bottom .logo img {
    height: 32px;
    margin-right: 8px
}

header nav.header-bottom .logo .logoTxt {
    font-weight: 700;
    color: #001156;
    font-family: Nunito-Bold
}

header nav.header-bottom .logo:hover {
    color: #001156
}

header nav.header-bottom .right {
    width: 72%;
    float: right
}

header nav.header-bottom .right .flex-container {
    justify-content: flex-end;
    align-items: center
}

header nav.header-bottom .mobi-btn {
    display: none
}

header nav.header-bottom .flex-item {
    height: 68px;
    padding: 0 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center
}

header nav.header-bottom .flex-item:nth-child(2),
header nav.header-bottom .flex-item:nth-child(3) {
    margin-left: 18px
}

header nav.header-bottom .flex-item:nth-child(4) {
    margin-left: 45px
}

header nav.header-bottom .flex-item:nth-child(5) .hover-item__content:hover .iconsousuo {
    color: #fff
}

header nav.header-bottom .flex-item a {
    display: block;
    align-items: center;
    text-align: center
}

@media screen and (max-width:768px) {
    header nav.header-bottom .flex-item a {
        text-align: left
    }
}

header nav.header-bottom .flex-item .iconsousuo {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #e5e5e5;
    font-size: 20px !important;
    font-weight: 700;
    display: inline-block
}

header nav.header-bottom .flex-item .iconsousuo:hover {
    background: #000;
    color: #fff
}

header nav.header-bottom .flex-item .hover-item__content img {
    display: inline-block;
    height: 20px
}

header nav.header-bottom .right .flex-container .flex-item .hover-item__content {
    width: 100%;
    text-align: center
}

header nav.header-bottom .right .flex-container .flex-item:first-child {
    position: relative
}
header nav.header-bottom .right .flex-container .features {
    height: 50px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(19, 12, 45, .13)
}

@media screen and (max-width:768px) {
    header nav.header-bottom .right .flex-container .flex-item:first-child {
        position: relative
    }
}

header nav.header-bottom .right .flex-container .flex-item:first-child div {
    width: 100%;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    header nav.header-bottom .right .flex-container .flex-item:first-child div {
        width: 100%;
        display: flex;
        align-items: center
    }
}

header nav.header-bottom .right .flex-container .flex-item:first-child div span {
    display: block;
    width: 100%;
    text-align: left
}

header nav.header-bottom .flex-item .hover-item__content span {
    display: inline-block;
    color: #16162b;
    font-size: 16px;
    font-weight: 600;
    font-family: Nunito-BoldtoHome;
    position: relative
}

header nav.header-bottom .flex-item .hover-item__content span:first-child {
    display: inline-block;
    color: #130d2c;
    font-size: 16px;
    font-weight: 600;
    font-family: Nunito-Regular
}

header nav.header-bottom .flex-item .hover-item__content span i {
    display: inline-block;
    margin-left: -7px;
    transform: scale(.7) translateX(50%);
    transition: .2s ease-in-out;
    vertical-align: middle
}

header nav.header-bottom .flex-item .hover-item__content span i.iconxialajiantou {
    font-size: 12px
}

header nav.header-bottom .flex-item .hover-item__list {
    position: absolute;
    z-index: 99999;
    top: 90%;
    padding: 6px 0;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(31, 37, 51, .17);
    border-radius: 4px;
    width: auto;
    transform: translateX(30%)
}

header nav.header-bottom .flex-item .hover-item__list .list-item {
    padding-top: 15px;
    padding-bottom: 15px
}

header nav.header-bottom .flex-item .hover-item__list .list-item .link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(52, 62, 86, .537);
    text-indent: 0;
    cursor: pointer;
    position: relative
}

header nav.header-bottom .flex-item .hover-item__list .list-item .link img {
    height: 18px;
    display: inline-flex;
    margin-right: 4px
}

header nav.header-bottom .flex-item .hover-item__list .list-item .link span {
    display: inline-flex;
    font-size: inherit;
    color: inherit
}

header nav.header-bottom .flex-item .hover-item__list .list-item .link:hover {
    color: #343e56
}

header nav.header-bottom .flex-item .hover-item__list .list-item .link:hover:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    left: 0;
    background: #2668da;
    z-index: 12;
    bottom: -10px
}

header nav.header-bottom .flex-item.active .hover-item__content span,
header nav.header-bottom .flex-item:hover .hover-item__content span {
    display: inline-block;
    position: relative
}

header nav.header-bottom .flex-item.active,
header nav.header-bottom .flex-item:hover {
    background: #e2e9f3
}

@media screen and (max-width:768px) {

    header nav.header-bottom .flex-item.active,
    header nav.header-bottom .flex-item:hover {
        background: #fff
    }
}

header nav.header-bottom .flex-item:nth-child(4) {
    width: 162px
}

header nav.header-bottom .flex-item:nth-child(4) .hover-item__content {
    background: linear-gradient(75deg, #3ef5be, #2663db);
    width: 162px;
    height: 42px;
    line-height: 42px
}

header nav.header-bottom .flex-item:nth-child(4) .hover-item__content:hover {
    background: linear-gradient(75deg, #2663db, #3ef5be)
}

header nav.header-bottom .flex-item:nth-child(4):hover,
header nav.header-bottom .flex-item:nth-child(5):hover {
    background: 0 0
}

header nav.header-bottom .flex-item:nth-child(4) .hover-item__content a span {
    color: #fff !important;
    font-size: 18px
}
header nav .header-bottom .right .flex-container .features {
    height: 50px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(19, 12, 45, .13)
}
.header-bottom .ipt {
    display: none
}

#macube_header .hover-item .hover-item__list {
    display: none
}

#macube_header .hover-item:first-child:hover .hover-item__list {
    display: flex
}

#macube_header .logoTxt {
    letter-spacing: 1px
}



#hover-item__list {
    display: flex;
    padding: 15px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
    width: 719px;
    height: 333px;
    background: #fff;
    box-shadow: 0 0 22px 2px rgba(19, 12, 45, .09);
    border-radius: 4px
}

#hover-item__list>div {
    width: 246px;
    height: 69px;
    text-align: left;
    padding: 6px;
    transition: all .3s;
    margin-bottom: 10px
}

#hover-item__list>div:hover {
    box-shadow: 0 0 35px 0 rgba(13, 18, 60, .16);
    transform: scale(1.1)
}

#hover-item__list>div img {
    width: 50px;
    height: 53px;
    margin-right: 20px
}

#hover-item__list>div a {
    color: #000;
    font-weight: 700;
    font-family: Nunito-Regular
}

#hover-item__list>div a span {
    font-size: 16px;
    font-family: Nunito-Regular;
    font-weight: 400;
    color: #181a21;
    line-height: 1
}

#searchBox {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff
}

#searchBox::-webkit-scrollbar {
    display: none
}

#searchBox>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 710px;
    height: 72px
}

#macube_header #searchBox>div .iconsousuo {
    background-color: #000;
    font-size: 27px;
    display: inline-block;
    position: absolute;
    top: 50%;
    font-family: Nunito-Bold !important;
    transform: translateY(-50%);
    right: 0;
    margin-right: 30px
}

#searchBox>div .iconcha {
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    right: -60px;
    top: -40px
}

#searchBox>div input {
    width: 710px;
    height: 72px;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 24px;
    padding-left: 29px;
    opacity: .3
}

#searchBox>div ::-webkit-input-placeholder {
    font-size: 24px;
    font-family: Nunito-Bold;
    color: #fff;
    line-height: normal
}


@media screen and (max-width:768px) {
    header nav.header-bottom .right .flex-container .features {
        height: auto
    }
    header nav.header-bottom .right .flex-container .features {
        height: 50px;
        padding: 20px;
        box-shadow: 0 0 10px 0 rgba(19, 12, 45, .13)
    }
    .header-bottom .ipt {
        display: inline-block;
        width: 80%;
        height: 42px
    }

    header nav.header-bottom {
        position: relative
    }

    header nav.header-bottom .container {
        padding: 0
    }

    header nav.header-bottom .flex-item .hover-item__content span i {
        margin-left: 10px;
        position: absolute;
        right: 0
    }

    header nav.header-bottom .flex-item {
        width: 100%
    }

    header nav.header-bottom .flex-item:nth-child(4) .hover-item__content {
        width: 70%
    }

    header nav.header-bottom img {
        width: 30px;
        height: 39px;
        margin-left: 19px
    }

    header nav.header-bottom .logoTxt {
        display: none
    }

    header nav.header-bottom .right {
        width: 72px;
        position: relative;
        height: 77px;
        display: flex;
        align-items: center
    }

    header nav.header-bottom .right .flex-container {
        position: absolute;
        top: 77px;
        right: 0;
        padding: 0 27px;
        width: 100vw;
        flex-direction: column;
        background-color: #fff;
        align-items: flex-start
    }

    header nav.header-bottom .right .flex-container .flex-item:nth-child(4) {
        display: none
    }

    header nav.header-bottom .right .flex-container .flex-item {
        height: auto;
        flex: 0 0 100%;
        align-items: baseline;
        margin-left: 0;
        padding: 20px
    }

    header nav.header-bottom .right .flex-container .flex-item .hover-item__content {
        text-align: left
    }

    header nav.header-bottom .right .flex-container .flex-item .hover-item__content span:before {
        left: 0
    }

    header nav.header-bottom .right .flex-container .flex-item .hover-item__list {
        position: static;
        margin-top: 10px;
        width: auto;
        box-shadow: unset;
        transform: translateX(10px);
        padding: 0
    }

    header nav.header-bottom .right .flex-container .flex-item .hover-item__list .link {
        text-align: center;
        text-indent: 0
    }

    header nav.header-bottom .mobi-btn {
        cursor: pointer;
        display: block;
        position: relative;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        border: 1px solid #000;
        text-align: center;
        margin-left: 20px
    }

    header nav.header-bottom .mobi-btn span {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #1e2432;
        border-radius: 8px;
        left: calc(50% - 12px);
        transition: .3s;
        margin: auto auto 3px
    }

    header nav.header-bottom .mobi-btn span:first-of-type {
        top: 2px;
        transform-origin: 100%;
        margin-top: 12px
    }

    header nav.header-bottom .mobi-btn.active span:first-of-type {
        transform: translateX(-4px) translateY(2px) rotate(-45deg)
    }

    header nav.header-bottom .mobi-btn.active span:nth-of-type(2) {
        transform: translateX(1px) translateY(1px) rotate(45deg);
        width: 23px
    }

    header nav.header-bottom .right .flex-container .features {
        height: auto
    }
}

@media screen and (max-width:500px) {
    nav.lan-list ul li {
        flex: 0 0 33%
    }

    nav.lan-list ul li a img {
        display: block
    }
}

@media screen and (max-width:1080px) {
    header nav.header-bottom .flex-container .flex-item {
        margin-left: 40px
    }
}

@media screen and (max-width: 768px) {
    #hover-item__list {
        display: flex;
        flex-wrap: wrap;
        width: 94%;
        height: auto;
        margin-top: 20px;
        padding: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 4px;
    }

    header nav.header-bottom .right .flex-container {
        position: absolute;
        top: 77px;
        right: 0;
        padding: 0 27px;
        width: 100vw;
        flex-direction: column;
        background-color: #fff;
        align-items: flex-start;
    }
}