
#scrollToTop {
    color: var(--70767A);
}

#scrollToTop div{
    background-color: var(--70767A);
}

.hr-bottom{
    border-bottom: 1px solid var(--717679);
}
.square {
    border: 1px solid var(--717679);
}

.baseTittle .CH {
    margin-bottom: 0px;
}


#detail{
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.background {
    background: var(--717679-30);
    height: 160px;
    width: 68%;
    margin: auto;
    position: absolute;
    top: -30px;
    left: 16%;
}

.date{
    font-family: 'jf-jinxuan-M';
    font-size: 30px;
    color: var(--FBFBFB);
    position: absolute;
    right: 17.5%;
    top: -10px;
}

.tittle{
    font-family: 'jf-jinxuan-M';
    font-size: 40px;
    color: var(--595757);
    margin-bottom: 10px;
    margin-top: 20px;
}

.item{
    border: 1px solid var(--595757);
    width: 65%;
    margin: auto;
    padding: 100px 5%;
}

.content{
    margin-top: 5%;
    font-family: 'jf-jinxuan-M';
    font-size: 17px;
    color: var(--595757);
    line-height: 2;
}

.navigation {
    justify-content: space-around;
}

.navigation a.back {
    font-family: 'jf-jinxuan-M';
    font-size: 17px;
    color: var(--FFFFFF);
    background: var(--717679);
    padding: 2px 10px;
}

.navigation .prev, 
.navigation .next {
    color: var(--717679);
    font-size: 20px;
}

.sectionSwiper {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.sectionSwiper img {
    height: 630px;
    width: 840px;
    margin: auto;
}


@media screen and (max-width: 1440px) {
    .item {
        width: 80%;
    }

    .background {
        width: 83%;
        left: 8.5%;
    }

    .date {
        right: 10.5%;
    }
}

@media screen and (max-width: 992px) {
    .item {
        width: 90%;
    }

    .background {
        width: 94%;
        left: 3%;
    }

    .date {
        right: 5.5%;
    }

    .sectionSwiper img {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    
    #detail {
        margin: 40px auto;
    }

    .background {
        top: 10px;
        height: 150px;
    }

    .tittle {
        margin-top: 10px;
        font-size: 30px;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
    }

    .date {
        top: 30px;
        margin: auto;
        font-size: 20px;
        right: 0;
        left: 0;
    }

    .item {
        padding: 50px  5%;
        position: relative;
        top: 130px;
        margin-bottom: 150px;
    }

    .content {
        font-size: 15px;
    }

    .sectionSwiper img {
        height: 350px;
    }

}

@media screen and (max-width: 425px) {

    .sectionSwiper img {
        height: 200px;
    }

    .item {
        padding: 5%;
        top: 120px;
    }

    .tittle {
        font-size: 25px;
        top: 40px;
    }

    .background {
        top: 0;
        height: 100px;
    }

    .date {
        top: 15px;
    }

    .content {
        font-size: 12px;
    }
}