body{
    background: #fff;

}
/* .quoted-skylight .content {
    padding: 0 0.3rem;
} */
.quoted-skylight {
    padding-bottom: 0.4rem;
    
}
.flex{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.flex2{
    display:flex;
    justify-content:space-around;

}
.searchh{
    line-height:1.3rem;
    background-color:#fff;
    padding:0.2rem;
    
}
.search-look{
    width:95%;
    margin:0 auto;
  /* background:  url('../mimg/quoted-skylight/search_border.png') no-repeat left top; */
  	background-size: 100% 100%;
    /* border-radius:0.5rem; */
	height: 0.8rem;
    padding: 0 0.3rem;
	align-items: center;
	border: 1px solid #A50034;
	background: #fff;
	border-radius: 5px;
}
.search-look input{
    width:80%;
    font-size:0.25rem;
    background-color:rgba(0, 0, 0, 0);
    border:none;
    outline:none;
	color: #121212;
	
}
.search-look img{
    width:0.4rem;
	height: 0.4rem;
}
.content2{
    padding: 0.2rem 0.2rem;

}
.option{
    /* background-color:#242129; */
    color:black;
    text-align:center;
    width:23%;
    padding:0.2rem 0.1rem;
    border-radius:0.18rem;
    margin-bottom:0.2rem;
	color: #F3E9AD;
}
.option .image{
    width:65%;
    margin:0 auto;
}
.image img{
    width:100%;
}

.quoted-skylight{
	background:#fff;
}
.models{
	color: #fff;
}

.model{
	border-bottom: 1px solid #eee;
}

body{
	background: #fff !important;
}

.selectModel, .selectProduct{
	border: 1px solid #F3E9AD;
	color: #F3E9AD;
	background: #fff;
}

body .quoted-skylight{
	background: #fff;
}

.option .image + div{
	display: none;
}