html,
body {
  font-family: myFont, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #302e2e;
}

ul,li,p {
  margin: 0;
  padding: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}
.v {
  width: 1120px;
  margin: 0 auto;
}
.lelcue {
  display: flex;
  align-items: center;
}
.logo-area {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.logo-area>p {
  color: rgb(68, 171, 236);
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 2px gray;
}

.account_html {
  display: flex;
  flex-direction: column;
}

.header {
  min-width: 1120px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-shadow: 0 1px 2px 2px rgb(172, 167, 167);
  z-index: 1;
}

.header ul {
  display: flex;
  align-items: center;
}

.header li {
  margin-right: 30px;
}

.header a {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 18px;
  color: black;
}
.active a{
  color: rgb(0, 162, 255);
  text-shadow: 1px 1px 2px rgb(86, 193, 223);
}
.account_area {
  width: 100%;
  min-width: 1120px;
  font-size: 18px;
  padding-top: 30px;
  box-sizing: border-box;
  flex: 1;
}

footer {
  width: 100%;
  min-width: 1120px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #302e2e;
  color: #ffffff;
}
header ul {
  display: flex;
  align-items: center;
}

header li {
  margin-right: 30px;
}
.policy-header {
  z-index: 1;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  padding-bottom: 3px;
  box-sizing: border-box;
}
.policy-header .active>a {
  color: rgb(255, 157, 0);
}
.policy-header a {
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: block;
}
.chapter {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  flex:1;
}
.banner {
  width: 100%;
  height: 300px;
  background-color: #0493e0;
  box-sizing: border-box;
}
.banner>div {
  padding-top: 20px;
  box-sizing: border-box;
}
.terms {
  background-color: rgb(214, 222, 230);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.xcleuyt {
  width: 100%;
  min-width: 1120px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.oouey {
  min-height: 1100px;
  flex: 1;
}
.mainbg {
  width: 100%;
  min-width: 1120px;
  min-height: 962.3px;
  background: url(imgs/bg-color.png) no-repeat center center;
}
.ppcue {
  display: flex;
  justify-content: space-between;
  padding-top: 190px;
  box-sizing: border-box;
}
.ppcue>div {
  width: 45%;
}
.banner-img {
  width: 100%;
  display: block;
}
.ppcue-l {
  padding-top: 10px;
  box-sizing: border-box;
}
.ppcue-l>h1 {
  font-size: 45px;
  color: #ffffff;
  text-shadow: 2px 1px 5px gray;
  margin-bottom: 50px;
}
.jejtuc {
  font-size: 25px;
  color: #ffffff;
}

.permission-sjejeu {
  width: 100%;
  min-width: 1120px;
  height: 300px;
  background: url('imgs/permission-bg.jpg') no-repeat center center;
}
.permission-list {
  flex: 1;
  padding-top: 10px;
  box-sizing: border-box;
}
.permission-banner-title>h1 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}