
@import url(/static/comm/css/winform.css);
@import url(/static/comm/css/glyphicons.css);

.ct {
	min-height: 0px;
}
.ctBody {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}

.loginBack {
	background-image: url("/static/img/ucenter/loginbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 520px
}

.loginBox {
	position: absolute;
	width: 360px;
	background-color: #fff;
	top: 30px;
	right: 70px;
	padding: 0 20px;
	font-family: "simsun";
	border-radius: 3px;
}

.loginTitle {
	height: 40px;
	padding-top: 20px;
}

.loginTitle>span {
	font-size: 18px;
	font-family: "Microsoft YaHei";
}

#showReg {
	float: right;
	display: inline-block;
	cursor: pointer;
}

#showReg a {
	margin-right: 5px;
	color: #122e67;
}

#showReg a:HOVER {
	color: #ff8400;
}

.formLine {
	height: 40px;
	width: 100%;
	margin-top: 20px;
}

.formLine>* {
	height: 40px;
}

.formLine .input-group-addon {
	width: 40px;
}

.btn-lg {
	width: 160px;
}

.btnBox {
	margin-top: 15px;
	font-family: 'Microsoft YaHei';
}
#chgType{
	color: #337AB7;
}
#btnReg{
	color: #505050;
}
.chgBtn{
	margin-bottom: 30px;
}

.btnBox > div {
	width: 100%;
}

.checkIns {
	margin-top: 15px;
	position: relative;
}

.checkboxCustom {
	position: relative;
	padding: 0 0 0 26px;
	margin-bottom: 7px;
	margin-top: 0;
	display: inline-block;
}

.checkboxCustom  input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
}

.checkboxCustom  label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.checkboxCustom  input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	left: 2px;
	top: 7px;
	margin-top: -5px;
	font-size: 14px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkboxCustom  label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
	width: 100px;
}

#eyes,#regPwdEye,#getSmsCode{
	height: auto;
	position: absolute;
	z-index: 2;
	margin-left: -27px;
	margin-top: 13px;
	cursor: pointer;
}
#getSmsCode{
	right: 10px;
	top: -2px;
}
.regTitle {
	color: #777777;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	text-align: center;
	padding-top: 20px;
}
.tipIco,.errIco {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-image: url("/static/img/ucenter/tip.png");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	float: left;
	margin-right: 3px;
    margin-top: -3px;
}
.errIco {
	background-image: url("/static/img/ucenter/error.png");
}
.formTip,.formErr {
	clear: both;
	font-size: 12px; 
	color: #969696;
	height: 22px;
	line-height: 16px;
	padding-top: 6px;
}
.formErr {
	display: none;
	color: red;
}
#regForm .formLine {
	margin-top: 14px;
}
#agreeLine {
	display: block;
	text-align: left;
	font-family: "SimSun";
}
#agreeLine a {
	color: #0000ff;
}
#agreeLine a {
	color: #ff8400;
}
#regForm .btnBox {
	margin-bottom: 20px;
}
#checkNum {
	width: 183px;
}
.errorLine>input[type="text"] {
	border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}
.errorLine .formTip {
	display: none;
}
.errorLine .formErr {
	display: block;
}

#forgetPsd {
	color: #122e67;
	position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#forgetPsd:HOVER {
	color: #ff8400;
}
#myPsd,#regPwd,#regName,#regPhone {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#ruleWin{
	position: fixed!important;
	top: 0!important;
	height: 100%;
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#ruleWin .content{
	margin: 20px;
	padding: 20px;
	color: #555;
	overflow-y: scroll;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	height: 88%;
}

#ruleWin .btns {
	text-align: center;
}

