@charset "utf-8";

.login_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: block;
}

.tc-login {
	position: fixed;
	margin: auto;
	top: 150px;
	left: 0;
	right: 0;
	z-index: 99999;
	display: block;
	width: 320px;
	background: #fff;
}

.login_banner {
	width: 310px;
	height: 140px;
	margin: 0 auto;
	background: #fff url(../images/com_modal-title.jpg) no-repeat;
}

.login_banner .login_close {
	display: inline-block;
	float: right;
	width: 22px;
	height: 20px;
	background: url(../images/modal-close.png) no-repeat 0 0px;
	cursor: pointer;
}

.login_banner .login_close:HOVER {
	background: url(../images/modal-close.png) no-repeat 0 -20px;
}

.tc-main {
	padding: 5px;
}

#hd_rmNum_div_tc {
	display: none;
}

h1.tc-title {
	font-size: 18px;
	color: #333;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	text-indent: 22px;
}

.in-box {
	margin: 5px 0;
}

.in-box input {
	display: block;
	margin: 0 auto;
	width: 258px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	text-indent: 25px;
	font-size: 13px;
	box-sizing: content-box;
}
.in-box input[class^="in"] {
	background: url(../images/tc-login-ico.png) no-repeat;
}
#real_name_input{
	background: url(../images/realName.svg) no-repeat;
	background-size: 20px;
    background-position: 3px 3px;
}
#last_recharge_money_input{
	background: url(../images/realName.svg) no-repeat;
	background-size: 20px;
    background-position: 3px 3px;
}
#bankcard_number_input{
	background: url(../images/bankNum.svg) no-repeat;
	background-size: 20px;
    background-position: 3px 3px;
}

.realNameNew-img{
	background: url(../images/realNameNew.svg) no-repeat;
	background-size: 17px;
    background-position: 6px 9px;
}
.bankCard-img{
	background: url(../images/bankCard.svg) no-repeat;
	background-size: 17px;
    background-position: 6px 9px;
}
.drawMoneyPwd-img{
	background: url(../images/drawMoneyPwd.svg) no-repeat;
	background-size: 14px;
    background-position: 6px 7px;
}
.email-img{
	background: url(../images/email.svg) no-repeat;
	background-size: 15px;
    background-position: 6px 9px;
}
.phone-img{
	background: url(../images/phone.svg) no-repeat;
	background-size: 11px;
    background-position: 6px 6px;
}
.yue-img{
	background: url(../images/yue.svg) no-repeat;
	background-size: 15px;
    background-position: 6px 6px;
}
.date-img{
	background: url(../images/date.svg) no-repeat;
	background-size: 14px;
    background-position: 6px 6px;
}


.in-box input.in-ues {
	background-position: 3px 3px;
}

.in-box input.in-mm {
	background-position: 3px -38px;
}

.in-box input.in-yzm {
	background-position: 3px -79px;
}

.in-box img {
	cursor: pointer;
	position: absolute;
	height: 25px;
	width: 70px;
	margin-top: -28px;
	margin-left: 213px;
	border-radius: 0 5px 5px 0;
}

.tc-main a {
	display: inline-block;
	width: 260px;
	text-align: center;
}

.tc-anniu {
	width: 260px;
	margin: 0 auto;
}

.tc-but {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.tc-dl {
	background: #ffba61;
	color: #935403;
	font-size: 16px;
	margin-top: 10px;
}

.tc-wjmm {
	color: #666;
	height: 35px;
	line-height: 25px;
}

.tc-jrhy {
	background: #54b9ff url(../images/tc-but-jr.png) no-repeat 85px 15px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.tc-main a:hover {
	color: #333;
}
.third-in-yzm{
	width: 260px;
	margin: 0 auto;
}
a.geetest_logo,a.geetest_success_logo {
	pointer-events: none;
}
.geetest_copyright{
	display: none!important;
}
.geetest_feedback{
	display: none!important;
}