#showcase {
  width: 100%;
  height: 740px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #showcase {
    height: auto;
    margin-bottom: 0;
  }
}
#showcase .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #showcase .bg {
    height: 270px;
    position: static;
    background-position: left center;
  }
}
#showcase #recent {
  width: 100%;
  height: 185px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
#showcase #recent img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #showcase #recent {
    height: auto;
    padding-bottom: 15px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: -100px;
    background-color: transparent;
    border-bottom: 1px solid #dcdcdc;
  }
}
#showcase #recent .wrap {
  display: table;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap {
    display: block;
  }
}
#showcase #recent .wrap .img {
  display: table-cell;
  width: 170px;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .img {
    width: 85px;
  }
}
#showcase #recent .wrap .img img {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .img img {
    width: 100%;
    height: auto;
    margin-top: -100px;
  }
}
#showcase #recent .wrap .img .version {
  width: 100px;
  height: 100px;
  padding-top: 20px;
  position: absolute;
  top: -80px;
  right: -90px;
  z-index: 0;
  border-radius: 50px;
  background-color: #e86900;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#showcase #recent .wrap .img .version span.num {
  font-size: 20px;
}
#showcase #recent .wrap .img .version span.day {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .img .version {
    top: -150px;
    right: -75px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
#showcase #recent .wrap .text {
  display: table-cell;
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .text {
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    top: 15px;
    z-index: 1;
  }
}
#showcase #recent .wrap .text .tag {
  width: 64px;
  margin-right: -64px;
  margin-bottom: 15px;
  padding: 6px 20px;
  background-color: #e80000;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
#showcase #recent .wrap .text .title {
  padding-left: 74px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  vertical-align: top;
  float: left;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .text .title {
    font-size: 18px;
  }
}
#showcase #recent .wrap .text .lead {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  clear: both;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .text .lead {
    font-size: 12px;
  }
}
#showcase #recent .wrap .text .price {
  font-size: 20px;
  font-weight: bold;
  color: #e80000;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .text .price {
    position: absolute;
    right: 0px;
    top: -24px;
    font-size: 14px;
  }
}
#showcase #recent .wrap .links {
  display: table-cell;
  width: 33.3%;
  padding-top: 58px;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .links {
    display: block;
    width: 100%;
    padding-top: 15px;
    position: relative;
    z-index: 1;
    text-align: right;
  }
}
#showcase #recent .wrap .links .btn {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .links .btn {
    margin-bottom: 15px;
  }
}
#showcase #recent .wrap .links .backnumberbtn {
  font-size: 14px;
}
#showcase #recent .wrap .shade {
  display: none;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #ffffff);
}
@media screen and (max-width: 767px) {
  #showcase #recent .wrap .shade {
    display: block;
  }
}
#showcase #pop {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0px;
  top: 88px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #showcase #pop {
    position: static;
  }
}
#showcase #pop .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #showcase #pop .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
#showcase #pop .wrap .top {
  width: 33.3%;
  padding: 30px 0px;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #showcase #pop .wrap .top {
    width: 100%;
    padding: 20px 0px;
    margin-left: 0;
    margin-right: 0;
  }
}
#showcase #pop .wrap .top p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #showcase #pop .wrap .top p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#showcase #pop .wrap .top .btn-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #showcase #pop .wrap .top .btn-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#showcase #pop .wrap .top .btn-wrap .btn {
  width: 100%;
}
#showcase #pop .wrap .bottom {
  width: 33.3%;
  padding: 30px;
  margin-left: auto;
  margin-right: 0;
  background-color: #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #showcase #pop .wrap .bottom {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
#showcase #pop .wrap .bottom .btn {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 2.4;
}
#showcase #pop .wrap .bottom .btn:first-child {
  background-color: #e80000;
  background-image: url('../img/common/btn_arrow_white.png?1500997450'), url('../img/top/icon_pop_buy.png?1500997392');
  background-repeat: no-repeat, no-repeat;
  background-position: right center, 12px center;
  background-size: 20px auto, 27px auto;
}
#showcase #pop .wrap .bottom .btn:last-child {
  margin-bottom: 0;
  background-color: #e86900;
  border: 1px solid #e86900;
  background-image: url('../img/common/btn_arrow_white.png?1500997450'), url('../img/top/icon_pop_sell.png?1500997408');
  background-repeat: no-repeat, no-repeat;
  background-position: right center, 12px center;
  background-size: 20px auto, 28px auto;
}

#news-listbtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #news-listbtn {
    margin-top: 20px;
  }
}

#online .title {
  padding-left: 90px;
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
  border-top: 3px solid #e80000;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  #online .title {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #online .article {
    clear: both;
  }
  #online .article .img {
    width: 150px;
    float: left;
    margin: 0 10px 10px 0;
  }
}
#online .title h2 {
  padding-bottom: 0;
  margin-bottom: 6px;
  border-bottom: 0;
  color: #e80000;
}
@media screen and (max-width: 767px) {
  #online .title h2 {
    padding-left: 0;
    margin-bottom: 6px;
  }
}
#online .title .lead {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #online .title .lead {
    font-size: 12px;
    line-height: 1.4;
  }
}
#online .title .icon {
  position: absolute;
  left: 12px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  #online .title .icon {
    left: 3px;
    top: -13px;
  }
  #online .title .icon img {
    width: 40px;
    height: auto;
  }
}
#online .wrap {
  padding-top: 27px;
}
#online .wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  #online .wrap {
    padding-top: 20px;
  }
}
#online .wrap .article {
  display: block;
  width: 33.3%;
  margin-bottom: 30px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#online .wrap .article:nth-child(3n+3) {
  padding-left: 18px;
}
#online .wrap .article:nth-child(3n+2) {
  padding-left: 9px;
  padding-right: 9px;
}
#online .wrap .article:nth-child(3n+1) {
  padding-right: 18px;
  clear: both;
}
@media screen and (max-width: 767px) {
  #online .wrap .article {
    float: none;
    width: 100%;
    padding: 0 20px 20px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  #online .wrap .article:last-child {
    border: none;
  }
}
#online .wrap .article .img {
  margin-bottom: 14px;
}
#online .wrap .article .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #online .wrap .article .img {
    margin-bottom: 8px;
  }
}
#online .wrap .article time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #online .wrap .article time {
    margin-bottom: 8px;
    font-size: 12px;
    text-align: right;
  }
}
#online .wrap .article p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #online .wrap .article p {
    font-size: 14px;
  }
}
