﻿* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.red {
	color: red;
}

.bred {
	color: red;
	font-weight: bold;
}

body {
	font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #484848;
	outline: none;
	overflow-y: scroll;
}

header {
	min-width: 1200px;
}

.headertitle {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}

.headertitle .headerlogin {
	display: flex;
	justify-content: space-between;
}

.headertitle .headerlogin div:last-child {
	margin-left: 20px;
}

#banner {
	border: 5px solid #fff;
	box-shadow: 2px 2px 5px #aaa;
}

.headertitle .headertitlemsg {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.headermain .headertel {
	font-size: 30px;
	color: #ff5e51;
	font-weight: bold;
}

#twitter {
	margin-top: 10px;
}



.headermain {
	width: 1200px;
	height: 100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.headeraddr {
	/* font-weight: bold; */
	font-size: 18px;
}

.headertop {
	border-top: 2px solid #ff5e51;
	/* border-bottom: 1px solid #ff5e51; */
	box-shadow: 2px 2px 2px #ccc;
}

.headermsg,
.headertel,
.headerworking,
.headeraddr {
	text-align: right;
}


.headertop .headertopsrc {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.headertop .headertopsrc a {
	flex: 1 1 25%;
	display: block;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #ddd;
	font-size: 16px;
}

.headertop .headertopsrc a:hover,
.headertop .headertopsrc a.active {
	background-color: #ff5e51;
	color: #fff
}



.headertop .headertopsrc a:last-child {
	border-right: 1px solid #ddd;
}

#main {
	width: 1200px;
	margin: auto;
	margin-top: 10px;
}

footer {
	background: #686868;
	width: 100%;
	min-width: 1200px;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer #footercontent {
	width: 1200px;
	margin: auto;
}

footer #footercontent>div {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

footer #footercontent>div {
	color: #fff;
}

footer #footercontent>div>a {
	color: #fff;
}

footer #footercontent>div>a:hover {
	color: #ff5e51;
}

footer #footercontent div.footerpany {
	display: block;
	text-align: center;
}

footer #footercontent div.footerpany div {
	margin-bottom: 10px;
}






#maincontent {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#maincontent #contentleft {
	flex: 0 0 220px;
}

#maincontent #contentcenter {
	flex: 0 0 740px;
}

#maincontent #contentright {
	flex: 0 0 220px;
}

#maincontent #contenthand {
	flex: 0 0 970px;
}

.item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item .itemlie {
	width: 165.5px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 5px;
	position: relative;
}

.item .itemlie .itemPurchase {
	position: absolute;
	padding: 1px;
	width: 20px;
	text-align: center;
	background-color: #2551ff;
	color: #fff;
	right: 3px;
	top: 3px;
	border-radius: 2px;
}

.item .itemlie .itemimg {
	width: 165.5px;
	height: 165.5px;
}

.item .itemlie .itemimg img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}


/* product */
.product .itemlie {
	width: 174px;
}


.product .itemlie .itemimg {
	width: 174px;
	height: 174px;
}



#search {
	margin: 50px 0;
}

#search .searchform {
	display: flex;
	justify-content: center;

}

.layui-btn {
	background-color: #ff5e51;
}


.filetick {
	font-size: 16px;
}

.filetick-title {
	font-size: 26px;
	text-align: center;
	line-height: 100px;
}









#search .layui-form-item .searchinput {
	flex: 0 1 40%;
}

#search .layui-form-item .searchsubmit {
	flex: 0 1 20%;
}

#menufater {
	border: 1px solid #ddd;
}

#menufater .menulie {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

#menufater .menulie:last-child {
	border-bottom: 0;
}

#menufater .menulie .menutitle {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

#menufater .menulie .menutitle:hover {
	background-color: #efefef;
	cursor: pointer;
}

#menufater .menulie .menuChild {
	margin-left: 20px;
}

#menufater .menulie .menuChild>a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

#menufater .menulie .menuChild>a:hover {
	background-color: #efefef;
}

#menufater .menulie .menuChild>a:last-child {
	border: 0;
}

#contentright .downfile {
	margin-bottom: 10px;
}

#contentright .downfile {
	width: 100%;
	background-color: #ff5e51;
	padding: 5px 0;
}

#contentright .downfile:hover {
	opacity: 0.8;
}

#contentright .downfile a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}

#contentright .downfile a div:first-child {
	font-size: 20px;
}




/* #news   */

#news .newstitle {
	background-color: #ff5e51;
	padding: 10px;
	color: #fff;
}

#news .newstitle i {
	color: #fff;
	margin-right: 10px;
}

#news .newstext {
	padding: 10px;
	border: 1px solid #ff5e51;
}

#news .newstext .newslie {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#news .newstext .newslie:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

#news a:hover {
	text-decoration: underline;
	color: #ff5e51;
}

.swiper-pagination-bullet {
	width: 50px !important;
	border-radius: 0% !important;
	height: 3px !important;
}

.swiper-pagination-bullet-active {
	background-color: #ff5e51 !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #686868 !important;
}

#connectme {

	width: 100%;
}

#connectme>div {

	margin: 10px 0;
	display: flex;
	justify-content: center;
}

#connectme>div img {
	width: 100%;
}

#top {
	width: 60px;
	height: 60px;
	background-color: #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

#top:hover {
	background-color: #bbb;
}

#top i {
	color: #fff;
}

/* page */
.page {
	display: flex;
	justify-content: flex-end;
}

.page .layui-laypage a,
.page .layui-laypage span {
	height: 38px;
	line-height: 36px;
	margin-bottom: 0;
}

.page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #ff5e51;
}

