@charset "utf-8";
.zt-nav-box {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
    background-color: #fff;
    margin-bottom: 12px;
}
.zt-nav-box .swiper-container1 {
    overflow: hidden;
    padding: 0 15px;
    height: 30px;
}
.zt-nav-box .swiper-container1 .swiper-slide {
    width: auto;
}
.zt-nav-box .swiper-container1 .swiper-slide a {
    display: inline-block;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
.zt-nav-box .swiper-container1 .swiper-slide.active a {
    border-radius: 5px;
    background: #f5f5f5;
    color: #22C485;
    font-weight: 700;
}
.Head-box {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.Head-box a {
    display: inline-block;
    float: left;
    text-align: center;
    background: #f0f0f0;
    color: #999;
    line-height: 42px;
    width: 50%;
    font-size: 16px;
    border-radius: 0px 0px 0px 21px;
    position: relative;
    z-index: 10;
}
.Head-box a.active {
    background: #22C485;
    color: #ffffff;
    border-radius: 21px 0px 0px;
}
.Head-box a:first-of-type {
    border-radius: 0px 0px 21px;
}
.Head-box a:first-of-type.active {
    border-radius: 0px 21px 0px 0px;
}
/*.Head-box::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    width: 50%;*/
/*    left: 20%;*/
/*    height: 21px;*/
/*    background: #f0f0f0;*/
/*}*/
/*.Head-box::after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    width: 50%;*/
/*    top: 21px;*/
/*    left: 20%;*/
/*    height: 21px;*/
/*    background: #fff;*/
/*}*/
.zt-list {
    padding: 0 13px;
    background-color: #fff;
}
.zt-list li {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
}
.zt-list li .zuibenhref {
    display: block;
    width: 100%;
}
.zt-list li .zuibenhref img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}
.zt-list li .zuibenhref span {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    width: calc(100% - 70px);
}
.zt-list li .zuibenhref em {
    font-size: 12px;
    line-height: 25px;
    color: #999;
    float: right;
}
.zt-list li .lis {
    display: flex;
    width: 100%;
    margin-top: 5px;
}
.zt-list li .lis a {
    width: 55px;
    margin-right: 5%;
}
.zt-list li .lis a:last-of-type {
    margin-right: 0;
}
.zt-list li .lis a img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.zt-list li .lis a span {
    display: block;
    margin-top: 5px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.tab-cont {
    display: none;
}
