* {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333
}

.b {
    display: block;
}

.p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-indent: 2em;
    color: #333333;
}

body {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 100%;
    font-size: 14px;
    background: #ffffff;
}

input[type="submit"],
input[type="reset"],
input[type="date"] {
    -webkit-appearance: none;
}

textarea,
select,
input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

:not(input),
:not(textarea) {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none
}

.m_row {
    display: flex;
    justify-content: space-between;
}

.flex_1 {
    flex: 1;
}

.m2,
.m4,
.m6 {
    background-color: #f3ece1;
}

.m2 {
    background: url(../images/m2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    ;
}

.m4 {
    background: url(../images/m4_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    ;
}

.m6 {
    background: url(../images/m6_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    ;
}

.mb05 {
    margin-bottom: 0.05rem;
}

.mb1 {
    margin-bottom: 0.1rem;
}

.mb2 {
    margin-bottom: 0.2rem;
}

.mb3 {
    margin-bottom: 0.3rem;
}

.mb4 {
    margin-bottom: 0.4rem;
}

.block {
    width: 0.13rem;
    height: 0.13rem;
    background-color: #d0c3ae;
    position: absolute;
}

.block:nth-child(1) {
    left: 0;
    top: 0;
}

.block:nth-child(2) {
    left: 0;
    bottom: 0;
}

.block:nth-child(3) {
    right: 0;
    top: 0;
}

.block:nth-child(4) {
    right: 0;
    bottom: 0;
}

.m_title {
    padding-top: 0.4rem;
}

.m_main {
    width: 6rem;
    margin: 0 auto;
    position: relative;
}

.m_page {
    width: 6rem;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    margin: 0 0.08rem;
    opacity: 1 !important;
    background-color: #d0c3ae !important;
}

.swiper-pagination-bullet-active {
    background-color: #b81b26 !important;
}

.m_btn {
    display: flex;
    justify-content: center;
}

.m_btn a {
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #fff;
    background-color: #b81b26;
    border-radius: 1rem;
    width: 4.2rem;
    text-align: center;
}

/* m1 */
.m1 .m_title {
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
}

.m1 .m_main {
    width: 6.2rem;
}

.m1-container {
    width: 6.2rem;
    padding: 0 0 0.5rem 0;
}

.m1-container-li {
    background-color: #f3ece1;
    border: 1px solid #d0c3ae;
    padding: 0.1rem;
}

.b.m1_img {
    width: 2.7rem;
    height: 2.38rem;
}

.m1_c {
    font-size: 0.22rem;
    margin-left: 0.15rem;
    flex: 1;
}

.m1_c .h3 {
    color: #b81b26;
    font-size: 0.26rem;
    line-height: 0.26rem;
    padding: 0.1rem 0;
    margin-top: .1rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px dashed #aaaaaa;
}

.m1_c .m1_span {
    color: #fff;
    background-color: #d0c3ae;
    font-size: 0.24rem;
    line-height: 0.28rem;
    height: 1.36rem;
    padding: 0.12rem 0.1rem;
    position: relative;
}

.m1_c .m1_span::after {
    content: "";
    position: absolute;
    border: 0.1rem solid transparent;
    border-left: 0.1rem solid #d0c3ae;
    right: -0.18rem;
    top: 50%;
    margin-top: -0.1rem;
}

.m1_ul {
    flex: 1;
    margin-left: 0.1rem;
}

.m1_ul_li {
    font-size: 0.22rem;
    line-height: 0.24rem;
    margin-bottom: 0.12rem;
    color: #333;
}

.m1_ul_li:last-child {
    margin: 0;
}

.b.m1_img_f {
    width: 5.98rem;
    height: 1.85rem;
}

.m1_page {
    width: 6.2rem;
    bottom: 1.15rem;
}

/* m1 end */


/* m2 */
.m_figure img {
    width: 1.86rem;
    height: 1.86rem;
    margin-bottom: 0.1rem;
}

.m_figure p {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333;
    text-align: center;
}

/* m2 end */

/* m3 */
.m3_table {
    width: 6rem;
}

td:nth-child(1) {
    background-color: #fcf3f4;
    color: #b81b26;
    width: 0.94rem;
}

td:nth-child(2) {
    width: 2.3rem;
    color: #999999;
}

td:nth-child(3) {
    background-color: #f3ece1;
    color: #333
}

.m3_table {
    border: 1px solid #d0c3ae;
    text-align: center;
}

.m3_table td {
    border-right: 1px solid #d0c3ae;
    border-bottom: 1px solid #d0c3ae;
    height: 0.5rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.m3_table_head {
    font-size: 0.24rem !important;
    color: #b81b26 !important;
    padding: 0.2rem 0 0.1rem;
}

td.h{
    height: 0.8rem;
}

/* m3 end */
/* m4 */
.m4-container {
    width: 5.7rem;
    padding: 0 0 0.5rem 0;
}

.m4-container-li {
    background-color: #f3ece1;
    border: 1px solid #d0c3ae;
    padding: 0.1rem;
}

.b.m4_img {
    width: 5.5rem;
    height: 2.7rem;
    position: relative;
    z-index: 9;
}

.m4_img_p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0.2rem 0;
    text-align: center;
    color: #333333;
}

.m4_page {
    width: 5.7rem;
    bottom: 1.15rem;
}


/* m4 end */
/* m5 */
.m5-container {
    width: 5.7rem;
    padding: 0 0 0.5rem 0;
}

.b.m4_img {
    width: 5.5rem;
    height: 2.7rem;
    position: relative;
    z-index: 9;
}

.m5_img_h{
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding: 0.2rem 0 0.1rem;
    color: #b81b26;
    text-align: center;
    border-bottom: 1px dashed #d0c3ae;
}

.m5_img_p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0.15rem 0;
    text-align: center;
    color: #333333;
}

.m5_page {
    width: 5.7rem;
    bottom: 1.15rem;
}

/* m5 end */

/* m6 */

.m6 .m_main {
    width: 6.2rem;;
    padding-bottom: 0.9rem;
}

.m6_tab .hd {
    margin-bottom: 0.1rem;
}

.m6_tab .hd ul {
    display: flex;
    justify-content: space-between
}

.m6_tab .hd ul li {
    color: #ffffff;
    background-color: #b1a289;
    text-align: center;
    width: 1.5rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
}

.m6_tab .hd ul .on {
    background: #b81b26;
    color: #ffffff;
    position: relative;
}