* {
    margin: 0;
    padding: 0;
    font-family: "MS Mincho,MS PMincho", ;
}

html,
body {
    position: relative;
    margin: 0 auto;
    font-family: "MS Mincho,MS PMincho";
    font-size: 16px;
    color: #4b4b4b;
}

li {
    list-style: none;
}

img {}

.clear {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0;
    line-height: 0
}

a {
    text-decoration: none;
    color: #1c1c1c;
}

a:active {
    opacity: .8;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    color: #1d398b;
}

input {
    outline: medium;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input[type="button"]:active {
    opacity: .8
}

textarea {
    -webkit-appearance: none;
    resize: none;
}

input[type=date] {
    background-color: #fff;
    color: #000;
    appearance: none;
    /*下拉框去掉右侧图标*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input[type="date"]:before {
    color: #ccc;
    content: attr(placeholder);
}

input[type="date"].full:before {
    content: ""!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "MS Mincho,MS PMincho";
}

a.accept_btn:hover,
.search_btn:hover,
.pop_ok_btn:hover,
.resume_ok_btn:hover,
.upload_btn:hover,
.choose_upload_btn:hover,
.upload_file:hover,
.view_bottom_btn .accept_btn:hover,
.msg_show_btn:hover,
.state_btn:hover {
    background: #1440c1;
    cursor: pointer;
}

.upload_btn_clear:hover {
    background: darkred;
    cursor: pointer;
}

a.resume_login_btn:hover,
.view_bottom_btn a.fav_icon:hover {
    background: #d90638;
    cursor: pointer;
}

.pop_cancel_btn:hover {
    background: #eee;
}

.loading_active {
    overflow: hidden;
}


/*弹出框*/

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1050;
    overflow: auto;
    outline: 0;
    text-align: center;
    font-size: 0;
    transform: translate3d(0, 0, 0)
}

.popup:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.popup__container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 500px;
}

.popup.opened {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

body.popup-opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.popup {
    background-color: rgba(0, 0, 0, .54);
    -webkit-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
    will-change: opacity, transform
}

.popup__container {
    text-align: left;
    font-size: 12px;
    background-color: #fff;
    padding: 20px;
    margin: 30px auto;
    box-shadow: rgba(0, 0, 0, .25) 0 14px 45px, rgba(0, 0, 0, .22) 0 10px 18px;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 14px 45px, rgba(0, 0, 0, .22) 0 10px 18px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 14px 45px, rgba(0, 0, 0, .22) 0 10px 18px;
    border-radius: 3px;
    transition: opacity .2s ease, visibility 0s .1s, transform 450ms cubic-bezier(.23, 1, .32, 1) 0s, -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .2s ease, visibility 0s .1s, -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: opacity .2s ease, visibility 0s .1s, -webkit-transform 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: opacity .2s ease, visibility 0s .1s, transform 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    will-change: transform, opacity
}

.popup__close,
.popup__close2 {
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 24px;
    line-height: 30px;
}

.popup__close span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2f2c2c
}

.popup__close span:first-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup__close span:last-of-type {
    -webkit-transform: rotate(-45deg) translateY(-1px);
    -moz-transform: rotate(-45deg) translateY(-1px);
    -ms-transform: rotate(-45deg) translateY(-1px);
    -o-transform: rotate(-45deg) translateY(-1px);
    transform: rotate(-45deg) translateY(-1px)
}

.storage_clear {
    float: right;
    height: 18px;
    cursor: pointer;
    font-size: 16px;
    border: #ddd 1px solid;
    line-height: 18px;
    padding: 5px;
    border-radius: 20px;
    margin: 0 15px 0 0;
}

.storage_clear:hover {
    background: #1d398b;
    color: #fff;
    border: #1d398b 1px solid;
}

.popup.opened .popup__container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

#st_confirm_close {
    float: right;
    font-size: 20px;
}

