/* header */
body .header {
	/* background-color: #0E101F; */
	background: #222222;
	height: 1.2rem;
	position: relative;
	box-shadow: 0.11rem 0.05rem 0.21rem rgba(0, 0, 0, 0.1);
}

.header .logo {
	width: 1.96rem;
	height: 0.84rem;
	margin: 0 auto;
	font-size: 0;
}

.header .logo img {
	width: 100%;
	height: 100%;
	/* margin-top: 0.18rem; */
}

.header.quoted-category-color .logo {
	width: 2.2rem;
	height: 0.64rem;
}

.header.quoted-category-color .logo img {
	margin-top: 0.3rem;
}

.header .nav-logo {
	position: absolute;
	width: 0.65rem;
	height: 0.5rem;
	display: inline-block;
	font-size: 0;
	left: 0.43rem;
	top: 0.4rem;
}

.header .nav-logo img {
	width: 100%;
	height: 100%;
}

.header .nav-warp {
	width: 3.5rem;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 1.2rem;
	left: 0.2rem;
	background: #222222;
	transition: all 0.5s;
	z-index: 10;
}

.header .nav-warp.active {
	height: 8.1rem;
}

.header .nav-cell {
	height: 0.9rem;
	width: 100%;
	display: flex;
	font-size: 0.3rem;
	align-items: center;
	border-top: 1px solid #383838;
	color: #fff;
	padding-left: 0.5rem;
	position: relative;
	transform: all 0.3s;
}

.header .nav-cell::after {
	content: '>';
	color: #d2d2d2;
	position: absolute;
	right: 0.3rem;
	font-family: '宋体';
	font-weight: bold;
}

.header .nav-cell.active::after {
	transform: rotate(90deg);
}

.header .nav-cell:first-child {
	border-top: none;
}

.header .nav-cell .nav-cell-icon {
	width: 0.5rem;
}

.header .nav-cell .nav-cell-icon img {
	width: 100%;
}

.header .nav-cell .nav-cell-txt {
	margin-left: 0.2rem;
}

.header .sub-nav {
	position: absolute;
	left: 3.8rem;
	top: 3.9rem;
	background: #fff;
	z-index: 10;
	width: 2.6rem;
}

.header .sub-nav .nav-cell {
	padding-left: 0.2rem;
}

.header .sub-nav .nav-cell::after {
	content: '';
}

.header .search {
	width: 0.47rem;
	height: 0.4rem;
	position: absolute;
	top: 0.4rem;
	right: 0.43rem;
	font-size: 0;
}

.header .search img {
	width: 100%;
	height: 100%;
}

/* footer */
.footer {
	background-color: #fff;
	padding-bottom: 1.2rem;
}

.footer .link {
	padding: 0 0.3rem;
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}

.footer .link .link-cell {
	color: #000;
	font-size: 0.28rem;
	min-width: 3.25rem;
	height: 0.68rem;
	line-height: 0.68rem;
	text-align: center;
	border: 1px solid #6c6c6c;
	margin-top: 0.3rem;
}

.footer .phone {
	padding-top: 0.4rem;
	color: #000;
	text-align: center;
	font-size: 0.28rem;
}

.footer .phone a {
	color: #000;
	font-size: 0.36rem;
}

.footer .company {
	color: #000;
	text-align: center;
	margin-top: 0.2rem;
}

.footer .beian {
	color: #000;
	text-align: center;
	margin-top: 0.1rem;
}

/* mini-menu */
.mini-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: none;
	background: #fff;
	z-index: 10;
	height: 1rem;
}

.mini-menu .cell {
	flex: 1;
	text-align: center;
	padding: 0.1rem 0;
	font-size: 0;
}

.mini-menu .cell .icon {
	width: 0.47rem;
	height: 0.41rem;
	display: inline-block;
}

.mini-menu .cell .name {
	color: #000;
	font-size: 0.26rem;
	margin-top: 0.1rem;
}

