* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
}

button {
    outline: none;
    cursor: pointer;
}

.civilization {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #ffffff;
}

.civilization .civi-header {
    width: 100%;
    height: auto;
    min-height: 1000px;
    background: url(/static/img/one/style-bg1.jpg) center no-repeat;
    background-size: cover;
}

.civilization .header-a {
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0;
    left: 0;
    z-index: 999;
}

.civilization .civi-header .header-content .header-content-top {
    width: 425px;
    height: 130px;
    margin-left: calc(calc(calc(100vw - 1200px)/ 2) - 38px);
    display: flex;
    position: relative;
    align-items: center;
    background: url(/static/img/one/article-list-top-bg-1.png)center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1276px) {
    .civilization .civi-header .header-content .header-content-top {
        margin-left: 0;
    }
}

.civilization .civi-header .header-content .header-content-top .img {
    width: 70px;
    height: 70px;
    margin-left: 73px;
    margin-right: 8px;
    overflow: hidden;
}

.civilization .civi-header .header-content .header-content-top .img>img {
    width: 100%;
}

.civilization .civi-header .header-content .header-content-top>.logo {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    width: auto;
    color: #ffffff;
}

.civilization .civi-header .header-content .header-content-title {
    width: 599px;
    height: 132px;
    position: relative;
    margin-top: 172px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.civilization .civi-header .header-content .header-content-title>img {
    width: 100%;
}

.civilization .civi-header .header-content .header-content-title2 {
    font-size: 24px;
    font-weight: bold;
    color: #885621;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 51px;
}

.civilization .civi-header .header-content .header-content-title3 {
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: #885621;
    line-height: 33px;
    text-align: center;
    margin-top: 30px;
}

.civilization .civi-header .header-content .header-content-title3>span {
    height: auto;
    font-size: 28px;
    font-weight: bold;
    color: #885621;
    line-height: 33px;
    margin-top: 30px;
}

.civilization .civi-header .header-content .header-content-bottom {
    width: 160px;
    height: 160px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    overflow: hidden;
}

.civilization .civi-header .header-content .header-content-bottom>img {
    width: 100%;
    height: 100%;
}

.civilization .civi-detail {
    width: 98%;
    max-width: 1200px;
    height: auto;
    margin: auto;
}

.civilization .civi-detail .detail-one {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 40px 15px;
    margin-top: 40px;
}

.civilization .civi-detail .detail-one .detail-one-headline {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-head {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-head>.line {
    width: 6px;
    height: 30px;
    background: #333333;
    margin-right: 20px;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-head>p {
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    letter-spacing: 1px;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-line {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-line>p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-line-img {
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.civilization .civi-detail .detail-one .detail-one-headline .one-line-img>img {
    width: 100%;
}

.civilization .civi-detail .detail-one .detail-one-article {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    padding-bottom: 30px;
    cursor: pointer;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-img {
    width: 33%;
    /* height: 300px; */
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-img>img {
    width: 100%;
    vertical-align: top;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details {
    width: 60%;
    height: auto;
    margin-left: 3%;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.first {
    width: auto;
    height: 72px;
    font-size: 24px;
    font-weight: 500;
    color: #3a3a3a;
    line-height: 36px;
    margin-top: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.second {
    width: auto;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.third {
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 26px;
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details button {
    width: 116px;
    height: 34px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    border: 1px solid #999999;
    margin-top: 30px;
}

.martyr-border ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.martyr-border ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e8efef;
    margin-right: 20px;
    transform: translate(0, -50%);
}

.martyr-border ul a {
    width: 48%;
}

.martyr-border ul li {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0;
    color: #333333;
    line-height: 27px;
    padding-left: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.civilization .civi-detail .detail-two {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 15px 1px;
    margin-top: 40px;
}

.civilization .civi-detail .detail-two .two-phone {
    width: 100%;
    height: auto;
    padding: 30px 0 0;
    display: flex;
    align-items: center;
}

.civilization .civi-detail .detail-two .two-phone .phone-left {
    width: 50%;
    overflow: hidden;
}

.civilization .civi-detail .detail-two .two-phone .phone-left>img {
    width: 100%;
}

.civilization .civi-detail .detail-two .two-phone .phone-right {
    width: 50%;
    height: auto;
    padding-left: 30px;
}

.civilization .civi-detail .detail-two .two-phone .phone-right p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
}

.civilization .civi-detail .detail-two .phone-right p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}

.civilization .civi-detail .detail-two .phone-right .phone-code {
    width: 200px;
    height: 200px;
    margin-top: 30px;
    overflow: hidden;
}

.civilization .civi-detail .detail-two .phone-right .phone-code>img {
    width: 100%;
}

.civilization .civi-detail .detail-two .two-text {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.civilization .civi-detail .detail-two .two-text-item {
    width: 100%;
    height: 92px;
    background: #f7f8fe;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-left: 26px;
}

.civilization .civi-detail .detail-two .two-text-item .item-img {
    width: 7px;
    height: 20px;
    overflow: hidden;
}

.civilization .civi-detail .detail-two .two-text-item .item-img>img {
    width: 100%;
}

.civilization .civi-detail .detail-two .two-text-item>.title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-left: 12px;
}

.civilization .civi-detail .detail-two .two-text-item>.msg {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-left: 39px;
}

.civilization .civi-detail .detail-three {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
    margin-top: 40px;
}

.civilization .civi-detail .detail-three .three-name {
    width: 128px;
    height: auto;
    margin: auto;
    text-align: center;
}

.civilization .civi-detail .detail-three .three-name>p {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
}

.civilization .civi-detail .detail-three .three-name>.three-name-line {
    width: 30px;
    height: 6px;
    background: #333333;
    margin: 10px auto;
}

.civilization .civi-detail .detail-three .three-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.civilization .civi-detail .detail-three .three-item .item {
    width: 30%;
    height: 241px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.civilization .civi-detail .detail-three .three-item .item .item-top {
    width: auto;
    height: 138px;
    background: #f7f8fe;
    margin: auto;
}

.civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p {
    width: 72px;
    margin: auto;
    padding-top: 30px;
}

.civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p>.top-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: auto;
}

.civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p>.top-img>img {
    width: 100%;
}

.civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p>p {
    width: auto;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-top: 14px;
}

.civilization .civi-detail .detail-three .three-item .item .item-text {
    /* height: 52px; */
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin: 15px;
    padding-left: 10px;
}

.civilization .civi-detail .detail-three .three-item .item .item-text::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: relative;
    background: #e8efef;
    margin-left: -15px;
    margin-right: 10px;
}

.civilization .civi-detail .detail-four {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 10px 1px;
    margin: 40px 0;
}

.civilization .civi-detail .detail-four .four-name {
    width: 128px;
    height: auto;
    margin: auto;
    text-align: center;
}

.civilization .civi-detail .detail-four .four-name>p {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
}

.civilization .civi-detail .detail-four .four-name>.four-name-line {
    width: 30px;
    height: 6px;
    background: #333333;
    margin: 10px auto;
}

.civilization .civi-detail .detail-four .four-outer .four-item {
    /* width: 575px; */
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer {
    width: 100%;
    height: auto;
    background: #f7f8fe;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.civilization .civi-detail .detail-four .four-outer .four-item .answer-top {
    display: flex;
    align-items: center;
}

.civilization .civi-detail .detail-four .four-outer .four-item .answer-top p {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    margin-left: 8px;
}

.civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-top .top-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    overflow: hidden;
}

.civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-top .top-img>img {
    width: 100%;
}

.civilization .civi-detail .detail-four .four-outer .four-item a {
    color: #9e7447;
    text-decoration: underline;
}

.civilization .civi-detail .detail-four .four-outer .four-item .answer-bottom {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.civilization .civi-detail .detail-four .four-outer .four-item .answer-bottom>p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin-left: 8px;
}

.civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-bottom .bottom-img {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    overflow: hidden;
}

.civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-bottom .bottom-img>img {
    width: 100%;
    height: 100%;
}

.civilization .civi-bottom {
    width: auto;
    height: auto;
    background: #333333;
}

.civilization .civi-bottom>p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 49px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.civilization .civi-bottom p a {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 49px;
}

@media screen and (max-width: 750px) {
    .civilization .civi-header {
        min-height: 350px;
        max-width: 100%;
    }

    .civilization .header-a {
        height: 92.7vw;
    }

    .civilization .civi-header .header-content {
        padding: 2.67vw 0 4.67vw;
    }

    .civilization .civi-header .header-content .header-content-top {
        width: 56.67vw;
        height: 17.33vw;
    }

    .civilization .civi-header .header-content .header-content-top .img {
        width: 9.33vw;
        height: 9.33vw;
        margin-left: 9.73vw;
        margin-right: 1.07vw;
    }

    .civilization .civi-header .header-content .header-content-top>.logo {
        width: auto;
        font-size: 4.4vw;
        line-height: 4.4vw;
        font-weight: bold;
        color: #ffffff;
    }

    .civilization .civi-header .header-content .header-content-title {
        width: 79.86vw;
        height: 17.6vw;
        margin-top: 12.93vw;
    }

    .civilization .civi-header .header-content .header-content-title2 {
        font-size: 3.2vw;
        line-height: 4.8vw;
        margin-top: 6.8vw;
    }

    .civilization .civi-header .header-content .header-content-title3 {
        font-size: 2.93vw;
        line-height: 4.4vw;
        margin-top: 4vw;
    }

    .civilization .civi-header .header-content .header-content-title3>span {
        font-size: 3.73vw;
        line-height: 4.4vw;
        margin-top: 4vw;
    }

    .civilization .civi-header .header-content .header-content-bottom {
        width: 13.33vw;
        height: 13.33vw;
        margin-top: 4vw;
    }

    .civilization .civi-detail {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .civilization .civi-detail .detail-one {
        width: auto;
        padding: 3.33vw 4vw 5.33vw 2vw;
        margin-top: 5.33vw;
    }

    .civilization .civi-detail .detail-one .detail-one-headline {
        height: 4vw;
    }

    .civilization .civi-detail .detail-one .detail-one-headline .one-head>.line {
        width: 0.8vw;
        height: 4vw;
        margin-right: 2.67vw;
    }

    .civilization .civi-detail .detail-one .detail-one-headline .one-head>p {
        font-size: 4vw;
        line-height: 6vw;
    }

    .civilization .civi-detail .detail-one .detail-one-headline .one-line {
        width: auto;
    }

    .civilization .civi-detail .detail-one .detail-one-headline .one-line>p {
        font-size: 3.7vw;
        line-height: 5.2vw;
    }

    .civilization .civi-detail .detail-one .detail-one-headline .one-line-img {
        width: 3.7vw;
        height: 3.7vw;
    }

    .civilization .civi-detail .detail-one .detail-one-article {
        margin-top: 4vw;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr {
        padding-bottom: 4vw;
        position: relative;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-img {
        width: 45.33vw;
        height: 34vw;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-img>img {
        width: 100%;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details {
        width: 50%;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.first {
        font-size: 4vw;
        font-weight: bold;
        line-height: 4.8vw;
        margin-top: 3vw;
        height: 4.8vw;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.second {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        font-size: 2.13vw;
        line-height: 3.2vw;
        margin-top: unset;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details>.third {
        font-size: 3.7vw;
        line-height: 4.8vw;
        margin-top: 4vw;
        -webkit-line-clamp: 2;
        height: 9.6vw;
    }

    .civilization .civi-detail .detail-one .detail-one-article .article-martyr .martyr-details button {
        width: 15.47vw;
        height: 4.53vw;
        border-radius: 0.53vw;
        font-size: 2.3vw;
        line-height: 4.53vw;
        margin-top: 4vw;
    }

    .martyr-border ul a {
        width: 100%;
    }

    .martyr-border ul {
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow: hidden;
        margin-top: 2.67vw;
        padding: 0 1.73vw;
    }

    .martyr-border ul li::before {
        width: 0.8vw;
        height: 0.8vw;
        margin-right: 2.67vw;
    }

    .martyr-border ul li {
        width: auto;
        font-size: 4vw;
        margin: 2.4vw 0 0;
        padding-left: 3.6vw;
        line-height: 6vw;
    }

    .martyr-border ul li a {
        margin: 2.4vw 0;
        font-size: 2.4vw;
        font-weight: 400;
        color: #333333;
        line-height: 3.6vw;
        display: inline-block;
    }

    .civilization .civi-detail .detail-two {
        padding: 4vw 2vw 0.1vw;
        margin-top: 5.33vw;
    }

    .civilization .civi-detail .detail-two .two-phone {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .civilization .civi-detail .detail-two .two-phone .phone-left {
        width: 95%;
        height: auto;
        margin: auto;
    }

    .civilization .civi-detail .detail-two .two-phone .phone-left>img {
        width: 100%;
        height: 100%;
    }

    .civilization .civi-detail .detail-two .two-phone .phone-right {
        width: auto;
        margin-top: 4vw;
        padding-left: unset;
    }

    .civilization .civi-detail .detail-two .two-phone .phone-right p:nth-child(1) {
        font-size: 4.3vw;
        line-height: 6.4vw;
    }

    .civilization .civi-detail .detail-two .phone-right p:nth-child(2) {
        font-size: 3.7vw;
        line-height: 6.4vw;
        margin-top: 2.67vw;
        text-align: justify;
    }

    .civilization .civi-detail .detail-two .phone-right .phone-code {
        width: 40vw;
        height: 40vw;
        margin: 4vw auto;
        overflow: hidden;
    }

    .civilization .civi-detail .detail-two .phone-right .phone-code>img {
        width: 100%;
    }

    .civilization .civi-detail .detail-two .two-text {
        margin-top: 4vw;
    }

    .civilization .civi-detail .detail-two .two-text-item {
        height: auto;
        margin-bottom: 4vw;
        align-items: center;
        padding: 5.07vw 0 5.07vw 3.47vw;
        justify-content: space-between;
    }

    .civilization .civi-detail .detail-two .two-text-item .title {
        width: 28vw;
        font-size: 4.3vw;
        line-height: 4vw;
        margin-left: 1.6vw;
    }

    .civilization .civi-detail .detail-two .two-text-item .msg {
        width: calc(100% - 28vw);
        font-size: 3.7vw;
        line-height: 6.4vw;
        margin-left: unset;
    }

    .civilization .civi-detail .detail-three {
        width: auto;
        padding: 4vw 1.33vw 0;
        margin-top: 5.33vw;
    }

    .civilization .civi-detail .detail-three .three-name {
        width: 17.07vw;
    }

    .civilization .civi-detail .detail-three .three-name>p {
        font-size: 4vw;
        line-height: 6vw;
    }

    .civilization .civi-detail .detail-three .three-name>.three-name-line {
        width: 4vw;
        height: 0.8vw;
        margin: 1.33vw auto;
    }

    .civilization .civi-detail .detail-three .three-item {
        flex-direction: column;
    }

    .civilization .civi-detail .detail-three .three-item .item {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        margin-bottom: 2.93vw;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-top {
        width: 25.6vw;
        height: 100%;
        margin: 0;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p {
        width: auto;
        margin: 4.53vw auto;
        text-align: center;
        padding-top: 0vw;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p>.top-img {
        width: 8.53vw;
        height: 8.53vw;
        overflow: hidden;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-top .top-img-p>p {
        height: auto;
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 3.6vw;
        margin-top: 1.87vw;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-text {
        height: auto;
        max-width: 70%;
        font-size: 3.7vw;
        line-height: 6.4vw;
        margin: 0vw 0 0 2.13vw;
    }

    .civilization .civi-detail .detail-three .three-item .item .item-text::before {
        display: none;
    }

    .civilization .civi-detail .detail-four {
        padding: 4vw 1.33vw 1px;
        margin: 5.33vw 0;
    }

    .civilization .civi-detail .detail-four .four-name {
        width: 17.07vw;
    }

    .civilization .civi-detail .detail-four .four-name>p {
        font-size: 4vw;
        line-height: 5.33vw;
    }

    .civilization .civi-detail .detail-four .four-name>.four-name-line {
        width: 4vw;
        height: 0.8vw;
        margin: 1.33vw auto;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item {
        margin-top: 4vw;
        flex-direction: column;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer {
        padding: 2vw 2.67vw;
        flex-direction: column;
        margin-bottom: 4vw;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .answer-top>p {
        font-size: 3.7vw;
        line-height: 6.4vw;
        margin-left: 3.07vw;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-top .top-img {
        width: 3.2vw;
        height: 3.2vw;
        min-width: 3.2vw;
        min-height: 3.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .answer-bottom {
        margin-top: 1.33vw;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .answer-bottom>p {
        max-width: 92%;
        margin-left: 3.07vw;
        font-size: 3.7vw;
        line-height: 6.4vw;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-bottom .bottom-img {
        width: 3.2vw;
        height: 3.2vw;
        min-width: 3.2vw;
        min-height: 3.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .civilization .civi-detail .detail-four .four-outer .four-item .four-item-answer .answer-bottom .bottom-img>img {
        width: 100%;
        height: 100%;
    }

    .civilization .civi-bottom>p {
        font-size: 2.2vw;
        line-height: 10vw;
    }

    .civilization .civi-bottom p a {
        font-size: 2.2vw;
        line-height: 10vw;
    }
}