.ss-left {
    width: 1200px;
    float: left;
}
.shop-list-box {
    margin: 20px 0 40px;
}
.shop-list .shop-item {
    overflow: hidden;
    border-bottom: 1px dotted #e3e3e3;
    padding: 20px 0;
}
.shop-list .shop-item>a {
    display: block;
    overflow: hidden;
}
.shop-logo {
    float: left;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.shop-logo img {
    width: 100%;
    object-fit: cover;
    height: 120px;
}
.shop-data {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 1060px;
    min-height: 78px;
}
.shop-name {
    text-align: left;
}
.shop-name .name {
    margin-right: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    max-width: 500px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shop-name .type {
    font-size: 12px;
    color: #ff7d35;
    text-align: center;
    background: #fff5ef;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 10px;
}
.shop-address {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.shop-score {
    position: absolute;
    right: 0;
    top: 0;
}
.stars {
    position: relative;
    top: 1px;
    margin: 0 5px;
    overflow: hidden;
    width: 127px;
    display: inline-block;
}

.stars-box .score {
    font-size:23px;
    color: #ff7d35;
}
.stars i{
    width: 20px;    background-size: cover;height: 20px;margin-right: 5px;
}
.com-name .type{
    font-size: 12px;
    color: #ff7d35;
    text-align: center;
    background: #fff5ef;
    border-radius: 3px;
    padding: 7px 10px;
    line-height: 22px;
    height: 22px;
    margin: 0 10px;
    font-weight: 100;
}
.main-content{
    position: relative;
}
.content-left {
    width: 940px;
    min-height: 700px;
}
.module-nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.module-nav ul {
    overflow: hidden;
}
.module-nav ul li {
    float: left;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.module-nav ul li:first-child {
    margin-left: 20px;
}
.module-nav ul li.active {
    color: #ff7d35;
}
.module-nav ul li.active:after {
    content: "";
    width: 30px;
    height: 2px;
    line-height: 2px;
    display: block;
    margin: -2px auto 0;
    border-radius: 1px;
    background: #ff7d35;
}
.module-item {
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.title-bar {
    position: relative;
    height: 24px;
    margin: 0 0 20px;
}
.module-item .title {
    font-size: 20px;
    color: #222;
}
.module-more .more-auto {
    height: auto!important;
}
.recommend-goods .goods-list {
    height: 300px;
    overflow: hidden;
}
.recommend-goods .goods-list .goods-item {
    float: left;
    width: 205px;
    height: 280px;
    background: #fff;
    margin: 0 20px 20px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.goods-list .goods-item .goods-img img, .recommend-goods .goods-list .goods-item .goods-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.goods-list .goods-item .goods-img img {
    object-fit: cover;
}
.goods-list .goods-item .goods-intro {
    position: relative;
    padding: 0 10px;
}
.goods-list .goods-item .goods-intro .goods-name {
    font-size: 14px;
    color: #444;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-list .goods-item .goods-price, .sell-price {
    display: inline-block;
    vertical-align: middle;
}
.goods-price .sell-price {
    color: #ff7d35;
    font-size: 20px;
    text-align: left;
    /*max-width: 56%;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.goods-item .origin-price {
    color: #ccc;
    font-size: 14px;
    text-align: left;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    text-decoration: line-through;
}
.recommend-goods .goods-list .goods-item:nth-child(4n) {
    margin: 0 0 20px;
}
.goods-list .goods-item:hover {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.1);
}
.content-right {
    width: 240px;
    position: absolute;
    right: 0;
    top: 0;
}
.module-item {
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.content-right .module-item {
    padding: 15px;
}
.content-right .shop-list {
    margin: 0 auto;
}

.content-right .shop-list .shop-item .shop-logo {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.content-right .shop-list .shop-item .shop-logo img {
    display: block;
    width: 100%;    object-fit: cover;
    height: 60px;
}
.content-right .shop-list .shop-item .shop-title {
    font-size: 14px;
    color: #444;
    text-align: justify;
    width: 150px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-right .shop-list .shop-item .look-detail {
    font-size: 11px;
    color: #ff802a;
}
.content-right .stars i{
    width: 12px;
    height: 12px;
}
.content-right .stars{
    width: 85px;
}
.content-right .score{
    font-size: 14px;
}
.content-right .shop-list .shop-item {
    display: flex;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    border-bottom: 1px dotted #e5e5e5;padding: 0 0 20px 0;
}
.shop-info-part {
    margin: 12px auto;
}
.goods-price, .shop-name .type {
    display: inline-block;
}
.shop-info-part .sell-price {
    font-size: 30px;
    color: #ff7d35;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.goods-price em {
    font-size: 14px;
}
.origin-price {
    color: #ccc;
    font-size: 14px;
    text-align: left;
    margin-left: 4px;
    display: inline-block;
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    text-decoration: line-through;
}
.company-intro {
    width: 200px;
    padding: 30px 20px;
    background: #fff;
}
.company-intro-avatarbox {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.company-intro-avatarbox img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.company-intro-name {
    font-size: 16px;
    color: #444;
    text-align: center;
    margin: 6px auto 10px;
    font-weight: bold;
}
.company-intro .stars-box {
    text-align: center;
}
.company-intro-home {
    margin-top: 20px;
    text-align: center;
}
.company-intro-home .company-intro-into {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    background: #ff7d35;
    border-radius: 3px;
    display: block;
    width: 200px;
    height: 34px;
    line-height: 34px;
    color: #fff;
}
.more-goods {
    margin-top: 20px;
}
.more-goods .goods-list .goods-item {
    width: 210px;
    height: 280px;
    background: #fff;
    margin: 0 0 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.shop-filter {
    border: 1px solid #e3e3e3;
    background: #fff;
}
.shop-filter dl {
    width: 100%;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.shop-filter dl dt {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 40px;
    z-index: 1;
    color: #999;
    background-color: #f8f8f8;
}
.shop-filter dl dd {
    float: left;
    position: relative;
    overflow: hidden;
    width: 800px;
    line-height: 40px;
    margin-left: 120px;
}
.shop-filter dl dd a {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    text-align: left;
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shop-filter dl dd a.on, .shop-filter dl dd a:hover {
    font-weight: bold;
    color: #ff7d35;
}
.shop-filter dl:not(:first-child) {
    border-top: 1px dotted #eaeaea;
}
.collect-shop{
    position: relative;
    top: 10px;
    float: right;
    cursor: pointer;
    color: #8e8e93;
}
.collect-icon, .uncollect-icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}
.collect-icon {
    background-image: url(../image/csc-on.png);
}
.uncollect-icon {
    background-image: url(../image/csc.png);
}