﻿@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none
}

i,
em {
    font-style: normal
}

body {
    font-size: 12px;
    color: #555;
    background: #f4f4f4
}

img {
    border: none
}

.clearit,
.clear,
.clearb {
    clear: both
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.floatL {
    float: left
}

.floatR {
    float: right;
    font-size: 14px;
}

.overflow {
    overflow: hidden;
    height: 1%
}

a {
    color: #1eb009;
    text-decoration: none
}

    a:hover {
        text-decoration: none;
        /* color: #1eb009 */
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    color: #333
}

input {
    border: none
}

.clearfix {
    clear: both;
    zoom: 1
}

    .clearfix:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden
    }

.btn {
    border: none;
    font: 18px 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体';
    text-align: center;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    /* background: #12a20f; */
}

.nav ul li,
.nav .cur a,
.ico,
.tab-1 a,
.tab-1 span,
.tab-1 .cur a,
.tab-1 .cur span,
.btn-1,
.btn-2,
.btn-3,
.tb-10 td .compile,
.tb-10 td .delete {
    /* background: url(../images/s.png) no-repeat */
}

.btn-1 {
    background-position: 0 -192px;
    font-size: 18px;
    height: 36px;
    line-height: 35px;
    width: 110px
}

.btn-2 {
    background-position: 0 -230px;
    font-size: 14px;
    height: 29px;
    line-height: 28px;
    width: 86px
}

