.indheader .search,.toolList .vip,.toolList .downapp,.searchwd .word .vip,.m-zprtBox .m-zprt .u-editBtn,.m-homeTags,.detailecnt .rtinform .template-relate-search{
    display: none !important;
}
.vipcont,.tpLogin,.btn-template-edit,.m-header.pub .m-search,.indheader .searchwd {
    visibility: hidden;
}


/************ public *******************/
.f-unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}


/************ 右侧工具栏 *******************/
.m-rightSlider {
  position: fixed;
  top: inherit;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.m-rightSlider .toolList,
.m-rightSlider .gotopCT {
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.m-rightSlider .toolList .line {
  margin: auto;
  width: 56px;
  height: 1px;
  background: rgba(225, 225, 225, 1);
}

.m-rightSlider .item {
  padding: 17px 8px 8px;
  width: 72px;
  height: 72px;
  cursor: pointer;
  position: relative;
}

.m-rightSlider .item.vip::after {
  content: '1';
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  text-align: center;
  color: white;
  background: #FF0000;
  position: absolute;
  top: 5px;
  right: 16px;
  z-index: 10;
}

.m-rightSlider .item .icon {
  margin: 0 auto 6px;
}

.m-rightSlider .item .text {
  line-height: 13px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(62, 62, 62, 1);
  text-align: center;
}

.m-rightSlider .item:hover {
  background: rgba(255, 90, 111, 1);
}

.m-rightSlider .item:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.m-rightSlider .item:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.m-rightSlider .item:hover>.text {
  color: white;
}

.m-rightSlider .icon_vip {
  width: 24px;
  height: 21px;
  background: url(../../images/home/slider/icon_vip.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_vip {
  background: url(../../images/home/slider/icon_vip_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .icon_chat {
  width: 23px;
  height: 24px;
  background: url(../../images/home/slider/icon_chat.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_chat {
  background: url(../../images/home/slider/icon_chat_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .icon_love {
  width: 25px;
  height: 21px;
  background: url(../../images/home/slider/icon_love.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_love {
  background: url(../../images/home/slider/icon_love_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .icon_customer {
  width: 24px;
  height: 24px;
  background: url(../../images/home/slider/icon_customer.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_customer {
  background: url(../../images/home/slider/icon_customer_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .icon_gotop {
  width: 24px;
  height: 24px;
  background: url(../../images/home/slider/icon_gotop.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_gotop {
  background: url(../../images/home/slider/icon_gotop_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .icon_downapp {
  width: 20px;
  height: 26px;
  background: url(../../images/home/slider/icon_downapp.png) no-repeat;
  background-size: 100% 100%;
}

.m-rightSlider .item:hover .icon_downapp {
  background: url(../../images/home/slider/icon_downapp_active.png) no-repeat;
  background-size: 100% 100%;
}

/************ 下载app *******************/
.m-rightSlider .item.downapp:hover .m-sliderDownappCode {
  display: block;
}

.m-sliderDownappCode {
  display: none;
  padding-right: 10px;
  width: 290px;
  font-size: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 72px;
  bottom: 0px;
  z-index: 10;
}

.m-sliderDownappCode .QRCodebox {
  width: 140px;
  background: white;
  overflow: hidden;
}

.m-sliderDownappCode .QRCodebox::after {
  clear: both;
}

.m-sliderDownappCode .qrcodeItem {
  float: left;
  padding: 13px 13px 10px;
  text-align: center;
}

.m-sliderDownappCode .qrcodeItem .codeImg {
  margin: auto;
  display: block;
  width: 114px;
  height: 114px;
}

.m-sliderDownappCode .qrcodeItem .text {
  padding-top: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}

/************ 二维码 *******************/

.m-rightSlider .item.fans:hover .m-sliderQRCode {
  display: block;
}

.m-sliderQRCode {
  display: none;
  position: absolute;
  right: 72px;
  bottom: 0px;
  z-index: 10;
}

.m-sliderQRCode .QRCodebox {
  margin-right: 10px;
  width: 140px;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.m-sliderQRCode .QRCodebox::after {
  clear: both;
}

.m-sliderQRCode .qrcodeItem {
  float: left;
  padding: 13px 13px 10px;
  text-align: center;
}

.m-sliderQRCode .qrcodeItem .codeImg {
  margin: auto;
  display: block;
  width: 114px;
  height: 114px;
}

.m-sliderQRCode .qrcodeItem .text {
  padding-top: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}

/************ 收藏 *******************/
.m-rightSlider .item.collection:hover .m-sliderCollection {
  display: block;
}

.m-sliderCollection {
  display: none;
  position: absolute;
  right: 72px;
  bottom: 0px;
  z-index: 10;
}

.m-sliderCollection .collectionbox {
  margin-right: 10px;
  width: 140px;
  height: 100px;
  background: rgba(255, 73, 97, 1);
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: hidden;
}

.m-sliderCollection .collectionbox .collectionItem .tit {
  padding-top: 29px;
  line-height: 24px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.m-sliderCollection .collectionbox .collectionItem .submsg {
  padding-top: 13px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

/************ 公共头部 *******************/
.m-header {
  padding: 0 80px;
}

.m-header .m-search {
  margin-left: 34px;
  height: 42px;
  border: 1px solid rgba(255, 63, 88, 1);
  border-radius: 22px;
}

.m-header .m-search .searchCT {
  height: auto;
  position: relative;
  background: white;
}

.m-header .m-search .searchCT::after {
  content: '';
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../../images/header/icon_search.png) no-repeat;
  background-size: 16px 16px;
  position: absolute;
  right: 58px;
  top: 50%;
  z-index: 10;
}

.m-header .m-search .webtxt {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.m-header .m-search .webtn {
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-90deg, rgba(255, 62, 87, 1) 0%, rgba(255, 90, 111, 1) 100%);
  border-radius: 0px 21px 21px 0px;
  text-indent: 20px;
  font-size: 14px;
}

.m-header .m-search .webtn:hover {
  background: rgba(255, 51, 77, 1);
}

.m-header .vipcont {
  padding: 20px 10px 20px 10px;
  position: relative;
}

.m-header .vipcont .btn-liner-default {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

.m-header .dlq .btn-to-login {
  color: #FF3F58;
  border: 1px solid #FF3F58;
}

.m-header .dlq .btn-to-login:hover {
  background: linear-gradient(-90deg, rgba(255, 62, 87, 1) 0%, rgba(255, 90, 111, 1) 100%);
  color: white;
}

.m-header .smalltool {
  padding: 0 34px;
}

.m-header .nav span a,
.m-header .smalltool .smalltoolTit {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(27, 27, 27, 1);
}

.m-header .nav span a.on,
.m-header .nav span a:hover {
  color: #FF3F58;
}

.m-header .nav span a.on:after {
  background: #FF3F58;
  color: #FF3F58;
}

@media (max-width: 1440px) {
  .m-header {
    padding: 0 0px;
  }
}

@media (max-width: 1180px) {

  .m-header .smalltool {
    padding: 0 8px;
  }
}

/************ 二三级tab栏 *******************/
.m-searchcont .oneclassfl {
  margin-bottom: 26px;
  height: auto;
  padding: 0;
  background: #F6F6F6;
}

.m-searchcont .oneclassfl li {
  margin: 0;
  width: 150px;
}

.m-searchcont .oneclassfl li a {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(27, 27, 27, 1);
  border-top: none;
  top: 0;
}

.m-searchcont .oneclassfl li a:hover,
.m-searchcont .oneclassfl li a.on {
  background: #FF3F58;
  color: white;
  border-color: #FF3F58;
}

.m-searchcont .oneclassfl li a i {
  display: none;
}

.m-searchcont .sxword {
  padding: 0 10px 4px;
  background: white;
  font-size: 0;
}

.m-searchcont .sxword li {
  overflow: hidden;
  width: 100%;
}

.m-searchcont .sxword li>i,
.m-searchcont .pxtj .fl>i {
  float: left;
  width: 53px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}

.m-searchcont .sxword li>span {
  display: block;
  padding-left: 54px;
  padding-right: 63px;
  font-size: 0;
}
.m-searchcont span .ct,
.m-searchcont span a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px 0;
  padding: 0 14px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
  border: 1px solid transparent;
  cursor: pointer;
}
.m-searchcont span .ct.on,
.m-searchcont span a.on,
.m-searchcont span .ct:hover,
.m-searchcont span a:hover {
  border-color: rgba(255, 90, 111, 1);
  border-radius: 3px;
  color: #FF5A6F;
}

/* 热门推荐 */
.m-searchcont .pxtj .sort {
  display: block;
  font-size: 0;
}

.m-searchcont .sort a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 37px 0 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}

.m-searchcont .sort a.on,
.m-searchcont .sort a:hover {
  color: #FF5A6F;
}

/* 风格 */
.m-searchcont .mStyle {
  position: relative;
}

.m-searchcont .mStyle .label {
  padding: 0 24px 0 0;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
  background: url(../../images/icons/icon_arrow_down.png) no-repeat;
  background-size: 13px 8px;
  background-position: right 0px center;
  cursor: pointer;
}

.m-searchcont .mStyle:hover .label {
  color: rgba(255, 90, 111, 1);
  background-image: url(../../images/icons/icon_arrow_up2.png);
}

.m-searchcont .mStyle .list {
  display: none;
  padding: 20px 0 0 20px;
  width: 240px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(231, 231, 231, 1);
  box-shadow: 0px 0px 10px 0px rgba(107, 107, 107, 0.2);
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 10;
}

.m-searchcont .mStyle:hover .list {
  display: block;
}

.m-searchcont .mStyle .list .link {
  margin-bottom: 26px;
  display: inline-block;
  width: 100px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}

.m-searchcont .mStyle .list .link:hover,
.m-searchcont .mStyle .list .link.on {
  color: rgba(255, 90, 111, 1);
}

.m-searchcont .m-f-slideCT {
  position: relative;
}

.m-searchcont .m-f-slideCT.hide {
  height: 45px;
  overflow: hidden;
}

.m-searchcont .m-f-slideBTN {
  display: none;
  width: 50px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(132, 132, 132, 1);
  cursor: pointer;
  background: url(../../images/icons/icon_arrow_up.png) no-repeat;
  background-size: 13px 8px;
  background-position: 33px center;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
}

.m-searchcont .m-f-slideBTN:hover {
  opacity: 0.8;
}

.m-searchcont .m-f-slideBTN.down {
  background: url(../../images/icons/icon_arrow_down.png) no-repeat;
  background-size: 13px 8px;
  background-position: 33px center;
}

/* add 面包屑 */
.m-crumbsBox {
  margin-bottom: 14px;
}

.m-crumbsBox.hasAbout .crumbs {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.m-crumbsBox .aboutList {
  float: right;
  /* display: inline-block; */
  vertical-align: top;
  padding-left: 40px;
  width: 880px;
  height: 30px;
  box-sizing: border-box;
  background: rgba(255, 244, 244, 1);
  overflow: hidden;
}

.m-crumbsBox .aboutList .label {
  margin-right: 35px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 36, 36, 1);
}

.m-crumbsBox .aboutList .aboutItem {
  margin-right: 35px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 90, 111, 1);
}

.m-searchcont .crumbs {
  font-size: 0;
}

.m-searchcont .crumbs .cubmbHome {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(96, 96, 96, 1);
}

.m-searchcont .crumbs .arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(96, 96, 96, 1);
}

.m-searchcont .crumbs .cubmbItem {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.m-searchcont .crumbs .cubmbItem .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 90, 112, 1);
}

.m-searchcont .crumbs .cubmbItem .close {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
  background: url(../../images/new/icons/icon_close.png) no-repeat;
  background-size: 100% 100%;
}

.m-searchcont .crumbs .cubmbItem .close:hover {
  background-image: url(../../images/new/icons/icon_close2.png);
}

/************ 商品样式 *******************/
.m-zprtBox .m-zprt .u-word .text {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

.m-zprtBox .m-zprt .u-editBtn {
  display: block;
  position: absolute;
  margin-left: -70px;
  bottom: 30px;
  left: 50%;
  z-index: 66;
  background: rgba(255, 90, 111, 1);
  border-radius: 20px;
}

.m-zprtBox .m-zprt .u-editBtn a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: url(../../images/icons/icon_edit.png) no-repeat;
  background-size: 16px 16px;
  background-position: 25px center;
  text-indent: 20px;
}

.m-zprtBox .m-zprt .u-editBtn:hover {
  background: #FF3C55;
}


.m-zprt:hover .pic::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../../images/icons/icon_shang.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
}

.m-zprtBox .m-zprt .cont {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
}

.m-zprtBox .m-zprt .cont img {
  border-radius: 5px;
}

.m-zprtBox .m-zprt .cont:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.m-zprtBox .m-zprt .cont:hover img {
  border-radius: 0;
}

.m-zprtBox .m-zprt .icon_detail {
  display: none;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 66;
}

.m-zprtBox .m-zprt:hover .icon_detail,
.m-zprtBox .m-zprt:hover .icon_love {
  display: block;
}

.m-zprtBox .m-zprt .icon_detail::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/icons/icon_view.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
}

.m-zprtBox .m-zprt .icon_detail:hover::after {
  background: url(../../images/icons/icon_view_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-zprtBox .m-zprt .icon_love {
  display: none;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  position: absolute;
  top: 6px;
  right: 42px;
  z-index: 66;
}

.m-zprtBox .m-zprt .icon_love::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/icons/icon_love.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
}

.m-zprtBox .m-zprt .icon_love.active::after,
.m-zprtBox .m-zprt .icon_love.icon-shoucang-copy::after,
.m-zprtBox .m-zprt .icon_love:hover::after {
  background: url(../../images/icons/icon_love_active.png) no-repeat;
  background-size: 100% 100%;
}

.m-zprtBox .m-zprt .icon_love.icon-shoucang-copy::before,
.m-zprtBox .m-zprt .icon_love.icon-shoucang::before {
  content: '';
}

.m-zprtBox .m-zprt .pic,
.m-zprtBox .m-zprt .pic .mask {
  border-radius: 5px;
}

/************ 分页 *******************/
.pagination {
  padding: 40px 0 60px;
  text-align: center;
  line-height: 35px;
}

.pagination li {
  display: inline-block;
  font-size: 14px
}

.pagination li.active span {
  display: inline-block;
  margin: 0 3px;
  width: 54px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 90, 111, 1);
  border: 1px solid rgba(255, 90, 111, 1);
  box-shadow: rgba(0, 0, 0, 0.15);
}

.pagination a {
  display: inline-block;
  margin: 0 3px;
  width: 54px;
  text-align: center;
  box-sizing: border-box;
  line-height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(230, 230, 230, 1);
  box-shadow: rgba(0, 0, 0, 0.15);
}

.pagination i {
  display: inline-block;
  color: #333;
  font-size: 14px;
  margin: 0 10px;
}

.pages a.next {
  padding: 0;
  background: none;
  box-shadow: none;
  font-size: 14px;
  color: #333;
}

.pagination a.on,
.pagination a:hover,
.pagination a.next:hover,
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  color: rgba(255, 90, 111, 1);
  border: 1px solid rgba(255, 90, 111, 1);
}

.pagination li:first-child a,
.pagination li:last-child a {
  margin: 0;
  width: 74px;
  background: none;
  box-shadow: none;
  color: #333;
}

.pagination .disabled,
.pagination .disabled:hover {
  margin: 0 3px;
  padding: 0 15px;
  color: #ccc;
}

/* footer */
.footer .cont .ftlogo b {
  color: #939393;
}