html,body{
	margin: 0;
	padding: 0;
}
.header{
	position: relative;
	max-width: 1920px;
	width: 100%;
}
.toppic{
	position: absolute;
	top: 0px;
	background: url(../images/chuanglian.png) no-repeat top center;
	background-size: 1920px 348px;
	height: 348px;
	width: 100%;    
	z-index: 2;
}
.qdboard{
	position: relative;
    width: 1200px;
    margin: 0 auto;
}
.qd_l{
	position: absolute;
    top: 0px;
    background: url(../images/mv.png) no-repeat top center;
    background-size: 719px 787px;
    height: 787px;
    width: 719px;
    z-index: 1;
    left: -267px;
}

.qd_c{
	background: url(../images/qdborad.png) no-repeat top center;
    width: 1083px;
    height: 697px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 82px;
}
.qd_c .logo {
    width: 310px;
    height: 81px;
    margin: 0 auto;
    display: block;
}
.qd_r{
	position: absolute;
    top: 90px;
    background: url(../images/qdyl.png) no-repeat top center;
    background-size: 252px 508px;
    height: 508px;
    width: 250px;
    z-index: 1;
    right: 0;
}
.qd{
    width: 630px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    left: 250px;
    top: 190px;
}
.qd .month{
	width: 134px;
	height: 42px;
	background: url(../images/monthbg.png) no-repeat;
	display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    color: #fff;
}
.week {
    width: 630px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.week span {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    color: #fffdd1;
    box-sizing: border-box;
}
.days {
    width: 630px;
    /*height: 270px;*/
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.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: 10px;
    background-size: 100% 100%;
    box-sizing: border-box;
}
    .days .day .checkico {
        position: absolute;
        bottom: 0;
        right: 1px;
        display: block;
        width: 32px;
        height: 28px;
        display: none;
    }

    .days .checked .checkico {
        display: block;
    }
.days .disabled {
    background-size: 100% 100%;
}
.days .today {
    background-size: 100% 100%;
    color: #fff;
}
.qdbtn {
    width: 206px;
    height: 70px;
    display: block;
    margin: 0 auto;
    background: url(../images/qdbtn.png) no-repeat;
}
.qdbody{
    width: 1304px;
    height: 664px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.lqbox {
    overflow: hidden;
    padding-top: 36px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.lqbox li {
    margin-right: 20px;
    flex: 1;
    margin: 0;
    list-style: none;
}
.lqbox li .qdlp {
    width: 219px;
    height: 260px;
    margin: auto;
    background: url(../images/hbbg.png) no-repeat;
}
.lqbox li .qdlp .qdtitle {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffeb41;
    line-height: 60px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgb(125 1 0 / 72%);
}
.lqbox li .qdlp .qdje {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 100px;
}
.lqbox li .lqbtn {
    display: block;
    width: 147px;
    height: 61px;
    margin: 0px auto;
    margin-top: -20px;
}
.hdxq {
    width: 1162px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.hdxq .xq{
    height: 48px;
    background: url(../images/hdxq.png) no-repeat;
    margin: 20px 0;
}
.hdxq p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.hdxq p .title{
    color: #FFCC3F;
}
.qdjl-table {
    border: 1px solid #333;
    width: 100%;
}
.qdjl-table th{
    background: #FFCC3F;
    color: red;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
}
.qdjl-table td{
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
}

@media screen and (max-width: 960px) {
    .header{
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .toppic{
        position: absolute;
        top: 0px;
        background: url(../images/wap/chuanglian.png) no-repeat top center;
        width: 100%;
        height: 75px;
        z-index: 2;
    }
    .qdboard{
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .qd_l{
        position: absolute;
        top: 90px;
        background: url(../images/wap/mv.png) no-repeat top center;
        background-size: 100% 100%;
        height: 210px;
        width: 150px;
        z-index: 1;
        left: -7px;
    }

    .qd_c{
        background: url(../images/wap/qdborad.png) no-repeat top center;
        background-size: 100% 100%;
        width: 100%;
        height: 416px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        padding-top: 48px;
    }
    .qd_c .logo {
        width: 130px;
        height: 35px;
        margin: 0 auto;
        display: block;
        padding-right: 10px;
    }
    .qd_r{
        position: absolute;
        top: 100px;
        background: url(../images/wap/qdyl.png) no-repeat top center;
        background-size: 100% 100%;
        height: 140px;
        width: 72px;
        z-index: 1;
        right: 0;
    }
    .qd{
        width: 315px;
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 95px;
        margin-left: -153px;
    }
    .qd .month{
        width: 96px;
        height: 32px;
        background: url(../images/wap/monthbg.png) no-repeat;
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 24px;
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
    }
    .week {
        width: 229px;
        height: 24px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .week span {
        width: 31px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 9px;
        float: left;
        margin-right: 2px;
        color: #fffdd1;
        box-sizing: border-box;
    }
    .week span:last-child {
        margin-right: 0;
    }
    .days {
        width: 229px;
        height: 200px
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .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%;
        box-sizing: border-box;
    }
    .days .day:nth-child(7n) {
        margin-right: 0;
    }
    .days .disabled {
        background-size: 100% 100%;
    }
    .days .today {
        background-size: 100% 100%;
        color: #fff;
    }
        
    .qdbtn {
        width: 110px;
        height: 40px;
        display: block;
        margin: 0 auto;
        background: url(../images/wap/qdbtn.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 5px;
    }
    .qdbody{
        width: 100%;
        height: 240px;
        background-size: 100% 100%;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
    .lqbox {
        overflow: hidden;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
    .lqbox li {
        margin-right: 5px;
        flex: 1;
        margin: 0;
        list-style: none;
    }
    .lqbox li .qdlp {
        width: 80px;
        height: 90px;
        margin: auto;
        background: url(../images/wap/hbbg.png) no-repeat;
        background-size: 100% 100%;
    }
    .lqbox li .qdlp .qdtitle {
        display: block;
        text-align: center;
        font-size: 10px;
        color: #ffeb41;
        line-height: 24px;
        font-weight: bold;
        text-shadow: 0 2px 2px rgb(125 1 0 / 72%);
    }
    .lqbox li .qdlp .qdje {
        display: block;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        margin-top: 24px;
    }
    .lqbox li .lqbtn {
        display: block;
        width: 72px;
        height: 36px;
        margin: 0px auto;
        margin-top: -10px;
        background-size: 100% 100%;
    }
    .lqbox li .lqbtn.lqed {
        display: block;
        width: 72px;
        height: 36px;
        margin: 0px auto;
        margin-top: -10px;
        background-size: 100% 100%;
    }
    .hdxq {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 10px;
    }
    .hdxq .xq{
        height: 22px;
        background: url(../images/wap/hdxq.png) no-repeat;
        margin: 10px 0;
        background-size: 100% 100%;
        width: 97px;
    }
    .hdxq p{
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .hdxq p .title{
        color: #FFCC3F;
    }
    .qdjl-table {
        border: 1px solid #333;
        width: 100%;
    }
    .qdjl-table th{
        background: #FFCC3F;
        color: red;
        font-size: 12px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #333;
    }
    .qdjl-table td{
        background: #fff;
        color: #333;
        font-size: 12px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #333;
    }
}