/* 搜索 */

body {
  background-color: #F6F6F6;
}

.menu {
  width: 89%;
}

#menu-top .menu {
  width: 1260px;
}

.banner {
  height: 600px;
  background-size: 100% 100%;
  min-width: 1260px;
  margin-top: -78px;
  padding-top: 110px;
  box-sizing: border-box;
}

.banner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 40px;
}

.banner-title .media-type {
  font-weight: bold;
  font-size: 40px;
  color: #0866DF;
  background: linear-gradient(0deg, #975BF7 0%, #0867DF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-title .search-box {
  width: 680px;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.banner-title .search-box .search-type {
  display: inline-block;
  width: 140px;
  color: #0866DF;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

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

.banner-title .search-box .search-input {
  padding: 10px 0;
  position: relative;
  flex: 1;
}

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

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

.banner-title .search-box .search-btn {
  width: 140px;
  background-color: #0866df;
  height: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.banner-title .search-box .search-btn img {
  width: 30px;
  height: 30px;
}

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

/* .search-box .search-type:hover .slideList {
  display: block;
} */

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

.search-box .slideList li:hover {
  background-color: #EBECFA;
  color: #4270CD;
}

.search-box .search-media {
  position: absolute;
  left: 0;
  top: 60px;
  right: 125px;
  background-color: #fff;
  z-index: 2;
  color: #0866DF;
  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: #EAECF9;
  color: #0866DF;
}

/* 筛选条件 */

.media-tab {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 102, 223, 0.1);
}

.media-tab li {
  text-align: center;
  flex: 1;
  cursor: pointer;
}

.media-tab li span {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: -8px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.media-tab li a {
  line-height: 60px;
  font-size: 20px;
  color: #333;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.media-tab li.active {
  background-color: #0866df;
}

.media-tab li.active a {
  color: #fff;
}

.media-tab li:not(.active):hover a {
  color: #0866df;
}

.media-filter {
  border-radius: 24px;
  min-width: 1200px;
  margin: 0 40px;
  margin-top: -400px;
  background-color: #fff;
  box-shadow: 0 0px 4px rgba(177, 174, 174, 0.25);
}

.media-filter #website {
  padding: 0 20px;
}

.media-filter .filter {
  border-bottom: 1px solid rgba(8, 102, 223, 0.1);
  display: flex;
  justify-content: flex-start;
  min-height: 44px;
  overflow: hidden;
  position: relative;
}

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

.media-filter ul .filter-title {
  background-color: #fff;
  width: 150px;
  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: 8px;
}


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

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

.media-filter .filter-item a {
  font-size: 14px;
  color: #999;
  padding: 0 15px;
  border-radius: 14px;
  line-height: 28px;
  display: inline-block;
}

.media-filter .filter-item li.active a {
  background-color: rgba(8, 102, 223, 0.1);
  color: #0866DF;
}

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

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

/* dropdown-filter */

.media-filter .dropdown-filter {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid rgba(8, 102, 223, 0.1);
}

.media-filter .dropdown-filter .dropdown-filter-title {
  background-color: #fff;
  width: 150px;
  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;
}

.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: 10px;
  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(8, 102, 223, 0.1);
}

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

.media-filter .dropdown-filter .dropdown li.active {
  background-color: rgba(8, 102, 223, 0.1);
}

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

.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: 48px;
}

/* 综合排序 */

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

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

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

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

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

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

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

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

/* 媒体列表 */

.medias {
  min-width: 1200px;
  margin: 0 40px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
}

.media-list {
  width: 100%;
}

.media-list .media-item {
  padding: 25px;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}

.media-list .media-item:hover {
  background-color: #efefef;
}

.media-list .media-item.pause {
  background-color: #e5e5e5;
  overflow: hidden;
}

.media-list .media-item.selected {
  background-color: #e5e5e5;
  overflow: hidden;
}

.media-list .media-item .pause-label {
  position: absolute;
  left: -24px;
  top: 10px;
  width: 90px;
  height: 24px;
  line-height: 24px;
  transform: rotateZ(-45deg);
  text-align: center;
  color: #333;
  font-size: 14px;
  background-color: #999;
}

.media-item .media-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  line-height: 24px;
  flex-shrink: 0;
}

