﻿html, body {
    margin: 0;
    height: 100%;
    /*font-family: PingFangSC-Regular;*/
}

.dv_content {
    margin-top: 10px;
    height: 100%;
}

.left {
    float: left;
    width: 250px;
    height: 100%;
    border: 0.5px solid #747273;
}

.right {
    margin: 10px auto;
    width: 680px;
}

.preACC_Left {
    float: left;
    width: 165px;
    height: auto;
    font-size: 16px;
    line-height: 60px;
    color: #5A3662;
    background: #F5F5F5;
    text-align: center;
}

.preACC_Right {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    box-shadow: 0 0 20px #D8D8D8;
}

.preACC_StepNav {
    padding-left: 36px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #263238;
    background-image: url('../../Images/Desktop/contentnav_bg.png');
}

    .preACC_StepNav ul {
        height: 100%;
        display: inline-block;
    }

        .preACC_StepNav ul li {
            display: inline-block;
            width: 100px;
            height: 100%;
            line-height: 35px;
        }

            .preACC_StepNav ul li img {
                margin: 5px;
                margin-left: 10px;
                margin-right: 5px;
                line-height: 35px;
            }

.preACC_Content {
    margin-top: 10px;
    padding-bottom:20px;
}

.preACC_li_Img1 {
    color: #9E9E9E;
}

.preACC_li_Img2 {
    color: #FF847C;
}

.preACC_li_Img3 {
    color: #FF847C;
}

.dv_nav_title {
    height: 23px;
    background: url("../../Images/ApplyInfo/bg1_03.png") repeat-x;
    margin: 1px;
    color: #4e9df2;
    font-size: 14px;
    font-family: 'Microsoft YaHei' !important;
    line-height: 23px;
    padding-left: 20px;
    border-bottom: 0.5px solid #747273;
}

.dv_nav {
    height: 35px;
    border-bottom: 0.5px solid #747273;
    color: #211c1d;
    font-size: 12px;
    font-family: SimSun !important;
    line-height: 35px;
    padding-left: 20px;
}

.dv_nav_hover {
    background: url("../../Images/ApplyInfo/bg3.png") repeat-x;
    color: #ffffff;
}

.tag_info {
    height: 25px;
    padding-left: 2%;
    padding-right: 2%;
    color: #244ea1;
    font-size: 18px;
    font-family: 'Microsoft YaHei' !important;
}

.user_info {
    height: 25px;
    color: #f7931c;
    font-size: 16px;
    font-family: 'Microsoft YaHei' !important;
    border-bottom: 0.5px solid #747273;
    margin-bottom: 10px;
}

.event_list {
    width: 900px;
    font-size: 14px;
    color: #666666;
    /*letter-spacing: 1px;*/
    border-collapse: collapse;
    margin:0 auto;
}

.event_header {
    font-size: 18px;
    color: #4e9df2;
    font-family: 'Microsoft YaHei' !important;
    text-align: center;
    margin-bottom: 10px;
}

.put_person_header {
    text-align: center;
    color: #ffffff;
    background-color: #ffbe83;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
}

.table {
    border-collapse: collapse;
}

    .table td {
        border: solid 1px #ffffff;
        border-bottom: solid 1px #42b3ff;
    }


.tb_title {
    background-color: #42b3ff;
    height: 30px;
    color: #ffffff;
}

    .tb_title td {
    }

.tb_list {
    text-align: center;
    height: 30px;
    color: black;
}

    .tb_list td {
    }

.clear {
    clear: both;
}

.tb_enter_button:hover {
    cursor: pointer;
}

body {
    margin: 0px;
}

#bg {
    width: 100%;
    height: 200%;
    top: 0px;
    left: 0px;
    position: absolute;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    background: #000000;
    display: none;
}

.popbox {
    position: absolute;
    width: 400px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -200px;
    display: none;
    background: #ffffff;
}

.popPersonbox {
    position: absolute;
    width: 550px;
    height: 300px;
    left: 45%;
    top: 80%;
    margin: -200px 0 0 -200px;
    display: none;
    background: #ffffff;
}

.popup_Body {
    margin-left: 20px;
    padding-top: 15px;
}

.popup_Body_Table td {
    height: 30px;
}

.popup_Body_Table tr td input {
    height: 20px;
}

.event_list td {
    height: 40px;
    padding-left:10px;
    /*border-bottom: 1px solid #E0E0E0;*/
}
    .event_list td input {
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        height:26px;
        width:90%;
    }
    .event_list td select {
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        height: 26px;
        width: 90%;
    }
    .event_list td textarea {
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        width: 90%;
    }

.tb_header {
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    height:80px;
}

.nextStep {
    background: #FF847C;
    border-radius: 5px;
    width: 200px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0px auto;
}

    .nextStep:hover {
        cursor: pointer;
    }

.tempUnitSave {
    background: #29B6F6;
    border-radius: 5px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    float: left;
    margin-left: 18%;
}

    .tempUnitSave:hover {
        cursor: pointer;
    }

.unitSave {
    background: #FF847C;
    border-radius: 5px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    float: left;
    margin-left: 40%;
    /*margin:0 auto;*/
}

    .unitSave:hover {
        cursor: pointer;
    }


.bszdStep {
    height: 400px;
    word-wrap: break-word;
    line-height: 40px;
    overflow: auto;
    padding: 0px 30px;
    font-size: 16px;
    margin-bottom: 40px;
}

#JSPersonList {
    height: 400px;
    word-wrap: break-word;
    overflow: auto;
    padding: 0px 30px;
    margin-bottom: 40px;
}

#JSPersonListEX {
    height: 300px;
    word-wrap: break-word;
    overflow: auto;
    padding: 0px 30px;
    margin-bottom: 40px;
}


.req {
    color: #FF0000;
}
