/*登录*/
.dl{
    background: url("../images/dl_bg.jpg")no-repeat center;
    background-size:100% 100%;
    background-color: peru;
}
.dl .logo{
    width: 20%;
    margin-top: 1%;
    margin-left: 5%;
    position: relative;
    z-index: 1;
    float: left;
}
.dl .logo img{
    width: 100%;
}
.dl .tel{
    margin-top: 1%;
    margin-right: 3%;
    position: relative;
    z-index: 1;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #502702;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dl .info{
    width: 60%;
    /* margin-top: 1%; */
    margin-right: 3%;
    position: relative;
    z-index: 1;
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #502702;
    line-height: 28px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dl .info a{color: #b80000}
.dlk{
    width:30%;
    height: 100%;
    background: url("../images/dl_1.png")no-repeat center;
    background-size: 100% 100%;
    margin: 13% auto 13% 50%;
    padding: 48px 0 44px 0;
}
.dlk .bt{
    width: 100%;
    text-align: center;
    padding-bottom: 57px;
}
.dlk .one{
    width: 70%;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.dlk .one label{
    /* width: 20%; */
    line-height: 35px;
    color: #fff;
    /* font-size: 18px; */
}
.dlk .one input{
    width: 78%;
    background: #fff;
    border-radius: 5px;
    border: 0;
    height: 35px;
    padding-left: 0.5em;
}
.dlk .an{
    width: 60%;
    margin: 0 auto;
}
.dlk .an input{
    width: 50%;
    background: url("../images/dl_2.png")no-repeat center;
    border: 0;
    height: 50px;
    font-size: 18px;
    color: #fff;
}

