

html {
    font-size: 62.5%;
    font-family: "Microsoft yahei";
    font-size: calc(100vw/7.5);
    font-size: -webket-calc(100vw/7.5);
    -webkit-overflow-scrolling : touch;
    /*移动端网易适配*/
  }
  
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ol,
  ul,
  dl,
  dd,
  p,
  textarea,
  input,
  select,
  option,
  form {
    margin: 0;
    padding: 0;
  }
  
  body {
    -webkit-tap-highlight-color: transparent;
    font-size:14px;
    -webkit-overflow-scrolling : touch;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 500px;
  }
  
  ol,
  ul,
  textarea,
  input,
  option,
  th,
  td {
    padding: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    font-size: 100%;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  menu,
  nav,
  section {
    display: block;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
		width: 500px;
  }
  
  ul,
  ol {
    list-style-type: none;
  }
  
  .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .clearfix {*zoom:1;}
  .clear {
    clear: both;
    height: 0;
    overflow: hidden;
  }
  
  input[type=text],
  textarea {
    -webkit-appearance: none;
  }
  
  input:focus {
    -webkit-user-modify: read-write-plaintext-only;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  fieldset,
  img {
    border: 0;
  }
  
  img {
    display: block;
  }
  
  a {
    text-decoration: none;
  }
  
  a,
  textarea,
  input {
    outline: none;
    border: none;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  
  textarea {
    overflow: auto;
    resize: none;
  }
  
  * {
    box-sizing: border-box;
  }
  
  i {
    font-style: normal
  }
  
  b {
    font-weight: normal;
  }

.mt10 {

  margin-top: 0.10rem
}

.mt20 {

  margin-top: 0.20rem
}

.mt30 {

  margin-top: 0.30rem
}
.mt40 {

  margin-top: 0.40rem
}
.mt60 {

  margin-top: 0.60rem
}


/* // 消除ios边框有阴影 */
input{
        outline: none;
        -webkit-appearance:none; /*去除系统默认的样式*/
        -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 点击高亮的颜色*/

    line-height: 0.24rem !important;
}

.flexB{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tR{
    text-align: right;
}

[v-cloak]{
  display: none;
}

.mainCont .textBox{ /* 文字两端对齐 */ 
  text-align:justify;
  text-justify:inter-ideograph; 
  border-top:5px solid #F7F9FD;
  padding: 20px 15px;
}
.mainCont{
  padding:15px;
  font-size:14px;
  line-height:24px;
  color:#333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* padding-top: 48px; */
  /* 去掉公共头部 */
  padding-top:0!important;
}
.mainCont div{
  margin:0 0 20px;
}
.mainCont .title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
}
.mainCont .textBox p {
  margin:0 0 5px;
  font-size: 14px;
  word-wrap: break-word;
}
.mainCont .textBox .p1 {
  font-weight: bold;
  font-size: 15px;
}
.mainCont .textBox .p2 {
  font-weight: bold;
  font-size: 14px;
}
.mainCont .textBox .p3{
  margin-top: 30px;
  font-size: 14px;
}
.mainCont .textBox .p4{
  padding-left: 5px;
}
.mainCont .textBox .p5{
  padding-left: 20px;
  color:#666;
  font-size: 13px;
}
.publicCont{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height:calc(100vh - 68px);
  /* padding-top: 48px; */
  /* 去掉公共头部 */
  padding-top:0!important;
}
.articelBox{
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 365px);
  font-family: poppinsFont;
  border-top:5px solid #F7F9FD;
  
}
.articelBox .cont{
  width: 100%;
}
.articelBox .cont .title{
  color: #1b1b1b;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0 15px;
}
.articelBox .cont .time{
  font-size: 14px;
    color: #778e99;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8ecee;
    padding: 0 15px 10px;
}
.articelBox .cont .msg_html{
  padding: 0 15px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
  margin: 20px 0;
}
.articelBox .cont .msg_html .items{
  margin: 0 0 20px;
}
.articelBox .cont .msg_html .items .titTxt{
  color:#1b1b1b;
}
.articelBox .cont .msg_html .endText{
  color:#666;
}
.affiliated{
  border-top: 1px solid #ececec;
  padding: 20px 15px;
}
.affiliated .txtFont{
  text-align: center;
  padding: 20px 0;
}
.affiliated .txtFont .text1{
  font-size: 20px;
  font-weight: 700;
}
.affiliated .txtFont .text2{
  color: #666;
  font-size: 16px;
  margin: 15px 0 25px;
}
.affiliated .txtFont .text3{
  background: #585DFE;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 12px;
    padding: 8px 20px;
    display: table;
    font-size: 14px;
}
.affiliated .txtFont .text3 img{
  width: 22px;
  vertical-align: middle;
  display: inline-block;
}
.affiliated .txtFont .text3 span{
  vertical-align: middle;
  display: inline-block;
  margin:0 0 0 4px;
  color:#fff;
}
.affiliated .foot{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.affiliated .foot img{
    height: 28px;
}
.affiliatedTwo{
  padding: 10px 15px;
}
.affiliatedTwo span{
  font-size: 13px;
  color:#999;
  margin-right: 12px;
}
.van-nav-bar{
  max-width: 500px;
}
.van-nav-bar::after{
  display: none;
}
.loading{
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/  
  .mainCont {    
    /* padding:48px 0 0!important; */
    /* 去掉公共头部 */
    padding:0!important;
  }
	table {
		width: 120vw;
	}
}
@font-face {
  font-family: 'poppinsFont';
  src: url("/css/Poppins.otf");
  font-display:swap;
  font-weight:600;
  font-style:normal;
}  
table th{
  font-size: 13px;
  line-height: 16px;
  padding: 2px;
}
table td{
  font-size: 12px;
  line-height: 16px;
  padding: 4px;
}
table .four{
  text-align: center;
  width: 80px;
}

table .three{
  text-align: center;
  width: 60px;
}
table .two{
  text-align: center;
  width: 60px;
}
table .one{
  text-align: center;
  width: 68px;
}
table .five{
  text-align: center;
  width: 120px;
}

.content_text{
	margin-bottom: 15px;
}