#app {
  background: #f4f4f4 !important;
}
.breadcrumb-view {
  background: #f7f8fc;
}
.product-view {
  margin-top: 30px;
}
.product-view .pro-container {
  display: flex;
  width: 950px;
  margin: 0 auto;
}
.product-view .pro-container .product-nav {
  width: 180px;
}
.product-view .pro-container .product-nav .nav-title {
  height: 30px;
  line-height: 30px;
  background: #e6e7e9;
  color: #878790;
  font-size: 16px;
  padding-left: 10px;
}
.product-view .pro-container .product-nav .nav-list {
  margin-top: 5px;
  text-align: center;
}
.product-view .pro-container .product-nav .nav-list .nav-item {
  margin-top: 1px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background: #5d7bef;
  cursor: pointer;
  color: #ffffff;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(1) {
  background: #5d7bef;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(2) {
  background: #f7673a;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(3) {
  background: #bc03fd;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(4) {
  background: #fd515a;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(5) {
  background: #f3ad3e;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(6) {
  background: #3ccfa3;
}
.product-view .pro-container .product-nav .nav-list .nav-item:nth-child(6) {
  background: #2dbeff;
}
.product-view .pro-container .product-list-view {
  width: 770px;
}
.product-view .pro-container .product-list-view .list-header {
  margin-left: 10px;
  border: 1px solid #eaeaea;
}
.product-view .pro-container .product-list-view .list-header p {
  padding-left: 20px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #1f272d;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
}
.product-view .pro-container .product-list-view .search-view {
  padding-left: 20px;
  color: #6d6d6d;
  font-size: 17px;
  padding-top: 22px;
  padding-bottom: 5px;
}
.product-view .pro-container .product-list-view .search-view input {
  margin-left: 50px;
  border: 1px solid #deab8b;
  background: #f7f8fc;
  background-color: #f7f8fc;
  font-size: 14px;
  outline: none;
  height: 26px;
  padding-left: 8px;
}
.product-view .pro-container .product-list-view .search-view button {
  background: #fc6d3c;
  border: #fc6d3c 1px solid;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  color: #ffffff;
}
.product-view .pro-container .product-list {
  margin-top: 8px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.product-view .pro-container .product-list .product-item {
  width: 25%;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
}
.product-view .pro-container .product-list .product-item .product-item-inner {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
.product-view .pro-container .product-list .product-item .product-item-inner .line1 {
  width: 156px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price {
  flex: 1;
  text-align: left;
  color: #d1473a;
}
.product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price span {
  margin: 0;
  padding: 0;
}
.product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price span:nth-child(2) {
  font-size: 16px;
}
.product-view .pro-container .product-list .product-item .product-item-inner .line1 .telicon {
  height: 20px;
}
.product-view .pro-container .product-list .product-item .pro-img {
  width: 156px;
  height: 156px;
  border: 1px solid #ffffff;
}
.product-view .pro-container .product-list .product-item .pro-txt {
  width: 156px;
  margin: 0 auto;
  text-align: left;
}
.product-view .pro-container .product-list .product-item .pro-txt p {
  width: 156px;
  color: #878b94;
  margin: 0;
  padding: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-view .pro-container .product-list .product-item .pro-txt p:nth-child(1) {
  color: #545359;
  font-size: 14px;
}
.navigation {
  background: #ffffff;
  display: flex;
  margin-top: 20px;
}
.navigation .white-view {
  width: 180px;
}
.navigation .navigation-view {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.navigation .navigation-view .page {
  border: 1px solid #eaeaea;
  color: #333333;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.navigation .navigation-view .page.disable {
  color: #999999;
}
.navigation .navigation-view .page.next {
  margin-left: 10px;
}
.navigation .navigation-view .pageNo {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eaeaea;
  margin-left: 10px;
  cursor: pointer;
}
.navigation .navigation-view .pageNo.active {
  color: #ffffff;
  background: #425383;
  border: 1px solid #425383;
}
.navigation .navigation-view .pageinfo {
  margin-left: 10px;
  color: #666666;
}
.navigation .navigation-view .input-view {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  margin-right: 10px;
}
.navigation .navigation-view .input-view input {
  height: 30px;
  color: #333333;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border: 1px solid #eaeaea;
  width: 30px;
  outline: none;
}
.ourGoods-view {
  background: #ffffff;
  margin-top: 0 !important;
}
#banner img {
  width: 100%;
  margin: 0;
}
/* lg */
@media (min-width: 1450px) {
  .product-view {
    margin-top: 30px;
  }
  .product-view .pro-container {
    display: flex;
    width: 1250px;
    margin: 0 auto;
  }
  .product-view .pro-container .product-nav {
    width: 240px;
  }
  .product-view .pro-container .product-nav .nav-title {
    height: 44px;
    line-height: 44px;
    background: #e6e7e9;
    color: #878790;
    font-size: 16px;
    padding-left: 10px;
  }
  .product-view .pro-container .product-nav .nav-list {
    margin-top: 5px;
    text-align: center;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item {
    margin-top: 1px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #5d7bef;
    cursor: pointer;
    color: #ffffff;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(1) {
    background: #5d7bef;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(2) {
    background: #f7673a;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(3) {
    background: #bc03fd;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(4) {
    background: #fd515a;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(5) {
    background: #f3ad3e;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(6) {
    background: #3ccfa3;
  }
  .product-view .pro-container .product-nav .nav-list .nav-item:nth-child(6) {
    background: #2dbeff;
  }
  .product-view .pro-container .product-list-view {
    width: 1010px;
  }
  .product-view .pro-container .product-list-view .list-header {
    margin-left: 10px;
    border: 1px solid #eaeaea;
  }
  .product-view .pro-container .product-list-view .list-header p {
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #1f272d;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
  }
  .product-view .pro-container .product-list-view .search-view {
    padding-left: 20px;
    color: #6d6d6d;
    font-size: 17px;
    padding-top: 22px;
    padding-bottom: 5px;
  }
  .product-view .pro-container .product-list-view .search-view input {
    margin-left: 50px;
    border: 1px solid #deab8b;
    background: #f7f8fc;
    background-color: #f7f8fc;
    font-size: 14px;
    outline: none;
    height: 26px;
    padding-left: 8px;
  }
  .product-view .pro-container .product-list-view .search-view button {
    background: #fc6d3c;
    border: #fc6d3c 1px solid;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    color: #ffffff;
  }
  .product-view .pro-container .product-list {
    margin-top: 8px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .product-view .pro-container .product-list .product-item {
    width: 25%;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 18px;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner .line1 {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price {
    flex: 1;
    text-align: left;
    color: #d1473a;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price span {
    margin: 0;
    padding: 0;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner .line1 .pro-price span:nth-child(2) {
    font-size: 16px;
  }
  .product-view .pro-container .product-list .product-item .product-item-inner .line1 .telicon {
    height: 20px;
  }
  .product-view .pro-container .product-list .product-item .pro-img {
    width: 208px;
    height: 208px;
    border: 1px solid #ffffff;
  }
  .product-view .pro-container .product-list .product-item .pro-txt {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .product-view .pro-container .product-list .product-item .pro-txt p {
    width: 156px;
    color: #878b94;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-view .pro-container .product-list .product-item .pro-txt p:nth-child(1) {
    color: #545359;
    font-size: 14px;
  }
  .navigation {
    background: #ffffff;
    display: flex;
    margin-top: 20px;
  }
  .navigation .white-view {
    width: 240px;
  }
  .navigation .navigation-view {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .navigation .navigation-view .page {
    border: 1px solid #eaeaea;
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
  }
  .navigation .navigation-view .page.disable {
    color: #999999;
  }
  .navigation .navigation-view .page.next {
    margin-left: 10px;
  }
  .navigation .navigation-view .pageNo {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eaeaea;
    margin-left: 10px;
    cursor: pointer;
  }
  .navigation .navigation-view .pageNo.active {
    color: #ffffff;
    background: #425383;
    border: 1px solid #425383;
  }
  .navigation .navigation-view .pageinfo {
    margin-left: 10px;
    color: #666666;
  }
  .navigation .navigation-view .input-view {
    margin-left: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .navigation .navigation-view .input-view input {
    height: 30px;
    color: #333333;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border: 1px solid #eaeaea;
    width: 30px;
    outline: none;
  }
}
/* md */
/* sm */
/* xs */
/* XS Portrait */
