.product-wrapper {
    background: #fafafa
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 110px;
    padding-top: 20px
}

.product-filters {
    margin: 40px 0 30px 0
}

.filter-category ul {
    width: 100%;
    text-align: center
}

.filter-category ul li {
    display: inline-block;
    margin: 0 5px
}

.filter-category ul li a {
    font-size: 18px;
    display: inline-block;
    min-width: 180px;
    color: #fff;
    background-color: #59a5fc;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center
}

.filter-category ul li a.active {
    background-color: #145fba
}

.filter-price {
    margin-top: 25px
}

.filter-price ul {
    text-align: left;
    float: left
}

.filter-price ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    text-align: center
}

.filter-price ul li:first-child {
    width: 140px;
    background: #145fba;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0
}

.filter-price ul li a {
    color: #333;
    font-size: 16px
}

.filter-price ul li a.active {
    color: #145fba
}

.icon-input {
    float: right;
    position: relative
}

.icon-input .search-input {
    width: 260px;
    height: 28px;
    line-height: 48px;
    border: solid 1px #aaa;
    border-radius: 3px;
    margin: 10px 0;
    padding: 0 28px 0 5px
}

.icon-input .ic-search {
    position: absolute;
    top: 11px;
    right: 0;
    background: url(../images/search.png) /*tpa=http://www.xiwon588.com/images/search.png*/ center no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px
}

.products ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 20px
}

.products ul li {
    width: 350px;
    margin-bottom: 20px;
    margin-right:55px
}
.products ul li:nth-child(3n+3) {
    margin-right:0
}
.products p {
    height: 30px;
    line-height: 30px
}

.products .thumbnail {
    border: none;
    width: 350px
}

.products .product-name {
    color: #000;
    font-size: 20px;
    text-align: left
}

.products .product-model {
    font-size: 18px;
    color: #111
}

.products .product-price {
    float: right;
    font-size: 20px;
    color: #f00
}

.product-header {
    margin-top: 20px
}

.image-viewer {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-right: 35px
}

.image-viewer .thumbnail {
    height: 380px;
    border: solid 1px #dcdcdc
}

.image-viewer .thumbnail img {
    width: 100%
}

.image-viewer .switcher {
    width: 320px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 35px
}

.swiper-slide {
    border: solid 1px #dcdcdc;
    line-height: 1
}

.swiper-slide img {
    width: 100%
}

.swiper-button-prev {
    height: 75px;
    width: 25px;
    top: 0;
    left: -30px;
    border: solid 1px #dcdcdc;
    background-size: 50%
}

.swiper-button-next {
    height: 75px;
    width: 25px;
    top: 0;
    right: -30px;
    border: solid 1px #dcdcdc;
    background-size: 50%
}
.product-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.product-header .left{
	 width: 400px;
 }
.product-header .left #main{
	 width: 100%;
}
.product-header .left #main .swiper-wrapper .swiper-slide{
	width: 400px;
	height: 400px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.product-header .left #little{
	width: 400px;
	position: relative;
	margin-top: 8px;
}
.product-header .left #little .swiper-button-prev{
	width: 20px;
	height: 80px;
	background: url(../images/left.png);
	position: absolute;
	left: 0;
	top: 22px;
}
.product-header .left #little .swiper-button-next{
	width: 20px;
	height: 80px;
	background: url(../images/right.png);
	position: absolute;
	right: 0;
	top: 22px;
}
.product-header .left #little  #thumbs {
	width: 344px;
	margin: 0 auto;
}
.product-header .left #little  #thumbs .swiper-wrapper .swiper-slide{
	width: 80px;
	height: 80px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-right: 8px;
}
.product-header .left  #main .swiper-wrapper .swiper-slide img{
	width: 398px;
	height: 398px;
}
.product-header .left #little  #thumbs .swiper-wrapper .swiper-slide img{
	width: 75px;
	height: 75px;
}
.product-header .left #little  #thumbs .swiper-wrapper .swiper-slide-thumb-active{
	border-color: #02CBEC;
}
.infos {
    width: 754px;
}

.infos p {
    color: #333;
    font-size: 16px;
    line-height: 200%
}

.infos .name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 200%
}

.desc-wrapper {
    min-height: 220px
}

.infos .description {
    font-size: 16px;
    color: #e78b13;
    line-height: 150%
}

.infos .price span {
    color: #f00;
    font-size: 22px
}

.infos .btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 190px;
    text-align: center
}

.infos .btn-blue {
    background: url(../images/btn-blue.png) /*tpa=http://www.xiwon588.com/images/btn-blue.png*/ center no-repeat;
    background-size: contain;
    margin-right: 40px
}

.infos .btn-red {
    background: url(../images/btn-red.png) /*tpa=http://www.xiwon588.com/images/btn-red.png*/ center no-repeat;
    background-size: contain
}

.infos hr {
    border-style: dashed;
    border-color: #dcdcdc;
    margin: 20px 0 30px
}

.product-content {
    padding-bottom: 90px
}

.product-content .recommends {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 45px
}

.product-content .details {
    display: inline-block;
    vertical-align: top;
    width: 800px
}

.product-content .recommend-header {
    background-color: #000;
    margin-bottom: 5px
}

.product-content .recommend-header p {
    text-align: left;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.product-content .recommend-header p img {
    height: 20px;
    vertical-align: text-top;
    margin-right: 10px
}

.recommends .recommend-col {
    border: solid 1px #dcdcdc
}

.recommends .recommend-col > li p {
    height: 36px;
    line-height: 36px;
    padding-left: 25px;
    text-align: left;
    color: #fff;
    background-color: #145fba
}

.recommends .recommend-col > li p img {
    vertical-align: text-top;
    margin-right: 10px
}

.recommends .recommend-col > li ul {
    list-style-type: circle;
    list-style-position: inside;
    padding: 20px 0
}

.recommends .recommend-col > li ul li {
    padding: 10px 20px
}

.recommends .recommend-col > li ul li a {
    font-size: 16px;
    color: #111
}

.detail-header {
    margin-bottom: 5px
}

.detail-header > ul {
    border-bottom: solid 1px #d2d2d2
}

.detail-header > ul > li {
    display: inline-block
}

.detail-header > ul > li > a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    min-width: 150px;
    text-align: center;
    border: solid 1px #dcdcdc
}

.detail-header > ul > li > a.active {
    color: #fff;
    background: #e71717
}

.detail-body {
    width: 100%;
    padding-bottom: 95px
}

.detail-body .detail:last-of-type {
    display: none
}