/* 头部区域 */
header {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 89px;
    margin: 0 auto;
}

header .logo {
    display: block;
    width: 230px;
    height: 40px;
    background-image: url(/uploads/image/images/qmydz-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* menu区域 */
header .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

header .nav .menu {
    display: flex;
    height: 100%;
}

header .nav .menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 100%;
    font-size: 20px;
    color: #2d170e;
    text-align: center;
    margin-right: 48px;
}

header .nav .menu a:last-child {
    margin-right: 0;
}

header .nav .menu a.active,
header .nav .menu a:hover {
    font-size: 22px;
    font-family: microsoftyahei-bold;
    color: #c91116;
}

header .nav .menu a.active::after,
header .nav .menu a:hover::after {
    position: absolute;
    left: 0;
    bottom: -15px;
    display: inline-block;
    content: "";
    width: 100%;
    height: 8px;
    background-image: url(/uploads/image/images/qmydz-nav-active.png);
    background-size: 100% 8px;
    background-repeat: no-repeat;
}

header .extra {
    display: flex;
    align-items: center;
    margin-left: 27px;
}

header .extra a {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 13px;
    cursor: pointer;
}

header .extra a:not(:last-child):hover i {
    color: #c91116;
}

header .extra a:not(:last-child):hover img {
    display: block;
}

header .extra a:not(:last-child) img {
    display: none;
    position: absolute;
    left: -53px;
    top: 40px;
    z-index: 1;
    width: 130px;
    height: 144px;
    object-fit: cover;
}

header .extra a:last-child {
    margin-right: 0;
}

header .extra .iconfont {
    font-size: 25px;
    color: #999;
}

header .extra .tgq {
    position: relative;
    width: 56px;
    height: 60px;
    margin-left: 20px;
}

header .extra .tgq img {
    width: 56px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
}

header .extra .tgq:hover .tuiguangqu {
    display: block;
}

.tuiguangqu {
    display: none;
    position: absolute;
    left: -90px;
    top: 55px;
    z-index: 1;
    width: 236px;
    /* height: 303px; */

}

.tuiguangqu-main {
    position: relative;
    top: 20px;
    height: 303px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ececec;
}

.tuiguangqu .triangle {
    width: 24px;
    height: 12px;
    background-image: url(/uploads/image/images/qmydz-triangle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: -11.5px auto 0;
}

.tuiguangqu .top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
}

.tuiguangqu .top .iconfont {
    font-size: 29px;
    color: #7f8792;
    margin: 0 6px;
    cursor: pointer;
}

.tuiguangqu .top #stop {
    display: none;
}

.tuiguangqu .top .iconfont:hover {
    color: #c91116;
}

.tuiguangqu .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 12px 12px;
    border-bottom: 1px solid #ececec;
}

.tuiguangqu .header .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #2d170e;
}

.tuiguangqu .header .num {
    font-size: 16px;
    line-height: 22px;
    color: rgba(45, 23, 14, .6);
}

.tuiguangqu .song {
    padding: 0 10px 0 16px;
    height: 184px;
    overflow-y: auto;
}

.tuiguangqu .song .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    cursor: pointer;
}

.tuiguangqu .song .item.active .text span,
.tuiguangqu .song .item:hover .text span {
    color: #c91116 !important;
}

.tuiguangqu .song .item.active .text i {
    display: inline-block;
}

.tuiguangqu .song .item .text {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2d170e;
}

.tuiguangqu .song .item .text span {
    display: inline-block;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tuiguangqu .song .item .text i {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url(/uploads/image/images/qmydz-play.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.tuiguangqu .song .item .stop {
    font-size: 18px;
    color: #7f8792;
}

/* 侧边栏 */
.slider {
    width: 256px;
    background-color: #f4f4f4;
}

.slider a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    font-size: 16px;
    color: #2d170e;
    padding: 0 32px;
    cursor: pointer;
    margin-bottom: 8px;
}

.slider a.active,
.slider a:hover {
    font-weight: 600;
    color: #fff;
    background-color: #c91116;
}

.slider a.active::after,
.slider a:hover::after {
    position: absolute;
    right: -12px;
    top: 0;
    display: inline-block;
    content: "";
    width: 12px;
    height: 45px;
    background-image: url(/uploads/image/images/qmydz-slider-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 分页 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54px;
}

.pagination span {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 2px;
    border: 1px solid rgba(217, 217, 217, 1);
    margin: 0 4px;
}

.pagination .active {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #c91116;
    margin: 0 4px;
}

/* 返回顶部 */
.back-up {
    position: fixed;
    right: 20px;
    /* bottom: -15px; */
    bottom: 100px;
    z-index: 99;
    display: none;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(#ffd9bf, #f9da84);
    font-size: 26px;
    color: #c91116;
    cursor: pointer;
}

/* 面包屑 */
.crumbs {
    display: flex;
    align-items: center;
    height: 109px;
    background-image: url(/uploads/image/images/qmydz-crumbs-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fff;
}


.crumbs .crumbs-box {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 22px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .7);
}

@media (max-width: 1500px) {
    .crumbs .crumbs-box {
        margin-left: 12%;
    }
}

.crumbs .crumbs-box a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, .7);
}

.crumbs .crumbs-box a::after {
    display: inline-block;
    content: ">";
    color: rgba(255, 255, 255, .7);
    margin: 0 5px;
}

.crumbs .crumbs-box a:last-child {
    color: #fff;
}

.crumbs .crumbs-box a:first-child::after,
.crumbs .crumbs-box a:last-child::after {
    display: none;
}

/* 底部区域 */
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 275px;
    background-color: #2c1908;
    padding: 36px 0;
    box-sizing: border-box;
}

footer h2 {
    font-size: 18px;
    font-weight: inherit;
    line-height: 28px;
    color: #fff;
}

footer .link {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

footer .link li {
    margin: 0 15px;
}

footer .link li a {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

footer .aboutus {
    display: flex;
    align-items: center;
    margin: 30px 0 20px;
    color: rgba(255, 255, 255, .7)
}

footer .aboutus a {
    width: 30px;
    height: 36px;
}

footer .aboutus a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .aboutus .describe {
    font-size: 12px;
    padding: 0 40px 0 15px;
}

footer .aboutus .line {
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, .4);
}

footer .aboutus .sinaapp {
    display: flex;
    padding-left: 24px;
}

footer .aboutus .sinaapp li {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    background-color: rgba(225, 255, 255, .04);
    margin-left: 16px;
    cursor: pointer;
}

footer .aboutus .sinaapp li a {
    display: block;
    font-size: 24px;
    color: #ada69f;
    margin: 10px;
}

footer .aboutus .sinaapp li:hover a {
    color: #f4ede6;
}

footer .aboutus .sinaapp li:hover img {
    display: block;
}

footer .aboutus .sinaapp li img {
    display: none;
    position: absolute;
    left: -45px;
    bottom: 50px;
    z-index: 1;
    width: 130px;
    height: 142px;
    object-fit: cover;
}

footer .introduce {
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgba(255, 255, 255, .7)
}

footer .introduce li {
    font-size: 12px;
    margin: 0 12px;
}