/* 公共样式 */

@import url("../layui/css/layui.css");
@import url("../css/common.css");
@import url("../js/prism/prism.css");
body {
    background: #F2F4F8;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
}

.title {
    position: relative;
}

.title i {
    position: absolute;
    left: 0;
    top: 0px;
    color: red;
    font-weight: bold;
}

.title h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(245 245 245);
}

.paths {
    z-index: 200;
    padding: 10px;
    background-color: #fff;
    /* border: 1px solid rgb(240, 237, 237); */
}

.paths span {
    color: #363839;
}

.paths a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    color: #939a9f;
}

.paths a::after {
    position: absolute;
    content: '>';
    height: 30px;
    width: 10px;
    right: 0;
    top: 0
}

.left-list li {
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-list li a {
    font-size: 14px;
    width: 100%;
}

.alist-number li {
    position: relative;
    padding-left: 30px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alist-number li::after {
    position: absolute;
    left: 3px;
    top: 5px;
    color: #fff;
    line-height: 16px;
    height: 16px;
    width: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #999;
}

.scroll {
    position: absolute;
    width: 100%;
    left: 0;
}

.left-scroll {
    position: absolute;
    width: 100%;
    left: 10px;
}

.alist-number li:nth-child(1)::after {
    content: '1';
    background-color: #44a8ff!important;
}

.alist-number li:nth-child(2)::after {
    content: '2';
    background-color: #44a8ff!important;
}

.alist-number li:nth-child(3)::after {
    content: '3';
    background-color: #44a8ff!important;
}

.alist-number li:nth-child(4)::after {
    content: '4';
    background-color: #44a8ff!important;
}

.alist-number li:nth-child(5)::after {
    content: '4';
}

.alist-number li:nth-child(6)::after {
    content: '5';
}

.alist-number li:nth-child(7)::after {
    content: '7';
}

.alist-number li:nth-child(8)::after {
    content: '8';
}

.alist-number li:nth-child(9)::after {
    content: '9';
}

.alist-number li:nth-child(10)::after {
    content: '10';
}

.alist-number li:nth-child(11)::after {
    content: '11';
}

.alist-number li:nth-child(12)::after {
    content: '12';
}

.alist-number li:nth-child(13)::after {
    content: '13';
}

.alist-number li:nth-child(14)::after {
    content: '14';
}

.alist-number li:nth-child(15)::after {
    content: '15';
}

.alist-number li:nth-child(16)::after {
    content: '16';
}

.alist-number li:nth-child(17)::after {
    content: '17';
}

.alist-number li:nth-child(18)::after {
    content: '18';
}

.article-header {
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    padding-bottom: 20px;
}

.article-header h1 {
    margin: 10px 0;
    line-height: 36px;
}

.article-header .attr a {
    color: #44a8ff;
}

.article-header .attr {
    font-weight: bold;
}

.article-header .attr span {
    font-weight: 400;
    text-align: center;
    margin-right: 10px;
}

.contents {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
}

article p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}

article h2 {
    margin-top: 15px;
    height: 22px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}

article h3 {
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 23PX;
}

.contents {
    padding: 15px;
    background-color: #fff;
}

.contents article {
    position: relative;
    max-height: 1000px;
    overflow: hidden;
}

.contents article .describe {
    position: relative;
    display: block;
    padding: 10px;
    padding-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background-color: #f5f9f9;
}

.contents article .describe::after {
    position: absolute;
    top: 0px;
    left: -20px;
    content: '绮惧僵瀵艰';
    color: #fff;
    width: 119px;
    height: 30px;
    z-index: 999;
    border-bottom-right-radius: 42px;
    background: #318fff;
}

.contents article p,
.contents article div {
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 12px;
    text-align: justify;
    word-wrap: break-word;
    text-indent: 2em;
    color: #2c3e50;
}

.contents article a {
    color: #38f;
}

.contents article a:hover {
    color: #e00;
}

.content article h2,
.content article h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
    clear: both;
    color: #000;
}

.contents article h3,
.contents article h2 {
    position: relative;
    color: #2c3e50;
    padding: 10px 10px;
}

.contents article h3::after,
.contents article h2::after {
    position: absolute;
    content: ' ';
    width: 5px;
    height: 20px;
    left: 0;
    top: 11px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: rgb(68 168 255);
}


/* .contents article h3::before,
.contents article h2::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 24px;
    left: -10px;
    bottom: 0;
    border-bottom: #318fff 1px solid;
} */

