@CHARSET "UTF-8";

html, body {
	height: 100%;
	background-color: var(--bg);
}

/**登录框**/
.cl-body {
	background-image: url(../../images/dlbj.png);
    background-position-x: center;
    background-position-y: 100px;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.cl-body h3 {
	text-align: center;
    color: var(--block);
    font-size: 22px;
    margin-bottom: 35px;
}
.cl-block {
	box-shadow: 2px 1px 13px #dbdbdb;
    padding: 15px 35px 45px 35px;
    background-color: var(--white);
    margin-bottom: 105px;
}
.cl-block h4 {
	font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
    color: var(--font-title);
}
.cl-block .form-group {}

.cl-block a.mn-a-3 {
	margin-bottom: 20px;
}
.cl-block .mn-btn {
    margin-bottom: 10px;
}
.cl-block-cb {
	font-size: 13px;
	margin-bottom: 25px;
	text-align: center;
}
.cl-block-cb a {
	color: #3ba7fd;
	font-weight: 600;
}
.cl-block input[type="checkbox"] {
	margin-right: 3px;
    vertical-align: -2.5px;
}
.cl-block p {
    color: #9e9e9e;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.cl-block p::before,
.cl-block p::after {
	content: '';
    position: absolute;
    width: 36%;
    bottom: 8px;
    z-index: 1;
    height: 1px;
    background-color: #e6e6e6;
}
.cl-block p::before {
	left: 0;
}
.cl-block p::after {
	right: 0;
}


/** contact1login.html **/


/** contact2forget.html **/
.cf-block .form-control {
	padding-left: 10px;
}
.cf-block .form-group {
	position: relative;
}
.cl-code {
	font-size: 13px;
    position: absolute;
    right: 7px;
    color: var(--black);
    line-height: 34px;
    text-decoration: none ! important;
    padding-left: 7px;
    border-left: 1px solid #d5d5d5;
    z-index: 2;
}

/** contact3register.html**/
.cr-nav {
	border: none ! important;
	text-align: center;
	margin-bottom: 35px;
}
.cr-nav > li {
	float: none;
    display: inline-block;
}
.cr-nav > li > a {
	border: none ! important;
    color: var(--font-title);
    font-weight: 600;
    font-size: 17px;
    padding: 15px 0;
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.cr-nav > li:hover a,
.cr-nav > li.active a {
	cursor: pointer ! important;
    color: var(--btn)! important;
    border-bottom: 4px solid var(--orange) ! important;
    padding-bottom: 15px;
    background-color: transparent! important;
}
.cr-block {
    padding: 15px 35px 20px 35px;
}
.cr-block .form-control {
    padding-left: 15px;
}
.cr-block i {
	margin-top: 12px;
    margin-left: 5px;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}

/** contact3register3.html 注册成功**/
.cr3-block {
	text-align: center;
    padding-top: 60px;
}
.cr3-block img {
	display: inline-block;
    margin-right: 5px;
    vertical-align: -17px;
}
.cr3-block h5 {
	display: inline-block;
    color: #ff971c;
    font-size: 17px;	
}
.cr3-block span {
	display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
}

/**大于1800px的页面**/
@media (min-width: 1800px) {
}
@media (max-width: 992px) and (min-width: 767px) {
}
@media (max-width: 767px)  {
	.cl-body {
	    padding-top: 20px;
	}
	.cl-block {
	    margin-bottom: 35px;
	}
}