@import url(global.css);

.rz_bg{
	background: #f7f7f7;
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
	margin-top:15px;
}
.cat_index1 .title {
    line-height: 60px;
    color: #333;
}

.cat_index1 .title h2 {
    display: inline-block;
	font-size: 24px;
}

.cat_index1 .title .span1 {
    margin-left: 16px;
}

.cat_index1 .title span {
    font-size: 14px;
    vertical-align: -3px;
}

.cat_index1 .title .span2 {
    float: right;
}

.cat_index1 .title a {
    color: #333;
}

.cat_index1 .title a:hover {
    color: #27a6ee;
}

.cat_index1 li {
    position: relative;
    float: left;
    width: 288px;
    height: 368px;
    margin: 0 0 16px 16px;
    font-size: 13px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cat_index1 li:hover {
    box-shadow: 0 0 15px #ccc;
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.cat_index1 li.last:hover {
    box-shadow: 0 0 0px #ccc;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, 0px, 0);
}

.cat_index1 li .div1 h3 {
    padding: 42px 0 4px 0;
    font-size: 21px;
    color: #525453;
    font-weight: normal;
}

.cat_index1 li .div1 p {
    font-size: 14px;
    margin-bottom: 18px;
    color: #525453;
}

.cat_index1 li .div1 p>span {
    color: #e62d30;
}

.cat_index1 li .div1>span {
    font-size: 16px;
    color: #e62d30;
}

.cat_index1 li .div1>span>span {
    font-size: 12px;
    color: #525453;
}

.cat_index1 li .div1 img {
    margin-top: 45px;
}

.cat_index1 li .div2 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	max-width:186px;
	max-height:186px;
}

.cat_index1 li .div2>div {
    position: relative;
    width: 186px;
    height: 186px;
    margin: 40px auto 26px;
}

.cat_index1 li .div2>h4 {
    height: 21px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat_index1 li .div2>h4:hover {
    color: #27a6ee;
}

.cat_index1 li .div2>p {
    margin-top: 7px;
    color: #777;
	height: 22px;
}

.cat_index1 li .div2>span {
    display: inline-block;
    margin-top: 18px;
    font-size: 17px;
    color: #d20514;
}

.cat_index1 li .div2>span .span1 {
    font-size: 12px;
}

.cat_index1 li .div2>span.old_price {
    color: #b0b0b0;
}

.cat_index1 li .div2>span.old_price .span2 {
    text-decoration: line-through;
}

.cat_index1 li .div1 img {
    display: block;
    margin: 0 auto;
}

.cat_index1 li .div2 .activity {
    position: absolute;
    top: 0;
    left: 114px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    background: #e53935;
    color: #fff;
}

.cat_index1 li.last {
    background: #f7f7f7;
}

.cat_index1 li.last a {
    position: relative;
    display: block;
    width: 257px;
    height: 176px;
    padding-left: 30px;
    text-align: left;
}

.cat_index1 li.last a h2 {
    font-size: 18px;
    padding: 65px 0 6px 0;
    color: #333;
    font-weight: normal;
}

.cat_index1 li.last a p {
    font-size: 12px;
    color: #757575;
}

.cat_index1 li.last img.more,
.cat_index1 li.last img.more_ {
    position: absolute;
    bottom: 64px;
    right: 31px;
}

._more img.more_ {
    display: none;
}

.cat_index1 li.last .ads img {
    position: absolute;
    top: 0;
    left: 0;
    background: #d9ebf5;
    margin-bottom: 16px;
    color: #8bc2e1;
}

.cat_index1 li.last ._more {
    background: #fff;
    margin-top: 20px;
}

.cat_index1 li.last ._more:hover {
    background: #27a6ee;
}

.cat_index1 li.last a._more:hover h2,
.cat_index1 li.last a._more:hover p {
    color: #fff;
}



