.btn-common {
  background: linear-gradient(90deg, #5ed59f 0%, #3cb780 100%);
  line-height: 48px;
  font-size: 18px;
  border-radius: 48px;
  color: #fff;
  padding: 0 32px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.1s all ease;
  outline: none;
  border: none;
  display: block;
}
.btn-common:hover {
  opacity: 0.85;
}
body {
  max-width: none;
}
.pc-container {
  display: block;
}
.mobile-container {
  display: none;
}
.plate-content-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  /*height: 260px;*/
  padding: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
}
.plate-content-box .plate-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*height: 180px;*/
}
.plate-content-box .plate-box ul li {
  display: block;
  position: relative;
  margin-top:10px

}
.plate-content-box .plate-box ul li a {
  display: flex;
  flex-flow: row nowrap;
}
.plate-content-box .plate-box ul li a .pic-box {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plate-content-box .plate-box ul li a .content-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 125px;
  height: 80px;
  box-sizing: border-box;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plate-content-box .plate-box ul li a .content-box .title {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
.plate-content-box .plate-box ul li a .content-box .info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.plate-content-box .plate-box ul li a .content-box .info .row-1 {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin: 0 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plate-content-box .plate-box ul li a .content-box .info .row-1 .total {
  margin-right: 10px;
}
.plate-content-box .plate-box ul li a .content-box .info .row-2 {
  color: #07C060;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	width:100%
}
.plate-content-box .plate-box ul li a .content-box .info .row-2 .new {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin-right: 4px;
}
.plate-content-box .plate-box ul li a .content-box .info .row-3 {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.arc_ewm_bg {
  width: 250px;
  height: 250px;
  margin-top: 10px;
  background: url(../images/ewm_bg.png) no-repeat;
  background-size: 250px;
  margin: 0px auto;
  position: relative;
}
.arc_ewm_bg .arc_ewm_img {
  width: 133px;
  height: 133px;
  position: absolute;
  bottom: 13px;
  right: 2px;
}
.select-box .swiper-wrapper .select-item {
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #eee;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.select-box .swiper-wrapper .select-item .main {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  padding: 8px;
  box-sizing: border-box;
}
.select-box .swiper-wrapper .select-item .main .main {
  height: 80px;
}
.select-box .swiper-wrapper .select-item .main .title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  letter-spacing: 1px;
  text-align: left;
}
.select-box .swiper-wrapper .select-item .main .info {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.select-box .swiper-wrapper .select-item .main .info .userinfo {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.select-box .swiper-wrapper .select-item .main .info .userinfo .avatar {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #4d4d4d;
  overflow: hidden;
  margin-right: 10px;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.select-box .swiper-wrapper .select-item .main .info .userinfo .name {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}
.select-box .swiper-wrapper .select-item .main .info .action-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  line-height: normal;
}
.select-box .swiper-wrapper .select-item .main .info .action-box .like {
  padding-left: 18px;
  position: relative;
  margin-right: 10px;
}
.select-box .swiper-wrapper .select-item .main .info .action-box .like::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  /* background: url(../images/icon-like.png) no-repeat; */
}
.select-box .swiper-wrapper .select-item .main .info .action-box .comment {
  padding-left: 18px;
  position: relative;
}
.select-box .swiper-wrapper .select-item .main .info .action-box .comment::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  /* background: url(../images/icon-comment.png) no-repeat; */
}

.select-box .swiper-wrapper .select-item:hover {
  opacity: 0.9;
}
.select-box .swiper-wrapper .select-item:hover .main {
  height: 80px;
}
.select-box .swiper-wrapper .select-item:hover .main .title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
.active-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  width: 320px;
  height: 260px;
  padding: 20px;
  box-sizing: border-box;
}
.active-box .user-box {
  width: 100%;
  height: 222px;
}
.active-box .user-box .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  width: 100%;
  height: 40px;
  margin: 10px 0 0px 0 !important;
}
.active-box .user-box .item .avatar {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #eee;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.active-box .user-box .item .userinfo {
  flex-grow: 1;
  max-width: 230px;
  padding-left: 10px;
  box-sizing: border-box;
}
.active-box .user-box .item .userinfo .name {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  text-align:left
}
.active-box .user-box .item .userinfo .tiezi {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  letter-spacing: 1px;
}
.active-box .user-box .item:hover .avatar {
  opacity: 0.9;
}
.active-box .user-box .item .userinfo a{
  text-align:left
}