.login-method-toggle-btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	width: 60px;
	height: 60px;
    background: url('../images/QRCode-login.png') no-repeat -201px -199px;
    cursor: pointer;
    -webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
}

.map-login-wrap:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: url("../images/map-login-light.png") no-repeat center center/cover;
}

.map-login-wrap:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: url("../images/map-login-light.png") no-repeat center center/cover;
}

.map-login-wrap .right-angle-top{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
}

.map-login-wrap .right-angle-top:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url("../images/right-angle.png") no-repeat center center/cover;
}

.map-login-wrap .right-angle-top:after{
	content: '';
	position: absolute;
	z-index: 1;
	right: -1px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url("../images/right-angle.png") no-repeat center center/cover;
	transform: rotate(90deg);
}
.map-login-btn{
	background: #18E3EB;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 38PX;
	font-size: 21px;
	font-weight: normal;
	width: 100%;
	outline: none;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 10px;
	margin-bottom: 20px;
	position: relative;
}
.map-login-btn .fa{
	letter-spacing: normal;
}
.map-login-btn-after{
	text-align: center;
	color: hsla(0,0%,100%,.9);
	line-height: 1.5;
	font-weight: 300;
	font-size: 14px;
}
.map-login-row{
	position: relative;
	display: flex;
	align-items: center;
	border: 2px solid #186baf;
	border-radius: 5px;
	margin-bottom: 20px;
}
.map-login-row input::input-placeholder{color:  #fff;}
.map-login-row ::-webkit-input-placeholder {  color: #fff;   }
.map-login-row .fa{
	position: absolute;
	height: 100%;
	left: 15px;
	top: 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.map-login-row.phone{
	border: 2px solid #047E8D;
	background: rgba(0, 233, 208, 0.1);
}
.map-login-row.code{
	border: 2px solid #026696;
	background: rgba(0, 158, 243, 0.1);
	margin-bottom: 30px;
}

.map-login-row .send-reg-code{
	color: #00bff5;
	outline: 0;
	border: 0;
	padding: 5px 10px;
	background: 0 0;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.map-login-prompt{
	text-align: center;
	font-size: 25px;
	margin: 30px;
	font-weight: normal;
	opacity: .9;
	letter-spacing: 2px;
	color: #fff;
}
.map-login-input{
	width: 100%;
	padding-left: 38px;
	font-size: 16px;
	line-height: 39px;
	font-weight: normal;
	background: transparent;
	outline: none;
	border: 0;
	color: #fff;
}

.map-login-wrap .right-angle-bottom{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}

.map-login-wrap .right-angle-bottom:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: url("../images/right-angle.png") no-repeat center center/cover;
	transform: rotate(-90deg);
}

.map-login-wrap .right-angle-bottom:after{
	content: '';
	position: absolute;
	z-index: 1;
	right: -1px;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: url("../images/right-angle.png") no-repeat center center/cover;
	transform: rotate(180deg);
}

.mp-login-wrap{
	width: 350px;
	height: 400px;
	background: rgba(23, 20, 20, 0.58);
	border-radius: 3px;
	position: relative;
	border: 1px solid rgba(2, 102, 150, 0.35);
	background: #fff;
	border: 0;
	display: none;
	.mp-login-content{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		.mp-login-qrcode-wrap{
			img{
				border-radius: 3px;
				width: 200px;
				height: 200px;
			}
		}

	}

}

.map-login-wrap{
	width: 350px;
	min-height: 405px;
	padding: 30px 35px;
	margin: 0;
	background: rgba(23, 20, 20, 0.58);
	border-radius: 1px;
	position: relative;
	/*left: 255px;
	top: 220px;
	z-index: 5;*/
	border-left: 1px solid rgba(2, 102, 150, 0.35);
	border-right: 1px solid rgba(2, 102, 150, 0.35);
}

.system-header-wrap{
	position: absolute;
	z-index: 99;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: baseline;
}

#other{
	display: none;
}

.system-header-item{
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 3px;
	display: none;
}

.system-header-item.active{
	font-size: 30px;
	color: #0AFCF0;
}

.system-header-item.active:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -45px;
	z-index: 1;
	width: 200%;
	height: 60px;
	transform: translateX(-65px);
	background: url(../images/map-light.png) no-repeat center center / cover;
}

.mini-program-QRCode-wrap{
	position: absolute;
	left: 0;
	top: 100vh;
	transform: translateY(-100%);
	z-index: 1;
	background: transparent;
	width: 100vw;
	height: 130px;
	/*border-bottom: 2px solid #ebebeb;*/
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.mini-program-QRCode-wrap .mini-program-QRCode-phone img{
	width: 190px;
	height: 183px;
	transform: translateY(-30px);
}

.mini-program-QRCode-wrap .mini-program-QRCode-item{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mini-program-QRCode-wrap .mini-program-QRCode-item:not(:last-child){
	margin-right: 30px;
}

.mini-program-QRCode-wrap .mini-program-QRCode-item-txt{

}

.mini-program-QRCode-wrap .mini-program-QRCode-name{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.mini-program-QRCode-wrap .mini-program-QRCode-description{
	color: #fff;
	font-size: 13px;
	margin-top: 8px;
	max-width: 180px;
	line-height: 18px;
}

.mini-program-QRCode-wrap .mini-program-QRCode img{
	width: 100px;
	height: 100px;
	margin-left: 10px;
	border-radius: 8px;
}

.inviteNum{
	position: relative;	
}

.inviteNum span{
	position: absolute;
	left: 0;
	bottom: 0;
}

#inviteNum{
	margin-left: 125px;
	width: 130px;
	height: 26px;
    background-color: transparent;
    color: white;
    border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.login-method-toggle-btn.qrcode-method{
    background-position: -260px -260px;
}

.wx-login-QRCode-content{
	display: none;
    position: absolute;
    top: -2px;
    padding-left: 10px;
    left: -2px;
    width: 320px;
    height: 400px;
    z-index: 2;
    background-color: white;
    border-radius: 3px;
}

.verification-code{
	position: relative;	
}

#verificationCode{
	padding-right: 90px;
}

.send-code-button{
	position: absolute;
    z-index: 1;
    right: 2px;
    bottom: 10px;
    width: 90px;
    height: 20px;
    color: #3ca5f6;
    font-size: 14px;
    text-align: right;
    border: 0;
    border-left: 1px solid rgba(204, 204, 204,.5);
    cursor: pointer;
    outline: 0;
    font-family: "aril";
    background: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a{
	background: transparent;
	color: #fff;
	border: 0;
}

.nav-tabs-custom>.nav-tabs>li>a{
	background: transparent;
	color: #fff;
	border: 0;
}

.error-prompt{
	width: 220px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 15px;
	background: red;
	color: white;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 55px;
	z-index:10;
}

.tc-read-box-warp {
	display: none;
	left:0;
	top:0;
	font-family: 'Microsoft yahei';
	position: fixed;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1300;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 1
}

.tc-read-box-warp.active {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: 10001
}

.file-content{
	position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    margin-top: 1px;
    height: 80%;
    max-height: 625px;
	width: 500px;
	padding: 30px;
	padding-right: 15px;
	padding-top: 20px;
	overflow: hidden;
	background-color: white;
	-moz-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	-webkit-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	border-radius: 3px !important;
}

.read-content-main{
	padding:5px;
	height: 80%;
	width: 100%;
	overflow-y: auto;
	font-size: 14px;
	font-family: 'Microsoft yahei';
	line-height: 24px;
	color:rgb(51, 51, 51);
	border: 1px solid rgba(204, 204, 204, .3);
	border-radius: 3px !important;
}

.read-content-main p{
	text-indent: 2em;
}

.read-content-main p.sub{
	font-weight: bold;
}

.read-content-title{
	height: 40px;
	width: 100%;
	overflow: hidden;
}

a.serviceItem:active, a.serviceItem:visited {
    color: #0AE;
}
a.serviceItem:hover, a.serviceItem:link {
    color: #0AE !important;
}
a.serviceItem {
    color: #84a8c8 !important;
}

.read-content-title>.title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 16px;
    text-indent: 6px;
    border-left: 3px solid #59AfE4;
    margin: 5px 0;
    color: rgba(97, 97, 97, .6);
}

.read-content-prompt{
	margin-top: 10px;
	color: #e4393c;
	font-size: 12px;
}

.read-content-prompt .fa-bullhorn{
	color:#f39c12
}

.read-content-button{
	text-align: center;
	padding-top: 20px;
	height: 100px;
	width: 100%;
	line-height: 1em;
}

.read-content-button>button{
	display: inline-block;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 2px !important;
    width: 100px;
}

.read-content-button>.calce{
	background-color: white;
    color: #999;
    border: 1px solid #3ca5f6;
}

.read-content-button>.agree{
    background-color: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.read-content-button>.agree.active{
    background-color: #3ca5f6;
    color: #fff;
    border: 1px solid #3ca5f6;
    position: relative;
}

.required{
	color:#F90706;
	font-size:16px;
	vertical-align:-5px;
	padding-right:5px;
	display:inline-block;
	cursor:pointer;
}

.forenoon{
	background:url(../images/login4.jpg) no-repeat center center ;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.nooning{
	background:url(../images/login5.jpg) no-repeat left top ;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.afternoon{
	background:url(../images/login6.jpg) no-repeat center center ;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

#rememberPsd{
	height:18px;
	width:18px;
	visibility: hidden;
}

#captchaLogin,#captcha,#captcha-findPsd{
	min-height:28px;
	margin-top:10px;
}

#captchaLogin{
	
}

#findPsd{
	margin-top: 15px;
}

.action {
	font-size: 1.5em;
	line-height: 1.5em;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	background: none;
}

.action:focus {
	outline: none;
}

.btn-login-close {
	right: 0;
	top: -10px;
	color: #fff;
	border-bottom-left-radius:2em!important;
	background: rgba(70,70,83,.8);
	-webkit-transition: -webkit-transform 0.1s, background 0.1s, opacity 0.1s;
	transition: transform 0.1s, background 0.1s, opacity 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.btn-login-close:focus,
.btn-login-close:hover {
	background: rgba(108,216,78,.8);
	-webkit-transform: scale3d(1.0865, 1.0865, 1);
	transform: scale3d(1.0865, 1.0865, 1);
}

.overlay-dialog-animate {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation: scale-fade .5s forwards
		cubic-bezier(.8, .02, .45, .91);
	animation: scale-fade .5s forwards cubic-bezier(.8, .02, .45, .91)
}

.navbar-nav li {
	font-size: 18px;
}

.custom-font .nav-tabs-custom>.custom-font .nav-tabs>li.active {
	border-top-color: #3ca5f6;
}

.custom-font{
	font-family: 'Microsoft yahei', Arial;
	background-color:transparent;
}

.nlogin-wrap{
	height: 100vh;
	width: 100vw;
	display: none;
	background:url(../images/mapserver-bg7.jpg) no-repeat center center/cover;
	position: relative;
}

.nlogin-wrap.active{
	display: flex;
}

.nlogin-wrap.mapserver{
	height: 100vh;
	width: 100vw;
	background:url(../images/mapserver-bg3.jpg) no-repeat center bottom/cover;
	position: relative;
}

.nlogin-wrap.apa{
	background:url(../images/mapserver-bg7.jpg) no-repeat center bottom/cover;
}

.nlogin-wrap .nlogin-content-left{
	width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nlogin-wrap .nlogin-content-right{
	flex: 1;
	height: 100%;
	position: relative;
}

.nlogin-wrap .nlogin-content-bottom{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-system-item{
	width: calc(537px / 2.5);
	height: calc(198px / 2.5);
	background:url(../images/system-item.png) no-repeat center center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	cursor: pointer;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-system-item>span{
	padding-left: 35px;
	display: inline-block;
	color: #fff;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-content-bottom-top{
	width: calc(467px / 1.2);
	height: calc(135px / 1.2);
	background:url(../images/system-enter.png) no-repeat center center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-content-bottom-top>span{
	transform: translateY(-80%);
	padding-left: 20px;
	display: inline-block;
	color: #fff;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-content-bottom-dataln{
	display: flex;
	gap: 50px;
	margin: 20px 0;
}

.nlogin-wrap .nlogin-content-bottom .nlogin-content-bottom-mini-program{
	display: flex;
	gap: 50px;
}

.product-matrix-title{
	height: 50px;
	font-size: 30px;
	font-weight: 500;
	color: #0B1D30;
	line-height: 50px;
	margin: 30px 0;
}

.product-matrix-sub-title{
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #0B1D30;
	line-height: 22px;
	position: relative;
}

.layui-layer-shade {
	opacity: 0.6 !important;
}

.product-matrix-sub-title:after{
	content: '';
	height: 8px;
	width: 1px;
	background: #111;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	z-index: 1;
}

.nlogin-content-left-main{
	min-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.product-matrix-info{
	display: flex;
	padding-top: 20px;
	margin-top: 10px;
	position: relative;
}

.product-matrix-info:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 1px;
	z-index: 1;
	width: 660px;
	background: #111;
}

.product-matrix-info-item{
	width: 200px;
	height: 250px;
	border-radius: 8px;
	padding: 20px;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	box-shadow: rgb(94 106 123 / 15%) 0px 30px 60px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-matrix-info-item:before{
	content: '';
	height: 10px;
	width: 1px;
	background: #111;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	z-index: 1;
}

.product-matrix-info-item .mp-qrcode{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .31s;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
}

.product-matrix-info-item:hover .mp-qrcode{
	height: 100%;
}

.product-matrix-info-item:hover .product-matrix-info-item-disc{
	display: none;
}

.mp-qrcode .show-detail-btn {
	width: 90px;
	height: 40px;
	line-height: 40px;
	background: #006fff;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.product-matrix-info-item .mp-qrcode img{
	width: 180px;
	height: 180px
}

.product-matrix-info-item:not(:last-child){
	margin-right: 20px;
}

.product-matrix-info-item-title{
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 15px 0;
}

.product-matrix-info-item-title-img{
	width: 50px;
	height: 50px;
	display: block;
}

.product-matrix-info-item-title1:before{
	content: '';
	position: absolute;
	left: 5px;
	bottom: 3px;
	z-index: 1;
	height: 5px;
	width: 38px;
	border-radius: 12px;
	background: rgba(255, 202, 40, 0.5);
}

.product-matrix-info-item-disc{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-indent: 2em;
}

.nlogin-content-left .nlogin-img{
	height: 260px;
	width: 435px;
	position: relative;
	animation: bot-move 3s infinite;
}


.nlogin-content-left .nlogin-img img{
	width: 100%;
	height: 100%;
}

.main {
	display: none;
	width: 320px;
	padding: 39px 30px 30px;
	margin: 0;
    background: rgba(23, 20, 20, 0.58);
    border: 2px ridge rgba(238, 238, 238, 0.13);
    border-radius: 5px;
    box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
}

.nav-tabs-custom>.tab-content{
	background: transparent !important;
	color: #fff;
}

.register {
	position: relative;
}

#register,#login {
	margin: 30px auto 0;
}

.register div input {
	border: none;
	height: 40px;
	width: 100%;
	vertical-align:middle;
	font-size: 16px;
	line-height: 40px;
    color: #000;
    padding: 2px 10px;
    border-radius: 2px;
}

.login-area div input {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 2px 10px;
	border-radius: 2px;
}

.rl-input:focus {
	box-shadow: none;
	outline: 0
}

.rl-input::-webkit-input-placeholder {
	color: #bbb;
	text-overflow: ellipsis
}

.rl-input:-moz-placeholder {
	color: #bbb !important;
	text-overflow: ellipsis
}

.rl-input::-moz-placeholder {
	color: #bbb !important;
	text-overflow: ellipsis
}

.rl-input:-ms-input-placeholder {
	color: #bbb !important;
	text-overflow: ellipsis
}

.ver-code {
	width: 150px !important;
}

.btn-ver-code {
	margin-top: -5px;
	float: right;
	width: 98px;
	height: 40px;
	background-color: #eee;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: none;
	cursor: pointer;
	outline: 0;
}

.btn-ver-code:hover {
	background-color: #f7f7f7;
}

.tlgn {
	cursor: pointer;
	padding-left: 20px;
}

.btn-login {
	color: #fff;
	line-height: 36px;
	height: 40px;
	font-size: 18px;
	background-color: #ccc;
	border: 1px solid #ccc;
    margin: 0 0 15px 0;
	outline:0;
	position: relative;
}

.btn-login.active {
	background-color: #3ca5f6;
	border: 1px solid #3ca5f6;
}

.btn-reg {
	display:inline-block;
	height: 40px;
	background-color: #ccc;
	color: #fff;
	line-height: 36px;
	font-size: 18px;
	border: 1px solid #ccc;
	margin: 15px 0;
	outline:0;
	position: relative;
}

.btn-reg.active{
	background-color: #3ca5f6;
	border: 1px solid #3ca5f6;
	outline:0;
}

.btn-login .overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.btn-login .overlay .fa{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    color: white;
    font-size: 20px;
}

#regBtn.active:hover{
	background-color:#4bcaff;
	border: 1px solid #4bcaff;
}

#loginBtn.active:hover,#singleloginBtn.active:hover{
	background-color:#4bcaff;
	border: 1px solid #4bcaff;
}

.register-submit{
	width:100%;
}

.login-width{
	width: 100%;
}

.tab-content a{
	color:#fff;
}
.tab-content a:hover{
	color:#999;
}

.visitor-btn{
	width: 35%;
	line-height: 36px;
    height: 40px;
    margin: 0 0 15px 0;
    outline: 0;
    font-size: 16px;
	float: right;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(238, 238, 238, 0.41);
}

.custom-font .nav-tabs>li:not(.active)>a:hover {
	border-color: white;
}

.custom-font .nav-tabs li {
	width: 122px;
	font-size: 18px;
}

.custom-font .nav-tabs li.active .arrow{
	position: absolute;
    border: 10px #3ca5f6 solid;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-style: solid outset;
    border-bottom-width: 0!important;
    z-index: 1;
    left: 51px;
    bottom: -10px;
}

.custom-font .nav-tabs li a {
	text-align: center;
 	color: #999;
}

.login-box .auxiliary-box ul {
	height: 30px;
}

.custom-font>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #3ca5f6 !important;
}

.custom-font label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.sliding-prompt {
	position: absolute;
	color: #bbb;
	margin-top: -8px
}

.sliding-prompt-pwd {
	position: absolute;
	margin-top: -34px;
	left: 311px;
	white-space: nowrap;
	color: #bbb;
	font-size: 16px
}

.gt_guide-box {
	margin: 5px 0 35px
}

.follow-us{
	padding: 10px 10px 0;
	background: #fff;
	width: 200px;
	height: 200px;
	border-radius: 3px 3px 0 0 !important;
}

.mobile-end-systems{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mobile-end-systems>div{
	flex-grow: 1;
	text-align: center;
	display: flex;
	justify-content: center;
}

.wxQRcode,.wxMP{
    /*width: 200px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wxMP{
    margin-top: 10px;
}

.img-zwb{
	position:absolute;
	top: 200px;
	left: 30px;
	z-index:1;
}

figcaption{
	border-radius: 0 0 3px 3px !important;
	text-align:center;
	color:#333;
	background-color:#fff;
	padding: 12px 5px;
	font-size: 14px;
}

.wxQRcode figcaption .loader{
	color:#000;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	font: bold 20px / 25px "Helvetica", 'Microsoft yahei', Arial;
}

.wxQRcode figcaption .system-introduce{
	margin-top: 20px;
}

.extend-input, .user-info ul li .user-name, .user-info ul li .email,
	.user-info ul li .password, .user-info ul li .code {
	border: 2px solid #e1e1e1;
	width: 300px;
	padding: 8px 0;
	margin-left: 14px;
	color: #666;
	text-indent: 5px;
	outline: 0;
	vertical-align: middle;
	*line-height: 20px;
}

.user-info {
	text-align: center;
	font-size: 1.333em;
	padding-top: 40px;
}

.user-info ul {
	margin: 0;
	padding: 0;
}

.user-info ul li {
	list-style: none;
	margin-bottom: 20px;
}

.user-info ul li span {
	display: inline-block;
	width: 80px;
	text-align: right;
}

.user-info ul li .user-name:focus, .user-info ul li .email:focus,
	.user-info ul li .password:focus, .user-info ul li .code:focus {
	border: 2px solid #d6f1ff;
}

.user-info ul li .code-title {
	margin-left: -150px;
}

.user-info ul li .code-img {
	width: 145px;
	height: 42px;
	margin-left: -58px;
	margin-top: 10px;
}

.user-info ul li .code {
	width: 150px;
}

.user-info ul li .change-code {
	display: block;
	font-size: 0.75em;
	margin-left: -116px;
	margin-top: 10px;
}

.user-info ul li .provision {
	text-align: left;
	width: 300px;
	font-size: 0.75em;
	color: #999;
}

.user-info ul li .provision input {
	margin-right: 9px;
}

.user-info ul li .provision a {
	margin-left: 9px;
}

.user-info ul li .error {
	border: 2px solid #fedddc !important;
	display: inline;
}

.user-info ul .provision-item {
	margin-top: -18px;
	padding-left: 20px;
	*padding-left: 0;
	clear: both;
}

.user-info ul .next-btn {
	font-size: 1.062em;
	text-align: center;
}

.extends-register-tooltip-icon, .prompt .state, .success .state, .error .state,
	.pass-word-strength .state {
	background-image: url("../images/login-logic-icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.extends-icon-border, .tooltip-info .icon-border, .tooltip-info .icon-bg
	{
	position: absolute;
	border-style: solid;
	border-width: 8px;
	height: 0;
	width: 0;
	top: 8px;
}

.shadowtip {
	-moz-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	-webkit-box-shadow: 0 0 15px rgba(18, 21, 21, .3);
	box-shadow: 0 0 15px rgba(18, 21, 21, .3);
}

.tooltip-info {
	display: none;
	position: absolute;
	width: 224px;
	_width: 224px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 8px;
	color: #666;
	font-size: 0.75em;
}

.tooltip-info .icon-border {
	border-color: transparent #ddd transparent transparent;
	left: -17px;
}

.tooltip-info .icon-bg {
	border-color: transparent #fff transparent transparent;
	left: -16px;
}

.tooltip-info .mess {
	display: inline-block;
	max-width: 163px;
	vertical-align: top;
	font-size: 13px;
	margin-top: 1px;
	text-align: left;
}

.prompt {
	display: block;
}

.prompt .strength {
	display: none;
}

.prompt .state {
	display: inline-block;
	background-position: -37px 0;
}

.success {
	display: block;
	border: none;
}

.success span, .success .mess {
	display: none;
}

.success .state {
	display: inline-block;
	background-position: -74px 0;
}

.success .strength {
	display: none;
}

.error {
	display: block;
}

.error .state {
	background-position: 0 0;
}

.error .strength {
	display: none;
}

.pass-word-strength {
	display: block;
}

.pass-word-strength .strength {
	display: block;
	margin-bottom: 10px;
}

.pass-word-strength .strength em {
	font-style: normal;
	margin-right: 10px;
}

.pass-word-strength .strength span {
	display: inline-block;
	background: #ccc;
	width: 46px;
	height: 6px;
	margin-right: 4px;
}

.pass-word-strength .strength .green {
	background: #62aa00;
}

.pass-word-strength .state {
	display: inline-block;
	background-position: -74px 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-error {
	background-color: #f56954;
	border-left: 5px solid #b13c2e;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 10px auto;
}


.remb-psd {
	vertical-align: middle;
}

.login-help a{
	display:inline-block;
	vertical-align:middle;
	height:26px;
	line-height:26px;
}

.rembpsd-label{
	font-size: 14px;
	color:#444;
	cursor: pointer;
	font-weight: normal;
	margin-bottom:0;
}
.rembpsd-label:hover{
	color:#999;
}

.forgot-psd {
	font-size: 14px;
}

.forgot-psd:visited,.forgot-psd:active,.forgot-psd:hover{
}

.forgot-psd:link {
}

.login-footer{
	position:fixed;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,.3);
	color:rgb(255,255,255);
	width:100%;
	z-index: 99;
}
	
.hourzontal-footer{
	list-style-type: none;
	padding: 10px;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	font-family:  'Microsoft yahei';
}
.hourzontal-footer li{
	float:left;
	text-align:center;
	padding-right:10px;
}
.hourzontal-footer p{
	text-align:center; 
	margin-bottom:3px; 
}
.warm-prompt-content{
	
}

.nav-tabs-custom>.nav-tabs>li.active{
	border-top-color: transparent;
}

.loader span {
  -moz-animation: loading 1s linear infinite -0.8s;
  -webkit-animation: loading 1s linear infinite -0.8s;
  animation: loading 1s linear infinite -0.8s;
  float: left;
}
.loader .span2 {
  -moz-animation: loading 1s linear infinite -0.2s;
  -webkit-animation: loading 1s linear infinite -0.2s;
  animation: loading 1s linear infinite -0.2s;
}
.loader .span3 {
  -moz-animation: loading 1s linear infinite -0.5s;
  -webkit-animation: loading 1s linear infinite -0.5s;
  animation: loading 1s linear infinite -0.5s;
}
.loader .span4 {
  -moz-animation: loading 1s linear infinite -1.1s;
  -webkit-animation: loading 1s linear infinite -1.1s;
  animation: loading 1s linear infinite -1.1s;
}
.loader .span5 {
  -moz-animation: loading 1s linear infinite -0.36s;
  -webkit-animation: loading 1s linear infinite -0.36s;
  animation: loading 1s linear infinite -0.36s;
}

.system-notice-wrap{
		margin: 30px auto -90px;
    	width: 320px;
    	position: relative;
    	height: 125px;
    	font-family: 'Microsoft yahei';
}
.system-notice{
	position: absolute;
	z-index: 1;
	left: -200px;
	top: -30px;
	width: 490px;
	background-color: rgba(0,0,0,.4);
   	color: yellow;
   	padding: 10px;
}
.sys-notice-txt{
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
}
.notice-txt-red{
	color: #f39c12;
	cursor: pointer;
	border-bottom: solid 1px #f39c12;
	font-weight: 600;
}

#wx-login-QRCode{
	width: 250px;
	height: 250px;
}

#readedAgree{
    height: 18px;
    width: 18px;
    visibility: hidden;
}

.login-prt{
	font-size: 14px;
    color: #bbb;
    text-align: center;
    margin-top: 7px;
}

.wechat-icon{
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
}

.wechat-icon>i{
	color: #44b549;
	font-size: 18px;
}

#loginCaptchaBox,#regCaptchaBox{
	overflow: hidden;
}

.geetest_logo,.geetest_success_logo,.geetest_copyright,.geetest_feedback{
	display: none !important;
}

.shake-rotate {
	-webkit-animation-name: shake-rotate;
	-moz-animation-name: shake-rotate;
	-ms-animation-name: shake-rotate;
	-o-animation-name: shake-rotate;
	animation-name: shake-rotate;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	-ms-animation-duration: 100ms;
	-o-animation-duration: 100ms;
	animation-duration: 100ms;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running
}

.sys-type-wrap{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin-left: -10px;
	margin-right: -10px;
	background: #2491d4;
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 100px;
	left: 0;
}

.sys-type-wrap:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-bottom: 10px solid #337ab7;
	border-left: 10px solid transparent;
	top: -10px;
	left: -1px;
}

.sys-type{
	padding-left: 40px;
}

.system-type-wrap{
    background: #fff;
    color: #000;
    padding: 2px 10px;
    border-radius: 2px;
    border: none;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
	line-height: 38px;
	cursor: pointer;
	position: relative;
}

.system-type-wrap>div:first-child{
	display: inline-block;
}

.system-type-wrap>div>span:first-child{
	color: silver;
	padding-right: 15px;
}

.system-type-wrap i{
	float: right;
	margin: 10px 5px 0 0;
}

.system-type-items-wrap{
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 1;
	background-color: #fff;
	width: 100%;
	border: 1px solid #EBEBEB;
	border-radius: 0;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
}

.system-type-items-wrap li{
	padding: 5px 0;
	text-align: center;
}

.system-type-items-wrap li:hover{
	color: #1966FF;
	background: #F8F8F8;
}

@-webkit-keyframes shake-rotate {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    
    50% {
        -webkit-transform: translate(0px, 0px) rotate(0.5deg)
    }
    
    98% {
        -webkit-transform: translate(0px, 0px) rotate(6.5deg)
    }
}
@-moz-keyframes shake-rotate {
    0% {
        -moz-transform: translate(0px, 0px) rotate(0deg)
    }
    
    50% {
        -moz-transform: translate(0px, 0px) rotate(0.5deg)
    }
    
    98% {
        -moz-transform: translate(0px, 0px) rotate(6.5deg)
    }
}
@-ms-keyframes shake-rotate {
    0% {
        -ms-transform: translate(0px, 0px) rotate(0deg)
    }
    50% {
        -ms-transform: translate(0px, 0px) rotate(0.5deg)
    }
    98% {
        -ms-transform: translate(0px, 0px) rotate(-4.5deg)
    }
}
@-o-keyframes shake-rotate {
    0% {
        -o-transform: translate(0px, 0px) rotate(0deg)
    }
    50% {
        -o-transform: translate(0px, 0px) rotate(0.5deg)
    }
    98% {
        -o-transform: translate(0px, 0px) rotate(-4.5deg)
    }
}
@keyframes shake-rotate {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    50% {
        transform: translate(0px, 0px) rotate(5.5deg)
    }
    98% {
        transform: translate(0px, 0px) rotate(-7.5deg)
    }
}

@-moz-keyframes loading {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
  }

  26% {
    -moz-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .2;
  }

  76% {
    -moz-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .6;
  }
}
@-webkit-keyframes loading {
  0%, 100% {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
  }

  26% {
    -webkit-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .2;
  }

  76% {
    -webkit-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .6;
  }
}
@keyframes loading {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
  }

  26% {
    -moz-transform: scale(1.1) rotateZ(12deg);
    -ms-transform: scale(1.1) rotateZ(12deg);
    -webkit-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .2;
  }

  76% {
    -moz-transform: scale(0.8) rotateZ(-8deg);
    -ms-transform: scale(0.8) rotateZ(-8deg);
    -webkit-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .6;
  }
}
