@charset "gb2312";
.fl {
  float: left;
}

.fr {
  float: right;
}

.module-section {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.module-section .btitle {
  font-size: 1.33333rem;
  color: #4e4e4e;
  line-height: 3.33333rem;
  padding: 0 1.11111rem 0 1.11111rem;
  border-bottom: 1px solid #ededed;
}

.low_color {
  color: #14b610;
}

.high_color {
  color: #ff800f;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: Microsoft Yahei, sans-serif;
}

.agreePage {
  color:#1f1f1f;
  padding: 1.48148rem 1.11111rem 1.85185rem;
}
.pageTitle{
  text-align: center;
  margin-bottom:1rem;
}
.agreePage .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.11111rem;
}
.agreePage .biaoti {
  font-size: 1.11111rem;
  font-weight: bold;
  margin:2rem 0 0.5rem 0;
}
.agreePage p {
  line-height: 1.6rem;
  font-size: 0.96296rem;
  text-align: justify;
}


/* 隐私政策 */
.privacyPage{
  color:#1f1f1f;
  padding: 1.48148rem 1.11111rem 1.85185rem;
}
.privacyPage .title{
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 1rem;
  }
.privacyPage p{
  color: #666;
  font-size:0.88rem;
  line-height: 1.5625rem;
  text-align: justify;
}
.privacyPage div{
  line-height: 1.6rem;
  font-size: 0.88rem;
  color: #222;
}
.privacyPage h2.mt90{
  font-size:1.2rem;
  margin:1.8rem 0 1rem 0;
}
.privacyPage h3.biaoti{
  font-size: 1rem;
  font-weight: bold;
  padding: 1.4rem 0 0.6rem 0;
}
h3.biaoti.pt0{
  padding-top:0;
}
p.mt1{
  margin-top:1rem;
}
.tips{
  margin:1.2rem 0 1.2rem 0;
}
.underline{
    text-decoration: underline;
    font-weight: bold;
}
.appenddix-box{
	color: #666;
}
.appenddix-box .table-wrap {
	width: 1000px;
	overflow-x: auto;
}
.appenddix-box .table-box {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.appenddix-box td {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	text-align: center;
}
.appenddix-box td p{
	text-align: center;
}
.appenddix-box .td-1, .appenddix-box .td-2 {
	width: 20%;
}
.appenddix-box  .td-3,.appenddix-box  .td-4 {
	width: 30%;
}
