.icon-bg_num, .scrollNum > li {
    background-image: url(/images/login/icon-sprites.png);
    background-position: 0px -193px;
    width: 20px;
    height: 30px;
}

.icon-change_round {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -24px -193px;
    width: 21px;
    height: 20px;
}

.icon-close_baidu_map {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -118px -161px;
    width: 22px;
    height: 21px;
}

.icon-close_cover {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -95px -193px;
    width: 15px;
    height: 15px;
}

.icon-close_thanks {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -204px -125px;
    width: 24px;
    height: 24px;
}

.icon-chain, .up_box > span {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -250px -60px;
    width: 8px;
    height: 38px;
}

.icon-force_checked, .isAgreeUs .simulation .simIcon.checked {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -144px -161px;
    width: 21px;
    height: 21px;
}

.icon-force_close_01, .mask > .close {
    background-image: url(/images/login/icon-sprites.png);
    background-position: 0px -161px;
    width: 28px;
    height: 28px;
}

.icon-force_error_msg, .form_box .form > .loginInfo .tips > label:before {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -232px -125px;
    width: 14px;
    height: 14px;
}

.icon-force_eye_open, #isSeePw.canSee {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -223px -161px;
    width: 22px;
    height: 18px;
}

.icon-force_icon_colse, #isSeePw {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -197px -161px;
    width: 22px;
    height: 18px;
}

.icon-force_search, #left_side > .search_box > .search_btn > i {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -32px -161px;
    width: 26px;
    height: 27px;
}

.icon-suggest {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -169px -161px;
    width: 24px;
    height: 18px;
}

.icon-trangle_right_01, .logNow > a i {
    background-image: url(/images/login/icon-sprites.png);
    background-position: -114px -193px;
    width: 14px;
    height: 14px;
}

body, div, p, ul, ol, li, input, span, i, hr {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", "SimSun";
    overflow-x: hidden;
    color: #999;
    font-size: 14px;
    line-height: normal;
}

input, button {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

#header {
    width: 100%;
    background: #fff;
    height: 60px;
    line-height: 60px;
}

    #header > .header_content {
        width: 960px;
        margin: 0 auto;
    }

        #header > .header_content img {
            float: left;
            margin-top: 12px;
        }

        #header > .header_content > div {
            color: #999;
            float: right;
        }

            #header > .header_content > div a {
                color: #999;
                font-size: 14px;
            }

                #header > .header_content > div a.active {
                    color: #f60;
                }

            #header > .header_content > div span {
                margin: 0 8px;
                color: #ccc;
            }

#bg_pic {
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: -1;
}

    #bg_pic .bg_group img {
        display: block;
        position: relative;
        right: 50%;
    }

#main {
    width: 960px;
    height: 560px;
    margin: 0 auto;
    padding: 80px 20px 0 18px;
}

    #main > .main_content {
        height: 450px;
    }

#left_side {
    width: 560px;
    height: 450px;
    /*float: left;*/
    float: right;
    position: relative;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

    .mask > .close {
        position: absolute;
        right: 20px;
        top: 46px;
        cursor: pointer;
    }

    .mask > p {
        position: absolute;
        left: 7px;
        top: 190px;
        font-size: 20px;
        color: #f89502;
        width: 100%;
        text-align: center;
        -webkit-user-select: none;
        user-select: none;
    }

        .mask > p > a {
            font-size: 24px;
            color: #f89502;
            cursor: default;
        }

        .mask > p > span {
            display: inline-block;
            margin-top: 15px;
        }

#left_side > .search_box {
    height: 43px;
    border: 1px solid #3F51B5;
    background: #fff;
    margin-bottom: 14px;
    position: relative;
}

#searcher {
    width: 439px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #4d4d4d;
    float: left;
    text-indent: 18px;
}

    #searcher:-moz-placeholder {
        color: #888;
    }

    #searcher::-moz-placeholder {
        color: #888;
    }

    #searcher::-webkit-input-placeholder {
        color: #888;
    }

    #searcher:-ms-input-placeholder {
        color: #888;
    }

#left_side > .search_box > .search_btn {
    float: right;
    width: 99px;
    height: 43px;
    background: #00AAFF;
    text-align: center;
    cursor: pointer;
}

    #left_side > .search_box > .search_btn:hover {
        background: #00AAFF;
    }

    #left_side > .search_box > .search_btn > i {
        display: inline-block;
        margin-top: 8px;
    }

