* {
    margin: 0;
    padding: 0;
    font-family: MicrosoftYaHei;
    color: #353a47;
}
.padding_25 {
    padding: 25px;
}
.mt_40 {
    margin-top: 40px;
}
.ml_20 {
    margin-left: 20px;
}
.cursor_pointer {
    cursor: pointer;
}
.hide {
    display: none !important;
}
body {
    background-color: #f4f4f4;
}
.head {
    height: 72px;
    line-height: 72px;
	background-color: #353a47;
}
.head img {
    margin-top: 16px;
    margin-left: 106px;
}
.head span {
	font-size: 24px;
	letter-spacing: 9px;
	color: #ffffff;
    opacity: 0.73;
    vertical-align: top;
    margin-left: 30px;
}
.content {
    width: 72%;
    margin: auto;
}
.information {
    margin-top: 20px;
    font-size: 14px;
    background-color: #fff;
    line-height: 28px;
}
.money {
    color: #ff5a1e;
    font-size: 16px;
    font-weight: 700;
}
.methodOfPayment {
    margin-top: 10px;
    background-color: #fff;
    padding-top: 8px;
    min-height: 500px;
}
.methodOfPayment_btn {
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #44bb00;
    color: #fff;
    font-size: 16px;
}
.choose {
    font-size: 16px;
    padding-bottom: 0;
    border-bottom: solid 1px #ff9d00;
    margin: 30px 25px 0;
    position: relative;
    height: 53px;
}
.choose div {
    width: 105px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    /*position: absolute;*/
    display: inline-block;
}
/*.choose div:nth-child(2) {*/
/*    left: 106px;*/
/*}*/
/*.choose div:nth-child(3) {*/
/*    left: 211px;*/
/*}*/
/*.choose div:nth-child(4) {*/
/*    left: 316px;*/
/*}*/
.checked_div {
    border: solid 1px #ff9d00;
    border-bottom-color: #fff;
}
/* 钱包支付中动画 */
.uploadIngArea{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1,1,1,0.2);
    z-index: 2068;
}
.uploadIngArea img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -94px;
}
/* end */
.platformPurse {
    font-size: 16px;
}
.platformPurse_accountType {
    display: inline-block;
}
.platformPurse_accountType img {
    vertical-align: middle;
}
.platformPurse_balance {
    color: #ff5a1e;
}
.platformPurse_recharge {
    /* border-radius: 4px;
    border: solid 1px #2974f0; */
    color: #2974f0;
    /* padding: 0 10px; */
}
.platformPurse_password, .verification-phone, .new-password, .verification-code, .new-password-v2 {
    width: 222px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 3px;
    border: solid 1px #e8e8e8;
    padding-left: 5px;
}

.verification-phone{

}

.new-password, .new-password-v2{
  margin-top: 20px;
}

.verification-code{
  margin-top: 20px;
  width: 130px;
}

.before-span{
    width: 80px;
    display: inline-block;
    text-align: right;
}

.get-code-btn{
    background-color: #ff5a1e;
    display: inline-block;
    color: white;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}

.platformPurse_pay, .sure-pw-btn {
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
	background-color: #ff5a1e;
    border-radius: 5px;
    color: #ffffff;
    margin: 30px 0 0 90px;
}
.platformPurse_forgotPassword {
    color: #2974f0;
    margin-left: 20px;
}


.creditCard_imgBox {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
.creditCard_imgBox img {
    border: solid 1px #dcdcdc;
}
.creditCard_imgBox .creditCard_checked {
    border: solid 1px #FF5A1E;
}
.creditCard_checkdiv:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 2px;
    right: -1px;
    background: url(../../img/checkstand/selected.png) no-repeat;
    background-size: 24px auto;
}
.creditCard_pay, .thirdParty_pay {
    width: 212px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	background-color: #ff5a1e;
    border-radius: 5px;
    margin: 100px auto 0;
    color: #fff;
}
.creditCard_imgBox >img{
    display: inline-block;
    width: 156px;
    height: 55px;
}
.blankBox{
    width: 800px;
}
/* 钱包支付中动画 */
.uploadIngArea2 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(1, 1, 1, 0.2);
	z-index: 2068;
}
.uploadIngArea2 img {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 8px;
}
/* end */