#banner_inside {
  height: 270px;
  padding-top: 60px;
  box-sizing: border-box;
}

.banner-box{
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  align-items: center;
}

.banner-box .media-type{
  font-size: 44px;
  color: #fff;
}

.search-box {
  width: 600px;
  border-radius: 4px;
  height: 68px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.search-box .search-type {
  display: inline-block;
  width: 130px;
  color: #FB3348;
  font-size: 17px;
  line-height: 68px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.search-box .search-type i {
  margin-left: 5px;
}

.search-box .search-input {
  padding: 10px 0;
  position: relative;
}

.search-box .search-input::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 48px;
  background-color: #eee;
}

.search-box input {
  border: none;
  height: 68px;
  color: #999;
  width: 340px;
  padding: 0 15px;
  color: #333;
  font: 14px/30px "微软雅黑";
  position: relative;
  background-color: unset;
}

.search-box .search_btn {
  width: 130px;
  background-color: #FB3348;
  height: 68px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  line-height: 68px;
  cursor: pointer;
  color: #fff;
}

.search-box .search_btn i {
  font-size: 20px;
}

.search-box .slideList {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 95px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  z-index: 10;
  overflow: hidden;
  display: none;
}

.search-box .slideList li {
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.search-box .slideList li:hover {
  background-color: rgba(251, 51, 72, 0.1);
  color: #FB3348;
}

.search-box .search-media {
  position: absolute;
  left: 0;
  top: 68px;
  right: 123px;
  background-color: #fff;
  z-index: 2;
  color: #FB3348;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 6px 95px 0px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}

.search-box .search-media li {
  line-height: 48px;
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.search-box .search-media li b {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 210px;
  flex-shrink: 0;
}

.search-box .search-media li span {
  color: #999;
  font-size: 12px;
  flex-shrink: 0;
}

.search-box .search-media li .price {
  width: 80px;
  text-align: left;
  font-size: 14px;
}

.search-box .search-media li .iconfont {
  font-size: 18px;
  width: 24px;
  flex-shrink: 0;
  text-align: left;
}

.search-box .search-media li .xk {
  flex: 1;
}

.search-box .search-media li:hover {
  background-color: #FFEAEC;
  color: #FB3348;
}

.media-filter {
  border-radius: 4px;
  /* width: 80%; */
  min-width: 1200px;
  margin: 0 10px;
  margin-top: -110px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(251, 51, 72, 0.1);
}

.media-filter .filter {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
  min-height: 60px;
  overflow: hidden;
  position: relative;
}

.media-filter .filter:last-child {
  border: unset;
}

.media-filter ul .filter-title {
  background-color: #fff;
  width: 12.5%;
  text-align: center;
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
  align-self: center;
}

.media-filter .selected .filter-title {
  color: #999;
}

.media-filter .filter-item {
  flex: 1;
}

.media-filter .filter-item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}


.media-filter .filter-item li {
  padding-bottom: 13px;
  position: relative;
}

.media-filter .filter-item a {
  font-size: 14px;
  color: #999;
  padding: 5px 13px;
  border-radius: 4px;
}

.media-filter .filter-item li.active a {
  color: #FB3348;
}

.media-filter .filter-item li.clear a {
  border: 1px solid #FB3348;
  background-color: #fff;
}

.media-filter .filter-item li a:hover {
  color: #FB3348;
}

/* dropdown-filter */

.media-filter .dropdown-filter {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #eee;
}

.media-filter .dropdown-filter .dropdown-filter-title {
  background-color: #fff;
  width: 12.5%;
  text-align: center;
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
  align-self: center;
}

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

.media-filter .dropdown-filter .drop-type {
  line-height: 60px;
  color: #666;
}

.media-filter .dropdown-filter .drop-type i {
  margin-left: 3px;
}

.media-filter .dropdown-filter-item ul {
  position: relative;
  padding: 0 25px;
  cursor: pointer;
}

.media-filter .dropdown-filter .dropdown {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.35);
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  z-index: 100;
  border-radius: 4px;
  display: none;
  overflow: hidden;
  border-radius: 5px;
}

.media-filter .dropdown-filter .dropdown li {
  line-height: 30px;
  padding: 0 5px;
}

.media-filter .dropdown-filter .dropdown li a {
  line-height: 30px;
  width: 100%;
  display: inline-block;
}

.media-filter .dropdown-filter .dropdown li:hover {
  background-color: rgba(251, 51, 72, 0.1);
}

.media-filter .dropdown-filter .dropdown li:hover a {
  color: #FB3348;
}

.media-filter .dropdown-filter .dropdown li.active {
  background-color: rgba(251, 51, 72, 0.1);
}

.media-filter .dropdown-filter .dropdown li.active a {
  color: #FB3348;
}

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


.media-filter .filter-arrow {
  position: absolute;
  right: 10px;
  width: 32px;
  text-align: center;
  cursor: pointer;
}

.media-filter .filter-arrow i {
  line-height: 60px;
}

/* 已选媒体 */

.media-filter .selected .filter-item li {
  margin-right: 25px;
}

.media-filter .selected li a .iconfont {
  margin-left: 5px;
  vertical-align: middle;
}

.media-filter .selected li.active a {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #666666;
  padding: 0 13px;
  line-height: 28px;
  display: inline-block;
  box-sizing: border-box;
}

.media-filter .selected li.active:hover a {
  color: #FB3348;
  border-color: #FB3348;
}

/* 综合排序 */

.rank-filter {
  /* width: 80%; */
  min-width: 1200px;
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  margin: 20px 10px;
}

.rank-filter .rank-item {
  margin-right: 20px;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
}

.rank-filter .rank-item a {
  padding: 0 22px;
  height: 100%;
  display: inline-block;
  font-size: 14px;
}

.rank-filter .rank-item:hover {
  border-color: #FB3348;
}

.rank-filter .rank-item.active {
  border-color: #FB3348;
}

.rank-filter .rank-item.active a {
  color: #FB3348;
}

.rank-filter .rank-item:hover a {
  color: #FB3348;
}

.rank-filter .rank-item svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}

.media-tbale {
  /* width: 80%; */
  min-width: 1200px;
  margin: 0 10px;
}

.media-tbale table {
  margin-top: 0;
  width: 100%;
  border-color: #eee;
}

.media-tbale table th,
.media-tbale table tr,
.media-tbale table td {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.media-tbale table thead {
  background-color: #F6F6F6;
  line-height: 80px;
  color: #333;
  font-size: 14px;
}

.media-tbale table thead th {
  font-weight: normal;
}

.media-tbale table tbody tr {
  height: 90px;
  text-align: center;
  color: #333;
  position: relative;
}

.media-tbale table tbody tr:hover {
  background-color: #F9F9F9;
}

.media-tbale table tbody .media-logo {
  width: 100px;
  padding: 20px;
}

.media-tbale table tbody .media-logo img{
  max-width: 100px;
}

.media-tbale table tbody .media-info {
  padding: 0 20px;
}

.media-tbale table tbody .media-info .media-name {
  vertical-align: middle;
  line-height: 24px;
}

.media-tbale table tbody .media-info .iconfont {
  color: #FB3348;
  font-size: 20px;
  position: relative;
  vertical-align: middle;
}

.media-tbale table tbody .media-info .entryLevel {
  position: absolute;
  font-size: 12px;
}

.media-tbale table tbody .media-info .entryLevel {
  position: absolute;
  top: -45px;
  left: -2px;
  z-index: 20;
  width: 50px;
  background: #FB3348;
  box-shadow: 5px 5px 10px rgb(255 37 72 / 10%);
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.5s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  color: #fff;
  text-align: left;
  border: 0.5px solid #fff;
}

.media-tbale table tbody .media-info .entryLevel::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 11px;
  bottom: -12px;
  border: 6px solid;
  border-color: #FF2548 transparent transparent #FF2548;
}

.media-tbale table tbody .media-info .entryLevel::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  bottom: -14px;
  border: 7px solid;
  border-color: #fff transparent transparent #fff;
}

