.person_center_wrap .person_center_nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}

.person_center_wrap .person_center_setting {
    padding: 20px;
    padding-bottom: 0;
}

.person_center_wrap .person_center_setting .person_center_setting-title {
    width: 100%;
    font-size: 22px;
    line-height: 40px;
}

.person_center_wrap .person_center_setting .person_center_setting-content {
    padding: 10px;
    margin-bottom: 10px;
}

.person_center_wrap .person_center_setting .person_center_setting-content-item {
    float: left;
    width: 210px;
    box-sizing: border-box;
    border-right: 1px #ddd dashed;
}

.person_center_wrap .person_center_setting .person_center_setting-content-item .person_center_base-info li {
    height: 26px;
}

.person_center_wrap .person_center_setting .person_center_setting-content-item .person_center_base-info li i {
    font-style: normal;
    width: 70px;
    text-align: right;
    display: inline-block;
}

.person_center_wrap .person_center_setting .person_center_setting-content-item .person_center_base-info li span {
    display: inline-block;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.person_center_setting-content-item .person-info-charge-account {
    width: 100%;
    line-height: 26px;
    text-align: center;
}

.person_center_setting-content-item .person-info-charge-account .charge-account-num {
    display: block;
    font-size: 16px;
    color: #666;
}

.person_center_setting-content-item .person-info-charge-account .charge-account-detail {
    display: block;
    font-size: 14px;
}

.person_center_setting-content-item .person-info-charge-account .charge-account-activation, .person_center_setting-content-item .person-info-charge-account .charge-account-recharge {
    display: block;
    padding-top: 25px;
}

.person_center_setting-content-item .person-info-charge-account .charge-account-activation span, .person_center_setting-content-item .person-info-charge-account .charge-account-recharge span {
    display: inline-block;
    padding: 2px 21px;
    border: 1px solid #0fbbef;
    border-radius: 4px;
}

.person_center_setting-content-item .person-info-charge-account .charge-account-num .account-balance, .person_center_setting-content-item .person-info-charge-account .charge-account-num .pubheader_balance_money {
    font-size: 28px;
    color: #db7512;
    display: inline-block;
}

.person_center_setting-content-item .person-info-charge-account .person-info-charge-account-titlt {
    display: block;
    font-size: 14px;
    color: #666;
}

.person_center_setting-content-item .person_center_setting-accountsBind, .person_center_setting-content-item .person_center_setting-rights {
    display: block;
    border: 1px solid #0fbbef;
    border-radius: 5px;
    text-align: center;
    width: 155px;
    height: 35px;
    line-height: 35px;
    background-color: #0fbbef;
    color: #fff;
    margin: 17px auto;
}

.clear, .clearfix {
    zoom: 1;
}

.clear:after, .clearfix:after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
    height: 0;
}

.person_center_wrap .person_center_setting .person_center_setting-content-item:last-child {
    border-right: none;
}

.person_center_wrap .person_center_exchange {
    padding: 20px;
    height: 220px;
    border-top: 10px solid #f5f5f5;
}

.person_center_wrap .person_center_exchange .person_center_exchange-title {
    width: 100%;
    font-size: 22px;
    line-height: 40px;
}

.person_center_wrap .person_center_exchange .exchange_list {
    margin-top: 26px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;

}

.person_center_wrap .person_center_exchange .exchange_list li {
    width: 20%;
    float: left;
    text-align: center;
}

