html,
body {
  height: 100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

img[data-src] {
  background: url(http://statics.melitabuy.com/images/swiss/loading.gif) no-repeat center center;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header {
  width: 100%;
  max-width: 1620px;
  height: 120px;
  margin: 0 auto;
  padding: 0 24px;
  color: #222;
  background-color: #fff;
}

.header .logo {
  float: left;
  width: 72px;
  height: 70px;
  margin-top: 20px;
}

.header .logo img {
  width: 100%;
  height: 100%;
}

.menu {
  position: relative;
  height: 42px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 18px;
  line-height: 18px;
}

@media (min-width: 1000px) {
  .menu {
    width: 620px;
  }
}

.menu .item {
  height: 42px;
  display: inline-block;
  width: 118px;
  cursor: pointer;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.menu .item:hover {
  color: #672d20;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.menu .item:hover .secondTitle {
  display: block;
}

.menu .active {
  font-size: 20px;
  font-weight: bold;
  color: #672d20;
}

.menu .secondTitle {
  display: none;
  position: absolute;
  left: -68px;
  top: 30px;
  width: 250px;
  height: 90px;
  padding: 10px;
  background-color: #4a4a4aa1;
}

.secondTitle hr {
  margin: 15px 0;
}

.secondTitle a {
  color: #fff;
}

.secondTitle a:hover {
  text-decoration: underline;
}

.QRcode {
  position: relative;
  float: right;
  margin-top: 50px;
  font-size: 14px;
  cursor: pointer;
}

.QRcode:hover .code {
  display: block;
}

.QRcode:hover .icon_down {
  display: none;
}

.QRcode:hover .icon_up {
  display: inline-block;
}

.QRcode .icon_up {
  display: none;
  width: 18px;
  height: 10px;
  margin-left: 5px;
  font-size: 12px;
}

.QRcode .icon_down {
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 5px;
  font-size: 12px;
}

.QRcode .code {
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: 10;
  opacity: 1;
  display: none;
  width: 160px;
  height: 210px;
  padding: 18px 15px 0 15px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  animation: downin .5s linear;
  -moz-animation: downin .5s linear;
  -webkit-animation: downin .5s linear;
  -o-animation: downin .5s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.QRcode .code img {
  width: 130px;
  height: 130px;
}

.QRcode .code .desc {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.navbar .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65;
}

.navbar-head {
  position: relative;
  z-index: 10;
  padding: 12px;
  background: #fff;
}

.navbar-head .burger {
  float: right;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  font-size: 20px;
  line-height: 30px;
  color: #222;
}

.navbar-head .burger:before {
  color: #222;
}

.header-logo {
  width: 30px;
  height: 29px;
}

.navbar-body {
  position: relative;
  z-index: 10;
  border: none;
  background-color: #fff;
  margin-top: 0;
}

.navbar-body .line {
  position: relative;
  height: 60px;
  padding: 0 20px;
  color: #222;
}

.navbar-body .line:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 13px;
  width: 93%;
  height: 1px;
  background: #eaeaea;
}

.navbar-body .line>a {
  display: inline-block;
  width: 85%;
}

.navbar-body .cria-more_down,
.navbar-body .cria-more_up {
  height: 10px;
  margin-top: 25px;
  font-size: 12px;
}

.side-list.first .line {
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
}

.side-list.first .active>.line {
  background-color: #f0f0f0;
}

.side-list.second {
  display: none;
}

.side-list.second .line {
  font-size: 16px;
}

.side-list.second .active>.line {
  background-color: #f8f8f8;
}

.side-list.third {
  display: none;
}

.side-list.third .line {
  font-size: 14px;
}

.footer {
  width: 100%;
  max-width: 1720px;
  margin: 16px 0;
  padding: 0 24px;
  font-size: 12px;
  z-index: 100;
  color: #828282;
}

@media (max-width: 760px) {
  .footer {
    padding: 20px 0 30px;
    line-height: 30px;
  }
}

.footer .footer_box {
  padding: 0 45px;
  border-top: 1px solid #828282;
  text-align: center;
}

@media (max-width: 760px) {
  .footer .footer_box {
    border-top: none;
    padding: 0 12px;
  }
}

.footer .footer_box:after {
  content: '';
  display: block;
  clear: both;
}

.footer .logo {
  display: inline-block;
  height: 28px;
  font-size: 28px;
  margin: 12px 12px 12px 0;
}

@media (max-width: 1000px) {
  .footer .logo {
    display: block;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .footer .logo {
    margin: 0 !important;
    line-height: 24px;
  }
}

.footer .banquan {
  display: inline-block;
  margin-top: 19px;
  line-height: 16px;
  vertical-align: top;
  text-align: left;
  line-height: 22px;
}

.footer .banquan .company {
  display: inline-block;
}

@media (max-width: 1000px) {
  .footer .banquan {
    display: block;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .footer .banquan {
    margin: 8px 0;
    line-height: 20px;
  }

  .footer .banquan .pcbr {
    display: none;
  }
}

@media (min-width: 1000px) {
  .footer .banquan .pcbr {
    display: none;
  }

  .footer .banquan .mbr {
    display: none;
  }
}

@media (max-width: 1000px) and (min-width: 760px) {
  .footer .banquan {
    margin-top: 0;
  }

  .footer .banquan .pcbr {
    display: none;
  }

  .footer .banquan .mbr {
    display: none;
  }
}

.footer .beian {
  float: right;
  margin-top: 12px;
  line-height: 28px;
  color: #c4c4c4;
}

.links {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto 28px;
  padding: 0 74px;
  font-size: 12px;
  color: #c4c4c4;
}

.links .links_box {
  overflow: hidden;
  margin-left: 70px;
}

.links .title {
  float: left;
}

.links .link {
  overflow: hidden;
  margin-left: -16px;
}

.links .link:after {
  content: '';
  display: block;
  clear: both;
}

.links .link p {
  float: left;
  display: inline-block;
}

.links .link a {
  display: inline-block;
  margin-right: 16px;
}

.links .link a:hover {
  color: #666;
}

.links .link span {
  margin-right: 16px;
  color: #eaeaea;
}

.dialog-wrap {
  position: absolute;
  top: 10%;
  left: 12%;
  right: 12%;
  z-index: 101;
  max-width: 1444px;
  min-width: 800px;
  background-color: #fff;
}

.dialogBox {
  display: none;
}

.dialogBox .bigImg {
  float: left;
  width: 38%;
  text-align: center;
  background-color: #eed6c7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialogBox .bigImg img {
  width: 100%;
  height: auto;
}

.dialogBox .dialog-main {
  float: left;
  width: 62%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 1200px) {
  .dialogBox .dialog-main {
    margin-left: 0;
    padding-left: 60px;
  }
}

.dialogBox .dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.dialogBox .dialog-close .fontIcon {
  display: inline-block;
  margin: 24px;
  width: 32px;
  height: 32px;
  font-size: 30px;
  color: #222;
  cursor: pointer;
}

.dialogBox .dialog-close .fontIcon:before {
  color: #222;
}

.dialogBox .dialog-close img {
  width: 32px;
  height: 32px;
  margin-top: 60px;
  margin-left: 25px;
  cursor: pointer;
}

.dialogMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  z-index: 100;
}

.goods-box {
  float: left;
  width: 50%;
  padding: 50px 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  box-sizing: border-box;
}

.goods-box .goods-img {
  width: 71.88%;
  /*height: 200px;*/
}

.goods-box .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #222;
  text-align: center;
  line-height: 30px;
}

.goods-box .view_btn {
  color: #828282;
  border-color: #828282;
}

.goods-box .view_btn a {
  text-decoration: none;
}

.goods-box .view_btn a:hover,
.goods-box .view_btn a:visited {
  color: #828282;
}

.view_btn {
  width: 10em;
  height: 2.5em;
  margin: 1em auto 0;
  border: 1px solid #fff;
  border-radius: 26px;
  font-size: 20px;
  line-height: 2.5em;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 750px) {
  .view_btn {
    letter-spacing: 0;
    font-size: 12px;
  }
}

.view_btn .icon {
  width: 22px;
  height: 22px;
  vertical-align: sub;
}

@media (max-width: 750px) {
  .view_btn .icon {
    width: 13px;
    height: 13px;
  }
}

.view_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.view_btn a:hover,
.view_btn a:visited {
  color: #fff;
}

.page {
  padding: 0 140px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #828282;
}

@media (max-width: 1000px) {
  .page {
    padding: 30px 12px 15px;
  }
}

.page:after {
  content: '';
  display: block;
  clear: both;
}

.page a:hover,
.page a:focus {
  color: #70291b;
}

.page .prevPage {
  float: left;
}

.page .nextPage {
  float: right;
}

@-webkit-keyframes downin {
  0% {
    display: block;
    top: 70px;
    opacity: 0;
  }

  100% {
    top: 30px;
    opacity: 1;
  }
}

@-moz-keyframes downin {
  0% {
    display: block;
    top: 70px;
    opacity: 0;
  }

  100% {
    top: 30px;
    opacity: 1;
  }
}

@-ms-keyframes downin {
  0% {
    display: block;
    top: 70px;
    opacity: 0;
  }

  100% {
    top: 30px;
    opacity: 1;
  }
}

@-o-keyframes downin {
  0% {
    display: block;
    top: 70px;
    opacity: 0;
  }

  100% {
    top: 30px;
    opacity: 1;
  }
}

@keyframes downin {
  0% {
    display: block;
    top: 70px;
    opacity: 0;
  }

  100% {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes topin {
  0% {
    display: block;
    top: -240px;
    opacity: 0;
  }

  100% {
    top: -198px;
    opacity: 1;
  }
}

@-moz-keyframes topin {
  0% {
    display: block;
    top: -240px;
    opacity: 0;
  }

  100% {
    top: -198px;
    opacity: 1;
  }
}

@-ms-keyframes topin {
  0% {
    display: block;
    top: -240px;
    opacity: 0;
  }

  100% {
    top: -198px;
    opacity: 1;
  }
}

@-o-keyframes topin {
  0% {
    display: block;
    top: -240px;
    opacity: 0;
  }

  100% {
    top: -198px;
    opacity: 1;
  }
}

@keyframes topin {
  0% {
    display: block;
    top: -240px;
    opacity: 0;
  }

  100% {
    top: -198px;
    opacity: 1;
  }
}

.sheepskinsPage {
  margin: 0;
  background-image: url(http://statics.melitabuy.com/images/cria/sheepskins.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sheepskinsPage .mainContent {
  max-width: 1270px;
  max-height: 720px;
  margin: 120px auto 0;
  padding: 40px;
  background-color: #4a4a4a49;
  color: #fff;
}

.sheepskinsPage .mainContent h1 {
  font-size: 35px;
  margin-bottom: 25px;
  text-align: center;
}

.sheepskinsPage .mainContent .cont {
  padding-left: 80px;
  font-size: 28px;
  line-height: 60px;
}

.sheepskinsPage .header {
  background-color: transparent;
}