.btn-3 {
    /* width: 95px; */
    padding: 0px 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn-1:hover {
    background-position: -111px -192px
}

.btn-2:hover {
    background-position: -87px -230px
}

.btn-3:hover {
    background-position: -103px -261px
}

.table_title1 {
    width: 168px;
}

a.yljl {
    /* float: right; */
    /* background: #f9e8e7; */
    padding: 0 25px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    /* width: 102px; */
    text-align: center;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    background-position: 0 -261px;
    margin-left: 20px;
}

    a.yljl:hover {
        background-position: -103px -261px
    }

select {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #f1f1f1 inset;
    font-family: "Arial";
    padding: 6px 2px
}

    select:focus {
        border-color: #6ed42a;
        box-shadow: 2px 2px 2px #f1f1f1 inset, 0 0 3px #d9f2c1
    }


/*12月8号*/

.detail_header {
    margin-top: 10px;
}

.confirm_volunteer {
    background: #12b20e;
    color: #fff;
    padding: 3px 5px;
    cursor: pointer;
}

    .confirm_volunteer:hover {
        background: #0c9508;
    }

.per_right ul.per_right_ul li {
    padding: 0;
}

.HD a.title_type {
    display: block;
    padding: 0 10px;
    float: left;
}

.HD a.title_type_selected {
    background: #1eb009;
    color: #fff;
    width: 66px;
    display: block;
    float: left;
    text-align: center;
}


/*头部---------------------------------------------*/

.header {
    width: 100%;
    background: #ecfae9;
    /* background: rgba(214, 230, 212, 0.5); */
}

.heade {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
    position: relative
}

.logo {
    /* left: 0; */
    /* position: absolute; */
    /* top: 7px */
}

.p-user {
    height: 44px;
    /* position: absolute; */
    float: right;
    line-height: 44px;
    /* right: 0; */
    /* top: 13px */
    /* color: #fff; */
}

.userName a {
    /* color: #FFFFFF; */
    /* color: #1eb009 */
}

    .userName a:hover {
        /* color: #1eb009 */
    }

.gohome {
    /* display: inline-block; */
    /* position: absolute; */
    /* top: 9px; */
    height: 44px;
    line-height: 44px;
    /* color: #1eb009; */
    /* color: #FFFFFF; */
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}


/*导航*/

.nav {
    height: 60px;
    background: #fff;
    z-index: 2;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.nav_1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nav_1 a.img_a {
        width: 32%;
        height: 60px;
        display: inline-block;
    }

        .nav_1 a.img_a .img_div {
            height: 100%;
            background: url('/Content/Areas/Common/images/PersonalLogo.png') no-repeat center;
            background-size: contain;
        }

.MenUl_1 {
    /* margin: 0 auto;
    width: 958px */
    float: right;
    /* height: 55px; */
    /* line-height: 55px; */
}

    .MenUl_1 .MenLl_10 {
        background-position: 100% -353px;
        /* width: 95px; */
        width: 85px;
        text-align: center;
        float: left;
        position: relative;
        z-index: 2
    }


        /* .MenUl_1 .MenLl_10:hover{
    background: rgba(214, 230, 212, 0.5);
} */

        .MenUl_1 .MenLl_10 a {
            cursor: pointer;
            display: inline-block;
            /* width: 119px; */
            /* line-height: 45px */
            line-height: 30px;
        }

.MenLl_10:hover .MenUl_2 {
    transition: all 0.3ms;
}

.MenUl_1 .MenLl_10 span {
    /* color: #fff; */
    /* color: #12a20f */
}

.MenUl_1 .MenLl_8 {
    background: none
}

.MenUl_1 li.more a {
    /* color: #12a20f */
}

.MenUl_1 li.more .moreMenu {
    position: absolute;
    width: 85px;
    z-index: 111;
    height: 30px;
}


    /* .MenLl_9 .MenLl_10 {
    line-height: 0px;
} */

    .MenUl_1 li.more .moreMenu .MenUl_1 {
        width: 85px;
        text-align: center;
        /* float: left; */
        /* padding-left: 9px; */
    }

    .MenUl_1 li.more .moreMenu ul li {
        height: 30px;
        width: 100%;
        line-height: 0px;
        border-bottom: 1px solid #FFFFFF;
        float: none;
        font-size: 14px;
        font-family: "微软雅黑";
        background-image: none;
        /* background: #12B20E; */
        /* height: 45px; */
    }

.MenUl_1 li.more:hover .moreMenu {
    /* background: rgba(214, 230, 212, 0.5); */
}

.MenUl_1 li.more .moreMenu .MenUl_1 .MenUl_2 {
    display: none !important
}

.MenUl_1 .MenUl_2 {
    display: none;
    width: 85px;
    position: absolute;
    top: 30px;
    z-index: 2;
    zoom: 1;
}

.MenUl_2 {
    display: none;
}

.MenLl_10:hover .MenUl_2 {
    transition: all 0.3ms;
    display: block;
    background: none;
    font-size: 14px;
}

.MenUl_2 .MenLl_20 {
    /* height: 46px; */
    border-bottom: 1px solid #FFFFFF;
    height: 30px;
    /* width: 117px; */
    display: block;
    zoom: 1;
    text-align: center;
}


/* 我的首页 */


/* 左侧二级菜单展示 */


/* .Li_2 .MenUl_2 .MenLl_20 .active span {
    color: #666;
    cursor: pointer;
    font-weight: 400;
} */

.Li_2:hover .MenUl_2 {
    display: block;
}

.tab .Li_2 .MenU2_1 .MenLl_20 {
    height: 100%;
    border-top: 1px solid #fff;
}


/* .tab .Li_2 .MenU2_1 .MenLl_20 a {
    padding-right: 35px;
} */

.tab .cur .MenUl_2 {
    display: block;
}


/* .cur:hover .MenUl_2 {
    display: block;
}

.tab .cur .MenU2_1 .MenLl_20 {
    height: 100%;
    border-top: 1px solid #fff;
}

.tab .cur .MenU2_1 .MenLl_20 a {
    padding-right: 35px;
} */


/* 新加三级菜单 */

.MenL3_1 {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    left: 86px;
    top: -30px;
    background: rgba(214, 230, 212, 0.5);
}

.MenLl_30 {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    left: 86px;
    top: -30px;
    background: rgba(214, 230, 212, 0.5);
}

.MenLl_20:hover .MenUl_3 {
    width: 120%;
    display: block !important;
}

.MenUl_3 {
    display: none !important;
}

.MenU3_4 .MenL3_1 span {
    display: inline-block;
}


/* .MenUl_1 .MenUl_2 .MenLl_20 a {
    width: 85px
} */

.MenUl_2 .MenLl_20 a:hover {
    /* background: url(../images/nav_1.png) repeat-x #12b20e */
}

.cur a {
    /* background: #0f8d05 url(../images/s.png) no-repeat */
}


/*主题内容---------------------------------------------*/

.warper {
    width: 100%;
    /* padding-top: 42px; */
}

.warper_tishi {
    color: #fb140f;
    padding-left: 200px;
    position: relative;
    top: 10px;
}

.main {
    /* width: 958px; */
    width: 1200px;
    margin: 0px auto;
    /* background: #fff; */
    /* border: 1px solid #e0ded7; */
    /* box-shadow: 0 0 5px #e0ded7; */
    min-height: 600px;
    padding: 40px 0px 50px 0px;
    overflow: hidden;
}


/*  */

.dd {
    overflow: hidden;
}

.main_left {
    border: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    background: #fff;
    height: 450px;
    display: inline-block;
}

.u-info {
    /* padding: 10px 0 */
    /* padding-left: 30px; */
    width: 79%;
    float: right;
}

    .u-info .col-1 {
        /* float: left; */
        /* margin-left: 20px;
    padding: 0 40px 10px 0 */
        background: #ffffff;
        padding: 50px;
        border: 1px solid #eee;
    }

        .u-info .col-1 .pic {
            /* float: left; */
            /* margin-right: 30px; */
            position: relative;
            /* top: -35px; */
            z-index: 1
        }

.col-1 .pic .avatar {
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    width: 152px;
    z-index: 1;
}

.cont_ul_li_div {
    display: inline-block;
    text-align: right;
    width: 17.5%;
    padding: 0px 5px;
    color: #666;
    font-size: 16px;
}

.cont_ul_li_div2 {
    display: inline-block;
    width: 55%;
    padding: 0px 10px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
}

.cont_ul_li_div3_btn {
    display: inline-block;
    border: none;
    margin-left: 8px;
    font-size: 16px;
    cursor: pointer;
    color: #da1818;
    background: none;
}

.wai {
    display: flex;
    justify-content: center;
}

.ava {
    height: 152px;
    width: 110px;
    line-height: 152px;
    font-size: 16px;
}

.avatar {
    /* margin: 0 auto; */
    margin-bottom: 10px;
    position: relative;
    /* width: 152px; */
    z-index: 1
}

.Basic {
    /* margin: 0px; */
}

.tbody {
    display: inherit;
    margin: 0 auto;
}

.avatar img {
    border-radius: 50%;
    border: 1px solid #c1c1c9;
}

.avatar a {
    line-height: 30px;
    text-align: center;
    z-index: 99
}

.avatar a,
.avatar .bg {
    display: none;
    height: 30px;
    left: 2px;
    position: absolute;
    /* top: 121px; */
    top: 90px;
    width: 150px
}

.avatar .bg {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.7;
    left: 1px;
    top: 90px
}

.avatar-hover a,
.avatar-hover .bg {
    display: block
}

.ico {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background: url(../images/s.png) no-repeat
}

.ico-1 {
    background-position: 0 -304px;
    height: 16px;
    width: 13px
}

.cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .cont h2 {
        font: 24px/1.5 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体';
        /* border-bottom: 1px dotted #DDD; */
        /* padding: 14px 0 2px; */
        padding: 18px 0px;
        text-align: center;
        font-size: 15px;
    }

.ui {
    width: 66%;
}

.cont ul li {
    /* width: 50%; */
    /* line-height: 32px; */
    /* float: left; */
    /* font-size: 14px; */
    font-size: 20px;
    margin-top: 15px;
    line-height: 36px;
    color: #999
}

.acct_sec {
    width: 469px;
    float: left
}

.acct_sec02 {
    float: right;
    width: 469px;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.hd {
    background: #f1f1f1;
    border-top: 1px solid #eee;
    height: 50px;
    margin: 10px 0 0 0px;
}

    .hd h2 {
        color: #333;
        float: left;
        margin: 15px 0 0 20px;
        font: 16px 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体';
    }

.more {
    width: 85px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.more1 {
    /* width: 65px; */
    padding: 0px 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: right;
    color: #fff;
    /* background: #12a20f; */
    margin: 10px 20px 10px 0px;
    border-radius: 5px;
    font-size: 14px;
}

.more2 {
    /* width: 95px; */
    height: 40px;
    line-height: 40px;
    float: right;
    /* padding: 7px 13px; */
    margin: 0px 20px;
    font-size: 16px;
}

.more1:hover {
    /* background: rgba(214, 230, 212, 0.5); */
    transition: border-color .3s, background-color .3s, color .3s;
    color: #ffffff;
}

.more:hover {
    /* background: #0c9508;
    color: #FFF */
}

.bd {
    padding: 10px;
    position: relative
}

.scheduling {
    padding-left: 85px
}

    .scheduling li {
        line-height: 27px;
        font-size: 14px
    }

        .scheduling li i {
            display: inline-block;
            width: 70px;
            text-align: right;
            color: #303030
        }

        .scheduling li span {
            color: #0082cb
        }

.Btn {
    display: block;
    position: absolute;
    top: 66px;
    width: 22px;
    height: 48px;
    background: url(../images/hd_count.png) no-repeat left -340px
}

.prevBtn {
    left: 5px
}

.nextBtn {
    right: 5px;
    background-position: right -340px
}

.prevBtn:hover {
    background-position: left -270px
}

.nextBtn:hover {
    background-position: right -270px
}

.message li {
    float: left;
    margin: 10px 45px;
    text-align: center;
    line-height: 28px;
    font-size: 14px
}

    .message li .news {
        display: block;
        width: 108px;
        height: 108px;
        background: url(../images/hd_count.png) no-repeat
    }

    .message li a.news02 {
        background-position: 0 -120px
    }

.head strong,
.lists li span {
    font: 14px/36px '宋体';
    display: inline-block;
    width: 120px;
    text-align: center;
    color: #333
}

.lists li span {
    font-size: 12px
}

.head strong {
    font-weight: bold
}

.lists li .lastSpan,
.head .lastSpan {
    width: 458px;
    text-align: left
}

.lists li.bgeff7ef {
    background: #eff7ef
}


/*文章样式---------------------------------------------*/

.warper_1 {
    padding: 20px 0 0
}

.articleCount {
    padding: 0 20px
}

    .articleCount h1 {
        font: 18px 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体';
        text-align: center;
        border-bottom: 1px solid #DDD;
        padding: 36px 0 10px
    }

    .articleCount .other {
        text-align: center;
        margin: 20px 0
    }

    .articleCount .article {
        width: 820px;
        margin: 0 auto
    }

    .articleCount p {
        line-height: 27px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #666
    }


/*基本资料---------------------------------------------*/

.wrap-1 {
    padding: 20px 20px 40px;
    width: 79%;
    float: right;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #FFFFFF;
}


/* 患者资料 医患问答单独的类名 news */

.news {
    /* width: auto; */
    padding-bottom: 0px;
}

.news1 {
    width: 80%;
    /* float: none; */
}

.news2 {
    width: auto;
    float: none;
}


/*临床实验 单独=类名 */

.wrap_2 {
    width: 75%;
}

.tab-1 {
    /* background: url(../images/tab_1.gif) repeat-x 0 100%; */
    border: 1px solid #eee;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 10px 15px;
    /* width: 20%; */
    background: #fff;
    /* height: 450px; */
    display: inline-block;
    font-size: 14px;
    /* height: 44px */
}

    .tab-1:hover {
        /* background: rgba(214, 230, 212, 0.4); */
        /* border-bottom: 1px solid #12b250; */
    }

    .tab-1 li,
    .tab li {
        /* float: left */
    }

        .tab-1 li span {
            padding: 10px 70px 12px 30px;
        }

    .tab-1 .MenU2_1 li a span {
        padding: 12px 20px 12px 20px
    }


    /* .tab-1 li::before{
    content: url('/Content/Areas/Common/images/1.png');
    margin-right: 8px;
} */

    .tab-1 li:hover {
        /* background: rgba(214, 230, 212, 0.5); */
        /* border-bottom: 1px solid #12b250; */
        transition: border-color .3s, background-color .3s, color .3s;
    }

    .tab-1 a {
        height: 44px;
        /* padding-left: 28px; */
        /* padding-right: 102px; */
    }

        .tab-1 a.more {
            /* float: right; */
            font-size: 16px;
            color: #fff;
            background-position: 0 -192px;
            height: 35px;
            line-height: 35px;
            width: 111px;
            padding: 0;
            text-align: center;
        }

            .tab-1 a.more:hover {
                background: url(../images/s.png) no-repeat;
                background-position: -111px -192px
            }

    .tab-1 .Li_2 span {
        color: #666;
        cursor: pointer;
        height: 44px;
        line-height: 44px;
        font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体'
    }


    /* 我的首页左侧 span高 */

    .tab-1 li span {
        line-height: 44px;
        color: #666;
    }


    /*.tab-1 .cur a {
    /*.tab-1 .cur a {
    background-position: 0 -51px;
    font-weight: 700;
}*/


    /*    .tab-1 .cur {
        font-weight: 700;
    }

.tab-1 .cur span {
    background-position: 100% -51px;
    color: rgb(96, 158, 89);
}*/

    .tab-1 .cur a span {
        font-weight: 700;
    }


/* 患者资料 患者基础信息 左侧赋予单独样式 */

.tab_a_pdr74 a {
    padding-right: 74px;
}


/* 临床实验 临床实验招募申请 左侧栏的a标签padding-right */

.pdr_45 a {
    padding-right: 45px;
}


/* 修改了我简历中的 tab 为tabb   tab-1为tab-2  单独赋予样式*/

.tabb {
    border: 1px solid #eee;
    padding: 20px 15px;
    /* width: 20%; */
    background: #fff;
    /* display: inline-block; */
    font-size: 14px;
}

    .tabb ul {
        display: flex;
        justify-content: space-between;
    }

        .tabb ul li {
            height: 40px;
            /* border: 1px solid #12b251; */
            border: 1px solid #eee;
            border-radius: 10px;
        }


            /* .tabb ul li:hover{
    border: 1px solid #eee;
} */

            .tabb ul li span:hover {
                /* color: #12b251; */
                /* border-bottom: 1px solid #12b250; */
            }

            .tabb ul li span {
                width: 95px;
                display: inline-block;
                color: #666;
                cursor: pointer;
                height: 38px;
                /* border: 1px solid #12a20f; */
                border-radius: 5px;
                font-size: 16px;
                line-height: 38px;
                text-align: center;
                /* padding: 10px 20px; */
                font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体'
            }

.main-1 {
    margin: 15px 0px;
    overflow: hidden;
}

.tip-1 {
    background: url(../images/tip_1.png) repeat-x #fff;
    border: 1px solid #e5e4e0;
    border-radius: 3px;
    box-shadow: 0 0 4px #e5e4e0;
    font: 18px/51px "Microsoft Yahei";
    height: 51px;
    text-align: center;
    width: 143px
}

.tb-1 {
    font-size: 14px
}

table.tb-1 th,
table.tb-1 td {
    font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体'
}


/* 新增 */

.wiauto {
    width: auto;
    float: none;
    margin-top: 15px;
}

.main-1 form table {
    display: flex;
    justify-content: center;
}

.tb-1 th {
    color: #666;
    font-weight: 400;
    padding: 10px 0;
    text-align: right;
    /* width: 117px; */
    font-size: 16px;
}


/* 基础信息张小小居中显示 */


/* .tbody tr:nth-child(2){
    text-align: center;
} */

.tbody tr:nth-child(4) td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.tbody tr:nth-child(5) td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.tbody tr {
    padding: 10px 0px;
}

.tb-1 td {
    *height: 35px;
    padding: 5px;
    *padding: 2px;
    position: relative
}

.tbody :last-child td {
    text-align: center;
    padding-top: 20px;
}

.tb-1 .sel-1 {
    float: left;
    margin-top: 4px
}

.tb-1 .ip-1,
.tb-1 .ta-1 {
    /* border: 1px solid #12a20f; */
    border-radius: 2px;
    box-shadow: 2px 2px 2px #f1f1f1 inset;
    height: 19px;
    padding: 7px
}

    .tb-1 .ip-1:focus,
    .tb-1 .ta-1:focus {
        /* border-color: #6ed42a; */
        box-shadow: 2px 2px 2px #f1f1f1 inset, 0 0 3px #d9f2c1
    }

.tb-1 tbody tr input:focus {
    border: 1px solid #12b250;
}

.tb-1 .txt-tips,
.tb-1 .txt-tips span {
    font-size: 12px;
    margin-left: 10px;
    *vertical-align: 9px
}

.tb-1 .ip-1 {
    width: 300px;
}

#MaritalStatusIdlist li,
#GenderIdlist li {
    float: left;
    margin: 0 20px 0 0px;
}

    #MaritalStatusIdlist li input,
    #GenderIdlist li input {
        margin: 0 5px 0 0px;
    }


/*上传附件*/

.dropzone.dz-clickable {
    position: relative;
    padding: 10px;
    width: 75%;
}

.uploadDify .dropzone .dz-message {
    /* margin: 2em 0 1em; */
}

.am-text-success.dz-message:before {
    content: " ";
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 2px;
    height: 20.5px;
}

.am-text-success.dz-message:after {
    content: " ";
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 20.5px;
    height: 2px;
}

/* 修改密码 验证码 */
#valiCodeChangePasswordCode {
    height: 35px;
    margin-left: 5px;
}

/*查询条件---------------------------------------------*/

.tb-10 tr th {
    font-weight: bold;
    font-size: 14px
}

.tb-10 th td,
.tb-10 tr td {
    text-align: center;
    color: #666;
    font-weight: 400;
    height: 36px;
}

.tb-10 td .compile,
.tb-10 td .delete {
    display: inline-block;
    /* height: 27px; */
    /* width: 56px; */
    padding: 0 10px;
    margin: 0 3px;
    line-height: 27px;
    text-align: center
}

.tb-10 td .compile {
    background-position: 0 -230px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    /* background: #1eb009; */
    /* background: #12a20f; */
    border-radius: 5px;
}


/*.tb-10 td .compile:hover{background-position:-60px -230px}*/

.tb-10 td .delete {
    /* background-position: -120px -230px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333
}

    .tb-10 td .delete:hover {
        background-position: -180px -230px;
    }

.tb-10 .bgeff7ef td {
    background: #f5f5f5
}


/*.tb-10 .bgnone td{background:#FFF}*/

.tb-20 th {
    width: 56px;
    text-align: left;
    font-weight: bold;
}

.tb-20 select {
    width: 214px;
    color: #666
}

.tb-20 th,
.tb-20 td {
    padding: 10px 0
}

.tb-20 .w_65 {
    width: 246px
}

.tb-20 .available {
}

.tb-20 .sel-1 label {
    color: #3360b2
}

.main-2 {
    margin-top: 17px
}

.wrap-2 {
    padding: 39px 20px 20px
}


/*费用详细等*/

.zy_dl {
    line-height: 28px;
    font-size: 14px;
    width: 35%;
    margin: 40px auto;
}

.bold td {
    font-weight: bold !important;
}


/* .bd input {
    border: 1px solid #ccc;
    line-height: 26px;
    width: 200px;
} */

.tjbtn {
    border: none !important;
    width: 80px !important;
    margin-top: 30px;
    cursor: pointer;
    background: #12b20e;
    color: #fff;
    font-size: 14px;
}

    .tjbtn:hover {
        background: #0c9508;
    }

.bold td {
    font-weight: bold !important;
}

.bt_detail {
    background: #fafafa;
    line-height: 28px;
    font-size: 14px;
    padding: 10px;
}

    .bt_detail span {
        color: #1eb009;
    }

.p_name {
    margin: 10px 5px;
    overflow: hidden;
}

    .p_name .title_type_selected a {
        background: #1eb009;
        border-radius: 5px;
        color: #fff;
        display: block;
    }

    .p_name span {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 28px;
        line-height: 28px;
        margin: 5px 0;
        text-align: center;
        width: 73px;
    }

    .p_name a {
        font-weight: normal;
    }


/*翻页样式---------------------------------------------*/

.pages {
    text-align: center;
    height: 26px;
    margin: 15px 0
}

    .pages a,
    .pages span {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        background: #a4aab3;
        text-align: center;
        color: #FFF;
        margin: 0 5px;
        padding: 0 10px;
    }

.page_number_div {
    padding-top: 10px;
}

.pages span {
    background: #FFF;
    color: #333
}

.pages a:hover {
    /* background: #12b20e */
    /* background: #12a20f; */
}

.pages .prev,
.pages .next {
    width: 60px;
    /* background: #12b20e */
    background: #12a20f;
}

.pages .pageBtn:hover {
    background: #12a20f
}

.pages .ae-pagination-current {
    /* background: #12b20e */
    /* background: #12a20f; */
}


/*上传图片样式---------------------------------------------*/

.tit1 {
    /* height: 30px;
    line-height: 20px; */
}

.mod-setavator {
    /* padding-top: 20px;
    position: relative */
}

    .mod-setavator .btn-3 {
        border-radius: 5px;
        margin: 30px 0 0 55px;
    }


/* .mod-setavator .btn-3:hover {
    background: rgb(74, 153, 65);
} */

.dropzone .dz-message {
    font-weight: 400;
    text-align: center;
    margin: 2em 0 0;
    font-size: 15px;
}


/*底部信息---------------------------------------------2015-2-6 wwy 删除
.footer{width:958px;margin:0 auto;text-align:center;line-height:28px;padding:20px 0}*/


/*招聘信息---------------------------------------------------*/

.linkmap {
    width: 958px;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
    font-size: 14px;
    color: #666666
}


/* 医生进修 护士进修 */

.hot_ask {
    overflow: hidden;
}

.Continu_tit {
    /* display: flex;
    justify-content: space-around; */
    padding-bottom: 20px;
}

    .Continu_tit a,
    .Continu_tit span {
        display: inline-block;
        font-size: 14px;
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
    }

        .Continu_tit a:hover,
        .Continu_tit span:hover {
            color: #fff;
            border-radius: 5px
        }

.pt20 {
    padding-top: 20px;
}


/*我的简历*/


/* .detailBox {
    margin-top: 30px;
} */

.photoBox {
    border: solid 1px #cccccc;
    width: 180px;
    height: 180px;
    position: relative
}

    .photoBox img {
        width: 180px;
        height: 180px;
        display: block
    }

    .photoBox .update {
        background: url(../images/ico1.jpg) #FFF no-repeat 40px center;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        position: absolute;
        height: 30px;
        width: 180px;
        cursor: pointer;
        bottom: 0px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: #666
    }

        .photoBox .update:hover {
            color: #0f8d05
        }

.per_information {
    width: 220px;
    margin: 0 0 0 20px;
    line-height: 25px;
    color: #999999
}

    .per_information h2 {
        margin: 0 0 20px 0px;
        height: 28px;
        line-height: 28px;
    }

        .per_information h2 span {
            font-size: 28px;
        }

        .per_information h2 a {
            font-size: 12px;
            font-weight: normal;
            /* color: #12b251; */
            background: url(../images/ico2.jpg) no-repeat 0 2px;
            padding: 0 0 0 12px;
        }

.per_mid {
    padding: 0 0 0 10px;
}

    .per_mid h2 {
        margin: 0px;
        height: 30px;
        line-height: 30px;
    }

.per_right {
    width: 385px;
    height: 165px;
    background: #f9f9f9;
    padding: 10px 20px;
    font-size: 12px;
}

    .per_right label {
        font-size: 14px;
    }


/*平均得分*/

ul.per_right_ul li span.start {
    width: 60px;
    background: url(../images/start.png) no-repeat left bottom;
    display: block;
    height: 10px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

    ul.per_right_ul li span.start em {
        display: block;
        background: url(../images/start.png) no-repeat left -2px;
        height: 10px;
        width: 55px;
    }

.per_right h2 {
    color: #333333;
    height: 30px;
    line-height: 30px;
    font: 16px 'Microsoft YaHei'
}

.per_right a {
    color: #12b251;
}

.per_right ul li {
    height: 28px;
    line-height: 28px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
}

    .per_right ul li.bg1 {
        background-image: url(../images/ico5.jpg)
    }

    .per_right ul li.bg2 {
        background-image: url(../images/ico6.jpg)
    }

    .per_right ul li.bg3 {
        background-image: url(../images/ico7.jpg)
    }

    .per_right ul li.bg4 {
        background-image: url(../images/ico8.jpg)
    }

    .per_right ul li.bg5 {
        background-image: url(../images/ico9.jpg)
    }

    .per_right ul li.bg6 {
        background-image: url(../images/ico10.png)
    }

.detail_bottom {
    margin: 40px 0 0 0px;
}

    .detail_bottom .bg6 {
        background: url(../images/ico3.jpg) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

    .detail_bottom .bg7 {
        background: url(../images/ico4.jpg) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

    .detail_bottom .bg8 {
        background: url(../images/jineng.png) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

    .detail_bottom .bg9 {
        background: url(../images/huojiang.png) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

    .detail_bottom .bg10 {
        background: url(../images/chengyuan.png) no-repeat 0 2px;
        padding: 0 0 0 35px;
    }

    .detail_bottom .bg11 {
        background: url(../images/lunwenzhuzuo.png) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

    .detail_bottom .bg12 {
        background: url(../images/fujian.png) no-repeat 0 2px;
        padding: 0 0 0 30px;
    }

.title_experience {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #333333
}

    .title_experience.bg12 {
        margin-bottom: 20px;
    }

    .title_experience a {
        float: right;
        background: url(../images/btn1.jpg) no-repeat 0 0px;
        height: 26px;
        line-height: 26px;
        display: block;
        width: 60px;
        font-size: 12px;
        color: #333;
        font-weight: normal;
        padding: 0 0 0 25px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

        .title_experience a:hover {
            /* background: url(../images/btn1.jpg) no-repeat 0 -26px; */
            /* background: rgb(112, 168, 104); */
            /* color: #12a20f */
        }

.experienceBox {
    width: 665px;
    height: 55px;
    border: dashed 1px #ececec;
    margin: 30px auto;
    line-height: 55px;
    text-align: center;
    color: #666
}

    .experienceBox.bg8 {
        background: #fafafa
    }

    .experienceBox.bg9 {
        background: #fafafa
    }

    .experienceBox.bg10 {
        background: #fafafa
    }

    .experienceBox.bg11 {
        background: #fafafa
    }

.experienceList li {
    line-height: 24px;
    border-bottom: solid 1px #e6e6e6;
    margin: 10px 0px;
    padding: 10px 5px;
    font-size: 14px;
    position: relative;
    width: 100%;
    overflow: hidden
}

    .experienceList li .editorBox {
        width: 100px;
        height: 20px;
        position: absolute;
        bottom: 10px;
        right: 0px;
    }

        .experienceList li .editorBox input,
        .experienceList li .editorBox a {
            margin: 0 5px;
            background: none;
            cursor: pointer;
            color: #999999
        }

            .experienceList li .editorBox input:hover,
            .experienceList li .editorBox a:hover {
                /* color: #12b250 */
            }

    .experienceList li h3 {
        font-size: 14px;
        line-height: 30px;
    }

    .experienceList li dl {
        width: 480px;
        font-size: 12px;
        color: #999999
    }

        .experienceList li dl dd {
            float: left;
            width: 240px;
            display: inline
        }


/* 辟如预约挂号 选中后的样式 */

.searchDiv .floatL .title_type_selected {
    background-color: #e5c2c2;
    border-radius: 5px;
}


/*招聘申请*/

.Job_search {
    margin: 10px auto;
}

.searchDiv {
    /* background: #f3fcf2; */
    line-height: 30px;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

    .searchDiv span {
        float: left;
        /* margin: 0 20px 0 20px; */
        padding: 0 20px;
    }

    .searchDiv label {
        margin: 0 15px 0 8px;
    }

    .searchDiv .searchtxt {
        height: 24px;
        line-height: 24px;
        /* border: solid 1px #97b694; */
        width: 118px;
        background: #FFF;
        padding: 0 5px;
        font-size: 14px;
    }

    .searchDiv .searchJobtn {
        /* background: url(../images/searchbg.jpg) no-repeat 0 0px; */
        /* width: 86px; */
        padding: 0px 20px;
        height: 30px;
        line-height: 30px;
        /* color: #666; */
        /* color: #12a20f; */
        font-size: 14px;
        text-indent: 1em;
        cursor: pointer;
        float: right;
        /* border: 1px solid #eee; */
        background: url("/Content/images/ss.png") no-repeat left 5px center;
    }

.searchJobtn:before {
    background: rgb(214, 230, 212, 0.5);
}

.searchjobmesg {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 0 0 15px;
}

    .searchjobmesg strong {
        color: #dc0000;
        font-weight: normal;
        padding: 0 2px;
    }

.job_table {
    width: 100%
}

.tb-10 tr th {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 10px #fff
}

.tb-10 tr td {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 2px #fff;
    vertical-align: middle;
}

.tb-10 tr:hover {
    /* background: #edfef1; */
    cursor: pointer
}


/*招聘列表*/

.jobList {
    margin: 10px 0 0 0px;
}

    .jobList li {
        line-height: 24px;
        height: 120px;
    }

        .jobList li h2 {
            height: 35px;
            line-height: 35px
        }

    .jobList .con_left {
        width: 770px;
        border-bottom: solid 1px #ededed;
        padding: 0 0 10px 0px;
        float: left;
        display: inline
    }

    .jobList .con_right {
        float: left;
        margin: 0 0 0 40px;
        display: inline
    }

        .jobList .con_right .applyBtn {
            background: url(../images/btn2.jpg) no-repeat 0 0px;
            width: 63px;
            height: 26px;
            display: block;
            color: #0fa40b;
            text-align: center;
            line-height: 26px;
            margin: 50px 0 0 20px;
        }


/*弹出窗*/

.mydiv {
    background: #fff;
    border: solid 12px #d8d8d8;
    z-index: 999;
    width: 610px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -305px !important;
    /*FF IE7 该值为本身宽的一半 */
    margin-top: -200px !important;
    /*FF IE7 该值为本身高的一半*/
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2: /*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    /*IE5 IE5.5*/
}

#bg,
.popIframe {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF IE7*/
    filter: alpha(opacity=50);
    /*IE*/
    opacity: 0.5;
    /*FF*/
    z-index: 1;
    position: fixed !important;
    /*FF IE7*/
    position: absolute;
    /*IE6*/
    _top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2: /*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}

.popIframe {
    filter: alpha(opacity=0);
    opacity: 0;
}

.colseDiv {
    float: right;
    background: #dedede;
    width: 50px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #333;
    margin: 10px 10px 0 0px;
}

    .colseDiv:hover {
        color: #fff;
        background: #0fa40b
    }

.show_jobcon {
    padding: 20px 25px 0px 55px;
}

.show_title {
    line-height: 25px;
    font-weight: normal
}

    .show_title strong {
        color: #ee2200;
        padding: 0 10px;
    }

.show_select {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0px;
    display: block;
}

    .show_select select {
        font-size: 14px;
        color: #666
    }

.show_jobcon table {
    line-height: 35px;
    font-size: 14px;
    border-bottom: dashed 1px #d9d9d9;
}

.sqBtn,
.ctnewBtn {
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    margin: 15px 10px;
    float: left
}

.show_jobcon .sqBtn {
    background: url(../images/s.png) no-repeat 0px -192px;
    width: 110px;
}

    .show_jobcon .sqBtn:hover {
        background: url(../images/s.png) no-repeat -111px -192px;
        color: #FFF;
    }

.show_jobcon .ctnewBtn {
    background: url(../images/s.png) no-repeat 0px -261px;
    width: 102px;
}

    .show_jobcon .ctnewBtn:hover {
        background: url(../images/s.png) no-repeat -103px -261px;
        color: #FFF;
    }

.btndiv {
    margin: 0px auto;
    width: 300px;
}

.table_edit td {
    border: solid 1px #d9d9d9;
}


/*绑定信息*/

.bindinform {
    border-bottom: 1px dotted #eee;
    margin-left: 28px;
    padding: 30px 0;
}

    .bindinform h3 {
        margin-bottom: 2px;
        color: #666
    }

    .bindinform p {
        color: #999;
        line-height: 24px;
    }

    .bindinform .ico-3 {
        background: url(../images/s.png) no-repeat 0 -328px;
        height: 16px;
        width: 20px;
    }

    .bindinform .ico-4 {
        background: url(../images/s.png) no-repeat -22px -328px;
        height: 20px;
        width: 15px;
    }

    .bindinform .f-w-n {
        font-weight: normal;
        color: #666
    }

    .bindinform .orange {
        color: #f90;
    }

.bindEmail {
    padding: 20px;
}

    .bindEmail li {
        margin: 20px 0 0 0px;
    }

    .bindEmail h2 {
        display: block;
        float: left;
        width: 100px;
        text-align: right;
        height: 35px;
        line-height: 35px;
    }

    .bindEmail .btn-3 {
        margin: 0px 0 0 100px;
    }

.field-validation-error {
    color: #F00;
    font-size: 12px;
    line-height: 35px;
    margin: 0 0 0 5px;
}

.login_mobile_verification_btn {
    cursor: pointer;
    background: #12b20e;
    border-radius: 2px;
    color: #FFF;
    width: 114px;
    height: 35px;
    line-height: 35px;
    margin-left: 8px;
}

.tishiBox {
    margin: 20px 0 0 100px;
    font-size: 16px;
    color: #F00;
}


/*弹出窗*/

.table_1 {
}


    /*.table_1 tr td{ border:solid 1px #d9d9d9; line-height:30px; padding:10px 10px;}*/

    .table_1 tr td {
        border: solid 1px #d9d9d9;
        padding: 10px 10px;
    }

        .table_1 tr td .xingming,
        #Professional,
        #JobResumeName,
        #Graduated,
        .text-box {
            border: solid 1px #d9d9d9;
            height: 21px;
            border-radius: 2px;
            padding: 0 5px;
        }

        .table_1 tr td select {
            padding: 2px 2px;
            float: left
        }

        .table_1 tr td textarea {
            padding: 5px;
            border-radius: 2px;
        }

.ui-corner-all {
    border-radius: 2px !important;
}

.ui-widget-header {
    /* background: #12b20d !important; */
    /* border: 1px solid #5eaa3c !important; */
    color: #ffffff;
    font-weight: bold;
}


/*zhy2014-09-17*/

.experienceBox2 .checkBoxdown {
    text-align: center;
    font-size: 14px;
}

.checkBoxdown input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.checkBoxdown label {
    line-height: 30px;
    font-size: 20px !important;
    margin-top: -10px;
}

.checkBoxdown p {
    font-size: 16px;
    line-height: 30px;
}

.uploadDify {
    margin: 20px auto;
}

    .uploadDify .loadTop {
        /* line-height: 20px; */
        line-height: 30px;
        overflow: hidden;
        margin: 0 0 15px 0px;
    }

        .uploadDify .loadTop label {
            height: 30px;
            line-height: 30px;
            /* float: left; */
            font-size: 16px;
            font-weight: bold;
            background: url(../images/fujian.jpg) no-repeat 0 center;
            padding: 0 0 0 30px;
            color: #333333
        }

.uploadify-button {
    background: #12b20e !important;
    border-radius: 6px !important;
    border: none !important;
    width: 80px !important;
}

#ResumeUrluploadifyDiv {
    float: left !important;
    height: 32px;
    overflow: hidden;
    line-height: 30px;
}

#CollectiveAccountTypeIdlist {
    float: left
}

.awesomeCheckBoxList_ul li {
    margin: 0 16px 0 0px !important;
}

#div_IsHasWorked span {
    float: left;
}

#div_IsHasWorked #YearOfWorkExperienceIdlist {
    float: left;
    width: 300px;
}

.experienceBox2 .uploadifyBtn {
    /* width: 265px; */
    margin: 20px auto;
    text-align: center;
}

#ResumeUrluploadifyDiv {
    position: relative;
    width: 450px;
}

#ResumeUrluploadifyImgList a {
    line-height: 30px
}


/*底部样式*/

.footer {
    /* margin-top: 30px; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* text-align: center; */
    padding: 20px 0;
    line-height: 30px;
    /* background: #ecfae9; */
}

.footer_in {
    width: 1200px;
    margin: 0 auto;
    /* background: #ecfae9; */
    text-align: center;
}

.red {
    color: red;
}

div.uploadify {
    float: left !important
}

ul#ResumeUrluploadifyImgList {
    float: left !important
}

}

/*日期*/
.WdateDiv .WdayTable td {
    font-size: 9pt !important;
}

/*2016-11-03 吴振添加进修样式*/

/*进修个人信息页面*/
.man_form .tit_li {
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    /* background: #12B20E; */
    text-align: left
}

.man_form li span {
    line-height: 40px;
    padding: 0 10px;
    float: left;
}

    .man_form li span.table_title {
        text-align: right;
        width: 75px;
    }

        .man_form li span.table_title label {
            float: none
        }

.man_form li .awesomeCheckBoxList_ul {
    float: left;
}

.man_form li ul li input,
#IsMarriage,
#IsCooperationHospital {
    width: 20px;
    height: 10px;
    width: 10px;
}

.man_form li .patient_ask_btn {
    /* height: 32px; */
    /* width: 85px; */
    /* border: 0; */
    /* background: #12B20E; */
    /* cursor: pointer; */
    color: #fff;
    /* border-radius: 5px; */
    margin: 10px auto;
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

    .man_form li .patient_ask_btn:hover {
        /* background: #379B34; */
    }

.man_form li input[type="text"] {
    height: 20px;
    line-height: 20px;
    width: 240px;
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 2px 5px;
}

.man_form .tit_li span,
.field-validation-error {
    float: none !important;
    line-height: 32px;
}

select {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.Append {
    margin: 10px auto;
    width: 900px;
}

    .Append .tilte2 {
        padding-left: 15px;
        line-height: 30px;
        background: #f6f6f6;
        border: #ccc solid 1px;
        border-bottom: none;
    }

.btn_continuing_zi_add {
    float: right;
    font-weight: normal;
    padding-right: 15px;
    /* color: #12B20E; */
}

    .btn_continuing_zi_add:hover {
        font-weight: bold;
    }

div#divEducationalBackground table,
div#divWorkExperience table {
    line-height: 30px;
    border: 1px solid #ddd;
    border-top: none;
}

    div#divEducationalBackground table th,
    div#divEducationalBackground table td,
    div#divWorkExperience table th,
    div#divWorkExperience table td {
        padding: 0 13px
    }

/*进修项目*/
.appli_table ul .tit_li span {
    padding: 0;
    display: block;
    width: 130px;
    float: left !important;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    color: #fff;
}

.appli_table ul .tit_li {
    border-bottom: 1px solid #e3e3e3;
    /* background: #12B20E; */
    line-height: 30px;
}

.appli_table tbody tr td {
    text-align: center;
    padding-top: 6px;
}

.sq_list li {
    border-bottom: 1px solid #e3e3e3;
    line-height: 30px;
}

    .sq_list li span {
        padding: 0;
        display: block;
        width: 130px;
        float: left !important;
        text-align: center;
        border-left: 1px solid #e3e3e3;
    }

/*招聘 步骤*/
.Process_Step {
    background: url(../images/line_bg.jpg) repeat-x 0 40px;
    height: 105px;
    border: 1px solid #12B20E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 5px 1px #ddd;
    margin-bottom: 20px;
}

    .Process_Step .step {
        width: 30%;
        z-index: 1000;
        text-align: center;
        padding: 10px 0;
        float: left;
        margin: 0 10px;
    }

        .Process_Step .step p {
            line-height: 24px;
        }

        .Process_Step .step.step_active p {
            /* color: #12B20E; */
        }

    .Process_Step .active_R {
        background: url(../images/JianTou.png) no-repeat right 33px;
    }

    .Process_Step .active_L {
        background: url(../images/JianTou.png) no-repeat left 33px;
    }

    .Process_Step .step_2 {
        margin: 0 5%
    }

    .Process_Step .step span {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
        background: url(../images/num_bg.png) no-repeat center;
        line-height: 60px;
        color: #fff;
        font-size: 22px;
    }

    .Process_Step .step.step_active span {
        background: url(../images/num_bg_active.png) no-repeat center;
    }

/*请假 首页*/
.AskLeave_search {
    margin: 10px auto;
    overflow: hidden;
}

    .AskLeave_search .searchDiv {
        height: auto;
        overflow: hidden;
        padding: 10px 10px;
    }

        .AskLeave_search .searchDiv .floatL {
            height: auto !important;
        }

        .AskLeave_search .searchDiv span {
            margin-bottom: 10px;
        }

.AskLeave_con .bd input {
    width: auto;
    padding: 0 10px;
}

    .AskLeave_con .bd input.edit_btn {
        border: none;
        background: none;
        color: #1eb009;
        line-height: 32px;
        font-size: 14px;
        cursor: pointer;
        float: none;
        height: auto;
    }

.AskLeave_con .AskLeave_apply {
    margin: 9px 0 0 20px;
}

    .AskLeave_con .AskLeave_apply .more {
        margin-right: 10px;
        border-radius: 3px;
    }

    .AskLeave_con .AskLeave_apply input.more {
        margin-right: 0px;
        cursor: pointer;
    }

.AskLeave_con .bd form {
    display: inline-block;
}

.resetting_btn {
    background: #f99a10;
    height: 30px;
    width: 56px;
    margin: 0 3px;
    line-height: 30px;
    background-position: 0 -230px;
    color: #fff;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    text-align: center;
}

span#ajax_div_GetValidateCode img {
    height: 35px;
    margin-left: 10px;
}

span#ajax_div_GetValidateCode {
    display: flex;
    align-items: center;
}
