html,
body {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

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

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

.v {
  width: 1120px;
  margin: 0 auto;
}

.header {
  min-width: 1120px;
  width: 100%;
  background:linear-gradient(90deg, blue, #ffffff) ;
}

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

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

.header a {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 20px;
}

.account_banner {
  min-width: 1120px;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  padding: 70px 0;
  box-sizing: border-box;
  background: linear-gradient(#4184dd,#29638d);
  min-height: 400px;
}
.account_content,.policy_content {
  padding-top: 30px;
  box-sizing: border-box;
  flex: 1;
}
.account_banner>h1 {
  font-size: 46px;
  color: #ffffff;
}

.top-header {
  min-width: 1120px;
  width: 100%;
  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;
  margin-bottom: 10px;
}
.top-header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header ul {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.top-header ul>li {
  margin-right: 20px;
  list-style: none;
}
.top-header a {
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.top-header .active a{
  color: #4184dd;
}
.main {
  min-width: 1120px;
  width: 100%;
  background-color: #f4f4f4;
  flex: 1;
}
.banner {
  min-width: 1120px;
  width: 100%;
  background: linear-gradient(#4184dd,#29638d);
  padding-top: 40px;
  padding-bottom: 400px;
  box-sizing: border-box;
  position: relative;
}
.ckeuuay {
  display: flex;
  justify-content: space-between;
}
.cheuuay-title {
  width: 45%;
  color: #ffffff;
  padding-top: 15px;
}
.cheuuay-r {
  flex: 1;
}
.banner-img {
  display: block;
  max-width: 1120px;
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}
.title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.desc {
  margin-top: 45px;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 30px;
}
.space {
  height: 350px;
}
.fjbeu {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 100px;
}
footer {
  min-width: 1120px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-color: #828282;
}
.logo {
  font-size: 25px;
}
.chapter {
  padding-top: 20px;
  box-sizing: border-box;
}

.steps {
  min-width: 1120px;
  width: 100%;
  background-color: rgba(65, 132, 221, 0.1);
  padding: 70px 0 130px 0;
  box-sizing: border-box;
}

.step-process {
  display: flex;
  justify-content: space-between;
}
.step-process-l {
  width: 40%;
  margin-right: 100px;
} 
.step-process-l>h1 {
  margin-bottom: 50px;
}
.step-process-desc {
  line-height: 1.5;
}
.step-process-item {
  margin-bottom: 60px;
  width: 600px;
}
.statement-ul {
  height: 51.5px;
}
