/* 协议排版相关样式 */

body {
  background-color: #fff;
  line-height: 1.75;
  padding: .20rem;
}

a {
  color: #fd4965;
  text-decoration: none;
}

h1 {
  font-size: .22rem;
  margin: 0 0 .15rem 0;
  text-align: center;
  padding-top: .15rem;
}

strong {
  font-size: .15rem;
}

/*em {*/
/*    font-weight: bold;*/
/*}*/

/*u {*/
/*    font-style: italic;*/
/*}*/

p,
li {
  margin: .11rem 0;
  text-indent: .18rem;
}

section {
  /* text-align: justify; */
}

section {
  padding-top: .20rem;
}

#back {
  position: fixed;
  background-image: url('../images/arrow-back.png');
  background-size: 100% 100%;
  width: .40rem;
  height: .40rem;
  left: .08rem;
  top: .1rem;
  background-color: rgba(0, 0, 0, .03);
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  #back {
    top: .55rem;
  }

  /* body {
      padding: .20rem;
  } */
}

.important {
  border: 1px solid #333;
  padding: 0 .11rem;
  margin: .11rem 0;
  background-color: #eee;
}

.model {
  border: 1px solid #333;
  padding: 0 .11rem;
  margin: .11rem 0;
  background-color: #f2f2f2;
}

.model h1 {
  font-size: .16rem;
  text-align: center;
  margin: 0 0 .1rem 0;
  padding-top: .1rem;
}

ul.list {
  list-style: unset;
  padding-left: .4rem;
}

ul.list > li {
  list-style: unset;
}

.table-scroll-wrap{
  width: 100%;
  overflow-x: auto;
}
table{
  width: 100%;
  table-layout: fixed;
}