
.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; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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,h5{
  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.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    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,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: #555;
}
.prompt{
  padding-top: 50px;
}
.package-bottom{
  width: 100%;
  padding: 10px 0;
  text-align: -webkit-center;
}
.title{
  text-align:center;
  margin-top: 45px;
}
.title.active {
  text-align:center;
  margin-top: 25px;
}
.explain{
  margin-top: 10px;
}
.explain-date {
  margin-top: 10px;
  text-align: -webkit-center;
}
.explain-date h5 {
  width: 200px;
  padding: 4px 1px;
  background-color: rgb(255, 255, 255,0.3);
  border-radius: 25px;
}
.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; /*底边阴影*/
}
.left_arr{
    width: 50px; 
    height: 50px; 
    position: fixed;
    left: 270px;
    top: 50%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left_arr_img{
    width: 50px;
    height: 50px; 
    cursor: pointer;
}
.right_arr{
    width: 50px; 
    height: 50px; 
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.right_arr_img{
    width: 50px;
    height: 50px; 
    cursor: pointer;
}

