@font-face {
   font-family: "FZZYJW";
   src: url("../font/FZZYJW.woff2") format("woff2"),
        url("../font/FZZYJW.ttf") format("truetype"),
        url("../font/FZZYJW.eot") format("embedded-opentype");
   font-weight: normal;
   font-style: normal;
}
body {
    width:auto;
	height:auto;
	background-color:#0F1587
}
.clear{
    height: 10px;
    clear: both;
}
.main{
    width:80%;
	height:600px;
	margin:8% auto;
	background-color:#FFFFFF
}
.title{
    font-family: 'FZZYJW';
    margin: 60px auto;
    font-size: 40px;
    color: #0F1587;
}
.organ-logo{
    width:80%;
	height:auto;
	margin:60px auto;
	border:0
}
.main-form{
    width: 340px;
    height: 40px;
    margin: 0 auto;
    background-color: #ffffff;
    border:1px #f1f1f1 solid;
    border-radius: 5px;
}
.main-form2{
    width: 340px;
    height: 20px;
	margin: 0 auto;
    text-align:right;
}

.icon-div{
    padding-left: 10px;
    padding-top:5px;
    width:35px;
    height: 40px;
    float: left;
}
.form-sel{
    width:290px;
    height: 40px;
    border: 0px solid;
}
.main-inp-1{
    width: 290px;
    height: 38px;
    border:0px;
}
