@charset "utf-8";
/* CSS Document */
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
}
.tabs nav {
    text-align: left;
	height: 120px;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 40px;
    line-height: 40px;
    margin: 0 0;
    border-bottom: 1px solid #efefef;
    font-size: 20px;
}
.tabs nav ul li {
    list-style: none outside none;
}
.tabs nav em.tab-current{
    color: #0FD5A4;
    font-size: 16px;
}
.tabs nav a {
    height: 37px;
    line-height: 40px;
    margin: 0 10px;
    float: left;
}
.tabs nav a span {
    vertical-align: middle;
    font-size: 16px;
}
.content-wrap {
    position: relative;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: left;
}
.show-wrap {
    position: relative;
}

.show-wrap .c-list {
    background-color: #E7E3E7;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}
.show-wrap .c-name {
    float: left;
}
.show-wrap .text {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}
.show-wrap .c-price {
    float: right;
}

.list {
    font-size: 15px;
    margin: 0 auto;
    max-width: 960px;
}
.list_preferential li {
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    padding: 6px 0;
}
.list_preferential li .image_wrap {
    float: left;
    margin-right: 20px;
    width: 84px;
}
.image_wrap {
    position: relative;
    overflow: hidden;
}

.list_preferential li .image {
    width: 84px;
}
.image {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.list_preferential li a {
    color: #3e474e;
}
