* {
	margin: 0;
	padding: 0;
}
html,body {
	line-height: 24px;
	background: #fbfbfb;
	font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
/*top_bar*/
.h_top_bar {
    z-index: 990;
    position: fixed;
	width: 100%;
	height: 56px;
	background-color: #1479f3;
	color: #fff;
}
.h_top_bar_body {
	position: relative;
	margin: auto;
	width: 80%;
	height: inherit;
	height: fit-content;
}
.h_return_btn {
    display: flex;
	cursor: pointer;
	float: left;
	margin-top: 15px;
	padding: 3px 0;
	width: auto;
	height: 20px;
	line-height: 20px;
	/*border-radius: 3px;*/
	/*border: solid 1px #ffffffb5;*/
	color: #ffffffb5;
	text-align: center;
}
.h_return_btn > i {
    margin-left: -6px;
    font-size: 24px;
}
.h_operate_btn {
    float: right;
}
.h_operate_btn i {
    cursor: pointer;
    font-size: 24px;
	color: #ffffffb5;
}
.h_operate_btn i:first-child {
    margin-right: 5px;
}
.h_logo, .h_login_info, .h_operate_btn {
	margin-top: 3px;
	/*padding: 10px;*/
	width: auto;
	height: 50px;
	line-height: 50px;
}
.h_logo {
	float: left;
	font-size: x-large;
}
.h_logo > span:first-child {
	padding: 3px 10px;
	/*border-right: solid 0.5px #ffffffc2;*/
}
.h_logo > span:last-child {	
	color: #fff;
}
.h_login_info {
	position: relative;
	float: right;
	margin-right: 25px;
	font-size: 16px;
	color: #ffffffb5;
}
.h_login_info > span:last-child {
	position: absolute;
	right: -28px;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}
.h_login_info > span:last-child > i {
	font-size: 20px;
}
.h_logout {
    display: flex;
    flex-direction: column;
	cursor: pointer;
	z-index: 3;
	position: absolute;
	top: 45px;
	right: 0;
	width: 80px;
	height: 70px;
	line-height: 35px;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	background-color: #fff;
	color: #999;
	text-align: center;
}
#change_pwd {
    border-bottom: solid 1px #e6e6e6;
}
#change_pwd > a {
    color: #999;
}
/*tool_bar*/
.h_tool_bar {
	position: relative;
	padding-top: 56px;
	width: 100%;
	height: 145px;
	background-color: #fff;
}
.h_tools {
	margin: auto;
	padding: 10px;
	padding-left: 0;
	width: 80%;
	background-color: #fff;
	box-sizing: border-box;
}
.h_tools > a{
	cursor: pointer;
	float: left;
	margin-top: 10px;
	margin-right: 8.5%;
}
.h_tool_item {
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	/*border: solid 1px #eee;*/
}
.h_tool_item > div {
	margin: 10px 0;
}
.h_tool_icon {
	width: 54px;
	height: 54px;
	line-height: 60px;
	border-radius: 50%;	
	text-align: center;
}
.h_tool_icon > i {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 31px;
	font-size: 20px;
	color: #fff;
}
/*content_body*/
.h_content_body {
	/*margin-top: 5px;*/
	padding: 15px 0 50px 0;
	width: 100%;
	background-color: #fff;
}
.h_content_padding {
    margin-top: 0;
    padding-top: 71px;
}
/*count_data*/
.h_cards {
	margin: auto;
	padding: 10px 0 0 0;
	width: 80%;
	height: 150px;
}
.h_card_count {
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-right: 3%;
	padding: 10px;
	width: 240px;
	border-radius: 10px;
	color: #fff;
}
.h_card_count:nth-child(1){
	background: -webkit-linear-gradient(right,#16a2fe,#0269ea);
}
.h_card_count:nth-child(2){
	background: -webkit-linear-gradient(right,#ff8a65,#ff5722);
}
.h_card_count:nth-child(3){
    background: -webkit-linear-gradient(right,#3eeb30,#12be04);
}
.h_card_title {
	padding: 10px 10px 15px 20px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
}
.h_card_body {
	padding: 10px 10px 15px 20px;
}
.h_card_body > span:first-child {
	font-size: 20px;
	font-weight: bold;
}
.h_buy_btn {
    cursor: pointer;
	position: absolute;
	right: 30px;
	top: 20px;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 13px;
	border: solid 1px #fff;
	font-size: 13px;
}
#valid_date {
    margin-left: 25px;
}
.h_map_count {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: auto;
	width: 80%;
	height: 500px;
}
.h_map_item {
	width: 350px;
}
.h_map_item > p {
	font-size: 20px;
}
/*data_body*/
.h_data_body {
	margin: auto;
    width: 80%;
}
.h_data_body > h3 {
    clear: left;
    display: block;
    margin: 10px 0 20px 0;
    padding: 0 10px;
    border-left: solid 5px #0ebefa;
    font-size: 20px;
}
/*form*/
.form_body {
    margin-top: 35px;
}
.layui-form-item {
    margin-bottom: 20px;
}
.form_body > .layui-form-item:last-child {
    margin-top: 30px;
}
.layui-form-label {
    padding: 9px 0;
    width: 90px;
}
.layui-input-block {
    float: left;
    margin-left: 10px;
    width: 30%;
}
input[disabled] {
    background-color: #f6f6f68c;
    color: #a5a5a5;
}
.field_tip {
    display: none;
    color: #ff0000 !important;
    margin-left: 10px;
}
.layui-btn-normal {
    background-color: #0ebefa;
}
.layui-btn-primary {
    background-color: #fff;
}







