.clear {*zoom:1  }
.clear:after {content:'';  display:block;height:0;clear:both  }
.cengbg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    display: none;
}
.dataExists_tk{
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    left: 50%;
    /*top:50%;*/
    /*transform: translate(-50%,-50%);*/
    margin-left: -255px;
    top: 20%;
    /*z-index: 100;
    max-height: 400px;
    overflow-y: auto;*/
}
.editprotocol_tit{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

.editprotocol_tit em {
    display: block;
    font-size: 30px;
    color: #bbb;
    cursor: pointer;
}

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

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

.forminp{
    width: 48%;
}

.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;
}

.viewwindow{
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    z-index: 100000;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icondiv{
    height: 30px;
    position: relative;
    line-height:  30px;
}
.viewwindow2{
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    z-index: 10;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icondiv2{
    height: 30px;
    position: relative;
    line-height:  30px;
}
.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%;
}

.forminp_file{
    width: 100%;
    margin-left: 12px;
    font-size: 14px;
}

.daressbox{
    margin: 20px 0;
    overflow: hidden;
    clear: both;
}

.daressbox select{
    width:106px;
    height:32px;
    line-height: 32px;
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    padding-left: 12px;
    float: left;
    margin-right: 27px;
}

.daressbox select:last-child{
    margin-right: 0px;
}

.daressbox label{
    margin-top: 5px;
}

.daressbox .detailedad{
    width: 328px;
    height: 30px;
    padding-left: 10px;
    border:1px solid rgba(224,224,224,1);
    margin-top: 20px;
    margin-left: 100px;
    border-radius: 5px;
}
.editprotocollast_r{
    width: 145px;
    margin: 0 auto;
}

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

.editprotocollast_r button.endingbox_cancel_sign {
    color: #333;
    border: 1px solid #ECECEC;
    background: #fff;
}

.editprotocollast_r button.endingbox_submit_sign {
    color: #FAFAFA;
    background-color: #00AAFF;
    border: none;
    margin-left: 20px;
}

.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;
}

.headTipTitle{
    color: #808080!important;
    font-size: 13px!important;
}


/***滑块验证（协议和完善信息合并弹框添加滑块验证样式）**/
.dataExists_protocol_tk .div-slider {
    width:340px;
    margin-bottom: 18px;
    border: 1px solid #d9dde1;
    border-radius: 3px;
    margin-left: 100px;
    margin-top: 20px;
}

.dataExists_protocol_tk .input_box_small {
    width: 340px;
    height: 44px;
    margin-bottom: 18px;
    margin-left: 100px;
}

.dataExists_protocol_tk .input_box_small .input_box {
    display: inline-block;
    width: 186px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #d9dde1;
    border-radius: 3px;
    padding-top: 12px;
    position: relative;
    margin-bottom: 18px;
}

.dataExists_protocol_tk .input_box_small .input_box input{
    outline: none;
    border:none;
    padding-left: 12px;
}

.dataExists_protocol_tk .input_box_small .get_code_dataexists {
    width: 130px;
    /*height: 44px;*/
    padding: 13px 2px 13px 2px;
    text-align: center;
    background: #d9dde1;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(217,221,225,.8);
    cursor: pointer;
}
.get_code_send{
    background-color: rgb(0, 153, 255) !important;
}
.dataExists_protocol_tk .input_box_small .input_box {
    display: inline-block;
    width: 186px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #d9dde1;
    border-radius: 3px;
    padding-top: 12px;
    position: relative;
    margin-bottom: 18px;
}

.dataExists_protocol_tk .input_box_small .input_box input{
    outline: none;
    border:none;
    padding-left: 12px;
}

.data_title{
    height: 60px!important;
}

.dataExists_tk #customDiv{
    margin-bottom: 20px;
}
.dataExists_protocol_tk #customDiv_user_exists{
    margin-bottom: 20px;
}

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