@charset "UTF-8";

.container {
    width: 1200px;
    margin: 0 auto;
	box-sizing:border-box;
}

.home-banner {
  width: 100%;
  background-image: url(../images/almyf/home-banner-new.jpg);
  background-size: cover;
}

.home-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 480px;
  box-sizing: border-box;
}

.text-content {
  margin-top: -30px;
}

.text-content>h1 {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.text-content>p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 60px;
}

.text-content .source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.text-content .source a,
.ts-action-item {
  display: flex;
  width: 160px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-right: 13px;
}

.text-content .source a:hover,
.ts-action-item:hover {
  border-radius: 25px;
}

.ts-action-item {
  position: relative;
}

.ts-action-item:hover>.ts-action-item-list {
  display: flex;
}

.ts-action-item-list {
  position: absolute;
  top: 105%;
  display: none;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  z-index: 1000;
}

.ts-action-item-list>p {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin: 0;
}

.text-content .source a.current {
  background: #FFF727;
}

.text-content .source .QR-img-container {
  display: flex;
  margin-top: 25px;
  margin-left: 30px;
}

.text-content .source .QR-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-content .source .QR-img p {
  font-size: 13px;
  color: #fff;
  margin-top: 6px;
}


.video {
  width: 610px;
  height: auto;
}

.home-content {
  padding-bottom: 80px;
  background-color: #f8f9fb
}


.home-content-item {
  width: 100%;
  padding: 80px 0 30px;
}

.home-content-item>h2 {
  font-size: 36px;
  font-weight: bolder;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-content-item>h2 img {
  width: 32px;
  height: 29px;
  margin-right: 10px;
}

.home-content-item>p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-indent: 2em;
  margin: 20px 0 40px;
}

.function-img {
  max-width: 100%;
}

.function-list-one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.margin-top-70 {
  margin-top: 70px;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 20px;
}


.function-list-title {
  background-image: url(../images/home/function-title-bg.png);
  background-size: cover;
  writing-mode: vertical-lr;
  padding: 16px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-list-left-title {
  margin-right: 30px;
}

.function-list-right-title {
  margin-left: 30px;
}

.function-list-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-title {
  width: 200px;
  height: 50px;
  background: #00A873;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 10px;

}

.arrow-right-img {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-left-img {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
  /* transform: translateY(-50%); */
}

.function-list-one ul {
  display: flex;
  justify-content: space-around;
  flex: 1;
  padding: 30px 20px 60px;
  background: #FFFFFF;
  border-radius: 10px;
}

.function-list-one ul>li>p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.function-list-one ul>li>p:first-child {
  color: #00A873;
}

.function-list-two {
  display: flex;
  justify-content: space-between;
}

.function-list-two-item {
  border-radius: 10px;
  width: 49%;
  background-color: #fff;
  padding: 10px;
  display: flex;
}

.function-list-two-item>ul {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.function-list-two-item .function-list-title {
  padding: 15px;
}


@media screen and (max-width:1024px) {
  .home-banner {
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 0;
    padding: 1rem 0;
  }

  .home-banner-content {
    flex-direction: column;
  }

  .home-content {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }



  .text-content {
    position: static;
    transform: translateY(0);
    margin-top: 0
  }


  .text-content>h1 {
    font-size: 1.6rem;
  }

  .text-content>p {
    font-size: 1rem;
    margin-bottom: 1.8rem
  }

  .text-content .source {
    display: flex;
    margin-top: 1rem;
  }

  .text-content .source a,
  .ts-action-item {
    width: auto;
    height: auto;
    font-size: .9rem;
    padding: .4rem 1rem;
    word-break: keep-all;
    margin-bottom: .5rem
  }

  .text-content .source .QR-img-container {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .home-banner-content {
    width: 100%;
    height: auto;
  }



  .home-banner-content .video {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    display: flex;
  }

  .container {
    padding: 1rem;
    width: 100%;
  }

  .home-content-item {
    width: 100%;
    padding: 1rem 0;
  }

  .home-content-item>h2 {
    font-size: 1.5rem;
  }

  .margin-top-70 {
    margin-top: 2rem;
  }

  .function-list-one {
    padding: 1rem 0 0;
    flex-direction: column;
    background: none;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
  }

  .function-list-title {
    writing-mode: horizontal-tb;
    padding: 10px 20px;
    line-height: 20px;
  }

  .function-list-title img {
    display: none;
  }

  .function-list-left-title {
    margin-right: 0;
  }

  .function-list-right-title {
    margin-left: 0;
  }


  .function-list-one ul {
    padding: 1rem 0 0;
    flex-wrap: wrap;
    background: none;
    justify-content: space-between;
  }

  .function-list-one ul>li {
    margin-bottom: 1rem;
    border-radius: 10px;
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    width: 48%;
  }

  .function-list-top-title {
    writing-mode: horizontal-tb;
    padding: 10px 20px;
    height: auto;
  }

  .top-title {
    padding: 10px 20px;
    height: auto;
    width: auto;
    line-height: 20px;

  }

  .function-list-top-title img {
    display: none;
  }

  .function-list-two {
    flex-direction: column;
  }

  .function-list-two-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .function-list-two-item .function-list-title {
    padding: 15px;
    writing-mode: vertical-lr;
  }
}