body{
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}
.main{
	margin-top: 0.640343rem;
}
.center{
	width: 1100px;
}
.header > .center{
	width: 8.804719rem;
}

.foot-second > .center{
	width: 8.804719rem;
}

@media screen and (max-width: 1920px) {
	.center{
		width: 1100px;
	}
}
.cont-right-box{
	width: 6.291372rem;
	float: right;
}
.text-box{
	border-bottom: 1px #ADAEB2 solid;
	padding: 0.400215rem 0 0.208112rem 0;
}
.border-b-no{
	border-bottom: none;
}
.text-title{
	/*font-size: 0.240129rem;*/
	font-size: 30px;
	color: #2B2B2D;
	/*line-height: 0.384206rem;*/
	line-height: 48px;
}
.text-cont{
	/*font-size: 0.128069rem;*/
	font-size: 16px;
	color: #2B2B2D;
	/*line-height: 0.256137rem;*/
	line-height: 32px;
}

.top-box{
	margin-bottom: 60px;
}
.banner-box{
	width: 100%;
	height: 290px;
	margin-bottom: 96px;
}
.banner{
	width: 100%;
}

.swiper-container {
	width: 980px;
	height: 280px;
	/*padding: 10px 60px 0 60px;*/
	margin: 10px auto 0;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}
.swiper-slide {
	height: 260px;
	border: 1px #e5e5e5 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}
.img-box{
	width: 100%;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/*padding-top: 55px;*/
}
.img-box img{
	width: 178px;
}
.price{
	width: 100%;
	height: 22px;
	font-size: 26px;
	font-weight: bold;
	color: #bda064;
	text-align: center;
	line-height: 22px;
	margin: 10px 0 16px 0;
}
.model-no{
	width: 100%;
	height: 22px;
	font-size: 18px;
	color: #2b2b2d;
	text-align: center;
	line-height: 22px;
}
.swiper-slide:hover{
	-webkit-box-shadow: #e5e5e5 0px 0px 18px;
	-moz-box-shadow: #e5e5e5 0px 0px 18px;
	box-shadow: #e5e5e5 0px 0px 18px;
	border: none;
}
.swiper-button-next, .swiper-button-prev {
	width: 20px;
	height: 36px;
	margin-top: -18px;
	background-size: 20px 36px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('https://static.loho88.com/loho88/images/arrow_left.png');
    -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	cursor: pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('https://static.loho88.com/loho88/images/arrow_right.png');
    -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	cursor: pointer;
}

.pack-up{
	width: 100%;
	font-size: 16px;
	color: #68c9fb;
	text-align: center;
	line-height: 18px;
	margin:20px 0 38px 0;
	display: none;
}
.pack-up-click{
	display: inline-block;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ADAEB2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ADAEB2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ADAEB2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ADAEB2;
}
input:focus{outline:none;}

.search-box{
	 width: 840px;
	 height: 36px;
	 line-height: 36px;
	 padding-left: 260px;
	 margin-bottom:49px;
}
.input-title{
	font-size: 18px;
	color: #2b2b2d;
	line-height: 36px;
	float: left;
}
.input-text{
	width: 358px;
	height: 34px;
	font-size: 16px;
	color: #2B2B2D;
	line-height: 36px;
	text-align: left;
	border: 1px #adaeb2 solid;
	border-radius: 18px;
	padding: 0 28px;
	margin: 0 16px 0 36px;
	float: left;
}
.input-btn{
	display: inline-block;
	width: 92px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	background-color: #2B2B2D;
	cursor: pointer;
	float: left;
}
.input-btn:hover{
	background:-webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(82,82,86,1) 100%);
	background:-o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(82,82,86,1) 100%);
	background:linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(82,82,86,1) 100%);
}

.search-lists{
	width: 100%;
	font-size: 16px;
    color: #2b2b2d;
    line-height: 22px;
    text-align: center;
	/*padding-top: 10px;*/
	display: none;
}
.item-box{
	width: 238px;
	height: 258px;
	border: 1px #e5e5e5 solid;
	margin: 29px 46px 29px 0;
	float: left;
	cursor: pointer;
}
.item-no-margin{
	margin-right: 0px;
}
.item-box:hover{
	width: 240px;
	height: 260px;
	-webkit-box-shadow: #e5e5e5 0px 0px 18px;
	-moz-box-shadow: #e5e5e5 0px 0px 18px;
	box-shadow: #e5e5e5 0px 0px 18px;
	border: none;
}
.item-img{
	width: 100%;
	height: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.item-img img{
	width: 238px;
}
.item-price{
	width: 100%;
	height: 22px;
	font-size: 26px;
	font-weight: bold;
	color: #bda064;
	text-align: center;
	line-height: 22px;
	margin: 10px 0;
}
.item-title{
	width: 200px;
	height: 44px;
	font-size: 14px;
	color: #2b2b2d;
	line-height: 22px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 20px;
}

#box{
	display: none;
}