/* 未能缩小。正在返回未缩小的内容。
(309,38): run-time error CSS1038: Expected hex color, found '#FFF9EA0'
(309,46): run-time error CSS1019: Unexpected token, found '%'
(309,46): run-time error CSS1042: Expected function, found '%'
(309,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(327,26): run-time error CSS1039: Token not allowed after unary operator: '-color-white-white'
(547,26): run-time error CSS1039: Token not allowed after unary operator: '-color-border-300-light'
 */
/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
menu {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font: inherit;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

input,
textarea,
select {
    font-family: "Microsoft Yahei", "Helvetica Neue", Tahoma, Geneva, sans-serif;
    -webkit-appearance: none;
    color: #333;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

ul,
ol,
dl {
    list-style: none;
}

audio {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
  display: block;
}

/* End hide from IE Mac */
a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: 'myFont';
  src: url('/Content/font/pigfang-sc-semibold.v-46f83368.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myFont1';
  src: url('/Content/font/pigfang-regular.v-be37c2b8.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font: normal 16px/1.5 "Microsoft Yahei", "Helvetica Neue", Tahoma, Geneva, sans-serif;
  color: #333333;
  line-height: 1;
}
.entry{
  max-width:1200px;
  min-width:1200px;
  margin:0 auto;
}
.product-wrapper{
  
}
.product-header{
  background: url(/Content/images/feigua-product/bg-banner.v-c03a7ed6.jpg) no-repeat center center ,linear-gradient(180deg, #FE5B66 0%, #FFD2D6 100%);
  background-size: 1600px 455px;
  height:455px;
  text-align:center;
}
.product-header .main-nav{
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.10);
  margin:20px auto 88px;
  display:inline-block;
}
.product-header .logo{
  background: url(/Content/images/feigua-product/logo-feigua.v-1f723e12.png) no-repeat center center;
  background-size:75px 24px;
  width: 75px;
  height: 24px;
  float:left;
  margin:12px 40px 12px 27px;
}
.product-header .nav-items{
  float:right;
  padding:4px;
  height: 40px;
}
.product-header .nav-items a{
  color: #333;
  font-family:'myFont1';
  font-size: 14px;
  padding:12px 14px;
  line-height: 40px;
}
.product-header .nav-items a:hover{
  border-radius: 100px;
  background: #EAECED;
  transition: all 0.3s ease;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tiem {
  text-decoration: none; 
  color: blue; 
}
.tooltip .tiptext {
  visibility: hidden;
  width: 188px;
  font-size: 12px;
  font-family:'myFont1';
  border-radius: 4px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 125%; 
  left: 50%;
  margin-left: -94px; 
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tiptext::after {
  content: " ";
  position: absolute;
  top: -35%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent; 
  transform: rotate(180deg);
}
.tooltip:hover .tiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-product {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  font-family:'myFont1';
  font-size: 14px;
  cursor:pointer;
}
.tooltip-product .tiem {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 14px !important;
}
.tooltip-product .tiem svg{
  margin-left: 3px;
}
.tooltip-product:hover svg {
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.tooltip-product .tooltipText {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 8px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 112%; 
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-product:hover .tooltipText {
  visibility: visible;
  opacity: 1;
}
.product-options {
  display: flex;
  flex-direction: column;
  padding:0 8px;
}
.product-options .option{
  background-color: #f9f9f9;
  padding: 0 !important;
  cursor: pointer;
  display:block;
}

.product-header .title{
  width:649px;
  height:129px;
  margin-bottom:32px;
}
.product-header .btns{
  font-size: 24px;
  font-weight: 500;
  color: #470A09;
  padding: 16px 40px;
  border-radius: 56px;
  background: linear-gradient(90deg, #FFF9EA 0%, #FFEAEA 100%);
  display:inline-block;
}
.product-header .btns:hover{
  background: linear-gradient(90deg, #FFF9EA0%, #FFEAEA100%), #FFF;
  box-shadow: 0px 6px 30px 0px rgba(239, 36, 50, 0.70);
  transition: all 0.3s ease;
}
.product-main{
  padding:32px 0 38px 0;
  text-align:center;
}
.product-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center; 
  box-sizing: border-box; 
  text-align:center;
}
.product-info{
  border-radius: 36px;
  border: 1px solid var(--color-white-white, #FFF);
  background: #FFF0F1;
  padding:0 32px;
  height:45px;
  line-height: 45px;
  display:inline-block;
  margin:0 auto 16px;
  color: #8E6063;
  font-size: 15px;
  font-family: 'myFont1';
}
.product-container .row {
  display: flex;
  width: 100%;
  justify-content: space-between; 
  align-items: center;
}
.product-container .col {
  flex: 1;
  text-align: center; 
  padding: 32px;
  border-radius: 32px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #FE5B66 0%, #FFD2D6 100%);
  display:inline-block;
  margin:16px;
  position:relative;
}
.product-container .col:hover{
  cursor:pointer;
  border: 2px solid #fff;
}
.product-container .col::before {
  content: "";
  width: 0;
  height: 0;
  background: #FE5E68;
  filter: blur(50px);
  position: absolute;
  left: 0px;
  bottom: -34px;
  z-index: -1;
  content:"";
  z-index:-1;
}
.product-container .col:hover::before {
  width: 268px;
  height: 230px;
}

.product-container .col h4{
  font-size: 20px;
  color:#fff;
  font-size: 20px;
  margin-bottom:24px;
  
}
.product-container .col.last{
  background:none;
  border:none;
}
.product-container .col.last:hover{
  border:none;
  cursor:default;
}
.product-container .col.last::before,
.product-container .col.last:hover::before{
  display:none;
}
.product-container .col h4 .doc{
  width: 4px;
  height: 4px;
  background:#fff;
  border-radius:4px;
  margin:10px 6px;
  display:inline-block;
  vertical-align: text-top;
}
.product-container .col .content{
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF5F6 0%, #FEE2E5 100%);
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:164px;
  color: #470A09;
  font-size: 14px;
  transition: all 0.3s;
  line-height: 160%; 
}

.product-container .col h6{
  border-radius: 4px;
  background: #FE626C;
  padding: 0 8px;
  height:24px;
  line-height:24px;
  font-size: 12px;
  color: #FFF;
  margin-bottom:16px;
  font-family:'myFont1'
}


.product-container .col h6,
.product-container .col p,
.product-container .col .btns-use{
  transition: all 0.5s ease;
  transition: visibility 0s, opacity 0.5s linear; 
}
.product-container .col .btns-use{
  color: transparent;
  transition: all 0.5s ease;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; 
  height:0;
}
.product-container .col .btns-use svg{
  font-size: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.product-container .col:hover h6,
.product-container .col:hover p{
  transform: translateY(-2px);
  opacity: 1;
  transition: 0.4s;
}
.product-container .col:hover .btns-use{
  color: #FFF;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 100px;
  background: linear-gradient(90deg, #FFA9B1 -0.28%, #FE5B66 99.72%);
  transform: translateY(-2px);
  opacity: 1;
  margin-top: 16px;
  display:inline-block;
  height:34px;
  line-height:34px;
}
.product-container .col:hover .btns-use svg{
  display:inline-block;
  vertical-align: middle;
  margin-top: -2px;
  opacity: 1;
  font-size: 22px;
  width:22px;
  height:22px;
}
/*客服弹窗*/
.customer-service_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 2024;
  display: none;
}
.customer-service_wrapper .dialog{
  position: relative;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20vh;
  width: 320px;
  height: 400px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  color: #999;
  font-size: 13px;
  
}
.dialog-header-btn{
  cursor: pointer;
  border: none;
  padding: 4px;
  position: absolute;
  right: -12px;
  top: -12px;
  border-radius: 60px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 3px 14px 0px rgba(0, 0, 0, 0.06);
}
.dialog-header-btn svg{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
}
.dialog-header-btn svg:hover path {
  fill: #FE4E62;
}
.customer-service_wrapper .dialog-title{
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
}
.mb32{
  margin-bottom: 32px;
}
.mb16{
  margin-bottom: 16px;
}
.customer-service_wrapper .code{
  padding: 8px;
  width: 200px;
  height: 200px;  
  border-radius: 8px;
  border: 1px solid var(--color-border-300-light, #EEE);
  margin: 0 auto 16px;
}
.customer-service_wrapper .code img{
  width: 200px;
  height: 200px;
}
.customer-service_wrapper p svg{
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index:2001;
  display: none;
}
