    @charset "utf-8";
    /* CSS Document */
    
    *,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        /* font-size: 62.5%; */
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        min-width: 640px;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    /* body {
        
    } */
    
    .main {
        /* width: 95%; */
        padding: 0 5%;
        margin: 0 auto;
        min-height: 100%;
        background: url(img/phone.png), url(img/bg.png);
        background-size: auto,cover;
		background-repeat: no-repeat,no-repeat;
		background-position: right top;
    }
    
    .header {
        padding: 2rem 0;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        font-size: 1.625rem;
        /* line-height: 3rem; */
        display: flex;
        flex-direction: row;
        align-items: center;

    }
    
    .logo img {
        margin-right: 1rem;
		width: 5.625rem;
		height: 5.625rem;
    }
    
    .menu {
        display: flex;
    }
    
    .menu a {
        background: linear-gradient(90deg, #BCD9FF 0%, #00FFFB 100%);
        color: #1A1A1A;
        display: block;
        font-size: 1.6rem;
        border-radius: 37px;
        line-height: 3.125rem;
        padding: 0 2rem;
		margin-left: 3.125rem;
    }
    
    .menu a:hover {
        text-decoration: underline;
    }
    
    .content {
        margin-top: 5%;
    }
    
    .content h3 {
        font-size: 3.875rem;
        /* line-height: 7rem; */
		font-weight: normal;
        margin-bottom: 2rem;
		padding-left: 2.5rem;
		background: linear-gradient(90deg, #BCD9FF 0%, #00FFFB 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
    }
    .content div{
		padding-left: 5rem;
	}
    .content p{
        font-size: 1.625rem;
        line-height: 2.3125rem;
        word-break: break-all;
        word-wrap: break-word;
        word-break: normal;
		margin-bottom: 1.625rem;
		width: 48.9375rem;
		box-sizing: border-box;
    }
    .sub-body {
        background: #1A1A1A;
    }

    .footer{
        /* color: #000; */
        margin: 2rem 50px;
        margin-top: 4rem;
        text-align: center;
        line-height: 1.8rem;
    }
    
    .privacy {
        padding: 5rem;
        color: #fff;
    }
    
    .privacy h1 {
        text-align: center;
        font-size: 3rem;
        line-height: 6rem;
        margin-bottom: 2rem;
    }
    
    .privacy p {
        font-size: 1.6rem;
        line-height: 3.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: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #ffaaff;
    }

	@media screen and (max-width: 1500px) {
		.content p{
		  width: 36rem;
		  line-height: 2.3125rem;
		  font-size: 1.375rem;
		}
	}
    @media screen and (max-width: 640px) {
        .privacy {
            padding: 5rem 3rem;
        }
    }