#search_tip {
    width: 479px;
    border: 1px solid #f60;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 44px;
    display: none;
    z-index: 100;
}

    #search_tip > li {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #666;
        text-indent: 20px;
        width: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        #search_tip > li:hover {
            background: #fff5e9;
            border-bottom-color: #f60;
            border-top-color: #f60;
            color: #f60;
        }

        #search_tip > li.keyHover {
            background: #fff5e9;
            border-bottom-color: #f60;
            border-top-color: #f60;
            color: #f60;
        }

#search_result {
    border: 1px solid #f60;
    position: absolute;
    left: -1px;
    top: 59px;
    background: #fff;
    width: 578px;
    height: 388px;
    overflow-y: auto;
    font-size: 16px;
    color: #4d4d4d;
    display: none;
    z-index: 99;
}

    #search_result > .result_list {
        width: 100%;
        min-height: 336px;
    }

        #search_result > .result_list > .noResult {
            height: 76px;
            border-bottom: 1px solid #f60;
            padding-left: 20px;
            padding-top: 20px;
            display: none;
        }

            #search_result > .result_list > .noResult > p {
                height: 42px;
                overflow: hidden;
            }

            #search_result > .result_list > .noResult > span {
                color: #f60;
            }

        #search_result > .result_list > ul.hasResult > li {
            height: 46px;
            line-height: 46px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            text-indent: 10px;
            cursor: pointer;
        }

            #search_result > .result_list > ul.hasResult > li:hover {
                background: #fff5e9;
                border-top-color: #f60;
                border-bottom-color: #f60;
            }

            #search_result > .result_list > ul.hasResult > li > a {
                color: #4d4d4d;
                letter-spacing: -3px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                height: 46px;
            }

                #search_result > .result_list > ul.hasResult > li > a > span {
                    letter-spacing: normal;
                    display: inline-block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                #search_result > .result_list > ul.hasResult > li > a > .job_name {
                    width: 150px;
                }

                    #search_result > .result_list > ul.hasResult > li > a > .job_name em {
                        color: #f60;
                    }

                #search_result > .result_list > ul.hasResult > li > a > .com_name {
                    width: 240px;
                    padding-left: 12px;
                }

                #search_result > .result_list > ul.hasResult > li > a > .salary {
                    width: 136px;
                    padding-right: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #f60;
                    font-weight: bold;
                }

            #search_result > .result_list > ul.hasResult > li.error_service {
                text-align: center;
            }

    #search_result #result {
        width: 100%;
        min-height: 51px;
        line-height: 51px;
        border-top: 1px solid #f60;
        background: #fff5e9;
        text-align: center;
    }

        #search_result #result > span {
            color: #f60;
        }

            #search_result #result > span.kw {
                display: inline-block;
                max-width: 206px;
                vertical-align: bottom;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        #search_result #result > a {
            color: #f60;
            text-decoration: underline;
        }

.other_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

#com_msg {
    height: 390px;
}

    #com_msg > .cate {
        float: left;
        width: 70px;
        height: 390px;
        font-size: 18px;
        color: #4d4d4d;
        margin-top: -10px;
    }

        #com_msg > .cate > span {
            display: block;
            width: 100%;
            text-align: center;
            height: 90px;
            line-height: 90px;
            margin-top: 10px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-top-left-radius: 2px;
            -moz-border-bottom-left-radius: 2px;
            -ms-border-top-left-radius: 2px;
            -ms-border-bottom-left-radius: 2px;
            position: relative;
            cursor: pointer;
        }

            #com_msg > .cate > span > i {
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background: #e4e4e4;
                opacity: 0.1;
                filter: alpha(opacity=10);
                border-top-left-radius: 2px;
                border-bottom-left-radius: 2px;
                -webkit-border-top-left-radius: 2px;
                -webkit-border-bottom-left-radius: 2px;
                -moz-border-top-left-radius: 2px;
                -moz-border-bottom-left-radius: 2px;
                -ms-border-top-left-radius: 2px;
                -ms-border-bottom-left-radius: 2px;
            }

            #com_msg > .cate > span.active {
                color: #000;
            }

                #com_msg > .cate > span.active > i {
                    background: #fff;
                    opacity: 0.3;
                    filter: alpha(opacity=30);
                }

