html,
body {
    background-color: #000;
    height: 100%;
}

.boxed_wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.boxed_content {
    flex: 1;
}

/** ---------------------- top banner ---------------------- **/
.main-header .header-top {
    background-color: #131314;
}


.main-header .header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .header-top .text a {
    text-align: center;
    color: #9e9e9e;
    font-size: 18px;
}

.main-header .header-top .text a:hover {
    color: #fff;
}

/** banner 背景图片**/
.main-header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sticky-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.80);
    background-color: #000;
}

.main-menu .navigation > li.current > a {
    color: #fff;
}

.main-menu .navigation > li > a {
    color: #9e9e9e;
    font-weight: normal;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 20px;
    /* margin-left: 10px; */
}

.mobile-empty {
    display: none;
}


@media only screen and (max-width: 1200px) {

    /* .mobile-header .logo-box {
        height: 35px !important;
        width:35px !important;
        padding: 0;
        margin: 0;
        display: flex;
    
        padding: 0;
        margin: 0;
    } */
    .sticky-mobile-header {

    }

    .mobile-header {
        background-color: #131314;
        padding: 10px 20px 10px 15px !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .mobile-empty {
        display: block;
        height: 55px;
    }

    .mobile-header .logo-box .logo img {
        height: 35px !important;
        width: 35px !important;
    }

    .mobile-header .logo-box .menu a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .mobile-header .logo-box .menu img {
        height: 10px !important;
        width: 16px !important;
        padding: 0;
        margin: 5px 0 5px 8px;
        object-fit: fill;
    }

    .mobile-page-title .auto-container .content-box .title {
        font-size: 30px !important;
    }
}

/** ---------------------- bottom ---------------------- **/
.main-footer {
    background: #000;
    border-width: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.main-footer .outer-box .logo-box a {
    margin-left: 30px;
}


.main-footer .footer-bottom {
    margin-top: 30px;
}

.main-footer .footer-bottom .bottom-inner p,
.main-footer .footer-bottom .bottom-inner a {
    color: #9e9e9e;
    font-size: 14px;
}

.main-footer .footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** ----------------------  bottom end---------------------- **/

/** ---------------------- pagination ---------------------- **/
.team-pagination-section {
    width: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team-pagination-section .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team-pagination-section .box img {
    width: 40px;
    height: 40px;
}

.team-pagination-section .box .pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
}

.team-pagination-section .box .pager .p {
    width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
}

.team-pagination-section .box .pager .p:hover {
    color: #fff;
}

.team-pagination-section .box .pager .p-slected {
    width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

/** ---------------------- pagination end ---------------------- **/


/** ---------------------- mobile banner ---------------------- **/

/* .fixed-header .header-upper{
    display: none;
} */


.mobile-menu .menu-box {
    padding-top: 80px;
    background: #131315 !important;
}


.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top-width: 0
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 500;
    color: #9e9e9e;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}

.mobile-menu .close-btn {
    right: 22px !important;
    top: 10px !important;
    width: 14px !important;
    height: 14px !important;
}

.mobile-menu .close-btn img {
    width: 14px !important;
    height: 14px !important;
    /* max-width: 12px !important; */
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important; */
}


/* .mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
} */

/* .mobile-menu .navigation li>a:hover {
    color: #fff;
} */


.mobile-menu .navigation > li.current > a {
    color: #fff;

}

.mobile-menu .navigation li > a:before {
    border-width: 0;
}

.mobile-menu .navigation:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
}


/** ---------------------- mobile banner end  ---------------------- **/


/** ---------------------- Pc and mobile 切换  ---------------------- **/
@media only screen and (min-width: 1200px) {
    .main-header {
        display: block;
    }

    .mobile-header,
    .mobile-outer-box {
        display: none !important;
    }

    .main-footer .pc-outer-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .main-footer .outer-box .logo-box .qq:hover img {
        content: url(../imgs/qq-s.png);
    }

    .main-footer .outer-box .logo-box .weixin:hover img {
        content: url(../imgs/weixin-s.png);
    }

    .main-footer .footer-bottom .bottom-inner a:hover {
        color: #fff;
    }


    .main-menu .navigation > li > a:hover {
        color: #fff;
    }
}


/* .img-menu {
    width: 30px;
    padding: 3px;
} */
@media only screen and (max-width: 1200px) {

    .main-header,
    .pc-outer-box,
    .team-pagination-section {
        display: none !important;
    }

    .main-menu .navigation > li > a:hover {
        color: #9e9e9e;
    }


    .main-footer .footer-bottom .bottom-inner a:hover {
        color: #9e9e9e;
    }


    .outer-box.mobile-outer-box {
        width: 100%;
        display: block !important;
        text-align: center;
    }

    .outer-box.mobile-outer-box ul {
        display: inline-block;
    }

    .outer-box.mobile-outer-box .logo-box .qq {
        margin-left: 0;
    }

    .mobile-outer-box .main-menu {
        margin-right: 0;
    }

    .mobile-header {
        padding: 15px 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .menu img {
        width: 30px;
        padding: 3px;
    }

    .main-menu .navigation > li {
        position: inherit;
        float: left;
        z-index: 2;
        margin: 0px 10px;
        /* margin-left: 10px; */
    }

    .main-menu .navigation > li > a {
        color: #9e9e9e;
        font-weight: normal;
        font-size: 16px;
    }

    .main-footer .footer-bottom {
        margin-top: 0px;
    }


}

/** ---------------------- Pc and mobile 切换  end  ---------------------- **/


.img-model {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);

    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.img-model > img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) {

    .img-model > img {
        max-width: 70%;
        max-height: 70%;
        object-fit: contain;
    }
}