@charset "UTF-8";
.clear {
  clear: both;
}

html, body {
  height: 100%;
  background: #f1f1f1;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link, a:hover, a:active {
  text-decoration: none;
}

/*banner样式*/
.banner {
  width: 100%;
  height: 390px;
  background: url(/statics/images/image/package.png) center center no-repeat;
  background-size: cover;
}
.banner img{
  display: none;
}

/*内容开始*/
.process {
  width: 1200px;
  margin: -30px auto 30px;
}
.process ul {
  display: flex;
}
.process ul li {
  background: #fff;
  flex: 1;
  text-align: center;
  height: 65px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  color: red;
  padding-top: 15px;
}
.process ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 3px;
}

.points_pack {
  width: 100%;
  background: #f1f1f1;
  /*margin-top: -50px;*/
  /*padding-top: 50px;*/
  padding-bottom: 30px;
}
.points_pack .points_pack_center {
  width: 1200px;
  margin: 0 auto;
}
.points_pack .points_pack_center ul.points_list {
  width: 100%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-top: 20px;
  height: 60px;
}
.points_pack .points_pack_center ul.points_list li {
  float: left;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
}
.points_pack .points_pack_center ul.points_list li{
  color: #999;
  display: block;
  text-align: center;
  line-height: 36px;
  padding: 0 13px;
  cursor: pointer;
  font-size: 14px
}
.points_pack .points_pack_center ul.points_list li:hover {
  color: red;
}
.points_pack .points_pack_center ul.points_list li.on {
  background: red;
  color: #fff;
  border-radius: 5px;
}
.points_pack .points_pack_center ul.points_list a.title {
  font-size: 14px;
  color: #333;
  width: 50px;
  margin-left: 20px;
  float: left;
  line-height: 58px;
}
.points_pack .points_pack_center ul.content_list {
  overflow: hidden;
  margin-top: 20px;
}
.points_pack .points_pack_center ul.content_list li {
  float: left;
  width: 245px;
  margin-right: 20px;
  padding: 11px 20px;
  background: #fff;
  margin-bottom: 20px;
  min-height: 448px;
}
.points_pack .points_pack_center ul.content_list li:nth-child(4n) {
  margin-right: 0;
}
.points_pack .points_pack_center ul.content_list li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  overflow: hidden;
}
.points_pack .points_pack_center ul.content_list li .img_box img {
  width: 242px;
  flex: 1;
  display: block;
  margin: 0 auto;
  height: 242px;
}
.points_pack .points_pack_center ul.content_list li h1.title {
  color: #595959;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.points_pack .points_pack_center ul.content_list li .reason{
  font-size: 14px;
  color: #999;
  display: block;
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
      min-height: 38px;
}
.points_pack .points_pack_center ul.content_list li span.price {
  color: red;
  font-size: 20px;
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
}
.points_pack .points_pack_center ul.content_list li span.reference {
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: line-through;
  margin-left: 15px;
}
.points_pack .points_pack_center ul.content_list li .submit_btn {
  background: #dc8d17;
  font-size: 16px;
  width: 116px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  line-height: 36px;
}
.points_pack .points_pack_center ul.content_list li .addCart{
  width: 116px;
  height: 36px;
  line-height: 36px;
  background: #ce0505;
  display:inline-block;
  vertical-align: top;
  margin-left: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.pageList {
  padding: 20px 0;
  text-align: right;
  background: #fff;
  text-align: center;
}
.pageList .pageSize {
  display: inline-block;
  vertical-align: middle;
}
.pageList .pageSize span {
  margin-right: 10px;
}
.pageList .pageSize span span {
  margin: 0 5px;
  color: red;
}
.pageList .pages {
  margin-right: 80px;
  display: inline-block;
  vertical-align: middle;
}
.pageList .pages ul li{
  float: left;
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  font-size: 14px;
}
.pageList .pages ul span{
  float: left;
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  font-size: 14px;
}
.pageList .pages ul li.on{
  background-color: #409eff;
  color: #fff;
  font-weight: bold;;
}

.M-display {
  display: none;
}

@media all and (max-width: 640px) {
  .banner{
    width: 100%;
    height: auto;
    background: none;
    margin-top: 40px;
  }
  .banner img{
    display: block;
    width: 100%;
  }
  .process {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .process ul {
    display: block;
  }
  .process ul li {
    width: 50%;
    float: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .process ul li span {
    font-size: 12px;
  }
  .pageList{
    padding: 20px 0 50px;
  }
  .points_pack {
    /*margin-bottom: 70px;*/
  }
  .points_pack .points_pack_center {
    width: 100%;
    overflow-y: auto;
  }
  .points_pack .points_pack_center .listTitle{
    width: 100%;
    overflow-x: auto;
  }
  .points_pack .points_pack_center ul.points_list {
    width: max-content;
    margin-top: 5px;
  }
  .points_pack .points_pack_center ul.points_list li {
    margin-top: 13px;
  }
  .points_pack .points_pack_center ul.content_list {
    /*position: absolute;
    left: 0;*/
    background: #f1f1f1;
    padding: 0px 1.5%;
    /*margin-bottom: 70px;*/
    width: 97%;
    margin-top: 5px;
  }
  .points_pack .points_pack_center ul.content_list li {
    width: 41%;
    margin-right: 2%;
    padding: 10px 4%;
    margin-bottom: 5px;

  }
  .points_pack .points_pack_center ul.content_list li:nth-child(2n) {
    margin-right: 0;
  }
  .points_pack .points_pack_center ul.content_list li .img_box {
    display: flex;
    height: 100px;
    overflow: hidden;
  }
  .points_pack .points_pack_center ul.content_list li .img_box img {
    flex: 0;
    width: 70%;
    height: auto;
  }
  .points_pack .points_pack_center ul.content_list li h1.title {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .points_pack .points_pack_center ul.content_list li span.price {
    font-size: 16px;
  }
  .points_pack .points_pack_center ul.content_list li .submit_btn {
    width: 100%;
    font-size: 15px;
  }
}

