@media (max-width: 768px){
    .yeecar-need-to-hide-mobile{
        display: none;
    }
    .yeecar-need-to-show-mobile{
        display: block;
    }
}
@media (min-width:768px){
    .yeecar-need-to-hide-pc{
        display: none;
    }
}
.commodity{
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0 2px 5px 2px rgb(153 153 153 / 30%);
}
.commodity .commodity-images,.commodity-desc{
    margin:40px;
}
.commodity-desc{
    padding-top:40px;
}
.commodity-title-area .tag{
    padding: 2px 5px;
    float: left;
    background: #eebb4e;
    font-size: 14px;
    color: #fff;    
    border-radius: 5px;
    overflow: hidden;
    margin-left: 5px;
}
.commodity-title-area .title{
    font-size: 20px;
    color: #333;    
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    font-weight: bold;
}
.commodity-title-area .high_light{
    margin:20px 0px;
    font-size: 14px;
    color: #999;
}

.commodity-price-area{
    margin-top:30px
}
.commodity-price-area .price p{
    font-size: 16px;
    color: #999;
}
.commodity-price-area .price p span:first-child{
    font-size:16px;
    color: #eebb4e;
}
.commodity-price-area .price p span:last-child{
    font-size: 30px;
    color: #eebb4e;
    font-weight: bold;
}
.commodity-servic-area{
    margin-top:30px
}
.commodity-servic-area span{
    font-size: 14px;
    color: #999;
}
.commodity-servic-area span:not(:first-child){
    margin-left: 10px;
    
}
.commodity-button-area{
    margin-top: 20px;
}
.center_bot {
	overflow: hidden;
	margin-top: 35px;
}

.cen_banli {
	position: relative;
	float: left;
	height: 46px;
	width: 150px;
	border: 1px solid #eebb4e;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 0;
	/* border-radius: 23px; */
	background: #eebb4e;
}

.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	height: 100%;
	border-radius: 50%;
	background: rgba(255,255,255,.25);
	border: 1px solid rgba(255,255,255,.25);
	animation: commondiy-anim-out 2.8s 0s infinite;
}

@keyframes commondiy-anim-out {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	}
	50%{
		width: 150px;
		height: 150px;
		opacity: 0;
	}
	100%{
		width: 150px;
		height: 150px;
		opacity: 0;
	}
}

.cen_zixun {
	float: left;
	height: 46px;
	width: 200px;
	border: 1px solid #eebb4e;
	text-align: center;
	line-height: 46px;
	color: #eebb4e;
	font-size: 18px;
	margin-left: 30px;
    text-align:center;
}

.cen_zixun a {
	display: flex;
    flex-direction: row;
    justify-content: center;
	width: 100%;
	height: 100%;
	color: #eebb4e;    
}

.cen_zixun img {
	float: left;
	margin: 15px 10px 0 50px;
}

.cen_zixun span {
	float: left;
}

