body {
    margin: 0;
    padding: 0;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    color: #888;
    background: #fff;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img, input, p, div, select, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
}

input {
    outline: medium;
    box-sizing: border-box;
}

.login-top {
    width: 1000px;
    height: 80px;
    line-height: 85px;
    margin: 0 auto;
}

    .login-top ul li:first-child {
        float: left;
        width: 245px;
        height: 68px;
        background: url(/images/login-logo.gif) no-repeat;
    }

    .login-top ul li:last-child {
        float: right;
        font-size: 16px;
        color: #666;
        line-height: 80px;
    }

.login-bann {
    width: 100%;
    height: 520px;
    background: #78c69b;
}

.bann-content {
    width: 1000px;
    height: 520px; /*margin:0 auto; */
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.bann-img {
    float: left;
    margin-top: 100px;
}

.login-box a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    .login-box a:hover {
        color: #fd9213;
        text-decoration: underline;
    }

.login-box {
    float: right;
    width: 335px;
    height: auto;
    margin-top: 90px;
    padding-top: 50px;
    position: relative;
    -webkit-border-radius: 8px;
    box-sizing: border-box;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}

    .login-box:before {
        content: "";
        display: block;
        width: 88px;
        height: 88px;
        position: absolute;
        top: -44px;
        left: 122px;
        border: 1px solid #fd9213;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff url(/images/login-logo.gif) no-repeat -244px 12px;
    }

    .login-box .login-width {
        width: 80%;
        margin: 0 auto;
    }

        .login-box .login-width .login-input {
            width: 100%;
            height: auto;
            margin: 10px auto;
        }

            .login-box .login-width .login-input em {
                display: block;
                width: 40px;
                height: 40px;
                border: 1px solid #ccc;
                float: left;
                border-right: 0px;
            }

                .login-box .login-width .login-input em.name {
                    background: #f3f3f3 url(/images/login-logo.gif) no-repeat -363px -14px;
                }

                .login-box .login-width .login-input em.password {
                    background: #f3f3f3 url(/images/login-logo.gif) no-repeat -408px -14px;
                }

            .login-box .login-width .login-input input {
                height: 42px;
                width: 82%;
                background: #fff;
                border: 1px solid #ccc;
                padding-left: 5px;
                margin-bottom:0px;
            }

            .login-box .login-width .login-input label {
                line-height: 20px;
                display: inline-block;
                font-size: 12px;
                padding-left: 42px;
                overflow: hidden;
                color: #f00;
            }

        .login-box .login-width .captcha {
            height: auto;
            position: relative;
        }

            .login-box .login-width .captcha ul li {
                float: left;
            }

                .login-box .login-width .captcha ul li input { 
                    margin-right: 20px;
                    padding: 0 5px;
                    border: 1px solid #ccc;
                    margin-bottom:0px;
                }

            .login-box .login-width .captcha label {
                line-height: 20px;
                display: inline-block;
                font-size: 12px;
                overflow: hidden;
                color: #f00;
                position: absolute;
                top: 42px;
                left: 0;
            }
            .login-box .login-width .captcha ul li a img {
                margin-top:8px;
            }

        .login-box .login-width .login-button {
            clear: both;
            text-align: center;
            /*margin-top: 20px;*/
        }

            .login-box .login-width .login-button input {
                display: block;
                width: 100%;
                height: 40px;
                font-family: "Î¢ÈíÑÅºÚ";
                line-height: 40px;
                color: #fff;
                font-size: 16px;
                background: #fd9213;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .login-box .login-width .login-button input:hover {
                    background: #f38401;
                    text-decoration: none;
                }

    .login-box .login-box-bot {
        width: 100%;
        height: 42px;
        line-height: 42px;
        margin-top: 30px;
        padding: 0 10px;
        box-sizing: border-box;
        background: #f3f3f3;
        border-top: 1px solid #e5e5e5;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .login-box .login-box-bot p:first-child {
            float: left;
        }

        .login-box .login-box-bot p:last-child {
            float: right;
        }

            .login-box .login-box-bot p:last-child a {
                font-size: 16px;
                color: #fd9213;
            }

            .login-box .login-box-bot p:last-child em {
                display: inline-block;
                width: 24px;
                height: 24px;
                position: relative;
                top: 5px;
                background: url(/images/login-logo.gif) no-repeat -335px -22px;
            }

.login-bottom {
    margin: 20px auto;
    text-align: center;
}

/*×¢²á*/
.register-box {
    width: 100%;
    height: auto;
    padding: 45px 0;
    background: #f4f2f1;
}

.reg-content {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
}

    .reg-content .reg-title {
        height: 50px;
        line-height: 60px;
        border-bottom: 2px solid #ddd;
    }

        .reg-content .reg-title h5 {
            float: left;
            font-size: 20px;
            color: #999;
            font-weight: normal;
        }

        .reg-content .reg-title p {
            float: right;
        }

            .reg-content .reg-title p a {
                color: #fd9213;
            }

    .reg-content .reg-ie {
        clear: both;
        color: #fd9213;
    }

.reg-listbox {
    margin: 32px 0 10px;
}

    .reg-listbox a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
        display:inline-block;
    }

        .reg-listbox a:hover {
            color: #fd9213;
            text-decoration: underline;
        }

    .reg-listbox .input-list-left {
        float: left;
        width: 655px;
    }

        .reg-listbox .input-list-left ul li {
            margin-bottom: 15px;
            height: 32px;
        }

        .reg-listbox .input-list-left label {
            display: inline-block;
            width: 130px;
            line-height: 30px;
            text-align: right;
            margin-right: 10px;
        }
        .reg-listbox .input-list-left div {
            padding-left:145px;
        }
        
        .reg-listbox .input-list-left div label {
            text-align: left;
        }

            .reg-listbox .input-list-left label.error {
                color: #f00;
                font-size: 12px;
                float: right;
            }

        .reg-listbox .input-list-left input {
            width: 260px;
            height: 32px;
            border: 1px solid #d8d8d8;
            padding: 0 5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .reg-listbox .input-list-left input[type=checkbox] {
                width: 13px;
                height: 13px;
                position: relative;
                top: -3px;
                margin-right:5px;
            }

        .reg-listbox .input-list-left b {
            color: #f30;
        }

li.input02 label, li.input02 input, li.input02 img {
    float: left;
}

.reg-listbox .input-list-left ul li.input02 input {
    width: 150px;
    margin: 0 20px 0 4px;
}

.reg-listbox .input-list-left ul li.input02 a {
    display: inline-block;
    width: 150px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #fd9213;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .reg-listbox .input-list-left ul li.input02 a:hover {
        background: #f38401;
        text-decoration: none;
    }

.reg-listbox .input-list-left ul li div.input-checkbox {
    display: inline-block;
}

    .reg-listbox .input-list-left ul li div.input-checkbox label {
        width: 100px;
        margin-right: 5px;
    }

.reg-submit {
    clear: both;
    width: 320px;
    margin-top: 40px;
    margin-left: 144px;
    text-align: center;
}

    .reg-submit input {
        width: 320px;
        height: 38px !important;
        line-height: 38px !important;
        color: #fff;
        font-family: "Î¢ÈíÑÅºÚ";
        font-size: 16px;
        margin-bottom: 10px;
        background: #fd9213;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .reg-submit .submit:hover {
        background: #f38401;
        text-decoration: none;
    }

.reg-listbox .ad-right {
    float: right;
    width: 290px;
}



@media screen and (max-width:1024px) {

    .login-top {
        width: 100%;
    }

    .bann-img, .login-box:before {
        display: none;
    }

    .bann-content {
        width: 80%;
        position: relative;
        left: 0;
        margin: 0 auto;
    }

    .login-box {
        float: none;
        width: 100%;
        position: absolute;
        top: -40px;
    }
}

@media screen and (max-width:420px) {

    .login-top ul li:last-child {
        display: none;
    }

    .login-bann {
        height: 430px;
    }

    .login-box {
        top: -73px;
    }

        .login-box .login-width {
            width: 92%;
        }

    .bann-content {
        width: 90%;
        position: relative;
        left: 0;
        margin: 0 auto;
    }
}
