* {
	box-sizing: border-box;
}

body {

	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	min-width: 1280px;
	background-color: rgb(245, 247, 250);
}

body {

	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	min-width: 1280px;
}

.body-bg {
	background: #f9f9f9 url('../img/bg_center.png') no-repeat;
	background-size: 100%;
}

.bg {

	display: flex;
	flex: 1;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.nav-menu {}

.nav-top {
	height: 64px;
	/* background: #000000; */
	display: flex;
	flex-flow: wrap;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	padding: 0px 50px;
}

.nav-top-img {}

.nav-top-img img {
	height: 64px;
	/* width: 400px; */
	justify-content: left;

}

.nav-top-btn {
	display: none;
	align-items: center;
	justify-content: center;
}

.nav-username-body {
	display: none;
	align-items: center;
	justify-content: center;
	color: #000000;
}

.nav-username-body span {
	margin-right: 20px;
}

.nav-top-btn>.btn2 {
	background-color: #ff9901 !important;
}

.nav-top-btn>.btn2:hover {
	background-color: #976214 !important;
}

.nav-top-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: auto 3px;
	padding: 8px 10px;
	border: 0;
	border-radius: 4px;
	background-color: #1abe6b;
	width: 120px;
	height: 38px;
	text-decoration: none;
}

.nav-top-btn a:hover {
	background-color: #07a020;
}

.nav-list {
	position: relative;
	display: flex;
	flex-flow: wrap;
	background: #333;
	align-items: center;
	justify-content: center;
	margin: 0;
	list-style: none;
	/* 去除默认的列表样式 */
	padding: 0;
}

.nav-list>.active a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #1abe6b;
}

.nav-link {
	position: relative;
	min-width: 100px;
}

.nav-link a {
	position: static;
	color: white;
	/* 默认未访问状态的颜色 */
	display: flex;
	text-align: center;
	align-items: center;
	flex-flow: wrap;
	font-size: 22px;
	justify-content: center;
	padding: 20px;
}

.nav-link a:link {
	color: white;
	/* 默认未访问状态的颜色 */
	text-decoration: none;
}

.nav-link a:visited {
	color: white;
	/* 已访问状态的颜色 */
}

.nav-link a:hover {
	color: white;
	/* 鼠标悬停状态的颜色 */
}

.nav-link a:hover::after {
	color: white;
	/* 鼠标悬停状态的颜色 */
}

.nav-link a:active {
	color: white;
	/* 点击状态的颜色 */
}

.footer {
	display: flex;
	flex-flow: wrap;
	padding: 30px 20px;
	background: #000000;
	color: white;
	justify-content: center;
	font-size: 14px;
}

.fenge {
	width: 1px;
	background: #FFFFFF;
	margin: 10px;
}

.qr-code {
	display: flex;
	flex-flow: wrap;
	padding: 20px;
}

.qr-code>.item {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin: 0 10px;
}

.qr-code>.item img {
	height: 90px;
	width: 90px;
	margin-bottom: 10px;
}

.qr-code>.item>.desc {
	font-size: 8px;
}

.beian {
	padding: 20px 80px;
}

.beian-text {
	padding: 5px;
}

.hy {
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
}

.hy img {
	width: 100px;
	height: 36px;
	margin: 0px 10px;
}

.lianxi {
	text-align: center;
	padding: 20px;
}

.lianxi div {
	padding: 5px;
}

.phone {
	font-size: 18px;
	font-weight: bold;
}

.bg img {
	width: 100%;
}

.bg2 {
	display: flex;
	flex: 1;
	/* text-align: center; */
	align-items: center;
	/* justify-content: center; */
	width: 110%;
}

.bg3 {

	display: flex;
	flex: 1;
	/* text-align: center; */
	align-items: center;
	/* justify-content: center; */
	width: 34%;
	margin-left: 15px;
}

.bu {
	display: flex;
	flex: 1;
	/* text-align: center; */
	align-items: center;
	/* justify-content: center; */
	width: 110%;
}

.imgg6 {
	width: 60%;
}

.bu6 {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s, box-shadow 0.3s;

	width: 60%;
}

.scroll-container::-webkit-scrollbar {
	scrollbar-width: thin;
}

.logo {
	width: 30px;
}

.title {
	position: fixed;
	height: 50%;
	width: 40%;
}

.news-section {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-header {
	background: #ddeaef;
	color: #fff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-header span {
	font-size: 16px;
}

.news-header .category {
	font-size: 20px;
	font-weight: bold;
}

.news-content {
	display: flex;
	padding: 20px;
}

.news-image {
	flex: 0 0 150px;
	margin-right: 20px;
}

.news-image img {
	width: 100%;
	border-radius: 10px;
}

.news-text {
	flex: 1;
}

.news-text h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.news-text p {
	margin: 0;
	color: #666;
}

.news-footer {
	padding: 10px 20px;
	background: #f7f7f7;
	text-align: right;
}

.news-footer a {
	color: #4caf50;
	text-decoration: none;
	font-weight: bold;
}


button#registerBtn {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
}

button#registerBtn:hover {
	background-color: #218838;
}

.modal {
	z-index: 1;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 400px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
}

.modal-content h2 {
	margin: 0 0 20px;
}

.modal-content label {
	display: block;
	margin-bottom: 8px;
}

.modal-content input[type="text"] {
	width: calc(100% - 20px);
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.verification,
.sms-code {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.verification img,
.sms-code button {
	width: 140px;
	height: 36px;
	margin-left: 10px;
	margin-bottom:18px;
	
}

.agreement {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.agreement input {
	margin-right: 10px;
}

button[type="submit"] {
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

button[type="submit"]:hover {
	background-color: #0056b3;
}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}

.captcha {
	display: inline-block;
	width: 100px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 18px;
}
button#registerBtn, button#confirmBtn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

button#registerBtn:hover, button#confirmBtn:hover {
    background-color: #218838;
}

.modal {
    display: none;
    position: fixed;
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
	 overflow-wrap: break-word;
}
.modal-content2 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.3); */
    position: relative;
	    height: 500px;
	    
	    overflow: scroll;
	    overflow-x: scroll;
}


.modal-content h2 {
    margin: 0 0 20px;
}

.modal-content p {
    margin-bottom: 20px;
}

.modal-content label {
    display: block;
    margin-bottom: 8px;
}

.modal-content input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.verification, .sms-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verification img, .sms-code button {
    width: 150px;
    height: 36px;
    margin-left: 10px;
}

.agreement {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.agreement input {
    margin-right: 10px;
	margin-bottom: 10px;
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

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

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}
.Certain{
	
	width: 500px; height: 50px;
	 background-color: #ffffff;
	 z-index: 999999; 
	 box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	border-radius: 10px;
}