﻿.QuYu,
.ShangQuan {
  position: absolute;
  background: #0079fe;
  color: #ffffff;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 14px;
  z-index: 1;
  text-align: center;
  line-height: 26px;
  padding-top: 10px;
  box-sizing: border-box;
  user-select: none;
}
.QuYu p:nth-child(1),
.ShangQuan p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.QuYu p:nth-child(2),
.ShangQuan p:nth-child(2) {
  color: #e4e7ea;
}
.QuYu:hover,
.ShangQuan:hover {
  background-color: rgba(250, 87, 65, 0.9) !important;
}
.normalMark {
  position: absolute;
  background: #0079fe;
  color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
}
.normalMark .LouPanName {
  padding: 4px 8px;
  background: #0079fe;
}
.normalMark .junJiaShou {
  padding: 4px 8px;
  background: #15c377;
}
.normalMark .down {
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #0079fe transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 19px;
}
.fr_active {
  background: #fa5741 !important;
}
.fr_active .down {
  border-color: #f96868 transparent transparent !important;
}
.countStr {
  color: #ccc;
  margin-left: 5px;
}
.fr_header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.fr_header .Menu ul {
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
}
.fr_header .Menu ul li {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.fr_header .r_Search {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 9;
}
.fr_header .r_Search .iconfont {
  font-size: 20px;
}
.orderby-items {
  border-top: 1px solid #eee;
  top: 41px;
}
.aui-selectmenu-main {
  top: 85px;
}
.orderby-item span {
  color: #000;
}
.Select_All {
  top: 85px;
}
.MyDingWei {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px -2px 10px 0px rgba(71, 75, 78, 0.18);
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
}
.MyDingWei .iconfont {
  font-size: 26px;
}
.searchHtml {
  padding: 20px;
  display: none;
}
.searchHtml .fr_input {
  position: relative;
  display: flex;
}
.searchHtml .fr_input .fr-input-text {
  height: 35px;
  line-height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  resize: none;
  border-radius: 5px;
  box-shadow: none;
  border-color: #ebebeb;
  display: block;
  width: 80%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
}
.searchHtml .fr_input .closeBtn {
  width: 60px;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
}
.searchHtml .Search_ul {
  margin-top: 10px;
}
.searchHtml .Search_ul li {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.searchHtml .Search_ul .LouPanName {
  font-size: 16px;
  color: #000;
}
.searchHtml .Search_ul .QuYuName {
  color: #999;
}
.searchHtml .Search_ul .State {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #0079fe;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
}