.wrap {
  width: 1200px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 0
}

.brand-list-two {
  overflow: hidden;
}

.brand-list-two li {
  float: left !important;
  position: relative;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
  width: 380px !important;
  height: 250px !important;
  border-radius: 12px;
  overflow: hidden;
}

.brand-list-two li:nth-child(3n) {
  margin-right: 0 !important;
}

.brand-list-two li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.brand-list-two li figure {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 66%;
  overflow: hidden;
}

.brand-list-two li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}

.brand-list-two li:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.brand-infos {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 12px;
  overflow: hidden;
}

.brand-infos:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.brand-sj {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  z-index: 5;
}

.brand-sj strong {
  display: block;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.3;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.brand-sj strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}

.brand-sj p {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
}

.i-thi-wrap .list-wrap {
  clear: both;
}

.i-thi-wrap .list-wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.i-thi-wrap .list-wrap li {
  width: 31.7%;
  float: left;
  margin-right: 1.6%;
  transition: box-shadow 0.3s ease 0s;
  margin-bottom: 20px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.i-thi-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}


.i-thi-wrap .list-wrap .up-graybox {
  z-index: 3;
}


.i-thi-wrap .list-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}


.i-thi-wrap .list-wrap li a:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-thi-wrap .list-wrap li a:hover .brand-infos {
  opacity: 0;
  filter: alpha(opacity=0);
}

.i-wrap .up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}

.i-wrap .up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.i-wrap .up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}

.i-wrap .up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}

.i-wrap .up-graybox .linet {
  top: 0;
}

.i-wrap .up-graybox .lineb {
  bottom: 0;
}

.i-wrap .up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}