@charset "UTF-8";
/**
 *
 * @authors liaoxinyu (2458006757@qq.com)
 * @date    2018-08-24 17:33:40
 * @version $Id$
 */
html {
  height: 100%
}
body {
  font-family: PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  -webkit-tap-highlight-color: rgba(26,26,26,0);
  display: block;
  height: 100%;
  margin: 0;
  background: #ffffff;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%
}
.nav-bar {
  width: 100%;
  height: 48px;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #EFEFEF;
  z-index: 1001;
  font-family: HelveticaNeue-Medium;
}
.back-div {
  height: 100%;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000
}
#back {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.nav-bar-title {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999
}
.container {
  width: 100%;
  padding: 20px 0;
}

.p-title {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  width: 90%;
  text-align: left;
  margin: 8px auto;
}
.content {
  color:rgba(48,48,48,1);
  font-weight:400;
  font-size: 12px;
  width: 90%;
  text-align: left;
  margin: 8px auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.container1 {
  padding: 12px;
}

.container1 p {
  word-break: break-all;
}

h1 {
  color: #303030;
  font-size: 15px;
  margin-bottom: 17px;
  line-height: 26px;
}

p, table {
  font-size: 13px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
}

th {
  text-align: center;
}
/* .col0 {
	width: 10%;
}
.col1 {
	width: 18%;
}
.col2 {
	width: 40%;
}
.col3 {
	width: 22%;
}
.col4 {
	width: 10%；
} */
td {
  padding: 4px;
  box-sizing: border-box;
}

span {
  text-decoration: underline;
  font-weight: 700;
}

/*.content {*/
/*  margin-bottom: 30px;*/
/*}*/

hr {
  background: transparent;
  border: none;
  margin: 0;
  height: 10px;
}

table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-spacing: 0;
}

tr {
  color: #333;
  width: 100%;
}
tr:first-child {
  padding-top: 0;
}
tr td:first-child {
  width: 20vw;
}
td, th {
  padding: 2px;
  width: 35vw;
  height: infinite;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  word-break: break-all;
}