.page-m {
    max-width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(../images/back.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center top;
}

.m-container {
    width: 95%;
    margin: 0px auto;
}

.m-header {
    position: relative;
    height: 5.2rem;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.m-header::after {
    content: '\20';
    background: url(../images/banner_yun.png) no-repeat;
    background-size: contain;
    width: 1rem;
    height: .94rem;
    position: absolute;
    right: 0;
    bottom: -.47rem;
}

.m-header_box {
    padding-top: .4rem;
    line-height: 1;
    justify-content: center;
    display: flex;
}

.m-header_box2 {
    display: flex;
    justify-content: center;
}

.m-header_logo {
    width: 4rem;
    height: 1.18rem;
    background: url(../images/banner_logo.png) no-repeat;
    background-size: contain;
}

.m-banner_text {
    width: 5rem;
    height: 1.64rem;
    background: url(../images/banner_text.png) no-repeat;
    background-size: contain;
}

.m-banner_info {
    width: 90%;
    margin-top: .4rem;
    height: auto;
    background-color: rgba(0, 0, 0, .3);
    padding: .1rem;
    color: #fff;
    line-height: 1.8;
}

.m-banner_info li {
    display: flex;

}

.m-banner_info li span {
    display: block;
    font-size: .14rem;
}

.m-banner_info li span.title {
    width: .6rem;
    display: block;
    flex: 0 0 auto;
}

.m-body {
    padding-top: .6rem;
}

.m-preface {
    padding: .3rem .5rem;
    border: 1px solid #d4c098;
    margin: 0px auto;
}

.m-preface_head {
    text-align: center;
    color: #ae0000;
    font-size: .48rem;
    background: url(../images/title_back.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: .7rem;
    line-height: .7rem;
}

.m-preface_main {
    font-size: .28rem;
    line-height: 1.8;
    text-indent: 2em;
    margin-top: .3rem;
}

.m-main {
    margin-top: .7rem;
}

.m-main_line {
    background-color: #6e0102;
    background-image: url(../images/fenge.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    height: 1rem;
}

.m-main_items {
    position: relative;
}

.m-main_item {
    margin-top: .5rem;
}

.m-main_item .m-time {
    text-align: left;
}

.m-main_item .m-time_box {
    background-color: #eddec6;
    padding: .15rem .4rem;
    color: #9c0001;
    border-top-left-radius: .15rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .15rem;
    padding-left: .8rem;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: .36rem;
}

.m-main_item .m-time_box::before {
    content: '\20';
    background: url(../images/icon_quan.png) no-repeat;
    background-size: contain;
    width: .31rem;
    height: .31rem;
    position: absolute;
    top: .14rem;
    left: .28rem;
}

.m-main_item .m-content {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.m-main_item .m-content_name {
    color: #ad0606;
    font-size: .4rem;
    font-weight: bold;
    margin-top: .4rem;
}

.m-main_item .m-content_comp {
    font-size: .28rem;
    color: #d49e0e;
    text-align: center;
    margin-top: .2rem;
}

.m-main_item .m-content_photo {
    width: 80%;
    height: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: .25rem auto 0;
}

.m-footer {
    margin-top: 1rem;
    padding: .25rem 0;
    text-align: center;
    background-color: #5b0202;
    padding-bottom: .8rem;
}

.m-footer-container {
    margin: 0 auto;
    position: relative;
    padding: .2rem 0;
    color: #fff;
    font-size: 0;
}

.m-footer_logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: .2rem;
}

.m-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.m-footer_info {
    margin-top: .2rem;
}

.m-footer_info_menu {
    font-size: .26rem;
}

.m-footer_info_menu a {
    color: #fff;
    margin: 0px .05rem;
}

.m-footer_info_menu a:hover {
    color: #f5dd99;
}

.m-footer_info_copy {
    margin-top: .1rem;
    font-size: .24rem;
}

.m-footer_info_filing {
    margin-top: .1rem;
}

.m-footer_info_filing span {
    font-size: .2rem;
}

.m-footer_info_right {
    font-size: .2rem;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: .1rem .15rem;
}

.m-footer_weach {
    margin-top: .2rem;
    display: inline-block;
    width: 38.714286%;
    vertical-align: bottom;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}

.m-float {
    position: fixed;
    pointer-events: none;
    z-index: 5;
    text-align: right;
    bottom: 0;
    right: 0;
    left: 0;
}

.m-float_inner {
    width: 100%;    
    pointer-events: auto;
    position: relative;
    background-color: #6e0102;
    box-shadow: 0 .1rem .6rem rgba(74, 5, 9, .5);
    display: flex;
    justify-content: space-between;
}

.m-float_inner .m-float_item {
    height: .8rem;
    text-align: center;
    position: relative;
    display: block;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    flex-wrap: wrap;
    width: 33.33333%;
}

.m-float_inner .m-float_item.active {
    background-color: #f2d59f;
    color: #a90202;
}
