.roof-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.roof-list.active li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.roof-list li {
  width: calc(33.333% - ((40px * 2) / 3));
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.roof-list li:not(:nth-of-type(1)) {
  margin-left: 40px;
}

.roof-list li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.roof-list li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.roof-list li .inner .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 240px;
  background-color: #fafafb;
  border: 1px solid #ededed;
  border-radius: 10px;
}

.roof-list li .inner .icon-box .icon {
  display: block;
  height: 58%;
}

.roof-list li .inner .icon-box .icon img, .roof-list li .inner .icon-box .icon svg {
  display: block;
  height: 100%;
  width: auto;
}

.roof-list li .inner .text-box {
  margin-top: 30px;
}

.roof-list li .inner .text-box .roof-text {
  text-align: center;
}

.roof-list li .inner .text-box .sub-desc {
  text-align: center;
  color: #666;
  margin-top: 15px;
}

.roof-list li .inner .text-box .sub-desc br {
  display: block !important;
}

.roof-list li .inner .text-box .sub-desc .req-text {
  font-size: 0.8em;
}

/* 

*/
.profit-table {
  margin-top: 80px;
  width: 100%;
}

.profit-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.profit-table li .th, .profit-table li .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  padding: 25px 40px;
  vertical-align: middle;
  line-height: 140%;
  text-align: center;
  border-left: 1px solid #e8e8e8;
}

.profit-table li .th:nth-last-of-type(1), .profit-table li .td:nth-last-of-type(1) {
  border-left: 3px solid #28b7bc;
  border-right: 3px solid #28b7bc;
}

.profit-table li .th {
  font-weight: 500;
  background-color: #f1f1f5;
}

.profit-table li .td {
  font-weight: 400;
  background-color: #FFF;
}

.profit-table li.thead .th {
  border-top: 1px solid #e8e8e8;
}

.profit-table li.thead .th:nth-of-type(1) {
  border-radius: 10px 0 0 0;
}

.profit-table li.thead .th:nth-last-of-type(1) {
  border-radius: 0 10px 0 0;
  border-top: 3px solid #28b7bc;
  background-color: #28b7bc;
  color: #FFF;
}

.profit-table li.tbody .td:nth-last-of-type(1) {
  font-weight: 700;
}

.profit-table li.tbody:nth-last-of-type(1) .td:nth-of-type(1) {
  border-radius: 0 0 0 10px;
}

.profit-table li.tbody:nth-last-of-type(1) .td:nth-last-of-type(1) {
  border-radius: 0 0 10px 0;
  border-bottom: 3px solid #28b7bc;
}

.profit-table li.tbody .td {
  border-bottom: 1px solid #e8e8e8;
}

.req-desc {
  margin-top: 25px;
}

.req-desc .req-text {
  font-size: 0.8em;
}

/* 

*/
.effect-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.effect-list.active li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.effect-list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin-top: 60px;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.effect-list li:nth-of-type(1), .effect-list li:nth-of-type(2) {
  margin-top: 0;
}

.effect-list li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.effect-list li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.effect-list li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.effect-list li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.effect-list li .inner .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f3f3f7;
}

.effect-list li .inner .icon-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 60%;
}

.effect-list li .inner .icon-box .icon img, .effect-list li .inner .icon-box .icon svg {
  display: block;
  width: 100%;
  max-height: 100%;
}

.effect-list li .inner .text-box {
  width: calc(100% - 100px - 30px);
  margin-left: 30px;
}

.effect-list li .inner .text-box .sub-desc {
  color: #666;
  margin-top: 15px;
}

/* 

*/
.down-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.down-shortcut .down-box,
.down-shortcut .recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.down-shortcut .down-box .down-tit,
.down-shortcut .recruit-box .down-tit {
  font-size: 36px;
}

.down-shortcut .down-box {
  width: 390px;
  background-color: #00ab99;
}

.down-shortcut .down-box .down-tit {
  color: #FFF;
}

.down-shortcut .down-box .btn-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00ab99;
  font-size: 18px;
  height: 35px;
  border-radius: 18px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 17px;
  margin-top: 15px;
}

.down-shortcut .down-box .btn-down .icon-down {
  margin-left: 10px;
}

.down-shortcut .recruit-box {
  position: relative;
  width: calc(100% - 390px - 40px);
  margin-left: 40px;
  background-color: #4055c2;
}

.down-shortcut .recruit-box .sub-desc {
  margin-top: 15px;
  color: #FFF;
}

.down-shortcut .recruit-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 60%;
     object-position: center 60%;
  opacity: 0.1;
}

