.home-content{
    display: block;
    width:100%;
    padding-left: 20px;
    padding-right: 20px;
}
.home-nav{
    display: block;
    margin-top: 5px;
    position: relative;
    z-index: 20;
}
.home-nav a,.home-nav li{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    margin-right: 5px;
    margin-bottom: 12px;
    font-size: 14px;
    border-radius: 14px;
    color: #888;
    display: inline-block;
    background: #2c2e2f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.home-nav a.cur,.home-nav a:hover,.home-nav li:hover,.home-nav li.on{
    position: relative;
    color: #FFF;
    background:linear-gradient(-270deg, #0099ff, #cc00ff);
}
.home-nav .more{
    position: absolute;
    right: 0;
    top: 0;
}
.home-nav .more a{
    padding: 0 16px;
    color: #888;
}
.home-title{
    font-size: 16px;
    color: #888;
    margin: 0 0 8px 0;
    font-weight: normal;
}
.home-box{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-news-list{
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 20;
}
.home-news-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
}
.home-news-list li{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}
.home-news-list li a{
    display: flex;
    justify-content: space-between;
    background-color: #2c2e2f;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}
.home-news-list li .pic{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: 5.20833333333333vw;
    overflow: hidden;
}
.home-news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
}
.home-news-list li:hover .pic img {
    transform: scale(1.1);
}
.home-news-list li .text{
    padding: 10px 10px 10px 16px;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.home-news-list li .text .title {
    overflow: hidden;
    font-weight: 400;
    height: 50px;
    font-size: 16px;
    line-height: 1.45;
    color: #c6c9cf;
}
.home-news-list li:hover .text .title{
    color: #FFFFFF;
}
.home-news-list li .text .t-wrap{
    display: flex;
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
    justify-content: space-between;
}
.home-news-list li .text .time{
    overflow: hidden;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
}
.home-rankinglist{
    display: block;
    padding: 5px 0;
}
.home-rankinglist.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-rankinglist.flex li{
    width: 48%;
}
.home-rankinglist li{
    margin-top: 6px;
    display: flex;
}
.home-rankinglist .rkl-number {
    font-size: 13px;
    line-height: 18px;
    margin-right: 12px;
}
.home-rankinglist .rkl-number i{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    background: #6b728050;
}
.home-rankinglist .rkl-number i.one{
    color: #FFF;
    background: #755af7;
}
.home-rankinglist .rkl-number i.two{
    color: #FFF;
    background: #9d8af9;
}
.home-rankinglist .rkl-number i.three{
    color: #FFF;
    background: #beb1fa;
}
.home-rankinglist .rkl-text {
    color: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap ;
    outline: 0;
    line-height: 22px;
    font-size: 14px;
}
.home-hot-list{
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 20;
}
.home-hot-list .hot-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
}
.home-hot-list .hot-item{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}
.home-hot-list .hot-item .con {
    display: flex;
    justify-content: flex-start;
    background-color: #2c2e2f;
    border-radius: 5px;
    padding: 10px 20px 15px 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}
.home-hot-list .hot-item .card-header{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}
.home-hot-list .hot-item .hot-ico {
    height: 18px;
    margin-right: .25rem;
    vertical-align: middle;
    border-style: none;
}
.home-hot-list .hot-item .card-header .more{
    font-size: 12px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}
.card-body .hot-body {
    height: 230px;
    overflow: auto!important;
}
.card-body .d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.home-widget-group{
    display: flex;
    justify-content: flex-start;
    background-color: #2c2e2f;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    margin-top: 20px;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}
.tab-sites-body {
    display: flex;
    justify-content: space-between;
}
.tab-widget-nav {
    height: auto;
}
.nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
}
.tab-widget-nav .tab-widget-link{
    display: flex;
    overflow: hidden;
    padding: 5px;
    width: 65px;
    height: 65px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.tab-widget-nav .tab-widget-link.active,.tab-widget-nav .tab-widget-link:hover{
    color: inherit;
    background-color: rgba(132, 132, 132, .2);
}
.tab-widget-nav .tab-widget-link i {
    font-size: 27.6px !important;
    margin-right: 0;
}
.tab-widget-nav .tab-widget-link span {
    font-size: 13px;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
}
.tab-widget-content {
    position: relative;
    background-color: rgba(132,132,132,.1);
    border-radius: 8px;
    padding: 8px !important;
    margin-left: 8px !important;
    flex: 1;
}
.tab-widget-content .tab-pane {
    display: none;
}
.tab-widget-content .active {
    display: block;
}
.tab-widget-content .tab-pane {
    padding: 8px;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.tab-widget-content .widget-item.item-category, .tab-widget-content .widget-item.item-books {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: revert !important;
    grid-template-columns: revert !important;
    justify-content: flex-start;
    min-height: auto;
    margin-left: -8px;
    margin-right: -8px;
}
.tab-widget-content .tab-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding: 9px !important;
}
.tab-widget-content .img-post {
    border-radius: 8px !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.media-content {
    position: relative;
    width: 100%;
    height: 167px;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120,120,120,.1);
}
.tab-widget-content .img-post .text-box {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    background-image: linear-gradient(to right,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 80%);
    will-change: opacity;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100;
    padding: 25px;
    height: 100% !important;
    position: absolute !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 8px !important;
}
.tab-widget-content .tab-card:hover .img-post .text-box {
    opacity: 1;
}
.banner-group{
    display: block;
    margin-top: 20px;
}
.banner-group .row{
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}
.banner-one {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.banner-one .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.banner-one .hbanner img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-one .swiper-pagination{
  display: block;
  margin: 0 auto 0 0;
  bottom: 10px;
}
.banner-one .swiper-pagination .swiper-pagination-bullet {
    width:8px;
    height:8px;
    border-radius:50%;
    margin: 0 6x;
    color: #FFFFFF;
    display: inline-block;
    background: #FFFFFF;
    opacity: .45;
}
.banner-one .swiper-pagination .swiper-pagination-bullet-active,.banner-one .swiper-pagination-current{
  opacity: 1;
  width:16px;
  border-radius:5px;
  background: #FFF;
}
.banner-two{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    height: 360px;
    overflow: hidden;
}
.banner-two .bt-box{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.banner-two .item{
    display: block;
    width: 100%;
    height: 176px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.banner-two .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-two .item span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 10px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.banner-two .item a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 80px;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,.5) 20%,transparent 80%);
}
.banner-three{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    height: 360px;
    overflow: hidden;
}
.banner-three .news-card{
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 12px 12px 12px;
    background-color: #2c2e2f;
    border-radius: 8px;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}
.banner-three .news-card .news-h3{
    display: flex;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 8px;
    justify-content: space-between;
}
.banner-three .news-card .news-h3 strong{
    font-size: 16px;
    font-weight: normal;
}
.banner-three .news-card .news-h3 a{
    font-size: 12px;
}
.news-card ul{
    overflow: auto;
    height: 290px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.news-card ul li {
    position: relative;
    padding: 4px 10px 12px 20px;
    border-left: 2px solid rgba(136,136,136,.2);
}
.news-card ul li i {
    font-size: 12px;
    top: 1px;
    color: #888;
    position: absolute;
    padding: 5px;
    left: -12px;
    transition: background-color .3s;
}
.news-card ul li a span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100% !important;
    display: block;
}
.news-card .text-sm {
    font-size: 14px !important;
}
.news-card .text-xs {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
    font-size: 12px !important;
    color: #6c757d;
    margin-top: 5px;
}
.friendlink{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    display: block;
    background-color: #2c2e2f;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
}
.friendlink a {
    position: relative;
    display: inline-block;
    margin: 4px;
    font-size: 12px;
}
.friendlink a:before {
    content: '\2022';
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

/*zs-skin-white*/
.zs-skin-white .home-widget-group,.zs-skin-white .banner-three .news-card,.zs-skin-white .home-hot-list .hot-item .con,.zs-skin-white .home-news-list li a,.zs-skin-white .friendlink{
    background-color: #FFF;
}
.zs-skin-white .home-nav a, .zs-skin-white .home-nav li{
    color: #666;
    background: #EAEAEA;
}
.zs-skin-white .tab-widget-content .tab-card a{
    color: #FFF;
}
.zs-skin-white .home-nav a.cur, .zs-skin-white .home-nav a:hover, .zs-skin-white .home-nav li:hover, .zs-skin-white .home-nav li.on {
    position: relative;
    color: #FFF;
    background: linear-gradient(-270deg, #0099ff, #cc00ff);
}
.zs-skin-white .home-news-list li .text .title {
    color: #333;
}
.zs-skin-white .home-news-list li:hover .text .title {
    color: #5961f9;
}
/*PC*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.tab-widget-nav .tab-widget-link {
    padding: 5px;
    width: 55px;
    height: 55px;
    border-radius: 5px;
}
.tab-widget-nav .tab-widget-link span {
    display: none;
}
.tab-widget-content .widget-item.item-category, .tab-widget-content .widget-item.item-books {
    margin-left: -4px;
    margin-right: -4px;
}
.tab-widget-content .tab-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 6px !important;
}
.tab-widget-content .tab-pane {
    padding: 6px 8px;
}
.media-content {
    height: 70px;
}
.banner-group .row {
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
}
.banner-one {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.banner-two {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 18px;
    height: auto;
    overflow: hidden;
}
.banner-three {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    height: auto;
    overflow: hidden;
}
.home-hot-list {
    padding: 10px 0 0 0;
}
.home-hot-list .hot-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    justify-content: flex-start;
}
.home-hot-list .hot-item {
    padding: 0 0;
    width: 100%;
}
.card-body .hot-body {
    height: auto;
    overflow: auto!important;
}
.home-content {
    padding:0 4%;
}
.home-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 8px;
}
.home-nav a, .home-nav li {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin-right: 3%;
    margin-bottom: 10px;
    font-size: 13px;
    width: 46.4%;
    text-align: center;
    overflow: hidden;
}
.home-nav .more {
    position: absolute;
    right: 0;
    top: -36px;
}
.home-nav .more a {
    padding: 0 0;
    margin-bottom: 0;
    color: #888;
    width: 100%;
    background-color: transparent;
}
.leftclass{
    display: none;
}
.home-news-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0;
}
.home-news-list li {
    padding: 0 0;
    width: 100%;
    margin-bottom: 18px;
}
.home-news-list li a{
    padding: 10px;
}
.home-news-list li .pic{
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    height: 90px;
    border-radius: 6px;
}
.home-news-list li .text {
    padding: 2px 0 0 12px;
}
.home-news-list li .text .title{
    height: auto;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-news-list li .text .t-wrap {
    margin-top: 3px;
}
.banner-two .item{
  margin-bottom: 15px;
}
}