html, body {
    height: auto;
    margin: 0;
}

ul, dl {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.header {
    height: 72px;
    border-bottom: solid 1px #eceef0;
}

.z-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.logo {
    margin-top: 10px;
    display: inline-block;
}

.logo img {
    /*width: 80px;*/
    /*height: 30px;*/
}

.search-form {
    height: 36px;
    position: absolute;
    top: 19px;
    right: 0;
    margin-left: -460px;
    overflow: hidden;
    z-index: 9;
}

.search-input {
    width: 300px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    border: 1px solid #ff5a37;
    color: #333;
    background: #fff;
    outline: 0;
    padding: 8px 13px;
    float: left;
}

.search-btn {
    border: 1px solid #ff5a37;
    box-sizing: border-box;
    background: #ff5a37;
    float: left;
    width: 100px;
    height: 36px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.dropdown .carat {
    border-top: 8px solid #a0a0a0;
}

.header .nav {
    position: absolute;
    left: 10%;
    top: 0;
    padding: 0;
    background: none;
    border-radius: 2px;
    font-size: 18px;
    box-sizing: border-box;
}

.header .nav .active {
    color: #ff651b;
    border-bottom: solid 4px #ff651b;
}

.header .nav .nav-item {
    margin: 8px 10px;
    position: relative;
    display: inline-block;
    line-height: 53px;
}

.header .nav .nav-item a {
    display: block;
    padding: 0 20px;
}

.mescroll-upwarp .upwarp-tip, .mescroll-upwarp .upwarp-nodata {
    font-size: 14px;
}

.mescroll-empty {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.mescroll-empty .empty-icon {
    width: unset;
}

.mescroll-totop {
    right: 10px;
    bottom: 200px;
}

.hide {
    opacity: 0;
}

.footer {
    margin: 36px 0 0;
    padding: 30px 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #2a2c37;
    font-size: 14px;
}

.side {
    position: fixed;
    right: 10px;
    bottom: 240px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #000;
    z-index: 999;
}

.side-item {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.side-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    opacity: .5;
    background: #dadcdf;
}

.side-item .icon {
    font-size: 28px;
    padding-bottom: 3px;
}

.side-text {
    display: block;
    width: 30px;
    height: 32px;
    left: 0;
    top: 0;
    margin: auto;
    line-height: 16px;
    font-size: 13px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
}

.side-wrap {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    padding-right: 20px;
}

.side-inner {
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}

.side-inner-img img {
    width: 150px;
    height: 150px;
    -moz-background-size: 150px 150px;
    background-size: 150px 150px;
}

.side-inner-triangle {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 12px;
    height: 12px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 6px;
    background: transparent;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index .swiper-container {
    width: auto;
}

.index .swiper-button-next,
.index .swiper-button-prev {
    transition: opacity .5s;
    outline: none;
}

.index .swiper-button-prev {
    left: 5%;
}

.index .swiper-button-next {
    right: 5%;
}

.index .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff651b;
}

.index .quick-area {
    margin: 30px auto;
    width: 1200px;
    height: 280px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ebebeb;
}

.index .quick-area .brand-area {
    float: left;
    width: 585px;
}

.index .quick-area .brand-area-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #585858;
}

.index .quick-area .brand-wrap {
    height: 230px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
}

.index .quick-area .brand-wrap .brand-item {
    float: left;
    margin-top: 26px;
    width: 90px;
}

.index .quick-area .brand-wrap .brand-item .brand-image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.index .quick-area .brand-wrap .brand-item .brand-image img {
    width: 100%;
    height: 100%;
}

.index .quick-area .brand-wrap .brand-item .brand-name {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index .quick-area .price-area {
    float: left;
    width: 245px;
}

.index .quick-area .price-area-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #585858;
}

.index .quick-area .price-wrap {
    height: 230px;
    padding-left: 33px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.index .quick-area .price-wrap .price-item {
    float: left;
    width: 83px;
    margin: 41px 10px 0 10px;
    font-size: 14px;
}

.index .quick-area .lvl-area {
    float: left;
    width: 370px;
}

.index .quick-area .lvl-area-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #585858;
}

.index .quick-area .lvl-wrap {
    height: 230px;
    border-top: 1px solid #ebebeb;
    padding-left: 21px;
}

.index .quick-area .lvl-wrap .lvl-item {
    float: left;
    margin-top: 36px;
    margin-left: 14px;
    width: 90px;
}

.index .quick-area .lvl-wrap .lvl-item .lvl-image {
    width: 73px;
    height: 29px;
    margin: 0 auto;
}

.index .quick-area .lvl-wrap .lvl-item .lvl-image img {
    width: 100%;
    height: 100%;
}

.index .quick-area .lvl-wrap .lvl-item .lvl-name {
    margin-top: 13px;
    font-size: 14px;
    text-align: center;
}

.index .recomm-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
}

.index .recomm-title .left {
    float: left;
    font-size: 18px;
    font-weight: 400;
}

.index .recomm-title .right {
    float: right;
}

.index .recomm-title .right a {
    color: #ff651b;
}

.index .recomm-content {
    margin-top: 20px;
}

.index .recomm-list {
    padding-left: 0;
}

.index .recomm-list li {
    position: relative;
    width: 285px;
    height: 295px;
    background: #FFFFFF;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .12);
    float: left;
    margin-right: 20px;
    margin-bottom: 19px;
}

.index .recomm-list li:nth-child(4n) {
    margin-right: 0;
}

.index .recomm-list li a {
    display: block;
    height: 290px;
}

.index .recomm-list li img {
    width: 100%;
    height: 190px;
}

.index .recomm-list li .info .title {
    padding: 20px 16px 10px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index .recomm-list li .info .price {
    font-size: 20px;
    color: #f85d00;
    padding: 5px 16px 10px;
}

.list .dropdown:hover {
    box-shadow: none;
}

.list .dropdown {
    width: 101px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}

.list .dropdown.focus {
    box-shadow: none;
}

.list .dropdown .selected, .dropdown li {
    font-size: 13px;
}

.list .dropdown div {
    border-radius: 0;
    border: 1px solid #e8e8e8;
}

.list .dropdown li.focus {
    background: #ff5837;
}

.list .dropdown li.active {
    font-weight: 400;
    color: #fff;
}

.list .c-select-box {
    border: #eceef0 1px solid;
}

.list .c-screen .c-select-box {
    font-size: 14px;
    border-radius: 0;
    border-bottom: 0;
    margin: 20px auto 0;
}

.list .c-screen .c-select-box .c-select-part {
    min-height: 36px;
    border-bottom: #f4f4f4 1px solid;
    position: relative;
}

.list .c-screen .c-select-box .c-select-part:last-child {
    border-bottom: #eceef0 1px solid;
}

.list .c-screen .c-select-box .c-select-part .select {
    margin: 3px 6px 1px 0;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area ul,
.list .c-screen .c-select-box .c-select-part .brands ul {
    padding-left: 0;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area ul li,
.list .c-screen .c-select-box .c-select-part .brands ul li {
    float: left;
    margin: 6px 5px 6px 0;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area .all,
.list .c-screen .c-select-box .c-select-part .brand-letter {
    color: #999;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area .all,
.list .c-screen .c-select-box .c-select-part .brand-letter,
.list .c-screen .c-select-box .c-select-part .brand-name {
    line-height: 25px;
    padding: 3px 12px;
}

.list .c-screen .c-select-box .c-select-part .p-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    margin-right: 0;
    color: #838383;
    background-color: #fafafa;
    height: 100%;
    min-height: 36px;
    line-height: 60px;
    text-align: center;
}

.list .c-screen .c-select-box .c-select-part {
    padding: 12px;
}

.list .c-screen .c-select-box .c-select-part dl {
    padding-left: 78px;
}

.list .c-screen .c-select-box .c-select-part dl dd {
    float: left;
    margin: 6px 5px 6px 0;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area li.active a,
.list .c-screen .c-select-box .c-select-part .brand-letter-area li:hover a,
.list .c-screen .c-select-box .c-select-part .brands li.active a,
.list .c-screen .c-select-box .c-select-part .brands li:hover a,
.list .c-screen .c-select-box .c-select-part dl .active,
.list .c-screen .c-select-box .c-select-part dl dd:hover {
    background: #ff5837;
}

.list .c-screen .c-select-box .c-select-part .brand-letter-area li.active a,
.list .c-screen .c-select-box .c-select-part .brand-letter-area li:hover a,
.list .c-screen .c-select-box .c-select-part .brands li.active a,
.list .c-screen .c-select-box .c-select-part .brands li:hover a,
.list .c-screen .c-select-box .c-select-part dl .active a,
.list .c-screen .c-select-box .c-select-part dl dd:hover a {
    color: #fff;
}

.list .c-screen .c-select-box .c-select-part dl .all a,
.list .c-screen .c-select-box .c-select-part dl .item a {
    padding: 3px 12px;
    display: block;
}

.list .c-screen .c-select-box .c-select-part .price-c {
    line-height: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0;
}

.list .c-screen .c-select-box .c-select-part .price-c .w {
    height: 26px;
    width: 56px;
    line-height: 26px;
    border: solid 1px #e3e3e3;
    float: left;
    position: relative;
    text-indent: 35px;
}

.list .c-screen .c-select-box .c-select-part .price-c .w input {
    height: 24px;
    width: 35px;
    background: #fff;
    color: #333;
    border: 0;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    outline: 0;
}

.list .c-screen .c-select-box .c-select-part .price-c em {
    display: block;
    float: left;
    margin: 0 3px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.list .c-screen .c-select-box .c-select-part .price-c a {
    display: block;
    float: left;
    color: #fff;
    padding: 0 13px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0 10px;
    background: #ff5837;
    border-radius: 0;
}

.list .c-selected {
    border: 1px solid #f4f4f4;
}

.list .c-screen .c-selected {
    background: #fafafa;
    font-size: 13px;
    border-top: 0;
}

.list .c-screen .c-selected .tit {
    float: left;
    display: inline-block;
    width: 71px;
    height: 100%;
    min-height: 45px;
    line-height: 51px;
    color: #838383;
    text-align: center;
    font-size: 14px;
}

.list .c-screen .selected-area {
    float: left;
    padding-top: 13px;
    padding-left: 20px;
    width: 1107px;
}

.list .c-screen .selected-area ul {
    padding-left: 0;
}

.list .c-screen .selected-area ul li {
    float: left;
    margin: 0 13px 12px 0;
}

.list .c-screen .selected-area ul li a {
    padding: 1px 10px 3px;
    border: 1px solid #ffc4b9;
    display: block;
}

.list .c-screen .selected-area ul li a span.clear-x {
    color: #fabebe;
    font-weight: 400;
    font-size: 14px;
    margin-left: 6px;
}

.list .c-screen .selected-area .reset {
    float: left;
    line-height: 26px;
    color: #838383;
}

.list .c-filter {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f4f4f4;
    position: relative;
}

.list .c-filter .c-tab {
    float: left;
}

.list .c-filter .c-tab a {
    display: inline-block;
    padding: 0 16px;
}

.list .c-filter .c-tab a.active {
    color: #ff5837;
    border-bottom: 2px solid #ff5837;
}

.list .c-filter .c-sort {
    float: right;
}

.list .c-filter .c-sort a.active {
    color: #ff5837;
}

.list .c-filter .c-sort-item {
    float: left;
}

.list .c-filter .c-sort-item a {
    font-size: 14px;
    padding: 3px 15px;
    border-right: 1px solid #e5e5e5;
}

.list .c-filter .c-sort-item a.last {
    border-right: 0;
}

.list .c-list {
    width: 1230px;
    margin-top: 5px;
    margin-left: -10px;
}

.list .c-list ul {
    padding-left: 0;
}

.list .c-list li {
    width: 283px;
    height: 290px;
    margin-top: 10px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all .2s linear;
}

.list .c-list li:hover {
    box-shadow: 0 6px 9px rgba(0, 0, 0, .06);
    transform: translate3d(0, -4px, 0);
}

.list .c-list .c-item img {
    width: 100%;
    height: 189px;
}

.list .c-list .c-item .c-info {
    padding-top: 9px;
}

.list .c-list .c-item .c-info .title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
}

.list .c-list .c-item .c-info .other {
    margin-top: 9px;
    font-size: 12px;
    color: #999;
}

.list .c-list .c-item .c-info .price {
    font-size: 18px;
    margin-top: 9px;
    color: #F9712C;
}

.list .c-list .c-item .c-info .price .line-through {
    margin-left: 13px;
    text-decoration: line-through;
    color: #a5abb2;
    font-size: 14px;
}

.detail .d-header {
    margin-top: 36px;
}

.detail .d-header-lft {
    float: left;
    width: 600px;
}

.detail .d-header .swiper-container {
    height: 400px;
}

.detail .d-header .swiper-container .coll {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 26px;
    height: 26px;
    background-color: rgba(0, 0, 0, .26);
    padding: 10px;
}

.detail .d-header .swiper-container .coll img {
    width: 100%;
    height: 100%;
}

.detail .d-header .swiper-container .swiper-slide {
    overflow: hidden;
}

.detail .d-header .swiper-container .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}

.detail .d-header .swiper-container .publish-time {
    position: absolute;
    left: 15px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
    bottom: 15px;
    border-radius: 15px;
    padding: 6px 10px;
}

.detail .d-header .swiper-container .swiper-pagination {
    text-align: center;
    width: auto;
    left: 530px;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
    padding: 6px 10px;
}

.detail .d-header-rgt {
    position: relative;
    float: right;
    width: 575px;
}

.detail .d-header-rgt-title {
    font-size: 24px;
    vertical-align: middle;
    color: #333;
}

.detail .d-header-rgt-price {
    margin-top: 10px;
}

.detail .d-header-rgt-price .price {
    color: #f60;
    margin-top: 3px;
    margin-left: -6px;
    font-weight: bold;
    font-size: 30px;
}

.detail .d-header-rgt-price .o-price {
    color: #c7c7c7;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
}

.detail .d-header-rgt-per-pur {
    background-color: #fff3eb;
    margin-top: 15px;
    padding: 15px;
    font-size: 20px;
}

.detail .d-header-rgt-per-pur .name {
    float: left;
    color: #999;
}

.detail .d-header-rgt-per-pur .value {
    float: left;
    color: #f85d00;
    margin-left: 15px;
}

.detail .d-header-rgt-btns {
    margin: 30px 0;
}

.detail .d-header-rgt-btns .btn-inquiry {
    float: left;
    color: #fff;
    background: #ffab19;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    padding: 0 30px;
}

.detail .d-header-rgt-btns .btn-phone {
    float: left;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #fe6a11;
}

.detail .d-header-rgt-btns .btn-phone a {
    height: 100%;
    display: block;
    color: #fff;
    padding: 0 30px;
}

.detail .d-header-rgt-btns .btn-phone a span.icon {
    font-size: 30px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 4px
}

.detail .d-header-rgt-btns .btn-phone a span.tel {
    display: block;
    float: left;
}

.detail .d-header-rgt-i {
    margin: 30px 0;
}

.detail .d-header-rgt-i ul {
    padding-left: 0;
}

.detail .d-header-rgt-i .i-item {
    float: left;
    width: 16%;
    font-size: 14px;
    text-align: center;
    color: #666;
    border-right: 1px solid #e5e5e5;
}

.detail .d-header-rgt-i .i-item:last-child {
    border-right: 0;
}

.detail .d-header-rgt-i .i-item span.i-name {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.detail .d-header-rgt-i .i-item span.i-value {
    color: #ababab;
}

.detail .d-header-rgt p {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

.detail .d-part-title {
    font-size: 19px;
    color: #333;
    margin-bottom: 20px;
    padding-left: 16px;
    border-bottom: 0;
    position: relative;
}

.detail .layer-inquiry {
    padding: 30px 10px;
}

.detail .layer-inquiry-content .form-group {
    margin: 0 auto 20px;
    clear: both;
    height: 38px;
    width: 350px;
}

.detail .layer-inquiry-content .form-group label {
    float: left;
    display: block;
    padding: 9px 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    width: 60px;
}

.detail .layer-inquiry-content .form-group input {
    float: left;
    display: block;
    height: 38px;
    padding-left: 10px;
    line-height: 1.3;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    outline: 0;
    transition: all .3s;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    width: 230px;
}

.detail .layer-inquiry-content img {
    float: left;
    display: block;
    height: 38px;
    width: 90px;
}

.detail .layer-inquiry .btn-submit {
    display: block;
    margin: auto;
    width: 310px;
    outline: 0;
    border: 0;
    background: #ff7726;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

.detail .d-part-title:before {
    content: "";
    width: 6px;
    height: 46%;
    background: #f85d00;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30%;
}

.detail .d-c-part {
    margin-top: 36px;
}

.detail .c-configs {
    display: block;
}

.detail table.one {
    margin-left: 0;
}

.detail table {
    width: 583px;
    border: 1px solid #f0f0f0;
    color: #495056;
    text-align: center;
    /*float: left;*/
    margin-left: 10px;
    margin-bottom: 20px;
}

.detail .param-table tr:nth-child(odd) {
    background-color: #fdfdfd;
}

.detail .param-table td, .detail .param-table th {
    border: 1px solid #ececec;
    height: 48px;
    line-height: 30px;
    font-size: 14px;
}

.detail .param-table th {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 100;
}

.detail .param-table td.td1 {
    padding: 0 0 0 25px;
    width: 42%;
}

.detail .c-desc {
    padding: 22px 30px;
    margin-bottom: 56px;
    font-size: 14px;
    color: #666;
    box-shadow: none;
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}

.detail .c-images {
    width: 1230px;
}

.detail .c-images ul {
    padding-left: 0;
}

.detail .c-images ul li {
    float: left;
    width: 589px;
    height: 392px;
    padding: 0 21px 21px 0;
}

.detail .c-images ul li img {
    width: 100%;
    height: 100%;
}

.detail .recomm-list {
    width: 1220px;
    padding-left: 0;
}

.detail .recomm-item {
    position: relative;
    float: left;
    width: 227px;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
}

.detail .recomm-item a {
    display: block;
}

.detail .recomm-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.detail .recomm-item img {
    width: 100%;
    height: 151px;
    display: block;
}

.detail .recomm-item .content {
    border: solid 1px #eceef0;
    border-top: 0;
    padding: 0 12px;
    height: 130px;
}

.detail .recomm-item .content .title {
    padding-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
}

.detail .recomm-item .content .info {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
}

.detail .recomm-item .content .price {
    margin-top: 10px;
    color: #f43636;
    font-size: 20px;
}