* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body.fixscroll,
body.search-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.hide {
  display: none;
}

.content {
  padding-top: 46px;
}

/* banner */
.home-banner.swiper-container {
  padding-bottom: 15px !important;
}

.home-banner img {
  width: 100%;
}

.series-banner img{
  width: 100%;
}
.product-detail-banner img {
  width: 84%;
}
.series-product img {width: 84%}

.series-banner.swiper-container,
.product-detail-banner.swiper-container {
  text-align: center;
}

.series-list .swiper-button-prev,
.series-list .swiper-button-next{
  margin-top: -80px;
  height: calc(var(--swiper-navigation-size)/ 44 * 27);
  background:rgba(255,255,255,0.5);
  border-radius:50%
}

.series-banner .swiper-button-prev::after,
.series-banner .swiper-button-next::after,
.product-detail-banner .swiper-button-prev::after,
.product-detail-banner .swiper-button-next::after {
  content: "" !important;
}

.series-banner .swiper-button-prev,
.product-detail-banner .swiper-button-prev {
  left: -8px !important;
  outline: none !important;
}

.series-banner .swiper-button-next,
.product-detail-banner .swiper-button-next {
  right: -8px !important;
  outline: none !important;
}

.series-list .swiper-button-prev {
  left:8px!important;
}
.series-list .swiper-button-next {
  right:8px!important;
}

.series-banner .swiper-button-prev img,
.series-banner .swiper-button-next img,
.product-detail-banner .swiper-button-prev img,
.product-detail-banner .swiper-button-next img {
  width: 10px;
}

.home-banner .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 15px !important;
  border: 1px solid #FFFFFF;
  opacity: 0.4;
  background: #625F5F;
}

.home-banner .swiper-pagination-bullet-active {
  background: #231815;
  opacity: 1;
}

.home-banner .swiper-pagination {
  bottom: 0px !important;
}

.product-detail-banner {
  width: 88%;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 202;
  zoom: 1;
  height: 46px;
  width: 100%;
  background: #fff;
}

.header.about-border {
  border-bottom: 1px solid #DCDCDC;
}

body.scrolldown .header {
  position: absolute;
}

.header .m-left {
  position: relative;
  left: 0;
  z-index: 2;
}

.header .m-left i.i-menu {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 54px;
  height: 14px;
  background: url(../images/header-menu.png) no-repeat center;
  background-size: 20px 14px;
}

.header .m-right {
  position: relative;
  right: 0;
  z-index: 2;
}

.header .m-right i.i-search {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 53px;
  height: 21px;
  background: url(../images/header-search.png) no-repeat center;
  background-size: 25px 21px;
}

.header .m-title {
  position: absolute;
  left: 0;
  height: 55px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.header .m-title a.i-logo {
  position: absolute;
  left: 0;
  right: 0;
  color: #000;
  vertical-align: middle;
  width: 96px;
  height: 20px;
  background: url(../images/header-logo.png) no-repeat center;
  background-size: 96px 20px;
  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.17);
}

.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: #fff;
}

.drawer-menu .menu-sub ul {
  overflow-y: auto;
  height: calc(100% - 134px);
}

.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 24px 0;
}

.drawer-menu ul li {
  font-family: 'SourceHanSansCN';
  color: #4E413F;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.drawer-menu ul li a {
  display: block;
  color: #4E413F;
}

.drawer-menu ul li.has-sub {
  margin-top: 41px;
  font-size: 16px;
  margin-bottom: 17px;
  color: #4E413F;
  background: url(../images/drawer-right.png) no-repeat right 6px;
  background-size: 11px 11px;
}

.drawer-menu ul li.has-sub a {
  color: #4E413F;
  padding: 0;
  width: 95%;
}

.drawer-menu .menu-title {
  height: 74px;
  border-bottom: 1px solid #959595;
}

