.buy_r_header {
    margin-bottom: 20px;
}

h2.ft_general1 {
    margin-top: 10px;
}

.buy_l_t h2 {
    margin-bottom: 15px;
}

.common_content .common_left .buy_l_t ul li:first-child {
    border-top: 1px solid #F5F5F5;
}

.giveTip {
    color: #7B8297;
    display: block;
    margin-bottom: 15px;
}

.common_content .common_left .buy_l_t ul li {
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    height: 80px;
}

.common_content .common_left .buy_l_t .buy_l_img {
    line-height: 80px;
}

.common_content .common_left .buy_l_t .buy_l_img img {
    width: 50px;
    height: 50px;
    flex: 1;
}

.common_content .common_left .buy_l_t .buy_l_text {
    padding-left: 30px;
    flex: 5;
}

.common_content .common_left .buy_l_t .buy_l_text .buy_l_text1 {
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_content .common_left .buy_l_t .buy_l_text .buy_l_text2 {
    line-height: 22px;
    margin-top: 7px
}

.common_content .common_left .buy_l_t .buy_l_count {
    flex: 1;
}

.buy_l_count span {
    display: inline-block;
    margin-top: 22px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}

.buy_l_count .count_sub {
    margin-right: 5px;
    transform: rotate(90deg)
}

.buy_l_count .count_add {
    margin-left: 5px;
    transform: rotate(-90deg);
}

#form_Recharge table {
    width: 100%;
}

.count_btn {
    cursor: pointer;
}

.count_sub .i_arrow,
.count_add .i_arrow {
    margin-left: 0px !important;
    border-color: #868484;
}

.accept_label,
.invoice_label {
    cursor: pointer;
}

.buy_count_number {
    height: 32px !important;
    width: 35px;
    text-align: center;
    display: inline-block;
    color: #3BA2F8;
    border: 1px solid #bdb6b6;
}

.common_left label {

    margin-left: 10px;
    font-weight: normal;
}

.buy_send .ft_style2 {
    margin-top: 0px;
    color: #333;
    font-weight: normal;
    margin-bottom: 2px;
    margin-left: 10px;
}

.buy_send {
    margin-bottom: -4px;
    padding-left: 15px;
}

.buy_send_address span {
    color: #7D7D7D;
}

.common_content .common_left .buy_l_c {
    margin-top: 30px;

}

.common_content .common_left .buy_l_c span {
    color: #3BA2F8;
    margin-left: 10px;
}

.common_content .common_left .buy_l_b {
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding-left: 30px;
}

.common_content .common_left .buy_l_b .buy_l_b_l {
    display: inline-block;
}

.common_content .common_left .buy_l_b .buy_l_b_r {
    height: 100%;
    float: right;
}

.common_content .common_left .buy_l_b .buy_l_b_r input {
    margin: 0 0px;
    vertical-align: middle;
}

.address_div {
    display: none;
}

.address_div p,
.buy_l_c p {
    padding-top: 10px;
}

.buy_b_price {
    color: #3BA2F8;
    font-size: 18px;
    margin: 0 7px;
}

.buy_b_count {
    margin: 0 4px;
}

.discount_price {
    margin-left: 10px;
}

.discount_price_number {
    margin: 0 5px;
}

.if_buy_btn {
    float: right;
    height: 100%;
    background: #3BA2F8;
    padding: 0 25px;
    color: #FFFFFF;
    outline: none;
    border: none;
    font-size: 16px;
    margin-left: 30px;
}

.common_problem p {
    color: #266392;
    cursor: pointer;
}

.rechargeH2 {
    margin-top: 20px !important;
}

.commonproblemH2 {
    margin-bottom: 20px !important;
}

.problem_details_div {
    margin: 5px 0 13px;
    color: #7D7D7D;
    display: none;
    padding-left: 10px;
}

.buy_right_t {
    color: #266392;
}

/*checkbox  �Զ�����ʽ*/
#accept+label,
#invoice+label {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    border: 1px solid #3BA2F8;
    color: #3BA2F8;
    position: relative;
}

#accept:checked+label,
#invoice:checked+label {
    background-color: #fff;
    display: inline-block;
}

#accept:checked+label:after,
#invoice:checked+label:after {
    content: url('../images/buy/checkbox_checked.png');
    position: absolute;
    top: -1px;
    left: -1px;
}

#invoice,
#accept {
    display: none;
}

/*ע�ᵯ����*/
.bombBoxContent {
    display: none;
}

.bombBox_bj {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.bombBox {
    width: 50%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(107, 107, 107, 0.50);
    border-radius: 5px;
    padding: 1% 2%;
}

.bombBox_header {
    font-size: 28px;
    color: #3E3E3F;
    line-height: 20px;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
}

.bombBox_content ul li {
    margin-top: 12px;
}

.bombBox_footer {
    margin-top: 6%;
}

.bombBox_footer button {
    height: 40px;
    margin-left: 15px;
}

.buyDictVipTip {
    color: #7B8297;
    padding-top: 10px;
}

.aiInfoBox {
    padding: 0 0 0 30px;
    font-size: 16px;
    background-color: #FFEED1;
    margin: 30px 0 0 0;
}

.aiInfo {
    display: flex;
    align-items: center;
}

.aiInfoBox .aiBtn {
    color: #593812;
    padding: 19px 25px;
    background-color: #EEC38A;
}

.aiDetail img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.aiDetail {
    display: inline-flex;
    color: #593812;
    flex: 1;
    align-items: center;
}

@media screen and (max-width:1000px) {
    .common_content .common_left .buy_l_t .buy_l_text {
        flex: 3;
    }
}


@media screen and (max-width:762px) {
    .bombBox {
        width: 70%;
    }
}


@media screen and (max-width:477px) {
    .common_content .common_left .buy_l_t .buy_l_text .buy_l_text1 {
        width: 170px;

    }

    .common_content .common_left .buy_l_t .buy_l_text {
        padding-left: 0px;
        flex: 2;
    }

    .buy_count_number {
        width: 30px;
    }
}

@media screen and (max-width:377px) {
    .common_content .common_left .buy_l_t .buy_l_text .buy_l_text1 {
        width: 150px;
    }

}

@media screen and (max-width:323px) {
    .if_buy_btn {
        padding: 0 5px;
    }
}