@import url("iconfont/iconfont.css?v2.1");
html, body {
    font-size: 14px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
button {
    border:none
}
.container {
    width: 1200px !important;
    min-width:1200px !important;
}
.transition * {
    transition: all .2s ease-out;
}
.text-shadow{filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 4px);}
.logo {
    height:38px
}
.logo-link {
    display: inline-block;
    width: 155px;
    height: 38px;
    text-indent: -1000px;
    overflow: hidden;
    text-wrap-mode: nowrap;
    background: url(../images/logo.jpg) no-repeat center center;
    background-size: 100%;
}
.line-clamp-1, .line-clamp-2, .line-clamp-3 {
    word-wrap: break-word;
    word-break: break-all;
}
.search-input {
    border:none;
    outline: none;
}
.c-search .search-input {
    line-height: 21px;
    outline:0;
}
.c-search .search-btn {
    padding: 4px 6px;
    border:none;
    background: transparent;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-slide {
    position: relative;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev, .swiper-button-next {
    display: flex;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    border: 1px solid #c5c5c5;
    border-radius: 50px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255);
    background-size: 50%;
    transition: all .5s ease-out;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-variant: initial;
    font-style: normal;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none !important;
    letter-spacing: 0;
    color: #333;
    font-weight: bold;
}
.swiper-button-prev:after {
    content:'\e611';
}
.swiper-button-next:after {
    content:'\e610';
}
.swiper-button-prev:active:after, .swiper-button-next:active:after {
    zoom:.8
}
.swiper-button-next.nextStop:after,.swiper-button-prev.prevStop:after{color:#aaa;cursor:no-drop;zoom:1;}
.swiper-pagination li {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    font-size: 0;
    background: #e3e3e3;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
}
.swiper-pagination li.swiper-pagination-bullet-active {
    background:#cd0202;
    width: 1rem;
    border-radius: 10px;
}
.listSwiperX .h-96 {
    height:440px !important
}
.listSwiperX .swiper-slide{
    font-size: 18px;
    width: 736px;
    filter: brightness(1.1);
    overflow: hidden;
}
.listSwiperX a{width: 736px;height:440px; display:block}
.listSwiperX .swiper-button-prev, .listSwiperX .swiper-button-next {
    opacity:0;
    transition: all .2s ease-out;
}
.listSwiperX:hover .swiper-button-prev, .listSwiperX:hover .swiper-button-next {
    opacity:1;
}


.bannar-right .scale{
    filter: brightness(1.1);
    overflow: hidden;
}

.bannar-right .mask:before {
    content: '';
    height:100%;
    width:100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
}

 .listSwiperX .mask:before, .bannar-right .col-span-2 .mask:before {
    content: '';
    width:160%;
    height:100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: radial-gradient(circle farthest-side at 50% 50%, transparent 20%, rgba(0, 0, 0, .8) 100%);
    opacity:1;
}

.listSwiperX .mask:after,.bannar-right .col-span-2 .mask:after{
    content: '';
    background: var(--img) repeat center;
    position: absolute;
    z-index: 2;
    inset: -200px;
    width: calc(35% + 200px);
    height: calc(100% + 400px);
    background-size: 100px 100px;
    filter: blur(100px) saturate(3) opacity(0.8);
    transform: scale(1.5) translate3d(0, 0, 0);
}

.bannar-right .mask:after {
    content: '';
    background: var(--img) repeat center;
    position: absolute;
    z-index: 2;
    bottom: -37px;
    height: 46%;
    width: 100%;
    background-size: 30px;
    background-blend-mode: multiply, normal;
    filter: blur(27px) saturate(3) contrast(90%);
    transform: scale(1.2) translate3d(0, 0, 0);
}

/*
 .listSwiperX .mask, .bannar-right .mask {
    width:100%;
    position: absolute;
}
.listSwiperX .mask {
    height:100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
}
.bannar-right .mask {
    height:70%;
    bottom:0;
    background: linear-gradient(to top, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
}

.bannar-right .col-span-2 .mask {
    background: linear-gradient(to right, rgba(109, 191, 255, 1), rgba(0, 0, 0, 0));
    height:100%;
    width:50%
}*/

.bannar-right .col-span-2 .top-10 {
    top: 100px;
}
.listSwiperX .scale {
    display:block;
    padding:13.5rem 0 0 4rem;
    opacity:1;
}

.listSwiperX .swiper-slide-active {
    width: 60% !important;
}
.m-pagination {
    text-align:center;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.m-pagination a, .m-pagination span.last {
    display:inline-block;
    width:auto;
    background:#fff;
    color:#444;
    border-color:#fff;
}
.m-pagination span {
    display:inline-block;
}
.m-pagination a.prev, .m-pagination a.next {
    vertical-align:middle;
    margin:0 13px;
    position:unset;
    padding: 0 10px;
    background: no-repeat;
}
.m-pagination a, .m-pagination span.on, .m-pagination span.last {
    border-radius:5px;
    height:30px;
    min-width: 30px;
    text-align:center;
    line-height:30px;
    background:#fff;
    color:#8b8b8b;
    border:1px solid #dddddd;
    margin: 0 5px;
}
.m-pagination span.on {
    background:#f51b14;
    color:#fff;
}
.m-pagination a:hover {
    background:#f51b14;
    color:#fff
}
.m-pagination a.endpage {
    padding:0 10px;
}
.m-pagination span.last {
    border-color: #d3d3d3;
    color: #bdbdbd;
    padding: 0 10px;
    margin:0 10px
}
.ssaec-recommend {
    display:none;
}
.soft-page:before, .article-head:before, .special-head:before {
    content:"";
    width:100%;
    height:500px;
    position: absolute;
    top:0;
    z-index:-1;
    filter:blur(30px)
}
.article-head:before {
    background:url(../images/page_bg.jpg) repeat-x top center;
}
.soft-page:before {
    background:var(--img) repeat-x top center;
}
.article:before {
    content:"";
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    backdrop-filter: blur(30px);
}
.article:after {
    content:"";
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: url(../images/page_bg.jpg) repeat-x top center;
    z-index: -1;
}
.special-head:before {
    /*background: url(../images/page_bg.jpg) repeat-x top center;*/
}
.special-head:after {
    content:"";
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background:var(--img) repeat-x top center;
    filter:blur(30px);
    z-index: -1;
    background-size:cover;
    opacity: .35;
}
.swiper-x5 .swiper-slide {
    width:209px
}
.swiper-x5 .swiper-slide .info .text-xl {
    text-shadow: 0px 1px 5px #ffffff;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.65);
    padding: 7px 10px 4px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 22px;
}
.more:after {
    content:"\e60e";
    width:13px;
    height:13px;
    display: inline-block;
    opacity: 0.8;
    font-family:"iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more:hover {
    transition: all 1s ease-out;
}
.more:hover:after {
    margin-left:5px;
}
.nav-item.on span {
    background:#cd0202;
    height: 4px;
    display: block;
    border-radius: 5px;
    margin: 0 5px;
    position: absolute;
    width: calc(100% - 10px);
    bottom: -10px;
}
.stars {
    letter-spacing: 2px;
    font-family:"iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stars-1:before {content:"\edf9";}
.stars-2:before {content:"\edf9\edf9";}
.stars-3:before {content:"\edf9\edf9\edf9";}
.stars-4:before {content:"\edf9\edf9\edf9\edf9";}
.stars-5:before {content:"\edf9\edf9\edf9\edf9\edf9";}
.stars-1:after {content:"\edfa\edfa\edfa\edfa"; opacity: .5;}
.stars-2:after {content:"\edfa\edfa\edfa";opacity: .5;}
.stars-3:after {content:"\edfa\edfa";opacity: .5;}
.stars-4:after {content:"\edfa";opacity: .5;}
.list-decimal li .iconfont{position:relative; margin-right:5px}
.list-decimal li .iconfont:before{
    position: relative;
    z-index: 2;
    font-size: 12px;
    padding: 0 6px;
}
.list-decimal li:nth-child(1) .iconfont:before{content:"1"; color:#fff}
.list-decimal li:nth-child(2) .iconfont:before{content:"2"; color:#fff}
.list-decimal li:nth-child(3) .iconfont:before{content:"3"; color:#fff}
.list-decimal li:nth-child(4) .iconfont:before{content:"4";}
.list-decimal li:nth-child(5) .iconfont:before{content:"5";}
.list-decimal li:nth-child(6) .iconfont:before{content:"6";}
.list-decimal li:nth-child(7) .iconfont:before{content:"7";}
.list-decimal li:nth-child(8) .iconfont:before{content:"8";}
.list-decimal li:nth-child(9) .iconfont:before{content:"9";}
.list-decimal li:nth-child(10) .iconfont:before{content:"10";}
.list-decimal li .iconfont:after{
    content:"\e660";
     font-family:"iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dbdbdb;
    position: absolute;
    left: 0;
    z-index: 1;
    font-size: 20px;
}
.list-decimal li:nth-child(1) .iconfont:after{color:#e9441c;-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0.5)), to(#a72101)); }
.list-decimal li:nth-child(2) .iconfont:after{color:#ef6e00;-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0.5)), to(#ef6e00)); }
.list-decimal li:nth-child(3) .iconfont:after{color:#f1a51a;-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0.5)), to(#f1a51a)); }
.list--circle li:before {
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    border: 1px solid #d147b3;
    color: #cd0202;
    float: left;
    margin: 8px;
    margin-left: 0;
}
.hover_filter * {
    transition: all .2s ease-out;
}
.hover_filter:hover {
    color:#B91C1C;
    transform: translateY(-6px);
}
.hover_filter .bg_cover {
    background:var(--img) no-repeat center;
    position: absolute;
    z-index:-1;
    border-radius: 30px;
    width: 100px;
    height: 100px;
    opacity:0;
}
.hover_filter:hover .bg_cover {
    opacity:1;
    filter: blur(20px) opacity(50%);
}
.hover_filter:hover .border-b {
    border-color: transparent;
}
.cat-tag .on {
    color:#000;
}
.cat-tag .on:before {}
.quote:before, .icon-quote:before {
    content:"";
    width:60px;
    height:60px;
    background:#c8ffe1;
    border-radius:50%;
    display:block;
    position: absolute;
    left: -24px;
    top: 10px;
    z-index:-1
}
.catpos a {
    background: #fff;
    border-radius: 15px;
    padding: 0 6px;
    font-weight:700;
    font-size:12px;
    color:#000
}
.catpos a:last-of-type {
    background:#ffe308
}
.content img {
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.icon-search-no {
    width:256px;
    height:256px;
    display:inline-block;
    text-indent:99px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat:no-repeat;
    background-image:url(icon-search-no.svg)
}
.pos-arrow {
    display:none
}
.soft-page .focus_sider {
    width:820px
}
.soft-page .focus_sider .swiper-wrapper{
    display: inline-flex;
    flex-flow: row;
    align-items: stretch;
}
.soft-page .content {
    font-size:16px!important;
}
.article-page .content a, .soft-page .content a {
    text-decoration:underline;
    color:#009fff
}
.article-page .content a:hover, .soft-page .content a:hover {
    color:#cd0202;
}
.article-page .content p, .soft-page .content p {
    margin:8px 0;
    /*margin-top:0;*/
    line-height:200%;
    text-indent:2em;
    word-break: break-all;
    word-wrap: break-word;
}
.article-page .content li p, .soft-page .content li p {
    text-indent:0 !important;
}
.article-page .content ol, .soft-page .content ol {
    list-style: decimal;
    padding-left: 3rem;
    list-style-position: outside;
    margin-bottom:16px;
}
.article-page .content ul, .soft-page .content ul {
    margin-left: 3rem;
    list-style: circle;
    list-style-position: outside;
}
.article-page .content li, .soft-page .content li{
    /* margin-bottom:8px;*/
}
.article-page .content li::marker, .soft-page .content li::marker {
    color: rgba(0, 0, 0, .5);
}
.soft-page .content h3,
.article-page .content h3{
    /*font-size: 20px;*/
    font-weight: bold;
    margin: 8px 0;
    padding: 0px 12px;
    /*border-bottom: 1px solid #6fbf83;
    background-color: #fafff8;
    text-align: center;*/
}

.article-page .content h3:before, 
.article-page .content h3:after,
.soft-page .content h3:before,
.soft-page .content h3:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #4acef8;
    display: inline-block;
    margin-right: 15px;
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: 7px -7px 0px rgb(172,251,192);
}

.article-page .content h3:after,
.soft-page .content h3:after{
    box-shadow: -7px 7px 0px rgb(111,191,131);
    margin-left: 15px;
}

.article-info {
    color:#777;
}
.article-page .content cite {
    font-style:italic;
}
.soft-page .content table,
.article-page .content table {
    /*width: 100%!important;*/
    margin-bottom: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 280px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    table-layout: fixed;
    word-break: normal;
    margin-left: auto;
    margin-right: auto;
    color: #222;
}
.soft-page .content table tbody th, .soft-page .content table td,
.article-page .content table tbody th, .article-page .content table td {
    vertical-align: top;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    min-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
}
.soft-page .content table tbody th p, .soft-page .content table td p,
.article-page .content table tbody th p, .article-page .content table td p {
    margin: 0;
    text-indent: 0;
}
.soft-page .content table tbody th, .soft-page .content table th,
.article-page .content table tbody th, .article-page .content table th {
    background: #e8e8e8;
}
.soft-page .content table tbody th, .soft-page .content table td,
.article-page .content table tbody th, .article-page .content table td {
    border: 1px solid #e8e8e8;
}
 .article-page .content blockquote {
    padding:0 8px 0 20px;
    padding:0 0 0 10px;
    border:1px solid #ccc;
    border-width:0;
    border-left-width:5px;
    font-style:italic;
    font-size:16px;
    color:#555;
    display:block;
    margin:0 0 15px 2em;
}
.article-page .content blockquote p {
    text-indent:0;
}
.article-image {
    display:block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.article-image:before {
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(50px);
    z-index: 1;
    display: block;
    position: absolute;
}
.article-page .pages a, .pages span {
    border: 1px solid #f2f2f2;
    padding:.4rem 1rem;
    color:#555;
    margin-left: -1px;
}
.article-page .pages a:hover, .pages span {
    background:#f2f2f2;
    color:#000;
}
.article-page .pages span {
    border-bottom:2px solid #000;
    padding:.5rem 1rem;
}
.navbar {
    font-family: PingFang SC;
}
.btn-more {
    width: 115px;
    text-align: center;
}
#sidebar-tools .iconfont{
    font-size: 32px;
}
#sidebar-tools button{
    width:60px;height:60px;
    outline: none;
}
.dd {
    backdrop-filter: saturate(20) blur(10px);
    box-shadow: 0 2px 0px rgb(255 255 255 / 43%);
}
