
#msv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index_w {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

ul, ol {
    list-style: none;
}
.category {
    height: auto;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.category li {
    width: 20%;
    float: left;
    margin: 5px 0;
}
.category li span {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

img, fieldset {
    border: 0;
}
input, input[type=search], select, img {
    vertical-align: middle;
}

.category li span img {
    width: 40px;
    height: 40px;
}
.category li strong {
    font-weight: 400;
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}

.hot_recommend {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}
.hot_recommend dl.today {
    position: relative;
    width: 35%;
    float: left;
    height: 161px;
}
.hot_recommend dl .tit.t1 {
    width: 60px;
    height: 15px;
    background: url(../images/todayup.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.hot_recommend dl.today .tit {
    margin-top: 5px;
    margin-left: 6%;
    overflow: hidden;
    text-indent: -999em;
}
.hot_recommend dl.today .txt {
    font-size: 12px;
    color: #848484;
    padding-top: 5px;
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding-left: 6%;
}
.hot_recommend dl.today .img {
    text-align: center;
    padding-top: 10px;
    height: 110px;
    overflow: hidden;
}
.hot_recommend dl.today .img span {
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}
.hot_recommend dl.rec_item {
    position: relative;
    width: 32%;
    float: left;
    height: 80px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
.hot_recommend dl:nth-child(4) {
    border-bottom: 0;
}
.hot_recommend dl:nth-child(5) {
    border-bottom: 0;
}
.hot_recommend dl.rec_item .tit {
    overflow: hidden;
    text-align: left;
    width: 60px;
    height: 17px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,å®‹ä½“;
    font-size: 14px;
    margin: 5px 0 0 6%;
}
.hot_recommend dl.rec_item .txt {
    font-size: 10px;
    color: #848484;
    padding-top: 5px;
    padding-left: 6%;
    width: 50%;
    max-height: 34px;
    overflow: hidden;
    line-height: 1.25;
}
.hot_recommend dl.rec_item .img {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #fff;
    overflow: hidden;
}
.hot_bottom {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 3px 0;
}
.hot_bottom dl:first-child {
    border-right: 1px solid #f1f1f1;
}
.hot_bottom dl:nth-last-child(2) {
    border-top: 1px solid #f1f1f1;
}
.hot_bottom dl:last-child {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
.add_item {
    position: relative;
    float: left;
    width: 49.5%;
    height: 70px;
    display: -webkit-box;
    display: flex;

}


.add_item .img {
    text-align: right;
    padding-top: 10px;
    -webkit-box-flex: 1;
    height: 60px;
    overflow: hidden;
    width: 45%;
    margin-right: 5%;
}
.add_item dd {
    overflow: hidden;
    height: 70px;
    -webkit-box-flex: 1;
}

.add_item .tit {
    text-align: left;
    width: 100%;
    height: 15px;
    margin-top: 18px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,å®‹ä½“;
}
.add_item .txt {
    font-size: 12px;
    color: #848484;
    padding-top: 8px;
}
.fc_orange {
    color: #ff9634;
}
.add_item .tit span.icon_bestBuy {
    border-radius: 8px;
    background-color: #ff942d;
    color: #fff;
    font-size: .6em;
    vertical-align: middle;
    margin: 0 0 10px 3px;
    padding: 1px 3px;
}
.fc_orangeRed {
    color: #ff6b58;
}

.add_item .tit span:first-child {
    font-weight: 700;
    font-size: 14px;
}
.add_item .tit span.icon_saleShop {
    border-radius: 8px;
    background-color: #ff6b5b;
    color: #fff;
    font-size: .6em;
    vertical-align: middle;
    margin: 0 0 10px 3px;
    padding: 1px 3px;
}

.list_summary {
    height: 16px;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 2px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
}
.list_summary span {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: 2px solid #eb3e42;
    width: 96%;
    display: block;
    color: #000;
    font-size: 14px;
}
.fc_lightGray {
    color: #919191;
}