
.top-banner {
    background: url("/tax7/front/images/index/banner-bg.jpg");
    height: 720px;
    width: 100%;
    background-size: 100% 100%;
}

.layui-tab .layui-tab-title {
    height: 68px !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #2D3456FF !important;
}

.layui-tab .layui-tab-title li {
    height: 70px !important;
    font-size: 20px !important;
    padding: 0 20px !important;
}

.layui-tab-title .layui-this:after {
    height: 70px !important;
    border-bottom: 4px solid #0157FFFF !important;
}

.layui-tab-title {
    border-color: #D9D9D9FF !important;
}

.project-card {
    width: 352px;
    background: #E8EBEFFF;
    position: relative;
    padding-bottom: 15px;
}

.project-card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #0157FFFF;
}

.project-card-title {
    font-size: 16px;
    padding: 10px 20px 0;
}

.project-card-desc {
    font-size: 14px;
    padding: 10px 20px 0;
    color: rgba(45, 52, 86, 0.65);

}

.c-00 {
    width: 352px;
    height: 448px;
    border-radius: 4px;
    position: relative;
    color: #fff;
}

.c-00:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}


.c-001 {
    background: linear-gradient(180deg, #2771FF 19%, rgba(1, 87, 255, 0) 75%);
    border-image: linear-gradient(136deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) 1 1;
}

.c-001:after {
    background: url("/tax7/front/images/index/c-001.jpg");
    background-size: 100% 100%;
}

.c-002 {
    background: linear-gradient(180deg, #FF882D 19%, rgba(255, 136, 45, 0) 76%);
    border-image: linear-gradient(136deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) 1 1;
}

.c-002:after {
    background: url("/tax7/front/images/index/c-002.jpg");
    background-size: 100% 100%;
}

.c-003 {
    background: linear-gradient(180deg, #2771FF 19%, rgba(1, 87, 255, 0) 75%);
    border-image: linear-gradient(136deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) 1 1;
}

.c-003:after {
    background: url("/tax7/front/images/index/c-003.jpg");
    background-size: 100% 100%;
}

.a-card {
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.a-card-title {
    font-size: 24px;
    padding: 19px 32px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.a-card-hover {
    width: 448px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0 16px 32px 0 rgba(27, 43, 76, 0.04), 0 4px 16px 0 rgba(27, 43, 76, 0.03);
    border-radius: 24px;
    transition: transform .3s ease;
}

.sny-card {
    color: #2D3456FF;
    background: url('/tax7/front/images/index/sny-bg.jpg');
    height: 778px;
    background-size: 100% 100%;
}

.sny-card-left {
    width: 379px;
    height: 362px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 26px;
    color: #363F5FFF;
    font-size: 18px;
    line-height: 30px;
}

.poster_box {
    overflow: hidden;
}

.poster-main {
    position: relative;
    width: 100%;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
}

.poster-main img {
    box-shadow: 0 16px 32px 0 rgba(27, 43, 76, 0.15), 0 4px 16px 0 rgba(27, 43, 76, 0.08);
}

.poster-main a, .poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}

.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}

.carousel-btn {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    text-align: center;
    bottom: 2px
}

.carousel-btn li {
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
}

.carousel-btn li.poster-btn-active {
    color: #0157FFFF;
}

.poster-main .poster-prev-btn {
    right: 0;
}

.poster-main .poster-next-btn {
    left: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    filter: opacity(.5) brightness(1);
}

.project-card-head {
    background: #E6EAF2;
    padding: 20px 16px;
    margin-bottom: 32px;
    line-height: 30px;
    font-size: 16px;
}

.footer-flex-box {
    display: flex;
}

.front-nav {
    gap: 10px;
}
