﻿.banner {
  background: url(../image/retail_banner.png) no-repeat center;
}

.retail {
  text-align: center;
  padding: 84px 0 98px;
}

.manage .retail:nth-of-type(2n+1) {
  background: #fbfcfd;
}

.retail h2 {
  font-size: 30px;
  color: #2a3b5f;
  margin-bottom: 50px;
}

.retail:nth-of-type(3) h2 {
  margin-bottom: 16px;
}

.retail h3 {
  color: #637291;
  font-size: 24px;
}

.retail h5 {
  color: #637291;
  font-size: 18px;
}

.retail h5:last-of-type {
  margin-bottom: 50px;
}

.info {
  background: url(../image/retail_info.png) no-repeat center center;
  /* margin: 100px auto 50px; */
  max-width: 1200px;
}

.info h4 {
  color: #27385e;
  font-size: 22px;
  margin-bottom: 12px;
  position: relative;
}

.info_left,
.info_right {
  height: 184px;
}

.info_left h4 img {
  position: absolute;
  right: -40px;
}

.info_right h4 img {
  position: absolute;
  left: -40px;
}

.info p {
  /* text-align: right; */
  color: #7a889a;
  font-size: 14px;
}

.info_left {
  float: left;
  text-align: right;
}

.info_right {
  float: right;
  text-align: left;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 0 20px;
    box-sizing: border-box;
    background-image: none;
  }
  .info h4
  {
    font-size: 16px;
  }
  .retail h1,
  .retail h3,
  .retail h2 
  {
    font-size: 20px !important;
  }
  .retail h5{
    line-height: 30px;
    font-size: 14px;
  }

  .retail:nth-of-type(3) h2{
    font-size: 20px !important;
  }
}