.section {
  color: #202020;
}
.start-aff {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 64px;
  background: linear-gradient(-45deg, #57B3DE, #41BDA7);
  border-radius: 6px;
  color: #fff!important;
  font-size: 20px;
}
.c-title2 {
  font-size: 40px;
  font-weight: bold;
}
.float-box {
  width: 1040px;
  padding: .8rem 1.6rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 24px 80px 0px rgba(187, 187, 187, 0.24);
  border-radius: 8px;
  background-color: #fff;
}
.float-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.float-box .c-title2 {
  text-align: center;
  margin-bottom: .8rem;
}
.float-box2 .c-title2 {
  text-align: left;
  margin-bottom: 0;
}
.float-box .list {
  display: flex;
  justify-content: space-between;
}
.float-box .list .item,
.float-box2 .items .item {
  width: 320px;
  color: #455255;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .24rem;
  display: flex;
  align-items: center;
}
.float-box .list img {
  width: 40px;
  height: auto;
  margin-right: 6px;
}
.float-box2 .items .item {
  margin-bottom: .4rem;
  width: auto;
}
.float-box2 .items img {
  width: 50px;
  height: auto;
  margin-right: .36rem;
}
.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-box .c-title2 {
  margin-bottom: .4rem;
}
.flex-box .desc {
  font-size: 16px;
}
.flex-box .desc span {
  font-size: .4rem;
  color: #41BDA7;
}
.flex-box .left {
  margin-right: 160px;
}
.flex-box img {
  width: 3.2rem;
  height: auto;
}

@media (max-width: 1199px) {
  .start-aff {
    width: 180px;
    height: 46px;
    font-size: 16px;
  }
  .c-title2 {
    font-size: 32px;
  }
  .float-box {
    max-width: 90%;
    padding: .8rem 1.2rem;
  }
  .flex-box2 {
    padding: .8rem .8rem;
  }
  .float-box .c-title2 {
    margin-bottom: .6rem;
  }
  .float-box .list .item {
    font-size: 18px;
    width: 240px;
  }
  .float-box .list img {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .float-box {
    padding: 40px 0;
  }
  .float-box .list {
    flex-direction: column;
    align-items: center;
  }
  .float-box2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .float-box2 .c-title2 {
    margin-bottom: .6rem;
    font-size: 32px;
  }
  .float-box .items .item {
    font-size: 18px;
  }
  .flex-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flex-box .c-title2 {
    text-align: center;
  }
  .flex-box .left {
    margin-right: 0;
    margin-bottom: .6rem;
  }
}

/* section-1 */
.section-1 {
  color: #202020;
}
.section-1 .header{
  position: relative;
  z-index: 1;
}
.section-1 > .container {
  padding-top: 1.4rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-1 > .container .left {
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-1 > .container .title {
  font-size: 80px;
  margin-bottom: .65rem;
  font-weight: bold;
}
.section-1 > .container .right {
  width: 60%;
}
.section-1 > .container .right img {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-1 > .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .section-1 > .container .title {
    font-size: 40px;
    margin-bottom: .4rem;
  }
}
@media (max-width: 767px) {
  .section-1 > .container {
    flex-direction: column;
  }
  .section-1 > .container {
    padding-top: 1rem;
    padding-bottom: 320px;
  }
  .section-1 > .container .left {
    width: 100%;
    margin-bottom: .6rem;
  }
  .section-1 > .container .right {
    width: 100%
  }
}

/* section-2 */
.section-2 {
  padding-top: 3.4rem;
  padding-bottom: 1.2rem;
  background-color: #F2F5F4;
  position: relative;
}

@media (max-width: 767px) {
  .section-2 {
    padding-top: 300px;
  }
}

/* .section-3 */
.section-3 {
  padding: 1.2rem 0;
}

/* section-4 */
.section-4 {
  padding-top: 1.2rem;
  padding-bottom: 3.4rem;
  position: relative;
  background-color: #F2F5F4;
}
@media (max-width: 767px) {
  .section-4 {
    padding-bottom: 300px;
  }
}

/* section-5 */
.section-5 {
  padding-top: 4rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.section-5 .desc {
  font-size: 16px;
  margin-top: .4rem;
  margin-bottom: .64rem;
}
.section-5 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-5 .items .item {
  background: #F8F8F8;
  border-radius: 24px;
  padding: .8rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: .24rem;
  margin-left: 10px;
  margin-right: 10px;
}
.section-5 .items .c-title2 {
  margin-bottom: .64rem;
}
.section-5 .item .unit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5 .item .unit:first-of-type {
  margin-bottom: .4rem;
}
.section-5 .item .unit span:first-of-type {
  display: block;
  font-size: 24px;
  color: #738A94;
  margin-right: .2rem;
}
.section-5 .item .unit span:last-of-type {
  font-size: 40px;
  color: #41BDA7;
}
.section-5 .hint {
  color: #9FB0B8;
  margin-bottom: .4rem;
}
.section-5 .start-aff {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-5 {
    padding-top: 300px;
  }
  .section-5 .items {
    justify-content: space-evenly;
  }
  .section-5 .item .unit span:first-of-type {
    font-size: 18px;
  }
  .section-5 .item .unit span:last-of-type {
    font-size: 28px;
  }
}

.section-contact {
  color: #fff;
}
.section-contact >:first-child{
  padding: 0;
}
.section-contact-links a:last-of-type {
  border-right: none;
}
