/*
* @Author: kkfan2
* @Date:   2018-07-19 19:08:56
* @Last Modified by:   kkfan2
* @Last Modified time: 2018-08-01 14:47:07
*/
.obscure {
	display: none;
}

a {
	text-decoration: none;
	color: #666;
}

.hides {
	display: none;
}

/* 使用帮助部分 */
.using-help {
	position: absolute;
	top: -400px;
	height: 400px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	font-family: 'PingFangSC Regular';
	box-sizing: border-box;
    font-size: 14px;
	color: #333;
}

.using-help-contont {
	margin: 0 auto;
	width: 1000px;
}
.using-help-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
	color: #333;
}

.using-help-title span {
	display: inline-block;
}

.close-btn {
	font-size: 32px;
	color: #666;
	cursor: pointer;
}

.using-help-page {
	display: inline-block;
	padding: 15px 0 0 0;
	min-height: 260px;
	width: 644px
}

.using-help-page .page {
	height: 280px;
	overflow: auto;
}

.using-help .turn-left,
.using-help .turn-right {
	display: inline-block;
	width: 170px;
	min-height: 260px;
	vertical-align: top;
	text-align: center;
}

.using-help .turn-left i,
.using-help .turn-right i {
	font-size: 65px;
    /* display: inline-block; */
    margin-top: 76px;
    color: #999;
} 

.using-help .turn {
	cursor: pointer;
}

.using-help .turn:hover i {
	display: inline-block;
}

.using-help .turn i {
	cursor: pointer;
}

.using-help-page p {
	line-height: 1.5;
}

.using-help-page img {
	padding: 10px 0;
	max-width: 640px;
}
.page-nav {
	float: right;
	margin-right: 100px;
	bottom: 20px;
	right: 20px;
}

.page-nav li {
	display: inline-block;
	margin-left: 8px;
	width: 27px;
	height: 27px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
}

.page-nav li:hover {
	background-color: #0081e8;
	color: #fff;
}

.page-nav .li-click {
	background-color: #0081e8;
	color: #fff;
}

.font-color {
	color: #399777;
}

.ins-btn {
	display: inline-block;
	width: 58px;
	height: 24px;
	background-color: #0081e8;
	color: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
}

.ins-btn:visited {
	color: #fff;
}

.ins-btn a {
	color: #fff;
}

.ins-btn a:hover {
	text-decoration-line: none;
}