.pages {
  padding: 0 0.85333333rem;
}
#module {
  display: none;
}
::-webkit-scrollbar {
  width: 0;
}
#header {
  padding: 0 0.85333333rem;
  background-color: #ffffff;
  position: relative;
}
#header .title {
  display: inline-block;
  margin-top: 0.4rem;
  color: #1a1a1a;
}
#header p.des {
  margin-top: 0;
}
#header .report {
  width: 2.66666667rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: 1px solid #ff8b03;
  border-right: none;
  position: absolute;
  right: 0;
  top: 0.64rem;
  border-top-left-radius: 0.32rem;
  border-bottom-left-radius: 0.32rem;
  overflow: hidden;
}
#header .report a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0.37333333rem;
  text-align: center;
  color: #ff8b03;
}
#pages {
  padding-top: 1.06666667rem;
  box-sizing: border-box;
  max-height: 76.5%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.open-button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1.06666667rem;
  width: 100%;
  font-size: 0.4rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #ffffff 60%, #FFFFFF 100%);
  text-align: center;
  z-index: 10;
}
.open-button span {
  display: inline-block;
  margin-top: 1.06666667rem;
  height: 1.30666667rem;
  line-height: 1.30666667rem;
  padding-right: 0.48rem;
  background: url('../img/arrow-b.png') no-repeat;
  background-size: 0.32rem 0.2rem;
  background-position: right center;
}
h1.title {
  margin-top: 0.4rem;
  display: inline-block;
  color: #1a1a1a;
  font-size: 0.77333333rem;
  font-weight: bold;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
div.intro {
  font-size: 0.34666667rem;
  line-height: 0.53333333rem;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.88rem;
}
p.des {
  font-size: 0.34666667rem;
  line-height: 0.53333333rem;
  color: #333333;
  padding-left: 0.26666667rem;
  position: relative;
}
p.des::before {
  content: '';
  display: block;
  width: 0.13333333rem;
  height: 0.13333333rem;
  border-radius: 50%;
  background-color: #ff8b03;
  position: absolute;
  left: 0;
  top: 0.18666667rem;
}
.content ul li {
  border-bottom: 1px solid #f6f6f6;
  padding: 1.14666667rem 0;
  position: relative;
}
.content ul li .title {
  height: 0.88rem;
  font-size: 0.58666667rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.88rem;
  letter-spacing: 0px;
  color: #666666;
}
.content ul li .title .icon {
  width: 1.89333333rem;
  height: 0.88rem;
  background: url('../img/notstudy.png') no-repeat;
  background-size: 100% 0.58666667rem;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.26666667rem;
}
.content ul li .title .icon.studyed {
  background: url('../img/studyed.png') no-repeat;
  background-size: 100% 0.58666667rem;
  background-position: center center;
}
.content ul li .watch {
  font-size: 0.34666667rem;
  line-height: 0.45333333rem;
  letter-spacing: -1px;
  color: #999999;
}
.content ul li .watch span {
  padding: 0 0.06666667rem;
  font-weight: bold;
  color: #ff8b03;
}
.content ul li .into {
  width: 0.2rem;
  height: 0.32rem;
  background: url('../img/arrow_r.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 1.6rem;
}
.content ul li.notstudy .title {
  color: #333333;
}
.content ul li.notstudy .watch {
  color: #666666;
}
.button {
  width: 100%;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  text-align: center;
  background-color: #ffe6c8;
  color: #fff;
  margin-top: 0.74666667rem;
  margin-bottom: 0.34666667rem;
  font-size: 0.45333333rem;
}
.button.active {
  background-color: #ff8b03;
}
.txt {
  font-size: 0.32rem;
  color: #666;
  text-align: center;
  height: 0.34666667rem;
  line-height: 0.34666667rem;
  margin-bottom: 0.53333333rem;
}
.txt a {
  color: #ff8b03;
}
.txt span {
  padding-left: 0.53333333rem;
  background: url('../img/disagree.png') no-repeat;
  background-size: 0.34666667rem 0.34666667rem;
  background-position: left top;
}
.txt.active span {
  padding-left: 0.53333333rem;
  background: url('../img/agree.png') no-repeat;
  background-size: 0.34666667rem 0.34666667rem;
  background-position: left top;
}
.um-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page-bd .um-flex {
  transition: all 0.3s ease 0s;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}
.um-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.page-bd .um-flex-item {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.um-ver {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fl-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.um-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.um-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
img {
  width: 100%;
  height: 100%;
}
.footer {
  margin-top: 0.26666667rem;
  padding: 0.16rem 0.85333333rem 0.26666667rem 0.85333333rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
}
.footer .part {
  padding: 0.53333333rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
}
.footer .part .img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.45333333rem;
}
.footer .part .f-title {
  font-size: 0.45333333rem;
  line-height: 0.50666667rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.26666667rem;
}
.footer .part .f-center {
  font-size: 0.34666667rem;
  line-height: 0.45333333rem;
  color: #444444;
}
.footer .part .f-center span {
  font-size: 0.34666667rem;
  color: #ff8b03;
}
.footer .part .arrow {
  width: 0.21333333rem;
  background: url('../img/arrow_r.png') no-repeat;
  background-size: 0.21333333rem 0.37333333rem;
  background-position: center;
}
.footer .part:last-child {
  border-bottom: none;
}
#footer {
  padding-bottom: 0.74666667rem;
}
