
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 手动添加*/
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
}
html ::-webkit-scrollbar {
  display: none;
}

.md-wrapper {
  position: relative;
  /* max-width: 1920px; */
  margin: 0 auto;
}
.sm-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.max-wid {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin: auto;
}
.tea_case {
  position: relative;
  width: 67.71%;
  max-width: 1200px;
  margin: auto;
}

/* 分页 */
.page_more {
  text-align: center;
  padding: 3% 0;
}

.page_more a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #f7f8f8;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 15px;
  transition: all 0.2s;
  color: #666666;
}

.page_more a.prev,
.page_more a.next {
  background: transparent;
  width: auto;
}
.page_more a.prev > img,
.page_more a.next > img {
  margin-left: 10px;
  vertical-align: initial;
}

.page_more a:hover {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.page_more a.prev:hover,
.page_more a.next:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  color: #c81b45;
}
.page_more a.next:hover > img {
  content: url(../images/red_jt.png);
}

.page_more a.active {
  background: linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -o-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  color: #fff;
}

.flex {
  display: box;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex1 {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  width: 20%; /* For old syntax, otherwise collapses. */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gradient {
  background: linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -o-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(39, 153, 227, 1),
    rgba(85, 183, 246, 1)
  );
}
.gradient-FE {
  background: linear-gradient(
    180deg,
    rgba(255, 241, 174, 1),
    rgba(232, 197, 118, 1)
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 241, 174, 1),
    rgba(232, 197, 118, 1)
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 241, 174, 1),
    rgba(232, 197, 118, 1)
  );
  background: -o-linear-gradient(
    180deg,
    rgba(255, 241, 174, 1),
    rgba(232, 197, 118, 1)
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(255, 241, 174, 1),
    rgba(232, 197, 118, 1)
  );
}
/* 图片隐藏 显示 */
.pic-hide {
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: blur(30px);
  visibility: visible !important;
}
.pic-show {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  filter: blur(0);
}
/* slogan 标语 */
/* 标语 */
.slogan {
  min-width: 4.75rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #035cac;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.slogan .bar {
  position: relative;
  left: -2rem;
  width: 0;
  height: 2px;
  margin-right: 0.28rem;
  background-color: #dbe2e9;
}
.slogan .extend {
  left: 0;
  width: 2rem;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
}

/* bar-bf-red 红色横杠延迟 */
.bar-bf-red {
  position: relative;
}
.bar-bf-red::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #035cac;
}
.bar-bf-white {
  position: relative;
}
.bar-bf-white::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
.custom-bar::before {
  width: 100%;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
}

