body{
    min-width: 920px;
    min-height: 890px;
}
ul,ol,li{list-style: none;}
em,b,u,i{
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
}
button{
    outline: none;
    border: none;
}
input, select {
    border: 1px solid #d9d9d9;
    color: #515151;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
/*
::after,::before{
    content: "";
    display: block;}
*/
input,textarea{
    box-shadow: none;
    outline: none;
}
a:hover,a:visited,a:link,a{
    text-decoration: none;}
/*登录页面*/
.login header{
    text-align: center;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #e8e8e8;}
.login header img{
    display: inline-block;
    margin-top: 7px;}
.login{
    text-align: center;
}
.login main{
    margin: 0;
}
.login .imgBox{
    margin-top: 130px;
    margin-bottom: 20px;    }
.login .imgBox p{
    font-size: 18px;
    color: #6d6d6d;
    line-height: 2;
    padding-left: 50px;
}
.login .entry{
    width: 275px;
    display: inline-block;
}
.login .entry label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.login .entry label input{
    width: 80%;
    height: 30px;
    border-left: none;
    float: left;
}
.login .entry label span{
    width: 20%;
    height: 30px;
    background-color: #6cd3fe;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    float: left;
}
.login .entry label .btn{
    width: 100%;
    height: 30px;
    background-color: #dcdcdc;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 30px;
}
.login .entry label .right{
    float: right;
    font-size: 14px;
    color: #929292;
}
.login .entry label a:hover{
    color: #6dd3fe;
}
.login .entry label .btn:hover{
    color: #FFF;
}
.login .tip{
    text-align: left;
    margin-bottom: 20px;
}
.login .tip i{
    display: inline-block;
    margin-right: 4px;
    background-image: url("../images/main.png");
    background-position: -457px -53px;
    width: 15px;
    height: 17px;
}
.login .entry label.code input{
    width: 105px;
}
.login .entry label.code em{
    float: right;
    width: 95px;
    height: 30px;
    background-color: #6cd3fe;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.login .entry label.code em.cur{
    color: #FFF;
    background-color: #d1d1d1;
}
.ml0{
    margin-left: 0;}
.welcome .imgBox{
    text-align: center;
    padding:130px 0;
}
.welcome .imgBox img{
    margin-left:-115px;
}
.welcome{
    position: relative;
    overflow: visible;
    /*height: 100%;*/
}
.welcome:before{
    content: "";
    height: 100%;
    display: block;
    border-left: 20px solid #FFF;
    position: absolute;
    left: 10px;
    top: 0;
}
.welcome .imgBox h2{
    font-size: 32px;
    color: #f65256;
    margin-top: 20px;
    margin-bottom: 10px;
}
.welcome .imgBox p{
    font-size: 28px;
    color: #6d6d6d;
}
.welcome  {
    background-color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 98%;
}

.login .entry label{
    display: block;
    overflow: visible;
    position: relative;
}
.login .entry label:after{
    content: "";
    clear: both;
    display: block;
    width: 100%;
    font-size: 0;

}
.login .entry .tip {
    position: absolute;
    right: -115px;
    top: 4px;
}
