@charset "UTF-8";

.history_box {
  border: 1px #eee solid;
  border-radius: 8px;
  overflow: hidden;
}

.history_box .item {
  height: 89px;
}

.history_box .item:last-child {
  border: 0 none;
}

.history_box .item .outter {
  padding: 0 10px;
}

.history_box .item .outter:hover {
  background-color: #fbfafa;
}

.history_box .item .outter:hover .close {
  display: block;
}

.history_box .item .inner {
  display: block;
  height: 59px;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px #e6e6e6 dashed;
}

.history_box .item .inner .close {
  position: absolute;
  right: 0;
  top: 20px;
  width: 13px;
  font-size: 13px;
  color: #9e9e9e;
  height: 13px;
  display: none;
}

.history_box .item .inner .hotel_img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.history_box .item .inner .cont {
  margin: 0 20px 0 67px;
}

.history_box .item .inner .cont .name {
  padding: 2px 0 4px;
  line-height: 17px;
  font-size: 12px;
  color: #212121;
}

.history_box .item .inner .cont .infor {
  padding: 0 0 4px;
  font-size: 12px;
  color: #616161;
}

.history_box .item .inner .cont .infor .comm {
  margin-left: 8px;
}

.history_box .item .inner .cont .price {
  color: #ff714a;
  font-size: 14px;
  line-height: 20px;
}

.history_box .item .inner .cont .price .y {
  font-size: 10px;
  margin-right: 1px;
}

.history_box .item .inner .cont .price .qi {
  font-size: 12px;
  margin-left: 1px;
}

.history_detail,
.reco_hotel {
  border: 0 none;
}

.history_detail .item {
  height: 98px;
  border-bottom: 1px #e6e6e6 dashed;
  margin: 0 10px;
}

.history_detail .item .inner {
  height: 70px;
  padding: 14px 0;
}

.history_detail .item .inner .hotel_img {
  width: 90px;
  height: 70px;
}

.history_detail .item .inner .cont {
  margin: 0 49px 0 100px;
}

.history_detail .item .inner .name {
  font-size: 14px;
}

.recommandBox .item:hover {
  background-color: #fbfafa;
}

.reco_hotel .item {
  height: 118px;
  border-bottom: 1px #e6e6e6 dashed;
  margin: 0 20px;
}

.reco_hotel .item .inner {
  height: 90px;
  padding: 14px 0;
}

.reco_hotel .item .inner .hotel_img {
  width: 90px;
  height: 90px;
}

.reco_hotel .item .inner .cont {
  margin: 0 47px 0 100px;
}

.reco_hotel .item .inner .cont .name {
  font-size: 14px;
  margin-bottom: 4px;
  padding: 0;
}

.reco_hotel .item .inner .cont .spec {
  font-size: 12px;
  color: #ff714a;
  line-height: 17px;
  margin-bottom: 2px;
}

.reco_hotel .item .inner .cont .adre {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 17px;
  margin-bottom: 4px;
}

.reco_hotel .item .inner .cont .infor {
  margin-bottom: 1px;
  padding: 0;
}

.reco_hotel .item .inner .cont .infor .score {
  color: #616161;
}

.reco_hotel .item .inner .cont .infor .line {
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 0;
  margin-left: 4px;
}

.m_calendar {
  box-sizing: border-box;
  position: absolute;
  top: 41.5px;
  left: -1.1px;
  width: 602px;
  padding: 20px 25px 25px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(45, 150, 164, 0.2);
  border-radius: 4px;
}

.m_calendar .time_desc {
  width: 542px;
  height: 32px;
  margin: 12px 0 5px;
  line-height: 32px;
  background: rgba(255, 113, 74, 0.1);
  text-align: center;
  font-size: 14px;
  color: #212121;
  border-radius: 4px;
}

.m_calendar .content {
  display: inline-block;
  width: 266px;
  vertical-align: top;
  margin-right: 20px;
}

.m_calendar .content:last-of-type {
  margin-right: 0;
}

.m_calendar .header {
  width: 100%;
}

