
.top-bg {
    width: 7.5rem;
    height: 1.1rem;
  }
  .center-box{
    margin: 1rem 0;
    /* font-size: 0.4rem; */
    min-height: 60%;
  }
   .word1 {
    text-align: center;
    font-size: 0.46rem;
    margin: .3rem 0;
  } 
.word3{
  text-indent: .3rem;
  line-height: 0.5rem;
}
  
  .word2 {
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
    margin:0 0.3rem;
    text-indent: .6rem;
  }
  
  .news-img {
    width: 6.3rem;
    margin: 0 0.6rem;
  }
  
  .mrb {
    width: 100%;
    height: 0.68rem;
    position: relative;
    top: -0.48rem;
  }
  .cancel{
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #cecece;
    border-radius: 0.1;
    border: 0;
    color: #fff;
    position: relative;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .32rem;
  }
  .cancel:hover{
    background: red;

  }