
html,body {
	width:100%;
	height:100%;
	background-color: #fff;
	box-sizing: border-box;
	font:14px helvetica neue,helvetica,pingfang sc,\5fae\8f6f\96c5\9ed1,tahoma,arial,sans-serif;
}

* {
	margin:0px;
	padding:0px;
}

.login-main{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.login-new-bg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.login-bg-img{
	width: 100vw;
	height: 100vh;
	position: relative;
}

.login-top-bg{
	width: 100%;
	min-width: 1200px;
	height: 56px;
	/* background-color: #f87830; */
	position: relative;
}

.login-top-box{
	width: 1200px;
	height: 56px;
	margin: auto;
	/* background-color: #f87830; */
	position: relative;
}

.login-top-box img{
	width: 134px;
	height: 38px;
	top: 9px;
	left: 0px;
	position: absolute;
}

.login-top-btn{
	width: 100px;
	height: 30px;
	top: 13px;
	left: 1100px;
	position: relative;
	border: 1px solid rgba(255,255,255,0.6);
	opacity: 0.8;
}

.login-top-btn span{
	width: 60px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 11px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}

.login-top-btn img{
	width: 12px;
	height: 6px;
	position: absolute;
	top: 11px;
	left: 77px;
}

.downdrop{
    display: none;
    position: absolute;
    width: 99px;
    top: 30px;
    left: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
    z-index: 999;
}

.downdrop a{
	display: block;
	height: 32px;
	text-align: center;
	color: #666;
	line-height: 32px;
	font-size:14px;
	text-decoration: none;

}

.downdrop a:hover{
	color: #fff;
	background-color: #f87830;
	cursor: pointer;
	text-decoration: none;
}

.login-top-btn:hover{
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.6);
	opacity: 1.0;
}

.login-top-btn:hover >.downdrop{
	display: block;
}

.login-mid-box{
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
}

.left-img{
	width: 222px;
	height: 438px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 99;
}

.login-input-box{
    width: 388px;
    /* height: 349px; */
    background: #ffffff;
    padding: 25px 31px;
    border-radius: 5px;
}

.input-box-logo{
	width: 166px;
	height: 47px;
	position: absolute;
	top: 37px;
	left: 151px;
}

.input-box-mid{
	position: relative;
	width: 100%;
	/* height: 211px; */
	/* top: 84px;
	left: 60px; */
}

.login-type-box{
	position: relative;
	width: 55%;
	display: flex;
	margin: 0 auto 10px auto;
	flex-direction: row;
	justify-content: space-between;
}

.login-type-nav{
	position: relative;
	font-size: 14px;
	color: #babec8;
	cursor: pointer;
	white-space: nowrap;
}

.login-type-nav:hover{
	color: #ff6f06;
}

.login-type-nav::after{
	content: "";
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: #ff6f06;
	left: 0;
	opacity: 0;
}

.currnav{
	color: #ff6f06 !important;
}

.currnav::after{
	opacity: 1 !important;
}

.hiddenview{
	display: none;
}

 input::-webkit-input-placeholder{
 	color:#aaaaaa;
 }
 