#com_logo {
    float: left;
    width: 490px;
    height: 350px;
    position: relative;
    padding: 20px;
}

    #com_logo > .bg_mask {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    #com_logo > ul {
        margin-left: -10px;
        display: none;
    }

        #com_logo > ul:after {
            content: "";
            display: block;
            clear: both;
        }

        #com_logo > ul > li {
            float: left;
            margin-left: 10px;
            margin-bottom: 10px;
            width: 165px;
            height: 80px;
            background: #fff;
            position: relative;
            cursor: pointer;
        }

            #com_logo > ul > li:hover > .hover {
                display: block;
            }

            #com_logo > ul > li > i {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.1;
                filter: alpha(opacity=10);
            }

            #com_logo > ul > li > div.normal {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

                #com_logo > ul > li > div.normal > img {
                    float: left;
                }

                #com_logo > ul > li > div.normal > i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0.1;
                    filter: alpha(opacity=10);
                }

            #com_logo > ul > li > div.hover {
                text-align: center;
                width: 100%;
                height: 80px;
                color: #fff;
                position: absolute;
                left: 0;
                top: 0;
                overflow: hidden;
                display: none;
            }

                #com_logo > ul > li > div.hover > i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #00AAFF;
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                    z-index: 1;
                }

                #com_logo > ul > li > div.hover > p {
                    font-size: 14px;
                    padding: 0 16px;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    display: table-cell;
                    vertical-align: middle;
                    width: 150px;
                    height: 80px;
                    position: relative;
                    z-index: 2;
                }

                    #com_logo > ul > li > div.hover > p > a {
                        color: #fff;
                        width: 100%;
                    }

                        #com_logo > ul > li > div.hover > p > a:hover {
                            /*text-decoration: underline;*/
                            text-decoration: none;
                            cursor: pointer;
                        }

            #com_logo > ul > li.double {
                width: 310px;
            }

                #com_logo > ul > li.double > .hover > p {
                    width: 310px;
                }

        #com_logo > ul.show {
            display: block;
        }

#job_detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}

    #job_detail > .bg_mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    #job_detail > .job_detail_con {
        position: absolute;
        left: 126px;
        top: 102px;
        width: 350px;
        height: 256px;
        background: #fff;
        padding: 25px;
        -webkit-box-shadow: 0 0 11px 1px #8D8D8D;
        -moz-box-shadow: 0 0 11px 1px #8D8D8D;
        box-shadow: 0 0 11px 1px #8D8D8D;
    }

        #job_detail > .job_detail_con > span.close {
            position: absolute;
            font-size: 28px;
            font-family: "SimSun";
            color: #aaa;
            top: 12px;
            right: 12px;
            cursor: pointer;
        }

            #job_detail > .job_detail_con > span.close:hover {
                color: #f60;
            }

        #job_detail > .job_detail_con > .job_detail_content {
            max-height: 224px;
            overflow: hidden;
        }

            #job_detail > .job_detail_con > .job_detail_content > h1.title {
                padding-right: 20px;
                cursor: pointer;
                line-height: 20px;
            }

                #job_detail > .job_detail_con > .job_detail_content > h1.title > a {
                    color: #f60;
                    font-size: 20px;
                    font-weight: normal;
                }

            #job_detail > .job_detail_con > .job_detail_content > .feature {
                font-size: 12px;
                color: #898989;
                letter-spacing: -4px;
                margin-left: -5px;
                margin-top: 20px;
                max-height: 54px;
                overflow: hidden;
            }

                #job_detail > .job_detail_con > .job_detail_content > .feature > span {
                    letter-spacing: normal;
                    display: inline-block;
                    border: 1px solid #E5E5E5;
                    height: 20px;
                    line-height: 20px;
                    padding: 0 8px;
                    margin-left: 5px;
                    margin-bottom: 5px;
                }

            #job_detail > .job_detail_con > .job_detail_content > .hr {
                height: 0;
                width: 100%;
                border-top: 1px solid #E5E5E5;
                margin: 10px 0 12px 0;
            }

            #job_detail > .job_detail_con > .job_detail_content > ul.other_job {
                overflow: hidden;
             /*   height: 90px;*/
                margin-left: -10px;
            }

                #job_detail > .job_detail_con > .job_detail_content > ul.other_job > li {
                    float: left;
                    width: 170px;
                    margin-left: 10px;
                    margin-bottom: 10px;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    cursor: pointer;
                }

                    #job_detail > .job_detail_con > .job_detail_content > ul.other_job > li a {
                        font-size: 14px;
                        color: #4d4d4d;
                    }

                        #job_detail > .job_detail_con > .job_detail_content > ul.other_job > li a:hover {
                            color: #f60;
                        }

        #job_detail > .job_detail_con > .more_job {
            text-align: center;
            margin-top: 12px;
        }

            #job_detail > .job_detail_con > .more_job > a {
                display: inline-block;
                width: 120px;
                height: 30px;
                line-height: 30px;
                color: #fff;
                background: #f60;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                font-size: 14px;
            }

