    @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;
	}
    body.index{
		background: url(img/phone.png),url(img/bg.png);
		background-repeat: no-repeat;
		background-position:  bottom 0vw right 16vw,center;
		background-size: auto,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;
    }
	a.terms-btn,a.privacy-btn{
		background: #8462FB;
		border-radius: 31px;
		text-align: center;
		font-size: 20px;
		color: #ffffff;
		display: inline-block;
		height: 52px;
		line-height: 52px;
	}
	.terms-btn{
		width: 203px;
	}
	.privacy-btn{
		width: 172px;
		margin-right: 50px;
	}
    .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: 20rem;
	}
	
    .title {
		width: 59rem;
    }
    
    .title h1 {
        font-size: 3rem;
        font-weight: 700;
    }
    .title p {
        font-size: 1.8rem;
        line-height: 3rem;
		color: #666666;
		margin-bottom: 2rem;
    }
	.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;
	}
	
	body.privacy-body{
		background: linear-gradient(to right,#FBEDFF,#E6F3FF);
	}
    .privacy {
        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,body{
			font-size: 60%;
		}
		body.index{
			background-position:  bottom 0vw right 10vw,center;
		}
		body .w{
			width: 80%!important;
		}
	}
	@media screen and (max-width: 1440px) {
		html,body{
			font-size: 50%;
		}
		body.index{
			background-position:  bottom 0vw right 0vw,center;
		}
		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;
        }
    }
