    @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/img_1.png") top right no-repeat,
        url("./img/bg_round_1.png") left -500% no-repeat,
        url("./img/bg_round_2.png") right 650% no-repeat,
        url("./img/bg_round_3.png") left 1320% no-repeat;
        background-size: auto 70%, 30% 120%,auto 70%,auto 80%;
    }

    .header {
        height: 15%;
		padding: 0 15%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .headerleft img{
        width: 60px;
        vertical-align: middle;
    }
    .headerleft > div{
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
    }
    .headerleft span{
        font-size: 15px;
    }
    .headerright a{
        text-decoration: underline;
        padding-left: 30px;
    }

    .contentBox{
        padding: 0 15%;
        height: 60%;
        display: flex;
        align-items: center;
    }
    .contitle{
        padding: 10px 0px;
        padding-left: 10%;
    }
    .contitle img{
        height: 50px;
        vertical-align: bottom;
    }
    .contitle span{
        padding-left: 10px;
        font-size: 22px;
        font-weight: bold;
        color: #D56B41;
        line-height: 40px;
    }
    .conleft p {
        padding: 10px 0;
    }
    .download{
        display: flex;
        justify-content: space-between;
        padding: 10% 0;
        padding-right: 50px;
    }
    .download .btn{
        background-color: #5D43A2;
        border-radius: 10px;
        display: inline-block;
        color: white;
        padding: 8px 15px;
        text-align: center;
        font-size: 14px;
    }
    .download .btn img{
        height: 35px;
        vertical-align: middle;
    }

    .conright{
        text-align: center;
    }
    .conright img{
        width: 100%;
    }
    .footer{
        display: flex;
        height: 30%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url("./img/bg_bottom.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .footer h3{
        color: white;
    }
    .footer p{
        color: #888888;
        padding-top: 30px;
    }


    .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%;
        }
	}