body{
    background:#fff;
}
.example-content .example {    padding-bottom: 0.5rem;
}

.example-content .example .title {
    font-size: 0.45rem;    color: #111;    display: flex;
	height: 1.16rem;
	line-height: 1.16rem;
    justify-content: space-between;padding: 0 0.3rem;
    align-items: center;    /* background:#015591; */
	/* background: #17141c url('../mimg/case_head.png') no-repeat left top; */
	background: #fff;
		background-size: 100% 100%;
		/* color: rgba(0,0,0,0); */
		box-shadow: 0 0 10px #eee;
		}

.example-content .example .title .more {
    font-size: 0.26rem;
}

.example-content .example .pic {    overflow: hidden;
}

.example-content .example .pic img {
    width: 100%;
}

.example-content .example .pic .name {
    color: #333;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.3rem;
}

.example-content .category {
    background-color: #121212;
    position: relative;
}

.example-content .line {
    width: 100%;
    font-size: 0;
    height: 3px;
	display: none;
}

.example-content .line img {
    width: 100%;
    height: 3px;
}

.example-content .category .select {
    display: flex;
    position: relative;	
	/* background: #17141c url('../mimg/csae_select_bg.png') no-repeat left top; */
	background: #fff;
		background-size: 100% 100%;
		height: 0.96rem;

}

.example-content .category .select-cell {
    width: 50%;
    color: #333;
    font-size: 0.3rem;
    text-align: center;
    height: 0.96rem;
    line-height: 0.96rem;
    position: relative;
}

.example-content .category .select-cell.active {
    color: #333;
}

.example-content .category .select-cell::after {
    content: '>';
    position: absolute;
    font-size: 0.33rem;
    transform: rotate(90deg);
    right: 0.7rem;
}

.example-content .category .select .modal-select {
    position: absolute;
    right: 0;
    width: 2.8rem;
    top: 1.1rem;
    max-height: 5rem;
    overflow-y: auto;
}

.example-content .category .select .modal-select.modal-select-category {
    left: 0.3rem;
}

.example-content .category .select .modal-select.modal-select-brand {
    right: 0.2rem;
}

.example-content .category .select .modal-select h4 {
    font-size: 0.3rem;
    background: linear-gradient(90deg,#000, #d8d8d8);
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.4rem;
}

.example-content .category .select .modal-select .list {
    padding: 0.2rem 0 0.2rem 0.3rem;
    background: #fff;
}

.example-content .category .select .modal-select .list a {
    display: block;
    color: #000;
    height: 0.65rem;
    line-height: 0.65rem;
    position: relative;
    padding-left: 0.35rem;
}

.example-content .category .select .modal-select .list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-left: 0.2rem solid #000;
    border-bottom: 0.1rem solid transparent;
    left: 0;
    top: 0.22rem;
}

.example-content .brand {
    padding: 0 0.3rem;

    padding-bottom: 0.5rem;
}

.example-content .brand .brand-cell {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;

}

.example-content .brand .brand-cell:last-child {
    margin-bottom: 0;
}

.example-content .brand .brand-cell .title {
    /* background-image: linear-gradient(#333333, #201f1f); */
    font-size: 0.3rem;
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.example-content .brand .brand-cell .title .detail {
    font-size: 0.2rem;
    color: #333;
}

.example-content .brand .brand-cell .car {
    display: flex;
    justify-content: space-between;

}

.example-content .brand .brand-cell .car-img{
    width: 31%;
}

.example-content .brand .brand-cell .car-img img {
    width: 100%;
}

/* 选择品牌 */
.example-content .modal-brand {
    position: fixed;
    top: 3rem;
    left: 0.2rem;
    right: 0.2rem;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0 0.4rem 0.6rem;
    z-index: 9;
}

.example-content .modal-brand .title {
    color: #000;
    font-size: 0.36rem;
    padding: 0.3rem 0;
}

.example-content .modal-brand .title .close {
    position: absolute;
    right: 0.4rem;
    top: 0.12rem;
    font-size: 0.6rem;
    transform: rotate(45deg);
}

.example-content .modal-brand .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 6.8rem;
    overflow-y: auto;
}

.example-content .modal-brand .list .list-cell {
    width: 25%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0.25rem;
}

.example-content .modal-brand .list .list-cell .img {
    display: flex;
    align-items: center;
    min-height: 1rem;
    width: 0.7rem;
}

.example-content .modal-brand .list .list-cell .img img {
    width: 100%;
}

.example-content .modal-brand .list .list-cell p {
    color: #000;
    margin-top: 0.25rem;
}

.example-content .swiper-container-detail_pics.swiper-container .swiper-slide {
    background-color: #17141c;
}


.example-content .modal-brand{
	background: #17141c;
	border: 1px solid #333;
}
.example-content .modal-brand .title,
.example-content .modal-brand .title .close{
	color: #333;
}.example-content .modal-brand .list .list-cell p,
.example-content .category .select .modal-select .list a{
	color: #fff;
}

.example-content .category .select .modal-select h4{
	background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%);
}
.example-content .category .select .modal-select .list{
	background: #17141c;
}
.example-content .category .select .modal-select{
	border: 1px solid #333;
}
.example-content .category .select .modal-select .list a::after{
	border-left-color: #fff;
}
.example-content .brand{
	text-align: center;
	padding: 0.3rem 0.3rem;
}
/* .example-content .swiper-container-detail_pics.swiper-container {
    width: 200vw;
    transform: translateX(-50vw);
}

.example-content .swiper-slide-shadow-right {
    display: none;
}

.example-content .swiper-slide-shadow-left {
    display: none;
}

.example-content .swiper-container-detail_pics.swiper-container .swiper-slide-active img {
    box-shadow: 0px 15px 15px #000;
} */