/*适配电脑屏幕展示*/
body{
  max-width: 800px !important;
  margin: auto !important
}
@media screen and (min-width:750px){
  .title .return-backImg .return-btn-img{
    top: 8px
  }
  .title, .goods-detail .footer-button, .van-popup--bottom, .vux-popup-dialog, .order-address-fixed,.cashier .bottom-operation, .order-list .tab-header, .footer, .order-detail-bottom, .cart .cart-bottom.bottom-for-footer, .footer-block, .set-meal-btn, .confirm-order-box, .page-header, .merchant-list.title-top .search-banner, .merchant-list.title-top .van-dropdown-menu, .micro-page.title-top .sticky-style {
    max-width: 800px !important;
    left: 50% !important;
    margin-left: -400px !important;
  }
  .van-popup--bottom {
    margin-left: -384px !important;
  }
  .goods-detail .footer-button .operation-btn,.cashier .bottom-operation .cancel-btn, .cashier .payment-btn {
    width: 300px !important;
  }
  .goods-return-back {
    left: 10px !important;
  }
  .cashier .payment-btn {
    margin-left: 140px !important;
  }
  .van-dialog {
    width: 520px !important;
  }
  .order-list .return-home, .goods-list .returnBack, .search-goods .returnBack {
    right: 130px !important;
  }
  .address-list ul li {
    width: 600px !important;
    margin: 20px auto !important;
  }
  .login-container .login-footer .footer-btn {
    width: 640px !important;
    margin: 20px auto !important;
  }
  .goods-list {
    padding: 60px 6px 15px !important;
  }
  .cashier .payment-method .van-radio__icon .van-icon {
    width: 18px !important;
    height: 18px !important;
  }
  .confirm-order .mask-dialog .message-dialog {
    max-width: 500px;
  }
  .goods-detail .footer-button .sell-out, .list .goods-item .goods-item-right {
    width: 600px !important;
  }
  .voucher-list /deep/ .van-tabs__line {
    bottom: 18px !important;
  }
  .goods-detail .max-num-tips {
    bottom: -7px !important;
    right: 0 !important;
  }
  .goods-detail .goods-sw-swiper, .goods-detail .goods-sw-swiper .van-swipe img{
    max-height: 600px !important;
  }
  .activity-goods-detail .footer-button .operation-btn {
    width: 81% !important;
  }
  .popularize-share .total-reward-content {
    top: 379px !important;
  }
  .popularize-share .popularize-share-open-icon {
    top: 465px !important;
  }
  .popularize-share .shared-page .total-reward-content {
    top: 513px !important;
  }
  .popularize-share .shared-page .invite-info-content {
    top: 280px !important;
  }
  .merchant-component .van-dropdown-item {
    width: 800px !important;
    left: 50%;
    margin-left: -400px;
  }
}
@media screen and (min-width:1100px){
  .goods-return-back {
    display: none;
  }
  .order-list .return-home, .goods-list .returnBack, .search-goods .returnBack {
    right: 290px !important;
  }
}
