/* app css stylesheet */

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu>li {
    display: inline;
}

.menu>li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu>li:nth-child(1):before {
    content: "";
    padding: 0;
}


/*==========================================================================*/


/*airheart pages css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

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

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}


/* layout */

.center {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    _zoom: 1;
}

.hidden {
    display: none;
}


/* font */

body {
    font: 14px/1.5 "Microsoft Yahei", "SimSun", Arail, sans-serif;
    color: #484848;
}

a {
    text-decoration: none;
}

.indent {
    text-indent: 2em;
}


/* header */

.header {
    height: 107px;
    font-size: 12px;
    line-height: 28px;
}

.header .logo {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 199px;
    height: 71px;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/data/images/logo.png) no-repeat left bottom;
    text-indent: -100em;
    overflow: hidden;
}

.header .welcome {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -30px;
    color: #bfbfbf;
}

.header .links {
    position: absolute;
    top: 28px;
    right: -5px;
    color: #999999;
}

.header .links a {
    margin: 0 5px;
    color: #666666;
}

.header .links strong {
    font-weight: bold;
    color: #05691f;
    float: right;
    /*margin-top: 5px;*/
}

.header .links.burnaby {}

.header .links.richmond {
    position: relative;
}

.header .links a.phone {
    display: inline-block;
    height: 28px;
    padding-left: 14px;
    background: url(data/images/icon-phone.gif) no-repeat left center;
}


/*replaced w/ angular 2way data binding ng-model "$ctrl.query"*/


/*.header .search {
	position: absolute;
	top: 60px;
	right: 0;
	width: 182px;
	height: 26px;
	background: url(data/images/search.gif) no-repeat;
}*/

.header .search {
    position: absolute;
    top: 60px;
    right: 0;
    width: 300px;
    height: 26px;
}

.header .search .input-txt {
    float: left;
    width: 130px;
    height: 20px;
    padding: 3px 4px;
    border: 0px;
    background: none;
    color: #666;
}

.header .search .input-sub {
    float: left;
    width: 44px;
    height: 26px;
    border: 0px;
    background: none;
}

.header .search span {
    float: left;
    margin-right: 0px;
}


/* main-nav */

.main-nav {
    height: 35px;
    line-height: 35px;
    background: #05691f;
}

.main-nav ul {
    position: absolute;
    left: 0px;
    top: 0;
}

.main-nav ul li {
    float: left;
}

.main-nav ul li a {
    display: inline-block;
    height: 35px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}

.main-nav ul li a:hover, .main-nav ul li a.active {
    background: #fff;
    color: #05691f;
}


/* main */

.main {
    margin-top: 20px;
}


/* banner */

.banner {
    position: relative;
    height: 301px;
    margin-bottom: 20px;
    overflow: hidden;
}

.banner a.next-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 301px;
    background: url(data/images/banner-btn.gif) no-repeat;
    text-indent: -100em;
    overflow: hidden;
}

.nivoSlider {
    position: relative;
    width: 976px;
    height: 301px;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -48px;
    z-index: 9;
}

.nivo-directionNav .nivo-prevNav {
    display: none;
}

.nivo-directionNav .nivo-nextNav {
    width: 37px;
    height: 301px;
    background: url(data/images/banner-btn.gif) no-repeat;
    text-indent: -100em;
    overflow: hidden;
}


/* left-col */

.main .left-col {
    float: left;
    width: 250px;
}

.app {
    margin-bottom: 20px;
}

.app .heading {
    height: 46px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    background: #05691f;
    color: #fff;
}

.group .content form {
    height: 135px;
    padding: 20px 0 1px;
    background: #efefef;
}

.group .content div {
    height: 22px;
    line-height: 22px;
    margin-bottom: 23px;
}

.group .content label {
    float: left;
    width: 65px;
    text-align: center;
}

.group .content input {
    float: left;
    width: 209px;
    height: 14px;
}

.group .content select {
    float: left;
    width: 215px;
    height: 22px;
}

.ticket .content form {
    height: 112px;
    padding: 18px 0px 14px 10px;
    background: url(data/images/arrow-down.png) no-repeat right 70px;
    border-bottom: 1px dotted #828f99;
}

.ticket .content h4 {
    font-size: 18px;
    line-height: 38px;
    color: #05691f;
}

.ticket .content p {
    margin: 6px 0;
    font-size: 12px;
    line-height: 18px;
}