.person_center_wrap .person_center_exchange .exchange_list li .exchange_picture {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.person_center_wrap .person_center_exchange .exchange_list li .me_all i {
    background-position: -62px -138px;
}

.person_center_wrap .person_center_exchange .exchange_list li .me_buy i {
    background-position: -148px -138px;
}

.person_center_wrap .person_center_exchange .exchange_list li .me_recharge i {
    background-position: -62px -208px;
}

.person_center_wrap .person_center_exchange .exchange_list li .me_activate i {
    background-position: -148px -208px;
}

.person_center_wrap .person_center_exchange .exchange_list li .me_invoice i {
    background-position: -227px -141px;
}

.person_center_wrap .person_center_exchange .exchange_list li .exchange_picture i {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(/static/vip/img/person_center_css_sprites.png);
}

.person_center_wrap .person_center_setting .person_center_setting-title a{
    color: #0fbbef;
    font-size: 18px;
}


.person_center_wrap .person_center_exchange .person_center_exchange-title a{
    color: #0fbbef;
    font-size: 18px;
}

.person_center_setting-content-item .tx{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.person_center_setting-content-item p{
    padding-top: 10px;
    line-height: 28px;
}

.person_center_base-info{
    padding-top: 10px;
}


/* 记录 */
.order-history .order-list table {
    width: 100%;
}

.order-list table tbody tr {
    height: 40px;
    background-color: #417DC9;
    line-height: 1.5;
    border: 1px solid #EEE;
    border-top: 0;
}
table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

h3.recharge_header {
    margin-bottom: 10px;
}
h3.recharge_header {
    color: #0fbbef;
    font-size: 18px;
    padding: 18px 0;
    overflow: hidden;
}
.recharge_money ul {
    overflow: hidden;
}

.usercen_right .fast-bannel .recharge_money ul li {
    position: relative;
    width: 114px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #999;
    background: #fff;
    margin-right: 29px;
    margin-top: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}

.recharge_money li span {
    font-size: 14px;
    margin-left: 5px;
}

.recharge_money li.current_select_money, .recharge_money li:hover {
    border-color: #fe8200 !important;
    box-shadow: 0 0 10px #f9ad5e;
}

.recharge_money li.current_select_money, .recharge_money li:hover {
    border: 1px solid #b3d1ee;
    background-color: #f2f9ff;
    width: 109px;
    height: 75px;
}

.recharge_money li {
    float: left;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fcfcfc;
    width: 109px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin-left: 22px;
    font-size: 18px;
}

.recharge_way_left.current_select_way {
    border: 2px solid #b3d1ee;
    border-radius: 3px;
    background-color: #f2f9ff;
}
.recharge_way_left {
    line-height: 58px;
    margin: 0 60px 0 22px;
    border: 2px solid #FFF;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 24px;
    text-align: left;
}

.recharge_way_left .recharge_way_icon {
    margin-left: 10px;
    vertical-align: text-bottom;
    position: relative;
}

.recharge_way_left .recharge_way_name {
    position: absolute;
    width: 360px;
    left: 180px;
}

.recharge_way_count {
    color: #333;
}
.recharge_way_intro, .recharge_way_count {
    font-size: 12px;
    color: #aaaaaa;
    float: right;
    display: none;
}

.recharge_way_count .recharge_way_curMoney, .recharge_way_count .recharge_way_dotNum {
    font-size: 16px;
    color: #eb2626;
}

.recharge_way input[type="checkbox"],.recharge_way input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}
.recharge_way input[type="checkbox"],.recharge_way input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

.recharge_way button, .recharge_way input {
    line-height: normal;
}

.confirmPay {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.confirmPay {
    margin: 30px 60px 30px 22px;
    overflow: hidden;
    line-height: 40px;
}

.usercen_right .moneyInputWarnText, .person_center_wrap .moneyInputWarnText {
    color: red;
    text-align: right;
    display: none;
}
.moneyInputWarnText {
    color: red;
    text-align: right;
    display: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.confirmPay input {
    float: right;
    font-size: 14px;
    color: #ffffff;
    border: none;
    outline: none;
    display: block;
    background: #417dc9;
    width: 136px;
    height: 41px;
    border-radius: 2px;
}

.cerPage {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.cerPage .cerForm {
    text-align: left;
}

.cerPage .cerForm .cerFormItem {
    margin: 30px 0;
}

f3 {
    width: 100%;
}
f1, f2, f3 {
    display: inline-block;
    font-size: 0;
}

.cerPage .cerForm .cerFormItem f3 label {
    width: 100px;
    margin-right: 20px;
    text-align: right;
    color: #101010;
}
f1 > *, f2 > *, f3 > * {
    font-size: 14px;
    vertical-align: middle;
}
label {
    display: inline-block;
    min-width: 80px;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cerPage .cerForm .cerFormItem f3 label i {
    color: red;
}

.cerPage .cerForm .cerFormItem f3 input[type='text'], .cerPage .cerForm .cerFormItem f3 select {
    height: 36px;
}
.cerPage .cerForm .cerFormItem f3 input[type='text'], .cerPage .cerForm .cerFormItem f3 select, .cerPage .cerForm .cerFormItem f3 textarea {
    width: calc(100% - 150px);
}

.cerPage button {

    display: block;
    border: 1px solid #0fbbef;
    border-radius: 5px;
    text-align: center;
    width: 155px;
    height: 35px;
    line-height: 35px;
    background-color: #0fbbef;
    color: #fff;
    margin: 17px auto;
}

.cerPage .cerForm .cerFormItem .illegal-tips-container {
    padding-left: 150px;
}
.illegal-tips-container {
    display: inline-block;
}

span.illegal-tips {
    color: #ff0000;
    display: none;
}

@media screen and (max-width: 750px) {
    .person_center_wrap .person_center_setting .person_center_setting-content-item{
        width: 100%;
        border-right: 0;
        border-bottom: 1px #ddd dashed;
        padding: 10px 0;
    }
    .person_center_wrap .person_center_exchange .exchange_list li{
        width: 33.3%;
        margin-bottom: 10px;
    }

    .order-list table tbody tr th:nth-child(1){
        width: 42px;
    }

    .order-list table tbody tr th:nth-child(2){
        width: 70px;
    }

    .order-list table tbody tr th:nth-child(3){
        width: 70px;
    }

    .order-list table tbody tr th:nth-child(4){
        width: 70px;
    }

    .order-list table tbody tr th:nth-child(5){
        width: 70px;
    }

    .order-list table tbody tr th:nth-child(6){
        width: 70px;
    }

    .order-list table tbody tr td{word-break: break-all; word-wrap: break-word;white-space: pre-wrap;
        padding: 0 3px;
    }

    .recharge_money li{
        width: 25% !important;
        margin-bottom: 15px;
    }

    .recharge_money li.current_select_money, .recharge_money li:hover{
        width: 25% !important;
    }

    .recharge_way_name{
        display: none !important;
    }

    .recharge_way_left{
        width: calc(100% - 42px) !important;
    }

    .confirmPay input{
        float: none !important;
        margin: 0 auto;
    }

    .confirmPay{
        margin: 30px 0 30px 0 !important;
    }
}
