@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
}
page,body{
	background-color: #f2f2f2;
}
#topDiv{
	width: 100%;
	height: 60px;
	background-color: #FFF;
}
#top_inner{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
#logo{
	height: 40px;
	margin-top: 10px;
}
#topDiv_right{
	width: 60%;
	height: 30px;
	margin-top: 15px;
	float: right;
}
#searchDiv{
	width: 200px;
	height: 30px;
	border: 1px solid #CCC;
	background-color: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#searchDiv input{
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#searchDiv img{
	width: 28px;
	height: 28px;
	top: 1px;
	position: absolute;
	left: auto;
	right: 5px;
	z-index: 1;
}
#topNav{
	width: auto;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#topNav div{
	margin-top: 6px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	border-right: 1px solid #666;
	padding-right: 10px;
}
#topNav a{
	color: #333;
	text-decoration: none;
	margin-right: 10px;
}
.style_main{
  background-image: linear-gradient(to bottom right, #9AEAEC, #73A2F8);
}
#loginBtn{
	height: 30px;
	width: 80px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	float: right;
	border-radius: 20px;
}
#barnerContent{
	width: 100%;
	height: 300px;
	position: relative;
}
#barner_inner{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
#barner_img{
	width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#barnerr_txt_content{
	width: 450px;
	margin-left: 50px;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
}
#barner_title{
	width: 100%;
	text-align: right;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
#barner_report_type{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.report_type{
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
	display: inline-block;
	vertical-align:top;
	border-radius: 20px;
}
#barner_right_txt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	margin-top: 15px;
}
#top_sum_div{
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: -50px;
	height: 100px;
	background-color: #FFF;
	border-radius: 10px;
	white-space: nowrap;
}
.top_sum{
	width: 20%;
	height: 70px;
	float: left;
	margin-top: 15px;
}
.top_sum_val{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.top_sum_icon{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.top_sum_txt{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
#problem_content{
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 70px;
	height: 100px;
	position: relative;
	height: auto;
}
#content{
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 70px;
	height: 100px;
	position: relative;
	height: auto;
}
.func_img{
	width: 500px;
	display: inline-block;
	vertical-align: top;
}
.func_right{
	width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	margin-top: 30px;
}
.func_title{
	font-size: 30px;
	font-weight: bold;
}
.func_txt_content{
	margin-top: 20px;
}
.func_txt{
	line-height: 40px;
	font-size: 15px;
}
#right_menu_content{
	width: 60px;
	height: 180px;
	background-color: #FFF;
	border: 1px solid #CCC;
	position: fixed;
	left: auto;
	right: 10px;
	top: 50%;
	margin-top: -90px;
	z-index: 1;
	border-radius: 5px;
}
.right_menu{
	height: 60px;
	border-bottom: 1px solid #CCC;
	box-sizing:border-box;
	text-align: center;
	cursor: pointer;
}
.right_menu_icon{
	width: 30px;
	height: 30px;
	margin-top: 5px;
}
.right_menu_txt{
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.func_desc_content{
	width: 100%;
	height: 80px;
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
	margin-bottom: 30px;
}
.func_desc{
	width: 32%;
	height: 80px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.func_desc_title{
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.func_desc_icon{
	width: 24px;
	height: 24px;
	margin-top:3px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.func_desc_txt{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #333;
}
#report_content,#client_content{
	width: 100%;
	background-color: #FFF;
	position: relative;
	top: 70px;
	height: 400px;
}
#report_inner_content,#client_inner_content{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#report_title,#more_func_title,#client_title,.content_title{
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
#report_outter,#more_func_inner{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.report_div{
	width: 16%;
	display: inline-block;
	vertical-align: top;
}
.report_img{
	width: 100%;
}
.report_name{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#333;
}
#more_func_content{
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 90px;
}
#more_func_inner{
   margin-top: 20px;	
}
.more_func{
	width: 16%;
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.more_func_icon{
	width: 50px;
	height: 50px;
}
.more_func_item{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
}
.more_func_txt{
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
#client_content{
	top: 120px;
}
.content_inner_txt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
#logoContent{
	column-count: 5;
	-webkit-column-count:5;
	margin-top: 20px;
}
.logoIcon{
	width: 96%;
	margin-left: 2%;
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
}
#bottom_content{
	width: 100%;
	height: 120px;
	background-color: #000;
	position: relative;
	top: 120px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
#qr_code_img{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#bottom_right{
	width: 600px;
	height: 60px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}
#bottom_right div{
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 12px;
}
#bottom_right a{
	text-decoration: none;
	color: #FFF;
}
#loading{
	width: 100px;
	height: 130px;
	background-color: #1991EC;
	position: fixed;
	left: 50%;
	margin-left: -50px;
	margin-top: -65px;
	top: 50%;
	border-radius: 10px;
	z-index: 11;
	overflow: hidden;
	visibility: hidden;
}
#loadingImg{
	width: 100px;
	height: 100px;
}
#loadingTxt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#mask{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	visibility: hidden;
}
#loading_content{
	width: 500px;
	height: 300px;
	background-color: #FFF;
	border-radius: 10px;
	overflow: hidden;
	position: fixed;
	left:50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -250px;
	z-index: 5;
	visibility: hidden
}
#loading_top{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#loading_top_img{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
#login_left{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #f2f2f2;
}
#loading_right{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-left: 1%;
}
.login_outter{
	width: 100%;
	height: 30px;
	border-radius: 20px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin-bottom: 10px;
}
.login_item{
	width: 30%;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #666;
	text-align: center;
}
.login_val{
	width: 70%;
	height: 28px;
	float: left;
}
.login_val input{
	border: none;
	width: 100%;
	height: 100%;
}
#confirmLogin{
	width: 100%;
	height: 35px;
	border-radius: 20px;
	text-align: center;
	background-color: #1e78e8;
	line-height: 35px;
	cursor: pointer;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 5px;
}
#wechatLogin{
	width: 100%;
	margin-top: 20px;
}
#wechatLogin img{
	width: 100%;
}
#registerBtn{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #666;
	margin-top: 15px;
	cursor: pointer;
}
#loginTxt{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}
#qrCode{
	width: 150px;
	height: 150px;
}
#problem_inner{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.problem_div{
	width: 24%;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.problem_img{
	width: 60px;
	height: 60px;
}
.problem_title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.problem_txt{
	line-height: 20px;
	font-size: 13px;
	color:#666;
}
#version_content{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.version{
	width:200px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	font-size: 18px;
	color:#FFF;
}