@media screen and (min-width: 0px) {

/*  .svip-vip-contain {*/
/*    width: 100%;*/
/*    display: block;*/
    /* overflow: hidden; */
/*    position: relative;*/
/*    height: 440px;*/
/*    background: url("../images/banner_one.png")no-repeat center center #ffffff00;*/
/*}*/

  .svip-vip-contain .togo-home {
    position: absolute;
    width: 146px;
    height: 48px;
    border-radius: 24px;
    position: absolute;
    top: 50px;
    z-index: 200;
    right: 100px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
  }

    


  .svip-count-down {
    color: #F0D39B;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 52px;
    font-weight: bold;
    line-height: 52px;
    font-size: 38px;
    text-align: center;
    display: flex;
   
    width: 862px;
  }
  .svip-count-down div {
    color: #204265;
    margin-right: 10px;
  }

  .svip-count-down span {
    color:#fd2424;
    line-height: 52px;
    text-align: center;
    font-size: 47px;
    font-weight: bold;
    height: 52px;
    vertical-align: top;
  }

 