    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
		background-color: #FFF1C8;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
    }
	
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
	.main img.bg{
		width: 100%;
	}
	.main header{
		top: 0;
		left: 0;
		padding-top: 2.125rem;
		width: 100%;
		position: absolute;
		z-index: 3;
	}
	.main header .content{
		max-width: 75rem;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.main header .content a{
		color: #fff;
	}
	.main header ul{
		overflow: hidden;
	}
	.main header li{
		float: left;
		margin-left: 30px;
	}
	.main .btn{
		z-index: 1;
		position: absolute;
		height: 43.75rem;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.privacy {
		color: #A15E1D;
	    padding: 3rem 3rem;
	}
	.privacy ul,
	.privacy li {
	    list-style: disc;
		list-style-position: inside;
	}
	.privacy h1 {
	    text-align: center;
	    font-size: 2rem;
	    line-height: 3rem;
	    margin-bottom: 2rem;
	}
	
	.privacy p {
	    font-size: 1.1rem;
	    line-height: 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: 1.5rem;
	    line-height: 2rem;
	    margin: 2rem 0 1rem;
	}
	.privacy h5 {
		color: #A15E1D;
	    font-size: 1.1rem;
	    line-height: 2rem;
	    margin: 2rem 0 1rem;
	}
	.privacy a {
	    color: #000;
	    font-weight: bold;
	    text-decoration: underline;
	}
	
	.privacy a:hover {
	    text-decoration: none;
	}
    @media screen and (max-width: 1366px){
    	.main .btn{
    		height: 25rem;
    	}
    	.main .btn img{
    		width: 18.75rem;
    	}
    }
	@media screen and (min-width: 1366px) and (max-width: 1439px){
		.main .btn{
			height: 30rem;
		}
		.main .btn img{
			width: 18.75rem;
		}
	}
	@media screen and (min-width: 1440px) and (max-width: 1599px){
		.main .btn{
			height: 30rem;
		}
		.main .btn img{
			width: 24rem;
		}
	}
	@media screen and (min-width: 1600px) and (max-width: 1800px){
		.main .btn{
			height: 36rem;
		}
		.main .btn img{
			width: 24rem;
		}
	}