.zhanghao-input-bg{
	font-size: 0;
	top:0px;
	/* height: 171px;
	min-height: 171px; */
	width: 100%;
	position: relative;
	z-index: 100;
	padding-top: 35px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zhanghao-input{
	top:0px;
	height: 60px;
	width: 100%;
	position: relative;
}

.zhanghao-input input{
	height: 34px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(216,216,216,1);
    background-color: #f8f9fa;
    border: 1px solid #babec8;
}

.zhanghao-img{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 13px;
	left: 332px;
}

.zhanghao-img:hover{
	cursor: pointer;
}

.zhanghao-tip{
	height: 15px;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px; 
}

.zhanghao-tip img{
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.zhanghao-tip span{
	position: absolute;
	top: 0px;
	left: 20px;
	height: 15px;
	width: 320px;
	line-height: 16px;
	font-size:12px;
	color: #f87830;
}

.password-input{
	top: 0px;
	height: 60px;
	width: 100%;
	position: relative;
}

.password-input input{
	height: 34px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid rgba(216,216,216,1);
	outline:none;
	padding-left: 40px;
    background-color: #f8f9fa;
    border: 1px solid #babec8;
}

.psd-img{
	width: 22px;
	height: 12px;
	position: absolute;
	top: 30%;
	transform: translatey(-50%);
	right: 5px;
}

.psd-img:hover{
	cursor: pointer;
}

.password-tip{
	height: 15px;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px; 
}

.password-tip img{
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.password-tip span{
	position: absolute;
	top: 0px;
	left: 20px;
	height: 15px;
	width: 320px;
	line-height: 16px;
	font-size:12px;
	color: #f87830;
}

.captcha-container{
	width: 100%;
	position: relative;
	height: 36px;
	display: none;
	margin-bottom: 25px;
}

.captchabox{
	position: absolute !important;
	top: -152px;
	left: 1px;
	z-index: 0;
	background-color: #fff;
	display: none;
}
.captchaboxsuccess{
	width: 326px;
	height: 36px;
	border-radius: 2px;
	background-color: #f0fff3;
	border: 1px solid #7ac23c;
	color: #7ac23c;
	text-align: center;
	line-height: 34px;
	font-size:14px;
	display: none;
}

.captchaboxfail{
	width: 326px;
	height: 36px;
	border-radius: 2px;
	background-color: #fffafa;
	border: 1px solid rgb(224,36,36);
	color: rgb(224,36,36);
	text-align: center;
	line-height: 34px;
	font-size:14px;
	display: none;
}


.input-box-bottom{
	width: 100%;
	height: 76px;
	margin-top: 20px;
	position: relative;
}

.login-btn{
	width: 100%;
	height: 36px;
	border-radius: 4px;
	background-color: #f87830;
	color: #fff;
	font-size:14px;
	line-height: 36px;
	text-align: center;
}

.login-btn:hover{
	cursor: pointer;
}

.login-tip-box{
	position: relative;
	width: 100%;
	height: 16px;
	margin-bottom: 15px;
}

.tip-box-left{
	position: relative;
	float: left;
	margin-left: 0px;
}

.tip-box-left input{
	border-radius:2px;
	border:1px solid #999;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}

.tip-box-left input:hover{
	cursor: pointer;
}

.tip-box-left span{
	float: left;
	margin-left:24px;
	height: 16px;
	line-height: 16px;
	color: #666;
	font-size: 14px;
}

.tip-box-left{
	cursor: pointer;
}

.tip-box-right{
	float: right;
	margin-right: 0px;
	height: 16px;
	text-align: end;
	color: #999;
	line-height: 16px;
}

.tip-box-right a {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

.tip-box-right a:hover{
	text-decoration: none;
}

.tip-box-right span{
	margin:0px 8px;
}

.select-box{
	/* top: 0;
	position: absolute; */
	width: 100%;
	height: 36px;
    background-color: #f8f9fa;
    border: 1px solid #babec8;
}

.select-tip{
	/* top: 50px;
	position: absolute; */
	margin-top: 20px;
	width: 103%;
	font-size:14px;
	line-height: 22px;
}

.select-tip a{
	color: #f87830;
}

.select-tip a:hover{
	text-decoration: none;
}

.select-tip span{
	color: #999;
}


.login-footer{
	width: 100%;
	position: relative;
	text-align: center;
}

.input-bannerbox{
	width: 200px;
	height: 438px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 99;
}

#headbg {
     height:438px;
}

.pcheaderbg1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	cursor: pointer;
   /*  background:  no-repeat center center;  */
    overflow:hidden;
}

.pcheaderbg2 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	cursor: pointer;
	/* background:  no-repeat center center; */
    overflow:hidden;
}

.pcheaderbg3 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	cursor: pointer;
	/* background:  no-repeat center center; */
    overflow:hidden;
}
.captcha-tip{
	height: 15px;
	width: 100%;
	position: absolute;
    bottom: -5px;
	transform: translatey(100%);
	/* position: absolute;
	top: 10px;
	left: 0px; */
	display: none; 
}

.captcha-tip img{
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.captcha-tip span{
	position: absolute;
	top: 0px;
	left: 20px;
	height: 15px;
	width: 320px;
	line-height: 16px;
	font-size:12px;
	color: #f87830;
}

#ca{
	height: 195px;
	padding-top: 35px;
}

.ca-box-bottom{
	height: auto;
}

.ca-box-bottom .login-btn{
	position: relative;
	top: -9px;
}
/* #zhanghao{
	height: 180px;
} */
.layui-carousel-ind ul {
	background-color:rgba(0,0,0,0);
}
.layui-carousel-ind ul:hover{
	background-color:rgba(0,0,0,0);
}
.layui-carousel-ind li {
	width: 8px;
	height: 8px;
}
.layui-carousel-ind {
	top:-45px;
}

.login-mid-content{
	width: 1200px;
	margin: 0 auto;
	flex: 1;
	position: relative;
}

.login-text{
	position: absolute;
    right: 440px;
    top: 180px;
    height: 180px;
}

.input-front-icon{
	position: absolute;
    left: 10px;
    width: 16px;
    height: 17px;
    top: 9px;
	z-index: 100;
}

.searchable-select{
	height: 34px;
	width: 100%;
	line-height: 34px;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	border-bottom: 1px solid rgba(216,216,216,1);
    background-color: #f8f9fa;
    border: 1px solid #babec8;
}

.slider{
	border: 1px solid #e7e7e7
}