    @charset "utf-8";
	@font-face {
		font-family: "SansSerifBldFLF";
		src: url(img/SansSerifBldFLF.otf);
	}
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        /* font-size: 62.5%; */
        color: #333333;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
        overflow: hidden;

    }
    body.main{
		background: url(img/bg.png),url(img/bgcolor.png);
		background-repeat: no-repeat;
		background-position: 90% 60%,0;
		background-size: auto 70%,cover;
	}
	
    a {
        text-decoration: none;
		color: #7E85F4;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .header {
/*        position: fixed;
        top: 0;
        left: 0px;
        z-index: 999;
        */
		width: 100%;
		padding: 30px 0;
    }
    
    .w {
        width: 80%;
        margin: 0 auto;
    }
    
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
		font-size: 1.5rem;
    }
	.logo img{
		margin-right: 1.25rem;
	}
    .menu {
        display: flex;
    }
    .menu li:last-child {
        margin-left: 5rem;
    }
    
    .menu a {
        color: #333333;
        display: block;
        font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none;
    }
    
   .menu a:hover{
	   text-decoration: underline;
    }
    
    .container {
        margin-top: 9.25rem;
    }
    
    .content {
		margin-bottom: 10rem;
		font-size: 3.125rem;
        height: 100%;
		line-height: 200%;
		width: 48rem;
        overflow: hidden;
		font-family: "SansSerifBldFLF";
		font-weight: bold;
    }
    .download-btn{
		margin-top: 4.0625rem;
		margin-left: 5.25rem;
	}
    .contact{
		text-align: center;
		font-size: 2rem;
		color: #615E7D;
	}
	.contact p{
		margin-bottom: 0.625rem;
		font-size: 1.125rem;
	}
    p.contact-title{
		font-size: 1.75rem;
		font-weight: bold;
	}
	.footer{
		color: #615E7D;
		font-size: 1.125rem;
		/* margin-top: 3rem; */
	}
	.footer a{
		color: #615E7D;
	}
	
	
    body.privacy-body {
        overflow: auto;
		background: url(img/bgcolor.png);
    }
    
    .privacy {
        padding: 5rem 4rem;
        color: #2C1A1A;
    }
    
    .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: #55aaff;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .privacy a:hover {
        text-decoration: none;
    }
	.privacy .bold{
		font-weight: bold;
	}
	
	@media screen and (max-width:1560px) {
		.content {
			font-size: 2.6rem;
			margin-bottom: 12rem;
		}
	}
	
	@media screen and (max-width:1440px) {
		.w{
			width: 90%;
		}
		.content {
			font-size: 2.4rem;
			margin-bottom: 13rem;
		}
		body.main{
			background-position: 100% 60%,0;
		}
	}