.userpannel {
    width: 300px;
    height: 280px;
    margin: 10px auto 0;
}

.errinfo {
    width: 240px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #f00;
    margin: 0 auto;
}
.iapntitle {
    width: 240px;
    line-height: 30px;
    height: 20px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    font-weight: bold;
}
.inputacc, .inputpwd {
    width: 186px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    padding: 0 14px 0 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
}
.inputacc {
    background-image: url(../images/icon_acc.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
}
.inputpwd {
    background-image: url(../images/icon_pwd.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
}
.codeline {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
.inputcode {
    width: 80px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 30px;
    padding: 0 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    float: left;
}
.codeimg {
    width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 10px;
    display: block;
    float: left;
    cursor: pointer;
}
.lnblk {
    width: 100%;
    height: 1px;
    clear: both;
}
.loginsubmit {
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: #38a0ff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    display: block;
    border: none;
    cursor: pointer;
}
.linkln {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.linkln a, .linkln a:hover, .linkln a:visited {
    text-decoration: underline;
    color: #38a0ff;
}
.accinfoblk {
    width: 100%;
    height: 1px;
}
.accwelcometxt {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}
.accinfo {
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.accinfolnk {
    text-decoration: underline;
    color: #38a0ff;
    cursor: pointer;
}
.acccutline {
    width: 100%;
    height: 5px;
    background: url(../images/login-cut.png) no-repeat center top;
    margin: 5px auto;
}
.tuititle {
    width: 280px;
    text-align: left;
    margin: 5px auto 0;
    font-weight: bold;
}
.tuibox {
    width: 300px;
    height: 117px;
    overflow: hidden;
}
.tuionegame {
    width: 100px;
    height: 108px;
    margin-top: 6px;
    float: left;
    cursor: pointer;
}
.tuigamelogo {
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 auto 3px;
}
.tuigamelogo:hover{
    transform: scale(1.1);
    transition: all .2s ;
}
.tuigamename {
    width: 100%;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
}
.tuigamename:hover {
    text-decoration: underline;
}
.ucreglnk, .ucloginlnk {
    width: 140px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #38a0ff;
    margin: 5px auto;
}
.reginput {
    width: 200px;
    height: 25px;
    line-height: 25px;
    margin: 10px auto;
    padding: 0 19px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
}
.reginputcode {
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin: 0px 0 10px 15px;
    padding: 0 19px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    float: left;
}
.reggetbtn {
    width: 90px;
    height: 25px;
    line-height: 25px;
    margin: 0px 0 10px 10px;
    background: #38a0ff;
    color: #fff;
    text-align:center;
    border-radius: 5px;
    border: none;
    display: block;
    float: left;
    font-size: 12px;
    cursor: pointer;
}
.reggetbtn.disable, .reggetbtn.disable:hover {
    background: #ccc;
    color: #333;
    cursor: default;
}
.chkln {
    margin: 10px auto 20px;
    text-align: center;
    font-size: 12px;
}
.chkln input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
}
.chkln2 {
    width: 240px;
    margin: 5px auto;
    text-align: left;
    font-size: 12px;
}
.chkln2 input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    top: 3px;
}
.spicwnd {
    border: 2px solid #333;
    width: 238px;
    height: 260px;
    position: absolute;
    background: #fcfcfc;
    border-radius: 3px;
    top: 30px;
    left: 80px;
}
.closespicwnd {
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    color: #333;
}
.spicwnd_top {
    width: 100px;
    height: 40px;
}
.spicwndline {
    width: 200px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 12px;
}
.spicwndline2 {
    width: 200px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #777;
}
.smscodeimg {
    width: 200px;
    height: 60px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.regpiccode {
    width: 158px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding: 0 19px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
}
.sendsmsbtn {
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    background: #38a0ff;
    color: #fff;
    text-align:center;
    border-radius: 20px;
    border: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
}
a.udlnk, a.udlnk:visited {
    text-decoration: underline;
}
.regwait {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000);
}
.waittxt {
    color: #fff;
    margin: 100px auto 0;
    text-align: center;
    width: 90%;
    line-height: 30px;
    font-size: 15px;
}
.regwait a,.regwait a:hover, .regwait a:visited {
    color: #fff;
    text-decoration: underline;
}
.uctabbar {
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #777;
}
.curtab {
    padding: 0 20px;
    background: #777;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    display: block;
    float:left;
}
.lnktab {
    padding: 0 20px;
    background: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #111;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    float:left;
}
.lnktab:hover {
    background: #ccc;
}

.uciptbox {
    position: relative;
}
.agreemask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	font-size: 13px;
}
.agmblk {
	width: 100%;
	height: 40px;
}
.agmtxt {
	width: 90%;
	text-align: left;
	margin: 15px auto 0;
	line-height: 20px;
	color: #000;
    font-size: 15px;
}
.agmtxtc {
    width: 90%;
	text-align: center;
	margin: 0 auto;
	line-height: 20px;
	color: #000;
    font-size: 15px;
}
.agmtxtc a, .agmtxtc a:visited {
    text-decoration: underline;
	color: #38a0ff;
}
.agmtxtc input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    left: -3px;
}
.agmbtn {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 10px auto 0;
	background: #38a0ff;
	color: #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.hidagrtype {
	display:none;
}
.step2txt {
    margin-top: 15px;
}