.studen_title_h5 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}
.item_text{
   font-size: 15px;
   font-weight: bold;
   padding-left: 23px;
   margin-top: 20px
}
.item_must{
    color: red
}
.item_title{
    margin-left: 3vw;
   font-size:14px;
}
.inputBox_h5{
    margin: 10px 3vw;
    height: 34px;
    border: 1px solid #ccc
}
.item_box_h5{
    margin-top: 10px
}
.input_h5{
    height: 95%;
    width: 99%
}
.item_remark_h5{
    padding: 3vw;
    font-size: 14px;
    color: #777777
}
.tableBox_h5{
    border: 1px solid #ccc;
    margin: 3vw;
}
.tableBox_h5_item_num{
    height: 43px;
    background: #F3F3F3;
    padding-left: 15px;
    line-height: 43px
}
.tableBox_h5_item_title {
    height: 43px;
    background: white;
    border-top: 0;
    color: #999999;
    padding-left: 15px;
    line-height: 43px;
    font-size: 13px
}
.tableBox_h5_item_content{
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 43px;
    border-top: 1px solid #ccc
}
.subBtn_h5{
    margin-top: 66px;
    width: 101px;
    height: 40px;
    background: #850305 !important;
    border-radius: 6px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
    
}