/* 

*/
/* ---------------media screen START--------------- */
@media screen and (max-width: 1350px) {
  .roof-list {
    margin-top: 70px;
  }
  .roof-list li {
    width: calc(33.333% - ((35px * 2) / 3));
  }
  .roof-list li:not(:nth-of-type(1)) {
    margin-left: 35px;
  }
  .roof-list li .inner .icon-box {
    height: 220px;
  }
  .roof-list li .inner .text-box {
    margin-top: 27px;
  }
  .roof-list li .inner .text-box .sub-desc {
    margin-top: 13px;
  }
  /* 
    
    */
  .profit-table {
    margin-top: 70px;
  }
  .profit-table li .th, .profit-table li .td {
    font-size: 19px;
    padding: 23px 35px;
  }
  .req-desc {
    margin-top: 23px;
  }
  /* 
    
    */
  .effect-list {
    margin-top: 70px;
  }
  .effect-list li {
    padding: 0 15px;
    margin-top: 50px;
  }
  .effect-list li .inner .icon-box {
    width: 90px;
    height: 90px;
  }
  .effect-list li .inner .text-box {
    width: calc(100% - 90px - 25px);
    margin-left: 25px;
  }
  .effect-list li .inner .text-box .sub-desc {
    margin-top: 13px;
  }
  /* 
    
    */
  .down-shortcut {
    margin-top: 85px;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    height: 130px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 33px;
  }
  .down-shortcut .down-box {
    width: 370px;
  }
  .down-shortcut .down-box .btn-down {
    font-size: 17px;
    padding: 0 15px;
  }
  .down-shortcut .recruit-box {
    width: calc(100% - 370px - 35px);
    margin-left: 35px;
  }
  .down-shortcut .recruit-box .sub-desc {
    margin-top: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .roof-list {
    margin-top: 60px;
  }
  .roof-list li {
    width: calc(33.333% - ((30px * 2) / 3));
  }
  .roof-list li:not(:nth-of-type(1)) {
    margin-left: 30px;
  }
  .roof-list li .inner .icon-box {
    height: 200px;
  }
  .roof-list li .inner .text-box {
    margin-top: 25px;
  }
  .roof-list li .inner .text-box .sub-desc {
    margin-top: 10px;
  }
  /* 
    
    */
  .profit-table {
    margin-top: 60px;
  }
  .profit-table li .th, .profit-table li .td {
    font-size: 18px;
    padding: 20px 30px;
  }
  .req-desc {
    margin-top: 20px;
  }
  /* 
    
    */
  .effect-list {
    margin-top: 60px;
  }
  .effect-list li {
    padding: 0 10px;
    margin-top: 40px;
  }
  .effect-list li .inner .icon-box {
    width: 80px;
    height: 80px;
  }
  .effect-list li .inner .text-box {
    width: calc(100% - 80px - 20px);
    margin-left: 20px;
  }
  .effect-list li .inner .text-box .sub-desc {
    margin-top: 10px;
  }
  /* 
    
    */
  .down-shortcut {
    margin-top: 70px;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    height: 120px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 30px;
  }
  .down-shortcut .down-box {
    width: 350px;
  }
  .down-shortcut .down-box .btn-down {
    font-size: 16px;
    padding: 0 13px;
    height: 33px;
  }
  .down-shortcut .recruit-box {
    width: calc(100% - 350px - 30px);
    margin-left: 30px;
  }
  .down-shortcut .recruit-box .sub-desc {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .roof-list {
    margin-top: 50px;
  }
  .roof-list li {
    width: calc(33.333% - ((25px * 2) / 3));
  }
  .roof-list li:not(:nth-of-type(1)) {
    margin-left: 25px;
  }
  .roof-list li .inner .icon-box {
    height: 180px;
  }
  .roof-list li .inner .text-box {
    margin-top: 23px;
  }
  /* 
    
    */
  .profit-table {
    margin-top: 50px;
  }
  .profit-table li .th, .profit-table li .td {
    font-size: 17px;
    padding: 17px 25px;
  }
  .req-desc {
    margin-top: 17px;
  }
  /* 
    
    */
  .effect-list {
    margin-top: 50px;
  }
  .effect-list li {
    padding: 0;
    padding-right: 10px;
    margin-top: 35px;
  }
  .effect-list li .inner .icon-box {
    width: 70px;
    height: 70px;
  }
  .effect-list li .inner .text-box {
    width: calc(100% - 70px - 15px);
    margin-left: 15px;
  }
  .effect-list li .inner .text-box .sub-desc {
    margin-top: 7px;
  }
  /* 
    
    */
  .down-shortcut {
    margin-top: 55px;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    height: 110px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 27px;
  }
  .down-shortcut .down-box {
    width: 270px;
  }
  .down-shortcut .down-box .btn-down {
    font-size: 15px;
    height: 30px;
  }
  .down-shortcut .recruit-box {
    width: calc(100% - 270px - 25px);
    margin-left: 25px;
  }
}

@media screen and (max-width: 700px) {
  .roof-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .roof-list li {
    width: 100%;
  }
  .roof-list li:not(:nth-of-type(1)) {
    margin-left: 0;
    margin-top: 30px;
  }
  .roof-list li .inner .icon-box {
    width: 230px;
    height: 160px;
    margin: 0 auto;
  }
  .roof-list li .inner .icon-box .icon {
    height: 55%;
  }
  /* 
    
    */
  .effect-list {
    margin-top: 40px;
  }
  .effect-list li {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .effect-list li:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  /* 
    
    */
  .down-shortcut {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
  }
  .down-shortcut .down-box {
    width: 100%;
  }
  .down-shortcut .recruit-box {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .roof-list {
    margin-top: 40px;
  }
  .roof-list li:not(:nth-of-type(1)) {
    margin-left: 0;
    margin-top: 25px;
  }
  .roof-list li .inner .icon-box {
    height: 140px;
  }
  .roof-list li .inner .text-box {
    margin-top: 20px;
  }
  .roof-list li .inner .text-box .sub-desc {
    margin-top: 7px;
  }
  /* 
    
    */
  .profit-table {
    margin-top: 40px;
  }
  .profit-table li .th, .profit-table li .td {
    font-size: 16px;
    padding: 15px;
  }
  .profit-table li .th:nth-last-of-type(1), .profit-table li .td:nth-last-of-type(1) {
    border-left: 2px solid #28b7bc;
    border-right: 2px solid #28b7bc;
  }
  .profit-table li.thead .th:nth-last-of-type(1) {
    border-top: 2px solid #28b7bc;
  }
  .profit-table li.tbody:nth-last-of-type(1) .td:nth-last-of-type(1) {
    border-bottom: 2px solid #28b7bc;
  }
  .req-desc {
    margin-top: 15px;
  }
  /* 
    
    */
  .effect-list li:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .effect-list li .inner .icon-box {
    width: 65px;
    height: 65px;
  }
  .effect-list li .inner .text-box {
    width: calc(100% - 65px - 15px);
  }
  /* 
    
    */
  .down-shortcut {
    margin-top: 40px;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    padding: 20px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 23px;
  }
  .down-shortcut .recruit-box {
    margin-top: 25px;
  }
}

@media screen and (max-width: 450px) {
  .roof-list li .inner .icon-box {
    width: 200px;
    height: 120px;
  }
  .roof-list li .inner .text-box {
    margin-top: 15px;
  }
  .roof-list li .inner .text-box .sub-desc {
    margin-top: 5px;
  }
  /* 
    
    */
  .profit-table li .th, .profit-table li .td {
    font-size: 15px;
    padding: 13px;
  }
  .profit-table li td {
    word-break: break-all;
  }
  .req-desc {
    margin-top: 10px;
  }
  /* 
    
    */
  .effect-list li .inner .icon-box {
    width: 60px;
    height: 60px;
  }
  .effect-list li .inner .text-box {
    width: calc(100% - 60px - 10px);
    margin-left: 10px;
  }
  .effect-list li .inner .text-box .sub-desc {
    margin-top: 5px;
  }
  /* 
    
    */
  .down-shortcut {
    margin-top: 30px;
  }
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    padding: 17px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 21px;
  }
  .down-shortcut .down-box .btn-down {
    font-size: 14px;
    height: 27px;
    margin-top: 13px;
  }
  .down-shortcut .down-box .btn-down .icon-down {
    margin-left: 7px;
  }
  .down-shortcut .recruit-box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 330px) {
  .profit-table li .th, .profit-table li .td {
    font-size: 14px;
    padding: 10px;
  }
  .req-desc {
    margin-top: 7px;
  }
  /* 
    
    */
  .down-shortcut .down-box,
  .down-shortcut .recruit-box {
    padding: 15px;
  }
  .down-shortcut .down-box .down-tit,
  .down-shortcut .recruit-box .down-tit {
    font-size: 20px;
  }
  .down-shortcut .down-box .btn-down {
    font-size: 13px;
    height: 25px;
  }
  .down-shortcut .down-box .btn-down .icon-down {
    margin-left: 5px;
  }
}

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