.media-item .media-info .avator {
  width: 80px;
  /* height: 70px; */
  margin-right: 15px;
}

.media-item .media-info .avator.wx-img {
  border-radius: 50%;
}

.media-item .media-info .avator.sina-img {
  border-radius: 50%;
  height: 80px;
}

.media-item .media-info .avator.svideo-img {
  border-radius: 50%;
}

.media-item .media-info .avator.package-img {
  border-radius: 5px;
}

.media-item .media-info .media-price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.media-item .media-info .main-price {
  color: #F51520;
}

.media-item .media-info .main-price span {
  font-size: 14px;
  vertical-align: middle;
}

.media-item .media-info .mains-price span {
  font-size: 18px;
}

.media-item .media-info .vice-price span {
  color: #F51520;
  font-size: 16px;
  vertical-align: middle;
}

.media-item .media-info .vicem-price span {
  font-size: 14px;
}

.media-item .media-info .member {
  /* width: 58px;
  height: 18px; */
  vertical-align: middle;
  margin-left: 5px;
}

.media-item .media-info .need-login {
  color: #666;
  font-size: 14px;
}

.media-item .media-info .need-login a {
  color: #3573EC;
}

.media-item .media-info .media-name {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.media-item .media-info .media-name .wxcode {
  position: relative;
}

.media-item .media-info .media-name .code-img {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -45px;
  display: none;
  z-index: 10;
}

.media-item .media-info .media-name .wxcode:hover .code-img {
  display: block;
}

.media-item .media-info .starFlag {
  font-size: 12px;
  border: 1px solid #FFB15E;
  border-radius: 4px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
  margin: 2px 0;
  background-color: #FFB15E;
  color: #fff;
  width: 54px;
  text-align: center;
}

.media-item .media-info del {
  color: #999;
  font-size: 16px;
}

.media-item:hover .media-ai{
  opacity: 1;
}

.media-item .media-ai{
  position: relative;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
}

.media-item .media-ai .ai-title{
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  background: linear-gradient(0deg, #686FF6 0%, #4BA4FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  cursor: pointer;
}

.media-item .media-ai .ai-tip{
  background-image: linear-gradient(#3862E8,#A15BFC);
  border-radius: 10px;
  color: #FEFEFE;
  padding: 10px 15px;
  width: 160px;
  text-align: left;
  z-index: 11;
  position: absolute;
  left: 20px;
  top: 35px;
  display: none ;
}

.media-item .media-ai:hover .ai-tip{
  display: block;
}

.media-item .media-ai .ai-tip::before{
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #3762E7;
  top: -16px;
  left: 30px ;
}

.media-item .media-data {
  /* display: flex;
  justify-content: space-between; */
  flex-grow: 1;
  height: 77px;
  padding-top: 10px;
}

.media-item .media-data li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}


.media-item .media-data li span {
  flex: 1;
  color: #666;
  position: relative;
}

.media-item .media-data li:first-child span {
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
}

.media-item .media-data li:last-child span {
  line-height: 24px;
  font-size: 14px;
  border-right: 1px solid #eee;
}

.media-item .media-data li .vip-data {
  font-weight: bold;
  color: #666;
}

.media-item .media-data li .vip-data i {
  color: #ccc;
  margin-right: 2px;
}

.media-item .media-data li .vip-data:hover i {
  color: #FD9C0E;
}

.media-item .media-data li .vip-data:hover .vip-tip {
  display: block;
}

.media-item .media-data li span .vip-tip {
  display: none;
  width: 100px;
  border-radius: 10px;
  padding: 0px 5px;
  background-color: #fff;
  color: #999;
  position: absolute;
  left: 50%;
  font-size: 12px;
  margin-left: -55px;
  bottom: -25px;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.48);
  font-weight: normal;
}

.media-item .media-data li .case a {
  color: #0866DF;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.media-item .media-data li .case i {
  font-size: 14px;
}

.media-item .media-data li .media-note-tag {
  flex: 4;
  padding-left: 20px;
}

.media-item .media-data li:last-child .media-note {
  flex: 4;
  padding-left: 20px;
  border-right: 0;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border: unset;
}

.media-item .handle {
  margin-left: 40px;
}

.media-item .handle .cart-box {
  text-align: center;
  width: 120px;
  color: #0866DF;
  cursor: pointer;
  position: relative;
}

.media-item .handle .cart-box .tips {
  opacity: 0;
  color: #3686dc;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}

.media-item .handle .addcart {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 28px;
  color: #999;
  border: 1px solid #999;
  border-radius: 16px;
  box-sizing: border-box;
}

.media-item .handle .addcart.active {
  color: #999;
  border-color: #999999;
}

.media-item .handle .addcart i {
  vertical-align: middle;
  margin-right: 3px;
}

.media-item .handle .addcart span {
  vertical-align: middle;
}

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

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

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

.media-item .handle .sourceList li:hover {
  background-color: #E4EEFA;
}

.media-item .handle .sourceList li:last-child {
  margin-bottom: 0;
}

.media-item .handle .sourceList li p {
  padding: 0 10px;
}

.media-item .handle .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-item .handle .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-item .handle .sourceList .source-price {
  color: #F51520;
  font-size: 20px;
}

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

.media-item .handle .priceList li {
  text-align: left;
  height: 34px;
  /* line-height: 38px; */
  background-color: #F6F6F6;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.media-item .handle .priceList li:last-child {
  margin-bottom: 0;
}

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

.media-item .handle .priceList li .vipPrice {
  color: #0866DF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}

.media-item .handle .priceList li .vipPrice span {
  line-height: 14px;
}

.media-item .handle .priceList li .vipPrice span img {
  width: 42px;
  height: 18px;
}

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

.media-item .handle .priceList li i {
  font-weight: normal;
}

.media-item .handle .priceList li:hover {
  background-color: #DAE8FF;
}

.media-item .handle .addcart:hover {
  background-color: #3573EC;
  border-color: #3573EC;
  color: #fff;
}

.media-item .handle .collect {
  color: #999999;
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
  cursor: pointer;
}

.media-item .handle .collect i {
  vertical-align: middle;
  margin-right: 3px;
  color: #999;
}

.media-item .handle .collect:hover {
  color: #0866DF;
}

.media-item .handle .collect:hover i {
  color: #0866DF;
}

.media-item .handle .collect span {
  vertical-align: middle;
}

.media-item .source-media {
  position: absolute;
  bottom: 0px;
  left: 30px;
  color: #3573EC;
  font-size: 12px;
  cursor: pointer;
}

.source-item {
  overflow: hidden;
}

.source-item .source-label {
  position: absolute;
  left: -24px;
  top: 10px;
  width: 90px;
  height: 24px;
  line-height: 24px;
  transform: rotateZ(-45deg);
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #FFA729;
}

.media-item .select-label {
  position: absolute;
  left: -24px;
  top: 10px;
  width: 90px;
  height: 24px;
  line-height: 24px;
  transform: rotateZ(-45deg);
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #FFA729;
}

/* 没有媒体 */

.nomedia {
  min-width: 1200px;
  margin: 0 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

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

.nomedia .server img {
  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: 20px;
  width: 120px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}

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

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

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


.hot-wrapper {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.hot-wrapper .hot-box {
  flex: 1;
  margin-right: 20px;
}

.hot-wrapper .recommend-box {
  width: 40%;
  flex-shrink: 0;
  min-width: 520px;
}

.hot-wrapper .hot-box .hot-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot-wrapper .hot-box .hot-title .hot-type {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding: 15px 0;
}

.hot-wrapper .hot-box .hot-list {
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}

.hot-wrapper .hot-box .hot-list .list-title {
  padding: 0 24px;
  line-height: 50px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.hot-wrapper .hot-box .hot-list .media-box {
  padding: 0 24px;
}

.hot-wrapper .hot-box .hot-list .hot-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F6F6F6;
  height: 50px;
}

.hot-wrapper .hot-box .hot-list .hot-media:last-child {
  border-bottom: unset;
}

.hot-wrapper .hot-box .hot-list .hot-media .media-name {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hot-wrapper .hot-box .hot-list .hot-media .media-name:hover {
  color: #0765DF;
}

.hot-wrapper .hot-box .hot-list .hot-media .media-no {
  margin-right: 15px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 28px;
  display: inline-block;
  background-image: url('//assets.xingkongmt.com/img/v1/home/hot4.png');
  width: 22px;
  height: 24px;
  text-align: center;
}

.hot-wrapper .hot-box .hot-list .hot-media:nth-child(1) .media-no {
  background-image: url('//assets.xingkongmt.com/img/v1/home/hot1.png');
}

.hot-wrapper .hot-box .hot-list .hot-media:nth-child(2) .media-no {
  background-image: url('//assets.xingkongmt.com/img/v1/home/hot2.png');
}

.hot-wrapper .hot-box .hot-list .hot-media:nth-child(3) .media-no {
  background-image: url('//assets.xingkongmt.com/img/v1/home/hot3.png');
}

.hot-wrapper .hot-box .hot-list .hot-media .media-price {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
}

.hot-wrapper .recommend-box .hot-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot-wrapper .recommend-box .hot-title .hot-type {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding: 15px 0;
}

.hot-wrapper .recommend-box .hot-title .more {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

.hot-wrapper .recommend-box .recommend-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media {
  width: 48%;
  height: 125px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media .logo {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  background-size: contain;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media .media-info {
  overflow: hidden;
  flex: 1;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media .name {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media:hover .name {
  color: #0866DF;
}

.hot-wrapper .recommend-box .recommend-list .recommend-media .desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

/* 猜你喜欢 */

.prefer {
  width: 89%;
  margin: 0 auto;
  padding: 35px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 30px;
}

.prefer-title {
  display: flex;
  justify-content: space-between;
  color: #666;
}

.prefer-title .guess {
  color: #333;
  font-size: 18px;
}

.prefer-title .change {
  color: #999;
  font-size: 16px;
  cursor: pointer;
}

.prefer-title span {
  vertical-align: middle;
}

.prefer-title span img {
  vertical-align: middle;
  margin-right: 10px;
}

.prefer-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.prefer-media .prefer-item {
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 20px;
  /* width: 175px; */
  width: auto;
  text-align: center;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* .prefer-media .prefer-item:nth-child(7){
  align-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
} */

.prefer-item .media-name {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  line-height: 24px;
  padding-bottom: 20px;
}

.prefer-item ul {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}

.prefer-item ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 12px;
}

.prefer-item li span:first-child {
  color: #A5A5A5;
  margin-bottom: 10px;
}

.prefer-item li span:last-child {
  font-size: 14px;
  color: #333333;
}

.prefer-item li span.price {
  color: #F51520;
}

.prefer-item li span.price span {
  font-size: 24px;
  color: #F51520;
}


.prefer-item .handle {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prefer-item .handle a {
  padding: 0px 20px;
  line-height: 32px;
  background: rgba(255, 167, 43, 1);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}

.prefer-item .handle div {
  cursor: pointer;
  color: #999999;
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prefer-item .handle img {
  width: 18px;
}

.prefer-item .handle span:hover {
  color: #ffb15e;
}

/* 收藏弹框 */

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

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

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

.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: 10px;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.collect-modal .collect-group span {
  width: 76px;
  height: 38px;
  border-radius: 10px;
  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: #FD9C0E;
  color: #fff;
}

.collect-modal .collect-new {
  margin-left: 15px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 10px;
  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: 10px;
  margin-right: 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

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

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

.brand {
  width: 100%;
  border-radius: 0;
}

.brand .brand-center {
  width: 560px;
}

.brand .brand-user {
  margin-left: 80px;
}
