@charset "utf-8";

/* 健身首页 */
.fitness_index .fitness_item{background: #fff;margin-bottom: 10px;padding:10px 0 6px;justify-content:flex-start;-webkit-justify-content:flex-start;}
.fitness_index .fitness_item a{text-align: center;}
.fitness_index .fitness_item img{margin-bottom:4px;height: 32px;width: auto;}
.fitness_index .fitness_item p{line-height: 24px;}
.fitness_index .h3_title{font-size: 16px;overflow: hidden;padding:10px 15px;border-bottom:1px solid #e4e4e4;}
.fitness_index .h3_title h3{font-weight: normal;width: 70%;float: left;color:#999;}
.fitness_index .h3_title a{display:block;width: 25%;float: right;color:#144a9e;text-align: right;}
.fitness_index .brand_box{margin-bottom: 10px;}
.fitness_index .brand_box .swiper-slide{border:1px solid #e4e4e4;border-right-color:#fff;border-top: 0;}
.fitness_index .brand_box .swiper-slide img{width: 100%;}
.fitness_index .brand_box .swiper-slide:last-child{border-right-color:#e4e4e4;}
.code_list li{padding:10px 0;border-bottom: 1px solid #e4e4e4;}
.code_list li h4{font-weight: normal;font-size: 16px;}
.code_list li p.txt_red{font-size: 18px;}
.code_list li:last-child{border-bottom: 0;}
.fitness_index .code_list{margin-bottom: 10px;}
.tag_box span{display: inline-block;padding:3px 4px 2px;margin-right: 6px;border-radius: 3px;font-size: 13px;}
.tag_green{border:1px solid #85d979;color:#85d979;}
/* 品牌列表页 */
.brand_list{overflow-y: hidden;}
.brand_list li{width: 33.33%;float:left;border:1px solid #e4e4e4;border-bottom: 0;border-right: 0;}
.brand_list li:nth-last-child(1),.brand_list li:nth-last-child(2),.brand_list li:nth-last-child(3){border-bottom: 1px solid #e4e4e4;margin-top: -1px;}
.brand_list li img{width:100%}
/* 产品列表页 */
.filter_list_box{position: relative;}
.fitness_list .bg_filter,.fitness_list .filter_box{top:40px;}
.fitness_list .bg_filter{height: 800px;}

.nav_ditail li{width:25%;}

/* 产品详情页 */
.fitness_detail .banner img{width: 100%;height: auto;}
.fitness_detail .code_top{position: relative;}
.fitness_detail .code_top h3{font-size: 16px;font-weight: normal;line-height: 28px;}
.fitness_detail .code_top p{line-height: 24px;}
.fitness_detail .code_top p strong{font-size: 18px;font-weight: normal;}
.fitness_detail .code_top .button{width: 100px;position: absolute;right: 15px;bottom: 15px;}
.fitness_detail .code_top .button[disabled="disabled"]{background: #999;border-color:#999;}
.fitness_detail .code_note{padding-top:10px;padding-bottom: 10px;border-top: 1px solid #e4e4e4;}
.fitness_detail .code_note a{color:#144a9e;}
.fitness_detail .to_tuwen{margin:10px 0;font-size: 14px;}
.fitness_detail .to_tuwen .col-15{text-align: right;padding-right: 15px;}
.fitness_detail .to_tuwen .col-85{ font-size:16px;}
.buy_info h3,.other_pro h3,.area h3,.brand_story h3{border-bottom:1px solid #e4e4e4;font-weight: normal;font-size: 16px; }
.buy_info ul{padding:0 15px;}
.buy_info ul li{padding:10px 0;border-bottom: 1px solid #e4e4e4;}
.buy_info ul li:last-child,.other_pro ul li:last-child{border-bottom: 0;}
.buy_info li h4,.other_pro li h4{font-weight: normal;font-size: 15px;}
.buy_info li p{line-height: 22px;}
.other_pro li{padding:10px 15px;border-bottom: 1px solid #e4e4e4;}
.other_pro li a{display: block;}
.brand_story p{line-height: 20px;padding:10px 15px;color:#666;}

/* 品牌详情页 */
.brand_detail .brand_top img{width: 100%;}
.brand_detail .brand_top{padding-top: 10px;padding-bottom: 10px;}
.brand_top h3{line-height: 36px;font-weight: normal;font-size: 18px;}
.brand_detail .menu_title_box{height: 40px;line-height: 40px;}
.brand_detail .menu_title,.nav_fixed .menu_title{height: 40px;line-height: 40px;background: #fff;border-bottom: 1px solid #e4e4e4;}
.brand_detail .menu_title a,.nav_fixed .menu_title a{color:#999;font-size: 16px;text-align: center;display: block;width: 100%;}
.brand_detail .menu_title a.active,.nav_fixed .menu_title a.active{color:#144a9e;border-bottom:2px solid #144a9e;}
.nav_fixed{position: absolute;top:44px;left:0;z-index: 10000;width: 100%;height: 40px;margin-top: 0;display: none;}

/* 当前城市适用场馆 */
.area_title .col_box{overflow: hidden;}
.area_title .col_btn{color:#666;background: #ededed;display:inline-block;min-width:60px;text-align: center;padding:4px 6px;line-height: 24px;border-radius: 3px;font-size: 13px;}
.area_title a.on{color:#fff;background: #619ee0;}
.area_con ul{overflow: hidden;}
.area_con ul li{padding:10px 15px;border-top: 1px solid #e4e4e4;}
.area_con ul li h4{font-weight: normal;font-size: 15px;}
.area_con ul li p{line-height: 22px;}
.arena_more {border-top: 1px solid #e4e4e4;text-align: center;line-height: 32px;margin-top: -1px;}
.title_more.up i{display:inline-block;transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */}
.title_more.down i{display:inline-block;transform:rotate(270deg);
-ms-transform:rotate(270deg); 	/* IE 9 */
-moz-transform:rotate(270deg); 	/* Firefox */
-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
-o-transform:rotate(270deg); 	/* Opera */}


.fitness_detail .code_photo{padding:10px 15px;overflow: hidden;}
.fitness_detail .code_photo p{line-height: 24px;color:#666;}
.fitness_detail .code_photo img{width:100%!important;height:auto!important;margin:10px 0;}
.fitness_detail .code_photo table{width:100%!important;}

@media screen and (max-width: 320px) {
	

}

