.section1 {
  display: flex;
  padding: 20px 22px;
/*  padding: 16px 0 0 6px;*/
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  overflow-y: visible;
  background: #fff;
}
.section1 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex:none;
  width: 317px;
  height: 204px;
  padding: 10px 16px 12px;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
/*  padding-left: 26px;*/
  border-radius: 10px;
}
.section1 .card.is-normal {
  background: url(/center/home/images/bg-card-normal.png) no-repeat;
  box-shadow: 0 8px 14px rgba(192,192,197,.56);
}
.section1 .card.is-enterprise {
  background: url(/center/home/images/bg-card-enterprise.png) no-repeat;
  box-shadow: 0 8px 14px rgba(192,192,197,.56);
}
.back1 {
  background: url(/center/home/images/s_back6.png);
}
.back2 {
  background: url(/center/home/images/s_back7.png);
}
.back3 {
  background: url(/center/home/images/s_back8.png);
}

.section1 .card .card-top {
  flex:1;
}
.section1 .card .card-bottom {
  position: relative;
  flex:none;
}
.section1 .card .left1 {
  width: 234px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(82, 77, 68, .46);
}
.section1 .card .left2 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.section1 .card .member-type {
  margin:2px 0 0;
}
.section1 .card .member-type {
  flex:none;
}
.section1 .card .state {
  position: absolute;
  right: 0;
  bottom: 32px;
  overflow: hidden;
}
.section1 .card .state img {
  position: relative;
  width: 61px;
  height: auto;
  right: -100px;
  filter: drop-shadow(-100px 0 0 #767676);
}
.section1 .card.is-enterprise .state img {
  filter: drop-shadow(-100px 0 0 #433f38);
}
.section1 .card .state span {
  display: block;
  position: absolute;
  top: 50px;
  left: -3px;
    transform: translate(0px, -27px) rotateZ(-35deg);
}
.diffBack1 {
  background-color: rgb(251, 193, 194);
}
.diffBack2 {
  background-color: rgb(253, 213, 115);
}
.diffBack3 {
  background-color: rgb(181, 190, 211);
}
.fontdiff1 p,
.fontdiff1 {
  color: rgb(217, 111, 121) !important;
}
.fontdiff2 p,
.fontdiff2 {
  color: rgb(201, 135, 18) !important;
}
.fontdiff3 p,
.fontdiff3 {
  color: #6c7d92 !important;
}

.section1 .card .left4 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  color: #fff;
}
.section1 .card .left4 img {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
.section1 .card .left4 .left4a {
  flex:none;
  font-size: 14px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
}
.section1 .card .left4 .left4b {
  font-size: 26px;
  color: #fff;
  overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap;
max-width: 199px;
display: inline-block;
line-height: 1em;
}
.anima,.anima1{
  transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
  -o-transition:all .4s;
  zoom:1;
}
.anima:hover{
  transform:scale(1.2);
}
.anima1:hover{
  font-size: 30px !important;
}
.section1 .card .left5 {
  color: #767676;
  margin-top: 8px;
  width: 100%;
  line-height: 1em;
}
.section1 .card.is-enterprise .left5 {
  color: #ffd694;
}
.section1 .card .txt-score {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
}
.section1 .card .toBottom{
}
.section1 .right {
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  width: 493px;
  padding: 12px 0;
  flex-wrap: wrap;
}
.section1 .right .right1 {
  width: 24%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.marTop{
  margin-top: 22px;
  padding-bottom: 16px;
}
.section1 .right .right1 .qrcode-zydmall {
  position: relative;
  margin-top: -10px;
}
.section1 .right .right1 .right1a {
  width: 47px;
  height: 47px;
  margin-bottom: 16px;
}
.line {
  width: 100%;
  height: 20px;
  background: #f7f7f7;
}
.line2 {
  height: 20px;
}
.section2 {
  background: url(/center/home/images/s_back1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 357px;
  position: relative;
  padding-top: 50px;
}
.hot{
  padding: 0 !important;
  background: url(/center/home/images/s_back1.png) !important;
    background-repeat: no-repeat !important;
    background-size:  auto 100% !important;
}

.indexBox {
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.indexBox i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: none;
  margin-right: 20px;
  border: solid 1px #ffffff6c;
  cursor: pointer;
}
.section3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.section3 .left {
  background: #fff;
  width: 698px;
  height: 365px;
  padding: 24px 20px 0px;
  border-radius: 4px;
}
.section3 .left .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.section3 .right {
  background: #fff;
  width: 20%;
  height: 100%;
  padding: 24px 20px;
  border-radius: 4px;
}
.section3 .left .top .left1 {
  padding-left: 10px;
  border-left: 2px solid #28cccc;
  font-size: 14px;
  color: #666;
  height: 15px;
}
.section3 .left .top .left2 {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.section3 .left .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
}
.section3 .left .bottom .bottom1 {
  width: 24%;
  text-align: center;
  border-radius: 3px;
  position: relative;

  cursor: pointer;
  height: 253px;
}
.section3 .left .bottom .bottom1 a{
  width: 100%;
  height: 100%;
  display: block;
}
.section3 .left .bottom .bottom1 img {
  width: auto;
  min-height: 127px;
  height: 106px;
  margin-bottom: 26px;
  padding-top: 21px;
  font-weight: bold;
  padding-bottom: 40px;
}
.section3 .left .bottom .bottom1 .bottom2 {
  color: #333333;
  margin-bottom: 13px;
  margin-left: 11px;
  text-align: left;
  font-weight: bold;
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.section3 .left .bottom .bottom1 .bottom3 {
  font-size: 14px;
  color: #e94637;
  margin-bottom: 13px;
  margin-left: 11px;
  text-align: left;
}
.section3 .left .bottom .bottom1 .bottom4 {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(0deg, #28cccc 0%, #73e2e2 100%);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 0 0 3px 3px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section3 .left .bottom .bottom1 .bottom5 {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 46px;
  height: 21px;
  background-image: linear-gradient(-22deg, #28cccc 0%, #73e2e2 100%);
  box-shadow: 0px 2px 4px 0px rgba(25, 176, 176, 0.4);
  border-radius: 0px 3px 0px 10px;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.one:hover .two {
  display: block !important;
}
.one:hover .three {
  display: block !important;
}
.one:hover {
  box-shadow: 0px 2px 20px 0px rgba(25, 176, 176, 0.3);
}
.section3 .left .bottom .left,
.section3 .left .bottom .right {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: absolute;
  top: 80px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.section3 .left .bottom .left {
  left: -10px;
  transform: rotate(180deg)
}
.section3 .left .bottom .right {
  right: -10px;
}
.direct1--disabled{
  background-color: #ccc;
  cursor: auto !important;
  opacity: 0.35;
}

.section3 .right .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.section3 .right {
  background: #fff;
  width: 29%;
  height: 100%;
  padding: 24px 20px 0px;
  overflow: hidden;
}
.section3 .right .top .left1 {
  padding-left: 10px;
  border-left: 2px solid #28cccc;
  font-size: 14px;
  color: #666;
  height: 15px;
}
.section3 .right .top .left2 {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.section3 .right .top2 {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.section3 .right .top2 .left,
.section3 .right .top2 .right {
  width: 36px;
  height: auto;
  position: absolute;
  top: 88px;
  background: none;
  cursor: pointer;
  z-index: 33;
}
.section3 .right .top2 .left {
  left: -30px;
}
.section3 .right .top2 .right {
  right: -30px;
}

.section3 .right .top2 .top2a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section3 .right .top2 .top2a a{
  width: 23%;
  height: 70px;
  display: block;
  text-align: center;
    margin: 0 2px 23px 1px;
  z-index: 3;
  border: solid 1px #e5e5e5;
}
.section3 .right .top2 .top2a img {
  width: 53px;
  height: auto;
  max-height: 53px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}

.childIcon .el-popover__reference {
  position: absolute;
  top: 51px;
  right: 47px;
  width: 56px;
  height: 21px;
  background-color: #fff8e8;
  border-radius: 11px 0 0 11px;
  color: #d96e79;
  line-height: 3px !important;
}
.childIcon .el-popover__reference span {
  position: absolute;
  width: 100%;
  right: 0;
}
.child {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
}
.connect {
  position: relative;
}
.topIcon {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 29px;
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/center/bg-title-layer.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #fff;
  padding: 7px;
}
.connect1 {
  margin-left: 30px;
  padding-top: 45px;
}
.connect2 {
  margin-left: 30px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-right: 30px;
}
.connect3 {
  margin-right: 10px;
}
.corName{
  margin-bottom: 7px;
  line-height: 17px;
}

.typeIcon {
  background-image: linear-gradient(160deg, #ffe2ce 0%, #f7746d 100%);
  border-radius: 10px;
  color: #fff;
}
.mag0 {
  background-image: linear-gradient(160deg, #e8d9ff 0%, #a392fb 100%);
  border-radius: 10px;
}
.mag1 {
  padding: 5px;
}
.mag1 h6 {
  color: #7868cf;
  text-align: left;
font-size: 12px;
margin-bottom: 9px;
}
.mag3 {
  color: #fff;
  font-size: 12px;
}
.mag3Tips{
  width: 94%;
  padding: 10px 4px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #7868cf;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}
.yw{
  margin-top: 10px;
}

.pubTooltips{
  position: absolute;
  left: 94px;
  top: -76%;
}
.public1 {
  padding: 5px;
  text-align: center;
}
.public1 h6 {
  text-align: left;
  color: #fff;
}
.public1 img {
  margin-top: 2px;
  width: 69px;
  height: auto;
  display: inline-block;
}
.sign {
  background-image: linear-gradient(160deg, #74dcd7 0%, #8cabe5 100%);
  border-radius: 10px;
  color: #fff;
}
.main[x-placement^="top"] .popper__arrow:after {
  border-top-color: #555555;
}

/* s 轮播图 */
.swiper-container {
  width: 658px;
  height: 280px;
  position: relative;
  overflow: hidden;
  margin-top: 53px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; 
  width: 100%;
  border-radius: 10px;
}
.swiper-slide a{
 display: block;
 height: 100%;
 width: 100%;
 border-radius: 10px;
}

.swiper-slide img {
  position: absolute;    
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-prev, .swiper-button-next{
  top: 55% !important;
}
.swiper-pagination-bullet-active{
  background-color: #fff;
}
/* e 轮播图 */

.publicImg {
  /* width: 59px !important; */
  height: auto !important;
  /* margin-bottom: -5px !important; */
}

.custMgr {
    position: relative;
}
.x_popover{
    position: absolute;
    right: -152px;
    top:0;
    /* top: 50%;
    transform: translateY(-50%); */
    /* width: 169px; */
	/* height: 126px; */
	background-image: linear-gradient(160deg, 
		#e8d9ff 0%, 
		#a392fb 100%);
    border-radius: 10px;
    padding: 21px 5px 12px 5px;
    width: 149px !important;
}
.direct{
    position: absolute;
    top: 13px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: rgb(228,212,255);
    transform: rotateZ(45deg);
    
}
.cust{
  width: 106%;
  text-align: center;
  font-size: 16px;
  color: #999;
  background: #fff;
  padding: 20px 0;
  line-height: 27px;
}
.cust a{
  color: #19b0b0;
    text-decoration: underline;
    cursor: pointer;
}
.nullBox{
  margin-top: 101px;
}
.tips{
  position: absolute;
  width: 184px;
	/* height: 70px; */
	background-image: linear-gradient(160deg, 
		#ffe2ce 0%, 
		#f7746d 100%);
  border-radius: 10px;
  right: -189px;
    top:0px;
    z-index: 3;
    padding: 12px 8px 12px;
    text-align: left;
    color: #fff;
    display: none;
    font-size: 12px;
}
.tips .direct{
  background: rgb(253,205,187);
  /* top: 50%;
  transform: translateY(-50%) rotateZ(45deg); */
  
}
.iconHover:hover .tips{
  display: block;
}
.tel{
  background-image: linear-gradient(160deg, 
		#c2f9ff 0%, 
		#6fbaff 100%);
}
.tel .direct{
  background: rgb(182,240,255);
/*  top:50% !important;*/
/*  transform: translateY(-50%) rotateZ(45deg);*/
   
}
.wechat{
  background-image: linear-gradient(160deg, 
		#e4ffb9 0%, 
    #89cf51 100%);
}
.wechat .direct{
  background: rgb(214,248,169);
/*  top:50% !important;*/
/*  transform: translateY(-50%) rotateZ(45deg);*/
   
}
.discount{
  background-image: linear-gradient(160deg, 
		#e2e2ff 0%, 
		#7fa5eb 100%);
}
.discount .direct{
  background: rgb(212,217,250);
   
}
.sign{
  background-image: linear-gradient(160deg, 
		#74dcd7 0%, 
		#8cabe5 100%);
}
.sign .direct{
  background: rgb(120,213,217);
   
}
.mall{
  background-image: linear-gradient(160deg, 
  #ffe8c5 0%, 
  #fa7b93 100%);
}
.mall .direct{
  background: rgb(254,217,190);
   
}
.publicBox{
  position: relative;
  width: 100%;
  height: 100%;
}
.public{
  width: 160px;

  top: 50%;
  transform: translateY(-50%);
  line-height: 18px;
  left: 97px;
  display: block !important;
  background:rgb(98,198,250) !important;
}
.public .direct{
  background:rgb(98,198,250) !important;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
.vip{
  width: 184px;
  right: -189px;
}

.mianIcon{
  position: absolute;
  top: 12px;
  right: 0;
  width: 56px;
  height: 21px;
  font-size: 14px;
}
.mianIcon a{
  width: 100%;
  height: 100%;
}
.pBtn1{
  background: #f49c2b;
/*  position: absolute;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px 0 0 11px;
  color: #ffefe1;
  line-height: 21px;
  text-align: center;
  display: block;
}
.pTo{
  position: absolute;
  top: 50%;
  left: 64px;
  padding: 9px 0; 
  background-color: #555555;
	box-shadow: 0px 2px 10px 0px 
    rgba(153, 153, 153, 0.6);
    color: #fff;
    width: 300px;
    text-align: center;
    z-index: 999;
    transform: translateY(-50%);
    display: none;
}
.pTo .direct{
  background: #555;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
.pBtn2{
  background: #d96e79;
}
.mianIcon:hover .pTo{
  display: block !important;
}
.childIcon{
  position: absolute;
  top: 44px;
  right: 0;
  width: 56px;
  height: 21px;
  font-size: 14px;
}
.childIcon .cBtn1{
  background: #fff8e8;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px 0 0 11px;
  color: #d96e79;
  line-height: 21px;
  text-align: center;
  display: block;
}
.cBtn2{
  color: rgb(244,156,43) !important;
}
.cBtn3{
  position: absolute;
  color: #fff;
  top: -16px;
  left: 64px;
  background-color: #555;
  width: 303px;
  height: 124px;
  z-index: 999;
  display: none;
  padding-bottom: 15px;
}
.cBtn3 .direct{
  background-color: #555;
}
.childIcon:hover .cBtn3{
  display: block !important;
}
.zhankai::before{
  display: inline-block;
  transform: rotateZ(-90deg);
  font-size: 12px;
}
.priceBox{
  position: absolute;
  bottom: 27px;
  left: 0;
}
.priceBox .bottom2{
  height: 27px;
}
.priceBox .bottom3{
  font-weight: bold;
}
.public{
  padding: 10px 10px !important;
}
.public2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.collect{
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  padding-right: 20px;
}
.spro-name{
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  margin-bottom: 6px;
  line-height: 20px;
}
.spro-name,.spro-type{
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.collect:hover .spro-name{
  color:#28cccc
}
.collect img{
  width: 100%;
}
.collect .sbrand-name{
  padding: 1px 4px;
  border: 1px solid rgb(230, 6, 17);
  border-radius: 2px;
  color: rgb(230, 6, 17);
  font-weight: normal;
}
.collect-right{
  width: calc(100% - 61px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.collect-left{
  width: 61px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collect-bottom{
  position: relative;
  height: calc(100% - 35px);
  overflow: auto;
  margin-right: -20px;
}

.collect-bottom::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.2)
}

.collect-bottom::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.collect-bottom::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e5e5e5;
}

.collect-bottom::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;

}

.cover{
  position: absolute;
  width: 100%;
  height: 52px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.history-bottom{
  width: 142px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  height: 210px;
  border: 1px solid #fff;
  margin-left: 20px;
}
.history-bottom:hover{
  border: 1px solid #28cccc;
  box-shadow:0px 2px 20px 0px rgba(25, 176, 176, 0.3);
}
.history-bottom img {
   width: auto;
   height: 140px;
   font-weight: bold;
 }
.history-bottom a {
   width: 100%;
   height: 100%;
   display: block;
 }
 .history-spro-name{
  color: rgb(51, 51, 51);
  width: 85%;
  height: 44px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: left;
  left: 7.5%;
  line-height: 1.7;
  bottom: 21px;
 }
 .info-group{
  display: flex;
 }
 
 