.detail {
    position: relative;
    padding: 32px 38px;
    margin-top: -80px;
    background: #fff;
    border-radius: 6px;
    z-index: 2;
}

.detail .img {
    width: 58%;
    border-radius: 10px;
    overflow: hidden;
}

.detail .txt {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.detail .txt h1 {
    font-size: 28px;
}

.detail .txt p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 1em 0;
}

.detail .txt h2 {
    font-size: 20px;
}

.detail .txt div {
    flex-grow: 1;
    margin: 9px -9px;
    font-size: 14px;
    color: #4C6686;
    overflow: hidden;
}

.detail .txt div span {
    float: left;
    padding: 5px 10px;
    margin: 9px;
    background: #F1F3F8;
    border-radius: 6px;
}

.detail .txt h3 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-right: 1em;
    padding: 0 20px;
    height: 50px;
    background: #1658F2;
    border-radius: 6px;
}

.detail .txt h3 a img {
    height: 20px;
    margin-right: 10px;
}

.detail .txt h3 a:last-of-type {
    margin-right: 0;
    background: #F56F23;
}

.detail .txt h3 a:hover {
    opacity: 0.8;
}

.intro > h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 1.5em 0;
    background: #F0F2F5;
    border-radius: 6px;
}

.intro > h2 span {
    position: relative;
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 6px;
    cursor: pointer;
}

.intro > h2 span.on {
    color: #fff;
    background: var(--varColor);
}

.content {
    font-size: 16px;
    line-height: 2em;
}

.content div {
    display: none;
}

.content div.on {
    display: block;
}

.relative h2 {
    font-size: 24px;
    margin: 1.2em 0;
}

.relative .swiper-slide {
    padding: 17px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

.relative .swiper-slide .img {
    height: 200px;
    border-radius: 6px;
}

.relative .swiper-slide h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0.8em 0 0.5em;
    text-align: center;
}

.relative .swiper-slide h2 a:hover {
    font-weight: bold;
}

.relative .swiper-slide p {
    color: #999;
    font-size: 14px;
    height: 5.25em;
    line-height: 1.75em;
    text-align: justify;
}
