* {
    padding: 0;
    margin: 0;
}
.w {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.top {
    width: 100%;
    height: 60px;
    background-color: #251744;
}
.header {
    display: flex;
    position: relative;
}
.logo {
    width: 40px;
    height: 40px;
    margin: 10px 0;
}
.list {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
li {
    list-style: none;
    color: #fff;
    flex-direction: column;
    margin: 18px 15px;
}
a {
    color: #fff;
    text-decoration: none;
}
.center {
    width: 100%;
    height: 800px;
    /* background-color: pink; */
}
.bottom {
    width: 100%;
    height: 200px;
    background-color: #251744;
    margin-top: 1200px;
}
.about {
    position: relative;
}
.right {
    position: absolute;
    top: 40px;
    right: 20px;
}
.copy {
    text-align: center;
    color: #666;
}
.h4Style {
    text-align: center;
    color: #fff;
}
p {
    /* text-align: center; */
    padding: 10px;
    color: #fff;
}
.title {
    text-align: center;
    margin: 20px 0;
}
.banner {
    width: 100%;
    height: 400px;
    position: relative;
}
.bannerImg {
    width: 100%;
    height: 700px;
}
.bannerTitle {
   position: absolute;
   top: 220px;
   left: 300px;
   color: #fff;
}
.content {
    height: 300px;
    margin-top: 320px;
}
.contentList {
    display: flex;
}
.contentList li {
    flex-direction: column;
    width: 25%;
    color: #000;
}
.contentList li p {
    color: #000;
}
.title {
    color: #000;
}
.contentLi img{
    width: 150px;
    height: 150px;
}
.pStyle {
    color: #666;
    font-size: 14px;
}
.loanDe {
    background-color: #f8fcff;
    margin-top: 100px;
    height: 500px;
}
h1 {
    text-align: center;
    padding-top: 100px;
}
.loanDeStyle {
    color: #666;
    text-align: center;
    /* margin-top: 0px; */
}
.loanDe ul {
    display: flex;
}
.loanDe ul li {
    flex-direction: column;
    width: 50%;
    background-color: #fff;
    border-radius: 20px;
    height: 100px;
    position: relative;
}
.loanDe ul li img {
    width: 120px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
}
.btn {
    position: absolute;
    top: 520px;
    left: 520px;
    width: 150px;
    height: 50px;
    background: rgba(247, 88, 15, 0.3);
    /* background-color: #000000; */
    font-size: 700;
    border: 0;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}
.download {
    width: 200px;
    height: 60px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    border: 0;
}
.left {
    position: absolute;
    top: 40px;
    left: 20px;
}
.poxStyle {
    text-align: center;
    color: #666;
    margin-top: 20px;
}
/* h4 {
    text-align: center;
} */