.stepBox {
	overflow: hidden;
	width: 400px;
	height: 280px;
}
.stepBox>.formBox {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	background-color: #fff;
}
.stepBox .memo {
	margin-bottom: 16px;
}
.stepBox .formBtns {
	padding-top: 35px;
}
.stepBox .bindPhone {
	color: #F15A24;
}
.typeSet {
	width: 100%;
    height: 44px;
    margin: 25px 0px;
    color: #122e67;
    font-family: 'SimSun', serif;
    line-height: 30px;
}
.formInline {
	clear: both;
}
.formInline>div {
	float: left;
}
.formInline>div.formLable {
	padding-top: 10px;
	width: 115px;
	white-space: nowrap;
}
.formInline>div.formContent {
	width: 185px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.psdBox {
	position: relative;
}
.psdBox .eye {
	position: absolute;
    right: 10px;
    top: 11px;
}
.psdBox input {
	padding-right: 28px;
}
.winForm .formContent.psdBox input.form-control {
	height: 34px;
	font-size: 14px;
}

.photoBox > div {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.photoBox .singleUpCt {
	width: 65px;
	height: 65px;
}
.photoBox .picShow {
	display: block;
	background: none;
}
.photoBoxIn {
	border: 1px solid #ccc;
	background: url("/static/img/comm/addpic.png") center no-repeat;
	position: relative;
	cursor: pointer;
}
.photoBoxIn img[src=""], .photoBoxIn img:not([src]) {
	display: none;
}
.photoBoxIn .glyphicon-remove-circle {
	display: none !important;
}
.photoBoxIn:HOVER .glyphicon-remove-circle {
	position: absolute;
	right: 5px;
	top: 5px;
	color: red;
	font-size: 16px;
	cursor: pointer;
}
.hasPic:HOVER .glyphicon-remove-circle {
	display:inline-block !important;
}
#byAuthenForm1 .formBtns {
	padding-top: 10px;
}
#byAuthenForm1 .form-control{
	height: 25px;
	font-size: 14px;
	margin-top: 5px;
}
#byAuthenForm1 .userName{
	margin-top: -10px;
}
.winBox .toBack {
    margin: 10px 0 0 16px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    z-index: 5;
    opacity: .2;
}
.winBox .toBack:HOVER {
	opacity: .5;
	cursor: pointer;
}

#regBox{
	width: 800px;
	height: 600px;
	background-color: #EFEFF4;
	padding: 10px;
	border-radius: 40px;
}
#regBox .back{
	position: absolute;
	left: 30px;
	top: 18px;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	border-radius: 17px;
	padding: 0;
	color: #505050;
	cursor: pointer;
}
#regBox .back span{
	color: #8D8D8D;
}
#regBox .newClose{
	position: absolute;
	right: 30px;
	top: 26px;
}
#regBox .icon2Ct{
	display: flex;
	align-items: center;
}
#regBox .icon2Out{
	width: 18px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
}
#regBox .icon2Out.phoneIntro{
	position: absolute;
	top: 14px;
	right: 0;
}
#regBox i{
	display: inline-block;
}
#regBox i.icon2{
	width: 72px;
	height: 72px;
	background: url("/static/img/ucenter/register/icon2.png");
	transform: scale(0.25,0.25);
	transform-origin: left top;
}
#regBox i.icon2.depositIntro{
	background-position: -72px 0;
}
#regBox .boxCt{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#regBox .boxCt .ctInner{
	width: 430px;
	border-radius: 35px;
	background-color: #fff;
	position: relative;
	flex: 1;
}
#regBox .boxCt .ctRight{
	flex: 1;
}

#regBox .boxCt .ctRight .toMobile{
	margin: 0 auto;
	margin-top: 130px;
	width: 160px;
	height: 160px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
}
#regBox .boxCt .ctRight .toMobile .qrCode{
	height: 100%;
	background-image: url("/static/img/ucenter/register/qrcode.png");
	background-size: cover;
}
#regBox .boxCt .ctRight .note{
	margin-top: 25px;
	color: #323232;
	text-align: center;
	font-size: 16px;
}

#regBox .boxCt .ruleCt{
	padding: 0 50px;
}
#regBox .boxCt .ruleCt .ruleTitle{
	text-align: center;
	color: #000;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#regBox .boxCt .ruleCt .ruleMemo{
	color: #323232;
}
#regBox .boxCt .ruleCt .ruleMemo p{
	text-indent: 28px;
	margin-bottom: 0;
}
#regBox .boxCt .ruleCt .ruleMemo a{
	color: #2D77E5;
}

