.g-scrollview {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: -1px;
}

.m-list {
    overflow: hidden;
    position: relative;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
}

.list-theme2 .list-item:nth-child(odd) {
    padding-right: 2px;
}

.list-theme2 .list-item {
    width: 50%;
    float: left;
    padding-top: 4px;
}

.list-img {
    height: 0;
    width: 100%;
    padding: 50% 0;
    overflow: hidden;
}

.list-img img {
    width: 100%;
    margin-top: -50%;
    background-color: #FFF;
    border: none;
}

.list-theme2 .list-item .list-mes {
    padding: 5px;
}

.list-mes {
    background-color: #FFF;
}

.list-theme2 .list-item .list-mes .list-title {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
     height: 18px;
}

.list-mes .list-title {
    color: #505050;
    font-size: 14px;
    text-align: justify;
    font-weight: 800;
}

.list-mes .list-mes-item {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.list-price {
    font-size: 14px;
    color: #EB5211;
}

address, caption, cite, dfn, em, th, var, i, em {
    font-style: normal;
    font-weight: normal;
}