.media-tbale table tbody .media-info .iconfont:hover .entryLevel {
  transform: scale(1);
}

.media-tbale table tbody .media-price {
  color: #FB3348;
  font-weight: bold;
}

.media-tbale table tbody .need-login {
  color: #666;
}

.media-tbale table tbody .media-link {
  color: #FB3348;
}

.media-tbale table tbody .media-note {
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}

.media-tbale table tbody .cart-box{
  position: relative;
}

.media-tbale table tbody .addCart{
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  line-height: 28px;
  color: #f54b4b;
  border: 1px solid #f54b4b;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.media-tbale table tbody .addCart.active{
  border-color: #999;
  color: #999;
}

.media-tbale table tbody .addCart:hover{
  color: #fff;
  background-color: #f54b4b;
  border-color: #f54b4b;
}

.media-tbale table tbody .tips {
  opacity: 0;
  color: #f54b4b;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.media-tbale table tbody .priceList {
  position: absolute;
  top: 32px;
  right: 0;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.48);
  border-radius: 4px;
  display: none;
  background-color: #fff;
  z-index: 100;
  width: 180px;
  color: #333;
  padding: 10px;
}

.media-tbale table tbody .priceList li {
  text-align: left;
  height: 34px;
  background-color: #F6F6F6;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.media-tbale table tbody .priceList li:last-child {
  margin-bottom: 0;
}

.media-tbale table tbody .priceList li .priceType {
  color: #333;
  font-size: 14px;
  width: 70px;
  flex-shrink: 0;
  line-height: 16px;
  align-self: center;
  margin-right: 5px;
}

