.clear {*zoom:1  }
.clear:after {content:'';  display:block;height:0;clear:both  }
.stuReqInfoPop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    display: none;
}
.stuReqInfo_tk{
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    left: 50%;
    margin-left: -255px;
    top: 20%;
}
.editprotocol_tit{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0c0c0c;
}

.editprotocol_tit h3 {
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.namebox input,.idbox input,.phonebox input{
    width:145px;
    height:30px;
    line-height: 30px;
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    padding-left: 12px;
    box-sizing: border-box;
}

.forminp_check{
    width: auto!important;
}

.forminp_check >label{
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.forminp_check label i{
    color: #FF0000;
    padding-right: 4px;
}

.forminp_check{
    width: 48%;
}

.editprotocol_btn{
    width: 145px;
    /*margin: 0 auto;*/
    margin-left: 150px;
}

.editprotocol_btn button {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    width: 60px;
}

.editprotocol_btn button.endingbox_submit_sign {
    color: #FAFAFA;
    background-color: #00AAFF;
    border: none;
    /*margin-left: 35px;*/
    float: right;
}

.typelist select{
    width:145px;
    height:30px;
    line-height: 32px;
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    padding-left: 12px;
}
.bottommar{
    margin-bottom: 20px;
}

.data_title{
    height: 40px!important;
}

/*蒙层弹框*/
.perfect_tag{
    overflow-y: scroll;
}