*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


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

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    height: 466px;
    background: linear-gradient(180deg, #D2E8FF, #FFFFFF);
    box-sizing: border-box;
    padding-top: 24px;
}
.heraderBanner{
    width: 1200px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}
.headerBannerLeft>img{
    width: 68px;
    height: 68px;
}
.headerBannerRight ul{
    display: flex;
    gap: 30px;
    align-items: center;
}
.headerBannerRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
}
.Logins{
    display: block;
    width: 131px;
    height: 49px;
    background: #0561F0;
    border-radius: 6px;
    text-align: center;
    line-height: 49px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
}
.content{
    width: 1200px;
    /* height: 3000px; */
    margin: 0 auto;
    background: #0561F0;
    border-radius: 48px;
    margin-top: -300px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 46px;
    position: relative;
}
.contentImg{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 341px;
    height: 50px;
    margin-top: -24px;
    background-image: url(../images/privacyBanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 50px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
}
.contentBanner{
    width: 1160px;
    height: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 48px;
    padding: 30px;
    box-sizing: border-box;
}