body{
	font-family:arial;
	background: #f5f5f5;
	font-size: 14px;
	color:#6c6c6c;
}
body,html,div{ 
	padding:0; margin:0;
}
a{
	color: #6c6c6c;
}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;} 

.top{
	width:100%;
	height: 30px;
	background: #ffffff;
	border-bottom: 1px solid #d0d0d0;
}

	

.top-content{
	width:1100px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}

.content-box{
	width:1100px;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom: 38px;
	margin-bottom: 30px;
	maring-left: 25%;
	
}
.small-box{
	padding-bottom: 5px;
	padding-left:20px;
}


.nav-scroll-box{
	width:100%;
	height:0px;
	top:200px;
	position: fixed;
	left:0px;
	
}
.nav-scroll{
	background:#ffffff;
	position: absolute;
	width: 118px;
	margin-left: -120px;
}

.nav-scroll p{
	text-align: left;
	text-indent:3px;
	height:14px;
	line-height :14px;
	width:100%;
	cursor:pointer;
	font-size: 12px;
}
.nav-scroll-title1{
	color: #2389eb;
	font-size: 15px;
	font-weight: 600;
}
.nav-scroll-title1-1{
	padding-left: 3px;
	color:#6c6c6c;
		font-size: 14px;
}

.title-log{
	font-size: 20px;
	display: inline-block;
	color: #2389eb;
}
.big-title-box{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d0d0d0;
}
.big-title{
	font-size: 25px;
	font-weight: 800;
	padding-left: 20px;
	display:inline-block;
	color: #2389eb;
}

.small-title{
	font-size: 18px;
	font-weight: 800;
	display:inline-block;
	color: #2389eb;
	padding-top: 15px;
}
.help-content{
	letter-spacing:0.3px;
	font-weight:400;
	color: #6c6c6c;
	font-size: 16px;
	padding-right: 20px;
	line-height:28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.space{
	padding-left: 40px;
}

.flow-chart{
	color: #d9d9d9;
	font-weight: 1;
	padding-left: 5px;
	margin-top: 25px;
}

.btn1{
	border: 1px solid #2389eb;
	color:#2389eb;
    height: 28px;
    line-height: 28px;
    border-radius:30px;
    display: inline-block;
    text-align: center;
    width: 100px;
   /*  margin-top: 10px;
    margin-left: 15px; */
    cursor: pointer;
}

.btn2{
	border: 1px solid #2389eb;
	color:#2389eb;
	font-size:15px;
    height: 30px;
    line-height: 28px;
    border-radius:10px;
    display: inline-block;
    text-align: center;
 	 width:145px;
    font-weight: 600;
    margin-bottom: 50px;
}

.btn2-short{
	border: 1px solid #2389eb;
	color:#2389eb;
	font-size:15px;
    height: 30px;
    line-height: 28px;
    border-radius:10px;
    display: inline-block;
    text-align: center;
 	width:130px;
    font-weight: 600;
    margin-bottom: 50px;
}

.btn2-desc-long{
	width: 180px;
	position: absolute;
	margin-left: -165px;
	margin-top: 40px;
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.btn2-short-desc-long{
	width: 180px;
	position: absolute;
	margin-left: -145px;
	margin-top: 40px;
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.btn2-desc-short{
	width: 150px;
	position: absolute;
	margin-left: -150px;
	margin-top: 40px;
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.btn2-short-desc-short{
	width: 150px;
	position: absolute;
	margin-left: -130px;
	margin-top: 40px;
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.green{
	color: #00a527;
	border: 1px solid #00a527;
}
.blue{
	color: #2489eb;
}
.yellow{
	color: #ff7e00;
}
.b{
	font-weight: 700;
}
.line{
	text-decoration: underline;
}
a:link{
	text-decoration: underline;
}
.blank-line{
	width: 97%;
	background: #f8f8f8;
	color: #6c6c6c;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}

