ul{
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}



.intl-topup-box{
	margin: 35px 10px 25px;
    box-shadow: 0px 1px 5px 4px #E6E6E6;
    border-radius: 8px;
}

.intl-topup-box .con-img{
	text-align: center;
}
.intl-topup-box .con-img img{
	width: 90%;
    margin-top: -25px;
}
.intl-topup-box .top{
	width: 100%;
	padding:15px;
        padding-bottom: 0;
}
.intl-topup-box .top .input {
    height: 100px;
    width: 100%;
    position: relative;
}
.intl-topup-box .top .input .input-phone {
    width: 100%;
    padding:0 15px;
    position: relative;
}
.intl-topup-box .top .fa-mobile-phone {
    width: 100%;
    height: 90px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 2px 10px #D7E0E7;
}
.intl-topup-box .top .flag {
    width: 90px;
    height: 70px;
    /*float: left;*/
}

.intl-topup-box .top .input .input-phone .fa-mobile-phone .flag .flag-img {
    width: 100%;
    height: 34px;
    margin: 15px 26px 0 26px;
}
.intl-topup-box .top .input .input-phone .fa-mobile-phone .flag .flag-img img {
    width: 45px;
    height: 33px;
}
.intl-topup-box .top .input .input-phone .fa-mobile-phone .flag .flag-country {
    text-align: center;
    font-size: 12px;
}
.intl-topup-box .top .input .input-phone .country-list {
    width: 43px;
    height: 41px;
    line-height: 49px;
    position: absolute;
    margin: -75px 0px 20px 78px;
    text-align: center;
    font-weight: 600;
    z-index: 2;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
@media screen and (min-width: 360px){
	.intl-topup-box .top .input .input-phone .input-box {
	    width: 156px;
	    margin: -66px 0px 20px 120px !important;
	}
}
@media screen and (min-width: 375px){
	.intl-topup-box .top .input .input-phone .input-box {
	    width: 165px;
	    margin: -66px 0px 20px 119px !important;
	}
}

.intl-topup-box .top .input .input-phone .input-box {
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
    font-size: 16px;
    position: relative;
    float: left;
    margin: -66px 0px 20px 114px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.top .input .input-phone .arrow-box {
    width: 25px;
    height: 25px;
    position: relative;
    margin: -59px 15px 10px 0;
    float: right;
    background: #FEC55D;
    border-radius: 5px;
}
.top .input .input-phone .arrow-box .right {
    width: 6px;
    height: 11px;
    background-image: url(/images/r-a.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 7px;
    position: absolute;
    right: 10px;
    z-index: 1;
}


.intl-topup-box .content {
    width: 100%;
    height: auto;
}
.intl-topup-box .content .hot-zone {
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    margin-left: 26px;
}
.intl-topup-box .list {
    width: 100%;
}
.intl-topup-box .list ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}
.intl-topup-box .list li {
    width: 33.3%;
    height: 120px;
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
}
#moreCountry{
    width: 33.3%;
    height: 120px;
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
}
.intl-topup-box .list .country-flag {
    width: 70px;
    height: 52px;
    margin: 0 auto;
}
.intl-topup-box .list .country-flag img {
    width: 70px;
    height: 52px;
}
.intl-topup-box .list .country-name {
    width: 90px;
    height: 20px;
    text-align: center;
    margin: 10px auto;
}
.intl-topup-box .list li {
    width: 33.3%;
    height: 120px;
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
}
.intl-topup-box .list .country-flag {
    width: 70px;
    height: 52px;
    margin: 0 auto;
}
.intl-topup-box .list .country-name {
    width: 90px;
    height: 20px;
    text-align: center;
    margin: 10px auto;
}
.loading_image {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: while;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: white url(../images/loading.gif) no-repeat center;
}
#showModal .show-close {
    color: #ccc;
    border-radius: 12px;
    line-height: 15px;
    text-align: center;
    height: 16px;
    width: 16px;
    font-size: 14px;
    padding: 1px;
    top: 14px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}
.show-country-list ul {
    list-style: none;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    margin: 0 0;
    padding: 0 0;
}
.show-country-list .s-country {
    line-height: 50px;
    height: 47px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin: 0 0;
    border-bottom: 1px solid #ddd;
}
.show-country-list .s-country div {
    float: left;
    margin-left: 30px;
    display: inline-block;
}
.show-country-list .s-country .s-country-flag {
    vertical-align: top;
    font-size: 0;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 33px;
    padding: 0;
    margin-top: 8px;
}
.show-country-list .s-country .s-country-flag img {
    display: block;
    height: 33px;
    width: 45px;
    margin-top: -3px;
}

