﻿@charset "utf-8";

/*会员计划*/
.plan_mobile .plan_mobile_img img {
    display: block;
    width: 100%;
}

.plan_mobile .plan_mobile_wechat {
    padding: 16px 0;
}

.plan_mobile .plan_mobile_wechat img {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.plan_mobile .plan_mobile_wechat a {
    display: block;
	text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: #4d403e;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
}

.plan_mobile .plan_mobile_item .plan_mobile_title {
    background-color: #fae2df;
    padding: 4% 6%;
}

.plan_mobile .plan_mobile_item .plan_mobile_title p {
    font-size: 16px;
    text-align: left;
    color: #4d403e;
}

.plan_mobile .plan_mobile_item .plan_mobile_title p span {
    color: #928380;
    font-weight: bold;
    margin-right: 5px;
}

.plan_mobile_info {
    padding: 6%;
    padding-top: 0;
}

.plan_mobile_info .txt {
    border: 2px solid #d6cfcd;
    border-top: none;
    padding: 2%;
    padding-top: 0;
}

.plan_mobile_info .txt .more {
    border: 2px solid #d6cfcd;
    border-top: none;
    padding: 5%;
}

.plan_mobile_info .txt .more p {
    text-align: left;
    line-height: 26px;
    font-size: 14px;
    color: #4d403e;
}

.plan_mobile_info .txt .more_details {
    overflow: hidden;
}

.plan_mobile_info .txt .more_details div {
    float: left;
    width: 50%;
}

.plan_mobile_info .txt .more_details div p {
    text-align: center;
}

.plan_mobile_info .txt .more_details div p:last-child {
    font-size: 12px;
}

.plan_mobile_info .txt .more_details div.more_01 {
    position: relative;
}

.plan_mobile_info .txt .more_details div.more_01:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 2px dashed #fae2df;
}

.plan_mobile_footer {
    background-color: #fae2df;
    padding: 4% 0;
    text-align: center;
}

.plan_mobile_footer img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.plan_mobile_footer a {
    font-size: 12px;
    line-height: 20px;
    color: #4d403e;
}