.row{
	margin: 0;
}
@media (min-width: 1101px) {
.banner-container{
	/*min-height: 450px;*/
}
}
.store-img img {
    border-radius: 10px;
}
.productShow-tab-left-box{
	background-image: url(../img/productShow/product_bg_left.png);
	float: left;
	    width: 20%;
	    color: white;
	    height: 134px;
	    background-size: cover;
	    overflow: auto;
}
.productShow-tab-left-box img,
.productShow-tab-right-box img{
	margin: auto;
	margin-top: 20px;
    margin-bottom: 10px;
}
.productShow-tab-right-box{
	background-image: url(../img/productShow/product_bg_right.png);
	float: left;
	width:80%;
}
.productShow-tab-container {
    overflow: auto;
    border-radius: 10px;
	border: 1px solid #eff4ed;
	text-align: center;
	margin-bottom: 20px;
	    margin-left: 10px;
	    
}
.productShow-tab-right-box span{
	float: left;
	width:25%;
	cursor: pointer;
}
.productShow-tab-right-box span:hover{
	background-color: rgba(5,145,100,0.1);
}

.productShow-tab-rightBtn2{
	display: none;
}

.tab-none{
	display: none;
}
.tab-show{
	display: block;
	
}
/*pc*/
@media (min-width: 1101px){
	.mobile-title{
		display: none;
	}
	.tab-bg{
		background-color: rgba(5,145,100,0.1);
	}
	.store-title{
		position: absolute;
		bottom: 0;
		
		font-size: 16px;
		/* margin: auto; */
		width: 100%; 
		line-height: 60px;
	}
	.productShow-tab-container {
		margin-right: 20px;
	}
	.storebox{
		background-color: white;
		    padding-bottom: 60px;
		    border-radius: 10px;
			color: black;
	}
	.storebox:hover{
		background-color: #30aa83;
		color: white;
		   
	}
	
	.store-botm-img {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0px;
   }
	.store-botm-img img{
		width:100%;
	}
}
/*ipad*/
@media (max-width: 1200px){
	
}
/*mobile*/
@media (max-width: 1100px){
	.tab-color{
		color: #1ea678;
	}
	.store-title{
		background-color:rgba(0,0,0,0)!important;
		margin-top: 10px;
	}
	.store-botm-img{
		display: none!important
	}
	.productShow-tab-left-box{
		display: none;
	}
	.productShow-tab-container {
		margin-right:10px;
		margin-left: 14px;
	}
	.productShow-tab-right-box {
	    width: 100%;
	}
	.mobile-title{
		color:#18a779;
		    text-align: center;
		    margin-bottom: 1rem;
	}
}
@media (max-width: 800px) and (min-width: 450px){
	.store-img, .store-img img {
	    min-height: 130px;
	    overflow: hidden;
	}
}


@media (max-width: 449px){
	
	.store-img img {
	    border-radius: 2px;
	}
}
