body{
  background: #F2F2F2;
}

textarea {
  resize: none;
}

.nav_bg {
  /* background-image: url(../image/bg@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top; */
}

.search_icon_content {
  position: absolute;
  left: 15px;
  top: 3px;
}

.round_home {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: fixed;
  z-index: 12;
  bottom: 90px;
  right: 10px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24),
    0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.round_home img {
  width: 30px;
  height: 30px;
}

.card {
  background-color: white;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}
.nav_mar_t{
  /* margin-top: 52px; */
}

.product_label{
  width:16px;
  height:16px;
  border-radius:2px;
}

.bg_orange{
  background: #FF9700;
}

.bg_div{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.radius2{
  border-radius:2px;
}

.bottom_fixed{
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 820px) {
  .bottom_fixed{
    width: 820px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.item_bg{
  background: #f2f2f2;
}

.cust_cneter {
  width: 100%;
  height: 100%;
}

.col_item {
  padding: 3px 10px;
  border-radius: 13px;
  font-size: 13px;
  text-align: center;
  float: left;
  margin-top: 8px;
}

.col_tag_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col_tag_list>.col_tag_item{
  padding: 3px 10px;
  border-radius: 13px;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
  margin-right: 8px;
}

.Dateile_center {
  width: 100%;
  border-bottom: 10px solid #f2f2f2;
  padding: 10px;
  box-sizing: border-box;
}

.Detaile_foot {
  width: 100%;
  /* height: 44px; */
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}

.badge_gray {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ECECEC;
  border-radius: 10px;
}

.must_style{
  color: #FF3838!important;
  border-bottom: 1px solid #FF3838!important;
}

.popup_home {
  width: 90%;
  height: 200px;
}

.popup_home_ly {
  width: 90%;
  height: 230px;
  font-size: 14px;
}

.popup_home_bq {
  width: 90%;
  font-size: 14px;
}

.popup_model_bq {
  width: 100%;
  height: 280px;
}

.popup_model {
  width: 100%;
  height: 150px;
  overflow: auto;
}

.popup_model_ly {
  width: 100%;
  height: 180px;
  overflow: auto;
}

.popup_btn {
  width: 35%;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(216, 216, 216, 1);
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  margin: 0px auto;
  float: left;
  margin-left: 10%;
}


select.sty1 {
  width: 100%;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  outline: none;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select.sty1::-ms-expand {
  display: none;
}

.product_line_gradient{
  left: 0;
  width: 100%;
  position: absolute;
  /* background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 0.23) 100%); */
  background-color: rgba(0,0,0,.5);
  border-radius: 2px 0px 0px 2px;
  bottom: 0;
  padding: 5px 10px;
}
.fixed_btn {
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  z-index: 99;
}