.ticket-list {
    margin-top: 20px;
}

.ticket-list li {
    height: 24px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    _zoom: 1;
}

.ticket-list li.odd {
    background: #efefef;
}

.ticket-list li .fname {
    float: left;
}

.ticket-list li .price {
    float: right;
    font-size: 14px;
    color: #ff9342;
}

.ticket-list li .price_bargin {
    /*float: right;*/
    font-size: 14px;
    color: #ff9342;
}

.ticket-tip {
    padding: 20px 10px 10px 10px;
    font-size: 12px;
    line-height: 18px;
}

.tools .content {
    padding: 10px 0;
    background: #efefef;
}

.tool-list {
    line-height: 32px;
}

.tool-list li {
    padding-left: 40px;
    background: url(data/images/icon-list.png) no-repeat 20px center;
}

.tool-list li a {
    text-decoration: underline;
    color: #22547a;
}

.advert {
    margin-bottom: 0px;
}

.advert-list li {
    margin-bottom: 10px;
}

.advert-list li a {
    display: block;
}


/* right-col */

.main .right-col {
    float: right;
    /*width: 744px;*/
    width: 100%;
    overflow: hidden;
    _zoom: 1;
}

.main .right-col .intro {
    /*float: left;*/
    /*width: 445px;*/
}

.main .right-col .filter_header {
    margin-left: 0;
    background-color: #20A71E;
    padding: 10px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}

.main .right-col .filter_body{
  padding: 15px;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

/*.main .right-col .filter_body ul li {
  margin-bottom: 10px;
  font-size: 14px;
}



.main .right-col .filter_body ul li a{
  color: #000000
}

.main .right-col .filter_body .active{
  color: : #2aa52a !important;
}*/

.main .right-col .intro h3 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #05691f;
}

.main .right-col .intro h3 a {
    color: #05691f;
}

.main .right-col .wechat {
    width: 744px;
    margin-left: 150px;
}

.search {
    flex-wrap: nowrap;
}

.tour-tabs {
    overflow: hidden;
    margin-bottom: 20px;
}

.tour-tabs ul {
    width: 702px;
}

.tour-tabs ul li {
    position: relative;
    float: left;
    width: 109px;
    height: 110px;
    margin-right: 8px;
    background: #000;
    overflow: hidden;
}

