body {
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.beiw {
  width: 1236px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.pcrh {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.loaoey,.jjehehu {
  display: flex;
  justify-content: space-between;
}
.main {
  flex: 1;
  margin-bottom: 100px;
}
.jjehehu {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.loaoey > img {
  width: 60px;
  height: auto;
  display: block;
}
.loaoey>p {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}
.jjehehu>ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.jjehehu>ul li {
  margin-left: 25px;
}
.jjehehu>ul a {
  text-decoration: none;
  color: #4853A2;
}
.jjehehu>ul a:hover {
  color: #616477;
}
.banner-img {
  background-image: url(./img/banner_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 48.7%;
}
.pkeuus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.dmejuysl {
  width: 35%;
}
.dmejuysl > h1 {
  font-size: 35px;
  font-weight: bold;
}
.dmejuysr {
  flex: 1;
  padding-top: 50px;
  box-sizing: border-box;
}
.dmejuysr>p {
  margin-bottom: 30px;
  line-height: 28px;
  color: #696a70;
}

.coungtjeeu {
  color: #696a70;
}

footer {
  width: 100%;
  min-width: 1236px;
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
footer p {
  text-align: center;
  color: #ffffff;
}

.accountbanner {
  background-image: url(./img/banner_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-bottom: 20px;
}
.privacybanner {
  background-image: url(./img/banner_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-bottom: 20px;
}