﻿html, body {
    width: 100%;
    font-family: "苹方";
    font-size: 13px;
    min-width: 280px;
}

input, textarea, select, button {
    font-family: "苹方";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

html, body, header, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, figure {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    display: block;
}

:before, :after {
    font-family: 'iconfont';
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1486801652486'); /* IE9*/
    src: url('../font/iconfont.eot?t=1486801652486#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1486801652486') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1486801652486') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1486801652486#iconfont') format('svg'); /* iOS 4.1- */
}

body {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    color: #333;
}

ul, li {
    list-style: none;
}

/*屏蔽video下载按钮*/
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 40px);
}


/*我的*/
.mycenter {
    position: relative;
    height: 130px;
    background: url("../images/my_bg.jpg") no-repeat left top;
    background-size: 100% 100%;
}

    .mycenter .bar {
        height: 30px;
        padding: 5px 0 15px;
        position: relative;
    }

        .mycenter .bar .setting {
            display: inline-block;
            padding: 10px 0 0 10px;
            color: #FFFFFF;
        }

            .mycenter .bar .setting:before {
                content: '\e609';
                font-size: 20px;
            }

        .mycenter .bar .drop_menu {
            display: none;
            position: absolute;
            left: 5px;
            top: 40px;
            width: 130px;
            background-color: #ffffff;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.15);
            box-shadow: 1px 1px 3px rgba(0,0,0,.15);
        }

        .mycenter .bar .show {
            display: block;
        }

        .mycenter .bar .drop_menu li {
            border-top: 1px solid #E5E5E5;
            font-size: .875rem;
            line-height: 150%;
            padding: 5px 10px;
        }

            .mycenter .bar .drop_menu li:first-child {
                border-top: none;
            }

            .mycenter .bar .drop_menu li a {
                color: #333;
            }

            .mycenter .bar .drop_menu li em {
                color: #CCCCCC;
                font-size: .750rem;
                margin-left: 5px;
            }

        .mycenter .bar .btn {
            position: relative;
            float: right;
            display: inline-block;
            width: 60px;
            height: 20px;
            padding: 0 7px;
            margin-top: 5px;
            margin-right: 10px;
            font-size: .750rem;
            line-height: 20px;
            color: #FFFFFF;
            border: 1px solid #ffffff;
            border-radius: 10px;
        }

            .mycenter .bar .btn i {
                position: absolute;
                right: 2px;
                top: -5px;
                display: inline-block;
                background-color: #ff003c;
                font-size: .625rem;
                color: #FFFFFF;
                line-height: 14px;
                text-align: center;
                height: 14px;
                width: 14px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

    .mycenter .name {
        padding: 0 10px;
        margin-bottom: 5px;
        font-size: 1.125rem;
        line-height: 150%;
        color: #FFFFFF;
    }

        .mycenter .name .modpwd {
            margin-left: 10px;
            font-size: .750rem;
            color: #FFFFFF;
        }

            .mycenter .name .modpwd:after {
                content: '\e624';
                margin-left: 3px;
            }

    .mycenter .info {
        padding: 0 10px;
        font-size: .875rem;
        line-height: 150%;
        color: #FFFFFF;
    }

        .mycenter .info .c {
            color: #a0ca17;
        }

    .mycenter .astav {
        position: absolute;
        right: 10px;
        bottom: -10px;
        width: 84px;
        height: 84px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        overflow: hidden;
        border: 2px solid #FFF;
    }

        .mycenter .astav img {
            width: auto;
            height: auto;
            border: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            min-height: 84px;
            min-width: 84px;
        }

.block_mycenter {
    padding: 20px 10px 10px;
}

.my_items {
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .my_items .title {
        margin: 5px 10px;
        padding-bottom: 5px;
        font-size: .875rem;
        line-height: 150%;
        color: #333333;
        border-bottom: 1px solid #e5e5e5;
    }

        .my_items .title .edit {
            float: right;
            display: block;
            width: 20px;
            height: 20px;
            background-color: #055fad;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            line-height: 20px;
            text-align: center;
            color: #FFFFFF;
        }

            .my_items .title .edit:before {
                content: '\e74b';
            }

    .my_items .content {
        padding: 10px;
    }

        .my_items .content dl {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            font-size: .875rem;
            line-height: 180%;
            width: 70%;
        }

            .my_items .content dl dt {
                width: 90px;
                margin-right: 10px;
                color: #5e5e5e;
            }

            .my_items .content dl dd {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                color: #A1A1A1;
                display: table-header-group;
                font-size: 13px;
            }

.my_info {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: -1px;
}

    .my_info dl {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        padding: 10px 0;
    }

        .my_info dl dt {
            width: 90px;
            font-size: 1rem;
            line-height: 150%;
            color: #055fad;
            padding-left: 15px;
            padding-top: 20px;
        }

        .my_info dl dd {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            font-size: .875rem;
            line-height: 160%;
            color: #474747;
        }

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

img, embed {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/*底部*/
.hasbottomnav {
    padding-bottom: 50px;
}

.nav {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #f6f6f6;
    border-top: 1px solid #d4d4d4;
}

    .nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }

        .nav ul li {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            width: 25%;
            text-align: center;
        }

            .nav ul li a {
                font-size: .750rem;
                line-height: 150%;
                display: block;
                padding: 8px 0 0;
                position: relative;
                color: #777777;
            }

                .nav ul li a:before {
                    font-family: iconfont;
                    font-size: 1.5rem;
                    display: block;
                    margin-bottom: 4px;
                    content: '';
                    height: 18px;
                    display: block;
                }

                .nav ul li a.home:before {
                    /*content: '\e62a';*/
                    background: url("../images/nav/icon_1.png?v1.0") no-repeat center top;
                    background-size: auto 18px;
                }

                .nav ul li a.apply:before {
                    /*content: '\e60c';*/
                    background: url("../images/nav/icon_2.png?v1.0") no-repeat center top;
                    background-size: auto 18px;
                }

                .nav ul li a.log:before {
                    /*content: '\e62c';
    font-size: 1.4rem;*/
                    background: url("../images/nav/icon_3.png?v1.0") no-repeat center top;
                    background-size: auto 18px;
                }

                .nav ul li a.my:before {
                    /*content: '\e60d';
    font-size: 1.4rem;*/
                    background: url("../images/nav/icon_4.png?v1.0") no-repeat center top;
                    background-size: auto 18px;
                }

            .nav ul li.current a {
                color: #982534;
            }

                .nav ul li.current a.home:before {
                    background-image: url("../images/nav/icon_1_fill.png?v1.0");
                }

                .nav ul li.current a.apply:before {
                    background-image: url("../images/nav/icon_2_fill.png?v1.0");
                }

                .nav ul li.current a.log:before {
                    background-image: url("../images/nav/icon_3_fill.png?v1.0");
                }

                .nav ul li.current a.my:before {
                    background-image: url("../images/nav/icon_4_fill.png?v1.0");
                }

.bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}
/*头部*/
.hastopnav {
    padding-top: 45px;
}

.top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 45px;
    width: 100%;
    background-color: #982534;
    border-bottom: 1px solid #982534;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari 和 Chrome */
    -o-transition: top 0.5s; /* Opera */
}

.topfixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.top dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

    .top dl dt {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
    }