.show-country-list .pay-des{
    text-align: center;
    font-size: 11px;
    width: 100%;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: red;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.batch-contact{
    text-align: center;
    font-size: 16px;
    width: 100%;
    background-color: #f5e8a3;
    border-color: #faebcc;
    color: red;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.batch-contact a{
    color: red;
}
/**topupProduct**/

.product-box .top {
    height: 32px;
    width: 100%;
}

.product-box .top .h-title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4095FF;
    position: fixed;
    width: 100%;
    color: #FFF;
}

.product-box .input {
    height: 70px;
    width: 100%;
    position: fixed;

}

.product-box .middle {
    width: 100%;
    margin-top: 110px;
}

.product-box .fa-mobile-phone {
    width: 100%;
    height: 70px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 2px 10px #D7E0E7;
}

.product-box .fa-mobile-phone img {
    width: 45px;
    height: 33px;
    z-index: 2;
    position: relative;
    display: block;
    margin: 15px auto;
}

.product-box .input-box {
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    border: none;
    outline: none;
    font-size: 16px;
    width: 200px;
    position: relative;
    margin: 20px 0px 20px 39px;
    float: left;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

/**BatchTopupProduct**/

.batch-product-box .top {
    height: 90px;
    width: 100%;
}

.batch-product-box .top .h-title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4095FF;
    position: fixed;
    width: 100%;
    color: #FFF;
}

.batch-product-box .input {
    height: 150px;
    width: 100%;
    position: fixed;

}

.batch-product-box .middle {
    width: 100%;
    margin-top: 140px;
}

.batch-product-box .fa-mobile-phone {
    width: 100%;
    height: 103px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 2px 10px #D7E0E7;
}

.batch-product-box .fa-mobile-phone img {
    width: 45px;
    height: 33px;
    z-index: 2;
    position: relative;
    display: block;
    margin: 15px auto;
    margin-top: 30px;
}

.batch-product-box .input-box {
    height: 65px;
    line-height: 18px;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 200px;
    position: relative;
    margin: 20px 0px 20px 39px;
    float: left;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}


.card-sg {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    position: relative;
    margin: 0 auto;
    word-break: break-word;
    float: left;
    width: 72px;
}

@media  screen and (max-device-width: 320px) {
    .card-sg {
        font-size: 11px;
    }
    .product-box .input-box {
        width: 155px;
        margin: -53px 0px 20px 121px;
    }

    body, html {
        font-size: 12px !important;
    }
}

@media  screen and (min-width: 321px) {
    .card-sg {
        font-size: 12px;
        width: 80px;
    }

    .product-box .input-box {
        width: 220px;
        margin: -53px 0px 20px 115px;
    }
}

@media  screen and (min-width: 360px) and (max-width: 360px) {
    .card-sg {
        width: 80px;
        font-size: 12px;
    }

    .product-box .input-box {
        font-size: 16px;
        width: 200px;
        margin: -53px 0px 20px 120px;
    }
    
}
@media  screen and (min-width: 375px) {
    .product-box .input-box {
        width: 211px;
        margin: -53px 0px 20px 120px;
    }
    .batch-product-box .input-box {
        margin: -85px 0px 20px 120px;
    }
}
@media  screen and (min-width: 411px) {
    .card-sg {
        width: 89px;
        font-size: 14px;
        text-align: center;
    }

    .product-box .input-box {
        font-size: 16px;
        width: 233px;
        margin: -52px 0px 20px 30px;
        position: absolute;
    }
    .batch-product-box .input-box {
        margin: -86px 0px 20px 150px;
    }
}

.clear {
    clear: both;
}

.operator-list {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    height: auto;
    width: 100%;
    padding-bottom: 25px;
}

.operator-list ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.operator-list .fa-opera-logo {
    float: left;
    margin-left: 20px;
    height: 100px;
    margin-bottom: 5px;
    width: 25%;
    text-align: center;
}

.operator-list .fa-opera-logo img {
    width: 70px;
    height: 70px;
    border: 2px solid #dddddd;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #D7E0E7;
}

.operator-list .fa-opera-logo .operator-name {
    text-align: center;
    height: 36px;
    width: 74px;
    font-size: 12px;
    margin: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.charge-product {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: none;
}

.charge-product .h-title {
    height: 50px;
    line-height: 50px;
    color: #1f1205;
}

.charge-product .list ul {
    margin: 0 0;
    padding: 0 0;
    font-size: 12px;
}

.charge-product .list .p-in-box {
    height: 65px;
    border: 2px solid #CDCDCD;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
    padding: 5px;
    float: left;
    margin: 10px;
    width: 86px;
    overflow: hidden;
}
.charge-product .list .p-name{
    width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.charge-product .list .p-name strong{
    width: 72px;
    overflow: hidden;
    font-weight: 500;
}
.charge-product .list .p-name-color {
    color: #59A0FD;
}

.charge-product .list .p-des {
    color: #D0D0D0;
}

.product-box .footer {
    background: #ECECEC;
    text-align: left;
    width: 100%;
    height: 115px;
    overflow: hidden;
    display: none;
}

.product-box .footer .product-description {
    padding: 15px;
    line-height: 1;
    word-break: break-all;
    margin-bottom: 20px;
}

.product-box .operator-list .operator-selected img {
    border: 2px solid #ff6a00;
    border-radius: 10px;
}

.product-box .list .product-selected {
    border: 2px solid #ff6a00;
}

.product-box .pay-des {
    text-align: center;
    font-size: 11px;
    width: 100%;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: red;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.product-box .operator-des{
    text-align: center;
    font-size: 14px;
    width: 100%;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: red;
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
}
.product-box .flag {
    width: 90px;
    height: 70px;
    float: left;
}

.product-box .input .input-phone {
    width: 100%;
    padding: 15px;
    position: relative;
}

.fa-mobile-phone .flag .flag-img {
    width: 100%;
    height: 33px;
}

.fa-mobile-phone .flag .flag-country {
    text-align: center;
    font-size: 12px;
    color: #1f1205;
}
.product-box .country-list{
    width: 43px;
    height: 41px;
    line-height: 49px;
    position: absolute;
    margin: -61px 0px 20px 78px;
    text-align: center;
    font-weight: 600;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
}

.product-box .btn-submit {
    margin: 20px;
    display: none;
}

.product-box .btn-submit .at-once-topup {
    width: 100%;
    background: #009A44;
    height: 40px;
    color: #FFF;
    text-align: center;
}
.modal-body .confirm-note{
    font-size: 12px;
    padding: 10px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 100px;
    overflow-y: scroll;
    background: #dff0d894;
    clear: both;
}

.radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    float: left;
    top: 4px;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FF6A00;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    left: -1px;
    top: -1px;
}

.radio_type:checked:after {
    content: '';
    width: 10px;
    height: 5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
    
#pay-win .type li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
#pay-win .type input {
    margin-top: 10px;
}
#pay-win .pay-type-btn {
    margin: auto 0;
    text-align: center;
}
.btn-info {
    color: #fff;
    background-color: #FF6A00;
    border-color: #FF6A00;
}
.pay_logo_footer{display: none;}


/**user**/
.user{    background: #f7f3f3;}
.user a{color: #000000;}
.user .user_info{
    margin-top: 15px;
    margin-bottom: 15px;
/*background-image: url('/images/userinfo.png');*/
 background-size: 100% 100%;
     padding-bottom: 8px;
     width: 96%;
    margin-left: 2%;
}
.user .user_info > img{
    width: 96%;
    margin-left: 2%;
}
 .user .user_info .user_info_text .user_info_logo{
    margin: 5% 0;
    border-radius: 80px;
    width: 100%;
}   

 .user .user_info .user_info_text .user_info_nickname{
color: #000000;
    font-size: 18px;
    padding-left: 6px;
 }
.user .user_info .user_info_text .user_info_text_balance{
    background: url('/images/balance_bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 5px 10px;
    color: #fff;
 }
.user .user_jfxq,.user .user_czxq,.user .user_fwbz{
    padding: 15px 5px;
    background: #ffffff;
    border-radius: 5px;
}
.user .user_jfxq > span{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.user .user_jfxq > a{
    float: right;
    color: #337ab7;
}
.user .user_jfxq .user_jfxq_list{
    margin-top: 20px;
    clear: both;
    font-size: 14px;
}
.user .user_jfxq .user_jfxq_list p{
    width: 33%;
    float: left;
    text-align: center;
}
.user .user_jfxq .user_jfxq_list p span{
    font-size: 16px; 
    font-weight: bold;
}
.user .user_czxq > span{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.user .user_czxq .user_czxq_list{
    margin-top: 20px;
    clear: both;
    font-size: 14px;
}
.user .user_czxq .user_czxq_list p{
    width: 25%;
    float: left;
    text-align: center;
}
.user .user_czxq .user_czxq_list p span{
    font-size: 16px; 
    font-weight: bold;
}
.user .user_fwbz > span{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.user .user_fwbz .user_fwbz_list{
    margin-top: 20px;
    clear: both;
    font-size: 14px;
}
.user .user_fwbz .user_fwbz_list p{
    width: 50%;
    float: left;
    text-align: center;
}








.user  ul li{
        background: #fff;
    padding: 15px 5%;
    margin-top: 5px;
 }
 .user  ul li a{
    display: block;
 }
.user  ul li span{color: #666666;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 12px;
}
.user  ul li .r-a{
    font-size: 18px;
    float: right;

}




/**yqhy_list**/
.yqhk_list .yqhk_list_t{
    background: url('/images/yqhk_list_t.png') no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.yqhk_list .yqhk_list_t .yqhk_list_t_r{
    border-right: 1px solid #ffffff;
}
.yqhk_list .yqhk_list_t span{
    font-size: 20px;
    font-weight: bold;
}
.yqhk_list ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.yqhk_list ul li{
    padding: 0 8px;
    margin-bottom: 8px;

}
.yqhk_list ul li p{
    float: left;
    text-align: left;
    font-size: 14px; 
    font-weight: bold;
}
.yqhk_list ul .yqhk_list_c_title p{
    font-weight: 400;
}
.yqhk_list ul li p span{
    color: #777777;
    font-size: 10px;
    display: block;
    font-weight: 100;
}
.yqhk_list ul li .yqhk_list_c_top_integral{
    color: #337ab7;
}
.yqhk_list .yqhk_list_jxyq{
        position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #e45c31;
}

/**积分日志**/
.logIntegral_t div{
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
}
.logIntegral_t span{
    font-size: 21px;
    color: #333333;
}
.logIntegral_t .current{
    border-bottom: 2px solid #337ab7;
    color: #337ab7;
    padding: 8px 10px;
}
.logIntegral_list ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.logIntegral_list ul li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;

}
.logIntegral_list ul li p{
    margin-bottom: 2px;
}
.logIntegral_list ul li .logIntegral_list_desc{
    font-size: 16px;
    font-weight: bold;
}
.logIntegral_list ul li .logIntegral_list_desc span{
    float: right;
    margin-right: 15px;
    color: #0d85e4;
}
.logIntegral_list ul li .created_at{
    color: #777777;
    font-size: 12px;
}


/**order**/
.order_list ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.order_list ul li{
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 15px 3px 3px 3px;

}
.order_list ul li p{
    margin-bottom: 6px;
}
.order_list ul li p span{
    float: right;
    margin-right: 15px;
}
.order_list ul li p .status4{
    border: 1px solid #ccc;
     color: #ccc;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 0px;
}
.order_list ul li p .status0{
    border: 1px solid #c55124;;
    color: #c55124;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 0px;
}
.order_list ul li p .status1,.order_list ul li p .status2{
    border: 1px solid #b5ae7a;
     color: #b5ae7a;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 0px;
}
.order_list ul li p .status3{
    border: 1px solid #7ED321;
    color: #7ED321;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 0px;
}
.order_list ul li .orderno{
    font-size: 16px;
}
.order_list ul li .created_at{
        color: #999;
}

.order_detail{
    padding: 15px;
    font-size: 16px;
} 
.order_detail .orderno{
    font-size: 16px;
    float: left;
}
.order_detail .status{
    font-size: 16px;
    float: right;

}
.order_detail .order_detail_product{
        position: relative;
}
.order_detail .order_logo{   
    width: 25%;
    border: 1px solid #eee;
}
.order_detail .order_type{
   position: absolute;
    bottom: 0px;
}
.order_detail .order_type span{
    margin-left: 15px;
}
.order_detail_info{
        margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}
.order_detail_info p{
        border-bottom: 1px solid #eee;
    padding: 5px 2px;
        text-align: right;
}
.order_detail_info .created_at{
    border:none;
}
.order_detail_info p span{
            float: left;
}

.order_detail_recharge{
    padding: 15px;
}
.order_detail_recharge p{
    padding: 5px 2px;
        text-align: right;
         border-bottom: 1px solid #eee;
}
.order_detail_recharge .title{
       padding: 5px 2px;
    font-weight: bold;
    margin: 0 0 10px -15px;
}
.order_detail_recharge p span{
            float: left;
}