.xtx-entry {
    height: 500px;
    background-color: #f5f5f5;
}

.xtx-entry .banner {
    position: relative;
    height: 500px;
    background: url(../uploads/banner_1.png);
}

.xtx-entry .category {
    position: absolute;
    top: 0;
    left: 0;
    width: 251px;
    height: 500px;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
}

.category li {
    transition: all .3s;
}

.category li a {
    position: relative;
    display: block;
    height: 50px;
    color: #fff !important;
    padding: 15px 20px 0 35px;
    font-size: 14px;
}

.category li span {
    font-size: 16px;
    margin-right: 15px;
}

.category li:hover {
    background-color: #27ba9b;
}

.category li a::after {
    position: absolute;
    top: 22px;
    right: 19px;
    content: '';
    width: 8px;
    height: 13px;
    background: url(../images/sprites.png) -40px -110px;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, .2) url(../images/sprites.png);
    transform: translateY(-50%);
    border-radius: 50%;
}

.prev {
    left: 260px;
    background-position: 15px -60px;
}

.next {
    right: 10px;
    background-position: -22px -60px;
}

.xtx-new-goods {
    margin-top: 50px;
    height: 471px;
}

.goods-hd {
    height: 65px;
}

.goods-hd h2 {
    float: left;
    font-weight: normal;
    font-size: 29px;
    color: #333333;
}

.goods-hd span {
    font-size: 16px;
    margin-left: 25px;
    color: #999999;
}

.goods-hd .check-all {
    float: right;
    color: #999999;
    margin-top: 15px;
    margin-right: 2px;
}

.goods-hd .check-all::after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 13px;
    background: url(../images/sprites.png) 0 -110px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
}

.goods-list {
    height: 405px;
}

.goods-list img {
    width: 304px;
    height: 305px;
}

.goods-list li {
    position: relative;
    float: left;
    text-align: center;
    background-color: #f0f9f4;
    transition: all .4s;
}

.goods-list li:hover {
    transform: translateY(-7px);
    box-shadow: 8px 12px 14px 0px #b7b7b7fa;
}

.goods-list li:nth-child(-n+3) {
    margin-right: 8px;
}

.goods-list .new {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 28px;
    height: 51px;
    color: #27ba9b;
    border-radius: 3px;
    border: 2px solid #27ba9b;
}

.goods-list .title {
    font-weight: normal;
    color: #333333;
    font-size: 20px;
    padding: 12px 30px;
}

.goods-list .price {
    color: #9a2e1f;
    font-size: 23px;
    margin-top: -10px;
}

.goods-list .desc {
    color: #999999;
}

.fresh-goods-nav {
    float: right;
    margin-right: 50px;
}

.xtx-popular {
    margin-top: 50px;
}

.xtx-popular .goods-list li {
    background-color: #fff;
}

.xtx-fresh-goods {
    margin-top: 50px;
}

.fresh-goods-nav li {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.fresh-goods-nav li a {
    padding: 2px 12px;
    transition: all .1s;
}

.fresh-goods-nav li a:hover {
    border-radius: 3px;
    color: #fff !important;
    background-color: #27ba9b;
}

.goods-content {
    height: 610px;
}

.goods-pic {
    float: left;
    width: 242px;
    height: 610px;
    margin-right: 5px;
}

.good-list li {
    position: relative;
    float: left;
    width: 242px;
    height: 304px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 8px 29px 0;
    overflow: hidden;
    border: 2px solid transparent;
}

.good-list .goods-img img {
    width: 184px;
    height: 184px;
}

.good-list .title {
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    margin: 5px 0 15px;
    /* 超出的部分省略号显示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.good-list .price {
    color: #9a2e1f;
    font-size: 22px;
}

.good-list .price span {
    font-size: 17px;
}

.goods-list-find {
    position: absolute;
    bottom: -84px;
    width: 100%;
    height: 84px;
    margin-left: -29px;
    text-align: center;
    background-color: #27ba9b;
    transition: all .4s;
}

.goods-list-find p:first-child {
    width: 125px;
    border-bottom: 1px solid #a9dbcc;
    margin: 0 auto;
    font-size: 18px;
    color: #fff !important;
    margin: 10px 0 8px 56px;
    padding-bottom: 5px;
}

.goods-list-find p:last-child {
    font-size: 13px;
    color: #fff !important;
}

.good-list li:hover .goods-list-find {
    bottom: 0;
}

.good-list li:hover {
    border: 2px solid #27ba9b;
}