@media screen and (max-width:1230px){
  .mBlock{
    display: block;
  }
  .bodyBox{
    padding-top: 0.1rem;
    background-image:linear-gradient(to bottom,#e9b74b,#fff7e1);
  }
  .indexBanner{
    width: 6.9rem;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .mIndexWidth{
    width: 100%;
  }
  .titleText{
    padding-left: 0.2rem;
    font-size: 0.22rem;
  }
  
  .rightBodyTop{
    font-size: 0.22rem;
    line-height: 0.5rem;
  }
  .rightBody{
    height: 7.55rem;
  }
  .noticeMore{
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 0.14rem;
  }
  .itemTime{
    display: none;
  }
  .mobileItemTime{display: block;}
  .rightListItem{
    line-height: 0.95rem;
  }
  .itemText{
    width: 100%;
    font-size: 0.22rem;
  }
  .rightTopM{
    margin-bottom: 0.4rem;
  }
  .circle{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
  }
  .loginDetail{
    padding:0.3rem 1.2rem;
    border-radius: 0;
  }
  .codeInput{
    width: 3rem;
  }
  .loginIcon{
    left: 0.2rem;
  }
  .otherLogin{
    background-color: #fff;
    padding:0.2rem 0;
    border-radius: 0 0 0.06 0.06rem;
  }
  .indexMarginB{
    margin-bottom: 0.2rem;
  }
  .mAdImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .adImg{
    width: 3.33rem;
  }
  .layui-input{
    padding-left: 0.5rem!important;
  }
  .layui-form-checkbox span {
    font-size: 0.14rem!important;
  }
  .ewmBox{
    flex-direction: column;
    align-items: center;
    margin-top: 0.25rem;
  }
  .ewmImg{
    width: 2.05rem;
    height: 2.05rem;
  }
  .ewmTextBox{
    width:fit-content;
    height: auto;
    padding-top: 0.25rem;
    font-size: 0.22rem;
  }
  .ewmMargin{
    margin-bottom: 0.1rem;
  }
}