#wikipedia_menu {
    width: 100%;
    padding: 20px 20px 10px 25px;
    box-sizing: border-box;
    margin-top: 10px;
    height: calc(100% - 30px);
    overflow-y: auto;
}

#wikipedia_menu::-webkit-scrollbar-thumb,
.wikipedia_div_right::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgb(214 214 219 / 85%);
}

#wikipedia_menu::-webkit-scrollbar,
.wikipedia_div_right::-webkit-scrollbar {
    width: 6px
}

#wikipedia_menu::-webkit-scrollbar-track,
.wikipedia_div_right::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

#wikipedia_menu .menu_2>a:hover,
#wikipedia_menu .menu_3:hover>a {
    color: #0077f7;
}

#wikipedia_menu li a {
    text-decoration: none;
    position: relative;
    color: black;
    line-height: 28px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wikipedia_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
}

#wikipedia_menu a.active {
    color: #0077f7;
    margin-left: -18px;
}

#wikipedia_menu .menu_1>a.active {
    color: #0077f7;
    margin-left: unset;
}

#wikipedia_menu a.active::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-right: 5px;
    background-image: url(../img/menu-selected.svg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}

.page_banner {
    background: url(../img/wikipedia_banner.jpg) center top no-repeat;
    background-size: cover;
    height: 232px;
    width: 100%
}

.wikipedia_div {
    max-width: 1420px;
    display: flex;
    font-family: MicrosoftYaHei;
    margin: auto;
}

.wikipedia_div .am-slider-default .am-control-nav li {
    margin: 0 4px;
}

.wikipedia_div .am-slider-default .am-control-nav {
    margin-bottom: 15px
}

.wikipedia_content {
    width: calc(100% - 290px);
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 10px;
    background-color: #FFFFFF;
    padding-bottom: 50px;
    min-width: 0px;
    border-radius: 8px;
}

.wikipedia_title {
    border-bottom: 1px dotted #CACACA;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 68px;
    display: flex;
}

#wikipedia_menu li {
    display: block;
}

#wikipedia_menu .menu_1>a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
}

#wikipedia_menu .menu_1>a::before {
    content: "";
    width: 8px;
    display: block;
    margin-top: 14px;
    float: left;
    margin-right: 10px;
    height: 8px;
    border-radius: 50%;
    background-color: #0077F7;
}

.menu_3>a {
    font-family: MicrosoftYaHei;
    align-items: center;
    display: flex;
    color: #333333;
    line-height: 26px;
}

.menu_2>a {
    font-family: MicrosoftYaHei;
    align-items: center;
    display: flex;
    color: #333333;
    line-height: 30px;
}

.menu_1 {
    margin-bottom: 13px;
}

.menu_2 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 3px;
}

.menu_3 {
    margin-left: 25px;
    font-size: 14px;
}

.wikipedia_div_right {
    width: 200px;
    border-radius: 8px;
    position: sticky;
    overflow-y: scroll;
    top: 55px;
    background-color: white;

}

.wikipedia_div_nav {
    width: 250px;
    height: 800px;
    display: none;
    position: sticky;
    top: 55px;
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
}

.wikipedia_title_left {
    width: 230px;
    margin-top: 13px;
    font-weight: bold;
    position: relative;
    display: none;
    height: 40px;
    border-radius: 8px;
    margin-left: 10px;
    box-shadow: rgb(51 52 63 / 13%) 10px 0 32px 0;
}

.wikipedia_title_right {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 25px;
    line-height: 48px;

}

.menu_icon {
    width: 3px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-left: 12px;
    margin-top: 12px;
    background: #0077F7;
}

.menu_text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #0077F7;
    float: left;
    margin-top: 7px;
    line-height: 24px;
}

.wikipedia_title_one {
    line-height: 50px;
    margin-top: 29px;
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}

