@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-def {
  ~background-position: -155px -280px;
}
#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;
}

body {
  background-color: #fafafa;
}
.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 50px auto;
}
.log_content .log_con_l {
  float: left;
  width: 613px;
}
.log_content .log_con_l img {
  width: 613px;
  height: 360px;
}
.log_content .log_con_r {
  float: right;
  width: 375px;
  background-color: #EBEBEB;
}
.log_content .login {
  width: 363px;
  border: 1px solid #E0E0E0;
  margin: 5px;
  background-color: #fff;
}
.log_content .login .login_nav {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #DDDDDD ;
}
.log_content .login .login_nav li {
  float: left;
  margin: 0 33px;
  display: block;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 41px;
}
.log_content .login .login_nav li span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FE9900;
  display: none;
}
.log_content .login .login_nav .on span {
  display: block;
}
.log_content .login .content {
  margin: 33px 0 0 29px;
}
.log_content .login .form_line {
  position: relative;
  padding-bottom: 14px;
  width: 100%;
  overflow: hidden;
}
.log_content .login .form_line label {
  float: left;
  width: 55px;
  height: 34px;
  line-height: 34px;
  padding-right: 10px;
  font-size: 16px;
  text-align: right;
}
.log_content .login .form_line input {
  float: left;
  width: 220px;
  height: 22px;
  line-height: 22px;
  padding: 5px;
  border: 1px solid #CDCDCD;
  font-size: 14px;
  margin-bottom: 5px;
}
.log_content .login .form_line input:focus {
  border-color: #F60;
}
.log_content .login .form_line .onfocus {
  border: 1px solid #F60;
}
.log_content .login .yan input {
  width: 90px;
}
.log_content .login .yan img {
  float: left;
  height: 30px;
  margin: 7px 10px;
  width: 70px;
}
.log_content .login .yan a {
  display: block;
  float: left;
  color: #0054a9;
  text-decoration: none;
  margin-top: 7px;
}
.log_content .login .relative {
  position: relative;
  z-index: 10;
}
.log_content .login .automatic_login {
  width: 240px;
  height: 34px;
  line-height: 34px;
  margin-left: 70px;
}
.log_content .login .automatic_login label {
  display: inline-block;
  cursor: pointer;
}
.log_content .login .automatic_login span {
  display: inline-block;
  margin-left: 30px;
}
.log_content .login .automatic_login span a {
  text-decoration: none;
  color: #0055aa;
}
.log_content .login .automatic_login span:hover {
  text-decoration: none;
}
.log_content .login .subt {
  width: 232px;
  height: 34px;
  line-height: 34px;
  margin: 10px 0 10px 69px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  background-color: #FF9900;
  border-radius: 2px;
}
.log_content .login .subt:hover {
  background-color: #FF6600;
}
.log_content .login .other {
  width: 290px;
  height: 25px;
  line-height: 25px;
  margin-left: 40px;
}
.log_content .login .other a {
  display: inline-block;
  text-decoration: none;
  color: #0055aa;
}
.log_content .login .other:hover {
  text-decoration: none;
}
.log_content .login .other {
  width: 290px;
  height: 25px;
  line-height: 25px;
  margin-left: 40px;
  position: relative;
  z-index: 0;
}
.log_content .login .other .otherway {
  position: absolute;
  top: 2px;
  left: 160px;
  width: 115px;
  height: 22px;
  overflow: hidden;
}
.log_content .login .other .otherway a {
  float: left;
  width: 23px;
  height: 22px;
  margin-right: 5px;
  background: url(../../img/login/dlfs.gif) no-repeat;
}
.log_content .login .other .otherway .c0 {
  background-position: 0 0;
}
.log_content .login .other .otherway .c0:hover {
  background-position: 0 -23px;
}
.log_content .login .other .otherway .c1 {
  background-position: -31px 0;
}
.log_content .login .other .otherway .c1:hover {
  background-position: -31px -23px;
}
.log_content .login .other .otherway .c2 {
  background-position: -62px 0;
}
.log_content .login .other .otherway .c2:hover {
  background-position: -62px -23px;
}
.log_content .login .other .otherway .c3 {
  background-position: -92px 0;
}
.log_content .login .other .otherway .c3:hover {
  background-position: -92px -23px;
}
.log_error {
  width: 210px;
  height: 20px;
  line-height: 20px;
  margin-left: 65px;
  margin-bottom: -10px;
  padding-left: 20px;
  border: 1px solid #FFBDBF;
  background-color: #FFEBEC;
  color: #FF0101;
  overflow: hidden;
}
.m_20 {
  margin-bottom: 20px;
}
.sharecardtype {
  position: absolute;
  top: 34px;
  right: 4px;
  width: 230px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: SimSun;
  z-index: 999;
}
.sharecardtype .hezuka1 {
  width: 196px;
  height: 34px;
  line-height: 34px;
  padding-left: 14px;
  color: #676767;
}
.sharecardtype .sharecard {
  width: 212px;
  margin-left: 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 .share_card_content {
  width: 212px;
  margin: 4px 10px;
  overflow: hidden;
}
.sharecardtype .share_card_content li {
  float: left;
  width: 90px;
  line-height: 20px;
  padding: 0 7px;
  margin: 2px 1px ;
  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;
}

/*! jQuery UI - v1.11.4 - 2015-03-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
