  body, ul, p {
            margin: 0;
            padding: 0;
        }

        body {
            background: #fff;
        }

        ul {
            list-style: none;
        }

        .redBG {
            background: #c11c2d;
        }

        .start {
            max-width: 750px;
            margin: 0 auto;
        }

            .start .startBG img, .countdownBG img, .bag .bagBG, .schoolBG img, .footerTab .main img, .lineBg img {
                width: 100%;
                display: block;
            }

        .signUpBox {
            padding: 5px 15px;
            box-sizing: border-box;
        }

        #signUp {
            overflow: hidden;
            height: 35px;
            line-height: 35px;
        }

        .signUpList p {
            font-size: 12px;
            text-align: center;
        }

            .signUpList p span {
                margin: 0 3px;
            }

            .signUpList p img {
                vertical-align: middle;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-top: 0;
            }

        .btnBox {
            text-align: center;
            padding: 10px 0;
        }

            .btnBox .signUpBtn {
                border: none;
                padding: 8px 20px;
                border-radius: 5px;
                background: #FF9800;
                color: #fff;
                box-shadow: 1px 2px 10px #ccc;
            }

        .countdownBG {
            position: relative;
        }

        .countdownText {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 16px;
            color: #fff;
        }

            .countdownText #countdownNum {
                margin: 0 1px 0 5px;
                padding: 0 2px;
                font-size: 20px;
                background: #fff;
                color: #c01d2e;
                border-radius: 5px;
                text-align: center;
            }

            .countdownText #millisecond {
                background: #fff;
                color: #c01d2e;
                padding: 0 2px;
                margin-right: 5px;
                font-size: 12px;
                background: #fff;
                color: #c01d2e;
                border-radius: 2px;
                text-align: center;
            }

        .bag {
            position: relative;
        }

        .service .title {
            text-align: center;
            line-height: 55px;
            height: 55px;
            font-weight: bold;
            font-size: 20px;
            color: #fff;
        }

        .service .cityList {
            display: flex;
        }

            .service .cityList .cityItem {
                flex: 1;
                text-align: center;
            }

                .service .cityList .cityItem span {
                    padding: 2px 0;
                    width: 80px;
                    display: inline-block;
                    background: #fef89a;
                    color: #c01d2e;
                    font-weight: bold;
                    border-radius: 3px;
                    margin: 4px 0;
                    box-shadow: 1px 2px 5px #333;
                }

        .footerTab {
            padding: 15px 10px;
        }

            .footerTab .tabBtn {
                padding: 5px 15px;
                border: 1px solid #ff9800;
                font-size: 16px;
                text-align: center;
                color: #ff9800;
            }

        .service {
            padding-bottom: 20px;
        }

        .footerTab .main {
            /* height: 500px;
        overflow: hidden; */
            padding: 10px;
            box-sizing: border-box;
            border: 1px solid #999;
        }

        .footerTab .tabBtn.active {
            color: #fff;
            border-color: #ff9800;
            background: #ff9800;
        }