@charset "utf-8";
/* CSS Document */

.menu {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.menu li {
    width: 25%;
    float: left;
    padding-top: 5px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 25px;
}

.menu li:last-child {
    position: relative;
}

.menu a {
    display: block;
}

.menu img {
    width: 50%;
    max-width: 70px;
    margin: 0 auto;
}

.menu p {
    color: #575757;
}

.menu02 {
    margin-top: 0;
    padding: 6px 0;
    background: #fff;
}

/*.menu02 li {
    width: 20%;
}

.menu02 img {
    width: 62%;
}*/

.gwc {
    width: 22px;
    height: 22px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    background: #ff4e49;
    border-radius: 50%;
    top: 3px;
    left: 55%;
    position: absolute;
    z-index: 300;
}

.main {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.main-h2 {
    color: #696969;
    font-size: 0.875rem;
    padding: 5px 0;
}

.search {
    width: 100%;
    padding: 2px 0;
    overflow: hidden;
}

.search-ipt {
    width: 75%;
    height: 35px;
    float: left;
    padding: 0 8px;
    font-size: 0.875rem;
    line-height: 35px;
    box-sizing: border-box;
    border: 2px solid #ff7878;
    border-radius: 5px 0 0 5px;
    box-shadow: inset 1px 1px 2px rgba(6, 0, 1, 0.28);
}

.search-btn {
    width: 25%;
    height: 35px;
    float: left;
    background: #ff7878 url("../images/search.png") center no-repeat;
    background-size: 20px 20px;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.list-01, .list-02 {
    width: 100%;
    overflow: hidden;
}

.list-01 ul {
    margin: 5px 0;
    overflow: hidden;
}

.list-01 li {
    width: 48%;
    height: 124px;
    margin: 5px auto;
    float: left;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.list-02 li {
    width: 48%;
    margin: 5px auto;
    float: left;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.list-01 li:nth-child(2n), .list-02 li:nth-child(2n) {
    float: right;
}

.list-01 img, .list-02 img {
    width: 95%;
    max-width: 140px;
    height: 120px;
    margin: 2px auto;
}

.list-01 section {
    width: 100%;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
}

.list-02 h2 {
    color: #575757;
    font-size: 15px;
}

.list-02 ul {
    margin: 10px auto;
}

.list-02 section {
    width: 94%;
    height: 50px;
    padding: 7px 3%;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.list-02 div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.list-02-l {
    line-height: 30px;
    float: left;
    padding: 0 10px 0 15px;
    color: #ff7878;
}

.list-02-r {
    float: right;
}

.list-02-r img {
    width: 23px;
    height: 20px;
    margin: 5px 15px 5px 10px;
}

/*商品详情*/
.goods-bg {
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px;
}

.goods {
    width: 100%;
    overflow: hidden;
}

.goods-img {
    width: 100%;
    height: 200px;
    background: #ccd0d3;
    overflow: hidden;
}

.goods-img img {
    max-width: 98%;
    min-height: 220px;
    margin: 2px auto;
}

.goods-h2 {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    line-height: 18px;
    font-size: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.goods-price, .goods-bt {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.goods-price-l {
    width: 50%;
    float: left;
}

.goods-price-l h3 {
    color: #ff7878;
    font-size: 1.125rem;
}

.goods-price-l h4 {
    color: #6a6a6a;
    font-size: 1rem;
    text-decoration: line-through;
}

.goods-price-r {
    width: 120px;
    float: right;
}

.num-left, .num-in, .num-right {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 5px;
}

.num-left, .num-right {
    display: block;
    cursor: pointer;
}

.num-in {
    width: 40px;
    line-height: 31px;
    margin: 5px;
    text-align: center;
    border: 2px solid #ff7878;
    border-radius: 5px;
}

.num-left img, .num-right img {
    width: 35px;
    height: 35px;
}

.goods-bt {
    padding: 0;
    border: 0;
}

.goods-btn1, .goods-btn2 {
    width: 46%;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    margin: 15px 2%;
    float: left;
    font-size: 1.125rem;
    border: 0;
    border-radius: 5px;
}

.goods-btn1 {
    background: #ff9100;
}

.goods-btn2 {
    background: #ff7878;
}

.goods-ing {
    width: 100% !important;
    min-height: 100px;
    background: #ccd0d3;
  /*  overflow: hidden;
    margin:0 auto;  */
}

.goods-ing > img {
    width: 100% !important;
    min-height: 100px;
  /*  margin: 1px auto; */
}