#reg_container {
    width: 370px;
    height: 450px;
    /*float: right;*/
    float: left;
}

.up_box {
    height: 70px;
    background: #fff;
    padding: 0 34px;
    margin-bottom: 10px;
    position: relative;
}

    .up_box > .up_content {
        display: table-cell;
        vertical-align: middle;
        width: 302px;
        height: 70px;
    }

        .up_box > .up_content > div {
            font-size: 12px;
            color: #666;
        }

.com_amount {
    float: left;
    margin-left: -2px;
    letter-spacing: -1px;
}

    .com_amount > div {
        display: inline-block;
        font-family: "PingFang", "Microsoft Yahei", "SimSun";
        font-size: 20px;
        color: #f60;
        vertical-align: middle;
        width: 78px;
        height: 30px;
        overflow: hidden;
        position: relative;
    }

.scrollNum02 {
    position: absolute;
    overflow: hidden;
}

    .scrollNum02 > li {
        float: left;
        position: relative;
        width: 11px;
        height: 27px;
        margin-right: 3px;
    }

        .scrollNum02 > li > div {
            position: absolute;
            left: 0;
            width: 100%;
            height: auto;
            line-height: 27px;
            word-wrap: break-word;
        }

.pos_amount {
    float: right;
    -webkit-user-select: none;
    user-select: none;
}

    .pos_amount > div {
        display: inline-block;
        font-size: 22px;
        color: #fff;
        vertical-align: middle;
        width: 126px;
        height: 30px;
        overflow: hidden;
        position: relative;
    }

.scrollNum {
    position: absolute;
}

    .scrollNum > li {
        float: left;
        text-align: center;
        margin-left: 1px;
        position: relative;
    }

        .scrollNum > li > div {
            position: absolute;
            left: 0;
            width: 20px;
            height: auto;
            line-height: 30px;
            word-wrap: break-word;
        }

.up_box > span {
    position: absolute;
    bottom: -25px;
}

    .up_box > span.chain_01 {
        left: 34px;
    }

    .up_box > span.chain_02 {
        right: 34px;
    }

.form_box {
    background: #fff;
    /*height: 369px;*/
    height: 449px;
    padding: 0 34px;
}

.form_type {
    margin-bottom: 20px;
    padding-top: 15px;
}

    .form_type:after {
        content: "";
        display: block;
        clear: both;
    }

    .form_type > a {
        float: left;
        box-sizing: border-box;
        width: 50%;
        height: 34px;
        font-size: 16px;
        color: #999;
        text-align: center;
        border-bottom: 1px solid #bcbcbc;
        padding: 4px 0 8px;
        -webkit-user-select: none;
        user-select: none;
    }

        .form_type > a.active {
            font-size: 18px;
            font-weight: bold;
            color: #00AAFF;
            border-color: #00AAFF;
        }

.login_form {
    display: none;
}

.form_box .form > .loginInfo {
    margin-bottom: 20px;
    position: relative;
}

    .form_box .form > .loginInfo.smsCodeContainer {
        display: none;
    }

    .form_box .form > .loginInfo > input {
        width: 100%;
        height: 43px;
        line-height: 43px;
        font-size: 14px;
        color: #555;
        border: 1px solid #ccc;
        text-indent: 18px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .form_box .form > .loginInfo > input::-webkit-input-placeholder {
            color: #888;
            font-size: 14px;
        }

        .form_box .form > .loginInfo > input::-moz-placeholder {
            color: #888;
            font-size: 14px;
        }

        .form_box .form > .loginInfo > input::-moz-placeholder {
            color: #888;
            font-size: 14px;
        }

        .form_box .form > .loginInfo > input:-ms-input-placeholder {
            color: #888;
            font-size: 14px;
        }

        .form_box .form > .loginInfo > input.error {
            border-left-color: #ff0000;
            border-right-color: #ff0000;
            border-top-color: #ff9999;
            border-bottom-color: #ff9999;
            box-shadow: 0 0 0 transparent,10px 0 10px transparent,0 -1px 0 #f66,0 1px 0 #f66;
            -webkit-box-shadow: 0 0 0 transparent,10px 0 10px transparent,0 -1px 0 #f66,0 1px 0 #f66;
            -moz-box-shadow: 0 0 0 transparent,10px 0 10px transparent,0 -1px 0 #f66,0 1px 0 #f66;
            -ms-box-shadow: 0 0 0 transparent,10px 0 10px transparent,0 -1px 0 #f66,0 1px 0 #f66;
        }

    .form_box .form > .loginInfo .tips {
        position: absolute;
        left: 20px;
        bottom: -15px;
        height: 14px;
    }

        .form_box .form > .loginInfo .tips > label {
            display: inline-block;
            font-size: 12px;
            color: red;
            height: 14px;
            line-height: 14px;
            margin: 0;
            padding: 0 0 0 20px;
            overflow: hidden;
            width: auto;
            background: none;
        }

            .form_box .form > .loginInfo .tips > label:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 2px;
            }

