body {
  background-color: #FBAB00 !important;
}

* {
  margin: 0;
  padding: 0;
}

.toast_box {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -15px;
  z-index: 10009;
  text-align: center;
}

.toast_box span {
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 3px;
}

.auto-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.travel-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.travel-wrapper ul, .travel-wrapper h1, .travel-wrapper h2, .travel-wrapper h3, .travel-wrapper h4, .travel-wrapper h5, .travel-wrapper h6 {
  margin: 0;
  padding: 0;
}

.travel-wrapper .travel-banner {
  margin-top: 48px;
  width: 100%;
  height: 538px;
  background-image: url("../../img/travel/headbanner.png?v=20200914001");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #FBAB00;
  position: relative;
  z-index: -1;
}

.travel-wrapper .travel-big-map {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -44px;
  height: auto;
}

.travel-wrapper .travel-big-map .travel-map-top {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.travel-wrapper .travel-big-map .travel-map-top li {
  float: left;
  position: relative;
  cursor: pointer;
}

.travel-wrapper .travel-big-map .travel-map-top li.gf_map {
  width: 465px;
  height: 270px;
}

.travel-wrapper .travel-big-map .travel-map-top li.gf_map .gf_map_btn {
  position: absolute;
  bottom: 55px;
  right: 27px;
  width: 123px;
  height: 48px;
  background: url("../../../orange/img/travel/gufengbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.travel-wrapper .travel-big-map .travel-map-top li.gf_map .gf_map_btn .gf_map_origin {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../../../orange/img/travel/map-origin.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.gf_map:hover .gf_map_btn {
  background: url("../../../orange/img/travel/gufenghoverbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.xd_map {
  width: 535px;
  height: 270px;
}

.travel-wrapper .travel-big-map .travel-map-top li.xd_map .gf_map_btn {
  position: absolute;
  bottom: 38px;
  left: 118px;
  width: 123px;
  height: 48px;
  background: url("../../../orange/img/travel/xiandaibtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.travel-wrapper .travel-big-map .travel-map-top li.xd_map .gf_map_btn .gf_map_origin {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../../../orange/img/travel/map-origin.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.xd_map:hover .gf_map_btn {
  background: url("../../../orange/img/travel/xiandaihoverbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.cy_map {
  width: 315px;
  height: 230px;
}

.travel-wrapper .travel-big-map .travel-map-top li.cy_map .gf_map_btn {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  bottom: 21px;
  left: 91px;
  width: 149px;
  height: 48px;
  background: url("../../../orange/img/travel/ciyuanbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.cy_map .gf_map_btn .gf_map_origin {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../../../orange/img/travel/map-origin.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.cy_map:hover .gf_map_btn {
  background: url("../../../orange/img/travel/ciyuanhoverbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.mx_map {
  width: 359px;
  height: 230px;
}

.travel-wrapper .travel-big-map .travel-map-top li.mx_map .gf_map_btn {
  position: absolute;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 20px;
  left: 11px;
  width: 123px;
  height: 48px;
  background: url("../../../orange/img/travel/mingxingbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.mx_map .gf_map_btn .gf_map_origin {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../../../orange/img/travel/map-origin.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.mx_map:hover .gf_map_btn {
  background: url("../../../orange/img/travel/mingxinghoverbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.gy_map {
  width: 326px;
  height: 230px;
}

.travel-wrapper .travel-big-map .travel-map-top li.gy_map .gf_map_btn {
  position: absolute;
  top: 37px;
  left: 10px;
  width: 123px;
  height: 48px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: url("../../../orange/img/travel/guangyingbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.gy_map .gf_map_btn .gf_map_origin {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../../../orange/img/travel/map-origin.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li.gy_map:hover .gf_map_btn {
  background: url("../../../orange/img/travel/guangyinghoverbtn.png?v=20200914001") no-repeat center center;
  background-size: 100%;
}

.travel-wrapper .travel-big-map .travel-map-top li img {
  width: 100%;
  height: auto;
  display: block;
}

.travel-wrapper .travel-map-number {
  text-align: center;
}

.travel-wrapper .travel-map-number .travel-map-text {
  display: inline-block;
  background: rgba(76, 26, 0, 0.3);
  border-radius: 18px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-left: 17px;
  padding-right: 15px;
  margin-top: 15px;
}

.travel-wrapper .travel-map-number .travel-map-text span {
  color: #FFF000;
}

.travel-wrapper .receive-rewards-box {
  margin-top: 40px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-title {
  width: 257px;
  height: 67px;
  margin: 0 auto;
  background: url("../../../orange/img/travel/receiverewards.png?v=20200914001") no-repeat center center;
  background-size: 100%;
  margin-bottom: 38px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list {
  width: 698px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg {
  width: 100%;
  height: 102px;
  background: url("../../../orange/img/travel/rewardbackground.png?v=20200914001") no-repeat center center;
  background-size: 100%;
  margin-bottom: 20px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-frame {
  float: left;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon {
  margin-left: 43px;
  margin-top: 18px;
  width: 48px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon img {
  width: 48px;
  height: 48px;
  display: block;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon .rewards-icon-num {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  display: inline-block;
  color: #320808;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips {
  width: 426px;
  margin-top: 31px;
  margin-left: 41px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips .rewards-icon-text {
  overflow: hidden;
  line-height: 20px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips .rewards-icon-text .rewards-icon-tips-text {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #320808;
  letter-spacing: 0;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips .rewards-icon-text .rewards-icon-shownum {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #320808;
  letter-spacing: 0;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips .rewards-progress {
  width: 100%;
  height: 10px;
  position: relative;
  background: rgba(206, 183, 123, 0.3);
  border-radius: 5px;
  margin-top: 9px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-icon-tips .rewards-progress .rewards-cur-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ED7132), to(#FF7E06));
  background-image: linear-gradient(0deg, #ED7132 0%, #FF7E06 100%);
  border-radius: 5px;
  display: block;
  max-width: 426px;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FF8E57), to(#E76E00));
  background-image: linear-gradient(180deg, #FF8E57 1%, #E76E00 100%);
  border-radius: 5px;
  margin-left: 30px;
  margin-top: 31px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg .rewards-btn.disabled {
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #B4B4B4), to(#8D8D8D));
  background-image: linear-gradient(180deg, #B4B4B4 2%, #8D8D8D 100%);
}

.travel-wrapper .receive-rewards-box .receive-rewards-list .receive-rewards-bg:last-child {
  margin-bottom: 0;
}

.daily_tasks_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.daily_tasks_box .daily_tasks_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 330px;
  margin-left: -250px;
  margin-top: -165px;
  background: url("../../../orange/img/travel/task-box.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_close {
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background: url("../../../orange/img/travel/close.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box {
  height: 85px;
  width: 100%;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks {
  float: left;
  padding-left: 20px;
  padding-top: 18px;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks .tasks_title {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  line-height: 22px;
  color: #5F2323;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks .tasks_title span {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  line-height: 22px;
  color: #5F2323;
  letter-spacing: 0;
  font-weight: bold;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks .tasks_text {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5F2323;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 480px;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks_finish_btn {
  float: right;
  width: 90px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  display: block;
  background: #FF7F39;
  border-radius: 16.5px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 29px;
  display: block;
  margin-right: 40px;
}

.daily_tasks_box .daily_tasks_content .daily_tasks_title_box .daily_tasks_finish_btn.disabled {
  background: #E4AB45;
  pointer-events: none;
}

.daily_tasks_box .daily_tasks_content .get_reward_text {
  padding-left: 20px;
  padding-bottom: 15px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
  letter-spacing: 0;
  display: block;
  line-height: 20px;
  padding-top: 21px;
}

.daily_tasks_box .daily_tasks_content .get_reward_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 460px;
  height: 109px;
  margin-left: 20px;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_img {
  width: 140px;
  height: 78px;
  display: block;
  border-radius: 5px;
  margin-left: 16px;
  margin-top: 15px;
  float: left;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_gameinfo {
  float: left;
  padding-top: 27px;
  padding-left: 13px;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_gameinfo .game_title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #434348;
  letter-spacing: 0;
  display: block;
  line-height: 22px;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_gameinfo .game-author {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #9597A8;
  letter-spacing: 0;
  display: block;
  line-height: 17px;
  padding-top: 14px;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_btn {
  float: right;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FF7F39;
  border-radius: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 37px;
  margin-right: 20px;
  display: block;
  cursor: pointer;
}

.daily_tasks_box .daily_tasks_content .get_reward_box .get_reward_btn.disabled {
  pointer-events: none;
  background: #CDCDCD;
}

.daily_tasks_box .daily_tasks_content .get_reward_tips {
  text-align: center;
  padding-top: 33px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: block;
  line-height: 17px;
}

.task_record_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.task_record_box .task_record_content {
  position: absolute;
  width: 500px;
  max-height: 435px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: -250px;
  background: #FFFFFF;
  border-radius: 10px;
}

.task_record_box .task_record_content .title {
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #434348;
  letter-spacing: 0;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

.task_record_box .task_record_content .task_record_close {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background: url("../../../orange/img/travel/close.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.task_record_box .task_record_content .task_record_status_list_box {
  background: #F6F6F6;
  max-height: 365px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_title_box {
  height: 50px;
  border-bottom: 1px solid #EEEEEE;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_title_box span {
  float: left;
  display: block;
  line-height: 50px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_title_box span.title_name_name {
  text-align: left;
  padding-left: 62px;
  width: 53px;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_title_box span.task_intro_name {
  width: 270px;
  text-align: center;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_title_box span.task_status_name {
  width: 88px;
  padding-left: 27px;
  text-align: left;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list {
  padding-top: 22px;
  line-height: 17px;
  overflow: hidden;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list span {
  display: block;
  float: left;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #434348;
  letter-spacing: 0;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list span.record_list_date {
  width: 75px;
  padding-left: 40px;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list span.record_list_text {
  width: 270px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list span.record_list_status {
  padding-left: 17px;
  padding-right: 30px;
  width: 68px;
  text-align: center;
}

.task_record_box .task_record_content .task_record_status_list_box .task_record_status_list .task_record_list span.record_list_status.disabled {
  color: #999999;
}

.active-icon {
  position: fixed;
  z-index: 5;
  left: 50%;
  margin-left: 520px;
  bottom: 30px;
  width: 54px;
}

.active-icon span, .active-icon a {
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.active-icon .active-seat {
  height: 0;
  display: none;
}

.active-icon .active-task-icon {
  background: url("../../img/travel/task.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
  margin-bottom: 10px;
}

.active-icon .active-rule-icon {
  background: url("../../img/travel/rule.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
}

.tips-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.tips-box .tips-box-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 200px;
  margin-left: -150px;
  margin-top: -100px;
  background: #fff;
  border-radius: 10px;
}

.tips-box .tips-box-content .tips-box-close {
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background: url("../../../orange/img/travel/close.png?v=20200915001") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.tips-box .tips-box-content .tips-title-box {
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #434348;
  letter-spacing: 0;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.tips-box .tips-box-content .tips-content-text {
  padding: 39px 30px 0 30px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #434348;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  height: 91px;
  background: #F6F6F6;
  border-radius: 0 0 10px 10px;
}
/*# sourceMappingURL=travel.css.map */