﻿.swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    background: #57af9b;
    width: 15px;
    border-radius: 10px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}
.new {
    background-color: red;
    font-size: 12px;
    color: White;
    padding: 1px 3px 2px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}
.tj {
    background-color: #52b09b;
    font-size: 12px;
    color: White;
    padding: 1px 3px 2px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}
.mycart {
    width: 100%;
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
    border-top: solid 1px #EAEAEA;
}
.mycart .price {
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 0px;
    background-color: gray;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: center;
}
.mycart .price span {
    color: White;
}
.gw_num {
    border: 1px solid #dbdbdb;
    width: 110px;
    line-height: 26px;
    overflow: hidden;
}
.gw_num em {
    display: block;
    height: 26px;
    width: 26px;
    float: left;
    color: #7A7979;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    cursor: pointer;
}
.gw_num .num {
    display: block;
    float: left;
    text-align: center;
    width: 52px;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    border: none;
    outline: none;
}
.gw_num em.add {
    float: right;
    border-right: 0;
    border-left: 1px solid #dbdbdb;
}


