* {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    outline: none;
    font-family: Arial, Helvetica, "微软雅黑", "华文细黑", sans-serif;
    font-size: 14px;
}



input::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder{  //不知道为何火狐的placeholder的颜色是粉红色，怎么改都不行，希望有大牛路过帮忙指点
    color:#ccc;
}
input:-ms-input-placeholder{  //由于我的IE刚好是IE9，支持不了placeholder，所以也测试不了(⊙﹏⊙)，有IE10以上的娃可以帮我试试
    color:#ccc;
}

.boxflex {
    display: box !important;
    display: -moz-box !important;
    display: -o-box !important;
    display: -ms-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: flex !important;
    display: -webkit-box !important;
}

.boxflex > * {
    display: block;
}

.box_pack_end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-box-pack: end;
    box-pack: end;
}

.box_pack_center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
}

.box_orient_v {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

.box_orient_h {
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
}

.box_flex_1 {
    -moz-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.box_flex_2 {
    -moz-box-flex: 2;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    box-flex: 2;
}

.hidden {
    display: none;
}

body {
    height: 100%;
    width: 100%;
    background-color: #f0f0f5;
}

.head {
    padding: 10px;
}

.head img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    border: 0;
    display: none;
}

.head span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.content {
    padding: 10px;
}

.content p {
    padding-bottom: 5px;
}

.content .rechargeTab {
}

.content .rechargeTab label {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #D1D1D1;
    background-color: white;
}

.content .rechargeTab label:last-child {
    margin-left: -1px;
}

.content .rechargeTab label.active {
    background-color: #009DD9;
    color: white;
}

.content .rechargeRegular ul {
    margin-top: 10px;
}

.content .rechargeRegular li {
    width: 33.1%;
    display: inline-block;
}

.content .rechargeRegular li:nth-child(2) div {
    margin-left: 15%;
}

.content .rechargeRegular li:nth-child(3) div {
    margin-left: 30%;
}

.content .rechargeRegular li div {
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    text-align: center;
    padding: 10px 0;
    width: 70%;
    background-color: white;
}

.content .rechargeRegular li div.active {
    border-color: #009DD9;
}

.content .rechargeCustom {
    margin-top: 10px;
}

.content .rechargeCustom input {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 15px 5px;
}

.content_xiangshang {
    padding: 15px 16px 0;
    margin-bottom: 10px;
    background-color: white;
}

.content_xiangshang p {
    font-size: 16px;
    padding-bottom: 11px;
    color: #333;
}

.content_xiangshang span {
    padding-bottom: 5px;
    color: #414141;
}

.content_xiangshang .rechargeRegular {
    padding-bottom: 15px;
    box-shadow: inset 0 -1px 0 0 rgba(238,238,238,0.50);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(238,238,238,0.50);
}


.content_xiangshang .rechargeRegular li {
    width: 22%;
    display: inline-block;
    margin-left: 4%;
}

.content_xiangshang .rechargeRegular li:first-child {
    margin-left: 0;
}

.content_xiangshang .rechargeRegular li div {
    font-size: 14px;
    border:1px solid #3264ff;
    text-align: center;
    width: 100%;
    background-color: white;
    color:#3264ff;
    padding: 8px 0;
    border-radius:2px;
    margin-top: 10px;
}

.content_xiangshang .rechargeRegular li div.active {
    background: #3264ff;
    color: #fff!important;
}

.content_xiangshang .rechargeCustom {
    padding-left: 15px;
    position: relative;
}

.content_xiangshang .rechargeCustom::before {
    position: absolute;
    content: '¥';
    font-size: 16px;
    color: #5b5b5b;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.content_xiangshang .rechargeCustom input {
    width: 100%;
    padding: 15px 0;
    font-size:16px;
    color: #5b5b5b;
}

#errorTips {
    padding: 0 0 15px 0;
    color: red;
    height: 14px;
}

.btnBox {
    margin: 20px 16px;
}

.btnBox label {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: white;
    border-radius: 5px;
}

.btnBox span {
    font-size: 16px;
    color: #f6f6f6
}

.whitebg {
    background-color: white;
}

.withdraw-wrap {

}

.withdraw-wrap > div {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

.withdraw-wrap div * {
    vertical-align: middle
}

.withdraw-wrap div p {
    padding-left: 16px;
    font-size: 16px;
    color: #333;
}

.withdraw-wrap div img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 10px;
}

.withdraw-wrap div span {
    margin-right: 10px;
}

.withdraw-wrap div span#getSmsCode {
    border-radius: 20px;
    width: 90px;
    text-align: center;
}

.withdraw-wrap div input#amount {
    font-size: 25px;
}

.withdraw-wrap div input#smsCode {
    font-size: 15px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    width: 140px;
}

.withdraw-input {
    position: relative;
    padding-left: 30px;
    border-bottom: 10px solid #f0f0f5;
}

.withdraw-input::before {
    position: absolute;
    content: '¥';
    font-size: 16px;
    color: #5b5b5b;
    left: 15px;
}

.withdraw-wrap #payOut {
    margin: 40px 16px 0;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
}

.withdraw-wrap #payOut.disabled {
    background-color: #ccc;
}

.withdraw-wrap .canPayOut {
    vertical-align: top;
    margin: 0;
    position: relative;
    display: inline-block;
}

.withdraw-wrap .canPayOut span {
    color: #991B04;
    border: 1px solid #991B04;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    right: -26px;
    text-align: center;
    line-height: 15px;
    margin: 0;
}

#mainBox {
    width: 100%;
    margin: 0 auto;
    max-width: 520px;
}

.person-info{
    background-color: #fff;
    font-size: 15px;
}

.bank-wrap:first-child {

}
.txunion-wrap {
    height: auto !important;
}

#bank_img_src {
  /*  padding-bottom: 6px;*/
}

.select-main .select{
    flex: 1;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    -webkit-appearance:none;
    appearance:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.withdraw-wrap #loginVerify {
    margin: 40px 16px 0;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
}


.rwtip {
    width: auto;
    height:auto;
    bottom: auto;
    margin-right: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
	display:none
}