/* bar-bf-## end */
/* 椭圆特效 */
.oval::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: 1;
  border-width: 3px;
  border-color: #ffa1b8;
  background: transparent;
  pointer-events: none;
}
.oval:hover:before {
  border-style: solid;
  transform: scaleX(1.2);
  -webkit-transform: scaleX(1.2);
  -moz-transform: scaleX(1.2);
  -o-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

/* 清除动效 */
.clr-transition {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.clr-transform {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 媒体查询 */
@media screen and (max-width: 1440px) {
  .page_more a {
    width: 43px;
    height: 43px;
    font-size: 17px;
    line-height: 43px;
  }

  /*  */
  .f-78 {
    font-size: 78px !important;
  }
  .f-43 {
    font-size: 43px !important;
  }
  .f-36 {
    font-size: 36px !important;
  }
  .f-28 {
    font-size: 28px !important;
  }
  .f-16 {
    font-size: 16px !important;
  }
  .f-15 {
    font-size: 15px !important;
  }
  .f-14 {
    font-size: 14px !important;
  }
}

header {
  z-index: 99;
  position: fixed;
  top: 0.47rem;
  left: 5%;
  width: 90%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.18rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
header .head-wrapper {
  padding: 0 1% 0 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
header .logo {
margin-right:50px;
}
header .logo > img {
  width: 100%;
}
.menu{ width:80%;}

/* 导航区域 */
header .head-nav {
  display: flex; width:100%;
  justify-content: space-between;
  align-items: center;
}
header .head-nav .item {
  position: relative;
  height: 1.1rem;
/*  margin: 0 0.30rem;*/
  font-size: 0.2rem;
  line-height: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
header .head-nav .item .nav-colums {
  position: absolute;
  top: 100%;
 /* min-width: 6.87rem;*/
  padding: 0.15rem 0;
  margin-top: 0.25rem;
  border-radius: 0.1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  line-height:1;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transition: all 0.5s ease-in-out;
  justify-content: space-between;
  display: none;
  
}
header .head-nav .colums-list {

  padding-left: 12px; padding-right:25px;
/*  border-right: 1px solid #efefef;*/

}
header .head-nav .colums-list > a {
  position: relative;
/*  padding: 0.17rem 0 0.16rem 0.51rem;*/
  font-size: 0.16rem;
  color: #333;
  font-weight: normal;
  display: block;
}
header .head-nav .colums-list > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.31rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdddd;
}
header .head-nav .nav-colums::before {
  content: "";
  position: absolute;
  border-top: 0.14rem solid transparent;
  border-left: 0.14rem solid transparent;
  border-bottom: 0.14rem solid #fff;
  border-right: 0.14rem solid transparent;
}
header .head-nav .nav-colums::after {
  content: "";
  position: absolute;
  top: -0.28rem;
  left: 0;
  width: 100%;
  height: 0.28rem;
}
header .head-nav .colums-pic {
  padding: 0 0.5rem;
  box-sizing: border-box;
  float: left;
}
header .head-nav .colums-pic > img {
  width: 100%;
}
header .head-nav .colums-pic > a {
  position: absolute;
  left: 0.34rem;
  bottom: 0.4rem;
  width: 0.99rem;
  height: 0.33rem;
  border-radius: 0.16rem;
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.32rem;
  font-weight: normal;
  color: #fff;
}

/* active */

header.active {
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgrgba(5, 2, 2, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
header.active .logo {
  /*width: 0.7rem;*/
}
header.active .head-nav .item {
  height: 0.9rem;
  line-height: 0.9rem;
}
/* hover */
header .head-nav .item.active {
  color: #035cac;
}
header .head-nav .item.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: #035cac;
}

header .head-nav .item:hover > a {
  display: block;
  color: #035cac;
}
header .head-nav .item:nth-child(-n + 5):hover .nav-colums {
  display: block;
  left: -30px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
header .head-nav .item:nth-child(-n + 5):hover .nav-colums::before {
  top: -0.28rem;
  left: 0.5rem;
}

header .head-nav .item:nth-child(6):hover .nav-colums {
  display: block;
  left: -30px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
header .head-nav .item:nth-child(6):hover .nav-colums::before {
  top: -0.28rem;
  left: 0.5rem;
}

header .head-nav .item:nth-last-child(2):hover .nav-colums {
  display: flex;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
header .head-nav .item:nth-last-child(2):hover .nav-colums::before {
  top: -0.28rem;
  right: 0.6rem;
}

header .head-nav .colums-list > a.active,
header .head-nav .colums-list > a:hover {
  color: #035cac;

}
header .head-nav .colums-list > a.active::before,
header .head-nav .colums-list > a:hover::before {
  background-color: #035cac;
}

@media screen and (min-width:1500px) {
header .head-nav .item .nav-colums{ min-width:140px;left:-10px!important;}

header .head-nav .colums-list > a {
    font-size: 15px;
    padding: 10px 32px 10px 32px;
  }
header .head-nav .colums-list > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdddd;
}
	}

/* 添加购物车 */
header .add-car-buttom {
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.05rem 0;
  border-radius: 1rem;
  font-size: 0.18rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #035cac;
}
header .add-car-buttom > img {
  width: 0.27rem;
  margin-right: 0.12rem;
}

@media screen and (max-width: 1440px) {
  header {
    border-radius: 12px;
  }
  header .logo {
   /* width: 187px;*/
  }
  header .head-nav .item {
    height: 83px;
    font-size: 16px;
    line-height: 83px;
  }
  header .add-car-buttom {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    margin: 4px 0;
    font-size: 13px;
  }
  header .add-car-buttom > img {
    width: 20px;
    margin-right: 9px;
  }
  header .head-nav .item .nav-colums {
   /* min-width: 570px;*/
    padding: 24px 0;
  }
  header .head-nav .colums-list {
/*    width: 160px;*/
  }
  header .head-nav .colums-list > a {
    font-size: 15px;
    padding: 10px 32px 10px 32px;
  }
 
header .head-nav .colums-list > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdddd;
}

  header .head-nav .colums-pic {
    width: 390px;
    padding: 0 38px;
  }

  /* active */
  header.active .logo {
/*    width: 207px;*/ margin-right:50px;
  }
   header.active .menu{ width:70%; }
  header.active .head-wrapper {
  padding: 0 4% 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}

@media screen and (max-width:640px) {
  header {top:0px; left:0px;
    border-radius: 0px;
  }
  .flex{ display:block}}