﻿@charset "UTF-8";
@import url(flexslider.css);
@import url(base.css);
/* line 3, ../sass/style.scss */
body {
  /* background: url(../images/bg-page.jpg) center center repeat-y; */
}

@media (min-width: 768px) {
  /* line 5, ../sass/style.scss */
  .container-fluid {
    width: 705px;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/style.scss */
  .container-fluid {
    width: 912px;
  }
}
@media (min-width: 1200px) {
  /* line 13, ../sass/style.scss */
  .container-fluid {
    width: 1120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  /* line 5, ../sass/style.scss */
  .newhead {
    width: 705px;
    margin: 20px auto 10px auto;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/style.scss */
  .newhead {
    width: 912px;
    margin: 20px auto 10px auto;
  }
}
@media (min-width: 1200px) {
  /* line 13, ../sass/style.scss */
  .newhead {
    width: 1120px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 20px auto 10px auto;
  }
}
/*top logo*/
/* line 68, ../sass/style.scss */
.logo {
  width: 190px;
  height: 62px;
  margin: 20px auto 10px auto;
}

.tlogo {
  width: 190px;
  height: 62px;
  margin: 20px auto 10px auto;
  display: inline;
  margin-left: 3.5%;
}

/* 回到顶部 */
/* line 70, ../sass/style.scss */
.return-top{
  width: 67px;
  height: 67px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 99;
}

.return-top2 {
  width: 67px;
  height: 67px;
  position: fixed;
  bottom: 200px;
  right: 20px;
  //display: none;
  cursor: pointer;
  z-index: 99;
}

.return-top3 {
  position: fixed;
  bottom: 270px;
  right: 20px;
  //display: none;
  cursor: pointer;
  z-index: 99;
}

/* line 81, ../sass/style.scss */
.search {
  display: none;
}

/* line 82, ../sass/style.scss */
.search-result {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  position: fixed;
  height: 100%;
  z-index: 200;
  top: 0px;
  /* display: none; */
}
/* line 83, ../sass/style.scss */
.search-result .search-result-box {
  width: 90%;
  margin-left: 5%;
  height: 60px;
  margin-top: 120px;
  border-bottom: 1px solid;
  /*padding-left:20px;*/
}
/* line 84, ../sass/style.scss */
.search-result .search-result-box input {
  width: 100%;
  height: 60px;
  border: 0;
  background: transparent;
  font-weight: 100;
  /*text-transform: uppercase;*/
  text-align: left;
  outline: none;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: .1rem;
  -webkit-font-smoothing: antialiased;
  float: left;
  padding: 0 40px 0 10px;
}
/* line 87, ../sass/style.scss */
.search-result .search-result-box a {
  font-size: 40px;
  float: right;
  position: absolute;
  width: 90px;
  height: 60px;
  right: 0px;
  margin-right: 10px;
  margin-top: -8px;
  display: inline-block;
  text-align: center;
}
/* line 88, ../sass/style.scss */
.search-result .search-result-box span {
  color: #fc2561;
  float: right;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 80px;
  display: inline-block;
  padding-right: 20px;
}
/* line 90, ../sass/style.scss */
.search-result .result-contain {
  position: absolute;
  top: 350px;
  width: 100%;
}
/* line 91, ../sass/style.scss */
.search-result .result-contain > p {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
/* line 92, ../sass/style.scss */
.search-result .result-contain > span {
  padding-left: 30px;
  font-size: 26px;
  text-align: left;
  color: #fff;
}
/* line 93, ../sass/style.scss */
.search-result .result-contain > span > a {
  text-decoration: underline;
  color: #fff;
  padding-left: 6px;
}
/* line 95, ../sass/style.scss */
.search-result .result-contain > div {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}
/* line 96, ../sass/style.scss */
.search-result .result-contain > div img {
  display: block;
  width: 100%;
}
/* line 97, ../sass/style.scss */
.search-result .result-contain > div p {
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 98, ../sass/style.scss */
.search-result .result-contain > div a {
  width: 120px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  margin-left: 90px;
}

/* line 104, ../sass/style.scss */
.search-list {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 106, ../sass/style.scss */
.search-list ul li {
  margin-top: 40px;
  min-height: 363px;
}
/* line 108, ../sass/style.scss */
.search-list ul li .search-con h2 {
  color: #333;
  padding-top: 10px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}

/* line 115, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 116, ../sass/style.scss */
.show {
  display: block;
}
.p0 {padding:0px;}
/*导航*/
/* line 119, ../sass/style.scss */
.banner {
  position: relative;
  width: 100%;
  background-color: #595353;
  margin: 10px auto 0 auto;
}
/* line 121, ../sass/style.scss */
.banner .navbar {
  width: 86%;
  margin: 0px auto;
}
/* line 124, ../sass/style.scss */
.banner .navbar .container-fluids {
  padding-left: 0;
  padding-right: 0;
  /* padding-top: 10px;
  height: 55px; */
}
/* line 125, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-brand {
  display: none;
}
/* line 126, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav {
  width: 100%;
  /*height: 55px;
  position: relative;*/
  padding: 5px 0;
  z-index: 9;
  display: flex;
  display: -ms- flex;
  display: -webkit- flex;
  display: -moz- flex;
  -webkit-flex-flow: flex row;
  -moz-flex-flow: flex row;
  -ms-flex-flow: flex row;
  flex-flow: flex row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  item-align-content: center;
  align-items: center;
}
/* line 134, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li {
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 135, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li a {
  color: #ffffff;
}
/* line 136, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li a:hover {
  background-color: #fcb1c5;
}
/* line 137, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li a span {
  color: #ffffff;
  font-size: 12px;
}
/* line 139, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu {
  padding: 0px 0;
  border: 0px;
}
/* line 140, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  margin: 0 auto;
  min-width: 910px;
}
/* line 141, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .left {
  float: left;
  width: 200px;
  padding-left: 20px;
}
/* line 142, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .left p {
  height: 30px;
  line-height: 30px;
}
/* line 143, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .left p a {
  color: #000;
}
/* line 144, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .left p a span {
  color: #000;
}
/* line 148, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .middle, .banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .right {
  float: left;
  width: 346px;
  height: 153px;
  overflow: hidden;
}
/* line 149, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .middle a, .banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .right a {
  display: inline-block;
  width: 330px;
  height: 140px;
}
/* line 150, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .middle a img, .banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .right a img {
  width: 330px;
  height: 140px;
}
/* line 153, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .middle p a, .banner .navbar .container-fluids .navbar-nav li .dropdown-menu .drop-con .right p a {
  color: #000;
}
/* line 158, ../sass/style.scss */
.banner .navbar .container-fluids .navbar-nav li.home {
  /* display: none; */
}

/* line 165, ../sass/style.scss */
.title {
  margin: 20px auto 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-bottom: solid 2px #595757;
}

/* line 172, ../sass/style.scss */
.product {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: solid 2px #595757;
}
/* line 173, ../sass/style.scss */
.product ul {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 174, ../sass/style.scss */
.product ul li {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 175, ../sass/style.scss */
.product ul li .products-list {
  margin: 0 auto;
  text-align: center;
  width: 91.5%;
}
/* line 176, ../sass/style.scss */
.product ul li .products-list p {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 177, ../sass/style.scss */
.product ul li .products-list a {
  color: #333333;
}
/* line 178, ../sass/style.scss */
.product ul li .products-list a .img img {
  width: 100%;
}
/* line 179, ../sass/style.scss */
.product ul li .products-list a .info {
  width: 91.5%;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 40px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 190, ../sass/style.scss */
.product ul li .products-list a .info h3 {
  width: 58%;
  top: 0;
  position: absolute;
  left: 21%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 196, ../sass/style.scss */
.product ul li .products-list a .info h3 img {
  display: block;
  width: 100%;
}
/* line 198, ../sass/style.scss */
.product ul li .products-list a .info h4 {
  top: 100%;
  width: 120px;
  margin-left: -60px;
  left: 50%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: normal;
  position: absolute;
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  letter-spacing: 1px;
}
/* line 216, ../sass/style.scss */
.product ul li .products-list:hover .info {
  opacity: 1;
}
/* line 217, ../sass/style.scss */
.product ul li .products-list:hover .info h3 {
  width: 58%;
  top: 30.5%;
  position: absolute;
  left: 21%;
}
/* line 218, ../sass/style.scss */
.product ul li .products-list:hover .info h4 {
  top: 63.5%;
}

/* line 226, ../sass/style.scss */
.roll .left-roll p, .roll .right-roll p {
  font-weight: normal;
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-size: 18px;
}

/* line 227, ../sass/style.scss */
.roll {
  overflow: hidden;
  clear: both;
}
/* line 228, ../sass/style.scss */
.roll .left-roll {
  width: 61%;
  float: left;
}
/* line 231, ../sass/style.scss */
.roll .right-roll {
  width: 37%;
  float: right;
}

/* line 237, ../sass/style.scss */
.bottom {
  margin-top: 60px;
  width: 100%;
  padding: 10px 0 30px 0;
  color: #999999;
  background: #3e3a39;
}
/* line 238, ../sass/style.scss */
.bottom .bottom-con {
  min-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
/* line 239, ../sass/style.scss */
.bottom .bottom-con .bottom-nav {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-bottom: solid 1px #524e4d;
}
/* line 241, ../sass/style.scss */
.bottom .bottom-con .bottom-nav a.contact {
  width: 90px;
  float: left;
  height: 56px;
  display: inline-block;
  margin: 0;
}
/* line 243, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .sea {
  display: none;
}
/* line 244, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .search-for {
  width: 178px;
  height: 33px;
  background: url(../images/search_for.png) no-repeat;
  float: left;
  margin: 9px 0 0 50px;
  padding: 3px 0 3px 13px;
  position: relative;
}
/* line 245, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .search-for > a {
  width: 178px;
  height: 33px;
  line-height: 33px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  padding-left: 13px;
}
/* line 248, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .sina-wechat {
  height: 56px;
  float: right;
}
/* line 249, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .sina-wechat a {
  width: 24px;
  height: 24px;
  margin: 0px 5px 0 5px;
  float: left;
  display: inline-block;
  position: relative;
}
/* line 250, ../sass/style.scss */
.bottom .bottom-con .bottom-nav .sina-wechat a .code {
  width: 141px;
  height: 149px;
  position: absolute;
  z-index: 9;
  bottom: -151px;
  left: -59px;
  padding-top: 2px;
  display: none;
}
/* line 264, ../sass/style.scss */
.bottom .bottom-con .bottom-menu {
  padding-top: 35px;
  letter-spacing: 1px;
}
/* line 265, ../sass/style.scss */
.bottom .bottom-con .bottom-menu .fn-clear {
  min-width: 1120px;
  width: 80%;
}
/* line 266, ../sass/style.scss */
.bottom .bottom-con .bottom-menu .fn-clear li {
  width: 14%;
  padding-left: 1%;
  float: left;
  display: inline;
  line-height: 26px;
  text-align: left;
  font-size: 14px;
}
/* line 267, ../sass/style.scss */
.bottom .bottom-con .bottom-menu .fn-clear li.last {
  width: 16%;
  padding: 0;
}
/* line 268, ../sass/style.scss */
.bottom .bottom-con .bottom-menu .fn-clear li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 269, ../sass/style.scss */
.bottom .bottom-con .bottom-menu .fn-clear li h3 a {
  border-bottom: 1px solid #999;
}
/* line 275, ../sass/style.scss */
.bottom .bottom-con .bottom-copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
/* line 277, ../sass/style.scss */
.bottom a {
  color: #999;
}
/* line 278, ../sass/style.scss */
.bottom a:hover {
  color: #ffffff;
}

/* line 283, ../sass/style.scss */
.tab-title {
  margin: 45px auto 0 auto;
  display: flex;
  display: -ms- flex;
  display: -webkit- flex;
  display: -moz- flex;
  -webkit-flex-flow: flex row;
  -moz-flex-flow: flex row;
  -ms-flex-flow: flex row;
  flex-flow: flex row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
/* line 284, ../sass/style.scss */
.tab-title li {
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #555;
  color: #555;
  font-size: 10px;
  border-right: 0;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*overflow-x: hidden;*/
}
/* line 286, ../sass/style.scss */
.tab-title li:last-child {
  border-right: 1px solid;
}
/* line 287, ../sass/style.scss */
.tab-title li.active, .tab-title li:hover {
  background: #f1d6c8;
  border: solid 1px #f1d6c8;
  color: #ed777c;
  font-size: 10px;
}
/* line 291, ../sass/style.scss */
.tab-title.eye-tab-title li.active, .tab-title.eye-tab-title li:hover {
  background: #a3675e;
  border: solid 1px #a3675e;
  color: #fff;
}
/* line 296, ../sass/style.scss */
.tab-title.lip-tab-title li.active, .tab-title.lip-tab-title li:hover {
  border: solid 1px #e95485;
  color: #fff;
  background: #e95485;
}
/* line 301, ../sass/style.scss */
.tab-title.skin-tab-title li.active, .tab-title.skin-tab-title li:hover {
  background: #e29fba;
  border: solid 1px #e29fba;
  color: #fff;
}

/* line 307, ../sass/style.scss */
.tab-con {
  margin: 20px auto 0 auto;
  max-width: 1120px;
}
/* line 311, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li {
  margin-top: 50px;
  display: none;
}
/* line 313, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li .product-con h2 {
  color: #333;
  line-height: 26px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
/* line 314, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li .product-con h2 a:hover {
  color: #cc4f7c;
}
/* line 316, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li .product-con p {
  color: #999;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
/* line 318, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li.show {
  display: block;
}
/* line 319, ../sass/style.scss */
.tab-con > div .product-series .fn-clear li.hidden {
  display: none;
}
/* line 324, ../sass/style.scss */
.tab-con .load-more {
  background: #f5f5f5;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  font-size: 26px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  cursor: pointer;
}

/* line 327, ../sass/style.scss */
.match {
  border-top: solid 1px #555;
  margin-top: 30px;
}
/* line 328, ../sass/style.scss */
.match h2 {
  height: 110px;
  line-height: 110px;
  font-size: 18px;
  text-align: center;
}
/* line 329, ../sass/style.scss */
.match .list {
  overflow: hidden;
  clear: both;
}
/* line 331, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li {
  float: left;
  width: 100%;
  display: inline;
}
/* line 332, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div {
  width: 90%;
}
/* line 333, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div h3 {
  height: 37px;
  font-size: 18px;
  font-weight: normal;
}
/* line 334, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div h3 a {
  width: 125px;
  height: 37px;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 37px;
  text-align: center;
  background: #999;
}
/* line 336, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info {
  margin-top: 25px;
}
/* line 337, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .left {
  width: 40%;
  float: left;
}
/* line 338, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .left a img {
  width: 100%;
  display: block;
}
/* line 340, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .right {
  margin-left: 45%;
}
/* line 341, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .right h4 {
  font-size: 14px;
  padding-top: 20px;
  line-height: 26px;
  font-weight: normal;
}
/* line 342, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .right h5 {
  font-size: 14px;
  padding-top: 48px;
  font-weight: normal;
}
/* line 343, ../sass/style.scss */
.match .list .swiper-container .swiper-wrapper .swiper-slide .fn-clear li > div .match-info .right h5 a {
  width: 115px;
  height: 27px;
  border: solid 1px #999999;
  display: block;
  background: url(../images/lip_ico.png) no-repeat 90px 9px;
  line-height: 27px;
  padding-left: 20px;
}

/* line 354, ../sass/style.scss */
.college-cn {
  min-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
/* line 355, ../sass/style.scss */
.college-cn > h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: solid 2px #595757;
  font-weight: normal;
  font-size: 20px;
}
/* line 356, ../sass/style.scss */
.college-cn img {
  display: block;
  width: 100%;
}
/* line 357, ../sass/style.scss */
.college-cn .college-con {
  margin-top: 20px;
}
/* line 358, ../sass/style.scss */
.college-cn .video-bg {
  position: relative;
  margin-top: 20px;
}
/* line 359, ../sass/style.scss */
.college-cn .video-bg .video {
  width: 48%;
  height: 78.5%;
  position: absolute;
  top: 9.5%;
  left: 13.5%;
  background: #fff;
}
/* line 360, ../sass/style.scss */
.college-cn .video-bg .video video {
  height: 80%;
}
/* line 361, ../sass/style.scss */
.college-cn .video-bg .video .video-title {
  font-size: 16px;
  color: #595757;
  font-weight: normal;
  height: 14%;
  text-align: center;
}
/* line 362, ../sass/style.scss */
.college-cn .video-bg .video .video-title p {
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
}
/* line 363, ../sass/style.scss */
.college-cn .video-bg .video .video-title a {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: 215px;
  color: #fff;
  background: #333;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
/* line 364, ../sass/style.scss */
.college-cn .video-bg .video .video-title a:hover {
  background: #a3675e;
}
/* line 367, ../sass/style.scss */
.college-cn .video-bg .video.video2, .college-cn .video-bg .video.video3 {
  display: none;
}
/* line 370, ../sass/style.scss */
.college-cn .college-make {
  margin-top: 30px;
}
/* line 372, ../sass/style.scss */
.college-cn .college-make .fn-clear li {
  width: 33.3333%;  /*定义时尚学院，妆容大片图片一行的张数，div均分*/
  float: left;
  display: inline;
  position: relative;
}
/* line 373, ../sass/style.scss */
.college-cn .college-make .fn-clear li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(62, 58, 57, 0.8);
  opacity: 0;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 375, ../sass/style.scss */
.college-cn .college-make .fn-clear li .info h3 {
  line-height: 1.5rem;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 378, ../sass/style.scss */
.college-cn .college-make .fn-clear li .info a {
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
/* line 380, ../sass/style.scss */
.college-cn .college-make .fn-clear li .info a:hover {
  background: #9c7563;
  border: solid 1px #9c7563;
}
/* line 383, ../sass/style.scss */
.college-cn .college-make .fn-clear li:hover .info {
  opacity: 1;
}
/* line 384, ../sass/style.scss */
.college-cn .college-make .fn-clear li:hover .info h3 {
  padding-top: 50%;
}

/* line 393, ../sass/style.scss */
.con {
  width: 1120px;
  margin: 0 auto;
}
/* line 394, ../sass/style.scss */
.con .con-title {
  padding: 20px 0 10px 0;
  border-bottom: dashed 1px #c9caca;
  text-align: center;
}
/* line 395, ../sass/style.scss */
.con .con-title h2 {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
/* line 396, ../sass/style.scss */
.con .con-title h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  color: #999;
  font-weight: normal;
}
/* line 398, ../sass/style.scss */
.con .info {
  border-bottom: dashed 1px #c9caca;
  padding: 10px 0;
}
/* line 400, ../sass/style.scss */
.con .info .fn-clear .info-left, .con .info .fn-clear .info-right {
  width: 50%;
  float: left;
  position: relative;
}
/* line 401, ../sass/style.scss */
.con .info .fn-clear .info-left p, .con .info .fn-clear .info-right p {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
/* line 402, ../sass/style.scss */
.con .info .fn-clear .info-left p span, .con .info .fn-clear .info-right p span {
  font-size: 12px;
  color: #999;
}
/* line 407, ../sass/style.scss */
.con .qr-code-list {
  padding-top: 60px;
}
/* line 408, ../sass/style.scss */
.con .qr-code-list h3 {
  height: 30px;
  padding-bottom: 40px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
/* line 409, ../sass/style.scss */
.con .qr-code-list ul {
  width: 707px;
  margin: 0 auto;
}
/* line 410, ../sass/style.scss */
.con .qr-code-list ul li {
  width: 33.33%;
  height: 215px;
  padding: 0 50px;
  float: left;
  position: relative;
  border-right: solid 1px #d2d2d2;
}
/* line 411, ../sass/style.scss */
.con .qr-code-list ul li p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
/* line 412, ../sass/style.scss */
.con .qr-code-list ul li img {
  width: 100%;
  display: block;
}
/* line 413, ../sass/style.scss */
.con .qr-code-list ul li .qr-code-big {
  width: 320px;
  height: 310px;
  position: absolute;
  right: -255px;
  top: 35px;
  z-index: 1;
  display: none;
}
/* line 414, ../sass/style.scss */
.con .qr-code-list ul li.last {
  border: 0;
}

/* line 419, ../sass/style.scss */
.brandActivity .list ul li .time, .beauty-news-list ul li .list-data {
  padding: 7px 10px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  background: #d37262;
  position: absolute;
  top: 0;
  width: 65px;
  text-align: center;
}

/* line 421, ../sass/style.scss */
.brandActivity {
  min-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
/* line 424, ../sass/style.scss */
.brandActivity .list ul li {
  padding: 60px 100px;
  margin-bottom: 40px;
  background: #fbf2ee;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  clear: both;
}
/* line 426, ../sass/style.scss */
.brandActivity .list ul li .time.time-left {
  float: right;
  left: 0px;
}
/* line 427, ../sass/style.scss */
.brandActivity .list ul li .time.time-right {
  float: right;
  right: 0px;
}
/* line 429, ../sass/style.scss */
.brandActivity .list ul li .mobile-time {
  display: none;
}
/* line 431, ../sass/style.scss */
.brandActivity .list ul li .float-div > img {
  width: 50%;
}
/* line 432, ../sass/style.scss */
.brandActivity .list ul li .float-div .text-list {
  width: 45%;
}
/* line 433, ../sass/style.scss */
.brandActivity .list ul li .float-div .text-list > h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  height: 80px;
  line-height: 30px;
  border-bottom: solid 1px #959595;
  vertical-align: middle;
}
/* line 435, ../sass/style.scss */
.brandActivity .list ul li .float-div p {
  line-height: 30px;
  font-size: 16px;
  padding-top: 10px;
}
/* line 436, ../sass/style.scss */
.brandActivity .list ul li .float-div p:nth-child(4) {
  float: right;
  width: 130px;
  height: 30px;
  border: solid 1px #959595;
  text-align: center;
  padding-top: 0px;
}
/* line 438, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-left {
  float: left;
}
/* line 439, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-left > img, .brandActivity .list ul li .float-div.float-left .text-list {
  float: left;
}
/* line 440, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-left .text-list {
  margin-left: 5%;
}
/* line 442, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-right {
  float: right;
}
/* line 443, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-right > img {
  margin-left: 5%;
}
/* line 444, ../sass/style.scss */
.brandActivity .list ul li .float-div.float-right > img, .brandActivity .list ul li .float-div.float-right .text-list {
  float: right;
}

/* line 452, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div .text > a {
  font-size: 14px;
  color: #fff;
  border: solid 1px #fff;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 15px auto 0 auto;
  text-transform: uppercase;
}

/* line 455, ../sass/style.scss */
.about .about-brand-ad > h2, .about .about-brand-new > h2, .about .about-brand-activities > h2, .beauty-news-list > h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: solid 2px #595757;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 458, ../sass/style.scss */
.about .about-brand-ad, .about .about-brand-new, .about .about-brand-activities, .beauty-news-list ul {
  min-width: 1120px;
  width: 80%;
  margin: 0 auto;
}

/* line 462, ../sass/style.scss */
.about .brand-story {
  padding-top: 8px;
  text-align: center;
  min-width: 1120px;
  /* width: 80%; */
  margin: 0 auto;
}
/* line 463, ../sass/style.scss */
.about .brand-story h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
}
/* line 464, ../sass/style.scss */
.about .brand-story h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  padding-bottom: 20px;
}
/* line 465, ../sass/style.scss */
.about .brand-story p {
  line-height: 30px;
  font-size: 14px;
}
/* line 469, ../sass/style.scss */
.about .about-brand-ad .about-con {
  margin-top: 30px;
  position: relative;
}
/* line 473, ../sass/style.scss */
.about .about-brand-new .brand-new-list {
  padding-top: 30px;
}
/* line 476, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div {
  width: 100%;
  display: block;
}
/* line 477, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div img {
  width: 100%;
}
/* line 478, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div .text {
  padding: 20px 30px;
  height: 135px;
  background: #595757;
  color: #fff;
}
/* line 479, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div .text h3 {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  overflow: hidden;
}
/* line 480, ../sass/style.scss */
.about .about-brand-new .brand-new-list .fn-clear li > div .text h3 a {
  color: #fff;
}
/* line 488, ../sass/style.scss */
.about .about-brand-new .look-more1 {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}
/* line 490, ../sass/style.scss */
.about .about-brand-activities {
  clear: both;
  overflow: hidden;
}
/* line 495, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand .info-brand-img img {
  display: none;
}
/* line 497, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand > div {
  border-bottom: solid 1px #595757;
  padding: 2px 0 10px 0;
  margin-left: 52%;
}
/* line 498, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand > div P {
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
}
/* line 499, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand > div a {
  background: url(../images/about_video_ico.png) no-repeat 0 5px;
  text-transform: uppercase;
  line-height: 24px;
  padding-left: 15px;
  font-size: 14px;
}
/* line 500, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand > div a:hover {
  color: #a3675e;
}
/* line 502, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list .info-brand > div:hover {
  color: #a3675e;
}
/* line 508, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list:nth-child(3) .info-brand > div {
  padding-top: 30px;
}
/* line 513, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list:nth-child(2) {
  float: left;
  width: 50%;
}
/* line 515, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list:nth-child(2) .info-brand .info-brand-img {
  display: block;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 10px;
}
/* line 516, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list:nth-child(2) .info-brand .info-brand-img img {
  display: block;
  width: 100%;
}
/* line 518, ../sass/style.scss */
.about .about-brand-activities .brand-activities-list:nth-child(2) .info-brand > div {
  float: none;
  margin-left: 0px;
  border-bottom: 0px;
  padding: 2px 0 10px 0;
}
/* line 521, ../sass/style.scss */
.about .about-brand-activities .look-more2 {
  float: right;
  right: 0px;
  font-size: 14px;
  margin-top: 35px;
  background: url(../images/about_video_ico.png) no-repeat 0 5px;
  padding-left: 10px;
}

/* line 528, ../sass/style.scss */
.beauty-news-list > h2 {
  display: none;
}
/* line 530, ../sass/style.scss */
.beauty-news-list ul li {
  padding: 60px 100px;
  margin-bottom: 40px;
  background: #fbf2ee;
  position: relative;
  vertical-align: middle;
  clear: both;
  overflow: hidden;
}
/* line 531, ../sass/style.scss */
.beauty-news-list ul li .list-data {
  left: 0px;
}
/* line 532, ../sass/style.scss */
.beauty-news-list ul li .list-img {
  width: 50%;
  float: left;
  display: block;
}
/* line 533, ../sass/style.scss */
.beauty-news-list ul li .list-img img {
  width: 100%;
}
/* line 535, ../sass/style.scss */
.beauty-news-list ul li .list-text {
  width: 45%;
  float: right;
  display: block;
}
/* line 536, ../sass/style.scss */
.beauty-news-list ul li .list-text h2 {
  font-size: 20px;
  height: 80px;
  line-height: 30px;
  border-bottom: solid 1px #959595;
  vertical-align: middle;
}
/* line 537, ../sass/style.scss */
.beauty-news-list ul li .list-text h2:hover {
  color: #a3675e;
}
/* line 539, ../sass/style.scss */
.beauty-news-list ul li .list-text p {
  line-height: 30px;
  font-size: 16px;
}
/* line 540, ../sass/style.scss */
.beauty-news-list ul li .list-text p.news-sub {
  padding-top: 10px;
}
/* line 541, ../sass/style.scss */
.beauty-news-list ul li .list-text p.news-sub:hover {
  color: #333333;
}
/* line 543, ../sass/style.scss */
.beauty-news-list ul li .list-text p:nth-child(3) {
  background: #999999;
  border: 0;
  color: #fff;
  float: right;
  width: 130px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
}
/* line 544, ../sass/style.scss */
.beauty-news-list ul li .list-text p:nth-child(3):hover {
  background: #a3675e;
}

/* line 555, ../sass/style.scss */
.brand-ad .video {
  width: 80%;
  margin: 0 auto;
}
/* line 558, ../sass/style.scss */
.brand-ad .video-list ul li {
  margin-top: 30px;
}
/* line 560, ../sass/style.scss */
.brand-ad .video-list ul li div a {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}
/* line 561, ../sass/style.scss */
.brand-ad .video-list ul li div a img {
  display: block;
  width: 100%;
}
/* line 562, ../sass/style.scss */
.brand-ad .video-list ul li div a i {
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  margin: -37px 0 0 -37px;
  left: 50%;
  top: 50%;
  background: url(../images/brand_video_btn.png) no-repeat;
}
/* line 564, ../sass/style.scss */
.brand-ad .video-list ul li div video {
  min-height: 222px;
}
/* line 565, ../sass/style.scss */
.brand-ad .video-list ul li div h3 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
}
/* line 566, ../sass/style.scss */
.brand-ad .video-list ul li div h3 .share-button {
  display: none;
}

/* line 573, ../sass/style.scss */
.video-pob {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  user-select: none;
  z-index: 1025;
  display: none;
}
/* line 575, ../sass/style.scss */
.video-pob .video-ui {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 576, ../sass/style.scss */
.video-pob .video-ui .ui-pop {
  position: absolute;
  outline: 0px;
  width: 924px;
  height: 576px;
  margin-left: -462px;
  left: 50%;
  top: 50%;
  margin-top: -288px;
  background-color: #fbf2ee;
  opacity: 1;
  z-index: 1027;
}
/* line 578, ../sass/style.scss */
.video-pob .video-ui .ui-pop .ui-close {
  position: relative;
  float: right;
  top: 13px;
  right: 13px;
  padding: 0 4px;
  font-size: 22px;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  border: 0;
}
/* line 581, ../sass/style.scss */
.video-pob .video-ui .ui-pop h3 {
  padding: 15px;
  float: left;
}
/* line 582, ../sass/style.scss */
.video-pob .video-ui .ui-pop .ui-content {
  margin-top: 50px;
}

/* line 588, ../sass/style.scss */
.breadcrumb.no-underline {
  border-bottom: 0px;
  /*margin-top:0px;margin-bottom: 0px;*/
}

/* line 593, ../sass/style.scss */
.detail-product {
  padding-top: 40px;
}
/* line 594, ../sass/style.scss */
.detail-product .introduce {
  position: relative;
  line-height: 26px;
  padding-bottom: 3rem;
  border-bottom: solid 1px #e5e5e5;
}
/* line 595, ../sass/style.scss */
.detail-product .introduce .video-div {
  display: none;
}
/* line 596, ../sass/style.scss */
.detail-product .introduce > h2 {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #aeaeae;
  font-weight: bold;
}
/* line 597, ../sass/style.scss */
.detail-product .introduce .has-video {
  width: 760px;
  float: left;
}
/* line 598, ../sass/style.scss */
.detail-product .introduce .common-part {
  margin-bottom: 10px;
}
/* line 599, ../sass/style.scss */
.detail-product .introduce .common-part > h3 {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}
/* line 600, ../sass/style.scss */
.detail-product .introduce .common-part > p {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  margin-top: 5px;
}
/* line 602, ../sass/style.scss */
.detail-product .introduce .btn-share {
  height: 34px;
  overflow: hidden;
  clear: both;
}
/* line 603, ../sass/style.scss */
.detail-product .introduce .btn-share a.btn {
  margin-right: 20px;
  width: 126px;
  color: #fff;
  float: left;
  background: url(../images/detail_ico.png) no-repeat 12px 0 #aeaeae;
  font-size: 16px;
  padding-left: 38px;
}
/* line 607, ../sass/style.scss */
.detail-product .introduce .btn-share .shart {
  float: left;
}
/* line 608, ../sass/style.scss */
.detail-product .introduce .btn-share .shart span {
  color: #999;
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
/* line 609, ../sass/style.scss */
.detail-product .introduce .btn-share .shart a {
  width: 16px;
  height: 16px;
  float: left;
  margin: 9px 5px 0 5px;
  background-image: url(../images/detail_ico.png);
  background-repeat: no-repeat;
}
/* line 610, ../sass/style.scss */
.detail-product .introduce .btn-share .shart a.weibo {
  background-position: 0 -35px;
}
/* line 611, ../sass/style.scss */
.detail-product .introduce .btn-share .shart a.qzone {
  background-position: 0 -53px;
}
/* line 612, ../sass/style.scss */
.detail-product .introduce .btn-share .shart a.micro {
  background-position: 0 -71px;
  position: relative;
}
/* line 616, ../sass/style.scss */
.detail-product .introduce .video {
  width: 340px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 10rem;
}
/* line 618, ../sass/style.scss */
.detail-product .related {
  padding-bottom: 30px;
  overflow: hidden;
  clear: both;
}
/* line 619, ../sass/style.scss */
.detail-product .related > h2 {
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 20px;
}
/* line 623, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide {
  margin: 0;
  margin-left: 1px;
  margin-right: 1px;
}
/* line 625, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info > a {
  display: block;
  width: 100%;
}
/* line 626, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info > a img {
  width: 100%;
  display: block;
}
/* line 628, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info > h3 {
  color: #333;
  line-height: 26px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
/* line 629, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info p {
  color: #333;
  line-height: 26px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
/* line 633, ../sass/style.scss */
.detail-product .related .related-list .swiper-container .swiper-pagination {
  display: none;
}

/* line 638, ../sass/style.scss */
.fixed-pob {
  display: none;
}

/* line 641, ../sass/style.scss */
.scenes-con > h2 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
  color: #666;
  border-bottom: solid 2px #595757;
  font-weight: normal;
}
/* line 642, ../sass/style.scss */
.scenes-con .scenes-miss {
  height: 753px;
  margin: 25px auto 0 auto;
  position: relative;
}
/* line 643, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider {
  margin: 0;
  box-shadow: none;
  border: 0;
}
/* line 646, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info {
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #efefef;
  overflow: hidden;
}
/* line 647, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title {
  width: 121px;
  height: 120px;
  margin: 35px auto 0 auto;
  background: url(../images/scenes_miss.png) no-repeat;
  position: relative;
}
/* line 648, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title i {
  width: 121px;
  height: 120px;
  background-image: url(../images/scenes_miss_sum.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 650, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title i.one {
  background-position: 0px 4px;
}
/* line 651, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title i.two {
  background-position: 0 -90px;
}
/* line 652, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title i.there {
  background-position: 0 -177px;
}
/* line 655, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > h3 {
  text-align: center;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  color: #666;
}
/* line 656, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > h4 {
  margin: 30px 30px 0;
  padding-bottom: 10px;
  line-height: 25px;
  color: #da609f;
  font-weight: normal;
  border-bottom: solid 1px #959595;
}
/* line 657, ../sass/style.scss */
.scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > p {
  /*text-indent: 2em       按业务要求改为不空两格20190815*/
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin: 10px 30px 0 30px;
}
/* line 662, ../sass/style.scss */
.scenes-con .scenes-miss #carousel {
  width: 756px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: transparent;
}
/* line 663, ../sass/style.scss */
.scenes-con .scenes-miss #carousel .flex-viewport {
  padding-top: 7px;
  border: 0;
}
/* line 665, ../sass/style.scss */
.scenes-con .scenes-miss #carousel .flex-viewport .slides li {
  cursor: pointer;
}
/* line 666, ../sass/style.scss */
.scenes-con .scenes-miss #carousel .flex-viewport .slides li i {
  width: 21px;
  height: 7px;
  background: url(../images/active_ico.png) no-repeat;
  margin-left: -10px;
  position: absolute;
  top: -7px;
  left: 50%;
  display: none;
}
/* line 669, ../sass/style.scss */
.scenes-con .scenes-miss #carousel .flex-viewport .slides li img {
  min-height: 203px;
  /*屏蔽小图*/
  display : none;
}
/* line 670, ../sass/style.scss */
.scenes-con .scenes-miss #carousel .flex-viewport .slides li.active i {
  display: block;
}
/* line 677, ../sass/style.scss */
.scenes-con .scenes-miss #slider .slides li {
  height: 753px;
}
/* line 678, ../sass/style.scss */
.scenes-con .scenes-miss #slider .slides li img {
  width: 756px;
  min-height: 550px;
}
/* line 683, ../sass/style.scss */
.scenes-con > h1 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
  color: #666;
  border-bottom: solid 2px #595757;
  font-weight: normal;
}
/* line 684, ../sass/style.scss */
.scenes-con .scenes-makeup {
  padding-top: 25px;
}
/* line 685, ../sass/style.scss */
.scenes-con .scenes-makeup .text {
  display: none;
}
/* line 687, ../sass/style.scss */
.scenes-con .related-scenes-title {
  height: 54px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
/* line 688, ../sass/style.scss */
.scenes-con .related-scenes {
  position: relative;
}
/* line 689, ../sass/style.scss */
.scenes-con .related-scenes #RightArr, .scenes-con .related-scenes #LeftArr {
  width: 30px;
  height: 57px;
  position: absolute;
  top: 85px;
  cursor: pointer;
  background-image: url(../images/detail_arrow.png);
  background-repeat: no-repeat;
  margin-top: 0px;
  background-size: inherit;
}
/* line 692, ../sass/style.scss */
.scenes-con .related-scenes #LeftArr {
  left: 0px;
  background-position: 0 0;
}
/* line 693, ../sass/style.scss */
.scenes-con .related-scenes #RightArr {
  right: 0px;
  background-position: -30px 0;
  left: auto;
}
/* line 694, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container {
  margin: 0 57px;
}
/* line 697, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
}
/* line 698, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
/* line 699, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a:hover p {
  color: #a3675e;
}
/* line 700, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a .img-con {
  width: 95%;
  margin: 0 auto;
}
/* line 701, ../sass/style.scss */
.scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a .img-con img {
  display: block;
  width: 100%;
}

/* line 711, ../sass/style.scss */
.news-list {
  width: 1120px;
}
/* line 713, ../sass/style.scss */
.news-list ul li {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: none;
}
/* line 714, ../sass/style.scss */
.news-list ul li > div {
  position: relative;
  width: 100%;
}
/* line 715, ../sass/style.scss */
.news-list ul li > div > a {
  display: block;
  width: 100%;
}
/* line 716, ../sass/style.scss */
.news-list ul li > div > a img {
  display: block;
  width: 100%;
}
/* line 718, ../sass/style.scss */
.news-list ul li > div > .news-title {
  width: 100%;
  position: inherit;
  bottom: 0;
  height: 120px;
  overflow: hidden;
}
/* line 719, ../sass/style.scss */
.news-list ul li > div > .news-title.black-bg {
  background: rgba(62, 58, 57, 0.8);
}
/* line 721, ../sass/style.scss */
.news-list ul li > div > .news-title.black-bg > a:hover {
  background: #fff;
  color: rgba(62, 58, 57, 0.8);
  text-decoration: none;
}
/* line 724, ../sass/style.scss */
.news-list ul li > div > .news-title.red-bg {
  background: rgba(231, 93, 109, 0.8);
}
/* line 726, ../sass/style.scss */
.news-list ul li > div > .news-title.red-bg > a:hover {
  color: rgba(231, 93, 109, 0.8);
  text-decoration: none;
  background: #fff;
}
/* line 729, ../sass/style.scss */
.news-list ul li > div > .news-title.gray-bg {
  background: rgba(156, 117, 99, 0.8);
}
/* line 731, ../sass/style.scss */
.news-list ul li > div > .news-title.gray-bg > a:hover {
  color: rgba(156, 117, 99, 0.8);
  text-decoration: none;
  background: #fff;
}
/* line 734, ../sass/style.scss */
.news-list ul li > div > .news-title > table {
  width: 100%;
}
/* line 735, ../sass/style.scss */
.news-list ul li > div > .news-title > table td {
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 0 5px;
}
/* line 736, ../sass/style.scss */
.news-list ul li > div > .news-title > table td a {
  color: #fff;
}
/* line 739, ../sass/style.scss */
.news-list ul li > div > .news-title .info {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
  line-height: 24px;
  height: 1px;
  overflow: hidden;
}
/* line 740, ../sass/style.scss */
.news-list ul li > div > .news-title .info a {
  color: #fff;
}
/* line 741, ../sass/style.scss */
.news-list ul li > div > .news-title .info a:hover {
  text-decoration: underline;
}
/* line 744, ../sass/style.scss */
.news-list ul li > div > .news-title > a {
  width: 130px;
  height: 30px;
  display: block;
  margin: 5px auto;
  border: solid 1px #fff;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/* line 751, ../sass/style.scss */
.news-list ul li:hover > div > .news-title {
  height: 120px;
}
/* line 756, ../sass/style.scss */
.news-list .down {
  max-width: 1000px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background: whitesmoke;
  margin: 10px auto 30px;
  color: #3e3a39;
}

/* line 760, ../sass/style.scss */
.news-detail {
  width: 1120px;
  margin: 0 auto;
}
/* line 761, ../sass/style.scss */
.news-detail .left {
  width: 760px;
  box-shadow: 0 0 5px #c1c1c1;
  float: left;
  padding: 15px 35px;
  background: #fefaf8;
}
/* line 762, ../sass/style.scss */
.news-detail .left .share-mobile {
  display: none;
}
/* line 763, ../sass/style.scss */
.news-detail .left .share-pc {
  display: block;
  height: 26px;
  position: relative;
  right: -35px;
}
/* line 764, ../sass/style.scss */
.news-detail .left .share-pc .share-btn {
  float: right;
  height: 26px;
  background: #333;
  width: 60px;
  overflow: hidden;
  position: relative;
}
/* line 765, ../sass/style.scss */
.news-detail .left .share-pc .share-btn span {
  width: 60px;
  height: 26px;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #333;
}
/* line 768, ../sass/style.scss */
.news-detail .left .share-pc .share-btn .share-btn-list {
  height: 26px;
  position: absolute;
  left: 5px;
  top: 0;
}
/* line 769, ../sass/style.scss */
.news-detail .left .share-pc .share-btn .share-btn-list a {
  width: 20px;
  height: 26px;
  background-image: url(../images/share_ico.png);
  background-repeat: no-repeat;
  float: left;
}
/* line 770, ../sass/style.scss */
.news-detail .left .share-pc .share-btn .share-btn-list a.weibo {
  background-position: 0 0;
}
/* line 771, ../sass/style.scss */
.news-detail .left .share-pc .share-btn .share-btn-list a.qq {
  background-position: 0 -26px;
}
/* line 773, ../sass/style.scss */
.news-detail .left .share-pc .share-btn .share-btn-list label {
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  float: left;
  padding: 0 5px;
}
/* line 776, ../sass/style.scss */
.news-detail .left .share-pc i {
  width: 12px;
  height: 26px;
  background: url(../images/news_detail_ico.png) no-repeat;
  float: right;
}
/* line 779, ../sass/style.scss */
.news-detail .left .news-text > h2 {
  padding: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
/* line 780, ../sass/style.scss */
.news-detail .left .news-text .date {
  height: 13px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 28px;
  position: relative;
}
/* line 781, ../sass/style.scss */
.news-detail .left .news-text .date .date-text {
  width: 126px;
  height: 27px;
  line-height: 27px;
  margin-left: -63px;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20px;
  text-align: center;
  color: #ccc;
  background: #fcfdfd;
}
/* line 785, ../sass/style.scss */
.news-detail .left .news-text > p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
/* line 786, ../sass/style.scss */
.news-detail .left .news-text > p > img {
  width: 100%;
  max-width: 690px;
}
/* line 788, ../sass/style.scss */
.news-detail .left .news-text img {
  width: 100%;
  max-width: 690px;
}
/* line 790, ../sass/style.scss */
.news-detail .left .previou-next {
  height: 70px;
  padding-top: 5px;
}
/* line 791, ../sass/style.scss */
.news-detail .left .previou-next a {
  font-size: 16px;
  color: #000;
  float: left;
  height: 70px;
  line-height: 70px;
  background-image: url(../images/previou_next.png);
  background-repeat: no-repeat;
}
/* line 792, ../sass/style.scss */
.news-detail .left .previou-next a.up {
  padding-left: 15px;
}
/* line 793, ../sass/style.scss */
.news-detail .left .previou-next a.down {
  background-position: right -70px;
  text-align: right;
  padding-right: 15px;
  float: right;
}
/* line 797, ../sass/style.scss */
.news-detail .right {
  width: 250px;
  float: right;
}
/* line 798, ../sass/style.scss */
.news-detail .right h2, .news-detail .right .title {
  height: 42px;
  background: #fbf2ee;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
/* line 799, ../sass/style.scss */
.news-detail .right .more-news {
  border-top: 10px solid #333;
  box-shadow: 0 0 5px #c1c1c1;
}
/* line 802, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide {
  padding-bottom: 40px;
  background: #fefaf8;
}
/* line 805, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li a {
  max-height: 350px;
  width: 100%;
  overflow: hidden;
  display: block;
}
/* line 806, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li a img {
  width: 100%;
  display: block;
}
/* line 808, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li h3 {
  font-weight: normal;
  text-align: center;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
/* line 809, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li p {
  font-size: 12px;
  text-align: center;
  color: #999;
  line-height: 24px;
}
/* line 810, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li .info-btn {
  width: 134px;
  height: 35px;
  margin: 15px auto 0 auto;
  display: block;
}
/* line 811, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li .info-btn a {
  width: 132px;
  height: 33px;
  line-height: 33px;
  color: #333;
  display: block;
  text-align: center;
  font-size: 16px;
  border: solid 1px #333;
}
/* line 817, ../sass/style.scss */
.news-detail .right .more-news > .swiper-container .swiper-pagination {
  display: none;
}
/* line 819, ../sass/style.scss */
.news-detail .right .more-news .rome-new-list {
  height: 40px;
  background: #333;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
/* line 822, ../sass/style.scss */
.news-detail .right .new-product {
  margin-top: 13px;
  background: #fefaf8;
  border-top: 10px solid #333;
  box-shadow: 0 0 5px #c1c1c1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 826, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a {
  display: block;
  width: 100%;
}
/* line 827, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a .new-product-left img {
  display: block;
  width: 100%;
}
/* line 828, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a .new-product-right {
  display: none;
}
/* line 832, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container .swiper-button-next, .news-detail .right .new-product > .swiper-container .swiper-button-prev {
  display: none;
}
/* line 833, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 9;
}
/* line 834, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  margin: 0 3px;
  cursor: pointer;
}
/* line 835, ../sass/style.scss */
.news-detail .right .new-product > .swiper-container .pagination .swiper-pagination-bullet-active {
  background: #333;
}

@media (max-width: 767px) {
  /* line 845, ../sass/style.scss */
  .imgs, .news-detail .left .news-text > p > img, .news-detail .left .news-text img, .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-left img, .scenes-con .scenes-makeup > img, .scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a .img-con > img, .detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info a img, .brand-ad .video-list ul li div a img, .beauty-news-list ul li .list-img img, .news-list ul li > div > a, .news-list ul li > div > a img, .brandActivity .list ul li .float-div > img, .about .about-brand-ad .about-con a img, .about .about-brand-activities .brand-activities-list .info-brand .info-brand-img img {
    width: 100%;
    display: block;
  }

  /* line 846, ../sass/style.scss */
  .read-more, .brandActivity .list ul li .float-div .text-list .read-more {
    border: 1px solid #3e3a39;
    width: 190px;
    height: 46px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 26px;
  }

  /* line 847, ../sass/style.scss */
  .common-h2, .scenes-con h2, .scenes-con h1, .detail-product .introduce > h2, .detail-product .related > h2, .beauty-news-list > h2, .about .about-brand-ad h2, .about .about-brand-new h2, .about .about-brand-activities h2 {
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: solid 3px #595757;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    height: auto;
    line-height: normal;
  }

  /* line 850, ../sass/style.scss */
  body {
    overflow-x: hidden;
    background: none;
    color: #595757;
  }

  /* line 853, ../sass/style.scss */
  .video-pob .video-ui .ui-pop {
    width: 600px;
    margin-left: -300px;
    height: 394px;
    margin-top: -197px;
  }

  /* line 857, ../sass/style.scss */
  .news-detail {
    margin: 0 20px;
    padding: 20px;
    width: 600px;
  }
  /* line 858, ../sass/style.scss */
  .news-detail .left {
    float: none;
    width: auto;
    padding: 0px;
    box-shadow: 0 0 0px transparent;
    background: #fff;
  }
  /* line 859, ../sass/style.scss */
  .news-detail .left .share-pc {
    display: none;
  }
  /* line 860, ../sass/style.scss */
  .news-detail .left .news-text {
    padding: 50px 0;
    font-size: 24px;
    color: #666666;
  }
  /* line 861, ../sass/style.scss */
  .news-detail .left .news-text > h2 {
    font-size: 36px;
    position: relative;
    color: #000;
    line-height: 50px;
    padding: 0px;
  }
  /* line 862, ../sass/style.scss */
  .news-detail .left .news-text .date {
    height: 25px;
    width: 100%;
  }
  /* line 863, ../sass/style.scss */
  .news-detail .left .news-text .date .date-text {
    font-size: 26px;
    width: 180px;
    margin-left: -90px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    display: block;
  }
  /* line 866, ../sass/style.scss */
  .news-detail .left .news-text > p {
    line-height: 42px;
    font-size: 26px;
  }
  /* line 867, ../sass/style.scss */
  .news-detail .left .news-text > p > img {
    padding: 0 0;
    width: 100%;
    max-width: 560px;
  }
  /* line 869, ../sass/style.scss */
  .news-detail .left .news-text img {
    padding: 15px 0;
    width: 100%;
    max-width: 560px;
  }
  /* line 871, ../sass/style.scss */
  .news-detail .left .share-mobile {
    display: block;
    height: 60px;
    width: 180px;
    margin: 0 auto;
    margin-top: 20px;
  }
  /* line 872, ../sass/style.scss */
  .news-detail .left .share-mobile a {
    width: 60px;
    height: 60px;
    float: left;
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    background: #dddddd;
  }
  /* line 873, ../sass/style.scss */
  .news-detail .left .share-mobile a i {
    width: 40px;
    height: 52px;
    display: block;
    margin: 4px 10px;
    background-image: url(../images/share_ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* line 874, ../sass/style.scss */
  .news-detail .left .share-mobile a.qq i {
    background-position: 0 -52px;
  }
  /* line 877, ../sass/style.scss */
  .news-detail .left .previou-next {
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    margin-top: 20px;
  }
  /* line 878, ../sass/style.scss */
  .news-detail .left .previou-next a {
    font-size: 32px;
  }
  /* line 879, ../sass/style.scss */
  .news-detail .left .previou-next .up {
    float: left;
  }
  /* line 880, ../sass/style.scss */
  .news-detail .left .previou-next .down {
    float: right;
  }
  /* line 883, ../sass/style.scss */
  .news-detail .right {
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  /* line 884, ../sass/style.scss */
  .news-detail .right .more-news {
    background: #fefaf8;
    border-top: 0px;
  }
  /* line 885, ../sass/style.scss */
  .news-detail .right .more-news h2 {
    font-size: 24px;
    border-top: 9px solid #333;
    background: #f6e2d9;
    color: #333;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: auto;
    line-height: normal;
  }
  /* line 886, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container {
    padding-bottom: 30px;
  }
  /* line 889, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul {
    width: 86%;
    margin: 0 7%;
    text-align: center;
    padding: 28px 0 3px 0;
  }
  /* line 891, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li a {
    max-height: 100%;
  }
  /* line 892, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li h3 {
    margin: 15px 0 15px 0;
    line-height: 42px;
    height: auto;
    font-size: 26px;
  }
  /* line 893, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li p {
    font-size: 20px;
    line-height: normal;
  }
  /* line 894, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li .info-btn {
    font-size: 24px;
    display: inline-block;
    margin-top: 15px;
    height: 60px;
  }
  /* line 895, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-wrapper > .swiper-slide ul li .info-btn a {
    width: 100%;
    height: 100%;
    line-height: normal;
    font-size: 24px;
    line-height: 60px;
  }
  /* line 901, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-pagination {
    margin-top: 30px;
  }
  /* line 902, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container > .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  /* line 904, ../sass/style.scss */
  .news-detail .right .more-news > .swiper-container .swiper-pagination {
    display: block;
  }
  /* line 906, ../sass/style.scss */
  .news-detail .right .more-news .rome-new-list {
    display: none;
  }
  /* line 908, ../sass/style.scss */
  .news-detail .right .new-product {
    overflow: hidden;
    background: #fefaf8;
    border-top: 0;
    height: auto;
    margin-top: 30px;
  }
  /* line 909, ../sass/style.scss */
  .news-detail .right .new-product .title {
    text-align: center;
    background: #f6e2d9;
    font-size: 24px;
    color: #333;
    border-top: 9px solid #333;
    margin: 0px;
    line-height: normal;
    padding-bottom: 15px;
    padding-top: 15px;
    height: auto;
    border-bottom: 0px;
  }
  /* line 916, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-left {
    width: 40%;
    float: left;
  }
  /* line 919, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-right {
    margin-left: 40%;
    text-align: center;
    padding-top: 50px;
    display: block;
  }
  /* line 920, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-right > h3 {
    color: #333;
    padding-bottom: 15px;
    font-size: 26px;
  }
  /* line 921, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-right > P {
    font-size: 24px;
    color: #999;
    padding-bottom: 28px;
  }
  /* line 922, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container > .swiper-wrapper > .swiper-slide a > .new-product-right > span {
    padding: 4px 10px;
    background: #3e3a39;
    color: #fff;
    font-size: 26px;
    display: inline-block;
  }
  /* line 927, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container .swiper-button-next, .news-detail .right .new-product > .swiper-container .swiper-button-prev {
    display: block;
  }
  /* line 928, ../sass/style.scss */
  .news-detail .right .new-product > .swiper-container .pagination {
    display: none;
  }

  /* line 935, ../sass/style.scss */
  .breadcrumb {
    border-bottom: 0px;
    margin-left: 5%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
  }
  /* line 936, ../sass/style.scss */
  .breadcrumb li {
    font-size: 28px;
    display: inline;
  }
  /* line 937, ../sass/style.scss */
  .breadcrumb.no-underline {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 941, ../sass/style.scss */
  .scenes-con {
    overflow: hidden;
  }
  /* line 942, ../sass/style.scss */
  .scenes-con h2 {
    margin-top: 20px;
  }
  /* line 943, ../sass/style.scss */
  .scenes-con .scenes-miss {
    background: #efefef;
    /*height: 636px;*/
    height: auto;
  }
  /* line 947, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info {
    padding: 50px 20px 20px 20px;
    position: static;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 170px;
  }
  /* line 948, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title {
    height: 88px;
    background: url(../images/scenes_miss_mob.png) no-repeat;
    position: relative;
    width: 88px;
    margin: 0px;
    padding-left: 10px;
    line-height: 88px;
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* line 950, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title i {
    width: 88px;
    height: 88px;
    float: left;
    background-image: url(../images/scenes_miss_sum.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 953, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title .two {
    background-position: 0 -88px;
  }
  /* line 954, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info .scenes-title .there {
    background-position: 0 -176px;
  }
  /* line 956, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > h3 {
    font-size: 32px;
    text-align: left;
    height: auto;
    line-height: normal;
    color: #333;
    margin-top: 20px;
  }
  /* line 957, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > h4 {
    margin: 20px 0 0;
    line-height: 36px;
    font-size: 28px;
  }
  /* line 958, ../sass/style.scss */
  .scenes-con .scenes-miss .flexslider .slides .flex-active-slide .slides-info > p {
    font-size: 26px;
    line-height: 36px;
    margin: 10px 0 0;
  }
  /* line 963, ../sass/style.scss */
  .scenes-con .scenes-miss #carousel {
    width: 640px;
    top: 432px;
  }
  /* line 967, ../sass/style.scss */
  .scenes-con .scenes-miss #carousel .flex-viewport .slides li img {
    min-height: auto;
  }
  /* line 974, ../sass/style.scss */
  .scenes-con .scenes-miss #slider .slides li {
    height: auto;
  }
  /* line 975, ../sass/style.scss */
  .scenes-con .scenes-miss #slider .slides li img {
    width: 100%;
    min-height: auto;
  }
  /* line 981, ../sass/style.scss */
  .scenes-con .scenes-makeup {
    margin: 30px 30px 0;
    border: solid 1px #cfcfcf;
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
  }
  /* line 983, ../sass/style.scss */
  .scenes-con .scenes-makeup .text {
    border-top: solid 1px #cfcfcf;
    background: #efefef;
    padding: 15px 30px;
    display: block;
    position: relative;
  }
  /* line 984, ../sass/style.scss */
  .scenes-con .scenes-makeup .text > span {
    padding: 6px 30px;
    text-align: center;
    background: #a0a0a0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
  }
  /* line 987, ../sass/style.scss */
  .scenes-con .scenes-makeup .text > p {
    padding: 15px 0;
    line-height: 45px;
    font-size: 26px;
    color: #666;
  }
  /* line 990, ../sass/style.scss */
  .scenes-con .related-scenes-title {
    display: none;
  }
  /* line 991, ../sass/style.scss */
  .scenes-con .related-scenes {
    margin: 30px;
  }
  /* line 992, ../sass/style.scss */
  .scenes-con .related-scenes #LeftArr {
    left: -30px;
  }
  /* line 993, ../sass/style.scss */
  .scenes-con .related-scenes #RightArr {
    right: -30px;
  }
  /* line 994, ../sass/style.scss */
  .scenes-con .related-scenes .swiper-container {
    margin: 0;
  }
  /* line 997, ../sass/style.scss */
  .scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a {
    width: 100%;
    display: block;
  }
  /* line 1001, ../sass/style.scss */
  .scenes-con .related-scenes .swiper-container .swiper-wrapper .swiper-slide > a > p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 26px;
  }

  /* line 1011, ../sass/style.scss */
  .detail-product {
    margin: 10px 30px 0px 30px;
    padding-top: 0px;
  }
  /* line 1012, ../sass/style.scss */
  .detail-product .introduce {
    border-bottom: solid 1px #c9caca;
    line-height: normal;
    padding-bottom: 0px;
  }
  /* line 1013, ../sass/style.scss */
  .detail-product .introduce .video-div {
    display: block;
    width: 100%;
    height: 326px;
    margin-top: 70px;
  }
  /* line 1014, ../sass/style.scss */
  .detail-product .introduce > h2 {
    text-align: left;
    border-bottom: solid 1px #c9caca;
  }
  /* line 1015, ../sass/style.scss */
  .detail-product .introduce .has-video {
    width: auto;
    float: none;
  }
  /* line 1017, ../sass/style.scss */
  .detail-product .introduce .common-part > h3 {
    padding-top: 10px;
    line-height: 40px;
    font-size: 24px;
  }
  /* line 1018, ../sass/style.scss */
  .detail-product .introduce .common-part > p {
    line-height: 40px;
    font-size: 24px;
    color: #999;
    padding-top: 10px;
    padding-left: 0px;
    margin-top: 0px;
  }
  /* line 1020, ../sass/style.scss */
  .detail-product .introduce .btn-share {
    height: 56px;
    margin-bottom: 30px;
  }
  /* line 1021, ../sass/style.scss */
  .detail-product .introduce .btn-share a.btn {
    width: 200px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    float: left;
    padding: 0px;
    padding-left: 60px;
    margin-right: 0px;
    background: url(../images/detail_ico.png) no-repeat 12px -8px #aeaeae;
    font-size: 26px;
    background-size: 18%;
    margin-top: 0px;
  }
  /* line 1024, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart {
    padding-left: 26px;
    overflow: hidden;
    height: 56px;
    float: none;
    margin-top: 0px;
  }
  /* line 1025, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart span {
    color: #999;
    float: left;
    height: 56px;
    line-height: 56px;
    font-size: 26px;
  }
  /* line 1026, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart a {
    width: 56px;
    float: left;
    background-size: 60%;
    display: inline-block;
    height: 50px;
    margin: 0px;
    background: url(../images/detail_ico.png) no-repeat center 10px;
    background-repeat: no-repeat;
  }
  /* line 1028, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart a.weibo {
    background: url(../images/wei.jpg) no-repeat 12px 12px;
    background-size: 62%;
  }
  /* line 1029, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart a.qzone {
    background: url(../images/qq.jpg) no-repeat 12px 12px;
    background-size: 62%;
  }
  /* line 1030, ../sass/style.scss */
  .detail-product .introduce .btn-share > .shart a.micro {
    background: url(../images/oo.jpg) no-repeat 12px 12px;
    background-size: 62%;
  }
  /* line 1034, ../sass/style.scss */
  .detail-product .introduce .video {
    width: 100%;
    top: 0px;
  }
  /* line 1036, ../sass/style.scss */
  .detail-product .related {
    overflow: hidden;
    padding-bottom: 0px;
  }
  /* line 1037, ../sass/style.scss */
  .detail-product .related > h2 {
    border: 0px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  /* line 1039, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container {
    padding-bottom: 40px;
  }
  /* line 1041, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 1042, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info {
    width: 95%;
    margin: 0 auto;
    line-height: 34px;
  }
  /* line 1044, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container .swiper-wrapper .swiper-slide .related-info > h3 {
    margin-top: 15px;
    font-size: 26px;
  }
  /* line 1048, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container .swiper-pagination {
    display: block;
  }
  /* line 1049, ../sass/style.scss */
  .detail-product .related .related-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  /* line 1055, ../sass/style.scss */
  .fixed-pob {
    display: block;
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #f8f8f8;
    bottom: 0px;
  }
  /* line 1056, ../sass/style.scss */
  .fixed-pob p {
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  /* line 1057, ../sass/style.scss */
  .fixed-pob a {
    float: right;
    width: 178px;
    height: 54px;
    background-color: #000000;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    margin-top: -77px;
    margin-right: 40px;
  }

  /* line 1061, ../sass/style.scss */
  .brand-ad {
    /*margin: 0 30px 40px 30px;*/
	margin: 0 1px 40px 1px;
  }
  /* line 1062, ../sass/style.scss */
  .brand-ad .video {
    width: 100%;
  }
  /* line 1063, ../sass/style.scss */
  .brand-ad .video-list {
    overflow: hidden;
    clear: both;
  }
  /* line 1065, ../sass/style.scss */
  .brand-ad .video-list ul li {
    margin-top: 30px;
    min-height: 222px;
  }
  /* line 1067, ../sass/style.scss */
  .brand-ad .video-list ul li div video {
    min-height: normal !important;
  }
  /* line 1068, ../sass/style.scss */
  .brand-ad .video-list ul li div a {
    width: inline-block;
    width: 100%;
    height: 100%;
  }
  /* line 1070, ../sass/style.scss */
  .brand-ad .video-list ul li div a i {
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    margin: -37px 0 0 -37px;
    left: 50%;
    top: 50%;
    background: url(../images/brand_video_btn.png) no-repeat;
  }
  /* line 1074, ../sass/style.scss */
  .brand-ad .video-list ul li div > h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  /* line 1075, ../sass/style.scss */
  .brand-ad .video-list ul li div > h3 .share-button {
    display: inline-block;
    bottom: 0px;
    position: absolute;
    right: 0px;
    margin-right: 15px;
  }
  /* line 1076, ../sass/style.scss */
  .brand-ad .video-list ul li div > h3 .share-button .share-inner {
    background: url(../images/share-btn.jpg) no-repeat;
    width: 30px;
    height: 71px;
    position: absolute;
    bottom: 0px;
    margin-bottom: 40px;
  }
  /* line 1077, ../sass/style.scss */
  .brand-ad .video-list ul li div > h3 .share-button .share-inner a {
    width: 30px;
    height: 35px;
    display: block;
  }

  /* line 1086, ../sass/style.scss */
  .beauty-news-list ul {
    min-width: 640px;
    width: 100%;
  }

  /* line 1089, ../sass/style.scss */
  .beauty-news-list {
    width: 640px;
  }
  /* line 1090, ../sass/style.scss */
  .beauty-news-list > h2 {
    padding-bottom: 30px;
    display: block;
  }
  /* line 1092, ../sass/style.scss */
  .beauty-news-list ul li {
    margin-bottom: 30px;
    padding: 40px 0;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
  }
  /* line 1093, ../sass/style.scss */
  .beauty-news-list ul li .list-data {
    word-wrap: break-word;
    width: 100px;
    padding: 10px;
    height: 100px;
    background: #d37262;
    color: #fff;
    font-size: 26px;
    line-height: normal;
  }
  /* line 1095, ../sass/style.scss */
  .beauty-news-list ul li .list-img, .beauty-news-list ul li .list-text {
    width: 76.6%;
    margin-left: 19%;
  }
  /* line 1097, ../sass/style.scss */
  .beauty-news-list ul li .list-text {
    float: none;
  }
  /* line 1098, ../sass/style.scss */
  .beauty-news-list ul li .list-text h2 {
    margin-top: 20px;
    height: auto;
    line-height: normal;
    font-size: 30px;
    overflow: hidden;
    border: 0px;
    width: 100%;
    padding-top: 20px;
  }
  /* line 1099, ../sass/style.scss */
  .beauty-news-list ul li .list-text p {
    color: #666;
    font-size: 24px;
    margin-top: 20px;
  }
  /* line 1100, ../sass/style.scss */
  .beauty-news-list ul li .list-text p.news-sub {
    color: #666;
    font-size: 24px;
    margin-top: 20px;
  }
  /* line 1101, ../sass/style.scss */
  .beauty-news-list ul li .list-text p:nth-child(3) {
    background: #999;
    border: 0px;
    color: #fff;
    float: right;
    text-align: center;
    margin-top: 30px;
    width: 210px;
    height: 58px;
    line-height: 58px;
  }

  /* line 1112, ../sass/style.scss */
  .news-list {
    width: 640px;
  }
  /* line 1114, ../sass/style.scss */
  .news-list ul li {
    min-height: 207px;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  /* line 1115, ../sass/style.scss */
  .news-list ul li > div {
    position: relative;
  }
  /* line 1119, ../sass/style.scss */
  .news-list ul li > div .news-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    height: auto;
  }
  /* line 1120, ../sass/style.scss */
  .news-list ul li > div .news-title table, .news-list ul li > div .news-title .info {
    display: none;
  }
  /* line 1121, ../sass/style.scss */
  .news-list ul li > div .news-title > a {
    width: 170px;
    height: 60px;
    display: block;
    margin: 20px auto;
    border: solid 1px #fff;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 26px;
  }
  /* line 1127, ../sass/style.scss */
  .news-list ul li:hover > div > .news-title {
    height: 100px;
  }
  /* line 1130, ../sass/style.scss */
  .news-list ul li.show {
    display: block;
  }
  /* line 1131, ../sass/style.scss */
  .news-list ul li.hidden {
    display: none;
  }

  /* line 1138, ../sass/style.scss */
  .brandActivity {
    overflow: hidden;
    margin: 0 30px 30px 30px;
    min-width: auto;
    width: auto;
  }
  /* line 1141, ../sass/style.scss */
  .brandActivity .list ul li {
    padding: 20px;
    background: #fbf1ef;
    color: #3e3a39;
    text-align: center;
    margin-bottom: 22px;
  }
  /* line 1142, ../sass/style.scss */
  .brandActivity .list ul li .time {
    display: none;
  }
  /* line 1143, ../sass/style.scss */
  .brandActivity .list ul li .float-div {
    float: none !important;
  }
  /* line 1144, ../sass/style.scss */
  .brandActivity .list ul li .float-div > img {
    float: none;
  }
  /* line 1145, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list {
    width: 100%;
    float: none;
  }
  /* line 1146, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list .mobile-time {
    display: block;
    font-size: 26px;
    padding-top: 15px;
  }
  /* line 1147, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    border: 0px;
    line-height: normal;
    height: auto;
  }
  /* line 1148, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list .sub-title {
    display: none;
  }
  /* line 1149, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list .read-more {
    padding-top: 0px;
    float: none;
  }
  /* line 1150, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list.text-list {
    margin-left: 0%;
  }
  /* line 1151, ../sass/style.scss */
  .brandActivity .list ul li .float-div .text-list.text-list {
    margin-left: 0%;
  }
  /* line 1154, ../sass/style.scss */
  .brandActivity .list ul li .float-div.float-right > img {
    margin-left: 0px;
  }

  /* line 1163, ../sass/style.scss */
  .about {
    width: 100%;
    overflow: hidden;
  }
  /* line 1164, ../sass/style.scss */
  .about .brand-story {
    margin-top: 40px;
    width: 100%;
    min-width: auto;
  }
  /* line 1165, ../sass/style.scss */
  .about .brand-story h2 {
    line-height: 40px;
    font-size: 30px;
  }
  /* line 1166, ../sass/style.scss */
  .about .brand-story h3 {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 26px;
    padding-bottom: 0px;
  }
  /* line 1167, ../sass/style.scss */
  .about .brand-story p {
    font-size: 20px;
    line-height: 46px;
  }
  /* line 1169, ../sass/style.scss */
  .about .about-brand-ad {
    min-width: auto;
    width: 100%;
  }
  /* line 1170, ../sass/style.scss */
  .about .about-brand-ad h2 {
    height: auto;
    line-height: normal;
  }
  /* line 1171, ../sass/style.scss */
  .about .about-brand-ad .about-con {
    margin-top: 30px;
  }
  /* line 1177, ../sass/style.scss */
  .about .about-brand-new {
    text-align: center;
    width: 100%;
    min-width: 640px;
  }
  /* line 1178, ../sass/style.scss */
  .about .about-brand-new h2 {
    height: auto;
    line-height: normal;
  }
  /* line 1179, ../sass/style.scss */
  .about .about-brand-new .brand-new-list {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 0px;
  }
  /* line 1182, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div {
    background: #595757;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  /* line 1183, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div a {
    display: block;
    width: 100%;
  }
  /* line 1184, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div a img {
    width: 100%;
  }
  /* line 1186, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div .text {
    padding: 30px 20px;
    height: auto;
  }
  /* line 1187, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div .text h3 a {
    color: #fff;
    font-size: 26px;
  }
  /* line 1188, ../sass/style.scss */
  .about .about-brand-new .brand-new-list .fn-clear li > div .text > a {
    width: 190px;
    height: 46px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    border: 1px solid #ffffff;
    margin-top: 20px;
  }
  /* line 1196, ../sass/style.scss */
  .about .about-brand-new .look-more1 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    text-decoration: underline;
    padding-top: 0px;
  }
  /* line 1198, ../sass/style.scss */
  .about .about-brand-activities {
    text-align: center;
    overflow: hidden;
    min-width: 640px;
    width: 100%;
  }
  /* line 1200, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  /* line 1201, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand {
    width: 100%;
  }
  /* line 1202, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand .info-brand-img {
    float: none;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  /* line 1205, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand > div {
    float: none;
    border: 0px;
    margin-left: 0px;
  }
  /* line 1206, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand > div > p, .about .about-brand-activities .brand-activities-list .info-brand > div .read-more, .about .about-brand-activities .brand-activities-list .info-brand > div .brandActivity .list ul li .float-div .text-list .read-more, .brandActivity .list ul li .float-div .text-list .about .about-brand-activities .brand-activities-list .info-brand > div .read-more {
    font-size: 30px;
    margin-top: 20px;
    display: block;
  }
  /* line 1207, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand > div > p {
    line-height: normal;
    text-align: left;
    color: #333;
  }
  /* line 1208, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list .info-brand > div .read-more, .about .about-brand-activities .brand-activities-list .info-brand > div .brandActivity .list ul li .float-div .text-list .read-more, .brandActivity .list ul li .float-div .text-list .about .about-brand-activities .brand-activities-list .info-brand > div .read-more {
    background: url(../images/about_video_ico.png) no-repeat 0 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    margin: 0px;
    margin-top: 20px;
    border: 0px;
    height: auto;
    width: 220px;
    text-align: center;
  }
  /* line 1214, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list:nth-child(2) {
    float: none;
    width: 90%;
  }
  /* line 1216, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list:nth-child(2) .info-brand .info-brand-img {
    padding-top: 0px;
  }
  /* line 1221, ../sass/style.scss */
  .about .about-brand-activities .brand-activities-list:nth-child(3) .info-brand > div {
    padding-top: 0px;
  }
  /* line 1226, ../sass/style.scss */
  .about .about-brand-activities .look-more2 {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    width: 220px;
    margin: 0 auto;
    background: url(../images/about_video_ico.png) no-repeat 0 15px;
    margin-top: 20px;
    float: none;
  }

  /* line 1234, ../sass/style.scss */
  .con {
    width: 580px;
    margin-left: 30px;
  }
  /* line 1235, ../sass/style.scss */
  .con .con-title {
    padding: 1rem 0 0.5rem 0;
  }
  /* line 1236, ../sass/style.scss */
  .con .con-title h2 {
    font-size: 34px;
    height: 40px;
    line-height: 40px;
  }
  /* line 1237, ../sass/style.scss */
  .con .con-title h3 {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1239, ../sass/style.scss */
  .con .info {
    padding: 30px 0 10px 0;
  }
  /* line 1241, ../sass/style.scss */
  .con .info .fn-clear .info-left, .con .info .fn-clear .info-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 1242, ../sass/style.scss */
  .con .info .fn-clear .info-left p, .con .info .fn-clear .info-right p {
    font-size: 26px;
  }
  /* line 1243, ../sass/style.scss */
  .con .info .fn-clear .info-left p span, .con .info .fn-clear .info-right p span {
    font-size: 26px;
  }
  /* line 1246, ../sass/style.scss */
  .con .info .fn-clear .info-left p:nth-child(1) {
    margin-bottom: 10px;
  }
  /* line 1247, ../sass/style.scss */
  .con .info .fn-clear .info-right p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1250, ../sass/style.scss */
  .con .qr-code-list {
    padding-top: 30px;
  }
  /* line 1251, ../sass/style.scss */
  .con .qr-code-list h3 {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
  }
  /* line 1252, ../sass/style.scss */
  .con .qr-code-list ul {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1253, ../sass/style.scss */
  .con .qr-code-list ul li {
    width: 33.33%;
    height: auto;
    padding: 0px;
    float: left;
    text-align: center;
    border: 0px;
  }
  /* line 1254, ../sass/style.scss */
  .con .qr-code-list ul li p {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 30px;
  }
  /* line 1255, ../sass/style.scss */
  .con .qr-code-list ul li img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  /* line 1256, ../sass/style.scss */
  .con .qr-code-list ul li .qr-code-big {
    width: 320px;
    height: 310px;
    position: absolute;
    right: -255px;
    top: 35px;
    z-index: 1;
    display: none;
  }

  /* line 1263, ../sass/style.scss */
  .college-cn {
    min-width: auto;
    width: 100%;
  }
  /* line 1264, ../sass/style.scss */
  .college-cn > h2 {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-transform: uppercase;
  }
  /* line 1265, ../sass/style.scss */
  .college-cn .college-con {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 1266, ../sass/style.scss */
  .college-cn .video-bg {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
  }
  /* line 1267, ../sass/style.scss */
  .college-cn .video-bg > img {
    height: 640px;
  }
  /* line 1268, ../sass/style.scss */
  .college-cn .video-bg .video {
    width: 77%;
    overflow: hidden;
    text-align: center;
  }
  /* line 1269, ../sass/style.scss */
  .college-cn .video-bg .video video {
    height: 55%;
  }
  /* line 1270, ../sass/style.scss */
  .college-cn .video-bg .video .video-title {
    font-size: 24px;
  }
  /* line 1271, ../sass/style.scss */
  .college-cn .video-bg .video .video-title p {
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
  }
  /* line 1272, ../sass/style.scss */
  .college-cn .video-bg .video .video-title a {
    font-size: 24px;
    padding: 0 0.5rem;
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
  }
  /* line 1274, ../sass/style.scss */
  .college-cn .video-bg .video.video2, .college-cn .video-bg .video.video3 {
    display: block;
  }
  /* line 1275, ../sass/style.scss */
  .college-cn .video-bg .video.video1 {
    left: 0%;
  }
  /* line 1276, ../sass/style.scss */
  .college-cn .video-bg .video.video2 {
    left: 33.3%;
  }
  /* line 1277, ../sass/style.scss */
  .college-cn .video-bg .video.video3 {
    left: 66.6%;
  }
  /* line 1280, ../sass/style.scss */
  .college-cn .college-make {
    margin-top: 0px;
  }
  /* line 1281, ../sass/style.scss */
  .college-cn .college-make .fn-clear {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* line 1282, ../sass/style.scss */
  .college-cn .college-make .fn-clear li {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
  /* line 1283, ../sass/style.scss */
  .college-cn .college-make .fn-clear li .info {
    opacity: 1;
    margin-left: 20px;
    margin-right: 20px;
    width: 84%;
    display: none;
  }
  /* line 1284, ../sass/style.scss */
  .college-cn .college-make .fn-clear li .info h3 {
    padding-top: 72%;
  }
  /* line 1285, ../sass/style.scss */
  .college-cn .college-make .fn-clear li .info a {
    font-size: 26px;
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  /* line 1294, ../sass/style.scss */
  .tab-title {
    width: 90%;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 1295, ../sass/style.scss */
  .tab-title li {
    float: left;
    width: 50%;
    margin-top: 10px;
    height: 52px;
    line-height: 52px;
    border: solid 1px #c9c9c9;
    color: #999;
    font-size: 26px;
  }
  /* line 1296, ../sass/style.scss */
  .tab-title li:nth-child(2n) {
    border-right: 1px solid;
  }
  /* line 1297, ../sass/style.scss */
  .tab-title li.active, .tab-title li:hover {
    border: solid 1px #e95485;
    color: #fff;
    background: #e95485;
    font-size: 30px;
  }
  /* line 1301, ../sass/style.scss */
  .tab-title.eye-tab-title li.active, .tab-title.eye-tab-title li:hover {
    border: solid 1px #e95485;
    color: #fff;
    background: #e95485;
  }

  /* line 1306, ../sass/style.scss */
  .tab-con {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 1308, ../sass/style.scss */
  .tab-con > div {
    display: none;
  }
  /* line 1311, ../sass/style.scss */
  .tab-con > div .product-series .fn-clear li {
    margin-top: 20px;
  }
  /* line 1312, ../sass/style.scss */
  .tab-con > div .product-series .fn-clear li:nth-child(2n+1) {
    padding-left: 0px;
  }
  /* line 1313, ../sass/style.scss */
  .tab-con > div .product-series .fn-clear li:nth-child(2n) {
    padding-right: 0px;
  }
  /* line 1315, ../sass/style.scss */
  .tab-con > div .product-series .fn-clear li .product-con h2 a {
    font-size: 26px;
    margin-bottom: 10px;
  }
  /* line 1316, ../sass/style.scss */
  .tab-con > div .product-series .fn-clear li .product-con p {
    display: none;
  }
  /* line 1321, ../sass/style.scss */
  .tab-con > div.show {
    display: block;
  }

  /* line 1325, ../sass/style.scss */
  .match {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
  }
  /* line 1326, ../sass/style.scss */
  .match h2 {
    font-size: 30px;
  }
  /* line 1327, ../sass/style.scss */
  .match .list {
    overflow: hidden;
    clear: both;
  }
  /* line 1329, ../sass/style.scss */
  .match .list .fn-clear li {
    float: left;
    display: inline;
    width: 100%;
  }
  /* line 1330, ../sass/style.scss */
  .match .list .fn-clear li > div {
    width: 100%;
  }
  /* line 1331, ../sass/style.scss */
  .match .list .fn-clear li > div h3 {
    height: 60px;
    font-size: 30px;
  }
  /* line 1332, ../sass/style.scss */
  .match .list .fn-clear li > div h3 a {
    width: 225px;
    height: 60px;
    color: #fff;
    line-height: 60px;
  }
  /* line 1334, ../sass/style.scss */
  .match .list .fn-clear li > div .match-info {
    margin-top: 50px;
  }
  /* line 1336, ../sass/style.scss */
  .match .list .fn-clear li > div .match-info .right h4 {
    font-size: 16px;
  }
  /* line 1337, ../sass/style.scss */
  .match .list .fn-clear li > div .match-info .right h5 {
    font-size: 16px;
    padding-top: 20px;
  }
  /* line 1338, ../sass/style.scss */
  .match .list .fn-clear li > div .match-info .right h5 a {
    width: 115px;
    height: 30px;
    background: url(../images/lip_ico.png) no-repeat 90px 9px;
    line-height: 30px;
    padding-left: 20px;
  }

  /* line 1349, ../sass/style.scss */
  .logo {
    display: none;
  }
  
   .tlogo {
    display: none;
  }

  /* line 1350, ../sass/style.scss */
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 1351, ../sass/style.scss */
  .container-fluid .banner {
    text-align: center;
    position: static;
    background-color: #ffffff;
    margin-top: 0px;
  }
  /* line 1352, ../sass/style.scss */
  .container-fluid .banner .navbar {
    width: 100%;
  }
  /* line 1353, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids {
    height: 82px;
  }
  /* line 1354, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header {
    height: 82px;
  }
  /* line 1355, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .navbar-brand {
    margin: 0 auto;
    float: none;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    padding: 0px;
    margin-left: -45px;
  }
  /* line 1356, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .navbar-brand img {
    margin-top: 6px;
  }
  /* line 1358, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .navbar-toggle {
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-top: 24px;
    z-index: 9;
    display: inline-block;
    margin-left: 45px;
    background: transparent;
  }
  /* line 1361, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .search {
    position: absolute;
    height: 82px;
    line-height: 82px;
    z-index: 99;
    display: block;
    right: 0px;
    top: 0px;
  }
  /* line 1362, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .search a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  /* line 1363, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .search a span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  /* line 1364, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-header .search a span:before {
    content: url(../images/magnifier.jpg);
  }
  /* line 1369, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse {
    position: absolute;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    transform: translate(-767px, 0px);
    -webkit-transform: translate(-767px, 0px);
    -moz-transform: translate(-767px, 0px);
    -ms-transform: translate(-767px, 0px);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
  }
  /* line 1371, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav {
    height: auto;
    width: 80%;
    margin: 0px;
    transform: translate(-536px, 0px);
    -webkit-transform: translate(-536px, 0px);
    -moz-transform: translate(-536px, 0px);
    -ms-transform: translate(-536px, 0px);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    display: block;
    display: -ms- block;
    display: -webkit- block;
    display: -moz- block;
  }
  /* line 1373, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f7f7f7;
    min-height: 2.5rem;
    line-height: 2.5rem;
    font-size: 30px;
    border-top: solid 1px #e9e9e9;
    clear: both;
    overflow: hidden;
    float: none;
  }
  /* line 1374, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li > a {
    color: #333333;
    line-height: 100px;
    height: 100px;
    display: block;
    text-align: left;
    padding-left: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 50%;
    float: left;
    position: static;
  }
  /* line 1375, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li > a span {
    display: none;
  }
  /* line 1376, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li > a.dropdown-toggle {
    width: 100%;
  }
  /* line 1378, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li > a.dropdown-toggle:after {
    content: url(../images/arr-right.png);
    float: right;
    margin-right: 60px;
    margin-top: -100px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 1389, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li i {
    width: 50%;
    line-height: 100px;
    height: 100px;
    float: right;
  }
  /* line 1391, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li i.dropdown-toggle:after {
    content: url(../images/arr-right.png);
    position: absolute;
    right: 30px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 1401, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu {
    top: auto;
    width: 100%;
    position: static;
  }
  /* line 1402, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con {
    padding: 0;
    min-width: auto;
  }
  /* line 1403, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .left {
    width: 100%;
    float: none;
    background-color: #fff;
    padding-right: 0px;
  }
  /* line 1404, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .left p {
    border-bottom: solid 1px #ececec;
    height: auto;
    line-height: normal;
  }
  /* line 1405, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .left p a {
    color: #898989;
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    padding-left: 60px;
    display: block;
    width: 100%;
  }
  /* line 1406, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .left p a span {
    display: none;
  }
  /* line 1410, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .middle, .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li .dropdown-menu .drop-con .right {
    display: none;
  }
  /* line 1415, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li.open > .dropdown-toggle:after {
    content: url(../images/arr-right.png);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    @includet ransform-origin(center,center);
  }
  /* line 1423, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li.home {
    display: block;
  }
  /* line 1424, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse .navbar-nav li.home > a {
    width: 100%;
    display: inline-block;
  }
  /* line 1428, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse.in {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    z-index: 100;
  }
  /* line 1429, ../sass/style.scss */
  .container-fluid .banner .navbar .container-fluids .navbar-collapse.in ul {
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
  }
  /* line 1437, ../sass/style.scss */
  .container-fluid .banner .navbar-default {
    background-color: #ffffff;
  }
  /* line 1438, ../sass/style.scss */
  .container-fluid .banner .navbar-default .navbar-collapse {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
  }
  /* line 1443, ../sass/style.scss */
  .container-fluid .banner .navbar-default .navbar-toggle {
    border: 0px;
  }

  /* line 1448, ../sass/style.scss */
  .title {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
  }

  /* line 1451, ../sass/style.scss */
  .product ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 1452, ../sass/style.scss */
  .product ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1453, ../sass/style.scss */
  .product ul li .products-list {
    width: 90%;
  }
  /* line 1454, ../sass/style.scss */
  .product ul li .products-list p {
    line-height: 60px;
    height: 60px;
  }
  /* line 1455, ../sass/style.scss */
  .product ul li .products-list p a {
    font-size: 26px;
  }
  /* line 1457, ../sass/style.scss */
  .product ul li .products-list > a .info {
    width: 100%;
  }
  /* line 1458, ../sass/style.scss */
  .product ul li .products-list:hover .info {
    opacity: 0;
  }

  /* line 1465, ../sass/style.scss */
  .roll .left-roll, .roll .right-roll {
    width: 100%;
    float: none;
  }
  /* line 1466, ../sass/style.scss */
  .roll .left-roll p, .roll .right-roll p {
    font-size: 26px;
  }
  /* line 1467, ../sass/style.scss */
  .roll .left-roll .carousel, .roll .right-roll .carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1468, ../sass/style.scss */
  .roll .left-roll .carousel > div, .roll .right-roll .carousel > div {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  /* line 1474, ../sass/style.scss */
  .roll #swiperContainerRight .swiper-wrapper .swiper-slide a {
    width: 86%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* line 1475, ../sass/style.scss */
  .roll #swiperContainerRight .swiper-wrapper .swiper-slide a img {
    margin: 0 auto;
    width: 100%;
  }
  /* line 1483, ../sass/style.scss */
  .roll #swiperContainerLeft .swiper-wrapper .swiper-slide a {
    width: 86%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* line 1484, ../sass/style.scss */
  .roll #swiperContainerLeft .swiper-wrapper .swiper-slide a img {
    margin: 0 auto;
    width: 100%;
  }

  /* line 1493, ../sass/style.scss */
  .bottom .bottom-con {
    min-width: 640px;
  }
  /* line 1494, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav {
    margin: 0 auto;
    display: flex;
    display: -ms- flex;
    display: -webkit- flex;
    display: -moz- flex;
    -webkit-flex-flow: flex row;
    -moz-flex-flow: flex row;
    -ms-flex-flow: flex row;
    flex-flow: flex row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* line 1495, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav a {
    color: #cccccc;
  }
  /* line 1497, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav a.contact {
    font-size: 26px;
    width: 130px;
    text-align: center;
  }
  /* line 1498, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav .search-for {
    background: none;
    width: 130px;
    height: 56px;
    line-height: 56px;
    font-size: 26px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }
  /* line 1499, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav .search-for > a {
    width: 100%;
    height: 100%;
    line-height: 56px;
    color: #cccccc;
    padding-left: 0px;
  }
  /* line 1501, ../sass/style.scss */
  .bottom .bottom-con .bottom-nav .sina-wechat {
    float: none;
  }
  /* line 1504, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu {
    padding-top: 0px;
  }
  /* line 1505, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear {
    min-width: 640px;
    width: 100%;
  }
  /* line 1506, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li {
    width: 24%;
    padding-left: 0%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-top: 30px;
  }
  /* line 1507, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li.last {
    width: 24%;
    margin-top: 20px;
    position: absolute;
    margin-top: 100px;
    left: 0px;
    margin-left: 8%;
  }
  /* line 1508, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li > p {
    display: none;
  }
  /* line 1509, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li h3 {
    font-weight: normal;
  }
  /* line 1510, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li h3 > a {
    font-size: 26px;
    color: #ffffff;
  }
  /* line 1512, ../sass/style.scss */
  .bottom .bottom-con .bottom-menu .fn-clear li.has-padding {
    margin-left: 32%;
  }
  /* line 1516, ../sass/style.scss */
  .bottom .bottom-con .bottom-copyright {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 30px;
  }
  /* line 1517, ../sass/style.scss */
  .bottom .bottom-con .bottom-copyright > a {
    color: #ffffff;
  }
}
