html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.login-page,
.reg-page,
.back-page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/login-bg.jpg") center no-repeat;
	background-size: cover;
}

.login-container,
.reg-container,
.back-container {
	width: 434px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -217px;
}

.reg-container,
.back-container {
	height: 580px;
	margin: -290px 0 0 -217px;
}

.login-wrapper,
.reg-wrapper,
.next-branch,
.back-wrapper,
.examine-wrapper {
	height: 470px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .9);
}

.reg-wrapper,
.back-wrapper {
	height: 500px;
}

.reg-wrapper.reg-join {
	height: 400px;
}

.next-branch {
	height: 260px;
	margin-top: 120px;
}

.ulr-fi-info {
	width: 320px;
	margin: 0 auto;
	position: relative;
}

.ulr-hd-tit,
.next-branch .nb-tit {
	padding: 35px 0;
	text-align: center;
    position: relative;
}

.ulr-hd-tit strong,
.next-branch .nb-tit strong {
	color: #666;
	font-size: 20px;
}

.ulr-fi-info .item-info {
	height: 38px;
	margin-bottom: 27px;
	overflow: hidden;
	position: relative;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.ulr-fi-info .item-info .ulr-text {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ulr-fi-info .item-info .ulr-select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.ver-code-img {
	width: 90px;
	height: 30px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.ver-code-txt {
	color: #9e9e9e;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	font-size: 14px;
	border-left: 1px solid #e0e0e0;
}

.ulr-fi-info .ulr-join {}

.ulr-fi-info .ulr-join .join-btn {
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-ms-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	background: #02a3fe;
}

.ulr-fi-info .ulr-join .join-btn:hover {
	background: #0794e3;
}

.warning-text {
	color: #ff654c;
	height: 20px;
	line-height: 20px;
	margin: -25px 0 5px 3px;
}

.warning-text .warning-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: -3px 3px 0 0;
	background: url("../../public/images/icon.png") no-repeat -34px 0;
}

.pd-check-icon {
	display: block;
	width: 16px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	cursor: pointer;
	background: url("../../public/images/icon.png") no-repeat 0 0;
}

.pd-check-icon.show-val {
	background: url("../../public/images/icon.png") no-repeat -17px 0;
}

.ulr-reg-bar {
	padding-top: 10px;
	text-align: right;
}

.ulr-reg-bar .reg-link {
	color: #02a3fe;
}

.etp-item {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	z-index: 99;
}

.etp-tip {
	color: #666;
	margin: -20px 0 5px;
}

.etp-tip .num {
	color: #ff654c;
}

.etp-area {
	padding: 5px 10px;
	height: 114px;
	overflow-y: auto;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.etp-area>ul>li {
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}

.etp-area>ul>li:hover {
	color: #02a3fe;
}

.nb-choose {
	padding: 10px 30px;
}

.nb-choose .user,
.nb-choose .admin {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 0;
}

.nb-choose .iconfont {
	color: #fff;
	display: inline-block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	font-size: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.nb-choose .user .iconfont {
	background: #00b415;
}

.nb-choose .admin .iconfont {
	background: #02a3fe;
}

.nb-choose .wb {
	display: block;
	margin-top: 16px;
	font-size: 14px;
}

.nb-choose .user:hover .wb {
	color: #00b415;
}

.nb-choose .admin:hover .wb {
	color: #02a3fe;
}

.login-logo {
	display: table-cell;
	width: 434px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

.login-logo img {
	vertical-align: middle;
}

.examine-wrapper {
	height: 260px;
	margin-top: 120px;
}

.examine-wrapper .ex-txt {
	padding: 80px 0 45px 0;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}

.examine-wrapper .ex-txt a {
	color: #ff6600;
}

.examine-wrapper .ex-btn {
	text-align: center;
}

.examine-wrapper .ex-btn a {
	display: inline-block;
	width: 100px;
	height: 36px;
	background: #02a3fe;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	border-radius: 5px;
}

.apply-box .apply-txt {
	height: 115px;
	width: 450px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.apply-box .apply-txt p {
	font-size: 14px;
	line-height: 24px;
}

.apply-box .apply-txt p a {
	color: #ff6600;
}

.apply-box .apply-btn {
	text-align: center;
}

body .demo-class .layui-layer-title {
	background: #027cd8;
	color: #fff;
	border: none;
	height: 44px;
	line-height: 44px;
}

body .demo-class .layui-layer-btn {
	padding-top: 0;
	padding-bottom: 30px;
}

body .demo-class .layui-layer-btn .layui-layer-btn0 {
	padding: 0px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 5px;
	background: #02a3fe;
	border: none;
}
body .demo-class .layui-layer-btn .layui-layer-btn0:hover{
	opacity: 1;
	background: #027cd8;
}
body .demo-class .layui-layer-setwin .layui-layer-close1 {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url(../../public/images/bomb-box-close-ico.png) no-repeat;
}


/* 扫码登录 */
.login-tab-type{
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.login-tab-type.sweep-code{
    background: url("../images/login-type_icon02.png") center no-repeat;
}
.login-tab-type.account{
    background: url("../images/login-type_icon01.png") center no-repeat;
}

.ulr-sweep-code_info{
    padding: 0 40px;
}
.sweep-code_area{
    width: 130px;
    height: 130px;
    padding: 19px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
}
.sweep-code_area img{
    width: 100%;
    height: 100%;
}
.sweep-code_state{
    position: absolute;
    top: 19px;
    left: 19px;
    width: 130px;
    height: 130px;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.sweep-code_state .icon{
    display: inline-block;
    width: 36px;
    height: 42px;
    margin-top: 35px;
    background: url("../images/sweep-code_state_icon.png") center no-repeat;
}
.sweep-code_state.success .icon{
    background-position: 0 0;
}
.sweep-code_state.fail .icon{
    background-position: 0 -52px;
}
.sweep-code_state .label{
    color: #fff;
    display: block;
    font-size: 13px;
}
.sweep-code_txt{
    width: 170px;
    padding: 20px 0;
    margin: 0 auto;
}
.sweep-code_txt .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin: 4px 15px 0 0;
    background: url("../images/sweep-code-icon.png") center no-repeat;
}
.sweep-code_txt .txt{
    color: #666;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    font-size: 13px;
}
.sweep-code_txt .txt .label{
    color: #02a3fe;
}
.sweep-code_foot{
    padding-top: 20px;
    text-align: right;
}
.sweep-code_foot .label{
    color: #666;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}
.bottom-reference{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000);
}
.bottom-reference,.bottom-reference a{
    color: #fff;
}
.bottom-reference a:hover{
    text-decoration: underline;
}
.bottom-reference .symbol{
    display: inline-block;
    height: 12px;
    margin: 0 7px;
    line-height: 12px;
    vertical-align: -1px;
    overflow: hidden;
}











































