.mall_region {
  padding: 30px 0;
  border-top: 1px solid #eeeeee;
}
.mall_screen {
  border-top: 1px solid #f2f2f2;
}
.screen_column {
  display: flex;
  padding: 3px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.column_section {
  width: 6%;
  display: flex;
  align-items: center;
}
.column_title {
  font-size: 15px;
  color: #999999;
}
.column_ul {
  display: flex;
  flex-wrap: wrap;
}
.column_li {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  height: 35px;
  display: flex;
  margin-left: 35px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.column_li:hover {
  color: #c9151e;
}
.option_card {
  background: #f8f8fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 43px;
  margin: 15px 0 5px 0;
}
.option_left {
  display: flex;
  align-items: center;
  height: 100%;
}
.option_box {
  min-width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.option_box:hover .option_text {
  color: #c9151e;
}
.option_text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.option_icon {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.option_input {
  width: 75px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #999;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
}
.option_unit {
  font-size: 16px;
  color: #999;
}
.option_gapn {
  margin: 0 5px;
  color: #999;
  font-size: 15px;
}
.input_main {
  width: 100%;
  max-height: 100%;
  text-align: center;
  font-size: 13px;
}
.option_right {
  display: flex;
  align-items: center;
}
.pages_img {
  width: 12px;
  cursor: pointer;
  height: 12px;
}
.pages_number {
  font-weight: 400;
  font-size: 15px;
  color: #c9151e;
  margin: 0 10px;
}
.pages_total {
  color: #333333;
  display: inline;
}
.active{
  color: #c9151e;
}
.active_line::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #c9151e;
  left: 0;
  bottom: -10px;
}
