    @charset "utf-8";
    /* CSS Document */
    
    *,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #1A1A1A;
        width: 100%;
        height: 100%;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        background: url(img/phone.png) no-repeat right 16vw top 8vh,linear-gradient(180deg, #F9FFFE 0%, #D3FFF8 100%);
		background-size: 39vw auto;
	}
    
    a {
		color: #1A1A1A;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .main {
        height: 100%;
        position: relative;
    }
    .w{
		width: 60%;
		margin: auto;
	}
    .header {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0;
    }
    .header span{
		font-size: 3rem;
    }
    .logo {
        font-size: 2.4rem;
        line-height: 3rem;
        display: flex;
        align-items: center;
    }
    
    .logo:hover {
        text-decoration: none;
    }
    
    .logo img {
        margin-right: 2rem;
    }
    
	.content{
		margin-top: 8%;
	}
	
    .title {
		width: 59rem;
    }
    
    .title h1 {
        font-size: 2.4rem;
        line-height: 5.5rem;
        font-weight: 500;
		margin-bottom: 2rem;
    }
    .title p {
        font-size: 1.8rem;
        line-height: 3rem;
		color: #666666;
    }
	.title img{
		width: 80%;
	}
    .title a {
        margin-top: 6rem;
        display: inline-block;
    }
	
	.footer{
		width: 100%;
		padding: 2rem 0;
		text-align: center;
		font-size: 2.2rem;
		position: absolute;
		bottom: 0;
		line-height: 4rem;
	}
    .footer a{
		color: #039B9C;
		text-decoration: underline;
	}
	.footer a:hover{
		text-decoration: none;
	}
	
    .privacy {
		background: linear-gradient(180deg, #F9FFFE 0%, #D3FFF8 100%) no-repeat;
		background-attachment: fixed;
        padding: 5rem 8rem;
        color: #1A1A1A;
    }
    
    .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: 5rem 0 1rem;
    }
    
    .privacy h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 3rem 0 1rem;
    }
    
    .privacy .part {
        padding-top: 2rem;
    }
    
    .privacy a {
        color: #aa55ff;
		font-weight: bold;
    }
	@media screen and (max-width: 1700px) {
		html{
			font-size: 60%;
		}
		body .w{
			width: 80%!important;
		}
	}
	@media screen and (max-width: 1440px) {
		html{
			font-size: 50%;
		}
		body .w{
			width: 80%!important;
		}
/* 		.content{
			margin-top: 4%;
		} */
		.title img{
			width: 60%;
		}
	}
	@media screen and (max-height: 900px) {
		.content{
			margin-top: 4%;
		}
	}
    @media screen and (max-width: 640px) {
		html{
			font-size: 45%;
		}
        .header {
            display: block!important;
        }
        .menu {
            margin-top: 2rem;
            text-align: center;
        }
        .content {
            position: relative;
            top: 2rem;
            right: 15%;
            display: block;
        }
        .title a img {
            width: 100%;
        }
        .pic {
            display: block;
            width: 100%;
            margin: 5rem 0 0 -7%;
        }
        .privacy {
            padding: 5rem 3rem;
        }
    }
