/* 培训报名开始 */
.sign-list{
    width: 100%;
    height: auto;
}

.sign-item{
    width: 100%;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 24px;
}

.sign-item:hover{
    border-bottom: 3px solid #C8001B;
}

.sign-item:hover .sign-default{
    display: none;
}

.sign-item:hover .sign-active{
    display: block;
}

.sign-left img{
    width: 52px;
    height: 52px;
    margin-right: 8px;
}

.sign-left .sign-active{
    display: none;
}

.sign-msg p:first-child{
    width: 1000px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #403838;
    line-height: 30px;
}

.sign-msg p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8001B;
    line-height: 30px;
}

.sign-right .finish{
    width: 133px;
    height: 50px;
    background: rgba(156, 157, 167, 0.45);
    border-radius: 5px;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    outline: none;
    border: none;
}

.sign-right .unfinish{
    display: block;
    width: 133px;
    height: 50px;
    background: #C8001B;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}
/* 培训报名结束 */

/* 培训报名详情开始 */
.sign-wrap{
    width: 1200px;
}

.sign-details{

}

.sign-details .title{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2D363E;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 50px;
}

.sign-details .title p{
    width: 60%;
    margin: 0 auto;
    line-height: 45px;
}

.sign-info{
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.sign-info header{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C8001B;
    line-height: 35px;
    margin-top: 40px;
}

.sign-info p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

/* 表单 */
.sign-form{
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.sign-form form{
    flex-wrap: wrap;
}

.form-item{
    margin-bottom: 20px;
}

.form-item label{
    width: 100px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D4050;
    line-height: 70px;
}

.form-item label span{
    color: #C8001B;
    font-weight: bold;
}

.form-item > input{
    width: 434px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #E8ECF4;
    border-radius: 5px;
    padding: 0 20px;
    outline: none;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.apply-bool{
    width: 60%;
}

.form-item textarea{
    width: 434px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #E8ECF4;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.sign-form p{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989AA8;
    line-height: 28px;
    margin-left: 100px;
}

.sign-form .submit{
    width: 176px;
    height: 55px;
    background: #C8001B;
    border-radius: 5px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 55px;
    outline: none;
    border: none;
    margin: 30px 0 0 100px;
}

/* 培训报名详情结束 */