.contents article img {
    width: 350px!important;
    border-radius: 6px;
    margin: 0 auto;
}

.contents article .img {
    text-align: center;
}

.contents article iframe {
    width: 100%!important;
    height: 480px!important;
}

.contents article table {
    width: 100%!important;
    margin-left: 0!important;
}

.contents article p a {
    color: #3366cc!important;
}

.contents article table {
    width: 100%!important;
    margin-left: 0!important;
}

.contents article table tr {
    list-style-type: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(186, 186, 186);
    padding: 0px;
    margin: 0px;
}

.contents article table td {
    list-style-type: none;
    font-size: 14px;
    border-color: rgb(196, 0, 0) rgb(186, 186, 186) rgb(186, 186, 186) rgb(169, 167, 207);
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    letter-spacing: 1px;
}

.contents article table th {
    list-style-type: none;
    border-right-color: rgb(186, 186, 186);
    min-width: 50px;
    border-bottom-color: rgb(186, 186, 186);
    font-weight: normal;
    padding: 10px 0px;
    margin: 0px;
    background-color: rgb(233, 245, 252);
}

.contents article p a:hover {
    text-decoration: underline;
}

.div-showbtn {
    display: block;
    margin: 1px auto;
    width: 130px;
    padding-bottom: 12px;
    padding: 10px 0 !important;
    line-height: 20px !important;
    text-align: center;
    font-size: 14px;
    color: #7a8f9a;
    /* line-height: 14px; */
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #00D267;
}

