body,
div,
p,
span,
ul,
li,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  border: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
  font-size: calc(100vw / 750 * 100);
}
body {
  -webkit-text-size-adjust: 100% !important;
  font-family: '-apple-system', Helvetica Neue, Helvetica, STHeiTi, "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  font-size: 0.24rem;
  height: 100%;
  color: #333;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
input,
textarea {
  border: none;
  background: none;
  color: #232326;
}
input,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c0c5ca;
  font-weight: 300;
  font-size: 0.3rem;
}
.none {
  display: none!important;
}
div,
header,
section {
  box-sizing: border-box;
}
.around-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-all-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/*文字超出成点*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*去除padding*/
.no-padding {
  padding: 0px !important;
}
/*禁止点击事件*/
.no-click {
  pointer-events: none;
}
/*整体定宽*/
.lw {
  width: 990px;
}
/*
html *{
  outline: 1px solid red;
}
*/
a {
  color: #000000;
}
.dis-home__wrapper header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dis-home__wrapper header .bind {
  margin-top: 0.25rem;
  padding-left: 0.4rem;
  width: 6.9rem;
  height: 0.84rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.05rem 0.3rem 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0.05rem 0.3rem 0px rgba(0,0,0,0.1);
  border-radius: 0.2rem;
  color: #de3031;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dis-home__wrapper header .bind label {
  margin-left: 0.15rem;
  font-weight: 600;
}
.dis-home__wrapper header .bind img {
  width: 0.44rem;
  height: 0.32rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.dis-home__wrapper header .search {
  margin-top: 0.3rem;
  width: 6.9rem;
  height: 0.76rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.25rem;
}
.dis-home__wrapper header .search img {
  width: 0.28rem;
  height: 0.28rem;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 0.24rem;
}
.dis-home__wrapper header .search input {
  color: #FFFFFF;
  height: 0.76rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  padding-left: 0.15rem;
}
.dis-home__wrapper header .search input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 0.24rem;
}
.dis-home__wrapper header nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.35rem 0 1.08rem;
}
.dis-home__wrapper header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dis-home__wrapper header nav ul li a {
  color: #ffffff;
  font-size: 0.26rem;
}
.dis-home__wrapper header nav .all {
  width: 0.6rem;
  height: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dis-home__wrapper header nav .all img {
  width: 0.38rem;
  height: 0.38rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.dis-home__wrapper main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dis-home__wrapper main .main-wrapper {
  width: 100%;
  /*swiper*/
}
.dis-home__wrapper main .main-wrapper .dis-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem 0.2rem 0px 0px;
}
.dis-home__wrapper main .main-wrapper .dis-tit div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dis-home__wrapper main .main-wrapper .dis-tit div img {
  width: 0.28rem;
  height: 0.32rem;
  margin-right: 0.13rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.dis-home__wrapper main .main-wrapper .dis-tit div span {
  color: #ffffff;
  font-size: 0.28rem;
}
.dis-home__wrapper main .main-wrapper .dis-tit a {
  width: 1.18rem;
  height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  color: #de3031;
  line-height: 0.4rem;
  text-align: center;
}
.dis-home__wrapper main .main-wrapper .commodity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dis-home__wrapper main .main-wrapper .commodity-list li a {
  display: inline-block;
  width: 1.9rem;
  margin-left: 0.1rem;
  margin-right: 0.13rem;
}
.dis-home__wrapper main .main-wrapper .commodity-list li a img {
  width: 1.9rem;
  height: 1.9rem;
  -o-object-fit: cover;
  object-fit: cover;

}
.dis-home__wrapper main .main-wrapper .commodity-list li a .price {
  color: #de3031;
  font-size: 0.3rem;
  font-weight: 555;
  margin-top: 0.2rem;
}
.mfont{
  font-size: 0.31rem;
  font-weight: bold;
}
.dis-home__wrapper main .main-wrapper .commodity-list li a .ol-price {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #999999;
  text-decoration: line-through;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-banner {
  width: 100%;
  height: 4.5rem;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-banner .swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-news {
  margin-top: 0.28rem;
  width: 6.88rem;
  height: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-news img:first-child {
  width: 0.42rem;
  height: 0.42rem;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-news img:last-child {
  width: 0.17rem;
  height: 0.2rem;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-news .swiper-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.42rem;
  line-height: 0.42rem;
  padding-left: 0.2rem;
}
.dis-home__wrapper main .main-wrapper section[class='swiper'] .dis-news .more {
  color: #de3031;
}
.dis-home__wrapper main .main-wrapper nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.36rem;
}
.dis-home__wrapper main .main-wrapper nav ul {
  width: 100%;
  height: 1.46rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dis-home__wrapper main .main-wrapper nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dis-home__wrapper main .main-wrapper nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #222222;
}
.dis-home__wrapper main .main-wrapper nav ul li a img {
  /*width: 0.37rem;*/
  height: 1rem;
  margin-bottom: 0.18rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-pagination-bullets{
  bottom: 6px !important;
}
.swiper-pagination-bullet-active{
  background:#fff;
}
.dis-home__wrapper main .main-wrapper section[class='dis-banner'] {
  margin-top: 0.28rem;
  width: 100%;
  height: auto;
  background-blend-mode: normal,
        normal;
  border-radius: 1rem;
  /*border: solid 0.06rem #fec000;*/
  overflow: hidden;
}

.dis-home__wrapper main .main-wrapper section[class='dis-banner'] img{
  width: 100%;
  height: auto;
}
.dis-home__wrapper main .main-wrapper section[class='sec-kill'] {
  width: 100%;
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.2rem;
}
.dis-home__wrapper main .main-wrapper section[class='sec-kill'] .commodity-wrapper {
  border-radius: 0.2rem;
  width: 100%;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  padding-bottom: 0.3rem;
  border-radius: 0.2rem;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper {
  width: 6.4rem;
  /* 使用伪元素辅助左对齐 */
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .banner {
  margin-top: 0.2rem;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .banner img {
  width: 6.4rem;
  height: 2.72rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .commodity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .commodity-list li {
  margin-top: 0.25rem;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .commodity-list li:first-child {
  margin-left: 0;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .commodity-list li:nth-child(4) {
  margin-left: 0;
}
.dis-home__wrapper main .main-wrapper section[class='online-commodity'] .o-c__wrapper .commodity-list::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  /* 或者flex: 1 */
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] {
  width: 100%;
  margin-top: 0.35rem;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] .nav a {
  color: #222222;
  font-size: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] .nav a img {
  width: 0.25rem;
  height: 0.28rem;
  margin-right: 0.15rem;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] .nav .active .cut-line {
  width: 0.8rem;
  height: 0.06rem;
  border-radius: 2px;
  position: absolute;
  bottom: 0.05rem;
  left: 0.42rem;
  opacity: 0.9;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul li {
  margin-top: 0.3rem;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul li a {
  display: inline-block;
  width: 3.28rem;
  height: 4.51rem;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul li a img {
  width: 3.28rem;
  height: 3.28rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul li a .name {
  margin-top: 0.25rem;
  font-size: 0.26rem;
}
.dis-home__wrapper main .main-wrapper section[class='rec&best'] ul li a .price {
  font-size: 0.3rem;
  color: #de3031;
  margin-top: 0.24rem;
  font-weight: 660;
}
.dis-home__wrapper main .main-wrapper .com-ap {
  display: block;
  padding: 0.4rem 0;
  text-align: center;
}
.footer .place {
  width: 100%;
  height: 1.2rem;
}
.footer footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 1.2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
}
.footer footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer footer a span {
  margin-top: 0.15rem;
}
.footer footer .active {
  color: #de3031;
}
/*新内容样式*/
.cpmodel{
  width:6.9rem;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0.03rem 0.04rem 0.12rem 0.01rem rgba(11, 3, 6, 0.17);
  border-radius: 10px;
}
.cpmodel img{
  width: 3rem;
  height: 3.35rem;
  border-radius: 5px;
}
.cpmodel-t{
  margin-top: 0.8rem;
  width: 50%;
}
.cpmodel-t1{
  font-size: 0.45rem;
}
.cpmodel-t2{
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.cpmodel-t3{
  font-size: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  color: #4f2e0d;
}
.cpmodel-t3 div:nth-child(2){
  font-size: 0.22rem;
}
.xmmodel{
  width: 6.99rem;
  margin: 30px auto 30px auto;
}
.xmmodel-t{
  width: 100%;
  text-align: center;
}
.xmmodel-t div:nth-child(1){
  font-size: 0.45rem;
  font-weight: bold;
}
.xmmodel-t div:nth-child(2){
  font-size: 0.3rem;
  margin-top: 10px;
}
.xmmodel-c{
  width: 100%;
  background-color: #F0EEF0;
  border-radius: 6px;
  padding: 0.28rem;
  box-sizing: border-box;
  margin-top: 20px;
}
.xmmodel-item{
  display: flex;
  margin-top: 15px;
}
.xmmodel-item-num{
  width: 23px;
  height: 23px;
  border-radius: 100px;
  background: url("/static/weixin/images/indexbgs.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-weight: bold;
  font-size: 0.27rem;
}
.xmmodel-item-content{
  width: 80%;
  margin-left: 5%;
  line-height: 0.4rem;
}
.dibusp{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #222;
  align-items: center;
}
.hengxian{
  height: 10px;
  width: 1px;
  background-color: #222;
}
.beianhs{
  width: 100%;
  text-align: center;
  margin-top: 15px;
  color: #545454;
  margin-bottom: 100px;
}

