@charset "UTF-8";
body {
  font-size: 14px;
  color: #333;
}
.packet-wrap {
  box-sizing: border-box;
  width: 960px;
  flex: 0 0 auto;
}
.packet-wrap .packet-wrap-top {
  box-sizing: border-box;
  width: 960px;
  min-height: 548px;
  border: 1px #ededed solid;
  background-color: #fff;
}
.packet-wrap .packet-wrap-top .packet-header-nav-wrap {
  box-sizing: border-box;
  background-color: #fcfcfc;
  height: 51px;
  border-bottom: 1px #ededed solid;
  padding-left: 24px;
}
.packet-wrap .packet-wrap-top .packet-header-nav-wrap > p {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  height: 50px;
  border-bottom: 2px transparent solid;
  margin-right: 28px;
  cursor: pointer;
}
.packet-wrap .packet-wrap-top .packet-header-nav-wrap > p:hover {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.packet-wrap .packet-wrap-top .packet-header-nav-wrap > p.ac {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap {
  box-sizing: border-box;
  display: none;
  position: relative;
  height: 495px;
  background: url("../img/packet/packet-bc.png") no-repeat center;
  background-size: cover;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap {
  position: absolute;
  top: 15px;
  left: 24px;
  box-sizing: border-box;
  width: 910px;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 65px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap > p {
  float: left;
  text-align: left;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap .name {
  width: 196px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap .price {
  width: 192px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap .time {
  width: 192px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap .rule {
  width: 192px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .tab-wrap .use {
  width: 68px;
}
.packet-wrap .packet-wrap-top .no-packet-main-wrap .title {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  height: 66px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap {
  padding: 15px 24px 0;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap {
  box-sizing: border-box;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 68px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap > p {
  float: left;
  text-align: left;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap .name {
  width: 196px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap .price {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap .time {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap .rule {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .tab-wrap .use {
  width: 68px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item {
  box-sizing: border-box;
  height: 103px;
  border-bottom: 1px #ededed solid;
  font-size: 14px;
  line-height: 102px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item > div {
  float: left;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .name {
  box-sizing: border-box;
  width: 264px;
  color: #333;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .name > img {
  width: 52px;
  height: 102px;
  margin-right: 14px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .price {
  width: 192px;
  color: #d1462a;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .time {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .forever {
  display: none;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .forever.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .limited {
  display: none;
  padding-top: 30px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .limited > p {
  line-height: 22px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .limited.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .rule {
  width: 172px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .use {
  width: 88px;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .use > a {
  color: #0d86ff;
}
.packet-wrap .packet-wrap-top .has-packet-main-wrap .item .use > a:hover {
  text-decoration: underline;
}
.packet-wrap .packet-wrap-top .no-usable-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-usable-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .no-used-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-used-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-used-packet-main-wrap .item .rule {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-used-packet-main-wrap .item .use {
  width: 68px;
}
.packet-wrap .packet-wrap-top .no-timeout-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-timeout-packet-main-wrap.active {
  display: block;
}
.packet-wrap .packet-wrap-top .has-timeout-packet-main-wrap .item .rule {
  width: 192px;
}
.packet-wrap .packet-wrap-top .has-timeout-packet-main-wrap .item .use {
  width: 68px;
}
.packet-wrap .packet-page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
}
.packet-wrap .packet-page-wrap .page-inner-wrap {
  height: 32px;
}
.packet-wrap .packet-page-wrap .page-inner-wrap > span {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.packet-wrap .packet-page-wrap .page-inner-wrap > span:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.packet-wrap .packet-page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.packet-wrap .packet-page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.packet-wrap .usable-page-wrap.active {
  display: block;
}
.packet-wrap .used-page-wrap.active {
  display: block;
}
.packet-wrap .timeout-page-wrap.active {
  display: block;
}
/*# sourceMappingURL=packet.css.map */