.tour-tabs ul li span {
    position: absolute;
    top: 74px;
    left: 0px;
    width: 109px;
    height: 36px;
    background: url(data/images/black-bg.png);
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.tour-tabs ul li a {
    -moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.tour-tabs ul li a:hover, .tour-tabs ul li a.active {}

.tour-tabs ul li a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.tour-tabs ul li a:hover img, .tour-tabs ul li a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.tour-tabcons {
    border-bottom: 1px dotted #828f99;
}

.tour-section {
    /*height: 284px;*/
    margin-bottom: 40px;
    border-top: 1px dotted #828f99;
}

.tour-section h4 {
    padding-top: 10px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}


/*.tour-section .left {
    float: left;
    width: 324px;
}

.tour-section .left h4 {
    padding-top: 10px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}*/


/*.tour-section .right {
    height: 100%;
    margin-left: 334px;
    padding: 0 20px;
    border-left: 1px dotted #828f99;
}*/

.tour-section .index_right {
    height: 100%;
    padding: 0 0px;
}

.tour-section .intro {
    padding: 14px 0;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    border-bottom: 1px dotted #e0e0e0;
}

.tour-list {
    height: 36px;
    line-height: 36px;
}

.tour-list li {
    height: 34px;
    /*border-bottom: 1px dotted #e0e0e0;*/
    line-height: 34px;
}

.tour-list li a {
    float: left;
    width: 550px;
    color: #05691F;
}

.tour-list li .date {
    float: left;
    width: 70px;
    text-align: right;
}

.tour-list li .price {
    float: left;
    width: 59px;
    text-align: right;
    color: #FF9342;
    _width: 56px;
}

.tour-list li.first {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
}

.tour-list li.first span {
    font-size: 16px;
}


/* declare */

.declare {
    clear: both;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ff9342;
}

.declare .airlinetag {
    height: 100%;
    max-height: 60px;
}

.declare .airlinetag img {
    height: 100%;
    max-height: 60px;
}


/* footer */

.footer {
    height: 40px;
    background: #e6e6e6;
    font-size: 12px;
    line-height: 40px;
    color: #666;
}

.footer .copyright {
    margin-left: 10px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.footer span {
    float: left;
    margin-right: 30px;
}

.footer span.links {
    color: #999;
}

.footer span.links a {
    margin: 0 5px;
    color: #666;
}

.footer span.tel {
    position: relative;
    font-size: 16px;
}

.footer span.tel img {
    position: absolute;
    left: 166px;
    top: -5px;
}

.footer .center {
    overflow: visible;
}


/* -------------
	area-list
   ------------- */

.area-list {
    padding: 2px 5px;
    background: #f5f5f5;
}

.area-list li {
    height: 30px;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #cacaca;*/
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.area-list li.first {
    border-top: 0px;
}

.area-list li.last {
    border-bottom: 0px;
}

.area-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333230;
}

.area-list li a:hover, .area-list li a.active {
    color: #05691f;
    font-size: 16px;
}


/* ---------------
	route-section
   --------------- */

.route-section {
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
    overflow: hidden;
    _zoom: 1;
}

.route-section .intro {
    float: left;
    /*width: 445px;*/
}

.route-section .intro h3 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #05691f;
}

.route-section .intro h3 a {
    color: #05691f;
}

.route-section .intro h3 a:hover {
    text-decoration: underline;
}

.route-section .intro h4 {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 30px;
    color: #333230;
}

.route-section .intro .con {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    background: #f5f5f5;
    color: #757575;
}


/*.route-section  .some-pdf-container {
    width: 100%;
    height: 100%;
  }*/


/*=========================================================*/

* {
    box-sizing: border-box;
}

.route-section .wrapper {
    margin: 0 auto;
    width: 650px;
}

.route-section .pdf-controls {
    width: 100%;
    display: block;
    background: #eee;
    padding: 1em;
}

.route-section .rotate0 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.route-section .rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.route-section .rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.route-section .rotate270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.route-section .con .canvasCss {
    border: 5px solid #000000;
}


/*.route-section .fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }*/

.route-section .intro .con li {
    padding: 2px 0 2px 12px;
    background: url(data/images/hyphen.gif) no-repeat 0px 14px;
    overflow: hidden;
    _zoom: 1;
}

.route-section .intro .con canvas {
    height: 100px;
    border: 5px;
}

.route-section .intro .day {
    float: left;
    width: 56px;
}

.route-section .intro .act {
    float: left;
    width: 365px;
}

.route-section .info {
    float: right;
    width: 232px;
    margin-top: 10px;
    padding: 1px 1px 30px 1px;
    border: 1px solid #d7d7d7;
    background: #ebebeb;
    color: #333230;
}

.route-section .info .image img {
    width； 232px;
    border-bottom: 15px solid #ff8d00;
}

.route-section .info .price1 {
    padding: 20px 10px 0px;
    overflow: hidden;
    _zoom: 1;
}

.route-section .info .price1 .lastprice {
    font-size: 20px;
    line-height: 24px;
}

.route-section .info .price1 .lastprice .num {
    font-style: italic;
}

.route-section .info .price1 .currency {
    margin-left: 6px;
    font-size: 14px;
    line-height: 20px;
}

.route-section .info .price1 .date {
    float: right;
    font-size: 14px;
    line-height: 20px;
}

.route-section .info .price2 {
    padding: 0 10px;
    font-size: 10px;
    line-height: 20px;
}

.route-section .info .price2 .oriprice {
    margin-left: 3px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #999;
    text-decoration: line-through;
}

.route-section .info-list {
    padding: 15px 10px 0;
    font-size: 14px;
    line-height: 18px;
}

.route-section .info-list li {
    padding: 5px 0;
    overflow: hidden;
    _zoom: 1;
}

.route-section .info-list li .tit {
    float: left;
}

.route-section .info-list li .con {
    float: right;
    text-align: right;
    color: #05691f;
}

.route-section .tourlist {
    display: block;
}

.pager {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    text-align: right;
}

.pager a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #05691f;
    border: 1px solid #d7d7d7;
}

.pager a.active {
    border: 1px solid #05691f;
    background: #05691f;
    color: #fff;
}


/* ---------------
	route-detail
   --------------- */

.route-banner {
    margin-bottom: 20px;
}

.route-detail .common-section .section-body {
    padding: 1px 12px 20px;
}

.route-detail .common-section p {
    margin: 5px 6px 0;
    font-size: 13px;
    line-height: 24px;
    color: #4a4a4a;
}

.route-detail .common-section p.image {
    margin: 10px 0px 0;
    overflow: hidden;
}

.tabs {
    position: relative;
    z-index: 10;
    height: 31px;
    margin-bottom: -1px;
    overflow: hidden;
    _zoom: 1;
}

.tabs a {
    float: left;
    padding: 0 15px;
    height: 30px;
    margin-right: 3px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background: #05691f;
}

.tabs a.active {
    height: 29px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #05691f;
}

.tabcons {
    border: 1px solid #d7d7d7;
    padding: 20px;
    font-size: 13px;
    line-height: 22px;
    color: #757575;
}

.tabcon {
    overflow: hidden;
    _zoom: 1;
}

.tabcons p {
    margin: 10px 0 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.tabcons .left {
    float: left;
    margin: 0 10px 10px 0;
}

.tabcons .right {
    float: right;
    margin: 0 0 10px 10px;
}


/* common-section */

.common-section {
    margin-bottom: 20px;
}

.common-section .section-title {
    float: left;
    height: 46px;
    padding: 0 50px 0 20px;
    border-radius: 0 6px 0 6px;
    background: #167627;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    min-width: 200px;
}

.common-section .section-body {
    clear: both;
    border: 1px solid #d7d7d7;
    padding: 1px;
}

.common-table {
    width: 100%;
}

.common-table tr {
    padding: 0 10px;
}

.common-table th, .common-table td {
    text-align: center;
}

.common-table th {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 0;
    color: #666666;
    background: #eae8eb;
    border-bottom: 1px solid #d7d7d7;
}

.common-table td {
    font-size: 13px;
    line-height: 18px;
    padding: 9px 0;
    color: #4a4a4a;
    border-bottom: 1px dotted #d7d7d7;
}

.common-table strong {
    color: #067122;
}

.common-table a {
    font-size: 14px;
    color: #067122;
}

.common-table a:hover {
    text-decoration: underline;
}

.common-section .pager {
    border: none;
    padding: 10px 10px 20px;
}


/* comment-list */

.comment-list {
    padding: 0 10px;
}

.comment-list li {
    padding: 15px 5px;
    border-bottom: 1px dotted #d7d7d7;
}

.comment-list .comment-top {
    font-size: 12px;
    overflow: hidden;
    _zoom: 1;
}

.comment-list .comment-top .left {
    float: left;
}

.comment-list .comment-top .right {
    float: right;
}

.comment-list .comment-top .left span {
    margin-left: 10px;
}

.comment-list .comment-top .right a {
    margin-left: 10px;
    color: #125a9d;
}

.comment-list .comment-top .right a:hover {
    text-decoration: underline;
}

.comment-list .comment-top .username {
    color: #125a9d;
}

.comment-list .comment-con {
    padding: 6px 0 2px;
}

.more-comment {
    padding: 10px 10px 15px;
    text-align: right;
    color: #666666;
}

.more-comment a {
    color: #666666;
}

.more-comment a:hover {
    text-decoration: underline;
}

.replay-wrapper textarea {
    display: block;
    width: 686px;
    height: 186px;
}

.replay-wrapper .btn-wrapper {
    padding: 10px 0;
    text-align: right;
}

.replay-wrapper input {
    margin-left: 10px;
}

.orange-btn, .gray-btn {
    display: inline-block;
    width: 80px;
    height: 26px;
    border: none;
    background: url(data/images/btn-bg.png) no-repeat;
    text-align: center;
    font: 14px/26px "Microsoft Yahei", "SimSun", Arial, sans-serif;
    color: #ffffff;
}

.gray-btn {
    background-position: -87px 0;
    color: #666666;
}

input.orange-btn, input.gray-btn {
    padding-bottom: 2px;
    line-height: 24px;
}


/* flight details */

.flight-section .section-title {
    float: none;
    height: 45px;
    padding-left: 55px;
    border-radius: 0;
    background: url(data/images/flight-icon.png) no-repeat 10px center #eae8eb;
    font-size: 18px;
    line-height: 45px;
    color: #000000;
}

.flight-section .section-body {
    padding: 10px 10px;
}

.flight-section h3 {
    font-size: 16px;
    line-height: 40px;
}

.flight-section table {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dotted #86939c;
}

.flight-section th, .flight-section td {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
}

.flight-section th {
    color: #666;
}

.flight-section th {
    border-top: 1px solid #1a9931;
    border-bottom: 1px solid #1a9931;
}

.flight-section tr.first td {
    padding-top: 10px;
    font-weight: bold;
}

.flight-section td {
    padding: 5px 12px;
}

.flight-section td.price {
    color: #e56700;
}

.flight-section td.price span {
    font-size: 18px;
}

.flight-section .extrainfo {
    margin-top: 20px;
    padding: 0 12px;
    overflow: hidden;
    _zoom: 1;
    font-size: 13px;
    line-height: 30px;
    color: #999999;
    border-bottom: 1px solid #1a9931;
}

.flight-section .extrainfo .left {
    float: left;
}

.flight-section .extrainfo .right {
    float: right;
}

.flight-section .btn-wrapper {
    margin: 20px 0;
    text-align: right;
}


/* cruise-section */

.cruise-section .section-body {
    border: 0;
}

.cruise-section .tabcons {
    padding: 0 10px;
}

.cruise-list li {
    padding: 20px 0;
    border-bottom: 1px dotted #84919b;
    overflow: hidden;
    _zoom: 1;
}

.cruise-list li .left {
    float: left;
    width: 158px;
    height: 131px;
    margin: 0px;
    overflow: hidden;
}

.cruise-list li .left img {
    width: 158px;
    height: 131px;
}

.cruise-list li .right {
    float: none;
    margin: 0 0 0 168px;
}

.cruise-list li h3 {
    font-size: 15px;
    color: #666;
}

.cruise-list li h3 a {
    color: #666;
}

.cruise-list li h3 a:hover {
    color: #e87e00;
}

.cruise-list li p {
    font-size: 13px;
    line-height: 24px;
    margin: 6px 0 5px;
}

.cruise-list li .btn-wrapper {
    margin: 0px;
}

.cruise-section .pager {
    padding-right: 0;
}

.recommend-list {
    padding: 0 10px;
}

.recommend-list li {
    padding: 10px 0;
    border-bottom: 1px dotted #84919b;
    overflow: hidden;
    _zoom: 1;
}

.recommend-list li.last {
    border-bottom: 0px;
}


/* tabs2 */

.tabs2 {
    margin-top: 1px;
    height: 39px;
    background: url(data/images/tabs2.gif) repeat-x 0 -1px;
}

.tabs2 a, .tabs2 a.active {
    height: 36px;
    padding: 0 25px;
    margin-right: 0px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 15px;
    line-height: 36px;
    background: url(data/images/tabs2.gif) repeat-x 0 -1px;
    color: #fff;
    border-radius: 0 8px 0 0;
}

.tabs2 a.active {
    background-image: url(data/images/tabs2-active.gif);
    border-left: 0px;
    border-top: 0px;
}


/* hotel-section */

.hotel-section {}

.hotel-section .section-body {
    border: 0;
}

.hotel-section .tabcons {
    padding: 0 10px;
}

.hotel-list {
    padding-top: 10px;
}

.hotel-list li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #84919b;
    overflow: hidden;
    _zoom: 1;
}

.hotel-list li a {
    float: left;
    color: #666666;
}

.hotel-list li a:hover {
    color: #e87e00;
}

.hotel-list li .orange-btn {
    float: right;
    position: relative;
    top: 5px;
    color: #fff;
}

.hotel-list li .orange-btn:hover {
    color: #fff;
}

.hotel-section .pager {
    padding-right: 0;
}


/* cruise-detail */

.cruise-detail .common-section .section-body {
    padding: 1px 12px 20px;
}

.cruise-detail .common-section p {
    margin: 5px 6px 0;
    font-size: 13px;
    line-height: 24px;
    color: #4a4a4a;
}

.cruise-detail .common-section p.image {
    margin: 10px 0px 0;
    overflow: hidden;
}

.cruise-detail .tabcons {
    padding: 10px 10px 10px;
}

.cruise-detail .tabcons p {
    margin: 0;
    overflow: hidden;
}

.cruise-list2 li {
    padding: 20px 0;
    border-bottom: 1px dotted #84919b;
    overflow: hidden;
    _zoom: 1;
}

.cruise-list2 li .left {
    float: left;
    width: 158px;
    height: 131px;
    margin: 0px;
    overflow: hidden;
}

.cruise-list2 li .left img {
    width: 158px;
    height: 131px;
}

.cruise-list2 li .right {
    float: none;
    margin: 0 0 0 168px;
}

.cruise-list2 li h3 {
    font-size: 15px;
    color: #05691f;
}

.cruise-list2 li h3 a {
    color: #05691f;
}

.cruise-list2 li h3 a:hover {
    color: #05691f;
}

.cruise-list2 li p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    color: #898989;
}

