﻿/* Public */
@charset "utf-8";
/* CSS Document */

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul, li, dl, dd, dt {
    list-style-type: none;
}

i, em, cite {
    font-style: normal;
}

body {
    -webkit-text-size-adjust: none; /* 谷歌不支持12px以下字号 */
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

.clear, .cle {
    clear: both;
}

a, area {
    blr: expression(this.onFocus=this.blur())
}
    /* 去掉IE下链接虚线框 */
    a:focus {
        outline: none;
    }
/* 去掉火狐下链接虚线框 */
body {
    background: #f8f8f8;
    position: relative
}

body, html {
    height: 100%;
    background: #f8f8f8;
}

input, textarea, select, a:focus {
    outline: none;
}

div, a {
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
}

.hide {
    display: none
}
/* end_Public */

/*lay_dl*/
@media (min-width:768px) {
    .lay_dl {
        background-color: #f8f8f8;
    }

    .lay_header {
        padding: 10px 0;
        height: 75px;
    }

    .lay_dl_logo {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .lay_content {
        width: 100%;
        position: relative;
    }

        .lay_content .lay_ctn_bg {
            background-image: url(/images/bg_01.jpg);
            position: absolute;
            z-index: 9;
            top: 0;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 633px;
        }

    .lay_dl-login {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 633px;
        z-index: 999;
    }

    .lay_dl_lbg {
        width: 530px;
        height: 480px;
        float: left;
    }

        .lay_dl_lbg img {
            width: 100%;
            height: auto;
        }

    .lay_dl_box {
        width: 360px;
        height: 400px;
        background-color: #f8f8f8;
        position: absolute;
        top: 120px;
        right: 60px;
        border-radius: 12px;
        overflow: hidden;
        color: #333;
    }

        .lay_dl_box .lay_dl_title {
            height: 54px;
            line-height: 54px;
            background-color: #f3f6fe;
            font-size: 18px;
            padding-left: 28px;
            color: #333;
        }

    .lay_dl_zh {
        margin-top: 20px !important;
    }

    .lay_dl_lisn {
        width: 304px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        margin: 0 auto;
        margin-top: 15px;
    }

        .lay_dl_lisn label {
            width: 32px;
            height: 40px;
            float: left;
            display: inline-block;
            display: inline-block
        }

        .lay_dl_lisn input {
            width: 272px;
            height: 40px;
            border: 0;
            background: transparent;
            color: #999;
            font-size: 14px;
        }

            .lay_dl_lisn input::-webkit-input-placeholder {
                color: #999;
                font-size: 14px;
            }

    .lay_dl .isError {
        display: block;
    }

    .lay_dl_error {
        width: 304px;
        height: 30px;
        margin: 0 auto;
        margin-top: 9px;
    }

        .lay_dl_error p {
            padding-left: 35px;
            font-size: 14px;
            color: #e78822;
            line-height: 30px;
            position: relative;
            text-align: left;
            display: none;
        }

            .lay_dl_error p::before {
                position: absolute;
                top: 1px;
                left: 5px;
                width: 15px;
                height: 23px;
            }

    .lay_dl_button {
        margin-top: 10px;
        text-align: center;
    }

    .lay_dl_login {
        width: 306px;
        height: 46px;
        text-align: center;
        background: #cbcbcb;
        color: #f8f8f8;
        font-size: 14px;
        border: 0;
        border-radius: 5px;
        cursor: pointer
    }

    .btn-default-main {
        color: #f8f8f8;
        background: #2569f0;
        border: 1px solid #2569f0;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
    }

        .btn-default-main:hover {
            background: #3476f9;
            border: 1px solid #3476f9;
        }

    .lay_dl_fr {
        width: 306px;
        margin: 0 auto;
        margin-top: 15px;
    }

        .lay_dl_fr:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
        }

        .lay_dl_fr span {
            font-size: 14px;
            color: #999;
            cursor: pointer;
            display: inline-block;
        }

            .lay_dl_fr span:hover {
                color: #666;
            }

        .lay_dl_fr .register:hover {
            color: #0017ff;
        }

        .lay_dl_fr span a {
            color: inherit;
        }

        .lay_dl_fr .forget_pwd {
            float: left;
        }

        .lay_dl_fr .register {
            float: right;
            color: #2569f0;
        }

    .lay_footer {
        position: relative;
        margin: 20px auto 0;
        width: 1200px;
        text-align: center;
    }

        .lay_footer span {
            color: #999;
            font-size: 14px;
        }
}

@media (max-width:767px) {
    .hidden-sm {
        display: none !important;
    }

    .lay_dl {
        width: 100%;
        height: 100%;
        background-color: #f8f8f8;
    }

    .lay_header {
        width: 100%;
        padding: 10px 0;
    }

    .lay_dl_logo {
        width: 80%;
    }

        .lay_dl_logo img {
            width: 100%;
            height: 100%;
        }

    .lay_dl-login {
        box-sizing: border-box;
        width: 98%;
        margin-left: 1%;
        height: auto;
        background-color: #f8f8f8;
        border-radius: 8px;
        overflow: hidden;
        padding: 20px 0px;
    }

    .lay_dl_box {
        width: 100%;
    }

        .lay_dl_box .lay_dl_title {
            height: 54px;
            line-height: 54px;
            background-color: #f3f6fe;
            font-size: 18px;
            padding-left: 28px;
            color: #333;
        }

    .lay_dl_zh {
        margin-top: 50px !important;
    }

        .lay_dl_zh label {
            background: url(/images/dl_zh.png) no-repeat center
        }

    .lay_dl_mm label {
        background: url(/images/dl_mm.png) no-repeat center
    }

    .lay_dl_lisn {
        width: 304px;
        height: 44px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        margin: 0 auto;
        margin-top: 15px;
    }

        .lay_dl_lisn label {
            width: 32px;
            height: 44px;
            float: left;
            display: inline-block;
            display: inline-block
        }

        .lay_dl_lisn input {
            width: 272px;
            height: 44px;
            border: 0;
            background: transparent;
            color: #999;
            font-size: 14px;
        }

            .lay_dl_lisn input::-webkit-input-placeholder {
                color: #999;
                font-size: 14px;
            }

    .lay_dl .isError {
        display: block;
    }

    .lay_dl_error {
        width: 304px;
        height: 44px;
        margin: 0 auto;
        margin-top: 9px;
    }

        .lay_dl_error p {
            padding-left: 35px;
            font-size: 14px;
            color: #e78822;
            line-height: 44px;
            position: relative;
            text-align: left;
            display: none;
        }

            .lay_dl_error p::before {
                content: url(/images/error_bg.png);
                position: absolute;
                top: 1px;
                left: 5px;
                width: 15px;
                height: 23px;
            }

    .lay_dl_button {
        margin-top: 10px;
        text-align: center;
    }

    .lay_dl_login {
        width: 306px;
        height: 46px;
        text-align: center;
        background: #cbcbcb;
        color: #f8f8f8;
        font-size: 14px;
        border: 0;
        border-radius: 5px;
        cursor: pointer
    }

    .btn-default-main {
        color: #f8f8f8;
        background: #2569f0;
        border: 1px solid #2569f0;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
    }

        .btn-default-main:hover {
            background: #3476f9;
            border: 1px solid #3476f9;
        }

    .lay_dl_fr {
        width: 306px;
        text-align: right;
        margin: 0 auto;
        margin-top: 10px;
    }

        .lay_dl_fr span {
            font-size: 14px;
            color: #999;
            cursor: pointer;
            display: inline-block;
        }

            .lay_dl_fr span:hover {
                color: #666;
            }

            .lay_dl_fr span a {
                color: inherit;
            }

        .lay_dl_fr .forget_pwd {
            float: left;
        }

        .lay_dl_fr .register {
            float: right;
            color: #2569f0;
        }

    .lay_footer {
        position: relative;
        margin: 20px auto 0;
        width: 98%;
        text-align: center;
    }

        .lay_footer span {
            color: #999;
            font-size: 14px;
        }
}
