.nomads{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.mao{
    width: 30%;
    float: left;
}
.mao_fence{
    width: 100%;
    padding-top: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.mao_fence_meadow{
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 8px 2px;
    border-bottom: 3px solid #cd3c28;
    color: rgb(51, 51, 51);
    font-size: 18px;
}
.mao_fence_though{
    float: right;
    line-height: 30px;
    font-size: 1px;
    padding: 2px 10px 0px 0px;
    color: rgb(153, 153, 153);
}
.mao_which{
    border-right: 1px dashed #cd3c28;
}
.mao_which li{
    width: 90%;
    line-height: 30px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mornay{
    width: 65%;
    float: right;
}
.mornay_fence{
    width: 100%;
    height: 38px;
    margin-bottom: 25px;
    overflow: hidden;
}
.a01_b01_c01{
    display: inline-block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    color: rgb(102, 102, 102);
    font-size: 18px;
    text-align: center;
    background: #EBEBEB;
}
.a01_b01_c03{
    background: #8F0005;
    color: #fff;
}
.mornay_which{
    width: 100%;
    overflow: hidden;
}
.mornay_which_meadow{
    vertical-align: middle;
    width: 210px;
    height: 140px;
    margin-right: 10px;
    float: left;
}
.mornay_which_who{
    width: calc(100% - 220px);
    float: right;
}
.mornay_which_who_cool{
    width: 410px;
    height: 22px;
    line-height: 22px;
    margin-top: -3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 3px;
}
.mornay_which_who_fennel{
    text-indent: 2em;
    line-height: 20px;
    color: rgb(102, 102, 102);
    text-align: justify;
}
.mornay_which_who_fennel a{
    color: #cd3c28;
}
.mornay_which_though{
    width: 100%;
}
.mornay_which_though li{
    width: 100%;
    padding: 30px 0px 19px;
    border-bottom: 1px dotted #c3c3c3;
    overflow: hidden;
}
.mornay_which_though_cool{
    width: 57px;
    height: 57px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    float: left;
}
.mornay_which_though_cool_pikachu{
    width: 42px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 20px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
}
.mornay_which_though_cool_bottle{
    font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: center;
}
.mornay_which_though_fennel{
    width: calc(100% - 100px);
    height: 57px;
    font-size: 12px;
    float: right;
}
.mornay_which_though_fennel_pikachu{
    color: #666;
    margin-bottom: 2px;
}
.mornay_which_though_fennel_bottle{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.a01_b03{
    width: 100%;
    padding-top: 1px;
    display: none;
}
.a01_b03 li{
    overflow: hidden;
    margin-top: 5px;
    height: 24px;
}
.a01_b03 a{
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a01_b03 span{
    float: right;
    text-align: center;
    width: 20%;
}


@media screen and (max-width: 1024px) {
    .mornay{
        display: none;
    }
    .nomads{
        width: 100%;
    }
    .mao{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mao_which{
        border: none;
    }
}