* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333333;
}

body {
    background-color: #264c68;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.announcement {
   font-size: 16px;
   position: absolute;
    top: 50%;
    margin-top: -340px;
    left: 50%;
    margin-left: -400px;
}

*/
.inner::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.inner .announcement {
  display: inline-block;
  vertical-align: middle;
}

.announcement {
    font-size: 0.8em;
    background-image:url(../img/upgrade-bg.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin: 0 auto;
    /*position: absolute;
    top: 50%;
    margin-top: -340px;
    left: 50%;
    margin-left: -400px;*/
    position: relative;
}
.announcement .img-top{
    width: 15%;
    top: 10px;
    position: absolute;
    left: 47px;
}
.announcement .img-bottom{
    width: 10%;
    /* bottom: 22px; */
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.announcement .title{
    text-align: center;
}
.announcement .title img{
    width: 82%;
}
.announcement .top{
    font-size: 1.3em;
    margin-top: 18px;
}
.announcement .txt{
    margin: 20px 0;
}
.announcement .bg{
    width: 100%;
    padding: 18% 12% 15% 15%;
}
.red-txt{
  color: #cd303f;
  font-size: 1.3em;
  font-weight: bold;
}
.autograph{
  text-align: right;
  color: #000;
}
.code-inner{
  display: flex;
  justify-content: space-between;
}
.code{
  width: 70px;
}