.header {
    width: 100%;
    height: 373px;
    background-image: url(https://cdn.zhoupu123.com/website/informationCenter/informationCenter_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header h1 {
    padding-top: 119px;
    font-size: 58px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #FFFFFF;
    line-height: 81px;
}

.header p {
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.information {}

.information .information_container {
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 75px;
}

.information .information_container ul li a:hover {
    text-decoration: none;
}

.information .information_container .information_card {
    display: flex;
    gap: 32px;
    height: 240px;
    margin-bottom: 65px;
}

.information .information_container .information_card .information_img {
    width: 480px;
    height: 240px;
}

.information .information_container .information_card .information_img .information_detail {
    width: 100%;
    height: 240px;
    overflow-y: hidden;
    border-radius: 12px;
}

.information .information_container .information_card .information_img .information_detail img {
    width: 480px;
    height: auto;
}

.information .information_container .information_card h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 40px;
    margin-bottom: 17px;
}

.information .information_container .information_card p {
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
    line-height: 28px;
    margin-bottom: 21px;
}

.QRCode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 332px;
    background: #F6F6F6;
}

.QRCode .QRCode_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 83px;
    margin-bottom: 36px;
}

.QRCode .QRCode_container img {
    width: 186px;
    height: 186px;
}

.QRCode p {
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.contract {
    width: 100%;
    height: 150px;
    background: url(https://cdn.zhoupu123.com/website/casecenter/contract_background.png) 100% no-repeat;
    background-size: 100% 100%;
}

.contract .contract_text {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 38px;
    padding-top: 26px;
}

.button_group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    gap: 33px;
}

.button_group .button {
    width: 136px;
    height: 40px;
    font-size: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 1);
}

#translate {
    display: none;
}