
.parent {
  position: absolute;
  white-space: nowrap;
}
.box {
  text-align: center;
  margin: 10px;
  /*border: 1px solid #eee;*/
  height: 98%;
  width: 98%;
  font-weight: bold;
  /*box-shadow: 0 0 3px 1px #eee;*/
  white-space: nowrap;
  position:relative;
}
.divs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position:relative;
  overflow: hidden;
}
.box::-webkit-scrollbar{
  display: none;
}
h3{
  font-weight:bold;
}
.header{
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
}
.head{
  width: 100px;
  height: 50px;
  padding: 10px;
  margin-left: 40px;
  font-size: 18px;
}
.package{
  border: 1px solid #eee;
  height: 80%;
  width: 350px;
  margin: 15px;
  display: inline-block;/*行内块元素*/
}
.package-top{
  border: 1px solid white;
  width: 100%;
  height: 20%;
  /*background: #6eccdf;*/
  /* background-image: linear-gradient(#4e57cd, #7a90f2); */
  background-image: url(../img/package_title.aff3f2cf.png);
  background-size: cover;
}
.package-top h1,h2,h4{
  color: white;
}
.package-centre{
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 60%;
  overflow-x:auto;
  padding: 10px 0;
}
.package-bottom{
  width: 100%;
  height: 20%;
}
.prompt{
  padding-top: 50px;
}
.title{
  text-align:center;
  margin-top: 50px;
}
.explain{
  margin-top: 10px;
}
.content{
  width: 40%;
  float: left;
  text-align:left;
  margin-left:20% ;
}
.content-right{
  text-align:center;
  width: 40%;
  float: left;
}
.fa-book{
  width: 100%;
  height: 20px;
  font-size: 15px;
  margin-top: 5px;
  text-align:center;
}
.table-operator {
  margin-bottom: 24px;
  margin-top: 10px;
}
.b-btn{
  width: 120px;
  border-radius:6px;
}
.fot-money{
  font-size: 20px;margin-top: 10px;
}
.footer{
  margin-top: 5px;
}

