    @charset "utf-8";
    /* CSS Document */
    
    *,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        /* min-width: 640px; */
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    body {
        background: url(img/bg.png) no-repeat;
        background-size: cover;
    }
    
    .main {
        margin-top: 4.4rem;
		margin-left: 18.9rem;
    }
    .main img{
		width: 49rem;
	}
    .header {
        padding: 3.7rem 0;
    }
    
    .menu {
        display: flex;
		justify-content: flex-end;
    }
    
    .menu a {
        color: #FFFFFF;
        display: block;
        font-size: 2.8rem;
        line-height: 4rem;
        margin-right: 21rem;
    }
    
    .menu a:hover {
        text-decoration: underline;
    }
    
    .phone {
		position: absolute;
		right: 0;
		bottom: 0;
        height: 80%;
		width: 67.2rem;
		margin-right: 17.4rem;
       background: url(img/yangji.png) no-repeat right center;
        background-size: auto 100%;
    }
    
    .sub-body {
        background: #ffffff;
    }
    
    .privacy {
        padding: 5rem;
        color: #000000;
    }
    
    .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;
		padding-bottom: 1.6rem;
        margin: 3rem 0 1rem;
		border-bottom: #cccccc solid 1px;
    }
    
    .privacy h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #fff;
    }
	@media screen and (max-width: 1600px){
		.phone{
			  height: 70%;
		  }
		.main img{
			width: 40rem;
		}
	}
	@media screen and (max-width: 1440px){
		.phone{
			  height: 60%;
		  }
		.main img{
			width: 35rem;
		}
	}