.w-1000 {
    margin: 0px auto;
    font-size: 16px;
    width: 1000px;
}

.m-content {
    /* border: solid #CCC 1px; */
    padding: 0 20px 20px;
}

.m-c-pos {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.m-c-pos a {
    color: #0e050a;
}

.m-c-title {
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    /* margin: 10px 0 0; */
    color: #000;
}

.m-c-title a {
    color: #0e050a;
}

.m-c-subdoctitle {
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}

.m-c-des {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.m-c-con p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #000;
}

.m-c-con img {
    display: block;
    margin: 10px auto;
    /* max-width: 100%; */
    width: 300px;
}

.attachments {
    margin-top: 30px;
}

.code {
    margin: 50px auto 30px;
    text-align: center;
}

.code img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.code p {
    margin-top: 16px;
    font-size: 14px;
}

.share {
    text-align: center;
}

.m-content {
    margin: 0 20px 20px 20px;
}

@media (max-width: 375px) {
    .des-long {
        display: none;
    }
    .des-short {
        display: inline;
    }
    .w-xl {
        border: none;
    }
}

@media (max-width: 999px) {
    .header {
        display: none;
    }
    .main>.right {
        display: none;
    }
    .main {
        width: 100%;
    }
    .main>.left {
        width: 100%;
        margin: 0;
    }
    .m-c-pos {
        padding-left: 15px;
        display: inline-block;
    }
    .m-c-title {
        line-height: 38px;
        font-size: 24px;
        padding-left: 8px;
    }
    .m-c-des {
        font-size: 12px;
        padding: 0 15px;
    }
    .m-c-con {
        padding: 0 15px;
    }
    .m-c-con img {
        max-width: 95%;
    }
    .m-c-s-qrcode img {
        max-width: 95%;
    }
    .m-c-s-qrcode {
        width: 156px;
    }
    .qr-item.page-share {
        display: none;
    }
    .qr-item.page-share {
        margin-left: 0px;
    }
    .m-r-n-item {
        overflow: hidden;
    }
    .m-r-footer a {
        width: 300px;
        height: 69px;
        background-size: cover;
        margin-top: 20px;
    }
}