body{
    background: #fff;
}
header{
    width: 100%;
    height: 80px;
}
header div{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
header div img{
    display: block;
    float: left;
    padding-top: 22px;
}
.banner0{
    width: 100%;
    height: 510px;
    background: url(../img/img_login_bg.png) no-repeat center center;
}
.banner{
    width: 1200px;
    height: 510px;
    margin: 0 auto;
}
.login-box{
    width: 330px;
    height: 320px;
    background: #fff;
    position: relative;
    top:70px;
    left: 670px;
}
.login-box-p1{
    color: #ef5350;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    padding-top: 30px;
}
.input{
    width: 224px;
    height: 34px;
    border: 1px solid #999;
     color: #333;
    font-size: 14px;
    padding-left:10px;
    float: left;
    margin-top: 20px;
    border-radius: 5px;
}
.input:focus{
    border: 1px solid #ef5350;
}
.login-box-span1{
    display: block;
    width: 70px;
    height: 36px;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: right;
    padding-right: 10px;
    margin-top: 20px;

}
.login-box-span2{
     display: block;
    width: 70px;
    height: 36px;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: right;
    padding-right: 10px;
    
}
.submit{
    width: 232px;
    height: 36px;
    clear: both;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    background: #ef5350;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
    opacity: 1;
    outline: none;
    border: none;
    margin-left: 70px;
    border-radius: 5px;
}
.submit:hover{
    opacity: 0.8;
}
footer{
    width: 100%;
    background: #fff;
    clear: both;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
}
.foot{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
#notice{
    color: #ef5350;
    font-size: 12px;
    position: absolute;
    top: 122px;
    left: 90px;
}
#notice1{
    color: #ef5350;
    font-size: 12px;
    position: absolute;
    top: 180px;
    left: 90px;
}
label.error {
    font-size: 12px;
    color: red;
    margin-left: -120px;
    position: relative;
    top: 38px;
    padding: 0px 20px;
    line-height: 4.6;
}
.appdownload{
    width: 100px;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-top: 20px;
    cursor:pointer;
}
.appdownload img,.appdownload span{
    display: inline-block;
}
.appdownload img{
    position: relative;
    top: 3px;
}
 .modal-dialog{
    width:500px;
    margin-top:200px;
 }
.modal-header{
    border: none;
}
.icon-div{
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    padding-bottom:30px;
}
.icon-div-img1{
    margin-left:120px;
}
.icon-div-img2{
    margin-right:120px;
}
.icon-div2{
    width:96%;
    display:inline-block;
    box-sizing:border-box;
    padding-bottom:30px;
}
.icon-div2-img1{
    margin-left:120px;
}
.icon-div2-img2{
    margin-left:120px;
}
.btn-download2{
	margin-top:10px;
	margin-left:50px;
	width:100px;
	height:100px;
}