  * {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}

img,input,button,a,select,textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p,em,i,b,em {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}

a:active, a:focus {
	outline: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
} 
p {
	padding: 3px;
}

.slide-main {
	height: 480px;
	position: relative;
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 440px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #444;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	overflow: hidden;
}

.item a.cur {
	background: #fff;
}

.slide-box,.slide {
	display: block;
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 390px;
	padding-top: 89px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}

#bgstylea {
	background: #061d34;
}

#bgstyleb {
	background: #061d34;
}

#bgstylec {
	background: #061d34;
}

.slide a {
	display: block;
	width: 100%;
	height: 390px;
	cursor: pointer;
}

.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f {
	position: absolute;
	z-index: 9;
	left: 50%;
}

.obj-a,.obj-b {
	width: 952px;
	margin-left: -476px;
	text-align: center;
}

.obj-a {
	display: block;
	height: 352px;
	top: 100px;
}

.obj-b {
	top: 406px;
	height: 100px;
}

.obj-c {
	display: block;
	height: 582px;
	top: 0;
	margin-left: -540px;
}

.obj-d {
	top: 228px;
	height: 164px;
}

.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}

.obj-e {
	width: 366px;
	height: 170px;
	margin-left: -460px;
	top: 223px;
	z-index: 12;
}

.obj-f {
	width: 692px;
	height: 394px;
	top: 158px;
	margin-left: -180px;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1,1);
	}
}

@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0,0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1,1);
	}
}

@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0,0);
	}

	to {
		opacity: 1;
		transform: scale(1,1);
	}
}

.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1,0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1,1);
		transform-origin: left bottom;
	}
}

@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1,0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-moz-transform: scale(1,1);
		transform-origin: bottom bottom;
	}
}

@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1,0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		transform: scale(1,1);
		transform-origin: left bottom;
	}
}

.banAnimate .obj-c,.banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-d,.banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}



header.top {
	background-color: #e9e9e9;
	padding: 10px 30px;
 
	background-image: url('/images/top.png');
	background-repeat: repeat-x;
	position: relative;
 
	margin: auto;
}

