body {
    background: #EEEEEE;
}
.design-hall {
    min-width: 1400px;
    width: 100%;
}
.design-hall-head-wrap {
    width: 100%;
    height: 62px;
    background: #FFFFFF;
}
.design-hall-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    margin: auto;
}
.design-hall-head img {
    height: 39px;
}
.design-hall-tt {
    text-align: center;
    width: 350px;
    height: 62px;
    background: #2466B1;
    font-size: 24px;
    font-weight: bold;
    color: #FEFFFF;
    line-height: 62px;
    letter-spacing: 10px;
    margin-left: 42px;
}
.design-hall-tabs {
    width: 1200px;
    padding: 40px 0 40px 0;
    margin: auto;
}
.design-hall-tabs-tt {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #2466B1;
    line-height: 40px;
}
.design-hall-tabs-desc {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 40px;
}

.design-hall-tab {
    margin-top: 20px;
}
.design-hall-courses-type {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}
.design-hall-courses-type-desc {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}
.design-hall-courses {
    margin-top: 15px;
    overflow: hidden;
}
.design-hall-course.default {
    width: 284px;
    height: 208px;
    border-radius: unset;
}
.design-hall-course {
    width: 285px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.design-hall-course:nth-child(4n) {
    margin-right: 0;
}
.design-hall-course-img img {
    width: 100%;
    height: 100%;
}
.design-hall-course-img {
    height: 162px;
}
.design-hall-course-name {
    background: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #333333;
}

.design-hall-line {
    width: 100%;
    height: 1px;
    background: #999999;
    margin: 20px 0 30px 0;
}

.design-hall-courses-tt {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #2466B1;
    line-height: 40px;
    margin-top: 16px;
    padding-left: 14px;
}
.design-hall-courses-tt::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    width: 2px;
    height: 22px;
    background: #1556B6;
}
.design-hall-footer-wrap {
    width: 100%;
    background: url("../png/bottom-6a6f34a63203ecad459ed3346f64e79c.png") no-repeat;
    background-size: cover;
}
.design-hall-footer {
    width: 1200px;
    margin: auto;
    padding: 45px 0 80px 0;
}

.hall-links a {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
}
.hall-links {
    opacity: 0;
    visibility: hidden;
}
.hall-vertical {
    margin: 0 9px;
    background: #FFFFFF;
    width: 2px;
    height: 18px;
}

.hall-footer-sites {
    margin-top: 29px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.hall-footer-site a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.design-hall .fwcpb-design-carousel {
    overflow: hidden;
}
