html,body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
a {
  text-decoration: none;
}
.edition {
  width: 1140px;
  margin: 0 auto;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.logo {
  display: flex;
  align-items: center;
}
.logo>img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.picb {
  background-image: url(/resource/friendcash/img/web_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.picb-1 {
  margin-right: 250px;
}
.slogen {
  font-size: 52px;
  font-weight: bold;
  color: #ffffff;
  width: 600px;
  text-shadow: 0 10px 27px #0c408e;
}
.slogen-1 {
  font-size: 22px;
  font-weight: 600;
  width: 600px;
  margin-top: 50px;
  text-shadow: 0 10px 27px #0c408e;
  color: #ffffff;
}
.top-title>a {
  color: #2e70d4;
  margin-left: 20px;
  font-weight: bold;
}
.top-title>.thisketu {
  color: #4b4343;
}
.feature h1 {
  color: rgb(17, 17, 17);
  text-align: center;
  margin: 2em 1em;
}
.feature-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-img1 {
  background: url(/resource/friendcash/img/c1.3f640d41.png) no-repeat;
    background-size: contain;
    width: 320px;
    height: 120px;
}
.feature-img2 {
  background: url(/resource/friendcash/img/c2.518c8c60.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 70px;
}
.feature-img3 {
  background: url(/resource/friendcash/img/c3.8d481211.png) no-repeat;
    background-size: contain;
    margin-top: 50px;
    width: 269px;
    height: 50px;
}
.feature-img4 {
  background: url(/resource/friendcash/img/c4.eae32e10.png) no-repeat;
    background-size: contain;
    margin-top: 50px;
    width: 363px;
    height: 188px;
}
.footer_1 {
  height: 72px;
  background: #021546;
  text-align: center;
  line-height: 72px;
  color: #ffffff;
}

.about_title {
      font-size: 60px;
      font-weight: bold;
      text-align: center;
      margin-top: 100px;
      margin-bottom: 50px;
    }
.about_content {
  display: flex;
}
.about_content>img {
  width: 480px;
  margin-right: 65px;
}
.about_title1 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 32px;
}
.about_title2 {
  font-size: 18px;
  line-height: 27px;
}

.about_area {
  margin-bottom: 200px;
}

.decooey {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.account-banner-area {
  min-width: 1230px;
  width: 100%;
  height: 300px;
  background-image: url(/resource/friendcash/img/friendcash_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.account-banner-area h1 {
  color: #ffffff;
  margin-top: 60px;
}
.account-banner-area h2 {
  color: #ffffff;
  margin-top: 10px;
}
.account-content {
  padding-top: 20px;
  box-sizing: border-box;
  flex: 1;
}

.policy-banner-area {
  min-width: 1230px;
  width: 100%;
  height: 300px;
  background-image: url(/resource/friendcash/img/friendcash_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.policy-banner-area h1 {
  color: #ffffff;
  margin-top: 60px;
}
.policy-banner-area h2 {
  color: #faf8f8;
  margin-top: 10px;
}

.permission-banner-area {
  min-width: 1230px;
  width: 100%;
  height: 300px;
  background-image: url(/resource/friendcash/img/permission_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.permission-banner-area h1 {
  color: #ffffff;
  margin-top: 60px;
}

.permission-banner-area h2 {
  color: #faf8f8;
  margin-top: 10px;
}
