.container {
  max-width: 768px;
  min-width: 360px;
  margin: 0 auto;
  min-height: 100vh;
  background: #F5F7FA;
  font-size: 12px;
  padding-top: 50px;
}
.container .header {
  width: 100%;
  font-size: 16px;
  text-align: center;
  display: flex;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: solid 0.5px #D7DADE;
  z-index: 100;
}
.container .header .left-icon {
  width: 50px;
  height: 50px;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .header .left-icon i {
  color: #666;
  font-size: 20px;
}
.container .header .header-text {
  margin: 0 auto;
}
.container .header .right-icon {
  width: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.container .header .right-icon i {
  color: #666;
  font-size: 20px;
}
.container .header .right-icon span {
  padding-left: 5px;
}
.container .select-bg {
  position: fixed;
  z-index: 1200;
  top: 50px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.container .select-bg .select-box {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
}
.container .select-bg .select-box .search-box {
  width: 100%;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  position: relative;
}
.container .select-bg .select-box .search-box input {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: solid 0.5px #3671F3;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
}
.container .select-bg .select-box .search-box input::placeholder {
  color: #ccc;
  font-size: 12px;
}
.container .select-bg .select-box .search-box .search-icon {
  width: 36px;
  height: 34px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #3671F3;
}
.container .select-bg .select-box .search-box .search-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.container .select-bg .select-box .search-content {
  padding: 0 15px 5px;
  max-height: 220px;
  overflow-y: scroll;
}
.container .select-bg .select-box .search-content .text-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.container .select-bg .select-box .search-content .text-box .search-text {
  display: inline-block;
  padding: 8px 10px;
  background-color: #EBEFF2;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .select-bg .select-box .search-content .text-box .search-text.active {
  color: #3671F3;
  background-color: #E1EAFD;
}
.container .select-bg .select-box .search-content .search-null {
  display: none;
  margin: 0 auto;
  text-align: center;
  padding: 22.5px 0 25px;
}
.container .select-bg .select-box .search-content .search-null i {
  font-size: 24px;
}
.container .select-bg .select-box .search-content .search-null span {
  margin-top: 3px;
  display: block;
}
.container .content {
  width: 100%;
  background: #F5F7FA;
  padding: 15px;

}
.container .content .list-wrap{
  display: flex;
  flex-wrap: wrap;
}
.container .content .list-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.container .content .list-item:nth-child(even) {
  margin-right: 0;
}
.container .content .list-item .item-img {
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
  padding-top: 56.25%;
}
.container .content .list-item .item-img .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container .content .list-item .item-img .zbz {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 5px;
  background-color: #FF6600;
  border-radius: 3px;
  color: #FFF;
  line-height: 18px;
}
.container .content .list-item .item-img .zbz img {
  width: 12px;
  height: 12px;
}
.container .content .list-item .item-img .yg {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 5px;
  background-color: #3671F3;
  border-radius: 3px;
  line-height: 18px;
  text-align: left;
  color: #FFF;
}
.container .content .list-item .item-img .hf {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  line-height: 18px;
  text-align: left;
  color: #FFF;
}
.container .content .list-item .item-img .view-num {
  position: absolute;
  right: 6px;
  bottom: 2px;
  color: #FFF;
  z-index: 10;
}
.container .content .list-item .item-img .img-cover {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}
.container .content .list-item .item-content {
  background: #fff;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}
.container .content .list-item .item-content .item-title {
  margin-bottom: 5px;
  min-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .content .list-item .item-content .item-txt,
.container .content .list-item .item-content .item-time {
  color: #999;
}
.container .content .list-item .item-content .item-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 18px;
  line-height: 18px;
}
.list-loading {
  text-align: center;
  color: #999;
  display: none;
}
@keyframes loading {
  to {
    transform: rotate(-180deg);
  }
  from {
    transform: rotate(-360deg);
  }
}
.list-loading i{
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0;
  display: block;
  animation: loading 1s linear infinite;
}
.list-null {
  display: none;
  text-align: center;
  font-size: 14px;
  padding-top: 110px;
}
.list-null i{
  font-size: 36px;
  color: #666;
}
.list-null p{
  margin-top: 10px;
}

.fixed-wrap {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 10;
}
.kefu {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #3671F3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kefu > img {
  display: block;
  width: 32px;
  height: 32px;
}