/*background:rgb(230, 246, 248)*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0
}

body {
	font-size: 13px;
	/* font-family: '微软雅黑'; */
	background: url(../images/gfy-foot-bg.jpg) repeat bottom center;
	font-family: 'Roboto', sans-serif;
	/* background: linear-gradient(to right, #e6e9f0, #eef1f5); */
	/* display: flex; */
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 15px;
}

li,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

a {
	text-decoration: none
}

.gfy-main {
	width: 100%;
	margin: 0 auto
}

.gfy-head {
	/* height:148px; */
}

.gfy-head .gfy-logo img {
	width: 300px;
	/* margin-left: 5px;
	margin-top: 15px; */
}

.gfy-foot {
	height: 385px;
	padding-top: 100px
}

.gfy-foot-left {
	width: 48%;
	display: inline-block
}

.gfy-foot-left a {
	color: #333;
	font-size: 22px;
	margin: 0 0 18px 0;
	display: inline-block;
	width: 155px
}

.gfy-foot-left a:hover {
	color: #009994
}

.gfy-foot-right {
	float: right;
	width: 52%;
	text-align: right
}

.gfy-foot-right img {
	display: inline-block;
	margin-left: 45px;
	max-width: 120px
}

.newsbox {
	width: 100%;
	;
	position: relative;
	padding-top: 10px
}

.mewsbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

/*.newsbox-head{height:90px}*/
.newsbox-head ul {
	display: inline-block
}

.newsbox-head ul li {
	list-style-type: none;
	margin-right: 10px;
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 14px;
	display: inline-block;
	cursor: pointer
}

.newsbox-head ul li.on,
.newsbox-head ul li:hover {
	/*border-bottom:4px solid rgb(0, 127, 181);*/
	color: rgb(0, 127, 181)
}

.newsbox-head .more {
	float: right;
	width: 230px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-radius: 120px;
	border: 1px solid #999
}

.newsbox-head .more img {
	margin-left: 5px;
	width: 13px
}

.newsbox-head .more:hover {
	border: 1px solid #029b9e
}

.newsbox-right {
	width: 818px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	display: none;
	overflow: hidden;
	background: #fff
}

.newsbox-conlist ul li.on .newsbox-right {
	display: block
}

.newsbox-right img {
	width: 818px
}

.newsbox-rightc {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 35px;
	font-size: 14px;
	background: rgba(0, 0, 0, .6)
}

.newsbox-right a {
	color: #fff
}

.newsbox-rightc strong {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.newsbox-rightc span {
	color: #ccc;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.newsbox-right a:hover strong {
	color: #0bd6da
}

.newsbox .main {
	position: relative;
	z-index: 1
}

form {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	padding: 10px;
	width: 100%;
	transition: all 0.3s ease;
}

form:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

label:hover {
	color: #007BFF;
} */

.form-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.form-group label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	width:80px;
	text-align: left;
	/* margin-right: 3px; */
	padding-bottom: 5px;
	/* transition: color 0.3s ease; */
}

.form-group label:hover {
	color: #007BFF;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group select {
	width: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group select:focus {
	border-color: #007BFF;
	outline: none;
}

input[type="submit"] {
	background-color: #007BFF;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
	background-color: #0056b3;
}

input[type="submit"]:active {
	transform: scale(0.98);
}



/* 模态窗口样式 */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 3%;
	border: 1px solid #888;
	border-radius: 20px;
	width: 90%;
	position: relative;
	top: 15%;
	left: 5%;
	transform: translate(-5%, -5%);
}

.close {
	color: #aaa;
	float: right;
	padding-right: 10px;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.get-code-btn {
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 5px 8px;
	margin-bottom: 13px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 10px;
	transition: background-color 0.3s ease;
}

.btn-disabled {
	background-color: gray !important;
}


.code {
	/* background-color: #28a745; */
	color: black;
	border: none;
	border-radius: 8px;
	padding: 5px 8px;
	margin-bottom: 13px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	user-select: none;
	text-shadow: 2px 2px 4px #000000;
	margin-left: 10px;
}




.get-code-btn:hover {
	background-color: #218838;
}


.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px;
	gap: 20px;
  }

  .button {
	display: inline-block;  /* Allows setting width and height */
	padding: 8px 15px;     /* Comfortable padding */
	font-size: 16px;        /* Readable font size */
	font-weight: 600;       /* Slightly bolder text */
	text-align: center;     /* Center the text */
	text-decoration: none;   /* Remove underlines */
	cursor: pointer;        /* Indicate it's clickable */
	border: none;            /* Remove default border */
	border-radius: 5px;     /* Slightly rounded corners */
	transition: background-color 0.3s ease; /* Smooth transition for hover */
  }
  .button.filled {
	background-color:#409eff; /* Green background */
	color: white;           /* White text */
  }

  .card {
	border-radius: 10px; /* More rounded corners */
	padding: 15px;         /* Slightly larger padding */
	margin-bottom: 10px;
	width: 250px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	/* Added Colorful Background and Text */
	color: white;         /* Default text color */
	background: linear-gradient(45deg, #4CAF50, #2E7D32); /* Green Gradient */
  }

  .card:nth-child(even) {
	background: linear-gradient(45deg, #2196F3, #1565C0); /* Blue Gradient for Even Cards */
  }

  .card:nth-child(3n) { /*For every 3rd element, use a different color */
	background: linear-gradient(45deg, #f44336, #b71c1c); /*Red Gradient*/
  }


  .card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	transform: translateY(-5px); /* Slight lift on hover */
  }

  .card-title {
	font-size: 1.3em;    /* Larger title font size */
	font-weight: bold;
	margin-bottom: 8px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Add a subtle text shadow */
  }

  .card-content {
	font-size: 1.1em;    /* Slightly larger content font size */
  }
