a {
    text-decoration: none;
  }
  .btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: white;
    background-color: #006dcc;
    border: 0px;
    border-radius: 10px;
  }
  
  .dialog1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .dialog2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .dialog3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .dialog4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  
  .dialog5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  
  .content {
    width: 6rem;
    height: 4rem;
    background-color: #fefefe;
    padding-bottom: 32px;
  }
  .aclose {
    width: 100%;
    height: 1rem;
    text-align: center;
  }
  .aclose span {
    font-family: 'txt';
    line-height: 64px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 32px;
  }
  .contain {
    width: 5rem;
    height: 75px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin: 20px auto;
  }
  
  .close {
    color: #aaa;
    float: right;
    width: 20px;
    height: 16px;
    font-weight: bold;
    margin: 24px;
    text-decoration: none;
    background: url('https://game.gtimg.cn/images/game/act/a20190501esminiapp/official-web/bottom/close.png');
    background-size: 100% 100%;
  }
  .contain-bg {
    width: 268px;
    height: 253px;
    background: url('https://game.gtimg.cn/images/game/act/a20190501esminiapp/official-web/bottom/ves-des.png');
    background-size: 100% 100%;
    margin: 24px auto;
  }
  
  .contain-button {
    width: 146px;
    height: 48px;
    background: url('https://game.gtimg.cn/images/game/act/a20190501esminiapp/official-web/bottom/link.png');
    background-size: 100% 100%;
    margin: 24px auto;
  }
  .contain-bg-go {
    width: 160px;
    height: 160px;
    background: url(images/go-jump.jpg);
    background-size: 100% 100%;
    margin: 32px auto;
  }
  .contain-text {
    width: 100%;
    font-family: 'txt';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000000;
  }
  .content-go {
    width: 300px;
    background-color: #fefefe;
    padding-bottom: 32px;
  }
  .contain-go {
    width: 252px;
    height: 52px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin-left: 32px;
    margin-top: 24px;
  }
  
  .content-2 {
    width: 300px;
    margin: 250px auto;
    background-color: #fefefe;
  }
  .contain-2 {
    width: 268px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-left: 32px;
    margin-top: 24px;
    text-align: left;
    padding-bottom: 24px;
  }
  .dialog-extra-button {
    width: 100%;
    display: flex;
    background: url('https://game.gtimg.cn/images/game/act/a20190501esminiapp/official-web/bottom/button-mask.png')
      no-repeat;
    background-size: 100% 100%;
    padding-bottom: 32px;
  }
  .dialog-extra-button-close {
    width: 122px;
    height: 48px;
    font-family: 'txt';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    border: 1px solid #f0f0f0;
    margin: auto;
    margin-left: 32px;
  }
  .dialog-extra-button-sure {
    width: 122px;
    height: 48px;
    font-family: 'txt';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    border: 1px solid #f0f0f0;
    background: #d5af83;
    margin-left: 10px;
  }
  