
.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;
}
.package{
  border: 1px solid #eee;
  background-color: white;
  max-height: calc(100% - 120px);
  width: 350px;
  min-width: 350px;
  margin: 15px;
  display: inline-block;/*行内块元素*/
}
.package-top{
  border: 1px solid white;
  width: 100%;
  min-height: 140px;
  /*background: #6eccdf;*/
  /* background-image: linear-gradient(#4e57cd, #7a90f2); */
  background-image: url(../img/package_title.2b9cce0c.png);
  background-size: cover;
}
.package-top h1,h2,h4{
  color: white;
}
.package-centre{
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0;
}
.package-centre::-webkit-scrollbar{
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.package-centre::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.package-centre::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.package-bottom{
  width: 100%;
  padding: 10px;
}
.prompt{
  padding-top: 50px;
}
.title{
  text-align:center;
  margin-top: 45px;
}
.title.active {
  text-align:center;
  margin-top: 25px;
}
.explain{
  margin-top: 10px;
}
.explain-date{
  text-align: center;
}
.explain-date h5 {
  width: 200px;
  padding: 4px 1px;
  background-color: rgb(255, 255, 255,0.3);
  border-radius: 25px;
  margin-left: 22%;
}
.content{
  width: 50%;
  float: left;
  text-align:center;
}
.content-right{
  text-align:center;
  width: 50%;
  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;
}
.buy-num img {
    width: 23px;
    height: 23px;
    -webkit-box-shadow:-1px 0 1px #eee, /*左边阴影*/  
             1px 0 1px #eee, /*右边阴影*/  
             0 -1px 1px #eee, /*顶部阴影*/  
             0 1px 1px #eee;
            box-shadow:-1px 0 1px #eee, /*左边阴影*/  
             1px 0 1px #eee, /*右边阴影*/  
             0 -1px 1px #eee, /*顶部阴影*/  
             0 1px 1px #eee; /*底边阴影*/
}

