#head {
  font-size: 0.16rem;
  padding: 0.1rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
}
#head .logo {
  width: 0.78rem;
  height: 0.35rem;
  background-image: url("../img/dealam-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#head .search_wpr {
  border-radius: 0.24rem;
  background-color: #E6E6E6;
}
#head .search_wpr input {
  padding-left: 0.35rem;
  border: 1px solid #F7F7F7;
  border-radius: 0.24rem;
  width: 2.07rem;
  height: 0.3rem;
  background-color: #F7F7F7;
  background-image: url("../img/search_icon.png");
  background-repeat: no-repeat;
  background-position: 0.12rem center;
  background-size: 0.14rem 0.15rem;
}
#head .search_wpr input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
}
#head .search_wpr input:-ms-input-placeholder {
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
}
#head .search_wpr input::-moz-placeholder {
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
}
#head .lang {
  position: relative;
  border: 1px solid #FF2741;
  border-radius: 0.12rem;
  padding: 0.02rem 0.04rem;
  text-align: center;
  font-size: 0.10rem;
  width: 0.54rem;
  color: #FF2741;
}
#head .lang .Triangular {
  font-size: 0.08rem;
}
#head .lang .lang_list {
  position: absolute;
  display: none;
  bottom: 0.2rem;
  width: 0.42rem;
}
#head .lang .lang_list a li {
  background-color: #EEEEEE;
  position: absolute;
  width: 0.4rem;
  top: 0.2rem;
}

.crossed {
    text-decoration: line-through;
    color: #000;
    margin-left: 10px;
    font-style: normal;
}
