* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #f4f4f4;
}

.jx-top-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: rgba(251, 251, 251, 0.6);
}

.jx-logo {
	width: 40px;
	height: 40px;
}

.jx-logo-title {
	color: #fcc718;
	font-weight: bold;
	margin-left: 20px;
	font-size: 24px;
}

.jx-top-nav-com {
	display: flex;
	align-items: center;
}

.jx-logo-content {
	margin-left: 60px;
}

.jx-nav-content {
	width: 60%;
}

.jx-nav-item {
	margin: 0px 60px;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.jx-nav-item:hover {
	color: #fcc718;
}

.jx-nav-item-active {
	color: #fcc718;
}

.jx-top-btn {
	margin-right: 70px;
}

.jx-top-btn button {
	padding: 8px 30px;
	outline: none;
	border: none;
	border-radius: 5px;
}

/*.jx-btn-login {*/
/*	background-color: #fcc718;*/
/*	color: #fff;*/
/*	display: none;*/
/*}*/

.jx-btn-register {
	background-color: #fcc718;
	color: #fff;
}

.jx-footer {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.jx-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.jx-footer-bottom {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

.jx-company-info {
	display: flex;
	flex-direction: column;
}

.jx-info-item {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.jx-kefu {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.jx-kefu-input {
	display: flex;
	flex-direction: column;
}

.jx-kefu-input input {
	border-radius: 10px;
	padding: 0px 5px;
	width: 350px;
	height: 45px;
	border: none;
	margin-top: 20px;
}

.jx-concat button {
	padding: 8px 40px;
	background-color: #fcc718;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 20px;
	margin-top: 20px;
}

.toHomeMain {
	font-size: 18px;
	color: #fff;
	display: none;
	margin-right: 20px;
}
.toHomeMain:hover {
	color: #fcc718;
}