﻿@charset "utf-8";

.hy_denglu {
    width: 95%;
    height: 600px;
    background: url(../images/dl_bj.png) no-repeat center;
    overflow: hidden;
}

    .hy_denglu .hy_dl {
        width: 400px;
        margin-top: 80px;
        padding: 30px;
        background-color: #fff;
        float: right;
    }

    .hy_denglu .dl_fl {
        border-bottom: 1px solid #e7e7e7;
        height: 45px;
        margin-bottom: 20px;
    }

        .hy_denglu .dl_fl .hd ul li {
            width: 33.333333333333%;
            float: left;
        }

            .hy_denglu .dl_fl .hd ul li a {
                font-size: 16px;
                line-height: 46px;
                text-align: center;
                color: #666;
                display: block;
            }

            .hy_denglu .dl_fl .hd ul li.on a {
                background-color: #ff8400;
                color: #fff;
            }

    .hy_denglu .dl_nr {
        width: 100%;
    }

        .hy_denglu .dl_nr .text {
            position: relative;
            padding-left: 80px;
            margin-bottom: 32px;
        }

            .hy_denglu .dl_nr .text span {
                position: absolute;
                top: 0;
                left: 0;
                width: 70px;
                font-size: 15px;
                color: #999;
                text-align: right;
                line-height: 46px;
            }

            .hy_denglu .dl_nr .text .tips {
                width: 298px;
                /*background: url(../images/ts.png) no-repeat left center;*/
                padding-left: 22px;
                font-size: 12px;
                color: #999;
                line-height: 26px;
                position: absolute;
                bottom: -29px;
            }

            .hy_denglu .dl_nr .text .txtinput {
                width: 298px;
                height: 44px;
                border: 1px solid #e7e7e7;
                padding: 0 10px;
                font-size: 14px;
                line-height: 44px;
                color: #999;
            }

            .hy_denglu .dl_nr .text input:focus {
                border: 1px solid #ff8400;
            }

            .hy_denglu .dl_nr .text input.pwd_p {
                position: absolute;
                top: 0;
                left: 0;
            }

            .hy_denglu .dl_nr .text input.yzm {
                width: 195px;
                float: left;
            }

        .hy_denglu .dl_nr .btn_log {
            width: 100%;
            height: 46px;
            background-color: #ff8400;
            font-size: 18px;
            line-height: 46px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            cursor: pointer;
        }

        .hy_denglu .dl_nr span {
            float: right;
            font-size: 14px;
            line-height: 22px;
            color: #666;
        }

            .hy_denglu .dl_nr span a {
                color: #ff8400;
                padding-left: 5px;
            }

        .hy_denglu .dl_nr a.wj_mm {
            font-size: 14px;
            line-height: 22px;
            float: left;
        }

#code {
    width: 90px;
    height: 46px;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 46px;
    float: right;
    cursor: pointer;
}

input[type="checkbox"] {
    position: relative;
    outline: none;
}

    input[type="checkbox"]::before {
        content: "";
        position: absolute;
        -moz-border-radius: 0.02rem;
        right: auto;
        left: 0;
        top: -3px;
        width: 15px;
        height: 15px;
        line-height: 16px;
        border: 1px solid #d2d2d2;
        font-size: 12px;
        border-radius: 2px;
        background-color: #fff;
        -webkit-transition: .1s linear;
        transition: .1s linear;
    }

    input[type="checkbox"]:checked::before {
        content: "\2714";
        font-size: 16px;
        border-color: #5FB878 !important;
        background-color: #5FB878;
        color: #fff;
    }
