@import url('css2.css');
@font-face {
    font-family: "iconfont";
    /* Project id 4589573 */
    src: url('//at.alicdn.com/t/c/font_4589573_stjf07gpwf8.woff2?t=1718695176457') format('woff2'), url('//at.alicdn.com/t/c/font_4589573_stjf07gpwf8.woff?t=1718695176457') format('woff'), url('//at.alicdn.com/t/c/font_4589573_stjf07gpwf8.ttf?t=1718695176457') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 36px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shipinhao:before {
    content: "\e621";
}

.icon-douyin:before {
    content: "\e8db";
}

.icon-bilibili:before {
    content: "\e600";
}

.icon-xhs:before {
    content: "\e601";
}


body {
    background-color: #1a1f24;
    padding-top: 114px
}

.man-search {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    padding: 31px 0;
    background-color: #0E2A37
}

.man-search_left span {
    color: #ffffff;
    margin-left: 14px;
    font-family: PangMenZhengDao;
    font-size: 36px
}

.man-search_right {
    margin-top: 4px
}

.my-autocomplete li {
    padding: 7px 20px !important
}

    .my-autocomplete li .value img {
        width: 24px;
        height: 24px;
        margin-right: 5px
    }

    .my-autocomplete li .value h4 {
        width: calc(100% - 30px);
        font-size: 16px;
        margin: 0;
        color: #606266;
        text-overflow: ellipsis;
        overflow: hidden
    }

.el-input input {
    font-size: 19px !important
}

.man-search_right > span {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #EFEFEF;
    margin-right: 18px
}

.man-tab div {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 15px;
    line-height: 62px;
    margin: 55px auto 0;
    border: 4px solid #ffffff
}

.man-tab.act div {
    box-shadow: 0px 0px 10px rgba(255,255,255,.6);
    border-color: #5FC3FF
}

.man-tab.act p {
    color: #5FC3FF
}

.man-tab:hover p {
    color: #FFDD8C
}

.man-tab p {
    margin: 20px 0 60px 0;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: AlibabaPuHuiTi
}

.man-content {
    padding: 50px 0;
    background: #113147;
    color: #ffffff;
    border-radius: 20px;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden
}

    .man-content.haslist {
        padding-bottom: 0
    }

.endline {
    padding-bottom: 85px;
    position: relative;
    min-height: 800px;
}

    .endline::after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 95px;
        height: 2px;
        background: #FFFFFF;
        bottom: 83px;
        left: 50%;
        transform: translateX(-50%)
    }

.left-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: #F5F5F5;
    box-sizing: border-box;
    overflow-y: auto;
    padding-top: 20px;

}

@media (max-width:992px) {
    .man-content.haslist {
        padding-top: 0
    }

    .left-list {
        position: static;
        width: 100%;
        max-height: 500px;
        margin-bottom: 50px
    }
}

.left-list li:not(.first) {
    padding: 7px 0 7px 24px;
    font-size: 0;
    cursor: pointer;

}
.left-list li:not(.first) img{
}
.left-list li h4 {
    font-weight: 400;
    font-size: 25px;
    margin: 24px 0 25px 24px;
    padding: 0;
    color: #171717
}

    .left-list li h4 img {
        width: 34px;
        height: 34px;
        margin-right: 15px;
        vertical-align: bottom
    }

.left-list li:not(.first):hover {
    background-color: #FEE7B0
}

.left-list li:not(.first) img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.left-list li:not(.first) span {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 27px;
    color: #000000
}
.left-list li a{
    display: block;
}

.left-list li.act span {
    color: #0064A0;
    font-weight: bold
}

.man-con_img {
    max-width: 100%
}

.man-con_h2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 36px;
    margin: 54px 0 50px 24px
}

    .man-con_h2 img {
        margin-right: 20px;
        vertical-align: bottom
    }

    .man-con_h2 i, .man-con_ul li i {
        font-style: italic;
        font-size: 21px;
        text-decoration-line: none
    }

.man-con_ul {
    margin-bottom: 120px
}

    .man-con_ul li {
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 24px 54px
    }

        .man-con_ul li a {
            color: #FFCF5C;
            text-decoration-line: underline;
            text-decoration-color: #FFCF5C
        }

        .man-con_ul li:hover a {
            color: #E4F5FF !important;
            text-decoration-color: #E4F5FF !important
        }

.man-click {
    margin-bottom: 154px
}

