.body-wallpaper {
	background: #F8F8F8;
}
.section-bread{
	padding: 30px 0;
}
.section-bread span{
	overflow: hidden;
    display: block;
    float: left;
}
.section-bread a{
	font-size: 14px;
	color: #555;
	line-height: 18px;
    height: 18px;
    display: block;
    float: left;
}
.section-bread .arrow{
	width: 14px;
	height: 14px;
	margin: 2px 6px;
    float: left;
}
.breadcrumbs {
    overflow: hidden;
}
.section-brandsDetail{
    margin-bottom: 30px;
}
.wrap-fixed {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.wrap-fixed img{
	max-width: 100%;
    max-height: 100vh;
}
.closeWrap{
	position: fixed;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
	cursor: pointer;
}
.downs-both{
	overflow: hidden;
}
.db-left{
	width: calc((100% - 15px) * 0.793792387);
	float: left;
}
.db-right{
	width: calc((100% - 15px) * 0.206207613);
	float: right;
}
.db-ImgContainer{
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.db-ImgContainer.pc{
	padding-bottom: 56.25%;
}
.db-ImgContainer.phone{
	padding-bottom: 216.53%;
}
.db-ImgContainer img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.only-ImgBox{
	width: 100%;
	overflow: hidden;
}
.only-ImgBox img{
	width: 100%;
}
.db-btn{
	font-size: 2rem;
    width: 25rem;
    height: 5rem;
    line-height: 5rem;
    margin-top: 3rem;
	background: #e60012;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.phoneBox{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.phoneBox:last-child{
	margin-bottom: 0px;
}
.phoneBox img{
	width: 100%;
	height: auto;
}
.phone-lownloadBtn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16); 
	z-index: 9999;
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.phone-lownloadBtn img{
	width: 13px;
	margin-left: 7px;
}
.section-brandsDetail img{
	cursor: pointer;
}
#pc-both, 
#pc-pc, 
#pcBox,
#phoneBox {
    display: none;
}
@media screen and (max-width: 1024px){
	.section-bread{
		padding-top: 0px;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
    .closeWrap{
		position: fixed;
		top: 30px;
		right: 30px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
    .section-brandsDetail {
        margin-bottom: 20px;
    }
}