.m_calendar .header span {
  display: inline-block;
}

.m_calendar .cur_month {
  width: 234px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.m_calendar .week {
  height: 30px;
  line-height: 30px;
  margin: 15px 0 4px;
  padding: 0 5px;
  background: #f7f7f7;
  border-radius: 4px;
}

.m_calendar .week li {
  display: inline-block;
  width: 28px;
  margin: 0 5px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.m_calendar .week li:first-of-type {
  margin-left: 0;
}

.m_calendar .week li:last-of-type {
  margin-right: 0;
}

.m_calendar .calendar {
  position: relative;
}

.m_calendar .calendar_content {
  width: 266px;
}

.m_calendar .calendar_content li {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 6px 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
}

.m_calendar .calendar_content .li-isHour {
  width: 50px;
}

.m_calendar .calendar_content li:hover {
  background: rgba(10, 196, 221, 0.1);
}

.m_calendar .calendar_content .blank {
  cursor: default;
}

.m_calendar .month_bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 400;
  color: #f7f7f7;
}

.m_calendar .week .holiday,
.m_calendar .calendar_content .holiday {
  color: #ff714a;
}

.m_calendar .calendar_content .overdue {
  color: #ccc;
  cursor: default;
}

.m_calendar .calendar_content .overdue:hover,
.m_calendar .calendar_content .blank:hover {
  cursor: default;
  background: none;
}

.m_calendar .calendar_content .selected {
  position: relative;
  color: #fff;
  background: #00afc7;
}

.m_calendar .calendar_content .contain {
  position: relative;
  background: rgba(10, 196, 221, 0.1);
}

.m_calendar .calendar_content .contain:before,
.m_calendar .calendar_content .selected_right:before {
  content: '';
  position: absolute;
  left: -5px;
  width: 5px;
  height: 28px;
  background: rgba(10, 196, 221, 0.1);
}

.m_calendar .calendar_content .contain:after,
.m_calendar .calendar_content .selected_left:after {
  content: '';
  position: absolute;
  right: -5px;
  width: 5px;
  height: 28px;
  background: rgba(10, 196, 221, 0.1);
}

.m_calendar .calendar_content .contain:hover {
  background: rgba(10, 196, 221, 0.1);
}

.m_calendar .calendar_content .selected:hover {
  color: #fff;
  background: #00afc7;
}

.m_calendar .green {
  font-size: 16px;
  color: #2d96a4;
  cursor: pointer;
}

.m_calendar .grey {
  font-size: 16px;
  color: #999;
  cursor: not-allowed;
}

@charset "UTF-8";

/* .G_input {
} */

.G_input .input_container {
  position: relative;
}

.G_input .input_container input {
  margin: 0;
  padding: 1px;
}

.G_input .search_box {
  width: 428px;
  height: 18px;
  margin: 0 auto 15px;
  padding: 10px;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
}

.G_input .live .check.cur,
.G_input .search_box.cur,
.G_input .search_box:active {
  border-color: #00afc7;
  box-shadow: 0 0 4px 0 rgba(0, 175, 199, 0.8);
}

.G_input .live .check.isHour {
  width: 428px;
}

.G_input .search_box.need_input {
  border-color: red;
  box-shadow: 0 0 4px 0 red;
}

.G_input .search_box .icon.locate {
  float: right;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #6ccad6;
  cursor: pointer;
}

.G_input .search_box .icon.locate:hover {
  color: #00afc7;
}

.G_input .locate_txt {
  float: right;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #ccc;
  cursor: default;
}

.G_input .search_box .icon {
  float: right;
  width: 18px;
  height: 18px;
  color: #ccc;
  font-size: 18px;
}

.G_input .search_box .name {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 20px;
  margin-right: 10px;
  float: left;
}

.G_input .search_box .inputText {
  width: 330px;
  color: #212121;
  font-size: 16px;
  background: none;
  border: 0 none;
  float: left;
}

.G_input .error_tip {
  position: absolute;
  top: 41.5px;
  left: 29px;
  width: 390px;
  height: 23px;
  line-height: 23px;
  padding: 10px 30px 14px 30px;
  font-size: 14px;
  color: #ff714a;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(62, 93, 97, 0.2);
  border-radius: 4px;
  z-index: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.G_input .error_tip span {
  margin: 0 5px;
}

.G_input .null_tip {
  position: absolute;
  top: 4px;
  right: -112px;
  width: 110px;
  padding: 10px;
  font-size: 12px;
  border-color: red;
  color: red;
  border: 1px solid red;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 red;
  background-color: #fff;
  z-index: 8;
}

.G_input .null_tip .triangle {
  position: absolute;
  top: 10px;
  left: -5.7px;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  box-shadow: 0.5px 0.5px 0.1px 0 red;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-tranform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.G_input .city_block {
  position: absolute;
  top: 41.5px;
  left: -1.1px;
  width: 630px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(45, 150, 164, 0.2);
  border-radius: 4px;
  z-index: 2;
  overflow: hidden;
}

.G_input .search_container {
  margin: 20px 30px;
}

.G_input .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9e9e9e;
  cursor: pointer;
}

.G_input .historySearch_title .title {
  margin-right: 20px;
}

.G_input .historySearch_title .clear {
  color: #9e9e9e;
  cursor: pointer;
}

.G_input .historySearch_title .clear .icon {
  position: relative;
  top: 2.2px;
  left: 1px;
}

.G_input .historySearch_title .clear:hover {
  color: #888787;
  cursor: pointer;
}

.G_input .historySearch_content {
  margin: 15px 0 20px 0;
}

.G_input .historySearch_block {
  display: inline-block;
  width: 80px;
  height: 35px;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.G_input .historySearch_block:hover {
  background: #e3e3e3;
}

.G_input .cityTab {
  width: 100%;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #eee;
}

.G_input .cityTab_item {
  display: inline-block;
  margin-right: 30px;
}

.G_input .cur a,
.G_input .cur a:link,
.G_input .cur a:visited,
.G_input .cur a:hover,
.G_input .cur a:active {
  font-weight: 500;
  color: #00afc7;
}

.G_input .cityList {
  display: inline-block;
  width: 540px;
}

.G_input .cityList_vms {
  width: 580px;
}

.G_input .vms_key {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 15px 20px 0 0;
  line-height: 20px;
  background: #e6f9fb;
  border-radius: 2px;
  font-size: 14px;
  color: #00afc7;
  text-align: center;
}

.G_input .cityList_item {
  display: inline-block;
  width: 80px;
  height: 20px;
  margin: 15px 10px 0 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.G_input .cityList_item a:hover,
.G_input .cityTab_item a:hover {
  color: #00afc7;
}

.G_input a,
.G_input a:link,
.G_input a:visited,
.G_input a:hover,
.G_input a:active {
  color: #000;
}

.G_input .ft18 {
  font-size: 18px;
}

.G_input .ft14 {
  font-size: 14px;
}

.G_input .ft13 {
  font-size: 13px;
}

.G_input .ft12 {
  font-size: 12px;
}

.G_input .suggest_item {
  margin: 2.5px 0;
  background-color: #fff;
  cursor: pointer;
}

.G_input .suggest_item:first-of-type {
  margin-top: 0;
}

.G_input .suggest_item:last-of-type {
  margin-bottom: 0;
}

.G_input .suggest_item.cur {
  background-color: #f7f7f7;
}

.G_input .suggest_item .suggest_left {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  text-align: center;
  margin: 12px 31px 12px 25px;
}

.G_input .suggest_item .suggest_left span {
  display: block;
}

.G_input .suggest_item .suggest_icon_text {
  margin-top: 5px;
}

.G_input .suggest_item .suggest_right {
  display: inline-block;
  max-width: 500px;
  margin: 14px 0;
  box-sizing: border-box;
}

.G_input .suggest_item .suggest_right p {
  margin-bottom: 12px;
}

.G_input .suggest_item .suggest_right p:last-of-type {
  margin-bottom: 0;
}

.G_input .suggest_item .suggest_displayAhead {
  font-weight: 500;
}

.G_input .suggest_item .blue {
  color: #00afc7;
}

.G_input .suggest_item .hot_key_list {
  margin-top: 10px;
}

.G_input .suggest_item .hot_key_list li {
  display: inline-block;
  width: 140px;
  height: 35px;
  margin: 0 10px 10px 0;
  line-height: 35px;
  text-align: center;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.G_input .suggest_item .hot_key_list li:hover {
  background: #00afc7;
  color: #fff;
}

.G_input .key_list {
  padding-bottom: 4.5px;
  margin-bottom: 22.5px;
  border-bottom: 1px solid #eee;
}

.G_input .key_list:last-of-type {
  border-bottom: none;
}

.G_input .key_list p {
  margin-bottom: 17px;
  font-weight: 500;
}

.G_input .key_list ul {
  max-height: 83px;
  overflow: hidden;
}

.G_input .key_list ul li {
  display: inline-block;
  margin: 0 34px 14px 0;
}

.G_input .key_list ul li a:hover {
  color: #00afc7;
}

.G_input .live {
  width: 450px;
  margin: 0 auto 15px;
  height: 40px;
}

.G_input .live .check {
  width: 198px;
  height: 18px;
  padding: 10px;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
  float: left;
}

.G_input .live .check:first-child {
  margin-right: 10px;
}

.G_input .live .check .icon {
  width: 18px;
  height: 18px;
  float: right;
  color: #6ccad6;
  font-size: 18px;
}

.G_input .live .check .name {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin-right: 18px;
}

.G_input .live .check .text {
  position: relative;
  float: left;
  width: 128px;
}

.G_input .live .check .text .date {
  /* float: left;
  line-height: 20px;
  font-size: 16px;
  color: #212121;
  margin-right: 10px; */
  width: 92px;
  color: #212121;
  font-size: 16px;
  background: none;
  border: 0 none;
  float: left;
  margin-right: 5px;
}

.G_input .live .check .text .week {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.G_input .live .check .week {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.G_input .live .check .week.isHour {
  float: right;
  margin-right: 8px;
}

.G_input .live .check .text .err {
  width: 25px;
  line-height: 14px;
  font-size: 12px;
  color: red;
  top: -4px;
  position: absolute;
}

.G_input .live .check .err.isHour {
  width: 25px;
  line-height: 14px;
  font-size: 12px;
  color: red;
  position: absolute;
  top: 6px;
  right: 35px;
}

.G_input .locate_txt:hover {
  color: #ccc;
}

.G_input .locate:hover {
  color: rgb(134, 134, 134);
}

@charset "UTF-8";

.short_entry {
  background: #f7f7f7;
  padding: 20px 20px 0;
}

.short_entry .name {
  font-size: 14px;
  font-weight: bold;
  color: #616161;
  line-height: 20px;
  margin-bottom: 5px;
}

.short_entry .infor {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 22px;
}

.short_entry .subject {
  border-bottom: 1px #e6e6e6 solid;
  padding: 15px 0 0 0;
}

.short_entry .subject .subj_name {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  color: #616161;
  max-width: 120px;
}

.short_entry .subject .list {
  margin-left: 140px;
}

.short_entry .subject .list .item {
  float: left;
  width: 124px;
  height: 20px;
}

.short_entry .subject .list .item .inner {
  display: block;
  width: 98px;
  line-height: 17px;
  color: #9e9e9e;
  font-size: 12px;
}

.short_entry .subject .order_list .item {
  margin-right: 20px;
}

.short_entry .subject .order_list .item .inner {
  width: auto;
  display: inline-block;
}

.safe_box {
  height: 56px;
  margin: 9px 0 0;
  background: #f7f7f7;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
}

.safe_box .item {
  display: inline-block;
  margin-right: 80px;
}

.safe_box .item:last-child {
  margin-right: 0;
}

.safe_box .item .icon {
  width: 20px;
  height: 21px;
  vertical-align: middle;
}

.seo-not-expanded {
  height: 35px;
  overflow: hidden;
}

.seo-more-hotel {
  text-align: left;
  position: relative;
  height: 12px;
  top: 0;
}

.seo-more-btn {
  right: -5px;
  position: absolute;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  top: -8px;
}

.seo-more-btn .iconfont {
  vertical-align: -3px;
  display: inline-block;
}

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@charset "UTF-8";

body {
  font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue", "tahoma", "MIcrosoft YaHei", "sans-serif" !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

a:link,
a:visited {
  text-decoration: none;
}

input:focus {
  outline: none;
}

.text-elli-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@font-face {
  font-family: 'hotel-pc-cn';
  src: url('https://s.qunarzz.com/hotel-pc-cn/fonts/0.0.29/hotel-pc-cn.eot');

  /* IE9 */
  src:
    url('https://s.qunarzz.com/hotel-pc-cn/fonts/0.0.29/hotel-pc-cn.woff') format('woff'),
    /* chrome、firefox */
    url('https://s.qunarzz.com/hotel-pc-cn/fonts/0.0.29/hotel-pc-cn.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('https://s.qunarzz.com/hotel-pc-cn/fonts/0.0.29/hotel-pc-cn.svg#iconfont') format('svg');

  /* iOS 4.1- */
}

.iconfont,
.q-iconfont {
  font-family: "hotel-pc-cn" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 框架 */
.G_wrap {
  margin: 0 auto;
}

.G_section_1200 {
  width: 1200px;
}

.G_aside_900 {
  width: 900px;
}

.G_aside_280 {
  width: 280px;
}

.G_aside_860 {
  width: 860px;
}

.G_aside_320 {
  width: 320px;
}

.G_aside_880 {
  width: 880px;
}

.G_aside_310 {
  width: 310px;
}

.G_detailBG {
  background: #f7f7f7;
}

.G_blockBG {
  background: #fff;
  border-radius: 8px;
}

.G_blockBG_bott {
  border-radius: 0 0 8px 8px;
}

/* 补丁间距 */
.patch_MB45 {
  margin-bottom: 45px;
}

.patch_MB40 {
  margin-bottom: 40px;
}

.patch_MB25 {
  margin-bottom: 25px;
}

.patch_MB20 {
  margin-bottom: 20px;
}

.patch_MB10 {
  margin-bottom: 10px;
}

.patch_MB15 {
  margin-bottom: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.opacityIn {
  -webkit-animation-name: opacityIn;
  animation-name: opacityIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.seo-h1 {
  display: inline-block;
}

.rmb {
  font-family: arial;
}

input:-ms-clear {
  display: none !important;
}

input:-ms-reveal {
  display: none !important;
}

input:-o-clear {
  display: none !important;
}

input::-ms-clear {
  display: none !important;
}

input::-ms-reveal {
  display: none !important;
}

input::-o-clear {
  display: none !important;
}

input::-webkit-input-placeholder {
  color: #999 !important;
}

input:-moz-placeholder {
  color: #999 !important;
}

input::-moz-placeholder {
  color: #999 !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

input::-ms-input-placeholder {
  color: #999 !important;
}

.narrow-screen {
  left: 48% !important;
}

.seo-nav-link {
  color: #00afc7;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

@charset "UTF-8";

.bread_nav {
  height: 17px;
  padding: 9px 0;
  font-size: 12px;
  line-height: 17px;
}

#root {
  background: #fff;
}

.bread_nav .item {
  color: #9e9e9e;
  float: left;
}

.bread_nav .item:last-child {
  color: #0f0f0f;
  cursor: default;
}

.bread_nav .iconfont {
  float: left;
  margin: 0 6px 0 5px;
  color: #0f0f0f;
  font-size: 10px;
}

.bread_nav .bread_right_box .item {
  float: left;
  font-size: 12px;
  color: #212121;
  cursor: pointer;
}

.bread_nav .bread_right_box .line {
  float: left;
  width: 1px;
  height: 12px;
  background: #ddd;
  margin: 0 8px;
}

@charset "UTF-8";

.search_list {
  height: 40px;
  padding: 15px 20px;
  background: #f7f7f7;
  border-radius: 4px;
}

.search_list .btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #ff714a;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.search_list .btn .main:hover {
  background: #f76036;
}

.search_list .search_box {
  width: 220px;
  height: 18px;
  margin: 0 20px 0 0;
  padding: 10px;
  border-radius: 4px;
  float: left;
  background: #fff;
}

.search_list .search_box.cur,
.search_list .search_box:active {
  border-color: #00afc7;
  box-shadow: 0 0 4px 0 rgba(0, 175, 199, 0.8);
}

.search_list .search_box .icon {
  float: right;
  width: 18px;
  height: 18px;
  color: #ccc;
  font-size: 18px;
}

.search_list .search_box .name {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 20px;
  margin-right: 10px;
  float: left;
}

.search_list .search_box .inputText {
  width: 145px;
  color: #212121;
  font-size: 16px;
  background: none;
  border: 0 none;
  float: left;
}

.search_list .search_box .inputText::placeholder {
  color: #9e9e9e;
  font-size: 16px;
}

.search_list .live {
  width: 480px;
  height: 40px;
  float: left;
  margin-right: 20px;
}

.search_list .live.isHour {
  width: 240px;
}

.search_list .live .check {
  width: 210px;
  height: 20px;
  padding: 10px;
  border-radius: 4px;
  float: left;
  background: #fff;
}

.search_list .live .check.isHour {
  width: 210px;
}

.search_list .live .check .icon {
  width: 18px;
  height: 18px;
  float: right;
  color: #6ccad6;
  font-size: 18px;
}

.search_list .live .check .name {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin-right: 9px;
}

.search_list .live .check .text {
  float: left;
  width: auto;
}

.search_list .live .check .text .date {
  float: left;
  line-height: 20px;
  font-size: 16px;
  color: #212121;
  margin-right: 25px;
}

.search_list .live .check .text .week {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.search_list .live .line {
  width: 20px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: #212121;
  line-height: 40px;
}

.live_box {
  height: 36px;
  padding: 20px 0 16px 20px;
}

.live_box .check {
  width: 218px;
  height: 20px;
  padding: 8px 10px;
  border-radius: 2px;
  float: left;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}

.live_box .check .icon {
  width: 18px;
  height: 18px;
  float: right;
  color: #6ccad6;
  font-size: 18px;
}

.live_box .check .name {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin-right: 9px;
}

.live_box .check .text {
  float: left;
  width: 150px;
}

.live_box .check .text .date {
  float: left;
  line-height: 20px;
  font-size: 16px;
  color: #212121;
  margin-right: 25px;
}

.live_box .check .text .week {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.live_box .desc {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 20px 0 0;
}

.live_box .btn {
  width: 96px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 17px;
  background: #0ac4dd;
  font-size: 14px;
}

.live_box .researchBtn {
  cursor: pointer;
  background: #0ac4dd;
  margin-top: 3px;
}

.live_box .researchBtn:hover {
  background: #00afc7;
}

@charset "UTF-8";

.ad_box {
  font-size: 0;
}

.ad_box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.ad_1200 {
  width: 1200px;
  height: 90px;
  overflow: hidden;
}

.ad_595 {
  width: 595px;
  height: 90px;
  overflow: hidden;
}

.ad_590 {
  width: 590px;
  height: 90px;
  overflow: hidden;
}

.ad_280 {
  width: 280px;
  height: 150px;
  overflow: hidden;
}

@charset "UTF-8";

.G_title {
  width: 100%;
}

.G_title .name {
  float: left;
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin-right: 22px;
}

.G_title .name .spec {
  display: inline-block;
  vertical-align: -3px;
  margin-left: 2px;
  width: 72px;
  height: 24px;
  background: url(https://h-des-activity-fecp.qunarzz.com/h_des_activity_fe_h_des_activity_fe/09a8c21612390bd61fc0f8d398773575.png) no-repeat left top;
}

.G_title .list {
  float: left;
  margin-top: 12px;
}

.G_title .list .item {
  float: left;
  margin-right: 22px;
  height: auto;
}

.G_title .list .item .inner {
  display: inline-block;
  font-size: 15px;
  position: relative;
}

.G_title .list .item .inner:link,
.G_title .list .item .inner:visited {
  color: #666;
}

.G_title .list .item .inner:hover,
.G_title .list .cur .inner:link,
.G_title .list .cur .inner:visited {
  color: #00afc7;
}

.G_title .list .item .icon {
  width: 15px;
  height: 21px;
  float: right;
}

.G_title .name_small {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  float: left;
  margin: 15px 0 0 15px;
}

.G_title .operate {
  color: #9e9e9e;
  font-size: 12px;
  margin: 19px 15px 0 0;
}

.G_title .name_font16 {
  font-size: 16px;
  color: #212121;
  line-height: 20px;
  float: left;
  margin: 15px 0 10px 0;
}

.name_font20B {
  font-size: 20px;
  font-weight: bold;
  padding: 18px 0 0 20px;
}

.name_font16 {
  font-size: 16px;
  padding: 20px 0 0 20px;
}

@charset "UTF-8";

.G_load {
  padding: 40px 0 60px;
  text-align: center;
}

.G_load .load_img {
  margin-bottom: 10px;
}

.G_load .load_img img {
  width: 200px;
  height: 110px;
}

.G_load .load_img .iconfont {
  font-size: 32px;
  color: #d0f0f7;
  display: inline-block;
  animation: circle 1s linear infinite;
}

@keyframes circle {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.G_load .load_name {
  font-size: 14px;
  color: #616161;
  line-height: 20px;
  margin-bottom: 10px;
}

.G_load .load_infor {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 20px;
}

.G_load .textColorBlue {
  color: #00afc7;
  margin: 0 5px;
  cursor: pointer;
}

.G_load .textColorOrange {
  color: #ff714a;
  margin: 0 5px;
}

@charset "UTF-8";

.fast_order {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  left: 50%;
  margin-left: 610px;
  width: 44px;
  height: 28px;
  color: #fff;
  background: #0ac4dd;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0;
  text-align: center;
}

.fast_order a,
.fast_order a:link,
.fast_order a:visited,
.fast_order a:hover,
.fast_order a:active {
  color: #fff;
}

.fast_order:hover {
  background: #00afc7;
}

.right_float {
  position: fixed;
  bottom: 300px;
  left: 50%;
  margin-left: 610px;
  width: 44px;
}

.right_float .float_item {
  display: block;
  height: 44px;
  background: rgba(10, 196, 221, 0.1);
  border-radius: 4px;
  margin-bottom: 5px;
  position: relative;
}

.right_float .float_item .Rcont {
  line-height: 44px;
  text-align: center;
  color: #08b2cc;
  cursor: pointer;
}

.right_float .float_item .Rcont .iconfont {
  font-size: 24px;
}

.right_float .float_item .Rwords {
  width: 25px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  padding-top: 8px;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

.right_float .float_item:hover {
  background: #0ac4dd;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.right_float .float_item:hover .Rcont {
  display: none;
}

.right_float .float_item:hover .Rwords {
  display: block;
}

@charset "UTF-8";
.G_page { height: 40px; }

.G_page .next,
.G_page .last,
.G_page .list .item {
  background: #f7f7f7;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #9e9e9e;
  font-size: 14px;
  margin-left: 3px;
  cursor: pointer;
}

.G_page .not-able {
  cursor: default;
}

.G_page .able {
  color: #00afc7;
  cursor: pointer;
}

.G_page .list li {
  float: left;
}

.G_page .list .item {
  color: #616161;
  float: left;
}

.G_page .list .item:hover {
  color: #00afc7;
}

.G_page .list .item.empty {
  background: #fff;
  color: #9e9e9e;
  padding: 0 7px;
  cursor: default;
}

.G_page .list .item.cur {
  background: #0ac4dd;
  color: #fff;
}

.G_page .iconfont {
  vertical-align: middle;
}