.nav-container {
	display: flex;
	justify-content: flex-start;
 
	max-width: 1200px;
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.logo img {
	max-height: 80%;
 
	vertical-align: middle;
	border: 0;
}

.mlogo {
	display: none;
}

.menu-toggle {
	width: 60px;
	height: 60px;
	background: url('/images/navicon.png') no-repeat center;
	background-size: 40%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.close-icon {
	display: none;
 
	width: 15px;
	height: 15px;
	background: url('/images/close.png') no-repeat center;
	font-size: 24px;
	color: #222;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 15px;
	z-index: 99999999;
}

.nav-links {
	display: flex;
	list-style: none;
}

.nav-links a {
	text-decoration: none;
 
	position: relative;
 
	display: inline-block;
 
	padding: 0 20px;
	color: #000;

}



   
@media only screen and (min-width: 971px) {
	
	header.top {
		display: flex;
		justify-content: center;
 
		align-items: center;
 
	}

	.nav-container {
		flex-grow: 1;
		display: flex;
		justify-content: center;
 
		align-items: center;
 
	}

	.nav-links {
		margin-left: 0;
 
		margin-right: 10rem;
		display: flex;
		list-style: none;
	}

	.menu-toggle,
      .close-icon {
		display: none;
 
	}

	.logo {
		display: block;
 
	}
}

.logo img {
	max-height: 80%;
 
	vertical-align: middle;
	border: 0;
}

.mlogo {
	display: none;
}

.menu-toggle {
	width: 60px;
	height: 60px;
	background: url('/images/navicon.png') no-repeat center;
	background-size: 40%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.close-icon {
	display: none;
 
	width: 15px;
	height: 15px;
	background: url('/images/close.png') no-repeat center;
	font-size: 24px;
	color: #222;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 15px;
	z-index: 99999999;
}


.nav-links {
    display: flex;
    list-style: none;
    margin-left: auto; 

}

.nav-links a {
    text-decoration: none; 
    position: relative; 
    display: inline-flex; 
    align-items: center; 
    margin-left: 28px;
    color: #000;
    padding-bottom: 5px; 
	padding-top: 5px; 
    transition: color 0.3s ease, background-color 0.3s ease; 
	border-radius:15px;
}



.nav-links a:hover {
    color: skyblue; 
    background-color:gray;
border-radius:15px;
  transition: color 0.3s ease, background-color 0.3s ease; 
	
}






	    
@media only screen and (min-width: 971px) {
	
	header.top {
		display: flex;
		justify-content: center;
 
		align-items: center;
 
	}

	.nav-container {
		flex-grow: 1;
		display: flex;
		justify-content: center;
 
		align-items: center;
 
	}

	.nav-links {
		margin-left: 0;
 
		margin-right: 10rem;
		display: flex;
		list-style: none;
	}

	.menu-toggle,
      .close-icon {
		display: none;
 
	}

	.logo {
		display: block;
 
	}
}

    
       
@media only screen and (max-width: 970px) {
	.menu-toggle {
		display: block;
 
		display: block;
 
	}

	.mlogo {
		display: block;
 
	}

	.nav-links {
		flex-direction: column;
 
		position: fixed;
		top: 0;
		right: -250px;
 
		width: 180px;
		height: 100vh;
		background-color: #f9f9f9;
		padding-top: 60px;
 
		transition: right 0.3s ease-in-out;
		z-index: 9999;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
 
		overflow-y: auto;
 
	}

	.nav-links.show-mobile {
		right: 0;
 
	}

	.nav-links li {
		margin-bottom: 10px;
 
	}

	.nav-links a {
		padding: 10px 20px;
		width: 100%;
		transition: background-color 0.3s, color 0.3s;
		display: inline-block;
		border-bottom: 1px solid #ddd;
	}

	.nav-links a:hover {
		background-color: #007bff;
		color: white;
	}

      
	.mobile-nav-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 9998;
	}

	.mobile-nav-overlay.show {
		display: block;
	}

      
	.close-icon.show {
		display: block;
 
	}

      
	.logo-mobile {
		display: none;
		margin-bottom: 10px;
	}

	.nav-links.show-mobile .logo-mobile {
		display: block;
	}
}

.customer-name {
	font-size: 1.1em;
	margin: 0 0 5px;
}

.review-text {
	font-size: 0.9em;
	color: #555;
}

.navigation ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

.navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

.main-content {
	padding: 2rem 0;
}

.hero {
	color: #000;
	padding: 1rem;
	border-radius: 8px;
	text-align: center;
}

.hero h1 {
	font-size: 2.5rem;
}

.hero p {
	font-size: 1.2rem;
	padding-top: 20px;
}

.hero button {
	background-color:#dbe3e5;
	color: #fff;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 20px;
}

.hero button a {
	text-decoration: none;
	color: #000;
}

.hero button:hover {
	background-color: #ddd;
	color: #000;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 20px;
}

.cn-title {
	background: url(/images/titlebg.png) no-repeat center center;
	font-size: 25px;
}

.footer {
	background-color: #000;
	color: #848181;
	padding: 2rem 0;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	font-size: 14px;
}

.footer-section h3 {
	font-size: 1.2rem;
}

.footer-section,.footer-section ul {
	list-style: none;
	padding: 0;
}
.footer-section a{color: #848181;text-decoration: none;}
.footer-section ul li a {
	color: #848181;
	text-decoration: none;
	display: block;
	margin: 0.5rem 0;
}

.footer-bottom {
	text-align: center;
	padding: 1rem 0;
	border-top: 1px solid #444;
}


@media (max-width: 768px) {
	.mlogo {
		display: block;
	}

	.navigation ul {
		flex-direction: column;
		align-items: center;
	}

	.footer-content {
		flex-direction: column;
		align-items: center;
	}

	.footer-section {
		margin-bottom: 1rem;
	}
	
		.dual-columns-container {
		flex-direction: column;
		gap: 15px;
 
	}

	.latest-updates, .hot-recommendations, .zl-recommendations {
		width: 100%;
	}
	
	
}




@media (min-width: 600px) {
	.product-item {
		width: 45%;
 
	}
}

@media (min-width: 900px) {
	.product-item {
		width: 30%;
 
	}
}

.product-item:hover {
	transform: scale(1.05);
 
}

.dual-columns-container {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	max-width: 1200px;
	margin: auto;
	gap: 20px;
 
	list-style: none;
}

.latest-updates, .hot-recommendations, .zl-recommendations {
	width: 48%;
 
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 15px;
}


.latest-updates h2 {
	background-color: #93a1af;
 
	color: white;
	padding: 10px;
	margin-top: 0;
	border-radius: 10px 10px 0 0;
 
}

.hot-recommendations h2 {
	background-color: #93a1af;
 
	color: white;
	padding: 10px;
	margin-top: 0;
	border-radius: 10px 10px 0 0;
 
}

.zl-recommendations h2 {
	background-color: #93a1af;
 
	color: white;
	padding: 10px;
	margin-top: 0;
	border-radius: 10px 10px 0 0;
 
}

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

h4 {
	font-size: 2.2rem;
	_font-size: 22px;
}

.symbol {
	margin-right: 10px;
 
}

.date {
	font-size: 12px;
	color: gray;
	margin-left: auto;
 
	display: inline-block;
 
}

.latest-updates li a, .hot-recommendations li a, .zl-recommendations li a {
	display: flex;
	justify-content: space-between;
 
	align-items: center;
	padding: 10px;
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed transparent;
	transition: all 0.3s ease;
}

.latest-updates li i, .hot-recommendations li i, .zl-recommendations li i {
	margin-right: 10px;
 
}

.latest-updates li a:hover, .hot-recommendations li a:hover, .zl-recommendations li a:hover {
	color: red;
 
	text-decoration: underline;
 
}





.soft_show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
	max-width: 1200px;
	margin: auto;
}

.item_show {
	background-color: #fff;
	border-radius: 8px;
	margin: 20px;
	text-align: center;
	width: calc(33.333% - 40px);
 
	box-sizing: border-box;
	font-weight: normal;
	font-size: 15px;
	color: #808080;
	padding: 2rem 3rem;
}

.item_show img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
 
	object-fit: cover;
 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
 
	transition: all 0.3s ease;
 
}

.item_show img:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transform: scale(1.3);
}

.item_show h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	padding: 10px 10px;
}

.item_show p {
	font-size: 15px;
	color: #666;
}


@media (min-width: 768px) {
	.item_show {
		width: calc(33.333% - 40px);
	}
}


@media (max-width: 767px) {
	.item_show {
		width: 100%;
	}
}

.dibu {
	width: 56px;
	height: 56px;
	margin-right: 20px;
	background: url(/images/mlogo.png) no-repeat;
	background-size: 56px;
}
