@charset "UTF-8";
.font-en {
  font-family: tahoma, simsun, sans-serif;
}
/*************************************

文件编码：utf-8

开发版本：v1     2014.10.31 - 任向林
		  v1.1   2015.01.29 - 徐佳

文件说明：文件包含基本的重置、通用样式

*************************************/
/*基本重置样式文件*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f5f5;
  font: 12px/1.2 'Microsoft YaHei', simsun, tahoma, sans-serif;
  color: #666666;
}
img {
  vertical-align: top;
  outline: none;
  -moz-outline: none;
  border: none;
}
button {
  border: 0;
  cursor: pointer;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:focus,
textarea:focus {
  color: #333333;
}
input,
select {
  border: none;
  background: none;
  outline-color: transparent;
}
table,
td,
th,
tr {
  border-collapse: collapse;
  border: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
del {
  text-decoration: line-through;
}
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4,
h5,
h6 {
  font-size: 12px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.1em;
}
i,
em {
  font-style: normal;
}
/*html5标签*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*链接样式*/
a {
  color: #0055aa;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
}
/****清除浮动***/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
.spr {
  background: url("../img/global.png") no-repeat;
}
.container {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}
.wrap {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
/***文本排版***/
.cen {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.hide {
  display: none !important;
}
.dis {
  display: block;
}
.hd {
  overflow: hidden;
}
.tdt {
  text-indent: -9999px;
}
.abbr {
  border-bottom: dotted 1px #0055aa;
  color: #0055aa;
}
/***定位***/
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.sta {
  position: static;
}
/***边距***/
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr8 {
  margin-right: 8px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
/***文本颜色***/
.cYellow,
.yellow-a {
  color: #ff6600;
}
.yellow-b {
  color: #ff9900;
}
.gray-a {
  color: #333333;
}
.gray-b {
  color: #666666;
}
.gray-c {
  color: #999999;
}
.blue-a {
  color: #0055aa;
}
.red-a {
  color: #fe0000;
}
.green-a {
  color: #4e9900;
}
/***字体***/
.font-yahei {
  font-family: "Microsoft YaHei";
}
.font-song {
  font-family: "宋体";
}
.loading-lg {
  height: 60px;
  padding: 30px 0;
  background: url("../img/loading.gif") no-repeat;
  background-position: center center;
}
.home-section .imgbox,
.home-ship dl dt .imgbox,
.home-gonglue li .imgbox,
.aside-rowli li .imgbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.home-section .imgbox img,
.home-ship dl dt .imgbox img,
.home-gonglue li .imgbox img,
.aside-rowli li .imgbox img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-section .imgbox .unveil-img,
.home-ship dl dt .imgbox .unveil-img,
.home-gonglue li .imgbox .unveil-img,
.aside-rowli li .imgbox .unveil-img {
  width: auto;
  height: auto;
}
.icon {
  background: url("../img/icon-arr.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  margin-top: -2px !important;
}
.ico-add {
  width: 8px;
  height: 8px;
  background-position: -113px -13px;
  margin-right: 4px;
}
.arr-up,
.arr-down,
.arr-up-blue,
.arr-down-blue,
.arr-up-gray,
.arr-down-gray {
  width: 8px;
  height: 5px;
  margin-left: 5px;
}
.arr-up {
  background-position: 0 0;
}
.arr-down {
  background-position: -13px 0;
}
.arr-sdown {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  background-position: -63px -13px;
}
.arr-up-blue {
  background-position: -26px 0;
}
.arr-down-blue {
  background-position: -39px 0;
}
.arr-up-gray {
  background-position: -112px 0;
}
.arr-down-gray {
  background-position: -125px 0;
}
.sort-up,
.sort-down {
  width: 7px;
  height: 12px;
  margin-left: 6px;
}
.sort-up {
  background-position: 0 -13px;
}
.sort-down {
  background-position: -12px -13px;
}
.close-x-white,
.close-x-yellow {
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
.close-x-white {
  background-position: 0 -30px;
}
.close-x-yellow {
  background-position: -14px -30px;
}
.waring-sm {
  width: 16px;
  height: 16px;
  background-position: 0 -47px;
  margin-right: 5px;
}
.waring-lg {
  width: 46px;
  height: 46px;
  background-position: -22px -47px;
}
.ico-success,
.ico-waring,
.ico-fail {
  width: 38px;
  height: 38px;
}
.ico-success {
  background-position: -71px -62px;
}
.ico-waring {
  background-position: -112px -62px;
}
.ico-fail {
  background-position: -112px -104px;
}
.ico-stars1,
.ico-stars2,
.ico-stars3,
.ico-stars4,
.ico-stars5 {
  background-position: -74px -47px;
  height: 11px;
}
.ico-stars1x,
.ico-stars2x,
.ico-stars3x,
.ico-stars4x,
.ico-stars5x {
  background-position: 100% -47px;
  height: 11px;
}
.ico-stars1,
.ico-stars1x {
  width: 13px;
}
.ico-stars2,
.ico-stars2x {
  width: 26px;
}
.ico-stars3,
.ico-stars3x {
  width: 39px;
}
.ico-stars4,
.ico-stars4x {
  width: 52px;
}
.ico-stars5,
.ico-stars5x {
  width: 65px;
}
.ui-tag {
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.ui-tag.tag-green {
  background-color: #84ca43;
}
.ui-tag.tag-red {
  background-color: #fb4400;
}
.ui-tag.tag-cyan-blue {
  background-color: #2fdab8;
}
.zhe-group {
  height: 14px;
  line-height: 14px;
  padding: 1px 1px 1px 3px;
  background-color: #ff9900;
  font-size: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 10px;
  font-family: "宋体";
}
.zhe-group span {
  float: left;
}
.zhe-group .zhe-info {
  background-color: #ffffff;
  color: #ff9900;
  margin-left: 3px;
  padding: 0 4px;
  font-family: Arial, Helvetica, sans-serif;
}
.tag-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-family: "宋体";
  padding: 1px 6px;
  background-color: #fefaf1;
  border: solid 1px #fed595;
  font-size: 12px;
  color: #ff9900;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 8px;
}
/*机票logo - xianglin.ren 2015-03-12*/
.flight-GJ,
.flight-8C,
.flight-8L,
.flight-BK,
.flight-CA,
.flight-CZ,
.flight-EU,
.flight-FM,
.flight-G5,
.flight-GS,
.flight-HO,
.flight-HU,
.flight-CN,
.flight-JR,
.flight-KN,
.flight-MF,
.flight-MU,
.flight-NS,
.flight-SC,
.flight-UA,
.flight-VD,
.flight-ZH,
.flight-KY,
.flight-TV,
.flight-3U,
.flight-DZ,
.flight-DR,
.flight-QW,
.flight-PN,
.flight-JD,
.flight-YI,
.flight-FU,
.flight-UQ,
.flight-GX {
  background: url(../img/flight_logo.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.flight-GJ {
  background-position: 0 0;
}
/*浙江长龙航空*/
.flight-8C {
  background-position: 0 -50px;
}
/*东星航空*/
.flight-8L {
  background-position: 0 -100px;
}
/*祥鹏航空*/
.flight-BK {
  background-position: 0 -150px;
}
/*奥凯航空*/
.flight-CA {
  background-position: 0 -200px;
}
/*中国国航*/
.flight-CZ {
  background-position: 0 -250px;
}
/*南方航空*/
.flight-EU {
  background-position: 0 -300px;
}
/*成都航空*/
.flight-FM {
  background-position: 0 -350px;
}
/*上海航空*/
.flight-G5 {
  background-position: 0 -400px;
}
/*华夏航空*/
.flight-GS {
  background-position: 0 -450px;
}
/*天津航空*/
.flight-HO {
  background-position: 0 -500px;
}
/*吉祥航空*/
.flight-HU {
  background-position: 0 -550px;
}
/*海南航空*/
.flight-CN {
  background-position: 0 -600px;
}
/*大新华航空*/
.flight-JR {
  background-position: 0 -650px;
}
/*幸福航空*/
.flight-KN {
  background-position: 0 -700px;
}
/*联合航空*/
.flight-MF {
  background-position: 0 -750px;
}
/*厦门航空*/
.flight-MU {
  background-position: 0 -800px;
}
/*东方航空*/
.flight-NS {
  background-position: 0 -850px;
}
/*河北航空*/
.flight-SC {
  background-position: 0 -900px;
}
/*山东航空*/
.flight-UA {
  background-position: 0 -950px;
}
/*美国联合航空公司*/
.flight-VD {
  background-position: 0 -1000px;
}
/*河南航空-有错*/
.flight-ZH {
  background-position: 0 -1000px;
}
/*深圳航空*/
.flight-KY {
  background-position: 0 -1050px;
}
/*昆明航空*/
.flight-TV {
  background-position: 0 -1100px;
}
/*西藏航空*/
.flight-3U {
  background-position: 0 -1150px;
}
/*四川航空*/
.flight-DZ {
  background-position: 0 -1200px;
}
/*东海航空*/
.flight-DR {
  background-position: 0 -1250px;
}
/*瑞丽航空*/
.flight-QW {
  background-position: 0 -1300px;
}
/*青岛航空*/
.flight-PN {
  background-position: 0 -1350px;
}
/*西部航空*/
.flight-JD {
  background-position: 0 -1400px;
}
/*首都航空*/
.flight-YI {
  background-position: 0 -1450px;
}
/*英安航空*/
.flight-FU {
  background-position: 0 -1500px;
}
/*福州航空*/
.flight-UQ {
  background-position: 0 -1550px;
}
/*乌鲁木齐*/
.flight-GX {
  background-position: 0 -1600px;
}
/*广西北部湾航空公司*/
/*银行卡icon - xianglin.ren 2015-03-06*/
.ABC,
.CCB,
.COMM,
.CITIC,
.CMB,
.ICBC,
.POSTGC,
.BOC,
.PAB,
.GCB,
.GDB,
.CIB,
.CMBC,
.SPDB,
.HXB,
.CEB,
.SHB {
  text-indent: -9999px;
  background-image: url(../img/bank_logo.png);
}
.JJBILL,
.ALI,
.TEN,
.UNION,
.CM,
.IPS,
.CALL,
.CASH,
.IAPS,
.ALLSCORE {
  text-indent: -9999px;
  background-image: url(../img/bank_logo.png);
}
.MarstCard,
.BOB,
.VISA,
.JCB {
  background-image: url(../img/bank_logo.png);
}
.ABC {
  background-position: 0px 0px;
}
/*农业银行*/
.CCB {
  background-position: 0px -41px;
}
/*建设银行*/
.COMM {
  background-position: 0px -82px;
}
/*交通银行*/
.CITIC {
  background-position: 0px -123px;
}
/*中信银行*/
.CMB {
  background-position: 0px -164px;
}
/*招商银行*/
.ICBC {
  background-position: 0px -205px;
}
/*工商银行*/
.POSTGC {
  background-position: 0px -246px;
}
/*中国邮政储蓄银行*/
.BOC {
  background-position: 0px -287px;
}
/*中国银行*/
.PAB {
  background-position: 0px -328px;
}
/*平安银行*/
.GCB {
  background-position: 0px -369px;
}
/*广州银行*/
.GDB {
  background-position: 0px -410px;
}
/*广发银行*/
.CIB {
  background-position: 0px -451px;
}
/*兴业银行*/
.CMBC {
  background-position: 0px -492px;
}
/*中国民生银行*/
.SPDB {
  background-position: 0px -533px;
}
/*浦发银行*/
.HXB {
  background-position: 0px -574px;
}
/*华夏银行*/
.CEB {
  background-position: 0px -615px;
}
/*光大银行*/
.SHB {
  background-position: 0px -656px;
}
/*上海银行*/
.JJBILL {
  background-position: 0px -697px;
}
/*快钱*/
.ALI {
  background-position: 0px -738px;
}
/*支付宝*/
.TEN {
  background-position: 0px -779px;
}
/*财付通*/
.UNION {
  background-position: 0px -820px;
}
/*在线支付*/
.CM {
  background-position: 0px -861px;
}
/*手机支付*/
.IPS {
  background-position: 0px -902px;
}
/*环迅支付*/
.CALL {
  background-position: 0px -943px;
}
/*银联电话*/
.CASH {
  background-position: 0px -984px;
}
/*现金刷卡*/
.IAPS {
  background-position: 0px -1025px;
}
/*壹钱包*/
.ALLSCORE {
  background-position: 0px -1066px;
}
/*奥斯卡在线*/
/*追加*/
.MarstCard {
  background-position: 0px -1107px;
}
/*万事达卡*/
.BOB {
  background-position: 0px -1148px;
}
/*北京银行*/
.VISA {
  background-position: 0px -1189px;
}
.JCB {
  background-position: 0px -1230px;
}
.input-sm {
  height: 20px;
  line-height: 20px;
}
.input-text,
.input-ts {
  height: 24px;
  line-height: 24px;
}
.input-lg {
  height: 28px;
  line-height: 28px;
}
.input-sm {
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  padding: 0 5px;
}
.input-sm:focus,
.input-sm.inputSel {
  border-color: #ff9900;
}
.input-text,
.input-select,
.input-ts {
  border: solid 1px #bec3c7;
  background-color: #ffffff;
  padding: 0 5px;
  font-family: tahoma, simsun, sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #333333;
  outline: none;
}
.input-text:focus,
.input-select:focus,
.input-ts:focus,
.input-text.inputSel,
.input-select.inputSel,
.input-ts.inputSel {
  border-color: #ff9900;
}
.input-r,
.input-c {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px !important;
}
.input-select {
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  padding-right: 0;
}
.input-ts {
  background: #ffffff url("../img/arr-down.gif") no-repeat center right;
  padding-right: 23px;
  cursor: pointer;
}
.input-ts.disabled {
  background: #f6f6f6 url("../img/arr-down2.gif") no-repeat center right;
}
.input-ts.disabled:focus {
  border-color: #bec3c7;
}
.mg-from {
  position: relative;
  display: block;
}
.from-row {
  clear: both;
  line-height: 30px;
  min-height: 30px;
  margin: 7px 0;
  position: relative;
  font-family: "宋体";
}
.from-row .input-text {
  margin-right: 8px;
}
.from-th {
  width: 12%;
  float: left;
  position: relative;
  margin-right: 10px;
}
.from-th span {
  position: absolute;
  right: 0;
  top: 0;
}
.from-set {
  position: absolute;
  right: 32px;
  top: 8px;
}
.from-set label {
  cursor: pointer;
}
.input-group {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9;
  font-size: 12px;
}
.input-group .input-text,
.input-group .input-ts {
  position: relative;
  z-index: 2;
}
.input-group sub {
  font-family: Arial, Helvetica, sans-serif;
  bottom: 0;
}
.input-group.input-num .oc {
  text-align: center;
}
.input-group.input-num .input-option {
  _width: 48px;
}
.input-group.input-date {
  _width: 94px;
}
.input-group.input-date .input-ts {
  _width: 64px;
}
.input-group.input-date .input-option {
  _width: 94px;
}
.input-option {
  background-color: #ccc;
  border-bottom: solid 1px #ccc;
  left: 0;
  position: absolute;
  top: 26px;
  width: 100%;
  max-height: 268px;
  _height: 268px;
  overflow-y: auto;
  box-sizing: border-box;
  display: none;
}
.input-option a {
  background-color: #fff;
  margin: 0 1px;
  display: block;
  color: #333333;
  line-height: 24px;
  padding: 0 5px;
  white-space: nowrap;
}
.input-option a:hover {
  background-color: #cfcfcf;
  color: #ffffff;
}
.box-warning {
  background-color: #fefaf1;
  border: solid 1px #fed99f;
  padding: 4px 7px 4px 28px;
  line-height: 20px;
  margin-bottom: -1px;
  position: relative;
  *zoom: 1;
  font-family: "宋体";
}
.box-warning.bw-bold {
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.box-warning.bw-bold i {
  top: 10px;
}
.box-warning i {
  position: absolute;
  left: 5px;
  top: 4px;
}
div.box-warning {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.box-warning i {
  top: 6px;
}
.box-warning-lg {
  background-color: #fff6d7;
  color: #333;
  line-height: 22px;
  overflow: hidden;
  padding: 28px 28px 28px 86px;
  font-family: "宋体";
}
.box-warning-lg i {
  float: left;
  margin-left: -62px;
  _display: inline;
}
.box-warning-lg h2 {
  font-size: 22px;
  line-height: 36px;
  font-family: "Microsoft YaHei";
}
.btn,
a.btn {
  display: inline-block;
  padding: 9px 29px;
  border: 1px solid #ff9900;
  border-radius: 2px;
  background-color: #ff9900;
  font-size: 14px;
  color: #ffffff;
  line-height: 1em;
  text-decoration: none;
  zoom: 1;
}
.btn:hover,
a.btn:hover {
  background-color: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}
.btn.btn-xs,
a.btn.btn-xs {
  padding: 5px 14px;
  font-size: 12px;
}
.btn.btn-sm,
a.btn.btn-sm {
  padding: 9px 19px;
  font-size: 12px;
}
.btn.btn-lg,
a.btn.btn-lg {
  padding: 11px 31px;
  font-size: 20px;
}
.btn.btn-bold,
a.btn.btn-bold {
  font-weight: bold;
}
.btn.btn-white,
a.btn.btn-white {
  background-color: #fff;
  border-color: #d3d3d3;
  color: #333333;
}
.btn.btn-white:hover,
a.btn.btn-white:hover {
  color: #ffffff;
}
.btn.btn-grey,
a.btn.btn-grey {
  background-color: #fafafa;
  border-color: #d3d3d3;
  color: #333333;
}
.btn.btn-grey:hover,
a.btn.btn-grey:hover {
  background-color: #f5f5f5;
  border-color: #d3d3d3;
  color: #ff6600;
}
a.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
/*基本重置样式文件*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  outline: none;
  -moz-outline: none;
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
@-webkit-keyframes 'rotate' {
  0% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
  }
}
.mango-container {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#mango-header {
  width: 100%;
  min-width: 990px;
  background-color: #fff;
  font: 12px/1.2 'Microsoft YaHei', simsun, tahoma, sans-serif;
  color: #666666;
}
.icon-head {
  background: url("../img/global.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.icon-head.hdico-dropdown {
  width: 5px;
  height: 3px;
  line-height: 3px;
  margin: 0 0 0 5px;
  background-position: -11px 0;
}
.icon-head.hdico-phone {
  width: 12px;
  height: 12px;
  margin: 0 5px 0 9px;
  background-position: -23px 0;
}
.icon-head.hdico-search {
  width: 16px;
  height: 16px;
  background-position: -36px 0;
}
.icon-head.hdico-map {
  width: 10px;
  height: 14px;
  margin-top: -2px !important;
  margin-right: 7px;
  background-position: 0 0;
}
.icon-head.hdico-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-position: -23px -13px;
  line-height: 300px;
  overflow: hidden;
  z-index: 3;
}
#mango-topnav {
  position: relative;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  background-color: #fafafa;
  font-family: "宋体";
  z-index: 109;
}
#mango-topnav .topnav-login {
  float: left;
  color: #eaeaea;
}
#mango-topnav .topnav-list {
  float: right;
}
#mango-topnav .topnav-list li.last {
  font-family: tahoma, simsun, sans-serif;
}
#mango-topnav li {
  float: left;
  color: #999;
}
#mango-topnav li a {
  color: #999;
  display: inline-block;
}
#mango-topnav li a.toplink {
  border-right: 1px solid #eaeaea;
  padding: 0 9px;
  margin: 7px 0;
  height: 16px;
  line-height: 16px;
}
#mango-topnav li a:hover {
  color: #ff6600;
}
#mango-topnav li.last a.toplink {
  border-right: none;
  padding-right: 0px;
}
#mango-topnav li.on:hover {
  position: relative;
  border-left: 1px solid #eaeaea;
  z-index: 31;
}
#mango-topnav li.on:hover a.toplink {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 18px;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 2;
}
#mango-topnav li.on:hover .topnav-sublist {
  display: block;
}
#mango-topnav .topnav-sublist {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  width: 94px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
#mango-topnav .topnav-sublist li {
  border: none;
  line-height: 24px;
  float: none;
}
#mango-topnav .topnav-sublist li a {
  padding: 0 0 0 18px;
}
.hd-wrap {
  position: relative;
  height: 95px;
  z-index: 108;
  font-family: "宋体";
}
.hd-wrap .hd-logo {
  position: relative;
  float: left;
}
.hd-wrap .hd-logo a {
  position: relative;
  display: block;
  z-index: 10;
  border: none;
}
.hd-wrap .hd-logo h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  text-indent: -9999px;
  overflow: hidden;
}
.hd-wrap .hd-city {
  float: left;
  width: 174px;
  margin-top: 23px;
  padding-left: 29px;
  color: #333333;
  position: relative;
  z-index: 22;
}
.hd-wrap .hd-city .city-change {
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  border: 1px solid #ffffff;
}
.hd-wrap .hd-city .city-site {
  width: 78px;
  float: left;
}
.hd-wrap .hd-city .city-text {
  color: #666666;
  padding-left: 9px;
}
.hd-wrap .hd-city .change-link {
  color: #333333;
}
.hd-wrap .hd-city .city-choice {
  display: none;
  position: absolute;
  width: 500px;
  top: 27px;
  left: 29px;
  z-index: 2;
  color: #666666;
}
.hd-wrap .hd-city .city-choice .from-row {
  margin: 5px 0 8px 0;
  line-height: 26px;
  min-height: 26px;
}
.hd-wrap .hd-city .city-choice .from-th {
  width: auto;
}
.hd-wrap .hd-city .city-choice .input-text {
  width: 236px;
}
.hd-wrap .hd-city .city-choice #result-city {
  position: absolute;
  left: 101px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  width: 246px;
  z-index: 10;
}
.hd-wrap .hd-city .city-choice #result-city li {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
}
.hd-wrap .hd-city .city-choice #result-city li:hover {
  background: #f5f5f5;
  color: #ff9900;
  cursor: pointer;
}
.hd-wrap .hd-city .city-choice-cont {
  padding: 15px;
}
.hd-wrap .hd-city.on .city-change {
  position: relative;
  background-color: #ffffff;
  border-color: #eaeaea;
  border-bottom: none;
  z-index: 10;
}
.hd-wrap .hd-city.on .city-choice {
  display: block;
}
.hd-wrap .hd-city.on .hdico-dropdown {
  -webkit-animation-name: "rotate";
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
}
.hd-wrap .hd-search {
  position: relative;
  float: left;
  width: 548px;
  height: 32px;
  margin: 29px 0 0 58px;
  border: 2px solid #ff7200;
  font-family: simsun;
  z-index: 21;
}
.hd-wrap .hd-search .search-classify {
  position: relative;
  float: left;
  width: 84px;
  height: 32px;
  border-right: 1px solid #eee;
  text-align: center;
}
.hd-wrap .hd-search .search-classify-link {
  display: inline-block;
  width: 84px;
  padding-top: 9px;
  height: 23px;
  _padding-top: 10px;
  _height: 22px;
  color: #aaaaaa;
}
.hd-wrap .hd-search .search-classify.on .drop-down-list {
  display: block;
}
.hd-wrap .hd-search .search-classify.on .hdico-dropdown {
  background-position: -11px -4px;
  -webkit-animation-name: "rotate";
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
}
.hd-wrap .hd-search .drop-down-list {
  display: none;
  position: absolute;
  width: 83px;
  top: 32px;
  left: 0px;
  padding-bottom: 1px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-top: none;
  text-align: left;
}
.hd-wrap .hd-search .drop-down-list li {
  height: 26px;
  line-height: 26px;
}
.hd-wrap .hd-search .drop-down-list a {
  display: block;
  width: 72px;
  padding-left: 11px;
  color: #666666;
}
.hd-wrap .hd-search .drop-down-list a:hover {
  background-color: #f5f5f5;
  color: #ff6600;
}
.hd-wrap .hd-search .input-text {
  float: left;
  display: inline-block;
  width: 366px;
  _width: 360px;
  height: 24px;
  line-height: 24px;
  padding: 5px 10px 3px 10px;
  border: 0;
}
.hd-wrap .hd-search .btn-search {
  float: right;
  display: inline-block;
  width: 77px;
  height: 25px;
  *height: 24px;
  padding-top: 7px;
  *padding-top: 8px;
  background-color: #ff7200;
  text-align: center;
}
.hd-wrap .hd-search .btn-search:hover {
  background-color: #ff6600;
}
.hd-wrap .hd-search .btn-search:hover .icon-head.ico-search {
  background-position: -36px -17px;
}
.hd-wrap .hd-search .keylist {
  display: none;
  position: absolute;
  width: 385px;
  top: 32px;
  left: 84px;
  border-top: none;
}
.hd-wrap .hd-search .keylist.on {
  display: block;
}
.hd-wrap .ad {
  float: right;
  width: 200px;
  height: 50px;
  margin-top: 21px;
}
/*=======导航=======*/
#hd-mainnav {
  position: relative;
  width: 100%;
  height: 34px;
  border-bottom: 2px solid #ff9900;
  z-index: 106;
  /*分类*/
  /*主导航*/
  /*二级导航*/
}
#hd-mainnav .mango-container {
  _position: relative;
}
#hd-mainnav .nav-main-classify {
  position: relative;
  float: left;
  width: 208px;
  height: 36px;
  background-color: #ff9900;
  z-index: 9;
  margin-bottom: -2px;
}
#hd-mainnav .nav-main-classify:hover .classify-list {
  display: block;
}
#hd-mainnav .nav-main-classify .classify-link {
  display: inline-block;
  width: 100%;
  padding: 8px 0 7px 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
#hd-mainnav .nav-main-classify .classify-list {
  position: absolute;
  top: 36px;
  left: 0px;
  width: 206px;
  height: 368px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.05);
  display: none;
}
#hd-mainnav .nav-main-classify .classify-list.select {
  display: block;
}
#hd-mainnav .nav-main-classify .classify-list li {
  height: 42px;
  margin-top: -1px;
}
#hd-mainnav .nav-main-classify .classify-list li a.list-link {
  display: block;
  margin: 0 9px;
  line-height: 26px;
  height: 26px;
  padding: 7px 0;
  _padding: 6px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #666666;
  _position: relative;
  _z-index: 2;
}
#hd-mainnav .nav-main-classify .classify-list li .icon-menu {
  background: url("../img/home/home-icon.png") no-repeat;
  _background: url("../img/home/home-icon-ie6.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  margin-top: -2px !important;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  transition: margin 0.2s ease-in-out;
}
#hd-mainnav .nav-main-classify .classify-list li .im-zb {
  background-position: 0 -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-gn {
  background-position: -31px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-gt {
  background-position: -62px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-rh {
  background-position: -93px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-zd {
  background-position: -124px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-mz {
  background-position: -155px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-oz {
  background-position: -186px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-dny {
  background-position: -217px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li .im-yl {
  background-position: -248px -280px;
}
#hd-mainnav .nav-main-classify .classify-list li.on,
#hd-mainnav .nav-main-classify .classify-list li:hover {
  *margin-bottom: -5px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link {
  margin: 0 -1px 0 0;
  padding-left: 9px;
  padding-right: 9px;
  border-right: 1px solid #fff;
  color: #ff9900;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .icon-menu,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .icon-menu {
  margin-left: 6px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-zb,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-zb {
  background-position: 0 -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-gn,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-gn {
  background-position: -31px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-gt,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-gt {
  background-position: -62px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-rh,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-rh {
  background-position: -93px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-zd,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-zd {
  background-position: -124px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-mz,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-mz {
  background-position: -155px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-oz,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-oz {
  background-position: -186px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-dny,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-dny {
  background-position: -217px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on a.list-link .im-yl,
#hd-mainnav .nav-main-classify .classify-list li:hover a.list-link .im-yl {
  background-position: -248px -311px;
}
#hd-mainnav .nav-main-classify .classify-list li.on .sublist,
#hd-mainnav .nav-main-classify .classify-list li:hover .sublist {
  display: block;
}
#hd-mainnav .nav-main-classify .sublist {
  position: absolute;
  top: -1px;
  left: 207px;
  width: 372px;
  height: 354px;
  padding: 14px 22px 0;
  border: 1px solid #f0f0f0;
  border-left: 0;
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.05);
  background-color: #fff;
  font-family: "宋体";
  display: none;
}
#hd-mainnav .nav-main-classify .sublist dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
#hd-mainnav .nav-main-classify .sublist dt strong {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #f90;
  margin-bottom: -1px;
}
#hd-mainnav .nav-main-classify .sublist dd {
  color: #ebebeb;
  line-height: 21px;
  margin-bottom: 18px;
}
#hd-mainnav .nav-main-classify .sublist dd a {
  white-space: nowrap;
  color: #999999;
}
#hd-mainnav .nav-main-classify .sublist dd a.hot {
  color: #ff9900;
}
#hd-mainnav .nav-list {
  float: left;
  padding-left: 12px;
}
#hd-mainnav .nav-list li {
  float: left;
}
#hd-mainnav .nav-list li a.nav-link {
  display: inline-block;
  height: 26px;
  padding: 8px 18px 0;
  font-size: 16px;
  color: #333333;
}
#hd-mainnav .nav-list li a.nav-link:hover {
  color: #ff6600;
}
#hd-mainnav .nav-list li a.nav-link:hover .arrows {
  background-position: -11px -17px;
  -webkit-animation-name: "rotate";
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
}
#hd-mainnav .nav-list li .arrows {
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-left: 5px;
  background-position: -11px -9px;
  vertical-align: middle;
  *margin-top: 4px;
  overflow: hidden;
}
#hd-mainnav .nav-list li .status {
  position: absolute;
  display: none;
  width: 11px;
  height: 5px;
  left: 50%;
  bottom: 0px;
  margin-left: -5px;
  background-position: -11px -32px;
  overflow: hidden;
}
#hd-mainnav .nav-list li.on {
  background: url("../img/arr-nav.gif") no-repeat;
  background-position: center bottom;
}
#hd-mainnav .nav-list li.on .arrows {
  background-position: -11px -17px;
}
#hd-mainnav .nav-list li.on:hover .arrows {
  background-position: -11px -17px;
}
#hd-mainnav .nav-list li.on .nav-sublist {
  z-index: 1;
}
#hd-mainnav .nav-list li.on a.nav-link,
#hd-mainnav .nav-list li:hover a.nav-link {
  color: #ff6600;
}
#hd-mainnav .nav-list li.on .nav-sublist,
#hd-mainnav .nav-list li:hover .nav-sublist {
  display: block;
}
#hd-mainnav .nav-sublist {
  position: absolute;
  top: 34px;
  _top: 36px;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-top: 2px solid #ff9900;
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(102, 102, 102, 0.25);
  z-index: 2;
  display: none;
}
#hd-mainnav .nav-sublist a {
  font-size: 12px;
  color: #666666;
  font-family: simsun;
  padding: 0 14px;
}
#hd-mainnav .nav-sublist a:hover {
  color: #ff6600;
}
#hd-mainnav .nav-sublist .nav-subitem {
  padding-left: 222px;
}
#hd-mainnav .nav-sublist .flight {
  text-align: right;
  padding-right: 222px;
}
#hd-mainnav .nav-sublist .hotel {
  text-align: right;
  padding-right: 56px;
}
#hd-mainnav .nav-sublist .visa {
  text-align: right;
  padding-right: 50px;
}
#hd-mainnav .nav-sublist .article {
  text-align: right;
}
.header-sidebar {
  position: fixed;
  _position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-color: #535353;
  z-index: 8999;
  font: 12px/1.2 'Microsoft YaHei', simsun, tahoma, sans-serif;
}
.header-sidebar .mt8 {
  margin-top: 8px;
}
.header-sidebar .mt10 {
  margin-top: 10px;
}
.header-sidebar .yellow-b {
  color: #ff6600;
}
.header-sidebar ul.hs-top,
.header-sidebar ul.hs-bottom {
  position: absolute;
  left: 0;
  background-color: #535353;
}
.header-sidebar ul.hs-top {
  top: 17%;
}
.header-sidebar ul.hs-bottom {
  bottom: 0px;
}
.header-sidebar li {
  position: relative;
}
@media (max-height: 768px) {
  .header-sidebar ul.top {
    top: 8%;
  }
}
.header-sidebar a.hs-link {
  display: block;
  width: 28px;
  margin: 0 auto;
  padding: 10px 11px;
  text-align: center;
  color: #b8b8b8;
  font-family: Arial, Helvetica, sans-serif;
}
.header-sidebar a.hs-link i {
  display: block;
  width: 28px;
  margin-bottom: 6px;
}
.header-sidebar a.hs-link i.icon-hs-user {
  height: 28px;
  background-position: -90px 0;
}
.header-sidebar a.hs-link i.icon-hs-wallet {
  height: 19px;
  background-position: -90px -29px;
}
.header-sidebar a.hs-link i.icon-hs-orders {
  height: 24px;
  background-position: -90px -49px;
}
.header-sidebar a.hs-link i.icon-hs-collect {
  height: 22px;
  background-position: -90px -74px;
}
.header-sidebar a.hs-link i.icon-hs-vip {
  height: 25px;
  background-position: -90px -97px;
}
.header-sidebar a.hs-link i.icon-hs-qq {
  height: 26px;
  background-position: -90px -123px;
}
.header-sidebar a.hs-link i.icon-hs-wx {
  height: 23px;
  background-position: -90px -150px;
}
.header-sidebar a.hs-link i.icon-hs-phone {
  height: 29px;
  background-position: -90px -174px;
}
.header-sidebar a.hs-link i.icon-hs-backtop {
  width: 11px;
  height: 5px;
  margin: 0 auto 6px auto;
  background-position: -11px -38px;
}
.header-sidebar a.hs-link:hover,
.header-sidebar li.on a.hs-link {
  background-color: #ff7200;
  color: #fff;
}
.header-sidebar a.hs-link:hover i.icon-hs-user,
.header-sidebar li.on a.hs-link i.icon-hs-user {
  background-position: -119px 0;
}
.header-sidebar a.hs-link:hover i.icon-hs-wallet,
.header-sidebar li.on a.hs-link i.icon-hs-wallet {
  background-position: -119px -29px;
}
.header-sidebar a.hs-link:hover i.icon-hs-orders,
.header-sidebar li.on a.hs-link i.icon-hs-orders {
  background-position: -119px -49px;
}
.header-sidebar a.hs-link:hover i.icon-hs-collect,
.header-sidebar li.on a.hs-link i.icon-hs-collect {
  background-position: -119px -74px;
}
.header-sidebar a.hs-link:hover i.icon-hs-vip,
.header-sidebar li.on a.hs-link i.icon-hs-vip {
  background-position: -119px -97px;
}
.header-sidebar a.hs-link:hover i.icon-hs-qq,
.header-sidebar li.on a.hs-link i.icon-hs-qq {
  background-position: -119px -123px;
}
.header-sidebar a.hs-link:hover i.icon-hs-wx,
.header-sidebar li.on a.hs-link i.icon-hs-wx {
  background-position: -119px -150px;
}
.header-sidebar a.hs-link:hover i.icon-hs-phone,
.header-sidebar li.on a.hs-link i.icon-hs-phone {
  background-position: -119px -174px;
}
.header-sidebar .arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  display: none;
  width: 11px;
  height: 12px;
  margin-top: -6px;
  background-position: -23px -38px;
}
.header-sidebar .layer {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #ececec;
  border-right: none;
  padding: 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  /*QQ*/
  /*weixin*/
}
.header-sidebar .layer .layer-tit {
  font-size: 16px;
  color: #666666;
  font-family: 'Microsoft YaHei';
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
  display: block;
  margin: 0px 20px 10px;
}
.header-sidebar .layer .layer-tit.noborder {
  border-bottom: none;
}
.header-sidebar .layer .layer-tit .icon-hs-hide {
  display: inline-block;
  float: right;
  width: 11px;
  height: 21px;
  background-position: -23px -51px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
}
.header-sidebar .layer.wallet {
  width: 179px;
  left: -180px;
  top: -90%;
}
.header-sidebar .layer.wallet .layer-cont li {
  margin-bottom: 13px;
}
.header-sidebar .layer.wallet .layer-cont .more-link {
  padding: 6px 0 0 0;
  border: none;
  text-align: left;
}
.header-sidebar .layer.wallet .layer-cont p {
  padding: 7px 0;
}
.header-sidebar .layer.hs-member {
  width: 204px;
  left: -219px;
  top: 0;
  padding: 18px 0 8px 14px;
  *width: 214px;
}
.header-sidebar .layer.hs-logined {
  width: 139px;
  left: -180px;
  top: 0;
  padding: 20px;
}
.header-sidebar .layer.orders {
  left: -249px;
  top: -200%;
  width: 248px;
  padding-bottom: 0;
}
.header-sidebar .layer.orders.nologin {
  top: -100%;
  padding-bottom: 20px;
}
.header-sidebar .layer.zx {
  width: 179px;
  left: -180px;
  top: -100%;
  text-align: center;
}
.header-sidebar .layer.zx .layer-tit {
  display: inline-block;
  margin: 0 auto;
}
.header-sidebar .layer .more-link {
  padding: 12px 0 20px 0;
  border-top: 1px dotted #cccccc;
  text-align: center;
  overflow: hidden;
}
.header-sidebar .layer .more-link a {
  color: #666666;
}
.header-sidebar .layer .more-link a:hover {
  color: #ff6600;
}
.header-sidebar .layer .layer-cont {
  font-family: simsun;
  overflow: hidden;
  padding: 0px 20px;
}
.header-sidebar .layer .layer-cont.non-payment {
  border-bottom: 1px dotted  #cccccc;
}
.header-sidebar .layer .layer-cont.to-review {
  background-color: #fff;
  border: none;
  padding-top: 10px;
}
.header-sidebar .layer .layer-cont .tit {
  padding: 0 0 10px;
  color: #999999;
  font-weight: bold;
}
.header-sidebar .layer .layer-cont .integral {
  color: #f06e3c;
  font-family: Vani;
  padding-bottom: 12px;
}
.header-sidebar .layer .layer-cont ul {
  width: 100%;
  overflow: hidden;
}
.header-sidebar .layer .layer-cont li {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}
.header-sidebar .layer .layer-cont li.last {
  margin: 0px;
  padding-bottom: 10px;
}
.header-sidebar .layer .layer-cont .title-line {
  padding-bottom: 8px;
  color: #999999;
}
.header-sidebar .layer .layer-cont span.status {
  display: inline-block;
  float: left;
  padding: 2px 10px;
  background-color: #a0d56d;
  border-radius: 10px;
  color: #fff;
}
.header-sidebar .layer .layer-cont span.price {
  display: inline-block;
  float: right;
  padding: 2px 0;
  font-family: 'Microsoft YaHei';
}
.header-sidebar .layer .layer-cont .ticket {
  display: block;
  width: 119px;
  height: 63px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}
