.标签展示区域 > div > div {
    text-align: center;
}

.标签展示区域 > div > div > h1:nth-child(1) {
    display: inline-block;
}

.标签展示区域 > div > div > h1:nth-child(2) {
    display: inline-block;
    color: Red;
}

.支付按钮区域 {
    margin-top: 10px;
    text-align: center;
}

.支付按钮区域 > button:nth-child(1) {
    background-color: #56ac6e;
    width: 138px;
}

.支付按钮区域 > button:nth-child(2) {
    background-color: #469de2;
    width: 138px;
}

.支付按钮区域 > button > img {
    margin-bottom: 4.5px;
    vertical-align: top;
    height: 25px;
    width: 25px;
    background-color: White;
    border-radius: 50%;
    border: 1px solid White;
    vertical-align: middle;
}

.订单查询区域 {
    text-align: center;
}

.订单查询区域 > div {
    vertical-align: middle;
    margin-bottom: 0px;
    display: inline-block;
}

.备案信息 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

@media (max-width: 640px) {
    .查询订单联系电话区域 > input {
        margin-left: 0px;
        width: 130px;
    }
    .订单查询区域 > a {
        margin-left: 10px;
        width: 65px;
        padding: 0px;
    }
}

@media (max-width: 530px) {
    .联系方式标签 {
        display: none !important;
    }
    .查询订单联系电话区域 {
        margin-left: 0px !important;
    }
    .查询订单联系电话区域 > input {
        margin-left: 0px;
        width: 130px;
    }
    .订单查询区域 > a {
        margin-left: 10px;
        width: 65px;
        padding: 0px;
    }
}

@media (max-width: 450px) {
    .联系方式标签 {
        display: none !important;
    }
    .查询订单联系电话区域 {
        margin-left: 0px !important;
    }
    .查询订单联系电话区域 > input {
        margin-left: 0px;
        width: 120px;
    }
    .订单查询区域 > a {
        margin-left: 5px;
        width: 65px;
        padding: 0px;
    }
}