section h5 {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-top: 60px;
}

section>div {
    margin-top: 30px;
}

.pay-channel {
    display: flex;
    gap: 40px;
}

.pay-channel>div {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 2px;
    width: 216px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pay-channel .active {
    border: 1px solid rgba(44, 104, 255, 1);
}

.pay-channel img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.order-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.order-list>div {
    display: flex;
    align-items: center;
    padding: 30px;
    background-image: linear-gradient(180deg, #DFEBFF 0%, #F4F8FF 100%);
    border-radius: 4px;
}

.order-list img {
    width: 200px;
    height: 144px;
}

.order-detail {
    padding: 30px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
}

.order-detail * {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
}

.order-detail .price {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.order-info {
    width: 308px;
    background: #F9F9F9;
    border-radius: 2px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    line-height: 22px;
    margin-top: 60px;
    height: fit-content;
}

.order-info span {
    line-height: 22px;
    display: inline-block;
}

.order-info .title {
    color: #B0B0B0;
}

.order-info .price-info {
    margin-top: 30px;
    color: #B9C5DB;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.order-info .price {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.order-info .price span {
    color: #FF0000;
}

.order-info .total-price {
    font-size: 24px;
    line-height: 33px;
}

.other-info {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
}

.other-info * {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
}

.other-info>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.other-info h5 {
    color: #B0B0B0;
}

.buy-info {
    width: 750px;
    height: 430px;
    background: url('https://game.chizhoushengnuo.cn/windowsPc/123.png');
    background-position: top center;
}

.buy-info h5 {
    margin-top: 20px;
}

.buy-info .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.buy-info span {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.buy-info input {
    background: #FFFFFF;
    border: 1px solid rgba(217, 221, 234, 1);
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    width: 305px;
    margin-right: 30px;
    outline: none;
}

.buy-info .btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.pay-info {
    width: 830px;
    /* height: 744px; */
    background: url('https://game.chizhoushengnuo.cn/windowsPc/goumaixinxibg.png');
    /* background-position: top center; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.pay-info .alert {
    padding: 20px 0;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.pay-info .cont {
    margin: 60px 0 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pay-info p {
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}

.pay-info .over-time {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FF4A4A;
    font-weight: 600;
    margin-top: 10px;
    line-height: 20px;
}

.pay-info .over-time span {
    line-height: 20px;
    font-size: 14px;
}

.pay-info .QRcode-info {
    position: relative;
    width: 295px;
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pay-info .QRcode {
    width: 237px;
    height: 237px;
}

.pay-info .pay-price {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #FF4A4A;
    font-weight: 600;
    line-height: 33px;
}

.pay-info .pay-detail {
    background: #F9F9F9;
    border-radius: 2px;
    width: 455px;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 20px auto 0;
}

.pay-info .pay-detail span {
    font-size: 14px;
    color: #9CA4B0;
    line-height: 20px;
}


.query-info {
    width: 750px;
    /* height: 430px; */
    background: url('https://game.chizhoushengnuo.cn/windowsPc/123.png');
    /* background-position: top center; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 0 0 100px;
}

.query-info h5 {
    margin-top: 20px;
}

.query-info .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.query-info span {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.query-info input {
    background: #FFFFFF;
    border: 1px solid rgba(217, 221, 234, 1);
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    width: 305px;
    margin-right: 30px;
    outline: none;
}

.query-info .btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.query-info .cont.queryClass {
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 20px;
    text-align: center;
}

.queryClass .download_url {
    /* width: 400px; */
    margin: 10px 0;
}

.queryClass button {
    width: 150px;
}