section.container {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.container>dl.sidebar {
    width: 220px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px #ddd;
    box-shadow: 2px 2px 10px #ddd;
}

section.container>dl.sidebar dt {
    padding: 10px 15px;
    background: #0078c1;
    color: #fff;
    font-size: 16px;
}

section.container>dl.sidebar dd {
    padding: 10px 5px;
}

section.container>dl.sidebar dd a {
    display: block;
    font-size: 14px;
    line-height: 42px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #e2e2e2;
}

section.container>dl.sidebar dd a span {
    display: block;
    float: left;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.container>dl.sidebar dd a:after {
    content: '>';
    font-family: 'simsun', '宋体';
    font-size: 12px;
    float: right;
}

section.container>dl.sidebar dd a.on {
    color: #0078c1;
    font-weight: bold;
}

section.container>div.content-wrapper {
    width: calc(100% - 260px);
    float: right;
}
section.container > div.search-content-wrapper{
	width: 100%;
	float: none;
}

div.content-wrapper>div.position {
    font-size: 14px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0078c1;
}

div.content-wrapper>div.position span {
    font-family: 'simsun', '宋体';
    margin: 0 8px;
    color: #999;
}

div.content-wrapper>div.list-wrapper {
    margin-top: 30px;
    /*overflow: hidden;*/
}

div.content-wrapper>div.list-wrapper div.info-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

div.content-wrapper>div.list-wrapper div.info-wrapper a.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 71.2625%;
    position: relative;
    overflow: hidden;
}

div.content-wrapper>div.list-wrapper div.info-wrapper a.thumb span.thumb-fixed {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

div.content-wrapper>div.list-wrapper div.info-wrapper:hover a.thumb span.thumb-fixed {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

div.content-wrapper>div.list-wrapper div.info-wrapper:hover a.thumb:after {
    opacity: 1;
}

div.content-wrapper>div.list-wrapper div.info-wrapper:hover a.thumb span.title {
    opacity: 1;
}

div.content-wrapper>div.list-wrapper div.info-wrapper:hover a.thumb span.title:before, div.content-wrapper>div.list-wrapper div.info-wrapper:hover a.thumb span.title:after {
    opacity: 1;
    width: 1em;
}

div.content-wrapper>div.list-wrapper div.info-wrapper div.info {
    padding: 15px;
}

div.content-wrapper>div.list-wrapper div.info-wrapper div.desc-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

div.content-wrapper>div.list-wrapper div.info-wrapper div.desc-wrapper a.title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.content-wrapper>div.list-wrapper div.info-wrapper a.more {
    display: block;
    overflow: hidden;
    padding-top: 15px;
    color: #666;
}

div.content-wrapper>div.list-wrapper div.info-wrapper a.more i.iconfont {
    float: right;
}

div.content-wrapper>div.list-wrapper div.info-wrapper a.more:hover {
    color: #0a79d1;
}

div.content-wrapper>div.content {
    margin-top: 30px;
}

div.content-wrapper>div.content div.top div.gallery {
    overflow: hidden;
    position: relative;
    width: 480px;
    float: left;
}

div.content-wrapper>div.content div.top div.gallery-top {
    background: #f2f2f2;
}

div.content-wrapper>div.content div.top div.gallery-top div.swiper-slide {
    height: 0;
    padding-top: 71.2625%;
    background: #f2f2f2 no-repeat center / cover;
}

div.content-wrapper>div.content div.top div.gallery-thumbs {
    margin-top: 5px;
}

div.content-wrapper>div.content div.top div.gallery-thumbs div.swiper-slide {
    background: #f2f2f2 no-repeat center / cover;
}

div.content-wrapper>div.content div.top div.gallery-thumbs div.swiper-slide:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 71.2625%;
}

div.content-wrapper>div.content div.top div.info {
    float: right;
    width: calc(100% - 500px);
}

div.content-wrapper>div.content div.top div.info h1 {
    font-size: 24px;
    line-height: 1.5;
}

div.content-wrapper>div.content div.top div.info div.desc {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    color: #666;
}

div.content-wrapper>div.content div.top div.info div.price {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
    float: left;
    padding: 0 20px;
    background: #0078c1;
    color: #fff;
    border-radius: 5px;
}

div.content-wrapper>div.content>div.content-body {
    margin-top: 30px;
}

div.content>div.content-body>h3 {
    font-size: 18px;
    line-height: 2;
    position: relative;
    color: #0078c1;
    border-bottom: 1px solid #e2e2e2;
}

div.content>div.content-body>h3:after {
    content: '';
    display: block;
    width: 3em;
    height: 1px;
    background: #0078c1;
    position: absolute;
    left: 0;
    bottom: -1px;
}

div.content>div.content-body>div.body {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}

div.content>div.content-body>div.body * {
    max-width: 100% !important;
}

div.content>div.content-body>div.prevnext {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}

div.content>div.content-body>div.prevnext a {
    display: block;
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

div.content>div.content-body>div.prevnext a.next {
    float: right;
}

@media screen and (max-width:1399px) {}

@media screen and (max-width:1199px) {
    section.container>dl.sidebar {
        width: 100%;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
    section.container>dl.sidebar dt {
        float: left;
        line-height: 36px;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 5px;
        font-size: 14px;
    }
    section.container>dl.sidebar dd {
        padding: 0;
    }
    section.container>dl.sidebar dd a {
        float: left;
        border: none;
        background: #f2f2f2;
        margin: 0 5px 5px 0;
    }
    section.container>dl.sidebar dd a:after {
        display: none;
    }
    section.container>div.content-wrapper {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width:991px) {
    body>section.container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div.content-wrapper>div.content div.top div.gallery {
        width: 360px;
    }
    div.content-wrapper>div.content div.top div.info {
        width: calc(100% - 380px);
    }
}

@media screen and (max-width:768px) {
    div.content-wrapper>div.content div.top div.gallery {
        width: 280px;
    }
    div.content-wrapper>div.content div.top div.info {
        width: calc(100% - 300px);
    }
    div.content-wrapper>div.content div.top div.info h1 {
        font-size: 18px;
    }
    div.content-wrapper>div.content div.top div.info div.desc {
        font-size: 14px;
        margin-top: 6px;
    }
    div.content-wrapper>div.content div.top div.info div.price {
        font-size: 14px;
    }
    div.content-wrapper>div.content {
        margin-top: 20px;
    }
    div.content>div.content-body>h3 {
        font-size: 16px;
    }
    div.content>div.content-body>div.body {
        font-size: 14px;
    }
    div.content>div.content-body>div.prevnext {
        margin-top: 10px;
        padding-top: 10px;
    }
    div.content>div.content-body>div.prevnext a {
        max-width: 100%;
        float: none !important;
        line-height: 2;
    }
}

@media screen and (max-width:640px) {
    div.content-wrapper>div.list-wrapper {
        margin-top: 10px;
    }
    div.content-wrapper>div.content div.top div.gallery {
        width: 100%;
    }
    div.content-wrapper>div.content div.top div.info {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width:480px) {
    div.content-wrapper>div.position {
        line-height: 24px;
    }
    div.content-wrapper>div.list-wrapper div.item {
        width: 100%;
    }
}