.worksans {
    font-family: "Work Sans", sans-serif;
}
.wrap960 {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .wrap960 {
        width: 100%;
    }
}
.bigBanner .titleWrap {
    width: 460px;
    top: 12%;
    margin-left: -230px;
}
@media only screen and (max-width: 800px) {
    .bigBanner .titleWrap {
        width: 420px;
    }
}
@media only screen and (max-width: 640px) {
    .bigBanner .titleWrap {
        width: 340px;
        margin-left: -170px;
    }
}
@media screen and (max-width: 470px) {
    .bigBanner .titleWrap {
        width: calc(100% - 60px);
        margin-left: 0;
        left: 10px;
    }
}
.bigBanner .scene.bg {
    background-image: url(../images/bigBanner_business_bg.jpg);
    -webkit-animation: scene_bg 3s;
    -moz-animation: scene_bg 3s;
    -o-animation: scene_bg 3s;
    -ms-animation: scene_bg 3s;
    animation: scene_bg 3s;
}
.bigBanner .scene.people {
    bottom: -45px;
    background-image: url(../images/bigBanner_business_people.png);
    -webkit-animation: scene_people 5s;
    -moz-animation: scene_people 5s;
    -o-animation: scene_people 5s;
    -ms-animation: scene_people 5s;
    animation: scene_people 5s;
}
@-webkit-keyframes scene_bg {
    from {
        opacity: 0;
        bottom: -5%;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes scene_bg {
    from {
        opacity: 0;
        bottom: -5%;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
@-webkit-keyframes scene_people {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scene_people {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.programModel {
    padding: 100px 0 135px 0;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .programModel {
        padding-bottom: 50px;
    }
}
.programModel .text {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    color: #103861;
    margin-top: 60px;
    padding: 0 10px;
}
.programModel .text strong {
    color: #d7092f;
    font-weight: 700;
    font-size: 30px;
    margin: 0 5px;
}
@media only screen and (max-width: 640px) {
    .programModel .text strong {
        font-size: 20px;
    }
}
.programModel .chart1 {
    text-align: center;
    padding: 35px 0;
}
.programModel .chart1 .item {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}
@media only screen and (max-width: 640px) {
    .programModel .chart1 .item {
        display: block;
        margin: 0 auto;
    }
}
.programModel .chart1 .item.square {
    background: #0071b7;
    width: 180px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    vertical-align: -100px;
}
@media only screen and (max-width: 960px) {
    .programModel .chart1 .item.square {
        width: 160px;
        height: 50px;
        line-height: 50px;
        vertical-align: -70px;
    }
}
.programModel .chart1 .item.square.first:before,
.programModel .chart1 .item.square.last:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../images/business_programModel_icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}
.programModel .chart1 .item.square.first:before {
    background-position: 0 0;
}
.programModel .chart1 .item.square.last:before {
    background-position: -30px 0;
}
.programModel .chart1 .item.equal {
    color: #0071b7;
    font-size: 87px;
    vertical-align: -130px;
}
@media only screen and (max-width: 960px) {
    .programModel .chart1 .item.equal {
        width: 50px;
        font-size: 36px;
        vertical-align: -80px;
    }
}
@media only screen and (max-width: 640px) {
    .programModel .chart1 .item.equal {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.programModel .chart1 .item.circle {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #0071b7;
    vertical-align: top;
}
.programModel .chart1 .item.circle:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/business_programModel_icon.png) no-repeat 0 -30px;
    margin: 20px auto 5px;
}
.programModel .chart1 .item.circle .text {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
}
.programModel .chart1 .item.circle .text strong {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
@media only screen and (max-width: 960px) {
    .programModel .chart1 .item.circle {
        width: 150px;
        height: 150px;
    }
    .programModel .chart1 .item.circle:before {
        margin-top: 10px;
    }
    .programModel .chart1 .item.circle .text strong {
        font-size: 18px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) {
    .programModel .chart1 .item.circle {
        height: 149px;
        padding-top: 1px;
    }
}
.programModel hr {
    border: 0;
    border-top: 1px #e1e1e1 solid;
    max-width: 960px;
}
.programModel .chart2 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 1000px) {
    .programModel .chart2 {
        width: calc(100% - 20px);
    }
}
.programModel .chart2 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.programModel .chart2 img.step1 {
    z-index: 9;
    position: relative;
}
.programModel .chart2 img.step2 {
    z-index: 8;
}
.programModel .chart2 img.step3 {
    z-index: 7;
}
.programModel .chart2 img.step4 {
    z-index: 6;
}
.programModel .chart2 img.step5 {
    z-index: 5;
}
.programModel .chart2 img.step6 {
    z-index: 4;
}
.programModel .chart2 img.step7 {
    z-index: 3;
}
.programModel .chart2 img.step8 {
    z-index: 2;
}
.programModel .chart2 img.step9 {
    z-index: 1;
}
.process {
    background: #eee;
    padding: 100px 0 200px 0;
}
@media only screen and (max-width: 960px) {
    .process {
        padding-bottom: 100px;
    }
}
.process p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 55px;
    text-align: center;
}
@media only screen and (max-width: 960px) {
    .process p {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 420px) {
    .process p {
        margin-top: 30px;
        font-size: 16px;
    }
}
.process ol {
    margin: 75px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .process ol {
        margin-top: 40px;
    }
}
.process ol li {
    list-style: none;
    margin: 0 45px 20px 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    background: #0071b8;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .process ol li {
        margin-right: 20px;
    }
}
.process ol li .step {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    background: #103861;
    padding: 1px 0;
    font-weight: 300;
}
.process ol li .step .num {
    color: #fff;
    font-size: 30px;
}
.process ol li .info {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 20px;
}
.process ol li .info .icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 15px auto 25px auto;
    background-repeat: no-repeat;
    background-image: url(../images/business_process_icon.png);
}
.process ol li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #fabe00;
    position: absolute;
    top: 62px;
    right: -35px;
}
@media only screen and (max-width: 640px) {
    .process ol li:after {
        border-width: 12px 0 12px 10px;
        top: 75px;
        right: -18px;
    }
}
.process ol li:nth-child(1) .info .icon {
    background-position: 0 0;
}
.process ol li:nth-child(2) .info .icon {
    background-position: 0 -60px;
}
.process ol li:nth-child(3) .info .icon {
    background-position: 0 -120px;
}
.process ol li:nth-child(4) .info .icon {
    background-position: 0 -180px;
}
.process ol li:nth-child(5) {
    margin-right: 0;
}
.process ol li:nth-child(5):after {
    display: none;
}
.process ol li:nth-child(5) .info .icon {
    background-position: 0 -240px;
}

.compare {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .compare {
    padding: 50px 0;
  }
}

.compare .column {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
.compare .column:nth-child(2) {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .compare .column {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto 20px auto;
  }
  .compare .column:nth-child(2) {
    margin-right: auto;
  }
}

.compare .column table {
  width: 100%;
}
.compare .column table caption {
  color: #75c8f6; /* @lightBlue */
  text-align: center;
  font-size: 20px;
  display: table-caption;
  margin-bottom: 20px;
}
.compare .column table caption:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: 0 auto 15px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.compare .column table caption.saveMoney:before {
  background-image: url(../images/saveMoney.svg);
}
.compare .column table caption.saveTime:before {
  background-image: url(../images/saveTime.svg);
}

.compare .column table th,
.compare .column table td {
  padding: 20px 30px;
}
.compare .column table th:first-child,
.compare .column table td:first-child {
  width: 65%;
}
.compare .column table th:nth-child(2),
.compare .column table th:nth-child(3),
.compare .column table td:nth-child(2),
.compare .column table td:nth-child(3) {
  padding: 20px 15px;
}
@media (max-width: 420px) {
  .compare .column table td:nth-child(2),
  .compare .column table td:nth-child(3) {
    padding: 20px 5px;
  }
}

.compare .column table th {
  background: #003366; /* @deepBlue */
  color: white;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: normal;
  text-align: left;
}
.compare .column table th:nth-child(2),
.compare .column table th:nth-child(3) {
  text-align: center;
}

.compare .column table td {
  font-size: 16px;
  line-height: 1.4;
}
.compare .column table td .yes,
.compare .column table td .no {
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-indent: -9999px;
}
.compare .column table td .yes {
  width: 40px;
  background-image: url(../images/yes.svg);
}
.compare .column table td .no {
  width: 30px;
  background-image: url(../images/no.svg);
}

.compare .column table tr:nth-child(even) td {
  background: #f9f9f9;
}
.compare .column table tr:nth-child(odd) td {
  background: #f1f1f1;
}

@media (max-width: 640px) {
  .compare .column table th {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .compare .column table td {
    font-size: 14px;
  }
  .compare .column table th,
  .compare .column table td {
    padding: 20px 15px;
  }
}

/* Advantage section */
.advantage {
  background: url(../images/advantageBg.png) no-repeat #f6f6f6 bottom center;
  padding: 100px 0 285px 0;
}
@media (max-width: 640px) {
  .advantage {
    padding: 50px 0 100px 0;
    background-image: none;
  }
}
.advantage .wrap960 {
  text-align: center;
}
.advantage .item {
  width: 175px;
  height: 175px;
  background: #003366; /* @deepBlue */
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 95px;
  margin-top: 50px;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 1.4;
}
.advantage .item:nth-child(3n+1) {
  margin-right: 0;
}
.advantage .item img {
  display: block;
  margin: 20px auto 10px auto;
}
@media (max-width: 960px) {
  .advantage .item {
    margin-right: calc(50% - 360px);
  }
}
@media (max-width: 800px) {
  .advantage .item {
    margin-right: calc(50% - 310px);
  }
}
@media (max-width: 640px) {
  .advantage .item {
    width: 160px;
    height: 160px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 30px;
  }
  .advantage .item:nth-child(3n+1) {
    margin-right: 10px;
  }
  .advantage .item img {
    width: 60px;
  }
}
@media (max-width: 420px) {
  .advantage .item {
    width: 140px;
    height: 140px;
  }
}

.truckLeasing {
  padding: 100px 0 0;
}
/* @media (max-width: 900px) {
  .truckLeasing {
    padding-bottom: 50px;
  }
} */
@media (max-width: 960px) {
  .truckLeasing .wrap960 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.truckLeasing .mainTitle {
  margin-bottom: 50px;
}
.truckLeasing .text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.4;
}
.truckLeasing h4 {
  text-align: center;
  font-weight: bold;
  color: #75c8f6; /* @lightBlue */
  font-size: 24px;
  margin-bottom: 15px;
}
.truckLeasing .note {
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
.truckLeasing hr {
  border: 0;
  border-top: 1px solid #c9c9c9;
  margin-bottom: 50px;
}
.truckLeasing .truckType {
  margin-top: 20px;
}
.truckLeasing .truckType .type {
  background: url(../images/car_truckType_bg.jpg) no-repeat top right;
  width: 800px;
  height: 215px;
  margin: 0 auto 40px;
}
.truckLeasing .truckType .type img {
  margin-top: 30px;
  float: left;
}
.truckLeasing .truckType .type .info {
  width: 380px;
  float: right;
  color: white;
  font-size: 16px;
  margin: 35px 70px 0 0;
  line-height: 1.4;
}
.truckLeasing .truckType .type .info h5 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
@media (max-width: 800px) {
  .truckLeasing .truckType .type {
    width: 100%;
    background-position: 200px 0;
  }
  .truckLeasing .truckType .type .info {
    float: left;
    margin: 35px 10px 0 0;
    width: calc(100% - 330px);
  }
}
@media (max-width: 640px) {
  .truckLeasing .truckType .type {
    background: none;
    height: auto;
  }
  .truckLeasing .truckType .type img {
    margin: 0 auto;
    float: none;
    display: block;
    clear: both;
    max-width: 100%;
  }
  .truckLeasing .truckType .type .info {
    border-top: 12px #29a7de solid;
    width: auto;
    background: #0071b9;
    padding: 20px;
    float: none;
    margin-right: 0;
  }
}
.truckLeasing .bodyType {
  width: 800px;
  margin: 0 auto 50px;
}
@media (max-width: 800px) {
  .truckLeasing .bodyType {
    width: 100%;
  }
}
.truckLeasing .bodyType .type {
  position: relative;
}
.truckLeasing .bodyType .type .info {
  background: #eef8ff;
  font-size: 16px;
  line-height: 1.4;
}
.truckLeasing .bodyType .type .info h5 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.truckLeasing .bodyType .type .info h6 {
  font-size: 16px;
  color: #75c8f6;
  margin-bottom: 0;
}
.truckLeasing .bodyType .type img {
  position: absolute;
}
@media (max-width: 800px) {
  .truckLeasing .bodyType .type img {
    width: calc(100% - 300px);
  }
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type img {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
}
.truckLeasing .bodyType .type:nth-child(1) {
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(1) {
    margin-bottom: 40px;
  }
}
.truckLeasing .bodyType .type:nth-child(1) img {
  top: 10px;
  left: 0;
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(1) img {
    top: auto;
    left: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(1) .info {
  width: 240px;
  padding: 50px 50px 50px 145px;
  float: right;
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(1) .info {
    width: auto;
    padding: 20px;
    float: none;
  }
}
.truckLeasing .bodyType .type:nth-child(2) {
  margin-bottom: 90px;
}
@media (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(2) {
    margin-bottom: 40px;
  }
}
.truckLeasing .bodyType .type:nth-child(2) img {
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(2) img {
    top: auto;
    right: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(2) .info {
  width: 240px;
  padding: 50px 155px 65px 35px;
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(2) .info {
    width: auto;
    padding: 20px;
  }
}
.truckLeasing .bodyType .type:nth-child(3) img {
  top: 60px;
  left: 0;
}
@media (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(3) img {
    width: calc(100% - 420px);
  }
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(3) img {
    width: auto;
    top: auto;
    left: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(3) .info {
  width: 370px;
  float: right;
  padding: 30px 30px 40px 40px;
}
@media (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(3) .info {
    width: auto;
    padding: 20px;
    float: none;
  }
}
.truckLeasing .bodyType .type::after {
  content: "";
  display: block;
  clear: both;
}

.truckLeasing .knowledge ol {
  margin: 45px auto;
  padding: 0;
}
.truckLeasing .knowledge .item {
  list-style: none;
  display: block;
  width: 900px;
  height: 120px;
  border-radius: 120px;
  margin: 0 auto 20px;
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.truckLeasing .knowledge .item::before {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 12px;
  background: white;
  line-height: 94px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item::before {
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 49px;
    border-radius: 10px;
  }
}
@media (max-width: 420px) {
  .truckLeasing .knowledge .item::before {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
.truckLeasing .knowledge .item .text {
  color: white;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 150px);
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item .text {
    width: calc(100% - 90px);
  }
}

/* 第 1 個 item */
.truckLeasing .knowledge .item:nth-child(1) {
  background: #29a7de;
}
.truckLeasing .knowledge .item:nth-child(1)::before {
  content: "1";
  color: #29a7de;
}
.truckLeasing .knowledge .item:nth-child(1) .text {
  vertical-align: -55px;
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item:nth-child(1) .text {
    vertical-align: 0;
    margin: 15px 0;
  }
}

/* 第 2 個 item */
.truckLeasing .knowledge .item:nth-child(2) {
  background: #75c8f6;
}
.truckLeasing .knowledge .item:nth-child(2)::before {
  content: "2";
  color: #75c8f6;
}
.truckLeasing .knowledge .item:nth-child(2) .text {
  margin-top: 15px;
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item:nth-child(2) .text {
    margin-bottom: 15px;
  }
}
.truckLeasing .knowledge .item:nth-child(2) .text ul {
  padding-left: 15px;
}
@media (max-width: 640px) {
  .truckLeasing .knowledge .item:nth-child(2) .text ul {
    padding-left: 0;
  }
}
.truckLeasing .knowledge .item:nth-child(2) .text ul li {
  list-style: none;
  background: url(../images/car_knowledge_listStyle.png) no-repeat 5px 7px;
  padding-left: 20px;
}

/* 第 3 個 item */
.truckLeasing .knowledge .item:nth-child(3) {
  background: #003366;
}
.truckLeasing .knowledge .item:nth-child(3)::before {
  content: "3";
  color: #003366;
}
.truckLeasing .knowledge .item:nth-child(3) .text {
  vertical-align: -75px;
}
@media (max-width: 900px) {
  .truckLeasing .knowledge .item:nth-child(3) .text {
    vertical-align: 0;
    margin: 15px 0;
  }
}



.leaseBack {
    padding: 100px 0;
}
.leaseBack p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 55px;
    text-align: center;
}
@media only screen and (max-width: 960px) {
    .leaseBack p {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 420px) {
    .leaseBack p {
        margin-top: 30px;
        font-size: 16px;
    }
}
.leaseBack .chart {
    text-align: center;
    padding: 130px 0 10px 0;
}
.leaseBack .chart .wrap {
    position: relative;
    background: #f2f2f2;
    display: inline-block;
    vertical-align: top;
    width: 400px;
}
@media only screen and (max-width: 420px) {
    .leaseBack .chart .wrap {
        width: calc(100% - 20px);
    }
}
.leaseBack .chart .wrap:before {
    display: block;
    content: "";
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    top: -94px;
    left: 50%;
    margin-left: -78px;
    z-index: -1;
}
.leaseBack .chart .wrap h4 {
    width: 125px;
    height: 85px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    top: -103px;
    left: 50%;
    margin-left: -62.5px;
    color: #fff;
    z-index: 1;
    padding-top: 40px;
    line-height: 1.4;
}
.leaseBack .chart .wrap h5 {
    font-size: 18px;
    color: #103861;
    text-align: center;
    margin: 65px 0 10px 0;
}
.leaseBack .chart .wrap h5.second {
    margin-top: 30px;
}
.leaseBack .chart .wrap .listWrap {
    position: relative;
    width: 280px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.leaseBack .chart .wrap .listWrap .highlight,
.leaseBack .chart .wrap .listWrap .highlight2,
.leaseBack .chart .wrap .listWrap .highlight3 {
    position: absolute;
    width: 280px;
    height: 26px;
    left: 0;
    z-index: 1;
}
.leaseBack .chart .wrap .listWrap .highlight {
    background: #fabe00;
}
.leaseBack .chart .wrap .listWrap .highlight.top {
    bottom: 41px;
}
.leaseBack .chart .wrap .listWrap .highlight.bottom {
    bottom: 68px;
}
.leaseBack .chart .wrap .listWrap .highlight2 {
    border: 2px #fabe00 solid;
    width: 276px;
    height: 22px;
}
.leaseBack .chart .wrap .listWrap .highlight2 .moveTo {
    display: block;
    position: absolute;
    background: #fabe00;
    width: 3px;
}
.leaseBack .chart .wrap .listWrap .highlight2 .moveTo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}
.leaseBack .chart .wrap .listWrap .highlight2.top {
    bottom: 41px;
}
.leaseBack .chart .wrap .listWrap .highlight2.top .moveTo {
    height: 150px;
    top: -150px;
    left: 240px;
}
.leaseBack .chart .wrap .listWrap .highlight2.top .moveTo:before {
    border-width: 0 6px 13px 6px;
    border-color: transparent transparent #fabe00 transparent;
    top: -13px;
    left: -4px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom {
    bottom: 68px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom .moveTo {
    height: 7px;
    top: 0;
    left: 240px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom .moveTo:before {
    border-width: 13px 6px 0 6px;
    border-color: #fabe00 transparent transparent transparent;
    bottom: -13px;
    left: -4.5px;
}
.leaseBack .chart .wrap .listWrap .highlight3 {
    background: #fabe00;
}
.leaseBack .chart .wrap .listWrap .highlight3.top {
    bottom: 226px;
}
.leaseBack .chart .wrap .listWrap .highlight3.bottom {
    bottom: 42px;
}
.leaseBack .chart .wrap dl {
    display: block;
    text-align: left;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}
.leaseBack .chart .wrap dl.second {
    padding-top: 0;
}
.leaseBack .chart .wrap dl dt {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
}
.leaseBack .chart .wrap dl dd {
    display: block;
    font-size: 16px;
    padding: 0 15px 0 45px;
    margin: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 26px;
    line-height: 26px;
}
.leaseBack .chart .wrap dl dd .money {
    float: right;
}
.leaseBack .chart .wrap ul {
    display: block;
    text-align: left;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}
.leaseBack .chart .wrap ul li {
    display: block;
    font-size: 16px;
    padding: 0 15px 0 20px;
    margin: 0;
    list-style: none;
    height: 26px;
    line-height: 26px;
}
.leaseBack .chart .wrap ul li .money {
    float: right;
}
.leaseBack .chart .wrap .color {
    margin-top: 50px;
    width: 100%;
    height: 40px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2) inset;
}
.leaseBack .chart .wrap.before:before {
    border: 8px #afafaf solid;
}
.leaseBack .chart .wrap.before .color,
.leaseBack .chart .wrap.before h4 {
    background: #afafaf;
}
@media only screen and (max-width: 900px) {
    .leaseBack .chart .wrap.before {
        display: none;
    }
}
.leaseBack .chart .wrap.after:before {
    border: 8px #0071b8 solid;
}
.leaseBack .chart .wrap.after .color,
.leaseBack .chart .wrap.after h4 {
    background: #0071b8;
}
.leaseBack .chart .arrow {
    display: inline-block;
    vertical-align: -410px;
    width: 32px;
    height: 85px;
    background: url(../images/business_leaseBack_arrow.jpg) no-repeat;
    margin: 0 30px;
}
@media only screen and (max-width: 900px) {
    .leaseBack .chart .arrow {
        display: none;
    }
}
@keyframes highlight {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes highlight {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