.drawer-menu .menu-title div {
  padding: 0 25px;
  width: 100%;
  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::after {
  clear: both;
}

.drawer-menu .menu-title div.s-l img {
  width: 135px;
  height: 26px;
  float: left;
  margin-top: 28px;
}

i.i-close {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/drawer-close.png) no-repeat center;
  background-size: 11px 11px;
}

.drawer-menu .menu-title i.i-close {
  position: absolute;
  z-index: 4;
  right: 24px;
  top: 36px;
}

.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;
}

/* home */
.home-vedio {
  padding: 36px 0;
  text-align: center;
}

.home-vedio p.title {
  height: 19px;
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  letter-spacing: 2px;
}

.mobile-video {
  margin-top: 21px;
}

.mobile-video video {
  width: 100%;
}

.page-video {
  position: relative;
}
.page-video .video-prev,.page-video .video-next {
  position: absolute;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  padding: 8px;
  top: calc(50% - 5px);
  width: 10px;
}
.page-video .video-prev {left: 10px;}
.page-video .video-next {right: 10px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.page-video-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: -20px;
  width: 100%;
  height: 20px;
}
.page-video-pagination .pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 13px !important;
}
.pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.pagination-bullet-active {
  background: #007aff;
}
.home-series,.home-brand {
  padding-top: 24px;
  text-align: center;
}

.home-series p.title ,.home-brand p.title {
  height: 19px;
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  letter-spacing: 2px;
}

.series-tab {
  display: flex;
  justify-content: center;
  margin: 19px 0 52px;
}
.home-brand p.subtitle {
  margin: 10px auto 19px;
}

.series-tab div:nth-of-type(2n) {
  margin: 0 15px;
}

.series-tab div,.home-brand p.subtitle {
  height: 11px;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #333333;
  line-height: 11px;
  padding-bottom: 3px;
}

.series-tab div.active {
  border-bottom: 1px solid #625F5F;
}

.series-list {
  padding: 0 ;
  margin-bottom: 60px;
}

.series-list p.name {
  height: 10px;
  font-size: 11px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #231815;
  line-height: 10px;
  margin-top: 19px;
}

.series-list p.spec {
  height: 17px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #231815;
  line-height: 17px;
  margin: 14px auto 25px;
}

.series-list a {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 23px;
  background: #EDCD9E;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 23px;
}
.home-brand .brand-instro {width: 90%; margin: 0 auto}
.home-brand .brand-instro img.brand-img {width: 100%;}
.home-brand .brand-instro img.brand-title {width: 190px; margin-bottom: 45px}
.home-brand .brand-instro p.instro {
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4E413F;
  margin: 24px auto 9px;
  text-indent: 17px;
  letter-spacing: 17px;
}
/* about */
.about-title {
  height: 19px;
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  text-align: center;
  padding-top: 50px;
}

.about-tab {
  text-align: center;
  margin-top: 25px;
}

.about-tab div {
  display: inline-block;
  height: 18px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #4E413F;
  line-height: 13px;
}
.about-tab div a {
  color: #4E413F;
}

.about-tab div:nth-of-type(2) {
  margin: 0 31px;
}

.about-tab div.active {
  font-weight: 500;
  border-bottom: 1px solid #231815;
}

.about-inspiration {
  padding: 30px 0 79px;
  text-align: center;
}

.about-inspiration img.ins-img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.about-inspiration img.ins-point {
  display: block;
  width: 5px;
  margin: 0 auto;
}

.about-inspiration img.ins-break {
  display: block;
  width: 82%;
  margin: 44px auto 26px;
}

.about-inspiration img.ins-esp-img {
  display: block;
  width: 180px;
  margin: 12px auto 0;
}

.ins-intro {
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  margin: 31px 42px;
}

.about-inspiration .ins-title {
  height: 12px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-top: 40px;
  line-height: 12px;
}

