*{
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
html,body{
    width:100%;
}
body{
    background:url(../data/images/1.2.jpg) no-repeat;
    background-size: 100%;
}
.item-login{
    width: 1200px;
    margin: 0 auto;
}
.bg1{
    width:100%;
    height: 240px;
    background: #347ebc;
    position:absolute;
    left:0;
    top:0px;
    right:0px;
    bottom:0px;
    margin:auto;

}
.gyl{
    width:440px;
    height: 240px;
    color: #FFFFFF;
    font-size: 60px;
    margin-right: 10px;
}
.gy2{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.bg{
    width: 400px;
    height: 340px;
    background: #fff;
    position: relative;
    top: -50px;
    z-index: 1;
    box-shadow:0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 40px ;
}
.item_list_header{
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.item_list{
    width: 300px;
    height: 200px;
    background: #347ebc;
    position: relative;
    top: -50px;
    /*top: -280px;*/
    z-index: 1;
    box-shadow:0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding:10px;
}
.item_list ul,li{list-style:none; font-size:12px;border:0;font-weight:normal;color: #fff;}
.btn-login{
    margin-top: 50px;
    text-align: center;
}
.btn{
    border: none;
    color: #fff;
    width: 300px;
    background-color: #347ebc;
    text-indent: 0rem;
    padding: 10px;
}
.wel{
    color: #347ebc;
    font-size: 1.5rem;
    /*position: absolute;*/
    top: 2rem;
    text-align: center;
    padding-bottom: 20px;
}
.input{
    height: 2.5625rem;
    width: 15.8125rem;
    text-indent: 3.125rem;
    outline:none;
}
.user,.password{
    margin-bottom: 8px;
    border-bottom: 1px solid #347ebc;
}