@import url('style.css');

.index1{display:flex;margin:30px auto}
.index1_l{width:245px;margin-right:30px}
.category li{width:225px;height:69px;background:url(../images/9.png);display:flex;margin-bottom:10px;align-items:center;padding:0 10px}
.category li img{width:50px;height:40px;margin-right:10px}

.login{width:205px;height:235px;border-radius:5px;background:url(../images/10.png) repeat-X;padding:0 20px}
.login p{padding:30px 0 15px;color:#fff;font-size:16px}
.login .input{padding-left:10px;width:195px;height:30px;line-height:30px;outline:none;border:0;margin-bottom:10px}
.login .btn{width:60px;height:30px;text-align:center;line-height:30px;color:#fff;background:#494949;outline:none;border:0;margin-bottom:10px;cursor:pointer}
.login a{color:#fff}

.index1_r{width:825px}
.banner .swiper-button-prev:after{content:"";width:15px;height:30px;background: url(../images/prev.png)}
.banner .swiper-button-next:after{content:"";width:15px;height:30px;background: url(../images/next.png)}

.goods{margin:10px 0}
.goods h1{font-size:16px;color:#333;border-bottom:1px #ccc solid;line-height:40px;font-weight:normal}
.goods ul{display:flex;flex-wrap:wrap}
.goods li{width:253px;height:330px;border:1px #ccc solid;border-radius:5px;margin-right:30px;margin-top:20px;display:flex;align-items:center;flex-direction:column}
.goods li:nth-child(3n){margin-right:0}
.goods li .img{width:200px;margin:10px 0;height:200px;display:flex;justify-content:center;align-items:center}
.goods li .img img{max-width:200px;max-height:200px}
.goods li p{font-size:12px;color:#a1b102;width:200px;text-align:left;line-height:25px;}
.goods li .add_cart{width:200px;padding-top:10px;border-top:1px #ccc solid;cursor:pointer}