.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgF7FAFD {
    background: #F7FAFD;
}

.workbench-warp {
    width: 100%;
}

.workbench-banner {
    height: 648px;
    width: 100%;
    background-image: url('../../images/gx/workbench/bg.png');
    background-color: #D2DCE8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.workbench-banner .workbench-banner-title {
    font-size: 64px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #141414;
    line-height: 90px;
    margin: 165px 0 32px;
}

.workbench-banner .workbench-banner-desc {
    width: 668px;
    height: 171px;
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.module-title {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #141414;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.module-desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.fa {
    width: 1330px;
    height: 1227px;
    background: url('../../images/gx/workbench/bg2.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.bg3 {
    position: absolute;
    width: 1176px;
    height: 215px;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.fa-title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: bold;
    color: #1143BE;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
}

.fa-desc {
    width: 1112px;
    height: 320px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: left;
    margin: 48px auto 0;
}

.fa-desc2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin-bottom: 72px;
}

.bar {
    width: 1200px;
    height: 1px;
    opacity: 0.1;
    box-sizing: border-box;
    border: 1px dashed #000000;
    margin: 53px auto;
}

.item {
    width: 288px;
    height: 366px;
    padding: 0 26px;
    box-sizing: border-box;
    margin-right: 18px;
}

.item:last-child {
    margin-right: 0;
}

.item-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
}

.item-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
}

.item-desc2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 58px;

}

.item-tag {
    /* display: none; */
    opacity: 0;
}

.item-tag-item {
    /*width: 72px;*/
    /*height: 28px;*/
    /*padding: 4px 8px;*/
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.item:nth-child(1).active {
    background: url('../../images/gx/workbench/item-bg1.png') no-repeat;
    background-size: 100% 100%;
}

.item:nth-child(2).active {
    background: url('../../images/gx/workbench/item-bg2.png') no-repeat;
    background-size: 100% 100%;
}

.item:nth-child(3).active {
    background: url('../../images/gx/workbench/item-bg3.png') no-repeat;
    background-size: 100% 100%;
}

.item:nth-child(4).active {
    background: url('../../images/gx/workbench/item-bg4.png') no-repeat;
    background-size: 100% 100%;
}


.item.active .item-title {
    color: #FFFFFF;

}

.item.active .item-desc {
    color: #FFFFFF;

}

.item.active .item-desc2 {
    color: #FFFFFF;
    margin-bottom: 23px;
    margin-top: 48px;
    transition: margin-bottom 0.5s;
    -webkit-transition: margin-bottom 0.5s;
    /* Safari */
}

.item.active .item-tag {
    /* display: flex; */
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition-delay: 0.5s;
}

.ys-item {
    width: 1200px;
    min-height: 394px;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 100px;
    position: relative;
    opacity: 0;
    bottom: -20px;
}

/* .ys-item {
  margin-bottom: 0;
} */

.ys-text {
    width: 600px;
    height: 100%;
    padding: 0 100px 0 94px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.ys-text-title {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: bold;
    color: #303133;
    line-height: 45px;
}

.ys-text-desc {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1143BE;
    line-height: 25px;
    margin: 12px 0 32px;
}

.ys-text-desc2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
}

.ys-text-desc3 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.ys-text-desc4 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.ys-img {
    width: 600px;
    background: #F9F8F9;
    /*background: linear-gradient(180deg, #FDFCFD 0%, #FFFFFF 22%, #FFFFFF 88%, #F9F8F9 100%);*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.ys-item:nth-child(2n) .ys-img {
    left: 0;
}

.ys-item:nth-child(2n) .ys-text {
    left: 600px;
}

.btn3 {
    width: 320px;
    height: 85px;
    background: linear-gradient(90deg, #1890FF 0%, #1960FF 100%);
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}

.show {
    opacity: 1;
    bottom: 0px;
    transition: all 1s;
}