﻿
body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
.nav-box {
    background: #ACD26D;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    position:relative;
    overflow:hidden;
}

.nav-tab {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x:auto;

}
.nav-tab .nav-item{
    flex:0 0 auto;
}
.nav-tab:after {
    position:absolute;
    content:"";
    right:0;
    width: 32px;
    height: 100%;
    background: linear-gradient(270deg, #ACD26D 0%, rgba(172, 210, 109, 0.51) 100%);
}
.nav-tab .nav-link {
    border-radius: .25rem;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 20px;
    padding:0.5rem 10px;
}
.nav-tab .nav-link.active, .nav-tab .show>.nav-link {
    font-weight: bold;
    color: #313131;
    position:relative;
}
.nav-tab .nav-link.active:after{
    content:"";
    position:absolute;
    background:url(../images/icon-active.svg) center bottom no-repeat;
    width:100%;
    height:4px;
    bottom: 0;
    left: 0;
}
.tab-body {
    padding:20px 30px;
}
.details {
    background:#C0E3CF;
}
.content {
    padding:20px 18px;
}
.card_body {
    padding:20px;
    background: #FFFFFF;
box-shadow: 0px 12px 30px -4px rgba(0, 176, 134, 0.1);
border-radius: 6px;
}
.swiper-container,.content_title {
    margin-bottom:10px;
}
.swiper-pagination {
    top: 10px;
    text-align: right;
    padding-right: 22px;
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.swiper-pagination::after {
    content:"";
    width: 45px;
    height: 23px;
    background: #252427;
    border-radius: 12px;
    opacity: 0.5;
        display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 10px;
}
.swiper-container .swiper-slide,.swiper-container .swiper-slide img{
   border-radius: 6px;
}
.content_title .__t {
    font-size: 18px;
    font-weight: 500;
    color: #252427;
    line-height: 25px;
    margin:0;
}
.content_title .__c {
    font-size: 12px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 17px;
}