.banne_content_img{
width: 100%;
}
.banne_content_img img{
    width: 100%;
}
.banne_content_choose{
    position: relative;
    margin: 0 5.7%;
    background-color: #ffffff;
    margin-top: -12.5%;
    margin-bottom: 30px;
}
.ChooseYourTineco_text{
    padding-top: 78px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #232222;
  
}
.prod-list-choose-box{
	padding: 0px 133px;
	position: relative;
}

.prod-list-choose-box  .leftarrow {
    position: absolute;
    left: 27px;
    top: 50%;
	margin-top: -45px;
}

.prod-list-choose-box .rightarrow {
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -45px;
}

.prod-list-choose-box .image img {
    width: 50px;
}
.ChooseYourTineco{
    padding-top: 69px;
	padding-bottom: 68px;
	border-bottom: 1px solid #D7D7D7;
    display: flex;
    justify-content: space-between;
}
.ChooseYourTineco_content{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.ChooseYourTineco_content>div>div:nth-child(1){
    margin-bottom: 20px;
    width: 115px;
    height: 247px;
}
.ChooseYourTineco_content>div>div>img{
    width: 100%;
    height: 100%;
}
.ChooseYourTineco_left{
    margin-left: 27px;
    margin-top: 5%;
    width: 72px;
    height: 72px;
    cursor:pointer;
}
.ChooseYourTineco_left img{
    width: 100%;
    height: 100%;
}
.ChooseYourTineco_right{
    margin-right: 27px;
    width: 72px;
    height: 72px;
    cursor:pointer;
    margin-top: 5%;
}
.ChooseYourTineco_right img{
  
    width: 100%;
    height: 100%;
}
.ChooseYourTineco_content p{
     
    font-weight: bold;
    color: #232222;
}
.productCate-box-vacuums{
	display:none;
}
.productCate-box-vacuums.active{
	display:block;
}

.SmartVacuums{
    padding-top: 68px;
    margin: 0 auto;
    display:flex;
} 
.SmartVacuums a{
	display:block;
	width:100%;
	display:flex;
	flex:1;
	text-decoration: none; 
}
.SmartVacuums_img{
    flex: 1;
	position:relative; 
	display:flex;
}
.SmartVacuums_img img.cateImg{
    width: 100%;
    height: auto;
}
.SmartVacuums_img img.playImg{
    display:none;
    opacity:0;
    position:absolute;
    left:50%;
    top:50%;
    width:34px;
    height:34px;
    margin-left:-17px;
    margin-top:-17px; 
    cursor:pointer;
}
.SmartVacuums_img:hover img.playImg{
	display:block;
	opacity:1;  
}
.SmartVacuums_text{
    display: flex;
	flex-direction: column;
	justify-content: center;
	flex:1;   
}
.SmartVacuums_text :nth-child(1){
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
    padding-left:60px;
}
.SmartVacuums_text :nth-child(2){
    font-weight: 400;
    color: #505151;
    padding-left:60px; 
    word-break: break-word;
}
.SmartVacuums_text :nth-child(3) button{
    margin-top: 30px;
    width: 198px;
    height: 55px;
    background: #00327D;
    border-radius: 27px;
    border:none;
    font-weight: 400;
    color: #FFFFFF;
}
.Outlet{
    margin: 0 5.7%;
    margin-top: 30px;
    height: 400px;
    background: url('../imgs/produ/biejng1.png') no-repeat;
    background-size: 100% 100%;
	position: relative;
}
.Outlet a{
	text-decoration: none;
}
.Outlet:hover{
	box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.07);
}
.Outlet .outletInnerBox{
	position: absolute;
	left: 8%;  
	top: 0%;
	bottom:0;
	right:50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.Outlet .outletInnerBox .outMainTitle{
	font-weight: bold;
	color: #232222;
	font-size: 30px;
}
.Outlet .outletInnerBox .outSmallTitle{
	font-weight: 400;
	color: #232222;
}
.Accsesories{
    margin-top: 30px;
    margin: 0 5.7%;
	margin-top: 25px; 
    height: 400px; 
    background: url('https://static-ussite.tineco.com/0ba88a39-2ed2-4465-9fa6-6a5610155c91.png') no-repeat;
    background-size: 100% 100%; 
}
.Accsesories:hover{
	box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.07);
}
.Accsesories a{
	display: block;
	text-decoration: none;
}
.Accsesories div.mainTitle{
    font-weight: bold;
    color: #232222;
    font-size: 25px;
    text-align: center;
    padding-top: 40px;
}
.Accsesories div.smallTitle{
    color: #232222;
    padding-top: 20px;
    text-align: center;
}
.Buy_nav{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items:center;  
    margin-top:55px; 
}

