/* 合作申请 */
.dc-sqyk-btn{
    display: block;
    width: 312px;
    height: 67px;
    line-height: 67px;
    background-color: #0085d0;
    border-radius: 10px;
    color: #fff;
    font-size: 31px;
    text-align: center;
    margin: 0 auto;
    border: none;
}
.codeBtn{
    position: absolute;
    right: 0;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 0px;
    z-index: 2;
    right: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

.custom-checkbox {
    /* width: 100%; */
    display: block;
    margin: 22px 0;
    cursor: pointer;
    float: left;
    margin-right: 29px;
    font-weight: 100;
}

.custom-checkbox input[type="checkbox"] + i {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url("../images/applyCooperation/unchecked.png") no-repeat;
    background-size: 100% 100%;
    float: left;
}

.custom-checkbox input[type="checkbox"]:checked + i {
    background-image: url("../images/applyCooperation/checked.png");
    float: left;
}
.codeBtn{
    position: absolute;
    right: 0;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 0px;
    z-index: 2;
    right: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	/* padding-left:20px; */
	background:url(../images/right.png) no-repeat left center;
	font-size: 15px;
	padding-top: 2px;
}
.Validform_wrong{
	color:red;
	/* padding-left:20px; */
	white-space:nowrap;
	background:url(../images/error.png) no-repeat left center;
	font-size: 15px;
	padding-top: 2px;
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.registerform.form-horizontal  .control-label{font-weight: 100!important;white-space: nowrap;text-align: right;}