.man-click_btn {
    font-family: AlibabaPuHuiTi;
    cursor: pointer;
    width: 100%;
    max-width: 431px;
    margin: 50px auto 0;
    box-sizing: border-box;
    background: linear-gradient(-36deg,#2A8BCB 0%,#67ADDB 100%);
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(255,255,255,.5)
}

    .man-click_btn img {
        margin: 20px 9% 10px 0;
        width:23%;
        height:auto;
    }

    .man-click_btn p {
        font-weight: 500;
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 10px
    }

    .man-click_btn span {
        font-size: 20px;
        color: #F5F5F5
    }

.man-click_img {
    margin-top: 60px
}

.man-content .tools-div {
    padding: 0 20px 68px 20px
}

.man-content .tools-tab {
    max-width: 720px;
    /* max-width: 480px;*/
    padding: 12px 20px 9px 20px;
    margin: 0 auto;
    background: linear-gradient(-90deg,#4EA8F0 0%,#317CB9 100%);
    border-radius: 30px;
    border: 2px solid #EAEAEA
}

.man-content .tools-tab_btn {
    width: 190px;
    height: 50px;
    border-radius: 21px;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    font-size: 11px
}

    .man-content .tools-tab_btn > span {
        font-size: 36px
    }

    .man-content .tools-tab_btn div {
        font-size: 11px;
        margin-left: 4px
    }

        .man-content .tools-tab_btn div p {
            margin: 0;
            line-height: normal
        }

            .man-content .tools-tab_btn div p:first-child {
                font-size: 15px;
                line-height: 16px
            }

    .man-content .tools-tab_btn.act {
        background-color: #fff;
        color: #A3A3A3
    }

        .man-content .tools-tab_btn.act > span {
            color: #6CA9FF
        }

        .man-content .tools-tab_btn.act div p:first-child {
            color: #99A3AD
        }

    .man-content .tools-tab_btn:hover {
        border-color: #DEDEDE
    }

.tools-tab-dots li {
    width: 16px;
    height: 5px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin: 7px 3px 0 3px
}

    .tools-tab-dots li.act {
        background-color: #fff
    }

.tools-type {
    margin-top: 36px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff
}

.tools-type_nav.blue1 {
    background: #399ADA
}

.tools-type_nav.blue2 {
    background: #33576E
}

.tools-type_nav li {
    float: left;
    line-height: 30px;
    font-size: 15px;
    color: #FFFFFF;
    padding: 8px 8px 2px 16px;
    margin-right: 8px;
    cursor: pointer
}

    .tools-type_nav li.act {
        position: relative;
        z-index: 5;
        background-color: #fff;
        color: #18679B
    }

        .tools-type_nav li.act::after {
            position: absolute;
            content: "";
            z-index: -1;
            right: -16px;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 40px solid #ffffff
        }

.tools-type_list {
    background-color: #fff;
    padding: 14px 8px 4px 8px;
    box-shadow: 0px -5px 10px rgba(0,0,0,0.17)
}

.tools-type_li li {
    float: left;
    margin: 0 0 5px 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    border-radius: 6px;
    cursor: pointer
}

    .tools-type_li li.act, .tools-type_li li:hover {
        position: relative;
        background-color: #f3f3f3;
        box-shadow: none
    }

        .tools-type_li li.act::before, .tools-type_li li:hover::before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 6px;
            box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.35)
        }

    .tools-type_li li img {
        max-width: 32px;
        max-height: 32px;
        vertical-align: top;
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

.tools-type_item {
    display: flex;
    flex-flow: row wrap
}

    .tools-type_item li {
        margin: 0 15px 15px 0;
        background: #E4E3E3;
        border-radius: 8px;
        border: 1px solid #383838;
        overflow: hidden
    }

.tti_imgs {
    padding: 8px;
    display: grid;
    width: fit-content;
    grid-auto-flow: column;
    grid-template-rows: repeat(2,45px);
    grid-gap: 4px;
    font-size: 0
}

    .tti_imgs div {
        width: 45px;
        height: 45px;
        text-align: center;
        background: #ffffff;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
        border-radius: 6px;
        cursor: pointer
    }

        .tti_imgs div img {
            max-width: 32px;
            max-height: 32px;
            vertical-align: top;
            position: relative;
            top: 50%;
            transform: translateY(-50%)
        }

        .tti_imgs div.act, .tti_imgs div:hover {
            position: relative;
            background-color: #f3f3f3;
            box-shadow: none
        }

            .tti_imgs div.act::before, .tti_imgs div:hover::before {
                content: "";
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 6px;
                box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.35)
            }

