@font-face {
  font-family: "PlayfairDisplay-Regular-7";
  src: url("../font/PlayfairDisplay-Regular-7.woff2") format("woff2"),
       url("../font/PlayfairDisplay-Regular-7.woff") format("woff"),
       url("../font/PlayfairDisplay-Regular-7.ttf") format("truetype"),
       url("../font/PlayfairDisplay-Regular-7.eot") format("embedded-opentype"),
       url("../font/PlayfairDisplay-Regular-7.svg") format("svg");
}
html {
  font-size: 15px;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}

.header {
  position: relative;
}
.header .top {
  background-color: #fff7fb;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ec9fbf;
}
.chat-icon {
  position: relative;
  padding-left: 36px;
  background: url(../img/chat-icon1.png) no-repeat left center;
}
.saoing {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.saoing-box {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 96px;
  height: 96px;
  transform: translateX(-50%);
  z-index: 99;
  box-shadow:1px 1px 15px 3px #ec9fbf;
  display: none;
}
.saoing:hover .saoing-box {
  display: block;
}
.saoing-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.navbarcontent {
  display: block;
  padding: 60px 0 0;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}
.nav-wrapper {
  display: block;
}
.nav-li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-li > li {
  position: relative;
  padding: 36px 0 10px;
}
.nav-li > li > a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.nav-li > li:hover > a,
.nav-li > li.active > a {
  text-decoration: none;
  color: #ec9fbf;
}
.box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.dropdown-item {
  color: #666666;
}
.dropdown-item a{ text-align:center;}
.dropdown-item:hover{ background:#ffe8f2 !important; width:98%; margin-left:1%; color:#ec9fbf !important;}
.hover-pink .active a,
.hover-pink a:hover {
  text-decoration: none;
  color: #ec9fbf !important;
}
.hover-pink .active a {
  font-weight: bold;
}
.font-lg {
  font-size: 16px;
}
.pagination .page-link {
  color: #ec9fbf;
}
.pagination .page-item.active .page-link {
  background-color: #ec9fbf;
  border-color: #ec9fbf;
}
.hinting-wrapper {
  height: 360px;
  overflow: hidden;
}
.hinting-wrapper .vins-bg {
  height: 100%;
  background: url("../img/bg2.jpg") center center / cover no-repeat;
 
}

/* container */
.sec-in1 {
  overflow: hidden;
}
.sec-in1 img {
  width: 100%;
  display: block;
}
.title {
  text-align: center;
/*  padding: 50px 0;*/
	padding: 15px 0 30px;
}
.title h2 {
  font-size: 22px;
  color: #666666;
  line-height: 1.2em;
  display: block;
}
.title h3 {
	 font-family: "PlayfairDisplay-Regular-7";
  font-size: 14px;
  color: #333333;
  line-height: 1.2em;
}
.title h2 strong {
  font-weight: normal;
  color: #ec9fbf;
}
.erins-wrapper {
/*  padding: 50px 0;*/
	padding: 20px 0 0;
}
.fr-in1 {
  flex-direction: column;
  max-width: 664px;
  width: 100%;
}
.fl-in1 {
  max-width: 664px;
  background-color: #fdc7de;
}
.fl-in1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 486px;
}
.fn-info1 {
  background-color: #ec9fbf;
  padding: 28px 42px;
  width: 100%;
  height: 254px;
  color: #fff;
  overflow: hidden;
}
.fn-info1 p {
  margin-bottom: 0;
}
.fn-info1 h5 {
  font-size: 22px;
  padding: 10px 0 6px;
}
.fr-in1 .in1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fr-in1 .in1 {
  width: 322px;
  height: 252px;
}
.vins-wrapper {
/*  padding: 30px 0;*/
	padding: 20px 0 0;
}
.vins-bg {
  position: relative;
  background: url(../img/bg1.jpg) no-repeat center #ec9fbf;
  height: 550px;
}
.btn-pick {
  color: #ec9fbf;
}
.vins-info {
  position: relative;
  max-width: 570px;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.vins-info .btn {
  min-width: 154px;
  border-radius: 0;
}
.vins-info p {
  min-height: 150px;
  display: block;
  font-size: 14px;
}
.vins-info h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.vins-info h5 {
  font-size: 24px;
}
.vins-bg::after {
  content: '';
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mins-wrapper {
/*  padding: 50px 0;*/
	padding: 20px 0;
}
.hinuin img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
}
.hinuin:hover{ box-shadow:1px 1px 15px 3px #ec9fbf;}
.hinuin {
/*  height: 525px;*/
/*  height: 325px;*/
	height: 280px;
  position: relative;
  overflow: hidden;
}
.roin-info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px 5px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.roin-info h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.hinuin:hover .roin-info {
  opacity: 1;
  transform: scale(1);
}
.hinuin a:hover {
  color: #333;
  text-decoration: underline;
}
.list-wrapper {
/*  padding: 50px 0;*/
	padding: 20px 0;
}
.spedint {
  position: relative;
}
.spedint h3 {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}
.spedint h3 strong {
  color: #ec9fbf;
  font-weight: 500;
}
.list-1 {
  position: relative;
}
.list-1 li {
  padding: 13px 0;
}
.list-item-wrapper {
  display: flex;
  justify-content: center;
}
.list-item-img {
/*  max-width: 276px;*/
	max-width: 166px;
  max-height: 168px;
}
.list-item-img img {
/*
  width: 100%;
  height: 100%;
*/
	    width: 166px;
    height: 110px;
/*  object-fit: cover;*/
  display: block;
}
.list-item-info {
	width: 100%;
/*  max-width: 858px;*/
	max-width: 940px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.list-item-info p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.list-1 li a:hover {
  text-decoration: none;
}
.list-1 li a:hover h3 {
  color: #ec9fbf;
}
.list-1 li:last-child .list-item-info {
  border-bottom: none;
}
.btn-outline-danger.btn-pick {
  border-color: #eda1c1;
}
.btn-outline-danger.btn-pick:hover {
  background-color: #eda1c1;
  color: #fff;
}
.more .btn {
  min-width: 152px;
  border-radius: 0;
}

/* footer */
.footer {
  background: #fafafa;
  border-top: 1px solid #ec9fbf;
  padding: 30px 0;
}
.fot-logo {
  width: 164px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fot-info {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.fot-info p {
  margin: 0;
}
.copricp {
  color: #999999;
}
.fot-chat {
  border: 1px solid #eda4c2;
  width: 100px;
  height: 100px;
}
.fot-chat img {
  width: 98px;
  height: 98px;
  display: block;
}

/*-- container  --*/
.mt--1 {
  margin-top: -15px;
}
.new-info {
  position: relative;
  padding: 0 0 40px;
}
.new-title {
  text-align: center;
  padding: 50px 0 22px;
  position: relative;
}
.new-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #ec9fbf;
  margin-left: -40px;
}
.new-title span {
  color: #666666;
  font-size: 14px;
}
.newinfo-content {
  position: relative;
  padding: 44px 0;
  line-height: 28px;
  max-width: 800px;
    margin: auto;
}
.newinfo-content img {
  width: 100%;
  margin: 15px auto;
}
.newinfo-content p {
  font-size: 14px;
  color: #666666;
  line-height: 2.2em;
}
.pagercontent {
  display: flex;
  justify-content: space-between;
}
.pagercontent a,
.pagercontent span {
  color: #666666;
}
.backlist {
  display: flex;
  background-color: #f7f7f7;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.backlist-btn {
  background: linear-gradient(to right, #ec9fbf, #e878a7);
  color: #fff;
  line-height: 38px;
  width: 118px;
  text-align: center;
}
.backlist-btn:hover {
  text-decoration: none;
  color: #fff;
}
.share {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.topin-us {
  padding: 50px 0;
}
.map {
  width: 100%;
}
.map img {
  width: 100%;
  display: block;
}
.citynameinfo {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin: -150px auto 0;
  background-color: #fff;
  width: 90%;
  height: auto;
  padding: 40px 66px;
}
.cityinfo-content {
  width: 100%;
}
.cityinfo-content h2 {
  font-size: 24px;
  color: #ec9fbf;
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}
.cityinfo-content h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 76px;
  background-color: #ec9fbf;
}
.cityinfo-content p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6em;
}
.uschat {
  width: 180px;
  text-align: center;
}
.uschat img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
.botin-form {
  background: url(../img/bg3.jpg) no-repeat center;
  height: 589px;
  box-sizing: border-box;
  padding: 70px 0 0;
}
.msg-title {
  position: relative;
}
.msg-title h3 {
  color: #fff;
  font-size: 30px;
}
.msg-title h6 {
  color: #fff;
  font-size: 18px;
}
.l-input,
.r-input {
  width: 100%;
}
.l-input input {
  margin-bottom: 24px;
}
.r-input textarea {
  height: 100%;
  resize: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem #ec9fbf;
  border-color: #ec9fbf;
}
.w-inbox {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.btn-box {
  margin-top: 50px;
  text-align: center;
}
.btn-new {
  background: linear-gradient(to right, #ec9fbf, #e878a7);
  border: none;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 52px;
}
.list-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.list-2 li {
  width: 256px;
  height: auto;
  text-align: center;
  margin: 10px 24px 0;
}
.product-item-img {
  width: 256px;
  height: 256px;
  background-color: #ec9fbf;
}
.product-item-img img {
  /*object-fit: cover;*/
  width: 100%;
  height: 100%;
}
.product-item-wrapper h6 {
  font-size: 14px;
  color: #666666;
  line-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
.list-2 li:hover a {
  text-decoration: none;
}
.product-item-wrapper:hover h6 {
  color: #ec9fbf;
}
.swiper-product {
  width: 100%;
  height: 390px;
  max-width: 390px;
  overflow: hidden;
  position: relative;
}
.swiper-product img {
  width: 100%;
  height: 100%;
  display: block;
  /*object-fit: cover;*/
}
.auin {
  border-radius: 3px;
}
.auin:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.product-info {
  position: relative;
}
.product-content {
  width: 732px;
  padding-top: 20px;
  max-width: 100%;
}
.product-content h2 {
  font-size: 25px;
  color: #ec9fbf;
  padding-bottom: 22px;
  position: relative;
}
.product-content h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
}
.product-content p {
  font-size: 15px;
  color: #666666;
  line-height: 1.8em;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: 30px;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev
 {
  background-image: url(../img/rc1.png);
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/lc1.png);
}
.product-wrapper {
  padding: 30px 0;
}
.p-title {
  padding-left: 22px;
  border-left: 10px solid #ea8eb4;
  background-color: #fafafa;
  height: 66px;
  display: flex;
  align-items: center;
}
.p-title h3 {
  font-size: 25px;
  color: #ec9fbf;
  margin: 0;
}
.pinfs {
  position: relative;
  padding: 5px 0;
}
.pinfs img {
  display: block;
  margin: 15px auto;
  width: 100%;
}
.pinfs img {
  max-width: 100%;
}
.pinfs p {
  font-size: 15px;
  color: #666666;
  line-height: 2em;
}

@media (max-width: 1200px) {
  .list-2 {
    max-width: 912px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .logo{ width:auto;}
  .nav-li > li {
    padding: 10px 0;
  }
  .header .top {
    font-size: 14px;
  }
  .chat-icon {
    background-size: 25px;
    padding-left: 28px;
  }
  .navbarcontent {
    padding-top: 20px;
  }
  .title {
/*    padding: 30px 0;*/
	  padding: 0 0 30px;
  }
  .vins-bg::after {
    opacity: .2;
  }
  .vins-bg {
    height: 480px;
  }
  .vins-info h5 {
    font-size: 20px;
  }
  .vins-info h2 {
    font-size: 38px;
  }
  .hinuin .roin-info {
    opacity: 1;
    transform: scale(1);
  }
  .hinuin {
    height: 180px;
  }
  .hinting-wrapper {
    text-align: center;
  }
  .vins-info {
    margin: 0 auto;
  }
  .mt--1 {
    margin-top: 0;
  }
  .pagercontent {
    flex-direction: column;
  }
  .list-2 {
    max-width: 608px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
	.list-item-info {
	    width: 100%;
	    margin-left: auto;
	    display: block;
	}
	.swiper-product{ height:350px;}
	.list-item-info p{ display:none;}
	.navbar-toggler{margin-top: -5rem;}
	.hinting-wrapper .vins-bg{background-image: url(../img/bg3.png);}
	.fr-in1 .in1 img{ height:auto;}
	.fr-in1 .in1{ height:auto;}
	.font-lg{ font-size:15px;}
.saoing-box { left:25%;}
.list-item-img{ max-width:100%;max-height:none;}
  .header .top {
    font-size: 12px;
  }
  .chat-icon {
    background-size: 20px;
    padding-left: 24px;
  }
  .fn-info1 {
    height: auto;
    padding: 10px 15px 20px;  
  }
  .vins-info h2 {
    font-size: 30px;
  }
  .citynameinfo {
    margin-top: 15px;
    width: 100%;
    box-shadow: none;
  }
  .list-2 {
    margin: 0 auto;
  }
  .product-item-img {
    max-width: 100%;
    height: 170px;
  }
  .list-2 li {
    width: 48%;
    margin: 10px 1%;
  }
	.g-ssasd-g {
		width: 50%;
		padding: 7px;
		margin-top: 0!important;
	}
	.g-ssasd-g:nth-child(2n) {
		padding-left: 0!important;
	}
	.g-ssasd-g h3 {
		    font-size: 16px;
	}
	.g-ssasd-g a {
		    font-size: 14px;
	}
	.list-1 {
		overflow: hidden;
	}
	.list-1 li {
		padding: 13px 5px;
		width: 50%;
		float: left;
	}
	.spedint h3 {
		font-size: 14px;
		height: 32px;
	}
	.list-item-img img {
		width: 163px;
		height: 108px;
	}
	.list-1 li:last-child .list-item-info {
		border-bottom: 1px solid #f2f2f2;
	}
	.mins-wrapper {
		padding: 20px 0 0;
	}
	.title {
		padding: 0px 0 15px;
	}
}
.breadcrumb{     padding-bottom: 1.2rem !important;}
.from-box input{ line-height:2.5rem;}
.text-c999{ color:#999;}
.pagination li {
	padding: 5px 7px;
    color: #333333;
}
.pagination li a {
    color: #333333!important;
}
.thisclass {
	color: #007bff
}