    html, body {
      position: relative;
      height: 100%;
    }
    body {
/*      background: #eee;*/
/*      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;*/
      /*color:#000;*/
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination-bullet-active{
        background:#bf1618;
    }
    .layui-layer-lan .layui-layer-title{
        background: #bf1618;
    }
	        body,ul,li{margin: 0;padding: 0;}
        /*»ÃµÆÆ¬*/
        .bannerwarp{
            width: 100%;
            height: 600px;
            position: relative;
            overflow: hidden;
        }
        .banner{
            width: 100%;
            height: 600px;
            min-width: 1920px;
            left: 50%;
            margin-left: -960px;
            position: absolute;
        }
        .banner>ul{
            height:600px;
            position:absolute;
        }
        .banner>ul li{
            float:left;
            min-width:1920px;
            height:600px;
            overflow:hidden;
            position:relative;
        }
        .banner>ul li a{
            display: block;
        }
        .bannerbtn{
            position: absolute;
            bottom: 10px;
            left: 0px;
            right: 0px;
            text-align: center;
        }
        .bannerbtn span{
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 15px;
            height: 15px;
            _font-size: 0;
            margin:2px 8px;
            cursor: pointer;
            border-radius: 50%;
            background: #ECE6E6; 
            box-shadow: 1px 4px 16px #C0BDBD;
        }
        .bannerbtn span.on{
            width: 17px;
            height: 17px;
            background-color: #e3322d;
            box-shadow: 1px 4px 16px #C0BDBD;
        }
		.m_login{
		 /*width: 1271px;*/
		 width: 67%;
         margin: 0 auto;
		 display: flex;
         justify-content: space-evenly;
		}
		.m_content{
		  margin: 10px 0;
		}
		.m_content2{
		  width: 69%;
    margin: 0 auto;
		}
		.m_goodsList ul li{
		  border: 1px solid gainsboro;
		  width: 19%;
		  height:auto;
		  margin: 0 5px 5px;
		  /*margin-right: 10px;*/
		}
		.good_bottom{
		  display:flex;
		  justify-content: space-between;
		}
		.good_bottom img{
		  width:30px;
		  height:30px;
		}