.w {
  width: 1200px;
  margin: 0 auto;
}
.shop {
  margin-bottom: 20px;
}
.shop .shop-t p {
  text-align: center;
  font-size: 22.92px;
  color: #fff;
  background: #0a3747;
  height: 45px;
  line-height: 45px;
}
.shop .shop-b > img {
  width: 520px;
}
.shop .shop-b .shop-b-r {
  width: 580px;
  margin-top: 50px;
}
.shop .shop-b .shop-b-r .shop-b-r-t {
  font-family: "方正大标宋简体";
  font-size: 37.5px;
}
.shop .shop-b .shop-b-r .shop-b-r-t-e {
  font-family: "方正大标宋简体";
  font-size: 14.58px;
  letter-spacing: 1px;
}
.shop .shop-b .shop-b-r p {
  font-size: 15px;
  margin-top: 30px;
}
.shop .shop-b .shop-b-r p .red {
  font-size: 25px;
  color: red;
}
.shop .shop-b .shop-b-r .button {
  margin-top: 40px;
}
.shop .shop-b .shop-b-r .button a {
  width: 184px;
  height: 60px;
  display: inline-block;
  background: #447e96;
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 60px;
  margin-left: 75px;
}
.shop .shop-b .shop-b-r .button a img {
  margin-right: 5px;
  margin-top: -2px;
}
.shop .shop-b .shop-b-r .zixun .zixun1 {
  text-align: center;
  margin-left: 115px;
}
.shop .shop-b .shop-b-r .zixun .zixun2 {
  text-align: center;
  margin-left: 155px;
}
.catalog {
  margin-top: 20px;
}
.catalog .catalog-t {
  width: 205px;
  height: 50px;
  background: #0a3747;
  color: #fff;
  font-size: 22.92px;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.catalog .catalog-line {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  height: 5px;
  background: #0a3747;
}
.catalog .catalog-b-hui {
  background: #f4f5f6;
  padding-bottom: 10px;
}
.catalog .catalog-b-hui .catalog-list {
  padding: 0 30px;
  color: #385560;
  padding-top: 20px;
  box-sizing: border-box;
}
.catalog .catalog-b-hui .catalog-list h3 {
  font-size: 20px;
  margin-top: 0;
}
.catalog .catalog-b {
  background: #fff;
}
.catalog .catalog-b .catalog-list {
  padding: 0 30px;
  color: #385560;
  padding-top: 20px;
  box-sizing: border-box;
}
.catalog .catalog-b .catalog-list h3 {
  margin-top: 0;
  font-size: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner {
    display: none !important;
  }
  .top-pic-m {
    display: block !important;
    margin-bottom: 30px;
  }
  .top-pic-m img {
    width: 100%;
  }
  .shop .shop-t p {
    font-size: 16px;
    padding: 0 10px;
    padding-top: 5px;
    box-sizing: border-box;
    height: 50px;
    line-height: 1.3;
  }
  .shop .shop-b {
    display: none;
  }
  .shop .shop-b-m {
    display: block !important;
  }
  .shop .shop-b-m > img {
    width: 70%;
    margin-left: 20px;
  }
  .shop .shop-b-m .shop-b-r .shop-b-r-t {
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 5px;
    font-weight: 700;
  }
  .shop .shop-b-m .shop-b-r .shop-b-r-t-e {
    color: #999;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .shop .shop-b-m .shop-b-r > p {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-weight: 700;
  }
  .shop .shop-b-m .shop-b-r > p .red {
    color: red;
    font-size: 26px;
  }
  .shop .shop-b-m .shop-b-r .shop-detail p {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .shop .shop-b-m .shop-b-r .shop-detail p .hui {
    display: inline-block;
    width: 140px;
    color: #998;
  }
  .shop .shop-b-m .shop-b-r .button {
    margin: 20px 0;
    text-align: center;
  }
  .shop .shop-b-m .shop-b-r .button a {
    width: 110px;
    height: 40px;
    display: inline-block;
    background: #447e96;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin: 0px 20px;
  }
  .shop .shop-b-m .shop-b-r .button a img {
    margin-right: 5px;
    margin-top: -2px;
  }
  .zixun {
    display: block !important;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 1;
  }
  .zixun p {
    background: #0a3747;
    color: #fff;
    width: 30px;
    height: 130px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .zixun .zixun1 {
    background: #0a3747;
    width: 90px;
    height: 190px;
    padding: 5px;
    box-sizing: border-box;
  }
  .zixun .zixun1 img:nth-child(2) {
    margin-top: 20px;
  }
  .catalog {
    margin-top: 30px;
  }
  .catalog .catalog-t {
    width: 120px;
    height: 30px;
    background: #0a3747;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    margin-bottom: 0px;
  }
}
