.detail-wrapper {
    width: 100%;
    padding: 1.4rem 0 1.4rem 0;
    padding-bottom: 5.2rem;
    background-color: #f7f7f7;
}
.detail-wrapper .nav-wrapper{
    width: 75rem;
    margin: 0 auto 1.4rem auto;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    line-height: 1rem;
}
.detail-wrapper .nav-wrapper a{
    width: 75rem;
    margin: 0 auto 1.4rem auto;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    line-height: 1rem;
    color: #5b5b5b;
    cursor: pointer;
}
.detail-wrapper .nav-wrapper a:hover{
    color: #1d38a0;
}
.detail-wrapper .nav-wrapper img {
    float: left;
    width: 1rem;
    height: 1rem;
    margin-right: .6rem;
}

.detail-wrapper .content-wrapper {
    box-sizing: border-box;
    width: 75rem;
    padding: 1rem 3rem;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    color: #333333;
}

.detail-wrapper .content-wrapper h3 {
    font-size: 1.4rem;
    font-weight: normal !important;
}

.detail-wrapper .content-wrapper p,
.detail-wrapper .content-wrapper span,
.detail-wrapper .content-wrapper a {
    font-size: .9rem;
    line-height: 1.5rem;
}

.detail-wrapper .content-wrapper a {
    cursor: pointer;
}
.detail-wrapper .content-wrapper img {
    margin: 1.8rem 0;
}

.detail-wrapper .content-wrapper .about {
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4rem;
    letter-spacing: 0rem;
    color: #333333;
}
.detail-wrapper .content-wrapper .about * {
    margin: 0;
}

.detail-wrapper .content-wrapper .about h2 {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: normal !important;
}

.detail-wrapper .content-wrapper .about .case-wrapper {
    width: 100%;
}

.detail-wrapper .content-wrapper .about .case-wrapper .case {
    display: inline-block;
    margin-right: 1rem;
    text-align: center;
    transition: all .4s ease-in;
}
.detail-wrapper .content-wrapper .about .case-wrapper .case:hover {
    transform: translateY(-20px);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.04);
}

.detail-wrapper .content-wrapper .about .case-wrapper .case img {
    width: 22.9rem !important;
    height: 14.2rem !important;
    background-color: #a1a1a1;
    border: solid 0.1rem #e5e5e5;
}

.detail-wrapper .content-wrapper .about .case-wrapper .case h3 {
    font-size: 1.1rem;
    font-weight: normal !important;
}

.detail-wrapper .content-wrapper .about .case-wrapper .case:last-child {
    margin-right: 0;
}
