.content-box {
    width: 680px;
    height: 530px;
    background: #2e2f2f;
    box-sizing: border-box;
    padding: 20px 32px;
    /* padding-top: 0px; */
}

.content-box .t-text {
    color: #fff;
    font-size: 16px;
}

.content-box .item-list {
    display: flex;
    margin-top: 30px;
    /* padding-right: 20px; */
    flex-wrap: wrap;
    min-height: 200px;
}

.content-box .item-list li {
    width: 135px;
    height: 180px;
    background: #444740;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
    /* border: 1px solid #e6c082; */
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px 0px #1f2a2a;
}

.content-box .item-list li .icon-jb {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.content-box .item-list li.active .icon-jb {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 25px;
    border-radius: 5px;
}

.content-box .item-list li h2 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.content-box .item-list li i {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
    font-style: normal;
    padding-left: 0px;
}

.content-box .item-list li i span {
    font-size: 16px;
}

.content-box .item-list li em {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    font-style: normal;
}

.c-des {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.content-box .pay-list {
    display: flex;
    margin-top: 20px;
    width: 370px;
    float: left;
}

.content-box .pay-list li {
    width: 140px;
    height: 48px;
    display: flex;
    background: #3f413c;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #1f2a2a;
}

.content-box .pay-list li .icon-jb {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.content-box .pay-list li.active .icon-jb {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 25px;
    border-radius: 5px;
}

.content-box .pay-list li .icon {
    margin-left: 10px;
    margin-top: 5px;
    width: 35px;
    height: 35px;
}

.content-box .pay-list li h2 {
    width: 120px;
    font-size: 16px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
}

.content-box .pay-list li i {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 4px;
}

.content-box .pay-list li i span {
    font-size: 16px;
}

.buy-go {
    width: 270px;
    height: 46px;
    background: #e6c082;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    /* margin-left: 200px; */
    font-size: 20px;
    color: #2e2f2f;
    display: flex;
    align-items: center;
}

.buy-go .icon {
    position: absolute;
    top: 6px;
    left: 30px;
}

.buy-go:hover {
    background: #eed3a8;
}

.buy-go:active {
    background: #cfab71;
}

.buy-go2 {
    width: 270px;
    height: 46px;
    background: #e6c082;
    border-radius: 90px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    margin-left: 210px;
    font-size: 20px;
    color: #2e2f2f;
    display: flex;
    align-items: center;
}

.buy-go2 .icon {
    position: absolute;
    top: 6px;
    left: 30px;
}

.buy-go2 .text-pl2 {
    padding-left: 20px;
}

.buy-go2 .text-pl1 {
    padding-left: 20px;
}

.page-success .nr {
    text-align: center;
    width: 100%;
}

.page-success .nr .qrcode {
    margin-top: 90px;
}

.page-success .nr .des1 {
    color: #fff;
    font-size: 18px;
    /* margin: 20px; */
    padding: 30px;
}

.page-success .nr .des2 {
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}

.buy-go .text-pl2 {
    padding-left: 20px;
}

.buy-go .text-pl1 {
    padding-left: 30px;
}

.yh-code {
    width: 120px;
    height: 30px;
    position: relative;
    padding-top: 20px;
    /* top: -80px; */
    /* margin-left: auto; */
    /* margin-right: 100px; */
}

.yh-code input {
    width: 150px;
    height: 24px;
    font-size: 12px;
    padding-left: 10px;
    border-radius: 5px;
}

.yh-code h2 {
    margin-bottom: 12px;
    font-size: 12px;
    color: #aaa;
    padding-top: 10px;
}

.qrcode {
    width: 200px;
    height: 200px;
}

.page-success .xx-img {
    margin-top: 50px;
}
