body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

.box {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}

.box-left {
    width: 300px;
    margin-right: 30px;
}

.box-right {
    /*width: 300px;*/
}

.box-row {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
}

.describe {
    margin: 5px 0 15px;
    font-size: 18px;
    white-space: nowrap;
}

.box-label {
    margin-right: 10px;
}

#price {
    font-weight: bold;
    font-size: 25px;
}

.tag {
    color: red;
    padding: 3px 5px;
    border: 2px solid red;
    font-weight: bold;
}

.buy {
    background: red;
    color: #fff;
    font-size: 18px;
    padding: 8px 30px;
    border: none;
    margin-top: 20px;
}

.block {
    padding: 30px;
}

.desc-img {
    width: 300px;
}

.product-content {
    border: 1px solid #ddd;
    border-top: none;
    min-height: 200px;
    padding: 20px;
}

.nav .active {
    font-weight: bolder;
    color: #000000;
}

#content-img {
    width: auto;
}

.pay-type {
    height: 38px;
}

.payModal {
    position: fixed;
    padding: 0 35px 30px;
    -webkit-animation: fadeInscale .5s;
    animation: fadeInscale .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1118px;
    background: #2f2f2f;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    height: 800px;
    display: none;
    color: #000000;
}

#payModal>.close {
    width: 16px;
    height: 16px;
    background: url(../images/close_default.png) no-repeat 50%;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 22px;
    opacity: unset;!important;
}

.payModal .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payModal .desc {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

.pay-title {
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 10px;
}

.pay-title img {
    width: 34px;
    margin-right: 19px;
}

.pay-img-list {
    width: 240px;
    height: 228px;
    background-size: cover;
    margin-bottom: 8px;
}

.qrcode_image {
    width: 230px;
    height: 230px;
    display: none;
    margin: 20px auto;
}

.column {
    display: flex;
    flex-direction: column;
}

.bottom-img {
    width: 391px;
    height: 502px;
    background: url(../images/pay-img-100.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.payModal .top .title {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
}

.bottom-img p:nth-of-type(1) {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #000000;
    padding-top: 35px;
    margin-bottom: 10px;
}

.payModal p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}