@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?orkqwr');
  src:  url('fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon.woff?orkqwr') format('woff'),
    url('fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-avatar:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-phone-call:before {
  content: "\e903";
}
.icon-play-button:before {
  content: "\e904";
}
.icon-deer:before {
  content: "\e905";
}
.icon-paragliding:before {
  content: "\e906";
}
.icon-flag:before {
  content: "\e907";
}
.icon-hang-gliding:before {
  content: "\e908";
}
.icon-travel-map:before {
  content: "\e909";
}
.icon-at:before {
  content: "\e90a";
}
.icon-cashback:before {
  content: "\e90b";
}
.icon-travel:before {
  content: "\e90c";
}
.icon-booking:before {
  content: "\e90d";
}
.icon-clock:before {
  content: "\e90e";
}
.icon-place:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e910";
}
.icon-plane:before {
  content: "\e911";
}


.guize_html_lin{
	position:fixed;
	top:35%;
	left:50%;
	margin-top:-80px;
	margin-left:-159px;
	width:318px;
	height:auto;
	border-radius:4px;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:12px;
}
.guize_html_lin p{
	padding:0 10px;
	text-align:left;
	text-indent:2em;
}
.guize_html_nei_lin{
	width:318px;
	min-height:140px;
	overflow-y:auto;
	max-height:500px;
	height:280px;
	display:block;
	overflow-y:scroll;
}
.btn_ok_lin{
	display:block;
	margin:10px auto;
	width:240px;
	height:40px;
	border-radius:4px;
	background-color:#ff6434;
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	font-size: 20px;
}
.overfloat_lin{
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(1,1,1,.5);
}
