* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

body {
    font-size: 14px;
    background: #f9f9f9;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    font-family: arial, 'pingfang sc', stheiti, "microsoft yahei", sans-serif;
}

a {
    color: #333;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    display: inline;
}

.nav {
    text-align: right;
    display: inline;
}

.nav a {
    font-size: 15px;
    margin-left: 4px;
    line-height: 50px;
    padding: 0 4px;
}

.name {
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    color: #999
}

.name::before {
    content: "|";
    white-space: pre;
    display: inline-block;
    color: #999;
    margin-left: 8px;
    margin-right: 8px;
}

a:hover {
    text-decoration: none;
    color: #00a06a
}

.header {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background:#fff;
}
.head{padding:0 20px}
.logo img {
    width: 38px
}

.header .logo a {
    color: #00a06a;
    line-height: 38px;
    display: flex;
    padding: 15px 0
}

.logo span {
    display: inline-block;
    line-height: 38px;
    margin-left: 10px;
    color: #333
}

.head {
    display: flex;
}

.help {
    flex: 1;
    text-align: right;
    font-size: 1rem;
    line-height: 38px;
    padding: 15px 0;
    font-weight: 700
}

.page {
    max-width: 900px;
    margin: 0 auto;
}

.main{padding:0 20px;border-radius:8px;background:#fff}
.main .list {
    padding:10px 0;
}

.main h2 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    margin-top: 10px;
}

.main h2 span {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: 700;
    color:#101010;
    background:#f3f3f7;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 8px;
}

.main-article {}

.main h2 a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.main h2 a:hover {
    background: #00a06a;
    text-decoration: none;
    color: #f2f2f2
}

