
/*完美解决css3 web-safe字体各种浏览器兼容问题*/

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.agreeCon {
  padding: 0 1em 1em 1em;
  height: 100vh;
  width:100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.p_2 {
  text-indent: 0em;
  padding:0;
  margin:0;
  color: #494949;
  margin-top: 1em;
  line-height: 1.5em;
  word-wrap:break-word;
  word-break:break-all;
}
.sp_f {
  font-weight: bold;
}
.p_t2 {
  text-indent: 2em;
  color: #494949;
  margin-top: 1em;
  line-height: 1.5em;
  word-wrap:break-word;
  word-break:break-all;
}
.ubb_73a8ec {
  border-bottom: 1px solid #73a8ec;
}
.p_h {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
}
.c_wh {
  background-color: white;
}

.agreeTitle {
  /*line-height: 3em;*/
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.tx-c {
  text-align: center;
}
.grayLine {
  border-bottom: 1px solid #f3efef;
  margin-bottom: 1em;
}
.blod_t {
  margin-top: 1em;
}

table.nf-table tbody tr td, table.nf-table thead tr th {
  border:1px solid #666;
  padding: 0.5rem 0.2rem;
  color:#666;
}
table.nf-table tbody tr td p {
  margin:0;
}
table.nf-table {
  width:100%;
  border-collapse: collapse;
  margin: 1rem 0;
  border-spacing: 0px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.sub-bottom {
  vertical-align: sub;
}
.bold, .fwb {
    font-weight:bold
}

