    @charset "utf-8";
    /* CSS Document */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        /* font-size: 62.5%; */
        color: #000;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
        /* overflow: hidden; */
    }
	
    a {
        text-decoration: none;
		color: #000;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .main{
        background-color: white;
        background: url("./img/bg_one.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }

    .header {
        height: 10%;
		padding: 0 30% 0 50px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .headerleft img{
        width: 40px;
        vertical-align: middle;
    }
    .headerleft > div{
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        font-size: 1.3rem;
    }
    .headerleft span{
        font-size: 15px;
    }
    .headerright a{
        font-weight: bold;
        padding-left: 30px;
        font-size: 1.3em;
    }

    .content{
        height: 90%;
        box-sizing: border-box;
        padding-top: 8%;
        background: url("./img/yangji.png") 90% no-repeat;
        background-size: auto 100%;
    }
    .contenttop img:first-child{
        vertical-align: middle;
        height: 10rem;
        padding: 0 60px 0 50px;
    }

    .contenttop img:nth-child(2){
        vertical-align: middle;
        height: 3.5rem;
    }

    .contentbot{
        text-align: center;
        padding-left: 2rem;
    }
    .contentbot div{
        width: 36rem;
        height: 12rem;
        background: url("./img/button.png");
        background-size: 100% 100%;
    }
    .contentbot div a{
        display: inline-block;
        width: 100%;
        height: 100%;
        padding-top: 4.1rem;
        font-size: 1.6rem;
        color: white;
    }
    .bg{
        width: 100%;
        height: 100%;
    }
    .bg img{
        width: 100%;
        height: 100%;
    }


    .privacy {
        padding: 3rem 3rem;
        color: #000;
    }
    
    .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 a {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .privacy a:hover {
        text-decoration: none;
    }
	.privacy .bold{
		font-weight: bold;
	}
	/* @media screen and (max-width: 1680px){
	  .contact{
		  margin-left: -300px;
	  }
	} */
	@media screen and (max-width: 960px){
		.privacy {
		    padding: 1rem 2rem;
		    color: #000;
		}
		.privacy h1 {
		    font-size: 2rem;
		    line-height: 3rem;
		}
		.privacy p {
		    font-size: 1rem;
		    line-height: 2rem;
		    margin-top: 1rem;
		}
	}

    @media screen and (max-height: 650px){
		.contentBox{
            height: 90%;
        }
	}