.main h2 a::before {
    content: "#";
    white-space: pre;
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

.main .list {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main .list li {
    background: url(/images/docicon1.png) -6px 20px no-repeat;
    background-size: 48px;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    zoom: 1;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}

.main .list li:last-child {
    border: 0
}

.main .list li {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
}

.main .list li h3 {
    font-size:16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.6;
}

.main .list li p {
    color: #888;
    height: 48px;
    overflow: hidden;
    padding-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.main .list li .info {
    position: relative;
    line-height: 18px;
    height: 18px;
    margin-top: 6px;
    font-size: 13px;
}

.main .list li .info span {
    color: #bbb;
    margin-right: 10px;
}

.main .list li .info span a {
    color: #bbb;
}

.main .list li em {
    display: inline-block;
    position: absolute;
    height: 32px;
    width: 32px;
    right: 8px;
    top: 50%;
    margin-top: -16px;
}

.main .list li em:after {
    content: "";
    float: right;
    border-top: 2px solid #dfdfdf;
    border-right: 2px solid #dfdfdf;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    margin-right: 15px;
    margin-top: 10px;
}
.code{color:#00a06a;font-weight:bold}
.klk-tips{text-align:center !important;color:#00a06a;font-size:14px;margin-bottom: 10px !important;    margin-top: 32px;}
/*.down-box .downtitle{font-size:14px;font-weight:500;text-align:center;color:#101010;}
.down-box .downtips{font-size:14px;color:#999;margin-bottom:0 !important;}
.down-box .downtips strong{color:#101010;font-weight:bold;margin-right:5px}
.down-box .downtips span{color:#00a06a;font-weight:bold}
.down-box a:hover{background:#00a06a;}
.down-box a:hover .downtips,
.down-box a:hover .downtips strong,
.down-box a:hover .downtips span{color:#fff}*/
.main .list li:hover {
    background: url(/images/docicon.png) -6px 20px no-repeat;
    background-size: 48px;
}

.main .list li a:hover em:after {
    border-color: #00a06a
}

.main .list li a:hover .info span {
    color: #00a06a
}

.main-article+h2 {
    padding-top: 14px;
}

.main-article {
    padding-top: 24px;
}

.main-article h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 18px;
    font-weight: 500;
    color: #000
}

.main-article .info {
    color: #bbb;
    margin-bottom: 22px
}

.main-article .main-body * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
    text-decoration: none !important;
}

.main-article .main-body {
    font-size: 1rem;
}

.main-article .main-body h2,
.main-article .main-body h3,
.main-article .main-body h4,
.main-article .main-body h5 {
    margin-bottom: 18px;
    font-size: 16px;
    border-left: 4px solid #00a06a;
    border-radius: 2px;
    padding-left: 8px
}

.main-article .main-body p {
    margin-bottom: 18px;
    text-align: justify;
    line-height: 1.8
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 18px;
    width: 100%;
}

table p {
    margin: 0 !important
}

td,
th {
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

table td,
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

table td {
    background-color: transparent;
}

table td {
    border-bottom: 1px solid #cbcbcb;
}

table tbody>tr:last-child>td {
    border-bottom-width: 0;
}

.pages {
    display: flex;
    padding: 10px 0 20px 0;
    justify-content: space-between;
}

.pages a {
    display: inline-block;
    width: 49%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #00a06a;
    border-radius: 6px;
    color: #fff
}

.pages a:hover {
    text-decoration: none;
    opacity: .85
}

.footer {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 24px;
    color: #999;
    font-size: 14px;
    padding: 10px 0px
}

.footer p {
    text-align: center;
    line-height: 1.8;
    margin: .5rem 0;
}

.footer p a {
    color: #999
}

.classification dl {
    display: inline-block;
    text-align: center;
    border-radius: .8rem;
}

.classification dl dd {
    line-height: 1.7rem;
}
.classification span{
    display: inline-block;
    width: 50%;
    padding: 5px;
}
.classification a {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius:8px;
    width: -moz-fit-content;
    width: fit-content;
    padding:0px 3px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    border:1px solid #ddd;
    background:#fff;
}
.classification a:hover{
    border-color:#00a06a;
    background: #00a06a;
    color:#fff;
}
.index-info {
    padding: 6rem 0;
    background:#fff;
}
.index-info > .page{padding:0 20px;}
.index-info:nth-child(even) {
    background:#f9f9f9
}

.index-info h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #101010
}

.index-info p {
    height: 1rem;
    font-size: 14px;
    font-weight: 400;
    color:#909090;
    text-align: center;
    margin-top: 1rem;
    line-height: 1rem;
}

.index-info p span {
    color: #00a06a
}

.classification {
    margin-top: 2rem;
    text-align: center;
    margin-left:-5px;
    margin-right:-5px;
    font-size:0;
}

/*.class-6,.class-12,.class-13,.class-14,.class-15,.class-16,.class-17,.class-18,.class-19{color:#324a81}
    .class-6 a,.class-12 a,.class-13 a,.class-14 a,.class-15 a,.class-16 a,.class-17 a,.class-18 a,.class-19 a{color:#324a81}
    .class-1,.class-20,.class-21,.class-22,.class-23,.class-24{color:#784aae}
    .class-2,.class-10{color:#0071f7}.class-28,.class-29,.class-30,.class-31,.class-32,.class-33,.class-34,.class-35{color:#fc7028}
    .class-26,.class-27{color:#00a06a}*/
.d-page {
    padding: 3.5rem 15px;
}

.d-page h1 {
    margin-bottom: 2rem
}

.d-page p {
    margin-bottom: 1rem;
    font-size: 1rem
}

.d-page h3 {
    margin-bottom: 1rem;
    font-size: 1rem
}

@media screen and (max-width: 640px) {
    .index-info p {
        font-size: .9rem
    }

    .classification a {
        font-size: 1rem
    }

    .main .list li em {
        display: none
    }

    .index-info {
        padding: 3rem 0;
    }
}

.body-content {
    background: #f3f3f7;
    padding: 20px 5px 10px;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.main-body a {
    color: #00a06a;
}

.main-body a:hover {
    text-decoration: underline;
}
.down-btn {
    border-radius: 4px;
    width:100%;
    box-sizing: border-box;
    margin:10px 0;
    cursor: pointer
}

.down-btn b {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    -webkit-font-smoothing: initial
}

.down-btn i {
    color: #999;
    margin-top:4px;
}
.down-btn i em{
    color: #00a06a;
    margin:0 1px;
        font-style: normal;
}

.down-btn i > b {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    color: #066de8;
}
.down-btn {
    display: inline-block;
    height: 65px;
    line-height: 63px;
    padding: 0 12px 0 70px;
    font-size: 15px;
    background: #fff;
    position: relative;
    margin-right: 18px;
    background-position: 14px;
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 8px;
    border: 1.5px solid #ddd;
}

.down-btn:last-child {
    margin-right: 0
}

.down-btn b,.down-btn i {
    font-weight: 400;
    display: block;
}

.down-btn i {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #999;
        font-style: normal;
}
.btn-heji{
    display: inline-block;
    width:100%;
    margin:10px 0px;
    border-radius: 8px;
    text-decoration: none !important;
    background: #fff;
    text-align: center;
    height: 65px;
    line-height: 63px;
    font-weight: 500;
    font-size:16px;
    border:1.5px solid #ddd;
    padding:0 !important;
}
.down-btn b {
    margin-top: 9px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.btn-baidu {
    background-image: url(https://www.ifoor.com/images/baiduyun.png);
}

.btn-kuake {
    background-image: url(https://www.ifoor.com/images/quark.png);
}

.btn-xunlei {
    background-image: url(https://www.ifoor.com/images/xunleiyun.png);
}

.btn-uc {
    background-image: url(https://www.ifoor.com/images/ucwangpan.png);
}

.down-btn:hover {
    border-color:#00a06a;
    color: #00a06a;
}

.down-btn:hover b {
    color: #00a06a;
}