﻿/*=====================简历样式====================*/
.big_view {
    height: 82px;
    left: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 1px;
    width: 224px;
}

    .big_view input {
        cursor: pointer;
        font-size: 68px;
        height: 116px;
        margin-left: -748px;
    }

.dh_loading {
    background-color: #F5F2F2;
    border: 1px solid #C4C4C4;
    display: none;
    height: 112px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 224px;
}

.view_img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C4C4C4 #C4C4C4 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: block;
    height: 82px;
    margin-top: 10px;
    width: 224px;
}

.jU-title {
    font-size: 16px;
}

.jU-tr1 {
    font-size: 16px;
    border: 0;
}

    .jU-tr1 td {
        font-size: 16px;
    }

.resume-form {
    width: 100%;
    margin-top: 15px;
    border: 0;
}

    .resume-form table {
        border: 0;
    }

    .resume-form td, .resume-form th {
        padding: 5px 0;
        font-size: 13px;
    }

    .resume-form td {
        padding-right: 5px;
    }

    .resume-form input, .resume-form select, .resume-form textarea {
        padding: 3px 4px;
        min-height: 28px;
        line-height: 28px;
        border: 1px solid #eee;
        background: #fff;
        vertical-align: middle;
        color: #333;
        font-size: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 13px;
        width: 100%;
    }

        .resume-form input[type=button], .resume-form input[type=radio], .resume-form input[type=checkbox] {
            width: auto;
        }

        .resume-form input:hover,
        .resume-form textarea:hover {
            border-color: #ddd;
        }

        .resume-form input:focus,
        .resume-form textarea:focus {
            border-color: #2372e5;
        }

input, button, select, textarea, span {
    outline: none;
}

.resume-form th {
    color: #555;
    min-width: 85px;
}

.resume-form .tit1 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    text-align: left;
}

    .resume-form .tit1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 16px;
        width: 3px;
        background: #0075ff;
        border-radius: 3px;
        margin-top: -8px;
    }

.resume-form .desc1 {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.resume-form .required:before {
    content: '*';
    color: red;
}

.jU-tr2 th {
    text-align: right;
}

.jU-tr3 {
    width: 100%;
}

.jU-btn {
    margin-top: 20px;
}

.resume-card {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: auto;
}

    .resume-card table {
        width: 100%;
    }

    .resume-card + .resume-card {
        margin-top: 10px;
    }
