@charset "UTF-8";
/************reset css***************/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
input,
textarea {
  border: none;
  outline: none;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Microsoft YaHei';
}
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}
img {
  display: block;
  width: 100%;
  height: auto;
}
em,
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
p {
  word-wrap: break-word;
  margin: 0;
}
/*!*=======common css========*!*/
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.one_txt_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt_cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) {
  html {
    font-size: 42.66666667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 53.33333333px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 56.53333333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.33333333px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
html,
body {
  height: 100%;
}
.zl_container {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.zl_nav .nav > li > a {
  position: relative;
  display: block;
  padding: 0.1rem 0.15rem;
}
.zl_nav .nav > li > a:hover,
.zl_nav .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.zl_nav .nav-tabs {
  border-bottom: none;
}
.zl_nav .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.zl_nav .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
}
.zl_nav .nav-tabs > li > a:hover {
  border-color: transparent;
}
.zl_nav .nav-tabs > li.active > a,
.zl_nav .nav-tabs > li.active > a:hover,
.zl_nav .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background: url("/img/zhuli/ranking/click_bg.jpg") center / 100% 100%;
  border: none;
  border-bottom-color: transparent;
}
.zl_nav .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.zl_nav .nav-tabs.nav-justified > li {
  float: none;
}
.zl_nav .nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.zl_nav .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .zl_nav .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .zl_nav .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.zl_nav .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.zl_nav .nav-tabs.nav-justified > .active > a,
.zl_nav .nav-tabs.nav-justified > .active > a:hover,
.zl_nav .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .zl_nav .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
  }
  .zl_nav .nav-tabs.nav-justified > .active > a,
  .zl_nav .nav-tabs.nav-justified > .active > a:hover,
  .zl_nav .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.zl_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.92rem;
  border-top: 1px solid #ffb29d;
  margin: 0 auto;
  box-shadow: 0 -6px 10px 0 #ff3d2e;
}
.zl_nav ul {
  width: 100%;
  height: 100%;
}
.zl_nav ul li {
  width: 33.333%;
  height: 100%;
  background: url("/img/zhuli/ranking/default_bg.jpg") center / 100% 100%;
}
.zl_nav ul li a {
  text-align: center;
  color: #000;
  border-right: 1px solid #fff;
}
.zl_nav ul li a img {
  height: 0.39rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
.zl_nav ul li a p {
  padding-top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
}
.zl_nav span {
  position: absolute;
  display: inline-block;
  background-color: #ffb29d;
  width: 1px;
  height: 0.62rem;
  z-index: 9999;
  top: 0.14rem;
}
.zl_nav span:nth-of-type(1) {
  left: 33.33%;
}
.zl_nav span:nth-of-type(2) {
  right: 33.33%;
}
.zl_content {
  height: 100%;
  padding-bottom: 0.9rem;
  position: relative;
}
#rule {
  width: 100%;
  height: 21.2rem;
  background: url("/img/zhuli/rule_bg.jpg") no-repeat top left / 100%;
  padding-bottom: 0.92rem;
  color: #fff;
}
#rule .rule_box {
  padding: 1.4rem 0.4rem 0 0.3rem;
}
#rule .rule_box .join_url {
  color: #ffd800;
  text-decoration: none;
}
#rule .rule_box p {
  font-size: 0.24rem;
  padding-bottom: 0.37rem;
  line-height: 0.38rem;
}
#rule .rule_box h4 {
  font-size: 0.28rem;
  line-height: 0.7rem;
}
#rule .rule_box .text_index {
  text-indent: 1em;
}
#rule .rule_box .lucky_award {
  padding-bottom: 0.2rem;
}
#rule .rule_box .lucky_award p {
  text-indent: 1em;
  padding: 0;
  line-height: 0.45rem;
}
#rule .rule_box .ranking_award h4 {
  line-height: 0.5rem;
}
#rule .rule_box .ranking_award p {
  line-height: 0.46rem;
  padding-bottom: 0.2rem;
}
#ranking {
  width: 100%;
  height: 100%;
  background: url("/img/zhuli/ranking/bg.png") top left / 100%;
}
#ranking .ranking_box1 {
  position: relative;
  width: 100%;
}
#ranking .ranking_box1 .top3 {
  position: absolute;
  bottom: -0.06rem;
  width: 100%;
  height: 2.8rem;
  padding-left: 0.25rem;
  z-index: 111;
}
#ranking .ranking_box1 .top3 .item {
  float: left;
  color: #fff;
}
#ranking .ranking_box1 .top3 .item .item_box {
  position: relative;
  margin: 0 auto;
}
#ranking .ranking_box1 .top3 .item .item_box .photo {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
#ranking .ranking_box1 .top3 .item .item_box .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ranking .ranking_box1 .top3 .item .item_box .num {
  width: 100%;
  position: absolute;
}
#ranking .ranking_box1 .top3 .item .item_box .name {
  position: absolute;
  width: 100%;
  text-align: center;
}
#ranking .ranking_box1 .top3 .item .count {
  margin: 0 auto;
  text-align: center;
}
#ranking .ranking_box1 .top3 .first {
  width: 2.4rem;
  height: 2.8rem;
  background: url("/img/zhuli/ranking/one_bg.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .first .item_box {
  width: 2.1rem;
  height: 2.08rem;
  background: url("/img/zhuli/ranking/one_box.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .first .item_box .photo {
  width: 1.35rem;
  height: 1.35rem;
  top: 0.35rem;
  left: 0.42rem;
}
#ranking .ranking_box1 .top3 .first .item_box .num {
  position: absolute;
  width: 1.37rem;
  bottom: 0.51rem;
  left: 0.41rem;
}
#ranking .ranking_box1 .top3 .first .item_box .name {
  font-size: 0.27rem;
  bottom: 0 ;
}
#ranking .ranking_box1 .top3 .first .count {
  width: 1.71rem;
  height: 0.37rem;
  line-height: 0.37rem;
  background: url("/img/zhuli/ranking/one_value.png") no-repeat center / 100% 100%;
  padding-left: 0.15rem;
  font-size: 0.24rem;
}
#ranking .ranking_box1 .top3 .second {
  margin-top: 0.52rem;
  width: 2.31rem;
  height: 2.29rem;
  background: url("/img/zhuli/ranking/two_bg.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .second .item_box {
  width: 1.74rem;
  height: 1.63rem;
  background: url("/img/zhuli/ranking/two_box.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .second .item_box .photo {
  width: 1.1rem;
  height: 1.1rem;
  top: 0.26rem;
  left: 0.3rem;
}
#ranking .ranking_box1 .top3 .second .item_box .num {
  position: absolute;
  width: 1.1rem;
  bottom: 0.37rem;
  left: 0.3rem;
}
#ranking .ranking_box1 .top3 .second .item_box .name {
  font-size: 0.19rem;
  bottom: 0 ;
}
#ranking .ranking_box1 .top3 .second .count {
  width: 1.36rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: url("/img/zhuli/ranking/two_value.png") no-repeat center / 100% 100%;
  font-size: 0.18rem;
}
#ranking .ranking_box1 .top3 .third {
  margin-top: 0.52rem;
  width: 2.31rem;
  height: 2.29rem;
  background: url("/img/zhuli/ranking/three_bg.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .third .item_box {
  width: 1.74rem;
  height: 1.63rem;
  background: url("/img/zhuli/ranking/three_box.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box1 .top3 .third .item_box .photo {
  width: 1.1rem;
  height: 1.1rem;
  top: 0.26rem;
  left: 0.37rem;
}
#ranking .ranking_box1 .top3 .third .item_box .num {
  position: absolute;
  width: 1.1rem;
  bottom: 0.37rem;
  left: 0.38rem;
}
#ranking .ranking_box1 .top3 .third .item_box .name {
  font-size: 0.19rem;
  bottom: 0 ;
}
#ranking .ranking_box1 .top3 .third .count {
  width: 1.36rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: url("/img/zhuli/ranking/three_value.png") no-repeat center / 100% 100%;
  font-size: 0.18rem;
}
#ranking .ranking_box2 {
  position: relative;
  width: 100%;
}
#ranking .ranking_box2 .after3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6.5rem;
  background: url("/img/zhuli/ranking/ranking.png") no-repeat center / 100% 100%;
}
#ranking .ranking_box2 .after3 .after3_box {
  width: 7.02rem;
  height: 4.8rem;
  overflow: hidden;
  margin: 0.32rem auto 0;
}
#ranking .ranking_box2 .after3 .after3_box #scroll::-webkit-scrollbar {
  display: none;
}
#ranking .ranking_box2 .after3 .after3_box table {
  width: 100%;
  color: #564637;
}
#ranking .ranking_box2 .after3 .after3_box table td {
  height: 1.2rem;
  border-bottom: 1px solid #E4E4E4;
}
#ranking .ranking_box2 .after3 .after3_box .num {
  font-size: 0.24rem;
  padding-left: 0.24rem;
  width: 0.4rem;
  border-bottom: transparent;
  position: relative;
}
#ranking .ranking_box2 .after3 .after3_box .num span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
}
#ranking .ranking_box2 .after3 .after3_box .photo_box {
  text-align: right;
  width: 1.3rem;
}
#ranking .ranking_box2 .after3 .after3_box .photo_box .photo {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  overflow: hidden;
}
#ranking .ranking_box2 .after3 .after3_box .name {
  font-size: 0.24rem;
  padding-left: 0.2rem;
  text-align: left;
  width: 2.7rem;
}
#ranking .ranking_box2 .after3 .after3_box .name p {
  width: 2.7rem;
  margin: 0;
}
#ranking .ranking_box2 .after3 .after3_box .count {
  font-size: 0.24rem;
}
#ranking .ranking_box2 .after3 .after3_box .count img {
  width: 0.29rem;
  display: inline-block;
  margin-right: 0.2rem;
}
#ranking .ranking_box2 .after3 .mytop {
  margin: 0 auto;
  width: 7.02rem;
  height: 1.2rem;
  line-height: 1.2rem;
  position: relative;
  color: #fff;
  padding: 0 0.25rem;
}
#ranking .ranking_box2 .after3 .mytop > div {
  float: left;
}
#ranking .ranking_box2 .after3 .mytop .num {
  font-size: 0.24rem;
  width: 0.55rem;
}
#ranking .ranking_box2 .after3 .mytop .photo {
  border-radius: 50%;
  overflow: hidden;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.15rem;
  position: relative;
}
#ranking .ranking_box2 .after3 .mytop .photo img {
  width: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ranking .ranking_box2 .after3 .mytop .name {
  font-size: 0.24rem;
  margin-left: 0.2rem;
  text-align: left;
  width: 2.7rem;
}
#ranking .ranking_box2 .after3 .mytop .name p {
  width: 2.7rem;
}
#ranking .ranking_box2 .after3 .mytop .count {
  font-size: 0.24rem;
}
#ranking .ranking_box2 .after3 .mytop .count img {
  width: 0.29rem;
  display: inline-block;
  margin-right: 0.2rem;
}
#ppldy {
  width: 100%;
  padding-bottom: 0.92rem;
}
#ppldy::-webkit-scrollbar {
  display: none;
}
#ppldy .ppldy_info {
  position: relative;
  width: 100%;
}
#ppldy .ppldy_info .info_box {
  width: 6.61rem;
  position: absolute;
  top: 0;
  bottom: 0.45rem;
  left: 0.45rem;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 0.12px;
  padding: 0 0.34rem;
}
#ppldy .ppldy_info .info_box p {
  height: 1.07rem;
  line-height: 1.07rem;
  text-align: center;
  font-size: 0.38rem;
  color: #564637;
  border-bottom: 1px solid #edeae6;
}
#ppldy .ppldy_info .info_box p span {
  font-size: 0.46rem;
  color: #ff4e2c;
}
#ppldy .ppldy_info .info_box ul li {
  font-size: 0.5em;
  width: 33.3%;
  height: 100%;
  display: inline-block;
  float: left;
  margin-top: 0.35rem;
}
#ppldy .ppldy_info .info_box ul li .icon1 {
  background: url(/img/zhuli/ppldy1/icon1.png) no-repeat 50%;
}
#ppldy .ppldy_info .info_box ul li .icon2 {
  background: url(/img/zhuli/ppldy1/icon2.png) no-repeat 50%;
}
#ppldy .ppldy_info .info_box ul li .icon3 {
  background: url(/img/zhuli/ppldy1/icon3.png) no-repeat 50%;
}
#ppldy .ppldy_info .info_box ul li .icon1,
#ppldy .ppldy_info .info_box ul li .icon2,
#ppldy .ppldy_info .info_box ul li .icon3 {
  display: block;
  height: 0.75rem;
  width: 100%;
  background-size: contain;
}
#ppldy .ppldy_info .info_box ul li span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#ppldy .ppldy_info .info_box ul li span:nth-of-type(1) {
  padding-top: 0.15rem;
  font-size: 0.28rem;
  color: #564637;
}
#ppldy .ppldy_info .info_box ul li span:nth-of-type(2) {
  font-size: 0.2rem;
  color: #beb4a8;
}
#ppldy .ppldy_book {
  position: relative;
}
#ppldy .ppldy_book .form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.37rem;
}
#ppldy .ppldy_book .form label {
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  padding-left: 0.44rem;
}
#ppldy .ppldy_book .form input {
  display: inline-block;
  height: 0.81rem;
  width: 4.82rem;
  border-radius: 0.1rem;
  padding-left: 0.2rem;
  margin-bottom: 0.57rem;
  font-size: 0.28rem;
  color: #b1a598;
  box-shadow: 2px 2px 4px #fcc3c4;
}
#ppldy .ppldy_book .form input::-webkit-input-placeholder {
  font-weight: lighter;
}
#ppldy .ppldy_book .form .city > label,
#ppldy .ppldy_book .form .tel > label {
  letter-spacing: 0.05px;
}
#ppldy .ppldy_book .form .btn {
  width: 100%;
}
#ppldy .ppldy_book .form .btn img {
  margin: 0 auto;
  width: 7.02rem;
}
#ppldy .ppldy_list {
  width: 100%;
  position: relative;
}
#ppldy .ppldy_list .book_list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.02rem;
  height: 4.85rem;
  background: url(/img/zhuli/ppldy1/list_bg.png) no-repeat center / 100% 100%;
}
#ppldy .ppldy_list .book_list .list {
  margin-top: 1.04rem;
  width: 100%;
  height: 3.6rem;
  position: relative;
  overflow: hidden;
}
#ppldy .ppldy_list .book_list .list .list_scroll {
  position: absolute;
  width: 100%;
}
#ppldy .ppldy_list .book_list .list .list_scroll .list-item {
  font-size: 0.28rem;
  line-height: 0.6rem;
  height: 0.6rem;
  width: 100%;
  color: #fff;
}
#ppldy .ppldy_list .book_list .list .list_scroll .list-item span {
  display: inline-block;
}
#ppldy .ppldy_list .book_list .list .list_scroll .list-item .name {
  width: 25%;
  text-align: left;
  padding-left: 0.46rem;
}
#ppldy .ppldy_list .book_list .list .list_scroll .list-item .tel {
  width: 40%;
  text-align: center;
}
#ppldy .ppldy_list .book_list .list .list_scroll .list-item .time {
  width: 30%;
  text-align: right;
  padding-right: 0.4rem;
}
#ppldy .ppldy_car .car_list .item {
  position: relative;
  float: left;
  width: 50%;
}
#ppldy .ppldy_car .car_list .item .car {
  width: 3.24rem;
  margin: 0 auto;
}
#ppldy .ppldy_car .car_list .item .book_btn {
  width: 2.7rem;
  position: absolute;
  bottom: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
}
#ppldy .ppldy_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 33, 33, 0.7);
  z-index: 2;
  display: none;
}
#ppldy .ppldy_frame .frame {
  display: none;
  position: absolute;
  z-index: 995;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  width: 7.5rem;
  height: 9.79rem;
}
#ppldy .ppldy_frame .frame .form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.61rem;
}
#ppldy .ppldy_frame .frame .form input {
  padding-left: 0.4rem;
  font-size: 0.22rem;
  height: 0.8rem;
  width: 5.51rem;
  display: block;
  margin: 0.3rem auto;
  border-radius: 4px;
}
#ppldy .ppldy_frame .frame .form .book_btn {
  width: 100%;
}
#ppldy .ppldy_frame .frame .form .book_btn img {
  width: 5.51rem;
  margin: 0 auto;
}
#ppldy .ppldy_frame .frame .form .close_btn {
  width: 0.97rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.82rem;
}
#ppldy .ppldy_frame .success {
  display: none;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 6.14rem;
}
#ppldy .ppldy_frame .success .close_btn {
  width: 0.97rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
#ppldy .pplay_error {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  width: 4.05rem;
  height: 1.5rem;
  border-radius: 0.3rem;
}
#ppldy .pplay_error img {
  margin: 0.28rem auto 0;
  width: 0.33rem;
}
#ppldy .pplay_error p {
  color: #fff;
  text-align: center;
  padding-top: 0.22rem;
  font-size: 0.28rem;
}
#ppldy .pplay_error#nameError {
  display: none;
}
#ppldy .pplay_error#telError {
  display: none;
}
#ppldy .pplay_error#repeatError {
  display: none;
}
/*# sourceMappingURL=index.css.map */