.getIdCode {
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #e4e4e4;
    color: #888;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#isSeePw {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.chatcha_container > input {
    box-sizing: border-box;
   /* padding-right: 120px;*/
}

.chatcha_container > img {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    width: 100px;
}

.isAgreeUs {
    margin-bottom: 10px;
    height: 20px;
}

    .isAgreeUs .simulation {
        height: 20px;
        line-height: 20px;
    }

        .isAgreeUs .simulation .simIcon {
            display: inline-block;
            width: 19px;
            height: 19px;
            overflow: hidden;
            border: 1px solid #dadada;
            background: #fff;
            cursor: pointer;
            position: relative;
            top: 1px;
            vertical-align: text-bottom;
        }

            .isAgreeUs .simulation .simIcon.checked {
                border: none;
            }

        .isAgreeUs .simulation [name="keepLogin"] {
            position: absolute;
            left: 2px;
            top: 2px;
        }

        .isAgreeUs .simulation > .simTxt {
            display: inline-block;
            color: #666;
            font-size: 14px;
            margin-left: 4px;
        }

        .isAgreeUs .simulation > .tips {
            bottom: 8px;
        }

        .isAgreeUs .simulation .checkbox-container .simIcon {
            margin-right: 8px;
            font-size: 12px;
            color: #666;
        }

        .isAgreeUs .simulation a[data-id="btnForget"] {
            font-size: 12px;
            color: #333;
            text-decoration: underline;
        }

.form_box .form > .loginBtn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft Yahei", "SimSun";
    background: #00AAFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.logNow {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 42px;
}

    .logNow > a {
        font-size: 14px;
        color: #0968b9;
    }

        .logNow > a i {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            bottom: 1px;
        }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -8deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scrollNum01 {
    0% {
        top: -270px;
    }

    100% {
        top: 0;
    }
}

@keyframes scrollNum01 {
    0% {
        top: -270px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes scrollNum02 {
    0% {
        top: -390px;
    }

    100% {
        top: 0;
    }
}

@keyframes scrollNum02 {
    0% {
        top: -390px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes scrollNum03 {
    0% {
        top: -450px;
    }

    100% {
        top: 0;
    }
}

@keyframes scrollNum03 {
    0% {
        top: -450px;
    }

    100% {
        top: 0;
    }
}

.scrollNums01, .scrollNums02, .scrollNums03 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transition: top;
    transition: top;
}

.scrollNums01 {
    -webkit-animation-name: scrollNum01;
    animation-name: scrollNum01;
}

.scrollNums02 {
    -webkit-animation-name: scrollNum02;
    animation-name: scrollNum02;
}

.scrollNums03 {
    -webkit-animation-name: scrollNum03;
    animation-name: scrollNum03;
}

.duration-01 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.duration-02 {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

.duration-03 {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.duration-04 {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

.duration-05 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.duration-06 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

#footer {
    color: #666;
    font-size: 14px;
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 32px;
}

    #footer > .footer_content {
        width: 960px;
        height: 100px;
        margin: 0 auto;
        text-align: center;
    }

        #footer > .footer_content a {
            color: #666;
            text-decoration: none;
            cursor: pointer;
        }

        #footer > .footer_content > p {
            font-size: 12px;
            color: #888;
            margin: 8px 0;
        }

            #footer > .footer_content > p > a {
                color: #888;
                font-size: 12px;
                margin-left: 4px;
            }

                #footer > .footer_content > p > a:hover {
                    text-decoration: underline;
                }

        #footer > .footer_content > .supervise a {
            display: inline-block;
            height: 34px;
            margin-left: 20px;
        }

            #footer > .footer_content > .supervise a.cnnic {
                background: url(/images/login/imgIcon.gif) -315px 0 no-repeat;
                width: 75px;
            }

            #footer > .footer_content > .supervise a.license {
                background: url(/images/login/imgIcon.gif) -200px 0 no-repeat;
                width: 26px;
            }

            #footer > .footer_content > .supervise a.net_police {
                background: url(/images/login/imgIcon.gif) -155px 0 no-repeat;
                width: 35px;
            }
