html,
body {
    background-color: #161616;
    min-width: auto;
}

html {
    font-size: 50px;
}

/* body * {
	transition: .1s all;
} */
.m_footer {
    display: none;
}

#app {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    width: 1320px;
    margin: 0 auto;
}

.m_nav_list li.current p {
    color: #1199B5 !important;
}

.nav {
    width: 100%;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100px;
    z-index: 100;
}

.nav_list li {
    margin-right: 24px;
}

.nav_list li a {
    color: #ffffff;
    transition: color .3s;
}

.nav_list li a em {
    color: #707070;
    transition: color .3s;
}

.nav_list .current a,
.nav_list .current a em {
    color: #1199B5;
}

.nav_list li a:hover {
    color: #1199B5;
}

.nav_list li a:hover em {
    color: #1199B5;
}

.nav .logo {
    width: 158px;
    height: 29px;
}

.nav_list li {
    line-height: 32px;
    transition: .5s all;
}

.nav_list {
    display: inline-block;
    vertical-align: middle;
}

.nav_list li {
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.en_btn, .zh_btn {
    display: inline-block;
    margin-right: 0;
    color: #757575;
    font-size: 18px;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.nav .scale {
    animation: 3s scale infinite;
    -webkit-animation: 3s scale infinite;
}

@keyframes scale {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@-ms-keyframes scale {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.nav li.rotate {
    background: url(/Public/Home/img/home/show.png) no-repeat 0 0/100% 100%;
    transform: rotate(-180deg);
    transition: transform .5s;
}

.nav li.rotate_back {
    background: url(/Public/Home/img/home/hide.png) no-repeat 0 0/100% 100%;
    transform: rotate(180deg);
    transition: transform .5s;
}

@media (min-width: 651px) {
    .m_nav {
        display: none;
    }

    .ellipsis {
        display: none;
    }

}

@media (max-width: 650px) {
    .nav {
        display: none;
    }

    .m_nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.3rem 0.53rem 0.38rem 0.51rem;
    }

    .m_nav .menu {
        width: 0.36rem;
        height: .29rem;
    }

    .m_nav .logo {
        width: 1.74rem;
        height: 0.32rem;
    }

    .m_nav_box {
        width: 100%;
        height: calc(100% - 0.86rem);
        position: fixed;
        display: none;
        top: 0.86rem;
        left: 0;
        background-color: #161616;
        z-index: 100;
    }

    .m_nav_list {
        width: 100%;
        height: 100%;
        z-index: 1000;
        padding: 2.58rem 1.2rem 0;
    }

    .m_nav_list li {
        border-bottom: 1px dotted #FFFFFF;
        text-align: center;
        padding-bottom: 0.31rem;
        padding-top: 0.65rem;
    }

    .m_nav_list li:hover p:nth-child(1) {
        color: #CBCBCB;
    }

    .m_nav_list li:hover p:nth-child(2) {
        color: #4A4A4A;
    }

    .m_nav_list li:last-child {
        border: none;
    }

    .m_nav_list li p:nth-child(1) {
        font-size: 0.44rem;
        line-height: 1;
    }

    .m_nav_list li p:nth-child(1) {
        color: #FFFFFF;
        font-size: 0.44rem;
        line-height: 1;
        display: block;
    }

    .m_nav_list li p:nth-child(2) {
        line-height: 1;
        display: block;
        margin-top: 0.1rem;
    }

    .m_nav_list li p:nth-child(2) {
        display: block;
        color: #4A4A4A;
        font-weight: bold;
        font-size: 0.27rem;
        line-height: 1;
    }


    .footer {
        display: none;
    }

    .m_footer {
        background: #161616;
        justify-content: space-evenly;
        display: flex;
        height: 2.36rem;
        padding-top: 0.76rem;
        position: relative;
    }

    .m_footer .code {
        font-size: 0.24rem;
        line-height: 1;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        bottom: 0.19rem;
        text-align: center;
    }

    .m_footer .code a {
        color: #707070;
    }

    .m_footer .code a:hover {
        color: #1199B5
    }

    .m_footer button {
        display: inline-block;
        height: 0.59rem;
        background: transparent;
    }

    .bottom1 {
        width: 100%;
    }

    .bottom1 img {
        width: 1.2rem;
    }
}


/* 列表页 */
.footer {
    height: 128px;
    background-color: #1E1E1E;
}

.bottom_content {
    width: 1000px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.bottom_content .logo_bottom {
    width: 214px;
    height: 39px;
    margin-right: 56px;
}

.bottom_content .home_page_about {
    height: 39px;
    line-height: 39px;
    border-right: 1px solid #000000;
    display: flex;
    justify-content: space-between;
}

.bottom_content .home_page_about .about_item {
    margin-right: 48px;
    font-size: 12px;
}

.bottom_content .home_page_about .about_item a {
    transition: color .3s;
    color: #BCBCBC;
}

.bottom_content .home_page_about .about_item a:hover {
    color: #1199B5;
}

.shared_content, .shared_content_en {
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
}

.wechat,.wechat_en {
    position: relative;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    background: url('/Public/Home/img/home/wechat.png') no-repeat 0 0 /100% 100%;
    margin-right: 40px;
}

.share {
    display: none;
}

.wechat:hover .share {
    display: block;
    bottom: 43px;
    height: auto;
    left: -135px;
    width: 417px;
    position: absolute;
    z-index: 100000;
}

.wechat:hover {
    background: url('/Public/Home/img/home/wechat_hover.png') no-repeat 0 0 /100% 100%;
}

.bili {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    background: url('/Public/Home/img/home/bili.png') no-repeat 0 0 /100% 100%;
    margin-right: 40px;
}

.bili:hover {
    background: url('/Public/Home/img/home/bili_hover.png') no-repeat 0 0 /100% 100%;
}

.bili a, .zhihu a, .weibo a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhihu {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    background: url('/Public/Home/img/home/zhihu.png') no-repeat 0 0 /100% 100%;
    margin-right: 40px;
}

.zhihu:hover {
    background: url('/Public/Home/img/home/zhihu_hover.png') no-repeat 0 0 /100% 100%;
}

.weibo {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    background: url('/Public/Home/img/home/weibo.png') no-repeat 0 0 /100% 100%;
}

.weibo:hover {
    background: url('/Public/Home/img/home/weibo_hover.png') no-repeat 0 0 /100% 100%;
}

.link_logo {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 40px;
}

.link_logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.wechat_vpn {
    position: relative;
    background: url('https://download.hecoos.com/enlightv/2022-12-49/czBNGBCGThs5EwiB4r7X.png') no-repeat 0 0 /100% 100%;
}

.wechat_vpn:hover {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/Snfc6ej3P62iSNKzpBzd.png') no-repeat 0 0 /100% 100%;
}

.wechat_en:hover {
    background: url('/Public/Home/img/home/wechat_hover.png') no-repeat 0 0 /100% 100%;
}

.en_share,.wechat_code{
    display: none;
}

.wechat_en:hover .wechat_code{
    display: block;
    bottom: 43px;
    position: absolute;
    z-index: 1000;
    left: -122px;
    height: 160px;
}

.wechat_vpn:hover .en_share {
    display: block;
    bottom: 43px;
    position: absolute;
    z-index: 1000;
    left: -72px;
    width: 185px;
}

.youtube {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/bDNcmEddaxck4b7xYnwQ.png') no-repeat 0 0 /100% 100%;
}

.youtube:hover {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/xFwjDKRry8XNxFy2wzwR.png') no-repeat 0 0 /100% 100%;
}

.facebook {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/whQRpEe4Mz68JdTHmF5m.png') no-repeat 0 0 /100% 100%;
}

.facebook:hover {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/HJa4pmr7ppxxppSPC8wJ.png') no-repeat 0 0 /100% 100%;
}

.twitter {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/azAwR46ZJbChmP32PdRF.png') no-repeat 0 0 /100% 100%;
}

.twitter:hover {
    background: url('https://download.hecoos.com/enlightv/2022-12-49/5xKdymwJxJnihCwXz8Y8.png') no-repeat 0 0 /100% 100%;
}

.ins {
    background: url('https://download.hecoos.com/enlightv/2022-12-52/nQHDPRxNr6dWFkpQkYiA.png') no-repeat 0 0 /100% 100%;
}

.ins:hover {
    background: url('https://download.hecoos.com/enlightv/2022-12-52/23bstcJAr4QApT5Zr4NP.png') no-repeat 0 0 /100% 100%;
}

.linkedin {
    background: url('https://download.hecoos.com/enlightv/2024-02/wsMHECwSZkRaAbmiKxGi.svg') no-repeat 0 0 /100% 100%;
}

.linkedin:hover {
    background: url('https://download.hecoos.com/enlightv/2024-02/5KJSSFJzBSNi7sx27bWR.svg') no-repeat 0 0 /100% 100%;
}


.record {
    color: #BCBCBC;
    font-size: 12px;
    text-align: center;
}

.record a {
    color: #BCBCBC;
}

.record a:hover {
    color: #1199B5;
}
