
*{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

em,i{
    font-style: normal;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
/*css从这里复制样式代码即可复制样式代码即可复制样式代码即可复制样式代码即可复制样式代码即可start*/
.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;
}

.userinfo_tk{
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    padding: 20px;
    left: 50%;
    /*top:50%;*/
    /*transform: translate(-50%,-50%);*/
    margin-left: -255px;
    top: 20%;
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
}

.dataExists_tk{
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    padding: 20px;
    left: 50%;
    /*top:50%;*/
    /*transform: translate(-50%,-50%);*/
    margin-left: -255px;
    top: 20%;
    /*z-index: 100;
    max-height: 400px;
    overflow-y: auto;*/
}
.dataExists_protocol_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: 86px;
    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;
}

/*.typelist,.idbox{*/
/*    margin-right: 10px;*/
/*}*/

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

.join_box{
    margin: 7px 0 20px;
}

.join_box .joininfo, .join_box .nojoininfo {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.join_box .joininfo{
    margin-right: 30px;
}

.gender input{
    display: inline-block;
}

.gender label{
    display: inline-block;
    line-height: 14px;
}

.gender input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    clip: rect(0,0,0);
    margin-right: 5px;
}

.gender input[type=radio]:after {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0px;
    content: " ";
    border:1px solid #dadee0;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 50%;
}

.gender input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 0.4px;
    left: 0px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-weight: 400;
    z-index: 1;
    border:2px solid #0099ff;
    background-color: #fff;
    border-radius: 50%;
}

.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: 84px;
    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;
}


/*css从这里复制样式代码即可复制样式代码即可复制样式代码即可复制样式代码即可end*/

.pay_editprotocol {
    width: 420px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    padding: 20px 20px 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.pay_editprotocol_tit {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.pay_editprotocol_tit h3 {
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.pay_editprotocol_tit em {
    display: block;
    font-size: 30px;
    color: #bbb;
    cursor: pointer;
}
.pay_editprotocol p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 30px;
}
.pay_submitbox {
    width: 146px;
    margin: 0 auto;
}
.pay_submitbox button.endingbox_cancel {
    color: #333;
    border: 1px solid #ECECEC;
    background: #fff;
}
.pay_submitbox button {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    width: 60px;
    border: 1px solid transparent;
}

.pay_submitbox button.endingbox_submit {
    color: #FAFAFA;
    background-color: #0099FF;
    border: none;
    margin-left: 20px;
}
.pay_submitbox button {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    width: 60px;
    border: 1px solid transparent;
}


.sign_editprotocol{
    width: 420px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    padding: 20px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.sign_editprotocol_tit{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

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

.sign_editprotocol p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}

.sign_protocolbtn{
    padding: 0;
    width:82px;
    height:30px;
    line-height: 30px;
    background:#0099FF;
    border-radius:4px;
    margin: 0 auto;
    color: #FAFAFA;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    display: block;
}
#ulinkAddress{
    width: 100%;
}
/*css从这里复制样式代码即可复制样式代码即可复制样式代码即可复制样式代码即可*/
.userinfo_tk .div-slider {
    width:340px;
    margin-bottom: 18px;
    border: 1px solid #d9dde1;
    border-radius: 3px;
    margin-left: 100px;
}

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

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

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

.userinfo_tk .input_box_small .get_code {
    width: 130px;
    height: 44px;
    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;
}
.userinfo_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;
}

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