html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.logoImg {
    height: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap {
    overflow-x: hidden;
    height: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.logo {
    width: 373px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.qdyl {
    width: 427px;
    height: 100px;
    margin: 0 auto;
    margin-top: 10px;
}

    .qdyl img {
        height: 100px;
    }

.rl {
    width: 716px;
    height: 467px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;
}

.month {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    background: #f95659;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 46px;
}

.week {
    width: 620px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

    .week span {
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        float: left;
        margin-right: 10px;
        color: #b7253e;
    }

        .week span:last-child {
            margin-right: 0;
        }

.days {
    width: 620px;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
}

    .days .day {
        width: 80px;
        height: 40px;
        line-height: 40px;
        position: relative;
        font-size: 16px;
        text-align: center;
        color: #2a2a2a;
        float: left;
        margin-right: 10px;
        margin-bottom: 4px;
        background-size: 100% 100%;
        border-radius: 5px;
        font-weight: bold;
    }

        .days .day:nth-child(7n) {
            margin-right: 0;
        }

    .days .disabled {
        background-size: 100% 100%;
        color: rgba(42,42,42,.45);
    }

    .days .today {
        background-size: 100% 100%;
        color: #fff;
    }

    .days .day .checkico {
        position: absolute;
        bottom: 0;
        right: 1px;
        display: block;
        width: 32px;
        height: 28px;
        display: none;
    }

    .days .checked .checkico {
        display: block;
    }

.qdbtn {
    width: 168px;
    height: 54px;
    display: block;
    margin: 0 auto;
}

.ljqd {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
}

    .ljqd li {
        float: left;
        margin-right: 46px;
        flex: 1;
    }

        .ljqd li:last-child {
            margin-right: 0;
        }

        .ljqd li .qdlp {
            width: 132px;
            height: 156px;
            margin: auto;
        }

        .ljqd li.checked .qdlp {
        }

        .ljqd li .lqbtn {
            display: block;
            width: 112px;
            height: 53px;
            margin: 0 auto;
            margin-top: 20px;
        }

        .ljqd li.checked .lqbtn {
        }

        .ljqd li .qdlp .qdtitle {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #4c2220;
            line-height: 40px;
        }

        .ljqd li .qdlp .qdje {
            display: block;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: red;
            line-height: 114px;
        }

.qdjl {
    background: #FEDE9B;
    padding: 20px;
    border: 10px solid #fd5357;
    box-sizing: border-box;
}

.qdjl-title {
    color: red;
    margin: 0;
}

.qdjl-table {
    border: 1px solid #ac8023;
    width: 100%;
}

    .qdjl-table th {
        color: #fff;
        text-align: center;
        line-height: 40px;
        border: 1px solid #fd5357;
        background: #b7253e;
    }

    .qdjl-table td {
        background: #FFFDD3;
        border: 1px solid #fd5357;
        text-align: center;
        line-height: 40px;
    }

@media screen and (max-width: 960px) {

    .wrap.mobile .w100 {
        width: 100%;
    }

    .wrap.mobile .w1200 {
        width: 100%;
    }

    .wrap.mobile .logo {
        width: 193px;
        height: 52.5px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }

        .wrap.mobile .logo a {
            display: block;
        }

            .wrap.mobile .logo a img {
                width: 100%;
            }

    .wrap.mobile .qdyl {
        width: 211px;
        height: 50px;
        margin: 0 auto;
        margin-top: 20px;
    }

        .wrap.mobile .qdyl img {
            width: 100%;
            height: auto;
        }

    .wrap.mobile .qdjl-table th {
        font-size: 12px;
    }

    .wrap.mobile .rl {
        width: 272px;
        height: 331.5px;
        margin: 0 auto;
        overflow: hidden;
    }

    .wrap.mobile .month {
        width: 40px;
        height: 18px;
        line-height: 18px;
        border-radius: 4px;
        background: #f95659;
        color: #fff;
        font-size: 10px;
        text-align: center;
        margin: 0 auto;
        margin-top: 28px;
    }

    .wrap.mobile .week {
        width: 229px;
        height: 24px;
        margin: 0 auto;
        overflow: hidden;
    }

        .wrap.mobile .week span {
            width: 31px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 9px;
            float: left;
            margin-right: 2px;
            color: #b7253e;
        }

            .wrap.mobile .week span:last-child {
                margin-right: 0;
            }

    .wrap.mobile .days {
        width: 229px;
        height: 200px;
        margin: 0 auto;
        overflow: hidden;
    }

        .wrap.mobile .days .day {
            width: 31px;
            height: 28px;
            line-height: 28px;
            position: relative;
            font-size: 14px;
            text-align: center;
            color: #2a2a2a;
            float: left;
            margin-right: 2px;
            margin-bottom: 2px;
            background-size: 100% 100%;
            border-radius: 5px;
            font-weight: bold;
        }

            .wrap.mobile .days .day:nth-child(7n) {
                margin-right: 0;
            }

        .wrap.mobile .days .disabled {
            background-size: 100% 100%;
            color: rgba(42,42,42,.45);
        }

        .wrap.mobile .days .today {
            background-size: 100% 100%;
            color: #fff;
        }

        .wrap.mobile .days .day .checkico {
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            width: 16px;
            height: 14px;
            background-size: 100% 100%;
            display: none;
        }

        .wrap.mobile .days .checked .checkico {
            display: block;
        }

    .wrap.mobile .qdbtn {
        width: 107px;
        height: 33.5px;
        display: block;
        margin: 0 auto;
    }

        .wrap.mobile .qdbtn img {
            width: 100%;
        }

    .wrap.mobile .ljqd {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .wrap.mobile .ljqd li {
            float: left;
            width: 23.2%;
            margin-right: 0.4%;
            margin-bottom: 10px;
        }

            .wrap.mobile .ljqd li:nth-child(4n) {
                margin-right: 0;
            }

            .wrap.mobile .ljqd li .qdlp {
                width: 90px;
                height: 100px;
                background-size: 100% 100%;
                margin: 0 auto;
            }

            .wrap.mobile .ljqd li.checked .qdlp {
                background-size: 100% 100%;
            }

            .wrap.mobile .ljqd li .lqbtn {
                display: block;
                width: 75px;
                height: 38.5px;
                margin: 0 auto;
                margin-top: 10px;
                background-size: 100% 100%;
            }

            .wrap.mobile .ljqd li.checked .lqbtn {
                background-size: 100% 100%;
            }

            .wrap.mobile .ljqd li .qdlp .qdtitle {
                display: block;
                text-align: center;
                font-size: 8px;
                color: #4c2220;
                line-height: 20px;
            }

            .wrap.mobile .ljqd li .qdlp .qdje {
                display: block;
                text-align: center;
                font-size: 12px;
                font-weight: bold;
                color: red;
                line-height: 57px;
            }
}
