.page, body {
    position: relative;
    background: rgba(250, 250, 250, 1);
    max-width: 750px;
    width: 100%;
    margin: 0px auto;
}

.header {
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding: 5px 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    max-width: 750px;
    width: 100%;
    background-color: #fff;
}

.pageBack {
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    text-align: left;
    padding-left: 17px;
    width: 30%;
}

.pageHelp {
    width: 84px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 62px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin: 6px 15px 0px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    position: relative;
}

.pageHelp > img {
    position: absolute;
    top: 5px;
    left: 10px;
}

.main {
    /*margin-top: 52px;*/
    position: relative;
}

.footer {
    position: fixed;
    bottom: 0px;
    max-width: 750px;
    width: 100%;
    z-index: 999;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    /*display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
}

.m_head {
    width: 100%;
    /*height: 250px;*/
    background: linear-gradient(180deg, rgba(240, 241, 245, 1) 0%, rgba(248, 242, 250, 1) 73.48%, rgba(247, 247, 247, 1) 100%);
    padding-bottom: 6px;
}

.m_head > p {
    text-align: right;
    padding: 17px 14px 6px 0px;
}

.m_head_img {
    margin: 0px 11px 14px 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.m_head_mem {
    /*filter: blur(4px);
    border: 4px solid rgba(0, 0, 0, 1);
    background:#fff linear-gradient(270deg, rgba(208, 249, 117, 1) 0%, rgba(236, 232, 95, 1) 100%);*/
}

.m_head_vip {
    border: 2px solid #fff;
}

.m_head_d1 {
    float: left;
}

.m_head_d1 h2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.m_head_d1 h4 {
    font-size: 10px;
    font-weight: 500;
    color: rgba(54, 119, 29, 1);
    width: 95px;
    height: 20px;
    border-radius: 92px;
    border: 1px solid rgba(54, 119, 29, 1);
    line-height: 24px;
    margin-top: 4px;
}

.m_head_d1 h4 span {
    font-size: 12px;
    display: inline-block;
}

.m_head_d1 h4 img {
    padding-left: 5px;
    margin-right: 5px;
}

.m_vip {
    margin: 0 25px 0 25px;
    background: #2E2D47;
    border-radius: 10px 10px 30% 30%;
    position: relative;
    height: 63px;
}

.m_vip .radius-bg-box {
    position: absolute;
    bottom: -8px;
    left: 3px;
    right: 3px;
    height: 20px;
    background: red;
    border-radius: 0 0 50% 50%;
    height: 50px;
    background: #2E2D47;
    z-index: 0;
}

.m_vip2,
.m_vip2 .radius-bg-box{
    background: #40734E;

}

.m_vip .vip-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px  10px 0 15px;
}

.m_vip .vip-title-box .vip-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.m_vip .vip-title-box .vip-img {
    width: 30px;
    height: 16px;
    display: block;
    margin-right: 5px;
}

.m_vip .vip-title-box a {
    font-size: 12px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    width: 68px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    background: rgba(61, 154, 61, 1);
}

.m_vip2 .vip-title-box a {
    background: #FFFFFF;
    color: #36771D;
}
.m_vip2 .vip-title-box a i {
    color: #36771D;
}

.m_vip .vip-mark-box {
    font-size: 12px;
    font-weight: 400;
    color: rgba(212, 212, 212, 1);
    position: relative;
    z-index: 1;
    top:-3px;
    padding-left: 15px;
}
.m_vip2 .vip-mark-box,
.m_vip2 .vip-title-box .vip-img-box {
    color: #FFE2B3;
}


.m_lunbo {
    margin: 20px 14px 10px 14px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1;
}

.m_lunbo p {
    text-align: left;
    width: 100%;
    padding: 40px 0px 10px 12px;
}

.m_lunbo p span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
    /*padding-right: 10%;*/
}

.m_lunbo p img {
    vertical-align: middle;
}

.m_lunbo p h2 {
    float: right;
}

.m_lunbo_bj {
    margin-top: 0px;
}

