/*# sourceMappingURL=style.css.map */

.themeColor {
    color: var(--theme-color);
}

.dashed {
    text-decoration: underline;
}

.myBigContent {
    max-width: 96%;
    margin: auto;
}

.myBigContent .textContent {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid var(--theme-color);
    border-top: 0;
    border-right: 0;
    height: 100%;
    overflow-y: scroll;
    font-family: DelaGothic;
    font-size: 64px;
    font-weight: 700;
    color: #000;
    position: relative;
}
.myBigContent .textContent .pad{

    padding: 75px 254px 0 75px;
}

.myBigContent .textContent::-webkit-scrollbar {
    width: 20px;
    background-color: transparent;
}


.myBigContent .textContent::-webkit-scrollbar-track {
    background-color: transparent;
    /* 轨道背景颜色 */
    border-right: 3px solid var(--theme-color);
}


.myBigContent .textContent::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    /* 滑块背景颜色 */
    border-radius: 0;
    /* 滑块圆角 */
}

.myBigContent .imgContent {
    position: relative;
}

.myBigContent img {
    position: absolute;
}
.myBigContent .imgBox{
    width: 100%;
}
.myBigContent .imgBox_2{
    position: relative;
}
.myBigContent .imgBox_2 .ab{
    position: absolute;
}
.myBigContent .imgBox img{
    position: static;
    display: block;
    margin: 0;
    position: relative;
    height: auto;
    
}
.shadow{
    box-shadow: 14px 41px 35.3px 0px rgba(0, 0, 0, 0.25);
}