

/* powered by kfuu.cn */
/* 2022-01 */

:root{
    --color:#0f6bc1;
    --color-on:#0c589e;
    --color-light:#ff9700;
    --color-light-on:#ff8d00;
    --currency-shadow:0px 6px 12px 0 rgb(0 0 0 / 5%)
}
@font-face {
    font-family: "song";
    src: url("../font/Song.zfont.cn");
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: "puhui";
    src: url("../font/AlibabaPuHuiTi.zofnt.cn");
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: "monoton";
    src: url("../font/Monoton.woff2");
    font-weight: normal;
    font-style: normal;
	font-display:swap;
}

@font-face {
    font-family: "potra";
    src: url("../font/Potra.woff");
    font-weight: normal;
    font-style: normal;
	font-display:swap;
}

*{padding: 0;margin: 0;box-sizing: border-box;}
li{list-style:none;}
a{color:var(--color);text-decoration:none;}
a:hover{color:var(--color);}
img{max-width:100%;}
body{background-color:#f4f4f4;font-size:14px;font-family:song;background-image:url(../image/bg.png);overflow-x:hidden;}
input[type=text],input[type=number],input[type=password]{height:38px;}
input[type=text],input[type=number],input[type=password],textarea{border:solid 2px #eaeaea;padding:8px 10px;outline:none;width:100%;color:#555;}
input:focus,textarea:focus{border-color:#d1d1d1;}
[type=submit]{padding-right: 35px;background-color:#333;color:#fff;height:40px;border:none;cursor:pointer;}
[type=submit]:hover{background-color:#000;}

.blur:before{content:'';backdrop-filter:blur(60px);position:absolute;top:0;left:0;width:100%;height:100%}
.pic-frame{position:relative;}
.pic-frame:after{content: '';border: solid 1px rgb(228 228 228 / 58%);width: calc(100% - 22px);position: absolute;left: 10px;top: 10px;height: calc(100% - 22px);pointer-events:none}
.photo-bg {position: absolute;bottom: -5px;width: 85%;height: 80%;z-index: -1;margin: auto;left: 0;right: 0;filter: blur(12px);}
.currency-shadow {box-shadow: var(--currency-shadow);}
.post-date{position:absolute;width:105px;height:105px;background-image:url(../image/time-bg.svg);background-size:100%;z-index:10;font-family:monoton;color:#fff;font-size:2em;text-align:center;padding:12px 0}
.post-date .year-month{font-size:1.2rem;opacity:.7}
.card-triangle:after,.card-triangle:before{content:'';position:absolute;display:inline-block;width:500px;height:300px;transform:rotate(25deg);bottom:-255px;left:-200px;background-color:#fff;z-index:1}
.card-triangle:after{transform:rotate(-8deg);left:auto;right:-35px}
.max-2-row{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.share{margin-top:10px}
.share a{display:inline-block;border-radius:50%;background-color:#353535;color:#fff;width:26px;height:26px;line-height:26px}
.share a+a{margin-left:8px}
.share .wechat:hover{background-color:#1aad19;}
.share .qq:hover{background-color:#12b7f5;}
.share .weibo:hover{background-color:#d9120c;}
.share .qzone:hover{background-color:#ffc531;}
.share .douban:hover{background-color:#007711;}
.hover-img,.hover-img-bg{overflow:hidden;}
.hover-img img,.hover-img-bg >:first-child{transition:all .4s;}
.hover-img:hover img,.hover-img-bg:hover >:first-child{transform: scale(1.1);}
.hover-img-rotate:hover img{transform: scale(1.1) rotate(2deg)}

.container{width:1100px;margin:auto;position:relative;}
header{position:fixed;width:100%;z-index:100}
.header{display:flex;padding:15px 0;justify-content:space-between;transition:all .2s;}
.header>*{align-items:center}
.header .m-menu-open{display:none;}
.header .logo a{display:inline-block;width:200px;height:60px;background-size:auto 60px;background-repeat:no-repeat;margin: auto;top: 0;bottom: 0;position: absolute;transition:all .2s;}
.header .logo a img{display:inline-block;width:200px;height:60px;background-size:auto 60px;background-repeat:no-repeat;margin: auto;top: 0;bottom: 0;position: absolute;transition:all .2s;}
.header .nav{flex:1;text-align:right;}
.header .nav li{position:relative;display:inline-block;margin-right:80px;font-size:20px;line-height: 60px;}
.header .nav li:first-child:before{position:absolute;content:'';display:inline-block;height:1px;width:50px;top:50%;right:100%;margin-right:12px;margin-top:3px;border-top:solid 1px #fff}
.header a{color:#f1f1f1}
.header a:hover,.header a.on{color:#fff;}
.header .header-icon{line-height: 60px;position:relative;}
.header .header-icon i{font-size:20px}
.header .search .search-box{display:none;}
.header .search .search-box{position:absolute;top:100%;right:0;background-color:rgb(255 255 255 / 28%);width:300px;padding:10px;line-height:normal}
.header .search .search-box form{display:flex;align-items:center}
.header .search .search-box .input{flex:1}
.header .search .search-box .submit{flex:0 0 46px;height:38px;margin-left:3px;padding-left: 30px;}
.header-on{background-color:rgb(0 0 0 / 50%);}
.header-on .header{padding:5px 0;}
.header-on .header .logo a{height:50px;background-size:auto 50px;}

.index-swiper{position:relative;padding:100px 0;max-height:800px;overflow:hidden;}
.index-swiper .index-swiper-bg{position:absolute;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;top:0;left:0;}
.index-swiper .swipers{display:flex;justify-content:flex-end;position:relative;}
.index-swiper .swipers .bg{animation:zoom .2s ease-in .1s 1;animation-fill-mode:forwards;opacity:0;background-image:url('../image/RuolanAnthology.svg');background-repeat:no-repeat;background-size:auto 71px;width:100%;height:71px;position:absolute;left:0;bottom:200px;}
.index-swiper .swiper-left{color:#fff;padding:50px 0;position:absolute;left:0;width:100%;z-index:2;}
.index-swiper .swiper-left .swiper{height:600px}
.index-swiper .swiper-left .swiper-slide{overflow:hidden}
.index-swiper .swiper-left .item{transform:translateY(600px);opacity:0;margin:10px 0}
.index-swiper .swiper-left .item-show{transform:translateY(0);opacity:1;transition:all .5s}
.index-swiper .swiper-left .item-1{font-size:2.2em;font-family: "potra";}
.index-swiper .swiper-left .item-2{font-size:4em;font-family:puhui}
.index-swiper .swiper-left .item-3{font-size:1.2em;font-weight:100;color:#c7c7c7;width:400px;font-family:puhui}
.index-swiper .swiper-left .item-4{margin-top:50px}
.index-swiper .swiper-right{flex:0 0 450px;box-shadow:0 0 20px 0 rgb(0 0 0 / 15%)}
.index-swiper .swiper-right .swiper{height:650px}
.index-swiper .swiper-right .swiper-pagination{top:auto;right:20px;bottom:-5px}
.index-swiper .swiper-right .swiper-pagination-clickable .swiper-pagination-bullet{position:relative;border:solid 1px #fff;width:20px;height:20px;background:0 0;opacity:1;display:flex;justify-content:center;align-items:center;transition:all .2s;margin-top:8px}
.index-swiper .swiper-right .swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){border-color:transparent}
.index-swiper .swiper-right .swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):before{border:solid 1px #fff;background-color:transparent}
.index-swiper .swiper-right .swiper-pagination-clickable .swiper-pagination-bullet:before{content:'';display:inline-block;width:8px;height:8px;background-color:#fff;border-radius:50%}
.index-swiper .swipers-down{position:absolute;left:0;bottom:0;background-image:url(../image/down.svg);background-repeat:no-repeat;height: 110px;background-position-y: 100%;}
.index-swiper .swipers-down i{color:#fff;font-size:22px;}

.module{margin:15px 0;padding:15px 0}
.module .module-head{text-align:center;margin-bottom:35px}
.module .module-head .module-head-en{font-size:50px;font-family:monoton;color:#e8e8e8;text-transform: uppercase}
.module .module-head .module-title{position:relative;font-size:30px;font-family:puhui;color:#464646;margin-top:-40px;padding-bottom:15px}
.module .module-head .module-title:before{content:'';position:absolute;bottom:0;left:0;height:10px;width:100%;background-image:url(../image/list.svg);background-position-y:100%;background-size:10px}
.module .module-head .module-title span{position:relative}
.module .module-head .module-title span:after,.module .module-head .module-title span:before{position:absolute;content:'';display:inline-block;width:100%;height:5px;background-color:#464646;top:100%;left:0;margin-top:6px}
.module .module-head .module-title span:after{height:2px;margin-top:13px}

.about-me{display:flex;margin-bottom:60px;}
.about-me .photo{flex:0 0 350px;height:350px;position:relative;}
.about-me .personinfo{margin-left: 10px; /* 调整这个值来改变向右的距离 */padding:50px 70px 50px 100px;background-color:#fff;position:relative}
.about-me .personinfo .info-item{line-height:36px;font-size:20px}
.about-me .personinfo .info-item span{color:#999;position:absolute}
.about-me .personinfo .info-item div{margin-left:50px}
.about-me .personinfo .block{position:absolute;background-image:url(../image/about-line.svg);right:70px;top:40px;width:232px;height:57px}
.about-me .personinfo .more{position:absolute;background-image:url(../image/about-more.svg);left:50px;bottom:20px;width:534px;height:90px;line-height:90px;padding-left:65px}
.about-me .personinfo .more a{color:#fff;font-size:20px}
.about-me .personinfo .middle{position: absolute;left: -158px;width: 286px;height: 258px;display: inline-block;top: 0;bottom: 0;margin: auto;}
.about-me .personinfo .middle img{width: 286px;height: 258px;}

.index-about{overflow:hidden;}
.index-gallery{padding-bottom:30px;}
.index-gallery .images{display:flex;height:650px;font-size:0;}
.index-gallery .images .img-container{width:100%;height:100%;}
.index-gallery .images .img-container + .photo-bg{background-size: cover;background-position: center;}
.index-gallery .images a{display:inline-block;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center;}
.index-gallery .images a img{display:none;}
.index-gallery .images .left{flex:0 0 40%;margin-right:14px;height:100%;position:relative}
.index-gallery .images .right{display:flex;flex-direction:column;flex:1;height:100%}
.index-gallery .images .right .right-top{display:flex;height:50%;}
.index-gallery .images .right .right-top>*{flex:0 0 calc(50% - 7px);height:100%;position:relative}
.index-gallery .images .right .right-top .right-top-right{margin-left:14px}
.index-gallery .images .right .right-bottom{margin-top:14px;height:0;flex:1;position:relative}

.index-posts{margin-bottom:80px}

.readmore{width:100%;height:144px;background-image:url(../image/gallery-more.svg);background-size:184px 144px;background-repeat:no-repeat;background-position:center;line-height:144px;text-align:center;font-size:20px}
.readmore a{color:#fff}

.full-multi{display:flex}
.full-multi+.full-multi{margin-top:60px}
.full-multi .thumb{position:relative;width:250px;flex:0 0 250px;height:250px}
.full-multi .thumb a{display:inline-block;}
.full-multi .full-multi-info{flex:1;z-index:1;padding:30px 0}
.full-multi .full-multi-info-container{background-color:#fff;margin-left:-15px;padding:30px;position:relative;display:flex;height:100%;flex-direction:column;box-shadow:0 0 5px 5px rgb(0 0 0 / 2%)}
.full-multi .full-multi-info-container:before{content:'';width:100%;height:0;background-color:#cd2020;position:absolute;left:0;top:0;transition:all .2s ease}
.full-multi .full-multi-info-container:hover:before{height:5px;}
.full-multi .full-multi-info .title a{color:#222;font-size:22px}
.full-multi .full-multi-info .intro{color:#888;margin-top:10px;font-size:16px}
.full-multi .full-multi-info .sub{display:flex;align-items:flex-end;flex:1}
.full-multi .full-multi-info .sub .sub-item+.sub-item{margin-left:50px}
.full-multi .full-multi-info .sub .sub-item>*{vertical-align:middle;color:#888}
.full-multi .full-multi-info .sub .sub-item i{font-size:.99em;margin-right:5px}
.full-multi .full-multi-info .sub a{color:#888}
.full-multi .full-multi-info .go{position:absolute;bottom:-12px;right:-14px;background-image:url(../image/article-more.svg);width:125px;height:105px;display:inline-block;overflow:hidden}
.full-multi .full-multi-info .go:hover{background-image:url(../image/article-more-hover.svg)}
.full-multi .full-multi-info .go a{display:inline-block;transform:rotate(-40deg);position:absolute;bottom:-20px;right:-60px;color:#fff;font-size:18px;text-align:center;width:150%;line-height:100px}
.full-multi:nth-child(2n){position:relative;height:250px}
.full-multi:nth-child(2n) .thumb{position:absolute;right:0}
.full-multi:nth-child(2n) .full-multi-info{position:absolute;left:0;width:calc(100% - 235px);height:100%}
.full-multi:nth-child(2n) .full-multi-info-container{margin-left:0}
.full-multi:nth-child(2n) .full-multi-info .sub{justify-content:flex-end}
.full-multi:nth-child(2n) .full-multi-info .go{transform:scaleX(-1);left:-14px;right:auto}
.full-multi:nth-child(2n) .full-multi-info .go a{transform:scaleX(-1) rotate(40deg)}

.card-multi{display:inline-block;width:50%;font-size:1rem;margin-top:40px}
.card-multi .card-multi-container{transition:all .2s;}
.card-multi .card-multi-container:hover{box-shadow:0px 6px 12px 3px rgb(0 0 0 / 25%);}
.card-multi .card-multi-container:hover .thumb .thumb-img{transform:translateY(-50px);}
.card-multi:first-child,.card-multi:nth-child(2n)+.card-multi{padding-right:20px}
.card-multi:nth-child(2n){padding-left:20px}
.card-multi .thumb{position:relative;overflow:hidden;height:350px}
.card-multi .thumb .thumb-img{width:100%;transition:all 1s;}
.card-multi .thumb .post-date{right:50px;bottom:12px;}
.card-multi .card-multi-info{padding:40px;padding-top:15px;background-color:#fff}
.card-multi .card-multi-info .title a{color:#222;font-size:24px}
.card-multi .card-multi-info .intro{color:#888;margin-top:30px;font-size:16px;height: 39px;}
.card-multi .card-multi-info .post-sub{margin-top:50px;font-size:.9em;}

.post-sub{display:flex;align-items:flex-end;justify-content:space-between;}
.post-sub .sub-item i{font-size:.99em;margin-right:5px}
.post-sub a{color:#222}

.loadmore{text-align:center;margin-top:60px;}
.loadmore a{display:inline-block;width:220px;height:44px;line-height:36px;border-radius:22px;margin:auto;background-color:#fff;font-size:1.4em;color:#333}
.loadmore a i{margin-right:5px;font-size:1.004em}
.loadmore a *{vertical-align:middle}
.loadmore .loading i{display:inline-block;animation:rotate 2s linear infinite; }
@keyframes rotate{to{transform:rotate(360deg)}}

.footer{text-align:center;background-color:#353535;padding-top:20px;color:#fff;font-size:1.2em;margin-top: 80px;}
.footer a{color:#f1f1f1}
.footer a:hover{color:#fff}
.footer .share a{background-color:#fff;color:#353535;}
.footer .share a:hover{color:#fff}
.footer .copyright{border-top:solid 1px #5d5d5d;padding:22px 0;margin-top:20px}
.footer .copyright-content{display:flex;justify-content:space-between}
.footer .copyright-content .right a+a{margin-left:15px}
.footer .friends{text-align:left;margin-top:20px;}
.footer .friends .left{position:absolute;}
.footer .friends ul{display:inline-block;padding-left: 70px;}
.footer .friends li{display:inline-block;margin-right:15px;line-height:1.4;}


.banner{position:relative;background-repeat:no-repeat;background-size:cover;padding:100px 0 10px;background-position:center;z-index:10;}
.banner .banner-content{margin-top:20px;color:#fff;font-size:3.5em;text-align:center;position: relative;}
.banner .banner-content .alias{font-family:monoton;color:#e8e8e8;text-transform:uppercase;opacity:.3;font-size:1.1em}
.banner .banner-content .title{line-height:180px;background-image:url(../image/star.svg);background-size:184px 142px;background-repeat:no-repeat;background-position:center;margin-top:-70px;font-weight:700;font-family:puhui;text-shadow:2px 2px 4px rgb(0 0 0 / 46%)}

.list-posts .posts{font-size:0}
.posts .loadmore{font-size:1rem}
.nothing{text-align:center;font-size:5em;margin-top:80px;}

.about+.footer{margin-top:0;position:relative;z-index:10;}
.about{position:relative;padding-bottom:80px}
.about:before{content:'';position:absolute;width:4px;height:100%;left:50%;margin-left:-2px;background-color:#fff;box-shadow:4px 0 5px 0 rgb(0 0 0 / 10%)}
.about .container{display:flex}
.about-left{padding-right:70px;flex:0 0 50%;}
.about-right{padding-left:70px;padding-top:150px;flex:0 0 50%;}
.about .about-item{position:relative;margin-top:80px}
.about .about-item:hover .title{color:#df5656;}
.about .about-item:hover .title:after{box-shadow:0 0 10px 0 rgb(223 86 86 / 100%)}
.about .about-item .title{position:absolute;top:-10px;right:-70px;padding-right:70px;font-family:puhui;transition:all .2s;}
.about .about-item .title:before{position:absolute;content:'';top:50%;right:0;width:60px;height:1px;border-top:solid 1px #df5656;}
.about .about-item .title:after{position:absolute;content:'';width:10px;height:10px;right:-10px;top:0;border:solid 6px #df5656;border-radius:50%;background-color:#fff;margin-top:4px;box-shadow:0px 3px 5px 0 rgb(223 86 86 / 65%);transition:all .6s;}
.about .card-multi{text-align:center;padding-left:0!important;width:100%}
.about .about-item p{line-height:30px;text-align:left;}
.about .card-multi:not(.about-me-card) .card-multi-info{padding-top:40px;}
@media screen and (min-width:820px){
.about-right .about-item .title{left:-70px;right:auto;padding-left:70px;}
.about-right .about-item .title:before{left:0;right:auto;}
.about-right .about-item .title:after{left:-10px;right:auto;}
}
.about-me-card .card-multi-container:hover{box-shadow:var(--currency-shadow);}
.about-me-card .thumb{height:230px}
.about-me-card .thumb:after,.about-me-card .thumb:before{bottom:-215px}
.about-me-card .photo{position:absolute;bottom:10px;margin:auto;left:0;right:0;width:130px;height:130px;z-index:10}
.about-me-card .photo img{border-radius:50%;box-shadow:0 0 8px 2px rgb(0 0 0 / 40%)}
.about-me-card .name{font-size:1.5em;font-family:puhui;font-weight:700;margin-bottom:10px}
.about-me-card .sign{margin-top:40px}
.about-me-card .share{margin-top:30px}
.about-intro-card p span:first-child{float:left;}
.about-intro-card p span:last-child{display: flex;margin-left: 10px;}
.about-webintro-card p + p{margin-top:50px;}
.about-contact-card p + p{margin-top:20px;}
.about-contact-card p:hover .icon{background-color:#cd2020;color:#fff;border-color:#cd2020;}
.about-contact-card .icon{display:inline-block;width:32px;height:32px;border:solid 1px #333;text-align:center;border-radius:50%;vertical-align:middle;margin-right:15px;}
.about-contact-card .icon i{line-height:14px;}

.article .banner .banner-content{text-align:right;padding:0 30px;margin-bottom:20px;pointer-events: none;}
.article .banner .banner-content .title{line-height:unset;background-position:right;background-position-y: top;margin-top:-95px;padding-top:100px;padding-bottom:80px;background-size:135px auto;font-size: 1.5rem;}
.article .banner .first-image{width:450px;height:300px;position:absolute;left:70px;top:10px;}
.article .banner .first-image .first-image-container{width:100%;height:100%;}
.article .banner .first-image .first-image-bg{background-size:cover;width:100%;height:100%;}
.article .banner .post-info{position:absolute;background-color:#fff;right:0;top:100%;margin-top:-15px;width:600px}
.article .banner .post-info .sub{display:flex;justify-content:space-between;padding:20px 120px 20px 80px}
.article .banner .post-info .tags{position:relative;text-align:right;padding:15px 0;padding-right:15px;background-color:#f5f5f5}
.tags a{display:inline-block;line-height:24px;background-color:#fff;color:#cd2020;padding:0 5px;border-radius:12px}
.tags a:hover{background-color:#cd2020;color:#fff}
.tags a:before,.tags a:after{content:'#';color:#999;vertical-align:middle;padding:6px}
.tags a:hover:before,.tags a:hover:after{color:#f97676}
.article .banner .post-info .tags a + a{margin:5px}
.article .banner .post-info .post-date{right:0;top:-50px;transform:scale(.8)}
.article .content{padding-top:120px;font-size:16px;word-break: break-all;word-wrap: break-word;white-space: pre-wrap;}
.article .content p,.page .content p{line-height:36px;font-size:1.2em;margin:10px 0;word-break: break-all;word-wrap: break-word;white-space: pre-wrap;}
.article .content pre code{word-break: break-all;word-wrap: break-word;white-space: pre-wrap;}
.page .content{padding-top:20px}

.siblings{display:flex;margin-top:100px;padding:20px 30px;background-color:#fff;background-image:url(../image/list.svg);background-position:center;background-repeat:no-repeat;background-size:40px;justify-content:space-between}
.siblings a{color:#333;font-size:1.1em}
.siblings .next,.siblings .prev{flex:0 0 400px}
.siblings .next a,.siblings .prev a{padding-left:60px;background-image:url(../image/pre.svg);background-repeat:no-repeat;background-position:center;background-position-x:left;background-position-y:-3px;display:inline-block;background-size:auto 50px;height:40px;display:flex;align-items:center}
.siblings .next{text-align:right}
.siblings .next a{background-image:url(../image/next.svg);background-position-x:right;padding-right:60px;padding-left:unset;justify-content:flex-end}

.article-comment h3{margin:20px 0;font-family:monoton;color:#353535;font-size:1.5em;font-weight:bold;}
.comments-post .author{display:flex;justify-content:space-between}
.comments-post .author label{flex:1}
.comments-post .author label input{width:100%}
.comments-post .author label:not(:first-child){padding-left:10px}
.comments-post .item+.item{margin-top:8px}
.comments-post .submit{text-align:right}
.comments-post .submit a{color:#d23b3b;margin-right:15px;font-size:1.2em;}
.comments-post .submit span{display:inline-block}
.comments-post .submit span:after{pointer-events:none}
.comments-post .submit span:after{width:calc(100% - 10px);left:4px;top:4px;height:calc(100% - 10px)}
.comments-post .submit input{width:100px;height:45px}


.msg .avatar{flex:0 0 36px;float: left;margin-right: 15px;width: 45px;height: 45px;}
.msg .avatar img{width: 45px;height: 45px;}
.msg .avatar img{border-radius:50%}
.msg .msg-body{margin-left:10px;padding:5px 0;flex:1}
.msg .msg-body .name{color:#333;font-size:1.2em}
.msg .msg-body .date{color:#bbb;margin-left:15px}
.msg .msg-body .reply{color:#d23b3b;margin-left:15px}
.msg .msg-body .msg-text{display:inline-block;background-color:#fff;border-radius:22px;border-top-left-radius:0;padding:16px 20px;margin:12px 0 20px}
.msg.author-msg > .msg-body > .msg-content > .msg-text{background-color:#fffdf4}
.new-msg .msg-text{animation:newmsg .6s ease-in .1s 1;animation-fill-mode:forwards}
@keyframes newmsg{to{background-color:#ffc107}
}

.page-navigator{text-align: center;margin-top:50px;}
.page-navigator li{margin: 5px;display: inline-block;line-height: 32px;background-color: #fff;border-radius: 3px;}
.page-navigator li .on{background-color: transparent;}
.page-navigator > span,.page-navigator li {padding: 0 12px;color:#333;}

.list-gallery{padding:40px 0}
.list-gallery+.footer{margin-top:0}
.gallery-images{height:240px;white-space:nowrap;overflow:hidden}
.gallery-images .loop{height:100%;transition:all .0s}
.gallery-images+.gallery-images{margin-top:12px}
.gallery-images .img{display:inline-block;height:100%;position:relative}
.gallery-images .img+.img{margin-left:12px}
.gallery-images .img img{height:100%;width:auto}
.zoom{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / 50%);display:flex;align-items:center;justify-content:center;cursor:pointer;animation:zoom .1s ease-in .1s 1;animation-fill-mode:forwards;opacity:0}
@keyframes zoom{to{opacity:1}}
.zoom i{font-size:30px;color:#fff}
.lg-backdrop{background-color:rgb(0 0 0 / 93%)!important}

.box{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / 30%);display:flex;align-items:center;justify-content:center;z-index:200;transform:translateY(-10px);opacity:0;transition:all .2s}
.box .box-container{background-color:#fff}
.box .box-container .box-title{border-bottom:solid 1px #eee;padding:10px 15px;position:relative;display:flex;justify-content:space-between;font-size:1.2em}
.box .box-container .box-close{cursor:pointer}
.box .box-container .box-close:hover{color:red}
.box .box-container .box-content{padding:15px}
.box-show{transform:translateY(0);opacity:1}

@media screen and (max-width:1150px){.container{width:900px}
}
@media screen and (max-width:950px){.container{width:900px}
.about-me .personinfo .middle{display:none}
.about-me .personinfo{padding: 50px 8px;background-color:transparent;}
.about-me .personinfo .more{transform:scale(.8);left:-55px;bottom:5px}
.about-me .personinfo .info-items{margin-bottom: 60px;}
.about-me .personinfo .block{right:15px;top:15px}
.index-gallery .images {display: flex;height: 250px;font-size: 0;}
.index-posts .posts{padding:0 30px}
.index-swiper .swipers-down{display:none}
.index-swiper .swiper-right{flex:0 0 380px}
.index-swiper .swiper-right .swiper{height:570px}
}

.header .nav ul li.navbar-header{display: none;}
.header .nav ul li a img{
border-radius: 6.25rem;
}
.header .nav ul li.cebianlansoso{
    display: none;
}

.header .nav ul li.cebianlansoso input[type=text]{border:solid 0px #eaeaea85;padding:8px 10px;outline:none;width:75%;color:#555;background: #fff0;}
.header .nav ul li.cebianlansoso [type="submit"] {
  background-color: #3330;
  color: #fff;
  height: 40px;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0 5%;
}

.comment-children{padding: 0 15px}
@media screen and (max-width:820px){
.header .nav ul li.cebianlansoso{
    display: block;
    background: #151515;
margin-right: -20px;
margin-left: -20px;
}
.header .nav ul li.navbar-header{display: inherit;}
.container{width:100%;padding:0 10px}
.header{padding:5px;display:block;position:relative;height: 58px;}
.header-on .header{padding:0 5px}
.header .m-menu-open{display:inline-block;line-height:60px;position: absolute;right: 20px;}
.header .search{position:absolute;right:70px;}
.header .logo{flex:1;position: absolute;top: 35px;left:20px;}
.header .logo a{width:150px;height:45px;left:0;right:0;background-size:auto 45px}
.header-on .header .logo a{height:35px;background-size:auto 35px}
.header-on .header .logo{top:30px;}
.header .nav{position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgb(0 0 0 / 10%);text-align:center;z-index:200;display:none}
.header .nav ul{overflow-y: auto;overflow-x: hidden;background-color:#3f2d2dd9;height: auto;width:100%;
position: relative; /* 或 absolute/fixed */
  top: 58px; /* 调整这个值来改变距离 */
padding-top:10px;padding:20px;box-shadow:0 5px 5px 0 rgb(0 0 0/50%);display:none}
.header .nav ul li{display:block;margin-right:0}
.header .nav li:first-child:before{display:none}
.banner{padding-top:40px;font-size:.8em;}
.banner .banner-content .title {background-size: 130px auto;line-height:130px;}
.index-swiper{padding-bottom:20px}
.index-swiper .swipers{padding:10px;font-size:.7em;justify-content: center;}
.index-swiper .swipers .bg{bottom:100px;}
.index-swiper .swiper-left{padding:0}
.index-swiper .swiper-left .swiper-slide{padding:0 60px;}
.index-swiper .swiper-right{flex:0 0 200px;margin-top:170px;}
.index-swiper .swiper-right .swiper{height:300px}
.index-swiper .swiper-left .item-3{display:none;}
.index-swiper .swiper-left .item-1{text-align:center;}
.index-posts .posts{padding:0}
.full-multi + .full-multi{margin-top:20px;}
.full-multi .thumb{flex:0 0 120px;width:120px;height:120px;}
.full-multi .full-multi-info{padding:15px 0;}
.full-multi .full-multi-info .intro{display:none;}
.full-multi .full-multi-info-container{padding:10px;}
.full-multi .full-multi-info .title a {font-size: 16px;}
.full-multi .full-multi-info .sub{margin-top:10px;position: absolute;bottom: 10px;}
.full-multi .full-multi-info .sub div:first-child{display:none;}
.full-multi .full-multi-info .sub div:first-child + div{margin-left:0!important}
.full-multi .full-multi-info .go {transform: scale(.5);bottom: -33px;right: -38px;}
.full-multi:nth-child(2n) .full-multi-info{width: calc(100% - 105px);}
.full-multi:nth-child(2n) {position: relative;height: 120px;margin-top:20px;}
.full-multi:nth-child(2n) .full-multi-info .go {transform: scaleX(-1) scale(.5);left: -38px;right: auto;}
.full-multi:nth-child(2n) .full-multi-info .sub{right:10px;}
.card-multi .thumb{height:250px}
.gallery-images{height:200px}
.about-me{margin-bottom:0;flex-direction: column;}
.about-me .photo{z-index:1;}
.about-me .photo img{width:100%;height:100%;}
.about:before{left: auto;right: 10px;}
.about .container {flex-direction: column;}
.about-left,.about-right {padding-right: 12px;}
.about .about-item .title {top: -40px;right: -10px;}
.about .about-item{margin-top: 70px;}
.about-right {padding-left: unset;padding-top: unset;}
.about .card-multi .card-multi-info{margin-top:auto}
.index-posts{margin-bottom:30px}
.article .banner .banner-content{text-align:center;}
.article .banner .first-image{display:none;}
.article .banner .post-info{position: relative;width: calc(100% + 20px);left: -10px;bottom: -10px;margin-top:0;}
.article .banner .post-info .sub{padding:15px;padding-right: 120px;}
.article .banner .post-info .post-date{top:-55px;font-size:3em;}
.article .banner .banner-content .title{padding-bottom:0;background-position-y: 20px;background-size: 100px auto;}
.article .content{padding-top:15px;}
.loadmore{margin-top:20px}
.siblings{background-image:none;flex-direction: column;}
.siblings .next, .siblings .prev {flex: auto;}
.siblings .next{margin-top:10px;}
.siblings .next a {background-position-x: left;padding-right: unset;justify-content: start;padding-left: 60px;}
.footer{margin-top:20px}
.footer .copyright-content{flex-direction:column}
.footer .copyright-content .right{margin-top:10px}
}
@media screen and (max-width:600px){.card-multi{width:100%;margin-top:20px}
.card-multi:first-child,.card-multi:nth-child(2n)+.card-multi{padding-right:0}
.card-multi:nth-child(2n){padding-left:0}
.card-multi .thumb{height:220px}
.card-multi .thumb .post-date{right:20px;transform:scale(.7)}
.card-multi .card-multi-info{margin-top:-20px;padding:25px}
.header .search .search-box {right: -60px;}
.index-swiper:after{content: '';position: absolute;left: 0;top: 0;background-color: transparent;width: 100%;height: 100%;z-index: 11;}
}

.line-1 {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.article .content h1,.article .content h2,.article .content h3,.article .content h4,.article .content h5,.article .content h6{color:black;font-size:18px;line-height:24px;margin-bottom:18px;position:relative}
.article .content h1{padding:0 15px 0 20px}
.article .content h1::before{content:'¶';color:black;position:absolute;top:0;left:0;font-size:22px}
.article .content h2{padding:0 15px}
.article .content h2::before{content:'';position:absolute;top:10%;bottom:10%;left:0;width:4px;border-radius:2px;background:#34495e}
.article .content h3{padding:0 15px}
.article .content h3::before{content:'';position:absolute;top:0;bottom:0;left:0;width:4px;background:#27ae60;border-radius:0 4px 4px 0}
.article .content h4::before{content:'「';color:black;font-weight:600;margin-right:5px}
.article .content h4::after{content:'」';color:black;font-weight:600;margin-left:5px}
.article .content h5{padding:0 15px 0 28px}
.article .content h5::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC8klEQVRYR+3WP2gTURwH8O/vKnVRRHKXP52cBO3g4p/BqYNIhy4muajUQRBFKjQV1En6ZxJBcmlRCoJDRe3FDiJVwamLS3FwqbgIgss1l2ZQF5XeT3I1Z3NJ7u5dLlAwN9699/t97vfe7/EIO/yhHe5DD9jpCv3fFVTu856+Xzi62Y/35hj9CFPNrlUwWeRJAJfBGADwBcBNI0/PRZFdAdo4xlQLjCqKjBzogat7hZCRAgPghJGBgbFnxglAOvS7b/fLb+q+qnv5BHBCyEBAWTdnANy2IxOtWSC1qsY+1jOFwAVG+gIVvXyHQbcaKuZCxmf5iMQogXFQtEsBeO5JT6BcMu+Bcb1lUhcyqfExACUAB6JEtgUqi+U5JrrmmcyFHCjwSYtQO+tSUSFbAmXdnAdwJVASdyWLPAS2kbFA8xsHNS13EzCmlx8R6KJQcBcypfFpho3cKxRna3ADsgEo6+ZjAKMhgjZ1d2KWR2gTSyD0h4jnIB2gXDIXwciFCPZvSnMl0wwshYrJGDImaMUGKovlLBPVOrDjh8APzFx8zDkjNa7FzYoGZsKT9XEarQOHmei1aJA246cqOWW6/i2l8VMGzoWIPW/k6eq2Ja6UwCz8pw2JGZ8sS8pUz8fWau/jGp+SgLchcGBgZD1Py41NUuoI+ZloV8ZU93+ogZKzfBiWfXAPCgMJU8Y42avQdMzI4ZBfmSizocqrUeJaAmsvBZGGBCtTziXeRY1rCxRAViEhXckqK93AeQJ9kYTvlmVlqmcTdhNEtefc+9X3utVmuX+CkK6oyqtu4nwrWP8bF5IZdGYjJ79wDuMCz4D+XmhFWnZbt7ab5ltBB6mbkyAaBPFCJassuwMmNb4L4EZgXwBc4AoGTZrUeA6A9x1yK6tzzvnFDlxBv0D176kCP2TCpbbjBXCRV9DZk0VeAONCE1IQ1zWg3dlF1sFQHWQIXFeBNrLAw5BwHBZWjQl6E3SbbB8X+R4Mg/Ca0wN2WtFeBTut4B84mFI4VpekyAAAAABJRU5ErkJggg==");background-size:100% 100%}
.article .content h6{padding:0 15px 0 28px}
.article .content h6::before{content:'';position:absolute;top:2px;left:0;width:20px;height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEI0lEQVRYR+3Xb2wTZRwH8G/vL22RPy5GW8fK6rJpGeFFY9RO3TRRE1HfmEAammEyjZmOSEg1RrPZaTD6xjhU/Ndlf0CZgwmD+qcgZBRIETeqY0Vcnc7pGonhRY2l3m2t5upqjq693l2vcy+8N81zz/NcPvf75fd7rjos8ku3yH34HyjK0PqlDLPzD56vMNL0VHxmpgXAoUIZXKgI3sMSpK+cNTAbylaj/9IkprnLM3+mkg8XQi4EsJ4lSL+ZNbAfVd+JG/XLcSERg3M8IAtZauBtDEkeNdN6fX9NfRqXueQiSwm00wQRMDMGw94snBJkqYBrSYIIXs/ojftqGq6IXHZRFIpkKYC2JSw9SJE663W0nthlqcMawwrJYpVCag1M48pNy1YNvLWRffGNIYSCv6Cnog7rjCtVIbUEXoG7qeqaNMj51F58dWoKPZY62JeWyUJG+ctcIplcIizWCpgTl9EIyODJn9BtceDWq/6B57tO/H4R688fFaZ7AWzWAiiJEyMDx39Ed6UDdyy7Ni/w1ekxbP95VJi/F8CRYoGycGLksaEJdFU6cPdy0zxkR/RbtE6FhPvHATQUm2JFODHSfyyCLmsd7lth/hf53q/jcE8OC+NTAG7PTKiNoCqcGPnpF+PotDrwwNXl+OC3H9A8cVqYPgPgFnFo1QCLwomRg4cvoPMGBzZHTgq3zwKwZ+ddKVATXAZhf+gdnPvuojAUqmJdrspRAtQU93pXEM+8clgwhQHU5itruUBNcTt6TsP9sl8weQC0S/VFOUBNcW/2folt2z+XhZPTZh6kSKJ79aqVRuFszRxfUm8sNbdz9xlsfekz2bhCQBvDMMM8z+ubN92Mjrb71brS+97dM4wtnk8U4SSBBEGErVarzeVywePxoHVLA1pb6lUh3+8bwZMv+BTjpIAVACa9Xq+uqakJ7e3tqpGd/WfR3Jr+81awIJS0mY0A+sLhMGw2W3qfGmTXvhAef/6gapxUBDuqqqoejUQiBvFbKUH2DHyNx54bLAqXF0jT9HBjY6Pd6/XOi7oc5K7936Dp2QNF4/IBrTqdLuLxeIi2tracRSGF/PDgKB55er8muHzATQB2m81m+P1+1NbmPoVyIfsOnUOj+2PNcPmAO1iWbeE4TmexWODz+WQhayrL4No2oCkuJ5Bl2VGO49ZmcisXObdeVSuRaq7ZZ3G10KBTqRQl3pQPGY1GEQgE4HQ6heVDAO5S1cklNmUDXQRB9KZSqXkfESaTCW63G7FYDKFQKDEyMoJoNKqfe/bbAJ7QGpcrxa8xDLOV5/k0kGXZv2ZnZ5FMJtNjmqYvURR1IpFInAcwAeD7ud/pUuDmAY1G41g8Hl9DkmScoqggx3FHAIyJMMlSQfI9V5zKagDC93dsoRFKimQx2dIWOV/U/yn6bx0WyDj8vgLOAAAAAElFTkSuQmCC");background-size:100% 100%}
.article .content hr{border:none;height:1px;background-color:#ebeef5;margin-bottom:18px}
.article .content p{line-height:26px;margin-bottom:18px}
.article .content blockquote{line-height:26px;margin-bottom:18px;background:#ebeef5;border-left:5px solid #73aaff;color:black;padding:8px 15px;border-radius:5px 5px 5px 5px}
.article .content blockquote p{margin:0}
.article .content a:not([class]){display:inline-block;line-height:26px;color:black;position:relative}
.article .content a:not([class]):hover::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}
.article .content a:not([class])::after{content:'';position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:#e2f9e5;-webkit-transform:scaleX(0.25);transform:scaleX(0.25);opacity:0;transition:opacity 0.35s,-webkit-transform 0.35s;transition:transform 0.35s,opacity 0.35s;transition:transform 0.35s,opacity 0.35s,-webkit-transform 0.35s}
.article .content code:not([class]){border-radius:6px;font-size:14px;background:#ecf5ff;color:#919191;padding:10px;vertical-align:top;word-break:break-word;letter-spacing:0.05em}
.article .content pre{position:relative;margin:0 0 18px;padding:30px 0 0;font-size:14px;border-radius:5px 5px 5px 5px;overflow:hidden;letter-spacing:0.05em}
.article .content pre code{display:block;overflow:auto;padding:5px 15px 15px}
.article .content pre::before{content:'';position:absolute;top:9px;left:15px;width:12px;height:12px;border-radius:50%;background:#fc625d;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;z-index:1}
.article .content pre .copy{position:absolute;top:9px;right:15px;z-index:5;color:#909399;transition:color 0.35s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.article .content pre .copy:hover{color:#c0c4cc}
.article .content img:not([class]){display:block;max-width:100%;border-radius:6px;transition:box-shadow 0.35s,-webkit-transform 0.35s;transition:transform 0.35s,box-shadow 0.35s;transition:transform 0.35s,box-shadow 0.35s,-webkit-transform 0.35s;cursor:zoom-in;margin:0 auto}
.article .content img:not([class]):hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 34px 20px -24px rgba(136,161,206,0.3)}
.article .content ol,.article .content ul{margin-bottom:18px;padding-left:36px}
.article .content ol li,.article .content ul li{line-height:26px}
.article .content ol li{list-style:decimal}
.article .content ul li{list-style:disc}
.article .content table{width:100%;max-width:100%;table-layout:fixed;color:#000;margin-bottom:18px;font-size:14px;border-top:1px solid #000;border-left:1px solid #000}
.article .content table td,.article .content table th{padding:10px;border-bottom:1px solid #000;border-right:1px solid #000}
.article .content table thead th{font-weight:500;background:#fff}
.article .content table tbody tr{transition:background 0.35s}
.article .content table tbody tr:hover{background:#32ccbc}


.togglebox {
  margin: 0 auto;
  transform: translateZ(0);
}

.togglebox input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.togglebox label {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.togglebox label[for*='1'] {
  border: 0;
}

.togglebox label:after {
  content: '\f078';
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: fontawesome;
  transform: rotate(90deg);
  transition: .3s transform;
}

.togglebox section {
  height: 0;
  transition: .3s all;
  overflow: hidden;
}

.togglebox #toggle1:checked ~ label[for*='1']:after,
.togglebox #toggle2:checked ~ label[for*='2']:after,
.togglebox #toggle3:checked ~ label[for*='3']:after,
.togglebox #toggle4:checked ~ label[for*='4']:after {
  transform: rotate(0deg);
}

.togglebox #toggle1:checked ~ #content1,
.togglebox #toggle2:checked ~ #content2,
.togglebox #toggle3:checked ~ #content3,
.togglebox #toggle4:checked ~ #content4 {
  height: 200px;
}

.togglebox p {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.5;
}




/*彩色代码框样式开始*/
.xm-ts-1 {
 color: #fff;
 background: #22bb6d;
 overflow: hidden;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
 }
.xm-ts-2 {
 color: #fff;
 background: #757bf2;
 overflow: hidden;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
 }
.xm-ts-3 {
 color: #fff;
 background: #f74;
 overflow: hidden;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
 }
.xm-ts-4 {
 color: #fff;
 background: #feb633;
 overflow: hidden;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
}
.xm-ts-5 {
 color: #fff;
 background: #16e7aa;
 overflow: hidden;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
}
.xm-ts-6 {
 border-width: 1px;
 border-style: solid;
 border-color: #3e3e3e;
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
}
.xm-ts-7 {
 border: 1px dashed rgb(41, 170, 227);
 margin: 10px 0;
 padding: 15px;
 border-radius: 6px;
}
.xm-ts-8 {
 margin: 10px 0;
 padding: 10px 15px;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #05B536;
 border-radius: 6px;
}
.xm-ts-9 {
 margin: 10px 0;
 padding: 10px 15px;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #ED0505;
 border-radius: 6px;
}
.xm-ts-10 {
 margin: 10px 0;
 padding: 10px 15px;
 border: 1px solid #e3e3e3;
 border-left: 2px solid #EC8006;
 border-radius: 6px;
}



.xm-mian-ban-wai{
border-radius: 6px;
margin: 5px 0;
}

.xm-mian-ban-1-title{
background: #feb633;
padding: 10px 15px;
border-radius: 6px 6px 0 0;
color: #fff;
font-weight: 600;
}

.xm-mian-ban-2-title{
background: #16e7aa;
padding: 10px 15px;
border-radius: 6px 6px 0 0;
color: #fff;
font-weight: 600;
}

.xm-mian-ban-3-title{
background: #f74;
padding: 10px 15px;
border-radius: 6px 6px 0 0;
color: #fff;
font-weight: 600;
}

.xm-mian-ban-4-title{
background: #757bf2;
padding: 10px 15px;
border-radius: 6px 6px 0 0;
color: #fff;
font-weight: 600;
}

.xm-mian-ban-5-title{
background: #22bb6d;
padding: 10px 15px;
border-radius: 6px 6px 0 0;
color: #fff;
font-weight: 600;
}

.xm-mian-ban-content{
background: white;
color: #9b9b9b;
padding: 10px 15px;
border-radius: 0 0 6px 6px;
}


.xm-reply-view {
    padding:10px;
    color:var(--heisecolor);
    border-radius:6px;
    border:1px dashed #ccc;
}

.xm-view-text-title {
    text-align:center;
    padding:10px;
    color:var(--heisecolor);
    border-radius:6px;
    border:1px dashed #ccc;
}


.tpt-bar {
    display:flex;
    border-radius:6px;
    background:var(--shense);
    flex-wrap:wrap;
}
.tpt-bar > label {
    display:block;
    padding:0 20px;
    height:38px;
    line-height:38px;
    cursor:pointer;
    order:1;
    position: relative;
    border-top: 0px solid #fff;
}

.tpt-bar > label::after {
  content: '';
}

.tpt-bar .tpt-bar-con {
    z-index:0;
    display:none;
    margin-top:-1px;
    padding:10px;
    width:100%;
    min-height:120px;
    border-top:var(--huisebk);
    background:var(--zuobeijing);
    order:99;
}
.tpt-bar > input[type=radio] {
    position:absolute;
    opacity:0;
}
.tpt-bar > input[type=radio]:checked+label {
    z-index:1;
    margin-right:-1px;
    margin-left:-1px;
    background:var(--youbeijing);
}
.tpt-bar > input[type=radio]:checked+label+.tpt-bar-con {
    display:block;
}



.xm-anniu{
color: #fff;
display: inline-block;
vertical-align: top;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 6px;
padding: 5px 15px;
margin: 10px 10px 10px 0;
}

.xm-anniu-1{
background: #22bb6d;
}
.xm-anniu-2{
background: #757bf2;
}
.xm-anniu-3{
background: #f74;
}
.xm-anniu-4{
background: #feb633;
}
.xm-anniu-5{
background: #16e7aa;
}

.swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover;
}

.thumb-img{
width: 100%;
height: 100%;
object-fit: cover;
}

#xm-class{
display: none;
background: #131313;
color: #fff;
border-radius: 6px;
padding: 10px;
position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
float: left;
min-width: 10rem;
margin: 0.125rem 0px 0px;
line-height: 2;
text-align: left;
list-style: none;
font-size: 15px;
width: 100%;
text-align: center;
}

#xm-class a{
color: #fff;
display: inline-flex;
border-radius: 4px;
margin: 10px;
width: calc(50% - 30px);
justify-content: center;
background: #2c2a2a;
}




         
/* 友情链接css */
.friend-link {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .friend-link a {
      width: 21%;
      text-decoration: none;
      color: #008d08;;
      text-align: center;
      padding: 5px 0;
      border: 2px solid #fff;
      background-color: #f0f0f0;
      border-radius: 0px;
      margin-bottom: 10px;
      transition: 0.3s;
    }

    .friend-link a:hover {
      background-color: #f2f2f2;
    }

