.page-wrapper {
    width: 100%;
    height: 100vh;
    padding: 6.8vw 3.3vw;
    box-sizing: border-box;
    position: relative;
    background: url("../images/overview/detail-bg.png") no-repeat right bottom;
    background-color: #fff;
}

.page-wrapper-close {
    position: absolute;
    top: 3vw;
    right: 2.1vw;
}

.page-detail {
    height: 100%;
    border-radius: 2px;
    border: solid 1px #d9c7bf;
    padding: 2.6vw 4.2vw 3vw 10vw;
    box-sizing: border-box;
    overflow-y: auto;
    background: url("../images/common/base-bg.png");
}

.page-detail>.text-right {
    line-height: 1;
    color: #1b1b1b;
}

.page-detail .icon-direction-right {
    display: inline-block;
    margin-left: 15px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    background-color: var(--hover-color);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
}

.page-detail h1 {
    font-size: 24px;
    font-weight: bold;
    color: #060606;
}

.page-detail .sub-text {
    color: #060606;
    line-height: 36px;
    margin-top: 2px;
}

.page-detail .sub-text span {
    display: inline-block;
    color: #666;
    margin-right: 5px;
}

.page-detail .rich-text {
    margin-top: 20px;
}

.page-detail .rich-text p {
    /* float: left; */
    margin-top: 10px;
    line-height: 1.4vw;
    font-size: #000;
    font-size: 0.8vw;
    width: 73vw;
}


.page-detail .rich-text p:nth-child(1) {
    /* width: 16vw; */
    /* height: 40vw; */
}


.page-detail .rich-text p:nth-child(2) {
  /* padding-top: 8px; */
}



.page-detail .rich-text img {
    /* float: left; */
    /* width: 234px; */
    /* width: 12vw; */
    /* max-width: 1440px; */
    /* margin-top: 10px; */
    /* margin-right: 50px; */
}

.sample-detail-content {
    height: 100%;
    position: relative;
    padding: 4vw 4.2vw 4vw 3.1vw;
    box-sizing: border-box;
    border-radius: 2px;
    border: solid 1px #d9c7bf;
    background-color: #fff;
}

.sample-detail-content .back {
    position: absolute;
    top: 40px;
    right: 70px;
}

.sample-detail-content .back .iconfont {
    display: inline-block;
    margin-left: 6px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: var(--hover-color);
}

.sample-detail-content .right-wrap {
    flex: 1;
    padding: 0 80px 0 70px;
    height: 100%;
    overflow-y: auto;
}

.sample-detail-content .right-wrap .title {
    width: 24vw;
    font-size: 1.3vw;
}

.sample-detail-content .right-wrap .date {
    color: #2a2a2a;
    margin: 36px 0;
}

.sample-detail-content .right-wrap .date b {
    font-size: 32px;
}

.sample-detail-content .right-wrap .date span {
    font-size: 16px;
    text-transform: uppercase;
}

.sample-detail-content .right-wrap .rich-text {
    line-height: 1.7;
}

.sample-detail-content .left-wrap {
    width: 44.6vw;
    height: 100%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.sample-detail-content .left-wrap .img,
.sample-detail-content .left-wrap img {
    width: 100%;
    height: 100%;
}

.page-turn {
    padding: 10px 0;
}

.page-turn li+li {
    margin-top: 10px;
}

.page-turn a {
    display: block;
    line-height: 1.5;
    color: #000;
}

.page-turn a span {
    transition: .3s;
}

.page-turn a:hover span {
    color: var(--hover-color);
}