@font-face {
	font-family: 'cui-icon';
	src: url(./../images/searchPage-cui-icon.eot);
	src: url(./../images/searchPage-cui-icon.eot#iefix) format('embedded-opentype'),
	url(./../images/searchPage-cui-icon.woff2) format('woff2'),
	url(./../images/searchPage-cui-icon.woff) format('woff'),
	url(./../images/searchPage-cui-icon.ttf) format('truetype'),
	url(./../images/searchPage-cui-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.cui-icon-add:before {
	content: "\EA01"
}

.cui-icon-cancel:before {
	content: "\EA02"
}

.cui-icon-confirm:before {
	content: "\EA03"
}

.cui-icon-date:before {
	content: "\EA04"
}

.cui-icon-download:before {
	content: "\EA05"
}

.cui-icon-edit:before {
	content: "\EA06"
}

.cui-icon-heart:before {
	content: "\EA07"
}

.cui-icon-help:before {
	content: "\EA08"
}

.cui-icon-home:before {
	content: "\EA09"
}

.cui-icon-infomation:before {
	content: "\EA0A"
}

.cui-icon-menu:before {
	content: "\EA0B"
}

.cui-icon-minus:before {
	content: "\EA0C"
}

.cui-icon-purchase:before {
	content: "\EA0D"
}

.cui-icon-refresh:before {
	content: "\EA0E"
}

.cui-icon-search:before {
	content: "\EA0F"
}

.cui-icon-star-outline:before {
	content: "\EA10"
}

.cui-icon-star:before {
	content: "\EA11"
}

.cui-icon-visible:before {
	content: "\EA12"
}

.cui-icon-double-down:before {
	content: "\EA13"
}

.cui-icon-double-left:before {
	content: "\EA14"
}

.cui-icon-double-right:before {
	content: "\EA15"
}

.cui-icon-double-up:before {
	content: "\EA16"
}

.cui-icon-down:before {
	content: "\EA17"
}

.cui-icon-left:before {
	content: "\EA18"
}

.cui-icon-more:before {
	content: "\EA19"
}

.cui-icon-play:before {
	content: "\EA1A"
}

.cui-icon-right:before {
	content: "\EA1B"
}

.cui-icon-triangle-down:before {
	content: "\EA1C"
}

.cui-icon-up:before {
	content: "\EA1D"
}
/** write less here**/
.search-keylist {
  position: relative;
  float: left;
}
.search-keylist ul li a:hover {
  color: #F66F6A;
}
@media (max-width: 768px) {
  .search-container {
    background-color: #F9FAFF;
    box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.6);
    border-bottom: solid 1px rgba(216, 216, 216, 0.6);
  }
}
@media (min-width: 1024px) {
  .search-container {
    background-image: url(./../images/searchPage-F1.jpg);
  }
}
/** write less here**/
/* 搜索分类
===========*/
@media (max-width: 1023px) {
  .search-classify-wrapper .search-classify-list {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }
  .search-classify .search-classify-wrapper {
    height: auto;
  }
}
@media (max-width: 767px) {
  .search-classify-wrapper .search-classify-list li {
    padding: 0 10px!important;
  }
  .search-classify-wrapper .search-classify-list li:not(:first-child) {
    display: inline-block;
    float: none;
    padding: 0;
    margin-left: 0px;
  }
  .search-classify-wrapper .search-classify-list li:not(:last-child) {
    display: inline-block;
    float: none;
    padding: 0;
    margin-right: 0px;
  }
  .search-classify {
    border: none;
    box-shadow: none;
  }
}
/** write less here**/
/* 内容布局
==========*/
/** write less here**/
.result-record {
  line-height: 18px;
}
.search-result-content {
  margin-top: 20px;
}
.search-result-card {
  padding-bottom: 20px;
  margin-top: 10px;
}
.result-record-tip {
  font-size: 14px;
  line-height: 15px;
  padding-top: 0px!important;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #A0A2A8;
  text-align: justify;
  line-height: 18px;
  padding-bottom: 20px;
}
.search-result-title {
  line-height: 28px;
  margin-bottom: 5px;
}
.result-record-tip a {
  color: #F66F6A;
}
.result-record-tip a:hover {
  color: #2D56B1;
  text-decoration: underline;
}
.search-result-card-product {
  margin-top: 0px;
  padding: 20px;
}
.product-banner-title h1,
.product-caption span {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  line-height: 30px;
}
.search-result-card-product {
  background-image: url(./../images/searchPage-F2.jpg);
}
.search-result-recommend {
  margin-top: 10px;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.search-result-recommend-head {
  color: #666A75;
  float: left;
  margin-right: 10px;
}
.search-result-recommend-content {
  color: #252B3A;
}
.search-result-recommend-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.search-result-recommend-content ul li:hover {
  color: #f66f6a;
}
.result-item p {
  color: #666A75;
}
.result-item img {
  width: 100%;
}
@media (min-width: 1024px) {
  .come-form a:hover {
    color: #f66f6a;
    text-decoration: none;
  }
}
.activity-pic {
  float: left;
  width: 90px;
  margin-right: 20px;
  height: auto;
}
.activity-pic img {
  display: block;
  margin: 0 auto;
  height: auto;
  position: static;
}
.come-form {
  font-family: PingFangSC-Regular;
  color: #666A75;
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 5px;
  line-height: 18px;
  display: inline-block;
}
.come-from-head {
  display: block;
  clear: both;
  overflow: hidden;
}
.search-pendant {
  top: 0px;
}
.search-hot {
  width: 250px;
  margin-top: 0px;
  padding: 0 0px 20px 20px;
}
.come-from-watch {
  background: url(./../images/searchPage-watch.png) no-repeat;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.come-from-comment {
  background: url(./../images/searchPage-comment.png) no-repeat;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.cui-icon-play:before {
  content: "";
}
.search-txtw.search-result-title {
  clear: none;
  margin-bottom: 5px;
}
.result-item p:first-child {
  margin-top: 0px;
}
.cover:hover::after {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  z-index: 2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.cover i {
  content: "";
  width: 40px;
  height: 30px;
  background: url(./../images/searchPage-playButton.png) no-repeat center;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 20px);
  display: none;
}
.cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.show-cover:hover i {
  display: block;
  z-index: 5;
}
.result-item:first-child {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .result-item .activity-pic img {
    height: auto;
  }
  .result-record-tip {
    padding-left: 15px;
  }
  .search-result-recommend {
    padding: 10px 0px 10px 15px;
  }
  .search-result-card-product {
    margin: 0 15px 15px 15px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .result-record-tip {
    font-size: 12px;
  }
  .product-banner-paragraph {
    display: initial;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
  }
  .search-result-card-product {
    background: #F9FAFF;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .search-txtw.search-result-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .result-item .search-txtw {
    line-height: 18px;
  }
  .come-form {
    margin-bottom: 5px;
    white-space: nowrap;
    display: none;
  }
  .search-txtw a {
    color: #130000;
  }
  .activity-pic {
    width: 90px!important;
    height: auto!important;
  }
  .product-banner-title .product-play-btn {
    display: none;
  }
  .product-banner-title h1,
  .product-caption span {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
  }
  .search-result-recommend-content ul li {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    margin: 0 10px 10px 0;
  }
  .come-from-head-mobile {
    display: flex!important;
  }
  .cover i {
    display: block;
    z-index: 5;
  }
}
@media (max-width: 335px) {
  .come-form {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .new-banner-notice {
    margin-top: 10px;
  }
  .new-banner-notice > span {
    margin-right: 10px;
  }
  .new-banner-notice > a {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .result-item img {
    height: auto;
    position: static!important;
  }
  .activity-pic-video {
    height: auto!important;
  }
  .cover {
    height: auto!important;
  }
  .activity-pic-video + .search-txtw1 {
    clear: both;
    -webkit-line-clamp: 100;
  }
  .result-item {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 0;
  }
}
.product-banner-paragraph {
  margin-bottom: 10px;
}
.product-banner-paragraph-sub {
  margin-top: 0px;
}
.template-type-mb {
  display: none;
}
.template-type-pc {
  display: block;
}
.product-banner-title .pay-txt {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin-left: 10px;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
}
.product-banner-link:hover i {
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.search-result-card-activity {
  margin-top: 30px;
}
.search-result-card-activity .search-result-activity {
  background-size: cover;
  height: 216px;
  width: 100%;
  background-repeat: no-repeat;
  color: black;
  background-position: center;
}
.search-result-card-activity .search-result-activity .activity-banner-main {
  padding: 30px 0 0 30px;
  position: relative;
  height: 100%;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text h2 {
  font-size: 18px;
  color: #252B3A;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 456px;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text h1 {
  font-size: 29px;
  color: #252B3A;
  line-height: 45px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 456px;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text p {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 456px;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text .activity-btn-box .cui-btn.cui-btn-primary {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 14px;
  cursor: pointer;
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-banner-text .activity-btn-box .cui-btn.cui-btn-primary:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.search-result-card-activity .search-result-activity .activity-banner-main .activity-image-main {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center {
  position: relative;
  height: 100%;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text h2 {
  font-size: 26px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 850px;
  line-height: 32px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text h1 {
  color: #fff;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 850px;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 850px;
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text .activity-btn-box .cui-btn.cui-btn-primary {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 14px;
  cursor: pointer;
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-banner-text .activity-btn-box .cui-btn.cui-btn-primary:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.search-result-card-activity .search-result-activity .activity-banner-main.margin-center .activity-image-main {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.search-result-card-activity .search-result-promotion {
  background: url(./../images/searchPage-activity01_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 20px 30px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-head {
  font-size: 24px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 30px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-head a {
  cursor: pointer;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-head a:hover {
  color: #f66f6a;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body {
  margin-top: 20px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li {
  background: url(./../images/searchPage-promotion-bg.jpg) no-repeat;
  background-size: cover;
  width: calc(50% - 15px);
  float: left;
  padding: 10px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li .promotion-content {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 24px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li .promotion-content h2 {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li .promotion-content p {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li .btn-box {
  margin-top: 10px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li .btn-box .cui-btn {
  width: 130px;
}
.search-result-card-activity .search-result-promotion .search-result-promotion-body ul li:first-child {
  margin-right: 30px;
}
.search-result-card-product {
  margin-bottom: 10px;
}
.product-banner-textbtn:first-child {
  margin-left: 0;
}
.search-result-card .search-result-head {
  font-size: 24px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 30px;
}
.search-result-card .search-result-head a {
  cursor: pointer;
}
.search-result-card .search-result-head a:hover {
  color: #F66F6A;
}
.search-result-card .search-result-body {
  margin-top: 20px;
}
.search-result-card .search-result-body.template1 {
  margin-top: 10px;
}
.search-result-card .search-result-body.partal ul:after,
.search-result-card .search-result-body.partal ul:before {
  content: " ";
  display: table;
  line-height: 0;
}
.search-result-card .search-result-body.partal .item {
  width: calc(50% - 30px);
  height: 126px;
  background: #fff;
  float: left;
  padding: 20px;
  position: relative;
  background: url(./../images/searchPage-promotion-bg.jpg) no-repeat;
  background-size: cover;
}
.search-result-card .search-result-body.partal .item .iden-icon {
  margin-right: 20px;
  height: 48px;
  width: 48px;
  position: absolute;
}
.search-result-card .search-result-body.partal .item .iden-icon img {
  height: 100%;
  width: 100%;
}
.search-result-card .search-result-body.partal .item .item-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
}
.search-result-card .search-result-body.partal .item .item-desc a:hover {
  color: #f66f6a;
}
.search-result-card .search-result-body.partal .item .item-desc .more {
  position: absolute;
  right: 0;
}
.search-result-card .search-result-body.partal .item .item-desc .more a i {
  margin-left: 5px;
}
.search-result-card .search-result-body.partal .item .item-desc .more a:hover i {
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.search-result-card .search-result-body.partal .item .item-desc:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A0A2A8;
  position: absolute;
  top: 10px;
  left: 68px;
}
.search-result-card .search-result-body.partal .item p.item-tit {
  padding-left: 68px;
}
.search-result-card .search-result-body.partal .item p.item-desc {
  padding-left: 78px;
}
.search-result-card .search-result-body.partal .item .item-tit {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
}
.search-result-card .search-result-body.partal .item:first-child {
  margin-right: 30px;
}
.search-result-card .search-result-body.partal .item:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.search-result-card .search-result-body.partal .item:hover .item-tit {
  color: #f66f6a;
}
.search-template {
  padding: 20px;
  background-size: cover;
  height: 215px;
  width: 100%;
  background: #f2f4fe;
}
.search-template .thumbnail {
  width: 240px;
  height: 136px;
  display: block;
  float: left;
  margin-right: 20px;
}
.search-template .thumbnail img {
  width: 100%;
  height: 100%;
}
.search-template .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
}
.search-template .search-result-other-content {
  margin-top: 20px;
}
.search-template .search-result-other-content ul li {
  display: inline-block;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  letter-spacing: 0;
  position: relative;
  font-weight: 700;
}
.search-template .search-result-other-content ul li:first-child {
  padding-right: 10px;
}
.search-template .search-result-other-content ul li:not(:first-child) {
  padding: 0 10px;
}
.search-template .search-result-other-content ul li:not(:last-child) a:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  content: "";
  background: #666A75;
}
.search-template .search-result-other-content ul li:hover {
  color: #3399FF;
}
.activity-banner1-mb {
  display: none;
}
.activity-banner1-pc {
  display: block;
}
@media (max-width: 1023px) {
  .search-result-card-activity {
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-type-mb {
    background: #fff;
  }
  .template-type-mb .template-contain {
    background: #F9FAFF;
  }
  .template-type-mb {
    display: block;
  }
  .template-type-mb .search-result-activity {
    height: auto;
    max-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
  }
  .template-type-mb .search-result-activity .activity-mb-img {
    width: 100%;
    height: 100%;
  }
  .activity-banner1-mb {
    margin: 0 15px;
  }
  .template-type-pc {
    display: none;
  }
  .search-result-recommend {
    display: none;
  }
  .template-type-mb {
    background: #F9FAFF;
  }
  .template-type-mb .template-contain {
    margin: 0 15px;
    padding: 20px;
  }
  .template-type-mb .template-contain .template-title {
    margin-bottom: 10px;
  }
  .template-type-mb .template-contain .template-title h1 {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
  }
  .template-type-mb .template-contain .template-desc {
    display: initial;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .template-type-mb .template-contain .template-btn-group {
    margin-top: 10px;
  }
  .template-type-mb .template-contain .template-btn-group ul li {
    display: inline-block;
    text-align: justify;
    letter-spacing: 0;
    position: relative;
    font-size: 16px;
    color: #F66F6A;
    line-height: 22px;
  }
  .template-type-mb .template-contain .template-btn-group ul li:first-child {
    padding-right: 5px;
  }
  .template-type-mb .template-contain .template-btn-group ul li:not(:first-child) {
    padding: 0 5px;
  }
  .template-type-mb .template-contain .template-btn-group ul li:not(:first-child) a:after {
    position: absolute;
    top: 4px;
    left: -1px;
    width: 1px;
    height: 14px;
    content: "";
    background: #666A75;
  }
  .search-result-card-product .template-type-mb .template-contain {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .template-type-mb {
    background: #fff;
  }
  .template-type-mb .template-contain {
    background: #F9FAFF;
  }
  .activity-banner1-pc {
    display: none;
  }
  .activity-banner1-mb {
    display: block;
    height: 183px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 15px;
  }
  .activity-banner1-mb .activity-banner-main {
    padding: 89px 0 0 20px;
    position: relative;
    height: 100%;
  }
  .activity-banner1-mb h2 {
    font-size: 14px;
    color: #252B3A;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb h1 {
    font-size: 20px;
    color: #252B3A;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb p {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    margin-top: 5px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb img {
    height: auto;
    width: 100%;
  }
  .activity-banner1-mb .cui-red {
    color: #F66F6A;
  }
  .activity-banner1-mb.template-banner-image {
    display: block;
    height: auto;
    max-height: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .activity-banner1-mb.template-banner-image .activity-banner-main {
    padding: 89px 0 0 20px;
    position: relative;
    height: 100%;
  }
  .activity-banner1-mb.template-banner-image h2 {
    font-size: 14px;
    color: #252B3A;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb.template-banner-image h1 {
    font-size: 20px;
    color: #252B3A;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb.template-banner-image p {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    margin-top: 5px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 456px;
  }
  .activity-banner1-mb.template-banner-image img {
    height: auto;
    width: 100%;
  }
  .activity-banner1-mb.template-banner-image .cui-red {
    color: #F66F6A;
  }
  .template-type-mb {
    display: block;
  }
  .template-type-mb .search-result-activity {
    max-height: unset;
  }
  .template-type-mb .search-result-activity .activity-mb-img {
    width: 100%;
    height: auto;
  }
  .activity-banner1-mb.template-banner-image .search-result-activity .activity-mb-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 350px) {
  .template-type-mb .template-contain .template-btn-group ul li {
    font-size: 14px;
  }
  .search-result-card-product {
    padding: 0;
  }
  .search-result-card-product {
    padding: 15px;
  }
}
#search-sidebar-ad {
  border-left: 1px solid #D8D8D8;
}
.search-ad a {
  display: block;
  margin-bottom: 10px;
}
.search-ad a img {
  width: 100%;
  display: block;
  padding-top: 10px;
}
.search-hottuo {
  width: 250px;
  padding: 0px 0px 0px 20px;
  margin-top: 0;
}
.search-pendant {
  padding-left: 60px;
}
/** write less here**/
/** write less here**/
.search-resut-filter {
  margin: 0px 0 17px 0;
  display: inline-block;
}
.cloudmarket-select {
  float: left;
}
.search-result-cloudmarket-list {
  margin-top: -10px;
}
.search-result-select {
  width: 180px;
  height: 32px;
  position: relative;
}
.search-result-select:after {
  content: "\25BC";
  width: 14px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20%;
  pointer-events: none;
  padding-left: 10px;
  border-left: 1px solid #DDDDDD;
}
.search-result-select-all {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 18px;
}
.search-result-sort {
  margin-left: 20px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  padding-top: 6px;
  float: left;
}
.search-result-sort a {
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .search-result-sort a:hover {
    color: #f66f6a;
    text-decoration: none;
  }
}
.search-result-sort-price {
  margin-left: 40px;
}
.search-result-sort-time {
  margin-left: 20px;
}
.search-result-sort-time input {
  margin-left: 10px;
}
.result-item-cloudmarket {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.result-item-cloudmarket:first-child {
  margin-top: 10px;
}
.result-item-cloudmarket-img {
  float: left;
  position: relative;
  width: 90px;
  margin: 0 20px 0 0;
}
.result-item-cloudmarket-img img {
  max-width: 90px;
  height: auto;
  margin: 0;
}
.result-item-cloudmarket-title {
  font-size: 16px!important;
  color: #333333!important;
  line-height: 22px!important;
  letter-spacing: 0;
  margin-bottom: 5px!important;
  font-weight: 600;
}
.result-item-cloudmarket-info {
  margin: 0px;
  vertical-align: middle;
  width: 100%;
  max-width: 100000px;
}
.result-item-cloudmarket-info .come-form {
  float: left;
}
.come-from-info {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 20px;
  float: left;
}
.come-from-info a {
  color: #2D56B1!important;
  letter-spacing: 0;
  line-height: 20px;
}
.come-from-info a:hover {
  text-decoration: underline;
}
.search-cloudmarket-desc {
  margin-top: 0px;
  max-height: 40px;
  line-height: 22px;
  overflow: hidden;
  white-space: normal;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.result-item-cloudmarket-img + .search-cloudmarket-desc {
  width: 80%;
}
.result-cloudmarket-price {
  float: none;
  display: table-cell;
  vertical-align: middle;
  margin-right: 16px;
  font-size: 24px;
  color: #E41F2B;
  letter-spacing: 0;
  text-align: center;
  min-width: 145px;
  height: auto;
}
.search-cloudmarket-detail {
  display: table-cell;
  width: calc( 100% - 145px);
}
.search-cloudmarket-detail .result-item-cloudmarket-title a {
  font-weight: 400;
  font-size: 18px;
}
.result-item-cloudmarket-detail-mb .result-item-cloudmarket-title a {
  font-weight: 400;
  font-size: 18px;
}
.search-result-sort .active,
.search-result-sort .down,
.search-result-sort-detail-mb .active,
.search-result-sort-detail-mb .down {
  color: #f66f6a;
  text-decoration: none;
}
.search-result-sort i {
  background: url(./../images/searchPage-Artboard1.png) no-repeat 0px -1px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.search-result-sort span.active i {
  background: url(./../images/searchPage-Artboard2.png) no-repeat 0px -1px;
}
.search-result-sort span.down i {
  background: url(./../images/searchPage-Artboard3.png) no-repeat 0px -1px;
}
.result-cloudmarket-price-unit {
  font-size: 16px;
  line-height: 20px;
}
.search-cloudmarket-content-mb {
  display: none;
}
.search-cloudmarket-content-pc {
  display: block;
  padding: 0;
}
.item-cloudmarket-selective {
  font-size: 12px;
  color: #D6AF76;
  line-height: 18px;
  background: #252B3A;
  border-radius: 2px;
  width: 34px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.result-cloudmarket-price-tips {
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}
.result-cloudmarket-price-add {
  background: url(./../images/searchPage-add.png) no-repeat center;
  width: 12px;
  height: 12px;
  margin: 5px auto 7px;
}
.select-container {
  line-height: 22px;
  padding-top: 5px;
  padding-left: 10px;
}
.user-classify:first-child {
  margin-top: 0px;
}
.come-from-adjust {
  max-width: 213px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.come-from-service {
  max-width: 352px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0px;
}
.come-from-kind {
  max-width: 168px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .search-resut-filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .search-resut-filter {
    padding: 0;
    margin: 0;
  }
  .search-result-select {
    width: 92%;
    margin: 0 auto;
  }
  .search-result-sort-mb {
    display: flex;
    font-size: 14px;
    height: 43px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin: 10px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .search-result-sort-detail-mb {
    margin: 0 auto 0 auto;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-result-cloudmarket-list {
    padding: 0px;
    margin-top: 0px;
    margin: 0 15px;
  }
  .result-item-cloudmarket {
    width: 100%;
    height: auto;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 0;
  }
  .result-cloudmarket-product-logo {
    width: 118px;
    min-width: 85px;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    display: table-cell;
  }
  .result-cloudmarket-product-logo img {
    width: 100%;
  }
  .search-cloudmarket-content-mb {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    table-layout: fixed;
  }
  .search-cloudmarket-content-pc {
    display: none;
  }
  .result-item-cloudmarket-img-mb {
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    width: 90px!important;
    height: auto!important;
    float: left;
    margin-right: 20px;
    min-height: 50px;
  }
  .result-item-cloudmarket-img-mb img {
    width: 100%;
    height: auto!important;
    margin: 0 auto!important;
    padding: 0!important;
  }
  .result-item-cloudmarket-img-mb .cloudmarket-product-logo {
    max-width: 100%;
    max-height: 100px;
    padding: 0 16px 16px 16px;
    margin: 0;
    border: 0;
    vertical-align: middle;
  }
  .result-item-cloudmarket-detail-mb {
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
  }
  .result-item-cloudmarket-detail-mb .come-form {
    clear: both;
    width: 100% ;
  }
  .result-item-cloudmarket-title {
    font-family: PingFangSC-Medium;
    font-size: 16px!important;
    color: #252B3A!important;
    letter-spacing: 0;
    line-height: 22px!important;
  }
  .search-cloudmarket-desc-mb {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
  }
  .result-cloudmarket-price {
    float: left;
    font-size: 16px;
    color: #F66F6A;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    margin: 10px 5px 0 0;
    padding: 0;
    border: 0;
    height: auto;
    min-width: 0;
  }
  .result-cloudmarket-price-unit {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .cloudmarket-select.selector {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    float: none;
  }
  .search-result-sort-detail-mb i {
    background: url(./../images/searchPage-Artboard1.png) no-repeat 0px -1px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .search-result-sort-detail-mb span.active i {
    background: url(./../images/searchPage-Artboard2.png) no-repeat 0px -1px;
  }
  .search-result-sort-detail-mb span.down i {
    background: url(./../images/searchPage-Artboard3.png) no-repeat 0px -1px;
  }
  .search-result-sort-detail-mb.active {
    border-bottom: 4px solid #F66F6A;
  }
}
/** write less here**/
.result-record-tip-cloudforum {
  margin-top: 10px;
}
/** write less here**/
.selected-search-list {
  color: #F66F6A;
  border: 1px solid #F66F6A;
  border-radius: 2px;
  background-color: transparent;
}
.hot-search {
  height: auto;
  max-width: 1210px;
  margin: 20px auto 20px auto;
}
.search-classify-font {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #252B3A;
  text-align: justify;
  line-height: 18px;
  margin-top: 20px;
}
.result-classify-timeline {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #252B3A;
  text-align: justify;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 30px;
}
.result-classify-timeline:hover {
  color: #F66F6A;
}
.result-classify-timeline-selected {
  color: #F66F6A;
}
.cui-search-list {
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 15px;
}
.hot-search label {
  margin: 0;
  padding: 2px 0;
}
@media (max-width: 768px) {
  .cui-search-list {
    margin: 5px 15px 5px 0px;
  }
  .search-classify-pc {
    display: none;
  }
  .result-classify-timeline {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .hot-search {
    min-height: 70px;
  }
}
@media (max-width: 335px) {
  .result-classify-timeline {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .hot-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/** write less here**/
.user-classify {
  width: 600px;
  height: 122px;
  margin-top: 20px;
}
.user-classify:hover {
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}
.user-classify .user-img {
  width: 82px;
  height: 82px;
  margin: 20px;
}
.user-classify .user-info {
  padding-top: 30px;
}
.user-info-title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #252B3A;
  line-height: 28px;
}
.user-classify-link {
  margin-top: 8px;
}
.user-classify-link-detail {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #252B3A;
  line-height: 18px;
}
@media (max-width: 768px) {
  .user-classify .user-img {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .user-classify .user-info {
    padding-top: 0px;
    padding-left: 20px;
  }
  .user-classify {
    width: 100%;
    height: 80px;
    margin-left: 0px;
  }
  .user-info-name-mobile {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
  }
  .user-classify-link-detail-mobile {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 330px) {
  .user-classify-link-detail-mobile {
    margin-right: 10px;
  }
}
/** write less here**/
.searchPage-cloudforum-result-wrapper-video {
  background: blue;
  height: 100px;
  width: 100px;
}
/** write less here**/
/** write less here**/
.result-video-play-times {
  margin-left: 0px;
}
.search-no-tips a {
  color: #2D56B1;
}
/** write less here**/
/** write less here**/
/** write less here**/
.activity-pic-video {
  float: left;
  width: 90px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  background: url(./../images/searchPage-playButton.png) no-repeat center;
}
@media (max-width: 768px) {
  .activity-pic-video {
    /*width: 100%;*/
    height: 195px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=index.css.map*/