/*********************************************
 * zffw_tabs CSS
 *
 * @author huayu
 * @date 2023-05-24
 *********************************************/
body {
    overflow: hidden;
}
.aty-tab-area-default .aty-tab-bar-page {
    top: 28px;
}
.aty-tab-area-default .aty-tab-bar {
    height: 68px;
    background: #fff;
    border: none;
    border-bottom: 4px solid #992a29;
}
.aty-tab-area-default .aty-tab-item-default.aty-tab-item-selected {
    border: none;
    background-color: transparent;
}
.aty-tab-area-default .aty-tab-item-default {
    border: none;
}
/*.aty-tab-area-default .aty-tab-item-list {*/
/*    overflow: visible;*/
/*}*/
.aty-tab-item-default {
    position: static;
    height: 70px;
    line-height: 70px;
    padding: 3px 22px 3px 0;
    overflow: visible;
}

.aty-tab-item-default > div {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0;
    font-size: 18px;
    color: #333333;
    background-color: #f1f1f1;
    border-radius: 4px 0 0 0;
    font-weight: bold;
}

.aty-tab-item-default:not(.aty-tab-item-selected) > div:hover {
    color: #333333;
}

.aty-tab-area-default .aty-tab-item-default.aty-tab-item-selected > div {
    padding-top: 0;
}

.aty-tab-item-default:first-child > div {
    padding-left: 33px;
}

.aty-tab-item-default > div::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -74px;
    width: 74px;
    height: 70px;
    background: url("/wmext/images/tab-bg-3a79421b65bbb81495110d5574905613.png") right -2px / auto 74px;
    z-index: 1;
}

.aty-tab-item-selected.aty-tab-item-default > div::after {
    top: -4px;
    background-image: url("/wmext/images/tab-bg-active-bbc72505944df4c7a21a87606f2f176f.png");
    background-size: auto 78px;
}

.aty-tab-item-selected.aty-tab-item-default > div {
    padding-left: 50px;
    background-color: transparent;
    color: #ffffff;
}

.aty-tab-item-selected.aty-tab-item-default > div > span {
    background-color: rgb(169, 24, 35);
}

.aty-tab-item-selected.aty-tab-item-default > div::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -24px;
    width: 74px;
    height: 70px;
    background: url("/wmext/images/tab-bg-active-bbc72505944df4c7a21a87606f2f176f.png") left -2px / auto 78px;
    z-index: 1;
}

.aty-tab-area-default .aty-tab-item-default.aty-tab-item-selected:first-child {
    padding-left: 24px;
    border: none;
}

.fd-other-tab .aty-tab-bar {
    height: 53px;
    border: none;
}

.fd-other-tab .aty-tab-item-default > div {
    padding: 0;
    background: #fff;
}

.fd-other-tab .aty-tab-item-default > div::after,
.fd-other-tab .aty-tab-item-default > div::before {
    display: none;
}

.fd-other-tab .aty-tab-item-scroll > .aty-tab-item-default.aty-tab-item {
    padding: 0 34px;
    height: 53px;
    line-height: 53px;
}

.fd-other-tab .aty-tab-item-selected.aty-tab-item-default > div {
    color: #992a29;
}

.fd-other-tab .aty-tab-item-selected.aty-tab-item-default > div::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #992a29;
}

.fd-other-tab .aty-tab-item-default > div > span {
    background: #fff;
}

.aty-tab-area-default .aty-tab-item-scroll {
    padding-right: 60px;
}