﻿
.login {
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
}

.dl-xi {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 50%;
    margin-left: -10%;
}

.dl-ti {
    text-align: center;
    padding-bottom: 50px;
}

    .dl-ti h1 {
        font-size: 30px;
    }

    .dl-ti p {
        font-size: 14px;
    }

.dl-form li {
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-bottom: 30px;
}

    .dl-form li .sk01 {
        width: 100%;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        font-size: 16px;
        text-align: center;
        color: #000;
        cursor: pointer;
    }

.dl-form .tjj {
    width: 70%;
    margin: 0 auto;
    background: #9c803d;
}

    .dl-form .tjj .sk01 {
        color: #fff;
    }

.dl {
    text-align: right;
    font-size: 18px;
    padding-top: 30px;
}

    .dl a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

.dl-form .yzm .sk01 {
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}

.yzm input {
    background: #aa8d47;
    color: #fff;
    display: block;
    float: right;
    width: 28%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor:pointer;
}



/*在小于480像素的屏幕,这里的样式才生效*/
@media (max-width: 479px) {

    .dl-xi {
        width: 90%;
        margin-left: -45%;
    }

    .dl-ti h1 {
        font-size: 20px;
    }

    .dl-form li {
        height: 40px;
        margin-bottom: 20px;
        background: rgba(255,255,255,1);
    }

    .dl-ti {
        padding-bottom: 30px;
    }

    .dl-form .yzm .sk01 {
        width: 70%;
        height: 100%;
        background: rgba(255,255,255,1);
        border-radius: 10px;
    }

    .yzm a {
        background: #aa8d47;
        color: #fff;
        display: block;
        float: right;
        width: 25%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 10px;
    }
	.yzm input{ height:40px; line-height:40px;}
}
