* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Microsoft Yahei;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img, input {
    border: 0px;
}

ul li {
    list-style: none;
}

em, i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
}


.banner{
    text-align: center;
}
.banner img{ height: 45px;}

.dl_bg{background: url(../images/bg.svg)no-repeat 50% #f0f2f5;
    background-size: 100%;
    padding: 50px 0;}
.dl_main {
    /*background: url(../images/bg.svg)no-repeat 50% #f0f2f5;
    background-size: 100%;*/
    padding: 50px 0;
}

.dl_ul {
    margin: 0 auto;
    width: 94%;
    max-width: 400px;
    padding-top: 30px;
	min-height:350px
}

    .dl_ul li {
        margin-bottom: 24px;
    }

    .dl_ul .txt {
        border: 1px solid #B0B1B3;
        border-radius: 3px;
        overflow: hidden;
        display: block;
        padding-left: 60px;
        height: 48px;
        line-height: 46px;
        font-size: 15px;
        width: 100%;
        outline: none;
    }
.txt::-webkit-input-placeholder {color:#BFBFBF;}
.txt:-moz-placeholder {color:#BFBFBF;}
.txt::-moz-placeholder {color:#BFBFBF;}
.txt:-ms-input-placeholder {color:#BFBFBF}

    .dl_ul .txt_hao {
        background: url(/denglu/images/t1.png) no-repeat 15px center #fff;
        background-size: 25px;
    }

    .dl_ul .txt_pwd {
        background: url(/denglu/images/t2.png) no-repeat 15px center  #fff;
        background-size: 25px;
    }

.dl_ul .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background: #1890FF;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 6px;
    outline: none;
    cursor: pointer;
}
.dl_ul .btn:hover {background: #40A9FF;}


.cz_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

.cz_info {
    display: block;
    width: 100%;
    background: url(/denglu/images/cz2.png) no-repeat top center;
    background-size: 100% 100%;
    height: 460px;
    padding-top: 60px;
}

    .cz_info h1 {
        text-align: center;
        color: #E60012;
        font-size: 180px;
        line-height: 260px;
        letter-spacing: 5px;
    }

    .cz_info h2 {
        text-align: center;
        color: #000;
        font-size: 60px;
        font-weight: bold;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .cz_info {
        height: 350px;
    }

        .cz_info h1 {
            font-size: 100px;
            line-height: 160px;
        }

        .cz_info h2 {
            font-size: 40px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .cz_info {
        height: 250px;
    }

        .cz_info h1 {
            font-size: 50px;
            line-height: 90px;
        }

        .cz_info h2 {
            font-size: 24px;
        }
}

.yq_bc {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
}

    .yq_bc p {
        position: fixed;
        bottom: 10px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 1%;
    }

        .yq_bc p .btn {
            background: #DDB027;
            width: 120px;
            height: 40px;
            color: #fff;
            font-size: 17px;
            border-radius: 6px;
            color: #0D3828;
            letter-spacing: 2px;
        }
		
.dl_type{ display:flex; align-items:center; justify-content: center; padding-top: 40px;}
.dl_type li{ margin:0 30px; line-height:44px; font-size:15px; color:#333; border-bottom:2px solid #F0F3F6; cursor:pointer; padding:0 10px;}
.dl_type .sel{ color:#1F90FF; border-bottom:2px solid #1F90FF}

.dl_ul .li{ display:flex; justify-content: space-between; align-items:center;}
.dl_ul .lb_dl{ display:flex;align-items:center; color:#333;font-size:15px; line-height:30px; cursor:pointer;}
.dl_ul .lb_dl input{ width:18px; height:18px; margin-right:7px;}
.dl_ul .a_wj{ color:#1F90FF; font-size:15px;}

/*
display:flex;
flex-shrink: 0
align-items:center;
justify-content: space-between;
justify-content: center;
flex-wrap: wrap;
flex-wrap: nowrap;
justify-content: flex-start;
*/
