@import "./commen/timer/index";
@import "./commen/proItem";
@import "oneBigTwoSmall/index";
@import "detailList/index";
@import "product/index";
@import "slide/index";
@import "threeItems/index";
@import "twoItems/index";

.MShop-container {
  overflow: hidden;
  padding: 0 10px;
}

.btn-warning-ghost {
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(252, 86, 94, 1);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: rgba(252, 86, 94, 1);
  cursor: pointer;
  margin: 10px auto 20px;
  font-size: 16px;
}

.MShop-btn-container {
  .btn-warning-ghost {
    width: 560px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 74, 91, 1);
    border-radius: 25px;
    max-width: 80%;
    color: #ffffff;
  }
}