.pc-block {
  display: block !important;
}

.mobile-block {
  display: none !important;
}

.pc-block2 {
  display: block !important;
}

.mobile-block2 {
  display: none !important;
}

.i-banner .li .mobile-block {
  display: none !important;
}

.i-listd .n-tab-box .tab-one {
  display: block;
}

.i-listd .n-tab-box .tab-two {
  display: none;
}

.opacity-block {
  opacity: 0;
  visibility: hidden;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.search-alert .cent-form {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all .5s;
          transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.search-alert .close:before {
  font-size: 30px;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.search-alert .close:hover:before {
  color: #d00010;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  color: #555;
  background: none;
  padding-left: 2rem;
  padding-right: 3.5rem;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .5s;
          transition: transform .3s .5s;
}

.search-alert.active {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.search-alert.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
}

@media (max-width: 1480px) {
  .w1420 {
    width: 90%;
  }
  .header1 .pc-sub-nav .list-one .img-right{
    display:none;
  }
  .header1 .pc-sub-nav .list .nlist .li-box{
    width:100%;
    padding-bottom:1rem;
  }
  .n-master .text-box-s .swiper-slide p{
    height:54px;
  }
}
@media (max-width: 1360px) {
  .tit-24 {
    font-size: .6rem;
  }
}
@media (max-width: 1270px) {
  .pc-block2 {
    display: none !important;
  }

  .mobile-block2 {
    display: block !important;
  }

  .n-legend .listb .ulbox, .n-brand .lista .ulbox, .n-contact .lista .ulbox, .n-contact .lista .ulbox-two {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 1rem;
  }

  .n-master .lista .ulbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 1.5rem;
  }

  .n-legend .listb .ulbox .left, .n-brand .lista .ulbox .left, .n-master .lista .ulbox .left, .n-contact .lista .ulbox .left, .n-contact .lista .ulbox-two .left {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .n-legend .listb .ulbox .left img, .n-brand .lista .ulbox .left img, .n-master .lista .ulbox .left img, .n-contact .lista .ulbox .left img, .n-contact .lista .ulbox-two .left img {
    max-width: 60%;
  }

  .n-legend .listb .ulbox .right {
    padding-right: 0;
  }

  .n-legend .listb .ulbox-t .right, .n-brand .lista .ulbox .right, .n-master .lista .ulbox .right, .n-contact .lista .ulbox .right, .n-contact .lista .ulbox-two .right, .n-legend .listb .ulbox .right {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 1rem;
  }

  .n-contact .lista .ulbox .right .tit1 {
    display: inline-block;
  }

  .n-brand .lista .ulbox .right .tit2 {
    max-height: none;
  }

  .n-master .ulbox-s .tit1 {
    margin-left: 0;
  }

  .n-master .ulbox-s .text {
    padding: 0;
  }

  .n-master .ulbox-f {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-master .ulbox-f .left {
    width: 100%;
  }

  .n-master .ulbox-f .right {
    width: 100%;
    padding: 1.5rem 0;
  }

  .n-products-info .lista .products-top {
    width: 100%;
    padding: 0 5%;
  }

  .n-products-info .w1200 {
    width: 100%;
    padding: 0 5%;
  }

  .header1 .pc-sub-nav .list .nav-bot, .header1 .pc-sub-nav .list .nlist .nav-box {
    width: 100%;
  }

  footer .footer-bot {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  footer {
    padding: 1.5rem 1.5rem;
  }

  footer .footer-bot .footer-left, footer .footer-bot .footer-right {
    width: 100%;
  }

  footer .footer-bot .footer-right {
    margin-top: .5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  footer .footer-bot .footer-left .input {
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .header1 {
    display: none;
  }

  .header2 {
    display: block;
  }

  .i-lista, .i-listb, .i-listc, .i-listd, footer, .n-greatest .lista, .n-greatest .listb, .n-legend .listb, .n-legend .listc, .n-brand .lista, .n-idea .listc, .n-brand .listb, .n-master .lista, .n-master .lista, .n-cosmetics .lista, .n-cosmetics .listb, .n-cosmetics .listc, .n-contact .lista, .n-products-list .listb, .n-products-list .lista {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .n-contact .listb {
    padding-left: 1.5rem;
  }

  .i-listb .ulbox, .i-listc .ulbox, .n-products-info .lista .products-top {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .i-listb .ulbox .left, .i-listb .ulbox .right, .i-listc .left, .i-listc .right {
    width: 100%;
  }

  .i-listc .left {
    margin-bottom: 1rem;
  }

  .i-listc .right a {
    margin-bottom: 1rem;
  }

  .i-listc a {
    width: 100%;
  }

  .i-listd {
    padding-top: 1.5rem;
  }

  .i-listb {
    padding-top: 1rem;
  }

  .n-legend .listd .tit2, .n-legend .listc .ulbox {
    width: 90%;
  }

  .n-idea .listc .text {
    position: relative;
    text-align: center;
    margin-top: 1rem;
    right: auto;
    top: auto;
    width: 100%;
  }

  .n-idea .listc .name-img {
    text-align: center;
    margin-top: .5rem;
  }

  .n-master .lista .ulbox {
    margin-top: 1.5rem;
  }

  .n-cosmetics .listb .left, .n-cosmetics .listb .right {
    width: 100%;
  }

  .n-cosmetics .listb .right {
    padding: 1.5rem 0;
  }

  .n-brand .listb .ulbox, .n-cosmetics .listb {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-legend {
    padding-bottom: 2rem;
  }

  .products-nav .li {
    padding: 0 .5rem;
    font-size: 16px;
  }

  .n-products-info .lista .imgbox {
    width: 80%;
    margin: 0 auto;
  }

  .n-products-info .lista .text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .n-products-info .lista .more-btn {
    width: 300px;
  }

  .n-products-info .lista .text .select-box select {
    width: calc(100% - 150px);
  }

  .news-info .news-text {
    font-size: 14px;
  }

  .news-info .news-nav {
    padding-top: 20px;
  }

  .news-info {
    padding-bottom: 2rem;
  }

  .n-master .text-box-s{
    height:9rem;
  }
  .n-banner-s,.i-banner{
    height: auto;
  }
  .i-banner img{
    max-width:100%;
  }
  .n-banner .swiper-slide,.i-banner .swiper-slide{
    background:none !important;
  }
  .n-contact .listc img{
    width:60px;
    height:60px;
  }
  .n-contact .lista .ulbox .right .tit2{
    max-height:10rem;
  }
}
@media (max-width: 960px) {
  .n-legend .listb .ulbox .left img, .n-legend .listb .ulbox .left img, .n-master .lista .ulbox .left img, .n-contact .lista .ulbox .left img, .n-contact .lista .ulbox-two .left img {
    max-width: 90%;
  }
  .n-brand .lista .ulbox-s .left img{
    max-width:110vw;
    width:110vw;
    position:relative;
    left:-6%;
  }
}
@media (max-width: 768px) {
  .i-lista .li-item {
    /*width:100%;
    margin-bottom:4%;
    margin-right:0;*/
  }

  .i-lista {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  footer .footer-bot .footer-right, .n-greatest .listb {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-greatest .listb .li-item {
    width: 100%;
    margin-bottom: .75rem;
  }

  footer .footer-bot .footer-right .bdshare-button-style0-24 {
    width: 100%;
    margin-bottom: .5rem;
  }

  footer .footer-bot .footer-right .ulbox {
    width: 100%;
  }

  footer .footer-bot .footer-right .p1 {
    text-align: left;
    width: 100%;
    margin-top: .5rem;
  }

  footer .footer-top {
    padding-bottom: 1rem;
  }

  .i-listb .ulbox .left .img1 {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    margin: .5rem 0;
  }

  .tit-32 {
    font-size: .75rem;
  }

  .n-legend .listb .ulbox .right .tit3 {
    margin-bottom: .5rem;
  }

  .n-legend .listb .ulbox .right .tit2 {
    margin-top: 0;
  }

  .n-legend .listb {
    margin-bottom: 1.5rem;
  }

  .n-legend .listc .ulbox {
    width: 100%;
  }

  .n-legend .listd .tit2 {
    width: 90%;
  }

  .n-brand .lista .ulbox .right .tit1, .n-master .lista .ulbox .right .tit1, .n-master .ulbox-s .tit1, .n-contact .lista .ulbox-two .right .tit1 {
    border-top: 2px solid #ddb88b;
    border-bottom: 2px solid #ddb88b;
  }

  .n-brand .lista .ulbox .right .tit1 p, .n-master .lista .ulbox .right .tit1 p, .n-master .ulbox-s .tit1 p, .n-contact .lista .ulbox-two .right .tit1 p {
    padding: 0 15px;
  }

  .n-brand .lista .ulbox .right .tit1 p:before, .n-brand .lista .ulbox .right .tit1 p:after, .n-master .lista .ulbox .right .tit1 p:before, .n-master .lista .ulbox .right .tit1 p:after, .n-master .ulbox-s .tit1 p:before, .n-master .ulbox-s .tit1 p:after, .n-contact .lista .ulbox-two .right .tit1 p:before, .n-contact .lista .ulbox-two .right .tit1 p:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .tit-40 {
    font-size: .8rem;
  }

  .tit-20 {
    font-size: 14px;
  }

  .tit-35 {
    font-size: .75rem;
  }

  .n-contact .lista .ulbox .right .tit1 {
    font-size: .68rem;
    line-height: 1.4;
  }

  .n-brand .listb .ulbox .li-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .n-master .lista .text, .n-contact .lista .text {
    width: 100%;
  }

  .n-master .ulbox-s .imgbox .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-master .ulbox-s .imgbox .li:nth-child(4n) {
    margin-right: 4%;
  }

  .n-master .ulbox-s .imgbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-contact .listb .imgbox:before {
    top: auto !important;
    margin-top: 0;
    bottom: 70px;
  }

  .n-contact .listb .imgbox .swiper-button-next {
    top: auto !important;
    bottom: 63px;
  }

  .n-contact .listb .imgbox .p {
    max-height: 76px;
    overflow-y: hidden;
  }

  .n-contact {
    padding: .5rem 0 2rem;
  }

  .n-dealer #map {
    width: 720px;
    height: 600px;
    margin: 0 auto;
  }

  .n-products-list .lista .ulbox .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .n-products-list .lista .ulbox .text .tit-20 {
    font-size: 16px;
  }
  .news-text .video-info{
    width:100% !important;
    height:10rem !important;
  }
  .news-text .video-info iframe{
    height:10rem !important;
  }

  .i-lista{
    padding-top:.5rem;
  }
  .n-contact .listc img{
    width:45px;
    height:45px;
  }
  .n-contact .listc .p{
    font-size:12px;
  }
}
@media (max-width: 560px) {
  .i-lista, .i-listb, .i-listc, .i-listd, footer, .n-greatest .lista, .n-greatest .listb, .n-greatest .listb, .n-legend .listb, .n-legend .listc, .n-brand .lista, .n-idea .listc, .n-brand .listb, .n-master .lista, .n-cosmetics .lista, .n-cosmetics .listb, .n-cosmetics .listc, .n-cosmetics .listc, .n-contact .lista, .n-products-list .listb, .n-products-list .lista {
    padding-left: 5%;
    padding-right: 5%;
  }

  .n-contact .listb {
    padding-left: 5%;
  }

  footer .footer-bot .footer-left .more-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  footer .footer-top .more-btn {
    font-size: 12px;
  }

  .i-listb {
    padding-top: 0;
  }

  .n-greatest .lista .text, .n-cosmetics .lista .text {
    left: .5rem;
    bottom: .5rem;
  }

  .n-greatest .lista .text .more-btn, .n-cosmetics .lista .text .more-btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: .2rem;
  }

  .n-legend .listb .ulbox {
    margin-top: 1.5rem;
  }

  .n-greatest .title, .n-legend .title, .n-brand .title, .n-master .title {
    margin: .5rem auto 1.5rem;
  }

  .n-brand .title-two {
    width: 100%;
  }

  .n-brand .title-two .img1 {
    margin-left: 0;
    left: 0;
  }

  .p-14 {
    font-size: 12px;
  }
  .header2 .header-top .mall-btn,.home span{
    font-size:12px;
  }
  .home{
    margin-left:10px;
  }
  .i-lista{
    padding-left:0;
    padding-right:0;
  }
  .i-lista .text{
    padding:5% 5% 0;
  }
  .n-legend .listb .ulbox .right .tit1{
        background:transparent;
        color:#bfa081;
  }
}

/*# sourceMappingURL=mobile.css.map */