*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,li{
  list-style: none;
}
.marginRight{
  margin-right: 10px;
}
@media (min-width: 992px) {
  .tabs_content{
    width: 938px;
    margin: 0 auto;
    height: 40px;
  }
  .header_content_wrapper{
    width: 938px;
    margin: 0 auto;
    padding: 48px 0 100px;
  }
  .mid_content_wrapper {
    margin: 0 auto;
    padding-top: 0;
    width: 938px;
  }
  .content_top_wrapper{
    display: flex;
    display: -webkit-flex;
    /* align-items: center; */
    /* justify-content: space-between; */
  }
  .imgpart{
    width: 350px;
    height: 350px;
    margin-left: 85px;
    position: relative;
  }
  .content_top_wrapper .imgList{
    position: relative;
    
  }
  .content_top_wrapper .imgList .pic{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .content_top_wrapper .imgList .pic img{
    width: 100%;
  }
  .content_top_wrapper .imgList .product_img_list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 350px;
    /* justify-content: space-between; */
    overflow: auto;
  }
  
  .product_img_list li{
    width: 80px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .product_img_list li:last-of-type{
    margin-bottom: 0;
  }
  .product_title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .product_param .content_mid_wrapper .content_mid_line{
    margin-bottom: 5px;
  }
  .product_des_wrapper{
    margin-left: 50px;
    padding-top: 30px;
  }
  .select_item_wrapper{
    margin-bottom: 15px;
  }
  .select_otterAtt_wrapper,.select_battery_wrapper,.select_color_wrapper{
    margin-bottom: 15px;
  }
  .mobile_show{
    width: 100%;
    margin: 0 auto;
  }
}
td,th{
  padding-right: 5px!important;
  padding-left: 5px!important;
}
@media (max-width: 991px) {
  .modal-body .pub_item input{
    height: 25px!important;
    line-height: 25px!important;
  }
  .modal-body .pub_item{
    margin-bottom: 15px!important;
  }
  .modal-dialog{
    margin-top: 15%!important;
  }
  .impl_con_form .impl_btn{
    margin-top: 0!important;
  }
  /* .modal-footer{
    padding-top: 0!important;
  } */
  .mid_content_wrapper {
    padding: 0 10px;
  }
  .product_des_wrapper{
    padding: 20px 10px;
  }
  .product_des_wrapper .product_title{
    font-size: 22px;
  }
  .content_wrapper{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .mobile_show{
    width: 400px;
    margin: 0 auto;
  }
  .content_top_wrapper{
    width: 400px;
    margin: 0 auto;
    padding: 15px 6% 15px 6%;
  }
  .content_top_wrapper .imgList .product_img_list{
    position: absolute;
    bottom: -105px;
    left: 0;
    /* flex-direction: column; */
    height: 80px;
    width: 350px;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
  }
  .product_img_list li{
    height: 80px;
    width: 80px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .product_img_list li:last-of-type{
    margin-right: 0;
  }
  .content_top_wrapper .imgList .pic{
    width: 350px;
    /* margin-left: 85px; */
  }
  .content_top_wrapper .imgList .pic img{
    width: 100%;
  }
  .content_top_wrapper .imgList{
    position: relative;
  }
  .magnify,.bigpic{
    display: none!important;
  }
}
.product_title{
  margin-bottom: 15px;
}
.select_color_wrapper,.select_battery_wrapper,.select_otterAtt_wrapper,.content_mid_line{
  margin-bottom: 8px;
}
/* products_parts.html 三端兼容 start */
@media (min-width: 1200px){
  .impl_frst_car_img,.default_img{
    width: 100%;
    height: 237.48px!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .impl_frst_car_img,.default_img{
    width: 100%;
    height: 185.5px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impl_frst_car_img,.default_img{
    width: 100%;
    height: 183px!important;
  }
}
@media (max-width: 767px) {
  .tips{
    padding: 0 10px;
  }
  .product_des_wrapper{
    padding: 20px 10px;
  }
  .product_des_wrapper .product_title{
    font-size: 22px;
  }
  .tabs_content{
    text-align: center;
  }
  .tabs_item.active {
    transform:none!important;
  }
  .tabs_content .tabs_item{
    width: 140px;
    font-size: 16px;
  }

}
.table_wrapper{
  width: 100%;
  overflow-x: auto!important;
}
h1,h2,h3,h4,h5,h6{
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}
@media (min-width: 541px) and (max-width: 767px) {
  .impl_frst_car_img,.default_img{
    width: 100%;
    height: 183px!important;
  }
}
@media (max-width: 540px) {
  .impl_frst_car_img,.default_img{
    width: 100%;
    height: 165px!important;
  }
}
@media (max-width: 399px) {
  .content_top_wrapper{
    width: 375px;
    padding: 15px 12px;
  }
}
/* 筛选条件 start */
.params_select_wrapper{

}
.select_item{
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  font-size: 12px;
  color: #dddddd;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
.select_item.active{
  border-color: #f15b5b;
  color: #f15b5b;
}
/* 筛选条件 end */
.product_param_item{
  display: none;
}
.product_param_item:first-of-type{
  display: block;
}
/* tabs start */
.tabs_wrapper{
  width: 100%;
  background-color: #D2D2D2;
  height: 40px;
  /* opacity: 0.09; */
  background: rgb(27,27,27);
  margin-bottom: 40px;
}

.tabs_item{
  display: inline-block;
  height: 100%;
  line-height: 40px;
  width: 175px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.tabs_item.active{
  background-color: #000000;
  color: #F15B5B;
  font-weight: bold;
  transform: skewX(-15deg);
}
/* tabs end */
table{
  width: 100%;
  border-collapse: collapse;
}
table td,table th{
  text-align: center;
}
td,th{
  border: 1px solid #A0A0A0;
  /* padding: 9px 0; */
  padding: 13px 0;
  font-size: 12px;
}
thead {
  background-color: #F15B5B;
}
thead th{
  color: #ffffff;
  font-size: 13px!important;
}
tbody tr td:first-of-type{
  width: 140px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
}
tbody tr:nth-child(odd){
  background: rgb(51,51,51);
}
.tips{
  margin-top: 25px;
}
.color{
  width: 100px;
  height: 50px;
}
.noActive{
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events:none; /**/
}
/*
产品中心-获取车型详情
/offical/portal/products/bike/fetchDetail
 */
#detail_view_wrapper img{
  width: 100%;
}
.table_title,.video_title,.pub_video {
  display: none;
}
.pub_video{
  width: 100%;
}
.pub_video video{
  width: 100!important;
  height: auto!important;
}
.imgList .product_img_list .active {
  border: 2px solid #f00;
}
#specification_wrapper .table_wrapper{
  display: none;
}
.table_w{
  width: 100%;
  overflow-x: auto;
}
.fixedTop{
  position: fixed;
  top: 0;
  left: 0;
}
.params_select_item{
  background-color: #f15b5b;
  color: #ffffff;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 4px;
  margin-top: 15px;
}
.params_select_item:hover{
  opacity: 0.8;
}
.video{
  width: 100%;
}

#video {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pub_video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}

/* video::-webkit-media-controls-fullscreen-button {
  display: none;
} */
.jsmodern-video-panel .jsmodern-video-fullin {
  display: none!important;
}
.VideoBtn{
  top: calc(50% - 20px)!important;
}
@media (max-width: 479px) {
  .VideoBtn{
    top: calc(50% - 20px)!important;
    width: 40px;
    height: 40px;
    margin-left: -21px;
    margin-top: -20px;
    display: none!important;
  }
}

.goShopping{
  width: 120px;
    text-align: center;
    background-color: #f15b5b;
    height: 35px;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0;
}
.goShopping:active{
  opacity: 0.8;
}
.goShopping:hover{

  cursor: pointer;
}

.imgpart .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  cursor: move;
  background-color: #000000;
  opacity: .3;
  filter:alpha(opacity=30);
}

.imgpart .bigpic{
  display: none;
  position: absolute;
  top: 0;
  right: -360px;
  width: 350px;
  height: 350px;
  z-index: 333;
  border: 1px solid #fff;
  overflow: hidden;
}
.imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 700px;
  max-width: 700px;
}
.modal-title{
  color: #000000;
}
@media (min-width: 576px) {
  .modal-dialog{

    max-width:780px!important;
  }
}
.modal-body{
  display: flex;
  flex-wrap: wrap;
}
.modal-body .pub_item{
  margin-bottom: 30px;
}
.modal-body .pub_item .label{
  font-size: 14px;
  color: #000000;
}
.modal-body .pub_item input{
  border: none;
  outline: none;
  border-bottom: 1px solid #dddddd;;
  /* padding-left: 20px; */
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.modal-footer{
  border: none!important;
  padding: 15px!important;
}
/* .modal-footer .impl_btn {
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
}

.modal-footer .impl_btn:after {
  background-color: #151515;
  border: 1px solid #151515;
}

.modal-footer .impl_btn:hover:after {
  border: 1px solid #151515;
} */
@media (max-width: 991px) {
  .modal-footer{
    padding-top: 0!important;
  }
}
.modal-footer{
  justify-content: center;
  margin-top: 0!important;
  padding-top: 0!important;
}
.modal-footer .submitForm{
  margin-top: 0!important;
  text-transform:none!important;
}
.modal-header{
  padding-left: 30px!important;
}
.modal-footer{
  padding-bottom: 30px!important;
}
.remarks{
  border: none;
  padding-top: 5px;
  border-bottom: 1px solid #dddddd;
}
