html,
body {
  margin: 0;
  padding: 0;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
#alert_tip {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    clear: both;
    color:#333;
    font-weight:bold;
    font-size:21px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}
.tpgj-page,.tpgj-page-inner {
         height: 100%;
       }
html,body {
            padding: 0px;
            margin: 0px;
        height:100%;
        }
.tpgj-wrap {
           background: #cc240c url(https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/pc-bg.jpg) no-repeat left top/cover;
           min-height: 100%;
        }
.tpgj-wrap .inner {
            width: 1064px;
            margin: 0 auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
       }
.tpgj-wrap .title1 {
            width:100%;
            height: 156px;
            margin: 49px auto 64px;
            background: url(https://p2.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/pc-ent-title1.png) no-repeat center/100% auto;
        }
.tpgj-wrap .title2 {
            width: 680px;
            margin: 0 auto;
            height: 281px;
            background: url(https://p2.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/pc-ent-title2.png) no-repeat center/100% auto;
        }
.tpgj-wrap .tpgj_sponsored_box,.tpgj-wrap .tpgj_organized_box {
            width: 1282px;
            margin: 0 auto;
            display: flex;
            opacity: 0.8;
        }
.tpgj-wrap .tpgj_sponsored_box {
            margin-top: 60px ;
        }
.tpgj-wrap .tpgj_organized_box {
           margin-top: 42px;
        }
.tpgj-wrap .tpgj_sponsored_box .left,.tpgj-wrap .tpgj_organized_box .left {
            width: 240px;
            height: 77px;
            background-color: #FFECCA;
            border-radius: 4px;
            color: #8C0A06;
            font-weight: 900;
            font-size: 24px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content:center;
        }
.tpgj-wrap .tpgj_sponsored_box .right,.tpgj-wrap .tpgj_organized_box .right {
            margin-left: 24px;
            display: flex;
            flex-direction: column;
            color: #FFF1CC;
            font-size: 20px;
        }
.tpgj-wrap .tpgj_sponsored_box .right span:first-child,.tpgj-wrap .tpgj_organized_box .right span:first-child {
           margin-top: -5px;
        }
.tpgj-wrap .tpgj_sponsored_box .right span:last-child,.tpgj-wrap .tpgj_organized_box .right span:last-child {
            margin-top: 5px;
        }
.tpgj-wrap .footer_box {
            display: flex;
            justify-content: center;
            padding: 64px 0px 103px;
        }
.tpgj-wrap .footer_box .button {
            width: 200px;
            height: 160px;
            background-color: rgba(251, 241, 227, 0.24);
            border: 2px solid rgba(253, 239, 217, 0.2);
            border-radius: 16px;
            color: white;
            font-size: 40px;
            text-align: center;
            line-height: 160px;
            cursor: pointer;
        }
.tpgj-wrap .footer_box .button+.button {
            margin-left: 60px;
        }