.ins-break-intro {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.ins-break-intro div {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.ins-break-intro div.ins-R {
  transform: translateX(-35%);
}

.ins-break-intro div.ins-V {
  transform: translateX(15%);
}

.ins-break-intro div.ins-I {
  transform: translateX(45%);
}

.ins-break-intro div p:last-of-type {
  font-size: 11px;
}

.ins-target {
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  margin: 31px 42px;
}

.ins-esp {
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  letter-spacing: 12px;
  text-indent: 12px;
}

.about-source {
  padding: 38px 0 64px;
  text-align: center;
}

.source-1 {
  margin-bottom: 23px;
}

.source-1 div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}

.source-1 img {
  vertical-align: middle;
  width: 53%;
  margin-right: 2%;
}

.source-2 img {
  vertical-align: middle;
  width: 32.5%;
}

.source-2 div {
  vertical-align: middle;
  display: inline-block;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  text-align: left;
}

.source-1 div span,
.source-2 div span {
  font-size: 17px;
}

.about-source .source-vertical-point {
  width: 5px;
  margin-top: 40px;
}

.about-anti {
  padding: 55px 0 70px;
  text-align: center;
}

.anti-title {
  height: 16px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
}

.anti-intro {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin: 28px 0 36px;
}

.anti-attention {
  width: 64%;
  padding: 7px;
  background: #F1F0EC;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  margin: 0 auto;
}

.anti-attention img {
  width: 34%;
  vertical-align: middle;
}

.anti-attention div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 5%;
}

.anti-attention div p:first-of-type {
  height: 14px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #231815;
  line-height: 14px;
  margin-bottom: 9px;
}

.anti-attention div p:last-of-type {
  height: 10px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 10px;
}

.anti-vertical-point {
  width: 5px;
  margin: 21px auto 32px;
}

.anti-step-title {
  height: 12px;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 12px;
  margin: 26px 0 0;
}

.anti-step-title span {
  position: relative;
}

.anti-step-title span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
  left: -130%;
}

.anti-step-title span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
  right: -130%;
}

.about-anti img.anti-step-1 {
  width: 32%;
  display: block;
  margin: 16px auto 5px;
}

.about-anti img.anti-step-2 {
  width: 27%;
  display: block;
  margin: 27px auto 18px;
}

.about-anti img.anti-step-3 {
  width: 29%;
  display: block;
  margin: 30px auto 13px;
}

.anti-step-txt {
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  padding-bottom: 17px;
}

.about-anti input {
  width: 100%;
  height: 25px;
  line-height: 25px;
  letter-spacing: 6px;
  border: none;
  outline: medium;
  text-align: center;
  border-radius: 0;
  text-indent: 6px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #b2bbbd;
}

input::after {
  border: none;
  outline: medium;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  letter-spacing: 2px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  text-indent: 2px;
}

.anti-input-box {
  width: 192px;
  height: 25px;
  margin: 28px auto 6px;
  border: 1px solid #C3C2BF;
}

.anti-input-box input {
  background: #fff;
  font-size: 18px;
  font-weight: 600;
}

.anti-input-btn {
  width: 192px;
  height: 25px;
  margin: 0 auto 23px;
}

.anti-input-btn input {
  background: #aaaaaa;
  font-size: 12px;
  font-family: Alibaba;
  font-weight: normal;
  color: #FFFFFF;
}

/* product detail */
.product-detail-title {
  text-align: center;
  padding: 39px 0 50px;
}

.product-detail-title p:first-of-type {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 31px;
}

.product-detail-title p:last-of-type {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 550;
  color: #231815;
  line-height: 31px;
}

.product-detail-info {
  width: 73%;
  margin: 36px auto 51px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: row;
}

.product-detail-info div {
  display: inline-block;
  flex: 1;
}

.product-detail-info div.left span:first-of-type {
  height: 11px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #333333;
}

.product-detail-info div.left span:last-of-type {
  height: 11px;
  font-size: 11px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-left: 30px;
  line-height: 11px;
}

.product-detail-info div.right {
  text-align: right;
}

.product-detail-info div.right img {
  width: 18px;
  margin-left: 13px;
  margin-bottom: -5px;
}

