html,body{
	height: 100%;
    width: 100%;
}
.content{
	color: #323232;
    font-size: 15px;
    padding: 15px;
    line-height: 30px;
    overflow-y:scroll;
    height:100%;
}
.content h1{
	font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
.content p{
    text-indent: 28px;
}
b{
    font-weight: bold;
}
u{
    font-style:italic;
}
a{
    word-break: break-word;
}
/* 个人信息收集清单 */
table {
    border: 1px solid;
    font-size: 13px;
    margin-top: 16px;
}
td {
    border: 1px solid;
    text-align: center;
}
.ywTable td:first-child{
    width: 20%;
}
.ywTable td:last-child{
    width: 80%;
}
.blue{
    color:#00A9F8;
}
.xxTable tr:nth-child(odd) td{
    background-color: #f5f5f5;
}
table tr th{
    border:1px solid #333;
    font-weight: bold;
}

.btnwrap{
    width: 100%;
    height:40px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn{
    width: 100%;
    height: 100%;
    background: #FF443F;
    border-radius: 20px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    border: none;
}