﻿
.pc-style .chong-ci {
    background: url(../Images/chongcibg.jpg) center top no-repeat;
}
.pc-style .chong-ci .mid-inner{
    width: 1120px;
    margin: 0px auto 20px auto;
}
.pc-style .chong-ci .list-title {
    padding: 20px 0px 20px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.pc-style .chong-ci .list-title .title-text {
    display: inline-block;
    position: relative;
    padding: 0px 120px;
    height: 60px;
    background: url(../Images/chongcibgtitle.png) center center no-repeat;
    color: rgba(0, 0, 0, 0);
    min-width: 300px;
}

/* .pc-style .chong-ci .list-title .title-text:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .chong-ci .list-title .title-text:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
} */

.pc-style .chong-ci .list-content {
    padding: 20px;
    background: #ffffff;
    min-height: 500px;
    border-radius: 12px;
}

.pc-style .chong-ci #list {
    width: 1100px;
}

.pc-style .chong-ci #list:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .chong-ci #list .item {
    width: 200px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.pc-style .chong-ci #list .item .item-img-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.pc-style .chong-ci #list .item .item-img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style .chong-ci #list .item .item-img-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.pc-style .chong-ci #list .item .item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.pc-style .chong-ci #list .item .item-des .item-title {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.pc-style .chong-ci #list .item .item-des .new-price {
    display: inline;
    color: #e53737;
    font-size: 18px;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
}
.pc-style .chong-ci #list .item .item-des .new-price .price-int {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.pc-style .chong-ci #list .item .item-des .new-price .price-decimal {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.pc-style .chong-ci #list .item .item-des .new-price .rmb {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.pc-style .chong-ci #list .item .item-des .old-price {
    display: inline;
    color: #666666;
    text-decoration: line-through;
    display: none;
}

.pc-style .chongci-search-box {
    width: 500px;
    margin: 0px auto 20px auto;
    position: relative;
    padding-left: 9em;
}

.pc-style .chongci-search-title {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 40px;
}

.pc-style .chongci-search-content {
    position: relative;
    padding-right: 60px;
    background: #ffffff;
}

.pc-style .chongci-search-content .textbox-chongci-search {
    padding: 0px 10px;
    border: 1px solid #999999;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}

.pc-style .chongci-search-content .textbox-chongci-search #textboxChongciSearch {
    font-size: 14px;
    border: 0px;
    height: 38px;
    outline: 0px;
    width: 100%;
    line-height: 38px;
}

.pc-style .chongci-search-content .btn-chongci-search {
    color: #ffffff;
    background: #ff6a00;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 0px 4px 4px 0px;
}

.mobile-style .chong-ci {
    margin: 10px auto;
}

.mobile-style .chong-ci .list-title {
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.mobile-style .chong-ci .list-title .title-text {
    display: inline-block;
    position: relative;
    padding: 0px 60px;
}

.mobile-style .chong-ci .list-title .title-text:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .chong-ci .list-title .title-text:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .chong-ci .list-content {
    padding: 10px;
    background: #ffffff;
}

.mobile-style .chong-ci #list:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .chong-ci #list .item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .chong-ci #list .item .item-img-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.mobile-style .chong-ci #list .item .item-img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .chong-ci #list .item .item-img-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mobile-style .chong-ci #list .item .item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .chong-ci #list .item .item-des .item-title {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.mobile-style .chong-ci #list .item .item-des .new-price {
    display: inline;
    color: #e53737;
    font-size: 18px;
    margin-right: 20px;
}

.mobile-style .chong-ci #list .item .item-des .old-price {
    display: inline;
    color: #666666;
    text-decoration: line-through;
}

.mobile-style .chongci-search-box {
    position: relative;
    margin: 0px 16px 16px 16px;
}

.mobile-style .chongci-search-title {
    margin-bottom: 10px;
}

.mobile-style .chongci-search-content {
    position: relative;
    padding-right: 60px;
    background: #ffffff;
}

.mobile-style .chongci-search-content .textbox-chongci-search {
    padding: 0px 10px;
    border: 1px solid #999999;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}

.mobile-style .chongci-search-content .textbox-chongci-search #textboxChongciSearch {
    font-size: 14px;
    border: 0px;
    height: 38px;
    outline: 0px;
    width: 100%;
    line-height: 38px;
}

.mobile-style .chongci-search-content .btn-chongci-search {
    color: #ffffff;
    background: #ff6a00;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 0px 4px 4px 0px;
}