.header {
  height: 120px;
  display: flex;
  width: 1360px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.header .logo-wrapper {
  display: flex;
}
.header .logo-wrapper .logo {
  width: 58px;
  height: 58px;
  margin-right: 18px;
}
.header .logo-wrapper .content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.header .logo-wrapper .content .title {
  color: #ca592b;
  font-size: 38px;
  font-family: Roboto-Bold;
}
.header .logo-wrapper .content .subtitle {
  color: #0f0f0f;
  font-size: 12px;
}
.header .header-items .header-item {
  display: inline-block;
  margin-right: 50px;
}
.header .header-items .header-item:last-child {
  margin-right: 0px;
}
.header .header-items .header-item .header-item-link {
  color: #0f0f0f;
  font-size: 14px;
}
.footer1 {
  width: 1360px;
  margin: 0 auto;
  height: 302px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer1 a {
  color: #fff;
}
.footer1 .outer-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.footer1 .outer-items .outer-item .inner-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.footer1 .outer-items .outer-item .inner-items .inner-item {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer1 .outer-items .outer-item .inner-items .inner-item:last-child {
  margin-bottom: 0;
}
.footer1 .outer-items .outer-item .inner-items .inner-item img {
  width: 38px;
  margin-right: 32px;
}
.footer1 .outer-items .outer-item .inner-items .inner-item a {
  text-decoration: underline;
  font-size: 20px;
}
.footer2 {
  width: 1360px;
  margin: 0 auto;
  height: 92px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer2 p {
  font-size: 16px;
  color: #fff;
}
.banner-container {
  margin: 0 auto;
  width: 1360px;
}
.banner-container .banner {
  padding-top: 73px;
  display: flex;
  justify-content: space-between;
}
.banner-container .banner .banner-logo {
  width: 502px;
  height: 635px;
  margin-right: 57px;
}
.banner-container .banner .banner-content .title {
  color: #0f0f0f;
  font-size: 64px;
  font-weight: bold;
}
.banner-container .banner .banner-content .subtitle {
  color: #0f0f0f;
  font-size: 28px;
  text-align: right;
}
.banner-container .banner .banner-content .gap {
  margin-bottom: 40px;
}
.banner-container .banner .banner-content .subtitle2 {
  color: #0f0f0f;
  font-size: 28px;
  text-align: right;
  margin-bottom: 5px;
}
.banner-container .banner .banner-content .bottom-text {
  margin-bottom: 16px;
  color: #0f0f0f;
  font-size: 16px;
  text-align: right;
}
.banner-container .banner .banner-content .bottom-download {
  display: flex;
  justify-content: flex-end;
}
.banner-container .banner .banner-content .bottom-download a {
  display: block;
  width: 124px;
  height: 37px;
  background-size: contain;
}
.banner-container .banner .banner-content .bottom-download a:first-child {
  margin-right: 20px;
  background-image: url(../assets/image/icon-android.png);
}
.banner-container .banner .banner-content .bottom-download a:last-child {
  background-image: url(../assets/image/icon-ios.png);
}
.content {
  background-color: #fffbf7;
}
.content .container {
  width: 1360px;
  margin: 0 auto;
  box-shadow: none;
  padding-bottom: 82px;
}
.content .container .section1 .main-title {
  color: #1f1f1f;
  font-size: 42px;
  font-weight: bold;
  padding: 34px 0 38px;
  text-align: center;
}
.content .container .section1 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .container .section1 .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 29px 18px;
  width: 318px;
  background: #fff;
  height: 448px;
  overflow: hidden;
  border-radius: 20px;
}
.content .container .section1 .items .item .img {
  width: 322px;
}
.content .container .section1 .items .item .title {
  font-size: 24px;
  color: #202020;
  font-weight: bolder;
  text-align: center;
}
.content .container .section1 .items .item .sub-title {
  color: #202020;
  font-size: 18px;
  font-weight: bold;
}
.content .container .section1 .items .item .desc {
  color: #3b3b3b;
  font-size: 16px;
}
.content .container .section2 {
  padding-top: 87px;
}
.content .container .section2 .main-title {
  color: #1f1f1f;
  font-size: 42px;
  padding-bottom: 47px;
  text-align: center;
}
.content .container .section2 .sub-title {
  font-size: 24px;
  color: #3b3b3b;
  padding-bottom: 52px;
  text-align: center;
}
.content .container .section2 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .container .section2 .items .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 11px 42px 52px;
  width: 434px;
  background: #fff;
  height: 228px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.content .container .section2 .items .item .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  font-style: normal;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 13px;
  color: #fff;
  background: #ffc821;
  font-size: 24px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.content .container .section2 .items .item .icon p {
  text-align: center;
}
.content .container .section2 .items .item .icon .strong {
  font-size: 60px;
}
.content .container .section2 .items .item .title {
  text-align: right;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: bold;
  padding-left: 110px;
}
.content .container .section2 .items .item .sub-title {
  color: #1f1f1f;
  font-size: 16px;
  text-align: right;
  padding-bottom: 0;
}
.content .container .section3 .main-title {
  font-size: 42px;
  color: #3b3b3b;
  padding-bottom: 49px;
  text-align: center;
}
.content .container .section3 .sub-title {
  font-size: 24px;
  color: #3b3b3b;
  text-align: center;
  padding-bottom: 60px;
}
.content .container .section3 .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content .container .section3 .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 310px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  padding: 0 10px 41px;
  min-height: 258px;
}
.content .container .section3 .items .item .img {
  width: 310px;
  height: 110px;
  padding-bottom: 32px;
}
.content .container .section3 .items .item .title {
  font-size: 26px;
  color: #3b3b3b;
  padding-bottom: 36px;
  text-align: center;
}
.content .container .section3 .items .item .desc {
  color: #484a52;
  font-size: 15px;
}
.content .container .section3 .items .item .bottom {
  font-size: 16px;
  color: #ffc821;
  text-transform: uppercase;
}
.content .container .section3 .items .item .bottom span {
  margin-right: 11px;
  cursor: pointer;
}
.content .container .section3 .items .item .bottom img {
  width: 14px;
  height: 12px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  cursor: pointer;
}
.content .container .section3 .items .item .bottom.show-more {
  margin-top: 10px;
}
.content .container .section3 .items .item .bottom.show-more img {
  transform: rotate(180deg);
}
.content .container .section4 .main-title {
  font-size: 42px;
  color: #3b3b3b;
  padding-bottom: 50px;
  text-align: center;
}
.content .container .section4 .sub-title {
  font-size: 24px;
  color: #3b3b3b;
  padding-bottom: 33px;
}
.content .container .section4 .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .container .section4 .items .item {
  padding: 30px 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  width: 320px;
  height: 504px;
}
.content .container .section4 .items .item .img {
  width: 112px;
  height: 112px;
  padding-bottom: 28px;
}
.content .container .section4 .items .item .title {
  color: #3b3b3b;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 32px;
}
.content .container .section4 .items .item .desc {
  color: #3b3b3b;
  font-size: 18px;
  text-align: center;
  hyphens: auto;
}
