html,body,ul,li,p,form{
  margin:0;
  padding:0;
}
html {
  /*overflow-y: scroll;*/
  overflow-x: hidden;
}
ul,li{
  list-style: none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
input{-webkit-appearance: none;outline: none;border-radius: 0}
body{
  font-family: "JetBrainsMono"," PingFangSC-Medium,PingFang SC","Source Han Sans CN", "Microsoft YaHei", -apple-system, sans-serif;
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
}
body.fixscroll,body.search-fixed{
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}
a{text-decoration: none;color:#555;}
.hide{
  display: none;
}

/* header */
.xheader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 202;
  zoom: 1;
  height: 55px;
  width: 100%;
  background: #e7c0c0;
}
i.i-x{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center;
  background-size: 13px 13px;
  vertical-align: middle;
}
body.scrolldown .xheader{
  position: absolute;
}
.xheader .m-left{
  position: relative;
  left: 0;
  z-index: 2;
}
.xheader .m-left i.i-menu{
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 54px;
  height: 16px;
  background: url(../images/i-menu.png) no-repeat center;
  background-size: 18px 16px;
}
.xheader .m-right{
  position: relative;
  right: 0;
  z-index: 2;
}
.xheader .m-right i.i-search{
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 53px;
  height: 18px;
  background:url(../images/i-search.png) no-repeat center;
  background-size: 18px 18px;
}
.xheader .m-title{
  position: absolute;
  left: 0;
  height: 55px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.xheader .m-title a.i-logo{
  position: absolute;
  left: 0;
  right: 0;
  color: #000;
  vertical-align: middle;
  width: 74px;
  height: 31px;
  background: url(../images/logo.png) no-repeat center;
  background-size: 74px 31px;
  margin: 14px auto 0;
}

/* drawer */
.drawer-menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
.drawer-menu .menu-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0,0,0,0.3);
}
.drawer-menu .menu-con{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 290px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.drawer-menu .menu-main,.drawer-menu .menu-sub{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 290px;
  height: 100%;
  overflow-y: auto;
  background: url(../images/menu-bg.png);
  background-size: 100% 100%;
}
.drawer-menu .menu-sub ul{
  overflow-y: auto;
  height: calc( 100% - 55px);
}
.drawer-menu .menu-con{
  transform: translateX(-290px);
  transition: transform 0.6s ease;
}
.drawer-menu .menu-con.show{
  transform: translateX(0);
}
.drawer-menu ul{
  padding: 6px 0 0 10px;
}
.drawer-menu ul li{
  color: #221714;
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
}
.drawer-menu ul li a{
  display: block;
  color: #221714;
}
.drawer-menu ul li .hot {
  background: url("../images/hot.png");
  background-size: 36px 16px;
  width: 36px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
.drawer-menu ul li.has-sub{
  margin-top: 45px;
  font-size: 16px;
  color: #221714;
  border-bottom: 1px solid #221714;
}
.drawer-menu ul li.has-sub a{
  color: #221714;
  display: block;
  font-weight: 500;
}
.drawer-menu ul li.has-sub a .iright {
  float:right;
  margin-right: 10px;
}
.drawer-menu .menu-title{
  height: 55px;
  border-bottom: 1px solid #221714;
}
.drawer-menu .menu-title div{
  font-size:14px;
  font-family:"JetBrainsMono";
  font-weight:normal;
  color: #333;
  line-height: 55px;
  text-align: center;
  padding: 0 19px;
  width: 100%;
  height: 55px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.drawer-menu .menu-title div.s-l{
  text-align: left;
}
.drawer-menu .menu-title div.s-l img {
  height: 30px;
  float: left;
  margin-top: 13px;
}

i.i-close{
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center;
  background-size: 10px 10px;
}
.drawer-menu .menu-title i.i-close{
  position: absolute;
  z-index: 4;
  right: 11px;
  top: 19px;
}

.drawer-menu .menu-sub{
  z-index: 3;
  transform: translateX(290px);
  overflow: hidden;
  transition: transform 0.6s ease;
}
.drawer-menu .menu-sub.show{
  transform: translateX(0);
}
.drawer-menu .menu-sub.hidden{
  display: none;
}

.main-container {
  min-height: 100%;
  padding-top: 55px;
}

/* home */

.main-container .swiper-container {
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
}
.banner .banner-img img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}
.banner .swiper-pagination-bullet-active {
  --swiper-theme-color: #939E81 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px !important;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.main-container-intro {
  width: 100%;
  padding-top: 35px;
  background: #fffcf7;
}
.intro-title {
  text-align: center;
  width: 100%;
}
.intro-title img {
  width: 80px;
  height: 22px;
  vertical-align: middle;
  margin-right: 12px;
}
.intro-title span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #95A287;
  line-height: 22px;
  vertical-align: middle;
  letter-spacing: 2px;
}
.intro-title div {
  width: 15px;
  height: 1px;
  background: #95A287;
  margin: 11px auto 23px;
}
.mobile-video {
  margin: 0 15px 54px;
  position: relative;
}
.mobile-video video {
  width: 100%;
}
.mobile-video-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mobile-video-div .video-play {
  width: 32.5px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -16px;
}
.mobile-video-div .video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-product {
  text-align: center;
  color: #6B755C;
  font-family: Source Han Sans CN;
}
.main-product-img{
  width: 84%;
  margin: 0 auto;
}
.main-product-img img {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.main-product p:first-of-type {
  height: 19px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 17px;
}
.main-product p:nth-of-type(2) {
  height: 19px;
  font-size: 20px;
  font-weight: 550;
  margin-top: 28px;
}
.main-product p:nth-of-type(3) {
  height: 16px;
  font-size: 16px;
  margin-top: 11px;
  font-weight: 400;
}
.main-product p:last-of-type {
  height: 17px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 46px;
}
.main-product .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #C8CEBE;
}
.main-product .swiper-pagination-bullet-active {
  --swiper-theme-color: #939E81 !important;
  background-image: url(../images/flag.png);
}
.main-product .swiper-pagination {
  bottom: 35px !important;
}
.main-product a {
  display: block;
  width: 94px;
  height: 23px;
  background: #95A287;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}
.product-ul {
  margin-top: 164px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.product-ul::after {
  display: block;
  content: "";
  clear: both;
}
.product-ul li {
  width: 40%;
  float: left;
  margin-left: 7%;
  color: #6B755C;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-bottom: 65px;
}
.product-ul li:nth-of-type(2n+1) {
  margin-left: 6%;
  margin-top: -83px;
}
.product-ul li:nth-of-type(5){
  display: none;
}
.product-ul li img {
  width: 100%;
}
.product-ul li p:first-of-type{
  height: 12px;
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 19px;
}
.product-ul li p:nth-of-type(2) {
  font-size: 15px;
  margin-top: 14px;
  font-weight: 550;
  font-style: italic;
}
.product-ul li p:nth-of-type(3) {
  height: 14px;
  font-size: 14px;
  font-weight: 550;
  margin-top: 11px;
}
.product-ul li p:nth-of-type(4) {
  font-size: 12px;
  font-weight: 400;
  margin-top: 11px;
}
.product-ul li p:last-of-type{
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.product-ul li a {
  display: block;
  width: 94px;
  height: 23px;
  background: #95A287;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  margin: 0 auto;
  margin-top: 15px;
}
.product-ul li:last-of-type {
  height: 286px;
  background: #F0F4E9;
  margin-top: 72px;
}
.product-ul li:last-of-type p {
  height: 16px;
  font-size: 18px;
  font-weight: 200;
  margin-top: 131px;
  margin-bottom: 5px;
}
.product-ul li:last-of-type span {
  font-size: 14px;
  font-weight: 200;
  display: block;
  line-height: 11px;
}
.home-zhiyu {
  width: 100%;
  padding: 31px 0 33px;
  background:url(../images/h-zhiyu-bg.jpg);
  background-size: 100% 100%;
}
.home-zhiyu img:first-of-type {
  width: 93%;
  display: block;
  margin: 0 auto 15px;
}
.home-zhiyu p {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #546A56;
  line-height: 30px;
  text-align: center;
}
.home-zhiyu p span {
  font-weight: 600;
}
.home-zhiyu p:nth-of-type(3) {
  margin-bottom: 25px;
}
.home-zhiyu img:last-of-type {
  display: block;
  margin: 23px auto;
  width: 63px;
  height: 63px;
}


/* product */
.product-header-img {
  width: 100%;
  height: 200px;
}
.product-header-img img {
  width: 100%;
  height: 100%;
}
.product-content {
  padding: 35px 0;
  background: url(../images/product-bg.jpg) repeat-y;
  background-size: 100% auto;
}
.product-tab {
  padding: 0;
  height: 11px;
  line-height: 11px;
  text-align: center;
  margin-bottom: 32px;
}
.product-tab span {
  display: inline-block;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #060001;
  vertical-align: text-top;
  padding: 0 6px;
  border-left: 1px solid #060001;
}
.product-tab span.active {
  font-weight: 600;
}
.product-tab span:last-of-type {
  border-right: 1px solid #060001;
}
.product-item {
  text-align: center;
  border: 0px solid transparent;
  margin-bottom: 63px;
}
.product-item-img {
  display: inline-block;
  vertical-align: middle;
}
.product-item-img img {
  display: block;
  width: 101px;
}
.product-item-intro {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}
.product-item-intro p {
  font-family: Source Han Sans CN;
  color: #475249;
  text-align: left;
  font-weight: 400;
}
.product-item-intro p:first-of-type {
  height: 18px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 13px;
}
.product-item-intro p:nth-of-type(2),
.product-item-intro p:last-of-type {
  height: 11px;
  font-size: 11px;
}
.product-item-intro span {
  display: block;
  width: 152px;
  height: 1px;
  background: #758677;
  margin: 8px 0 25px;
}
.product-item-intro a {
  display: block;
  width: 81px;
  height: 19px;
  background: #95A287;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
  margin-top: 14px;
}


/*detail */
.detail-img {
  width: 100%;
  position: relative;
}
.detail-img img {
  width: 100%;
  vertical-align: bottom;
}
.detail-img .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #C8CEBE;
}
.detail-img-txt {
  padding: 39px 0 20px 30px;
  z-index: 1
}
.detail-img-txt p {
  color: #606E50;
}
.detail-img-txt p:first-of-type{
  font-size: 18px;
  font-family: Fontquan;
  font-weight: 400;
  color: #606E50;
  line-height: 18px;
  letter-spacing: 3px;
}
.detail-img-txt p:nth-of-type(2){
  font-size: 8px;
  font-family: CormorantUpright;
  font-weight: 300;
  color: #606E50;
  line-height: 13px;
  padding-top: 15px;
}
.detail-color {
  position: absolute;
  top: 58px;
  right: 30px;
  z-index: 1;
}
.detail-color li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #F1D7C4;
  border-radius: 50%;
  margin-left: 17px;
}
.detail-intro {
  background: #FFFCF7;
  display: flex;
  flex-direction: row;
  padding: 22px 30px 14px;
}
.detail-intro div {
  flex: 1;
}
.detail-intro-left span {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #95A287;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  margin-right: 9px;
}
.detail-intro-left span img {
  width: 21px;
}
.detail-intro-right {
  text-align: right;
}
.detail-intro-right div {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 550;
  color: #606E50;
}
.detail-intro-right div.price {
  height: 21px;
  line-height: 21px;
}
.detail-intro-right div.price span {
  font-size: 23px;
}
.detail-intro-right div.weight {
  float: right;
  height: 22px;
  line-height: 22px;
  border: 1px solid #939E81;
  text-align: center;
  margin-right: -5px;
  margin-top: 5px;
  padding: 0 5px;
}
.detail-intro-right div.weight span {
  font-size: 13px;
}
.detail-long-img {
  width: 100%;
  margin-top: -4px;
}
.detail-long-img img {
  width: 100%!important;
  height: auto!important;
  display: block;
}
.detail-long-img video {width: 100%!important;}


/* story */
.brand-story {
  background: url(../images/story-bg.jpg) no-repeat;
  background-size: 100% 100%;
  border: 0px solid transparent;
  overflow-x: hidden;
}
.story-title {
  padding: 80px 15px 24px;
}
.story-title p{
  text-align: center;
  height: 16px;
  font-size: 17px;
  color: #1D1E1D;
  line-height: 16px;
}
.story-title p:first-of-type {
  font-family: CormorantUpright;
  font-weight: 300;
}
.story-title p:last-of-type {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-style: italic;
  margin: 18px 0 8px;
}
.story-title img {
  width: 100%;
}
.story-intro-top,
.story-intro-bottom {
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #546A56;
  margin-bottom: 27px;
}
.story-intro-top p {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 3px;
}
.story-intro-top p span {
  font-weight: 600;
}
.story-intro-bottom {
  padding-bottom: 20px;
}
.story-intro-bottom img {
  display: block;
  width: 63px;
  height: 63px;
  margin-bottom: 16px;
  margin: 0 auto;
}
.story-intro-bottom p {
  text-align: center;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #546A56;
  line-height: 38px;
}
.story-intro-bottom p:first-of-type {
  width: 50%;
  margin-left: 30%;
  font-size: 24px;
}
.story-intro-bottom p:last-of-type {
  width: 50%;
  font-size: 24px;
  margin-left: 18%;
}
.story-trait p {
  text-align: center;
  height: 13px;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 550;
  color: #788776;
  margin-bottom: 26px;
}
.story-trait img:first-of-type {
  display: block;
  width: 64.2%;
}
.story-trait img:nth-of-type(2) {
  display: block;
  width: 49.2%;
  margin-left: 51%;
  transform: translateY(-100%);
  margin-top: -8px;
}
.story-trait img:last-of-type {
  display: block;
  width: 57%;
  transform: translateY(-100%);
  margin-left: 17.2%;
  position: absolute;
}
.story-virtue {
  text-align: center;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #788776;
  line-height: 30px;
  margin: 48px 0 72px;
}
.story-virtue p:nth-of-type(2n+1) {
  font-size: 13px;
  font-weight: 400;
}
.story-welcome {
  width: 100%;
}
.story-welcome img {
  width: 100%;
}
.story-welcome p {
  text-align: center;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #788776;
  line-height: 23px;
}
.story-welcome p span {
  position: relative;
}
.story-welcome p:first-of-type {
  margin-top: 16px;
}
.story-welcome p:first-of-type span::after {
  position: absolute;
  display: block;
  content: "“";
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #546A56;
  top: 2px;
  left: -30px;
}
.story-welcome p:last-of-type {
  margin-bottom: 16px;
}
.story-welcome p:last-of-type span::after {
  position: absolute;
  display: block;
  content: "”";
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #546A56;
  top: 2px;
  right: -30px;
}
.story-test {
  color: #788776;
  font-family: Source Han Sans CN;
  text-align: center;
  padding: 48px 0 27px;
}
.story-test p:first-of-type {
  height: 12px;
  font-size: 11px;
  font-weight: 550;
  line-height: 12px;
}
.story-test img {
  width: 118px;
  margin-top: 34px;
  margin-bottom: 37px;
}
.story-test img:first-of-type {
  margin-right: 17px;
}
.story-test p {
  font-size: 10px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 3px;
}
.story-test p span {
  font-weight: 600;
  font-style: italic;
}
.story-test p:nth-of-type(2) span {
  display: block;
  width: 35%;
  text-align: right;
}
.story-test p:last-of-type span {
  display: block;
  width: 65%;
  text-align: right;
}
.story-zhiyu {
  width: 100%;
  padding: 31px 30px 49px;
  background: url(../images/s-z-b.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.story-zhiyu img {
  display: block;
  width: 100%;
}


/* anti */
.only-anti {
  background: url(../images/anti.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.anti-header {
  width: 100%;
  padding: 45px 0 30px;
  color: #000000;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.anti-header p:first-of-type {
  height: 20px;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 2px;
}
.anti-header p:last-of-type {
  height: 5px;
  font-size: 6px;
  letter-spacing: 2px;
  line-height: 5px;
  margin-top: 12px;
}
.anti-content p {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.anti-area {
  margin: 13px 61px 207px;
  background-color: #fff;
  height: 92px;
  padding: 16px 0;
  border-radius: 27px;
}
.anti-area img {
  width: 55px;
}
.anti-area img:last-of-type {
  width: 10px;
  margin-bottom: 20px;
  margin-left: 16px;
}
.anti-area div {
  display: inline-block;
  text-align: left;
  margin-left: 13px;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
@media screen and (max-width: 320px) {
  .anti-area {
    margin: 13px 35px 207px !important;
  }
  .step-left img {
    width: 74px !important;
  }
  .step-right-txt:last-of-type {
    margin-top: 0 !important;
  }
}
.anti-step {
  margin-top: 14px;
  padding-bottom: 48px;
}
.step-left {
  display: inline-block;
  vertical-align: middle;
}
.step-left img {
  width: 110px;
}
.step-right {
  display: inline-block;
  text-align: left;
  border: 0px solid transparent;
  vertical-align: middle;
  margin-left: 9px;
}
.step-right-txt img {
  width: 15px;
  vertical-align: top;
}
.step-right-txt div {
  display: inline-block;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 15px;
}
.step-right-txt:last-of-type {
  margin-top: 13px;
}


/* footer */
.footer {
  width: 100%;
  background: #95A287;
  padding-bottom: 0.1px;
}
.footer-main {
  padding: 21px 30px 40px;
}
.footer-logo {
  text-align: center;
}
.footer-logo p {
  height: 11px;
  font-size: 13px;
  line-height: 11px;
  font-family: Fontquan;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-bottom: 13px;
}
@media screen and (max-width: 320px) {
  .footer-logo p {
    letter-spacing: 3px !important;
  }
}
.footer-logo img {
  display: block;
  margin: 0 auto;
}
.footer-logo img:first-of-type {
  width: 122px;
  height: 33px;
}

.footer-logo img:last-of-type {
  width: 94%;
  height: auto;
}
.footer-logo img:nth-child(2) {
  width: 70%;
  margin: 13px auto 18px;
}
.footer-line {
  width: 86%;
  height: 1px;
  margin: 0 auto;
  background:url(../images/footer-line.png);
  background-size: 100% 100%;
}
.footer-main-list {
  width: 100%;
  margin-top: 31px;
  font-size: 10px;
}
.footer-main-list-title {
  margin-bottom: 19px;
  font-weight: 800!important;
}
.footer-main-list-title span {
  display: inline-block;
  width: 40%;
  float: right;
  vertical-align: middle;
}
.footer-main-list-title::after {
  clear: both;
}
.footer-main-list-title i.i-more {
  width: 7px;
  height: 7px;
  background: url(../images/i-more.png) no-repeat;
  background-size: 100% 100%;
  float: right;
}
.footer-main-list-title i.i-right {
  width: 7px;
  height: 7px;
  background: url(../images/i-right.png) no-repeat;
  background-size: 100% 100%;
  float: right;
}
.footer-main-list p {
  text-align: left;
  color:rgba(255,255,255,0.87);
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 16px;
  height: 7px;
  line-height: 7px;
  letter-spacing: 2px;
}
.footer-main-list-store {
  text-align: center;
  display: flex;
}
/* .footer-main-list-store a:nth-of-type(3) {
  margin: 0 77px;
} */
.footer-main-list-store a{
	width: 33.33%;
}
.footer-main-list-store a img {
  height: 18px;
}
.footer-main-list .follows {
	display: flex;
}
.footer-main-list .fellow-us {
  width: 33.33%;
  height: 49px;
  line-height: 57px;
  margin: 0 auto;
  transform: translateX(5px);
  border: 0px solid transparent;
  margin-bottom: 14px;
  position: relative;
  text-align: center;
}
.fellow-us::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-main-list .fellow-us img {
  width: 49px;
  height: 49px;
  padding: 4px;
  background: #fff;
  border-radius: 6px;
}
.footer-search {
  margin: 31px 0px;
  height: 27px;
  border: 1px solid #FFFFFF;
}
.footer-search input {
  width: 75%;
  background-color: transparent;
  height: 27px;
  border: none;
  text-indent: 16px;
  line-height: 24px;
  outline: medium;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 3px;
}
input::after {
  border: none;
  outline: medium;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  letter-spacing: 3px;
  line-height: 27px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #fff;
}
.footer-search .i-search {
  width: 18px;
  height: 16px;
  background: url(../images/i-search.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 4.5px;
  margin-right: 16px;
  border: 0;
  -webkit-appearance: none;
}
.footer-copyright p ,.footer-copyright p a {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
	text-align: center;
	color: #fff;
}

.site-search {
    padding-top: 53px;
    position: fixed;
    z-index: 201;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
}
.site-search .search-top{
    position: relative;
    margin:18px 30px;
}
.site-search .search-top h2{
    font-size:14px;
    font-weight:550;
    color: #333;
    padding-top: 30px;
}
.site-search .search-top i.i-close{
    position: absolute;
    right: 0;
    top: 10px;
}
.site-search .search-top form{
    margin-top: 20px;
    position: relative;
    height: 38px;
    overflow: hidden;
    border-bottom:1px solid #303030;
}
.site-search .search-top form input{
    width: 100%;
    /*border-bottom: 3px solid #666;*/
    border: none;
    padding:10px;
    font-size: 12px;
    line-height: 16px;
    outline: none;
    /*height: 34px;*/
}
.site-search .search-top i.i-close{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/i-close.png) no-repeat center;
    background-size: 10px 10px;
}

.site-search .search-top form button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    border:none;
    width: 36px;
    height: 38px;
    background: url(../images/search-black.png) no-repeat center;
    background-size: 12px 12px;
    padding: 0!important;
	-webkit-appearance: none;
}
input {
    outline: 0px;
    -webkit-appearance:none;
}
.site-search .recommends{
    font-size:11px;
    padding:25px 5px;
    color:#333;
}
.site-search .recommends li{
    margin-bottom: 20px;
}
.search-null {
    height:17px;
    font-size:12px;
    margin-top: 25px;
    margin-left: 10px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:17px;
}
 /*pages*/
.pages {
    height: 21px;
    margin: 20px auto;
    text-align: center;
    line-height: 21px;
    font-size: 0;
}
.pages a {
    width:21px;
    height:21px;
    background:#ffffff;
    display: inline-block;
    font-size:13px;
    color:#999999;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.pages a:nth-of-type(n+2){
    margin-left: 10px;
}
.pages a em {font-style: normal}
.pages i {font-style: normal}
.pages a em {
    width:100%;
    height:100%;
    font-size:13px;
    font-weight:550;
    line-height: 20px;
    float: left;
}
.pages .on {
    background:#ffffff;
    color: #999999 !important;
    border: 1px solid #848484;
}

.pro-list {
    margin: 48px 3vw 0;
}
.ophide {
	opacity:0
}

.error_page {
	background: url('../images/cry.png') no-repeat top 50px center;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 40px;
	background-size: 100px;
}
