html {
    font-size: 15px;
}
body {
    background: #fcfcfc !important;
    font-weight: 400;
    font-family: '微软雅黑',"PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #3f3f3f;
}
body,ul,p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-weight:normal;
}
li{
    list-style: none;
}

a {
    color: #019b61;
    font-size: 1rem;
    text-decoration: none;
}
    a:hover {
        color: #004a2e;
    }
.container{
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.flex-center {
    align-items: center;
}
.flex101{
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.w3{
    width:32%;
}
.shadow {
    box-shadow: 0 0 24px rgb(199 207 225 / 41%);
}
.col1{
    width: 5rem;
}
.col2 {
    width: 10rem;
}
.col3 {
    width: 15rem;
}
.col4 {
    width: 20rem;
}
.col12{
    width:60rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.ml-1{
    margin-left:1rem;
}
.mr-1 {
    margin-right: 1rem;
}
.pd-1{
    padding: 1rem;
}
.pl-1{
    padding-left:1rem;
}
.pb-1{
    padding-bottom:1rem;
}
.borderb1{
    border-bottom:1px solid #f2f2f2;
}
.bordert1 {
    border-top: 1px solid #f2f2f2;
}
.radius-1{
    border-radius:.25rem;
    overflow:hidden;
}
.bgwhite{
    background:#fff;
}
.gray{
    color:#999;
}
.dark{
    color:#666;
}
.desc{
    font-size: .9rem;
    color:#999;
}
.center{
    text-align:center;
}
.font-1{
    font-size:.9rem;
}
.strong{
    font-weight:bold;
}
.yellow{
    color:yellow !important;
}
.circle{
    border-radius:50%;
}
.hide{
    display:none;
}
.ad4 a{
    width:24%;
}
.ad4 img{
    width:100%;
    border-radius:4px;
}
.width100{
    width:100% !important;
}
.box_head {
    padding: .7rem 1.25rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #f2f2f2;
}
.main {
    width:58.5rem;
}
.side {
    margin-left: 1.5rem;
}
.lside{
    margin-right:1.5rem;
}
.header {
    border-top: 2px solid #019b61;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff !important;
    height: 4rem;
}
.header .flex{
    justify-content:space-between;
}
    .header .logo {
        width: 12rem;
    }
    .header .logo img{
        width: 50%;
    }
.header nav li{
    display: inline-block;
}
    .header nav li a:hover {
        color: #019b61;
    }
    .header nav li a {
        color: #444;
        font-weight: bold;
        line-height: 4rem;
        padding: 0 .8rem;
    }
    .header .rootcat{
        position:relative;
    }
    .header .subcat {
        position: absolute;
        top: 4rem;
        background: white;
        box-shadow: 0 .125rem .15rem #ccc !important;
        border-radius: 0 0 4px 4px;
        margin-left: .8rem;
    }
    .header .subcat li{
        display:block;
    }
        .header .subcat li a {
            line-height: 2.5rem;
            padding: 1rem 1.5rem;
        }
        .header .subcat li a:hover {
            color:white;
        }
            .header .subcat li:hover {
            background: #019b61;
        }
            .search_form {
            margin-left: auto;
        }
    .search_form input[type=text] {
        border: 1px solid #01a05d;
        padding: .5rem;
        border-right: 0;
        width: 15rem;
        border-radius: 4px 0 0 4px;
    }
    .search_form input[type=button] {
        border: 1px solid #01a05c;
        background: #01a05c;
        color: white;
        padding: 0 1rem;
        border-radius: 0 4px 4px 0;
        cursor:pointer;
    }

    .bread {
        font-size: 1rem;
        margin: .9rem 0;
        color: #6c757d;
    }
.bread li{
    display:inline-block;
}
    .bread li + li:before {
        padding: 0 5px;
        content: "/ "
    }

.widget {
    border-radius: .25rem;
}
.widget-side {
    width: 20rem;
}
.widget h5{
    padding: .7rem 1.25rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #f2f2f2;
}
.widget ul {
    padding: .5rem 1.25rem 1rem 1.25rem;
}
.widget li {
    line-height: 1.8rem;
    word-break: break-all;
}
.widget1 h3 {
    background: #e6e6e6;
    color: #373838;
    font-size: 1.2rem;
    padding: .6rem 1rem;
    font-weight: bold;
}
.widget1 li {
    padding: .4rem 1rem;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
    .widget1 li a{
        font-size:.9rem;
    }
    .widget1 li:hover, .widget1 li.active {
        background: #01a05c;
        color: white;
    }
        .widget1 li:hover a, .widget1 li.active a {
            color: white;
        }
.footer {
    height: 10rem;
    background: #151414;
    margin-top: 4rem;
    padding-top: 1.25rem;
}
.subtitle h2{
    font-size:1.35rem;
}
    .subtitle h2:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 12px;
        margin-bottom: 2px;
        vertical-align: middle;
        background-color: #01a05c;
    }
.subtitle span{
    font-size:.9rem;
    margin: .4rem .6rem;
    color:#999;
    font-weight:400;
}
.tabs{
    margin:1rem 0;
}
.tabs li {
    display: inline-block;
    margin-right: 1rem;
    padding: .3rem .8rem;
    border-radius:4px;
    color:#333;
    cursor:pointer;
}
    .tabs li.active{
        color: white;
        background: #01a05c;
    }
.tabs-item ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabs-item li {
    border-radius: 4px;
    background: white;
    display: flex;
    width: 21.2%;
    margin-bottom: 1rem;
    padding: 1.2rem 1rem;
}
    .tabs-item li img {
        width: 64px;
        border-radius: 5px;
    }
.tabs-item li a.imgbg{
    background:#ccc;
    display:inline-block;
    border-radius:4px;
    width:64px;
    height:64px;
}
.tabs-item li a{
    color:#3f3f3f;
    font-weight:bold;
}
.tabs-item li p{
    color:#999;
    font-size:.8rem;
}
.arclist {
    justify-content: space-between;
    margin: 1rem 0;
    flex-wrap: wrap;
}
.arclistbox {
    padding-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
    
}
.arclistbox h3 {
    padding: .5rem 1rem;
    border-bottom: 1px solid #f2f2f2;
    background: #fcfcfc;
}
.arclistbox ul{
    padding:.5rem 1rem;
}
.arclistbox li {
    color: #999;
    display: flex;
    justify-content: space-between;
    line-height:1.8rem;
    font-size:.8rem;
}
    .arclistbox li a {
        width: 80%;
        display: inline-block;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .arclistbox li a:before {
        content: "";
        background: #01a05c;
        display: inline-block;
        width: 4px;
        height: 4px;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 50%;
    }

h1.arc-title {
    font-size: 1.8rem;
    font-weight: 500;
    word-break: break-all;
    color: #3f3f3f;
    font-family: 微软雅黑;
    font-weight:bold;
}
    h1.arc-title em {
        font-style: normal;
        font-size: .9rem;
        display: block;
        color: #6c757d;
        font-weight: 300;
    }
.tour-nav{
    margin:1rem 0;
    border-top: 1px solid #e6e6e6;
    padding-top:1rem;
}
    .tour-nav a {
        border: 1px solid #666;
        padding: .2rem .5rem;
        border-radius: 1px;
        color: #666;
        font-size:.8rem;
        margin-right:1rem;
    }
        .tour-nav a:hover {
            color: #01a05c;
            border-color: #01a05c;
        }
.main_type {
    background: #01a05c;
}
.main_type li {
    display: inline-block;
    width: 12rem;
    line-height: 2rem;
}
.main_type li a{
    font-size:1.2rem;
    color:#fff;
}
.type_box ul {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.type_box li {
    background: #01a05c;
    padding: 4rem 1.5rem;
    border-radius: .5rem;
    margin-bottom:1rem;
    width: 12rem;
    text-align:center;
}
.tools_link{
    color:white;
    display:block;
    text-align:center;
}
    .tools_link img{
        width: 7rem;
    }
    .arc-meta {
        margin: .8rem 0;
        color: #999;
        font-size: .9rem;
    }
        .arc-meta a{
            color:#999;
        }
.arc-body-main {

    position: relative;
    overflow: hidden;
}
.arc-body {
    padding-bottom: 2rem;
}
.arc-body .h2_lin {
    padding: .8rem;
    margin: .8rem 0;
    line-height: 1.2rem;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.arc-body img{
    max-width: 100%;
}
.arc-body .en{
    color:#999;
    margin: .5rem 0;
    display:none;
}
.arc-body .showen:after {
    content: '[英]';
    color: #999;
    font-style: normal;
    font-size: .5rem;
    font-weight: 300;
    cursor:pointer;
}
.arc-rel-q{
    margin: 1rem 0;
}
.arc-body h2, .arc-body h3 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: .6rem;
    margin-top: 1rem;
}
    .arc-body h2:before, .arc-body h3:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 12px;
        margin-bottom: 2px;
        vertical-align: middle;
        background-color: #01a05c;
    }
.arc-rel-q li{
    line-height:1.8rem;
}
.arc-body-html {
    line-height: 1.8rem;
}
.arc-body-main-more {
    display:none;
    position: absolute;
    text-align: center;
    width: 100%;
    background: linear-gradient( 180deg,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    height: 250px;
    bottom: -57px;
    vertical-align: bottom;
}
    .arc-body-main-more span {
        cursor: pointer;
        border: 1px solid #fff;
        display: block;
        padding: 16px;
        color: #c00;
        bottom: 0;
        margin-top: 158px;
        background: white;
        background-image: url(https://img01.yuandaxia.cn/Content/ico_lock.png);
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: 45% 50%;
    }
.search_head {
    background: #01a05c;
    color: white;
    font-size: 1.5rem;
}
    .search_head span{
        padding-right: 1rem;
        color: yellow;
    }
    .arc-box {
        border-top: 1px solid #f2f2f2;
    }
.arc-box:hover{
    background-color:#fcfcfc;
}
h2.arc-title a{
    font-size:1.2rem;
}
.arc-note{
    font-size: .9rem;
    margin:.5rem 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}
.table-bordered {
    border: 1px solid #ddd;
}
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }
.pagination li {
    display: inline-block;
    font-family:auto;
}
    .pagination li a {
        padding: .4rem .8rem;
        display: inline-block;
        background: #e6e6e6;
    }
    .pagination li.active a {
        background: #01a05c;
    }
        .pagination li.active a {
            color:white;
        }
.taglist{
    margin-top:.5rem;
    line-height:2rem;
}
.tag {
    display: inline-block;
    font-size: .875rem;
    padding: 0 .375rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .1875rem;
    background-color: rgba(0,150,94,.1);
    margin-right:1rem;
}
.tag-0 {
    background: #f7df1e;
    color: #212529
}

.tag-1 {
    background: #8892bf;
    color: #212529
}

.tag-3 {
    background: #40b883;
    color: #fff
}

.tag-4 {
    margin-right: 0 !important
}

.tag-5 {
    background: #e44d26;
    color: #fff
}

.tag-6 {
    background: #3776ab;
    color: #fff
}

.tag-7 {
    background: #333;
    color: #4bae4f
}

.tag-8 {
    background: #56a036;
    color: #fff
}

.tag-10 {
    background: #20232a;
    color: #61dafb
}

.tag-12 {
    background: #666;
    color: #fff
}

.tag-14 {
    background: #7fd5ea;
    color: #212529
}

.tag-16 {
    background: #0091e2;
    color: #fff
}

.tag-17 {
    background: #001324;
    color: #00f700
}

#pop {
    background: rgba(52, 58, 65, 0.600000);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;
}
#pop_body {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -18rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 8px 12px rgb(60 64 67 / 15%), 0px 4px 4px rgb(60 64 67 / 30%);
    width: 36rem;
    height: 24rem;
    border-radius: .3rem;
}
    #pop_body h6 {
        font-weight: 500;
        font-size: 1.25rem;
        padding: 1rem;
        border-bottom: 1px solid #ccc;
    }
    #pop_body h6 span{
        color:#999;
        font-size: .8rem;
        font-weight:normal;
        cursor:pointer;
    }
        #pop_body .wxtip span {
        background: url(/Content/ico_wx.png) no-repeat;
        background-size: 1.2rem;
        padding-left: 1.5rem;
    }
    #pop_body .wxtip em {
        font-weight:500;
        font-style:normal;
        padding:0 .25rem;
        color:#f60;
    }
    #pop_body input[type=button] {
        border: 0;
        background: #01a05c;
        color: white;
        font-size: 1rem;
        padding: .5rem .8rem;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
    }
        #pop_body input[type=button]:active {
            background-color: #00784b;
            border-color: #007147;
        }
    #pop_body input[type=text] {
        border: 1px solid #01a05c;
        padding-left: 4px;
        width: 10rem;
        border-radius: 4px 0 0 4px;
    }
