@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    width: 100%;
  }
  .m_main {
    background-color: #fff;
    padding: 5px 0 15px 0;
    margin: 10px 0;
  }
  .m_logo {
    width: 100px;
    height: 30px;
    display: inline-block;
    background-image: url(./header-logo.png);
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  .m_commonHead_title {
    margin: 20px 5px;
  }
  .m_commonHead_title .m_card_title {
    text-align: center;
    position: relative;
    width: 100%;
  }
  .m_commonHead_title .m_title_bg {
    position: absolute;
    top: -10px;
    color: #333;
    width: 100%;
    font-size: 18px;
    opacity: 0.16;
  }
  .m_commonHead_title .m_title_text {
    margin: 10px auto;
    font-size: 30pt;
    font-weight: bold;
  }
  .m_commonHead_title .m_card_all {
    text-align: right;
  }
  .m_expressTitle {
    position: relative;
    width: 200px;
    height: 30px;
    margin-bottom: 43px;
  }
  .m_expressTitle .m_list2_tips {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
  }
  .m_expressTitle .m_card_title_bg {
    position: absolute;
    display: block;
    width: 190px;
    height: 14px;
    bottom: 0;
    background: linear-gradient(to right, rgb(220, 171, 159) 0%, rgb(248, 240, 237) 100%);
  }
  .m_actionUl {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  .m_actionUl .m_actionLi {
    display: flex;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    background-color: #fdfaf2;
  }
  .m_actionUl .m_actionLi .m_actionDate {
    width: 70px;
    background: #f7f1e3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m_actionUl .m_actionLi .m_actionDate .m_date_Day {
    font-size: 24px;
    color: #b04329;
  }
  .m_actionUl .m_actionLi .m_actionDate .m_date_Years {
    font-size: 14px;
    margin-top: 10px;
  }
  .m_actionUl .m_actionLi .m_actionNews {
    margin-left: 20px;
    position: relative;
  }
  .m_actionUl .m_actionLi .m_actionNews .m_newsCenter {
    text-indent: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    margin-bottom: 10px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .m_actionUl .m_actionLi .m_actionNews .m_details {
    position: absolute;
    right: 10px;
    bottom: 40px;
    color: #b04329 !important;
  }
  .m_expressBox {
    margin-top: 20px;
    padding: 0px 20px;
  }
  .m_expressBox .m_expressLeft,
.m_expressBox .m_expressRight {
    width: 100%;
  }
  .m_expressBox .m_iconList {
    display: flex;
    flex-wrap: wrap;
  }
  .m_expressBox .m_iconList li {
    width: 25%;
    margin-bottom: 20px;
  }
  .m_expressBox .m_iconList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m_expressBox .m_iconList li a .m_icon {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #F7F1E3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m_expressBox .m_iconList li a .m_icon img {
    width: 30px;
    height: 30px;
  }
  .m_expressBox .m_rightList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .m_expressBox .m_rightList li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .m_expressBox .m_rightList li a .m_h_one {
    width: 120px;
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    writing-mode: vertical-lr;
    position: relative;
  }
  .m_expressBox .m_rightList li a .m_img_one {
    background: url(./card_bg1.png) no-repeat;
  }
  .m_expressBox .m_rightList li a .m_img_two {
    background: url(./card_bg2.png) no-repeat;
  }
  .m_expressBox .m_rightList li a .m_img_three {
    background: url(./card_bg3.png) no-repeat;
  }
  .m_expressBox .m_rightList li a .m_img_four {
    background: url(./card_bg4.png) no-repeat;
  }
  .m_expressBox .m_rightList li a .m_view {
    position: absolute;
    right: 4px;
    bottom: 0;
    font-size: 12px;
    background: url(./card_border.png) center;
    background-size: 100% 100%;
    color: #b04329;
    writing-mode: horizontal-tb;
  }
  .m_list_wrap {
    display: flex;
    flex-direction: column;
  }
  .m_card_list_w {
    width: 100%;
  }
  #app-wrap .container-footer {
    height: auto !important;
  }
  #app-wrap .container-footer .bottom .title {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  #app-wrap .container-footer .logo .logo-icon2 {
    width: 70px !important;
    height: 34px !important;
  }
}/*# sourceMappingURL=m_index.css.map */