@charset "UTF-8";

html,
body,
div,
ol,
ul,
li,
ol,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
form,
a,
input,
textarea,
select,
label,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-family:
    "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}

body,
button,
input,
select,
textarea {
  font-family:
    "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

i {
  font-style: inherit;
}

button {
  overflow: visible;
}
.justify-content-between{
  justify-content: space-between;
}
.newsletter_subscribe form button{
  border: 0;
}
.font-weight {
  font-weight: bold;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body {
  color: rgba(0, 0, 0, 0.88);
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #3f79ff;
}

a:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a,
a:focus,
input,
textarea:focus,
input:focus,
video,
video:focus {
  outline: none;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size30 {
  font-size: 30px;
}

.size32 {
  font-size: 32px;
}

.size34 {
  font-size: 34px;
}

.size36 {
  font-size: 36px;
}

.size38 {
  font-size: 38px;
}

.size40 {
  font-size: 40px;
}
.bgGray {
  background-color: #f5f5f5;
}
.singleContent {
  /* background-color: #fff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .02); */
  /* border-radius: 5px; */
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.singleContent span,
.singleContent p {
  text-wrap-mode: wrap !important;
  line-height: 28px;
}
.singleContent h3 {
  margin: 10px 0 5px;
  font-weight: bold;
}
.maxWidth {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.mobileNavbar {
  display: none;
}
.baseTitle {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.baseTitle h3 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

/* 2026-01-start */
.top_text {
  background-color: #001139;
  color: #fff;
}
.top_text .maxWidth {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.top_text i {
  margin-right: 10px;
}
.top_text a {
  color: #fff;
}
.top_text .email i {
  margin-right: 5px;
}
.top_text a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.top_main {
  width: 100%;
  background-color: #202c7c;
}
.top_main .maxWidth {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_main .logo img {
  max-width: 228px;
}

.top_main .seach form {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
.top_main .seach input {
  border: none;
  height: 50px;
  line-height: 50px;
  width: 380px;
  padding: 0 15px;
  border: 0;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.top_main .seach button {
  background-color: #3f79ff;
  color: #fff;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.top_main .seach button i {
  font-size: 24px;
}
.top_main .seach button:hover {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.top_main .top_navbar ul {
  display: flex;
  align-items: center;
}
.top_main .cratUser {
  display: flex;
  align-items: center;
}
.cratUser>ul {
  display: flex;
  align-items: center;
}
.cratUser>ul>li.account_link{
  position: relative;
}
.cratUser>ul>li>a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 44px;
  color: #000;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}
.cratUser>ul>li>a:hover {
  opacity: 0.9;
}
.cratUser>ul>li>a i {
  font-size: 18px;
  font-weight: normal;
}
.cratUser>ul>li>a strong {
  font-size: 14px;
  margin-left: 3px;
  font-weight: normal;
}
.cratUser>ul>li.shopping_cart{
  position: relative;
}
.cratUser>ul>li span.item_count {
  position: absolute;
  background-color: #f05c52;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  min-width: 20px;
  margin-left: 3px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2px;
  right: -5px;
}
.top_navbar {
  background-color: #202c7c;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
.top_navbar .navMenu {
  display: flex;
  align-items: center;
  justify-content: left;
}
.top_navbar .navMenu > li {
  position: relative;
}
.top_navbar .navMenu > li a {
  font-size: 16px;
  margin-right: 20px;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
}
.top_navbar .navMenu > li a .icon-shouye {
  font-size: 20px;
  margin-right: 5px;
}
.top_navbar .navMenu > li a.active,
.top_navbar .navMenu > li a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
}
.top_navbar .navMenu > li > a > i {
  /* margin-left: 6px; */
}
.top_navbar .navMenu > li:hover .dropMenu {
  display: inline-block;
}
.top_navbar .navMenu .dropMenu {
  position: absolute;
  display: none;
  width: 160px;
  top: 59px;
  background-color: #202c7c;
  z-index: 2;
  left: 0;
  margin-left: -50px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.top_navbar .navMenu .dropMenu li a {
  line-height: 40px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
.top_navbar .navMenu .dropMenu li a:hover {
  background-color: #3f79ff;
  color: rgba(255, 255, 255, 0.8);
}
.baseTitle {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

/* prodList-start */

.viewMore {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.viewMore a {
  font-size: 16px;
  color: #202c7c;
  border: 1px solid #202c7c;
  padding: 16px 50px;
  display: inline-block;
}
footer{
  border-top: 1px solid #eee;
  margin-top: 60px;

}
.footer {
  /* background-color: #fff; */
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
}
.footer .blockList {
  display: flex;
  justify-content: space-between;
}
.footer .block01 img {
  max-width: 228px;
}
.footer .block01 p {
  width: 380px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  line-height: 22px;
}
.footer h3 {
  color: #999;
  font-size: 14px;
}
.footer ul {
  padding-top: 10px;
}
.footer ul li a {
  color: #333;
  font-size: 14px;
  margin: 8px 0;
  display: inline-block;
}
.footer ul li a:hover {
  color: #202c7c;
  text-decoration: underline;
}
.footer .block04 .shareLine {
  margin-top: 20px;
}
.footer .block04 .shareLine a {
  margin-right: 10px;
  color: #bbc1c4;
}
.footer .block04 .shareLine a i {
  font-size: 22px;
}
.footer .block04 .shareLine a:hover {
  color: #999;
}
.footer .cop {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px 0;
  color: #999;
  margin-top: 30px;
  text-align: center;
}
/* prodList-end */
.ourProduct .tab {
  margin-bottom: 20px;
}
.ourProduct .tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourProduct .tab ul li {
  margin: 0 15px;
  font-size: 16px;
  cursor: pointer;
  color: #9a9caa;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
}
.ourProduct .tab ul li.active {
  color: #202c7c;
  border-bottom: 3px solid #202c7c;
}
.ourProduct .viewMore {
  margin-top: 30px;
}
.ourProduct .viewMore a:hover {
  background-color: #202c7c;
  color: #fff;
}
#swiperClassBox {
  /* height: 800px; */
}
#swiperClassBox .swiper-slide {
  width: 100%;
}
#swiperClassBox .swiper-slide .prodList {
  width: 100%;
  display: inline-block;
}

/* 2026-01-end */

/* pagination-start */
.pagination {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0px;
}
.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination ul li a {
  margin: 0 5px;
  font-size: 16px;
  color: #202c7c;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #202c7c;
  display: inline-block;
}
.pagination ul li a:hover {
  background-color: #202c7c;
  color: #fff;
}
.pagination ul li.active a {
  display: inline-block;
  background-color: #202c7c;
  color: #fff;
}
.pagination ul {
  font-size: 16px;
  color: #666;
}
.pagination ul strong {
  margin: 0 5px;
}
/* pagination-end */

/* RealTime */
.RealTime {
  background-color: #f7faff;
  margin-top: 50px;
  padding-bottom: 50px;
}
.RealTimeSwiper {
  height: 350px;
}
.RealTime .swiper-slide {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  height: 160px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.RealTime .swiper-slide .left{
  display: flex;
  align-items: center;
}

.RealTime .swiper-slide .img {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #ddd;
}
.RealTime .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.RealTime .price {
  height: 100%;
  width: 150px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RealTime .price .box {
  text-align: center;
}
.RealTime .price p {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.RealTime .price p::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background-color: #202c7c;
}
.RealTime .price strong {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.RealTime .text {
  margin-left: 20px;
}
.RealTime .text h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
}
.RealTime .text h3 span {
  background-color: #202c7c;
  color: #fff;
  /* border-radius: 3px; */
  font-size: 12px;
  padding: 3px 6px;
  margin-left: 10px;
}
.RealTime .text .name {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.RealTime .text .name img {
  width: 30px;
}
.RealTime .text .name span {
  font-size: 16px;
  color: #000;
  margin-left: 10px;
}
.RealTime .text .goods {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.RealTime .text .goods i {
  font-size: 26px;
  color: #ccc;
}
.RealTime .text .goods span {
  margin-left: 10px;
  font-size: 14px;
  color: #000;
}
.RealTime .price {
  position: absolute;
  right: 0;
  top: 0;
}

/* 左右结构的标题和切换按钮-start */
.baseTitleSwiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.baseTitleSwiper .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  border: inherit;
}
.baseTitleSwiper .swiperButton {
  /* background-color: #fff; */
  background: rgba(32, 44, 124, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  color: #202c7c;
  transition: all 0.3s linear;
  cursor: pointer;
}
.baseTitleSwiper .swiperButton i {
  font-size: 20px;
  font-weight: bold;
}
.baseTitleSwiper .swiperButton:hover {
  background-color: #202c7c;
  color: #fff;
  transition: all 0.3s linear;
}
.baseTitleSwiper .swiperNext {
  margin-left: 20px;
}
.baseTitleSwiper .swiperNext i {
  display: inline-block;
  transform: rotateY(180deg);
}
/* 左右结构的标题和切换按钮-end */

.searchText {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.searchText span {
  color: #f05c52;
  font-size: 16px;
  margin: 0 10px;
}

/* 当前位置 */
.navBread {
  margin: 30px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navBread .positionInfo {
  color: #999;
  font-family: serif;
  display: flex;
  align-items: center;
}
.navBread .positionInfo i {
  font-size: 18px;
  margin-right: -5px;
  margin-top: -2px;
}
.navBread .positionInfo a {
  margin: 0 10px;
}

.navBread a.back {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  color: #3c4242;
  padding: 10px 0;
}
.navBread a.back i {
  margin-right: 5px;
  font-size: 14px;
}
.navBread a.back:hover {
  color: #202c7c;
}

/* 统一页面栏目标题 */
.topMainTitle {
  font-size: 28px;
  color: #000;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 30px 0 0;
}

/* 当前定位和返回 */

/* 18岁提示弹窗 */
.yearsPop {
  display: none;
}
.yearsPop::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 90;
}
.yearsPop .content {
  width: 460px;
  background-color: #f4f5ff;
  border-radius: 5px;
  text-align: center;
  height: 460px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%; /* 如果需要水平居中 */
  transform: translate(-50%, -50%);
  z-index: 91;
}
.yearsPop .content .img img {
  width: 180px;
  margin-top: 30px;
}
.yearsPop .content h3 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}
.yearsPop .content h4 {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}
.yearsPop .content .btn_line {
  margin-top: 30px;
}
.yearsPop .content .btn_line button {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin: 0 20px;
  display: inline-block;
  background-color: #202c7c;
  border: 0;
  transition: all 0.3s linear;
}
.yearsPop .content .btn_line button:hover {
  transition: all 0.3s linear;
}
.yearsPop .content .btn_line button.yes:hover {
  opacity: 0.8;
}
.yearsPop .content .btn_line button.no {
  background-color: #fff;
  color: #666;
}
.yearsPop .content .btn_line button.no:hover {
  color: #333;
}
.yearsPop .content p {
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}
.OurTobaccoShop{
  margin-bottom: 30px;
}
.OurTobaccoShopSwiper .swiper-slide {
  width: 312px;
  height: 312px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.OurTobaccoShopSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********************移动端-start********************/
@media (max-width: 767px) {
  .yearsPop .content{
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    padding: 15px;
    z-index: 99;
    
  }
  .yearsPop .content .img img{
    width: 90px;
    margin-top: 0;
  }
  .yearsPop .content h3{
    font-size: 18px;
  }
  .yearsPop .content h4{
    font-size: 14px;
    margin-top: 10px;
  }
  .yearsPop .content .btn_line{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .yearsPop .content .btn_line button{
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 14px;
  }
  .yearsPop .content .btn_line{
    margin-top: 20px;
  }
  .yearsPop .content p{
    margin-top: 20px;
  }


  .mainHead {
    display: none;
  }
  .navBread {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .topMainTitle {
    font-size: 18px;
    margin: 15px 0 0;
  }

  .top_text .email {
    display: none;
  }
  .top_text .links {
    display: none;
  }

  /* 移动端菜单-start */
  .mobileNavbar {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #202c7c;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .mobileNavbar .logo {
    margin-top: -8px;
    margin-left: 30px;
  }
  .mobileNavbar .logo img {
    height: 22px;
  }
  .cratUser .cartBtn strong {
    display: none;
  }
  .cratUser {
    display: inline-flex;
    align-items: center;
  }
  .cratUser .cartBtn {
    margin-right: 0;
  }
  .cratUser .cartBtn,
  .userLogin {
    background-color: inherit;
    padding: 10px 10px;
    color: #fff;
  }
  .userLogin {
    padding-right: 15px;
  }
  .userLogin i,.cartBtn i{
    font-size: 22px;
  }
  .mainHead.active .seach {
    display: block;
  }
  .mainHead.active .top_navbar {
    height: auto;
  }
  .mainHead.active .top_navbar .navMenu {
    display: inline-block;
  }
  .mainHead.active .logo {
    display: none;
  }
  .mainHead.active .top_main .cratUser {
    display: none;
  }
  .top_main .maxWidth {
    padding: 15px 0;
  }
  .top_main .seach {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .top_main .seach form {
    height: 35px;
    border-radius: 3px;
  }
  .top_main .seach input {
    height: 35px;
    width: 100%;
    font-size: 14px;
  }
  .top_main .seach button {
    height: 35px;
    line-height: 35px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .top_navbar .navMenu > li a .icon-shouye {
    display: none;
  }
  .top_navbar .navMenu > li a {
    margin: 5px 0;
    display: inline-flex;
  }

  /* 移动端菜单-end */

  .nav_active .glyphicon {
    right: 0;
    top: 24px;
    opacity: 1;
    z-index: 101;
    position: fixed;
  }

  .glyphicon {
    /* position: absolute; */
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 7px;
    left: 0;
    margin-left: 15px;
    margin-top: -10px;
  }

  .nav_icon {
    position: absolute;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    z-index: 99;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .nav_icon:before,
  .nav_icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }

  .nav_icon:before {
    margin-top: -7px;
  }

  .nav_icon:after {
    margin-top: 7px;
  }

  .nav_active .nav_icon {
    background: rgba(0, 0, 0, 0);
  }

  .nav_active .nav_icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .nav_active .nav_icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .Characteristics {
    flex-wrap: wrap;
  }
  .footer .blockList {
    flex-wrap: wrap;
  }

  .top_text {
    height: auto;
    padding: 3px 0 8px;
  }
  .top_text .text {
    text-align: center;
    font-size: 12px;
  }
  .top_main .logo img {
    max-width: 180px;
  }
  .baseTitle {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .mainHead.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #202c7c;
    z-index: 99;
  }
  .active_body {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .maxWidth {
    padding: 0 15px;
  }

  .baseTitle h3 {
    font-size: 18px;
  }

  /* foot */
  .footer {
    margin-top: 20px;
    padding: 10px 0 0;
  }
  .footer .blockList .block01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .cop {
    font-size: 12px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .ourProduct .tab ul li {
    font-size: 14px;
    margin: 0 10px;
  }
  .footer .block01 img {
    max-width: 180px;
  }
  .footer .block01 p {
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
    line-height: 18px;
  }
  .footer ul li a {
    font-size: 12px;
    margin: 5px 0;
  }
  .footer .block04 .shareLine {
    display: flex;
    flex-wrap: wrap;
  }
  .viewMore a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .ourProduct .tab {
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .ourProduct .tab ul li {
    padding-bottom: 4px;
  }
  .RealTime {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  /* 虚拟滚动-start */
  .RealTimeSwiper{
    height: auto;
  }
  .RealTime .swiper-slide{
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
    border: 0;
  }
  .RealTime .price{
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }
  .RealTime .price .box{
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .RealTime .price .box p{
    margin-top: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .RealTime .swiper-slide .img{
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }
  .RealTime .text{
    margin-left: 10px;
    flex: 1;
  }
  .RealTime .text h3{
    font-size: 14px;
  }
  .RealTime .text .name{
    margin-top: 3px;
  }
  .RealTime .text .name span{
    font-size: 12px;
  }
  .RealTime .text .goods{
    margin-top: 3px;
  }
  .RealTime .text .goods i{
    font-size: 18px;
  }
  .RealTime .text .name img{
    width: 20px;
  }
  .RealTime .text .goods span{
    font-size: 12px;
    margin-left: 5px;
  }
  .RealTime .price p{
    padding-bottom: 0;
    font-size: 12px;
  }
  .RealTime .price p::before{
    display: none;
  }
  .RealTime .price strong{
    font-size: 16px;
  }
  /* 虚拟滚动-end */
}
/********************移动端-end********************/
