.main{
		width: 100%;
		background: #fff;
		margin-top: 3.75rem;
	}
	.privacy{
		box-sizing: border-box;
		width: 80%;
		margin-left: 10%;
		/* font-family: frutigernext,Microsoft YaHei,Arial,Helvetica,sans-serif; */
   		font-size: 1rem;
   		line-height: 1.75rem;
   		color: #333;
	}
	.privacy .title{
		text-indent: 2em;

	}
	.privacy .list{
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	.privacy .list li{
		line-height: 1.875rem;
    	text-align: -webkit-match-parent;
	}
	.privacy .list li:nth-last-child(1){
		line-height: 1.875rem;
    	text-align: -webkit-match-parent;
    	margin-bottom: 1.25rem;
	}
	.privacy h1{
		font-weight: 700;
		font-size: 1.875rem;
    	line-height: 3rem;
   		margin-top: 0;
	}
	.privacy h2{
	    font-weight: 400;
	    font-size: 1.5rem;
    	letter-spacing: .0625rem;
	    display: block;
	    -webkit-margin-before: 0.83em;
	    -webkit-margin-after: 0.83em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	}
	.privacy p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	}
	.privacy .banner{
		margin-top: .3125rem; 
		 margin-bottom:.3125rem; 
		 font-size: 1rem;
		 line-height: 2.5rem; 

	}
	.privacy .banner li{
		display: inline-block;

	}
	.privacy .banner li a{
		color: #333;
		text-decoration:none
	}
	.privacy .banner li a:hover{
		color: #00f;
	}
	.privacy .anyone li:nth-last-child(1){
		line-height: 1.875rem;
    	text-align: -webkit-match-parent;
    	margin-bottom: 1.25rem;
	}
.privacy a {
	text-decoration: underline;
	color: #F9A244;
}
