body{
    background: #f7f7f7;
    min-width: 1200px;
}
/***** y页面头部 *****/
#header{
    height:95px;
    background: #fff;
    line-height: 95px;
}
#header .logo{
    /*width:180px;*/
    vertical-align: middle;
}
#header .title{
    float:left;
    font-weight: 600;
    color:#f89120;
    margin-left:15px;
    cursor:pointer;
}
#header .head-rt{
    float:right;
    /*font-size: 14px;*/
}
#header .head-rt b{
    margin:0 5px;
    border-left:1px solid #666;
}
/****** 页面主体 *******/
#main{
    /*height:420px;*/
    margin:20px 0;
    padding:50px 0;
    background: url(../images/dlbj.jpg) no-repeat;
    background-size: cover;
}
.uLogin{
    width:370px;
    height:402px;
    background: #fff;
}
.deng{
    border:1px solid #ddd;
    border-right:none;
}
.deng a{
    display: inline-block;
    width:100%;
    /*width:182px;*/
    height:42px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    color:#222;
    font-weight: 500;
    border-right:1px solid #ddd;
}
.w300{
    width:300px;
    margin:0 auto;
}
.w300 input.iBlock{
    width:240px;
    *width:220px;
    height:35px;
    margin-bottom:20px;
    padding-left:15px;
}
.w300 input.btn1{
    width:100%;
}
.lab{
    display: inline-block;
    width:50px;
    height:35px;
    line-height:35px;
    text-align: right;
    font-size: 14px;
}
.pu-tit {
    font-size: 16px;
    margin-top:20px;
    margin-bottom:20px;
}
.pu-tit i{
    padding:13px 10px;
    background: url(../images/101.png) no-repeat -50px 5px;
}
.jizhu{
    width:300px;
    margin:0 auto;
    font-size: 16px;
    color:#666;
    margin-bottom:30px;
}
.blue{
    color:#239fd2
}
.btn1{
    background: #e5383c;
    color:#fff;
    border:none;
    border-radius: 3px;
    font-size: 20px;
}