@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.fy-container {
	margin: 0 auto;
	width: 1160px;
	min-height: 480px;
	padding: 20px;
	background-color: #fff;
	margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s;
	
}
.fy-separator-div {
	margin: 0 auto;
	margin-left: 600px;
	width: 550px;
	margin-top: -30px;
	height: 40px;
}
.fy-separator-div select{
	margin: 0 auto;
	width: 200px;
	height: 30px;
	color: #06a17e;
	padding: 4px;
	line-height: 20px;
	border-color: #06a17e;
	font-size: 14px;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.fy-biaoti-div {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1140px;
	height: 50px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
}
.fy-biaoti-div h2 {
	margin: 0 auto;
	align-items: center;
	margin-top: 10px;
	width: 1140px;
	height: 50px;
	color: #06a17e;
}
.fy-button-div {
    display: flex;
    align-items: center;
	margin: 0 auto;
	width: 1140px;
	margin-bottom: 20px;
}
.button1 {
	border: 0;
	margin-left: 10px;
	width: 120px;
	height: 40px;
	border-radius: 6px;
	font-size: 16px;
    background-color: #06a17e; 
    color: white;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	cursor:pointer;
}
.button1:hover{
    background-color: #6B6B6B; 
}
.button2div{
	height: 40px;
	width: 100%;
}
.button2{
	margin: 10px;
	border: 0;
	width: 100px;
	height: 30px;
	border-radius: 6px;
	font-size: 14px;
    background-color: #6B6B6B; 
    color: white;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	cursor: pointer;
}
.button2:hover{
    background-color: #06a17e; 
}
.button3{
	margin: 10px 5px;
	border: 0;
	width: 80px;
	height: 30px;
	border-radius: 6px;
	font-size: 14px;
    background-color: #6B6B6B; 
    color: white;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	cursor: pointer;
}
.button3:hover{
    background-color: #06a17e; 
}
.fy-separator-div button {
    float: right;
	margin-top: 0 ;
}
.fy-unmatched-div {
	margin: 0 auto;
	width: 1120px;
	min-height: 20px;
	padding: 10px;
	font-size: 14px;
	color: #BD004C;
	background-color: #F9F9F9;
	border: 1px solid #D7D7D7;
	border-radius: 6px;
}
.fy-unmatched-div b {
	color: #333;
}
.fy-left-div {
	margin: 10px;
}
.fy-right-div {
	margin: 10px;
}
.fy-zhong-div {
	float: left;
	border: 0;
	resize: none;
	width: 30px;
	height: 200px;
	padding: 10px;
}
.fy-left-div textarea {
	float: left;
	resize: none;
	width: 510px;
	height: 200px;
	padding: 10px;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #D7D7D7;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.fy-right-div textarea {
	float: right;
	resize: none;
	width: 530px;
	height: 200px;
	padding: 10px;
	font-size: 14px;
	border-radius: 6px;
	background-color: #F9F9F9;
	border: 1px solid #D7D7D7;
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.fy-shurukuang-div {
	width: 100%;
	height: 300px;
}
	/* 图标容器样式 */
	.icons-container {
		position: fixed;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 9999;
	}
	/* 图标样式 */
	.icon {
		width: 50px;
		height: 50px;
		background-color: #f1f1f1;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		margin-bottom: 10px;
	}
	.icon:hover {
		background-color: #E1E1E1;
	}
	.icon img {
		width: 50px;
		height: 50px;
	}
	/* 二维码样式 */
	.qr-code {
		position: absolute;
		width: 150px;
		height: 180px;
		background-color: #fff;
		border: 1px solid #ccc;
		display: none;
		padding: 10px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		z-index: 9999;
		right: 100px; /* 距离页面右边100px */
	}
	.qr-code img {
		width: 150px;
		height: 150px;
	}
	.qr-code p {
		text-align: center;
		margin: 0 auto;
		width: 150px;
	}

.tooltip {
	position: relative;
	display: inline-block;
	background-color: #6B6B6B;
	font-family: 微软雅黑, Arial, sans-serif;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #ffffff;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -150px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

#buttonA {
    padding: 6px 6px;
    background-color: #6B6B6B;
	font-family: 微软雅黑, Arial, sans-serif;
    border: none;
    border-radius: 5px;
	text-align: center;
    font-size: 16px;
    color: #ffffff;
	margin-bottom: 50px;
	margin-top: 40px;
	cursor:pointer;
}
#buttonB {
    padding: 6px 6px;
    background-color: #6B6B6B;
	font-family: 微软雅黑, Arial, sans-serif;
    border: none;
    border-radius: 5px;
	text-align: center;
    font-size: 16px;
    color: #ffffff;
	cursor:pointer;
}
 .gg-push-chevron-right-r {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 22px;
 height: 22px;
 border: 2px solid;
 border-radius: 4px
}

.gg-push-chevron-right-r::after,
.gg-push-chevron-right-r::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 2px;
 height: 8px;
 border-right: 2px solid;
 top: 5px;
 right: 5px
}

.gg-push-chevron-right-r::after {
 width: 6px;
 height: 6px;
 border-bottom: 2px solid;
 transform: rotate(-45deg);
 right: 9px;
 top: 6px
} 

 .gg-push-chevron-left-r {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 22px;
 height: 22px;
 border: 2px solid;
 border-radius: 4px
}

.gg-push-chevron-left-r::after,
.gg-push-chevron-left-r::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 2px;
 height: 8px;
 border-left: 2px solid;
 top: 5px;
 left: 5px
}

.gg-push-chevron-left-r::after {
 width: 6px;
 height: 6px;
 border-bottom: 2px solid;
 transform: rotate(45deg);
 left: 9px;
 top: 6px
} 