/* 头部区域 */
/*
.subject-banner {
    display: block;
    background:  no-repeat center;
    background-size: auto;
}
*/
.subject-banner .middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.subject-banner .middle .text-img {
    width: 524px;
    height: 94px;
    background-image: url(/uploads/image/images/qmyd-subject-text.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subject-banner .middle .btn-img {
    position: absolute;
    right: 45px;
    bottom: 51px;
    /* bottom: 20px; */
    z-index: 1;
    width: 142px;
    height: 38px;
    background-image: url(/uploads/image/images/qmyd-subject-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* @media screen and (max-width: 1201px) {
    .subject-banner {
        background-image: ;
    }
} */

.banner-big {
    height: 453px;
    background-image: url(/uploads/image/images/qmyd-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-big .logo {
    display: inline-block;
    width: 642px;
    height: 130px;
    background-image: url(/uploads/image/images/qmyd-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 68px;
}

.banner-big .box,
.banner-small .box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner-big .box {
    display: flex;
    justify-content: center;
}

.banner-small .box {
    display: flex;
    align-items: center;
}



.banner-small {
    height: 150px;
    background-image: url(/uploads/image/images/qmyd-banner2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-small .logo {
    display: inline-block;
    width: 364px;
    height: 73px;
    background-image: url(/uploads/image/images/qmyd-logo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* menu区域 */
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    background-image: url(/uploads/image/images/qmyd-banner-cover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

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

.nav .menu a {
    position: relative;
    display: block;
    width: 149px;
    height: 100%;
    line-height: 62px;
    font-weight: 800;
    font-size: 18px;
    color: #2d170e;
    text-align: center;
    margin-left: 1px;
}

.nav .menu a::after {
    position: absolute;
    top: 25px;
    right: -1px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgba(45, 23, 14, .4);
}

.nav .menu a.active,
.nav .menu a:hover {
    background-color: #fff2e1;
}


.nav .searchout {
    display: inline-block;
    width: 150px;
    font-size: 16px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.search-input {
    display: none;
    line-height: 62px;
    height: 62px;
}

.search-input .close {
    font-size: 15px;
    color: #2d170e;
    cursor: pointer;
    margin-right: 30px;
    float: left;
}

.search-input form {
    float: left;
    margin-right: 30px;
}

.search-input input {
    width: 300px;
    height: 62px;
    border: 0;
    padding: 0 10px;
    background-color: transparent;
    color: #2d170e;
    font-size: 16px;
    font-family: microsoftyahei;
}

.search-input input::placeholder {
    color: rgba(45, 23, 14, .5);
}

.search-input .search {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-align: center;
    cursor: pointer;
}


/* 左侧sider区域 */
.slider {
    width: 240px;
    background-color: #f4f4f4;
    margin-right: 30px;
}

.slider .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    font-size: 20px;
    font-weight: 600;
    color: #2d170e;
}

.slider .header::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffca68;
    margin-right: 10px;
}

.slider .slider-box {
    min-height: 237px;
}

.slider .slider-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    font-size: 18px;
    color: #2d170e;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 6px;
}

.slider .slider-box a .arrow {
    display: none;
    color: #fff;
    font-size: 16px;
}

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

.slider .slider-box a.active .arrow,
.slider .slider-box a:hover .arrow {
    display: inline-block;
}

.cuttingline {
    width: 1px;
    height: 734px;
    background-color: rgba(53, 53, 55, 0.1);
    margin-right: 30px;
}

/* 书签标题 */
.bookmark {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.bookmark span {
    font-size: 20px;
    font-family: microsoftyahei-bold;
    color: #2d170e;
    margin: 0 8px;
}

.bookmark::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 21px;
    background-image: url(/uploads/image/images/qmyd-icon-book-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bookmark::after {
    display: inline-block;
    content: "";
    width: 24px;
    height: 21px;
    background-image: url(/uploads/image/images/qmyd-icon-book-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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

.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: rgba(53, 53, 55, 100);
    border-radius: 2px;
    background-color: rgba(255, 179, 81, 1);
    margin: 0 4px;
}

/* 面包屑 */
.crumbs {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(45, 23, 14, .7);
    margin: 38px 0 40px;
}

.crumbs-box {
    display: flex;
    align-items: center;
}

.crumbs-box a {
    color: rgba(45, 23, 14, .7);
}

.crumbs-box a::after {
    display: inline-block;
    content: ">";
    font-size: 20px;
    color: rgba(45, 23, 14, .7);
    margin: 0 5px;
}

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

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


/* 分享 */
.sharemain {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    color: rgba(45, 23, 14, .6);
    font-size: 16px;
}

.sharemain i {
    display: inline-block;
    color: #999999;
    cursor: pointer;
}

.sharemain i:hover,
.sharemain i.active {
    color: #c91116;
}

.sharemain i.sina {
    font-size: 15px;
    margin-left: 10px;
}

.sharemain i.wechat {
    font-size: 17px;
    margin-left: 16px;
}

.sharemain .wechatcode {
    position: absolute;
    top: 36px;
    right: -120px;
    z-index: 10;
    width: 240px;
}

.sharemain .wechatcode .codemain {
    width: 240px;
    height: 288px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    padding: 15px 24px 20px;
    box-sizing: border-box;
}

.sharemain .wechatcode .codemain .close {
    width: 12px;
    height: 12px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    margin-right: -5px;
    margin-bottom: 18px;
    float: right;
}

.sharemain .wechatcode .codemain .qrcode {
    width: 192px;
    height: 192px;
    float: left;
}

.sharemain .wechatcode .codemain p {
    width: 100%;
    color: #2d170e;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    text-align: center;
    float: left;
}

/* 底部区域 */
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 275px;
    background-color: #2c1908;
    padding: 36px 0;
    box-sizing: border-box;
}
.conac {display: block;background: ;background-size:100% 100%;}
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 .sinaqrcode {
    display: block;
}
.sinaqrcode {background: no-repeat;background-size:100% 100%;}
footer .aboutus .sinaapp li .sinaqrcode {
    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;
}
