body {
  background-color: #f6f9fd;
  width: 100%;
  margin: 0 auto;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
@media screen and (min-width: 750px) {
  .nav-bar-box {
    overflow: hidden;
    border-bottom: #e02020 2px solid;
  }
  .nav-bar-box .nav-bar {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .nav-bar-box .nav-bar .item a {
    cursor: pointer;
  }
  .nav-bar-box .nav-bar .item a span {
    line-height: 50px;
    color: #333;
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .nav-bar-box {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .TopBar-Box-M {
    display: none;
  }
  .TopBar-Box-PC {
    width: 100%;
    padding: 11px 0;
    background-color: #f4f4f4;
  }
  .TopBar-Box-PC .TopBar {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .TopBar-Box-PC .TopBar .left .logo {
    width: 101px;
    height: 26px;
  }
  .TopBar-Box-PC .TopBar .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .TopBar-Box-PC .TopBar .right .item {
    margin-right: 80px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    line-height: 26px;
    position: relative;
  }
  .TopBar-Box-PC .TopBar .right .item .top-app-code-box,
  .TopBar-Box-PC .TopBar .right .item .top-xcx-code-box,
  .TopBar-Box-PC .TopBar .right .item .top-wechat-code-box {
    position: absolute;
    width: 200px;
    padding: 20px;
    bottom: -210px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
    transform: translateX(-36%);
    display: none;
  }
  .TopBar-Box-PC .TopBar .right .item .top-app-code-box .code,
  .TopBar-Box-PC .TopBar .right .item .top-xcx-code-box .code,
  .TopBar-Box-PC .TopBar .right .item .top-wechat-code-box .code {
    display: block;
    width: 100%;
  }
  .TopBar-Box-PC .TopBar .right .item:hover div {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .TopBar-Box-PC {
    display: none;
  }
  .TopBar-Box-M {
    width: 100%;
    height: calc(100vw / 750 * 80);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .TopBar-Box-M .TopBar {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .TopBar-Box-M .TopBar .btn-comeback {
    padding: 0 calc(100vw / 750 * 20);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .TopBar-Box-M .TopBar .btn-comeback .icon {
    display: block;
    width: calc(100vw / 750 * 36);
    height: calc(100vw / 750 * 36);
  }
  .TopBar-Box-M .TopBar .logo {
    width: calc(100vw / 750 * 140);
    height: calc(100vw / 750 * 36);
    margin: 0 auto;
  }
}
.banner-box {
  width: 100%;
}
.banner-box .banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .banner-box .banner {
    background-image: url("../images/banner-PC.png");
    height: 450px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .banner-box .banner {
    background-image: url("../images/banner-PC2.png");
    height: 450px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  .banner-box .banner {
    background-image: url("../images/banner-M.png");
    width: calc(100vw - 100vw / 750 * 40);
    border-radius: calc(100vw / 750 * 10);
    margin: 0 auto;
    height: calc(100vw / 718 * 318);
  }
}
@media screen and (min-width: 750px) {
  .nav-h5-box {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .nav-h5-box .nav-bar {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: calc(100vw / 750 * 36) calc(100vw / 750 * 30) calc(100vw / 750 * 40) calc(100vw / 750 * 30);
    box-sizing: border-box;
  }
  .nav-h5-box .nav-bar .item a .icon {
    display: block;
    width: calc(100vw / 750 * 96);
    height: calc(100vw / 750 * 96);
    margin-bottom: calc(100vw / 750 * 16);
  }
  .nav-h5-box .nav-bar .item a span {
    font-size: calc(100vw / 750 * 24);
    color: #333;
  }
}
@media screen and (min-width: 750px) {
  .productGroup-Box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .productGroup-Box .title {
    font-size: 24px;
    color: #0f1d37;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .productGroup-Box .productGroup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productGroup-Box .productGroup .Group-Row {
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    width: 576px;
    margin-bottom: 48px;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt {
    border: 1px solid #f3f3f3;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .banner {
    width: 556px;
    height: 222px;
    cursor: pointer;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product {
    padding: 10px 12px 20px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row {
    width: 170px;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box {
    width: 170px;
    height: 170px;
    margin-bottom: 6px;
    position: relative;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .mask {
    width: 170px;
    height: 170px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .mask .maskCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .mask .maskCnt img {
    width: 120px;
    height: 120px;
    margin-bottom: 6px;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .mask .maskCnt span {
    font-size: 14px;
    color: #fff;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .pdIMG {
    width: 170px;
    height: 170px;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row:hover .pic-box .mask {
    opacity: 1;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdName {
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdP {
    font-size: 16px;
    color: #e30e0e;
    font-family: "DIN Alternate Bold";
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdP span {
    font-size: 12px;
    font-weight: bold;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .h5 {
    display: none;
  }
}
@media screen and (min-width: 750px) and screen and (max-width: 1140px) {
  .productGroup-Box {
    width: 750px;
  }
  .productGroup-Box .title {
    margin: 0 auto;
  }
  .productGroup-Box .productGroup {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .productGroup-Box .productGroup .Group-Row {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .productGroup-Box {
    display: flex;
    flex-direction: column;
  }
  .productGroup-Box .title {
    display: none;
  }
  .productGroup-Box .productGroup {
    width: 100%;
  }
  .productGroup-Box .productGroup .Group-Row {
    width: 100%;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt {
    width: 100%;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .banner {
    width: 100%;
    margin-bottom: calc(100vw / 750 * 10);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 calc(100vw / 750 * 16);
    box-sizing: border-box;
    margin-bottom: calc(100vw / 750 * 40);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row {
    display: flex;
    flex-direction: column;
    width: calc((100vw - 100vw / 750 * 60) / 3);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdIMG {
    width: calc((100vw - 100vw / 750 * 60) / 3);
    height: calc((100vw - 100vw / 750 * 60) / 3);
    border-radius: calc(100vw / 750 * 10);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box {
    width: calc((100vw - 100vw / 750 * 60) / 3);
    height: calc((100vw - 100vw / 750 * 60) / 3);
    border-radius: calc(100vw / 750 * 10);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .mask {
    display: none;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pic-box .pdIMG {
    width: calc((100vw - 100vw / 750 * 60) / 3);
    height: calc((100vw - 100vw / 750 * 60) / 3);
    border-radius: calc(100vw / 750 * 10);
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdName {
    font-size: calc(100vw / 750 * 26);
    color: #333;
    margin-top: calc(100vw / 750 * 14);
    margin-bottom: calc(100vw / 750 * 6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .product-Row .pdP {
    font-size: calc(100vw / 750 * 34);
    color: #e30e0e;
    font-weight: bold;
    font-family: "DIN Alternate Bold";
  }
  .productGroup-Box .productGroup .Group-Row .productCnt .product .pc {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .like-Box {
    margin-top: 22px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .like-Box .title {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) and screen and (max-width: 1140px) {
  .like-Box {
    width: 750px;
  }
}
@media screen and (max-width: 749px) {
  .like-Box {
    padding: 0 calc(100vw / 750 * 16);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f9fd;
    margin-bottom: calc(100vw / 750 * 100);
    padding-bottom: calc(100vw / 750 * 60);
  }
  .like-Box .title {
    margin-top: calc(100vw / 750 * 58);
    margin-bottom: calc(100vw / 750 * 38);
    width: calc(100vw / 750 * 350);
  }
}
@media screen and (min-width: 750px) {
  .goods-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .goods-list .item {
    margin: 10px calc((1200px - 220px * 5) / 4) 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    width: 220px;
    background-color: #fff;
  }
  .goods-list .item .pic-box {
    width: 190px;
    height: 190px;
    position: relative;
  }
  .goods-list .item .pic-box .mask {
    width: 190px;
    height: 190px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .goods-list .item .pic-box .mask .maskCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goods-list .item .pic-box .mask .maskCnt img {
    width: 123px;
    height: 123px;
    margin-bottom: 6px;
  }
  .goods-list .item .pic-box .mask .maskCnt span {
    font-size: 14px;
    color: #fff;
  }
  .goods-list .item .pic-box .pdIMG {
    width: 190px;
    height: 190px;
  }
  .goods-list .item:hover .pic-box .mask {
    opacity: 1;
  }
  .goods-list .item .pdName {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .goods-list .item .pdP {
    font-size: 16px;
    font-family: "DIN Alternate Bold";
    color: #e02020;
    font-weight: bold;
  }
  .goods-list .item .more {
    font-size: 14px;
    color: #0f1d37;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .goods-list .item .xcxm {
    width: 123px;
    height: 123px;
    margin-bottom: 24px;
  }
  .goods-list .item .textCnt {
    font-size: 14px;
    color: #0f1d37;
    margin-bottom: 28px;
  }
  .goods-list .h5-item {
    display: none;
  }
}
@media screen and (min-width: 750px) and screen and (max-width: 1140px) {
  .like-Box {
    width: 750px;
  }
}
@media screen and (max-width: 749px) {
  .goods-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: calc(100vw / 750 * 16) 0;
  }
  .goods-list .item {
    display: flex;
    flex-direction: column;
    width: calc((100vw - (100vw / 750 * 48)) / 2);
    background-color: #fff;
    border-radius: calc(100vw / 750 * 15);
    overflow: hidden;
    margin-bottom: calc(100vw / 750 * 18);
    margin-right: calc(100vw / 750 * 16);
  }
  .goods-list .item .pic-box .mask {
    display: none;
  }
  .goods-list .item .pic-box .pdIMG {
    width: calc((100vw - (100vw / 750 * 48)) / 2);
    height: calc((100vw - (100vw / 750 * 48)) / 2);
  }
  .goods-list .item .pdName {
    padding: 0 calc(100vw / 750 * 26);
    box-sizing: border-box;
    margin-top: calc(100vw / 750 * 16);
    margin-bottom: calc(100vw / 750 * 12);
    font-size: calc(100vw / 750 * 30);
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .goods-list .item .pdP {
    padding: 0 calc(100vw / 750 * 26);
    box-sizing: border-box;
    font-size: calc(100vw / 750 * 34);
    font-weight: bold;
    color: #e30e0e;
    font-family: "DIN Alternate Bold";
    margin-bottom: calc(100vw / 750 * 24);
  }
  .goods-list .pc-item {
    display: none;
  }
  .goods-list .moreCard {
    display: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .bottomBar-M-Box,
  .bottom-tabbar-box {
    display: none;
  }
  .bottomBar-PC-Box {
    width: 100%;
    height: 250px;
    background-color: #323232;
    border-top: 4px solid #e02020;
    margin-top: 70px;
  }
  .bottomBar-PC-Box .banquan{
		color:#959595;
		font-size:13px;
		text-align:center;
		line-height:25px;
		padding-top:20px
  }
  .bottomBar-PC-Box .bottomBarCnt {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .bottomBar-PC-Box .bottomBarCnt .left {
    display: flex;
    flex-direction: column;
  }
  .bottomBar-PC-Box .bottomBarCnt .left .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .bottomBar-PC-Box .bottomBarCnt .left .title .line {
    width: 3px;
    height: 16px;
    background-color: #e02020;
    margin-right: 14px;
  }
  .bottomBar-PC-Box .bottomBarCnt .left .tel,
  .bottomBar-PC-Box .bottomBarCnt .left .wechat {
    font-size: 14px;
    color: #959595;
    margin-bottom: 16px;
    margin-left: 14px;
  }
  .bottomBar-PC-Box .bottomBarCnt .right {
    display: flex;
    flex-direction: row;
  }
  .bottomBar-PC-Box .bottomBarCnt .right .wxm-Box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 100px;
  }
  .bottomBar-PC-Box .bottomBarCnt .right .wxm-Box .wxm {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .bottomBar-PC-Box .bottomBarCnt .right .wxm-Box p {
    font-size: 12px;
    color: #959595;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and screen and (max-width: 1140px) {
  .bottomBarCnt {
    width: 750px !important;
  }
}
@media screen and (max-width: 749px) {
  .bottomBar-PC-Box {
    display: none;
  }
  .bottomBar-M-Box {
    position: fixed;
    bottom: 0;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 24);
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: calc(100vw / 750 * 24);
    padding-bottom: calc(100vw / 750 * 24 + constant(safe-area-inset-bottom));
    padding-bottom: calc(100vw / 750 * 24 + env(safe-area-inset-bottom));
  }
  .bottomBar-M-Box .left {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bottomBar-M-Box .left img {
    width: calc(100vw / 750 * 90);
    height: calc(100vw / 750 * 90);
    margin-right: calc(100vw / 750 * 20);
  }
  .bottomBar-M-Box .left .textGroup {
    display: flex;
    flex-direction: column;
  }
  .bottomBar-M-Box .left .textGroup .title {
    font-size: calc(100vw / 750 * 26);
    font-weight: bold;
    color: #333;
  }
  .bottomBar-M-Box .left .textGroup .text {
    font-size: calc(100vw / 750 * 22);
    color: #9b9eac;
  }
  .bottomBar-M-Box .right .btn {
    padding: 0 calc(100vw / 750 * 28);
    box-sizing: border-box;
    border-radius: calc(100vw / 750 * 100);
    background-color: #fd2840;
    color: #fff;
    font-weight: bold;
    font-size: calc(100vw / 750 * 24);
    line-height: calc(100vw / 750 * 64);
    display: block;
  }
  .bottom-tabbar-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: calc(100vw / 750 * 10) calc(100vw / 750 * 15) calc(100vw / 750 * 10) calc(100vw / 750 * 15);
    padding-bottom: calc(100vw / 750 * 15 + constant(safe-area-inset-bottom));
    padding-bottom: calc(100vw / 750 * 15 + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }
  .bottom-tabbar-box .item {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .bottom-tabbar-box .item .icon {
    display: block;
    width: calc(100vw / 750 * 64);
    height: calc(100vw / 750 * 64);
  }
  .bottom-tabbar-box .item .name {
    font-size: calc(100vw / 750 * 24);
  }
}
@media screen and (min-width: 750px) {
  .center-container {
    width: 1200px;
    margin: 10px auto 120px auto;
    display: flex;
    flex-direction: column;
  }
  .list-top-content {
    width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-flow: row nowrap;
    background: #fff;
  }
  .list-top-content .left {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
  }
  .list-top-content .left .banner {
    display: block;
    width: 100%;
    height: auto;
  }
  .list-top-content .right {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .list-top-content .right .code-box {
    font-size: 14px;
    font-weight: bold;
    color: #0f1d37;
    text-align: center;
  }
  .list-top-content .right .code-box .code {
    display: block;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 749px) {
  .center-container {
    padding: 0 calc(100vw / 750 * 16);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f9fd;
    margin-bottom: calc(100vw / 750 * 100);
    padding-bottom: calc(100vw / 750 * 60);
  }
  .list-top-content {
    display: none;
  }
}