.cen_tan {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
  z-index:77777;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.commdity-content-area{

    margin-top:20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0 2px 5px 2px rgb(153 153 153 / 30%);
    padding: 20px;
    text-align: center;
}
.commdity-content-area .title{
    padding-top: 10px;
    font-size:18px;
    font-weight:600
}

@media (max-width: 768px){
    .commodity{
        overflow: hidden;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 0px;
        box-shadow: none;
    }
    .commodity .commodity-images,.commodity-desc{
        margin:5px;
    }
    .commodity-desc{
        padding: 10px 10px;
    }

    .commodity-title-area .tag{
        padding: 1px 5px;
        float: left;
        background: #eebb4e;
        font-size: 10px;
        color: #fff;
        border-radius: 4px;
        overflow: hidden;
        margin-left: 5px;
    }
    .commodity-title-area .title{
        font-size: 16px;
        color: #333;    
        height: 16px;
        line-height: 16px;
        margin-left: 10px;
        font-weight: bold;
        margin-top: 5px;
    }
    .commodity-title-area .high_light{
        margin:10px 0px;
        font-size: 14px;
        color: #999;
    }
    hr{
        margin:15px 0px
    }
    .commodity-price-area{
        margin-top:10px
    }
    .commodity-price-area .price p{
        font-size: 14px;
        color: #999;
    }
    .commodity-price-area .price p span:first-child{
        font-size:14px;
        color: #eebb4e;
    }
    .commodity-price-area .price p span:last-child{
        font-size: 16px;
        color: #eebb4e;
        font-weight: bold;
    }
    .commodity-servic-area{
        margin-top:10px
    }
    .commodity-servic-area span{
        font-size: 12px;
        color: #999;
    }
    .commodity-servic-area span:not(:first-child){
        margin-left: 10px;
        
    }
    .commodity-button-area{
        margin-top: 0px;
    }

    .center_bot{
        display: flex;
        flex-direction:row;
        justify-content: center;
        margin-top: 20px;
    }

    .commdity-content-area{

        margin-top:10px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 0px;
        padding: 0px;
        box-shadow: none;        
        text-align: center;
    }
    .commdity-content-area .title{
        padding-top: 10px;
        font-size:18px;
        font-weight:600
    }
    .commdity-content-area .content{
        padding:10px 0px;
    }
    .cen_banli{
        font-size: 14px;
        height:35px;
        line-height:35px
    }
    .cen_zixun{
        font-size: 14px;
        height:35px;
        line-height:35px
    }
    
}

.swiper-slide img{
    width:100%;
    height:100%;
}
.mobile-pagination, .pc-pagination{                
    text-align: center;    
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom:-5px;
    padding-top:5px;
}
.mobile-pagination .swiper-pagination-bullet, .pc-pagination .swiper-pagination-bullet{
    width: 18px !important;
    height: 4px !important;
    border-radius: 25px !important;
    
}
.mobile-pagination .swiper-pagination-bullet, .pc-pagination .swiper-pagination-bullet-active{
    width: 18px !important;
    height: 4px !important;
    border-radius: 25px !important;
    background-color: #eebb4e !important;
}

.swiper-video-area{
    display: flex;
    flex-direction: column;    ;
    align-items: center;
}
@media (max-width: 768px){
    .swiper-video-area video{
        /* 首次点击播放按钮时设置背景颜色 */
        /* background: #020202; */        
        /* height: 350px; */
        width: 100%;
     
    }
    .content{
        padding-top:0px;
        padding-bottom:10px;
    }
}
@media (min-width: 768px){
    .swiper-video-area video{
        background: #020202;
        width: 100%;
        height: 100%;
     
    }
}

.video-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
}
.play-icon{
    cursor: pointer;
    position:absolute;    
    background-color: rgba(0,0,0,.5);
    font-size: 20px;
    padding: 20px;
    height:50px;
    width:50px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.play-icon i{
    padding-left: 5px;
    color: #ffffff;
}
.play-icon:hover{
    background-color: #eebb4e;
}

.recommend-product {
    margin-top:30px;
    margin-bottom:20px;
}

@media (max-width:576px){
    .recommend-product {
        margin-top:10px;
        margin-bottom:10px;
    }
    .recommend-product h3{
        font-size:18px !important;
    }
}




.shop-pagination{                
    text-align: center;    
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom:-5px !important;
    padding-top:2px;
    top: 100%;;
}

.shop-pagination .swiper-pagination-bullet, .brand-pagination .swiper-pagination-bullet{
    width: 18px !important;
    height: 4px !important;
    border-radius: 25px !important;
    
}
.shop-pagination .swiper-pagination-bullet-active, .brand-pagination .swiper-pagination-bullet-active{
    width: 18px !important;
    height: 4px !important;
    border-radius: 25px !important;
    background-color: #eebb4e !important;
}

.flex-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    flex-wrap: nowrap;
}
.flex-box-item a{
    cursor: pointer;
    text-decoration: none;
}
.flex-box-item:not(:first-child){
    margin-left: 10px;
}


#products .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active{
    color:#fff;
}
#products .cbp-l-grid-agency-title{
    margin-top:10px;
}
#products .cbp-l-grid-agency-title, #products .cbp-l-grid-agency-desc {
    text-align:left;
    padding:0px;
}
#products .cbp-l-grid-agency-title.price{
    margin-top:10px;
    color:#f95959;
    font-size: 20px;
}
@media only screen and (max-width: 480px){
    #products .cbp-l-grid-agency-title.price{
        margin-top:10px;
        font-size: 14px;
    }
    #products .cbp-l-grid-agency-title {
        padding:0px;
        margin-top:5px;
        text-align: left;
        font-size:10px;
        line-height: 15px;
    }
    #products .cbp-l-grid-agency-desc {
        margin-top:2px;
        text-align: left;
        padding-top:2px;
        font-size:8px;
        line-height: 16px;
    }       
}

.content img{
    width: 100% !important;
}