.media-tbale table tbody .priceList li .vipPrice {
  color: #f54b4b;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}

.media-tbale table tbody .priceList li .vipPrice span {
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
}

.media-tbale table tbody .priceList li .vipPrice img {
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.media-tbale table tbody .priceList li del {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}

.media-tbale table tbody .priceList li i {
  font-weight: normal;
}

.media-tbale table tbody .priceList li:hover {
  background-color: rgba(251, 51, 72, 0.1);
}


.media-tbale table tbody .collect{
  margin-top: 5px;
  color: #999;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.media-tbale table tbody .collect i{
  margin-right: 5px;
}

.media-tbale table tbody .collect:hover{
  color: #f54b4b;
}

.media-tbale table tbody .source-media{
  height: 40px;
  cursor: pointer;
  text-align: left;
}

.media-tbale table tbody .source-tip {
  color: #333;
  font-size: 16px;
  text-align: left;
  margin-bottom: 12px;
}

.media-tbale table tbody .sourceList {
  position: absolute;
  top: 32px;
  right: 0;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.48);
  border-radius: 4px;
  display: none;
  background-color: #fff;
  z-index: 100;
  width: 360px;
  color: #333;
  padding: 15px;
}

.media-tbale table tbody .sourceList li {
  text-align: left;
  background-color: #F6F6F6;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.media-tbale table tbody .sourceList li:hover {
  background-color: rgba(251, 51, 72, 0.1);
}

.media-tbale table tbody .sourceList li:last-child {
  margin-bottom: 0;
}

.media-tbale table tbody .sourceList li p {
  padding: 0 10px;
}

.media-tbale table tbody .sourceList li p:first-child {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 38px;
  color: #333;
}

.media-tbale table tbody .sourceList li p:last-child {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  line-height: 32px;
}

.media-tbale table tbody .sourceList .source-price {
  color: #F51520;
  font-size: 20px;
}

.media-tbale table tbody .source-item{
  display: none;
}

.media-tbale table tbody .source-item .source-label{
  background-color: #FB3348;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
}

.nomedia {
  /* width: 1200px; */
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nomedia .server {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nomedia .server img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.nomedia .server .link {
  width: 470px;
  display: inline-block;
  text-align: left;
}

.nomedia .server .handle {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.nomedia .server .handle span {
  font-size: 14px;
  margin: 0 3px;
}

.nomedia .server .handle a {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  width: 120px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}

.nomedia .server .handle a:first-child {
  border: 1px solid #f54b4b;
  background-color: #f54b4b;
  margin-left: 25px;
}

.nomedia .server .handle a:last-child {
  border: 1px solid #f54b4b;
  color: #f54b4b;
}

.nomedia .server .tip {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}

/* 收藏弹框 */

.collect-modal .lymodal{
  height: auto;
  margin-top: -235px;
  margin-left: -235px;
}

.collect-modal .modal-head .lyclose {
  top: 20px;
  right: 20px;
}

.collect-modal .modal-body {
  margin: 30px 0;
  padding: 0 30px;
  text-align: left;
}

.collect-modal .settlement-modal-i {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.collect-modal .settlement-modal-i i {
  color: #0bcf69;
  font-size: 57px;
}

.collect-modal .settlement-modal-i p {
  font-size: 24px;
  color: #333;
}

.collect-modal .collect-tip {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.collect-modal .collect-tip i {
  font-size: 15px;
  color: #0DC4CF;
}

.collect-modal .collect-tip span {
  color: #999;
  font-size: 14px;
}

.collect-modal .collect-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
}

.collect-modal .collect-list li {
  width: 50%;
  margin-bottom: 10px;
}

.collect-modal .collect-list li label {
  cursor: pointer;
  min-width: 40px;
  display: inline-block;
}

.collect-modal .collect-list input {
  margin-right: 5px;
}
.collect-modal .collect-creat{
  display: none;
}
.collect-modal .collect-group{
  margin-left: 15px;
}

.collect-modal .collect-group input {
  width: 220px;
  padding: 0 10px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.collect-modal .collect-group span {
  width: 76px;
  height: 38px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  background-color: #EEEEEE;
  color: #666666;
  cursor: pointer;
  margin-left: 10px;
}

.collect-modal .collect-group span:hover{
  background-color: #f54b4b;
  color: #fff;
}

.collect-modal .collect-new {
  margin-left: 15px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  color: #9A9A9A;
}

.collect-modal .collect-new i {
  font-size: 17px;
  padding: 0 1px;
  margin-right: 5px;
  border: 1px solid #9A9A9A;
  border-radius: 50%;
}

.collect-modal .collect-btn {
  text-align: center;
  margin-top: 30px;
}

.collect-modal button {
  width: 180px;
  height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-right: 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

.collect-modal button:last-child {
  margin-right: 0;
  background-color: #f54b4b;
  border-color: #f54b4b;
  color: #fff;
}

.collect-modal button:hover {
  border-color: #f95353;
  background-color: #f95353;
  color: #fff;
}