/*-eCatalog Page */
/* line 5, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region {
  width: 1188px;
  margin: 0 auto 20px auto;
}
/* line 6, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region h2 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  padding-top: 30px;
}
/* line 14, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
/* line 20, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .imgContainer {
  width: 400px;
  height: 500px;
  margin-right: 30px;
  text-align: center;
  border: 1px #ccc solid;
}
/* line 27, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .imgContainer > img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
/* line 34, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info {
  right: 0;
  position: absolute;
  bottom: 0;
  width: 788px;
  min-height: 320px;
  padding-left: 30px;
  margin-bottom: 30px;
}
/* line 42, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info a {
  color: #ffffff;
}
/* line 45, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info .title {
  display: table;
  margin-bottom: 20px;
}
/* line 48, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info .title span {
  display: table-cell;
  vertical-align: baseline;
  font-size: 18px;
  font-weight: bold;
}
/* line 55, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info .divider_black {
  width: 30px;
  border-bottom: 5px solid #000000;
}
/* line 59, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info .desc {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
/* line 66, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area .info .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
  line-height: 38px;
  Font-size: 16px;
  color: #ffffff;
  background-color: #36b449;
}

/* line 82, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.icArrowrightWhite {
  margin-left: 5px;
}

/* line 86, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.icNewFlag {
  margin-left: 20px;
  margin-bottom: -20px;
}

/* line 91, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.eCat_region .eCat_area:nth-of-type(1) .wapper .info .title .icNewFlag {
  display: inline-block;
}

/* line 95, ../../../../resource/compass/_ui/desktop/common/css/ecatalog.scss */
.divider_class {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
