
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#wrapper .wrap {
    width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}
#wrapper .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #f9f9f9; 
    z-index: -2;
}
#wrapper .wrap .proType {
    display: flex;  
    width: 1280px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
}
#wrapper .wrap .proType li {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e5e4e4;
    background: #701e8e;
    font-family: var(--main-fonts);
    position: relative;
    padding: 17px 0;
    font-size: 15px;
    cursor: pointer;
}
.backBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    background: #701e8e;
    height: 55px;
    z-index: -1;
}
#wrapper .wrap .proType li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0,-50%);
    content: '';
    width: 1px;
    height: 22px;
    background: #4a0e68;
}
#wrapper .wrap .proType li:nth-of-type(1)::before {
    display: none;
}
#wrapper .wrap .proType li strong {
    font-weight: 500;
    font-family: var(--main-fonts);
    font-size: 18px;
    margin-left: 5px;
}
#wrapper .wrap .proType li.on {
    color: #701e8e;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#wrapper .wrap .proType li.on::before {
    display: none;
}
#wrapper .wrap .proType li.on + li::before {
    display: none;
}
#wrapper .wrap .proType li img {
    height: 20px;
    margin-right: 5px;
}
#wrapper .wrap .proType li img.ar {
    width: 7px;
    height: 12px;
    margin-left: 5px;
    margin-right: 0px;
}
#wrapper .wrap .proType li img.on {
    display: none;
} 
#wrapper .wrap .proType li.on img.def {
    display: none;
}
#wrapper .wrap .proType li.on img.on {
    display: block;
}
#wrapper .wrap .topImg {
    margin-bottom: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: #e0cfe7;
}
.proImg {
    position: relative;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
    text-align: center;
}
.proImg .left_time {
    position: absolute;
    top: 0;
    left: 220px;
    padding: 4px 10px 3px 10px;
    background: #701e8e;
    color: #fff;
    font-family: var(--main-fonts);
    font-size: 13px;
    font-weight: 600;
}
.proImg .left_time.dday {
    background: #e42b22;
}
 
.notice_bt {
    color: #8d8d8d;
    background: #f1f1f1;
    font-size: 13px;
    font-family: var(--main-fonts);
    width: 100%;
    text-align: center;
    padding: 10px;
    letter-spacing: -.5px;
}  
.empty {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.empty img {
    width: 60px;
    height: 60px;
}
.empty p {
    color: #701e8e;
    font-family: var(--main-fonts);
    font-size: 28px;
    margin: 15px 0;
}
.empty span {
    color: #191919;
    font-family: var(--main-fonts);
    font-size: 22px;
    display: block;
}