body {
    margin: 0;
}

h4 {
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px dashed #858585;
    padding-bottom: 10px;
}

#header_content {
    font-size: 18px;
    color: white;
    text-align: center;
    background: #F32119;
    position: fixed;
    height: 50px;
    line-height: 50px;
    padding-top: 24px;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
}

#header_return {
    float: left;
    color: white;
    padding-left: 15px;
    position: absolute;
    height: 15px;
    top: 42px;
    left: 0;
}

.container_div {
    padding-top: 74px;
    padding-bottom: 70px;
}

#toast {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -75px;
    border-radius: 2px;
    background: #100101;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 5px;
    max-width: 200px;
    white-space: break-spaces;
    word-break: break-all;
    z-index: 9999;
}

.top_img {
    width: 100%;
}

.recharge_div {
    margin-top: 20px;
    padding: 0 15px;
}

.recharge_div .recharge_input_div {
    border-bottom: 1px dashed #858585;
    padding-bottom: 20px;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.recharge_div .recharge_input_div .recharge_input {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.recharge_div .recharge_input_div .recharge_input:-webkit-input-placeholder {
    font-weight: normal;
}

.recharge_div .recharge_input_div .recharge_input::-webkit-input-placeholder {
    font-weight: normal;
}

.recharge_div .recharge_input_div .recharge_input:-moz-placeholder {
    font-weight: normal;
}

.recharge_div .recharge_input_div .recharge_input::-moz-placeholder {
    font-weight: normal;
}

.recharge_div .recharge_input_div .recharge_phone_img {
    position: absolute;
    float: right;
    right: 5px;
    top: 8px;
    height: 20px;
}

.recharge_div .recharge_input_div .recharge_p {
    position: absolute;
    float: left;
    left: 0px;
    top: 12px;
    height: 20px;
    font-size: 12px;
    color: red;
}

.recharge_type_div {
    margin-top: 20px;
}

.recharge_type_div .recharge_type_item {
    display: inline-block;
    border: 1px solid #F32119;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    margin-left: -1px;
    color: #F32119;
}

.recharge_type_div .recharge_type_item:last-child {
    border-radius: 0 5px 5px 0;
}

.recharge_type_div #recharge_type_item_0 {
    border-radius: 5px 0 0 5px;
}

.recharge_type_div .selected {
    border-color: #F32119;
    background-color: #F32119;
    color: white;
}

.recharge_value_div {
    margin-top: 20px;
    position: relative;
}

.recharge_value_div .recharge_value_div2 {
    display: none;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item {
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    margin: 5px 0;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item div {
    border: 1px solid #7e7e7e;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div .p1 {

}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div .p2 {
    font-size: 14px;
    font-weight: bold;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div .p3 {
    text-decoration: line-through;
    color: #7e7e7e;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div .p4 {
    font-size: 18px;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .recharge_value_item_div .recharge_value_item_id {
    display: none;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .selected {
    border-color: #F32119;
    background-color: #ffe0df;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.recharge_value_div .recharge_value_div2 .recharge_value_item .selected span {
    color: #F32119;
}

.footer {
    position: fixed;
    bottom: 0;
    background-color: white;
    border-top: 1px solid #858585;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.footer div {
    display: inline-block;
}

.footer .footer_customer_service {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 56px;

}

.footer .footer_customer_service span {
    position: absolute;
    top: 14px;
    font-size: 14px;
}

.footer #footer_buy_left {
    height: 50px;
    background-color: black;
    line-height: 50px;
    display: inline-block;
    border-radius: 25px 0 0 25px;
    color: yellow;
    font-size: 12px;
    position: absolute;
    right: 135px;
    width: 120px;
    text-align: center;
    top: 5px;
}

.footer #footer_buy_left .footer_buy_left_p1 {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    width: 100%;
}

.footer #footer_buy_left .footer_buy_left_p2 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: line-through;
    color: #7e7e7e;
    display: inline-block;
    width: 100%;
}

.footer #footer_buy_left .footer_buy_left_p1 .p4 {
    font-size: 18px;
}

.footer #footer_buy_right {
    height: 50px;
    background-color: #F32119;
    line-height: 50px;
    display: inline-block;
    border-radius: 0 25px 25px 0;
    color: white;
    font-size: 20px;
    position: absolute;
    float: right;
    right: 15px;
    width: 120px;
    top: 5px;
    text-align: center;
}

.pay_type_div .item {
    display: flex;
    position: relative;
    align-items:center;
    height: 0.9rem;
}

.pay_type_div .item .p1 {
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    text-align: center;
    padding-left: 0.6rem
}

.pay_type_div .item .p3 {
    font-size: 0.2rem;
    color: #F32119;
    border: 0.01rem solid #F32119;
    padding: 0 0.05rem;
    border-radius: 0.02rem;
    margin-left: 0.2rem;
    display: none;
    line-height: 0.45rem;
    height: 0.45rem;
}

.pay_type_div .item .p2 {
    font-size: 0.3rem;
    position: absolute;
    right: 0;
}

.pay_type_div .item_div_img_radio {
    background: url(../img/unselected.png) no-repeat;
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
    /*display: inline-block;*/
    display: none;
}

.pay_type_div .item_div_img_radio_selected {
    background-image: url(../img/selected.png);
}

.pay_type_div .item_div_img {
    height: 0.4rem;
}

.rule_dialog_div {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.rule_dialog_div .dialog_bg {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.rule_dialog_div .dialog_content {
    background-color: white;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 0.1rem;
    transform: translate(-50%, -50%);
}

.rule_dialog_div .dialog_content .dialog_close {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    float: right;
}

.rule_dialog_div .dialog_content .dialog_title_div {
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    border-bottom: 0.01rem solid #c9c9c9;
}

.rule_dialog_div .dialog_content .dialog_title_div .dialog_title {
    text-align: center;
    font-size: 0.35rem;
}

.rule_dialog_div .dialog_content #dialog_content_div {
    height: 9rem;
    padding: 0.1rem;
    overflow: scroll;
    box-sizing: border-box;
}

.rule_dialog_div .dialog_content #dialog_content_div div {
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.pay_result_dialog_div {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.pay_result_dialog_div .dialog_bg {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.pay_result_dialog_div .dialog_content {
    width: 100%;
    position: absolute;
    left: 50%;
    border-radius: 0.2rem;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../vip/ldy/img/wlbg25.png) no-repeat;
    background-size: 100% 100%;
}

.pay_result_dialog_div .dialog_content img {
    width: 100%;
}

.pay_result_dialog_div .dialog_content .dialog_title_div {
    height: 6rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    opacity: 0;
}

.pay_result_dialog_div .dialog_content .dialog_content_div {
    text-align: center;
    padding: 0 0.3rem 0.3rem 0.3rem;
    height: 5rem;
    padding-top: 2rem;
}

.pay_result_dialog_div .dialog_content .dialog_content_div .dialog_content_btn {
    height: 1rem;
    line-height: 1rem;
    display: block;
    border: 0.03rem solid #ffe183;
    border-radius: 0.5rem;
    color: #ffe183;
    font-size: 0.35rem;
    width: 80%;
    margin: auto;
}

.pay_result_dialog_div .dialog_content .dialog_content_div .selected {
    background-color: #F32119;
    margin-bottom: 0.25rem;
    color: white;
}

.pay_result_success_div{
    background-color: #F32119;
    color: white;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin: 0.3rem 0.3rem;
    font-size: 0.4rem;
    border-radius: 0.2rem;
    animation: scaleDraw 1s ease-in-out infinite;
}

@keyframes scaleDraw {
    0% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
    }
}

.normal_dialog_div {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.normal_dialog_div .dialog_bg {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.normal_dialog_div .dialog_content {
    background-color: white;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.normal_dialog_div .dialog_content .dialog_close {
    position: absolute;
    right: 15px;
    top: 15px;
    float: right;
}

.normal_dialog_div .dialog_content .dialog_title_div {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
}

.normal_dialog_div .dialog_content .dialog_title_div .dialog_title {
    text-align: center;
    font-size: 20px;
}

.normal_dialog_div .dialog_content #dialog_content_div {
    height: 300px;
    padding: 15px;
    overflow: scroll;
    box-sizing: border-box;
}

.normal_dialog_div .dialog_content #dialog_content_div div {
    font-size: 16px;
    line-height: 20px;
}

.wxtip {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.wxtip-icon {
    width: 52px;
    height: 67px;
    background: url(../img/weixin-tip.png) no-repeat;
    display: block;
    position: absolute;
    right: 0.48rem;
    top: 0.2rem;
}

.wxtip-txt {
    padding-top: 1.9rem;
    color: white;
    font-size: 0.35rem;
    line-height: 0.45rem;
}


.loading {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    z-index: 9998;
}
.loading_box {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.loading_box_div {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}
.loading_box_div div {
    width: 12px;
    height: 24px;
    position: absolute;
    left: 54px;
    top: 8px;
    animation: loading_box_div linear 1s infinite;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
}
@keyframes loading_box_div {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loading_box_div div {
    box-sizing: content-box;
}
.loading_box_div div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666s;
    background: white;
}
.loading_box_div div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333s;
    background: white;
}
.loading_box_div div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: white;
}
.loading_box_div div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666s;
    background: white;
}
.loading_box_div div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333s;
    background: white;
}
.loading_box_div div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: white;
}
.loading_box_div div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666s;
    background: white;
}
.loading_box_div div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333s;
    background: white;
}
.loading_box_div div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: white;
}
.loading_box_div div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.1666666s;
    background: white;
}
.loading_box_div div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.0833333s;
    background: white;
}
.loading_box_div div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: white;
}

@keyframes move_y {
    50%{transform:translateY(15px);}
}