#regBox .boxCt .ruleCt .btnLine{
	margin-top: 40px;
}
#regBox .boxCt .ruleCt .btnLine button{
	width: 100%;
	height: 46px;
	border-radius: 10px;
	font-size: 16px;
}
#regBox .boxCt .appCt,#regBox .boxCt .vipCt{
	padding: 0 50px;
	padding-top: 20px;
}
#regBox .boxCt .ctTitle{
	width: 430px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	font-size: 18px;
}
#regBox .boxCt .ctTitle .ctStep{
	position: absolute;
	right: 50px;
	top: 0;
	font-size: 16px;
	color: #505050;
}

#regForm .inputLine{
	display: flex;
	margin-top: 5px;
	align-items: center;
}
#regForm .inputRight{
	height: 47px;
	line-height:46px;
	border-bottom: 1px solid #DCDCDC;
	flex: 1;
	font-size: 16px;
	position: relative;
	display: flex;
}
#regForm .inputRight .leftFont{
	margin-right: 10px;
}
#regForm .inputRight input{
	flex: 1;
	border: none;
	height: 46px;
	outline: none;
}
#regForm .inputRight input::-webkit-input-placeholder{
	color: #B4B4B4;
}
#regForm .inputRight .ir1{
	flex: 1;
	line-height: 46px;
	color: #323232;
}

#regForm .inputRight.vip .ir1{
	color: #E41E79;
	font-weight: bold;
}
#regForm .inputRight.vip .ir2 .icon2Out{
	margin-left: 5px;
}
#regForm .inputRight .ir2{
	line-height: 46px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}

#getCheckNum{
	width: 108px;
	height: 34px;
	border-radius: 17px;
	font-size: 16px;
	text-align: center;
	border: none;
	position: absolute;
	top: 6px;
	right: 0;
}

#regBox .boxCt .loginDiv{
	margin-top: 100px;
}
#regBox .boxCt .loginDiv2{
	position: absolute;
	width: 360px;
	bottom: 10px;
	left: 35px;
	margin-top: 0;
}
#regBox .boxCt .ruleLine{
	color: #323232;
	margin-bottom: 15px;
	padding-left: 5px;
}
#regBox .boxCt .ruleLine a{
	color: #2D77E5;
}
#regBox .boxCt .ruleLine .check-box {
	display: inline-block;
}
#regBox .boxCt .ruleLine .check-box input[type=checkbox]{
	margin-left: -25px;
}
#regBox .boxCt .ruleLine .check-box label {
	line-height: 25px;
	padding-left: 25px;
}
#regBox .boxCt input[type=checkbox]{width:18px; height:18px; text-align: center; cursor: pointer;}
#regBox .boxCt input[type=checkbox]:after{width: 100%; height: 100%; top: 0; content: " "; background-color: #fff; color: #000000; display: inline-block; visibility: visible; border:1px solid #323232;border-radius: 2px}
#regBox .boxCt input[type=checkbox]:disabled:after{width: 100%; height: 100%; top: 0; content: " "; background-color:#DCDCDC; color: #000000; display: inline-block; visibility: visible; border:1px solid #A9A9A9; cursor: not-allowed;}
#regBox .boxCt input[type=checkbox]:checked:after{font-family: 'Glyphicons Halflings'; content: "\e013"; font-size: 12px; font-weight: bold; color: #5FB878;}

