    @charset "utf-8";
    /* CSS Document */
    
    *,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        font-size: 62.5%;
        color: #333;
        width: 100%;
        height: 100%;
        min-width: 640px;
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    }
    .sub-html{
        font-size: 80%;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    body {
        background-image:linear-gradient(to right top, #418EFF, #76C1FF);
    }
    
    .main {
        width: 95%;
        margin: 0 auto;
        height: 100%;
    }
    
    .header {
        padding-top: 2rem;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        color: #333;
        font-size: 3rem;
        height: 60px;
        line-height: 60px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .logo img {
        height: 100%;
        width: auto;
        margin-right: 1rem;
    }
    
    .menu {
        display: flex;
    }
    .menu a{
        display: inline-block;
        margin-left: 30px;
        height: 40px;
    }
    .menu a img{
        width: auto;
        height: 100%;
    }
    
    .content {
        margin-top: 3rem;
        padding:0 5%;
		position: relative;
		z-index: 3;
        display: flex;
        align-items: center;
        background: url(./img/pic_phone.png) top right no-repeat;
        background-position-x: 95%;
        background-size: auto 100%;
        height: 78%;
    }
    .contentleft{
        width: 55%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5%;
    }
    .contentright{
        width: 40%;
        float: right;
    }
    .contentright img{
        padding-left: 20%;
        width: 70%;
    }
    
    .content h3 {
        color: white;
        font-size: 5rem;
        font-weight: normal;
        line-height: 7rem;
        margin-bottom: 2rem;
    }
    
    .content p {
        color: white;
        font-size: 3.4rem;
        line-height: 5rem;
        word-break: break-all;
        word-wrap: break-word;
        word-break: normal;
    }
    
    .content a {
        display: block;
        width: 40rem;
        margin-top: 6rem;
    }
    
    .content a img {
        width: 100%;
    }
    
    .footer{
        height: calc(22% - 60px - 7rem);
        text-align: center;
    }
    .footer > div{
        color: #cccccc;
        font-size: 16px;
        height: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer > div > div{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .footer a{
        color: #fff;
        text-decoration: none;
    }
    .inline{
        display: flex;
        line-height: 20px;
        justify-content:space-between !important;
    }
    .inline .line{
        height: 0px;
        display: inline-block;
        width: 45%;
        border: .5px solid #cccccc;
    }
    .sub-body {
        background: #fff;
    }
    
    .privacy {
        padding: 5rem;
        color: #333;
    }
    
    .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: 3rem;
        line-height: 3rem;
        margin: 3rem 0 1rem;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .privacy h4 {
        /* color: #5cb1e6; */
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2rem 0 1rem;
    }
    
    .privacy a {
        color: #5cb1e6;
    }
    .privacy ul{
        padding-left: 2rem;
    }
    .privacy ul li{
        font-size: 1.6rem;
        list-style: disc;
    }
    @media screen and (max-height: 800px){
        .contentright img{
            padding-left: 40%;
            width: 50%;
        }
        .footer{
            height: auto;
        }
    }
    @media screen and (max-width: 1300px){
        .content{
            margin-top: 5rem;
        }
    }
    @media screen and (max-width: 640px) {
        html,
        body {
            min-width: 100%;
        }
        nav {
            display: block;
            padding: 0 1rem;
        }
        .menu {
            margin-top: 1rem;
        }
        .privacy {
            padding: 5rem 3rem;
        }
    }
	@media screen and (max-width: 1400px) {
		.phone-img{
			height: 55%;
		}
	}