.product-detail-img img {
  display: block;
  width: 92%;
  margin: 0 auto;
}

/* product-items */
.product-content {
  padding-bottom: 23px;
}

.product-title {
  height: 24px;
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  padding: 47px 0 24px;
}

.product-tab {
  display: flex;
  justify-content: center;
  margin: 0 0 57px;
}

.product-tab div:nth-of-type(2) {
  margin: 0 61px;
}

.product-tab div {
  height: 18px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #4E413F;
  line-height: 13px;
  padding-bottom: 3px;
}

.product-tab div a {color: #4E413F;}

.product-tab div.active a {
  font-weight: 500;
  border-bottom: 1px solid #231815;
}

.product-content p.no-product {
  height: 12px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #433937;
  line-height: 12px;
  text-align: center;
  padding-bottom: 93px;
}

.product-item {
  text-align: center;
  margin-bottom: 71px;
}

.product-item img {
  width: 26%;
  vertical-align: middle;
  margin-right: 5%;
}

.product-item div.product-item-intro {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #333333;
  font-family: Source Han Sans CN;
  line-height: 21px;
  width: 50%;
}

.product-item-intro p.series {
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 18px;
}

.product-item-intro p.name {
  font-size: 13px;
}

.product-item-intro p.stru {
  font-size: 10px;
  margin-bottom: 18px;
}

.product-item-intro p.spec span:first-of-type {
  font-size: 13px;
}

.product-item-intro p.spec span:last-of-type {
  font-size: 10px;
  margin-left: 50px;
}

.product-item-intro a {
  display: block;
  width: 92px;
  height: 23px;
  background: #EDCD9E;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 13px;
}


/* footer */
.footer {
  width: 100%;
}

.footer-content {
  padding: 0 6% 12px;
  background: #F1F0EC;
}

.footer-logo {
  width: 100%;
  margin: 0 auto;
  padding: 38px 0 42px;

}

.footer-logo img {
  display: block;
  width: 135px;
  height: 26px;
  margin: 0 auto;
}

.footer-menu {
  border-top: 1px solid #333333;
  padding: 25px 0 12px;
}

.footer-menu ul li {
  margin-bottom: 12px;
  height: 12px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #4E413F;
  line-height: 12px;
}

.footer-menu ul li a {
  color: #4E413F;
}

.footer-menu ul li.title {
  height: 12px;
  line-height: 12px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4E413F;
  margin-bottom: 16px;
}

.footer-copy {
  padding: 44px 0 35px;
}

.footer-action {
  text-align: center;
  margin-bottom: 28px;
}

.footer-action a {
  display: inline-block;
  position: relative;
}

.footer-action a:nth-of-type(2) {
  margin: 0 51px;
}

.footer-action a img {
  width: 32px;
}
.footer-action .qrcode img {width: 116px;
  height: 116px!important;
  margin-top: 6px;
}
.footer-action .qrcode{
  display: none;
  width: 128px;
  height: 128px;
  position: absolute;
  bottom: 50px;
  left: -52px;
  text-align: center;
  background: #484848;
}
.footer-action .qrcode:after {
  content: '';
  display:inline-block;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right: 10px solid transparent;
  border-top:10px solid #484848;
  position: absolute;
  bottom: -10px;
  left: 59px;
}


.footer-copy p {
  text-align: center;
  font-size: 8px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #1A1A1A;
}
.footer-copy p a {color: #1A1A1A;}
/*pages*/
.pages {
    height: 21px;
    margin: 40px auto 0px;
    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:500;
    line-height: 20px;
    float: left;
}
.pages .on {
    background:#ffffff;
    color: #999999 !important;
    border: 1px solid #848484;
}

.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;
}
.site-search .recommends li a {
	color: #555;
}
.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;
}

.error_page {
	background: url('../images/cry.png') no-repeat top 50px center;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 40px;
	background-size: 100px;
}
.error_page .medium-title {margin: 30px 0;}
.error_page .title-description a {color:#4E413F}
