html,body{height:100%;font-family:microsoft YaHei;}


#top-right a{padding:0px 10px;text-decoration: none;border-right:1px solid #333333;color:#333333;}
#top-right a:last-child{border-right:0px solid #333333;}
#top-right a:hover{color:#38f;}

/* 清浮动 */
.clear-fix::after{
    content:"";
    width:100%;
    height:0;
    display:block;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}

.select-amount-item{width:210px;height:70px;text-align:center;line-height:70px;border-radius:6px;border:1px solid #E6E6E6;float:left;font-size:24px;color:#595959;margin-right:10px;margin-bottom:10px;cursor:pointer;position:relative;}
.select-amount-item-hover,.select-amount-item-selected{color:#3388FF;border: 1px solid #3388FF;}
.select-amount-item img{position:absolute;right:-1px;top:-1px;border-radius:0px 6px 0px 0px;display:none;}

.switch-recharge-amount{font-size:17px;border-bottom:2px solid rgba(0,0,0,0);position:relative;top:1px;padding:13px 16px;cursor:pointer;color:#262626;}
.switch-recharge-amount-hover{color:#40a9ff;}
.switch-recharge-amount-selected{border-bottom:2px solid #1890FF;color:#3388FF;}

.payment-method{height:50px;width:150px;display:table-cell;vertical-align: middle;text-align:center;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;cursor:pointer;position:relative;}
.payment-method-img-selected{position:absolute;right:-1px;top:-1px;border-radius:0px 8px 0px 0px;display:none;}
.payment-method-hover,.payment-method-selected{color:#38f;border:1px solid #38f;}
#immediate-payment{height:50px;width:200px;background-color:#3388FF;color:#fff;font-size:18px;text-align:center;line-height:50px;border-radius:6px;position:absolute;bottom:0px;right:0px;cursor:pointer;}
/* input type="number" 去掉加减控件，经测试360，open，谷歌，火狐都有效 */
/* input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;  
}
  
input::-webkit-outer-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance: textfield;
} */