/*重置样式*/
ul > li {
	list-style-type: none;
}
/*模态框*/
.popup-brandBox{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.3);
}
.popup{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.popup .close{
	position: absolute;
	right: 3%;
	top: 5%;
}
.popup .close svg{
	width: 30px;
	height: 30px;
}
.popup .popup-box{
	padding: 5%;
	max-width: 60%;
	background-color: #fff;
	color: #000;
	text-align: center;
	position: relative;
}
@media screen and (max-width:900px){
	.popup .popup-box{
		max-width: 90%;
	}
}
.popup .popup-box a{
	background-color: #000;
    padding: 10px 25px;
    color: #fff;
    border-radius: 8%;
	display: inline-block;
	cursor: pointer;
}
.popup .popup-box p{
	margin-top: 20px;
	text-align: left;
}
/*首页视频*/
.videoBox{
	display: flex;
	flex-wrap: wrap;
}
.videoBox .video_item{
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.3%;
}
.videoBox .video_item video+p{padding: 0 !important;margin: 0 !important}
.videoBox .video_item:hover .porto_desc{
	border-bottom-color: #dd3333;
}
@media (max-width: 767px){
	.videoBox .video_item{
		width: 100%;
	}
}
/*关于我们 -> 查看历史*/
.historyBox {
	display: flex;
}
.historyBox aside {
	border-right: 1px #e5e5e5 solid;
}
.historyBox aside div {
	padding: 7px 70px 7px 40px;
	font-size: 14px;
	cursor: pointer;
}
.historyBox aside div.active {
	color: #dd3333;
}
.historyBox aside div:hover {
	color: #dd3333;
}
.historyBox .hisContent {
	padding: 7px 30px 0 30px;
}
.historyBox .hisContent .box {
	display: none;
}
.historyBox .hisContent .show {
	display: block;
}
/*品牌代理*/
.elementor-image{
	cursor: pointer;
}
/*品牌系列*/
.brandlist .brandcontent{
	display: flex;
	flex-wrap: wrap;
}
.brandlist .col{
	width: 33.3%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.brandlist .col img{
	width: 100%;
	margin-bottom: 8px;
}
@media (max-width: 767px){
	.brandlist .col {
		width: 100%;
	}
}
/*公司介绍*/
.elementor-tabs-wrapper{
	border-right: 1px #e5e5e5 solid;
}
.elementor-tabs-wrapper>div{
	padding: 12px 20px !important;
}
.elementor-element.elementor-element-b9d472c{
	padding: 0 !important;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{
	padding: 0 !important;
}
/*合作门店*/
.store_offline .selectResult{
	min-height: 20vh;
}
@media (max-width : 767px){
	.store_offline .selectResult{
		min-height: auto;
	}
	.store_offline .selectGroup select{
		width : 100%;
		margin-bottom: 5px;
	}	
}
.store_offline .selectResult{
	margin-top: 30px;
}
.store_offline .selectResult ul{
	margin: 0 !important;
}
.store_offline .selectResult ul>li + li{
	padding-top: 25px;
    border-top: 1px #e6e6e6 solid;
}
/* 合作线上店铺*/
.store_online .online_item{
	margin-bottom: 30px;
}
.store_online .online_item + .online_item{
	padding-top: 30px;
    border-top: 1px #e6e6e6 solid;
}
.store_online .online_item img{
	height: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.store_online .online_item h6{
	font-weight: bold;
}
.store_online .online_item .title{
	display: flex;
	align-items: center;
}
.store_online .online_item .store_name{
	display: flex;
	flex-wrap: wrap;
}
.store_online .online_item .store_name>a{
	width: 25%;
	color: #808080;
	margin: 5px 0;
}
@media (max-width :1200px){
	.store_online .online_item .store_name>a{
		width: 50%;
	}
}
@media (max-width :767px){
	.store_online .online_item .store_name>a{
		width: 100%;
	}
	.store_online .online_item .title{
		display: block;
	}
	.store_online .online_item .title img{margin-left: 0}
}

.store_online .online_item .store_name>a:hover{
	text-decoration: underline;
	color: #dd3333;
}
	
