html {
	font-size: 10px
}

p {
	padding: 0px;
	margin: 0px;
}

[v-cloak] {

	display: none;

}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	font-size: 0px;
}
.no-List {
			width: 100%;
			height: 100px;
			line-height: 100px;
			text-align: center;
			font-size: 20px;
			
		}
.over {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.over1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.over2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.empty-div {
	width: 100%;
	height: 60px;
}

a:focus,
a:hover {
	text-decoration: none;
}

.navbar-default {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.navbar-nav {
	width: 100%;
}

.navbar-nav_liWrapper {
	background: rgba(0, 0, 0, 0.6);
}

.navbar-nav li {
	width: 100px;
	text-align: center;
	height: 60px;
	line-height: 60px;

}

.navbar-default .navbar-nav li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding: 0;
	height: 60px;
	line-height: 60px;
}


.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #FFE300;
	opacity: 1;
	background: #282828;
}

.layui-form-select {
	display: none;
}

.navbar-brand {
	padding-top: 0px;
	max-width: 150px;
}

.bg_White {
	background: #FFE300;
	height: 60px;
}

.mobile_logo {
	display: none;
}

.logo {

	width: 100px;
	height: 30px;
	margin-top: 16px;
	display: inline-block;
}

.dianhua {
	float: right;

}

.navbar-nav .dropdown:hover .cuihua {
	display: block;
}

.dianhua .cuihua {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 100px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dianhua .cuihua li {
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.dianhua .cuihua li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

.dianhua .cuihua li:hover {
	opacity: 1;
	background: #282828;
}

.dianhua .cuihua li:hover a {
	color: #FFE300;
}

.navbar {
	margin-bottom: 0px;
}

.modal-footer {
	border-top: none;
	padding: 0px;
	padding-top: 50px;
	height: 476px;
	text-align: left;
	width: 100%;
	background-image: url(../images/footer-bg.png);
	background-size: 100% 100%;
	font-size: 0px;
}


.footer-logo-div {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo-div .footer-logo {
	width: 50px;
	height: auto;

}

.navlist p a,
.foottext p {
	color: #fff;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
}

.foottext .title {}

.navlist .title {
	padding-bottom: 20px;
}

.foottext .title,
.navlist .title a {
	font-size: 24px;
	color: #FFFFFF;
	height: 34px;
	line-height: 24px;
	opacity: 1;
}

.padding-leftStyle {
	color: rgba(255, 255, 255, 0);
}

.foottext p {
	font-size: 14px;
	height: 28px;
	opacity: 0.8;
	line-height: 28px;
}

.footer-code {
	margin-top: 60px;
	width: 121px;
	height: 121px;
	margin-right: 20px;
}

.copyright-top {
	margin-top: 30px;
}

.copyright {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
	opacity: 1;
	padding-left: 10px;
}

.copyright2 a {
	color: #FFFFFF;

}
.copyright2 .icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.copyright a {
	color: #FFFFFF;

}

.copyright2 {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
	opacity: 1;
	padding-left: 10px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* //轮播图 */
.swiper-container {
	padding-top: 55px;
	width: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.swiper-slide>img {
	width: 100%;
	height: auto;
	
}

.swiper-wrapper {
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	width: 34px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 6px;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width:1400px) {
	.swiper-slide>img {

		height: 470px;
	}

	.swiper-wrapper {
		height: 470px;

	}
}

/*合作伙伴*/
.partners_box {
	width: 100%;
	background: #F2F2F2;
	overflow: hidden;
}

.partners_box .partners_text {
	width: 1200px;
	margin: auto;
	padding: 60px 0;
	overflow: hidden;
}

.partners_box .partners_text h1 {
	width: 100%;
	text-align: center;
	font-size: 26px;
}

.partners_box .partners_text .logo_box {
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
}

.partners_box .partners_text .logo_box dd {
	width: 100%;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	margin-top: 40px;
	overflow: hidden;
}

.partners_box .partners_text .logo_box a {
	display: block;
	width: 16.5%;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center;
	border-right: solid 1px #f2f2f2;
	opacity: 0.9;
	float: left;
}

.partners_box .partners_text .small_title {
	display: block;
	width: 130px;
	margin: auto;
	text-align: center;
	padding: 20px 0;
	color: #666;
}

.partners_box .partners_text .small_title:hover {
	color: #0eb83a;
	cursor: pointer;
}

/* //品牌 */
.cuihuanav-tab {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cuihuanav-tab .itemsss {
	display: flex;
	justify-content: space-between;
	z-index: 10;
}

.cuihuanav-tab .itemsss .span {
	height: 31px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	line-height: 31px;
	color: #000000;

	opacity: 1;
	position: relative;
}

.cuihuanav-tab .itemsss .active {
	font-size: 22px;
	font-weight: 600;
}

.cuihuanav-tab .itemsss .span .spanLine {
	position: absolute;
	width: 111px;
	height: 6px;
	background: #FFE300;
	opacity: 1;
	border-radius: 1px;
	bottom: 2px;
	z-index: -1;
	transform: translate(-50%);
	left: 50%;
	display: none;
	border-radius: 3px;
}

.cuihuanav-tab .itemsss .active .spanLine {
	display: block;
}

/* //右边推荐 和分页 */
.recommend {
	margin-left: 60px;
	margin-top: 39px;
}

.recommend .recommendCode {
	width: 347px;
	height: 279px;
	background: #FFFFFF;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recommend .recommendCode .code {
	width: 212px;
	width: 212px;
	background: #000000;
	opacity: 1;
}

.recommendList {
	width: 347px;
	background: #FFFFFF;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
	opacity: 1;
	margin-top: 11px;
	padding: 0px 16px;
	box-sizing: border-box;
}

.recommendList .about-title {
	width: 100%;
	height: 36px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 36px;
	color: #979797;


}

.recommendList .item {
	height: 116px;
	border-top: 2px solid #F2F2F2;
	cursor: pointer;
}

.recommendList .item .title {
	height: 41px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 41px;
	color: #000000;
}

.recommendList .item .text {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	line-height: 17px;
	color: #979797;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.recommendList .item:hover .title {
	color: #FF6A21;
}

.recommendList .item:hover .text {
	color: #000000;
}

.navigation {
	padding-top: 70px;
	padding-bottom: 105px;
	width: 100%;
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #D2D2D2;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	margin: 0px 10px;
}


.pagination>li>a:hover,
.pagination>li .active {
	color: #D2D2D2;
	background: #FFE300;
	color: #000000;
	border: 1px solid #FFE300;
}


.pagination>li:first-child>a {
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
}

.pagination>li:last-child>a {
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
}

/* //点击后买弹窗 */
.modle {
	width: 400px;
	height: 400px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	border-radius: 10px;
	-moz-box-shadow: 1px 3px 16px #888888;
	/* 老的 Firefox */
	box-shadow: 1px 3px 16px #888888;
	
}

.modle .recomend {
	position: relative;
	width: 400px;
	height: 400px;
	padding: 20px 30px;
	box-sizing: border-box;
	display: flex;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	background-color: #FFFEFF;
}

.modle .recomend .close {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-align: right;
	opacity: 1;
}

.modle .recomend img {
	width: 300px;
	height: 300px;
}

.hardwareDetail p {
	line-height: 24px;
	margin-bottom: 10px;
}
