﻿body {
  background-color: #8eb73d;
}

.wap_box {
  display: none;
}

body .warning .layui-layer-title {
  background-color: #FFB800;
}

body .warning .layui-layer-btn .layui-layer-btn1 {
  background-color: #FFB800;
  border-color: #FFB800;
  color: #fff;
}

.banner img {
  width: 100%;
}

.img_box {
  padding: 7.5px;
  background-color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.img_box img {
  width: 100%;
}

.img_box:hover {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
}

.foot {
  margin: 30px 0;
  text-align: center;
  /*background-color: #fff;*/
}

@media (max-width: 768px) {
  .pc_box {
    display: none;
  }

  .wap_box {
    display: block;
  }

  .img_box {
    padding: 5px;
  }

  .foot {
    margin: 20px 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1200px;
  }
}