.header-sidebar .layer .layer-cont .ticket.red {
  background-position: -148px 0;
}
.header-sidebar .layer .layer-cont .ticket.yellow {
  background-position: -148px -64px;
}
.header-sidebar .layer .layer-cont .ticket.blue {
  background-position: -148px -128px;
}
.header-sidebar .layer .layer-cont .ticket .name {
  display: block;
  margin: 12px 0 8px 15px;
}
.header-sidebar .layer .layer-cont .ticket .sign {
  display: block;
  float: left;
  margin-left: 15px;
}
.header-sidebar .layer .layer-cont .ticket .num {
  float: left;
  margin: -9px 0 0 2px;
  font-size: 28px;
  font-family: Impact;
}
.header-sidebar .layer .phone-num {
  padding: 18px 0;
  font-size: 20px;
  color: #79c243;
  font-family: 'Microsoft YaHei';
}
.header-sidebar .layer .hs-btn-qq {
  display: inline-block;
  margin: 0 auto 5px auto;
  padding: 5px 6px;
  border: 1px solid #e4e4e4;
  color: #ff9900;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.header-sidebar .layer .hs-btn-qq i {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-position: -36px -34px;
}
.header-sidebar .layer .layer-weixin {
  width: 100px;
  height: 100px;
  margin: 8px auto;
  background: url("../img/weixin.jpg") no-repeat;
  border: solid 1px #b1b1b1;
}
.header-sidebar .layer .layer-txt {
  font-size: 12px;
  color: #999999;
  font-family: tahoma, simsun, sans-serif;
}
.header-sidebar .layer .layer-nopro {
  padding: 100px 0 160px;
  text-align: center;
  line-height: 24px;
  font-family: "宋体";
}
.header-sidebar .layer .layer-nopro .icon-cart {
  display: block;
  width: 55px;
  height: 45px;
  background-position: -34px -111px;
  margin: 0 auto 10px;
}
.header-sidebar .layer .input-text {
  border: solid 1px #bec3c7;
  background-color: #ffffff;
  padding: 0 5px;
  font-family: tahoma, simsun, sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  color: #333333;
}
.header-sidebar .layer .input-text:focus,
.header-sidebar .layer .input-text.inputSel {
  border-color: #ff9900;
}
.header-sidebar .layer .hs-uform .input-text {
  width: 128px;
}
.header-sidebar .layer .hs-uform .uform-row {
  height: 24px;
  line-height: 24px;
  padding-left: 4em;
  margin-bottom: 13px;
}
.header-sidebar .layer .hs-uform .uform-row.uform-txt {
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.header-sidebar .layer .hs-uform .uform-lab {
  float: left;
  width: 4em;
  text-align: right;
  margin-left: -4em;
  _display: inline;
}
.header-sidebar .layer .hs-uform .uform-code {
  width: 56px;
  float: left;
  margin-right: 1px;
}
.header-sidebar .layer .layer-form {
  padding: 0 28px;
}
.header-sidebar .layer .layer-form .input-text {
  width: 112px;
}
.header-sidebar .layer .mt12 {
  margin-top: 12px;
}
.header-sidebar .layer .hs-scode {
  height: 26px;
  margin: 8px 0 18px;
}
.header-sidebar .layer .hs-scode a {
  display: inline-block;
  padding: 0 4px;
  line-height: 26px;
  background-color: #fff2ce;
  color: #f28934;
}
.header-sidebar .layer .hs-scode a.disabled {
  background-color: #ccc;
  color: #999;
}
.header-sidebar .layer .hs-btn {
  padding: 6px 26px;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ff9900;
  border-radius: 2px;
  background-color: #ff9900;
  color: #ffffff;
  line-height: 1em;
  text-decoration: none;
  zoom: 1;
}
.header-sidebar .layer .hs-btn:hover {
  background-color: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}
.header-sidebar .layer .hs-uhead {
  height: 32px;
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ececec;
  font-size: 14px;
  font-weight: bold;
}
.header-sidebar .layer .hs-uhead .imgbox {
  width: 32px;
  height: 32px;
  float: left;
  margin-left: -40px;
  _display: inline;
}
.header-sidebar .layer .hs-urating {
  height: 18px;
  line-height: 18px;
  margin-top: 8px;
}
.header-sidebar .layer .hs-unum {
  padding-left: 15px;
  font-size: 24px;
  vertical-align: middle;
  color: #ff9900;
}
.header-sidebar li.on .arrows,
.header-sidebar li:hover .arrows,
.header-sidebar li.on .layer,
.header-sidebar li:hover .layer {
  display: block;
}
#mango-footer {
  width: 100%;
  line-height: 24px;
  font: 12px/24px tahoma, simsun, sans-serif, "宋体";
  text-align: center;
  padding: 12px 0 32px;
  margin-top: 10px;
  border-top: solid 1px #ccc;
  overflow: hidden;
}
#mango-footer .footer-nav a {
  color: #666;
  padding: 0 12px;
}
#mango-footer .footer-nav a:hover {
  color: #ff6600;
}
#mango-footer .footer-qlogo img {
  margin: 8px 8px 0;
}
.home-icon {
  background: url("../img/home/home-icon.png") no-repeat;
  _background: url("../img/home/home-icon-ie6.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  margin-top: -2px !important;
}
.home-svideo,
.home-spei,
.home-spro,
.home-sdian,
.home-spiao,
.home-sfire,
.home-stui {
  width: 41px;
  height: 41px;
}
.home-svideo {
  background-position: 0 -218px;
}
.home-spei {
  background-position: -46px -218px;
}
.home-spro {
  background-position: -92px -218px;
}
.home-spiao {
  background-position: -138px -218px;
}
.home-sfire {
  background-position: -184px -218px;
}
.home-stui {
  background-position: -230px -218px;
}
.home-sdian {
  width: 44px;
  background-position: -253px -172px;
}
.home-ensure {
  height: 91px;
  background-color: #ff9900;
  margin-top: 20px;
}
.home-ensure a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 80px 14px 0;
  line-height: 24px;
  font-weight: bold;
}
.home-ensure a.last {
  padding-right: 0;
}
.home-foot {
  font-family: "宋体";
}
.home-service {
  _height: 120px;
  padding: 10px 0 20px;
  overflow: hidden;
  *zoom: 1;
}
.home-service dl {
  float: left;
  width: 18%;
  padding: 0 2.5%;
  border-left: solid 1px #eaeaea;
  margin-left: -1px;
  color: #999999;
}
.home-service dl.first {
  width: 13%;
  padding-left: 0;
}
.home-service dl.last {
  width: 13%;
  padding-right: 0;
}
.home-service dl dt {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.home-service dd.half a {
  float: left;
  width: 48%;
  _width: 44%;
  margin-right: 2%;
}
.home-service dd a {
  height: 22px;
  line-height: 22px;
  display: block;
  color: #999999;
}
.home-service dd a:hover {
  color: #ff6600;
}
.home-soarea {
  line-height: 18px;
  margin-top: 10px;
  padding: 10px 0;
  color: #999999;
  border-top: solid 1px #eaeaea;
  overflow: hidden;
  *zoom: 1;
}
.home-soarea li {
  padding: 0 10px 0 138px;
  overflow: hidden;
  *zoom: 1;
}
.home-soarea label {
  float: left;
  margin-left: -138px;
  _display: inline;
}
.home-soarea a {
  color: #999999;
  margin-right: 8px;
}
.home-soarea a:hover {
  color: #ff6600;
}
@media screen and (min-width: 960px) and (max-width: 1170px) {
  .home-ensure a {
    padding-right: 40px;
  }
}
.breadcrumbs {
  width: 100%;
  padding: 14px 0;
  overflow: hidden;
}
.breadcrumbs .item {
  float: left;
  font-size: 12px;
}
.breadcrumbs .item a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs .item span {
  color: #999;
  padding: 0 5px;
  font-family: 'SimSun';
}
.breadcrumbs .item.current a {
  color: #666;
}
/*搜索结果-页码 copy 酒店页码*/
.pagination {
  text-align: right;
}
.pagination_btn_go_input {
  height: 24px;
  line-height: 24px;
  width: 26px;
  background: #fff;
  border: 1px solid #ccc;
  outline: medium none;
  padding: 0 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.pagination_btn_go {
  width: 46px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  vertical-align: middle;
  margin-top: -4px;
}
.pagination_btn_go:hover {
  background-color: #f90;
  border-color: #f90;
  color: #fff;
  cursor: pointer;
}
.pagination a,
.pagination span {
  border: 1px solid #dedede;
  padding: 4px 8px;
  margin-right: 2px;
  text-decoration: none;
  color: #666;
}
.pagination a:hover,
.pagination span.curr {
  border-color: #ff9900;
  background-color: #ff9900;
  color: white;
}
.pagination span.normalsize {
  border: none;
}
.pagination span.disabled {
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  color: #dfdfdf;
}
.pagination_gopage_wrap {
  display: inline;
}
.mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  z-index: 9997;
  _position: absolute;
}
.popup-box {
  position: fixed;
  _position: absolute;
  display: table;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-wrap {
  *position: absolute;
  *top: 50%;
  display: table-cell;
  vertical-align: middle;
}
.popup {
  position: relative;
  margin: 0 auto;
  *top: -50%;
  padding: 10px;
  overflow: hidden;
  _background-color: #dbdbdb;
}
.popup .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.popup .popup-main {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.popup .close {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 12px;
  right: 12px;
  background-position: -23px -26px;
  text-indent: -9999px;
  overflow: hidden;
}
.popup .title {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
}
.popup .title span {
  padding-left: 12px;
}
.popup .cont {
  padding: 30px 10%;
  min-height: 100px;
  _height: 100px;
}
.popup.no-border .title {
  border: none;
}
.popup.no-border .cont {
  padding: 12px;
}
.popup .ico {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: -9px 12px 90px 0;
}
.popup .ico.ico-ok {
  background-position: -53px 0;
}
.popup .ico.ico-info {
  background-position: -53px -37px;
}
.popup .ico.ico-err {
  background-position: -53px -74px;
}
.popup .tit-line {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #333333;
}
.popup .txt-line {
  font-family: simsun;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 14px;
  color: #666666;
}
.popup .btn-line {
  padding-top: 14px;
  width: 100%;
  zoom: 1;
}
.popup .btn-line .btn {
  margin-right: 12px;
}
.popup .btn-line.center {
  text-align: center;
}
.popup .btn-line.left {
  text-align: left;
}
.popup .btn-line.right {
  text-align: right;
}
.yan-phone {
  padding: 20px 17px;
}
.yan-phone .new {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.yan-phone .new label {
  float: left;
  width: 80px;
  padding-left: 10px;
  text-align: right;
}
.yan-phone .new input {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.yan-phone .new .w100 {
  width: 100px;
}
.yan-phone .new .w150 {
  width: 212px;
}
.yan-phone .new .but {
  float: left;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  color: #aaa;
  cursor: pointer;
  border-radius: 2px;
}
.yan-phone .new .but:hover {
  background-color: #f60;
  color: #fff;
  border-color: #f60;
}
.yan-phone .new span {
  height: 26px;
  line-height: 26px;
  padding: 5px 0;
  text-align: center;
  color: #f60;
}
.yan-phone .y-error {
  margin-left: 111px;
  margin-top: -20px;
  height: 26px;
  line-height: 26px;
  color: #f60;
}
.yan-phone .yan {
  width: 100px;
  margin-left: 110px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #f90;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}
.yan-phone .yan:hover {
  background-color: #f60;
}
.pop-alert {
  padding: 28px 48px;
  text-align: center;
}
.pop-alert .pop-status {
  font-size: 16px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: left;
}
.pop-alert .pop-txt {
  text-align: left;
  padding-left: 56px;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
/* calendar */
.datepicker {
  width: 412px;
  min-height: 212px;
  _height: 212px;
  background-color: #fff;
  border: 1px solid #bbb;
  font-size: 12px;
  z-index: 9999;
  overflow: hidden;
  zoom: 1;
}
.pickerwrap {
  position: relative;
  width: 100%;
  min-height: 212px;
  _height: 212px;
}
.pickwidth {
  width: 100%;
  overflow: auto;
  zoom: 1;
}
.pickerbody {
  float: left;
  width: 206px;
  overflow: hidden;
  border: none;
}
.pickhead {
  width: 206px;
  height: 27px;
  margin-bottom: 5px;
  line-height: 27px;
  background-color: #f3f3f3;
  color: #313330;
  text-align: center;
}
.pickweek {
  width: 196px;
  padding: 0 4px 0 5px;
  height: 24px;
  background: #fff;
  line-height: 24px;
}
.pickweek span {
  float: left;
  width: 28px;
  background: #f5f5f5;
  text-align: center;
}
.pickweek span.wkfont {
  color: #f90;
  font-weight: bold;
}
.dateswrap {
  width: 196px;
  padding: 0 4px 0 5px;
  min-height: 151px;
  _height: 151px;
}
.dateswrap ul {
  width: 100%;
  overflow: auto;
  zoom: 1;
  border-left: 1px solid #f7f7f7;
}
.dateswrap li {
  float: left;
  width: 27px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
  color: #ccc;
  font-weight: bold;
  border: 1px solid #f7f7f7;
  margin-left: -1px;
  margin-top: -1px;
}
.dateswrap li a {
  width: 25px;
  height: 23px;
  line-height: 23px;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
}
.dateswrap li a:link,
.dateswrap li a:visited {
  text-decoration: none;
  color: #666;
}
.dateswrap li a.limits {
  background-color: #fff5e5;
  border-color: #fff5e5;
  color: #666;
}
.dateswrap li a.now,
.dateswrap li a.choice {
  border-color: #f90;
  background: #f90;
  color: #fff;
}
.dateswrap li a:hover {
  border-color: #f90;
  background-color: #feefd9;
  color: #333;
}
.dateswrap li span {
  display: block;
}
.prevMonth,
.nextMonth,
.prevDisabled,
.nextDisabled {
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("../img/date-arr.png") no-repeat;
}
.prevDisabled {
  left: 5px;
  background-position: 0 0;
}
.nextDisabled {
  right: 5px;
  background-position: -28px 0;
}
.prevMonth {
  left: 5px;
  background-position: -56px 0;
}
.nextMonth {
  right: 5px;
  background-position: -84px 0;
}
/* citylist */
.city-choice {
  font-family: "宋体";
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 10px 0;
  z-index: 99;
  overflow: hidden;
}
.city-choice a:link,
.city-choice a:visited {
  color: #666;
}
.city-choice a:hover {
  color: #f60;
  text-decoration: none;
}
.city-choice .cityed,
.city-choice .city-matching,
.city-choice .city-pick {
  overflow: hidden;
  padding-left: 15px;
  zoom: 1;
}
.city-choice .city-pick {
  margin-top: 4px;
  padding-left: 42px;
}
.city-choice .city-matching {
  padding-left: 102px;
  margin-bottom: 10px;
}
.city-choice .from-row {
  padding-left: 19px;
}
.city-choice .city-tip {
  height: 28px;
  padding: 0 9px;
  line-height: 28px;
  color: #777;
  text-indent: 10px;
}
.city-choice .city-nav {
  height: 23px;
  margin: 0 15px;
  border-bottom: 2px solid #d8d8d8;
}
.city-nav a,
.city-nav span {
  float: left;
  margin-right: 2px;
  padding: 0 4px;
  border-bottom: none;
  line-height: 22px;
  font-family: Arial;
  margin-right: 15px;
}
.city-nav a:link,
.hotWrap a:visited {
  color: #333;
}
.city-nav a.on,
.city-nav span.on {
  margin-bottom: -2px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #f90;
  cursor: text;
  position: relative;
  color: #f90;
}
.city-nav a.on:link,
.hotWrap a.on:visited {
  color: #fe6600;
}
.city-nav span {
  color: #666;
  cursor: pointer;
}
.city-nav span.on {
  cursor: text;
}
.city-panel {
  clear: both;
  padding: 4px 5px 7px;
}
.city-panel h2 {
  clear: both;
  height: 25px;
  padding-left: 10px;
  line-height: 25px;
}
.city-panel .hotlist {
  padding-left: 10px;
  overflow: auto;
  zoom: 1;
}
.city-choice .cityed a,
.city-matching a,
.city-pick a {
  float: left;
  width: 48px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  margin: 2px 4px 2px 0;
  overflow: hidden;
}
.city-choice .cityed a:hover,
.city-matching a:hover,
.city-pick a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f90;
}
.city-panel dl {
  margin-top: 4px;
  padding-left: 10px;
  line-height: 20px;
  max-height: 288px;
  _height: 288px;
  overflow-y: auto;
}
.city-panel dl dt {
  float: left;
  width: 32px;
  height: 20px;
  margin-top: 2px;
  text-align: center;
  font-family: Arial;
  color: #f60;
}
.city-panel dl dd {
  overflow: hidden;
  _zoom: 1;
}
.city-panel dl dd a,
.city-panel .city-pick a {
  float: left;
  width: 48px;
  height: 20px;
  padding: 0 5px;
  margin: 2px 8px 2px 0;
  overflow: hidden;
}
.city-panel dl dd a:hover {
  color: #fff;
  background-color: #f90;
}
.keylist {
  font-family: "宋体";
  background: #fff;
  border: 1px solid #eaeaea;
  z-index: 99;
  overflow: hidden;
}
.keylist .keytitle {
  padding: 10px 6px 6px 6px;
}
.keylist .keytitle b {
  color: #f90;
}
.keydata em {
  font-style: normal;
}
.keydata a {
  display: block;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  cursor: pointer;
  color: #666;
}
.keydata a:hover {
  background: #fef7da;
  color: #333;
  text-decoration: none;
}
.keydata .name,
.keydata .pinyin {
  float: left;
  width: 90px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.keydata .pinyin {
  float: right;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}
.keydata .red {
  color: #f00;
}
.keydata a.current {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.keydata a.current:hover {
  background: #fef7da;
  color: #333;
}
.key_page {
  height: 25px;
  border-top: 1px dashed #ccc;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.key_page a {
  padding: 2px 5px;
}
.key_page a.current {
  font-weight: bold;
  font-size: 16px;
}
.tu404 {
  width: 592px;
  height: 281px;
  background: url(../img/404.jpg) no-repeat;
  margin: 50px auto 30px auto;
}
.cont-404 {
  width: 468px;
  margin-left: 124px;
  margin: 0 auto;
}
.cont-404 .top-404 {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.cont-404 .top-404 i {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../img/4041.jpg) no-repeat;
}
.cont-404 .top-404 .wen {
  float: left;
}
.cont-404 .bottom-404 {
  height: 28px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.cont-404 .bottom-404 .but {
  display: block;
  float: left;
  width: 90px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #FFCD56;
  color: #A76D16;
  border-radius: 2px;
}
.cont-404 .bottom-404 .fan {
  display: block;
  float: left;
  padding: 0 2px;
  color: #f90;
  margin-left: 20px;
}
.marketing-404 .head-404 {
  height: 50px;
  line-height: 50px;
}
.marketing-404 .head-404 .left {
  float: left;
  font-size: 18px;
}
.marketing-404 .head-404 .right {
  float: right;
  width: 60px;
  cursor: pointer;
}
.marketing-404 .head-404 i {
  display: block;
  float: left;
  width: 14px;
  height: 17px;
  margin-top: 17px;
  background: url(../img/40402.jpg) no-repeat;
}
.marketing-404 .content-404 {
  width: 1240px;
  margin-bottom: 50px;
}
.marketing-404 .nr-404 {
  width: 1260px;
}
.marketing-404 .nr-404 li {
  float: left;
  width: 295px;
  margin-right: 20px;
}
.marketing-404 .nr-404 .pic {
  width: 293px;
  height: 158px;
  padding: 1px ;
  background-color: #E0E0E0;
}
.marketing-404 .nr-404 .pic img {
  width: 293px;
  height: 158px;
}
.marketing-404 .nr-404 .title {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
  max-height: 40px;
}
.marketing-404 .nr-404 .title a {
  color: #000;
}
.marketing-404 .nr-404 .prc {
  margin: 5px 0;
  height: 26px;
  line-height: 26px;
  color: #f60;
  font-size: 18px;
}
/* 提示框 */
.box-tips {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cdd5e2;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  padding: 10px 14px;
  box-shadow: 0 2px 0 #e3e3e3;
  z-index: 99;
  zoom: 1;
  text-decoration: none;
  font-family: "宋体";
}
.box-tips i {
  position: absolute;
  left: 14px;
  top: -3px;
  width: 9px;
  height: 5px;
  background-position: -49px -13px;
  z-index: 100;
}
.box-tips i.arr-tc {
  /* 箭头向上居中 */
  left: 50%;
  margin-left: -5px;
}
.box-tips i.arr-tr {
  /* 箭头向上居右 */
  left: auto;
  right: 14px;
}
.box-tips i.arr-bc {
  /* 箭头向下居左 */
  top: auto;
  bottom: -5px;
  background-position: -49px -20px;
}
.box-tips i.arr-rt {
  /* 箭头靠右居上 */
  left: auto;
  right: -5px;
  top: 10px;
  width: 5px;
  height: 9px;
  background-position: -84px -13px;
}
.box-tips i.arr-lt {
  /* 箭头靠左居上 */
  left: auto;
  left: -5px;
  top: 10px;
  width: 5px;
  height: 9px;
  background-position: -77px -13px;
}
.box-tips.box-tipsB {
  display: block;
}
.box-tips.bt-right {
  left: auto;
  right: 0;
}
.box-tips .close-x {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}


.log_header {
  width: 990px;
  height: 73px;
  margin: 10px auto 26px auto;
  color: #666;
}
.log_header span {
  float: left;
  width: 1px;
  height: 30px;
  background: #e3e3e3;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 22px;
}
.log_header a {
  float: left;
  width: 278px;
  height: 73px;
}
.log_header a h1 {
  display: none;
}
.log_header a img {  
  border: 0;
}
.log_header h2 {
  float: left;
  display: block;
  width: 200px;
  font-size: 30px;
  line-height: 74px;
}
.log_content {
  width: 990px;
  margin: 0 auto;
}
.log_content .log_con_l {
  float: right;
  width: 333px;
}
.log_content .log_con_l img {
  width: 333px;
  height: 430px;
}
.log_content .log_con_r {
  float: left;
  width: 640px;
  padding: 4px;
  background-color: #EBEBEB;
}
.log_content .log_big {
  padding: 4px;
  background-color: #EBEBEB;
}
.log_content .registered {
  border: 1px solid #E0E0E0;
  background-color: #fff;
}
.log_content .registered .registered_nav {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDDDDD ;
}
.log_content .registered .registered_nav li {
  float: left;
  margin: 0 33px;
  display: block;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 50px;
}
.log_content .registered .registered_nav li span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FE9900;
  display: none;
}
.log_content .registered .registered_nav .on span {
  display: block;
}
.log_content .registered .cooperation {
  width: 635px;
  margin: 35px 0 50px 28px;
}
.log_content .registered .choosecooperation {
  width: 100%;
  margin-bottom: 59px;
  position: relative;
}
.log_content .registered .choosecooperation label {
  float: left;
  width: 95px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}
.log_content .registered .choosecooperation input {
  float: left;
  width: 440px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
}
.log_content .registered .choosecooperation input:focus {
  border-color: #FD6B08;
}
.log_content .registered .choosecooperation .subt {
  float: left;
  width: 87px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: -1px;
  background-color: #FF9900;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.log_content .registered .choosecooperation .subt:hover {
  background-color: #f60;
}
.m_20 {
  margin-bottom: 20px;
}
.unionpay_card {
  width: 100%;
  font-family: SimSun;
}
.unionpay_card .unionpay {
  width: 100%;
  height: 34px;
  position: relative;
}
.unionpay_card .unionpay .unionpay_nav {
  position: absolute;
  top: 0 ;
  left: 0;
  width: 100%;
  height: 34px;
}
.unionpay_card .unionpay .unionpay_nav li {
  float: left;
  width: 76px;
  height: 34px;
  line-height: 34px;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.unionpay_card .unionpay .unionpay_nav .on {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #DBDBDB;
  background-color: #ffffff;
}
.unionpay_card .unionpay_type {
  border: 1px solid #D7D9D8;
}
.unionpay_card .unionpay_content {
  width: 100%;
  margin: 10px 0;
}
.unionpay_card .unionpay_content li {
  float: left;
  width: 120px;
  line-height: 20px;
  padding: 0 10px;
  margin: 5px 0 5px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.unionpay_card .unionpay_content li:hover {
  background-color: #FF9800;
  color: #fff;
}
.unionpay_card .unionpay_content .on {
  background-color: #FF9800;
  color: #fff;
}
.unionpay_card .unionpay_pagenumber {
  width: 140px;
  height: 25px;
  margin: 5px  auto 0  auto;
  color: #333;
}
.unionpay_card .unionpay_pagenumber span {
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
}
.unionpay_card .unionpay_pagenumber .on {
  color: #9a9a9a;
}
.sharecardtype {
  position: absolute;
  top: 33px;
  left: 100px;
  width: 420px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: SimSun;
  z-index: 99;
}
.sharecardtype .hezuka1 {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 14px;
  color: #676767;
}
.sharecardtype .sharecard {
  width: 400px;
  margin: 0 10px ;
  border-bottom: 1px solid #D7D9D8;
}
.sharecardtype .sharecard .sharecard_nav {
  width: 252px;
  height: 26px;
  padding-left: 6px;
}
.sharecardtype .sharecard .sharecard_nav li {
  float: left;
  height: 26px;
  line-height: 26px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.sharecardtype .sharecard .sharecard_nav li span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9902;
  display: none;
}
.sharecardtype .sharecard .sharecard_nav .on span {
  display: block;
}
.sharecardtype .sharecard .sharecard_nav .on {
  font-weight: 700;
}
.sharecardtype .share_card_content {
  width: 400px;
  margin: 4px 10px;
  overflow: hidden;
}
.sharecardtype .share_card_content li {
  float: left;
  width: 100px;
  line-height: 20px;
  padding: 0 7px;
  margin: 2px 8px ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.sharecardtype .share_card_content li:hover {
  background-color: #FF9800;
  color: #fff;
}
.sharecardtype .share_card_content .on {
  background-color: #FF9800;
  color: #fff;
}
.sharecardtype .pagenumber {
  width: 140px;
  height: 25px;
  margin: 5px  auto 0  auto;
  color: #333;
}
.sharecardtype .pagenumber span {
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
}
.sharecardtype .pagenumber .on {
  color: #9a9a9a;
}
.card_fuzzy {
  position: absolute;
  top: 33px;
  left: 100px;
  width: 420px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: SimSun;
  z-index: 99;
}
.card_fuzzy .cdfuy {
  width: 400px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: #676767;
}
.card_fuzzy .cdfuy .cdf_l {
  float: left;
}
.card_fuzzy .cdfuy .cdf_r {
  float: right;
}
.card_fuzzy .cdfuy .cdf_r span {
  color: #f30;
}
.card_fuzzy .cdfuy_content {
  width: 410px;
  color: #676767;
}
.card_fuzzy .cdfuy_content li {
  width: 405px;
  line-height: 25px;
  margin: 0 5px;
  padding-left: 5px;
  cursor: pointer;
}
.card_fuzzy .cdfuy_content li:hover {
  background-color: #FD9800;
  color: #fff;
  font-weight: 700;
}
.card_fuzzy .cdfuy_content .on {
  background-color: #FD9800;
  color: #fff;
  font-weight: 700;
}
.membership {
  margin: 20px;
}
.membership .form_line {
  height: 34px;
  margin-bottom: 19px;
  position: relative;
}
.membership .form_line label {
  float: left;
  width: 95px;
  height: 34px;
  margin-right: 19px;
  line-height: 34px;
  font-size: 16px;
  text-align: right;
}
.membership .form_line label span {
  color: #f60;
  padding-right: 5px;
  vertical-align: text-top;
}
.membership .form_line input {
  float: left;
  width: 240px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
}
.membership .form_line input:focus {
  border-color: #FD6B08;
}
.membership .form_line .tishi {
  display: none;
}
.membership .form_line .mber_error {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 17px;
  border: 1px solid #FFBDBF;
  background-color: #FFEBEC;
  color: #FF0101;
}
.membership .form_line .mber_success {
  float: left;
  width: 15px;
  height: 15px;
  background: url(dui.gif) no-repeat;
  margin: 10px;
}
.membership .safetydegree {
  margin-left: 106px;
  margin-bottom: 14px;
  margin-top: -5px;
  font-family: "SimSun";
}
.membership .safetydegree span {
  padding: 1px 21px;
  background-color: #ccc;
  margin-left: 6px;
  font-size: 12px;
  color: #fff;
}
.membership .safetydegree.on-ruo span.ruo {
  background-color: #f90;
}
.membership .safetydegree.on-zhong span.ruo {
  background-color: #f90;
}
.membership .safetydegree.on-zhong span.zhong {
  background-color: #f60;
}
.membership .safetydegree.on-qiang span.ruo {
  background-color: #f90;
}
.membership .safetydegree.on-qiang span.zhong {
  background-color: #f90;
}
.membership .safetydegree.on-qiang span.qiang {
  background-color: #f60;
}
.membership .regulations {
  height: 34px;
  line-height: 34px;
  margin-left: 106px;
}
.membership .regulations label {
  display: inline-block;
  padding-left: 10px;
}
.membership .regulations span {
  display: inline-block;
}
.membership .regulations span a {
  text-decoration: none;
  color: #0055aa;
}
.membership .regulations span:hover {
  text-decoration: none;
}
.membership .verification_code_phone {
  height: 34px;
  margin-bottom: 19px;
}
.membership .verification_code_phone label {
  float: left;
  width: 95px;
  height: 34px;
  margin-right: 19px;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
.membership .verification_code_phone label span {
  color: #f60;
  padding-right: 5px;
  vertical-align: text-top;
}
.membership .verification_code_phone input {
  float: left;
  width: 110px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
}
.membership .verification_code_phone input:focus {
  border-color: #FD6B08;
}
.membership .verification_code_phone .resend {
  display: block;
  float: left;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 17px;
  border-radius: 2px;
  color: #999;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  background-color: #FAFAFA;
}
.membership .verification_code_phone .resend:hover {
  background-color: #F5F5F5;
  color: #666;
}
.membership .verification_code_email {
  height: 34px;
  margin-bottom: 19px;
  position: relative;
}
.membership .verification_code_email label {
  float: left;
  width: 95px;
  height: 34px;
  margin-right: 19px;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
.membership .verification_code_email label span {
  color: #f60;
  padding-right: 5px;
  vertical-align: text-top;
}
.membership .verification_code_email input {
  float: left;
  width: 110px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
}
.membership .verification_code_email input:focus {
  border-color: #FD6B08;
}
.membership .verification_code_email img {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin: 7px 10px;
}
.membership .verification_code_email a {
  display: inline-block;
  text-decoration: none;
  color: #0054A9;
  margin-top: 9px;
}
.membership .verification_code_email a:hover {
  color: #6a3154;
}
.membership .members_submit {
  width: 250px;
  height: 34px;
  line-height: 34px;
  margin-left: 106px;
  margin-bottom: 30px;
  background-color: #f60;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  font-family: "Microsoft YaHei", simsun, tahoma, sans-serif;
}
.membership .members_submit:hover {
  background-color: #f00;
}
.phone_successd {
  width: 485px;
  margin: 35px auto;
}
.phone_successd .ph_suc .ph_suc1 {
  padding-left: 64px;
  margin-bottom: 20px;
  background: url(rest-dui.jpg) no-repeat;
}
.phone_successd .ph_suc .ph_suc1 .ph_suc11 {
  height: 35px;
  line-height: 35px;
}
.phone_successd .ph_suc .ph_suc1 .ph_suc11 span {
  font-size: 24px;
  color: #333;
}
.phone_successd .ph_suc .ph_suc1 .ph_suc11 a {
  text-decoration: none;
  color: #0055aa;
  margin-left: 25px;
}
.phone_successd .ph_suc .ph_suc1 .ph_suc11 a:hover {
  color: #0055aa;
}
.phone_successd .ph_suc .ph_suc1 .ph_suc12 {
  height: 30px;
  line-height: 30px;
}
.phone_successd .ph_suc_email {
  margin: 20px 0 50px 0;
  font-family: SimSun;
}
.phone_successd .ph_suc_email .ph_suc_el {
  margin-bottom: 40px;
  line-height: 25px;
  font-size: 14px;
}
.phone_successd .ph_suc_email .ph_suc_el1 {
  line-height: 20px;
  color: #999;
}
.phone_successd .ph_suc_email .ph_suc_el1 span {
  color: #f90;
}
.phone_successd .ph_suc_email .ph_suc_input {
  margin-bottom: 10px;
}
.phone_successd .ph_suc_email .ph_suc_input input {
  float: left;
  width: 260px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
}
.phone_successd .ph_suc_email .ph_suc_input input:focus {
  border-color: #FD6B08;
}
.phone_successd .ph_suc_email .ph_suc_input .detection {
  float: left;
  width: 88px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-left: -1px;
  color: #fff;
  background-color: #f90;
  font-size: 16px;
  cursor: pointer;
  font-family: "Microsoft YaHei", simsun, tahoma, sans-serif;
}
.phone_successd .ph_suc_email .ph_suc_input .detection:hover {
  background-color: #f60;
}
.phone_successd .ph_suc_email .ph_suc_input .send {
  float: left;
  width: 110px;
  height: 32px;
  margin-left: 10px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #D3D3D3;
  background-color: #FAFAFA;
  border-radius: 2px;
  cursor: pointer;
}
.phone_successd .ph_suc_email .ph_suc_input .send:hover {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
}
.phone_success2 {
  width: 485px;
  margin: 35px auto;
}
.phone_success2 .ph_success2 {
  padding-left: 44px;
}
.phone_success2 .ph_success2 .ph_suces {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: SimSun;
  color: #333;
}
.phone_success2 .ph_success2 .ph_suces span {
  color: #f90;
  font-size: 16px;
}
.phone_success2 .ph_success2 .ph_suces2 {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 20px 0;
}
.phone_success2 .ph_success2 .ph_suces2 .but {
  float: left;
  width: 240px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f90;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
}
.phone_success2 .ph_success2 .ph_suces2 .but:hover {
  background-color: #f60;
}
.phone_success2 .ph_success2 .ph_suces2 a {
  float: left;
  text-decoration: none;
  color: #0055aa;
  margin-left: 20px;
  font-family: SimSun;
}
.phone_success2 .ph_success2 .ph_suces2 a:hover {
  color: #0055aa;
}
.phone_success2 .ph_success_bot {
  width: 340px;
  padding-left: 44px;
  margin-top: 30px;
  font-family: SimSun;
}
.phone_success2 .ph_success_bot .ph_success3 {
  width: 250px;
  padding: 10px 42px 20px ;
  border: 1px dashed #ccc;
}
.phone_success2 .ph_success_bot .ph_success3 .ph_suces3 {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.phone_success2 .ph_success_bot .ph_success3 .ph_suces4 {
  width: 110px;
  height: 32px;
  margin: 10px 0;
  line-height: 32px;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  background-color: #FAFAFA;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.phone_success2 .ph_success_bot .ph_success3 .ph_suces4:hover {
  background-color: #F5F5F5;
  color: #666;
}
.phone_success2 .ph_success_bot .ph_success3 .ph_su_l {
  float: left;
  background-color: #F5F5F5;
  color: #666;
}
.phone_success2 .ph_success_bot .ph_success3 .ph_su_r {
  float: right;
}
.line_xu {
  height: 1px;
  background: url(line.gif) repeat-x;
}
.yhk-type {
  float: left;
  width: 87px;
  height: 34px;
  margin-right: 19px;
  background: url(card.jpg) right center no-repeat;
}
.yhk-card {
  float: left;
  width: 240px;
  color: #333;
  font-size: 18px !important;
  font-family: SimSun;
  border: none !important;
}

.log_error {
  float: right;
  height: 32px;
  line-height: 32px;
  margin-right: 400px;
  padding: 0 17px;
  border: 1px solid rgb(255, 189, 191);
  background-color: rgb(255, 235, 236);
  color: rgb(255, 1, 1);
}