/*网页主色调*/
/*主标题颜色*/
/*副标题颜色*/
/*清除ios下input内阴影*/
input {
  -webkit-appearance: none;
}
/*缩放函数*/
/*旋转函数*/
/*超细上下边框线条*/
/*遮罩通用样式*/
.shadebox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
/*图片懒加载背景*/
.lazy {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQDAO7u7uLi4tra2jo6Oj4+Pl1dXVRUVJ6enoSEhMnJyXNzc3Z2dqSkpIeHh8zMzFdXVz09Pevr6+Dg4Pb29mVlZePj4/T09MbGxrW1tdXV1fHx8f///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwADACwAAAAAEAALAAACJZyPqYvhYR4cMgAgjLh5bPx1ocaNHkeC6ImlggmXbydFD4PnSQEAIfkECQsAAAAsAAAAAAQACwAAAw1IM1q1Dr4R6az4PsUSACH5BAkLAAAALAAAAAAKAAsAAAQnEMhpxjAHoSOHUgOSJEj3hWMJeKBImm0Ko+96uipL52e2zROKxRABACH5BAkLAAAALAYAAAAKAAsAAAUrICCODwQ9TNMwIrQsUOM4TfvGcw24sEzbvRwQ99vdfDoeMXlLrYYjkukRAgAh+QQJCwAAACwGAAEACgAJAAAFJiAgjpRhUJEkRaKxLIY0TVL7xnMNuLBM270cEPfb3VKr4YhkooQAACH5BAULAAEALAAAAgAQAAcAAAUtIFBVQBCIpHlh2FVZVmW+sYllGUbLwW7jOhjPF7jliERjsNYT/nKo0mkkXbVCACH5BAUWAAAALAAAAgAQAAcAAAUmYCRJEQCIpImKmiaZUvsCsVvPNyzntKzbvp7rNwrybivVqHRahgAAOw==) no-repeat;
  background-position: center;
}
body {
  font-family: "Helvetica";
  /*网页背景颜色*/
  background: #F2F2F2;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #666;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*ktv列表页面开始*/
.ktvlist {
  /*提示支付框的高度*/
  /*顶部banner的高宽比*/
  /*顶部菜单按钮框的高度*/
  /*城市按钮宽度所占比例*/
  /*支付提醒框*/
  /*支付提醒框底部非浮动部分*/
  /*支付提示框显示的时候下面的内容框加个内边距*/
}
.ktvlist .pay_remind {
  cursor: pointer;
  z-index: 10;
  background: #fef3d3;
  height: 30px;
  line-height: 30px;
  width: 100%;
  position: fixed;
  padding-left: 10px;
  font-size: 13px;
  color: #ff6400;
  /*关闭按钮*/
}
.ktvlist .pay_remind div,
.ktvlist .pay_remind span {
  cursor: pointer;
}
.ktvlist .pay_remind .close_btn {
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
}
.ktvlist .pay_remind .close_btn::before {
  content: "";
  width: 3px;
  height: 15px;
  background: #feb97e;
  position: absolute;
  left: 7.5px;
  top: 7.5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.ktvlist .pay_remind .close_btn::after {
  content: "";
  width: 3px;
  height: 15px;
  background: #feb97e;
  position: absolute;
  left: 7.5px;
  top: 7.5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}
.ktvlist .content {
  /*顶部banner条*/
  /*菜单按钮*/
}
.ktvlist .content .info {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.ktvlist .content .banner {
  display: none;
  position: relative;
  padding: 0;
  font-size: 0px;
  width: 100%;
  overflow: hidden;
}
.ktvlist .content .banner .point {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 50%;
  text-align: center;
  height: 10px;
}
.ktvlist .content .banner .point li {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  float: left;
  background: rgba(255, 255, 255, 0.75);
  margin-left: 5px;
}
.ktvlist .content .banner .point .hover {
  background: rgba(255, 125, 0, 0.75);
}
.ktvlist .content .banner .inner {
  position: relative;
  width: 10000%;
  height: 100%;
}
.ktvlist .content .banner .inner img {
  width: 1%;
  height: 100%;
  max-width: 1%;
  max-height: 100%;
  min-width: 1%;
  min-height: 100%;
  float: left;
}
.ktvlist .content .top_menu {
  font-size: 15px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ktvlist .content .top_menu .city_box {
  float: left;
  height: 100%;
  width: 27%;
  box-sizing: border-box;
}
.ktvlist .content .top_menu .city_box .btn {
  padding-right: 10%;
  margin-left: 10%;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.ktvlist .content .top_menu .city_box .btn .inner {
  width: 70%;
  margin-left: 10%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.ktvlist .content .top_menu .city_box .btn::before {
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-left: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
  border-top: 6.4px solid #969696;
  position: absolute;
  top: 16px;
  right: 15%;
}
.ktvlist .content .top_menu .city_box .btn::after {
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-left: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
  border-top: 6px solid #fcfcfc;
  position: absolute;
  top: 14.4px;
  right: 15%;
}
.ktvlist .content .top_menu .search_box {
  float: left;
  height: 100%;
  width: 73%;
  box-sizing: border-box;
}
.ktvlist .content .top_menu .search_box .btn {
  line-height: 40px;
  margin-left: 5%;
  position: relative;
  font-size: 15px;
}
.ktvlist .content .top_menu .search_box .btn .ico {
  height: 100%;
  width: 30px;
  float: left;
  margin-left: 3%;
  position: relative;
}
.ktvlist .content .top_menu .search_box .btn .ico::before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  border-radius: 40px;
  border: 2px solid #999999;
  top: 10.4px;
  left: 10px;
}
.ktvlist .content .top_menu .search_box .btn .ico::after {
  content: "";
  width: 2px;
  border-top: 2px solid #fcfcfc;
  height: 4.4px;
  background: #fcfcfc;
  position: absolute;
  border-right: 2px solid #999999;
  left: 20px;
  top: 21.6px;
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  /* IE 9 */
  -moz-transform: rotate(-35deg);
  /* Firefox */
  -webkit-transform: rotate(-35deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-35deg);
  /* Opera */
}
.ktvlist .content .top_menu .btn {
  color: #969696;
  font-size: 14px;
  height: 100%;
  width: 90%;
  border: 1px solid #e2e2e2;
  background: #fcfcfc;
  border-radius: 20px;
}
.ktvlist .content .volist .vo:first-child {
  position: relative;
}
.ktvlist .content .volist .vo:first-child::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.ktvlist .content .volist .vo:first-child::after {
  content: "";
  display: block;
  clear: both;
}
.ktvlist .content .volist .vo:last-child .right {
  border-bottom: none 0px;
}
.ktvlist .content .volist .vo:hover {
  background: rgba(255, 100, 0, 0.05);
}
.ktvlist .content .volist .vo {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  background: #fcfcfc;
}
.ktvlist .content .volist .vo .festival-tick {
  width: 73%;
  float: right;
  margin-bottom: 20px;
}
.ktvlist .content .volist .vo .festival-tick ul li {
  line-height: 25px;
  font-size: 12px;
  color: #828282;
}
.ktvlist .content .volist .vo .festival-tick ul li .head {
  padding: 2px;
  background: #ff6400;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}
.ktvlist .content .volist .vo .festival-tick ul li .color1 {
  background: #f6ac2f;
}
.ktvlist .content .volist .vo .festival-tick ul li .color2 {
  background: #22b65a;
}
.ktvlist .content .volist .vo .festival-tick ul li .color3 {
  background: #ff6e00;
}
.ktvlist .content .volist .vo .festival-tick ul li .color4 {
  background: #fe9458;
}
.ktvlist .content .volist .vo .festival-tick ul li .color5 {
  background: #7bc641;
}
.ktvlist .content .volist .vo .festival-tick ul li .color6 {
  background: #967adc;
}
.ktvlist .content .volist .vo .festival-tick ul li .color7 {
  background: #5d9cec;
}
.ktvlist .content .volist .vo:first-child {
  border-top: 0px none transparent;
}
.ktvlist .content .volist .vo::after {
  content: "";
  display: block;
  clear: both;
}
.ktvlist .content .volist .vo .left {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 27%;
  box-sizing: border-box;
  font-size: 0px;
}
.ktvlist .content .volist .vo .left img {
  display: block;
  height: 68px;
  width: 68px;
  max-width: 68px;
  min-width: 68px;
  max-height: 68px;
  min-height: 68px;
  margin: 0 auto;
  border-radius: 3px;
}
.ktvlist .content .volist .vo .right {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 108px;
  float: right;
  width: 73%;
}
.ktvlist .content .volist .vo .right .name {
  line-height: 25px;
}
.ktvlist .content .volist .vo .right .name::after {
  content: "";
  display: block;
  clear: both;
}
.ktvlist .content .volist .vo .right .name .inner {
  float: left;
  color: #141414;
  font-size: 18px;
  display: inline-block;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ktvlist .content .volist .vo .right .name .tick {
  float: left;
}
.ktvlist .content .volist .vo .right .name .tick::after {
  content: "";
  display: block;
  clear: both;
}
.ktvlist .content .volist .vo .right .name .tick span:nth-child(2) {
  margin-left: -2px;
}
.ktvlist .content .volist .vo .right .name .tick span:nth-child(3) {
  margin-left: -3px;
}
.ktvlist .content .volist .vo .right .name .tick .predetermine {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
}
.ktvlist .content .volist .vo .right .name .tick .pack {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  background: #279cd2;
}
.ktvlist .content .volist .vo .right .name .tick .reduce {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  width: 36px;
  background: #20b75a;
}
.ktvlist .content .volist .vo .right .addr {
  line-height: 15px;
  margin-top: 5px;
  color: #828282;
  font-size: 13px;
}
.ktvlist .content .volist .vo .right .addr .text {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ktvlist .content .volist .vo .right .addr .distance {
  float: right;
  margin-right: 5%;
}
.ktvlist .content .volist .vo .right .price {
  margin-top: 3px;
  line-height: 22px;
  color: #828282;
  font-size: 13px;
}
.ktvlist .content .volist .vo .right .price .num {
  color: #ff6400;
  font-size: 18px;
  margin-right: 3px;
}
.ktvlist .content .volist .vo .right .price .grade {
  float: right;
  margin-right: 5%;
}
.ktvlist .pay_remind + .content {
  padding-top: 30px;
}
/*KTV列表页面结束*/
/*搜索页面开始*/
.search {
  /*搜索框*/
  /*搜索返回的数据*/
}
.search a:focus,
.search input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}
.search .search_lists {
  width: 100%;
  height: 400px;
  line-height: 350px;
  text-align: center;
  overflow: hidden;
  margin-top: 50px;
}
.search .search_lists .loading_pic {
  width: 20px;
  height: 20px;
}
.search .have_no {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.search .have_no img {
  margin-top: 20px;
  width: 45%;
  margin-bottom: 10px;
}
.search .have_no div {
  width: 100%;
  text-align: center;
}
.search .have_no div span {
  color: #696969;
}
.search .no_histroy {
  width: 100%;
  height: 400px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 400px;
  color: #b3a9b3;
}
.search .history {
  border-top: 1px solid #e2e2e2;
}
.search .item {
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url('http://weixindestine.ktvme.com/Public/Event/images/app/kmapp_20/icon_history.png') no-repeat #fcfcfc 10px;
  background-position: 1% 50%;
  background-size: 35px 20px;
  padding-left: 45px;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}
.search .list {
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-position: 1% 50%;
  background-size: 35px 20px;
  padding-left: 34px;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}
.search .clearHistory {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}
.search .noresult {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
}
.search .top_search {
  font-size: 15px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.search .top_search .city_box {
  float: left;
  height: 100%;
  width: 27%;
  box-sizing: border-box;
}
.search .top_search .city_box .btn {
  padding-right: 10%;
  margin-left: 10%;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.search .top_search .city_box .btn .inner {
  width: 70%;
  margin-left: 10%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.search .top_search .city_box .btn::before {
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-left: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
  border-top: 6.4px solid #969696;
  position: absolute;
  top: 16px;
  right: 15%;
}
.search .top_search .city_box .btn::after {
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-left: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
  border-top: 6px solid #fcfcfc;
  position: absolute;
  top: 14.4px;
  right: 15%;
}
.search .top_search .search_box {
  float: left;
  height: 100%;
  width: 73%;
  box-sizing: border-box;
}
.search .top_search .search_box .btn {
  line-height: 40px;
  margin-left: 5%;
  position: relative;
  font-size: 15px;
}
.search .top_search .search_box .btn .ico {
  height: 100%;
  width: 30px;
  float: left;
  margin-left: 3%;
  position: relative;
}
.search .top_search .search_box .btn .ico::before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  border-radius: 40px;
  border: 2px solid #999999;
  top: 10.4px;
  left: 10px;
}
.search .top_search .search_box .btn .ico::after {
  content: "";
  width: 2px;
  border-top: 2px solid #fcfcfc;
  height: 4.4px;
  background: #fcfcfc;
  position: absolute;
  border-right: 2px solid #999999;
  left: 20px;
  top: 21.6px;
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  /* IE 9 */
  -moz-transform: rotate(-35deg);
  /* Firefox */
  -webkit-transform: rotate(-35deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-35deg);
  /* Opera */
}
.search .top_search .btn {
  color: #969696;
  font-size: 14px;
  height: 100%;
  width: 90%;
  border: 1px solid #e2e2e2;
  background: #fcfcfc;
  border-radius: 20px;
}
.search .top_search .search_line {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #fcfcfc;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  position: relative;
  box-sizing: border-box;
  height: 40px;
  line-height: 40PX;
}
.search .top_search .search_line .ico {
  height: 100%;
  width: 30px;
  margin-left: 3%;
  position: relative;
  float: left;
}
.search .top_search .search_line .ico::before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  border-radius: 40px;
  border: 2px solid #999999;
  top: 10.4px;
  left: 10px;
}
.search .top_search .search_line .ico::after {
  content: "";
  width: 2px;
  border-top: 2px solid #fcfcfc;
  height: 4.4px;
  background: #fcfcfc;
  position: absolute;
  border-right: 2px solid #999999;
  left: 20px;
  top: 21.6px;
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  /* IE 9 */
  -moz-transform: rotate(-35deg);
  /* Firefox */
  -webkit-transform: rotate(-35deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-35deg);
  /* Opera */
}
.search .top_search .search_line .clear_img {
  width: 23px;
  height: 23px;
  background: #e0e0e0;
  right: 10px;
  top: 7px;
  position: absolute;
  border-radius: 25px;
  display: none;
}
.search .top_search .search_line .clear_img::before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  background: #ffffff;
  left: 10px;
  top: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.search .top_search .search_line .clear_img::after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  background: #ffffff;
  left: 10px;
  top: 4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}
.search .top_search .search_line #search {
  height: 25px;
  margin-top: 7px;
  width: 60%;
  color: #131313;
  border: none 0px;
  outline: none;
  font-size: 15px;
}
.search .top_search .search_button {
  width: 75px;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  font-size: 16px;
  float: right;
  color: #ff6400;
  display: block;
  line-height: 40px;
  text-align: center;
}
.search .all_result .volist .vo:first-child {
  position: relative;
}
.search .all_result .volist .vo:first-child::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.search .all_result .volist .vo:first-child::after {
  content: "";
  display: block;
  clear: both;
}
.search .all_result .volist .vo:last-child .right {
  border-bottom: none 0px;
}
.search .all_result .volist .vo:hover {
  background: rgba(255, 100, 0, 0.05);
}
.search .all_result .volist .vo {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  background: #fcfcfc;
}
.search .all_result .volist .vo .festival-tick {
  width: 73%;
  float: right;
  margin-bottom: 20px;
}
.search .all_result .volist .vo .festival-tick ul li {
  line-height: 25px;
  font-size: 12px;
  color: #828282;
}
.search .all_result .volist .vo .festival-tick ul li .head {
  padding: 2px;
  background: #ff6400;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}
.search .all_result .volist .vo .festival-tick ul li .color1 {
  background: #f6ac2f;
}
.search .all_result .volist .vo .festival-tick ul li .color2 {
  background: #22b65a;
}
.search .all_result .volist .vo .festival-tick ul li .color3 {
  background: #ff6e00;
}
.search .all_result .volist .vo .festival-tick ul li .color4 {
  background: #fe9458;
}
.search .all_result .volist .vo .festival-tick ul li .color5 {
  background: #7bc641;
}
.search .all_result .volist .vo .festival-tick ul li .color6 {
  background: #967adc;
}
.search .all_result .volist .vo .festival-tick ul li .color7 {
  background: #5d9cec;
}
.search .all_result .volist .vo:first-child {
  border-top: 0px none transparent;
}
.search .all_result .volist .vo::after {
  content: "";
  display: block;
  clear: both;
}
.search .all_result .volist .vo .left {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 27%;
  box-sizing: border-box;
  font-size: 0px;
}
.search .all_result .volist .vo .left img {
  display: block;
  height: 68px;
  width: 68px;
  max-width: 68px;
  min-width: 68px;
  max-height: 68px;
  min-height: 68px;
  margin: 0 auto;
  border-radius: 3px;
}
.search .all_result .volist .vo .right {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 108px;
  float: right;
  width: 73%;
}
.search .all_result .volist .vo .right .name {
  line-height: 25px;
}
.search .all_result .volist .vo .right .name::after {
  content: "";
  display: block;
  clear: both;
}
.search .all_result .volist .vo .right .name .inner {
  float: left;
  color: #141414;
  font-size: 18px;
  display: inline-block;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search .all_result .volist .vo .right .name .tick {
  float: left;
}
.search .all_result .volist .vo .right .name .tick::after {
  content: "";
  display: block;
  clear: both;
}
.search .all_result .volist .vo .right .name .tick span:nth-child(2) {
  margin-left: -2px;
}
.search .all_result .volist .vo .right .name .tick span:nth-child(3) {
  margin-left: -3px;
}
.search .all_result .volist .vo .right .name .tick .predetermine {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
}
.search .all_result .volist .vo .right .name .tick .pack {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  background: #279cd2;
}
.search .all_result .volist .vo .right .name .tick .reduce {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  width: 36px;
  background: #20b75a;
}
.search .all_result .volist .vo .right .addr {
  line-height: 13px;
  margin-top: 5px;
  color: #828282;
  font-size: 13px;
}
.search .all_result .volist .vo .right .addr .text {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search .all_result .volist .vo .right .addr .distance {
  float: right;
  margin-right: 5%;
}
.search .all_result .volist .vo .right .price {
  margin-top: 3px;
  line-height: 22px;
  color: #828282;
  font-size: 13px;
}
.search .all_result .volist .vo .right .price .num {
  color: #ff6400;
  font-size: 18px;
  margin-right: 3px;
}
.search .all_result .volist .vo .right .price .grade {
  float: right;
  margin-right: 5%;
}
/*搜索页面结束*/
.ktv_index .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #333;
  background-color: #F0F0F0;
  border-bottom: 1px solid #E2E2E2;
}
.ktv_index .header .position {
  text-align: center;
  line-height: 50px;
  position: relative;
}
.ktv_index .header .position .title {
  font-size: 1.25em;
}
.ktv_index .cur_localtion {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 14px;
  cursor: pointer;
}
.ktv_index .cur_city {
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ktv_index .cur_localtion:hover > .cur_icon {
  border-color: #ff6400;
}
.ktv_index .cur_localtion:hover > .cur_city {
  color: #ff6400;
}
.ktv_index .my_order {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  display: block;
  text-align: center;
}
.citylist {
  background: #FFF;
}
.citylist .check_city_title {
  background: #BFBFBF;
  font-size: .9em;
  font-weight: normal;
  color: #FFF;
  line-height: 25px;
  text-indent: 15px;
}
.citylist .check_menu .city_div {
  line-height: 30px;
  text-indent: 15px;
  color: #606060;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  background: #FFF;
  border-bottom: 1px solid #F3F3F3;
}
.citylist .check_menu .city_div a {
  display: block;
  padding: 5px 0;
  width: 85%;
}
.citylist .check_city_p {
  display: block;
  line-height: 30px;
  text-indent: 15px;
  color: #606060;
  font-size: 1em;
  font-weight: normal;
  background: #F3F3F3;
  padding: 5px 0;
}
.citylist .index_bar {
  position: fixed;
  display: none;
  top: 5%;
  right: 7px;
  width: 25px;
  background: rgba(0, 0, 0, 0.25);
  font-size: .7em;
  text-align: center;
  padding: 4px 0;
  border-radius: 14px;
  z-index: 9999;
}
.citylist .index_city {
  padding: 2px 0px;
  color: #FFF;
  cursor: pointer;
}
.company .header {
  position: relative;
  background: #FFF;
}
.company .header::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.company .hint {
  text-align: center;
  padding: 10px;
  font-size: 17px;
  color: #8c8c8c;
  line-height: 23px;
}
.company .company_add {
  position: relative;
  height: 50px;
  line-height: 50px;
}
.company .company_add::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #e0e0e0;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.company .company_add .add {
  width: 85%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 30px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../images/addr.png) no-repeat;
  background-position: 16px center;
  background-size: auto 28% ;
  color: #141414;
}
.company .company_add .phone {
  width: 15%;
  float: left;
  height: 100%;
  position: relative;
  background: url(../../images/phone.png) no-repeat;
  background-position: center center;
  background-size: auto 40% ;
}
.company .company_add .phone::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  left: 0px;
  top: 15%;
  background: #e2e2e2 ;
}
.company .company_add .phone a {
  display: block;
  width: 100%;
  height: 100%;
}
.company .company_info {
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.company .company_info .grade {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.company .company_info .grade .star {
  display: inline-block;
  width: 68px;
  height: 10px;
  background: url(../../images/star.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  margin-bottom: 3px;
}
.company .company_info .grade .star .inner {
  height: 100%;
  width: 100%;
  background: url(../../images/star.png) no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.company .company_info .grade .number {
  font-size: 16px;
  color: #828282;
  line-height: 27PX;
}
.company .heder_left {
  padding: 0 16px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.company .heder_left img {
  border-radius: 5px;
  width: 68px;
  height: 68px;
  display: block;
}
.company .heder_right {
  line-height: 25px ;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 12px;
  float: left;
  margin-top: 6px;
  margin-left: 2%;
}
.company .heder_right span {
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  border-radius: 2px;
  margin-left: 0px;
  display: inline-block;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  margin-right: -2px;
}
.company .heder_right span:first-child {
  margin-left: 5px;
}
.company .heder_right .head_tick {
  float: left;
  color: #fff;
}
.company .heder_right .head_tick .tick_1 {
  background: #ff6400;
}
.company .heder_right .head_tick .tick_2 {
  background: #2799d5 ;
}
.company .heder_right .head_tick .tick_3 {
  background: #775fa9 ;
  margin-right: -4px;
}
.company .heder_right .company_top {
  margin-top: 6px;
}
.company .heder_right .company_top::after {
  content: "";
  display: block;
  clear: both;
}
.company .heder_right .company_name {
  max-width: 100%;
  font-size: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  float: left;
}
.company .heder_right .bor_bottom_c {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.company .company_comment {
  color: #ACACAC;
  font-size: .8em;
  padding: 2px 0;
}
.company .company_addr {
  color: #636363;
  font-size: .8em;
  padding: 2px 0;
  line-height: 20px;
}
.company .content {
  position: relative;
  background: #FFF;
  margin: 15px 0;
}
.company .content::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #dfdfdf;
  -moz-transform: scale(1, 0.55);
  -webkit-transform: scale(1, 0.55);
  -o-transform: scale(1, 0.55);
}
.company .company_tel {
  color: #636363;
  font-size: 0.8em;
  margin: 5px 0;
  padding: 5px 0;
}
.company .book_room_header {
  padding: 10px;
}
.title_border_text {
  line-height: 35px;
  display: inline-block;
  float: left;
  font-size: .8em;
  color: #141414;
}
.company .tab_con_notice {
  padding: 5px 0 5px 15px;
  background: #FFF3D3;
  color: #F89A00;
  font-size: .8em;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
}
.company .tab_con_notice img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.company .tab_con_notice span {
  display: inline-block;
  vertical-align: middle;
}
.company .tab li div {
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  height: 40px;
}
.company .tab li.on {
  color: #ff6400;
  text-align: center;
}
.company .tab li.on div {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #ff6400;
}
.company .tab li {
  color: #838383;
}
/* flexslider css */
.company .tab .flexslider {
  margin: 0;
  border: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  zoom: 1;
  padding: 0;
}
.company .tab .flexslider_div {
  background: #FFF;
}
.company .tab .flexslider .slides > li {
  font-size: .8em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.company .tab .flexslider .slides img {
  height: 150px;
}
.company .tab_con {
  background: #FFF;
}
.company .tab_con div.tab_con_div:not(:first-child) {
  display: none;
}
.company .packages ul li {
  cursor: pointer;
}
.company .pack_header {
  padding: 5px 15px 5px 10px;
  background: #fcfcfc;
  white-space: nowrap;
  position: relative;
  font-size: .8em;
}
.company li:first-child .pack_header {
  border-bottom: 1px solid #f6f6f6;
}
.company li:not(:first-child) .pack_header {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.company .pack_header .pack_h_left {
  display: inline-block;
  vertical-align: middle;
}
.company .pack_header .pack_h_left img {
  width: 85px;
  height: 55px;
  display: block;
}
.company .pack_header .pack_h_right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 55%;
  white-space: normal;
  word-break: break-all;
}
.company .pack_header .pack_name {
  color: #2473B8;
  font-size: 1.1em;
}
.company .pack_header .pack_people {
  margin-left: 3px;
  color: #808080;
}
.company .pack_header .pack_arrow {
  position: absolute;
  top: 40%;
  right: 15px;
  height: 20px;
  width: 20px;
}
.company .pack_header .pack_arrow_up {
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_up.png');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.company .pack_header .pack_arrow_down {
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_down.png');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.company .pack_content {
  position: relative;
  padding: 0 0;
}
.company .pack_content .pack_div_arrow_up {
  position: absolute;
  top: -6px;
  left: 50px;
  width: 0px;
  height: 0px;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #E2E2E2;
  font-size: 0px;
  line-height: 0px;
  z-index: 2;
}
.company .pack_content .pack_div_arrow_bottom {
  position: absolute;
  top: -5px;
  left: 50px;
  width: 0px;
  height: 0px;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #F5F5F5;
  font-size: 0px;
  line-height: 0px;
  z-index: 2;
}
.company .pack_content .pack_div {
  position: relative;
  min-height: 60px;
  width: 100%;
  background: #FFF;
}
.company .pack_content .pack_div::before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 15px;
  bottom: 0px;
  background: #ebebeb ;
  content: "";
}
.company .pack_content .pack_div:hover {
  background: rgba(255, 100, 0, 0.05);
}
.company .pack_content .pack_div .pack_top {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  margin-left: 15PX;
  width: 60%;
}
.company .pack_content .pack_div .pack_top .inner {
  line-height: 20px;
  height: 20px;
}
.company .pack_content .pack_div .pack_top .pack_combo {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin-right: 6px;
}
.company .pack_content .pack_div .pack_top .count_0 {
  max-width: 100%;
}
.company .pack_content .pack_div .pack_top .count_1 {
  max-width: 80%;
}
.company .pack_content .pack_div .pack_top .count_2 {
  max-width: 65%;
}
.company .pack_content .pack_div .pack_top .count_4 {
  max-width: 50%;
}
.company .pack_content .pack_div .pack_top .count_5 {
  max-width: 55%;
}
.company .pack_content .pack_div .pack_top .count_6 {
  max-width: 35%;
}
.company .pack_content .pack_div .pack_top .pack_left {
  font-size: 1em;
  margin-left: 3px;
  color: #333333;
  line-height: 12px;
  float: left;
}
.company .pack_content .pack_div .pack_top .pack_name {
  line-height: 16px;
  font-size: .8em;
  width: 100%;
  color: #808080;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company .pack_content .pack_div .pack_top .pack_time {
  font-size: 1em;
  color: #333333;
  display: none;
  vertical-align: middle;
}
.company .pack_content .pack_div .pack_top .pack_time span {
  display: inline-block;
  vertical-align: bottom;
}
.company .pack_content .pack_div .pack_top .pack_time .hl_time {
  font-size: 1.05em;
  font-weight: bold;
}
.company .pack_content .pack_div .pack_top .pack_time .ll_time {
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 1px;
}
.company .pack_content .pack_div .pack_top .pack_night {
  font-size: .8em;
  margin-left: 2px;
  color: #333333;
}
.company .pack_content .pack_div .pack_middle {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: right;
}
.company .pack_content .pack_div .pack_bottom {
  text-align: center;
  position: absolute;
  top: 24%;
  right: 2%;
}
.company .pack_content .pack_div .pack_middle .pack_price {
  color: #ff6400;
  font-size: 0.9em;
}
.company .pack_content .pack_div .pack_middle .pack_price span {
  font-size: 1.4em;
}
.company .pack_content .pack_div .pack_middle .pack_old_price {
  color: #808080;
  font-size: .7em;
  text-decoration: line-through;
}
.company .pack_content .pack_book_btn {
  width: 50px;
  border-radius: 2px;
  cursor: pointer;
  right: 10px;
}
.company .pack_content .book {
  background: #ff6400;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
}
.company .pack_content .full {
  background: #ff6400;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  background: #bebebe;
}
.company .pack_content .no_pack_div {
  text-align: center;
  padding: 25px 0 25px;
  color: #999;
  font-size: .9em;
}
.company .footer {
  padding-bottom: 20px;
  margin-top: 15px;
}
.company .company_deals {
  background: #FFF;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.company .deals_header {
  padding: 10px 10px 5px;
  background: #FFF;
  overflow: hidden;
}
.company .deals_header .deals_header_icon {
  float: right;
  margin-top: -3px;
}
.company .deals_content ul li {
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.company .deals_content ul li.deals_li:not(last-child) {
  border-bottom: 1px solid #eaeaea;
}
.company .deals_content ul li.deals_li:hover {
  background: #E7F3FF;
}
.company .deals_img img {
  width: 85px;
  display: block;
}
.company .deals_img {
  display: inline-block;
  vertical-align: middle;
}
.company .deals_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 54%;
}
.company .deals_info p {
  font-size: .9em;
  color: #333;
}
.company .deals_info p:first-child {
  line-height: 18px;
}
.company .deals_info p:last-child {
  margin-top: 3px;
}
.company .deals_info .cut_price .num {
  font-size: 1.4em;
  margin-right: 2px;
}
.company .deals_info .old_price {
  color: #797979;
  font-size: .8em;
  text-decoration: line-through;
}
.company .deals_content .break_arrow {
  position: absolute;
  top: 40%;
  right: 15px;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_right.png');
  height: 20px;
  width: 20px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.company .deals_content .more_deals {
  font-size: .8em;
  padding: 10px 0;
  color: #608CB3;
  text-indent: 10px;
}
.company .packages {
  overflow: hidden;
}
.company .packages li:last-child .pack_content .pack_book:last-child::before {
  left: 0px;
}
.company .packages .loading {
  text-align: center;
  margin: 20px 0;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  font-size: .9em;
}
.company .packages .pack_content .loading {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  font-size: .9em;
  background: #F7E6F0;
}
.company .packages .no_has_room {
  text-align: center;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  font-size: .9em;
  margin: 30px 20px;
}
.company .packages .net_error {
  text-align: center;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  font-size: .9em;
  margin: 30px 20px;
}
.company .deals_content .no_has_deals {
  text-align: center;
  padding: 20px 0 100px;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  font-size: .9em;
}
.MyOrder {
  background: #F2F2F2;
}
.MyOrder .sharebox {
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.MyOrder .sharebox::before {
  content: "";
  width: 250px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/shar_weixin_qq_logo.png) no-repeat;
  background-position: center center ;
  background-size: 100% 100%;
}
.MyOrder .header {
  position: relative;
  height: 40px;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.MyOrder .header::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.MyOrder .header li {
  cursor: pointer;
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #828282;
  font-size: 14px;
}
.MyOrder .header li.Active {
  color: #ff6400;
  position: relative;
}
.MyOrder .header li.Active::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: 0px;
  left: 10%;
  background: #ff6400;
}
.MyOrder .content {
  padding-bottom: 20px;
  margin-top: 40px;
  overflow: hidden;
}
.MyOrder .content .item {
  cursor: pointer;
  margin-top: 11px;
  position: relative;
  background: #fcfcfc;
  padding-left: 15px;
}
.MyOrder .content .item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #ccc;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.MyOrder .content .item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #ccc;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.MyOrder .content .item .title {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.MyOrder .content .item .title .name {
  float: left;
  color: #000000;
}
.MyOrder .content .item .title .status {
  float: right;
  color: #ff6400;
  margin-right: 15px;
}
.MyOrder .content .item .title .hui {
  color: #979797;
}
.MyOrder .content .item .info {
  border-top: 1px solid #eee;
  height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.MyOrder .content .item .info .pic {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
  float: left;
  border-radius: 5px;
}
.MyOrder .content .item .info .text {
  color: #010101;
  float: left;
  margin-top: 5px;
  margin-left: 2%;
  height: 40px;
  line-height: 20px;
}
.MyOrder .content .item .info .text div:first-child {
  font-size: 16px;
}
.MyOrder .content .item .info .text div:last-child {
  font-size: 13px;
}
.MyOrder .content .item .info .price {
  height: 50px;
  float: right;
  margin-right: 15px;
  line-height: 50px;
}
.MyOrder .content .item .info .price .money {
  font-size: 12px;
}
.MyOrder .content .item .info .price .num {
  font-size: 18px;
}
.MyOrder .content .item .code {
  height: 35px;
  border-top: 1px solid #eee;
  line-height: 35px;
  color: #646464;
  font-size: 13px;
}
.MyOrder .content .item .code .num {
  color: #ff6400;
}
.MyOrder .content .item .code .share_btn {
  height: 24px;
  line-height: 24px;
  margin-top: 4.5px;
  width: 60px;
  float: right;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #ff6400;
  color: #ff6400;
  font-size: 15px;
  border-radius: 4px;
}
.MyOrder .content .item .code .pay_btn {
  height: 24px;
  line-height: 24px;
  margin-top: 4.5px;
  width: 60px;
  float: right;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #ff6400;
  color: #ff6400;
  font-size: 15px;
  border-radius: 4px;
  color: #fff;
  background: #ff6400;
}
.MyOrder .isnull {
  text-align: center;
  margin-top: 30%;
  /*  &::before{
      display: block;
      margin: 0 auto;
      height: 100px;
      width: 100px;
      border-radius: 100px;
      content: "";
      background: url("../../images/isnull.jpg") no-repeat;
      background-size: 100% 100%;
      background-position: center center;

    }*/
  /*
    &::after{
      content: "这里空空的...";
      display: block;
      margin: 0 auto;
      color: #818181;
      font-size:12px;
      line-height: 40px;
    }
*/
}
.MyOrder .isnull div {
  color: #818181;
  margin-top: 10px;
}
.MyOrder .isnull div:nth-child(1) {
  font-size: 14px;
}
.MyOrder .isnull div:nth-child(2) {
  margin-top: 0PX;
  font-size: 12px;
}
.MyOrder .isnull span {
  font-size: 14px;
  border: 1px solid #ff6400;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 80px;
  text-align: center;
  color: #ff6400;
  margin-top: 10px;
}
.MyOrder .loadfial {
  text-align: center;
  margin-top: 30%;
  /*  &::before{
      display: block;
      margin: 0 auto;
      height: 100px;
      width: 100px;
      border-radius: 100px;
      content: "";
      background: url("../../images/isnull.jpg") no-repeat;
      background-size: 100% 100%;
      background-position: center center;

    }*/
  /*
    &::after{
      content: "这里空空的...";
      display: block;
      margin: 0 auto;
      color: #818181;
      font-size:12px;
      line-height: 40px;
    }
*/
}
.MyOrder .loadfial div {
  color: #818181;
  margin-top: 10px;
}
.MyOrder .loadfial div:nth-child(1) {
  font-size: 14px;
}
.MyOrder .loadfial div:nth-child(2) {
  margin-top: 0PX;
  font-size: 12px;
}
.MyOrder .loadfial span {
  font-size: 14px;
  border: 1px solid #ff6400;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 80px;
  text-align: center;
  color: #ff6400;
  margin-top: 10px;
}
.MyOrder .loadfial::before {
  background: url("../../images/loadfial.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.MyOrder .loadfial::after {
  display: none;
}
.MyOrder .order_info {
  background: #FFF;
}
.MyOrder .content ul li {
  position: relative;
  background: #FFF;
  margin: 15px 10px;
  padding-bottom: 10px;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/bg_border_bottom.jpg');
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 10px;
}
.MyOrder .order_common .order_top {
  position: absolute;
  top: -25px;
  left: 0;
  background: #FFF;
  color: #FFF;
  font-size: .7em;
  width: 120px;
  line-height: 25px;
  padding: 0 10px 0;
  border-top-right-radius: 10px;
}
.MyOrder .nopay .order_top {
  background: #ff6400;
}
.MyOrder .payed .order_top {
  background: #009000;
}
.MyOrder .unallow {
  background: #C3C3C3;
}
.MyOrder .history .order_top {
  background: #C3C3C3;
}
.MyOrder .order_common .order_middle {
  cursor: pointer;
  padding: 15px 20px 0;
  overflow: hidden;
}
.MyOrder .order_common .order_middle .break_img {
  float: left;
}
.MyOrder .order_common .order_middle .break_img img {
  display: block;
  width: 45px;
  height: 45px;
}
.MyOrder .order_common .order_middle .order_detail {
  margin-left: 55px;
  margin-top: 2px;
}
.MyOrder .order_common .order_bottom {
  background: #FFF;
  position: relative;
  overflow: hidden;
  padding: 0px 20px 7px;
  white-space: nowrap;
}
.MyOrder .order_common .order_name {
  color: #000;
  padding-bottom: 3px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MyOrder .order_common .order_date {
  color: #656565;
  font-size: 0.8em;
}
.MyOrder .order_common .order_status {
  font-size: .8em;
  line-height: 20px;
  margin: 4px 0;
  color: #618db2;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
}
.MyOrder .order_common .status_1 {
  /*1-锁定包厢未付款*/
  color: #618db2;
  font-size: .9em;
  margin: 4px 0;
}
.MyOrder .order_common .status_2 {
  /*2-已付款未审核 */
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_2.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_common .status_3 {
  /*3-已付款*/
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_3.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_common .status_4 {
  /*4-已消费*/
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_4.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_common .status_5 {
  /*5-未付款已撤单*/
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_5.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_common .status_6 {
  /*6-已撤单未退款*/
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_6.png');
  background-repeat: no-repeat;
  color: #CA076F;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_common .status_7 {
  /*7-已退款*/
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/order_status_7.png');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
  background-color: #FFF;
  padding-left: 16px;
}
.MyOrder .order_detail .left_time .time_color span {
  background: #628db0;
  color: #FFF;
  font-size: .9em;
  margin: 0 1px;
  padding: 0 2px;
}
.MyOrder .order_detail .detail_top {
  height: 45px;
}
.MyOrder .nopay .order_price {
  color: #656565;
  width: 67%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: .7em;
}
.MyOrder .nopay .order_price span {
  color: #ff6400;
}
.MyOrder .nopay .order_price span.num {
  color: #ff6400;
  font-size: 1.7em;
}
.MyOrder .order_common .pay_order {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  margin-top: 5px;
}
.MyOrder .order_common .pay_order .pay_button {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: .9em;
  color: #FFF;
  background: #ff6400;
  text-align: center;
  float: right;
  cursor: pointer;
}
.MyOrder .order_common .order_code {
  width: 67%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.MyOrder .order_common .code_num {
  font-size: 1.2em;
  color: #ff6400;
  padding: 5px 0;
}
.MyOrder .order_common .code_notice {
  font-size: .7em;
  color: #999;
}
.MyOrder .order_common .share_order {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
}
.MyOrder .order_common .share_order .share_btn {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: .9em;
  color: #FFF;
  background: #ff6400;
  text-align: center;
  float: right;
  cursor: pointer;
}
.MyOrder .content .no_own_order {
  background: none;
  text-align: center;
  margin-top: 69px;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
}
.MyOrder .error_notice {
  background: none;
  display: block;
  text-align: center;
  margin-top: 69px;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
}
.MyOrder .content li.my_order_empty {
  width: 80%;
  margin: 50px auto;
  max-width: 270px;
  background: none;
}
.MyOrder .content .my_order_empty img {
  width: 100%;
  display: block;
}
.MyOrder .content .loading {
  text-align: center;
  margin-top: 69px;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
  display: block;
}
.MyOrder .history .order_price {
  color: #686868;
  text-align: right;
  line-height: 20px;
  float: right;
  font-size: .8em;
  margin-top: 5px;
}
.MyOrder .history .order_price .num {
  font-size: 1.5em;
}
.MyOrder .history .pay_button {
  background: #999;
}
.MyOrder .history .order_middle {
  padding: 10px 10px 5px;
}
.MyOrderDetail {
  background: #F2F2F2;
  overflow: hidden;
}
.MyOrderDetail .sharebox {
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.MyOrderDetail .sharebox::before {
  content: "";
  width: 250px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/shar_weixin_qq_logo.png) no-repeat;
  background-position: center center ;
  background-size: 100% 100%;
}
.MyOrderDetail .countdownstuddle {
  height: 30px;
}
.MyOrderDetail .countdown {
  color: #666668;
  position: fixed;
  height: 30px;
  line-height: 30px;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #fff3d3;
  z-index: 3;
  font-size: 12px;
  text-align: center;
}
.MyOrderDetail .countdown .num {
  color: #ff6400;
}
.MyOrderDetail .countdown::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  position: relative;
  top: 3px;
  margin-right: 3px;
  background: url(../../images/reminder.png) no-repeat;
  background-size: 100% 100%;
}
.MyOrderDetail .content {
  z-index: 2;
  background: #fff;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.MyOrderDetail .content .box {
  margin-top: 10px;
}
.MyOrderDetail .content .box .ktv_name {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 62%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 2px;
  color: #141414;
}
.MyOrderDetail .content .box .ktv_name .phone {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  font-size: 13px;
  color: #828282;
}
.MyOrderDetail .content .box .phone_logo {
  width: 15%;
  display: inline-block;
  height: 30px;
  margin-top: 10px;
  float: right;
  border-left: 1px solid #eee;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/tel_icon.png?v=1');
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 60% center;
}
.MyOrderDetail .content .box .phone_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.MyOrderDetail .content::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #f2f2f2;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border: 1px solid #D9D9D9;
  z-index: 2;
}
.MyOrderDetail .content::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.MyOrderDetail .boxdetail {
  border-bottom: 1px solid #d9d9d9;
}
.MyOrderDetail .boxdetail .company {
  font-size: 1.1em;
  padding: 15px 0px 10px;
}
.MyOrderDetail .boxdetail .pack_info .ui-border-t {
  line-height: 30px;
}
.MyOrderDetail .boxdetail .pack_info .drinks {
  height: auto;
}
.MyOrderDetail .boxdetail .pack_info .drinks .line {
  height: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: url(http://weixindestine.ktvme.com/Public/images/order-line.png) no-repeat right bottom;
}
.MyOrderDetail .boxdetail .pack_info .drinks .count {
  width: 20%;
  text-align: center;
}
.MyOrderDetail .boxdetail .pack_info .drinks .ui-list {
  background: transparent;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.MyOrderDetail .boxdetail .pack_info .drinks .ui-list .ui-list-info {
  padding-top: 0;
  padding-bottom: 0;
}
.MyOrderDetail .boxdetail .pack_info .drinks .ui-list li {
  height: auto;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.MyOrderDetail .boxdetail .pack_info .go_button {
  float: right;
  color: #3D3D3D;
  font-size: 1.5em;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_right.png');
  height: 54px;
  width: 20px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 27px;
  background-size: 10px;
}
.MyOrderDetail .boxdetail .pack_info .down {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.MyOrderDetail .boxdetail .pack_info ul {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.MyOrderDetail .boxdetail .pack_info ul li {
  font-size: 14px;
  height: 27px;
  line-height: 27px;
}
.MyOrderDetail .boxdetail .pack_info ul li .l {
  float: left;
  color: #818181;
}
.MyOrderDetail .boxdetail .pack_info ul li .r {
  float: right;
  color: #000000;
}
.MyOrderDetail .boxdetail .pack_info ul li::after {
  clear: both;
}
.MyOrderDetail .boxdetail .pack_info ul::after {
  clear: both;
}
.MyOrderDetail .boxdetail .ktv_position {
  padding: 0 15px 10px 15px;
}
.MyOrderDetail .boxdetail .ktv_position .company {
  padding-bottom: 15px;
  background: url(http://weixindestine.ktvme.com/Public/images/order-line.png) no-repeat left bottom;
}
.MyOrderDetail .boxdetail .order_detail_code {
  margin-bottom: 20px;
  text-align: center;
}
.MyOrderDetail .boxdetail .order_detail_code .code_notice {
  color: #828282;
  font-size: 13px;
}
.MyOrderDetail .boxdetail .order_detail_code .code_text {
  line-height: 32px;
  height: 32px;
  color: #010101;
  font-size: 15px;
}
.MyOrderDetail .boxdetail .order_detail_code .code_text span:first-child {
  display: inline-block;
  position: relative;
  top: -2px;
}
.MyOrderDetail .boxdetail .order_detail_code .code_text span:last-child {
  line-height: 40px;
  font-size: 24px;
  color: #ff6400;
  display: inline-block;
}
.MyOrderDetail .order_detail {
  color: #363636;
  margin-left: 15px;
}
.MyOrderDetail .order_detail .d1 {
  border-top: 1px solid #eee;
  color: #000000;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  padding-right: 15px;
}
.MyOrderDetail .order_detail .d1 div:first-child {
  float: left;
  font-size: 17px;
}
.MyOrderDetail .order_detail .d1 div:last-child {
  float: right;
}
.MyOrderDetail .order_detail .d1::after {
  content: "";
  clear: both;
}
.MyOrderDetail .pay_notice {
  padding: 5px 0 5px 15px;
  background: #FFF3D3;
  color: #F89A00;
  font-size: .8em;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
}
.MyOrderDetail .pay_notice img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.MyOrderDetail .pay_notice div {
  display: inline-block;
  vertical-align: middle;
}
.MyOrderDetail .company img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 5px;
}
.MyOrderDetail .company p {
  display: inline-block;
  margin-left: 10px;
  width: 72%;
  vertical-align: middle;
}
.MyOrderDetail .ktv_tel {
  padding: 5px 0 3px;
}
.MyOrderDetail .content .ktv_logo {
  display: inline-block;
  vertical-align: middle;
}
.MyOrderDetail .total_price_red {
  color: #ff6400;
}
.MyOrderDetail .pay_charge {
  color: #ff6400;
}
.MyOrderDetail .on_sale {
  margin-left: 35px;
  margin-right: 20px;
}
.MyOrderDetail .reduce_cost {
  color: #ff6400;
}
.MyOrderDetail .content .boxinfo {
  background: #F2F2F2;
  padding: 25px 10px;
}
.MyOrderDetail .stc_icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.MyOrderDetail .location_icon {
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/location_icon.png');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
}
.MyOrderDetail .icon_left {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  word-break: break-all;
  margin-right: 5px;
}
.MyOrderDetail .icon_right {
  width: 21%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #D6D6D6;
}
.MyOrderDetail .footer {
  margin: 6px 0;
  font-size: .9em;
}
.MyOrderDetail .footer .boxinfo {
  font-size: 1em;
  margin-top: 10px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.MyOrderDetail .footer .boxinfo .order_status {
  padding: 12px 0px 12px;
  margin-left: 17px;
  font-size: 17px;
  border-bottom: 1px solid #eee;
}
.MyOrderDetail .footer .boxinfo .order_status span {
  color: #ff6400;
  float: right;
  margin-right: 15px;
  font-size: 14px;
}
.MyOrderDetail .footer .boxinfo .order_info {
  padding: 12px 15px 12px;
  color: #828282;
  font-size: 13px;
}
.MyOrderDetail .footer .boxinfo .order_info p {
  padding: 2px 0;
}
.MyOrderDetail .order_act {
  background: #F0F0F0;
  padding: 0;
  margin: 15px 10px;
  text-align: center;
}
.MyOrderDetail .btn_middle_no {
  background: #FFF;
  border: 1px solid #9a9a9a;
  text-align: center;
  color: #9a9a9a;
  padding: 12px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.MyOrderDetail .btn_middle_yes {
  text-align: center;
  font-size: 1em;
  background: #CB0870;
  border: 1px solid #CB0870;
  color: #FFF;
  padding: 12px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.MyOrderDetail .btn_left {
  border: 1px solid #ff6400;
  text-align: center;
  color: #ff6400;
  padding: 12px 5px;
  border-radius: 5px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 40%;
  margin-right: 10px;
}
.MyOrderDetail .btn_right {
  border: 1px solid #ff6400;
  text-align: center;
  color: #ff6400;
  padding: 12px 5px;
  border-radius: 5px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  background: #ff6400;
  color: #FFF;
  width: 40%;
  margin-right: 0px;
  margin-left: 10px;
}
.MyOrderDetail .order_kefu {
  margin: 10px 0 20px;
  padding: 10px;
  font-size: .9em;
  text-align: center;
}
.Package .box_img img {
  display: block;
  width: 100%;
  max-height: 188px;
}
.Package .break_name {
  color: #141414;
  line-height: 20px;
  font-size: 20px;
}
.Package .break_info {
  position: relative;
  padding: 15px;
  background: #fcfcfc;
}

.Package .break_info::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #c8c8c8;
    -moz-transform: scale(1, 0.6);
    -webkit-transform: scale(1, 0.6);
    -o-transform: scale(1, 0.6);
    z-index: 10;
}

.Package .select_detail::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #c8c8c8;
    -moz-transform: scale(1, 0.7);
    -webkit-transform: scale(1, 0.7);
    -o-transform: scale(1, 0.7);
    z-index: 3;
}

.Package .break_desc {
  white-space: nowrap;
  padding-right: 10px;
}
.Package .break_desc .desc_left {
  line-height: 15px;
  color: #828282;
  display: inline-block;
  vertical-align: bottom;
  width: 65%;
}
.Package .break_desc .desc_right {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 35%;
  text-align: right;
}
.Package .order_price {
  display: inline-block;
  vertical-align: bottom;
}
.Package .price {
  color: #ff6400;
}
.Package .pricefix {
  color: #ff6400;
}
.Package .pricefix:first-child {
  position: absolute;
  right: 0px;
  top: -20px;
}
.Package .pricefix:last-child {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.Package .price span {
  font-size: .8em;
}
.Package .price span.num {
  font-size: 1.5em;
  margin-right: 2px;
}
.Package .old_price {
  font-size: .8em;
  color: #999;
  text-decoration: line-through;
}
.Package .discount {
  display: inline-block;
  vertical-align: bottom;
  color: #999;
  font-size: .8em;
  margin-left: 8px;
}
.Package .ktv_position {
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.Package .ktv_position .ktv_top {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  line-height: 45px;
}
.Package .ktv_position .ktv_map {
  font-size: 1em;
  float: left;
  width: 50%;
  cursor: pointer;
  color: #000;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/location_icon.png');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 26% 13px;
}
.Package .ktv_position .ktv_tel {
  cursor: pointer;
  border-left: 1px solid #EEE;
  margin-left: 50%;
  color: #000;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/tel_icon.png?v=1');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 26% 13px;
}
.Package .ktv_position .ktv_map .ktv_map_text {
  margin-left: 16%;
}
.Package .ktv_position .ktv_tel .ktv_tel_num {
  margin-left: 16%;
}
.Package .ktv_position .c_map {
  height: 250px;
  display: none;
}
.Package .accountbox {
  font-size: 16px;
  width: 100%;
  height: 50px;
  background: #fff;
    position: relative;
}
.Package .accountbox::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.7);
  -webkit-transform: scale(1, 0.7);
  -o-transform: scale(1, 0.7);
  z-index: 3;
}
.Package .accountbox .detail {
  height: 100%;
  line-height: 50px;
  padding-left: 10px;
}
.Package .accountbox .detail .payment {
  color: #ff6400;
}
.Package .accountbox .detail .reduce {
  color: #828282;
  font-size: 14px;
}
.Package .accountbox .detail .embellish {
  display: inline-block;
  width: 0px;
  height: 12px;
  border-left: 1px solid #c8c8c8;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.Package .accountbox .order_submit_no {
  overflow: hidden;
  font-size: 14px;
  background-color: #ff6400;
  color: #FFF;
  height: 35px;
  line-height: 35px;
  width: 80px;
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.Package .accountbox .order_submit {
  background-color: #9e9c9e;
  overflow: hidden;
  font-size: 20px;
  background-color: #ff6400;
  color: #FFF;
  height: 100%;
  line-height: 50px;
  width: 30%;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  text-align: center;
}
.Package .order_dec {
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-all;
  color: #000;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #828282;
}
.Package .order_detail {
  background: #fff;
  position: relative;
}
.Package .order_detail .order_title {
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  background: #fff;
  padding-left: 15px;
}
.Package .order_detail .order_title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.Package .order_detail .order_title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.Package .order_detail .order_title::after {
  background: #eee;
  left: 15px;
}
.Package .order_detail_fix {
  background: #f2f2f2;
}
.Package .order_detail_fix .order_dec_fix {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.Package .tel {
  background: #fff;
  margin-top: 15px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  padding-left: 15px;
}
.Package .tel .title_border_text {
  float: left;
  color: #141414;
}
.Package .promotion {
  background: #fff;
  margin-top: 15px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  padding-left: 15px;
}
.Package .promotion-fix {
  position: relative;
}
.Package .promotion-fix::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.Package .promotion-fix::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.Package .go_button {
  float: right;
  color: #3D3D3D;
  font-size: 1.5em;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_right.png');
  height: 54px;
  width: 20px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.Package #promotion {
  height: 54px;
  background: #fff;
}
.Package .content .order_detail_first {
  margin-top: 15px;
  position: relative;
}
.Package .content .order_detail_first::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #c8c8c8;
    -moz-transform: scale(1, 0.7);
    -webkit-transform: scale(1, 0.7);
    -o-transform: scale(1, 0.7);
}
.Package .content .order_detail_first::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.7);
  -webkit-transform: scale(1, 0.7);
  -o-transform: scale(1, 0.7);
}
.Package .order_dec p {
  padding: 2px 0;
}
.Package .order_notice {
  color: #618db2;
  font-size: .9em;
  padding: 15px 0px 5px;
}
.Package .order_notice span {
  padding: 5px;
}
.Package .contact {
  background: #FFF;
  line-height: 28px;
  margin: 20px 0;
  color: #000;
  font-size: 1em;
  padding: 10px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.Package .nophone {
  background: #FFF;
  line-height: 28px;
  color: #000;
  font-size: 1em;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.Package .nophone input {
  width: 100%;
  border: none;
  display: block;
  color: #969696;
  font-size: .9em;
  padding: 10px;
}
.Package .nophone .phone_num {
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
.Package .nophone .send_vcode {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  font-size: .8em;
  background: #EDEDED;
  color: #656565;
  cursor: pointer;
  line-height: 25px;
  padding: 0 8px;
}
.Package .notice_left {
  font-size: .9em;
}
.Package .notice_right {
  font-size: .9em;
  color: #969696;
  margin-left: 5px;
}
.Package .tel_notice_right {
  font-size: .9em;
  color: #969696;
  margin-right: 5px;
  float: right;
}
.promotion .sale_select_right {
  font-size: 17px;
  line-height: 54px;
  color: #bebebe;
  margin-right: 5px;
  float: right;
}
.promotion .price_select_right {
  font-size: 17px;
  color: #ff6400;
  margin-right: 5px;
  float: right;
}
.tel .tel_notice_right {
  font-size: .9em;
  color: #bebebe;
  margin-right: 5px;
  float: right;
}
.Package .nologin .nologin_notice {
  font-size: .9em;
  padding: 5px 10px;
}
.Package .nologin .nologin_notice span.km_login {
  color: #ff6400;
  margin-left: 4px;
  cursor: pointer;
}
.Package .nologin .phone_input {
  background: #FFF;
  margin: 0px 0 30px;
  color: #000;
  font-size: 1em;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.Package .nologin .phone_input input {
  outline: none;
  width: 100%;
  padding: 3px 100px 3px 15px;
  font-size: .9em;
  border: 0;
  height: 40px;
  -webkit-user-select: text;
}
.Package .nologin .phone_input input:first-child {
  border-bottom: 1px solid #EEE;
}
.Package .nologin .send_code {
  position: absolute;
  bottom: 4px;
  right: 10px;
  border: 1px solid #969696;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #323232;
  cursor: pointer;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#d8d8d8));
  background: -o-linear-gradient(top, #f2f2f2, #d8d8d8);
  background: -moz-linear-gradient(top, #f2f2f2, #d8d8d8);
}
.Package .footer {
  color: #000;
}
.Package .footer .pack_check {
  white-space: nowrap;
}
.Package .footer .pack_check div {
  color: #6fc44b;
  display: inline-block;
  vertical-align: middle;
  font-size: .7em;
  text-indent: 15px;
  line-height: 16px;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/check_notice.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0 50%;
}
.Package .footer .km_notice {
  padding: 15px 2px 30px;
}
.Package .footer .km_notice img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.Package .footer .km_notice span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  color: #ff6400;
  font-weight: bold;
  font-size: 1em;
}
.Order {
  background: #f2f2f2;
}
.Order .paybox {
  position: fixed;
  height: 50px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 9999;
}
.Order .paybox::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.7);
  -webkit-transform: scale(1, 0.7);
  -o-transform: scale(1, 0.7);
  z-index: 3;
}
.Order .paybox .btn_box {
  position: absolute;
  width: 170px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.Order .paybox .btn_box div {
  display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.Order .paybox .btn_box div.cancel {
  background: #e5e5e5;
  color: #626262;
}
.Order .paybox .btn_box div.ok {
  background: #ff6400;
  color: #fff;
}
.Order .paybox .time {
  padding: 5px;
  padding-left: 10px;
}
.Order .paybox .time div {
  height: 20px;
  width: 40%;
  line-height: 25px;
  font-size: 12px;
}
.Order .paybox .time div:first-child {
  color: #666666;
}
.Order .paybox .time div:last-child {
  color: #ff6400;
}
.Order .header {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 20px;
}
.Order .header .order_top {
  margin: 10px 13px;
}
.Order .header .company_logo {
  display: inline-block;
  vertical-align: middle;
}
.Order .header .company_logo img {
  width: 40px;
  height: 40px;
  display: block;
}
.Order .header .company_name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.Order .header .pay_notice {
  padding: 5px 0 5px 10px;
  background: #FFF3D3;
  color: #F89A00;
  font-size: .8em;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
}
.Order .header .pay_notice img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.Order .header .pay_notice span {
  display: inline-block;
  vertical-align: middle;
}
.Order .header .pay_order_info {
  background: #FcFcFc;
  margin-bottom: 10PX;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 0 0;
}
.Order .header .pay_order_info .pay_info_head {
  margin-left: 15px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.Order .header .pay_order_info .pay_info_head div:first-child {
  float: left;
  color: #141414;
  font-size: 17px;
}
.Order .header .pay_order_info .pay_info_head div:last-child {
  float: right;
  color: #828282;
  font-size: 12px;
  padding-right: 15PX;
}
.Order .header .pay_order_info .pay_info_head::after {
  content: "";
  display: block;
  clear: both;
}
.Order .header .pay_order_info .pay_info_footer {
  margin-left: 15px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 0px none;
  border-top: 1px solid #e6e6e6;
  box-sizing: content-box;
}
.Order .header .pay_order_info .pay_info_footer div:first-child {
  float: left;
  color: #141414;
  font-size: 17px;
}
.Order .header .pay_order_info .pay_info_footer div:last-child {
  float: right;
  color: #828282;
  font-size: 12px;
  padding-right: 15PX;
}
.Order .header .pay_order_info .pay_info_footer::after {
  content: "";
  display: block;
  clear: both;
}
.Order .header .pay_order_info .pay_info_footer div:last-child {
  color: #141414;
  font-size: 16px;
  line-height: 45px;
}
.Order .header .price_info {
  background: #fcfcfc;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding-left: 15PX;
}
.Order .header .price_info .content {
  font-size: 17px;
}
.Order .header .price_info .content div {
  height: 45px;
  line-height: 45PX;
  box-sizing: border-box;
}
.Order .header .price_info .content div .r {
  font-size: 16px;
  float: right;
  margin-right: 15px;
}
.Order .header .price_info .content div .r .c {
  color: #ff6400;
}
.Order .header .price_info .content div .r_fix {
  font-size: 17px;
}
.Order .header .price_info .content div .r_fix span {
  color: #ff6400;
}
.Order .header .price_info .content div:last-child {
  border-top: 1px solid #e7e7e7;
}
.Order .header .order_middle {
  margin-left: 15px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Order .header .order_middle p {
  font-size: 14px;
  padding: 4.5px 0px;
  color: #828282;
}
.Order .header .order_middle p span {
  margin-right: 15px;
}
.Order .header .order_middle p span:nth-child(2) {
  float: right;
  color: #000;
}
.Order .header .pal_select {
  margin-top: 10px;
  background: #fcfcfc;
  border-top: 1px solid #e7e7e7;
  padding-left: 15px;
}
.Order .header .pal_select .head {
  height: 40px;
  line-height: 40px;
  color: #818181;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.Order .header .pal_select .wxpay {
  position: relative;
  height: 85px;
  padding-left: 55px;
  background: url(../images/room/weixin_logo_icon.png) no-repeat left center;
  background-size: auto 50%;
}
.Order .header .pal_select .wxpay .pay_radio {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 10px;
  top: 23%;
}
.Order .header .pal_select .wxpay .pay_radio .radio {
  display: none;
}
.Order .header .pal_select .wxpay .pay_radio .radio:checked + .radio_label {
  cursor: pointer;
  position: relative;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 40px;
  margin: 10px;
  background: #FCFCFC;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/check_true_icon.png');
  background-color: #ff6400;
  border: 1px solid #ff6400;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 4px;
}
.Order .header .pal_select .wxpay .text {
  padding-top: 23px;
  font-size: 14px;
  color: #818181;
}
.Order .header .pal_select .wxpay .text div {
  height: 20px;
  line-height: 20px;
}
.Order .header .pal_select .wxpay .text div:first-child {
  color: #141414;
  font-size: 16px;
}
.Order .header .order_name {
  font-size: 1em;
}
.Order .header .order_time {
  font-size: 1em;
  /*color:#646464;*/
  padding: 2px 0 2px;
}
.Order .header .order_tel {
  font-size: 1em;
  /*color:#646464;*/
  padding: 2px 0;
}
.Order .order_bottom .price_num {
  font-size: 1.3em;
  color: #ff6400;
  margin-right: 2px;
}
.sale_price {
  font-size: 1.1em;
  color: #ff6400;
  margin-right: 2px;
}
.Order .order_bottom .price_unit {
  color: #ff6400;
  font-size: .8em;
}
.Order .pay_choose {
  background: #FFF;
}
.promotion .title {
  background: #FFF;
}
.Order .pay_choose .radio {
  display: none;
}
.Order .pay_choose .pay_radio {
  position: absolute;
  top: 23%;
  right: 0;
}
.Order .pay_choose .radio_label {
  cursor: pointer;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  margin: 10px;
  background: #FCFCFC;
  border: 1px solid #BDBDBD;
}
.content .label {
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  margin: 10px;
  background: #FCFCFC;
  border: 1px solid #BDBDBD;
  position: absolute;
  top: 27%;
  left: 0%;
}
.content .label_checked {
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/check_true_icon.png');
  background-color: #ff6400;
  border: 1px solid #ff6400;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: 4px;
}
.Order .pay_check {
  margin: 20px 10px 30px;
}
.sale_confirm {
  margin: 20px 15px 60px;
}
.Order .pay_check .pay_btn {
  background: #ff6400;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
.Map #map {
  height: 500px;
}
.Pay {
  height: 100%;
}
.Pay_succ {
  overflow: hidden;
}
.Pay_succ .sharebox {
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.Pay_succ .sharebox::before {
  content: "";
  width: 250px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/shar_weixin_qq_logo.png) no-repeat;
  background-position: center center ;
  background-size: 100% 100%;
}
.Pay_succ .header {
  margin-top: 13px;
  margin-bottom: 13px;
}
.Pay_succ .header .succ_icon {
  background-image: url('../../images/pay_sucess.png');
  background-size: auto 40% ;
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 165px;
  padding: 0 0 0 29px;
  margin: 0px auto;
  line-height: 40px;
  color: #ff6400;
}
.Pay_succ .header .succ_icon span {
  padding: 10px 0 10px;
  display: block;
  font-size: 19px;
}
.Pay_succ .supermarket {
  position: relative;
  padding: 10px;
  height: 80px;
  width: 100%;
  background-color: #fbfbfb;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-image: url(../../images/supermarketc.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 60%;
  box-sizing: border-box;
}
.Pay_succ .supermarket::after {
  position: absolute;
  content: "";
  color: #3D3D3D;
  font-size: 1.5em;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/black_arrow_right.png');
  height: 80px;
  width: 20px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0px;
  right: 10px;
}
.Pay_succ .supermarket div {
  margin-left: 60px;
  line-height: 25px;
  height: 25px;
  color: #010101;
  font-size: 15px;
}
.Pay_succ .supermarket div:last-child {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 20px;
}
.Pay_succ .supermarket div:first-child {
  margin-top: 6px;
}
.Pay_succ .content {
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #EEE;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  overflow: hidden;
}
.Pay_succ .content .ktv {
  white-space: nowrap;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #dadada;
}
.Pay_succ .content::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #f2f2f2;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border: 1px solid #ddd;
  z-index: 2;
}
.Pay_succ .content::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.Pay_succ .ktv .company_logo {
  display: inline-block;
  vertical-align: middle;
}
.Pay_succ .ktv img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.Pay_succ .ktv .break_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 80%;
}
.Pay_succ .ktv .break_info .company_name {
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Pay_succ .ktv .break_info .break_desc {
  white-space: normal;
  font-size: 14PX;
  margin-top: 2px;
  color: #636363;
}
.Pay_succ .ktv .break_info .break_desc span {
  display: inline-block;
  vertical-align: middle;
}
.Pay_succ .ktv .break_info .break_type {
  text-overflow: ellipsis;
  overflow: hidden;
}
.Pay_succ .order_info {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
}
.Pay_succ .order_code {
  color: #ff6400;
  padding: 5px 0 0px;
  font-size: 23PX;
  line-height: 24px;
}
.Pay_succ .order_code span {
  color: #000000;
  font-size: 17px;
}
.Pay_succ .succ_notice {
  font-size: 14PX;
  color: #969696;
  margin-top: 0px;
}
.Pay_succ .footer {
  text-align: center;
  margin: 25px 10px;
}
.Pay_succ .footer .act_btn {
  font-size: 18px;
  display: inline-block;
  width: 40%;
  line-height: 44PX;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.Pay_succ .footer .btn_share {
  margin-right: 1%;
  background: #ff6400;
}
.Pay_succ .footer .btn_order {
  border: 1px solid #ff6400;
  color: #ff6400;
}
.company .pack_content .pack_div .pack_top .night_notice {
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: #17baa9;
  font-size: .8em;
  color: #17baa9;
  background: #fff;
  padding: 1px 2px;
  position: relative;
  top: -2px;
}
.company .pack_content .pack_div .pack_top .left_notice {
  color: #05a28d;
  border: 1px solid #05a28d;
  font-size: 12px;
  line-height: 12px;
  padding: 2px;
  border-radius: 2px;
  display: inline-block;
  -moz-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  position: relative;
  left: -2px;
  top: -1px;
  margin-left: -5px;
}
.company .pack_content .pack_div .pack_top .sale_notice {
  color: #dd3e28;
  border: 1px solid #dd3e28;
  font-size: 12px;
  padding: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 12px;
  -moz-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  position: relative;
  left: -2px;
  top: -1px;
  margin-left: -5px;
}
.company .pack_content .pack_div .pack_top .vip_notice {
  color: #ffffff;
  background-color: #FF6100;
  border: 1px solid #FF6100;
  font-size: 12px;
  padding: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 12px;
  -moz-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  position: relative;
  left: -2px;
  top: -1px;
  margin-left: -5px;
}
.company .nobook {
  width: 100%;
  height: auto;
  text-align: center;
}
.company .nobook img {
  margin: 20px auto;
  margin-top: 60px;
  margin-bottom: 5PX;
  width: 30%;
  height: auto;
}
.ktv_index .volist .vo:first-child {
  position: relative;
}
.ktv_index .volist .vo:first-child::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
}
.ktv_index .volist .vo:first-child::after {
  content: "";
  display: block;
  clear: both;
}
.ktv_index .volist .vo:last-child .right {
  border-bottom: none 0px;
}
.ktv_index .volist .vo:hover {
  background: rgba(255, 100, 0, 0.05);
}
.ktv_index .volist .vo {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  background: #fcfcfc;
}
.ktv_index .volist .vo .festival-tick {
  width: 73%;
  float: right;
  margin-bottom: 20px;
}
.ktv_index .volist .vo .festival-tick ul li {
  line-height: 25px;
  font-size: 12px;
  color: #828282;
}
.ktv_index .volist .vo .festival-tick ul li .head {
  padding: 2px;
  background: #ff6400;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}
.ktv_index .volist .vo .festival-tick ul li .color1 {
  background: #f6ac2f;
}
.ktv_index .volist .vo .festival-tick ul li .color2 {
  background: #22b65a;
}
.ktv_index .volist .vo .festival-tick ul li .color3 {
  background: #ff6e00;
}
.ktv_index .volist .vo .festival-tick ul li .color4 {
  background: #fe9458;
}
.ktv_index .volist .vo .festival-tick ul li .color5 {
  background: #7bc641;
}
.ktv_index .volist .vo .festival-tick ul li .color6 {
  background: #967adc;
}
.ktv_index .volist .vo .festival-tick ul li .color7 {
  background: #5d9cec;
}
.ktv_index .volist .vo:first-child {
  border-top: 0px none transparent;
}
.ktv_index .volist .vo::after {
  content: "";
  display: block;
  clear: both;
}
.ktv_index .volist .vo .left {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 27%;
  box-sizing: border-box;
  font-size: 0px;
}
.ktv_index .volist .vo .left img {
  display: block;
  height: 68px;
  width: 68px;
  max-width: 68px;
  min-width: 68px;
  max-height: 68px;
  min-height: 68px;
  margin: 0 auto;
  border-radius: 3px;
}
.ktv_index .volist .vo .right {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 108px;
  float: right;
  width: 73%;
}
.ktv_index .volist .vo .right .name {
  line-height: 25px;
}
.ktv_index .volist .vo .right .name::after {
  content: "";
  display: block;
  clear: both;
}
.ktv_index .volist .vo .right .name .inner {
  float: left;
  color: #141414;
  font-size: 18px;
  display: inline-block;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ktv_index .volist .vo .right .name .tick {
  float: left;
}
.ktv_index .volist .vo .right .name .tick::after {
  content: "";
  display: block;
  clear: both;
}
.ktv_index .volist .vo .right .name .tick span:nth-child(2) {
  margin-left: -2px;
}
.ktv_index .volist .vo .right .name .tick span:nth-child(3) {
  margin-left: -3px;
}
.ktv_index .volist .vo .right .name .tick .predetermine {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
}
.ktv_index .volist .vo .right .name .tick .pack {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  background: #279cd2;
}
.ktv_index .volist .vo .right .name .tick .reduce {
  margin-top: 3px;
  float: left;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background: #ff6400;
  position: relative;
  color: #fff;
  font-size: 12px;
  border-radius: 1px;
  width: 36px;
  background: #20b75a;
}
.ktv_index .volist .vo .right .addr {
  line-height: 13px;
  margin-top: 5px;
  color: #828282;
  font-size: 13px;
}
.ktv_index .volist .vo .right .addr .text {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ktv_index .volist .vo .right .addr .distance {
  float: right;
  margin-right: 5%;
}
.ktv_index .volist .vo .right .price {
  margin-top: 3px;
  line-height: 22px;
  color: #828282;
  font-size: 13px;
}
.ktv_index .volist .vo .right .price .num {
  color: #ff6400;
  font-size: 18px;
  margin-right: 3px;
}
.ktv_index .volist .vo .right .price .grade {
  float: right;
  margin-right: 5%;
}
.ktv_index .volist .right {
  box-sizing: border-box;
}
.order_btn {
  position: fixed;
  width: 50px;
  height: 50px;
  left: 30px;
  bottom: 30px;
  background: url(../../images/order_btn.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.PackageList {
  padding: 0;
  margin: 0;
}
.PackageList .ui-list {
  background: transparent;
}
.PackageList .ui-list > li {
  margin-left: 0;
}
.PackageList .ui-list-info {
  padding-top: 0;
  padding-bottom: 0;
}
.PackageList ul {
  margin: 0;
  padding: 0;
}
.PackageList li {
  list-style: none;
  background: #fff;
  margin-left: 0;
}
.PackageList .PackageItem {
  position: relative;
  margin-top: 15px;
  background: #fff;
}
.PackageList .PackageItem::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.PackageList .PackageItem::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #c8c8c8;
  -moz-transform: scale(1, 0.6);
  -webkit-transform: scale(1, 0.6);
  -o-transform: scale(1, 0.6);
  z-index: 10;
}
.PackageList .PackageItem .name {
  line-height: 25px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.PackageList .PackageItem .price {
  color: #ff6400;
}
.PackageList .PackageItem .minute-list {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.PackageList .PackageItem .minute-list li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #828282;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.PackageList .select-box {
  width: 50px;
}
.PackageList .select-box .tick {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background: #ff6400;
  border-radius: 10px;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/check_true_icon.png');
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: 4px;
}
.PackageList .sale_btn {
  background: #ff6400;
  width: 100%;
  margin: 10px auto;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}
.PackageList .select-box .box {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.PackageList .select-box .box_checked {
  border: 0px none;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  background: #ff6400;
  border-radius: 10px;
  background-image: url('http://weixindestine.ktvme.com/Public/Event/images/room/check_true_icon.png');
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: 4px;
}
/*申请退款页面*/
.refundapply .head_hint {
  height: 35px;
  line-height: 35px;
  background: #fff3d0;
  color: #f79220;
  font-size: 12px;
}
.refundapply .head_hint .ico {
  width: 15px;
  height: auto;
  margin-right: 5px;
}
.refundapply .head_hint .icow {
  line-height: 0;
}
.refundapply .ref-info {
  font-size: 16px;
  line-height: 45px;
}
.refundapply .ref-info .ref-price {
  color: #ff6e01;
}
.refundapply .ref-info .ref-text {
  line-height: 22px;
  font-size: 12px;
  margin-left: 10%;
  color: #010101;
}
.refundapply .reason {
  margin-top: 15px;
  line-height: 45px;
}
.refundapply .reason li {
  line-height: 45px;
  height: 45px;
}
.refundapply .reason li .ui-list-info {
  padding: 0;
  margin: 0;
}
.refundapply .reason .tit span {
  font-size: 12px;
}
.refundapply .reason .select {
  width: 20px;
  height: 20px;
  margin-top: 11px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
.refundapply .reason .active::before {
  width: 7px;
  height: 12px;
  border-right: 2px solid #ff6e01;
  border-bottom: 2px solid #ff6e01;
  margin-left: 6px;
  margin-top: 1px;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -moz-transform: rotate(30deg);
  /* Firefox */
  -webkit-transform: rotate(30deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(30deg);
  /* Opera */
  content: "";
  display: block;
}
.refundapply .req-btn {
  width: 100%;
  height: 45px;
  background: #ff6e01;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  border-radius: 5px;
}
/*
退款进度页面*/
.refundprogress .info li {
  line-height: 55px;
}
.refundprogress .info li .price {
  color: #ff6400;
}
.refundprogress .info li .ico {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.refundprogress .info li span {
  vertical-align: middle;
}
.refundprogress .info .ui-list-info {
  margin: 0;
  padding: 0;
  height: 55px;
  line-height: 55px;
}
.refundprogress .process {
  margin-top: 15px;
}
.refundprogress .process .ui-list-info {
  padding-top: 35px;
  padding-left: 35px;
}
.refundprogress .process .text {
  font-size: 12px;
  color: #585858;
}
.refundprogress .process .tit {
  line-height: 55px;
}
.refundprogress .process .ls-1,
.refundprogress .process .ls-2,
.refundprogress .process .ls-3 {
  overflow: hidden;
  width: 32px;
  position: relative;
}
.refundprogress .process .ls-1 .circle-w,
.refundprogress .process .ls-2 .circle-w,
.refundprogress .process .ls-3 .circle-w {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.refundprogress .process .ls-1 .circle,
.refundprogress .process .ls-2 .circle,
.refundprogress .process .ls-3 .circle {
  background: #fff;
  z-index: 2;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
.refundprogress .process .ls-1 .circle::before,
.refundprogress .process .ls-2 .circle::before,
.refundprogress .process .ls-3 .circle::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #8d8d8d;
  box-sizing: border-box;
  left: 0;
  top: 3px;
  position: absolute;
  border-radius: 100px;
}
.refundprogress .process .ls-1::before,
.refundprogress .process .ls-2::before,
.refundprogress .process .ls-3::before {
  height: 50%;
  width: 2px;
  content: "";
  display: block;
  background: #8d8d8d;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.refundprogress .process .ls-1::after,
.refundprogress .process .ls-2::after,
.refundprogress .process .ls-3::after {
  height: 50%;
  width: 2px;
  content: "";
  display: block;
  background: #8d8d8d;
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 1;
}
.refundprogress .process .ls-1::before {
  display: none;
}
.refundprogress .process .ls-3::after {
  display: none;
}
.refundprogress .process .active .circle::before {
  background: #4adb64;
  border: none 0px transparent;
  background-image: url("http://weixindestine.ktvme.com/Public/Event/images/room/check_true_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
.refundprogress .process .active::before {
  background: #4adb64;
}
.refundprogress .process .active::after {
  background: #4adb64;
}
.more_data{
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
