* {
            margin: 0;
            padding: 0;
        }

        .wrap {
            width: 100%;
            margin: 0 auto;
            max-width: 960px;
            position: relative;
            padding-bottom: 0;
        }

        .bg {
            width: 100%;
        }

        .header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .header img{
            width: 90%;
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }

        .header .game {
            display: flex;
            list-style: none;
            margin-top: 20px;
            font-size: 48px;
        }

        .header .game li {
            flex: 1;
            text-align: center;
            line-height: 2;
            color: #fff;
        }

        .section {
            width: 96%;
            z-index: 1;
        }

        .section .section-bg {
            width: 100%;
        }

        .section ul{
            display: inline-block;

        }

        .section ul li{
            float: left;
            list-style-type: none;
            width: 43%;
            min-height: 200px;
            margin: 20px 0 0 20px;
            border-radius: 25px;
            background: white;
            padding: 10px 20px;
        }

        .section ul li .itemtitle{
        }

        .section ul li .itemcontent{
            font-size: 13px;
            font-weight: bold;
            color: gray;
            padding-top: 10px;
        }
        .section ul li .itemsponsor{

        }
        .section ul li .itemsponsor .itemsponsoritem{
            float: left;
            width: 90px;
            font-size: 12px;
        }
        .section ul li .itemsponsor .itemsponsoritem .sponsoritemimg{
            min-height: 80px;
            position: relative;

        }
        .rightline:before{
            content: "";
            position: absolute;
            right: 15px;
            width: 1px;
            top: 20%;
            height: 70%;
            background-color: black;
        }
        .section ul li .itemsponsor .itemsponsoritem .sponsoritemimg img{
            bottom: 5px;
            left: 7px;
            position: absolute;
            width: 45px;
        }
        .section ul li .itemsponsor .itemsponsoritem label{
            display: block;
            color: brown;
        }
        .section ul li .recommend{
            clear: both;
            font-weight: bold;
            color: red;
            padding-top: 10px;
        }
        .section ul li .recommend img{
            width: 25px;
        }
        .section ul li .itemfoot{
            padding-top: 10px;
        }
        .section ul li .itemfoot img{
            width: 25px;
            vertical-align: middle;
        }
        .section ul li .itemfoot span{
            border-radius: 50px;
            border: 1px solid green;
            font-size: 12px;
            color: green;
            padding: 0 5px;
            vertical-align: middle;
        }
        .section ul li .itemfoot span img{
            width: 10px;
            vertical-align: middle;
        }
        
        .section ul li .itemfoot .itemdb{
            float: right;
        }

        .section ul li .itemfoot .itemdb img{
            width: 45px;
        }

        .section ul li .itemtitle h2{
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px;
        }

        .section ul li .itemtitle img{
            width: 26px;
            vertical-align: middle;
        }

        .section .btns {
            position: absolute;
            top: 52%;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            display: flex;
            justify-content: space-between;
        }

        .section .btns img {
            width: 46%;
            display: block;
            cursor: pointer;
        }

        .section2 {
            top: 30.8%;
        }

        .contact {
            position: absolute;
            top: 2%;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
        }

        .contact img {
            width: 100%;
        }

        .activity {
            position: absolute;
            top: 11%;
            left: 50%;
            transform: translateX(-50%);
            width: 86%;
        }

	        /* 活动规则由图片改为 HTML，文案和金额可直接在模板中维护。 */
	        .activity-card {
	            width: 100%;
	            overflow: hidden;
	            border-radius: 16px;
	            background: #fff;
	            color: #000;
	            font-size: 16px;
	            box-sizing: border-box;
	        }

	        .activity-card h2 {
	            padding: 26px 14px 22px;
	            text-align: center;
	            font-size: 30px;
	            line-height: 1.2;
	            font-weight: 900;
	        }

	        .activity-table {
	            width: 100%;
	            border-collapse: collapse;
	            table-layout: fixed;
	            font-weight: 700;
	        }

	        .activity-table th {
	            padding: 13px 8px;
	            background: #4e6ef2;
	            color: #fff;
	            font-size: 24px;
	            line-height: 1.2;
	        }

	        .activity-table td {
	            height: 48px;
	            text-align: center;
	            font-size: 22px;
	            line-height: 1.2;
	        }

	        .activity-table tbody tr:nth-child(even) td:not(.turnover) {
	            background: #eef2ff;
	        }

	        .activity-table .turnover {
	            border-left: 1px solid #d6def8;
	            background: #fff;
	            font-size: 22px;
	        }

	        .activity-rules {
	            padding: 24px 28px 26px;
	            border-top: 1px solid #d6def8;
	            color: #2f5cc8;
	            font-size: 20px;
	            line-height: 1.45;
	            font-weight: 700;
	        }

	        .activity-rules p + p {
	            margin-top: 8px;
	        }

        .bodybg{
            width: 100%;
            margin: 0 auto;
            max-width: 960px;
        }
        .bodybg .bodybgimg{
            background-image: url("../img/bodybg.png");
            width: 960px;
        }

        @media screen and (max-width: 500px) {
            .header .game {
                font-size: 16px;
                margin-top: 18px;
            }
        }