.cruise-list2 li p.price {
    font-size: 14px;
    color: #484848;
}

.cruise-list2 li p.price span {
    font-size: 15px;
    color: #ed7900;
}

.cruise-list2 li .btn-wrapper {
    margin: 0px;
}

.cruise-list2 li.last {
    border-bottom: 0px;
}


/* hotel-detail */

.hotel-detail .common-section .section-body {
    padding: 1px 12px 20px;
}

.hotel-detail .common-section p {
    margin: 5px 6px 0;
    font-size: 13px;
    line-height: 24px;
    color: #4a4a4a;
}

.hotel-detail .common-section p.image {
    margin: 10px 0px 0;
    overflow: hidden;
}

.hotel-detail .common-section p.image img {
    width: 668px;
}

.hotel-detail .tabcons {
    padding: 10px 10px 10px;
}

.hotel-list2 li {
    padding: 20px 0;
    border-bottom: 1px dotted #84919b;
    overflow: hidden;
    _zoom: 1;
}

.hotel-list2 li .left {
    float: left;
    width: 158px;
    height: 131px;
    margin: 0px;
    overflow: hidden;
}

.hotel-list2 li .left img {
    width: 158px;
    height: 131px;
}

.hotel-list2 li .right {
    float: none;
    margin: 0 0 0 178px;
}