.mini-menu .cell:nth-child(1) .icon {
	background: url('../mimg/mini-icon-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(1).active .icon {
	background: url('../mimg/quoted-skylight/nav1-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(2) .icon {
	background: url('../mimg/mini-icon-2.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(2).active .icon {
	background: url('../mimg/quoted-skylight/nav2-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(3) .icon {
	background: url('../mimg/mini-icon-3.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(3).active .icon {
	background: url('../mimg/quoted-skylight/nav3-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(4) .icon {
	background: url('../mimg/mini-icon-4.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(4).active .icon {
	background: url('../mimg/quoted-skylight/nav4-1.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(5) .icon {
	background: url('../mimg/mini-icon-5.png') no-repeat left top/100% 100%
}

.mini-menu .cell:nth-child(5).active .icon {
	background: url('../mimg/quoted-skylight/nav5-1.png') no-repeat left top/100% 100%
}

.toolbar .title {
	font-size: 16px !important;
	line-height: 40px !important;
	height: 40px !important;
}

.toolbar .picker-button {
	font-size: 14px !important;
	line-height: 40px !important;
	height: 40px !important;
}

.toolbar .toolbar-inner {
	height: 40px !important;
}

.weui-picker-modal .picker-item,
.weui-picker-modal .picker-items {
	font-size: 16px !important;
}

.weui-picker-modal,
.weui-picker-modal .picker-modal-inner {
	height: 300px !important;
}


/* 9/4 */
body {
	background: #fff;
}

.header {
	background: #fff;
}

.header .nav-warp {
	background: rgba(0, 0, 0, 0) url('../mimg/nav_bg.png') no-repeat left top;
	background-size: 100% 100%;
}

.header .nav-cell::after {
	color: #fff;
}

.header .nav-cell {
	color: #fff;
	border: 0;
}

.header .nav-logo {
	/* 	width: 244px;
	height: 46px; */
	width: 22px;
	height: 14px;

}

.header .logo {
	width: 122px;
	height: 43px;
	padding-top: 20px;
}

body .home .category .title {
	background: rgba(0, 0, 0, 0) url('../mimg/ban_bg.png') no-repeat left top;
	background-size: 100% 100%;
	color: #F48222;
	margin: 0;
	background: #fff;
	color: #333;
}


body .home .category .btn_prev,
body .category .btn_next,
body .home .category .desc,
body .home .article .article-cell .wrap .title,
body .home .example .pic .name,
body .home .example .title {
	color: #F48222;
}

.category,
body .home .example,
body .home .example .title {
	background: #fff !important;
}

body .home .article {
	background: #F5F5F5 !important;
}

body .home .article .article-cell .wrap .content {
	color: #999;
}

body .home .article .article-cell {
	border: 0;
	position: relative;
}

body .home .article .article-cell::after {
	content: "";
	display: block;
	width: 100%;
	background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

body .home .article .article-cell:nth-last-child(1)::after {
	display: none;
}

body .home .article .article-cell .go img {
	width: 0.36rem;
	height: 0.36rem;
}

body .home .example .title span::before {
	/* background: linear-gradient(180deg, #B68131 0%, #F6EFB4 100%); */
	background: #F48222;
}

.home .example .pic img {
	border-radius: 5px;
}

.home .article .article-cell .img img {
	border-radius: 6px;
}

.header .sub-nav {
	background: rgba(0, 0, 0, 0) url('../mimg/nav_bg.png') no-repeat left top;
	background-size: 100% 100%;
}

.header .nav-warp {
	position: fixed;
	left: 0;
	top: 0;
	width: 3.5rem;
	height: 100%;
	background: #222;
	display: none;
}

.header .nav-warp.active {
	height: 100%;
	display: block;
}

.header .nav-cell .nav-cell-icon {
	display: none;
}

.header .nav-cell {
	height: 45px;
	color: #fff;
	border-bottom: 1px solid #383838;
}

.header .nav-cell::after {
	color: #fff;
}

.header .sub-nav {
	background: #fff;
	border: 1px solid #383838;
	position: fixed;
}

.header .sub-nav {
	left: 3.5rem;
	top: 135px;
}

.header .nav-cell .nav-cell-txt {
	margin-left: 0;
}



body .search-look {
	border-color: #ddd;
}

body .option .image+div {
	display: block;
	color: #333;
}

body .option {
	background: #F7F7F7;
}

.home .category .desc {
	background: #F5F5F5;
	margin: 0;
	padding: 20rpx 0;
}

body .home .category .desc {
	color: #333;
	margin: 0 0 10px;
}

body .header .nav-cell .nav-cell-icon {
	display: block;
	margin-right: 5px;
}

.header .nav-warp.active {
	left: 20px;
	top: 45px;
	border-radius: 5px;
	height: auto;
}


.foot {
	background: #0E101F;
	border-top: 2px solid #F48222;
	padding: 22px 0;
	color: #fff;
	font-size: 12px;
}

.foot .page-list {
	text-align: center;
	margin-bottom: 12px;
}

.foot .page-list a {
	color: #fff;
}

.foot .page-list span {
	margin: 0 10px;
}

.foot .cortext {
	color: #6F6F6F;
	text-align: center;
}






body .home .example .title span,
body .home .example .pic .name,
body .home .article .article-cell .wrap .title {
	color: #333;
}




body .submit a,
body .dealer_info .submit,
body .dealer_info .submit button,
body .quailty_result .back {
	background: #F48222;
	color: #fff;
}

body .title p span {
	color: #F48222 !important;
}

body .checked-list .checked-title {
	background: #F48222;
	color: #fff;
}

body .header .sub-nav {
	background: #222;
}

body .quailty_result .back button,
body .news .article .article-cell .wrap .title {
	color: #222;
}

body .news .article .article-cell::after {
	background: #DDDDDD;
}

.news .article .article-cell .wrap {
	flex: 1;
}

body .product-desc .title .modal-select h4 {
	background: #F48222;
}

body .product-desc .title .modal-select {
	border-color: #F48222;
}

body .product-desc .title {
	color: #F48222;
	border-bottom: #F48222;
}

body .product-desc .title .modal-select .list a,
body .quoted-skylight .allPrice1,
body .quoted-skylight .allPrice {
	color: #F48222;
}

.quoted-skylight .model-selec .model {
	background: #F48222;
	color: #fff;
}


body .quoted-skylight .select-list,
body .quoted-skylight .select-list2 {
	border-color: #F48222;
}

.login .title img {
	display: none;
}

.login .form {
	background: rgba(255, 255, 255, 0.3);
	padding: 30px 20px;
	box-sizing: border-box;
	margin: 0;
}

body .quailty_result .back button {
	color: #fff;
}

body .example-content .swiper-container-detail_pics.swiper-container .swiper-slide {
	background: #fff;
}

body .example-content .category {
	border-top: 2px solid #F48222;
}

body .example-content .example {
	padding-bottom: 0.2rem;
}

body .example-detail .toggle .btn.active::after {
	background: #F48222;
}

body .example-content .modal-brand .list .list-cell p,
body .example-content .category .select .modal-select .list a {
	color: #222;
}

body .example-content .modal-brand {
	background: #fff;
}

body .example-content .category .select .modal-select h4 {
	background: #F48222;
}

body .example-content .category .select .modal-select .list {
	background: #fff;
}

body .example-content .category .select .modal-select .list a::after {
	border-left-color: #666;
}

.example-content .modal-brand .list .list-cell .img {
	margin: 0 auto;
}

/* pc端 */
@media (min-width: 900px) {
	html {
		font-size: 50px !important;
	}

	.header .nav-logo {
		display: none;
	}

	body .header {
		height: 100px;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
	}

	.header .nav-warp {
		display: flex !important;
		position: relative;
		top: 0;
		left: 0;
		width: 1200px !important;
		height: 100px;
		padding: 0;
		box-sizing: border-box;
		align-items: center;
		margin: 0 auto;
		padding-left: 200px;
	}

	.header .nav-cell {
		flex: 1;
		text-align: center;
		border: none;
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		max-width: 120px;
	}

	.header .logo {
		position: absolute;
		z-index: 99;
		left: 2%;
		top: 0;
		width: 180px;
		height: 100px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.header .logo img {
		width: 180px;
		height: auto !important;
	}

	body .header .nav-cell .nav-cell-icon {
		display: none;
	}

	.header .nav-cell::after {
		display: none;
	}

	.header .sub-nav {
		left: 50%;
		top: 100px;
		/* margin-left: -240px; */
		margin-left: -70px;
		padding: 10px 0;
	}

	.header .sub-nav .nav-cell {
		max-width: 100%;
		line-height: 40px;
		height: 40px;
	}
	
	.home{
	/* 	width: 1200px;
		margin: 0 auto; */
	}
	.banner .swiper-container{
		/* height: 500px; */
	}
	.banner .swiper-container img{
		/* width: 1200px;
		top: 50%;
		transform: translate(0,-50%); */
	}
	.home .category,
	.home .example,
	.home .article{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	body .home .category .title{
		font-size: 20px;
		font-weight: bold;
	}
	body .home .category .desc {
		color: #333;
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 1.5;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	
	.home .swiper-container-detail_pics.swiper-container .swiper-slide-active img,.home .example .pic img{
		width: 500px !important;
		height: 500px !important;
		box-shadow: none !important;
		object-fit: cover; 
		
	}
	.home .example .pic .name{
		font-size: 16px;
		width: 500px;
		text-align: center;
		
	}
	.home .example{
		width: 1200px;
	}
	.home .article{
	}
	body .home .article{
		display: flex;
		flex-wrap: wrap;
	}
	body .home .article .article-cell{
		width: 50%;
	}
	.home .article .article-cell .wrap{
		width: 440px;
	}
	/* .category .swiper-container{
		height: 500px;
	}
	.category .swiper-container img{
		width: 1200px;
		top: 50%;
		transform: translate(0,-50%);
	} */
	
	body .brand-desc,
	body .product-desc,
	body .quoted-skylight,
	body .example-content,
	body .news-detail{
		width: 1200px;
		margin: 0 auto;
		min-height: 500px;
	}
	body .brand-desc > div{
		height: auto !important;
	}
	
	body .product-desc img{
		width: 100%;
	}
	body .quoted-skylight .image img{
		width: 150px;
		height: auto;
		display: block;
		margin: auto;
	}
	
	body .quoted-skylight  .search-look{
		width: 100%;
	}
	
	.login .form{
		width: 500px;
		margin: 0 auto;
	}
	
	.login .submit a{
		width: 100%;
		margin: 0;
	}
	
	.dealer_info,.quailty_result{
		width: 700px;
		margin: 0 auto;
	}
	body .example-content .example .pic img{
		height: 500px;
		object-fit: cover; 
	}
	
	body .example-content .category .select-cell{
		text-align: left;
	}
	body .example-content .modal-brand{
		width: 1000px;
		left: 50%;
		top: 50%;
		height: 500px;
		transform: translate(-50%,-50%);
	}
	body .example-content .modal-brand .list{
		height: 400px;
	}
	body .example-content .modal-brand .list .list-cell{
		width: 14.2%;
	}
	body .store{
		width: 1000px;
		margin: 0 auto;
		min-height: 500px;
	}
	body .modal-area-wrap{
		padding: 0 30% !important;
		box-sizing: border-box;
	}
	body .store .list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		justify-content: space-between;
	}
	body .list .list-cell{
		width: 49%;
		margin: 0 0 10px;
		padding: 0;
	}
	body .search-wrap{
		width: 95%;
	}
	body{
		height: auto;
		padding: 0;
	}
	
	body .product-desc .title{
		margin: 0 0 20px;
	}
	
	
	body .example-detail .content-img .desc{
		width: 1200px;
	}
	
	body .quoted{
		width: 1000px;
		margin: 0 auto;
	}
	
	
	body .home .swiper-container-detail_pics.swiper-container{
		width: 100%;
		transform: translate(0);
	}
}
