@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    /* font-size: 62.5%; */
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
    /* overflow: hidden; */
}

a {
    text-decoration: none;
    color: aliceblue;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main{
    width: 100%;
    background: url("./img/zhuyemian.png") 0 0 no-repeat;
    background-size: 100% auto;
    background-color: #EAF1FF;
}

.header{
    line-height:80px;
    text-align:right;
}
.header a{
    margin:0 50px;
}

.content{
    padding:0 80px;
}
.content1{
    margin-top:50px;
}
.content1 p:first-child img{
    width:15%;
}
.content1 p:nth-child(2) img{
    width:40%;
}
.content1 p:nth-child(3){
    color:white;
    font-size:35px;
    margin:30px 0;
}
.content1 p:nth-child(4) img{
    width:25%;
    margin-top:20px;
}

.content2{
    margin-top:200px;
    background-color:white;
    padding:50px;
    border-radius:20px;
    display: flex;
}
.content2left{
    border-radius: 20px;
    display: flex;
    background-color: #EAF1FF;
    padding: 50px;
    width:60%;
    flex-direction: column;
    justify-content: space-evenly;
}
.content2left h3{
    font-size:35px;
}
.content2left > div{
    margin:30px 0px;
    display: flex;
    align-items: center;
}
.content2left > div > div{
    font-size:25px;
    font-weight:bold;
    line-height:40px;
}
.content2left img{
    width:40px;
    margin-right:50px;
    vertical-align: middle;
}


.content2right{
    width:30%;
    padding:50px;
}
.content2right img{
    width:100%;
}

.content3 > div:first-child{
    margin:50px 0;
}
.content3 > div:first-child div{
    background:url("./img/welcome.png") 0 0  no-repeat;
    background-size:auto 100%;
    line-height:80px;
    color:white;
    font-size:30px;
    padding-left:75px;
}
.content3 > div:nth-child(2){
    display: flex;
    align-items: flex-start;
}
.content3left{
    width:50%;
}
.content3left img{
    width:100%;
}
.content3right{
    margin-top:60px;
    width:50%;
    padding-left:20px;
}
.content3right div:first-child{
    font-size:30px;
    line-height:40px;
    padding:20px 30px;
    background-color:#4439FF;
    color:white;
    border-radius:15px 15px 15px 0px;
}
.content3right div:nth-child(2){
    width:0px;
    height:0px;
    border:10px solid #4439FF;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}

.footer{
    padding:80px 0;
    text-align:center;
}
.footer p{
    font-size:28px;
    line-height:40px;
}
.footer a{
    color:#363dfc;
}

.privacy {
    padding: 3rem 3rem;
    color: #000;
}

.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 2rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}

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

.privacy a:hover {
    text-decoration: none;
}
.privacy .bold{
    font-weight: bold;
}
/* @media screen and (max-width: 1680px){
  .contact{
      margin-left: -300px;
  }
} */
@media screen and (max-width: 960px){
    .privacy {
        padding: 1rem 2rem;
        color: #000;
    }
    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}