#regBox .boxCt .btnLog{
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	background: #337ab7;
	height: 46px;
	border-radius: 15px;
}
#regBox .boxCt #regSubmit.btnLog:disabled,#regBox .boxCt #toNext.btnLog:disabled{
	background: #EFEFF4;
	color: #B4B4B4;
}
#regBox .boxCt #sureVip{
	background: #FEC152;
	color: #9A5810;
}
#regForm .iconOut{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
#regForm i.icon{
	width: 120px;
	height: 120px;
	background: url("/static/img/ucenter/register/icon.png");
	transform: scale(0.25,0.25);
	transform-origin: left top;
}
#regForm i.psdIcon{
	background-position: -120px 0;
}
#regForm i.codeIcon{
	background-position: -120px 0;
}
#regForm i.jyPsdIcon{
	background-position: -240px 0;
}
#regForm i.phoneIcon{
	background-position: -360px 0;
}
#regForm i.trueNameIcon{
	background-position: -480px 0;
}
#regForm i.idCardIcon{
	background-position: -600px 0;
}
#regForm i.depositIcon{
	background-position: -720px 0;
}
#regForm i.vipIcon{
	background-position: -840px 0;
}
#regForm i.identityIcon{
	background-position: -960px 0;
}

#regForm input::-webkit-input-placeholder{
	color: #B4B4B4;
}

#openVip .card{
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	background-image: url("/static/img/ucenter/register/vip.png");
	background-size: cover;
	position: relative;
}

#openVip .card .nowLevel{
	font-size: 18px;
	color: #AA5D11;
	float: right;
	margin-top: 16px;
}
#openVip .card .endTime{
	clear: both;
	color: #AA5D11;
}

#openVip .card .power{
	position: absolute;
	left: 10px;
	bottom: 10px;
	border-radius: 15px;
	width: calc(100% - 20px);
	background-color: #fff;
}
#openVip .card .power .line1,#openVip .card .power .line2{
	position: relative;
	height: 100px;
}

#openVip .card .power .item>div{
	width: 20%;
	height: 100px;
	float: left;
	position: relative;
}
#openVip .card .power .item>div i.icon{
	position: absolute;
	left: calc(50% - 29px);
	top: 10px;
	width: 232px;
	height: 320px;
	background-image: url("/static/img/ucenter/service/vip/icon.png");
	transform: scale(0.25);
	transform-origin: left top;
}
#openVip .card .power .item>div.i2 i.icon{
	background-position: -232px 0;
}
#openVip .card .power .item>div.i3 i.icon{
	background-position: -464px 0;
}
#openVip .card .power .item>div.i4 i.icon{
	background-position: -696px 0;
}
#openVip .card .power .item>div.i5 i.icon{
	background-position: -928px 0;
}
#openVip .card .power .item>div.i6 i.icon{
	background-position: -1160px 0;
}
#openVip .card .power .item>div.i7 i.icon{
	background-position: -1392px 0;
}
#openVip .card .power .item>div.i8 i.icon{
	background-position: -1624px 0;
}
#openVip .card .power .item>div.i9 i.icon{
	background-position: -1856px 0;
}
#openVip .card .power .item>div.i10 i.icon{
	background-position: -2088px 0;
}
#openVip .card .power .item>div.i11 i.icon{
	background-position: -2320px 0;
}
#openVip .card .power .item>div.i12 i.icon{
	background-position: -2552px 0;
}
#openVip .card .power .item>div.i13 i.icon{
	background-position: -2784px 0;
}

#openVip .card .power .item>div i.num{
	position: absolute;
	left: calc(50% - 15px);
	top: 15px;
	width: 120px;
	height: 56px;
	background-image: url("/static/img/ucenter/service/vip/nums.png");
	transform: scale(0.25);
	transform-origin: left top;
	z-index: 1;
}
#openVip .card .power .item>div i.numLine4{
	left: calc(50% - 24px);
	width: 192px;
	background-position-y: -168px;
}
#openVip .card .power .item>div i.numLine3{
	left: calc(50% - 21px);
	width: 168px;
	background-position-y: -112px;
}
#openVip .card .power .item>div i.numLine2{
	left: calc(50% - 16px);
	width: 128px;
	background-position-y: -56px;
}

#openVip .card .power div.vipType2 .item>div.i5 i.num{
	background-position-x: -168px;
}
#openVip .card .power div.vipType3 .item>div.i5 i.num{
	background-position-x: -168px;
}
#openVip .card .power div.vipType4 .item>div.i5 i.num{
	background-position-x: -168px;
}