.top .title {
    font-size: 1.125em;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top .btn {
    position: relative;
    width: 45px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}

    .top .btn > a {
        display: block;
        height: 45px;
        color: #FFFFFF;
        outline: none;
    }

    .top .btn a:before {
        display: block;
    }

    .top .btn a.back:before {
        content: '\e65b';
        font-size: 18px;
    }

    .top .btn a.edit:before {
        content: "\e74b";
    }

    .top .btn .btn_sm {
        position: absolute;
        right: 15px;
        top: 12px;
        display: inline-block;
        width: 60px;
        height: 20px;
        padding: 0 5px;
        font-size: .750rem;
        line-height: 20px;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

.form-items {
    background-color: #FFFFFF;
    padding: 0 0 0 15px;
}

    .form-items .item {
        position: relative;
        border-top: 1px solid #ececec;
    }

    .form-items .item-flex {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        width: 100%;
    }

    .form-items .item:first-child {
        border-top: none;
    }

    .form-items .item .name {
        width: 80px;
        font-size: .875rem;
        line-height: 40px;
        color: #666666;
    }

    .form-items .item .name {
        width: 70px;
    }


.fankui_item .item .name {
    width: 70px;
}

.form-items .item-flex .form-group-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.form-items .item .name ~ .form-group-flex {
    border-left: none;
}

.form-control {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 40px;
    padding: 0 10px;
    font-size: .875em;
    color: #444;
}

.item_btn {
    padding: 10px;
}

.form-button {
    display: block;
    width: 100%;
    background-color: #982534;
    border: none;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 1em;
    color: #FFF;
    line-height: 40px;
}


/**弹出框**/
.msg-container {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,.5);
    background: url(../images/bg.png) repeat\9; /*IE6-IE10*/
}

    .msg-container .msg-content {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -80px 0 0 -130px;
        width: 260px;
        min-height: 100px;
        padding: 10px;
        background-color: #ffffff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .msg-container .msg-content .title {
            padding: 20px 0 10px;
            font-size: 1.125rem;
            line-height: 30px;
            color: #666666;
            text-align: center;
            max-height: none;
        }

        .msg-container .msg-content .subtitle {
            padding: 10px 0;
            font-size: .750rem;
            line-height: 140%;
            color: #ababab;
        }

        .msg-container .msg-content em {
            display: inline-block;
            height: 30px;
        }

        .msg-container .msg-content .ok_1 {
            padding-left: 40px;
            background: url("../images/msg/ok_1.png") no-repeat left center;
            background-size: auto 30px;
        }

        .msg-container .msg-content .ok_2 {
            padding-left: 40px;
            background: url("../images/msg/ok_2.png") no-repeat left center;
            background-size: auto 30px;
        }

        .msg-container .msg-content .ok_3 {
            padding-left: 40px;
            background: url("../images/msg/ok_3.png") no-repeat left center;
            background-size: auto 30px;
        }

        .msg-container .msg-content .err_1 {
            padding-left: 40px;
            background: url("../images/msg/cancel_1.png") no-repeat left center;
            background-size: auto 30px;
        }

        .msg-container .msg-content .loading {
            padding-left: 40px;
            background: url("../images/msg/loading.gif") no-repeat left center;
            background-size: auto 30px;
        }

        .msg-container .msg-content .buttons {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            text-align: center;
        }

            .msg-container .msg-content .buttons button {
                display: block;
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                width: 100%;
                height: 35px;
                font-size: .875rem;
                line-height: 35px;
                text-align: center;
                color: #ffffff;
                font-family: "microsoft yahei";
                border: none;
                outline: none;
                background-color: #198bc9;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                -wekbit-box-sizing: border-box;
                box-sizing: border-box;
                margin-top: 5px;
            }

            .msg-container .msg-content .buttons .cancel {
                background: #959595;
                margin-right: 3px;
            }

                .msg-container .msg-content .buttons .cancel ~ .ok {
                    margin-left: 3px;
                }

.file {
    position: relative;
    display: inline-block;
    background: #00a0ea;
    border: 1px solid #00a0ea;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    font-size: 12px;
}

    .file input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }



/**我的****/
/*选择颜色*/
.colors {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 45px;
    right: 0;
    margin: 10px;
    z-index: 1;
    background: url(../images/colors.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 100px;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari 和 Chrome */
    -o-transition: top 0.5s; /* Opera */
}

    .colors div {
        display: none;
        height: 100%;
        border-radius: 100px;
        text-align: center;
        line-height: 48px;
        color: #fff;
        margin-top: 48px;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    }

.model_mask {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: none;
}

.hasbottombtn {
    background-color: #fff;
    font-size: 13px;
    color: #333;
    padding-bottom: 70px;
}

.person_info {
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}

    .person_info .c_title {
        display: none;
    }

    .person_info > .img {
        width: 100px;
        height: 130px;
        border: 1px solid #eee;
        display: table-cell;
        vertical-align: middle;
    }

        .person_info > .img img {
            width: 100%;
        }

    .person_info > .info {
        display: table-cell;
        padding-left: 10px;
        color: #333;
        font-size: 13px;
        line-height: 24px;
    }

        .person_info > .info > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .person_info .info_title {
        font-size: 18px;
        padding: 2px 30px 6px 0;
    }

        .person_info .info_title span {
            color: #333;
            font-weight: bold;
        }

        .person_info .info_title em {
            font-size: 12px;
            font-weight: normal;
        }

    .person_info .detail span {
        display: block;
        word-break: break-all;
    }

.refresh_info {
    padding: 10px 10px 20px;
    color: #a1a1a1;
    font-size: 12px;
}


/**我的简历**/
.resume_edit:after {
    color: #00a0ea;
}

.resume_edit:after, .resume_add:after {
    text-align: center;
    margin-left: 3px;
    font-size: 16px;
}

.resume_edit:after {
    content: '\e74b';
}

.resume_add:after {
    content: '+';
    font-size: 24px;
    font-weight: 400;
}

.resume_refresh img {
    width: 10px;
}

.resume_add, .resume_refresh, .resume_edit {
    color: #982534;
    float: right;
    font-weight: 300;
}

.resume_edit {
    margin-top: 5px;
}

.resume_refresh {
    background: url('../images/btn_refresh2.png') no-repeat right 4px #fff;
    background-size: 18px;
    padding-right: 18px;
    color: #055fad;
}

.person_info_edit {
    position: absolute;
    top: 58px;
    right: 10px;
    z-index: 1;
}
/*content_1*/
.content_1 {
    margin: 10px;
    line-height: 24px;
    position: relative;
}

    .content_1 .c_title {
        color: #982534;
        border-bottom: 1px solid #f1a7b1;
        font-size: 14px;
        padding-left: 5px;
        line-height: 30px;
    }

    .content_1 .info1, .content_1 .info2 {
        padding: 5px;
        overflow: hidden;
    }

    .content_1 .info1 {
        padding-left: 70px;
    }

        .content_1 .info1 span {
            margin-left: -65px;
        }

    .content_1 .info2 {
        padding-left: 55px;
        padding-top: 10px;
        clear: both;
    }

        .content_1 .info2 .img {
            float: left;
            margin: 5px 0 0 -50px;
        }

            .content_1 .info2 .img img {
                width: 40px;
            }

    .content_1 .edit, .content_1 .del {
        float: right;
        width: 26px;
        text-align: right;
        font-size: 16px;
    }

        .content_1 .edit:after {
            content: '\e74b';
            color: #00a0ea;
        }

        .content_1 .del:after {
            content: '\e60b';
            color: #ff3600;
        }

.info3 > div {
    display: table;
    width: 100%;
    margin: 10px 0;
}

    .info3 > div > span, .info3 > div > a {
        display: table-cell;
    }

    .info3 > div > .title {
        width: 90px;
        word-break: break-all;
        padding-right: 10px;
    }

    .info3 > div > .bar {
    }

.info3 .bar > i {
    display: block;
    background: #f1f1f1;
    height: 10px;
    text-align: right;
}

    .info3 .bar > i:after {
        content: ' ';
        display: inline-block;
        height: 100%;
        background-color: #b3ddef;
    }

.level1 i:after {
    background-color: #ddd;
    width: 100%;
}

.level2 i:after {
    background-color: #ddd;
    width: 75%;
}

.level3 i:after {
    background-color: #ddd;
    width: 50%;
}

.level4 i:after {
    background-color: #ddd;
    width: 25%;
}

.info3 > div > .txt {
    width: 40px;
    padding-left: 10px;
    text-align: center;
}

.content_1 .info3 {
    padding: 0 5px 10px;
}

    .content_1 .info3 > div > a {
        float: none;
    }

.content_1 .info4 {
    padding: 10px 5px;
}

.content_1 .nodata {
    color: #aaa;
}

.info_sum {
    padding: 5px;
    background: #f9f9f9;
}

    .info_sum span {
        margin-right: 30px;
        display: inline-block;
    }

.you {
    color: #c33ec3;
}

.content_1 .info_s {
    border-left: 1px solid #f1a7b1;
    padding: 5px 5px 5px 80px;
    margin-left: 10px;
    position: relative;
}

    .content_1 .info_s span {
        margin-left: -70px;
    }

.info_s .point {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    border: 2px solid #f1a7b1;
    left: -8px;
    top: 10px;
    background: #fff;
    border-radius: 20px;
}

.info_chengji {
    padding: 0;
    border: 1px solid #eee;
    background: #f9f9f9;
    display: table;
    width: 100%;
    text-align: center;
}

    .info_chengji span {
        padding: 5px 0;
        background: #f9f9f9;
        display: table-cell;
    }

        .info_chengji span.active {
            font-weight: bold;
            color: #982534;
        }

        .info_chengji span:after {
            content: "\e608";
            display: inline-block;
            font-size: 12px;
            margin: 0 0 0 3px;
        }

.info_chengji_detail {
    background: #f9f9f9;
    margin-top: 10px;
    padding: 20px;
    display: none;
}

    .info_chengji_detail b, .info_chengji_detail span {
        display: block;
    }

    .info_chengji_detail b {
        color: #333;
    }

.content_1 .point_top {
    position: absolute;
    background: white;
    width: 20px;
    height: 10px;
    z-index: 2;
    left: 0;
}

.share {
    background: url(../images/share.png?v1.0) no-repeat center center;
    background-size: 21px;
    display: block;
    height: 100%;
}

.look:before {
    content: "\e65d";
    font-size: 20px;
}

.look {
    font-size: 12px;
    display: block;
    height: 45px;
    color: #FFFFFF;
    outline: none;
    line-height: 20px;
    padding: 6px 0 0;
    transform: scale(0.8);
}


.bottom_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
    z-index: 9;
    transition: bottom 0.5s;
    -moz-transition: bottom 0.5s; /* Firefox 4 */
    -webkit-transition: bottom 0.5s; /* Safari 和 Chrome */
    -o-transition: bottom 0.5s; /* Opera */
}

    .bottom_btn .btn1, .bottom_btn .btn2 {
        display: block;
        background: transparent;
        border: 1px solid #982534;
        color: #982534;
        line-height: 30px;
        font-size: 12px;
        border-radius: 4px;
        float: right;
        padding: 0 15px;
    }

    .bottom_btn input:active {
        opacity: 0.9;
    }

    .bottom_btn .btn2 {
        background: #982534;
        color: #fff;
    }

    .bottom_btn .btn1:active {
        background: #fdf2fd;
    }

    .bottom_btn span {
        font-size: 12px;
    }

