@charset "utf-8";

.page-agreement {
	max-width: 920px;
	margin: 0 auto;
	padding: 50px 0px;
}

.page-agreement h1 {
	margin-bottom: 50px;
}

.page-agreement p {
	margin-bottom: 15px;
}

.page-agreement ul {
	margin-bottom: 15px;
}

.page-agreement .tit {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}








.list-dot {
	margin-bottom: 20px;
}

.list-dot li {
	position: relative;
	padding: 6px 0 6px 20px;
	margin: 0 1.5% 0 1%;
}

.list-dot li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #333;
	left: 0;
	top: 16px;
	position: absolute;
}

.login-box {
	background: url(../img/logo-bg.png)no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.login-box h1 {
	font-size: 24px;
	font-weight: 500;
}

.login-box .login-info {
	width: 360px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 20px;
	margin: 40px auto;
}

.login-box .login-info .box {
	margin-bottom: 25px;
}

.login-box .login-info .box .form-control {
	width: 100%;
	border-radius: 5px;
	padding: 15px 10px;
}

.login-box .login-info .btn {
	width: 100%;
}

.left-article {
	background-color: #fff;
	width: 68%;
	padding: 40px 25px;
	border-radius: 20px;
}

.side-right {
	width: 26%;
	padding: 40px 10px;
}

.side-right dl dd {
	position: relative;
	padding: 6px 0 6px 20px;
	margin: 0 1.5% 0 1%;
}

.side-right dl dd::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #333;
	left: 0;
	top: 16px;
	position: absolute;
}

.side-right h2 {
	font-size: 26px;
}

.left-article h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

.left-article h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.left-article h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}

.left-article h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.left-article p {
	margin-bottom: 20px;
}