.hotel-list2 li h3 {
    font-size: 15px;
    color: #05691f;
}

.hotel-list2 li h3 a {
    color: #05691f;
}

.hotel-list2 li h3 a:hover {
    color: #05691f;
}

.hotel-list2 li p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    color: #898989;
}

.hotel-list2 li p.price {
    font-size: 14px;
    color: #484848;
}

.hotel-list2 li p.price span {
    font-size: 15px;
    color: #ed7900;
}

.hotel-list2 li .btn-wrapper {
    margin: 0px;
}

.hotel-list2 li.last {
    border-bottom: 0px;
}

.hotel-detail .replay-wrapper {
    margin: 20px 10px 0;
}

.hotel-detail .replay-wrapper textarea {
    width: 648px;
}

.hotel-detail .tabcons p {
    margin: 0;
    overflow: hidden;
    _width: 100%;
}


/* message */

.message-list {
    width: 722px;
}

.message-list li {
    float: left;
    width: 341px;
    height: 275px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.message-list li img {
    width: 341px;
    height: 275px;
}


/* aboutus */

.aboutus .section-body {
    padding: 10px;
}

.company {
    padding-bottom: 10px;
}

.company p {
    width: 660px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #898989;
}

.company p strong {
    font-weight: bold;
    color: #ff8a00;
}

.company img {
    width: 672px;
}

.staff li {
    margin-bottom: 20px;
    overflow: hidden;
    _zoom: 1;
}

.staff li .image {
    float: left;
    width: 185px;
    height: 167px;
    margin: 0px;
}

.staff li .image img {
    width: 185px;
    height: 167px;
}

.staff li h3, .staff li p {
    margin-left: 205px;
}

.staff li h3 {
    margin-top: -4px;
    font-size: 15px;
    line-height: 30px;
    color: #4a4a4a;
}

.staff li p {
    font-size: 13px;
    line-height: 24px;
    color: #898989;
}

.contact {
    padding-bottom: 20px;
    overflow: hidden;
    _zoom: 1;
}

.contact .info {
    float: left;
    width: 220px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 22px;
    color: #898989;
}

.contact .info h3 {
    color: #4a4a4a;
}

.contact .info p strong {
    font-weight: bold;
}

.contact .map {
    float: right;
    width: 414px;
}

.contact .map img {
    width: 100%;
}


/* negative */

.tour-section .intro {
    display: none;
}

.tour-list {
    padding-top: 20px;
}

.tour-list li {
    height: 37px;
    line-height: 37px;
}

pdfjs-viewer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[id^="tour_calendar-"] div.datepick.datepick-multi {
    width: 100% !important;
    text-align: center;
}

[id^="tour_title-"] {
    margin-bottom: 10px;
}

[id^="tour_calendar-"] .datepick-month-row {
    display: table;
    margin: 0 auto;
}

.filter_header {
    display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
