html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.normal{
    height: 100%;
    width: 100%;
    background: url('../image/login-bg.jpg') no-repeat;
    min-width: 1366px;
    min-height: 626px;
    overflow: auto;
}
.title{
    position: absolute;
    width: 100%;
    height: 66px;
    background-color: rgb(255, 255, 255, 0.5);
    top: 10%;
}
.title_content{
    position: relative;
    background: url('../image/login-title.png') no-repeat;
    width: 610px;
    height: 68px;
    margin-left: 15%;
    margin-top: 10px;
}


.loginPanel {
    position: absolute;
    right: 15%;
    bottom: 20%;
    width: 310px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.582);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
    padding: 31px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.copyright {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
}
.panel_photo{
    display: block;
}
.photoH {
    display: block;
    margin: 10px auto;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    left: 114px;
    position: absolute;
    top: -55px;
    border: 4px solid rgb(255, 255, 255, 0.5);
    z-index: 1000;
}
.loginForm {
	margin-top: 20px;
}
.inputGroup {
	margin-bottom: 15px;
	white-space: nowrap;
	position: relative;
}
.icon {
	/*padding: 6px 12px;*/
	box-sizing: border-box;
	display: inline-block;
	background-color: #ffffff;
    border: 1px solid #ccc;
    height: 31px;
    width: 36px;
    vertical-align: top;
    border-right: 0;
    padding-top: 4.5px;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.input {
	display: inline-block;
	width: 213px;
    border: 1px solid #ccc;
    height: 31px;
	padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
}
.input_vcode {
	display: inline-block;
	width: 127px;
    border: 1px solid #ccc;
    height: 31px;
	padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 5px;
}
.checkCode {
    width: 112px;
    height: 30px;
    display: inline-block;
    margin-left: 2px;
    border-radius: 5px;
}
button {
    color: #fff;
	background-color: #38C64E;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    user-select: none;
    white-space: nowrap;
    display: block;
	width: 100%;
    box-shadow: none;
	border: 1px solid transparent;
	padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px;
}
button:hover {
	background-color: rgb(18,143,118);
}
.ckeckbox {
	color: rgb(153, 153, 153);
	font-size: 12px; 
}
.errorMsg {
    position: absolute;
    top: 6px;
    right: 6px;
    white-space: nowrap;
    color: #ff4d4d;
    font-size: 14px;
    display: none;
}
.checkSpan {
	right: 123px;
}
.showErrorMsg {
	display: block;
}
.error {
	border-color: #ff4d4d;
}
.loginErrMsg {
    position: absolute;
    font-size: 12px;
    background: #e25d5d;
    display: none;
    width: 246px;
    margin-top: -18px;
    color: #fff;
}

.copyright{
    position: absolute;
    bottom: 3px;
    right: 10px;
    color: #FFFFFF;
    font-size: 12px;
}

/* 二维码下载样式 */
.down_img{
    position: absolute;
    height: 105px;
    right: 50px;
    bottom: 5%;
    width: 350px;
}
.down_internet{
    height: 105px;
    width: 115px;
    float: left;
}
.down_android{
    height: 105px;
    width: 115px;
    float: left;
}
.down_ios{
    height: 105px;
    width: 115px;
    float: left;
}
.down_img_item{
    height: 93px;
    width: 100px;
}
.down_img_div{
    width: 100px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    text-align: center;
}
/* 二维码下载样式 */