.e-commerce {
  margin: 0px auto;
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  line-height: 24px;
  letter-spacing: 1px;
}
.e-commerce > .content {
  margin: 0px auto;
  background-color: #F4F4F4;
  padding: 10px 30px;
}
.e-commerce > .content > .each {
  width: 25%;
  padding: 5px;
  float: left;
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
}
.e-commerce > .content > .each > .text-content {
  color: #565656;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-bottom: 4px solid #004D95;
  background-color: #FFFFFF;
}
.e-commerce > .content > .each > .text-content .content {
  width: 50%;
  margin-left: 25%;
  margin-top: 10%;
  text-align: center;
}
.e-commerce > .content > .each > .text-content .content > img {
  width: 50px;
  height: 50px;
}
.e-commerce > .content > .each > .text-content .content > p {
  margin: 0px auto;
  margin-top: 15%;
  font-size: 22px;
}
.e-commerce > .content > .each > .text-content .content > .line {
  display: block;
  width: 83%;
  height: 2px;
  margin: 0px auto;
  margin-top: 15%;
  background: #ccc;
}
.e-commerce > .content > .each > .text-content .descript {
  margin-top: 10%;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.media-1024 .e-commerce > .content > .each > .text-content > .content p {
  font-size: 20px;
}
.media-768 .e-commerce > .content > .each {
  width: 50%;
}
.media-568 .e-commerce > .content {
  padding: 30px 10px;
}
.media-568 .e-commerce > .content > .each {
  width: 50%;
  padding: 10px 10px;
}
.media-414 .e-commerce > .content > .each > .text-content > .content {
  margin-top: 10%;
}
.media-414 .e-commerce > .content > .each > .text-content > .content img {
  width: 40px;
  height: 40px;
}
.media-393 .e-commerce > .content > .each > .text-content > .content p {
  font-size: 18px;
}
.media-375 .e-commerce > .content > .each > .text-content > .content {
  margin-top: 5%;
}
.media-375 .e-commerce > .content > .each > .text-content > .content img {
  width: 30px;
  height: 30px;
}
.media-375 .e-commerce > .content > .each > .text-content > .content p {
  font-size: 14px;
}
.media-320 .e-commerce > .content > .each > .text-content > .content p {
  font-size: 13px;
}
.media-320 .e-commerce > .content > .each > .text-content > .content .title {
  margin: 10px auto;
}
.media-320 .e-commerce > .content > .each > .text-content > .content img {
  max-width: 26px;
}
.media-320 .e-commerce > .content > .each > .text-content .descript {
  font-size: 12px;
  margin-top: 0px;
}
/*# sourceMappingURL=e_commerce.css.map */