.Buy_nav_foot{
    display: flex;
    justify-content: space-between;
    padding: 10px 40% 30px;
    text-align: center;
}
.Buy_nav_foot img{
    width: 50px;
    height: 10px;
    cursor:pointer;
}
.buy-btn-group{
    font-size: 12px;
    width: 115px;
	line-height: 43px;
    border: 2px solid #00327D;
    border-radius: 24px;
    font-weight: bold;
    color: #00327D;
	background-color: #fff;
	margin: 0 auto;
}
.buy-btn-group a{
    color: #00327D;
	text-decoration: none;
	display: block;
}
.buy-btn-group:hover{
	background-color: #00327D;
}
.buy-btn-group:hover a{
	color: #fff;
}
.Buy_nav p{
    font-size: 12px;
     
    font-weight: 400;
    color: #232222;
    line-height: 17px;
}
.buy-img-box{
	width: 128px;
	height: auto;
	margin: 0 auto;
}
.buy-img-box img{
	width: 128px;
	height: auto;
}
.buy-prod-name{
    font-size: 18px;
    font-weight: bold;
    color: #232222;
	margin-top: 45px;
}
.buy-prod-tips{
    margin: 20px 0;
	color: #232222;
	font-weight: 400;
}
.banne_content_span{
    /* margin: 0 auto; */
    text-align: center;
}
.banne_content_span span{
     
    font-weight: bold;
    color: #7C7C7C;
    line-height: 40px;
    text-align: center;
}
.active_sapn{
     
font-weight: bold;
color: #00327D;
border-bottom: 3px solid #00327D;
}







.product-cate-item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.product-cate-item-active {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: #232222;
}

.product-cate-item img {
    width: 200px;
}
.product-cate-item img.activeImgS {
    width: 200px;
    display:none;
    opacity:0;
}
.product-cate-item.product-cate-item-active img.activeImgS {
    width: 200px;
    display:block;
    opacity:1; 
}

.product-cate-item.product-cate-item-active img.clickImgS {
    width: 200px;
    display:none; 
    opacity:0;
}

.product-cate-item span {
    display: inline-block;
    font-family: Century Gothic;
    font-weight: bold;
    color: #00327d;
}
.listBuyBoxTineco{ 
	padding-bottom: 85px;
	background-color: #fff;
}


