* {
            margin: 0;
            padding: 0;
        }

        .wrap {
            width: 100%;
            margin: 0 auto;
            max-width: 960px;
            position: relative;
            font-size: 0%;
        }

        .wrap img{
            width: 101%;
        }

        .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: 97%;
            z-index: 1;
        }

        .section .section-bg {
            width: 100%;
        }

        .section ul{
            display: inline-block;

        }

        .section ul li{
            float: left;
            list-style-type: none;
            width: 37%;
            /*min-height: 200px;*/
            margin: 5px 0 5px 20px;
            border-radius: 5px;
            background: white;
            padding: 5px 10px;
        }

        .section ul li .itemtitle{
        }

        .section ul li .itemcontent{
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 12px;
            font-weight: bold;
            color: gray;
            padding-top: 5px;
        }
        .section ul li .itemsponsor{

        }
        .section ul li .itemsponsor .itemsponsoritem{
            float: left;
            width: 36px;
            font-size: 12px;
        }
        .section ul li .itemsponsor .itemsponsoritem .sponsoritemimg{
            min-height: 60px;
            position: relative;

        }
        .rightline:before{
            content: "";
            position: absolute;
            right: 1px;
            width: 1px;
            top: 35%;
            height: 80%;
            background-color: black;
            transform: scale(0.5);
        }
        .section ul li .itemsponsor .itemsponsoritem .sponsoritemimg img{
            bottom: 5px;
            left: 7px;
            position: absolute;
            width: 25px;
        }
        .section ul li .itemsponsor .itemsponsoritem label{
            display: block;
            color: brown;
        }
        .section ul li .recommend{
            clear: both;
            font-weight: bold;
            color: red;
            padding-top: 5px;
        }
        .section ul li .recommend img{
            width: 120px;
        }
        .section ul li .recommend .divbutton{
            border-radius: 5px;
            background: #4e6ef2;
            color: white;
            width:120px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            font-size: 14px;
        }
        .section ul li .itemfoot{

        }
        .section ul li .itemfoot img{
            width: 15px;
            margin-left: 0;
        }
        .section ul li .itemfoot span{
            border-radius: 50px;
            border: 1px solid green;
            font-size: 12px;
            color: green;
            padding: 0 5px;
            white-space: nowrap;
        }
        .section ul li .itemfoot span img{
            width: 10px;
        }

        .section ul li .itemfoot .itemdb{
            white-space: nowrap;
            padding-top: 10px;
        }
        .section ul li .itemfoot .itemdb img{
            width: 45px;
        }
        
        .section ul li .itemtitle{
            /*padding-left: 20px;*/
        }

        .section ul li .itemtitle img{
            padding-top: 3px;
            width: 25px;
            vertical-align: middle;
        }
        .section ul li .itemtitle h2{
            padding-left: 10px;
            display: inline-block;
            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 .qq {
                display: inline-block;
                width: 100px;
                height: 23px;
                position: absolute;
                left: 73px;
                color: black;
                font-size: 20px;
                font-weight: bold;
                top: 7px;
        }

        .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: 12px;
	            background: #fff;
	            color: #000;
	            font-size: 14px;
	            box-sizing: border-box;
	        }

	        .activity-card h2 {
	            padding: 18px 10px 15px;
	            text-align: center;
	            font-size: 20px;
	            line-height: 1.2;
	            font-weight: 900;
	        }

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

	        .activity-table th {
	            padding: 9px 6px;
	            background: #4e6ef2;
	            color: #fff;
	            font-size: 17px;
	            line-height: 1.2;
	        }

	        .activity-table td {
	            height: 34px;
	            text-align: center;
	            font-size: 15px;
	            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: 15px;
	        }

	        .activity-rules {
	            padding: 16px 15px 18px;
	            border-top: 1px solid #d6def8;
	            color: #2f5cc8;
	            font-size: 14px;
	            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");
        }

        @media screen and (max-width: 500px) {
            .header .game {
                font-size: 16px;
                margin-top: 10px;
            }
        }
