.gradient-table {
  margin-top: 80px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.gradient-table th, .gradient-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  padding: 25px 40px;
  vertical-align: middle;
  line-height: 140%;
}

.gradient-table th .req-text, .gradient-table td .req-text {
  font-size: 0.8em;
}

.gradient-table th {
  font-weight: 500;
  text-align: center;
}

.gradient-table td {
  font-weight: 400;
  text-align: left;
}

.gradient-table thead tr {
  background: -webkit-gradient(linear, left top, right bottom, from(#3ea4c2), to(#37bcb1));
  background: linear-gradient(to bottom right, #3ea4c2, #37bcb1);
}

.gradient-table thead th, .gradient-table thead td {
  color: #FFF;
}

.gradient-table tbody th, .gradient-table tbody td {
  border-bottom: 1px solid #ededed;
}

.gradient-table tbody th {
  border-right: 1px solid #ededed;
  background-color: #fafafb;
}

/* 

*/
.land-shortcut {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #4055c2), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(to right, #4055c2 50%, rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.land-shortcut .bg {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 55%;
  background-position: 105% 90%;
  background-repeat: no-repeat;
  background-image: url(/html/assets/img/sub/sub3/banner_img.jpg);
}

.land-shortcut .deco {
  position: absolute;
  left: -2%;
  top: -22%;
  display: block;
  height: 140%;
  width: auto;
}

.land-shortcut .sub-title {
  line-height: 100%;
}

.land-shortcut .sub-desc {
  color: #FFF;
}

/* 

*/
/* ---------------media screen START--------------- */
@media screen and (max-width: 1350px) {
  .gradient-table {
    margin-top: 70px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 19px;
    padding: 23px 35px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 190px;
    margin-top: 85px;
    padding: 0 85px;
  }
  .land-shortcut .deco {
    left: -3%;
  }
}

@media screen and (max-width: 1100px) {
  .gradient-table {
    margin-top: 60px;
  }
  .gradient-table colgroup col:nth-of-type(1) {
    width: 180px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 18px;
    padding: 20px 30px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 180px;
    margin-top: 70px;
    padding: 0 70px;
  }
  .land-shortcut .bg {
    background-position: 105% 88%;
  }
  .land-shortcut .deco {
    left: -4%;
    height: 135%;
  }
}

@media screen and (max-width: 850px) {
  .gradient-table {
    margin-top: 50px;
  }
  .gradient-table colgroup col:nth-of-type(1) {
    width: 160px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 17px;
    padding: 17px 25px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 170px;
    margin-top: 55px;
    padding: 0 55px;
  }
  .land-shortcut .bg {
    background-position: 105% 86%;
  }
  .land-shortcut .deco {
    left: -5%;
    height: 130%;
    top: -20%;
  }
}

@media screen and (max-width: 600px) {
  .gradient-table {
    margin-top: 40px;
  }
  .gradient-table colgroup col:nth-of-type(1) {
    width: 130px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 16px;
    padding: 15px 20px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 150px;
    margin-top: 40px;
    padding: 0 40px;
  }
  .land-shortcut .bg {
    background-size: 60%;
    background-position: 105% 80%;
  }
  .land-shortcut .deco {
    left: -7%;
    height: 120%;
    top: -18%;
  }
}

@media screen and (max-width: 450px) {
  .gradient-table colgroup col:nth-of-type(1) {
    width: 100px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 15px;
    padding: 13px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 130px;
    margin-top: 30px;
    padding: 0 30px;
  }
  .land-shortcut .bg {
    background-size: 67%;
  }
  .land-shortcut .deco {
    left: -8%;
    height: 110%;
    top: -16%;
  }
}

@media screen and (max-width: 330px) {
  .gradient-table colgroup col:nth-of-type(1) {
    width: 80px;
  }
  .gradient-table th, .gradient-table td {
    font-size: 14px;
    padding: 10px;
  }
  /* 
    
    */
  .land-shortcut {
    height: 110px;
    padding: 0 20px;
  }
  .land-shortcut .deco {
    left: -9%;
    height: 100%;
    top: -14%;
  }
}

/* ---------------media screen END--------------- */