@media (min-width: 1025px) {
    html,
    body {
        height: 100%;
    }
    .iradio {
        display: inline-block;
    }
    .main {
        min-height: 600px;
        background: #f2f2f2;
        padding: 60px 0 50px 0;
    }
    .main_index {
        min-height: 600px;
        background: #fff;
        padding: 0 0 0px 0;
    }
    .login_main {
        min-height: 600px;
        background: #f2f2f2;
        padding: 20px 0 60px 0;
    }
    /*-------topnav--------*/
    .top_nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: 50px;
        border-bottom: #ebebeb 2px solid;
        background: #fff;
    }
    .top_nav_main {
        padding: 0 40px;
        height: 50px;
        line-height: 50px;
    }
    .pgwMenu a:hover {
        border-bottom: #1d398b 2px solid;
    }
    .pgwMenu {
        height: 50px;
        position: relative;
        list-style: none;
        width: 50%;
    }
    .pgwMenu.light {}
    .pgwMenu ul {
        list-style: none;
        white-space: nowrap;
        margin: 0;
        padding: 0
    }
    .pgwMenu ul.mobile {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1000
    }
    .pgwMenu.light ul.mobile {}
    .pgwMenu ul.mobile li {
        display: block;
        clear: both;
        width: auto;
    }
    .pgwMenu li {
        float: left;
        font-size: .9rem
    }
    .pgwMenu a {
        display: block;
        color: #6f6f6f;
        padding: 0 12px;
        text-decoration: none
    }
    .pgwMenu.light a {
        color: #000
    }
    .pgwMenu a.selected {
        background: #163e8e
    }
    .pgwMenu.light a.selected {
        background: #bbb
    }
    .pgwMenu li a:hover {
        background: #fff;
        color: #333;
    }
    .pgwMenu.light li a:hover {
        background: #fff
    }
    .pgwMenu .pmDropDown {
        display: none
    }
    .pgwMenu .pmDropDown a {
        display: inline-block;
        background: #777
    }
    .pgwMenu .pmDropDown a.active {
        background: #666
    }
    .pgwMenu.light .pmDropDown a {
        background: #c5c5c5
    }
    .pgwMenu.light .pmDropDown a.active {
        background: #bbb
    }
    .pgwMenu .pmDropDown span.icon,
    .pgwMenu .pmDropDown span.white {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 9px 5px
    }
    .pgwMenu.light .pmDropDown span.icon,
    .pgwMenu .pmDropDown span.black {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 9px 5px
    }
    .user_menu {
        float: right;
        position: relative;
    }
    .user_menu i {
        font-size: 16px;
    }
    .user_menu .login_link {
        min-width: 250px;
        text-align: center;
    }
    .user_menu a {
        color: #6f6f6f;
    }
    .login_link a:hover {
        display: inline-block;
        background: #fff;
        color: #333;
        border-bottom: #1d398b 2px solid;
    }
    .user_sub_menu {
        width: 250px;
        position: absolute;
        top: 54px;
        right: 0px;
        background: #fff;
        border-radius: 6px;
        border: #ddd 2px solid;
        display: none;
        z-index: 1000;
    }
    .user_sub_menu li {
        position: relative;
    }
    .user_sub_menu ul li {
        border-bottom: #eee 1px solid;
        font-size: 16px;
    }
    .user_sub_menu ul li a {
        display: block;
        color: #000;
        font-weight: bold;
        padding: 0 10px;
    }
    .user_sub_menu ul li a:hover {
        color: #163e8e;
    }
    .user_sub_menu ul li i {
        font-size: 18px;
    }
    /*-------logobox--------*/
    .logo_box {
        width: 600px;
        margin: 80px auto 0 auto;
        text-align: center;
    }
    .logo_box p {
        font-size: 16px;
        color: #666;
    }
    .main .logo_box {
        margin: 0 auto 20px auto;
    }
    /*-------search_box--------*/
    .search_box {
        width: 600px;
        margin: 20px auto;
    }
    .search_input {
        position: relative;
        height: 70px;
        border-radius: 4px;
        overflow: hidden;
    }
    .search_text {
        width: 586px;
        height: 66px;
        line-height: 66px;
        font-size: 18px;
        border: #d8dbdc 2px solid;
        border-radius: 6px;
        padding: 0 5px;
    }
    .search_choose {
        position: absolute;
        top: 2px;
        right: 2px;
        display: block;
        width: 128px;
        height: 66px;
        background: #fff;
        color: #1d398b;
        font-weight: bold;
        line-height: 66px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: #d8dbdc 2px solid;
        text-align: center;
        cursor: pointer;
    }
    .search_choose:hover {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .search_choose i {
        font-size: 14px;
        position: relative;
        top: -2px;
    }
    .search_btn_box {
        /* text-align: center; */
        margin: 25px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search_btn_box .add_button_pc {
        width: 190px;
        height: 50px;
    }
    .search_btn_box .add_button_pc img {
        width: inherit;
        height: inherit;
    }
    .search_btn_box .sp_button {
        display: none;
    }
    .search_btn {
        display: inline-block;
        width: 47%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        box-sizing: border-box;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        /* margin: 0 10px; */
        font-weight: bold;
    }
    a.resume_login_btn {
        display: inline-block;
        width: 47%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        /* margin: 0 10px; */
        font-weight: bold;
    }
    a.search_clear {
        display: none;
        position: absolute;
        right: 140px;
        top: 26px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 18px;
        background: #eee;
        color: #999;
        font-size: 14px;
        cursor: pointer;
    }
    a.search_clear:hover {
        background: #c30833;
        color: #fff;
    }
    /*-------label_box--------*/
    .search_box .label_box {
        display: flex;
        flex-wrap: wrap;
        width: 600px;
        margin: 15px auto 20px;
        color: #4e5377;
    }
    .search_box .label_box .p_label {
        box-sizing: border-box;
        height: 30px;
        margin: 10px 10px 0 0;
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
        border: 1px solid #4e5377;
        border-radius: 30px;
    }
    .search_box .label_box .active {
        color: #fff;
        background-color: #1d398b;
        border: 1px solid #1d398b;
    }
    .search_box .label_box .p_label:hover {
        color: #fff;
        background-color: #1d398b;
        border: 1px solid #1d398b;
        cursor: pointer;
    }
    .search_box .label_box .p_label:active {
        color: #fff;
        background-color: #1d398b;
        border: 1px solid #1d398b;
    }
    /* 检索条件 */
    .search_box .retrieval_box {
        box-sizing: border-box;
        width: 600px;
        margin: 20px auto;
        padding: 10px;
        background-color: #f2f2f2;
        /* border: 2px solid #a3b4e4; */
        border-radius: 4px;
        position: relative;
    }
    .search_box .retrieval_box div:nth-child(2) {
        margin: 0;
    }
    .search_box .retrieval_box .closeicon {
        position: absolute;
        right: 6px;
        top: 3px;
    }
    .search_box .retrieval_box .closeicon img {
        width: 15px;
        height: 15px;
    }
    .search_box .retrieval_box .label_area .more_button {
        text-decoration: underline;
        color: #1d398b;
        font-weight: bold;
        font-size: 16px;
    }
    .search_box .retrieval_box .label_area .more_button:hover {
        cursor: pointer;
    }
    .search_box .retrieval_box .label_area {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
        font-weight: 500;
        font-size: 16px;
    }
    /* pc端检索关键字 */
    .search_box .retrieval_box .label_area .sp {
        display: none;
    }
    /* pc端检索关键字 */
    .search_box .retrieval_box .label_area a:hover {
        color: #1440c1;
        cursor: pointer;
    }
    .link_box {
        width: 600px;
        margin: 0 auto;
        color: #333;
        font-weight: bold;
    }
    .link_box .link_a {
        font-size: 32px;
        color: #1d398b;
        margin: 0 3px;
    }
    .link_box .link_a:hover {
        cursor: pointer;
    }
    /*-------search_list--------*/
    .search_info {
        width: 582px;
        margin: 40px auto 0 auto;
        background: #ffcfda;
        color: #c30833;
        border: #c30833 1px solid;
        border-radius: 4px;
        padding: 8px;
        text-align: center;
        box-sizing: border-box;
    }
    .search_list {
        width: 600px;
        margin: 0 auto 20px;
    }
    .search_list ul li {
        padding: 20px 10px;
        border-bottom: #D1D1D1 1px solid;
    }
    .search_list ul li.active {
        background: #fdf6e2;
        color: #ff6600;
        border-bottom: #f9e4a2 1px solid;
        font-weight: bold;
    }
    .search_list ul li.active a {
        color: #ff6600;
    }
    .search_list ul li.active a:hover {
        color: #ff4400;
    }
    .search_list ul li.active:hover {
        background: #fcf2d5;
    }
    .search_list ul li:hover {
        background: #f6f6f6;
    }
    .search_list ul li a {
        color: #333;
    }
    .search_list ul li a:hover {
        color: #000;
        font-weight: bold;
    }
    .search_list ul li .detial {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
    }
    .search_list ul li .detial_content {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
        word-wrap: break-word;
        white-space: pre-line;
        word-break: break-all;
    }
    .search_list ul li .detial_icon {
        padding: 5px;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        background: #f2f2f2;
        /* margin: 20px auto 0; */
        max-width: 70px;
        margin-bottom: 10px;
    }
    .search_list ul li .to_more {
        display: block !important;
        margin: 10px auto 0;
        color: #212121;
        font-weight: 500;
        font-size: 16px;
        border: 2px solid #D1D1D1;
        width: fit-content;
        padding: 8px 14px;
        border-radius: 5px;
    }
    .search_list ul li .to_more:hover {
        color: #333;
        font-weight: bold;
        border-color: #333;
    }
    .pages_moblie {
        display: none;
    }
    .pages {
        text-align: center;
        margin: 20px 0 0 0;
        padding: 20px 0;
        min-height: 42px;
        font-size: 12px;
        font-size: 16px;
    }
    .pages a {
        border: #cacaca 1px solid;
        background: #fff;
        color: #a9a9a9;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        margin-right: 2px;
        border-radius: 4px;
        display: inline-block;
        margin: 10px 0;
    }
    .pages a:hover {
        border: #1d398b 1px solid;
        background: #1d398b;
        color: #fff;
    }
    .pages strong {
        margin: 0 3px;
        border: #1d398b 1px solid;
        background: #1d398b;
        color: #fff;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        display: inline-block;
    }
    .pages em {
        font-style: normal;
        color: #666;
        display: none;
    }
    .all_jobs {
        display: none;
    }
    .icheckbox_square-blue,
    .iradio_square-blue {
        border-radius: 4px;
    }
    .pop_content ul li.checkbox_list {
        display: flex;
        padding: 0 0;
        flex-wrap: wrap;
    }
    /* 只有两个选项 */
    .checkbox_list_two span {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 0 5px 0;
    }
    .checkbox_list_two span:nth-child(1) {
        width: 32%;
    }
    .checkbox_list_two span:nth-child(2) {
        flex: 1;
    }
    .checkbox_list span {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 0 5px 0;
    }
    /* 只有三个选项 */
    .checkbox_list span:nth-child(1) {
        width: 32%;
    }
    .checkbox_list span:nth-child(2) {
        flex: 1;
    }
    .checkbox_list span:nth-child(3) {
        width: 30%;
    }
    .pop_content ul li.all_city {
        padding: 5px 0;
    }
    .pop_content ul li.all_city .select {
        margin-top: 10px;
    }
    .pop_content ul li.all_city .select .a_m_item {
        width: 100%;
        padding-right: 30px;
        overflow: hidden;
    }
    .select {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 44px;
        line-height: 40px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .select_list3,
    .select_list4,
    .select_list5,
    .select_middle {
        display: none;
    }
    .select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        border: 2px solid #1d398b;
    }
    .select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 14px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }
    .select select {
        font-size: 16px;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .select select:focus {
        outline: none;
    }
    .option_select {
        display: inline-block;
        overflow: hidden;
        width: 100px;
        height: 32px;
        line-height: 32px;
        position: relative;
        vertical-align: middle;
        padding: 0 10px 0 0;
        overflow: hidden;
        background-color: none;
        color: #000;
        border: none;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .option_select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        border: 1px solid #1d398b;
        background: #fff;
    }
    .option_select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 14px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }
    .option_select select {
        font-size: 16px;
        cursor: pointer;
        padding: 0 10px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .option_select select:focus {
        outline: none;
    }
    .date_over .option_select {
        border: none;
        color: #aaa;
    }
    .date_over .option_select:hover {
        box-shadow: none;
        border: none;
        background: none;
    }
    .date_over .option_select select {
        color: #aaa;
    }
    .all_wages {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .all_wages .select {
        width: 46%;
    }
    .select_middle {
        width: 8%;
        line-height: 40px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        display: none;
        font-size: 24px;
    }
    .text_area {
        border: #d8dbdc 2px solid;
        border-radius: 4px;
        width: 100%;
        min-height: 86px;
        font-size: 16px;
        color: #000;
        box-sizing: border-box;
        padding: 8px;
    }
    .text_area:focus,
    .text_area:hover {
        border: 2px solid #1d398b;
        outline: none;
    }
    .pop_btn {
        text-align: center;
        padding: 15px 0;
    }
    .pop_cancel_btn,
    .pop_cancel_btn2 {
        display: inline-block;
        min-width: 132px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        border: #ddd 1px solid;
        border-radius: 54px;
        font-size: 16px;
        background: #fff;
        color: #999;
        margin: 0 10px;
        font-weight: bold;
        padding: 0 10px;
    }
    .pop_ok_btn,
    .pop_ok_btn2 {
        display: inline-block;
        min-width: 180px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
        padding: 0 10px;
    }
    .home {
        height: 100%;
        padding-bottom: 100px;
    }
    .home .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer {
        border-top: #ddd 1px solid;
        background: #fff;
    }
    .footer_main {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .footer_main p {
        text-align: left;
    }
    .footer_main p a {
        color: #4b4b4b;
    }
    .footer_main p a:hover {
        color: #1d398b;
    }
    .footer_main p span {
        float: right;
    }
    .footer_main p span a {
        color: #4b4b4b;
    }
    .pop_content {
        min-width: 440px;
        font-size: 16px;
    }
    .pop_content ul li,
    .pop_content li {
        padding: 5px 0 0 0;
        color: #000;
    }
    .pop_content ul li.item_title {
        padding: 15px 0 0 0;
        color: #4b4b4b;
    }
    /*求人詳細*/
    .view_body {
        width: 940px;
        margin: 0 auto;
        padding: 30px;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .view_title h1 {
        font-size: 24px;
        color: #000;
        overflow: ;
    }
    .view_top_btn {
        margin-bottom: 0;
        padding: 8px 0;
        border-bottom: #f2f2f2 1px solid;
    }
    .view_top_btn span {
        float: right;
    }
    a.accept_btn {
        display: inline-block;
        width: 132px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0;
        font-weight: bold;
    }
    a.fav_icon {
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: #f2f2f2;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.fav_icon_active {
        background: #c30833;
        color: #fff;
        display: flex;
        align-items: center;
    }
    a.fav_on,
    a.fav_on:hover {
        background: #c30833;
        color: #fff;
    }
    .view_list ul li {
        display: flex;
        padding: 8px 0;
        border-bottom: #f2f2f2 1px solid;
    }
    .view_list ul li .text_item {
        width: 200px;
        min-height: 20px;
    }
    .view_list ul li span {
        display: flex;
        width: 170px;
        min-height: 20px;
        background: #f2f2f2;
        padding: 5px 15px;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .view_list ul li .text_box {
        padding: 5px 0 0 20px;
        color: #333;
        align-items: center;
        font-size: 16px;
        white-space: pre-line;
        word-break: break-all;
    }
    .view_list ul li .text_box p {
        white-space: pre-line;
        word-break: break-all;
    }
    .view_bottom_btn {
        margin-bottom: 30px;
        padding: 35px 0;
        text-align: center;
    }
    .view_bottom_btn a.accept_btn {
        display: inline-block;
        width: 132px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
    }
    .view_bottom_btn a.fav_icon {
        display: inline-block;
        margin: 0 20px;
        width: 132px;
        height: 44px;
        line-height: 44px;
        background: #c30833;
        border-radius: 54px;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }
    /*-------resume--------*/
    .resume_body {
        width: 680px;
        margin: 0 auto;
    }
    .resume_body h3 {
        font-size: 24px;
        color: #000;
        padding: 5px 0;
    }
    .resume_content {
        width: 620px;
        margin: 0 auto;
        padding: 30px;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .resume_content ul li {
        padding: 0 0 5px 0;
    }
    .resume_content ul li.resume_item_title {
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
    }
    .resume_content ul li.resume_item_title span {
        color: #c30833;
    }
    .resume_content ul li.resume_item_title b {
        color: #999;
        font-weight: normal;
    }
    .resume_content ul li.resume_item_input {
        color: #000;
        font-size: 16px;
    }
    .input_text {
        display: inline-block;
        width: 100%;
        height: 44px;
        line-height: 40px;
        text-indent: 8px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .input_text:focus,
    .input_text:hover {
        border: 2px solid #1d398b;
    }
    input.disabled:hover {
        border: 2px solid #d8dbdc;
    }
    .residence_select,
    .stagnate_select,
    .stagnate_item_title,
    .other_text1,
    .other_text2,
    .other_text3,
    .other_text4 {
        display: none
    }
    .step_pages {
        display: none;
    }
    .step_pages_end .stepbtn_6 {
        display: none;
    }
    .birthday_select {
        display: flex;
        justify-content: space-between;
    }
    .birthday_select .select {
        width: 32%;
    }
    .country_select,
    .education_select {
        display: flex;
        justify-content: space-between;
    }
    .country_select .select,
    .education_select .select {
        width: 48%;
    }
    .country_select .input_box,
    .education_select .input_box {
        width: 48%;
    }
    .sns_item_title,
    .sns_item_input {
        display: flex;
        justify-content: space-between;
    }
    .sns_item_title .sns_title {
        width: 48%;
        color: #000;
        font-weight: bold;
    }
    .sns_item_input .sns_input {
        width: 48%;
        color: #000;
        font-size: 16px;
    }
    .channel_item,
    .japanese_item,
    .english_item,
    .wenli_item,
    .skill_item {
        display: flex;
    }
    .japanese_item span {
        display: inline-block;
        width: 25%;
    }
    .english_item span {
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .channel_item {
        justify-content: space-between;
    }
    .channel_item span {
        display: inline-block;
    }
    .wenli_item span,
    .employment_item span,
    .live_item span,
    .sex_item span,
    .skill_item span {
        display: inline-block;
        width: 25%;
    }
    .skill_item {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
    }
    .skill_item span {
        width: auto;
        font-size: 16px;
        padding: 8px 0;
        margin: 0 15px 0 0;
    }
    span>label,
    li>label {
        margin: 0 0 0 5px;
        width: 80%;
        line-height: 22px;
    }
    .resume_content ul li.privacy_item {
        padding: 10px 0;
        font-size: 14px;
        color: #999;
    }
    .resume_content ul li.privacy_item a {
        color: #1d398b;
        font-weight: bold;
    }
    .privacy_content {
        width: 1000px;
    }
    .privacy_content h3 {
        font-size: 24px;
        color: #000;
    }
    .privacy_content h4 {
        font-size: 20px;
        color: #000;
    }
    .privacy_text {
        height: 600px;
        overflow: auto;
        font-size: 16px;
        color: #333;
    }
    .resume_ok_btn {
        display: block;
        width: 198px;
        height: 50px;
        margin: 20px auto;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    /*-------login---------*/
    .login_logo {
        width: 250px;
        margin: 10px auto;
    }
    .login_logo img {
        width: 250px;
    }
    .login_box {
        width: 440px;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }
    .login_box h3 {
        font-size: 24px;
        color: #000;
    }
    .login_box ul li {
        padding: 5px 0;
    }
    .login_input {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 8px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
    }
    .login_btn {
        display: inline-block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 10px 0;
        font-weight: bold;
    }
    .login_box ul li p {
        text-align: center;
        font-size: 14px;
        color: #999;
    }
    a.resume_btn_link {
        display: inline-block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 10px 0;
        font-weight: bold;
    }
    .login_line,
    .form_line {
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    .form_line {
        height: 50px;
        line-height: 50px;
        position: relative;
        margin: 10px 0;
    }
    .login_line hr,
    .form_line hr {
        width: 100%;
        border: none;
        border-top: 2px solid #ececec;
        position: absolute;
        top: 26px;
    }
    .login_line p,
    .form_line p {
        position: relative;
    }
    .login_line span,
    .form_line span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 250px;
        text-align: center;
        color: #000;
        font-weight: bold;
    }
    .login_box ul li p a {
        color: #1d398b;
    }
    .login_box ul li strong {
        color: #000;
    }
    /*-------my---------*/
    .my_main {
        width: 1000px;
        margin: 0 auto;
    }
    .my_body {
        width: 960px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .my_menu {
        width: 100%;
        border-bottom: #f2f2f2 1px solid;
        margin-bottom: 20px;
    }
    .my_menu ul {
        display: flex;
    }
    .my_menu ul li {
        width: 25%;
        text-align: center;
    }
    .my_menu ul li a {
        color: #000;
        height: 50px;
        line-height: 50px;
        display: block;
        font-size: 20px;
    }
    .my_menu ul li.active a {
        color: #1d398b;
        font-weight: bold;
        border-bottom: #1d398b 4px solid;
    }
    .my_menu ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .my_content_title {
        background: #f2f2f2;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
        color: #1d398b;
        overflow: hidden;
    }
    .my_content_title span.my_introduce {
        background: #1d398b;
        color: #fff;
        height: 42px;
        line-height: 42px;
        display: block;
        padding: 0 10px;
        width: 200px;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
    }
    .my_content_title span.my_introduce p {
        line-height: 24px;
    }
    .my_content_title span.my_introduce b {
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
    .my_content_title span.pdf_btn {
        float: right;
        display: block;
        padding: 0 10px;
        display: block;
        padding: 0 10px;
        width: 150px;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
        color: #4b4b4b;
    }
    .my_content_title span.pdf_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_content ul li {
        padding: 0 0 5px 0;
    }
    .my_content ul li.my_item_title2 {
        display: flex;
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
        justify-content: space-between;
    }
    .my_content ul li.my_item_title2 .my_item_title_sub {
        width: 48%;
    }
    .my_content ul li.my_item_title2 span {
        color: #c30833;
    }
    .my_content ul li.my_item_title2 b {
        color: #999;
        font-weight: normal;
    }
    .final_update {
        padding: 0 0 10px 0;
    }
    .my_content ul li.my_item_input2 {
        display: flex;
        color: #000;
        font-size: 16px;
        justify-content: space-between;
    }
    .my_content ul li.my_item_input2 .my_item_input_sub {
        width: 48%;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio1 {
        width: 100%;
        padding: 10px 0;
        display: flex;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio1 span {
        margin: 0 20px 0 0;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio2 {
        width: 48%;
        padding: 10px 0;
        display: flex;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio2 span {
        margin: 0 20px 0 0;
    }
    .my_content ul li.my_item_title1 {
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
    }
    .my_content ul li.my_item_title1 span {
        color: #c30833;
    }
    .my_content ul li.my_item_input1 {
        color: #000;
        font-size: 16px;
        position: relative;
    }
    .my_item_input2 {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .my_item_input2 .select {
        width: 48%;
    }
    .my_item_input2 .input_box {
        width: 48%;
    }
    .in_jp,
    .out_jp,
    .emergency_contact {
        display: none;
        padding: 0 20px;
    }
    .my_content ul li.my_item_input1 .my_item_input_photo,
    .my_item_input_file {
        width: 100%;
        position: relative;
    }
    .photo_file {
        width: 58%;
    }
    .upload_file {
        width: 88%;
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        z-index: 1000;
        opacity: 0;
    }

    .upload_file_my {
        width: 92%;
    }

    .upload_btn {
        margin: 0 0 0 20px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #1d398b;
        color: #fff;
        border-radius: 40px;
        font-weight: bold;
        font-size: 16px;
        padding: 0 15px;
    }

    .upload_btn_pdf {
        margin: 0 0 0 20px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #1d398b;
        color: #fff;
        border-radius: 40px;
        font-weight: bold;
        font-size: 16px;
        padding: 0 45px;
    }

    .upload_btn_clear {
        margin: 0 0 0 20px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: white;
        background: red;
        border-radius: 40px;
        font-weight: bold;
        font-size: 16px;
        padding: 0 15px;
    }
    a.choose_upload_btn {
        display: inline-block;
        text-align: center;
        margin: 0 0 0 20px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #fff;
        color: #fff;
        border-radius: 4px;
        width: 100px;
        font-weight: bold;
        font-size: 16px
    }
    #preview {
        position: absolute;
        top: -25px;
        right: 0;
        width: 75px;
        height: 100px;
        overflow: hidden;
        background: url(../images/no_photo.png) no-repeat;
        background-size: 100% 100%;
        border: #ddd 1px solid;
        display: flex;
        align-items: center
    }
    #preview img {
        width: 75px;
    }
    .select_middle2 {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 30px;
        height: 44px;
        line-height: 44px;
    }
    .education_box .line_box,
    .certificate_box .line_box,
    .language_box .line_box,
    .it_box .line_box,
    .experience_box .line_box {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        background: #f4f4f4;
        text-align: left;
        color: #000;
        font-weight: bold;
        margin: 20px 0;
        border-radius: 6px;
        padding: 0 10px;
        border: #fff 1px solid;
        color: #1d398b;
    }
    .education_box .line_box p span,
    .certificate_box .line_box p span,
    .experience_box .line_box p span {
        float: right;
        cursor: pointer;
    }
    .education_box span.education_add_btn,
    .certificate_box span.certificate_add_btn,
    .language_box span.language_add_btn,
    .it_box span.it_add_btn,
    .experience_box span.experience_add_btn {
        width: 20px;
        height: 20px;
        margin: 8px 0 0 0;
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
        border: #1d398b 2px solid;
        color: #1d398b;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .education_box .line_box p span.education_add_btn:hover,
    .certificate_box .line_box p span.certificate_add_btn:hover,
    .language_box p span.language_add_btn:hover,
    .it_box span.it_add_btn:hover,
    .experience_box span.experience_add_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .certificate_box_main {
        position: relative;
    }
    .certificate_box span.certificate_add_btn {
        position: absolute;
        bottom: 198px;
        right: 25px;
    }
    .certificate_box span#add_2,
    .certificate_box span#add_3,
    .certificate_box span#add_4,
    .certificate_box span#add_5 {
        right: 55px;
    }
    .certificate_box_main .certificate_del_btn {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin: -40px -12px 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #c30833 2px solid;
        color: #c30833;
        font-size: 22px;
    }
    .certificate_box .certificate_del_btn:hover {
        background: #c30833;
        color: #fff;
    }
    .certificate_box_list h5 {
        font-size: 16px;
        color: #1d398b;
    }
    .language_box_main {
        position: relative;
    }
    .language_box span.language_add_btn {
        position: absolute;
        bottom: 175px;
        right: 25px;
    }
    .language_box span#add_2,
    .language_box span#add_3,
    .language_box span#add_4,
    .language_box span#add_5 {
        bottom: 65px;
        right: 65px;
    }
    .it_box_main {
        position: relative;
    }
    .it_box span.it_add_btn {
        position: absolute;
        bottom: 182px;
        right: 25px;
    }
    .it_box span#add_2,
    .it_box span#add_3,
    .it_box span#add_4,
    .it_box span#add_5 {
        bottom: 182px;
        right: 55px;
    }
    .education_box_list {
        height: 388px;
    }
    .it_box_list {
        height: 190px
    }
    .language_other_box {
        height: 76px;
    }
    .certificate_box_list {
        height: 207px;
    }
    .education_box span.education_del_btn,
    .it_box .it_del_btn,
    .experience_box .experience_del_btn,
    .language_del_btn {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin: -19px -12px 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #c30833 2px solid;
        color: #c30833;
        font-size: 22px;
    }
    .experience_box .experience_del_btn,
    .language_del_btn {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin: -39px -12px 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #c30833 2px solid;
        color: #c30833;
        font-size: 22px;
    }
    .education_box .line_box span.education_del_btn:hover,
    .certificate_box span.certificate_del_btn:hover,
    .experience_box span.experience_del_btn:hover,
    .language_box span.language_del_btn:hover,
    .it_del_btn:hover {
        background: #c30833;
        color: #fff;
    }
    #education_box_list1 .education_del_btn,
    #certificate_box_list1 .certificate_del_btn,
    #it_box_list1 .it_del_btn,
    #experience_box_list1 .experience_del_btn {
        display: none;
    }
    .education_box_main {
        position: relative;
    }
    .education_box span.education_add_btn {
        position: absolute;
        bottom: 380px;
        right: 25px;
    }
    .education_box .education_box_list span.education_add_btn {
        display: none;
    }
    .education_box .education_box_list:last-child span.education_add_btn {
        display: block;
    }
    .education_box span#add_2,
    .education_box span#add_3,
    .education_box span#add_4,
    .education_box span#add_5 {
        right: 55px;
    }
    .education_box span.btn_bottom_add {
        bottom: 10px;
        top: auto!important;
    }
    .education_box span.btn_bottom_del {
        bottom: 10px;
        top: auto!important;
        margin: 0;
        position: absolute;
        right: 25px;
        float: none;
    }
    .certificate_box .line_box p span.certificate_add_btn,
    .it_box_list span.it_add_btn,
    .experience_box span.experience_add_btn {
        display: none;
    }
    #education_box_list1 .line_box p span.education_add_btn,
    #certificate_box_list1 .line_box p span.certificate_add_btn {
        display: block;
    }
    #it_box_list1 span.it_add_btn {
        display: block;
    }
    .certificate_box span.certificate_del_btn {
        float: right
    }
    .language_del_btn {
        margin: -1px 0 0 0;
    }
    #language_other_box1 .language_del_btn {
        display: none;
    }
    .my_main span .fa-plus {
        font-size: 18px;
        line-height: 20px;
        margin: 1px 0 0 0;
        width: 20px;
        text-align: center;
    }
    .my_content ul li.certificate_box_list {
        padding: 0;
        display: none;
    }
    .certificate_other_item {
        display: none
    }
    .my_content ul li.my_item_title2 b {
        color: #000;
    }
    .language_box .line_box p span.language_add_btn {
        display: block;
    }
    .my_content ul li.it_box_list,
    .my_content ul li.language_box_list,
    .my_content ul li.education_box_list,
    .my_content ul li.certificate_box_list,
    .experience_box ul li.experience_box_list {
        width: 92%;
        border: #f4f4f4 2px solid;
        padding: 10px 20px;
        margin: 20px auto 0 auto;
        border-radius: 6px;
        box-shadow: 0px 5px 5px #fff;
    }
    .experience_box_list h5 {
        font-size: 16px;
        color: #1d398b;
    }
    .experience_box_main ul {
        position: relative;
        padding: 0 0 30px 0;
    }
    .experience_box span.experience_add_btn {
        position: absolute;
        top: -45px;
        right: -10px;
        display: none;
    }
    .experience_box .experience_box_list:last-child span.experience_add_btn {
        display: block;
    }
    .experience_box span#add_2,
    .experience_box span#add_3,
    .experience_box span#add_4,
    .experience_box span#add_5,
    .experience_box span#add_6,
    .experience_box span#add_7,
    .experience_box span#add_8,
    .experience_box span#add_8,
    .experience_box span#add_9,
    .experience_box span#add_10 {
        top: -47px;
        right: 15px;
    }
    .experience_box span.btn_bottom_add {
        bottom: 0;
        top: auto!important;
    }
    .experience_box span.btn_bottom_del {
        bottom: 0;
        top: auto!important;
        margin: 6px -12px 0 0;
    }
    .it_checkbox_list span {
        line-height: 40px;
        margin: 0 5px 0 0;
    }
    .experience_body {
        display: none;
    }
    .job_summary_content_text {
        width: 600px
    }
    .example_text_btn {
        float: right;
    }
    .select_middle3 {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 18px;
    }
    .experience_so_far {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .experience_body ul.job_summary_item {
        width: 97%;
        margin: 0 auto;
        padding: 10px 0
    }
    .my_my_application_table,
    .my_fav_table {
        width: 100%;
    }
    .my_my_application_table th,
    .my_fav_table th {
        border: none;
    }
    .my_my_application_table tr:hover,
    .my_fav_table tr:hover {
        background: #f2f2f2;
    }
    .my_my_application_table td,
    .my_fav_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 2px solid;
    }
    .my_application_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .my_application_name_item {
        width: 56%;
    }
    .my_application_state_item {
        width: 22%;
    }
    .my_application_message_item {
        width: 22%;
    }
    .my_fav_name_item {
        width: 70%;
    }
    .my_fav_operation_item {
        width: 30%;
    }
    .my_application_name_text p {
        text-align: center;
    }
    .my_my_application_table tr.active .text_info a {
        color: #1d398b;
        font-weight: bold;
    }
    .text_info {
        font-size: 16px;
        padding: 0 8px;
    }
    .text_info a {
        color: #4b4b4b;
    }
    a.state_btn,
    a.go_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
    }
    a.message_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #999;
        background: #ddd;
        border-radius: 40px;
        text-align: center;
    }
    .state_records {
        width: 480px;
    }
    .my_my_application_table tr.active a.message_btn,
    a.del_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
    }
    .line_title {
        height: 30px;
        line-height: 30px;
        position: relative;
    }
    .line_title hr {
        width: 100%;
        border: none;
        border-top: 2px solid #ececec;
        position: absolute;
        top: 14px;
    }
    .line_title p {
        position: relative;
    }
    .line_title p span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 100px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }
    .state_records ul {
        height: 288px;
        overflow: auto;
    }
    .state_records ul li {
        border-bottom: #f2f2f2 2px solid;
        padding: 10px 0;
    }
    .state_records ul li p {
        display: flex;
        padding: 0;
    }
    .state_records ul li p.state_records_date {
        height: 30px;
        line-height: 30px;
    }
    .state_records ul li p.state_records_info {
        line-height: 22px;
    }
    .state_records_date_item {
        color: #666;
    }
    .state_records_text {
        color: #1d398b;
    }
    .state_records_date_item {
        width: 200px;
    }
    .state_records_info_tit {
        width: 12%;
        background: #ddd;
        color: #666;
        align-items: center;
        display: flex;
        text-align: center;
        margin: 0 10px 0 0;
        justify-content: center;
        border-radius: 6px;
    }
    .state_records_info_text {
        width: 88%;
        color: #333;
        font-size: 14px;
    }
    .my_application_message ul li {
        display: flex;
        padding: 10px 0;
        position: relative;
    }
    .my_application_message ul li.fold_item {
        display: none;
    }
    .my_application_message ul li.fold_item .input_text {
        width: 80%;
    }
    .my_application_message ul li.fold_item .text_area {
        width: 80%;
        min-height: 58px;
        display: block;
    }
    .my_application_message ul li .msg_btn_box {
        position: absolute;
        top: -80px;
        right: 10px;
        cursor: pointer;
    }
    .my_application_message ul li .msg_btn_box .msg_btn,
    .my_application_message ul li .msg_btn_box .msg_button {
        display: block;
        width: 120px;
        height: 40px;
        margin: 20px auto;
        line-height: 40px;
        padding: 0 10px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 16px;
    }
    .my_application_message ul li.on {
        display: flex;
    }
    .my_application_message ul li div.msg_tit {
        width: 12%;
        min-height: 56px;
        background: #f2f2f2;
        color: #666;
        align-items: center;
        display: flex;
        text-align: center;
        margin: 0 10px 0 0;
        justify-content: center;
        border-radius: 4px;
    }
    .my_application_message ul li div.msg_info {
        width: 88%;
        min-height: 56px;
        color: #333;
        font-size: 16px;
        align-items: center;
        display: flex;
    }
    .my_application_message ul li div.msg_info h3 {
        width: 100%;
        line-height: 30px;
    }
    .msg_show_btn {
        display: block;
        width: 300px;
        height: 40px;
        margin: 20px auto;
        line-height: 40px;
        padding: 0 10px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
    }
    .main_no_login,
    .main_application {
        width: 820px;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }
    .application_info {
        border-bottom: #ddd 1px solid;
        padding: 10px 0;
    }
    .application_info h2 {
        color: #1d398b;
    }
    .application_info p span {
        float: right;
        color: #999;
        font-weight: normal;
    }
    .application_info p span b {
        color: #000;
    }
    .my_setting {
        width: 620px;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }
    .my_setting_info {
        border-bottom: #ddd 1px solid;
        padding: 10px 0;
    }
    .my_setting_info h2 {
        color: #1d398b;
    }
    .my_application_message_view {
        border: #ddd 2px solid;
        border-radius: 6px;
        padding: 20px 10px;
        margin: 20px 0 0 0;
        display: none;
    }
    .msg_content {
        width: 100%;
        padding: 10px 20px;
        position: relative;
    }
    .enterprise .user_img {
        float: right;
        width: 48px;
        text-align: center;
    }
    .enterprise .user_img img {
        margin: 0 auto;
        width: 48px;
        height: 48px;
    }
    .enterprise .msg_info_box {
        float: right;
        max-width: 800px;
    }
    .enterprise .msg_info_content {
        background: #fff;
    }
    .enterprise {
        margin-top: 10px;
        padding-left: 10px;
        display: block;
        clear: both;
        overflow: hidden;
        float: right;
        margin-bottom: 5px
    }
    .enterprise .msg_info_content {
        background: #eee;
        padding: 7px;
        border-radius: 4px;
        margin: 0 10px;
        max-width: 800px;
        border: 1px solid #eee;
        position: relative;
        word-wrap: break-word;
        word-break: normal;
    }
    .enterprise .msg_info_content h3 {
        word-wrap: break-word;
        word-break: normal;
    }
    .enterprise .msg_info_content:before {
        content: " ";
        position: absolute;
        top: 9px;
        right: 100%;
        border: 6px solid transparent;
        border-left-color: #eee;
        right: inherit;
        left: 100%
    }
    .msg_info_content_text {
        border-top: #888 1px dashed;
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
        word-wrap: break-word;
        word-break: normal;
    }
    .me img {
        display: block;
        margin: 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 2px
    }
    .me {
        margin-top: 10px;
        padding-left: 10px;
        width: 80%;
        display: block;
        clear: both;
        overflow: hidden;
        float: left;
        margin-bottom: 5px
    }
    .me .user_img {
        float: left
    }
    .me .msg_info_box {
        float: left;
        max-width: 80%;
    }
    .me .msg_info_content {
        background: #99cffd;
        padding: 10px;
        border-radius: 4px;
        margin: 0 10px;
        max-width: 100%;
        border: 1px solid #99cffd;
        position: relative;
        color: #000;
        word-wrap: break-word;
        word-break: normal;
    }
    .me .msg_info_content:before {
        content: "";
        position: absolute;
        top: 9px;
        right: 100%;
        border: 6px solid transparent;
        border-right-color: #99cffd;
        right: inherit;
        right: 100%
    }
    .msg_info_btn {
        display: flex;
    }
    a.msg_agree_btn {
        display: block;
        width: 80px;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
    }
    a.msg_return_btn {
        display: block;
        width: 80px;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
    }
    a.msg_agree_btn2 {
        display: block;
        min-width: 120px;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #ff6600;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
    }
    .msg_time {
        margin: 10px;
        color: #999;
    }
    .my_item_input_file {
        width: 500px;
    }
    .resume_content .my_item_input_file {
        width: 100%;
    }
    .my_item_input_file .pdf_file {
        width: 72%;
        color: #999;
    }
    .my_item_input_file .upload_btn {
        background: #ccc;
        color: #333;
    }
    .my_item_input_file .active {
        background: #1d398b;
        color: #fff;
    }
    .my_item_input_file .upload_file {
        width: 72%;
    }
    .upload_main {
        padding: 50px 0 0 0;
    }
    a.web_resume_link {
        display: block;
        width: 80%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border: #1d398b 2px solid;
        text-align: center;
        border-radius: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #1d398b;
    }
    a.example_resume_link {
        display: block;
        width: 80%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border: #c30833 2px solid;
        text-align: center;
        border-radius: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #c30833;
    }
    a.web_resume_link:hover {
        background: #1d398b;
        color: #fff;
    }
    a.example_resume_link:hover {
        background: #c30833;
        color: #fff;
    }
    .open i.fa-chevron-down,
    .open i.fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    a.back_btn {
        float: right;
        border: #ddd 1px solid;
        padding: 5px 15px;
        text-align: center;
        border-radius: 40px;
        height: 23px;
        font-size: 16px;
    }
    a.back_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_title_line {
        height: 50px;
        border-bottom: #f2f2f2 1px solid;
        margin-bottom: 20px;
    }
    .application_info_table {
        width: 100%;
        margin: 20px 0;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .application_info_table td {
        border: #ddd 1px solid;
        padding: 8px;
        color: #000;
        font-weight: bold;
    }
    .application_info_table td.info_tit {
        background: #f2f2f2;
        width: 120px;
        color: #4b4b4b;
        font-weight: normal;
    }
    .checkbox_box {
        height: 40px;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .go_resume_btn {
        display: block;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        padding: 0 8px;
        color: #1d398b;
        background: #fff;
        border-radius: 40px;
        text-align: center;
        float: right;
        border: #1d398b 2px solid;
    }
    .go_resume_btn:hover {
        color: #fff;
        background: #1d398b;
    }
    .privacy_content {
        width: 500px;
    }
    .privacy_text2 {
        font-size: 16px;
        color: #333;
    }
    .alert_text {
        padding: 10px;
        color: #666;
        font-weight: normal;
    }
    .my_setting_list {
        padding: 20px 0;
    }
    .my_setting_list li {
        border-bottom: #f2f2f2 1px solid;
        padding: 24px 0;
    }
    .my_setting_list li p {
        height: 34px;
        line-height: 34px;
    }
    .my_setting_list li p b {
        color: #1d398b;
        font-size: 18px;
    }
    .my_setting_list li p span {
        float: right;
    }
    .my_setting_list li p span a {
        display: block;
        min-width: 180px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        color: #1d398b;
        background: #fff;
        border-radius: 40px;
        text-align: center;
        float: right;
        border: #1d398b 2px solid;
    }
    .my_setting_list li p span a:hover {
        color: #fff;
        background: #1d398b;
    }
    /*Company_info*/
    .post_info_body {
        width: 1000px;
        margin: 0 auto;
    }
    .post_info_body h3 {
        font-size: 24px;
        color: #000;
        padding: 15px 0;
        width: 100%;
    }
    .post_info_content {
        width: 960px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .post_info_content ul li {
        padding: 0 0 5px 0;
    }
    .post_info_content ul li.item_title {
        color: #000;
        margin: 10px 0 0 0;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
    }
    .post_info_content ul li.item_title span {
        color: #c30833;
    }
    .post_info_content ul li.title b {
        color: #999;
        font-weight: normal;
    }
    .post_info_content ul li.cols2 {
        display: flex;
        justify-content: space-between;
    }
    .post_info_content ul li.cols2 .cols_item {
        width: 48%;
    }
    .post_info_content ul li.cols2 .cols_item2 {
        display: flex;
    }
    .post_info_content ul li.cols2 .cols_item2 .item_input {
        width: 70%;
    }
    .post_info_content ul li.cols2 .cols_item2 li.item_text {
        height: 44px;
        line-height: 44px;
        padding: 0 0 0 10px;
    }
    .post_info_content ul li.item_title2 {
        color: #000;
        margin: 5px 0 0 0;
        font-weight: bold;
        display: flex;
    }
    .post_info_content ul li.item_title2 span {
        color: #c30833;
    }
    .post_info_content ul li.title2 b {
        color: #999;
        font-weight: normal;
    }
    .post_info_content ul li.item_input {
        margin-bottom: 5px;
        position: relative;
        min-height: 44px;
    }
    .post_info_content ul li.item_input span {
        margin: 0 20px 0 0;
        line-height: 44px;
    }
    .post_info_content ul li.item_input span.date_line {
        position: absolute;
        right: -25px;
        top: 0;
        margin: 0;
        font-size: 24px;
        height: 44px;
        line-height: 44px;
    }
    .post_info_content ul li.item_input2 {
        display: flex;
        justify-content: space-between;
    }
    .post_info_content ul li.item_input2 .input_box {
        width: 48%;
    }
    /*-------company_management---------*/
    .company_main {
        width: 1000px;
        margin: 0 auto;
    }
    .company_main_list {
        min-width: 1200px;
        padding: 0 20px;
    }
    .company_main_list .company_body {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .company_body {
        width: 980px;
        margin: 0 auto;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
        padding: 0 10px;
    }
    .company_menu {
        width: 100%;
        border-bottom: #f2f2f2 1px solid;
        margin-bottom: 20px;
    }
    .company_menu ul {
        display: flex;
    }
    .company_menu ul li {
        width: 33%;
        text-align: center;
    }
    .company_menu ul li a {
        color: #000;
        height: 50px;
        line-height: 50px;
        display: block;
        font-size: 20px;
    }
    .company_menu ul li.active a {
        color: #1d398b;
        font-weight: bold;
        border-bottom: #1d398b 4px solid;
    }
    .company_menu ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .btn_bar {
        padding: 10px 0;
        display: flex;
    }
    .btn_bar a.change_btn,
    .btn_bar a.send_msg_button {
        margin: 0 20px 0 0;
    }
    a.change_btn,
    a.send_msg_button {
        border: #1d398b 2px solid;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        padding: 0 10px;
        display: flex;
        cursor: pointer;
        margin: 0 0 0 60px;
        align-items: center;
        justify-content: center;
    }
    .company_management_main {
        background: #fff;
    }
    .company_management_table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0
    }
    .company_management_table th {
        border: none;
        padding: 5px 0;
        line-height: 1.2em;
        font-size: 14px;
        font-weight: normal;
        padding: 0 15px 0 0;
        color: #000;
        text-align: center;
    }
    .company_management_table tbody tr:hover {
        background: #dde5fd;
    }
    .company_management_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 1px solid;
        text-align: center;
    }
    .company_management_table th.check_box_item {
        width: 60px;
        padding: 0;
    }
    .company_management_table td a {
        text-align: left;
        padding: 0 5px;
    }
    .view_btn {
        display: inline-block;
        background: #fff;
        padding: 0 8px;
        border: #1d398b 1px solid;
        border-radius: 4px;
        color: #1d398b;
    }
    .view_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .company_management_table td p {
        display: block;
        text-align: left;
    }
    .company_management_table td span a {
        color: #fff;
    }
    .company_management_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .c_m_id {
        width: 12%;
    }
    .c_m_name {
        width: 33%;
    }
    .company_main_list .c_m_name {
        width: 20%;
    }
    .c_m_state {
        width: 10%;
    }
    .c_m_date {
        width: 10%;
    }
    .c_m_set_up {
        width: 10%;
    }
    .c_m_update {
        width: 10%;
    }
    .company_management_table td.c_m_date_text p {
        line-height: 14px;
    }
    .stay_year_item p {
        line-height: 16px;
    }
    .c_m_item {
        position: relative;
        padding: 0 0 20px 0;
    }
    .c_m_add_btn a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
    }
    .c_m_add_btn a.back_btn {
        background: #fff;
        width: auto;
        color: #1d398b;
        margin: 0 0 0 30px;
        padding: 0 15px;
    }
    .c_m_update_btn a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        margin: 0 0 0 30px;
    }
    .post_btn_item {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .post_btn_item .back_btn {
        font-size: 16px;
        background: #fff;
    }
    .post_btn_item ul {
        justify-content: flex-end;
        padding: 10px;
        position: fixed;
        margin: 0 0 0 1010px;
        bottom: 100px;
    }
    .post_btn_item ul li {
        text-align: center;
        margin-bottom: 20px;
    }
    .post_btn_item ul li a i {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        line-height: 48px;
        border: #1d398b 2px solid;
        text-align: center;
        background: #fff;
        font-size: 24px;
        margin: 0 auto;
    }
    .post_btn_item ul li a:hover i {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .post_btn_item ul li a.cr_del_btn {
        color: #c30833;
    }
    .post_btn_item ul li a.cr_del_btn i {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .post_btn_item ul li a.cr_del_btn:hover i {
        background: #c30833;
        color: #fff;
        font-weight: bold;
    }
    fieldset {
        padding: 15px;
        border: #ddd 2px solid;
        border-radius: 6px;
        margin: 15px 0;
    }
    fieldset legend {
        font-size: 18px;
        color: #1d398b;
        font-weight: bold;
        padding: 0 3px;
    }
    .c_m_num {
        background: #1d398b;
        color: #fff;
        display: inline-block;
        min-width: 40px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        text-align: center;
        border-radius: 30px;
    }
    .company_list_title {
        position: relative;
        padding: 20px 0 10px 0;
    }
    .company_list_title h3 {
        height: 50px;
        line-height: 50px;
        display: flex;
    }
    .search_main {
        position: absolute;
        right: 0;
        top: 20px;
        display: flex;
    }
    .company_list_title .search_btn_box .search_btn_box {
        margin: 0;
    }
    .company_list_title .search_box {
        width: 600px;
        margin: 0;
    }
    .company_list_title .search_input {
        position: relative;
        height: 50px;
        border-radius: 4px;
        overflow: hidden;
    }
    .company_list_title .search_text {
        width: 586px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        border: #d8dbdc 2px solid;
        border-radius: 6px;
        padding: 0 5px;
    }
    .company_list_title .search_choose {
        position: absolute;
        top: 2px;
        right: 2px;
        display: block;
        width: 118px;
        height: 46px;
        background: #fff;
        color: #1d398b;
        font-weight: bold;
        line-height: 46px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: #d8dbdc 2px solid;
        text-align: center;
        cursor: pointer;
    }
    .company_list_title .search_choose:hover {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .company_list_title .search_choose i {
        font-size: 14px;
        position: relative;
        top: -2px;
    }
    .company_list_title .search_btn_box {
        text-align: center;
        margin: 0;
    }
    .company_list_title .search_btn {
        display: inline-block;
        width: auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        padding: 0 25px;
        font-weight: bold;
    }
    .company_list_title a.resume_login_btn {
        display: inline-block;
        width: 198px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
    }
    .company_list_title a.search_clear {
        display: none;
        position: absolute;
        right: 150px;
        top: 26px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 18px;
        background: #eee;
        color: #999;
        font-size: 14px;
        cursor: pointer;
    }
    .company_list_title a.search_clear:hover {
        background: #c30833;
        color: #fff;
    }
    .company_body .select_middle {
        display: block;
    }
    .company_body .checkbox_list span {
        margin: 0;
        width: 25%;
    }
    .msg_btn {
        display: inline-block;
        width: 48px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
        position: relative;
        padding: 0 10px;
    }
    .msg_btn span {
        display: block;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 20px;
        background: #c30833;
        color: #fff;
        position: absolute;
        top: -5px;
        left: 50px;
        border: #fff 1px solid;
        padding: 0 5px;
        font-size: 14px;
    }
    .company_management_table td span.name_news a {
        color: #1d398b;
        position: relative;
        display: inline-block
    }
    .company_management_table td span.name_news {
        position: relative;
        min-width: 100px;
        display: block;
        padding: 0 10px 0 0;
    }
    .name_news em {
        display: block;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 20px;
        background: #c30833;
        color: #fff;
        position: absolute;
        top: -5px;
        right: -32px;
        border: #fff 1px solid;
        padding: 0 5px;
        font-size: 14px;
        font-style: normal;
    }
    .company_management_table td a.have_btn {
        display: inline-block;
        width: 48px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
        position: relative;
        padding: 0 10px;
        text-align: center;
    }
    .candidate_main {
        width: 940px;
        margin: 0 auto;
        border-radius: 10px;
        padding: 30px;
        background: #fff;
    }
    .company_item_info {
        padding: 15px 0;
        display: flex;
        font-weight: normal;
        border-bottom: #1d398b 2px solid;
        justify-content: space-between;
        align-items: center;
    }
    .company_item_info span {
        margin: 0 20px 0 0;
        color: #666;
        max-width: 320px;
        min-width: 120px;
    }
    .company_item_info span b {
        color: #000;
    }
    .candidate_main h1 {
        font-size: 24px;
        color: #000;
    }
    .candidate_main h1 .back_btn {
        font-size: 16px;
    }
    .candidate_main h2 {
        height: 30px;
        line-height: 30px;
        border-bottom: #f2f2f2 1px solid;
        font-size: 18px;
        color: #666;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
    }
    .candidate_main h2 span:nth-child(2) {
        font-size: 14px;
    }
    .candidate_main h2 strong {
        color: #1d398b;
    }
    .candidate_info_a {
        display: flex;
        padding: 15px 0;
    }
    .candidate_photo {
        width: 200px;
        margin: 0 20px 0 0;
    }
    .candidate_info_a h4 {
        color: #1d398b;
        font-size: 18px;
    }
    .candidate_photo img {
        width: 200px;
        border: #eee 1px solid;
        border-radius: 6px;
    }
    .candidate_info_list {
        width: 850px;
    }
    .candidate_info_list p {
        padding: 8px 0;
        color: #666;
        display: flex;
        justify-content: space-between;
    }
    .candidate_info_list p span {
        font-weight: normal;
    }
    .candidate_info_list p span:nth-child(1) {
        min-width: 40%;
    }
    .candidate_info_list p span:nth-child(2) {
        min-width: 30%;
    }
    .candidate_info_list p span:nth-child(3) {
        min-width: 30%;
    }
    .candidate_info_list p b {
        color: #000;
        font-weight: bold;
    }
    .candidate_info_b p {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        color: #666;
        font-weight: normal;
    }
    .candidate_info_b p b {
        color: #000;
        font-weight: bold;
    }
    .candidate_info_c {
        background: #f2f2f2;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
    }
    .candidate_info_c p {
        padding: 30px;
    }
    .send_msg_btn {
        display: inline-block;
        width: auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        padding: 0 25px;
        font-weight: bold;
    }
    .candidate_info_item li {
        display: flex;
    }
    .candidate_info_item li span {
        color: #666;
        font-weight: normal;
    }
    .candidate_info_item li span b {
        color: #000;
    }
    .candidate_info_item li span:nth-child(1) {
        min-width: 33%;
    }
    .candidate_info_item li span:nth-child(2) {
        text-indent: 2em;
        min-width: 33%;
    }
    .candidate_info_item li span:nth-child(3) {
        text-indent: 2em;
        min-width: 33%;
    }
    .popup__content .my_body {
        min-height: auto;
    }
    .candidate_info_d {
        margin: 15px 0;
    }
    .candidate_info_d h4 {
        color: #1d398b;
        font-weight: bold;
        font-size: 18px;
    }
    .candidate_info_d h3 {
        background: #fff;
        height: 30px;
        line-height: 30px;
        border-bottom: #1d398b 2px solid;
        color: #1d398b;
    }
    .candidate_info_d ul {
        padding: 15px 0;
    }
    .candidate_info_d ul li {
        display: flex;
        font-weight: normal;
        padding: 8px 0;
    }
    .candidate_info_d ul li span {}
    .candidate_info_d ul li span b {
        color: #000;
    }
    .candidate_info_d ul li span:nth-child(1) {
        min-width: 33%;
    }
    .candidate_info_d ul li span:nth-child(2) {
        min-width: 33%;
    }
    .candidate_info_d ul li span:nth-child(3) {
        min-width: 33%;
    }
    .candidate_info_e {
        margin: 15px 0;
    }
    .candidate_info_e h4 {
        color: #1d398b;
        font-weight: bold;
        font-size: 18px;
    }
    .candidate_info_e h3 {
        background: #fff;
        height: 30px;
        line-height: 30px;
        border-bottom: #1d398b 2px solid;
        color: #1d398b;
    }
    .candidate_info_e ul {
        padding: 15px 0;
        border-bottom: #ddd 1px solid;
    }
    .candidate_info_e ul li {
        display: flex;
        font-weight: normal;
        padding: 8px 0;
    }
    .candidate_info_e ul li span {}
    .candidate_info_e ul li span b {
        color: #000;
    }
    .candidate_info_e ul li span:nth-child(1) {
        min-width: 40%;
    }
    .candidate_info_e ul li span:nth-child(2) {
        text-indent: 2em;
        min-width: 30%;
    }
    .candidate_info_e ul li span:nth-child(3) {
        text-indent: 2em;
        min-width: 30%;
    }
    .company_management_table .sorting,
    .company_management_table .sorting_asc,
    .company_management_table .sorting_desc,
    .company_management_table .sorting_asc_disabled,
    .company_management_table .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right
    }
    .company_management_table .sorting {
        background-image: url(../images/sort_both.png)
    }
    .company_management_table .sorting_asc {
        background-image: url(../images/sort_asc.png)
    }
    .company_management_table .sorting_desc {
        background-image: url(../images/sort_desc.png)
    }
    .company_management_table .sorting_asc_disabled {
        background-image: url(../images/sort_asc_disabled.png)
    }
    .company_management_table .sorting_desc_disabled {
        background-image: url(../images/sort_desc_disabled.png)
    }
    .today_num {
        padding: 0 0 0 0;
        text-align: left;
        display: flex;
        width: 300px;
        align-items: center;
        height: 44px;
        line-height: 44px;
    }
    .today_num span {
        color: #1d398b;
        font-weight: bold;
    }
    .recording_body,
    .upload_video_body {
        width: 500px;
        margin: 0 auto;
        padding: 30px;
        background: #fff;
        border-radius: 10px;
    }
    .recording_body .back_btn,
    .upload_video_body .back_btn {
        float: left;
    }
    .video_content {}
    .video_box {
        display: flex;
        justify-content: center;
        align-items: center;
        border: #ccc 1px solid;
        width: 500px;
        min-height: 500px;
    }
    .video_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 502px;
        flex-wrap: wrap;
    }
    .video_start_btn,
    .video_upload_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 40px;
        background: #1d398b;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        font-size: 16px;
        border: none;
        outline: none;
    }
    .video_stop_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 40px;
        background: #c30833;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }
    .video_btn_box {
        justify-content: center;
        align-items: center;
        width: 502px;
        display: flex;
    }
    .video_start_btn i,
    .video_stop_btn i {
        font-size: 24px;
        margin: 0 10px 0 0;
    }
    .v_disable {
        background: #ddd;
        color: #999;
    }
    .upload_sucess {
        color: #1d398b;
        font-weight: bold;
        font-size: 18px;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .upload_sucess i {
        font-size: 24px;
    }
    .no_support_text {
        border: #f9e4a2 1px solid;
        background: #fdf6e2;
        color: #ff6600;
        padding: 15px;
        border-radius: 10px;
    }
    .upload_video_body .my_item_input_file {
        margin: 30px 0;
        position: relative;
    }
    .upload_video_body .my_item_input_file .upload_btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
        font-size: 18px;
        width: auto;
        padding: 0 15px;
    }
    .upload_video_body .my_item_input_file .upload_file {
        width: 100%;
    }
    .video_text {
        width: 70%;
        color: #999;
    }
    .video_preview {
        display: none;
    }
    .layui-layer-tips {
        background: 0 0;
        box-shadow: none;
        border: none
    }
    .layui-layer-tips .layui-layer-content {
        position: relative;
        line-height: 22px;
        min-width: 220px;
        padding: 8px 15px;
        font-size: 14px;
        _float: left;
        border-radius: 4px;
        border: #c30833 1px solid;
        background-color: #ffcfda;
        color: #c30833;
        margin: 2px 0 0 0;
    }
    .layui-layer-tips .layui-layer-close {
        right: -2px;
        top: -1px
    }
    .layui-layer-tips i.layui-layer-TipsG {
        position: absolute;
        width: 19px;
        height: 10px;
        background: url(../images/trips.png) no-repeat;
        border: none;
    }
    .layui-layer-tips i.layui-layer-TipsB,
    .layui-layer-tips i.layui-layer-TipsT {
        left: 10px;
        right: 0;
        margin: 0 auto;
    }
    .layui-layer-tips i.layui-layer-TipsT {
        bottom: -8px
    }
    .layui-layer-tips i.layui-layer-TipsB {
        top: -10px
    }
    .layui-layer-tips i.layui-layer-TipsL,
    .layui-layer-tips i.layui-layer-TipsR {
        top: 5px;
        border-bottom-style: solid;
        border-bottom-color: #000
    }
    .layui-layer-tips i.layui-layer-TipsR {
        left: -8px
    }
    .layui-layer-tips i.layui-layer-TipsL {
        right: -8px
    }
    .top_agent_id {
        float: right;
    }
    .agent_application_table,
    .agent_fav_table {
        width: 100%;
    }
    .agent_application_table th,
    .agent_fav_table th {
        border: none;
    }
    .agent_application_table tr:hover,
    .agent_fav_table tr:hover {
        background: #f2f2f2;
    }
    .agent_application_table tr.active .text_info a {
        color: #1d398b;
        font-weight: bold;
    }
    .agent_application_table tr.active a.message_btn,
    a.del_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
    }
    .agent_application_table td,
    .agent_fav_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 2px solid;
    }
    .agent_application_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .agent_app_id_item {
        width: 18%;
    }
    .agent_application_name_item {
        width: 38%;
    }
    .agent_application_state_item {
        width: 22%;
    }
    .agent_application_message_item {
        width: 22%;
    }
    .agent_fav_name_item {
        width: 70%;
    }
    .agent_fav_operation_item {
        width: 30%;
    }
    .agent_app_id_text {
        text-align: center;
    }
    .agent_application_list {
        margin-bottom: 20px;
    }
    .agent_application_list_top {
        background: #fff;
        color: #1d398b;
        height: 30px;
        line-height: 30px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin: 10px 0 0 0;
        padding: 5px 10px;
        border-bottom: #1d398b 3px solid;
        border-top: #ddd 1px solid;
        border-left: #ddd 1px solid;
        border-right: #ddd 1px solid;
    }
    .agent_application_list_top b {
        font-size: 18px;
    }
    .agent_application_list_right {
        float: right;
        display: flex;
    }
    .agent_application_list_top span {
        color: #999;
    }
    .agent_application_list_top span strong {
        margin: 0 20px 0 0;
        color: #1d398b;
    }
    .agent_application_list_btn a {
        color: #1d398b;
        display: inline-block;
        border: #1d398b 2px solid;
        padding: 0 10px;
        border-radius: 30px;
        height: 26px;
        line-height: 26px;
        margin: 0 5px;
    }
    .agent_application_list_btn a:hover {
        background: #1d398b;
        color: #fff;
    }
    .agent_application_list_btn a.agent_app_del {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .agent_application_list_btn a.agent_app_del:hover {
        background: #c30833;
        color: #fff;
    }
    .agent_application_list_table {
        width: 100%;
        border: #ddd 1px solid;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .agent_application_list_table td {
        border: #ddd 1px solid;
        padding: 7px 5px;
        font-weight: bold;
        color: #333;
    }
    .agent_application_list_table td.agent_application_list_tit {
        background: #f4f4f4;
        color: #999;
        font-size: 14px;
        font-weight: normal;
    }
    .agent_pop {
        width: 100%;
        display: none;
        padding: 60px 0 50px 0;
        position: absolute;
        background-color: rgba(0, 0, 0, .6);
        z-index: 1000;
        min-height: 100%;
        box-sizing: border-box;
    }
    .agent_pop .my_body {
        border-radius: 4px;
    }
    .agent_pop .my_item_input_radio2 span {
        width: 30%;
    }
    .agent_pop .it_checkbox_list span {
        width: 30%;
        display: inline-block;
    }
    .search_list {
        position: relative;
    }
    .index_side_box {
        width: 600px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .index_left_box {
        position: absolute;
        top: 0;
        left: -290px;
        border: #f2f2f2 2px solid;
        border-radius: 6px;
        background: #fff;
        max-width: 250px;
    }
    .index_left_box h3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-bottom: #f2f2f2 2px solid;
        font-size: 16px;
    }
    .index_left_box ul {
        padding: 8px 8px;
    }
    .index_left_box ul li {
        padding: 7px 5px;
        display: flex;
        border-bottom: #f2f2f2 1px solid;
        font-size: 14px;
        overflow: hidden;
        align-items: center
    }
    .index_left_box ul li a {
        color: #1d398b;
    }
    .index_left_box ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .index_left_box ul li span.num_box {
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #8eb9f5;
        margin: 0 5px 0 0;
    }
    .index_left_box ul li:nth-child(1) span.num_box {
        background: #f54545;
    }
    .index_left_box ul li:nth-child(2) span.num_box {
        background: #ff8547;
    }
    .index_left_box ul li:nth-child(3) span.num_box {
        background: #ffac38;
    }
    .index_left_box ul li span.side_list_text {
        display: block;
        line-height: 18px;
        max-height: 54px;
        overflow: hidden;
        width: 200px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .index_right_box {
        position: absolute;
        top: 0;
        right: -290px;
        border: #f2f2f2 2px solid;
        border-radius: 6px;
        background: #fff;
        max-width: 250px;
    }
    .index_right_box h3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-bottom: #f2f2f2 2px solid;
        font-size: 16px;
    }
    .index_right_box ul {
        padding: 8px 8px;
    }
    .index_right_box ul li {
        padding: 7px 5px;
        display: flex;
        border-bottom: #f2f2f2 1px solid;
        font-size: 14px;
    }
    .index_right_box ul li a {
        color: #1d398b;
    }
    .index_right_box ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .index_right_box ul li span.num_box {
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #8eb9f5;
        margin: 0 5px 0 0;
    }
    .index_right_box ul li:nth-child(1) span.num_box {
        background: #f54545;
    }
    .index_right_box ul li:nth-child(2) span.num_box {
        background: #ff8547;
    }
    .index_right_box ul li:nth-child(3) span.num_box {
        background: #ffac38;
    }
    .index_right_box ul li span.side_list_text {
        display: block;
        width: 200px;
        text-align: justify;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .ad_main {
        width: 680px;
        position: relative;
        margin: 0 auto;
    }
    .ad_box {
        width: 320px;
        position: fixed;
        bottom: 100px;
        margin: 0 0 0 700px;
        border: #eee 2px solid;
        border-radius: 6px;
        background: #fff;
        padding: 10px;
        z-index: 100;
    }
    .ad_box img {
        max-width: 100%
    }
    .ad_box h4 {
        color: #1d398b;
        font-size: 18px;
        text-align: center;
        margin: 15px 0;
    }
    .ad_box h5 {
        color: #1d398b;
        font-size: 16px;
    }
    .companyinfo_box {
        max-width: 600px;
    }
    .companyinfo_box ul {
        padding: 15px 0;
    }
    .companyinfo_box ul li {
        display: flex;
        padding: 5px 0;
        border-bottom: #f2f2f2 1px solid;
    }
    .companyinfo_box ul li span {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    .companyinfo_box ul li span:nth-child(1) {
        background: #f2f2f2;
        min-width: 150px;
        border-radius: 4px;
        color: #666;
    }
    .resume_body h3 {}
    .agent_name {
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 16px;
        color: #666;
        text-align: right;
    }
    .agent_name b {
        color: #1d398b;
    }
    .agent_login_choose {
        width: 660px;
        padding: 20px;
        border-radius: 10px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
    }
    .agent_login_choose a:hover {
        background: #1d398b;
        color: #fff;
    }
    a.agent_login_choose1 {
        width: 300px;
        height: 100px;
        background: #fff;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 24px;
    }
    a.agent_login_choose2 {
        width: 300px;
        height: 100px;
        background: #fff;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 24px;
    }
    .agent_login_main {
        min-width: 960px;
        max-width: 1300px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        margin: 50px auto;
    }
    .agent_login_main .agent_title {
        min-height: 40px;
        line-height: 40px;
        background: #1d398b;
        border-radius: 6px;
        font-size: 18px;
        padding: 0 10px;
        color: #fff;
        margin: 0 0 20px 0;
    }
    .agent_login_main .agent_name_title {
        width: 100%;
        border-bottom: #1d398b 2px solid;
        margin: 0 0 0 0;
        background: #fff;
        border-radius: 0;
        padding: 0 0 10px 0;
        align-items: center;
    }
    .agent_name_title_top {
        display: flex;
        justify-content: space-between;
    }
    .agent_login_main .agent_name_l {
        font-size: 20px;
        color: #1d398b;
        line-height: 40px;
    }
    .agent_login_main .agent_name_l span {
        font-size: 16px;
        float: right;
    }
    .agent_login_main .agent_name_l span a {
        min-width: 150px;
        width: auto;
    }
    .agent_login_main .agent_name_title span {
        margin: 0 0 0 30px;
        color: #999;
    }
    .agent_login_main .agent_name_title span b {
        color: #1d398b;
    }
    .agent_login_main .agent_name_r {
        display: flex;
        align-items: center;
    }
    .agent_login_main .agent_name_title p {
        margin: 5px 0;
        word-wrap: break-word;
        line-height: 1.2em;
    }
    a.copy_btn {
        border-radius: 60px;
        border: #1d398b 1px solid;
        padding: 0 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 26px;
        width: 90px;
        justify-content: center;
        margin: 5px 0;
    }
    a.copy_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .resume_body_title {
        font-size: 13px;
    }
    .resume_body_title p {
        align-items: center;
    }
    .resume_body_title p span {
        line-height: 14px;
        word-wrap: break-word;
        display: block;
        align-items: center;
        margin: 0 5px 0 0;
    }
    .agent_login_main .company_management_table th {
        border: none;
        padding: 5px 0;
        line-height: 1.2em;
        font-size: 14px;
        font-weight: normal;
        padding: 0 15px 0 0;
        color: #000;
    }
    .agent_login_main .company_management_table th:last-child {}
    .request_date {
        color: #666;
        font-size: 15px;
    }
    .ok_text {
        color: #1d398b;
        font-weight: bold;
    }
    .agent_login_main .company_management_table td p {
        padding: 5px 0;
    }
    .agent_login_main .company_management_table th.nosort {
        padding: 0;
    }
    .agent_login_main .company_management_table tr.date_over,
    .company_management_table tr.date_over:hover {
        background: #eee;
        color: #aaa;
    }
    .agent_text_area {
        height: 400px;
    }
    .agent_login_main .company_management_table tr.date_over td.deadline {
        color: #c30833;
    }
    .qiuren_num {
        color: #1d398b;
        font-weight: bold;
    }
    .pop_btn2 {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .popup .company_management_table {
        width: 800px;
    }
    .popup .company_management_table .c_m_name {
        width: 400px;
    }
    .popup .company_management_table thead {
        width: calc( 100% - 1em);
    }
    .popup .company_management_table .thead {
        display: table
    }
    .popup .company_management_table tbody {
        height: 312px;
        display: block;
        overflow-y: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .popup .company_management_table thead,
    .popup .company_management_table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .popup .company_management_table tbody tr td:nth-child(2) {
        width: 400px;
    }
    .popup .company_management_table ::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }
    .popup .company_management_table ::-webkit-scrollbar-thumb {
        background-color: #1d398b;
    }
    .agent_info_body h3 {
        display: flex;
        justify-content: space-between;
    }
    .post_title {
        background: #f2f2f2;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 16px;
        color: #666;
    }
    .post_title b {
        color: #1d398b;
    }
    .agent_search .search_box {
        width: 500px;
    }
    .agent_search .search_text {
        width: 486px;
    }
    .company_management_table tr.no_padding th {
        padding: 0;
    }
    .a_m_item {
        padding: 20px 0;
    }
    .agent_info_title {
        border-bottom: #1d398b 3px solid;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        height: 40px;
        line-height: 40px;
        color: #1d398b;
    }
    .agent_info_title span {
        display: flex;
    }
    .side_menu {
        justify-content: flex-end;
        padding: 10px;
        position: fixed;
        margin: 0 0 0 1010px;
        bottom: 100px;
    }
    .side_menu li {
        text-align: center;
        margin-bottom: 20px;
    }
    .side_menu li a i {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        line-height: 48px;
        border: #1d398b 2px solid;
        text-align: center;
        background: #fff;
        font-size: 24px;
        margin: 0 auto;
    }
    .side_menu li a:hover i {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .side_menu li a.cr_del_btn {
        color: #c30833;
    }
    .side_menu li a.cr_del_btn i {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .side_menu li a.cr_del_btn:hover i {
        background: #c30833;
        color: #fff;
        font-weight: bold;
    }
    .c_m_date_disabled {
        border: #f2f2f2 2px solid;
        background: #f2f2f2;
        color: #999;
    }
    .c_m_date_disabled:hover {
        border: #f2f2f2 2px solid;
        background: #f2f2f2;
        color: #999;
    }
    .zebra_tips1 {
        border: #1d398b 1px solid;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        padding: 0 10px;
        float: right;
        margin: -13px 0 0 0;
        cursor: pointer;
    }
    .zebra_tips1:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_introduce_btn_box {
        padding: 50px 0;
    }
    .my_introduce_btn_box a:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_introduce_btn_a {
        border: #1d398b 2px solid;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        padding: 0 10px;
        cursor: pointer;
        color: #1d398b;
        display: block;
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .my_introduce_btn_b {
        border: #1d398b 2px solid;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        padding: 0 10px;
        cursor: pointer;
        color: #1d398b;
        display: block;
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .upload_video_body .line_title {
        margin: 10px 0;
    }
    .upload_video_body .line_title p span {
        width: 260px;
        color: #1d398b;
    }
    .video_text_tips {
        text-align: center;
        color: #999;
        padding: 10px 0 0 0;
    }
    .video_countdown {
        display: flex;
        align-items: center;
        background: #000;
        color: #fff;
        width: 500px;
        height: 500px;
        justify-content: center;
    }
    .video_countdown b {
        color: #1d398b;
        font-size: 28px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
    }
    .application_tips {
        text-align: center;
        padding: 15px 0 0 0;
        color: #999;
    }
    .my_item_input_photo {
        display: flex;
    }
    .my_item_input_photo span {
        width: 73%;
        display: flex;
        position: relative;
    }
    .my_item_input_photo .photo_file {
        width: 100%;
    }
    .my_item_input_photo span a.choose_upload_btn {
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        z-index: 1000;
        background: none;
        border-left: #d8dbdc 2px solid;
        height: 44px;
        line-height: 44px;
    }
    .my_item_input_photo span a.choose_upload_btn:hover {
        background: #d8dbdc;
        color: #fff;
    }
    .my_photo {
        height: 44px;
    }
    .post_info_content ul .agent_info_tags_list {
        padding: 10px 0;
    }
    .agent_info_tags {
        border: #1d398b 2px solid;
        padding: 5px 15px;
        border-radius: 40px;
        color: #1d398b;
    }
    .agent_info_tags_list b {
        color: #1d398b;
    }
    .add_main {
        width: 1000px;
        min-width: 1200px;
    }
    a.add_btn {
        border: #1d398b 2px solid;
        width: 30px;
        height: 30px;
        padding: 0 10px;
        border-radius: 30px;
        display: flex;
        cursor: pointer;
        margin: 0 20px 0 0;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
    }
    a.add_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .agent_pop .agent_pop_main {
        min-width: 1300px;
        width: 1300px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .s_item {
        display: flex;
        align-items: center;
        margin: 0 10px 0 0;
    }
    .search_bar ul li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        font-size: 14px;
        align-items: center;
    }
    .s_country_list {
        min-width: 300px;
    }
    .s_list {
        display: flex;
    }
    .s_list span {
        margin: 0 5px 0 0;
    }
    .s_title {
        font-weight: bold;
        color: #000;
    }
    .s_line {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }
    .search_bar ul li .select {
        min-width: 120px;
    }
    .pop_title {
        height: 20px;
        width: 100%;
        position: relative;
    }
    .close_pop {
        font-size: 24px;
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .search_bar .resume_ok_btn {
        margin: 10px auto;
    }
    .agent_pop .post_info_body h3 {
        padding: 0;
    }
    .btn_box {
        padding: 80px 0;
    }
    a.blue_btn {
        display: block;
        width: 340px;
        padding: 8px 10px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
        margin: 15px auto
    }
    a.red_btn {
        display: block;
        width: 340px;
        padding: 8px 10px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
        margin: 15px auto
    }
    .flex_row {
        display: flex;
    }
    .flex_row .cols_item {
        flex: 1;
    }
    .flex_text {
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 10px;
    }
    .c_m_item {
        display: flex;
        justify-content: flex-end;
    }
    .c_m_item span {
        display: flex;
    }
    .c_m_item span .select {
        width: 370px;
        margin: 0 10px 0 50px;
    }
    .c_m_item span .input_text {
        width: 200px;
    }
    .c_m_item span.c_m_search_input {
        justify-content: flex-end;
        width: 620px;
    }
    .c_m_item span.c_m_search_input2 {
        justify-content: flex-end;
        width: 500px;
    }
    .iframe_box {
        width: 100%;
        height: 80vh;
        border: none;
    }
    .s_item_btn a {
        margin: 0;
    }
}

@media screen and (min-width:1025px) and (max-width:1170px) {
    .logo_box,
    .search_box,
    .search_list {
        width: 450px;
    }
    .logo_box p {
        font-size: 12px;
    }
    .search_text {
        width: 100%;
        box-sizing: border-box;
        height: 70px;
        line-height: 70px;
    }
    .search_info {
        width: 450px;
    }
    .index_side_box {
        width: 450px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media not all and (min-resolution:.001dpcm) {
    .my_main span .fa-plus {
        font-size: 18px;
        line-height: 20px;
        margin: 1px 0 0 1px;
        width: 20px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .owl-item {
        text-align: center;
    }
    /*-------topnav--------*/
    .main {
        padding: 60px 15px 15px 15px;
        min-height: 400px;
    }
    .login_main {
        padding: 30px 10px 10px 10px;
        min-height: 80vh;
        background: #f2f2f2;
    }
    .top_nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: 50px;
        border-bottom: #ebebeb 2px solid;
        background: #fff;
    }
    .top_nav_main {
        padding: 0;
        height: 50px;
        line-height: 50px;
    }
    .pgwMenu a:hover {
        border-bottom: #1d398b 2px solid;
    }
    .pgwMenu {
        height: 50px;
        list-style: none;
        width: 74px;
    }
    .pgwMenu.light {}
    .pgwMenu ul {
        list-style: none;
        white-space: nowrap;
        margin: 0;
        padding: 0
    }
    .pgwMenu ul.mobile {
        position: absolute;
        width: 100%;
        left: 0;
        top: 52px;
        z-index: 1000
    }
    .pgwMenu.light ul.mobile {}
    .pgwMenu ul.mobile li {
        display: block;
        clear: both;
        width: auto;
        background: #fff;
        border-bottom: #ddd 1px solid;
        border-right: #ddd 1px solid;
    }
    .pgwMenu li {
        font-size: 16px;
        width: 100%;
    }
    .pgwMenu a {
        display: block;
        color: #6f6f6f;
        padding: 0 12px;
        text-decoration: none
    }
    .pgwMenu.light a {
        color: #000
    }
    .pgwMenu a.selected {
        background: #163e8e
    }
    .pgwMenu.light a.selected {
        background: #bbb
    }
    .pgwMenu li a:hover {
        background: #fff;
        color: #333;
    }
    .pgwMenu.light li a:hover {
        background: #fff
    }
    .pgwMenu .pmDropDown {
        display: none
    }
    .pgwMenu .pmDropDown a {
        display: inline-block;
        background: #fff;
        height: 50px;
        line-height: 50px;
    }
    .pgwMenu .pmDropDown a.active {
        background: #f2f2f2
    }
    .pgwMenu.light .pmDropDown a {
        background: #c5c5c5
    }
    .pgwMenu.light .pmDropDown a.active {
        background: #f2f2f2
    }
    .pgwMenu.light .pmDropDown span.icon,
    .pgwMenu .pmDropDown span.black {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 9px 5px
    }
    .pgwMenu .pmDropDown span.icon,
    .pgwMenu .pmDropDown span.white {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 14px 5px
    }
    .user_menu {
        float: right;
        margin: 0 10px 0 0;
    }
    .user_menu i {
        font-size: 16px;
    }
    .user_menu .login_link {
        text-align: center;
    }
    .user_menu a {
        display: inline-block;
        color: #6f6f6f;
    }
    .user_menu .login_link a:hover {
        display: inline-block;
        background: #fff;
        color: #333;
    }
    .login_link a:hover {
        display: inline-block;
        background: #fff;
        color: #333;
        border-bottom: #1d398b 2px solid;
    }
    .user_sub_menu {
        min-width: 250px;
        position: absolute;
        top: 54px;
        right: 2px;
        background: #fff;
        border-radius: 6px;
        border: #ddd 2px solid;
        display: none;
    }
    .user_sub_menu li {
        position: relative;
    }
    .user_sub_menu ul li {
        border-bottom: #eee 1px solid;
        font-size: 16px;
    }
    .user_sub_menu ul li a {
        display: block;
        color: #000;
        font-weight: bold;
        padding: 0 10px;
    }
    .user_sub_menu ul li a:hover {
        background: #f2f2f2;
        color: #163e8e;
    }
    .user_sub_menu ul li i {
        font-size: 18px;
    }
    /*-------logobox--------*/
    .main .logo_box {
        margin: 20px auto;
    }
    .logo_box {
        width: 100%;
        margin: 60px auto 0 auto;
        text-align: center;
    }
    .logo_box img {
        width: 45%;
    }
    .logo_box p {
        font-size: 16px;
        color: #666;
        padding: 0 20px;
    }
    /*-------search_box--------*/
    .search_box {
        margin: 20px auto;
        padding: 0 15px;
    }
    .search_input {
        width: 100%;
        position: relative;
        height: 70px;
        border-radius: 6px;
        box-sizing: border-box;
    }
    .search_text {
        width: 100%;
        height: 66px;
        line-height: 66px;
        font-size: 18px;
        border: #d8dbdc 2px solid;
        border-radius: 6px;
        text-indent: 5px;
        box-sizing: border-box;
    }
    .search_choose {
        position: absolute;
        top: 2px;
        right: 2px;
        display: block;
        width: 132px;
        height: 62px;
        color: #1d398b;
        font-weight: bold;
        background: #fff;
        line-height: 62px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: #d8dbdc 2px solid;
        text-align: center;
    }
    /*-------label_box 新增--------*/
    .search_box .label_box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 10px auto;
    }
    .search_box .label_box .p_label {
        box-sizing: border-box;
        height: 24px;
        margin: 6px 6px 0 0;
        padding: 0 8px;
        color: #fff;
        color: #4e5377;
        font-size: 16px;
        line-height: 24px;
        border: 1px solid #4e5377;
        border-radius: 24px;
    }
    .search_box .label_box .active {
        color: #fff;
        background-color: #1d398b;
        border: 1px solid #1d398b;
    }
    .search_box .label_box .p_label:hover {
        color: #fff;
        background-color: #1d398b;
        border: 1px solid #1d398b;
        cursor: pointer;
    }
    /* 检索条件 */
    .search_box .retrieval_box {
        box-sizing: border-box;
        width: 100%;
        margin: 20px auto 0;
        padding: 10px;
        background-color: #f2f2f2;
        /* border: 2px solid #a3b4e4; */
        border-radius: 4px;
        position: relative;
    }
    .search_box .retrieval_box .closeicon {
        position: absolute;
        right: 6px;
        top: 3px;
    }
    .search_box .retrieval_box .closeicon img {
        width: 15px;
        height: 15px;
    }
    .search_box .retrieval_box .label_area .more_button {
        text-decoration: underline;
        color: #1d398b;
        font-weight: bold;
        font-size: 16px;
    }
    .search_box .retrieval_box .label_area .more_button:hover {
        cursor: pointer;
    }
    .search_box .retrieval_box .label_area {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
        font-weight: 500;
        font-size: 16px;
    }
    /* pc端检索关键字 */
    .search_box .retrieval_box .label_area .pc {
        display: none;
    }
    /* pc端检索关键字 */
    .search_box .retrieval_box div:nth-child(2) {
        margin: 0;
    }
    .search_box .retrieval_box .label_area a:hover {
        color: #1440c1;
        cursor: pointer;
    }
    .link_box {
        width: 90%;
        margin: 0 auto 0;
        font-weight: bold;
    }
    .link_box .link_a {
        color: #1d398b;
        font-size: 32px;
        margin: 0 3px;
    }
    /*-------moblie分页--------*/
    .search_choose:hover {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .search_choose i {
        position: relative;
        top: -1px;
    }
    .search_btn_box {
        /* text-align: center; */
        margin: 10px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search_btn_box .add_button_pc {
        display: none;
    }
    .search_btn_box .sp_button {
        width: 48%;
        height: 50px;
    }
    .search_btn_box .sp_button img {
        width: 100%;
        height: inherit;
    }
    .search_btn {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 10px 0 15px 0;
        font-weight: bold;
    }
    a.resume_login_btn {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 0 0;
        font-weight: bold;
    }
    a.search_clear {
        display: none;
        position: absolute;
        right: 140px;
        top: 26px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 18px;
        background: #eee;
        color: #999;
        font-size: 14px;
    }
    a.search_clear:hover {
        background: #c30833;
        color: #fff;
    }
    /*-------search_list--------*/
    .search_info {
        padding: 0px 15px;
    }
    .search_info p {
        padding: 10px 0;
        background: #ffcfda;
        color: #c30833;
        border: #c30833 1px solid;
        border-radius: 4px;
        text-align: center;
        box-sizing: border-box;
    }
    .search_list {
        width: 100%;
        margin: 0 auto;
    }
    .search_list ul {
        padding: 0 15px 15px 15px;
    }
    .search_list ul li {
        padding: 15px 10px;
        border-bottom: #D1D1D1 1px solid;
    }
    .search_list ul li:nth-child(1) {
        padding: 0 10px 15px 10px;
        border-bottom: #D1D1D1 1px solid;
    }
    .search_list ul li a {
        color: #333;
    }
    .search_list ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .search_list ul li.active {
        background: #fdf6e2;
        color: #ff6600;
        border-bottom: #f9e4a2 1px solid;
        font-weight: bold;
    }
    .search_list ul li.active a {
        color: #ff6600;
    }
    .search_list ul li.active a:hover {
        color: #ff4400;
    }
    .search_list ul li.active:hover {
        background: #fcf2d5;
    }
    .search_list ul li:nth-child(1) {
        padding: 12px 0 20px 0;
        border-bottom: 1px solid #D1D1D1;
    }
    .search_list ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .search_list ul li .detial {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
    }
    .search_list ul li .detial_content {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
        white-space: pre-line;
        word-wrap: break-word;
        word-break: break-all;
    }
    .search_list ul li .detial_icon {
        padding: 5px;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        background: #f2f2f2;
        /* margin: 20px auto 0; */
        max-width: 70px;
        margin-bottom: 10px;
    }
    .search_list ul li .to_more {
        display: block !important;
        margin: 10px auto 0;
        color: #212121;
        font-weight: bold;
        font-size: 16px;
        border: 2px solid #D1D1D1;
        width: fit-content;
        padding: 8px 14px;
        border-radius: 5px;
    }
    .search_list ul li .to_more:hover {
        color: #333;
        font-weight: bold;
        border-color: #333;
    }
    .search_list ul li .to_more:active {
        color: #333;
        font-weight: bold;
        border-color: #333;
    }
    /*-------moblie分页--------*/
    .pages_moblie {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 60px;
        margin: 0 auto;
    }
    .pages_moblie .page_active {
        color: #fff;
        background: #1d398b;
    }
    .pages_moblie .next {
        display: block;
        box-sizing: border-box;
        min-width: 30px;
        padding: 0;
        border: 1px solid #bbbbbb;
        border-radius: 15%;
    }
    .pages_moblie .next img {
        width: 15px;
        height: 15px;
        margin-top: 4px;
    }
    .pages_moblie a {
        display: block;
        min-width: 26px;
        margin: 0 3px;
        padding: 2px;
        color: #a9aaaa;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        border: 1px solid #bbbbbb;
        border-radius: 15%;
    }
    .pages_moblie a:hover {
        color: #fff;
        background: #1d398b;
    }
    .pages {
        text-align: center;
        padding: 0;
        height: 40px;
        font-size: 12px;
        margin-bottom: 20px;
        font-size: 16px;
        display: none;
    }
    .pages a {
        border: #cacaca 1px solid;
        background: #fff;
        color: #a9a9a9;
        padding: 10px 0;
        margin-right: 2px;
        display: none;
        border-radius: 50px;
    }
    .pages .next {
        display: inline-block;
        width: 40%;
        margin: 0 5px
    }
    .pages strong {
        display: none;
    }
    .pages a:hover {
        border: #1d398b 1px solid;
        background: #1d398b;
        color: #fff;
    }
    .pages strong {
        margin: 0 3px;
        border: #1d398b 1px solid;
        background: #1d398b;
        color: #fff;
        padding: 10px 15px;
    }
    .pages em {
        font-style: normal;
        color: #666;
        display: none;
    }
    .all_jobs {
        display: none;
    }
    .icheckbox_square-blue,
    .iradio_square-blue {
        border-radius: 4px;
    }
    /* 只有两个选项 */
    .checkbox_list_two {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .checkbox_list_two span {
        display: inline-block;
    }
    .checkbox_list_two span:nth-child(1) {
        width: 32%;
    }
    .checkbox_list_two span:nth-child(2) {
        flex: 1;
    }
    /* 只有三个选项 */
    .checkbox_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .checkbox_list span {
        display: inline-block;
    }
    .checkbox_list span:nth-child(1) {
        width: 32%;
    }
    .checkbox_list span:nth-child(2) {
        flex: 1;
    }
    .checkbox_list span:nth-child(3) {
        width: 30%;
    }
    .select {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .select_list3,
    .select_list4,
    .select_list5 {
        display: none;
    }
    .select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    }
    .select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 14px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }
    .select select {
        font-size: 16px;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .select select:focus {
        outline: none;
    }
    .option_select {
        display: inline-block;
        overflow: hidden;
        width: 100px;
        height: 32px;
        line-height: 32px;
        position: relative;
        vertical-align: middle;
        padding: 0 10px 0 0;
        overflow: hidden;
        background-color: none;
        color: #000;
        border: none;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .option_select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        border: 1px solid #1d398b;
        background: #fff;
    }
    .option_select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 14px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }
    .option_select select {
        font-size: 16px;
        cursor: pointer;
        padding: 0 10px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .option_select select:focus {
        outline: none;
    }
    .date_over .option_select {
        border: none;
        color: #aaa;
    }
    .date_over .option_select:hover {
        box-shadow: none;
        border: none;
        background: none;
    }
    .date_over .option_select select {
        color: #aaa;
    }
    .all_wages {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .all_wages .select {
        width: 46%;
    }
    .select_middle {
        width: 8%;
        line-height: 40px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        display: none;
    }
    .text_area {
        border: #d8dbdc 2px solid;
        border-radius: 4px;
        width: 100%;
        min-height: 86px;
        font-size: 16px;
        color: #000;
        box-sizing: border-box;
    }
    .text_area:focus,
    .text_area:hover {
        border: 2px solid #1d398b;
        outline: none;
    }
    .pop_btn {
        text-align: center;
        padding: 10px 0 0 0;
        display: flex;
        justify-content: center;
    }
    .pop_btn input {
        margin: 0 5px;
    }
    .pop_cancel_btn {
        display: inline-block;
        height: 54px;
        padding: 0 10px;
        line-height: 54px;
        text-align: center;
        border: #ddd 1px solid;
        border-radius: 54px;
        font-size: 16px;
        background: #fff;
        color: #999;
        margin: 0;
        font-weight: bold;
    }
    /* .pop_ok_btn {
        display: inline-block;
        height: 54px;
        padding: 0 100px;
        line-height: 54px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    } */
    .pop_ok_btn {
        display: inline-block;
        min-width: 280px;
        height: 54px;
        padding: 0 10px;
        line-height: 54px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .home {
        height: 100%;
        padding-bottom: 80px;
    }
    .home .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer {
        border-top: #ddd 1px solid;
        background: #fff;
    }
    .footer_main {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .footer_main p {
        text-align: center;
    }
    .footer_main p a {
        color: #4b4b4b;
    }
    .footer_main p span {
        display: block;
        padding: 10px 0;
    }
    .footer_main p span a {
        color: #4b4b4b;
    }
    .pop_content {
        font-size: 16px;
    }
    .pop_content .scroll_box {
        height: 360px;
        overflow-y: scroll;
        width: 100%;
    }
    .pop_content ul li {
        padding: 5px 0 0 0;
        color: #000;
    }
    .pop_content ul li.item_title {
        padding: 5px 0 0 0;
        color: #4b4b4b;
    }
    .pop_content ul li.all_city {
        padding: 5px 0;
    }
    .pop_content ul li.all_city .select {
        margin-top: 10px;
    }
    .pop_content ul li.all_city .select .a_m_item {
        width: 100%;
        padding-right: 30px;
        overflow: hidden;
    }
    /*求人詳細*/
    .view_body {
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .view_title h1 {
        font-size: 18px;
        color: #000;
    }
    .view_top_btn {
        margin-bottom: 7px;
        padding: 10px 0;
        border-bottom: #f2f2f2 1px solid;
    }
    .view_top_btn span {
        float: right;
    }
    a.accept_btn {
        display: inline-block;
        width: 132px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0;
        font-weight: bold;
    }
    a.fav_icon {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: #f2f2f2;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
    }
    a.fav_icon_active {
        background: #c30833;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.fav_on,
    a.fav_on:hover {
        background: #c30833;
        color: #fff;
    }
    .view_list ul li {
        padding: 0;
    }
    .view_list ul li .text_item {
        width: 100%;
        display: flex;
        border-radius: 5px;
        overflow: hidden;
    }
    .view_list ul li span {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        background: #fff;
        padding: 0px;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
    }
    .view_list ul li .text_box {
        padding: 0;
        color: #333;
        align-items: center;
        white-space: pre-line;
        word-break: break-all;
    }
    .view_list ul li .text_box p {
        display: flex;
        align-items: center;
        white-space: pre-line;
        word-break: break-all;
    }
    .view_bottom_btn {
        margin-bottom: 30px;
        padding: 35px 0;
        text-align: center;
    }
    .view_bottom_btn a.accept_btn {
        display: inline-block;
        margin: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .view_bottom_btn a.fav_icon {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #c30833;
        border-radius: 54px;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }
    .view_bottom_btn a.fav_icon:hover {
        background: #c30833;
        color: #fff;
    }
    /*-------resume--------*/
    .resume_body {
        width: 100%;
        margin: 0 auto;
    }
    .resume_body h3 {
        font-size: 24px;
        color: #000;
        padding: 0px 0;
    }
    .resume_content {
        padding: 0;
        margin: 0 auto;
        border-radius: 10px;
        background: #fff;
        min-height: 400px;
    }
    .resume_content ul li {
        padding: 0 0 5px 0;
    }
    .resume_content ul li.resume_item_title {
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
    }
    .resume_content ul li.resume_item_title:before {
        content: '';
        height: 0;
        clear: both;
    }
    .resume_content ul li.resume_item_title span {
        color: #c30833;
    }
    .resume_content ul li.resume_item_title b {
        color: #999;
        font-weight: normal;
    }
    .resume_content ul li.resume_item_input {
        color: #000;
        font-size: 16px;
    }
    .input_text {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 5px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
        box-sizing: border-box;
    }
    .residence_select,
    .stagnate_select,
    .stagnate_item_title,
    .other_text1,
    .other_text2,
    .other_text3,
    .other_text4 {
        display: none
    }
    .birthday_select {
        display: flex;
        justify-content: space-between;
    }
    .birthday_select .select {
        width: 32%;
    }
    .country_select,
    .education_select {
        display: flex;
        justify-content: space-between;
    }
    .country_select .select,
    .education_select .select {
        width: 48%;
    }
    .country_select .input_box,
    .education_select .input_box {
        width: 48%;
    }
    .sns_item_title,
    .sns_item_input {
        display: flex;
        justify-content: space-between;
    }
    .sns_item_title .sns_title {
        width: 48%;
        color: #000;
        font-weight: bold;
    }
    .sns_item_input .sns_input {
        width: 48%;
        color: #000;
        font-size: 16px;
    }
    .channel_item,
    .japanese_item,
    .english_item {}
    .channel_item span,
    .japanese_item span,
    .english_item span {
        display: inline-block;
        width: 49%;
        padding: 5px 0;
        font-size: 14px;
    }
    .wenli_item span,
    .employment_item span,
    .live_item span,
    .sex_item span,
    .japanese_item span {
        display: inline-block;
        width: 49%;
        padding: 5px 0;
    }
    .skill_item {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
    }
    .skill_item span {
        display: flex;
        font-size: 14px;
        padding: 8px 0;
        margin: 0 15px 0 0;
    }
    span>label,
    li>label {
        line-height: 22px;
        padding: 0 0 0 5px;
        max-width: 88%;
    }
    .resume_content ul li.privacy_item {
        padding: 10px 0;
        font-size: 14px;
        color: #999;
    }
    .resume_content ul li.privacy_item a {
        color: #1d398b;
        font-weight: bold;
    }
    .privacy_content {
        width: 100%;
    }
    .privacy_content h3 {
        font-size: 24px;
        color: #000;
    }
    .privacy_content h4 {
        font-size: 20px;
        color: #000;
    }
    .privacy_text {
        height: 400px;
        overflow: auto;
        font-size: 16px;
        color: #333;
    }
    .resume_ok_btn {
        display: inline-block;
        width: 40%;
        height: 50px;
        margin: 20px auto;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .step_pages {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .stepbox2,
    .stepbox3,
    .stepbox4 {}
    .stepbtn {
        display: inline-block;
        width: 40%;
        height: 50px;
        margin: 20px auto;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .step_pages_end {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .popup {
        padding: 20px 0
    }
    .popup__container {
        width: 80%;
        margin: 10px auto;
        padding: 20px 18px
    }
    .popup__close,
    .popup__close2 {
        top: 10px;
        right: 10px
    }
    /*-------login---------*/
    .login_logo {
        width: 200px;
        margin: 10px auto;
    }
    .login_logo img {
        width: 200px;
    }
    .login_box {
        margin: 0 auto;
        background: #fff;
        border-radius: 6px;
        padding: 15px;
    }
    .login_box h3 {
        font-size: 24px;
        color: #000;
    }
    .login_box ul li {
        padding: 5px 0;
    }
    .login_input {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 8px;
        position: relative;
        vertical-align: middle;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px solid #d8dbdc;
        text-shadow: none;
        border-radius: 4px;
        transition: box-shadow 0.25s ease;
        z-index: 2;
        font-size: 16px;
    }
    .login_btn {
        display: inline-block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 10px 0;
        font-weight: bold;
    }
    .login_box ul li p {
        text-align: center;
        font-size: 14px;
        color: #999;
    }
    a.resume_btn_link {
        display: inline-block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 54px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 10px 0;
        font-weight: bold;
    }
    .login_line,
    .form_line {
        height: 30px;
        line-height: 30px;
        position: relative;
    }
    .form_line {
        margin: 10px 0;
    }
    .login_line hr,
    .form_line hr {
        width: 100%;
        border: none;
        border-top: 2px solid #ececec;
        position: absolute;
        top: 15px;
    }
    .login_line p,
    .form_line p {
        position: relative;
    }
    .login_line span,
    .form_line span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 75%;
        text-align: center;
    }
    .login_box ul li p a {
        color: #1d398b;
    }
    .login_box ul li strong {
        color: #000;
    }
    /*-------my---------*/
    .my_main {
        width: 100%;
        margin: 0 auto;
    }
    .my_body {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
        box-sizing: border-box;
    }
    .my_menu {
        width: 100%;
        margin-bottom: 20px;
    }
    .my_menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .my_menu ul li {
        width: 50%;
        text-align: center;
        margin: 5px 0;
    }
    .my_menu ul li a {
        color: #000;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 14px;
        border: #eee 2px solid;
        border-radius: 6px;
        width: 95%;
    }
    .my_menu ul li.active a {
        color: #1d398b;
        font-weight: bold;
        border: #1d398b 2px solid;
        border-radius: 6px;
    }
    .my_menu ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .my_content_title span.my_introduce {
        background: #1d398b;
        color: #fff;
        display: block;
        padding: 0 10px;
        width: 200px;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }
    .my_content_title {
        background: #f2f2f2;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
        color: #1d398b;
        overflow: hidden;
        margin: 5px 0;
    }
    .my_content_title span.my_introduce {
        background: #1d398b;
        color: #fff;
        height: 42px;
        line-height: 42px;
        display: block;
        padding: 0 10px;
        width: 200px;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
    }
    .my_content_title span.my_introduce p {
        line-height: 24px;
    }
    .my_content_title span.my_introduce b {
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
    .my_content_title span.pdf_btn {
        float: right;
        display: block;
        padding: 0 10px;
        display: block;
        padding: 0 10px;
        border-radius: 40px;
        text-align: center;
        cursor: pointer;
        color: #4b4b4b;
    }
    .my_content_title span.pdf_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_content ul li {
        padding: 0 0 5px 0;
        font-size: 14px;
    }
    .my_content ul li.my_item_title2 {
        display: flex;
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
        justify-content: space-between;
    }
    .my_content ul li.my_item_title2 .my_item_title_sub {
        width: 48%;
    }
    .my_content ul li.my_item_title2 span {
        color: #c30833;
    }
    .my_content ul li.my_item_title2 b {
        color: #999;
        font-weight: normal;
    }
    .my_content ul li.my_item_input2 {
        display: flex;
        color: #000;
        font-size: 16px;
        justify-content: space-between;
    }
    .my_content ul li.my_item_input2 .my_item_input_sub {
        width: 48%;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio1 {
        width: 100%;
        padding: 10px 0;
        display: flex;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio1 span {
        margin: 0 20px 0 0
    }
    .my_content ul li.my_item_input2 .my_item_input_radio2 {
        width: 48%;
        padding: 10px 0;
        display: flex;
    }
    .my_content ul li.my_item_input2 .my_item_input_radio2 span {
        margin: 0 20px 0 0
    }
    .my_content ul li.my_item_title1 {
        color: #000;
        margin: 15px 0 0 0;
        font-weight: bold;
    }
    .my_content ul li.my_item_title1 span {
        color: #c30833;
    }
    .my_content ul li.my_item_input1 {
        color: #000;
        font-size: 16px;
        position: relative;
    }
    .my_item_input2 {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .my_item_input2 .select {
        width: 48%;
    }
    .my_item_input2 .input_box {
        width: 48%;
    }
    .in_jp,
    .out_jp,
    .emergency_contact {
        display: none;
        padding: 0 20px;
    }
    .my_content ul li.my_item_input1 .my_item_input_photo,
    .my_item_input_file {
        width: 100%;
        position: relative;
    }
    .my_content ul li.my_item_input1 .my_item_input_photo {
        height: 80px;
    }
    .my_content ul li.my_item_input1 .my_item_input_photo_my {
        height: 150px;
    }
    .photo_file {
        width: 70%;
    }
    .upload_file {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        z-index: 1000;
        opacity: 0;
    }
    a.choose_upload_btn {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        text-align: center;
        margin: 0;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #fff;
        color: #fff;
        width: 100px;
        font-weight: bold;
        font-size: 16px
    }
    .upload_btn {
        display: block;
        margin: 10px 10px 0 0;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #1d398b;
        color: #fff;
        border-radius: 40px;
        width: 100px;
        font-weight: bold;
    }

    .upload_btn_pdf {
        display: block;
        margin: 0 5px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: #000;
        background: #1d398b;
        color: #fff;
        border-radius: 40px;
        width: 100px;
        font-weight: bold;
        padding: 0 20px;

    }

    .upload_btn_clear {
        margin: 5px 0px;
        border: none;
        height: 40px;
        line-height: 40px;
        color: white;
        background: red;
        border-radius: 40px;
        font-weight: bold;
        font-size: 16px;
        padding: 0 15px;
    }

    #preview {
        position: absolute;
        top: 50px;
        right: 0;
        width: 90px;
        height: 120px;
        overflow: hidden;
        background: url(../images/no_photo.png) no-repeat;
        background-size: 100% 100%;
        border: #ddd 1px solid;
        display: flex;
        align-items: center;
    }
    #preview img {
        width: 90px;
    }
    .select_middle2 {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 30px;
        height: 44px;
        line-height: 44px;
    }
    .education_box .line_box,
    .certificate_box .line_box,
    .language_box .line_box,
    .it_box .line_box,
    .experience_box .line_box {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        background: #f4f4f4;
        text-align: left;
        color: #000;
        font-weight: bold;
        margin: 20px 0;
        border-radius: 6px;
        padding: 0 10px;
        border: #fff 1px solid;
        color: #1d398b;
    }
    .education_box .line_box p span,
    .certificate_box .line_box p span,
    .experience_box .line_box p span {
        float: right;
        cursor: pointer;
    }
    .education_box .education_box_list ul span.education_add_btn,
    .education_box .line_box p span.education_add_btn,
    .certificate_box .line_box p span.certificate_add_btn,
    .language_box .line_box p span.language_add_btn {
        float: right;
        width: 20px;
        height: 20px;
        margin: 8px 0 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #1d398b 2px solid;
        color: #1d398b;
    }
    .education_box .line_box p span.education_add_btn:hover,
    .certificate_box .line_box p span.certificate_add_btn:hover,
    .language_box p span.language_add_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .education_box span.education_del_btn,
    .certificate_box .certificate_del_btn,
    .it_box .it_del_btn,
    .experience_box .experience_del_btn,
    .language_del_btn {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin: -18px -5px 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #c30833 2px solid;
        color: #c30833;
        font-size: 22px;
    }
    .experience_box .experience_del_btn,
    .language_del_btn {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin: -38px -5px 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #c30833 2px solid;
        color: #c30833;
        font-size: 22px;
    }
    .education_box .line_box p span.education_del_btn:hover,
    .certificate_box .certificate_del_btn:hover,
    .experience_box .experience_del_btn:hover {
        background: #c30833;
        color: #fff;
    }
    .education_box .line_box p span i,
    .certificate_box span i {
        line-height: 22px;
        text-align: center;
    }
    .experience_box_list h5 {
        font-size: 16px;
        color: #1d398b;
    }
    #education_box_list1 .line_box p span.education_add_btn,
    #certificate_box_list1 .line_box p span.certificate_add_btn {
        display: block;
    }
    #education_box_list1 .education_del_btn,
    #certificate_box_list1 .certificate_del_btn,
    #it_box_list1 .it_del_btn,
    #experience_box_list1 .experience_del_btn {
        display: none;
    }
    .certificate_box .line_box p span.certificate_add_btn {
        display: none;
    }
    .certificate_box span.certificate_del_btn {
        float: right;
        margin: -32px -5px 0 0;
    }
    .language_del_btn {
        margin: 0;
    }
    #language_other_box1 .language_del_btn {
        display: none;
    }
    .education_box_main {
        position: relative;
    }
    .education_box span.education_add_btn {
        position: absolute;
        bottom: 355px;
        right: 10px;
    }
    .education_box span#add_2,
    .education_box span#add_3,
    .education_box span#add_4,
    .education_box span#add_5 {
        right: 35px;
    }
    .education_box span.btn_bottom_add {
        bottom: 10px;
        top: auto!important;
    }
    .education_box span.btn_bottom_del {
        bottom: 10px;
        top: auto!important;
        margin: 6px 0 0 0;
        position: absolute;
        right: 5px;
    }
    .certificate_box_main {
        position: relative;
    }
    .certificate_box span.certificate_add_btn {
        position: absolute;
        bottom: 170px;
        right: 10px;
    }
    .certificate_box span#add_2,
    .certificate_box span#add_3,
    .certificate_box span#add_4,
    .certificate_box span#add_5 {
        right: 35px;
    }
    .my_content ul li.certificate_box_list {
        padding: 0;
        display: none;
    }
    .certificate_other_item {
        display: none
    }
    .my_content ul li.my_item_title2 b {
        color: #000;
    }
    .language_box .line_box p span.language_add_btn {
        display: block;
    }
    .my_content ul li.it_box_list,
    .my_content ul li.language_box_list,
    .my_content ul li.education_box_list,
    .my_content ul li.certificate_box_list,
    .experience_box ul li.experience_box_list {
        width: 100%;
        border: #f4f4f4 2px solid;
        padding: 10px;
        margin: 20px auto 0 auto;
        border-radius: 6px;
        box-shadow: 0px 5px 5px #fff;
        box-sizing: border-box;
    }
    .it_box span.it_add_btn,
    .experience_box span.experience_add_btn {
        float: right;
        width: 20px;
        height: 20px;
        margin: 8px 0 0 0;
        line-height: 22px;
        border-radius: 50%;
        text-align: center;
        border: #1d398b 2px solid;
        color: #1d398b;
        position: absolute;
        font-size: 20px;
        display: none;
    }
    #it_box_list1 span.it_add_btn {
        display: block;
    }
    .it_checkbox_list span {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
    }
    .language_box_main {
        position: relative;
    }
    .language_box span.language_add_btn {
        position: absolute;
        bottom: 165px;
        right: 10px;
    }
    .language_box span#add_2,
    .language_box span#add_3,
    .language_box span#add_4,
    .language_box span#add_5 {
        bottom: 65px;
        right: 40px;
    }
    .it_box_main {
        position: relative;
    }
    .it_box span.it_add_btn {
        position: absolute;
        bottom: 160px;
        right: 10px;
    }
    .it_box span#add_2,
    .it_box span#add_3,
    .it_box span#add_4,
    .it_box span#add_5 {
        bottom: 157px;
        right: 35px;
    }
    .experience_box_list h5 {
        font-size: 16px;
        color: #1d398b;
    }
    .experience_box_main ul {
        position: relative;
        padding: 0 0 30px 0;
    }
    .experience_box span.experience_add_btn {
        position: absolute;
        top: -45px;
        right: -5px;
        display: none;
    }
    .experience_box .experience_box_list:last-child span.experience_add_btn {
        display: block;
    }
    .experience_box span#add_2,
    .experience_box span#add_3,
    .experience_box span#add_4,
    .experience_box span#add_5,
    .experience_box span#add_6,
    .experience_box span#add_7,
    .experience_box span#add_8,
    .experience_box span#add_8,
    .experience_box span#add_9,
    .experience_box span#add_10 {
        top: -47px;
        right: 22px;
    }
    .experience_box span.btn_bottom_add {
        bottom: 0;
        top: auto!important;
    }
    .experience_box span.btn_bottom_del {
        bottom: 0;
        top: auto!important;
        margin: 6px -5px 0 0;
    }
    .experience_body {
        display: none;
    }
    .job_summary_content_text {
        width: 100%
    }
    .example_text_btn {
        float: right;
    }
    .select_middle3 {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 18px;
    }
    .experience_so_far {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .experience_body ul.job_summary_item {
        width: 97%;
        margin: 0 auto;
        padding: 10px 0
    }
    .education_box_list {
        height: 388px
    }
    .it_box_list {
        height: 190px
    }
    .language_other_box {
        height: 76px;
    }
    .certificate_box_list {
        height: 207px;
    }
    .main_no_login,
    .main_application {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border-radius: 6px;
    }
    .application_info {
        border-bottom: #ddd 1px solid;
        padding: 10px 0;
    }
    .application_info h2 {
        color: #1d398b;
        font-size: 18px;
    }
    .application_info p {
        line-height: 1.5em;
    }
    .application_info p span {
        display: block;
        color: #999;
        font-weight: normal;
        font-size: 14px;
    }
    .application_info p span b {
        color: #000;
    }
    .application_tips {
        text-align: center;
        font-size: 12px;
        padding: 10px 0 0 0;
    }
    .my_setting {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border-radius: 6px;
    }
    .my_setting_info {
        border-bottom: #ddd 1px solid;
        padding: 10px 0;
    }
    .my_setting_info h2 {
        color: #1d398b;
        font-size: 18px;
    }
    .my_my_application_table,
    .my_fav_table {
        width: 100%;
    }
    .my_my_application_table th,
    .my_fav_table th {
        border: none;
        font-size: 14px;
    }
    .my_my_application_table tr:hover,
    .my_fav_table tr:hover {
        background: #f2f2f2;
    }
    .my_my_application_table td,
    .my_fav_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 2px solid;
    }
    .my_my_application_table td,
    .my_fav_table td p span {
        font-size: 12px;
    }
    .my_application_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .my_application_name_item {
        width: 56%;
    }
    .my_application_state_item {
        width: 22%;
    }
    .my_application_message_item {
        width: 22%;
    }
    .my_fav_name_item {
        width: 70%;
    }
    .my_fav_operation_item {
        width: 30%;
    }
    .my_application_name_text p {
        text-align: center;
    }
    .my_my_application_table tr.active .text_info a {
        color: #1d398b;
        font-weight: bold;
    }
    .text_info {
        font-size: 12px;
        padding: 0 8px;
        min-width: 150px;
    }
    .text_info a {
        color: #4b4b4b;
    }
    a.state_btn,
    a.go_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
    }
    a.message_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #999;
        background: #ddd;
        border-radius: 40px;
        text-align: center;
    }
    .my_my_application_table a.state_btn,
    a.go_btn {
        display: block;
        width: 60px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    .my_my_application_table a.message_btn {
        display: block;
        width: 60px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #999;
        background: #ddd;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    .my_my_application_main .pages {
        margin: 10px 0
    }
    .state_records {}
    .my_my_application_table tr.active a.message_btn,
    a.del_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
    }
    .line_title {
        height: 30px;
        line-height: 30px;
        position: relative;
    }
    .line_title hr {
        width: 100%;
        border: none;
        border-top: 2px solid #ececec;
        position: absolute;
        top: 14px;
    }
    .line_title p {
        position: relative;
    }
    .line_title p span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 100px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }
    .my_my_application_table tr.active a.message_btn,
    a.del_btn {
        display: block;
        width: 60px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    .state_records ul {
        height: 288px;
        overflow: auto;
    }
    .state_records ul li {
        border-bottom: #f2f2f2 2px solid;
        padding: 10px 0;
    }
    .state_records ul li p {
        display: flex;
        padding: 0;
    }
    .state_records ul li p.state_records_date {
        height: 30px;
        line-height: 30px;
    }
    .state_records ul li p.state_records_info {
        line-height: 22px;
        display: block;
    }
    .state_records_date_item {
        color: #666;
    }
    .state_records_text {
        color: #1d398b;
    }
    .state_records_date_item {
        width: 200px;
    }
    .state_records_info_tit {
        width: 100%;
        background: #ddd;
        color: #666;
        align-items: center;
        display: flex;
        text-align: center;
        margin: 0 10px 0 0;
        justify-content: center;
        border-radius: 4px;
        padding: 5px;
    }
    .state_records_info_text {
        width: 88%;
        color: #333;
        font-size: 14px;
    }
    .my_application_message ul li {
        padding: 10px 0;
        border-bottom: #f2f2f2 1px solid;
    }
    .my_application_message ul li.on {
        display: flex;
    }
    .my_application_message ul li div.msg_tit {
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        color: #666;
        align-items: center;
        display: flex;
        text-align: left;
        margin: 0 10px 0 0;
        border-radius: 4px;
    }
    .my_application_message ul li div.msg_info {
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 16px;
        align-items: center;
    }
    .my_application_message ul li div.msg_info h3 {
        width: 100%;
        line-height: 30px;
        margin: 10px 0 0 0;
    }
    .msg_show_btn {
        display: block;
        width: 100%;
        height: 40px;
        margin: 20px auto;
        line-height: 40px;
        padding: 0 10px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        box-sizing: border-box;
    }
    .my_application_message ul li.fold_item {
        display: none;
    }
    .my_application_message ul li.on {
        display: block;
    }
    .msg_btn_box {
        width: 100%;
    }
    .my_application_message ul li .msg_btn_box .msg_btn,
    .my_application_message ul li .msg_btn_box .msg_button {
        display: block;
        width: 120px;
        height: 40px;
        margin: 20px auto;
        line-height: 40px;
        padding: 0 10px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 16px;
    }
    .my_application_message_view {
        border: #ddd 2px solid;
        border-radius: 6px;
        padding: 20px 10px;
        margin: 20px 0 0 0;
        display: none;
    }
    .msg_content {
        width: 100%;
        padding: 10px 20px;
        position: relative;
    }
    .enterprise .user_img {
        float: right;
        width: 48px;
        text-align: center;
    }
    .enterprise .user_img img {
        margin: 0 auto;
        width: 48px;
        height: 48px;
    }
    .enterprise .msg_info_box {
        float: right;
        max-width: 80%;
    }
    .enterprise .msg_info_content {
        background: #fff;
        word-wrap: break-word;
        word-break: normal;
    }
    .enterprise {
        margin-top: 10px;
        padding-left: 0px;
        display: block;
        clear: both;
        overflow: hidden;
        float: right;
        margin-bottom: 5px
    }
    .enterprise .msg_info_content {
        background: #eee;
        padding: 7px;
        border-radius: 4px;
        margin: 0 10px;
        max-width: 100%;
        border: 1px solid #eee;
        position: relative;
        display: block;
        word-break: break-all;
    }
    .enterprise .msg_info_content:before {
        content: " ";
        position: absolute;
        top: 9px;
        right: 100%;
        border: 6px solid transparent;
        border-left-color: #eee;
        right: inherit;
        left: 100%
    }
    .enterprise .msg_info_content h3 {
        display: block;
        word-break: break-all;
    }
    .me img {
        display: block;
        margin: 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 2px
    }
    .me {
        margin-top: 10px;
        padding-left: 0px;
        width: 98%;
        display: block;
        clear: both;
        overflow: hidden;
        float: left;
        margin-bottom: 5px
    }
    .me .user_img {
        float: left
    }
    .me .msg_info_box {
        float: left;
        max-width: 82%;
    }
    .me .msg_info_content {
        background: #99cffd;
        padding: 10px;
        border-radius: 4px;
        margin: 0 10px;
        max-width: 100%;
        border: 1px solid #99cffd;
        position: relative;
        color: #000;
        word-wrap: break-word;
        word-break: normal;
    }
    .me .msg_info_content:before {
        content: "";
        position: absolute;
        top: 9px;
        right: 100%;
        border: 6px solid transparent;
        border-right-color: #99cffd;
        right: inherit;
        right: 100%
    }
    .msg_info_btn {
        display: flex;
    }
    a.msg_agree_btn {
        display: block;
        width: 60px;
        height: 30px;
        margin: 5px 3px 5px 10px;
        line-height: 30px;
        padding: 0 2px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    a.msg_return_btn {
        display: block;
        width: 60px;
        height: 30px;
        margin: 5px 3px;
        line-height: 30px;
        padding: 0 2px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    a.msg_agree_btn2 {
        display: block;
        min-width: 100px;
        height: 30px;
        margin: 5px 3px;
        line-height: 30px;
        padding: 0 5px;
        color: #fff;
        background: #ff6600;
        border-radius: 40px;
        text-align: center;
        font-size: 12px;
    }
    .msg_time {
        margin: 10px;
        color: #999;
    }
    .my_item_input_file {
        width: 100%;
    }
    .my_item_input_file .pdf_file {
        width: 100%;
        color: #999;
    }
    .my_item_input_file .upload_btn {
        background: #ccc;
        color: #333;
    }
    .my_item_input_file .active {
        background: #1d398b;
        color: #fff;
    }
    .my_item_input_file .upload_file {
        width: 100%;
    }
    .upload_main {
        padding: 50px 0 0 0;
    }
    a.web_resume_link {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border: #1d398b 2px solid;
        text-align: center;
        border-radius: 40px;
        font-weight: bold;
        font-size: 12px;
        color: #1d398b;
    }
    a.example_resume_link {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border: #c30833 2px solid;
        text-align: center;
        border-radius: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #c30833;
        font-size: 12px;
    }
    a.web_resume_link:hover {
        background: #1d398b;
        color: #fff;
    }
    a.example_resume_link:hover {
        background: #c30833;
        color: #fff;
    }
    .open i.fa-chevron-down,
    .open i.fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    a.back_btn {
        float: right;
        border: #ddd 1px solid;
        padding: 5px 15px;
        text-align: center;
        border-radius: 40px;
        font-size: 16px;
    }
    a.back_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_title_line {
        height: 50px;
        border-bottom: #f2f2f2 1px solid;
        margin-bottom: 20px;
    }
    .confirmation_checkbox {
        font-size: 14px;
    }
    .application_info_table {
        width: 100%;
        margin: 20px 0;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .application_info_table td {
        border: #ddd 1px solid;
        padding: 8px;
        color: #000;
        font-weight: bold;
    }
    .application_info_table td.info_tit {
        background: #f2f2f2;
        width: 90px;
        color: #4b4b4b;
        font-weight: normal;
    }
    .checkbox_box {
        height: 40px;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .go_resume_btn {
        display: block;
        height: 30px;
        margin: 10px;
        line-height: 30px;
        padding: 0 8px;
        color: #1d398b;
        background: #fff;
        border-radius: 40px;
        text-align: center;
        border: #1d398b 2px solid;
    }
    .go_resume_btn:hover {
        color: #fff;
        background: #1d398b;
    }
    .privacy_content {
        width: 100%;
    }
    .privacy_text2 {
        font-size: 16px;
        color: #333;
    }
    .alert_text {
        padding: 15px;
        color: #666;
        font-weight: normal;
    }
    .go_btn {
        display: flex;
        justify-content: center;
    }
    .my_setting_list {
        padding: 20px 0;
    }
    .my_setting_list li {
        border-bottom: #f2f2f2 1px solid;
        padding: 24px 0;
    }
    .my_setting_list li p {
        height: 34px;
        line-height: 34px;
    }
    .my_setting_list li p b {
        color: #1d398b;
        font-size: 18px;
    }
    .my_setting_list li p span {
        float: right;
    }
    .my_setting_list li p span a {
        display: flex;
        width: 15px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        color: #1d398b;
        background: #fff;
        border-radius: 40px;
        text-align: center;
        float: right;
        border: #1d398b 2px solid;
        font-size: 0;
        align-items: center;
        justify-content: center;
    }
    .my_setting_list li p span a i {
        font-size: 18px;
    }
    .my_setting_list li p span a:hover {
        color: #fff;
        background: #1d398b;
    }
    /*Company_info*/
    .post_info_body {
        width: 100%;
        margin: 0 auto;
    }
    .post_info_body h3 {
        font-size: 24px;
        color: #000;
        padding: 15px 0;
    }
    .post_info_content {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .post_info_content ul li {
        padding: 0 0 5px 0;
    }
    .post_info_content ul li.item_title {
        color: #000;
        margin: 10px 0 0 0;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
    }
    .post_info_content ul li.item_title span {
        color: #c30833;
    }
    .post_info_content ul li.title b {
        color: #999;
        font-weight: normal;
    }
    .post_info_content ul li.cols2 {
        display: flex;
        justify-content: space-between;
    }
    .post_info_content ul li.cols2 .cols_item {
        width: 48%;
    }
    .post_info_content ul li.item_title2 {
        color: #000;
        margin: 5px 0 0 0;
        font-weight: bold;
        display: flex;
    }
    .post_info_content ul li.item_title2 span {
        color: #c30833;
    }
    .post_info_content ul li.title2 b {
        color: #999;
        font-weight: normal;
    }
    .post_info_content ul li.item_input {
        margin-bottom: 5px;
        position: relative;
        min-height: 44px;
    }
    .post_info_content ul li.item_input span {
        margin: 0 20px 0 0;
        line-height: 44px;
    }
    .post_info_content ul li.item_input span.date_line {
        position: absolute;
        right: -12px;
        top: 0;
        margin: 0;
        font-size: 24px;
        height: 44px;
        line-height: 44px;
    }
    .post_info_content ul li.item_input2 {
        display: flex;
        justify-content: space-between;
    }
    .post_info_content ul li.item_input2 .input_box {
        width: 48%;
    }
    /*-------company_management---------*/
    .company_main {
        width: 100%;
        margin: 0 auto;
    }
    .company_body {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-radius: 10px;
        background: #fff;
        min-height: 600px;
    }
    .company_menu {
        width: 100%;
        border-bottom: #f2f2f2 1px solid;
        margin-bottom: 20px;
    }
    .company_menu ul {
        display: flex;
    }
    .company_menu ul li {
        width: 33%;
        text-align: center;
    }
    .company_menu ul li a {
        color: #000;
        height: 50px;
        line-height: 50px;
        display: block;
        font-size: 16px;
    }
    .company_menu ul li.active a {
        color: #1d398b;
        font-weight: bold;
        border-bottom: #1d398b 4px solid;
    }
    .company_menu ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .btn_bar {
        padding: 0 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        line-height: 2em;
    }
    .btn_bar span {
        width: 45%;
        margin: 5px;
    }
    .btn_bar a.change_btn,
    .btn_bar a.send_msg_button {}
    a.change_btn,
    a.send_msg_button {
        border: #1d398b 2px solid;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        padding: 0 10px;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    a.change_btn:hover,
    a.send_msg_button:hover {
        background: #1d398b;
        color: #fff;
    }
    .company_management_main {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .company_management_table {
        min-width: 1300px;
        border-collapse: collapse;
        border-spacing: 0
    }
    .company_management_table th {
        border: none;
        line-height: 1.5em;
        padding: 0 15px 0 0;
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }
    .company_management_table th.check_box_item {
        padding: 0 5px;
    }
    .company_management_table tr:hover {
        background: #f2f2f2;
    }
    .company_management_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 2px solid;
        text-align: center;
    }
    .company_management_table td a {
        text-align: left;
        padding: 0 5px;
    }
    .view_btn {
        display: inline-block;
        background: #fff;
        padding: 0 8px;
        border: #1d398b 1px solid;
        border-radius: 4px;
        color: #1d398b;
    }
    .view_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .company_management_table td p {
        display: block;
        text-align: left;
    }
    .company_management_table td span a {
        color: #fff;
    }
    .company_management_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .c_m_id {
        width: 12%;
    }
    .c_m_name {
        width: 33%;
    }
    .c_m_state {
        width: 10%;
    }
    .c_m_date {
        width: 10%;
    }
    .c_m_set_up {
        width: 10%;
    }
    .c_m_update {
        width: 10%;
    }
    .company_management_table td.c_m_date_text p {
        line-height: 14px;
    }
    .stay_year_item p {
        line-height: 16px;
    }
    .popup .company_management_main {
        height: 352px;
        overflow: auto;
    }
    .c_m_item {
        position: relative;
        padding: 0 0 20px 0;
    }
    .c_m_add_btn {
        display: flex;
        padding: 0;
        justify-content: space-between
    }
    .c_m_add_btn a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
    }
    .c_m_add_btn a.back_btn {
        background: #fff;
        width: auto;
        color: #1d398b;
        margin: 0 0 0 30px;
        padding: 0 15px;
        float: none;
    }
    .c_m_update_btn a {
        display: block;
        width: 100%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 8px;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        box-sizing: border-box;
        margin: 10px 0 0 0;
    }
    .post_btn_item .back_btn {
        font-size: 16px;
        background: #fff;
    }
    .post_btn_item ul {
        display: flex;
        justify-content: center;
        padding: 10px;
        border: #ccc 1px solid;
        padding: 10px 0;
        border-radius: 10px;
        position: fixed;
        width: 92%;
        z-index: 1000;
        bottom: 10px;
        background-color: rgba(255, 255, 255, .9);
    }
    .post_btn_item ul li {
        width: 25%;
        text-align: center;
        font-size: 12px;
    }
    .post_btn_item ul li i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: #1d398b 2px solid;
        border-radius: 40px;
        text-align: center;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
    }
    .post_btn_item ul li a:hover i {
        background: #2d398b;
        color: #fff;
    }
    .post_btn_item ul li a.cr_del_btn {
        color: #c30833;
    }
    .post_btn_item ul li a.cr_del_btn i {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .post_btn_item ul li a.cr_del_btn:hover i {
        background: #c30833;
        color: #fff;
        font-weight: bold;
    }
    fieldset {
        padding: 15px;
        border: #ddd 2px solid;
        border-radius: 6px;
        margin: 15px 0;
    }
    fieldset legend {
        font-size: 18px;
        color: #1d398b;
        font-weight: bold;
        padding: 0 3px;
    }
    .company_main .pages {
        margin: 20px 0;
    }
    .c_m_num {
        background: #1d398b;
        color: #fff;
        display: inline-block;
        min-width: 40px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        text-align: center;
        border-radius: 30px;
    }
    .company_list_title {
        position: relative;
        padding: 20px 0;
    }
    .company_list_title h3 {
        margin-bottom: 15px;
    }
    .company_list_title .search_box {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .company_list_title .search_input {
        position: relative;
        height: 50px;
        border-radius: 4px;
        overflow: hidden;
    }
    .company_list_title .search_text {
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        border: #d8dbdc 2px solid;
        border-radius: 6px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .company_list_title .search_choose {
        position: absolute;
        top: 2px;
        right: 2px;
        display: block;
        width: 66px;
        height: 42px;
        background: #fff;
        color: #1d398b;
        font-weight: bold;
        line-height: 42px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: #d8dbdc 2px solid;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
    }
    .company_list_title .search_choose:hover {
        background: #1d398b;
        color: #fff;
        font-weight: bold;
    }
    .company_list_title .search_choose i {
        font-size: 14px;
        position: relative;
        top: -2px;
    }
    .company_list_title .search_btn_box {
        text-align: center;
        margin: 15px 0;
    }
    .company_list_title .search_btn {
        display: inline-block;
        width: 198px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
    }
    .company_list_title a.resume_login_btn {
        display: inline-block;
        width: 198px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
    }
    .company_list_title a.search_clear {
        display: none;
        position: absolute;
        right: 100px;
        top: 26px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 18px;
        background: #eee;
        color: #999;
        font-size: 14px;
        cursor: pointer;
    }
    .company_list_title a.search_clear:hover {
        background: #c30833;
        color: #fff;
    }
    .company_body .select_middle {
        display: block;
    }
    .company_body .checkbox_list {
        flex-wrap: wrap;
    }
    .company_body .checkbox_list span {
        margin: 0;
        width: 50%;
        height: 40px;
        line-height: 40px;
    }
    .msg_btn {
        display: inline-block;
        width: 48px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
        position: relative;
        padding: 0 10px;
    }
    .msg_btn span {
        display: block;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 20px;
        background: #c30833;
        color: #fff;
        position: absolute;
        top: -5px;
        left: 50px;
        border: #fff 1px solid;
        padding: 0 5px;
        font-size: 14px;
    }
    .company_management_table td a.have_btn {
        display: inline-block;
        width: 48px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #c30833;
        color: #fff;
        margin: 0 10px;
        font-weight: bold;
        position: relative;
        padding: 0 10px;
        text-align: center;
    }
    .company_management_table td span.name_news a {
        color: #1d398b;
        position: relative;
        display: inline-block
    }
    .company_management_table td span.name_news {
        position: relative;
        min-width: 100px;
        display: block;
        padding: 0 10px 0 0;
    }
    .name_news em {
        display: block;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 20px;
        background: #c30833;
        color: #fff;
        position: absolute;
        top: -5px;
        right: -32px;
        border: #fff 1px solid;
        padding: 0 5px;
        font-size: 14px;
        font-style: normal;
    }
    .candidate_main {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        background: #fff;
    }
    .company_item_info {
        padding: 15px 0;
        display: flex;
        font-weight: normal;
        border-bottom: #1d398b 2px solid;
        flex-wrap: wrap;
    }
    .company_item_info span {
        margin: 0;
        color: #666;
        width: 100%;
    }
    .company_item_info span b {
        color: #000;
    }
    .candidate_main h1 {
        font-size: 24px;
        color: #000;
    }
    .candidate_main h2 {
        height: 30px;
        line-height: 30px;
        border-bottom: #f2f2f2 1px solid;
        font-size: 18px;
        color: #666;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
    }
    .candidate_main h2 span:nth-child(2) {
        font-size: 14px;
    }
    .candidate_main h2 strong {
        color: #1d398b;
    }
    .candidate_info_a {
        padding: 15px 0;
    }
    .candidate_photo {
        width: 200px;
        margin: 20px auto;
    }
    .candidate_info_a h4 {
        color: #1d398b;
        font-size: 18px;
    }
    .candidate_photo img {
        width: 200px;
        border: #eee 1px solid;
        border-radius: 6px;
    }
    .candidate_info_list {
        width: 100%;
    }
    .candidate_info_list p {
        padding: 0;
        color: #666;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .candidate_info_list p span {
        font-weight: normal;
        min-width: 49%;
        padding: 5px 0;
    }
    .candidate_info_list p b {
        color: #000;
        font-weight: bold;
    }
    .candidate_info_b p {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        color: #666;
        font-weight: normal;
    }
    .candidate_info_b p b {
        color: #000;
        font-weight: bold;
    }
    .candidate_info_c {
        background: #f2f2f2;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
    }
    .candidate_info_c p {
        padding: 15px;
    }
    .send_msg_btn {
        display: inline-block;
        width: auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        background: #1d398b;
        color: #fff;
        margin: 0 10px;
        padding: 0 25px;
        font-weight: bold;
    }
    .candidate_info_item li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .candidate_info_item li span {
        color: #666;
        font-weight: normal;
        min-width: 50%;
    }
    .candidate_info_item li span b {
        color: #000;
    }
    .popup__content .my_body {
        min-height: auto;
    }
    .candidate_info_d {
        margin: 15px 0;
    }
    .candidate_info_d h4 {
        color: #1d398b;
        font-weight: bold;
        font-size: 18px;
    }
    .candidate_info_d h3 {
        background: #fff;
        height: 30px;
        line-height: 30px;
        border-bottom: #1d398b 2px solid;
        color: #1d398b;
    }
    .candidate_info_d ul {
        padding: 15px 0;
    }
    .candidate_info_d ul li {
        font-weight: normal;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .candidate_info_d ul li span {
        padding: 5px 0;
        min-width: 49%;
    }
    .candidate_info_d ul li span b {
        color: #000;
    }
    .candidate_info_e {
        margin: 15px 0;
    }
    .candidate_info_e h4 {
        color: #1d398b;
        font-weight: bold;
        font-size: 18px;
    }
    .candidate_info_e h3 {
        background: #fff;
        height: 30px;
        line-height: 30px;
        border-bottom: #1d398b 2px solid;
        color: #1d398b;
    }
    .candidate_info_e ul {
        padding: 15px 0;
        border-bottom: #ddd 1px solid;
    }
    .candidate_info_e ul li {
        font-weight: normal;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .candidate_info_e ul li span {
        padding: 5px 0;
        min-width: 49%;
    }
    .candidate_info_e ul li span b {
        color: #000;
    }
    .company_management_table .sorting,
    .company_management_table .sorting_asc,
    .company_management_table .sorting_desc,
    .company_management_table .sorting_asc_disabled,
    .company_management_table .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right
    }
    .company_management_table .sorting {
        background-image: url(../images/sort_both.png)
    }
    .company_management_table .sorting_asc {
        background-image: url(../images/sort_asc.png)
    }
    .company_management_table .sorting_desc {
        background-image: url(../images/sort_desc.png)
    }
    .company_management_table .sorting_asc_disabled {
        background-image: url(../images/sort_asc_disabled.png)
    }
    .company_management_table .sorting_desc_disabled {
        background-image: url(../images/sort_desc_disabled.png)
    }
    .today_num {
        padding: 0 0 10px 0;
        text-align: left;
    }
    .today_num span {
        color: #1d398b;
        font-weight: bold;
    }
    .recording_body,
    .upload_video_body {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
    }
    .recording_body .back_btn,
    .upload_video_body .back_btn {
        float: left;
    }
    .video_box {
        display: flex;
        justify-content: center;
        align-items: center;
        border: #ccc 1px solid;
        width: 90vw;
        min-height: 90vw;
        margin: 0 auto;
    }
    .video_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .video_countdown {
        width: 90vw;
        min-height: 90vw;
        background: #000;
        color: #fff;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .video_countdown b {
        color: #1d398b;
        font-size: 28px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
    }
    .video_start_btn,
    .video_upload_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100px;
        height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 40px;
        background: #1d398b;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        font-size: 16px;
        border: none;
    }
    .video_stop_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100px;
        height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 40px;
        background: #c30833;
        margin: 20px auto;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }
    .video_btn_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 440px;
    }
    .video_start_btn i,
    .video_stop_btn i {
        font-size: 24px;
        margin: 0 10px 0 0;
    }
    .v_disable {
        background: #ddd;
        color: #999;
    }
    .upload_sucess {
        color: #1d398b;
        font-weight: bold;
        font-size: 14px;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .upload_sucess i {
        font-size: 24px;
    }
    .no_support_text {
        border: #f9e4a2 1px solid;
        background: #fdf6e2;
        color: #ff6600;
        padding: 15px;
        border-radius: 10px;
    }
    .upload_video_body .my_item_input_file {
        margin: 30px 0;
        position: relative;
    }
    .upload_video_body .my_item_input_file .upload_btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        width: auto;
        padding: 0 10px;
        font-size: 14px;
    }
    .upload_video_body .my_item_input_file .upload_file {
        width: 100%;
    }
    .video_text {
        width: 70%;
        color: #999;
    }
    .video_preview {
        display: none;
    }
    .upload_video_body .video_btn_box {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .agent_info_body .post_info_content ul li.cols2 {
        display: block;
    }
    .agent_info_body .post_info_content ul li.cols2:first-child ul:nth-child(2) .item_title {
        display: none;
    }
    .agent_info_body .post_info_content ul li.cols2 .cols_item {
        width: 100%;
    }
    .agent_info_body .post_info_content ul li.item_title {
        height: auto;
        line-height: normal;
    }
    .agent_info_body .post_info_content ul li.item_input span {
        margin: 0 10px 0 0;
        font-size: 14px;
    }
    .agent_info_body .post_info_content ul li.item_input {
        margin: 0;
    }
    .layui-layer-tips {
        background: 0 0;
        box-shadow: none;
        border: none
    }
    .layui-layer-tips .layui-layer-content {
        position: relative;
        line-height: 22px;
        min-width: 220px;
        padding: 8px 15px;
        font-size: 14px;
        _float: left;
        border-radius: 4px;
        border: #c30833 1px solid;
        background-color: #ffcfda;
        color: #c30833;
        margin: 2px 0 0 0;
    }
    .layui-layer-tips .layui-layer-close {
        right: -2px;
        top: -1px
    }
    .layui-layer-tips i.layui-layer-TipsG {
        position: absolute;
        width: 19px;
        height: 10px;
        background: url(../images/trips.png) no-repeat;
        border: none;
    }
    .layui-layer-tips i.layui-layer-TipsB,
    .layui-layer-tips i.layui-layer-TipsT {
        left: 10px;
        right: 0;
        margin: 0 auto;
    }
    .layui-layer-tips i.layui-layer-TipsT {
        bottom: -8px
    }
    .layui-layer-tips i.layui-layer-TipsB {
        top: -10px
    }
    .layui-layer-tips i.layui-layer-TipsL,
    .layui-layer-tips i.layui-layer-TipsR {
        top: 5px;
        border-bottom-style: solid;
        border-bottom-color: #000
    }
    .layui-layer-tips i.layui-layer-TipsR {
        left: -8px
    }
    .layui-layer-tips i.layui-layer-TipsL {
        right: -8px
    }
    .top_agent_id {
        float: right;
        margin: 0 15px 0 0;
        display: none;
    }
    .agent_application_main {
        width: 100%;
        margin: 20px 0;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .agent_application_table,
    .agent_fav_table {
        min-width: 1000px;
    }
    .agent_application_table th,
    .agent_fav_table th {
        border: none;
    }
    .agent_application_table tr:hover,
    .agent_fav_table tr:hover {
        background: #f2f2f2;
    }
    .agent_application_table tr.active .text_info a {
        color: #1d398b;
        font-weight: bold;
    }
    .agent_application_table tr.active a.message_btn {
        display: block;
        width: 100px;
        height: 30px;
        margin: 10px auto;
        line-height: 30px;
        padding: 0 8px;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
    }
    .agent_application_table td,
    .agent_fav_table td {
        padding: 15px 0;
        border-bottom: #f2f2f2 2px solid;
    }
    .agent_application_title {
        height: 40px;
        line-height: 40px;
        background: #f2f2f2;
    }
    .agent_app_id_item {
        width: 18%;
    }
    .agent_application_name_item {
        width: 38%;
    }
    .agent_application_state_item {
        width: 22%;
    }
    .agent_application_message_item {
        width: 22%;
    }
    .agent_fav_name_item {
        width: 70%;
    }
    .agent_fav_operation_item {
        width: 30%;
    }
    .agent_app_id_text {
        text-align: center;
    }
    .agent_application_list {
        margin-bottom: 20px;
        position: relative;
        padding: 0 0 40px 0;
    }
    .agent_application_list_top {
        background: #fff;
        color: #1d398b;
        height: 30px;
        line-height: 30px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin: 10px 0 0 0;
        padding: 5px 10px;
        border-bottom: #1d398b 2px solid;
        border-top: #ddd 1px solid;
        border-left: #ddd 1px solid;
        border-right: #ddd 1px solid;
    }
    .agent_application_list_top b {
        font-size: 14px;
    }
    .agent_application_list_right {
        float: right;
    }
    .agent_application_list_top span {
        color: #999;
        font-size: 12px;
    }
    .agent_application_list_top span strong {
        margin: 0;
        color: #1d398b;
    }
    .agent_application_list_btn {
        display: flex;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 40px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom: #ddd 1px solid;
        border-left: #ddd 1px solid;
        border-right: #ddd 1px solid;
        justify-content: center;
        align-items: center;
    }
    .agent_application_list_btn a {
        color: #1d398b;
        display: inline-block;
        border: #1d398b 2px solid;
        padding: 0 10px;
        border-radius: 30px;
        height: 26px;
        line-height: 26px;
        margin: 0 5px;
    }
    .agent_application_list_btn a:hover {
        background: #1d398b;
        color: #fff;
    }
    .agent_application_list_btn a.agent_app_del {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .agent_application_list_btn a.agent_app_del:hover {
        background: #c30833;
        color: #fff;
    }
    .agent_application_list_table {
        width: 100%;
        border: #ddd 1px solid;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .agent_application_list_table td {
        border: #ddd 1px solid;
        padding: 7px 5px;
        font-weight: bold;
        color: #333;
    }
    .agent_application_list_table td.agent_application_list_tit {
        background: #f4f4f4;
        color: #999;
        font-size: 14px;
        font-weight: normal;
    }
    .agent_pop {
        width: 100%;
        min-height: 100%;
        display: none;
        padding: 50px 10px;
        box-sizing: border-box;
        position: absolute;
        background-color: rgba(0, 0, 0, .6);
        z-index: 1000;
    }
    .agent_pop .post_info_body h3 {
        padding: 0;
    }
    .agent_pop .my_main {
        padding: 0;
        width: auto;
    }
    .agent_pop .my_body {
        padding: 10px;
        width: auto;
        border-radius: 4px;
    }
    .agent_pop .post_info_content {
        padding: 10px;
        box-sizing: border-box;
    }
    .agent_application_list_table_main {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .agent_application_list_table {
        min-width: 1000px;
    }
    .index_side_box {
        margin: 15px;
        display: none;
    }
    .index_left_box {
        border: #f2f2f2 2px solid;
        border-radius: 6px;
        background: #fff;
        margin: 0 0 15px 0;
    }
    .index_left_box h3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-bottom: #f2f2f2 2px solid;
        font-size: 16px;
    }
    .index_left_box ul {
        padding: 8px 8px;
    }
    .index_left_box ul li {
        padding: 7px 5px;
        display: flex;
        border-bottom: #f2f2f2 1px solid;
        font-size: 14px;
        overflow: hidden;
        align-items: center
    }
    .index_left_box ul li a {
        color: #1d398b;
    }
    .index_left_box ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .index_left_box ul li span.num_box {
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #8eb9f5;
        margin: 0 5px 0 0;
    }
    .index_left_box ul li:nth-child(1) span.num_box {
        background: #f54545;
    }
    .index_left_box ul li:nth-child(2) span.num_box {
        background: #ff8547;
    }
    .index_left_box ul li:nth-child(3) span.num_box {
        background: #ffac38;
    }
    .index_left_box ul li span.side_list_text {
        display: block;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        width: 90%;
    }
    .index_right_box {
        border: #f2f2f2 2px solid;
        border-radius: 6px;
        background: #fff;
    }
    .index_right_box h3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-bottom: #f2f2f2 2px solid;
        font-size: 16px;
    }
    .index_right_box ul {
        padding: 8px 8px;
    }
    .index_right_box ul li {
        padding: 7px 5px;
        display: flex;
        border-bottom: #f2f2f2 1px solid;
        font-size: 14px;
    }
    .index_right_box ul li a {
        color: #1d398b;
    }
    .index_right_box ul li a:hover {
        color: #1d398b;
        font-weight: bold;
    }
    .index_right_box ul li span.num_box {
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #8eb9f5;
        margin: 0 5px 0 0;
    }
    .index_right_box ul li:nth-child(1) span.num_box {
        background: #f54545;
    }
    .index_right_box ul li:nth-child(2) span.num_box {
        background: #ff8547;
    }
    .index_right_box ul li:nth-child(3) span.num_box {
        background: #ffac38;
    }
    .index_right_box ul li span.side_list_text {
        display: block;
        overflow: hidden;
        width: 90%;
    }
    .companyinfo_box ul {
        padding: 15px 0;
    }
    .companyinfo_box ul li {
        padding: 5px 0;
    }
    .companyinfo_box ul li span {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    .companyinfo_box ul li span:nth-child(1) {
        background: #f2f2f2;
        min-width: 150px;
        border-radius: 4px;
        color: #666;
    }
    .ad_box {
        border: #eee 2px solid;
        border-radius: 6px;
        background: #fff;
        padding: 10px;
    }
    .ad_box img {
        max-width: 100%
    }
    .ad_box h4 {
        color: #1d398b;
        font-size: 18px;
        text-align: center;
        margin: 15px 0;
    }
    .ad_box h5 {
        color: #1d398b;
        font-size: 16px;
    }
    .agent_name {
        margin: 10px auto;
        background: #dde5fd;
        padding: 10px;
        border-radius: 6px;
        font-size: 16px;
        color: #666;
    }
    .agent_name b {
        color: #1d398b;
    }
    .agent_login_choose {
        margin: 50px auto;
    }
    .agent_login_choose a:hover {
        background: #1d398b;
        color: #fff;
        border: #1d398b 2px solid;
    }
    a.agent_login_choose1 {
        width: 100%;
        height: 60px;
        background: #fff;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 24px;
        border: #ddd 2px solid;
        margin: 0 0 15px 0;
    }
    a.agent_login_choose2 {
        width: 100%;
        height: 60px;
        background: #fff;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 24px;
        border: #ddd 2px solid;
    }
    .agent_login_main {
        background: #fff;
        border-radius: 10px;
        margin: 20px 0;
    }
    .agent_login_main .company_management_table th:last-child {
        width: 250px;
    }
    .request_date {
        color: #666;
        font-size: 15px;
    }
    span.ok_text {
        color: #1d398b;
        font-weight: bold;
    }
    .agent_login_main .company_management_table td p {
        padding: 5px 0;
    }
    .agent_login_main .agent_name_title {
        width: 100%;
        border-bottom: #1d398b 2px solid;
        margin: 0 0 0 0;
        background: #fff;
        border-radius: 0;
        padding: 0 0 10px 0;
    }
    .agent_login_main .agent_name_l {
        font-size: 20px;
        color: #1d398b;
        line-height: 40px;
        height: 40px;
    }
    .agent_login_main .agent_name_l span {
        font-size: 16px;
        float: right;
    }
    .agent_login_main .agent_name_title span {
        margin: 0;
        color: #999;
        display: block;
        font-size: 12px;
    }
    .agent_login_main .agent_name_title span b {
        color: #1d398b;
    }
    .agent_login_main .pages {
        margin: 20px 0;
    }
    .agent_login_main .pop_btn {
        justify-content: center;
    }
    .agent_login_main .company_management_table th {
        border: none;
        padding: 5px 0;
        line-height: 1.2em;
        font-size: 14px;
        font-weight: normal;
        padding: 0 15px 0 0;
        color: #000;
    }
    .agent_login_main .company_management_table th:last-child {
        width: 250px;
    }
    .agent_login_main .company_management_table th.nosort {
        padding: 0;
    }
    .agent_login_main .company_management_table tr.date_over,
    .company_management_table tr.date_over:hover {
        background: #eee;
        color: #aaa;
    }
    .agent_text_area {
        height: 400px;
    }
    .agent_login_main .company_management_table tr.date_over td.deadline {
        color: #c30833;
    }
    .qiuren_num {
        color: #1d398b;
        font-weight: bold;
    }
    .pop_btn2 {
        display: flex;
        justify-content: center;
    }
    .agent_info_body h3 {}
    .post_title {
        padding: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 16px;
        color: #666;
    }
    .post_title b {
        color: #1d398b;
    }
    .side_menu {
        display: flex;
        justify-content: center;
        padding: 10px;
        border: #ccc 1px solid;
        padding: 10px 0;
        border-radius: 10px;
        position: fixed;
        width: 92%;
        z-index: 1000;
        bottom: 10px;
        background-color: rgba(255, 255, 255, .9);
    }
    .side_menu li {
        width: 25%;
        text-align: center;
        font-size: 12px;
    }
    .side_menu li i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: #1d398b 2px solid;
        border-radius: 40px;
        text-align: center;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
    }
    .side_menu li a:hover i {
        background: #2d398b;
        color: #fff;
    }
    .side_menu li a.cr_del_btn {
        color: #c30833;
    }
    .side_menu li a.cr_del_btn i {
        border: #c30833 2px solid;
        color: #c30833;
    }
    .side_menu li a.cr_del_btn:hover i {
        background: #c30833;
        color: #fff;
        font-weight: bold;
    }
    .c_m_date_disabled {
        border: #f2f2f2 2px solid;
        background: #f2f2f2;
        color: #999;
    }
    .c_m_date_disabled:hover {
        border: #f2f2f2 2px solid;
        background: #f2f2f2;
        color: #999;
    }
    .zebra_tips1 {
        border: #1d398b 1px solid;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        padding: 0 10px;
        float: right;
        margin: -10px 0 0 0;
    }
    .my_introduce_btn_box {
        padding: 50px 0;
    }
    .my_introduce_btn_box a:hover {
        background: #1d398b;
        color: #fff;
    }
    .my_introduce_btn_a {
        border: #1d398b 2px solid;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        padding: 0 10px;
        cursor: pointer;
        color: #1d398b;
        display: block;
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .my_introduce_btn_b {
        border: #1d398b 2px solid;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        padding: 0 10px;
        cursor: pointer;
        color: #1d398b;
        display: block;
        margin: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .upload_video_body .line_title {
        margin: 10px 0;
    }
    .upload_video_body .line_title p span {
        width: 260px;
        color: #1d398b;
    }
    .my_item_input_photo {}
    .my_item_input_photo span {
        width: 100%;
        display: flex;
        position: relative;
    }
    .my_item_input_photo .photo_file {
        width: 100%;
    }
    .my_item_input_photo span a.choose_upload_btn {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #000;
        z-index: 1000;
        background: #fff;
        border-left: #d8dbdc 2px solid;
        height: 36px;
        line-height: 36px;
    }
    .my_item_input_photo span a.choose_upload_btn:hover {
        background: #d8dbdc;
        color: #fff;
    }
    .my_photo {
        height: 44px;
    }
    .post_info_content ul .agent_info_tags_list {
        padding: 10px 0;
    }
    .agent_info_tags {
        border: #1d398b 2px solid;
        padding: 5px 15px;
        border-radius: 40px;
        color: #1d398b;
    }
    .agent_info_tags_list b {
        color: #1d398b;
    }
    .video_text_tips {
        text-align: center;
        font-size: 14px;
        color: #999;
        padding: 10px 0 0 0;
    }
    .add_main {
        width: 1000px;
        min-width: 1200px;
    }
    a.add_btn {
        border: #1d398b 2px solid;
        width: 100%;
        height: 30px;
        padding: 0 0;
        border-radius: 30px;
        display: flex;
        cursor: pointer;
        margin: 0 0 0 0;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    a.add_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .agent_pop .agent_pop_main {
        width: 90%;
        overflow: auto;
        border: none;
    }
    .agent_pop_main {
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .s_item {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 5px 0;
    }
    .search_bar ul li {
        padding: 10px 0;
        font-size: 14px;
    }
    .s_country_list {
        min-width: 200px;
    }
    .s_list {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .s_list span {
        width: 50%;
    }
    .s_title {
        font-weight: bold;
        color: #000;
        width: 90px;
    }
    .s_line {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }
    .search_bar ul li .select {
        min-width: 30%;
        width: 40%;
    }
    .pop_title {
        height: 20px;
        width: 100%;
        position: relative;
    }
    .close_pop {
        font-size: 24px;
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .search_bar .resume_ok_btn {
        margin: 10px auto;
        display: block;
    }
    .s_list span>label {
        margin: 0 0 0 0;
        display: inline-block;
    }
    .pop_table {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }
    .agent_pop .pages {
        margin: 20px 0 0 0;
    }
    .btn_box {
        padding: 80px 0;
    }
    a.blue_btn {
        display: block;
        width: 100%;
        padding: 8px 0;
        color: #fff;
        background: #1d398b;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
        margin: 15px auto
    }
    a.red_btn {
        display: block;
        width: 100%;
        padding: 8px 0;
        color: #fff;
        background: #c30833;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
        margin: 15px auto;
    }
    .flex_row {
        display: flex;
    }
    .flex_row .cols_item {
        flex: 1;
    }
    .flex_text {
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 10px;
    }
    .c_m_item span .select {
        margin: 10px 0 0 0;
    }
    .c_m_item span .input_text {
        margin: 10px 0 0 0;
    }
    .iframe_box {
        width: 100%;
        height: 70vh;
        border: none;
    }
    .s_item_btn {
        display: flex;
        align-items: center;
    }
    a.copy_btn {
        border-radius: 60px;
        border: #1d398b 1px solid;
        padding: 0 10px;
        cursor: pointer;
    }
    a.copy_btn:hover {
        background: #1d398b;
        color: #fff;
    }
    .resume_body_title {
        font-size: 13px;
    }
    a.copy_btn {
        display: block;
        width: 30%;
        margin: 5px auto;
        text-align: center;
        font-size: 14px;
    }
    .agent_name_title p {
        font-size: 13px;
        margin: 5px 0 0 0;
        word-wrap: break-word;
    }
    .resume_body_title p span {
        line-height: 14px;
        word-wrap: break-word;
        display: block;
    }
    .msg_info_content_text {
        border-top: #888 1px dashed;
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
        width: 100%;
        width: 100%;
        word-break: break-all;
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c9c9c9;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c9c9c9;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9c9c9;
}