*{
	margin: 0;
	padding: 0;
}
body {
    min-width: 1200px;
}
li{
    list-style: none;
}

a{
    text-decoration:none;
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999999;
    font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#999999;
   font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999999;
   font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999999;
   font-size:14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.main{
	height: 100%;
	width: 100%;
	background: #fff;
}
.header{
	height: 60px;
	width: 100%;
	background: #227DFF;	

}
.header-top{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.logo{
	float: left;
	
}
.logo img{
	width: 116px;
	height: 16px;
	margin-top:22px;
}
.nav{
	float: right;
	line-height: 60px;
}
.nav li{
	float: left;
	margin-left: 40px;	
	height: 60px;
}
.nav li:first-child{
	margin-left: 0;	
}
.nav li a{
    display:block;
	font-size: 16px;
	opacity: 0.5;
    height:50px;
}
.nav li .active{
	font-size: 18px;
	opacity: 1;
    border-bottom:4px solid #fff;
}
.nav li a:hover{
	font-size: 18px;
	opacity: 1;
    border-bottom:4px solid #fff;
}
.nav .login a:hover{
	font-size: 16px;
	opacity: 0.5;
    border-bottom:none;
}
.nav .login  a{
    float:left;
}
.nav div{
    width:160px;
    height:120px;
    text-align:center;
    color:#FFFFFF;
    background:#227DFF;
    position:absolute;
    top:60px;
    margin-left:-50px;
    overflow:hidden;
}
.nav div span{
    display:block;
    height:40px;
    line-height:40px;
}
#navul a{
    height:40px;
    line-height:40px;
    opacity:0.5;
    color:#fff;
    font-size:16px;
}
#navul a:hover{
    color:#fff;
    opacity:1;
    cursor:pointer;
    font-size:16px;
    border-bottom:none;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.footer{
	width: 100%;
	height: 220px;
	background: #3A4050;
}
.footer div{
	width: 420px;
	margin:0 auto;
	padding-top: 56px;
}
.footer img{
	float: left;
	width: 100px;
	height: 108px;
	
}
.footer ul{
	float: right;
	text-align: center;
}
.footer ul li{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

#cover{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.6;
    display: none;
    z-index:333;
}
#login{
    width: 600px;
    height: 600px;
    background: white;
    position: fixed;
    top: 220px;
    left:50%;
    margin-left:-300px;
    z-index: 444;
    display: none;
}
#close span{
    float:left;
    width: 48px;
    height: 48px;
    position: absolute;
    top:24px;
    right: 24px;
    font-size: 50px;
    color: #999;
    line-height:40px;
    text-align:center;
    font-weight:300;
    cursor:pointer;
}
#close span:hover{
     color: #777;
}
#login .lg-content{
    margin:60px 100px 0;
}
#login .lg-content h3{
    color:#227DFF;
    font-size:28px;
    text-align:center;
    line-height:40px;
    font-weight:500;
    margin-bottom:6px;
}
#login .lg-content p{
    text-align:center;
    color:#999999;
    font-size:16px;
    margin-bottom:40px;
}
#login .lg-content input{
    border:1px solid #DDDDDD;
    height:46px;
    width:368px;
    border-radius:2px;
    margin-bottom:28px;
    padding:0 16px;
    font-size:14px;
    line-height:46px;
}
#login .lg-content div{
    width:400px;
}
#login .lg-content div input{
    width:250px;
    margin-right:12px;
}
#login .lg-content div span{
    float:right;
    width:104px;
    color:#227DFF;
    font-size:14px;
    text-align:center;
    line-height:46px;
    cursor:pointer;
}
#login .lg-content button{
    width:400px;
    height:46px;
    background:#227DFF;
    line-height:46px;
    text-align:center;
    color:#fff;
    font-size:16px;
    border:none;
    margin-bottom:12px;
    cursor:pointer;
}
#login .lg-content em{
    font-style:normal;
    color:#999999;
    font-size:12px;
}
#login .lg-content em input{
    width:16px;
    height:16px;
    border:1px solid #DDDDDD;
    background:#fff;
    display: table-cell;
    vertical-align: middle;
    margin-bottom:0;
    margin-right:8px;
    outline:none;
     padding:0;
     cursor:pointer;
}
#login img{
    height:168px;
    width:600px;
    position:absolute;
    bottom:0;
}
#register{
    width: 600px;
    height: 840px;
    background: white;
    position: fixed;
    top: 120px;
    left:50%;
    margin-left:-300px;
    z-index: 444;
    display: none;
}
#re-close span{
    float:left;
    width: 48px;
    height: 48px;
    position: absolute;
    top:24px;
    right: 24px;
    font-size: 50px;
    color: #999;
    line-height:40px;
    text-align:center;
    font-weight:300;
    cursor:pointer;
}
#re-close span:hover{
     color: #777;
}
#register .re-content{
    margin:60px 100px 0;
}
#register .re-content h3{
    color:#227DFF;
    font-size:28px;
    text-align:center;
    line-height:40px;
    font-weight:500;
    margin-bottom:6px;
}
#register .re-content p{
    text-align:center;
    color:#999999;
    font-size:16px;
    margin-bottom:40px;
}
#register .re-content input{
    border:1px solid #DDDDDD;
    height:46px;
    width:368px;
    border-radius:2px;
    margin-bottom:28px;
    padding:0 16px;
    font-size:14px;
    line-height:46px;
}
#register .re-content div{
    width:400px;
}
#register .el-cascader .el-input__inner{
     width:400px;
}
#register .el-cascader__label{
    padding:0 16px;
}
#register .re-content .el-input__suffix,.el-input__suffix-inner{
    width:90px;
}
#register .re-content div input{
    width:240px;
    margin-right:12px;
}
#register .re-content div span{
    float:right;
    width:114px;
    color:#227DFF;
    font-size:14px;
    text-align:center;
    line-height:46px;
    cursor:pointer;
}
#register .re-content button{
    width:400px;
    height:46px;
    background:#227DFF;
    line-height:46px;
    text-align:center;
    color:#fff;
    font-size:16px;
    border:none;
    margin-bottom:12px;
    cursor:pointer;
}
#register .re-content em{
    font-style:normal;
    color:#999999;
    font-size:12px;
    position:absolute;
    bottom:140px;
    z-index:555;
}
#register .re-content em input{
    width:16px;
    height:16px;
    border:1px solid #DDDDDD;
    background:#fff;
    display: table-cell;
    vertical-align: middle;
    margin-bottom:0;
    margin-right:8px;
    outline:none;
     padding:0;
     cursor:pointer;
}
#register img{
    height:168px;
    width:600px;
    position:absolute;
    bottom:0;
    z-index:3;
}
#re-success{
    width: 600px;
    height: 840px;
    background: white;
    position: fixed;
    top: 120px;
    left:50%;
    margin-left:-300px;
    z-index: 444;
    display: none;
}
#res-close span{
    float:left;
    width: 48px;
    height: 48px;
    position: absolute;
    top:24px;
    right: 24px;
    font-size: 50px;
    color: #999;
    line-height:40px;
    text-align:center;
    font-weight:300;
    cursor:pointer;
}
#res-close span:hover{
     color: #777;
}
#re-success .re-content{
    margin:336px 100px 0;
}
#re-success .re-content img{
    position:absolute;
    top:224px;
    left:250px;
    width:100px;
    height:100px;
}
#re-success .re-content h3{
    color:#333333;
    font-size:24px;
    text-align:center;
    line-height:34px;
    font-weight:400;
    margin-bottom:4px;
}
#re-success .re-content p{
    text-align:center;
    color:#999999;
    font-size:16px;
}
#re-success .re-content span{
    display:block;
    text-align:center;
    color:#227DFF;
    font-size:16px;
    margin:16px 0 64px 0;
}
#re-success .re-content button{
    width:400px;
    height:46px;
    background:#227DFF;
    line-height:46px;
    text-align:center;
    color:#fff;
    font-size:16px;
    border:none;
    margin-bottom:12px;
    cursor:pointer;
}
#re-success img{
    height:168px;
    width:600px;
    position:absolute;
    bottom:0;
}
