/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;box-sizing:border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "Microsoft Yahei",\5b8b\4f53;color:#333;outline:0;border:0;}
body{background:#fff;font-family: "Microsoft Yahei";}
a{color:#333333}
a:hover{color:#1968a9;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.hidden{display: none;}
html,body{width:100%;height: 100%;font-size: 12px;min-width: 1300px;min-height: 650px;}
input,textarea{
-webkit-appearance: none;
}
#login{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 512px;
}
#login>h1{
	opacity: .45;
	font-family: MicrosoftYaHei;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 187px;
	left: 152px;
	font-weight:normal;
}
#login>h2{
	opacity: .45;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 241px;
	left: 96px;
	font-weight:normal;
}
.leftconner{
	position: absolute;
	left: 0;
	top: 0;
}
.rightconner{
	position: absolute;
	right: 512px;
	bottom: 0;
}
.leftBg{
	float: left;
	width: 100%;
	height: 100%;
	overflow:hidden;
	background: url('../images/loginbg.png') #1E5A96 no-repeat center center;
	
}
.add_transform {
   
}
.add_transition {
   
}
.loginBox{
	width: 512px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.loginBox a img{
	margin-top: 55px;
	/* margin-left: 200px; */
}
.loginType{
	padding-bottom: 12px;
	margin-bottom: 27px;
}
.loginType span{
	float: left;
	display: inline-block;
	width: 50%;
	color: #333;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.loginType .choosedType{
	color: #1E5A96;
	position: relative;
}
.loginType .choosedType::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 45px;
	display: block;
	height: 2px;
	width: 46px;
	background-color: #1E5A96;
}
.inputBox{
	width: 280px;
	min-height:380px;
	margin: 27px auto;
}
.inputBox input{
	width: 100%;
	height: 40px;
	line-height:40px;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	margin-bottom: 20px;
	padding-left: 12px;
}
.inputBox input:focus{
	border: 1px solid #1E5A96;
}
.inputBox .listInput{
	position: relative;
}
.inputBox .listInput span{
	position: absolute;
	right:10px;
	top:0;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}
.inputBox .listInput .validateCode{
	right:0;
}
.inputBox .listInput .validateCode img{
	height: 30px;
    margin: 5px;
}
.inputBox button,.alreadyLogin .loginButton{
	width: 100%;
	height: 40px;
	display: block;
	color: #fff;
	background: #1E5A96;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	transition: .5s;
	font-size:14px;
}
.inputBox button:hover,.alreadyLogin .loginButton:hover{
	background: #1968a9;
}
.submitDown span{
	color: #666666;
	cursor: pointer;
}
.submitDown span.last_right{
	float: right;
}
.tipBox{
	min-height: 46px;
	margin-bottom: 17px;
}
.tipBox .loginError{
	padding:5px 5px 5px 23px;
	border: 1px solid #FFE5DB;
	border-radius: 3px;
	color: #FF4800;
	line-height: 18px;
	background: url("../images/warn.png") #FFEBE3 5px 8px no-repeat;
}
.loginBox .houtai{
	padding-bottom: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 512px;
}
.loginBox .houtai div{
	margin-bottom: 16px;
}
.houtai div{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.houtai p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.65) !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

/*修改密码弹框*/
.reset_pass_container{
	position: fixed;
	left:0;top:0;bottom:0;right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	z-index:99999;
}
.pass_form_cont{
	width: 600px;
	color:#333;
	background: #fff;
	border-radius: 8px;
}
.pass_form_title{
	height: 56px;
	border-bottom:1px solid rgba(126,134,142,0.16);
	padding:0 24px;
	font-weight: bold;
	font-size:14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pass_form_title span{
	font-size:14px;
}
.pass_form_title .pass_close_btn{
	font-size:24px;
	color:#333;
	cursor: pointer;
}
.pass_form_title .pass_close_btn:hover{
	color:#1E5A96;
}
.pass_form{
	padding:24px;
}
.form_item{
	display: flex;
	align-items: center;
	padding:10px;
}
.form_item_left{
	width: 70px;
}
.form_item_right input{
	height: 32px;
	border-radius: 4px;
	border: 1px solid #E0E2E4;
	padding:0 8px;
	box-sizing: border-box;
	font-size: 14px;
	width: 200px;
}
.form_item_right input:focus{
	border-color:green;
}
.form_item_right input::placeholder{
	font-size: 14px;
	font-weight: 400;
	color: rgba(23,26,29,0.24);
}
.pass_btn_cont{
	padding:0 24px 24px;
	display: flex;
	align-items: center;
}
.pass_btn_cont div{
	width: 64px;
	height: 32px;
	background: #1E5A96;
	border-radius: 4px;
	color:#fff;
	font-size:14px;
	line-height: 32px;
	text-align: center;
	margin-left:80px;
	cursor: pointer;
}



/* 弹窗公共样式 */
        .dialogBox {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border: 1px solid #ccc;
            z-index: 1000;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            width: 420px;
            border-radius: 10px;
            text-align: center;
        }
        #dialogOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        .dialogTitle {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            text-align: left;
        }
        #closeDialog {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-size: 20px;
            color: #ccc;
        }
        #closeDialog:hover {
            color: #888;
        }
        .dialogButton {
            min-width: 120px;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #49BA5F;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }
        .dialogButton:hover {
            background-color: #3e9b4f;
        }
        .inputContainer {
            display: flex;
            align-items: center;
            margin: 10px 0;
            text-align: left;
        }
        .inputLabel {
            flex: 0 0 100px;
            font-size: 14px;
            text-align: right;
        }
        .dialogInput {
            flex: 1;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }
        .verificationCodeContainer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 10px 0;
        }
        .verificationCodeContainer input {
            flex: 1;
            margin-right: 10px;
        }
        .getCodeButton {
            padding: 10px;
            background-color: #49BA5F;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }
        .getCodeButton:hover {
            background-color: #3e9b4f;
        }