.tip {
    position: absolute;
    bottom: 0;
    background: #a10000;
    display: block;
    border-radius: 0 0 4px 4px;
    color: white;
    opacity: .7;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 2rem;
    font-size:.9rem;
}
.tiperr {
    background: #a10000;
}
.tipok {
    background: #00a15b;
}
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
    border-radius: 4px;
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    color: #abb2bf;
    background: #282c34
}

.hljs-comment, .hljs-quote {
    color: #5c6370;
    font-style: italic
}

.hljs-doctag, .hljs-formula, .hljs-keyword {
    color: #c678dd
}

.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
    color: #e06c75
}

.hljs-literal {
    color: #56b6c2
}

.hljs-addition, .hljs-attribute, .hljs-meta .hljs-string, .hljs-regexp, .hljs-string {
    color: #98c379
}

.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
    color: #d19a66
}

.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
    color: #61aeee
}

    .hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_ {
        color: #e6c07b
    }

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-link {
    text-decoration: underline
}
.flink, .flink a, .copyright-section, .copyright-section a {
    color: #818394;
}

        @media all and (max-width: 760px) {
            html {
                font-size: 13px;
            }
            .container {
                width: 96%
            }

            .side, .header nav {
                display: none;
            }
            .search_form input[type=text]{
                width:auto;
            }

            .logo {
                line-height: 4.5rem;
            }
            .arclistbox {
                width: 100% !important;
            }
            .tabs-item li a.imgbg{
                width:32px;
                height:32px;
            }
            .tabs-item li img {
                width: 32px;
                height: 32px;
            }
            .tabs-item li{
                width:45%;
                padding:.5rem;
                margin-bottom:.5rem;
            }
                .tabs-item li p{
                    display:none;
                }
                .tabs a.font-1{
                    display:none;
                }
            .tabs li {
                width: 45%;
                padding: 0.3rem;
                margin-right: 0;
            }
            .main{
                width:100%;
            }
            .bread{
                font-size:.8rem;
                margin:.5rem 0;
            }
            #top-ad-1{
                margin-top:0 !important;
            }
        }