    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #FFFFFF;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
        overflow: hidden;

    }
    body.main{
		background: url(img/bg.png) right 20rem bottom 13rem,url(img/bgAll.png);
		background-repeat: no-repeat;
		background-size: auto 70%,auto;
	}
	
    a {
        text-decoration: none;
		color: #FFFFFF;
    }
    
    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: 95%;
        margin: 0 auto;
    }
    
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
		color: #FFFFFF;
		font-size: 2.5rem;
    }
	.logo img{
		margin-right: 2rem;
	}
    .menu {
        display: flex;
    }
    .menu li{
		padding: 0.5rem 2rem;
		border-radius: 2rem;
		transition: border-radius 1s;
	}
	.menu li:hover{
		border-radius: 0.5rem;
	}
    .menu li:last-child {
        margin-left: 5rem;
    }
    
    .menu a {
        display: block;
        font-size: 2.6rem;
    }
    
   .menu a {
        text-decoration: none;
    }
    
    .content {
		font-size: 4rem;
		width: 65.75rem;
        overflow: hidden;
		margin-left: 22rem;
		text-align: center;
		padding-top: 16rem;
		padding-bottom: 21.2rem;
    }
    .download-btn{
		margin-top: 6.25rem;
		width: 42.1rem;
		height: 6.6rem;
		line-height: 6.6rem;
		background-size: cover;
		color: #FFFFFF;
		font-size: 2rem;
		display: inline-block;
		background: linear-gradient(124deg, #7F5ED5 0%, #57C9D8 100%);
		border-radius: 1.75rem;
	}
    .contact{
		text-align: center;
		font-size: 2rem;
		margin-top: 6rem;
	}
	.contact p{
		margin-top: 2.083333rem;
	}
	.contact a{
		color: #0085FF;
		font-size: 2.4rem;
	}
    .contact-title{
		font-size: 3rem;
	}
	.footer{
		font-size: 2rem;
		margin-top: 4rem;
	}
	
	
    body.privacy-body {
        overflow: auto;
		background: #1F232C;
		/* background: url(img/bgAll.png); */
		background-attachment: fixed;
    }
    
    .privacy {
        padding: 5rem 4rem;
		padding-top: 3rem;
        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: #0085FF;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .privacy a:hover {
        text-decoration: none;
    }
	.privacy .bold{
		font-weight: bold;
	}
	
	/* @media screen and (min-width: 600px){
		
	}
	@media screen and (min-width: 800px) and (max-width: 959px){
		
	}
	@media screen and (min-width: 960px) and (max-width: 1023px){
		
	}
	@media screen and (min-width: 1024px) and (max-width: 1049px){
		
	}
	@media screen and (min-width: 1050px) and (max-width: 1151px){
		
	}
	@media screen and (min-width: 1152px) and (max-width: 1279px){
		
	}
	@media screen and (min-width: 1280px) and (max-width: 1359px){

	}
	@media screen and (min-width: 1360px) and (max-width: 1366px){
	  
	}
	@media screen and (min-width: 1400px) and (max-width: 1439px){
	  
	}
	@media screen and (min-width: 1440px) and (max-width: 1599px){
	    
	} */
	@media screen and (max-width : 1680px){
		body.main{
			background: url(img/bg.png) right 10rem bottom 13rem,url(img/bgAll.png);
			background-repeat: no-repeat;
			background-size: auto 70%,auto;
		}
	}
	@media screen and (max-width: 1366px){
	  body.main{
	  	background: url(img/bg.png) right 5rem bottom 13rem,url(img/bgAll.png);
	  	background-repeat: no-repeat;
	  	background-size: auto 70%,auto;
	  }
	}
	@media screen and (max-width: 1280px){
		body.main{
			background: url(img/bg.png) right 2rem bottom 18rem,url(img/bgAll.png);
			background-repeat: no-repeat;
			background-size: auto 60%,auto;
		}
		.content {
			font-size: 3rem;
			width: 65.75rem;
		    overflow: hidden;
			margin-left: 13rem;
			text-align: center;
			padding-top: 16rem;
			padding-bottom: 21.2rem;
		}
		.download-btn{
			margin-top: 6.25rem;
			width: 36rem;
			height: 6.6rem;
			line-height: 6.6rem;
			background-size: cover;
			color: #FFFFFF;
			font-size: 2rem;
			display: inline-block;
			background: linear-gradient(124deg, #7F5ED5 0%, #57C9D8 100%);
			border-radius: 1.75rem;
		}
		.contact{
			text-align: center;
			font-size: 1.6rem;
			margin-top: 6rem;
		}
		.contact p{
			margin-top: 2.083333rem;
		}
		.contact a{
			color: #0085FF;
			font-size: 2rem;
		}
		.contact-title{
			font-size: 2.4rem;
		}
	}