* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
}

a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    /*text-align: center;*/
}

li {
    list-style: none;
}

body {
    overflow: auto;
}

.main {
    min-height: 100vh;
    min-width: 1024px;
    max-width: 1920px;
    height: 100%;
}

.mainup {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.section {
    flex: 1;
    background-image: url('./image/banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionbox {
    max-width: 1570px;
    width: 100%;
}

.sectionbox>:nth-of-type(1) {
    position: relative;
}

.name {
    position: absolute;
    left: 0%;
    width: 430px;
    height: 85px;
    background-image: url('./image.png');
}

.system {
    font-size: 4.375rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 105px;
    margin-top: 100px;
}

#headerul>li:nth-of-type(2)>a {
    color: rgba(59, 228, 234, 1)
}

.fixed {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 99999;
}


/* 中间部分 */

.mainbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.middle {
    height: 100%;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.middleone {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(240, 255, 254, 1);
}

.boxson {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 100%;
}

.boxson>div:nth-of-type(1) {
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(5, 177, 169, 1), rgba(255, 255, 255, 0)) 2 2;
    border-bottom: 2px solid;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #05B1A9;
    line-height: 86px;
    height: 86px;
}

.middletwo {
    /* max-width: 1570px; */
    max-width: 1400px;
    width: 100%;
}

.box {
    /* max-width: 1570px; */
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 2.25rem;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}

.box>div:nth-of-type(1) {
    margin-right: 41px;
    background-image: url('../img/ghost/needleft.png');
}

.box>div:nth-of-type(2) {
    background-image: url('../img/ghost/needright.png');
}

.box>div {
    width: 50%;
    height: 43vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text {
    height: 59px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    text-align: center;
    margin-top: -50px;
}

.position {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.posone {
    width: 90%;
    padding-top: 45%;
    margin-top: 5%;
    margin-bottom: 5%;
    background-image: url('./image/position.png');
}

.postwo {
    width: 100%;
    padding-top: 34.5%;
    background-image: url('./image/postwo.png');
}

.posthree {
    width: 75%;
    height: 0;
    padding-top: 30%;
    background-image: url('./image/posthree.png');
}


/* .posfour {
    max-width: 1400px;
    width: 100%;
    height: 0;
    padding-top: 28.5%;
    background-image: url('./image/posfour.jpg');
} */

.posfive {
    /* width: 100%;
    height: 566px; */
    width: 100%;
    padding-top: 100%;
    margin-top: 20%;
    background-image: url('./image/posfive.png');
}

.worthbox {
    display: flex;
    /* max-width: 1570px; */
    max-width: 1400px;
    width: 100%;
    height: 569px;
}

.worthbox>div {
    width: 33%;
    margin-right: 30px;
}

.worthbox>div:nth-of-type(1)>div,
.worthbox>div:nth-of-type(3)>div {
    height: 40%;
    text-align: right;
    margin-bottom: 20%;
    position: relative;
    font-size: 1.25rem;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    /* margin-right: 40px; */
}

.worthheader {
    position: absolute;
    right: 0;
    width: 272px;
    height: 58px;
    font-size: 1.875rem;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    background: linear-gradient(270deg, #15B0A9 0%, #4587D9 100%);
}

.worthtext {
    position: absolute;
    right: 0;
    top: 40%;
}

.worthheaderright {
    width: 272px;
    height: 58px;
    font-size: 30px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    background: linear-gradient(270deg, #15B0A9 0%, #4587D9 100%);
}

.worthtextright {
    position: absolute;
    text-align: left;
    top: 40%;
}


/* 手风琴开始 */

.card {
    width: 100%;
    height: 806px;
    background-repeat: no-repeat;
    background-image: url('../img/ghost/worth.png');
}

.accordion-container {
    height: 70%;
    /* max-height: 550px;
    overflow: hidden; */
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(129, 164, 198, 0.8);
}

.accordion-container-box {
    display: flex;
    width: 80%;
    justify-content: space-around;
}

.accordion-container-box>div {
    border-bottom: 8px solid rgba(30, 221, 213, 0.6);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.accordion-container-box>div>div {
    height: 30%;
    width: 80%;
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
}

.accordion-container-box>div>div:nth-of-type(1) {
    height: 20%;
    width: 80%;
}

.accordion-container-box>div>div:nth-of-type(2)::before {
    content: "";
    width: 40px;
    background-color: rgba(5, 177, 169, 1);
    border: 2px solid #05B1A9;
    position: absolute;
    top: 50%;
}

.accordion-container-box>div>div:nth-of-type(2) {
    height: 25%;
    width: 80%;
    color: #FFFFFF;
    font-size: 1.875rem;
    position: relative;
}

.img {
    width: 106px;
    height: 106px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.imgone {
    background-image: url('../img/ghost/imgone.png');
}

.imgtwo {
    background-image: url('../img/ghost/imgtwo.png');
}

.imgthree {
    background-image: url('../img/ghost/imgthree.png');
}

.imgfour {
    background-image: url('../img/ghost/imgfour.png');
}

.accordion-container-box>div:hover {
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 8px solid rgba(50, 230, 222, 1);
}

.cardtext {
    text-align: center;
    font-size: 1.875rem;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}


/* 手风琴结束 */

@media screen and (max-width: 1919px) {
    html {
        font-size: 12px !important;
        font-family: "Microsoft YaHei", 微软雅黑
    }
    /* .middle {
        padding: 25px;
    } */
    .box {
        padding-left: 65px;
        padding-right: 65px;
    }
    .middletwo {
        padding-left: 65px;
        padding-right: 65px;
    }
    .card {
        padding: 0!important;
    }
    .sectionbox {
        padding-left: 65px;
        padding-right: 65px;
    }
    #ul {
        padding-left: 65px;
        padding-right: 65px;
    }
    .headernav {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background-size: 100% 100%;
    }
    .posone {
        width: 76%;
        padding-top: 37%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    /* .postwo {
        max-width: 1400px;
    } */
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 16px;
        font-family: "Microsoft YaHei", 微软雅黑
    }
}