body {
    width: 100vw;
    min-height: 100vh;
    background: #1c1e38;
}
.header-container {
    width: 100%;
    height: 80px;
    background: #1c1e38;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.header {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #b2966e;
}
.header img {
    width: 136px;
}
.body-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* min-height: calc(100vh - 200px - 100px);
    padding-top: 100px; */
    min-height: calc(100vh - 200px);
    background: #0f1126;
    width: 100%;
    background: url(../images/bg-pc.webp) no-repeat center;
    background-size: cover;
    min-width: 1200px;
}
.body-content {
    width: 1200px;
    margin: 0 auto;
}
.body-content p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.body-content.signal {
    background: #1c1e38;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-content.signal p {
    margin: 0 54px;
    display: flex;
}
.body-content.signal span {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.body-content.signal span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 6px;
}
.body-content.signal span:first-of-type:before {
    background: #42a85f;
}
.body-content.signal span:nth-of-type(2):before {
    background: #b4976e;
}
.body-content.signal span:last-of-type:before {
    background: #bf1c1c;
}

.body-content.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-item {
    width: 290px;
    height: 298px;
    background: rgba(46, 51, 98, 1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    color: #b2966e;
    margin-top: 30px;
    position: relative;
}
.product-item:before {
    content: "";
    background: url(../images/icon-rc.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 96px;
    height: 24px;
}
.product-item img {
    height: 30px;
}
.product-item h3 {
    text-align: center;
    margin: 9px 0 13px;
}
.product-item .line {
    width: 100%;
    height: 40px;
    background: #2e315f;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.product-item .line span {
    flex: 1;
    display: flex;
    align-items: center;
}
.product-item .line a {
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(95.41deg, #d8b078 0%, #b1956d 0.01%, #e6c390 100%);
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}
.product-item .line img {
    width: 14px;
    height: 12px;
    margin-right: 5px;
}
.body-content.corporation {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body-content.corporation .title {
    font-family: "HYYaKuHeiW";
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.body-content.corporation .title:before,
.body-content.corporation .title:after {
    content: "";
    background: url("../images/title-vendor.png");
    width: 48px;
    height: 2px;
    margin: 0 8px;
}
.body-content.corporation .title:after {
    transform: rotateY(180deg);
}
.corporation-wrap {
    width: 100%;
    height: 190px;
    background: rgba(1, 1, 1, 0.3);
    border-radius: 12px;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}
/* corporation-wrap:first-of-type {
    padding: 45px 0 20px;
} */
.corporation-wrap img {
    height: 80px;
}
/* .corporation-wrap:last-of-type {
    width: 220px;
}
.corporation-wrap:last-of-type img {
    width: 75.1px;
} */
.corporation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    font-family: "PingFang SC";
    position: relative;
}
.corporation-item h3 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.corporation-item p {
    font-size: 12px;
    line-height: 17px;
    color: #5e6287;
}
/* .corporation-wrap:before {
    content: "";
    background: url(../images/qy.png) no-repeat;
    background-size: 100%;
    height: 20px;
    width: 96px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.corporation-wrap:nth-of-type(2):before {
    background: url(../images/ued.png) no-repeat;
    background-size: 100%;
    width: 71px;
}
.corporation-wrap:nth-of-type(3):before {
    background: url(../images/tq.png) no-repeat;
    background-size: 100%;
    width: 61px;
} */

.footer-container {
    height: 200px;
    background: #282b50;
    display: flex;
    width: 100%;
}
.footer {
    min-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer h3 {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.footer h3:before {
    content: "";
    width: 4px;
    height: 14px;
    background: #ffffff;
    margin-right: 8px;
}
.foot-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.foot-item:after {
    content: "";
    width: 1px;
    height: 96px;
    background: #333333;
    display: inline-block;
    position: absolute;
    right: -60px;
}
.foot-item:last-of-type:after {
    display: none;
}