#listing-accessory {
            width: 100%;
            margin: 0 auto;
            background: #f5f5f5;
        }

        #listing-accessory .banner { 
            width: 100%; 
            background-image: url(https://static-ussite.tineco.com/8a18784c-9825-45d4-a75c-cb10823d5114.jpg);
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }

        #listing-accessory .banner .center {
            text-align: center;
            padding-top: 180px;
            padding-bottom: 390px;
        }

        #listing-accessory .banner .center .title {
            font-size: 30px;
            font-family: Century Gothic;
            font-weight: bold;
            color: #000000;
        }

        #listing-accessory .banner .center .input {
            margin-top: 35px;
        }

        #listing-accessory .banner .center .input input {
            width: 755px;
            height: 64px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-family: Century Gothic;
            font-weight: 400;
            color: #727272;
            background-image: url(../imgs/icon-search.png);
            background-position: 25px center;
            background-repeat: no-repeat;
            padding-left: 80px;
            outline: none;

        }

        #listing-accessory .cont {
            /* width: 100%; */
            /* background: #fff; */
            margin: 0 auto;
            position: relative;
            top: -200px;
        }

        #listing-accessory .cont .cont-box1 {
            background-color: #fff;
            margin-bottom: 20px;
        }

        #listing-accessory .cont .title-nav {
            font-size: 26px;
            font-weight: bold;
            text-align: center; 
            padding: 74px 14% 50px 14%;
            display: flex;
            justify-content: space-evenly;
            color: #00327D;
        }

        #listing-accessory .cont .title-nav .acc-nav-item {
            color: #7C7C7C;
            padding-bottom: 10px;
            border-bottom: 2px solid #fff;
            cursor: pointer;
            font-size:22px;
        }

        #listing-accessory .cont .title-nav .active {
            color: #00327D !important;
            border-bottom: 2px solid #00327D !important;
        }

        #listing-accessory .cont .title-nav .acc-nav-item:hover {
            color: #00327D;
            border-bottom: 2px solid #00327D;
        }

        #listing-accessory .cont .cent-banner {
            width: 1008px;
            margin: 0 auto;
            position: relative;
            /* border: 1px solid red; */
        }

        #listing-accessory .cont .cent-banner .leftarrow {
            position: absolute;
            left: -90px;
            top: 40%;
            transform: translate(0, -50%);
        }

        #listing-accessory .cont .cent-banner .rightarrow {
            position: absolute;
            right: -90px;
            top: 40%;
            transform: translate(0, -50%);
        }

        #listing-accessory .cont .cent-banner .image img {
            width: 50px;
        }

        #listing-accessory .swiper-container {
            width: 100%;
            height: 100%;
        }

        #listing-accessory .product-cate-item {
            width: 100%;
            text-align: center;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: center;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
        }

        #listing-accessory .product-cate-item-active {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0);
            filter: #232222;
        }

        #listing-accessory .cont .cent-banner .product-cate-item img {
            height: 250px;
        }

        #listing-accessory .product-cate-item span {
            display: inline-block;
            font-family: Century Gothic;
            font-weight: bold;
            color: #00327d;
            margin: 28px 0 49px 0;
        }

        #listing-accessory .cont .cent-banner ul li {
            float: left;
            width: 25%;
            text-align: center;
            cursor: pointer;
        }

        #listing-accessory .cont .cent-banner ul li img {
            width: 81px;
        }

        #listing-accessory .cont .cent-banner ul li:first-child span {
            color: #00327D;
        }

        #listing-accessory .cont .cent-banner ul li span {
            display: inline-block;
            font-family: Century Gothic;
            font-weight: bold;
            color: #232222;
            margin: 28px 0 49px 0;
        }

        #listing-accessory .cont .line {
            clear: both;
            width: 1008px;
            margin: 0 auto 35px;
            border-bottom: 1px solid #D7D7D7;
        }

        #listing-accessory .cont .cont-bottom {
            width: 1008px;
            margin: 0 auto;
            padding-bottom: 50px;
        }

        #listing-accessory .cont .cont-bottom ul {
            display: flex;
            flex-wrap: wrap
        }

        #listing-accessory .cont .cont-bottom ul li {
            width: 33%;
            height: 60px;
            line-height: 60px;
            padding-left: 65px;
            box-sizing: border-box;
            cursor: pointer;
            font-family: Century Gothic;
            font-weight: bold;
        }
         #listing-accessory .cont .cont-bottom ul li.active {
            background: #F5F5F5;
            color: #00327D;
        }

        #listing-accessory .cont .cont-bottom ul li:hover {
            background: #F5F5F5;
            color: #00327D;
        }

        #listing-accessory .cont .cont-bottom ul li a {
            color: #333;
            text-decoration: none;
            display: block;
        }

        #listing-accessory .cont .cont-bottom ul li a:hover {
            color: #00327D;
            text-decoration: none;
        }

       #listing-accessory  #listing-accessory-swiper {
            width: 100%;
        }

        #listing-accessory #listing-accessory-swiper .swiper-wrapper {
            width: 100%;
        }


        #listing-accessory .slide-content {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 100px;
        }

       #listing-accessory  .slide-content .content-item {
            width: 25%; 
            text-align: center;
            margin-bottom: 32px;
        }
        #listing-accessory  .slide-content .content-item .contentBox-forPart{
        	background:#fff;
        	margin:10px; 
        	height:100%;
        	padding-bottom:35px; 
        }  

       #listing-accessory  .slide-content .content-item img {
            width: 80%;
            display:block;
            margin:0 auto; 
            margin-bottom: 30px;
        }

       #listing-accessory  .slide-content .content-item .item-title {
            font-weight: 900;
            margin-bottom: 16px;
            font-size: 20px;
            color: #232222;
            padding:0px 10px;
            height:60px; 
        }

        #listing-accessory .slide-content .content-item .item-msg {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 30px;
            color: #232222;
        }
 #listing-accessory .slide-content .content-item a.buy{
 			border: 2px solid #00327D;
            padding: 4px 30px;
            border-radius: 9999px;
            background-color: #fff;
            text-decoration: none;   
            color:#00327D; 
 }
 .allPartBox{ 
 	padding-bottom:40px; 
 }
 #listing-accessory .slide-content .content-item a.buy:hover{
 	border: 2px solid #00327D;
            padding: 4px 30px;  
            color:#fff;
            background-color: #00327D;
            text-decoration: none;   
 }
        #listing-accessory .slide-content .content-item button {
            border: 2px solid #00327D;
            padding: 4px 20px;
            border-radius: 9999px;
            background-color: #fff;
        }

        #listing-accessory  .listing-accessory-swiper-pagination {
            top: 92%;
            left: 50%;
            transform: translate(-50%, 0);
        }


        #listing-accessory  .swiper-pagination-bullet {
            width: 134px;
            height: 5px;
            border-radius: 0;
            background: #9C9C9C;
            opacity: 1; 
        }

        #listing-accessory-swiper .swiper-pagination-bullet-active {
            background: #00327D !important;
        }

        #listing-accessory .footer-button {
            text-align: center;
            margin-top:45px;
        }

        #listing-accessory .footer-button button {
            padding: 10px 30px;
            border-radius: 999px;
            background: #00327D;color: #FFFFFF;
        }
        .acc-cate-list{
	display: flex;
	flex-wrap: wrap; 
	padding:10px 5%;  
	padding-bottom: 45px;
}
.acc-cate-list .acc-cate-item{
	width: 25%;
	margin-top: 35px;  
}
.acc-cate-list .acc-cate-item img{
	display: block;
	margin: 0 auto;
	width: 60%;  
}
.acc-cate-list .acc-cate-item img.normalAccItemImg{
	display: block;
	opacity: 1;
}
.acc-cate-list .acc-cate-item img.activeAccItemImg{
	display: none;
	opacity: 0;
}
.acc-cate-list .acc-cate-item.active img.normalAccItemImg{
	display: none;
	opacity: 0;
}
.acc-cate-list .acc-cate-item.active img.activeAccItemImg{
	display: block;
	opacity: 1; 
}
.acc-cate-list .acc-cate-item .acc-cate-name{
	color: #666;    
	text-align:center;
	padding:5px 0px 15px 0px;  
}
.acc-cate-list .acc-cate-item.active .acc-cate-name{
	color: #00327D;
}  