@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
	height: 100vh;
}
body{
	background: url(../images/erp-bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.erp-login-wrap{
	width: 470px;
	height: 606px;
	margin: 0 auto;
}
.erp-login-box{
	width: 404px;
	height: 434px;
	margin: 0 auto;
	background: url(../images/erp-loginpic.png) no-repeat;
}
.erp-login-box h4{
	font-style: italic;
	color: #00a4e9;
	width: 304px;
	height: 58px;
	line-height: 58px;
	text-indent: 10px;
	border-bottom: 1px solid #cecece;
	font-size: 26px;
	margin-bottom: 35px;
}
.erp-login-box p{
	width: 300px;
	height: 46px;
	margin: 10px auto;
}
.erp-login-box p input{
	height: 46px;
	line-height: 46px;
	border: none;
	outline: none;
	border-radius: 5px;
	text-indent: 10px;
	color: #5e5e5e;
}
.login-pass,.login-user{
	width: 300px;
}
.code{
	width: 124px;
}

.erp-login-box p img{
	vertical-align: bottom;
	width: 90px;
	border-radius:5px;
	height: 46px;
}
.erp-login-box p a{
	color: #00a4e9;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}
.erp-login-box .login-btn{
	display: block;
	width: 300px;
	height: 46px;
	margin: 30px auto;
	text-align: center;
	line-height: 46px;
	border: none;
	outline: none;
	background: #00a4e9;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 3px;
}
h3.erp-title{
	text-align: center;
	margin-top: 4%;
}
input:-webkit-autofill{
	box-shadow:0 0 0px 1000px white inset;
}
.error-info{
	display:block;
	width:300px;
	margin:0 auto;
	color:red;
	position:relative;
	top:10px;
}

.login-box{
	width: 306px;
	margin: 0 auto;
	padding-top: 60px;
}
.login-box p{
	width: 100%;
	height: 46px;
	overflow: hidden;
	box-sizing: border-box;
}
.login-box p a{
	font-size: 16px;
	color:#7f7f7f;
	text-decoration:none;
	outline:none;
	font-family:"SimSun";
}

.erp-login-box h4{ 
   width: 100%;
   text-align: center;
   font-style: normal;
   font-weight: normal;
   color: #333;
   font-size: 24px;
   text-indent: 0;
   border-bottom: none;
}
.erp-login-box h4 span{
        display: inline-block;
        line-height: 40px;
        padding: 0 5px;
}
.active-menu{
        border-bottom: #39d8ee 2px solid;
        color: #39d8ee;
}
div.login-code{
        width: 100%;
        position: relative;
        top: -10px;
}
div.login-code iframe{
        display: block;
        margin: 0 auto;
}
.erp-login-box h4 span{
        margin:0 30px;
        cursor: pointer;
        position: relative;
}
.erp-login-box h4 span:last-of-type:before{
        content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #ccc;
    position: absolute;
    top: 11px;
    left: -25px;
}
ul.choose-list{
        list-style: none;
        text-align: center;
        padding-top: 20px;
}
ul.choose-list li{
        height: 46px;
        line-height: 46px;
        width: 70%;
        margin: 20px auto;
        border-radius: 8px;
        background: #fff;
        cursor: pointer;
        box-shadow: 1px 3px 3px rgba(0,0,0,.1);
}
ul.choose-list li:not(.disabled):hover{
   color: #39d8ee;
}
ul.choose-list li.disabled{
   background: #f8f8f8;
}

ul.choose-list li.selected{
    color: #39d8ee;
}

