/*tab*/
.bo_dataShare > #tab {position:relative; margin: 0 auto; overflow: hidden; margin-top: -45px;}
.bo_dataShare > #tab >ul {display: flex; justify-content: center; align-items: center;}
.bo_dataShare > #tab >ul:after{content:''; display:block; clear:both;}
.bo_dataShare > #tab >ul>li{float:left; flex: 1;  border-bottom:1px solid #a3a3a3;}
.bo_dataShare > #tab >ul>li>a{display:block; height:55px; border: 1px solid #e2e1e2; border-bottom:none; font:bold 13px/55px 'arial'; color:#373737; text-align: center; box-sizing: border-box; background:#fcfcfc}
.bo_dataShare > #tab >ul>li.on{border-bottom: none;}
/*.bo_dataShare > #tab >ul>li.on>a{border:1px solid #a3a3a3; border-top: solid 5px #aecdfe; border-bottom: none;background: #fff;}*/


.bo_dataShare > #tab >div{position:absolute;  opacity:0; width:100%; height:100%;background-size:contain;}
.bo_dataShare > #tab >div h2 span{display: none;}
.bo_dataShare > #tab >div.on{position: relative; opacity:1; transition:all 1s; z-index: 1;}



.checkbox_wrap{
  float: right;
  margin:15px 0px;
  font-size:13px;
}
.checkbox_wrap input{
  width:18px;
  height:18px;
  vertical-align: sub;
}


.tab_txt .basic_line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  margin-bottom: 45px;
}
.tab_txt .basic_line li{
  width:240px;
  height:240px;
}

.tab_txt .basic_line li .sum_nail{
  display: block;
  width:100%;
  height:140px;
  background:#4e4e4e;
}
.tab_txt .basic_line li .sum_nail img{
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.txBx{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #171717;
}
.ft_info{
  position: relative;
  padding: 20px 7px;
  overflow: hidden;
  width: 100%;
}

.ft_info p{
  color: #787878;
  font-size: 13px;
}
.ft_info em{
  color: #f45757;
  font-weight: bold;
  font-size: 17px;
}
.ft_info .heart{
  float: right;
  color:#858483;
}
.map{
  color:#bcbcbc;
}



/* box2 */


.od_prd_list_wrap input{
  width:18px;
  height:18px;
}

.od_prd_tit ul{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  color: #ababab;
  font-weight: 600;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 11px;
  
  border: 1px solid #d7d7d7;
  border-bottom-color: #ebebeb;
  border-width: 1px 0;
}
.od_prd_tit ul li{
  flex:1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.od_prd_tit ul li~li{
  flex:1.2;
}

.product{
 flex:6 !important;
}


.od_prd_list{
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: solid 1px #c9c9c9;
}



.prd_option_wrap{
  display: inline-flex;
  width:100%;
  font-size: 13px;
}
.prd_option_wrap li{
  flex:1.2;
  text-align: center;
}
.prd_option_wrap li ~li{
  flex:1;
}
.prd_img{
  float: left;
  width: 290px;
  height: 170px;
  background: #4e4e4e;
  margin: 0 35px;
  overflow: hidden;
}
.prd_img img{
  width:100%;
  object-fit: contain;
}
.prd_opt{
  float: left;
}

.prd_name{
  font-size: 16px;
	flex:4;
}
.prd_name p{
	font-size:14px;
	margin-bottom: 10px;
}
.prd_name a{
  display: block;
  margin-bottom: 10px;
}
.prd_name a:hover{
	text-decoration: underline;
}
.prd_name span{
	font-size:14px;
	font-weight: 100;
}

.data_wrap{
flex:1;
}
.data_wrap .data dd{
	display: inline-block;
	color:#b2b2b2;
	margin-left:10px;
}

.bo_dataShare ul li{background: transparent; border: none;}
.bo_dataShare>#tab>ul>li>a{background: transparent; font-size: 18px; border: none; line-height: 50px;margin-right: 0;}
.bo_dataShare>#tab>ul>li{opacity: 0.7;
  box-shadow: none;
}
.bo_dataShare>#tab>ul>li.on>a{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 18px;
}
.bo_dataShare>#tab>ul>li.on{background-size:50px;
  opacity: 1;
  border: 3px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(135deg , #add0ff , #bc8ff0);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /*  -webkit-box-shadow: 3px 10px 15px rgb(221 185 189 / 50%);
    -moz-box-shadow: 3px 10px 15px rgba(221, 185, 189, .5);
    box-shadow: 3px 10px 15px rgb(221 185 189 / 30%);*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 55px;
}
.bo_dataShare ul{overflow: unset;}
.bo_dataShare>#tab>ul>li.on>a:after{background: #fff; bottom: -10px; top: unset; height: 10px;}
.bo_dataShare ul li:first-child{border-left: none;}