.wikipedia_title_two {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.wikipedia_title_three {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
}

.wikipedia_text {
    font-size: 16px;
    line-height: 31px;
    text-indent: 2em;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
}
.wikipedia_text_unset {
    font-size: 16px;
    line-height: 31px;
    text-indent: unset;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
}

.wikipedia_content img {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 10px;
}

.wikipedia_memo {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.menu_operate_hide,
.menu_operate_show {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    width: 50px;
    right: 10px;
    cursor: pointer;
    top: 11px;
    position: absolute;
    color: #333333;
}

.menu_operate_icon_hide,
.menu_operate_icon_show {
    position: absolute;
    right: 15px;
    width: 10px;
    cursor: pointer;
    top: 7px;
}

.menu_operate_icon_show,
.menu_operate_show {
    display: none;
}

.wikipedia_menu_div {
    position: sticky;
    left: 0%;
    top: 100px;
    width: 100%;
    height: 100%;
}

.bold {
    font-weight: bold;
    line-height: 30px;
}

.wikipedia_th {
    text-align: center;
    padding: 10px 0px;
    color: #6590FF;
    line-height: 60px;
    margin-top: 5px;
    font-size: 30px;
}

.wikipedia_bgColor_one {
    background-color: #F5F6FC;

}

.wikipedia_bgColor_two {
    background-color: #FFF9F8;
}

.wikipedia_bgColor_three {
    background-color: #F0FFFE;

}

.wikipedia_bgColor_four {
    background-color: #F8FCFF;
}

.wikipedia_bgColor_five {
    background: #FFF8F0;
}

.wikipedia_bgColor_six {
    background: #F8FFFE;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.wikipedia_table {
    width: 96%;
    margin-left: 2%;
    border-collapse: collapse;
    /* 合并相邻边框 */
}

.wikipedia_td img {
    width: 20px;
    margin: 0px;
}

.wikipedia_td {
    border: 1px solid #B1C6FF;
}


.wikipedia_td_div {
    width: auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.wikipedia_color_one {
    color: #518dfe;
}

.wikipedia_color_two {
    color: #ed8a67;
}

.wikipedia_color_three {
    color: #5bc1b5;
}

.wikipedia_color_four {
    color: #8977fd;
}


.img_center {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 20px;
}

.text_center {
    text-align: center;
}

.wikipedia_btn_one {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    min-width: 64px;
    color: white;
    margin: 10px 20px;
    padding: 10px 20px;
    text-align: center;
    background: linear-gradient(90deg, #518dfe 0, #77a6fe 100%);
}

.wikipedia_btn_div {
    padding: 20px 10px;
}

.wikipedia_btn_two {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    color: white;
    min-width: 64px;
    text-align: center;
    margin: 10px 20px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #ed8a67 0, #f1b09e 100%);
}

.wikipedia_btn_three {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    min-width: 64px;
    color: white;
    text-align: center;
    margin: 10px 20px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #8977fd 0, #aa9fff 100%);
}

.wikipedia_btn_four {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    min-width: 64px;
    color: white;
    text-align: center;
    margin: 10px 20px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #5bc1b5 0, #84d1c9 100%);
}

.text_max4 {
    max-width: 70px;
    margin: auto;
}

.wikipedia_btn_div_left {
    width: auto;
    max-width: calc(100% - 265px);
    float: left;

}

.wikipedia_btn_div_right {
    width: 260px;
    float: left;
    display: flex;
    align-items: center;
}

.wikipedia_item_div {
    display: inline-block;
    padding: 12px 10px;
}

.wikipedia_item_icon {
    display: inline-block;
}

.wikipedia_item {
    font-size: 14px;
    line-height: 28px;
}

.v_align {
    display: flex;
    align-items: center;
}

.wikipedia_btn_div_right1 {

    width: 200px;
    float: left;
}

.wikipedia_btn_div_left1 {
    width: 443px;
}

.am-direction-nav {
    display: none;
}

.am-slider-default {
    box-shadow: unset;
}

.wikipedia_right_bg {
    width: 174px;
    height: 105px;
    /* background-color: #5f6b82; */
    border-radius: 6px;
    position: relative;
    margin-left: 13px;
}

.wikipedia_right_title {
    position: absolute;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    width: 120px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 26px;
}

.wikipedia_right_img {
    width: 100%;
    opacity: 0.7;
    height: 100%;

}

.wikipedia_right_bg:hover .wikipedia_right_img {
    opacity: 1;
}

.wikipedia_div_menu {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    margin: 20px 0px;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+/Edge */
    user-select: none;
    /* Standard syntax */
}

.wikipedia_div .wikipedia_div_right .wikipedia_right_icon {
    width: 50px;
    margin-right: 10px;
}

.wikipedia_right_item {
    margin: 15px 0px;
    width: calc(100% - 30px);
    display: flex;
    padding: 0px 10px;
    align-items: center;
}

.wikipedia_right_content {
    font-size: 14px;
    font-weight: bold;
}

.wikipedia_right_content:hover {
    color: #0077F7;
}

.wikipedia_div a {
    color: unset;
}

.wikipedia_title_one1 {
    margin-top: -5px;
}

html {
    padding-top: 56px;
}

html header {
    height: 0px !important;
}

.navFlex {
    top: 0px;
}

.phone_menu {
    width: 100%;
    position: sticky;
    padding-top: 15px;
    top: 48px;
    height: 55px;
    background: white;
}

.phone_menu_img {
    background: url(../img/wikipedia_phone.svg);
    width: 25px;
    background-size: 100% 100%;
    height: 25px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 88;
    top: 8px;
}

.wp_nav {
    height: 60px;
}

.menu_shadow {
    box-shadow: 0px 0px 13px 0px rgb(121 107 107 / 9%);
}

.wikipedia_div .wp_nav_link {
    color: #0077F7;
    cursor: pointer;
    margin-right: 5px;
}

.wikipedia_div .wp_nav_link:hover {
    border-bottom: 1px solid #0077F7;
}


.wp_nav_link_div {
    float: left;
    font-size: 14px;
    line-height: 44px;
}

.wp_nav {
    height: 44px;
    position: sticky;
    background-color: white;
    top: 55px;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.wp_nav_menu_div {
    width: 300px;
    float: right;
    position: relative;
}

.phone_menu_txt {
    cursor: pointer;
    height: 40px;
    background: #F7F7F7;
    border-radius: 5px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    line-height: 39px;
    padding-right: 52px;
    padding-left: 20px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: none;
}

.over_hidden {
    overflow: hidden;
}

.showMenu {
    position: absolute;
    width: 100%;
    top: 40px;
    display: block;
    background-color: #F7F7F7;
    max-height: 400px;
}
.bold{
    font-weight: bold;
}
.all_icon {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-image: url(../img/icon1.svg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}
.all_red_icon {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 10px;
    background-image: url(../img/red_icon.svg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}
.all_arrow {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-image: url(../img/yin_yang_arrow.svg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}
.all_icon_solid {
    content: "";
    display: inline-block;
    width: 25px;
    height: 10px;
    /*margin-right: 10px;*/
    background-image: url(../img/icon2.svg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}
.color_red {
    color: #D70029;
}
.comm_flex_center{
    display: flex;
    justify-content: center;
}

.ime_file_folder {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-image: url(../img/folder.jpg);
    background-size: cover;
    /* 图片覆盖整个伪元素 */
    background-position: center;
    /* 图片居中显示 */
}

@media(max-width:1400px) {
    .wikipedia_btn_div_left1 {
        width: 294px;
    }
}

@media(max-width:768px) {
    .wikipedia_div_left {
        width: 250px;
        height: 800px;
        position: sticky;
        top: 55px;
        background: #FFFFFF;
        border-radius: 8px 0px 0px 8px;
    }

    .wikipedia_div_left,
    .wikipedia_div_right {
        display: none;
    }

    .wikipedia_div_center {
        width: 100%;
    }

    .wikipedia_title_one1 {
        margin-top: 20px;
    }

    .wikipedia_content {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0px;
    }

    .wikipedia_content img {
        width: 90%;
        margin-top: 20px;
        margin-left: 5%;
        margin-bottom: 10px;
    }

    .page_banner_text1 {
        text-align: left;
        padding-left: 20px;
    }

    .page_banner_text2 {
        text-align: left;
        padding-left: 20px;
        line-height: 22px;
    }

    .page_banner {
        height: auto;
    }

    html {
        padding-top: 48px;
    }

    .wikipedia_title_right {
        padding-top: 10px;
    }

    .showMenu {
        position: fixed;
        max-height: unset;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 118px;
        height: calc(100% - 168px) !important;
        display: block;
    }

    .wikipedia_menu_div {
        height: 100%;
        background-color: white;
        width: 250px;
        float: right;
    }

    #wikipedia_menu {
        width: 240px;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
        margin-top: 10px;
        height: calc(100% - 20px);
        overflow-y: auto;
    }

    .phone_menu_img {
        top: 22px;
        right: 35px;
    }

    .wikipedia_memo{
        width: 100%;
    }
    .phone_menu_txt {
        height: 40px;
        background: #EDEDED;
        border-radius: 34px 34px 34px 34px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #999999;
        line-height: 39px;
        padding-right: 52px;
        padding-left: 20px;
        text-align: left;
        font-style: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: none;
        width: calc(100% - 106px);
        margin-left: 15px;

    }

    .menu_3 {
        font-size: 14px;
    }

    .wikipedia_text {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .wikipedia_title_three {
        font-size: 18px;
    }

    #wikipedia_menu li a {
        line-height: 32px;
    }

    .menu_2 {
        font-size: 16px;
    }
}