.MemberServices{
    margin-top: 12px;
    display: flex;
}
.left_container{
    width: 938px;
    background: #FFFFFF;
    border-radius: 4px;
}

.left_container section{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.left_container .InfoBox{
    box-sizing: border-box;
    padding: 10px 40px;
}
.right_container{
    flex: 1;
    margin-left: 10px;
    overflow: hidden;
}
.right_container>div:not(:first-child){
    margin-top: 12px;
}

.ItemServices{
    width: 360px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(183,183,183,0.2);
}

.ItemServices:nth-child(1)>div:nth-child(1){
    background: url(../img/about_us/service_bg1.png) no-repeat center;
    background-size: cover;
}
.ItemServices:nth-child(2)>div:nth-child(1){
    background: url(../img/about_us/service_bg2.png) no-repeat center;
    background-size: cover;
}
.ItemServices:nth-child(3)>div:nth-child(1){
    background: url(../img/about_us/service_bg3.png) no-repeat center;
    background-size: cover;
}

.ItemServices>div:nth-child(1) {
    height: 207px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ItemServices>div:nth-child(1){
    color: var(--color);
}
.ItemServices>div:nth-child(1)>span:nth-child(1) {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}

.ItemServices>div:nth-child(1)>span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
}


.ItemServices>div:nth-child(1)>span:nth-child(3) {
    font-size: 36px;
    font-family: DIN Alternate-Bold, DIN Alternate;
    margin-top: 24px;
}
.ItemServices>div:nth-child(1)>span:nth-child(3)::after{
    content: "/年";
    font-size: 16px!important;
    font-weight: normal!important;
}
.ItemServices>div:nth-child(1)>span:nth-child(3)::before{
    content: "￥";
    font-size: 16px!important;
    font-weight: normal!important;
    color: var(--color);
}

.ItemServices>div:nth-child(1)>a {
    width: 236px;
    height: 42px;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: var(--color);
    margin-top: 24px;
}



.ItemServices>ul{
    box-sizing: border-box;
    padding: 8px 40px;

}

.ItemServices>ul li{
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    background: url("../img/about_us/checked.png") no-repeat right center;
    background-size: 24px;
}
.noService{
    color: #AAAAAA!important;
    background: url("../img/about_us/close.png") no-repeat right center!important;
    background-size: 16px!important;
}

.ItemServices>a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: 30px 40px;
    height: 44px;
    background-color: #6D2B01;
    border-radius: 3px;
}

.ServicesList{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ItemServices:nth-child(2){
    margin: 0 15px;
}
.ItemServices:nth-child(2)>a{
    background-color: #1B2C55!important;
}
.ItemServices:nth-child(3)>a{
    background-color: #313133!important;
}
.new_member,
.asked_questions,
.ordering_process,
.consult_box{
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.consult_box .Info{
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%));
    column-gap: 18px;
    row-gap: 14px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}
.consult_box .Info span:nth-child(even){
    color: #333333;
}

.ordering_process .Info{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333333;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
}

.ordering_process .Info span{
    margin: 6px 0;
}


.asked_questions .Info{
    box-sizing: border-box;
    padding: 0 16px 20px 20px;
}

.asked_questions .Info .item_ask {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.asked_questions .Info .item_ask>span:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}
.asked_questions .Info .item_ask>span:nth-child(2) {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.new_member .Info{
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    width: 100%;
}
.new_member .Info span{
    margin: 6px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}