.div-mask {
    position: absolute;
    z-index: 800;
    bottom: -27px;
    width: 100%;
    height: 70px;
    line-height: 20px !important;
    /* background-image: linear-gradient(#2b96f0, #b9d9f6); */
    background: linear-gradient(-180deg, rgba(255, 255, 255, .8) 0, #fff 63%)
}

@media screen and (max-width: 1200px) {
    .cover-image {
        height: 200px;
    }
}


/* PC客户端或大屏幕设备: 1028px 至更大 */

@media screen and (max-width:450px) {
    .l-menus .logo {
        padding: 10px;
        background-color: #f5f9f9;
    }
    .l-menus .logo img {
        width: 100px;
    }
    .l-menus .logo i {
        float: right;
    }
    .l-menus ul {
        display: none;
    }
    .l-menus .menus-title {
        position: relative;
        width: 90%;
        height: 5rem;
        background: #f5f9f9;
        top: 0;
        z-index: 99;
        padding: 0 5%;
    }
    .l-menus .menus-title h3 {
        line-height: 5rem;
        color: #333;
        font-size: 1.2rem;
    }
    .l-menus .menus-title .menu_index {
        border: 1px solid #a7b3b2;
        color: #a7b3b2;
        border-radius: 2rem;
        padding: 0.2rem 0.5rem;
        margin-left: 1.0625rem;
        font-size: 0.825rem;
        font-weight: normal;
    }
    .l-menus .menus-title .menu_close {
        position: absolute;
        text-align: center;
        right: 5%;
        top: 50%;
        margin-top: -1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        display: block;
        border: none;
        background: #fff;
        color: #8d9e9c;
        border-radius: 100%;
        font-weight: bold;
    }
    .l-menus ul {
        height: 100%;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        box-shadow: 0 10px 60px rgb(0 0 0 / 30%);
        overflow: hidden;
        background: #f5f9f9;
        /* /* clear: both; */
        /* border-radius: 12px; */
        border-bottom-left-radius: 12px;
    }
    .l-menus ul li a {
        padding: 5px;
        display: block;
        line-height: 45px;
        height: 45px;
        font-size: 18px;
        background-color: #fff;
        margin-bottom: 10px;
    }
    .l-menus ul li i {
        margin-right: 5px;
        color: #fff;
        padding: 5px;
        border-radius: 50%;
        background-color: #0fc3b2;
    }
    .header ul {
        padding: 10px;
    }
    .header ul li {
        line-height: 26px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .header ul li a {
        display: block;
        line-height: 26px;
        border-radius: 12px;
        padding: 0 5px;
        border: 1px solid #a7b3b2;
        color: #a7b3b2;
    }
    .img-list {
        background-color: #fff;
        padding: 10px;
    }
    .img-list dl {
        display: block;
        clear: both;
        height: 80px;
        content: ' ';
        margin-bottom: 10px;
    }
    .img-list dt {
        float: left;
        width: 30%;
    }
    .img-list dt img {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .img-list dd h3 a {
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #666;
        width: 100%;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .img-list dd {
        float: left;
        width: 70%;
        margin-bottom: 10px;
    }
    .img-list dd>* {
        padding-left: 10px;
    }
    .img-list .info {
        display: none;
        color: #999999;
        height: 40px;
        font-size: 14px;
        vertical-align: bottom;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .img-list nav,
    .img-list time {
        display: inline-block;
        font-size: 12px;
    }
    .left-list {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
    }
}

@media only screen and (min-width: 1029px) {
    .menus-title {
        display: none;
    }
    .header {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #f3f5f6;
        -webkit-box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
        box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
    }
    .header ul li {
        display: inline-block;
    }
    .header ul li a {
        display: block;
        color: #545c63;
        text-align: center;
        font-size: 16px;
        height: 55px;
        line-height: 55px;
        margin-left: 10px;
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        transition: background-color .3s;
        position: relative;
    }
    .box {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .l-menus {
        height: 100%;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 170px;
        background-color: #fff;
        /* /* clear: both; */
        /* border-radius: 12px; */
        border-bottom-left-radius: 12px;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    }
    .l-menus .logo {
        padding: 10px;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }
    .l-menus .logo img {
        width: 160px;
    }
    .l-menus .logo i {
        display: none;
    }
    .l-menus ul li {
        color: #000;
        display: block;
    }
    .l-menus ul li i {
        margin-right: 5px;
        font-size: 20px;
    }
    .l-menus ul li a {
        display: block;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }
    .l-menus ul li a:hover {
        background-color: #eee;
    }
        
    .l-menus li:nth-child(2) i {
        color: #ff8b10;
    }
    
    .l-menus li:nth-child(3) i {
        color: #2ed38f;
    }
    
    .l-menus li:nth-child(4) i {
        color: #44a8ff
    }
    
    .l-menus li:nth-child(5) i {
        color: #9b75fb
    }
    
    .l-menus li:nth-child(6) i {
        color: #517aff
    }
    
    .l-menus li:nth-child(7) i {
        color: #9b75fb
    }
    
    .l-menus li:nth-child(8) i {
        color: #ffc000
    }
    
    .l-menus li:nth-child(9) i {
        color: #bb1650
    }
    
    .l-menus li:nth-child(10) i {
        color: #0cbc32
    }
    
    .l-menus li:nth-child(11) i {
        color: #0c55bc
    }
    
    .l-menus li:nth-child(12) i {
        color: #3fab3d
    }
    
    .l-menus li:nth-child(13) i {
        color: #084a79
    }
    
    .l-menus li:nth-child(14) i {
        color: #c518b1
    }
    .main-body {
        float: left;
        margin-left: 180px;
        width: 680px;
    }
    .alist {
        float: right;
        width: 330px;
        position: relative;
    }
    #banner img {
        width: 680px;
    }
    .left-list {
        padding: 10px;
        background-color: #fff;
    }
    .img-list dl {
        display: block;
        margin-bottom: 10px;
        clear: both;
        *zoom: 1;
    }
    .img-list .img {
        float: left;
        margin-right: 10px;
        display: block;
    }
    .img-list .img img {
        width: 170px;
        height: 85px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .img-list dd h3 {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .img-list dl {
        padding: 10px;
        background-color: #fff;
    }
    .img-list dd p {
        margin-bottom: 5px;
    }
    .img-list dd .info {
        color: #999999;
        width: 480px;
        height: 40px;
        font-size: 14px;
        vertical-align: bottom;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .img-list dd nav {
        display: inline-block;
    }
    .img-list dd nav a {
        color: #44a8ff;
        font-size: 14px;
    }
    .img-list dd time {
        margin-left: 10px;
        font-size: 14px;
    }
}

.pages {
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
    box-shadow: 0 2px 16px rgb(54 56 79 / 6%);
}

.pages a,
.pages span {
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #f3f4f8;
}

.pages .on {
    background-color: #f3f4f8;
}

.pages a:hover {
    background-color: #f3f4f8;
}

footer {
    padding: 40px 0;
}

footer {
    width: 400px;
    margin: 0 auto;
}

footer a {
    margin-right: 15px;
    color: #666;
    opacity: 0.7;
}

footer .footer-copy {
    padding: 10px;
    margin-right: 15px;
    color: #999;
    opacity: 0.5;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

footer .footer-copy a {
    color: #969999;
}