.tti_btm {
    line-height: 32px;
    background: #454D54;
    font-size: 15px;
    color: #FFFFFF
}

.tools-content {
    margin: 60px auto 0;
    max-width: 950px
}

    .tools-content img {
        max-width: 100%
    }

.tools-content_tit {
    color: #EFEFEF;
    font-weight: 500;
    font-size: 36px;
}

    .tools-content_tit img {
        width: 67px;
        height: 67px;
        object-fit: contain;
        border: 3px solid #F3F3F3;
        background-color: #F3F3F3;
        border-radius: 6px;
        margin-right: 27px;
        vertical-align: bottom;
    }

.tools-content_p {
    margin: 28px 0;
    font-size: 19px;
    color: #ffffff;
    line-height: 32px
}

    .tools-content_p.yellow {
        color: #FFCF5C;
        font-weight: 500
    }

    .tools-content_p.li {
        position: relative;
        padding-left: 30px
    }

        .tools-content_p.li::before {
            content: "◆";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            font-size: 30px
        }

.footer-social2 li {
    display: inline-block;
    margin-bottom: 15px
}

    .footer-social2 li:nth-child(2n) {
        margin-left: 30px
    }

.footer-social2 div:not(.nobg) {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    color: #1f1f1f;
    font-size: 18px;
    overflow: hidden;
    vertical-align: top
}

.footer-social2 div.nobg {
    width: 40px;
    line-height: 45px;
    vertical-align: top;
    text-align: center;
    display: inline-block
}

.footer-social2 span {
    display: inline-block;
    margin: 10px 0 0 12px
}

.footer-social2 li:hover div:not(.nobg) {
    color: #fff
}

.footer-social2 li:hover div.nobg, .footer-social2 li:hover span {
    color: #48a7f4
}

.footer-social2 div:not(.nobg)::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #48a7f4;
    z-index: -1;
    transition: .5s;
    border-radius: 30px
}

.footer-social2 li:hover div:not(.nobg):before {
    width: 100%;
    left: 0
}

.footer-contact2 li {
    font-size: 0;
    letter-spacing: 1px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 16px
}

    .footer-contact2 li span {
        font-size: 16px;
        width: 86px;
        display: inline-block;
        vertical-align: top
    }

    .footer-contact2 li div {
        font-size: 16px;
        width: calc(100% - 88px);
        display: inline-block;
        vertical-align: top
    }

.detailContent h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

.detailContent h1 {
    font-size: 30px;
}

.detailContent h2 {
    font-size: 26px;
}

.detailContent h3 {
    font-size: 22px;
}

.detailContent h4 {
    font-size: 18px;
}

.detailContent h5 {
    font-size: 16px;
}

.detailContent h6 {
    font-size: 14px;
}

.detailContent h2, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

.detailContent h1 * {
    font-size: 30px !important;
    font-weight: 100 !important;
}

.detailContent h2 * {
    font-size: 26px !important;
}

.detailContent h3 * {
    font-size: 22px !important;
    font-weight: 100 !important;
}

.detailContent h4 * {
    font-size: 18px !important;
}

.detailContent h5 * {
    font-size: 16px !important;
}

.detailContent h6 * {
    font-size: 14px !important;
    font-weight: 100 !important;
}

.detailContent h2, h4, h5 * {
    margin-top: 5px !important;
    font-weight: 600 !important;
}


.detailContent blockquote {
    position: relative;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 35px;
    color: #FFFFFF;
    background: linear-gradient(to right,rgba(0,162,255,.2),rgba(0,162,255,0));
    border-radius: 5px 0px 0px 5px;
    padding: 10px 22px;
    margin-top: 35px;
    border-radius: 5px 0 0 5px;
    overflow: hidden
}

.detailContent blockquote::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 9px;
        height: 100%;
        background: rgba(0,162,255,.4)
    }

    .detailContent blockquote * {
        position: relative;
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 35px;
        color: #FFFFFF;
        padding: 0 !important;
        margin: 0px !important;
    }

.detailContent *{
    font-family:'Microsoft YaHei' !important;
}

.detailContent img {
    max-width:100%;
}