﻿.main {
    padding: 38px 0px;
}

.zcCon {
    width: 399px;
    height: 480px;
    /*margin: 0 auto;*/
    padding: 30px 50px 20px;
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: right;
}

    .zcCon .title {
        text-align: center;
        font-size: 18px;
        color: #01A7f1;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .zcCon .type {
        margin-bottom: 30px;
    }

        .zcCon .type ul {
            width: 411px;
        }

            .zcCon .type ul li {
                float: left;
                width: 125px;
                height: 34px;
                text-align: center;
                line-height: 34px;
                font-size: 14px;
                color: #999;
                cursor: pointer;
                margin-right: 10px;
                border: 1px solid #D8D8D8;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .zcCon .type ul li img {
                    width: 14px;
                    height: 14px;
                    vertical-align: middle;
                    margin-bottom: 3px;
                    margin-right: 1px;
                }

                .zcCon .type ul li.now, .zcCon .type ul li:hover {
                    color: #01A7f1;
                    border: 1px solid #01A7f1;
                    box-shadow: 0 2px 4px 0 rgba(255,125,60,0.20);
                }

.p1 {
    display: inline;
}

.p2 {
    display: none;
}

.zcCon .type ul li.now .p1, .zcCon .type ul li:hover .p1 {
    display: none;
}

.zcCon .type ul li.now .p2, .zcCon .type ul li:hover .p2 {
    display: inline;
}

.zcCon .sjhzc {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .zcCon .sjhzc .quhao span {
        display: block;
        padding: 0px 10px;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
    }

        .zcCon .sjhzc .quhao span img {
            vertical-align: middle;
            margin-bottom: 3px;
            margin-left: 18px;
        }

    .zcCon .sjhzc input {
        float: left;
        width: 260px;
        outline: none;
        border: none;
        height: 40px;
        line-height: 40px !important;
        background: #F8F8F8;
    }

.zcCon .yzm {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .zcCon .yzm input {
        float: left;
        outline: none;
        border: none;
        height: 40px;
        line-height: 40px !important;
        padding-left: 10px;
        background: #F8F8F8;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .zcCon .yzm .hqyz {
        display: block;
        line-height: 40px;
        font-size: 14px;
        color: #999999;
        padding: 0px 10px;
        cursor: pointer;
    }

.zcCon .pwd input, .zcCon .pwd2 input {
    width: 366px;
}

.zcCon .yzm .pwd2 {
    margin-bottom: 30px;
}

.zcCon .yzm .yzcg {
    background-image: url(images/yzcg.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.zcCon .errorBorder {
    border-color: #f00;
}

.zcCon .zcBtn {
    cursor: pointer;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: bold;
    background: #E8E8E8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .zcCon .zcBtn.now,
    .zcCon .zcBtn:hover {
        color: #fff;
        background: #01A7f1;
    }

.zcCon p {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}

    .zcCon p a {
        color: #01A7f1;
    }

.zcCon .zjdl {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: center;
}

    .zcCon .zjdl a {
        color: #000000;
    }

.rlzyReg {
    background: #fff !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .rlzyReg .zcCon {
        box-shadow: none;
        padding: 30px 70px 20px;
        border-left: 1px dashed #ddd;
    }

.zcConLeft {
    float: left;
    width: 550px;
    position: relative;
}

    .zcConLeft .zcConLeftTitle {
        font-size: 18px;
        text-align: center;
        color: #444;
        font-weight: bold;
        padding: 40px 0 30px;
        line-height: 30px;
    }

    .zcConLeft img {
        margin: 1px auto;
        display: block;
    }

    .zcConLeft .zcConLeftStep {
        position: absolute;
        left: 210px;
        color: #444;
        width: 252px;
        height: 62px;
        font-family: 宋体;
        font-size: 15px;
        text-align: center;
        line-height: 62px;
        font-weight: bold;
    }

    .zcConLeft .zcConLeftStep1 {
        top: 131px;
        line-height: 22px;
        padding-top: 9px;
        height: 53px;
    }

    .zcConLeft .zcConLeftStep2 {
        top: 225px;
    }

    .zcConLeft .zcConLeftStep3 {
        top: 321px;
    }

    .zcConLeft .zcConLeftStep4 {
        top: 417px;
    }

    .zcConLeft .zcConLeftStep1 span {
        font-size: 13px;
    }
/*检测新简历刷新*/
.body-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5); /*firefox、chrome*/
    background: #000 \9; /*IE*/
    filter: alpha(opacity=50); /*IE*/
}
.zhiwei_zwjx{
    width: 454px;
    background: #FFFFFF;
    border-radius: 4px;
    position: fixed;
    top:50%;
    margin-top:-140px;
    z-index: 1000;
    display: none;
    left: 50%;
    margin-left:-227px;
}
.zhiwei_zwjx .layui-form-radio i {
     font-size: 19px;
}
.zhiwei_zwjx .layui-form-radio{
    line-height:19px;
    margin:0px 10px;
}
.zhiwei_zwjx .layui-form-radio i:hover
, .zhiwei_zwjx .layui-form-radioed i{
    color:#FF8345;
}
.zhiding-tip .icon_close
,.zhiding-tip .icon_closegjc{
    display:block;
    float:right;
    width:32px;
    height:32px;
    text-align:center;
    line-height:29px;
    cursor:pointer;
    margin-top:10px;
}
.zhiding-tip .icon_close img
,.zhiding-tip .icon_closegjc img{
    width:auto;
    height:auto;
    max-width:11px;
    max-height:11px;
    vertical-align:middle;
}
.zhiding-tip {
    overflow: hidden;
    width: 100%;
    line-height: 52px;
    border-bottom: 1px solid #E8E8E8;
}

.zhiding-tip-sp1 {
    font-size: 18px;
    color: #333333;
    margin-left: 30px;
    margin-right: 9px;
}

.zhiding_wenti ul {
    width: 300px;
    margin: 36px auto;
}
.zhiding_wenti ul li {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top:20px;
}
.zhiding_wenti ul li.now, .zhiding_wenti ul li:hover {
    color: #01A7f1;
    border: 1px solid #01A7f1;
    box-shadow: 0 2px 4px 0 rgba(255,125,60,0.20);
}
.zhiding_wenti ul li.now .p1, .zhiding_wenti ul li:hover .p1 {
    display: none;
}

.zhiding_wenti ul li.now .p2, .zhiding_wenti ul li:hover .p2 {
    display: inline;
}
.zhiding_wenti ul li img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 1px;
}
.zhiding-btn {
    overflow: hidden;
    width: 100%;
    margin-bottom: 26px;
    text-align:center;
}

.zhiding-btn > span {
    display: inline-block;
    border: 1px solid #01A7f1;
    border-radius: 4px;
    width: 104px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-right: 20px;
    cursor:pointer;
    background: #01A7f1;
    border-radius: 4px;
    color: #ffffff;
}

