.s3dLayoutSideContainer{
    height: 100% !important;
}
.s3dLayoutSectionContainer{
    background-color: transparent !important;
    border-top-width: 0 !important;
}
.s3dLayoutCenterContainer{
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.specialTopicOuterContainer{
    position:relative;
    width: 100%;
    height: 400px;
    font-size: 14px;
    background-image: url("../image/jpg4.jpg");
    background-size: auto;
    background-repeat: repeat;
}
.specialTopicInnerContainer{
    position:relative;
    width: 100%;
    height: 100%;
    display: table;
}
.specialTopicImageContainer{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}
.specialTopicImageDiv{
    position: absolute;
    top: -40px;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}
.specialTopicImage{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}
.specialTopic3d{
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 0px red;
    background-color: transparent;
}
.specialTopicTitleContainer{
    position: absolute;
    right: 50px;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    font-family: 'KaiTi', '楷体', 'Kaiti', '新宋', 'SimSun', '宋体', 'Songti SC', sans-serif;
}
.specialTopicTitle{
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.specialTopicTitleLink{
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 52px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #ffeaca, #ffb837);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.specialTopicTitleLink:hover{
    text-decoration: none;
    color: transparent;
    background-image: linear-gradient(to bottom, #ffd38d, #ffa200);
}
.specialTopicSubTitle{
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    opacity: 90%;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media all and  (max-width: 1350px)  and  (min-width: 1200px) {
    .specialTopicTitleLink{
        font-size: 46px;
    }
    .specialTopicSubTitle{
        font-size: 26px;
    }
}

@media all and  (max-width: 1200px)  and  (min-width: 1024px) {
    .specialTopicTitleLink{
        font-size: 40px;
    }
    .specialTopicSubTitle{
        font-size: 22px;
    }
}

@media all and  (max-width: 1024px)  and  (min-width: 640px) {
    .specialTopicTitleLink{
        font-size: 46px;
    }
    .specialTopicSubTitle{
        font-size: 26px;
    }
}

@media all and  (max-width: 640px)  and  (min-width: 420px) {
    .specialTopicOuterContainer{
        height: 200px;
    }
    .specialTopicImageContainer {
    }
    .specialTopicTitleContainer {
        right: 25px;
    }
    .specialTopicImageDiv {
        top: -25px;
    }
    .specialTopicTitle {
        top: 70px;
        height: 40px;
        line-height: 40px;
    }
    .specialTopicTitleLink {
        font-size: 32px;
    }
    .specialTopicSubTitle {
        top: 110px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

@media all and  (max-width: 420px) {
    .specialTopicOuterContainer{
        height: 200px;
    }
    .specialTopicImageContainer {
    }
    .specialTopicTitleContainer {
        right: 10px;
    }
    .specialTopicImageDiv {
        top: -25px;
    }
    .specialTopicTitle {
        top: 70px;
        height: 40px;
        line-height: 40px;
    }
    .specialTopicTitleLink {
        font-size: 28px;
    }
    .specialTopicSubTitle {
        top: 110px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}