#openVip .card .power div .item>div.i6 i.num{
	background-position-x: -360px;
}
#openVip .card .power div.vipType2 .item>div.i6 i.num{
	background-position-x: -480px;
}
#openVip .card .power div.vipType3 .item>div.i6 i.num{
	background-position-x: -600px;
}
#openVip .card .power div.vipType4 .item>div.i6 i.num{
	background-position-x: -720px;
}

#openVip .card .power div.vipType2 .item>div.i7 i.num{
	background-position-x: -128px;
}
#openVip .card .power div.vipType3 .item>div.i7 i.num{
	background-position-x: -256px;
}
#openVip .card .power div.vipType4 .item>div.i7 i.num{
	background-position-x: -384px;
}

#openVip .card .power div.vipType2 .item>div.i13 i.num{
	background-position-x: 0;
}
#openVip .card .power div.vipType3 .item>div.i13 i.num{
	background-position-x: -120px;
}
#openVip .card .power div.vipType4 .item>div.i13 i.num{
	background-position-x: -240px;
}
#openVip .diffPower{
	display: none;
}
#openVip .powerLine{
	clear: both;
	font-size: 12px;
	color: #8C6239;
	text-align: center;
}
#openVip .powerLine>span{
	display: inline-block;
	line-height: 20px;
	border-radius: 10px;
	border: 1px solid #EEBC6C;
	padding: 0 10px;
}
#openVip .powerLine .powerNum{
	color: #F15A24;
	margin: 0 5px;
}
#openVip .carousel{
	border-radius: 15px;
}
#openVip .carousel .item{
	display: block;
	background: #fff;
}
#openVip .carousel .nav{
	display: flex;
	justify-content: center;
	height: 10px;
	bottom: 6px
}
#openVip .carousel .nav div{
	float: left;
	padding: 0;
}
#openVip .carousel .nav span{
	width: 4px;
	height: 4px;
	background: #F1C47C;
	margin: 2px;
	border-radius: 2px;
}
#openVip .carousel .nav span.on{
	width: 8px;
	background: #F1C47C;
}

#openVip .giftIcon{
	width: 100%;
	height: 0;
	padding-bottom: 60.6%;
	background-image: url("/static/img/ucenter/register/gift.png");
	background-size: cover;
	margin-top: 10px;
}

.qrCodeCt{

}
#payQrCode{
	width: 160px;
	height: 200px;
	margin: 0 auto;
	margin-top: 140px;
	margin-bottom: 20px;
	background-image: url("/static/img/ucenter/register/alipay.png");
	background-size: cover;
}
#payQrCode.ali86{
	background-image: url("/static/img/ucenter/register/alipay_86.png");
}
#payQrCode.vip{
	 background-image: url("/static/img/ucenter/register/alipay_vip.png");
}
#payQrCode.vip.ali86{
	background-image: url("/static/img/ucenter/register/alipay_vip_86.png");
}
.qrCodeCt .note{
	text-align: center;
	font-size: 16px;
	color: #323232;
	margin-bottom: 5px;
}
.qrCodeCt .note .err{
	color: #f00;
}
.qrCodeCt .note.success{
	color: #5cb85c;
}
.qrCodeCt .contactUs,.appCt .contactUs{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #323232;
}
.contactUs>div:first-child{
	margin-bottom: 5px;
}
.contactUs>div:last-child{
	font-size: 16px;
}

#inSleepBox .close{
	color: #C1272D;
	opacity: 1;
}
#inSleepBox .boxTitle{
	color: #000;
}
#inSleepBox .boxCt{
	padding: 0 15px;
	color: #323232;
}
#inSleepBox .boxCt .memo p{
	text-indent: 28px;
	margin-bottom: 0;
}
#inSleepBox .boxCt button{
	width: 100%;
	height: 46px;
	border-radius: 23px;
	font-size: 16px;
	margin-top: 40px;
}
#inSleepBox .boxCt .contactUs{
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
}