/*.m_bj{
    margin:0px 27px 0px 29px;
    border-radius: 8px 8px 0px 0px;
    background: -webkit-linear-gradient(left, rgba(81, 166, 116, 1) 0%, rgba(132, 196, 160, 1) 43.31, rgba(86, 176, 140, 1) 77.08, rgba(73, 166, 132, 1) 99.83), -webkit-linear-gradient(left, rgba(74, 117, 111, 1) 0.33, rgba(111, 179, 112, 1) 39.75, rgba(111, 196, 106, 1) 63.89, rgba(57, 116, 57, 1) 100%);
    background: -o-linear-gradient(left, rgba(81, 166, 116, 1) 0%, rgba(132, 196, 160, 1) 43.31, rgba(86, 176, 140, 1) 77.08, rgba(73, 166, 132, 1) 99.83), -o-linear-gradient(left, rgba(74, 117, 111, 1) 0.33, rgba(111, 179, 112, 1) 39.75, rgba(111, 196, 106, 1) 63.89, rgba(57, 116, 57, 1) 100%);
    background: linear-gradient(to right, rgba(81, 166, 116, 1) 0%, rgba(132, 196, 160, 1) 43.31%, rgba(86, 176, 140, 1) 77.08%, rgba(73, 166, 132, 1) 99.83%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.m_bj img{
    position: absolute;
    top:20px;
    left: 10px;
}*/

.m_bj {
    margin: 0px 27px 0px 29px;
    /*border-radius: 8px 8px 0px 0px;*/
    background: url('../images/bj_back.png') no-repeat;
    /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);*/
    position: relative;
    background-size: 100%;
}

/*.m_bj img{
    position: absolute;
    top:10px;
    left: 15px;
}*/
.m_bj p {
    padding: 9px 10px 6px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m_bj p span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-left: 130px;
    margin-top: 4px;
    display: inline-block;
}

.m_bj p a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(54, 119, 29, 1);
    padding: 2px 8px 2px 8px;
    border-radius: 9.5px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    transform: scale(0.83);
    /*float: right;*/
    margin-top: 4px;
    position: absolute;
    right: 0px;
}

.m_order {
    /*width: 100%;*/
    /*height: 110px;*/
    margin: 0px 14px 7px 18px;
    background: #fff;
    border-radius: 4px;
}

.m_order_title > p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    padding: 8px 7px 12px 10px;
}

.m_order_title > p > a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
    float: right;
}

.m_order_title .weui-tabbar:before {
    border-top: none;
}

.m_order_title .weui-tabbar__item {
    text-align: center;
    padding: 8px 6px 8px 10px;
}

.m_order_title .weui-tabbar__label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
    margin-top: 6px;
}


.m_activity {
    /*width: 100%;*/
    /*height: 110px;*/
    margin: 7px 14px 7px 18px;
    background: #fff;
    border-radius: 4px;
}

.m_list {
    /*width: 100%;*/
    /*height: 110px;*/
    margin: 17px 14px 110px 17px;
    /*border-radius: 4px;*/
}

.m_list > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    text-align: center;
}

.sea_Null_data {
    margin-top: 20px;
    background: #fff;
    /*margin:20px 13px 68px 13px;*/
    display: flex;
    display: -webkit-flex; /* Safari */
    /*justify-content: space-around;*/
    flex-wrap: wrap;
    padding: 4px 0px;
}

.sea_Null_proList {
    border: 1px solid rgba(247, 247, 247, 1);
    /*float: left;*/
    margin: 0px 4px 0px 0px;
}

.sea_Null_pro_detail {
    padding-left: 5px;
    /*width: 165px;*/
}

.sea_Null_pro_p1 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(82, 82, 82, 1);
    /*margin:10px 0px 2px 0px;*/
}

.sea_Null_pro_p2 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(54, 119, 29, 1);
}

.sea_Null_pro_p3 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(179, 179, 179, 1);
    float: right;
    margin: -10px 8px 10px 0px;
}

.weui-tabbar__icon {
    width: 3em;
    height: 3em;
}

.weui-mask {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
}

@media screen and (min-width: 340px) {
    .m_vip .vip-title-box a{
        position: relative;
        top: 6px;
    }
}
