.standing {
    margin: 60px 60px 60px 0;
    height: 878px;
    overflow: hidden;
    background: url("../images/common/base-bg.png");
    background-color: #fff;
    border: 1px solid #d9c7bf;
    border-left: none;
}

.standing .left-wrap {
    flex: 1;
    position: relative;
    height: 100%;
}

.standing .image-view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.standing .image-view>div {
    position: absolute;
    left: 60px;
    right: 0;
    top: 70px;
    bottom: 70px;
    padding: 2px;
    border: 1px solid #dadada;
}

.standing .image-view>div {
    display: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ccc;
}

.standing .image-view>div>img {
    width: 100%;
    height: 100%;
}

.standing .image-view>div.active {
    display: block;
}

.standing .thumb-imgs {
    position: absolute;
    /* width: 356px; */
    right: -9.6vw;
    top: 5.5vw;
}

.standing .thumb-imgs .thumb-imgs-item {
    width: 15.2vw;
    height: 10.9vw;
    overflow: hidden;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.standing .thumb-imgs img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition: 0.3s;
}

.standing .thumb-imgs .thumb-imgs-item:hover,
.standing .thumb-imgs .thumb-imgs-item.active {
    /* width: 100%; */
    border-color: var(--hover-color);
}

.standing .thumb-imgs .thumb-imgs-item:hover img {
    transform: scale(1.1);
}

.standing .right-wrap {
    height: 100%;
    width: 717px;
    padding-top: 130px;
    padding-right: 100px;
    background-color: #fff;
    color: #1B1B1B;
}

.standing .right-wrap .intro-head {
    margin-left: 35px;
}

.standing .right-wrap .title {
    font-size: 1.6vw;
}

.standing .right-wrap p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 30px;
    margin: 0 0.5vw;
    letter-spacing: 2px;
    padding-bottom: 7vw;
}

.standing .right-wrap .subtitle {
    font-size: 24px;
    letter-spacing: 2px;
}

.standing .right-wrap .tab-content>div {
    display: none;
}

.standing .right-wrap .tab-content .active {
    display: block;
}

.temporary {
    background-color: #fff;
    padding-bottom: 70px;
}

.temporary .info-item {
    height: 150px;
    overflow: hidden;
}

.temporary .info-item li {
    display: none;
}

.temporary .info-item .active {
    display: block;
}

.temporary .top-image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 31vw;
    margin: 0 auto;
}

.temporary .top-image img {
    display: none;
    width: 100%;
    height: 100%;
}

.temporary .top-image .active {
    display: block;
}

.temporary .thumb {
    width: 27vw;
    height: 17.8vw;
    margin-right: 3.6vw;
    margin-top: -150px;
    position: relative;
    overflow: hidden;
}

.temporary .thumb img {
    width: 100%;
    height: 100%;
    display: none;
    transition: all 1s;
}

.temporary .thumb .active {
    display: block;
}

.temporary .desc {
    margin-right: 16.1vw;
    margin-top: 3vw;
}

.temporary .desc .desc-text {
    width: 410px;
    margin-bottom: 35px;
    margin-right: 90px;
    line-height: 24px;
    color: #343434;
}

.temporary .desc .desc-text-item {
    display: none;
}

.temporary .desc .desc-text .show {
    display: block;
}

.temporary .desc .desc-text a {
    display: inline-block;
    margin-top: 35px;
}

.temporary .desc .desc-text a:hover {
    color: var(--hover-color);
}

.temporary .desc .desc-text a:hover .dot::after {
    transform: translateX(0);
}

.temporary .desc .flex-row-reverse li {
    position: relative;
    cursor: pointer;
    transition: 1s;
}

.temporary .desc .flex-row-reverse li.tag-active:hover:before,
.temporary .desc .flex-row-reverse li.tag-active::before {
    height: 12.8vw;
    color: #fafafa;
}

.temporary .desc .flex-row-reverse li.tag-active {
    color: #fafafa;
}

.temporary .desc .flex-row-reverse li:before {
    width: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    background: url("../images/common/title-bg-vertical.png") no-repeat center;
    background-size: cover;
}

.temporary .desc .flex-row-reverse li span {
    writing-mode: vertical-rl;
    font-size: 0.8vw;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
    height: 12.8vw;
    z-index: 999;
    padding: 1.6vw 0.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review {
    margin: 2.1vw 0 2.9vw 3.3vw;
    padding: 4.3vw 3.1vw 4.8vw 4.6vw;
    box-sizing: border-box;
    background-color: #fff;
}

.review .ex-item {
    display: block;
    cursor: pointer;
    width: 25.1vw;
    padding: 3px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s;
    overflow: hidden;
    color: #1B1B1B;
    padding-bottom: 35px;
    transition: .3s;
}

.review .ex-item+.ex-item {
    margin-left: 27px;
}

.review .ex-item .thumb {
    height: 17.2vw;
    overflow: hidden;
}

.review .ex-item .thumb img {
    display: block;
    transition: .3s;
}

.review .ex-item .title {
    font-size: 18px;
    margin: 30px 0 15px;
    transition: .3s;
}

.review .ex-item p {
    line-height: 24px;
    opacity: 0.8;
}

.review .ex-item .title,
.review .ex-item p {
    margin-left: 26px;
}

.review .ex-item:hover {
    border-color: var(--hover-color);
}

.review .ex-item:hover .title {
    color: var(--hover-color);
}

.review .ex-item:hover img {
    transform: scale(1.1);
}