body{
    background: #f2f2f3;
}
.wait{
    margin: 3rem auto 0;
    width: 75rem;
    padding: 6rem 0;
    box-sizing: border-box;
}

.waitTitle{
    text-align: center;
    font-size: 1.875rem;
    font-family: "SourceHanSansCN";
    color: rgb(106, 173, 242);
    font-weight: bold;
    margin-bottom: 1.875rem;
}

.blank{
    width:33.125rem;
    margin: 0 auto;
    display: block;
}



.block_6 {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  background-color: #26a5df;
  width: 4.125rem;
  height: 6.6875rem;
  overflow: hidden;
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

.edit {
  position: relative;
  margin-top: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.txt_5 {
  position: relative;
  margin-top: 0.625rem;
  height: 0.875rem;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 0.875rem;
  letter-spacing: 0;
  color: #fefefe;
  font-size: 0.875rem;
}

.word_7 {
  position: relative;
  margin-top: 0.375rem;
  height: 0.875rem;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 0.875rem;
  letter-spacing: 0;
  color: #fefefe;
  font-size: 0.875rem;
}

#contents{
  margin: 9rem auto 3rem;
  width: 75rem;
  padding:2rem;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}

#contents>img{
  display: flex;
  min-width: 100%;
}

@media (max-width:1920px){
    html{
      font-size:16px;
    }
  }
  
  @media (max-width:1680px) {
    html{
      font-size:15px;
    }
  } 

  @media (max-width:1600px) {
    html{
      font-size: 14px;
    }
  }
  
  @media (max-width:1500px) {
    html{
      font-size: 13px;
    }
  }

  @media (max-width:1440px) {
    html{
      font-size: 13px;
    }
  }
  @media (max-width:1366px) {
    html{
      font-size:12.8px;
    }
  }
  
  @media (max-width:1360px) {
    html{
      font-size: 12.5px;
    }
    .mod .block_6{
      height: 7rem;
      }
      
    .mod .txt_5{
      margin-top: 0.7rem;
    } 
  
    .mod .word_7{
       margin-top: 0.45rem;
    }
  }
  
  @media (max-width:1280px) {
    html{
      font-size: 11px;
    }
  }
  
  @media (max-width:1240px) {
    html{
      font-size: 10px;
    }
    .mod .block_6{
       height: 8rem;
    }
    
    .mod .txt_5{
       margin-top: 1.2rem;
    } 
  
    .mod .word_7{
       margin-top: 0.8rem;
    }
  }

  @media (max-width:1152px) {
    html{
      font-size:10.5px;
    }
  }

  @media (max-width:1078px) {
    html{
      font-size:9px;
    }

    
    .blank{
        width: 30rem;
        margin: 0 auto;
        display: block;
    }

  }
  
  @media(max-width :  960px ){ 
    html { 
      font-size : 8.3px;
    }
  } 

   /* 移动端*/
   .isPhone{
    display: none !important;
  }

  .isPC{
    display: flex !important;
  }

 

  @media screen  and  ( max-width :  760px )  {
	html {
		font-size:13px;
	  }
  
	  .isPC{
		display: none !important;
	  }
  
	  .isPhone{
		display: flex !important;
    }

    .wait{
      width: 100%;
      margin: 0;
      padding:0;
      height: 69vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .blank{
      width: 25rem;
    }
    #contents{
      width: 90vw;

    }
  } 

  @media screen  and  ( max-width :  720px )  {
    html {
      font-size : 12px;
     }

    .blank {
      width: 15rem;
    }
    .waitTitle {
      font-size: 1.6rem;
    }
    
    .wait{
      height: 73vh;
    }
  }
  
  @media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }
  }
  
  @media screen  and  ( max-width :  375px )  {
    html {
      font-size: 12px;
    }

  }  