* {
  box-sizing: border-box;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

body {
  background-color: #F5F6FA;
}

#banner_inside {
  position: relative;
  z-index: -1;
}

#banner_inside h1 {
  top: 120px;
  text-align: left;
}

#banner_inside .line {
  height: 1px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  top: 185px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

#content {
  margin-top: -180px;
}

/* 过滤交件 */

.filter {
  border-radius: 5px;
  background-color: #fff;
  /* padding: 5px 5px 0 5px; */
  padding: 10px 10px 0 10px;
}

.filter>ul>li {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
}

.filter dl {
  display: flex;
  justify-content: flex-start;
}

.filter dt {
  width: 76px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  flex-shrink: 0;
}

.filter dd{
  width: 100%;
}

.filter .filter-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.filter .filter-item li {
  height: 22px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  color: #666;
}

.filter .filter-item li:hover {
  border: 1px solid #3686dc;
  color: #3686dc;
  border-radius: 5px;
}

.filter .filter-item li.active {
  border: 1px solid #3686dc;
  color: #3686dc;
  border-radius: 5px;
}

.dropdown-filter {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.dropdown-filter .title {
  font-size: 14px;
  width: 76px;
  flex-shrink: 0;
}

.dropdown-filter .dropdown-item {
  margin-right: 15px;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.dropdown-filter .dropdown-item>span {
  width: 120px;
  line-height: 26px;
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-left: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dropdown-filter .dropdown-item>span span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-filter .dropdown-item i {
  position: absolute;
  right: 6px;
  top: 0px;
  font-size: 12px;
  color: #999;
}

.dropdown-filter .dropdown-item ul {
  position: absolute;
  left: 0;
  top: 34px;
  width: 120px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  line-height: 36px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

/* .dropdown-filter .dropdown-item:hover ul{
  display: block;
} */

.dropdown-filter .dropdown-item ul .active {
  background-color: #f7f7f7;
}

.dropdown-filter .dropdown-item li:hover {
  background-color: #f7f7f7;
}

.rank {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.rank .rank-item {
  margin-right: 15px;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
}

.rank .rank-item.active {
  border-color: #3686dc;
  color: #3686dc;
}

.authorList {
  margin-top: 20px;
}

.authorList .authoritem {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 8px;
}

.authorList .authoritem:hover {
  box-shadow: #acacac 0px 0px 5px;
}

.authoritem .avator {
  width: 150px;
  text-align: center;
  padding-top: 20px;
}

.authoritem .avator img {
  width: 80px;
  border-radius: 5px;
}

.authoritem .authorinfo {
  width: 900px;
  padding: 20px;
  border-left: 1px solid #F5F6FA;
  position: relative;
}

.authoritem .authorinfo .authordata {
  border-bottom: 1px solid #EFEFEF;
}

.authoritem .authorinfo .penName {
  color: #222;
  font-size: 20px;
}

.authoritem .authorinfo .price {
  font-size: 18px;
  color: #ED2323;
  font-weight: bold;
  line-height: 32px;
}

.authoritem .authorinfo .num {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 300px;
}

.authoritem .authorinfo .num p {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.authoritem .authorinfo .num .line {
  width: 1px;
  height: 15px;
  background-color: #eee;
  align-self: center;
}

.authoritem .authorinfo .num span {
  font-size: 14px;
  color: #666;
}

.authoritem .authorinfo .feature {
  font-size: 12px;
  line-height: 30px;
}

.authoritem .authorinfo .feature .title {
  color: #999;
}

.authoritem .authorinfo .feature .note {
  color: #666;
}

.authoritem .authorinfo .feature .note span{
  margin-right: 5px;
}

.authoritem .authorinfo .goodAt {
  padding: 5px 0;
  border-bottom: 1px solid #EFEFEF;
}

.authoritem .authorinfo .cases {
  display: flex;
  justify-content: flex-start;
}

.authoritem .authorinfo .cases .title {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.authoritem .authorinfo .cases .case a {
  color: #666;
  font-size: 12px;
}

.authoritem .authorinfo .cases .case .docword {
  color: #666;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}

.authoritem .authorinfo .cases .case .docword:hover {
  color: #3686dc;
}

.authoritem .authorinfo .cases .case a:hover {
  color: #3686DC;
}

.authoritem>div:last-child {
  width: 150px;
  align-self: center;
}

.authoritem .addCart {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 95px;
  height: 31px;
  background: rgba(54, 134, 220, 1);
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
  font-size: 12px;
}

.authoritem .addCart div{
  display: inline-block;
  margin-left: 5px;
}

.authoritem .addCart.active {
  background-color: #FC8A29;
}

.authoritem .addCart:hover {
  box-shadow: 0px 2px 6px 0px rgba(54,62,220,0.38);
}

.authoritem .addCart .tips {
  opacity: 0;
  color: #3686dc;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.authorList .nodata {
  text-align: center;
  height: 140px;
  padding: 20px;
  line-height: 80px;
  background: #fff;
  color: #ccc;
}

.authorList .nodata i {
  font-size: 30px;
  color: #3686DC;
}

.authorList .nodata span {
  display: block;
  line-height: 20px;
}


.pages {
  text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3780D8;
}

.login-modal .modal-body {
  margin: 30px 0;
}

.code-modal .lymodal {
  width: 400px;
  height: 400px;
}

.code-modal .modal-body {
  margin: 10px 0;
}

.code-modal img {
  width: 300px;
  height: 300px;
}