.banner {
    position: relative;
}

.banner-image {
    display: block;
    width: 100%;
}

.public-breadcrumb {
    margin-bottom: 0;
}

.relation-us-page {
    width: 95vw;
    max-width: 14.4rem;
    margin: 0 auto;
}

.relation-us-title {
    margin: 0.76rem 0 0.21rem 0;
    text-align: center;
    color: #333333;
    font-size: 0.36rem;
}

.relation-us-sub-title {
    max-width: 5.5rem;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 0.46rem;
    font-size: 0.16rem;
    color: #666666;
    text-align: center;
    line-height: 0.28rem;
}


.relation-table {
    table-layout: fixed;
    width: 100%;
    /* max-width: 14.4rem; */
    margin: 0 auto;
    border: solid 1px #eeeeee;
}

.relation-table-head {
    display: block;
    width: 100%;
    height: 0.5rem;
    background-color: #eeeeee;
}

    .relation-table-head tr {
        width: 100%;
        background-color: #eeeeee;
    }


tr {
    border-bottom: solid 1px #eeeeee;
    background-color: #ffffff;
}

th {
    text-align: left;
    line-height: 0.5rem;
    font-size: 0.16rem;
    background-color: #eeeeee;
}

td {
    line-height: 0.5rem;
    font-size: 0.14rem;
    color: #555555;
}

.relation-table th:nth-of-type(1) {
    /* width: 3.70rem; */
    width: 25.69444444444444%;
    padding-left: 0.68rem;
}

.relation-table td:nth-of-type(1) {
    padding-left: 0.68rem;
}

.relation-table th:nth-of-type(2) {
    /* width: 2.18rem; */
    width: 15.13888888888889%;
}

.relation-table th:nth-of-type(3) {
    /* width: 2.11rem; */
    width: 14.65277777777778%;
}

.relation-table th:nth-of-type(4) {
    /* width: 2.72rem; */
    width: 18.88888888888889%;
}

.relation-table th:nth-of-type(5) {
    /* min-width: 2.77rem; */
    width: 19.23611111111111%;
}

.relation-table th:nth-of-type(6) {
    /* width: 0.92rem; */
    width: 6.388888888888889%;
}

.relation-table-body {
    display: block;
    width: 100%;
}

button {
    cursor: pointer;
}

.employment-box {
    display: flex;
    justify-content: space-between;
    width: 95vw;
    max-width: 14.4rem;
    padding: 0.39rem 0.6rem 0.79rem 0.69rem;
    background-color: #fcfcfc;
}

.employment-container > p {
    color: #555555;
    line-height: 0.3rem;
    font-size: 0.16rem;
}

.employment-title {
    margin-bottom: 0.21rem;
    font-size: 0.24rem;
    color: #333333;
}

.employment-workplace {
    margin-bottom: 0.38rem;
}


.responsibility-content {
    margin-bottom: 0.7rem;
}


.table-fold-open-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    transform: rotate(180deg);
    user-select: none;
    background: #eeeeee url(../../images/arrow-switchover-black-icon.svg) no-repeat center/0.1rem auto;
}

    .table-fold-open-btn:hover {
        background-color: #dc174f;
        transform: rotate(0);
        background-image: url(../../images/arrow-switchover-white-icon.svg);
    }

.table-fold-btn {
    flex-shrink: 0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    transform: rotate(90deg);
    user-select: none;
    background: #dc174f url(../../images/arrow-switchover-white-icon.svg) no-repeat center/0.1rem auto;
}

.employment-btn {
    width: 1.5rem;
    height: 0.4rem;
    font-size: 0.16rem;
    color: #ffffff;
    background-color: #dc174f;
    border-radius: 0.2rem;
}

.employment-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 0.4rem;
}

.system-name {
    margin: 1rem auto 0.4rem;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
}

.system-banner {
    position: relative;
    width: 100%;
    max-width: 14.4rem;
    min-height: 2.5rem;
}

    .system-banner::after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 26.38889%;
    }

.system-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0.25rem;
    transform: translate(-50%, -50%);
}

.system-banner-icon {
    display: block;
    width: 1.06rem;
    margin: 0 auto 0.37rem;
}

.system-banner-text {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
}

.site-title {
    margin: 1.19rem 0 0.4rem;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
}

.site-map {
    display: block;
    width: 100%;
}

.site-detail {
    position: relative;
    display: flex;
    justify-content: center;
    width: 83.96%;
    margin: -0.92rem auto 1.58rem;
    padding: 0.51rem 0 0.59rem 0;
    background-color: #272727;
    z-index: 1;
    border-bottom: 0.08rem solid #dc174f;
}

.site-detail-item {
    min-width: 3.45rem;
}

.site-detail p, .site-detail p a {
    color: #ffffff;
    line-height: 0.4rem;
    font-size: 0.16rem;
}

.site-detail-item:first-of-type {
    margin-right: 0.9rem;
}

@media screen and (max-width: 750px) {

    .relation-table th:nth-of-type(1) {
        padding-left: 0.1rem;
    }

    .relation-table td:nth-of-type(1) {
        padding-left: 0.1rem;
    }

    .relation-table {
        width: 10rem;
    }

    .employment-box {
        display: block;
    }

    .employment-box-right {
        margin-left: 0.1rem;
    }

    .employment-box-right {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 0.5rem;
    }

    .table-fold-btn {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        transform: rotate(-90deg);
    }

    .site-detail {
        width: 90%;
        display: block;
        padding: 0.2rem;
    }

    .system-banner-icon {
        width: 0.8rem;
    }

    .system-banner-text {
        font-size: 0.16rem;
    }

    .table-wrap {
        overflow-x: scroll;
    }

    .employment-box {
        width: 100%;
        padding: 0.2rem;
    }
}