.bottom_btns .btn1, .bottom_btns .btn2 {
    width: 45%;
    margin: 0 2.5%;
}
/**修改页**/
.hasbottombtn .form-items .item {
    border: none;
}

.form-items .item .name ~ .form-group-flex {
    border-left: none;
    line-height: 40px;
    font-size: 16px;
}

.hasbottombtn .item-flex .form-control {
    border: 1px solid #eee;
    height: 36px;
    padding: 0 5px;
}

.hasbottombtn .item {
    padding: 2px 0;
}

    .hasbottombtn .item .name {
        line-height: 36px;
    }

        .hasbottombtn .item .name ~ .form-group-flex {
            padding: 0 10px;
            line-height: 36px;
        }

.hasbottombtn .item_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.hasbottombtn .form-group-flex .img {
    width: 100px;
    height: 130px;
    border: 1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .hasbottombtn .form-group-flex .img img {
        max-height: 100%;
        width: 100%;
    }

.h10 {
    height: 10px;
}

.none {
    display: none;
}

.red {
    color: red;
}

.imgbox {
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.img {
    position: relative;
}

    .img .del {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: red;
        color: #fff;
        border-radius: 20px;
        top: -6px;
        right: -6px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }

        .img .del:after {
            content: 'X';
        }

.hasbottombtn .form-group-flex .img {
    height: 60px;
    width: 90px;
}

.hasbottombtn .baseinfo .img {
    width: 100px;
    height: 130px;
}

.hasbottombtn .item-flex .file {
    margin-top: 3px;
}

.full_textarea {
    padding: 0 10px;
}

    .full_textarea textarea {
        width: 100%;
        height: 300px;
        resize: none;
        border: 1px solid #eee;
        padding: 6px;
        line-height: 22px;
    }

.hasbottombtn input:focus {
    outline: none;
}

.hasbottombtn textarea:focus, .hasbottombtn .form-control:focus,
.hasbottombtn .form-group-flex select:focus,
.form_bm_list p > input:focus, .form_bm_list p > textarea:focus {
    outline: 1px solid #fbbbc3;
}

.hasbottombtn .form-group-flex select {
    border: 1px solid #eee;
    padding: 0 5px;
    width: 100%;
    height: 36px;
}

    .hasbottombtn .form-group-flex select[multiple="multiple"] {
        height: auto;
    }

    .hasbottombtn .form-group-flex select option {
        padding: 5px 0;
    }

.selected_detail {
    border: 1px solid #eee;
}

    .selected_detail label {
        display: block;
        font-size: 14px;
        padding: 6px 5px;
        line-height: 24px;
    }

    .selected_detail input {
        vertical-align: middle;
    }

.hasbottombtn select,
.hasbottombtn .form-control {
    font-family: "苹方";
    color: #333;
    font-size: 14px;
}
/***教学********/

.nav ul li a.teach:before {
    /* content: '\e60c'; */
    background: url(../images/nav/icon_6.png?v1.0) no-repeat center top;
    background-size: auto 18px;
}

.nav ul li.current a.teach:before {
    background-image: url(../images/nav/icon_6_fill.png?v1.0);
}


/*教学分类*/
.diaocha_nav {
    position: fixed;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    top: 45px;
}

    .diaocha_nav .item {
        position: relative;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        padding: 0 5px;
        text-align: center;
        color: #555;
        font-size: 14px;
        padding: 10px 0;
    }

        .diaocha_nav .item span {
            display: inline-block;
            border-bottom: 2px solid transparent;
            padding-bottom: 3px;
            font-weight: bold;
        }

        .diaocha_nav .item.active span {
            color: #982534;
            border-color: #982534;
        }

.diaocha_new.top_search {
    position: fixed;
    top: 85px;
    background-color: #e5e5e5;
}


    .diaocha_new .top_search button {
        border-radius: 15px 0 0 15px;
    }

        .diaocha_new .top_search button:active, .diaocha_new .top_search button:focus {
            outline: none;
        }

        .diaocha_new .top_search button:active {
            background: rgba(0,0,0,0.05);
        }

.diaocha_new.block_bottom {
    margin-top: 90px;
}

.top_search {
    position: relative;
    background-color: #182f6d;
    width: 100%;
    padding: 10px 15px;
}

    .top_search .search_input {
        position: relative;
    }

    .top_search .btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 30px;
        border: none;
        background: none;
    }

        .top_search .btn:before {
            content: '\e600';
            font-size: 18px;
        }

    .top_search .input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: none;
        padding: 0 10px 0 40px;
        background-color: #ffffff;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

.teach_list {
    padding: 10px;
}

    .teach_list a {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        line-height: 22px;
    }

        .teach_list a:last-child {
            border: none;
        }

    .teach_list span {
        display: block;
        font-size: 13px;
        padding-right: 10px;
        color: #333;
    }

    .teach_list em {
        font-size: 12px;
        display: block;
        color: #aaa;
    }

        .teach_list em em {
            display: inline-block;
            float: right;
        }

        .teach_list em b {
            color: #499fec;
            font-weight: normal;
            margin-right: 10px;
        }

    .teach_list i:after {
        content: '\e624';
        font-size: 12px;
        margin-left: 5px;
    }

    .teach_list b.tip {
        border-radius: 3px;
        padding: 0 3px;
        margin: 0 5px 0 0;
        color: #fff;
        font-weight: lighter;
        font-size: 12px;
    }

    .teach_list b.px {
        background: #78d295;
    }

    .teach_list b.kz {
        background: #74bfec;
    }

    .teach_list b.xl {
        background: #e895a0;
    }

    .teach_list .img > img {
        width: 100px;
    }

.littleimg .img > img {
    width: 60px;
}

.teach_list .first_img {
    max-height: 70px;
    overflow: hidden;
}

    .teach_list .first_img > img {
        width: 45px;
        margin-right: 10px;
    }

.teach_list i {
    color: #aaa;
}

.flex-in {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
/**教学指导详情页**/
.detail_title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #f9f9f9;
    margin: 20px;
    padding: 10px;
    position: relative;
}

    .detail_title span {
        font-weight: normal;
        display: block;
        font-size: 12px;
        color: #999;
        padding-top: 4px;
    }

.detail_text {
    line-height: 26px;
}

    .detail_text > p, .detail_text > div {
        padding: 0 20px 15px 20px;
    }

    .detail_text > p {
        text-indent: 2em;
    }

        .detail_text > p.img {
            text-indent: 0;
        }

    .detail_text a {
        color: #982534;
    }

/**首页**/

.setting, .message {
    display: block;
    position: relative;
}

    .setting:before {
        content: '\e609';
    }

    .message:before {
        content: '\e62d';
    }

    .message em {
        position: absolute;
        background: red;
        height: 20px;
        line-height: 20px;
        text-align: center;
        top: 2px;
        right: 1px;
        border-radius: 20px;
        font-size: 15px;
        padding: 0 6px;
        transform: scale(0.7);
    }

.index_info {
    width: 100%;
    display: table;
    padding: 20px 10px;
}

    .index_info .imgbox, .index_info .text, .index_info .arrow {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }

    .index_info .text {
        display: table-cell;
        text-align: center;
        position: relative;
    }

    .index_info .arrow:after {
        content: '\e608';
        content: '  ';
        width: 10px;
        font-size: 30px;
        display: inline-block;
    }

    .index_info .text > p {
        max-width: 220px;
        margin: auto;
    }

    .index_info .text div {
        font-size: 12px;
        display: block;
        transform: scale(0.67);
        margin: -10px 0 0 -16px;
    }

    .index_info .img {
        width: 85px;
        background: #fff;
        margin: auto;
    }

        .index_info .img img {
            border: 1px solid #fff;
        }

.index_info {
    background: #f1fff8;
    color: #fff;
    margin-bottom: 10px;
    background: url(../images/banner_bg.jpg?v1.4) no-repeat top left;
    background-size: 100% 100%;
}

.notice .title {
    font-size: 14px;
    line-height: 150%;
    padding: 5px 15px;
    overflow: hidden;
}

    .notice .title:before {
        content: '\e617';
        display: inline-block;
        vertical-align: top;
        padding: 1px 5px 0 0;
    }

    .notice .title .more {
        float: right;
        padding: 0;
        font-size: 12px;
    }

        .notice .title .more:after {
            content: "\e65f";
        }

.notice .list_box {
    margin: 0 10px 10px;
    border: 1px solid #e8e8e8;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: .875rem;
    line-height: 150%;
    color: #5e5e5e;
    overflow: hidden;
    position: relative;
    -webkit-transition: padding-left 0.5s;
    transition: padding-left 0.5s;
}

.notice a {
    display: block;
    color: #888888;
    padding: 10px 5px;
    margin: 0 5px;
    border-bottom: 1px solid #eee;
}

    .notice a:last-child {
        border: none;
    }

    .notice a .name {
        display: block;
        margin-bottom: 5px;
    }

    .notice a b {
        font-weight: bold;
        color: #000000;
        display: block;
        margin-right: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .notice a em {
        white-space: nowrap;
        float: right;
    }

    .notice a .info {
        word-wrap: break-word;
    }

.h_hire .title {
    color: #982534;
}

.h_train .title {
    color: #e88800;
}

.h_teach .title {
    color: #0086c3;
}

.notice .list_info {
    text-align: right;
    padding: 0 12px 5px;
}

.new {
    background: #ff6000;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 0;
    transform: rotate(35deg) scale(0.7);
    padding: 10px 20px 0;
    top: -10px;
    right: -26px;
}

    .new:before {
        content: 'N';
        font-size: 15px;
    }

    .new:after {
        content: 'ew';
        font-size: 12px;
    }

.btnall {
    padding: 10px;
}

    .btnall i {
        background: #00a0ea;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        margin: 0 5px 0 0;
        border-radius: 20px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
    }

    .btnall .edit i:after {
        content: '\e74b';
    }

    .btnall .cancel {
        display: none;
    }

        .btnall .cancel i:after {
            content: ' \e6a6';
            font-size: 12px;
            transform: scale(0.7);
            display: inline-block;
            font-weight: bold;
        }

.edit_list_box {
    padding-left: 40px;
}

label.radio, label.checkbox {
    display: inline-block;
    height: 30px;
    position: relative;
}

    label.radio input, label.checkbox input {
        position: absolute;
        opacity: 0;
        z-index: 10;
    }

    label.radio em, label.checkbox em {
        display: block;
        font-size: .875rem;
        color: #fff;
        z-index: 9;
    }

        label.radio em:before, label.checkbox em:before {
            content: '\e60e';
            font-size: 1rem;
            margin: 0 3px 0 0;
        }

    label.radio input:checked + em::before {
        content: '\e620';
        color: #fff;
    }

    label.checkbox em:before {
        content: '\e60f';
    }

    label.checkbox input:checked + em::before {
        content: '\e631';
        color: #fff;
    }

.edit_list_box label.checkbox {
    position: absolute;
    left: 14px;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    line-height: 61px;
    background: #00a0ea;
}

.list_box label.checkbox {
    width: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: width 0.5s, opacity 0.5s;
    transition: width 0.5s, opacity 0.5s;
}

.edit_list_box label.checkbox {
    width: 40px;
    opacity: 1;
}

.rb_btns {
    width: 44px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
}

    .rb_btns a {
        display: block;
        width: 100%;
        height: 44px;
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
    }

    .rb_btns .selectall {
        position: absolute;
        opacity: 0;
    }

    .rb_btns a.select, .rb_btns a.del {
        background: #00a0ea;
        color: #fff;
        display: block;
        width: 100%;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        padding-top: 5px;
    }

        .rb_btns a.select:before {
            content: '\e60f';
            font-size: 1rem;
            margin: 0 3px 0 0;
            display: block;
        }

    .rb_btns .selectall:checked + a:before {
        content: '\e631';
    }

    .rb_btns a.del:before {
        content: '\e60b';
        display: block;
        font-size: 16px;
        line-height: 16px;
    }

    .rb_btns a.del {
        background: #ff6000;
    }

.set_detail, .sort_detail, .share_detail, .ewm_detail {
    position: fixed;
    background: #fff;
    max-width: 200px;
    top: 40px;
    left: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 1000;
    display: none;
}

.sort_detail {
    position: absolute;
}

.share_ewm {
    background: url(../images/ico_ewm.png?v1.0) no-repeat center center;
    background-size: 24px;
}

.share_detail {
    right: 10px;
    left: auto;
    max-width: 180px;
}

    .share_detail a {
        display: block;
        float: left;
        margin: 5px;
    }

    .share_detail img {
        width: 30px;
        height: 30px;
    }

.ewm_detail {
    text-align: center;
    left: auto;
    right: 10px;
    padding: 10px;
    font-size: 12px;
}

    .ewm_detail img {
        display: block;
        margin-bottom: 5px;
    }

.set_detail a, .sort_detail a {
    display: block;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 10px 25px 10px 5px;
}

    .set_detail a:last-child, .sort_detail a:last-child {
        border: none;
    }

/**message_detail.html*****/


.message_detail, .message_reply {
    margin: 10px;
}

.message_detail {
    padding: 10px;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.message_send .del {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ff3600;
    text-align: center;
    line-height: 19px;
    border-radius: 20px;
    color: #fff;
}

    .message_send .del:after {
        content: '\e60b';
    }

.message_send {
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

    .message_send span {
        margin-right: 10px;
        display: inline-block;
    }

    .message_send .send_people b {
        font-weight: bold;
        color: #333;
    }

.message_detail p {
    text-indent: 2em;
    margin: 10px 0;
}

.message_detail .img {
    text-indent: 0;
    margin: 10px 0 0;
    text-align: center;
}

.message_reply {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: .875rem;
    line-height: 150%;
    color: #333;
}

.message_reply {
    text-align: left;
    -webkit-line-clamp: 100;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    word-break: break-all;
}

.message_reply {
    margin-top: 10px;
    padding: 5px 10px;
}

.my_reply {
    text-align: right;
}

    .my_reply .text {
        text-align: left;
        display: inline-block;
    }

.message_reply .text {
    max-width: 90%;
}

.message_reply > div {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
}

.message_reply .name {
    font-size: 12px;
    color: #999;
}

.message_reply > div:last-child {
    border: none;
}

.form-control:focus {
    outline: none;
}

.replay_btn {
    height: 100%;
    background: #fff;
    padding: 5px;
}

/***招聘信息*********/
.filter:before {
    content: '\e633';
}

.top .btn.text {
    font-size: 12px;
    width: 60px;
}

.top .text .record {
    border: 1px solid rgba(255,255,255,0.8);
    height: auto;
    line-height: 22px;
    vertical-align: middle;
    margin: 10px 5px 0 0;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
}

    .top .text .record:active {
        background: rgba(0,0,0,0.1);
    }

/**搜索区域**/
.search {
    background: #982534;
    padding: 15px 15px 15px 50px;
    position: relative;
    z-index: 2;
}

    .search > input {
        width: 100%;
        background: #fff;
        height: 26px;
        border-radius: 20px;
        box-shadow: 1px 1px 4000px #fff inset;
        border: 1px solid #982534;
        padding: 0 40px 0 10px;
    }

    .search > i, .search > b {
        position: absolute;
        top: 0;
        right: 6px;
        width: 50px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 18px;
        padding-right: 10px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0);
        font-weight: normal;
    }

        .search > i:before {
            content: '\e600';
            color: #00a753;
            color: #982534;
        }

    .search > b {
        font-size: 12px;
        left: 0;
        padding: 0;
        color: #fff;
    }

        .search > b:after {
            content: '\e618';
        }

.load_more {
    text-align: center;
    font-size: 12px;
    color: #ccc;
    clear: both;
}

input:focus, textarea:focus {
    outline: none;
}


.list_normal {
    padding: 10px;
}

    .list_normal > a {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        line-height: 24px;
        color: #333;
    }

        .list_normal > a:last-child {
            border: none;
        }

    .list_normal span {
        display: block;
        font-size: 13px;
        padding-right: 10px;
    }

        .list_normal span b {
            color: #ff6000;
            float: right;
            font-weight: normal;
        }

    .list_normal em {
        font-size: 12px;
        color: #aaa;
        display: block;
    }

        .list_normal em em {
            float: right;
        }

            .list_normal em em.href {
                color: #ff6000;
                text-decoration: underline;
            }

    .list_normal i {
        color: #aaa;
    }

        .list_normal i:after {
            content: '\e624';
            font-size: 12px;
            margin-left: 5px;
        }

    .list_normal .img > img {
        width: 100px;
    }

    .list_normal .first_img {
        max-height: 70px;
        overflow: hidden;
    }

        .list_normal .first_img > img {
            width: 80px;
            margin-right: 10px;
        }

/*招聘详情******/
.moretext {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.sendpage, .lookpage {
    display: none;
}

.askjob {
    position: fixed;
    bottom: 60px;
    background: #fff2f4;
    width: 100%;
    border-top: 1px solid #f7d1d6;
    padding: 0 10px;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    transform: translateY(150%);
}

    .askjob.open {
        transform: translateY(0%);
    }

    .askjob > a {
        display: block;
        text-align: center;
        color: #982534;
        line-height: 40px;
        border-bottom: 1px solid #f7d1d6;
    }

        .askjob > a:last-child {
            border: none;
        }

/*培训详情****/
.table_1 th {
    background: #ddd;
    font-weight: normal;
}

.table_1 th, .table_1 td {
    border: 1px solid #eee;
    padding: 3px;
    line-height: 22px;
}

.table_1 {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

/*培训报名****/
.form_bm_title {
    padding: 10px 20px;
    margin: 20px 20px 0;
    background: #f1f1f1;
    font-weight: bold;
    line-height: 26px;
}

.form_bm_list {
    padding: 10px;
    margin: 0 20px 20px;
    background: #f9f9f9;
    line-height: 26px;
}

    .form_bm_list label {
        display: inline-block;
        line-height: 26px;
        position: relative;
        padding-left: 30px;
    }

        .form_bm_list label input[type='radio'],
        .form_bm_list label input[type='checkbox'] {
            vertical-align: top;
            margin: 6px 5px 0 10px;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
        }

    .form_bm_list > p {
        padding: 5px;
    }

    .form_bm_list > .radios {
        margin: 5px;
        background: #fff;
    }

    .form_bm_list > .test_img {
        margin: 5px;
        background: #fff;
        padding: 5px;
        display: none;
    }

    .form_bm_list .file {
        margin-left: 5px;
    }

    .form_bm_list > p.title {
        padding: 5px 10px;
        color: #333;
    }

    .form_bm_list p > input, .form_bm_list p > textarea {
        width: 100%;
        border: 1px solid #eee;
        padding: 8px 5px;
    }

    .form_bm_list p > textarea {
        height: 80px;
        resize: none;
    }

.form_input {
    text-align: center;
    padding: 20px;
}

    .form_input input {
        background: #982534;
        border: none;
        color: #fff;
        line-height: 36px;
        padding: 0 60px;
        border-radius: 40px;
        font-size: 14px;
    }

        .form_input input:active {
            opacity: 0.8;
        }

/*继续教育***/


.study_online {
    padding: 10px;
    text-align: center;
    height: auto;
    overflow: hidden;
}

    .study_online > .item {
        display: block;
        padding: 10px;
        float: left;
        width: 25%;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 125px;
    }

.sever_order > .item {
    height: 107px;
}

@media screen and (max-width: 320px) {
    .study_online > .item {
        width: 33.3%;
    }
}

.study_online img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 70px;
    margin: 0 auto 4px;
}

/*我的******/
.mine_body {
    background: #f1f1f1;
}

    .mine_body .top {
        height: 35px;
    }

.header {
    background: #982534;
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 20px 35px;
    margin-top: -18px;
}

    .header .img {
        width: 120px;
    }

        .header .img > span {
            display: block;
            width: 84px;
            height: 84px;
            border: 2px solid #fff;
            overflow: hidden;
            border-radius: 100px;
        }

    .header > div {
        display: table-cell;
        vertical-align: middle;
    }

    .header > .set {
        width: 70px;
        text-align: center;
    }

    .header .set:after {
        content: '\e65f';
    }


    .header .name {
        display: block;
        margin-bottom: 5px;
    }

    .header .info b {
        font-weight: normal;
        margin-right: 8px;
        font-size: 22px;
    }

    .header .info em {
        display: inline-block;
        font-size: 13px;
        margin-right: 8px;
    }

    .header .fen {
        color: #eaafb7;
    }
/***我要创业**/
.title_list {
    background: #fff;
    margin-bottom: 10px;
}

    .title_list > a {
        display: block;
        line-height: 45px;
        border-bottom: 1px solid #f1f1f1;
        padding: 0 10px;
        color: #333;
        font-size: 14px;
        padding-left: 36px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 13px 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .title_list > a:before {
            content: '\e65f';
            float: right;
        }

    .title_list .my01 {
        background-image: url(../images/my01.png);
    }

    .title_list .my02 {
        background-image: url(../images/my02.png);
    }

    .title_list .my03 {
        background-image: url(../images/my03.png);
    }

    .title_list .my04 {
        background-image: url(../images/my04.png);
    }

    .title_list .my05 {
        background-image: url(../images/my05.png);
    }

    .title_list .my06 {
        background-image: url(../images/my06.png);
    }

    .title_list .my07 {
        background-image: url(../images/my07.png);
    }

.job_test {
    background-image: url(../images/my/task_li.png);
}

.title_list em {
    float: right;
}


.title_list .check_no {
    background-image: url(../images/check_no.png);
}

.title_list .check_ok {
    background-image: url(../images/check_ok.png);
}

.title_list .checking {
    background-image: url(../images/checking.png);
}

.title_list > a span {
    display: inline;
    color: #bbb;
}

/**我的业务*******/

.icons_list {
    text-align: left;
    font-size: 14px;
    padding: 10px 0;
}

    .icons_list > a {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        float: left;
        padding: 10px;
        color: #333;
        position: relative;
    }

        .icons_list > a .img {
            display: block;
            width: 50px;
            height: 50px;
            overflow: hidden;
            border-radius: 100px;
            margin: auto;
        }

            .icons_list > a .img img {
                height: 100%;
                width: 100%;
            }

    .icons_list span {
        display: block;
        text-align: center;
    }

    .icons_list .add:after {
        content: '+';
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 45px;
        text-align: center;
        font-size: 40px;
        border: 2px dashed #ccc;
        display: block;
        color: #ddd;
        box-sizing: border-box;
        margin: auto;
    }

    .icons_list .del {
        display: none;
        width: 18px;
        height: 18px;
        position: absolute;
        background: red;
        z-index: 1;
        top: 0;
        right: 0;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        margin: 6px;
    }

    .icons_list a > i.del:after {
        content: "\e60b";
        content: "X";
    }

@media screen and (min-width: 414px) {
    .icons_list > a {
        width: 20%;
    }
}

.btnall .selectall {
    position: absolute;
    opacity: 0;
}

.btnall .select {
    margin: 0 10px 0 5px;
    display: inline-block;
    position: relative;
}

    .btnall .select:before {
        content: '\e60f';
        color: #00a0ea;
        display: inline-block;
        margin: 0 5px 0 0;
    }

.btnall input:checked + a:before {
    content: '\e631';
}

button, input[type='text'], input[type='password'], input[type='button'] {
    -webkit-appearance: none;
}

/**继续教育*********/
.video_list {
    padding: 7px;
}

    .video_list > a {
        display: block;
        float: left;
        width: 46%;
        margin: 2%;
        color: #333;
        position: relative;
        -webkit-tap-highlight-color: rgba(0,0,0,0); /*取消点击的半透明层*/
    }

        .video_list > a:active {
            background: none;
        }

        .video_list > a > span {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px;
            line-height: 22px;
            background: #fff;
            padding: 1px 4px;
        }

    .video_list .img {
        padding: 0;
    }

    .video_list img {
        display: block;
        width: 100%;
        max-height: 171px;
    }

    .video_list > a > span > em:last-child {
        float: right;
    }

    .video_list > a > .info {
        position: absolute;
        bottom: 44px;
        background: rgba(0,0,0,0.3);
        width: 100%;
        color: #fff;
        text-align: right;
    }

    .video_list > a > .name {
        background-size: 14px;
        position: relative;
        background: rgba(0,0,0,0.5);
        margin-top: -24px;
        color: #fff;
    }

        .video_list > a > .name em {
            position: absolute;
            right: 0;
            padding-left: 10px;
            color: #fdff9a;
            padding: 0 3px 0 10px;
        }

    .video_list > a b {
        font-weight: normal;
    }

    .video_list .user:before, .video_list .user b:before {
        font-size: 12px;
        vertical-align: middle;
        color: #0090ff;
        display: inline-block;
        margin-right: 2px;
    }

    .video_list .user:before {
        content: "\e60d";
        transform: scale(0.9);
        margin-top: -2px;
    }

    .video_list .user b:before {
        content: "\e623";
    }

    .video_list .user.entered b:before {
        content: "\e639";
    }

    .video_list .watch {
        background: #888;
        color: #fff;
        position: absolute;
        z-index: 1;
    }

    .video_list .watched {
        background: #982534;
    }

    .video_list .watch:before {
        content: "\e623";
        margin-right: 3px;
    }

    .video_list .watched:before {
        content: "\e639";
    }

.graybody {
    background: #f9f9f9;
}

/**修改密码****/
.form_c {
    padding: 15px 0 0;
}

    .form_c > div {
        padding: 10px 10px 10px 130px;
        position: relative;
    }

    .form_c .name {
        font-size: 14px;
        width: 100px;
        margin-left: 20px;
        text-align: right;
        display: inline-block;
        position: absolute;
        left: 0;
    }

    .form_c input[type="text"], .form_c input[type="password"], .form_c input[type="numbel"], .form_c input[type="tel"], .form_c textarea {
        border: 1px solid #bbb;
        height: 26px;
        line-height: 26px;
        padding: 3px;
        display: inline-block;
        width: 70%;
        vertical-align: middle;
    }

.lookpassword {
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5px;
}

.form_c .input {
    text-align: center;
    padding: 20px;
}

    .form_c .input input {
        background: #982534;
        border: none;
        color: #fff;
        line-height: 36px;
        padding: 0 60px;
        border-radius: 40px;
        font-size: 14px;
    }

.form_c .input_s input {
    padding: 0;
    width: 110px;
    margin: 0 5px;
}

.form_c .input_s .input_back {
    background: #999;
}

.form_regist a {
    color: #00a0ea;
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block;
}

/***软件使用反馈******/
.form3 {
    padding-left: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.feedback {
    z-index: 1;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.form3 > .flex {
    border-bottom: 1px solid #ececec;
    text-align: left;
}

.form3 .up_img {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

    .form3 .up_img img {
        max-width: 100%;
        margin: 20px 0 0 0;
    }

.form3 > .flex:last-child {
    border: none;
}

.form-control-text, .form-control-text-fixed {
    width: 100%;
    background-color: #ffffff;
    border: none;
    resize: none;
    border-radius: 5px;
    padding: 8px 10px;
    min-height: 80px;
    font-size: 14px;
    color: #444444;
    font-family: "microsoft yahei";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #444444;
    font-family: "microsoft yahei";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback .name {
    width: 70px;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.feedback .ico_upload_btn {
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.ico_upload_btn {
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #474747;
}

    .ico_upload_btn .camarm {
        display: inline-block;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #51abfd;
        color: #ffffff;
        margin-left: 5px;
    }

        .ico_upload_btn .camarm:before {
            content: '\e7b3';
            font-size: 18px;
        }

.form3 .item_btn {
    margin: 20px 15px 0 0;
}

.btn_clear {
    text-align: center;
    position: absolute;
    right: -6px;
    top: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.7rem;
    background-color: #51abfd;
    font-weight: 700;
    cursor: pointer;
}

.feedback_title {
    background: #f1f1f1;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.nodata {
    padding: 30px;
    text-align: center;
}

/*反馈列表*/

.fankui_list .item {
    padding: 10px;
}

.fankui_list .head {
    height: 30px;
    font-size: .750rem;
    color: #5e5e5e;
}

    .fankui_list .head .time {
        line-height: 30px;
        font-size: .875rem;
        padding-left: 10px;
    }

    .fankui_list .head .status {
        display: inline-block;
        height: 20px;
        padding: 0 5px;
        margin-left: 5px;
        border-radius: 8px;
        font-size: .750rem;
        line-height: 20px;
        color: #ffffff;
        background-color: #E5E5E5;
    }

    .fankui_list .head .status_1 {
        background-color: #ff7e3c;
    }

    .fankui_list .head .status_2 {
        background-color: #00b4ff;
    }

    .fankui_list .head .status_3 {
        background-color: #4fb19a;
    }

    .fankui_list .head .del,
    .fankui_list .head .edit {
        float: right;
        display: inline-block;
        background: none;
        border: none;
        outline: none;
        margin-left: 5px;
    }

.fankui_list .body {
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    font-size: .875rem;
    line-height: 180%;
}

.fankui_list .item_hot .body {
    border-color: #ff7e3c;
    background: url("../images/icon/ico_t.png") no-repeat right top;
    background-size: 20px auto;
}

.fankui_list .body dl {
    padding: 2px 0;
    line-height: 150%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.fankui_list .body dt {
    width: 60px;
    margin-right: 10px;
    color: #5e5e5e;
}

.fankui_list .body dd {
    color: #939393;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

    .fankui_list .body dd img {
        max-width: 100%;
    }

.t_red {
    color: #ff7e3c;
}

.sever_third_list .t_blue, .t_blue {
    color: #3dab92;
}

.sever_third_list b {
    font-weight: normal;
}

    .sever_third_list b.tip {
        background: #75a7d4;
        color: #fff;
        border-radius: 3px;
        padding: 0 4px;
        font-size: 13px;
        margin-right: 5px;
    }

    .sever_third_list b.money {
        background: #ff9b00;
        color: #ff9b00;
        background: none;
    }

.fankui_jl_list .body {
    background-color: #ffffff;
}

.fankui_jl_list .item_hot .body {
    background: #fff url("../images/icon/ico_t.png") no-repeat right top;
}

.fankui_jl_list .body dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.fankui_jl_list .body dd {
    color: #5e5e5e;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.fankui_jl_list .item_hot .body dd {
    border-bottom: none;
    padding-right: 20px;
}

.fankui_jl_list .body dl:nth-child(2) dd {
    border-bottom: none;
}

.fankui_jl_list .body .time {
    padding-left: 100px;
    font-size: .750rem;
    color: #5e5e5e;
}

.fankui_jl_list .body .replay {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}

    .fankui_jl_list .body .replay .flex-in {
        margin-right: 5px;
    }

    .fankui_jl_list .body .replay .form-control {
        background-color: #f6f6f6;
        border: 1px solid #e6e6e6;
    }

    .fankui_jl_list .body .replay .form-button {
        width: 80px;
    }

.fankui_jl_list .body .pj {
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
}

    .fankui_jl_list .body .pj dt {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .fankui_jl_list .body .pj dd {
        border-bottom: none;
        padding-bottom: 0;
    }

    .fankui_jl_list .body .pj .form-group label.radio,
    .fankui_jl_list .body .pj .form-group label.checkbox {
        margin-right: 5px;
    }

.fankui_tips {
    position: relative;
    border: 1px solid #fff;
    padding: 10px 15px 10px 10px;
    font-size: .875rem;
    line-height: 24px;
    color: #5e5e5e;
}

    .fankui_tips .time {
        float: right;
        font-size: .750rem;
        color: #aaaaaa;
    }

    .fankui_tips em.chk:before {
        content: '\e60f';
        font-size: .938rem;
        margin-right: 3px;
    }


/****login*****/
.login {
    width: 100%;
    position: fixed;
    min-height: 410px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(top,#FFFFFF 50%,#fff7f8); /*新版写法*/
    background-image: -o-linear-gradient(top,#FFFFFF 50%,#fff7f8);
    background-image: -ms-linear-gradient(top,#FFFFFF 50%,#fff7f8); /*IE10*/
}

    .login .form {
        width: 80%;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 10%;
    }

    .login .logo {
        margin-bottom: 20px;
        text-align: center;
    }

        .login .logo img {
            display: block;
            height: 60px;
            margin: 0 auto;
            -webkit-border-radius: 5%;
            border-radius: 5%;
        }

    .login .item {
        border-bottom: 1px solid #e5e5e5;
    }

        .login .item .name {
            width: 60px;
            line-height: 40px;
            color: #666666;
        }

        .login .item .button-group {
            margin-top: 20px;
        }

    .login .copyright {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 30px;
        padding: 10px 0;
        font-size: .500rem;
        line-height: 150%;
        color: #505050;
        text-align: center;
    }

        .login .copyright .name {
            font-size: 1rem;
            color: #182f6d;
            margin-bottom: 5px;
        }

    .login .forget {
        border: none;
        padding-top: 10px;
        font-size: 0.7rem;
        overflow-x: hidden;
    }

        .login .forget a {
            color: #aaa;
            cursor: pointer;
        }

            .login .forget a:last-child {
                float: right;
            }

.get_yzm {
    display: inline-block;
    width: 86px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    background: #b1b1b1;
    border-radius: 4px;
    overflow: hidden;
}

    .get_yzm > span {
        width: 100%;
        border-radius: 4px;
        color: #ffffff;
        display: block;
    }

    .get_yzm .yzm {
        background: #51abfd;
    }

    .get_yzm .yzm_ing {
        display: none;
    }

.hasbottombtn .item-flex textarea.form-control {
    padding: 5px;
    height: 120px;
    resize: none;
}

.model_list {
    padding: 10px;
    position: fixed;
    z-index: 999;
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    overflow: hidden;
    top: 50%;
    margin-top: -150px;
    display: none;
    left: 0;
    right: 0;
}

    .model_list .title {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        background: #52a6e6;
        padding: 10px;
        margin: -10px -10px 10px;
        color: #fff;
    }

    .model_list .box {
        height: 200px;
        overflow: auto;
    }

    .model_list .model_item {
        width: 100px;
        float: left;
        height: 134px;
        overflow: hidden;
        padding: 10px;
        text-align: center;
    }

        .model_list .model_item > div {
            line-height: 22px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .model_list .model_item img {
            min-height: 100%;
            min-width: 100%;
        }

    .model_list span {
        background: #eee;
        display: block;
        width: 100%;
        height: 100px;
        text-align: center;
        border: 1px solid #eee;
        overflow: hidden;
        position: relative;
    }

    .model_list .selected span {
        border: 2px solid #982534;
    }

        .model_list .selected span:after {
            content: "\e62f";
            position: absolute;
            line-height: 20px;
            bottom: 0;
            right: 0;
            background: #982534;
            color: #fff;
            border-radius: 20px;
            padding: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

    .model_list .footer {
        text-align: center;
        padding: 10px 0 0;
    }

        .model_list .footer input {
            padding: 5px 30px;
            color: #fff;
            border: none;
            border-radius: 3px;
            margin: 0 10px;
        }

.select_color .footer input {
    padding: 5px 22px;
    margin: 0 5px;
}

.select_color .view_btn {
    background: #f9b5a0;
}

.select_color .disable {
    background: #eee;
}

.select_btn {
    text-align: center;
}

    .select_btn input {
        display: inline-block;
        width: 40%;
        border: none;
        background: #ddd;
        margin: 0 5%;
        padding: 5px 10px;
        border-radius: 3px;
    }

.model_img {
    text-align: center;
}

    .model_img img {
        height: 120px;
    }

.close {
    background: #aaa;
}

.sure {
    background: #52a6e6;
}

.select_color .show {
    display: inline-flex;
    flex-wrap: wrap;
}

.color_item {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ccc;
    margin: 10px;
}

    .color_item.ok {
        text-align: center;
        line-height: 25px;
    }

        .color_item.ok:after {
            content: '\e62f';
            color: #fff;
            font-size: 18px;
        }

.color_01 {
    background: #982525;
}

.color_02 {
    background: #982545;
}

.color_03 {
    background: #982563;
}

.color_04 {
    background: #982581;
}

.color_05 {
    background: #862598;
}

.color_06 {
    background: #632598;
}

.color_07 {
    background: #502598;
}

.color_08 {
    background: #382598;
}

.color_09 {
    background: #253098;
}

.color_10 {
    background: #255e98;
}

.color_11 {
    background: #257c98;
}

.color_12 {
    background: #25988f;
}

.color_13 {
    background: #259869;
}

.color_14 {
    background: #25984e;
}

.color_15 {
    background: #25982a;
}

.color_16 {
    background: #509825;
}

.color_17 {
    background: #799825;
}

.color_18 {
    background: #989125;
}

.color_19 {
    background: #987925;
}

.color_20 {
    background: #984e25;
}

/*预览简历，全屏查看view_full*/
.view_full {
    padding: 0;
}

    .view_full .top {
        top: -50px;
    }

    .view_full .colors {
        top: 0;
    }

    .view_full .bottom_btn {
        bottom: -60px;
    }

/*报名信息*****/

.form_c > .submit_list {
    padding: 10px;
    margin: 0 10px 10px;
    background: #f1f1f1;
}

.submit_list label {
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
}

    .submit_list label input[type='radio'],
    .submit_list label input[type='checkbox'] {
        vertical-align: top;
        margin: 4px 5px 0 10px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

.form_c > .submit_list_title {
    padding: 10px 20px;
    margin: 10px 10px 0;
    background: #e9e9e9;
    font-weight: bold;
}

.submit_list > p {
    padding: 5px;
}

.submit_list > .radios {
    margin: 5px;
    background: #fff;
}

.submit_list > .test_img {
    margin: 5px;
    background: #fff;
    padding: 5px;
    display: none;
}

.submit_list .file {
    margin-left: 5px;
}

.submit_list > p.title {
    padding: 5px 10px;
    color: #333;
}

.form_c .submit_list p > input, .form_c .submit_list p > textarea {
    width: 100%;
    border: none;
    padding: 10px;
    resize: none;
}

.form_c .submit_list p > textarea {
    height: 70px;
}



/*表单*/
.form-title {
    padding: 10px;
    font-size: 13px;
    line-height: 150%;
    color: #5e5e5e;
    background-color: #ebebeb;
}

.form-items {
    background-color: #FFFFFF;
    padding: 0 0 0 15px;
}

    .form-items .item_btn {
        padding: 15px 15px 15px 0;
    }

    .form-items .item {
        position: relative;
        border-top: 1px solid #ececec;
    }

        .form-items .item:first-child {
            border-top: none;
        }

    .form-items .item-flex {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-items .item-flex .form-group-flex {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            /*border-left: 1px solid #ececec;*/
        }

    .form-items .item .form-group {
        padding: 6px 0;
    }

        .form-items .item .form-group em:before {
            margin-right: 5px;
        }

    .form-items .item-flex .form-text {
        padding: 0;
        padding-left: 10px;
        line-height: 40px;
        color: #5e5e5e;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-items .item .name {
        width: 80px;
        font-size: .875rem;
        line-height: 40px;
        color: #666666;
    }

    .form-items .item .name-line {
        line-height: 30px;
        margin-bottom: -10px;
    }

    .form-items .item .name ~ .form-group-flex {
        border-left: none;
    }

    .form-items .item_upload {
        padding: 10px 0 0 0;
        text-align: right;
    }

        .form-items .item_upload .ico_upload_btn {
            float: none;
        }

    .form-items .ico_upload_btn {
        float: right;
        margin-right: 15px;
        margin-bottom: 10px;
        border: none;
        outline: none;
        background: none;
        font-size: .750rem;
        color: #474747;
        font-family: "microsoft yahei";
        cursor: pointer;
    }

        .form-items .ico_upload_btn .camarm {
            display: inline-block;
            width: 25px;
            height: 25px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #065fad;
            color: #ffffff;
            margin-left: 5px;
        }

            .form-items .ico_upload_btn .camarm:before {
                content: '\e7b3';
                font-size: 18px;
            }

    .form-items label.radio, .form-items label.checkbox {
        min-height: 30px;
        padding: 6px 0;
        box-sizing: border-box;
        display: block;
    }

        .form-items label.radio em,
        .form-items label.checkbox em,
        .form-items label.radio input:checked + em::before,
        .form-items label.radio em:before,
        .form-items label.checkbox em:before {
            color: #333;
            font-size: 13px;
        }

.foot_btn {
    padding: 20px;
}

.detail_iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    margin-top: -40px;
}

.items_tip {
    font-size: 12px;
    color: #888;
    line-height: 22px;
    padding: 5px 10px 5px 0;
}

.edit_circle:after {
    content: '\e74b';
    color: #fff;
}

.edit_circle {
    background: #00a0ea;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin: 0 0 0 10px;
}

/**我的闯分明细**/

.myscore {
    color: #ff6087;
    font-size: 36px;
    font-weight: bold;
    padding: 15px;
    display: block;
    text-align: center;
}

.s_list_title {
    background: #f9f9f9;
    padding: 10px;
    color: #333;
    border-top: 1px solid #f1f1f1;
}

    .s_list_title:after {
        content: '\e66c';
        float: right;
    }

    .s_list_title.down:after {
        content: '\e655';
    }

.s_list {
    padding: 10px 10px 0;
    color: #666;
}

    .s_list .tip {
        display: block;
        clear: both;
        color: #aaa;
        font-size: 12px;
        border-bottom: 1px solid #eee;
        padding: 0 0 5px;
        margin: 0 0 7px;
    }

    .s_list li:last-child .tip {
        border: none;
    }

.green, .s_less .num {
    color: #00c700;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.select_input {
    position: fixed;
    z-index: 1501;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    border: none;
    line-height: 45px;
    padding: 0 20px;
    font-weight: normal;
}

label.select_input em {
    display: inline-block;
    margin-right: 3px;
}

/*查看评论*/
.writer {
    padding: 15px 0 5px 20px;
}

    .writer span {
        display: inline-block;
        margin: 0 5px 0 0;
        color: #888;
        font-size: 12px;
        line-height: 28px;
    }

    .writer .zan {
        float: right;
        margin: 0;
        background: url(../images/zan.png) no-repeat left center;
        background-size: 70px;
        padding: 0 20px 0 18px;
    }

        .writer .zan.active {
            background-position: -55px center;
            color: #982534;
        }

.comment {
    display: inline-block;
    background: url(../images/tip.png) no-repeat left center;
    background-size: 100px 28px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 10px;
    position: fixed;
    z-index: 1;
    font-size: 12px;
    margin: 5px 0 0 0;
    right: 0;
    top: 45px;
    font-weight: lighter;
}

.detail_static {
    padding: 20px;
    display: none;
    color: #982534;
}
/*视频详细页*/
.sp_img img {
    width: 100%;
    display: block;
}

.spbody {
    background: #eff0f2;
}

/*注册页***/
.regist_info {
    padding: 10px 20px;
    line-height: 20px;
    background: #f9f9f9;
}

.skip {
    font-size: 14px;
}

.msg_info {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px 10px;
    color: #555;
}

.regist_success {
    text-align: center;
    padding: 60px 20px 20px 20px;
}

    .regist_success:before {
        content: "\e62f";
        display: inline-block;
        background: #a4eaff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-radius: 40px;
        color: #fff;
        margin-right: 5px;
    }

.error_tip {
    color: red;
    min-height: 38px;
}

/*身份证*/
.form_regist .form-group-flex .file {
    color: #fff;
    margin: 0;
    text-decoration: none;
}

.file_view .img {
    height: 60px;
    width: 90px;
    display: inline-block;
}

.form_regist .file_view a {
    margin: 0;
    text-decoration: none;
}

/*2018 03 30新增**/
.regist_text {
    padding: 20px 30px 0;
}

    .regist_text p {
        text-indent: 2em;
        line-height: 26px;
    }

.selectcard {
    width: 375px;
    height: 667px;
}

.savecard {
    text-align: center;
    margin: 10px 0 0;
    border: 1px solid #ccc;
}

    .savecard img {
        width: 30px;
        height: 30px;
        margin: 10px 5px;
        display: inline-block;
    }

.msg-content .savecard img {
    margin: 10px;
}

.top .btn .more {
    font-size: 12px;
}


/* 选择简历名片 */
.morecard {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
    height: 100%;
    width: 100%;
    padding-top: 45px;
    overflow: auto;
    height: 100%;
    display: none;
}

    .morecard .list {
        border: 1px solid #ddd;
        margin: 10px;
        border-radius: 8px;
        overflow: hidden;
    }

        .morecard .list .title {
            padding: 10px 15px;
            border-bottom: 1px solid #ddd;
            background: #f9f9f9;
        }

            .morecard .list .title:after {
                content: '\e65f';
                float: right;
                margin-top: 3px;
            }

        .morecard .list .imgs {
            padding: 10px;
        }

        .morecard .list img {
            height: 54px;
            margin: 5px;
            vertical-align: top;
        }

.themeCard {
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: auto;
}

.top .close {
    background: none;
    font-size: 12px;
}

.view_full .page_wrap {
    display: none;
}

.page_wrap a {
    display: block;
    width: 40px;
    height: 60px;
    position: fixed;
    top: 50%;
    margin-top: -40px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #888888;
    opacity: 0.7;
}

.page_wrap .page_prev:after {
    content: '\e65b';
}

.page_wrap .page_next:after {
    content: '\e624';
}

.page_wrap .page_prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.page_wrap .page_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.page_wrap .page_n_wrap {
    position: fixed;
    bottom: 60px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    background: #fff;
}

.page_wrap .page_n {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    opacity: 0.2;
    margin: 0 2px;
}

    .page_wrap .page_n.active {
        opacity: 0.8;
    }

.top .btn .care:before {
    content: "\e623";
    font-size: 16px;
}

.top .btn .care_ed:before {
    content: "\e639";
    font-size: 18px;
}

/*简历模块新增作业显示**connie 2019-01-11***/
.sx_job span, .sx_job a.img{
    vertical-align: top;
}
.sx_job span{
    display: inline-block;
    margin-top: 5px;
}
.sx_job a.img{
    display: inline-block;
    margin: 5px 10px 10px 0;
    color: #3795d3;
}
.sx_job a.img img{
    height: 54px;
}
.sx_job a:hover{
    background: #e9f8ff;
}
.sx_job .img .del{
    top: -10px;
    right: -10px;
}
.sx_job .img .del:after{
    color: #fff;
}
/*简历模块新增作业显示**end***/
