/* CSS Document */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #09f;
}

a:hover {
    text-decoration: none;
}

.el-message-box {
    width: 310px !important;
}

#back_to_camera {
    background: rgba(255, 255, 255, .9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

#camera_wrap_4 {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
}

.camera_bar {
    z-index: 2;
}

.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.camera_overlayer {
    opacity: .1;
}

.login_div {
    border: 1px solid #dedede;
    background: url(../images/content_login_box_bg.png) scroll repeat 0 0 transparent;
}

.browser {
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 0;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 8px;
    width: 100%;
}

.browser_bottom {
    padding-bottom: 20px !important;
}

.ie_pic {
    background-image: url("../images/ie-pic.png");
}

.firefox_pic {
    background-image: url("../images/firefox-pic.png");
}

.google_pic {
    background-image: url("../images/google-pic.png");
}

.browser a {
    background-repeat: no-repeat;
    color: #666;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0 0 0 10px;
    margin-left: 10px;
    padding: 0 0 0 25px;
}

.left {
    float: left !important;
}

span {
    color: #666;
}

.new_student {
    padding-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
    padding: 0px 18px;
    width: 100%;
    margin: 16px 0 0;
    box-sizing: border-box;
}

.new_student a {
    font-size: 12px;
    color: #2379bc;
    line-height: 18px;
}

.b_360 {

    left: -475px;
    position: absolute;
    top: -165px;
}

.div_z_index {
    z-index: 20;
    margin-right: 0px;
    margin-left: 0px;
}

.login_logo_bg {
    float: left;
    height: 160px;
    background: url(../images/logo-pc.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 10px;
}

.title {
    float: left;
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
}

@media screen and (max-width: 1800px) {
    .login_logo_bg {
        float: left;
        height: 160px;
        background: url(../images/logo-90.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: left;
        font-size: 26px;
        color: #fff;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1630px) {
    .login_logo_bg {
        float: left;
        height: 160px;
        background: url(../images/logo-80.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: left;
        font-size: 24px;
        color: #fff;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1530px) {
    .login_logo_bg {
        float: left;
        height: 160px;
        background: url(../images/logo-70.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: left;
        font-size: 20px;
        color: #fff;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .login_logo_bg {
        float: left;
        height: 140px;
        background: url(../images/logo-60.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: left;
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1120px) {
    .login_logo_bg {
        float: left;
        height: 120px;
        background: url(../images/logo-50.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: left;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
    }
}

@media screen and (max-width: 990px) {
    .login_logo_bg {
        float: left;
        margin: 0;
        height: 160px;
        background: url(../images/logo-pc.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .login_div {
        margin: 0;
    }

    .title {
        float: none !important;
        font-size: 28px;
        text-align: center;
        color: #fff;
        margin-top: 0 !important;
    }

    .center_div {
        text-align: center;
    }
}

@media screen and (max-width: 613px) {
    .login_logo_bg {
        float: left;
        height: 90px;
        background: url(../images/logo-55.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: none !important;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .center_div {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .login_logo_bg {
        float: left;
        height: 90px;
        background: url(../images/logo-50.png) no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
    }

    .title {
        float: none !important;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .center_div {
        text-align: center;
    }
}

.div_margin_top {
    margin-top: 20px;
}

.top_background_image {
    background: url(../images/top_bj.png) repeat-x 0 0;
    position: relative;
}

.login_div_translate {
    padding-top: 14px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.login_div_translate_one {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.login_div_translate_two {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.login_div_padding_top {

    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.login_submit {
    text-align: center;
}

.login_div_padding_top_two {

    padding-top: 15px;
    padding-bottom: 15px;
}

.login_div_padding_top_15 {

    padding-top: 15px;
}

.login_div_padding_top_45 {

    padding-top: 45px;
    padding-bottom: 30px;
}

.fox_add_css_01 {
    line-height: 200%;
    color: #000000;
    text-indent: 40px;
}

.fox_add_css_02 {
    width: 50%;
}
.fox_add_css_02 .el-input__inner {
    border-radius: 0 4px 4px 0 ;
}
.fox_add_css_03 {
    background-color: #F5F7FA;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-bottom: 1px solid #DCDFE6;
    border-left: 1px solid #DCDFE6;
    border-top: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    padding: 0 20px;
    height: 40px;
    width: 69px;
    white-space: nowrap;

}