@charset "UTF-8";
/* CSS Document */

html, body {  font-size: 14px; line-height: 1.2rem; font-family: "微软雅黑"; color: #333;}
* { margin: 0; padding: 0; list-style: none; text-decoration: none;} 
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}ss
.content {
    height: 100%;
}
.topLeft {
    float: left;
    margin-top: 12px;
}
.wrap{
	padding-top:10%;
}
.loginMain{
	margin: 0 auto;
	width: 800px;
	border-radius: 8px;
}
.leftImg{
	float: left;
	border-radius: 8px 0 0 8px;
	background-color: #e9f4ff;
	width: 385px;
	height: 330px;
	position: relative;
}
.titLeImg{
	position: absolute;
	top: 60px;
	left: 45px;
	right: 30px;
}
.titLeImg h2{
	font-size: 25px;
	color: #fffffe;
}
.titLeImg p{
	margin-top: 30px;
	font-size: 14px;
	color: #d3ebff;
	line-height: 30px;
	text-indent: 2em;
}
.loginForm {
  float: right;
    background-color: #fff;
    width: 415px;
	height: 475px;
    z-index: 9999;
    border-radius: 0 8px 8px 0;
	padding: 25px 0;
	position: relative;
}
.logo{
	position: relative;
	margin: 0 auto;
	display: block;
}
.loginTle {
    width: 100%;
    float: left;
    border-bottom: 1px #eee solid;
	margin-top: 10px;
}
.loginTle div.logoOn {
    border-bottom: 2px #287ac7 solid;
    margin-bottom: -1px;
    color: #287ac7;
}
.loginTle div {
    width: 30%;
	margin: 0 10%;
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
	height: 50px;
	line-height: 50px;
}
.loginTle div.logoOn {
    color: #287ac7;
}
.usernameDiv{
	height: 40px;
	position: relative;
	margin-top: 20px;
}
.usernameDiv img{
	width: 14px;
	top: 12px;
	left: 9px;
}
.adminInput{
	width: 100%!important;
    height: 40px;
    font-size: 15px;
    border-radius: 0.5em;
	color:#505050!important;
	font-size: 14px;
	padding-left: 10px!important;
    /*margin-left: auto;*/
    /*border: 1px solid #cccccc;*/
}
.passwordDiv{
    height: 40px;
    position: relative;
}
.passwordDiv img{
	width: 14px;
	top: 12px;
	left: 9px;
}
.cardDiv{
    width: 50%;
    height: 40px;
    float: left;
	margin-right: 25px;
}
.cardInput{
/*  width: 124px;
 */ height: 40px;
    font-size: 15px;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
	color:#505050!important;
	font-size: 14px;
}
.codeDiv{
    height: 40px;
}
.codeInput{
    height: 40px;
    font-size: 15px;
    border-radius: 0em 0.5em 0.5em 0em;
    /*验证码样式*/
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    /*border: 0;*/
    letter-spacing: 2px;
    cursor: pointer;
}
i{
    position: absolute;
}
.adminIcon{
    font-size: 22px;
    margin-top: 8px;
    margin-left: 165px;
}
.logoHead{
    width: 250px;
    height: 25px;
    padding-left: 90px;
    padding-top: 25px;
}
.usernameLabel{
    width: 60px;
    height: 30px;
    font-size: 16px;
    float: left;
    margin-left: 55px;
    margin-top: 40px;
}
.submitLabel{
    width: 160px;
    height: 30px;
    font-size: 13px;
    float: left;
    margin-left: 55px;
    margin-top: 40px;
    cursor: pointer;
}
.usernameWrapDiv{
   width: 320px;
   overflow: hidden;
   margin: 20px auto;
}
.usernameLg{
	width: 320px;
    margin: -12px auto 0 auto;
    margin-top: -130px;
}
.myCheckbox{
	width: 12px;
    height: 12px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.m-t-lg span{
	font-size: 12px;
	line-height: 20px;
}
.colctr{
    padding-left: 30px;
}
.m-t-lg span a{
cursor: pointer;
}

.submitDiv{
	padding: 10px 0;
	background-color: #287ac7;
	border: 1px #287ac7 solid;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
	text-align: center;
	margin-top: 55px;
}
.layui-layer-iframe .layui-layer-btn{
padding-top: 0px!important;

}
.layui-layer-title{
height: 45px!important;
    line-height: 45px!important;
}
.layui-layer-btn a{
    height: 35px!important;
    line-height: 35px!important;
    margin: 0!important;
}
.loginBtn{
	background: none;
	border: none;
	color: #fff;
}
.submit{
    width: 100px;
    height: 40px;
    border-radius: 0.5em;
}

.imgStyle{
    width: 100%;
    height: 100%;
}
.xcbtnSendsms {
    width: 35%;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    border: none;
    display: block;
    outline: none;
    padding: 0 10px;
    color: #909090;
    float: right;
    border: 1px solid #e0e0e0;
}
@media screen and (min-width: 800px) and (max-width: 900px){
	.loginMain{
		width: 100%;
	}
	.leftImg{
		display: none;
	}
	.loginForm{
		float: none;
		margin: auto;
		border-radius: 8px;
	}
}
@media screen and (min-width:600px) and (max-width: 799px){
	.loginMain{
	    width:auto!important;
	    padding-top:12%!important;
	    box-shadow: none!important;
	}
	.leftImg{
	    display:none;
	}
	.loginForm{
		width: 100%;
		height: 470px;
	    margin: 0 auto;
	    border-radius: 8px!important;
	    float: none!important;
	}
	.topLeft{
		display: none;
	}
	.topLeftPh{
		display: block;
		float: left;
		line-height: 55px;
		width: 30%;
	}
	.tabTop a{
		width: 16%;
		float: left;
	}
	
	.bookCon {
	    padding: 10px !important;
	}
	.listtop p {
	    font-size: 12px;
	    font-weight: normal;
	}
	.brs{
		display: none!important;
	}
	
	.cardDiv{
		width: 45%!important;
		margin-right: 20px!important;
	}
	.submitDiv{
		margin-top: 50px 
	}
	.myCheckbox{
		width: 12px!important;
		height: 12px!important;
		margin-right: 5px!important;
	}
	.verify-wrap{
		width:320px!important;
	}
	.xcbtnSendsms{
		width: 42%!important;
	}
	.cardInput{
		width: 160px!important;
	}
	.logo{
		width: 200px!important;
		height: auto!important;
	}
}
@media screen and (min-width:400px) and (max-width: 599px){
	.loginMain{
	    width:auto!important;
	    padding-top:15%!important;
	    box-shadow: none!important;
	}
	.leftImg{
	    display:none;
	}
	.loginForm{
		width: 100%;
	    margin: 0 auto;
	    border-radius: 8px!important;
	    float: none!important;
	}
	.topLeft{
		display: none;
	}
	.topLeftPh{
		display: block;
		float: left;
		line-height: 55px;
		width: 30%;
	}
	.tabTop a{
		width: 16%;
		float: left;
	}
	.bookCon {
	        padding: 10px !important;
	    }
	.listtop p {
	    font-size: 12px;
	    font-weight: normal;
	}
	.brs{
		display: none!important;
	}
	
	.cardDiv{
		width: 45%!important;
		margin-right: 20px!important;
	}
	.submitDiv{
		margin-top: 60px 
	}
	.myCheckbox{
		width: 12px!important;
		height: 12px!important;
		margin-right: 5px!important;
	}
	.verify-wrap{
		width:320px!important;
	}
	.xcbtnSendsms{
		width: 42%!important;
	}
	.cardInput{
		width: 160px!important;
	}
	.logo{
		width: 200px!important;
		height: auto!important;
	}
}
@media screen and (min-width:300px) and (max-width: 399px){
	.loginMain{
		width:auto!important;
		padding-top:15%!important;
		box-shadow: none!important;
	}
	.leftImg{
		display:none;
	}
	.loginForm{
		width: 100%;
		margin: 0 auto;
		border-radius: 8px!important;
		float: none!important;
	}
	.topLeft{
		display: none;
	}
	.topLeftPh{
		display: block;
		float: left;
		line-height: 55px;
		width: 30%;
	}
	.tabTop a{
		width: 16%;
		float: left;
	}
	
	.bookCon {
			padding: 10px !important;
		}
	.listtop p {
		font-size: 12px;
		font-weight: normal;
	}
	.brs{
		display: none!important;
	}
	
	.cardDiv{
		width: auto!important;
		margin-right: 15px!important;
	}
	.submitDiv{
		margin-top: 55px 
	}
	.usernameLg{
		margin-top: -115px!important;
	}
	.m-t-lg span{
		font-size:10px!important;
	}
	.myCheckbox{
		width: 12px!important;
		height: 12px!important;
		margin-right: 3px!important;
	}
	.verify-wrap{
		width:85%!important;
		max-width: 320pximportant;
	}
	.xcbtnSendsms{
		width: 42%!important;
	}
	.cardInput{
		width: 100px!important;
	}
	.logo{
		width: 170px!important;
		height: auto!important;
	}
	.usernameWrapDiv{
		width: 85%;
	}
	.loginTle div{
		font-size: 14px;
	}
	.adminInput{
		font-size: 12px;
	}
	.loginForm{
		width: 90%;
		height: 390px;
	}
	.usernameWrapDiv{
		margin: 10px auto;
	}
	.loginTle{
		margin-top: 0px;
	}
}













