.all_content {
	height: 100%;
	background: linear-gradient(#1a7cd1 0%, #fff 35%);
}

.flex {
	display: flex;
}

.flex_between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.top_right {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.logo {
	padding: 1.25rem 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.nav {
	height: 44px;
	background-color: #315a9c;
	display: flex;
}


.text {
	color: #fff;
}

.left_text {
	height: 100%;
	padding: 0 1.25rem;
	padding-right: 1.875rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_text {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.hover_style {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 26px;
	font-size: 18px;
	color: #fff !important;
}

.hover_style:hover {
	background-color: #04447B;
	color: #fff !important;
	cursor: pointer;
}

.triangle {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 22px;
	right: -10px;
	border-top: solid 8px #fff;
	border-right: solid 8px transparent;
	border-left: solid 8px transparent;
}

.padding {
	padding: 0 10px;
}

.swiper {
	height: 150px;
	width: 100%;
}

.banner {
	width: 100%;
	height: 100%;
}

.main_content {
	height: 210px;
	width: 100%;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 68% 1% 31%;
	-ms-grid-columns: 68% 1% 31%;
}

.block {
	width: 10px;
	height: 100%;
}

.left_main_content {
	width: 100%;
	display: grid;
	display: -ms-grid;
	box-sizing: border-box;
	grid-template-columns: 32.5% 1.5% 31.5% 1% 34.5%;
	-ms-grid-columns: 32.5% 1.5% 31.5% 1% 34.5%;
}

.online {
	-ms-grid-column: 1;
}

.zx {
	-ms-grid-column: 3;
}

.jy {
	-ms-grid-column: 5;
}

.right_main_content {
	height: 100%;
	margin-right: 5px;
	-ms-grid-column: 3;
}

.big_padding {
	padding: 0 10px;
}

.big_img {
	width: 100%;
	height: 21rem;
	display: flex;
	margin-right: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
}

.black_color {
	background: #315a9c;
}

.white_color {
	background-color: #fff;
	color: #333;
	border: 1px solid #dcdcdc;
}

.black_text {
	color: #333;
	font-size: 16px;
	font-size: 22px;
}

.white_text {
	font-size: 22px;
}

.padding_bottom {
	padding-bottom: 30px;
}

.ts_img {
	width: 175px;
	height: 60px;
}

.flex_img {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.middle_img {
	width: 260px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_me {
	position: absolute;
	left: 120px;
	top: 25px;
}

.realtive {
	position: relative;
}

.min_padding {
	padding: 0;
	margin: 0;
}

.red_txt {
	color: #dc3710;
	text-align: center;
	font-size: 16px;
	font-weight: 700;

}

.right_content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 30px;
}

.img_txt {
	width: 50%;
	display: flex;
	height: calc(175px / 3);
}

.small_img {
	width: 40px;
	height: 40px;
}

.right_txt {
	display: inline-block;
	padding-left: 10px;
	font-size: 12px;
}

.blue_txt {
	text-align: center;
	font-size: 18px;
	color: #315A9C;
	cursor: pointer;
	font-weight: 600;
}

.flex_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.top_right_top {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.top_about {
	color: #315a9c;
	font-size: 20px;
}

.long_txt {
	white-space: nowrap;
}

.search {
	width: 780px;
	height: 240px;
	background: url("../png/z5b4kt.png") no-repeat center;
	border: 1px solid #bec0c0;
	position: relative;
}

.right_img {
	width: 345px;
	margin-left: 6px;
	height: 240px;
	padding: 20px 15px;
	border: 1px solid #bec0c0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	-ms-grid-column: 3;
}

.flex_column {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.logo_size {
	width: 14rem;
	height: 14rem;
}

.search_input {
	position: absolute;
	top: 45px;
	left: 210px;
}

.search_space {
	width: 420px;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
	letter-spacing: 2px;
	box-sizing: border-box;

}

.search_space_txt {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.input_style {
	height: 2.8125rem;
	width: 100%;
	outline: #197aba;
	border: solid 0.125rem #197aba;
	border-radius: 0.5rem 0 0 0.5rem;
	padding-left: 0.625rem;
	margin-right: -0.3125rem;
	box-sizing: border-box;
}

.btn_style {
	width: 50px;
	height: 43px;
	background: #315a9c;
	border: none;
	border-top: 1px solid #315a9c;
}

.btn_style:focus {
	border: none;
	border-top: 1px solid #315a9c;
}

.btn_style:active {
	border: none;
	border-top: 1px solid #315a9c;
}

.search_style {
	width: 18px !important;
	height: 18px !important;
}

.padding_top {
	margin-top: 5px;
}

.notify {
	width: 780px;
	border: 1px solid #bec0c0;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-right: 10px;
}

.main_title {
	height: 40px;
	color: #315a9c;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	font-size: 18px;
	padding: 0 20px;
}

.notify_name {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #dceaf6;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 10% 60% 40%;
	-ms-grid-columns: 10% 60% 10% 18%;
}

.notify_name div:nth-child(2) {
	-ms-grid-column: 2;
}

.notify_content {
	width: 55px;
}

.notify_main_content {
	background: #fff;
}

.about_content {
	display: flex;
	align-items: center;
	padding-right: 20px;

}

.no_padding {
	padding: 0;
	display: block;
}

.progress {
	width: 100%;
	height: 35px;
	outline: #9ec1d4;
	border: 2px solid #9ec1d4;
	margin-top: 10px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.other_code {
	width: 82px;
	font-size: 12px;
	height: 22px;
	border: 1px solid #333;
	-ms-grid-column: 2;
}

.min_pad {
	padding-top: 10px;
}

.flex_between {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 20px;
}

.sub_style {
	background: #155fa0;
	width: 140px;
	height: 35px;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.reset {
	background: #e9a246;
	width: 140px;
	height: 35px;
	color: #fff;
	border: none;
	border-radius: 4px;
	margin-left: 10px;
}

.chart {
	width: 100%;
	height: 310px;
	margin-top: 10px;
	border: 3px solid #1d74b5;
	background-color: #fff;
	border-radius: 32px;
	padding: 5px 15px;
	display: flex;
	position: relative;
}

.bottom {
	margin: 5px 0;
	background: #fff;
	height: 100px;
	padding: 0 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #838383;
	font-size: 14px;
}

.right_logo {
	padding-right: 70px;
}

.txt_block {
	display: inline-block;
	width: 320px;
	margin: 5px 0;
}

.left_title {
	width: 20px !important;
	height: 260px;
	border-radius: 10px;
	color: #333;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.white_title {
	margin-bottom: 10px;
	display: inline-block;
	width: 40px;
	height: 100%;
	padding: 10px 10px;
	font-size: 20px;
	line-height: 20px;
	background-color: #1d74b5;
	color: #fff;
}

.date_no_select {
	background-color: #E5E5E5;
	color: #333;
}

.relative {
	position: relative;
}

.sanjiao {
	position: absolute;
	left: 38px;
	top: 40px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-left-color: #1d74b5;
	z-index: 9999;
}





.left_position {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 40px;
	top: 0;
	background-color: #f3f3f3;
	z-index: 9999;
}

.arrow {
	font-size: 36px;
}

#main {
	width: 600px;
	height: 280px;
}

#bar_chart {
	width: 900px;
	height: 280px;
}



.line_content {
	width: 300px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #c4c4c4;
}

.chart_img {
	width: 39px;
	height: 35px;
}

.special {
	width: 22px;
	height: 35px;
}

.left_chart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chart_content {
	margin-left: 20px;
	color: #c4c4c4;
}

.right_chart_content {
	font-size: 16px;
	color: #c4c4c4;
}

.code_img {
	width: 40%;
	height: 100%;
	display: inline-block;
	background: #333;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(51, 51, 51, 0.6);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.bottom_top_logo {
	padding: 1px;
}

.bottom_top_content {
	height: 60px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	color: #333;
	line-height: 60px;
	font-size: 20px;
}

.small_logo {
	width: 80px;
	height: 40px;
	margin-top: 5px;
	margin-right: 50px;
}

.bottom_wechat {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.green {
	width: 300px;
	position: relative;
	background-color: #05d02f;
	height: 60px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	padding: 0 50px;
	cursor: pointer;
}

.small_wechat {
	width: 50px;
	height: 50px;
}

.cur {
	cursor: pointer;
}

.font {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 30px;
	background-color: #fff;
	padding: 10px 0;
}

.code {
	width: 80px;
	height: 34px;
	cursor: pointer;
	-ms-grid-column: 3;
}

.other_log {
	background: #333;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

.input_width {
	width: 85px;
	border: 1px solid #333;
}

.padding_between {
	margin: 0 5px;
}

.width_all {
	width: 100px;
	border: 1px solid #333;
}

.other_flex {
	width: 100%;
	display: flex;
	align-items: center;
	-ms-grid-column: 2;
}

.label-width {
	font-size: 16px;
	display: inline-block;
	justify-content: flex-end !important;
	text-align: right;
}

.login_style {
	width: 500px;
	height: 300px;
	display: flex;
	flex-direction: column;
	background-color: #f3f3f3;
	justify-content: space-around;
	color: #333;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	top: -150px;

}

.left_width {
	width: 220px;
	text-align: right;
}

.img_width {
	width: 60px;
	height: 30px;
}

.middle_input {
	width: 200px;
}

.right_style {
	width: 160px;
}

.right_blue_btn {
	height: 34px;
	background: #315a9c;
	border: none;
	width: 160px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}

.bottom_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom_login_style {
	height: 34px;
	background: #315a9c;
	border: none;
	width: 160px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	z-index: 99999;
}

.grey_bcg {
	background-color: #f3f3f3;
}

.wechat_style {
	width: 240px;
	height: 240px;
	
	background-color: #f3f3f3;
	color: #333;
	font-size: 20px;
	
}

.wechat {
	z-index: 0;
}

#qrcodeCanvas {
	z-index: 999;
}

.find_my_matter {
	height: 50%;
	border-bottom: 1px dashed #333;
	color: #333;
	cursor: pointer;
}

.three_select {
	width: 100%;
}

.margin_left {
	margin-left: 20px;
}

.iframe_width {
	width: 100%;
	height: auto;
}


.left_margin {
	margin-left: 20px;
}



#s1 {
	overflow: hidden;
}

.test {
	margin: 0 auto;
	width: 1140px;
}

.zc {
	position: relative;
}

.about_zc {
	position: absolute;
	left: 10px;
	top: 45px;
	width: 100px;
	background-color: #fff;
	z-index: 999;
	color: #333;
	display: none;
	padding: 5px 12px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #333;
}

.black {
	display: block !important;
}



.iframe_home {
	height: 1080px;
}

.iframe_12345 {
	height: 690px;
}

.iframe_appeal {
	height: 2180px;
}

.iframe_appealDetail {
	height: 800px;
}

.iframe_knowledge {
	height: 1200px;
}

.iframe_search {
	display: none;
	height: 1400px;
}




.more {
	cursor: pointer;
}

a {
	text-decoration: none;
}

.about_zc {
	left: 10px !important;
}

.about_content {
	cursor: pointer;
	-ms-grid-column: 2;
}


a {
	text-decoration: none;
	color: #333;
}

.about_a {
	cursor: pointer;
	color: #0062ff;
}

.position {
	text-decoration: none;
	color: #0062ff;
}

.position:hover {
	color: #0062ff;
	text-decoration: none;
}





.position:visited {
	text-decoration: none;
	color: #0062ff;
}

.small_logo {
	width: 80px;
	height: 40px;
	margin-top: 5px;
	margin-right: 20px;
}

.bottom_bcg {
	padding: 0 20px;
}

.bottom_log {
	width: 500px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	top: 120px;
	border-radius: 5px;
	margin: 0 auto;
	left: 35%;
	padding: 20px 0;
}

.log_form {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.right_main_content {
	width: 345px;
	height: 210px;
	margin-left: 5px;
	border: 1px solid #bec0c0;
	box-sizing: border-box;
}

.img_width {
	width: 80px;
	height: 50px;
	margin-left: 50px;
}

.grid {
	display: grid;
	display: -ms-grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	grid-column-gap: 10px;
}

.mask_btn {
	width: calc(100% - 10px);
}

.all_width {
	width: 100%;
}

.m_top {
	margin-top: 10px;
}

.small_blue_txt {
	color: #0570ee;
	font-size: 12px;
	cursor: pointer;
}

.small_log_img {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.small_txt {
	font-size: 12px;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -40px;
	z-index: 999999;
}

.mask_confirm {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(51, 51, 51, 0.6);
	top: 0;
	left: 0;
	z-index: 9999;
}

.bottom_confirm {
	width: 500px;
	margin: 0 auto;
	height: 200px;
	background-color: #fff;
	position: absolute;
	top: 320px;
	border-radius: 5px;
	margin: 0 auto;
	left: 35%;
	padding: 0 30px;
}

.bottom_btn {
	display: flex;
	justify-content: space-around;
	padding: 0 50px;
	align-items: center;
	margin-top: 20px;
}

.m_btn {
	background-color: #3C9CFF;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	cursor: pointer;

}

.flex {
	display: flex;
	-ms-grid-column: 2;
}

.width_flex {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 30% 70%;
	-ms-grid-columns: 25% 75%;
	grid-column-gap: 5px;
	margin-bottom: 10px;
}

#selectValue {
	width: 80px;
}

.other_flex {
	-ms-grid-column: 2;
}

.bottom_top_content {
	height: 60px;
	border-radius: 5px;
	display: flex;
	line-height: 60px;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}

.exert {
	color: #333;
}

.reg {
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
}

.little_width {
	width: 100px;
}

.top_margin {
	margin-bottom: 10px;
}

.m_r {
	margin-right: 10px;
}

.a_center {
	align-items: center;
}

.iframe_register {
	height: 500px;
}

.swiper-container {
	height: 150px;
}

.keyword {
	-ms-grid-column: 2;
}

.welcome {
	cursor: pointer;
	font-size: 16px;
}

.user_info {
	width: 90px;
	position: relative;
}

.more {
	font-size: 16px;
}

.month_sanjiao {
	display: none;
}

.day_sanjiao {
	display: none;
}

.work_chart {
	width: 200px;
	position: absolute;
	bottom: -20px;
	left: 140px;
	font-size: 18px;
	z-index: 999;
}

.second_content {
	background: #fff;
}

.dt {
	position: relative;
}

.about_dt {
	position: absolute;
	left: 20px;
	text-align: center;
	padding: 5px 10px;
	top: 45px;
	width: 100px;
	background-color: #fff;
	z-index: 999;
	color: #333;
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #333;
}

.customer_content {
	position: relative;
}

.red {
	color: red;
}

.icon {
	width: 2.5rem;
}
.wu_zhang_ai {
    display: flex;
    align-items: flex-end;
    color: #2B539F !important;
    font-size: 16px;
    padding: 0.3125rem 1.25rem 0.3125rem 0;
    cursor: pointer;
}

.wu_zhang_ai:hover {
	color: #2B539F;
}

#search {
	border: 1px solid #337BD7 ; 
	height: 43px; 
	line-height: 43px; 
	color: #999999; 
	text-indent: 1em;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#keyword {
	text-indent: 2em;
	flex-grow: 1;
}

#Submit {
	
	height: 43px;
	cursor: pointer;
}

.avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	overflow: hidden;
}

#avatar {
	width: 100%;
	height: 100%;
}

.flex_c {
	display: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex_center {
	display: flex;
	justify-content: space-around;
	align-items: center;
}