.page .layui-laypage a:hover {
	color: #ff5e51;
}


.layui-icon-top {
	font-size: 60px;
}

.junk_name {
	font-size: 13px;
}

.loginandregister {
	width: 800px;
	margin: 50px auto 300px auto;
	/* border: 1px solid red; */
}

.loginandregister .layui-form-item {
	display: flex;
	justify-content: center;
}


.dispatch_jump {
	width: 800px;
	text-align: center;
	margin: 30px auto 30px auto;
}

.dispatch_jump .image {
	display: flex;
	justify-content: center;
}

.dispatch_jump .image_div {
	margin: auto;
	width: 200px;
	height: 200px;
	background-size: 100%;
}

.dispatch_jump h1 {
	margin: 20px 0;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}


.loginandregister .layui-form-label {
	width: 130px;
}

.loginandregister .layui-form-item .layui-input-inline {
	width: 400px;
}

.loginandregister .emailaccount {
	position: relative;
}

.loginandregister .emailaccount .getemail {
	position: absolute;
	top: -9px;
	right: 115px;
}

.loginandregister .buttonemail {
	width: 150px;
}

.loginandregister .loginbtn {
	width: 200px;
}



#menufater-title {
	background-color: #ff5e51;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#menufater-title {
	display: none;
}

@media screen and (max-width:760px) {
	#menufater {
		border-top: none;
	}

	#menufater-title {
		display: block;
	}

	#menufater {
		display: none;
	}

	header {
		min-width: 100%;
		width: 100%;
	}

	.headertitle {
		padding: 0 10px;
	}

	.headertitle .headertitlemsg {
		width: 100%;
	}

	.headertitle .headertitlemsg div:first-child {
		font-size: 12px;
	}

	#main {
		width: unset;
		padding: 10px;
		margin: 0;
	}

	#banner img {
		width: 100%;
	}

	.headermain {
		width: unset;
		height: unset;
		display: block;
		padding: 10px;
		padding-bottom: 3px;

	}

	.headermain>div:first-child {
		width: 60%;
		padding-bottom: 5px;
	}

	.headermain>div:first-child img {
		width: 100%;
	}

	.headeraddr {
		font-size: unset;
	}

	.headermain .headertel {
		font-size: 16px;
	}

	.headertop {
		width: unset;
		border-top: 2px solid #ff5e51;
		border-bottom: 1px solid #ff5e51;
		box-shadow: 1px 1px 2px #ccc;
	}

	.headertop .headertopsrc {
		width: unset;
	}

	.headertop .headertopsrc a {
		width: 20%;
		font-size: unset;
		height: 30px;
		line-height: 15px;
		padding: 10px;
	}

	.headertop .headertopsrc a:first-child {
		border-left: unset;
		line-height: 30px;
	}

	.searchinput,
	.searchsubmit {
		margin: 0 !important;
	}

	#search .searchform {
		display: flex;
		justify-content: space-between;
	}

	#search .layui-form-item {
		margin-bottom: 0;
	}

	#search .layui-form-item .searchinput {
		flex: 1 1 80%;
	}

	#search .layui-form-item .searchsubmit {
		margin-left: 10px !important;
		flex: 1 1 auto;
	}

	#search .layui-form-item .searchsubmit input[type='submit'] {
		width: 100%;
	}

	#search {
		margin: 10px 0;
	}

	.layui-form-item .layui-input-inline {
		left: unset;
	}

	#banner {
		border: 5px solid #fff;
		box-shadow: 1px 1px 2px #ccc;
	}

	.loginandregister .layui-form-item {
		margin-bottom: 20px;
	}

	.searchkeyword>a {
		margin: unset;
		margin: 10px 10px 0 0 !important;
	}

	#maincontent {
		display: unset;
		margin-top: unset;
	}

	#connectme {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 10px;
	}

	#connectme>div {
		flex: 0 1 49%;
		align-items: center;
		border-radius: 8px;
		margin: unset;
		margin-top: 10px;
	}

	#top {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.5);
	}

	#top i {
		font-size: 30px;
	}

	.product .itemlie,
	.item .itemlie {
		width: 45%;
		padding: 5px;
	}

	.product .itemlie .itemimg {
		margin: auto;
		width: unset;
		height: unset;
	}

	.item .itemlie .itemimg {
		width: unset;
		height: unset;
	}

	.item .itemlie .itemimg img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}

	/* footer */
	footer {
		background: #686868;
		width: auto;
		min-width: unset;
		margin-top: 0;
		padding: 10px;
	}

	footer #footercontent {
		width: auto;
		margin: auto;
	}

	footer #footercontent>div:nth-child(2) {
		display: block;
		margin-top: unset;
		margin-bottom: 10px;
	}

	footer #footercontent>div:nth-child(2) a {
		margin: 0 5px;
	}

	footer #footercontent>div {
		margin-top: 0;
	}

	/* login */
	.loginandregister {
		width: unset;
		margin: 10px auto 200px auto;
		padding: 10px;
	}

	.loginandregister .layui-form-label {
		display: none;
	}

	.loginandregister .layui-form-item .layui-input-inline {
		margin: 0;
	}

	.loginandregister .layui-input-block {
		margin-left: unset;
	}

	.loginandregister .emailaccount .getemail {
		position: absolute;
		top: -9px;
		right: -10px;
	}

	.filetick-title {
		font-size: 22px;
		text-align: center;
		line-height: 50px;
	}

	.headertitle .headerlogin div:last-child {
		margin-left: 10px;
	}

	#connectme {
		display: none;
	}

	#menulist {
		margin-bottom: 10px;
	}
}