div.section {
    margin: 20px auto 0;
    width: 1200px;
    clear: both;
}

div.section.accom {
    overflow: auto;
    position: relative;
}

div.section.with-discount {
    padding-top: 20px;
}

div.popover {
    border-radius: 4px;
    max-width: 300px;
    z-index: 99;
}

div.popover-content * {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    padding: 0;
}

div.popover div.scenic-desc {
    width: 100%;
    overflow: auto;
    text-align: center;
}

div.popover div.scenic-desc div {
    width: 100%;
    height: 120px;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 10px;
}

div.popover div.scenic-desc h4 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
    text-shadow: 2px 2px 1px #333;
}

div.popover div.scenic-desc span.scenic-desc-subtitle {
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
    background-color: transparent;
    text-shadow: 1px 1px 1px #000;
    font-weight: 200;
}

div.popover div.scenic-desc p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
}

div.popover div.scenic-desc span.scenic-desc-more {
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    background-color: #ff3573;
    cursor: pointer;
    display: inline-block;
}

div.popover div.scenic-desc a:link,
div.popover div.scenic-desc a:visited,
div.popover div.scenic-desc a:hover,
div.popover div.scenic-desc a:active,
div.popover div.scenic-desc a:focus {
    outline: none;
    text-decoration: none;
}

h1.tour-title, h1.tour-title-sold-out, h2.tour-title, .desc-sold-out {
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    line-height: 1.5;
}
h1.tour-title, .desc-sold-out {
    font-size: 22px;
}
h1.tour-title-sold-out {
    font-size: 16px;
}
h2.tour-title {
    font-size: 18px;
    margin-left: 5px;
}
h2.tour-title.sold-out {
    font-weight: bold;
    margin-bottom: 18px;
}
.desc-sold-out {
    padding-left: 12px;
    margin-bottom: 18px;
    font-weight: bold;
}
span.tour-subtitle {
    font-size: 16px;
    color: #999;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 0 10px;
    display: block;
}

span.tour-subtitle span.tour-code {
    color: #70A7F7;
    font-size: 15px;
}

span.tour-subtitle span.tour-code i {
    color: inherit;
    padding-right: 4px;
}

span.tour-subtitle ul.tour-tags {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

span.tour-subtitle ul.tour-tags li {
    display: inline-block;
    padding: 0 6px;
    height: 24px;
    margin-right: 6px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    background-color: #ddd;
    cursor: pointer;
}

span.tour-subtitle ul.tour-tags li.discount {
    background-color: #5bc0de;
}

span.tour-subtitle ul.tour-tags li.discount.tag3 {
    background-color: #1babfe;
}

span.tour-subtitle ul.tour-tags li.service {
    background-color: #428bca;
}

div.tour-gallery-container {
    width: 45%;
    height: 400px;
    float: left;
    position: relative;
}

.accom div.tour-gallery-container {
    padding-top: 228px;
    height: auto;
}

.with-discount.accom div.tour-gallery-container {
    padding-top: 252px;
}

div.tour-gallery-container a {
    position: absolute;
    bottom: 0;
    outline: none;
    transition: background-color .3s;
}

div.tour-gallery-container a:hover {
    background-color: #eee;
}

div.tour-gallery {
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    overflow: hidden;
}

.accom div.tour-gallery-container div.tour-gallery {
    height: 228px;
}

.with-discount.accom div.tour-gallery-container div.tour-gallery {
    height: 252px;
}

div.tour-gallery div.ribbon {
    display: none;
}

div.tour-gallery.recommended div.ribbon {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #ff3573;
    position: absolute;
    top: 20px;
    left: -56px;
    z-index: 10;
    text-align: center;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

div.tour-gallery ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

div.tour-gallery ul li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
}

a.unslider-arrow {
    position: absolute;
    top: 300px;
    z-index: 20;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    width: 30px;
    text-align: center;
    background-color: #eee;
}

a.unslider-arrow.next {
    right: 20px;
}

a.unslider-arrow.prev {
    left: 0;
}

a.unslider-arrow:hover {
    background-color: #ddd;
}

div.tour-thumb-container {
    position: absolute;
    height: 80px;
    top: 300px;
    left: 0;
    right: 20px;
    background-color: #eee;
    z-index: 1;
    overflow: hidden;
    padding: 0 10px;
}

ul.tour-gallery-thumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    left: 0;
    transition: left .6s;
}

ul.tour-gallery-thumb li {
    display: block;
    margin: 0;
    padding: 0;
    border: 3px solid #fff;
    width: 100px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    box-shadow: 0 0 2px #999;
    transition: border-color .2s, left .6s;
    position: absolute;
    top: 10px;
}

ul.tour-gallery-thumb li.active {
    border-color: #ff3573;
}

ul.tour-gallery-thumb li:hover {
    border: 3px solid #333;
}

ul.tour-gallery-thumb li.active:hover {
    border-color: #ff3573;
}

div.tour-detail {
    width: 55%;
    min-height: 425px;
    float: left;
    overflow: visible;
    position: relative;
    padding-bottom: 50px;
}

.accom div.tour-detail {
    min-height: 535px;
    position: unset;
}

.with-discount.accom div.tour-detail {
    min-height: 559px;
}

div.tour-detail-header {
    width: 100%;
    position: relative;
    background-color: #eee;
    padding: 0 10px 10px;
    overflow: visible;
    float: left;
}

div.tour-detail img.tour-discount-img {
    position: absolute;
    right: 20px;
    top: 0;
}

div.tour-detail span.discount-note {
    position: absolute;
    right: 0px;
    top: -18px;
    font-size: 12px;
    color: #999;
    height: 12px;
    line-height: 1;
}

div.tour-detail span.tour-discount-info {
    position: absolute;
    bottom: 7px;
    right: 20px;
    color: #999;
    font-size: 14px;
}

div.tour-detail span.tour-discount-info i {
    color: inherit;
    margin: -4px 2px 0;
}

div.tour-detail div.tour-price-now {
    display: inline-block;
    float: left;
}

div.tour-detail div.tour-price-now span {
    font-size: 36px;
    font-weight: bold;
    color: #ff3573;
}

div.tour-detail div.tour-price-now small {
    font-size: 14px;
    color: #999;
}

div.tour-detail div.tour-price-now span.orig-price {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #999;
    margin-left: 14px;
    line-height: 1px;
    display: inline-block;
    padding: 0 4px;
}

div.tour-detail div.tour-price-now span.orig-price span {
    font-size: 14px;
    color: #999;
    padding-right: 4px;
    font-weight: normal;
}

div.tour-detail span.get-points {
    font-size: 13px;
    line-height: 24px;
    color: #777;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

div.tour-detail span.get-points small {
    font-size: 14px;
    font-weight: 300;
    color: #ff3573;
    padding: 0 2px;
}

div.tour-detail div.tour-oneday-price-desc {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    display: inline-block;
    float: left;
    padding-left: 60px;
}

div.tour-detail div.tour-oneday-price-desc.multi {
    overflow: hidden;
    cursor: pointer;
    background-color: #fefefe;
    border-radius: 4px;
    padding: 0;
    margin-top: 5px;
    z-index: 99;
    transition: height .3s;
    position: relative;
    display: inline-block;
    margin-left: -6px;
}

div.tour-detail div.tour-oneday-price-desc.multi i {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    color: #999;
}

div.tour-detail div.tour-oneday-price-desc.multi:hover {
    box-shadow: 1px 1px 5px #777;
    overflow: visible;
    height: auto;
}

div.tour-detail div.tour-oneday-price-desc.multi:hover i {
    color: #ff3573;
}

div.tour-detail div.tour-oneday-price-desc div.cond {
    padding: 0;
    margin-bottom: 4px;
    border-radius: 4px;
    display: inline-block;
}

div.tour-detail div.tour-oneday-price-desc a.more-prices {
    display: inline-block;
    padding: 0 8px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #ddd;
    color: #555;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    outline: none;
    height: 22px;
    margin-left: 6px;
}

div.tour-detail div.tour-oneday-price-desc a.more-prices:hover {
    background-color: #ff3573;
    color: #fff;
}

div.tour-detail div.tour-oneday-price-desc span.adult {
    padding-right: 10px;
}

div.tour-detail div.tour-oneday-price-desc span.adult strong small,
div.tour-detail div.tour-oneday-price-desc span.child strong small {
    padding: 0 6px 0 3px;
    font-size: 13px;
    font-weight: 300;
    color: #777;
}

div.tour-detail div.tour-oneday-price-desc span.adult i {
    color: #777;
    font-size: 16px;
    margin: -4px 4px 0 0;
}

div.tour-detail div.tour-oneday-price-desc span.child i {
    color: #777;
    font-size: 15px;
    margin: 0 2px 0 0;
}

div.tour-detail span.tour-onsale-mobile {
    color: #777;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    position: absolute;
    right: 160px;
    bottom: 5px;
}

div.tour-detail span.tour-for-mobile {
    width: 150px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #777;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
}

div.tour-detail span.tour-for-mobile span {
    width: 100%;
    text-align: center;
    display: block;
}

div.tour-detail span.tour-for-mobile i {
    color: inherit;
    margin: -4px 2px 0;
}

div.tour-detail span.tour-for-mobile:hover i {
    color: #ff3573;
}

div.tour-detail span.tour-onsale-mobile small {
    font-size: 14px;
    font-weight: 300;
    color: #ff3573;
    padding: 0 0 0 2px;
}

div.tour-detail span.tour-for-mobile:hover span {
    z-index: 51;
    position: absolute;
}

div.tour-detail span.tour-for-mobile div {
    position: absolute;
    top: 0;
    left: 0;
    height: 165px;
    width: 150px;
    background-color: #fff;
    display: none;
    z-index: 50;
    padding: 30px 15px 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px #999;
    border-radius: 2px;
}

div.tour-detail span.tour-for-mobile div img {
    width: 120px;
    height: 120px;
}

div.tour-detail span.tour-for-mobile:hover span {
    z-index: 51;
}

div.tour-detail span.tour-for-mobile:hover div {
    display: block;
}

div.tour-detail-content {
    width: 100%;
    position: relative;
    overflow: visible;
    float: left;
    margin-top: 10px;
}

div.tour-detail-content div.tour-siblings {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

div.tour-siblings span {
    display: inline-block;
    float: left;
    margin: 5px 5px 0 0;
    padding: 0 4px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #555;
    border-radius: 2px;
    border: 1px solid #ccc;
}

div.tour-siblings span a:link,
div.tour-siblings span a:visited,
div.tour-siblings span a:hover,
div.tour-siblings span a:active,
div.tour-siblings span a:focus {
    outline: none;
    color: #555;
    text-decoration: none;
}

div.tour-siblings span:hover {
    background-color: #eee;
}

div.tour-siblings span.selected {
    border-color: #AFAFC9;
    color: #fff;
    background-color: #AFAFC9;
}

div.tour-siblings span.selected i {
    color: inherit;
    padding-left: 4px;
    font-size: 15px;
}

div.tour-siblings span.selected:hover {
    background-color: #777;
}

div.tour-siblings span.selected:hover {
    background-color: #AFAFC9;
}

div.tour-detail h3.price-desc-title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #dfdfdf;
    color: #555;
    font-size: 14px;
}

div.tour-price-desc {
    width: 100%;
    border-top: 1px solid #ddd;
    float: left;
}

div.tour-detail-content div.tour-desc-items {
    width: 100%;
    overflow: auto;
    border-bottom: 1px dotted #aaa;
}

.price-popover-wrapper div.popover {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 18000;
}

.price-popover-wrapper div.popover div {
    padding: 0;
}

.price-popover-wrapper div.popover h3 {
    margin: 0;
    padding: 4px 0;
    background-color: #ddd;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.price-popover-wrapper div.popover h3 i {
    color: inherit;
    font-size: 15px;
    background-color: transparent;
    margin: -4px 4px 0 5px;
}

.price-popover-wrapper div.popover ul {
    margin: 3px 6px;
    padding: 0;
    list-style: none;
}

.price-popover-wrapper div.popover ul li {
    display: block;
    width: 100%;
    padding: 0 4px;
    line-height: 22px;
    color: #777;
}

.price-popover-wrapper div.popover ul li.sp {
    line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #FFB830;
    border-radius: 2px;
}

.price-popover-wrapper div.popover ul li strong {
    font-weight: bold;
    color: #555;
    display: inline-block;
    width: 80px;
    font-size: 13px;
}

.price-popover-wrapper div.popover .price.current {
    color: #777;
    font-size: 13px;
    padding: 0 5px;
    font-weight: 300;
}

.price-popover-wrapper div.popover .price.orig {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 300;
}

div.tour-detail-content span.desc-item {
    display: inline-block;
    padding: 5px 8px;
    font-size: 15px;
    color: #777;
    line-height: 25px;
}

div.tour-detail-content span.desc-item.tour-days {
    float: right;
}

a.order {
    outline: none;
}

a.order i {
    font-size: 16px;
    margin: -4px 6px 0px;
    color: #555;
    cursor: pointer;
}

#stickbuy {
    background-color: #FFB830;
    display: inline-block;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

#stickbuy.soldout {
    background-color: #aaa;
    display: none;
}

#stickbuy:hover {
    background-color: #ff3573;
    border-color: #ff3573;
}

#stickbuy.soldout:hover {
    background-color: #aaa;
}

div.tour-detail button.order {
    height: 40px;
    line-height: 40px;
    background-color: #ff3573;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 20px;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    display: inline-block;
}

div.tour-detail button.order i {
    font-size: 20px;
}

div.tour-detail button.order.soldout {
    background-color: #aaa;
}

div.tour-price-desc ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ddd;
}

.with-discount.accom div.tour-price-desc ul {
    height: 124px;
}

div.tour-price-desc ul li {
    display: inline-block;
    float: left;
    width: 20%;
    height: 100%;
    border-right: 1px solid #ddd;
    text-align: center;
    background-color: #eee;
}

div.tour-price-desc ul li.disabled {
    background-color: #eee;
}

div.tour-price-desc ul li.last {
    border: none;
}

div.tour-price-desc ul li div {
    width: 100%;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}

div.tour-price-desc ul li div h3 {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #777;
    margin: 0;
    padding: 0;
}

div.tour-price-desc ul li div h3 small {
    font-size: 13px;
    padding: 0 0 0 4px;
    color: #999;
}

div.tour-price-desc ul li.disabled h3 {
    color: #ccc;
    text-shadow: 1px 1px 0 #fff;
}

div.tour-price-desc ul li div span {
    display: inline-block;
    height: 30px;
    color: #777;
    font-size: 14px;
    margin: 5px auto;
}

div.tour-price-desc ul li div span i {
    display: inline-block;
    margin: 0 1px;
    height: 30px;
    float: left;
}

div.tour-price-desc ul li div span i.one-bed {
    background-image: url('https://cdn.wannar.com/images/gui/bed.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
}

div.tour-price-desc ul li div span i.two-bed {
    background-image: url('https://cdn.wannar.com/images/gui/bed.png');
    background-repeat: no-repeat;
    background-position: -21px 0;
    width: 29px;
}

div.tour-price-desc ul li div span i.child-icon {
    background-image: url('https://cdn.wannar.com/images/gui/bed.png');
    background-repeat: no-repeat;
    background-position: -51px 0;
    width: 27px;
}

div.tour-price-desc ul li.disabled div span i {
    opacity: .3;
}

div.tour-price-desc ul li div span small {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 2px;
    float: left;
}

div.tour-price-desc ul li span.price {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #ff3573;
    font-weight: 300;
}

div.tour-price-desc ul li small.unit {
    font-size: 12px;
    color: #777;
    padding-left: 2px;
}

.with-discount.accom div.tour-price-desc ul li small.original {
    display: block;
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 300;
}

div#tour-content-wrapper {
    position: relative;
    overflow: visible;
}

ul.tour-menu {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 55px;
    background-color: #d7d4d0;
    border-top: 5px solid #333;
    line-height: 55px;
    z-index: 99;
}

ul.tour-menu li {
    display: inline-block;
    float: left;
    margin: -5px 0 0;
    text-align: center;
    font-size: 16px;
    color: #777;
    height: 55px;
    padding: 0 12px;
}

ul.tour-menu li a:link,
ul.tour-menu li a:visited,
ul.tour-menu li a:hover,
ul.tour-menu li a:active,
ul.tour-menu li a:focus {
    outline: none;
    text-decoration: none;
    color: #555;
    display: block;
    width: 100%;
    height: 100%;
}

ul.tour-menu li:hover {
    border-top: 5px solid #555;
    background-color: #ddd;
    line-height: 46px;
}

ul.tour-menu li.active {
    border-top: 5px solid #ff3573;
    background-color: #fff;
    line-height: 45px;
}

ul.tour-menu li.active:hover {
    border-top: 5px solid #ff3573;
    background-color: #fff;
    line-height: 45px;
}

ul.tour-menu li.last {
    position: absolute;
    top: -100%;
    right: 0;
    opacity: 0;
    transition: top .3s, opacity .6s;
}

ul.tour-menu li.last:hover {
    background-color: transparent;
}

ul.tour-menu.pinned li.last {
    top: 0;
    opacity: 1;
}

div.tour-sidebar {
    float: left;
    width: 280px;
    padding-top: 20px;
}

div#tour-content {
    width: 100%;
    padding: 20px 0;
}

div.tour-voucher {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

div.tour-content-section {
    width: 100%;
    padding: 10px 5px 50px;
    overflow: auto;
}

div.tour-content-section small {
    font-size: 13px;
    color: #999;
}

#notes {
    overflow: hidden;
}


/* div.tour-content-section h2 {
    font-size: 22px;
    color: #555;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 3px solid #ddd;
    text-align: center;
    display: block;
    width: 100%;
}

div.tour-content-section h2 span {
    display: inline-block;
    background-color: #ddd;
    padding: 0 12px;
    border-radius: 4px 4px 0 0;
    height: 36px;
    line-height: 36px;
    color: #555;
    margin-bottom: -3px;
}

div.tour-content-section h2 i {
    color: inherit;
    font-size: 18px;
    margin: 0 8px 0 0;
    line-height: 36px;
    display: inline-block;
    float: left;
}

div.tour-content-section h2 i.upgrade {
    font-size: 28px;
} */

div.tour-content-section .tour-content-item {
    width: 100%;
    padding: 10px;
}

div.tour-content-section .tour-content-item p {
    font-size: 14px;
    color: #777;
}

div.tour-content-section .tour-content-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.tour-content-section .tour-content-item ul li {
    font-size: 15px;
    color: #555;
}

div.tour-content-section .tour-content-item ul li i {
    color: #AFAFC9;
    margin-top: -6px;
    padding-right: 6px;
}

div.tour-content-section span.highlight {
    color: #9f6d1d;
}

ul.summary li {
    padding: 5px 0;
}

div.tour-content-section .tour-content-item ul.note {
    padding: 3px 0 0 90px;
}

div.tour-content-section .tour-content-item ul.note li {
    font-size: 14px;
    color: #ff3573;
    line-height: 1.55;
    margin-bottom: 5px;
}

div#describe_box div.days-sidebar {
    width: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
}

div#describe_box div.days-wrapper ul {
    margin: 3px 0 0;
    padding: 0;
    list-style: none;
}

div#describe_box div.days-wrapper ul li {
    display: block;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    margin: -1px 0 0;
    position: relative;
    cursor: pointer;
    color: #555;
}

div#describe_box div.days-wrapper ul li a:link,
div#describe_box div.days-wrapper ul li a:visited,
div#describe_box div.days-wrapper ul li a:hover,
div#describe_box div.days-wrapper ul li a:active,
div#describe_box div.days-wrapper ul li a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}

div#describe_box div.days-wrapper ul li.active {
    background-color: #ff3573;
    border: 1px solid #ff3573;
    color: #fff;
}

div#describe_box div.days-wrapper ul li:hover {
    background-color: #ddd;
}

div#describe_box div.days-wrapper ul li.active:hover {
    background-color: #ff3573;
}

div#describe_box div.days-wrapper ul li:hover:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ddd;
    display: block;
}

div#describe_box div.days-wrapper ul li.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ff3573;
    display: block;
}

div#describe_box div.day-content {
    width: 100%;
    float: left;
    padding-left: 100px;
    position: relative;
    overflow: hidden;
}

div#describe_box div.day-content h3 {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    position: relative;
    border-left: 1px solid #ddd;
    margin-left: 18px;
}

div#describe_box div.day-content h3 div {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background-color: #ff3573;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: -18px;
}

div#describe_box div.day-content h3 span.day {
    height: 36px;
    line-height: 36px;
    color: #ff3573;
    font-size: 18px;
    padding-right: 8px;
    position: absolute;
    top: 0;
    left: 25px;
    display: inline-block;
}

div#describe_box div.day-content h3 span.text {
    padding-left: 86px;
    padding-top: 5px;
    display: block;
    line-height: 1.4;
    text-align: justify;
}

div#describe_box div.day-content hr.line-divider {
    margin: 10px 0 10px 50px;
    padding: 0;
    height: 1px;
    background-color: #eee;
    border: none;
    clear: both;
}

div#describe_box div.day-content div.day-item.end {
    height: 36px;
}

div#describe_box div.day-content div.day-item>ul {
    margin: 0 0 0 18px;
    padding: 20px 0 40px;
    list-style: none;
    border-left: 1px solid #ddd;
}

div#describe_box div.day-content div.day-item>ul>li {
    font-size: 16px;
    color: #777;
    padding: 6px 0;
}

div#describe_box div.day-content div.day-item>ul>li.empty {
    display: none;
}

div#describe_box div.day-content div.day-item>ul>li>span {
    width: 100px;
    float: left;
    color: #333;
    font-size: 16px;
    margin-left: -8px;
    display: inline-block;
    position: relative;
    padding-left: 34px;
    padding-top: 3px;
}

div#describe_box div.day-content div.day-item>ul>li>span i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff3573;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    top: 3px;
    left: -5px;
}

div#describe_box div.day-content div.day-item>ul>li>p {
    padding-left: 90px;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

div#describe_box div.day-content div.day-item>ul>li>p font {
    color: #ff3573;
}

div#describe_box div.day-content hr.day-divider {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background-color: #ccc;
    border: none;
    clear: both;
}

ul.scenics-list {
    margin: 0 0 0 90px !important;
    padding: 0;
    list-style: none;
}

#summary ul.scenics-list {
    margin: 1px 0 0 !important;
}

ul.scenics-list .popover {
    max-width: 500px;
    z-index: 10;
}

ul.scenics-list li {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 0 12px;
    height: 24px;
    line-height: 24px !important;
    background-color: #70A7F7;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 15px;
    cursor: pointer;
}

ul.scenics-list li.scenic-desc-loading {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-color: #ff3573;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

ul.table-like {
    margin: 0 0 -1px;
    padding: 1px 0 0 1px;
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    overflow: auto;
    max-height: 350px;
}

ul.table-like.dropoff {
    margin-top: 25px;
}

ul.table-like li {
    display: flex;
    width: 100%;
    font-size: 14px;
    padding: 0;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: stretch;
    min-height: 60px;
}

ul.table-like li.header {
    font-weight: normal;
    font-size: 17px;
    background-color: #eee;
    text-align: center;
}

ul.table-like span {
    display: flex;
    padding: 0 4px;
    color: #555;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-top: -1px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
}

ul.table-like a:link,
ul.table-like a:visited,
ul.table-like a:hover,
ul.table-like a:active,
ul.table-like a:focus {
    outline: none;
    text-decoration: none;
    color: #777;
}

ul.table-like a:hover {
    color: #ff3573;
}

ul.table-like span i {
    color: #ff3573;
    margin: 0 4px;
    font-size: 17px;
}

ul.table-like span.w15 {
    width: 180px;
}

ul.table-like span.w20 {
    width: 240px;
}

ul.table-like span.w25 {
    width: 25%;
}

ul.table-like span.w30 {
    width: 360px;
}

ul.table-like span.w35 {
    width: 610px;
}

ul.table-like span.w40 {
    width: 40%;
}

ul.table-like span small {
    display: block;
    font-size: 13px;
    color: #999;
}

ul.operation-info {
    margin: 10px 0;
    padding: 0 0 0 5px;
    list-style: none;
    display: block;
    float: left;
}

ul.operation-info li {
    font-size: 13px;
    color: #777;
    line-height: 26px;
}

div#pricing div.price-list {
    width: 100%;
    padding: 0 10px;
}

div#pricing font {
    color: #ff3573;
}

div#pricing ul {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    list-style: none;
}

div#pricing ul li {
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

div.include li i {
    color: green;
    font-size: 17px;
    padding-right: 4px;
}

div.exclude li i {
    color: #999;
    font-size: 17px;
    padding-right: 4px;
}

div#notes ul,
div#terms ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
}

div#notes ul li,
div#terms ul li {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
    padding-bottom: 4px;
    position: relative;
}

div#notes ul li i,
div#terms ul li i {
    color: #ff3573;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 25px;
}

img.tour-process-img {
    margin: 20px auto;
    display: block;
}

ul.post {
    margin-bottom: 28px;
    padding: 0 20px;
    list-style: none;
}

ul.post>li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 18px 10px;
    margin: 0 0 10px;
    position: relative;
    overflow: auto;
    min-height: 120px;
}

ul.post>li.no-poster,
ul.post>li.loading {
    text-align: center;
    font-size: 16px;
    color: #ccc;
    padding: 10px 0;
    border: none;
}

ul.post>li div.poster-metainfo {
    width: 120px;
    position: absolute;
}

ul.post>li div.poster-metainfo div.user-nickname {
    font-size: 13px;
    color: #555;
    text-align: center;
}

ul.post>li div.poster-metainfo div.user-nickname i {
    color: #999;
}

ul.post>li div.author-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #eee;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px;
}

ul.post>li div.author-thumb.male {
    background-color: #e6f1fa;
}

ul.post>li div.author-thumb.female {
    background-color: pink;
}

ul.post>li div.poster-metainfo span {
    font-size: 12px;
    color: #999;
}

ul.post>li div.poster-metainfo span i {
    color: inherit;
}

ul.post>li div.poster-content {
    width: 100%;
    padding-left: 200px;
    overflow: auto;
}

div.poster-content ul.short-msg {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

div.poster-content ul.short-msg li {
    display: inline-block;
    float: left;
    /* 	border-right: 1px solid #999; */
    line-height: 18px;
    font-size: 12px;
    color: #777;
    margin-right: 8px;
    padding-right: 8px;
}

div.poster-content ul.short-msg li.last {
    border: none;
}

div.poster-content ul.short-msg li.poster-pubdate {
    float: right;
    border: none;
    color: #555;
}

div.poster-content ul.short-msg li.poster-pubdate i {
    color: inherit;
    margin: -3px 0 0;
}

div.poster-content ul.short-msg img.star {
    height: 18px;
}

div.poster-content p {
    font-size: 15px;
    line-height: 1.6;
    float: left;
    clear: both;
    color: #666;
    width: 100%;
    padding: 18px 30px 0 25px;
    margin: 0;
    position: relative;
}

div.poster-content p i {
    position: absolute;
    left: -6px;
    color: #ccc;
    font-size: 24px;
    top: 12px;
}

div.poster-content span.poster-action {
    width: 100%;
    margin-top: 10px;
    padding-right: 15px;
    text-align: right;
    float: left;
    clear: both;
}

div.poster-content span.poster-action a:link,
div.poster-content span.poster-action a:visited,
div.poster-content span.poster-action a:hover,
div.poster-content span.poster-action a:active,
div.poster-content span.poster-action a:focus {
    color: #555;
    text-decoration: none;
    font-size: 12px;
    outline: none;
}

div.poster-content span.poster-action a i {
    color: #777;
    margin: -3px 0 0;
}

div.poster-content span.poster-action a:hover i {
    color: #ff3573;
}

div.poster-viewall {
    width: 100%;
    margin: 38px 0 0 0;
    text-align: center;
}

div#fromchina p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    padding: 0 10px;
}

div#options table span.original-price-tiny {
    padding: 0 4px;
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}

ul.advantage {
    margin: 0 0 20px;
    padding: 10px;
    list-style: none;
    border: 1px solid #ddd;
    overflow: auto;
}

ul.advantage li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 10px 10px;
    overflow: auto;
}

ul.advantage li div.adv-icon {
    width: 52px;
    height: 52px;
    margin: 0;
    float: left;
    background-image: url("https://cdn.wannar.com/images/index/advantage/icons.png");
    background-repeat: no-repeat;
}

div.adv-icon.adv-icon-1 {
    background-position: 0 0;
}

div.adv-icon.adv-icon-2 {
    background-position: -52px 0;
}

div.adv-icon.adv-icon-3 {
    background-position: -104px 0;
}

div.adv-icon.adv-icon-4 {
    background-position: -156px 0;
}

div.adv-icon.adv-icon-5 {
    background-position: -208px 0;
}

ul.advantage li div.adv-text {
    float: left;
    margin: 0;
    padding: 8px 0 5px 15px;
}

ul.advantage li div.adv-text a {
    outline: none;
}

ul.advantage li div.adv-text a:hover {
    text-decoration: none;
}

ul.advantage li div.adv-text h3 {
    font-size: 16px;
    color: #555;
    margin: 0;
    padding: 0;
}

ul.advantage li div.adv-text span {
    font-size: 14px;
    color: #777;
    margin: 0;
    padding: 0;
}

ul.advantage li div.adv-text a:hover h3 {
    color: #ff3573;
}

div.advert-plan {
    border: 1px solid #ddd;
    width: 280px;
    height: 420px;
    background-color: #fff;
    position: relative;
}

div.advert-plan span.advert-btn {
    font-size: 18px;
    color: #555;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

div.advert-plan span.advert-btn small {
    width: 100%;
    display: block;
    clear: both;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

div.advert-plan div.advert-back {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 80px;
    background-color: #eee;
    overflow: hidden;
}

div.advert-plan div.advert-back ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

div.advert-plan div.advert-back ul li {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.advert-plan div.advert-back ul li span {
    width: 18px;
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    word-wrap: break-word;
    text-shadow: 0 0 6px #000;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

div.advert-plan div.advert-back h3 {
    display: inline-block;
    width: 26px;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    word-wrap: break-word;
    text-shadow: 0 0 8px #000;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    margin: 0;
    padding: 0;
}

div.advert-plan div.advert-back div.advert-logo {
    position: absolute;
    top: 5px;
    left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://www.wannar.com/images/logo/logo_white_w45.png');
    background-size: 45px;
    width: 45px;
    height: 30px;
    z-index: 10;
}

.modal-backdrop.in {
    z-index: 11000;
}

div#order_tour {
    z-index: 15000;
}

div#order_tour span.exchange-note {
    position: absolute;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    left: 0;
    top: 100%;
    font-weight: bold;
    padding: 0 12px;
    background-color: #ff3573;
}

div#order_tour div.modal-dialog {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 672px;
    margin: 50px 0 0 -600px;
}

div#order_tour .modal-content {
    border-radius: 2px;
}

div#order_tour h4.modal-title {
    color: #333;
}

div#order_tour div.modal-header {
    padding: 0;
    height: 80px;
    position: relative;
    background-color: #eee;
    border: none;
    overflow: hidden;
}

div#order_tour div.modal-header button {
    position: absolute;
    height: 80px;
    width: 80px;
    right: 0;
    text-align: center;
    font-size: 32px;
}

div#order_tour div.modal-header ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

div#order_tour div.modal-header ul li {
    display: inline-block;
    float: left;
    height: 80px;
    padding-right: 60px;
    transition: background-color .3s;
    cursor: pointer;
}

div#order_tour div.modal-header ul li.active {
    background-color: #fff;
    box-shadow: 0 0 8px #999;
    height: 70px;
    margin-top: 10px;
}

div#order_tour div.modal-header h3 {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 90px;
    font-size: 20px;
    color: #999;
}

div#order_tour div.modal-header ul li:hover h3 {
    color: #777;
}

div#order_tour div.modal-header ul li.active h3,
div#order_tour div.modal-header ul li.active:hover h3 {
    color: #ff3573;
    line-height: 70px;
}

div#order_tour div.modal-header span.step {
    height: 30px;
    margin: 30px 25px 15px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 30px;
    background-color: #999;
    padding: 0 10px;
    position: relative;
}

div#order_tour div.modal-header ul li:hover span.step {
    background-color: #777;
}

div#order_tour div.modal-header li.active span.step,
div#order_tour div.modal-header li.active:hover span.step {
    background-color: #ff3573;
    margin-top: 20px;
}

div#order_tour div.modal-header span.step.active span {
    color: #ff3573;
}

div#order_tour div.modal-header div.step-arrow {
    position: absolute;
    right: -8px;
    top: 0;
    border-top: 15px solid #eee;
    border-bottom: 15px solid #eee;
    border-left: 8px solid transparent;
    background-color: #999;
    transition: none;
}

div#order_tour div.modal-header ul li:hover div.step-arrow {
    background-color: #777;
}

div#order_tour div.modal-header li.active div.step-arrow,
div#order_tour div.modal-header li.active:hover div.step-arrow {
    background-color: #ff3573;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

div#order_tour div.modal-footer {
    padding: 0;
    height: 61px;
    position: relative;
    text-align: center;
}

div#order_tour div.modal-footer span.step-btn {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    font-size: 18px;
    color: #ff3573;
    float: right;
    cursor: pointer;
}

div#order_tour div.modal-footer span.step-last {
    display: none;
    border-left: 1px solid #ddd;
}

div#order_tour div.modal-footer span.shop-cart {}

div#order_tour div.modal-footer span.pay-now {}

div#order_tour div.modal-footer span.prev {
    display: none;
    border-left: 1px solid #ddd;
}

div#order_tour div.modal-footer span.next {
    border-left: 1px solid #ddd;
}

div#order_tour div.modal-footer span.step-btn i {
    color: inherit;
    margin: -4px 2px 0;
}

div#order_tour div.modal-footer span.step-btn:hover {
    background-color: #eee;
    color: #ff3573;
}

div#order_tour div.modal-footer span.total-price {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 28px;
    color: #ff3573;
    padding-left: 25px;
    float: left;
    position: relative;
    font-weight: 200;
}

div#order_tour div.modal-footer span.total-price span.number {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    float: left;
    padding: 0 10px;
}

div#order_tour div.modal-footer span.total-price span.title {
    font-size: 15px;
    padding-right: 5px;
    color: #555;
    height: 60px;
    width: 70px;
    line-height: 70px;
    float: left;
    display: inline-block;
}

div#order_tour div.modal-footer span.discount-info {
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #AFAFC9;
    display: inline-block;
    float: left;
    margin: 15px 0 15px 20px;
    border-radius: 3px;
    position: relative;
    font-weight: normal;
}

div#order_tour div.modal-footer span.discount-info i.arrow-to-left {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    top: 0;
    left: -6px;
    background-color: #AFAFC9;
}

div#order_tour div.modal-body {
    width: 100%;
    height: 530px;
    padding: 0;
}

div#order_tour div.modal-body div.step-container {
    width: 100%;
    height: 530px;
}

div#order_tour div.order-form {
    width: 100%;
    height: 530px;
    overflow: auto;
    padding: 0;
}

div#order_tour div.order-form div.step {
    padding-left: 730px;
}

div#order_tour div.order-form div.step-fullwidth {
    padding: 0 20px;
}

div.order-form div.form-section {
    margin: 10px 0;
    padding: 0 20px 0;
    clear: both;
    float: left;
    width: 100%;
}

div.order-form div.form-section>label {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    margin-left: -8px;
    line-height: 16px;
    vertical-align: bottom;
    width: 100%;
}

div.order-form div.form-section>label i {
    color: #555;
    margin: -4px 4px 0;
    font-size: 16px;
    display: inline-block;
    float: left;
    line-height: 22px;
}

div.order-form div.form-section>label i.room {
    font-size: 20px;
}

div.order-form div.form-section>label i.upgrade {
    font-size: 22px;
}

div.order-form div.form-section>label i.mobile {
    font-size: 24px;
}

div.order-form div.form-section>label small {
    color: #999;
    padding-left: 4px;
    float: right;
    font-size: 12px;
}

div.order-form div.form-section select {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #bbb;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    outline: none;
    cursor: pointer;
}

div.order-form div.form-section input {
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #bbb;
}

div.order-form div.form-section textarea {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #bbb;
}

div.order-form div.form-section h5.addon-main-title {
    text-align: center;
    padding: 7px 0 0;
    margin: 6px 0 4px;
    border-radius: 4px;
    background-color: #eee;
    color: #555;
    font-size: 16px;
}

div.order-form div.form-section h5.addon-main-title small {
    display: block;
    font-size: 13px;
    color: #777;
    padding: 6px;
}

div.order-form div.form-section span#leave_day {
    font-size: 13px;
    color: #777;
}

div.order-form div.form-section select:focus {
    outline: none;
}

div.order-form div.form-section select:hover {
    background-color: #eee;
    border-color: #999;
}

#hotel-selection {
    width: 100%;
}

.addon-grp {
    width: 100%;
}

div.price-desc-tbl {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 6px 0 8px;
    border-left: 1px solid #ccc;
}

div.price-desc-tbl span.cell {
    display: inline-block;
    position: relative;
    flex: 1;
    float: left;
    color: #777;
    font-size: 12px;
    text-align: center;
    padding: 28px 4px 0;
    height: 50px;
    border: 1px solid #ccc;
    margin: 0 0 0 -1px;
}

div.price-desc-tbl span.cell.zero {
    display: none;
}

div.price-desc-tbl span.cell h6 {
    display: block;
    margin: 0;
    line-height: 23px;
    background-color: #eee;
    color: #555;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
}

#hotel-selection label,
.addon-grp label {
    font-size: 15px;
    color: #333;
    line-height: 1.3;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    padding-top: 2px;
}

#hotel-selection span.inventory {
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #ff3573;
    text-decoration: none;
}
#hotel-selection tr.disabled {
    display: none;
}
#hotel-selection tr.price-tag.disabled table.room-price {
    display: none;
}

#hotel-selection td.hotel-header label {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    color: var(--text-body, #334155);
    font-size: var(--font-size-base, 14px);
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.3;
}

#hotel-selection td.hotel-header label .hotel-label-main {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
}

#hotel-selection td.hotel-header label .hotel-label-title {
    display: inline-block;
}

#hotel-selection td.hotel-header label .inventory {
    margin: 0;
    padding: 1px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 53, 115, 0.2);
    background: rgba(255, 53, 115, 0.07);
    color: var(--desc-accent, #ff3573);
    font-size: var(--font-size-xs, 12px);
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.3;
    white-space: nowrap;
}

#hotel-selection td.hotel-header label .inventory:empty {
    display: none;
}

#hotel-selection td.hotel-header label small {
    display: block;
    margin-top: 5px;
    color: var(--text-subtle, #7a8aa0);
    font-size: var(--font-size-xs, 12px);
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.4;
    text-align: left;
}

#hotel-selection .hotel-soldout-state {
    display: none;
    margin: 8px 0 2px 35px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px dashed rgba(255, 53, 115, 0.34);
    background: linear-gradient(180deg, rgba(255, 245, 249, 0.96) 0%, rgba(255, 238, 244, 0.92) 100%);
    color: #b4235f;
    font-size: 13px;
    line-height: 1.35;
}

#hotel-selection .hotel-soldout-state i {
    margin-right: 7px;
    font-size: 14px;
    color: #ff3573;
}

.addon-grp label small.addon-desc {
    font-size: 13px;
    color: #777;
    padding-top: 3px;
    font-weight: normal;
    display: block;
}

.addon-grp td.addon-title {
    padding: 5px 0 10px;
}

.addon-grp td.addon-title small.price-desc {
    display: block;
    font-size: 13px;
    color: #999;
}

#hotel-selection td.option-price-desc {
    color: var(--text-muted, #55657d);
    font-size: var(--font-size-xs, 12px);
    border-bottom: none;
    padding: 4px 0 10px;
}

#hotel-selection td.option-price-desc.last {
    border: none;
}

#hotel-selection td.option-price-desc ul.option-price-list {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

#hotel-selection td.option-price-desc ul.option-price-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 0;
    border-bottom: none;
}

#hotel-selection td.option-price-desc ul.option-price-list li + li {
    margin-top: 6px;
    padding-top: 6px;
    border-top: none;
}

#hotel-selection td.option-price-desc ul.option-price-list li:last-child {
    padding-bottom: 4px;
}

#hotel-selection td.option-price-desc ul.option-price-list li strong {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--text-body, #334155);
    font-size: var(--font-size-base, 14px);
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.4;
}

#hotel-selection td.option-price-desc ul.option-price-list li strong small {
    display: block;
    color: var(--text-subtle, #7a8aa0);
    font-size: var(--font-size-xs, 12px);
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.4;
}

#hotel-selection td.option-price-desc ul.option-price-list .price-row {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    flex: 0 0 auto;
    white-space: nowrap;
}

#hotel-selection td.option-price-desc ul.option-price-list .price-row .price.orig {
    color: var(--text-subtle, #7a8aa0);
    font-size: var(--font-size-xs, 12px);
    text-decoration: line-through;
}

#hotel-selection td.option-price-desc ul.option-price-list .price-row .price.current {
    color: var(--desc-accent, #ff3573);
    font-size: var(--font-size-base, 14px);
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.2;
}

.desc-refresh table.desc-tbl td ul.option-price-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.desc-refresh table.desc-tbl td ul.option-price-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 4px 0;
}

.desc-refresh table.desc-tbl td ul.option-price-list li + li {
    margin-top: 2px;
    border-top: 1px dashed rgba(148, 163, 184, 0.38);
}

.desc-refresh table.desc-tbl td ul.option-price-list li strong {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--text-body, #334155);
    font-size: var(--font-size-base, 14px);
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.38;
}

.desc-refresh table.desc-tbl td ul.option-price-list li strong small {
    display: block;
    color: var(--text-subtle, #7a8aa0);
    font-size: var(--font-size-xs, 12px);
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.35;
}

.desc-refresh table.desc-tbl td ul.option-price-list li strong small:empty {
    display: none;
}

.desc-refresh table.desc-tbl td ul.option-price-list .price-row {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.desc-refresh table.desc-tbl td ul.option-price-list .price-row .price.orig {
    color: var(--text-subtle, #7a8aa0);
    font-size: var(--font-size-xs, 12px);
    text-decoration: line-through;
}

.desc-refresh table.desc-tbl td ul.option-price-list .price-row .price.current {
    color: var(--desc-accent, #ff3573);
    font-size: var(--font-size-base, 14px);
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.2;
}

#room_arrange span.empty {
    font-size: 13px;
    color: #999;
}

#room_arrange .form-group {
    overflow: auto;
    clear: both;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#room_arrange .form-group:last-child {
    border: none;
}

#room_arrange .form-group span {
    width: 100%;
    font-size: 14px;
    color: #777;
    display: block;
    height: 22px;
    line-height: 22px;
}

#room_arrange .form-group span i {
    color: inherit;
    display: inline-block;
    line-height: 22px;
}

#room_arrange .form-group span i.room-arrow {
    color: #ff3573;
    font-size: 15px;
}

#room_arrange .form-group span i.adult {
    font-size: 15px;
}

#room_arrange .form-group span i.child {
    font-size: 13px;
}

#room_arrange .form-group span small {
    float: right;
    color: #999;
    font-size: 13px;
    padding-right: 5px;
}

#room_arrange span.roomarrange-title {
    width: 100%;
    display: block;
}

#room_arrange span.roomarrange-title span {
    display: inline;
    margin: 0;
    padding-bottom: 4px;
    color: #ff3573;
}

#room_arrange div.w50 {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
}

#room_arrange .form-group select {
    margin-bottom: 0;
}

#room_arrange .form-group span.roomarrange-share {
    margin-top: 2px;
}

#room_arrange .form-group span.roomarrange-share span {
    font-size: 13px;
    color: #555;
    display: inline-block;
    width: auto;
}

#room_arrange .form-group span.roomarrange-share i {
    margin: 0 0 0 6px;
    color: #ff3573;
    cursor: pointer;
    font-size: 12px;
}

#room_arrange .form-group span.roomarrange-share input {
    margin: 1px 4px 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 14px;
    height: 14px;
}

div.order-form div.form-section div.customerinfo-wrapper {
    position: relative;
    margin: 5px 0 10px;
    height: 30px;
}

div.order-form div.form-section div.customerinfo-wrapper div.name {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    height: 30px;
}

div.order-form div.form-section div.customerinfo-wrapper input.customer-name {
    width: 49%;
    height: 30px;
    line-height: 30px;
    margin-right: 1%;
}

div.order-form div.form-section div.customerinfo-wrapper label.gender {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
}

div.order-form div.form-section div.customerinfo-wrapper label.gender.male {
    left: 0;
}

div.order-form div.form-section div.customerinfo-wrapper label.gender.female {
    left: 50px;
}

div.order-form div.form-section div.customerinfo-wrapper label.gender span {
    display: inline-block;
    height: 30px;
    float: left;
    padding: 0 2px;
}

div.order-form div.form-section div.customerinfo-wrapper label.gender div {
    margin-left: -12px;
}

div.order-form div.form-section div.customerinfo-wrapper select {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border: none;
    border-left: 1px solid #ddd;
    font-size: 13px;
}

#pickup-selection {
    position: relative;
    padding: 5px 0 0;
}

#pickup-selection table td.pickup-radiobtn {
    width: 35px;
    vertical-align: top;
}

#pickup-selection table td.pickup-title {
    padding: 0 0 0 8px;
}

#pickup-selection table label {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    width: 100%;
    line-height: 25px;
}

#pickup-selection table td.pickup-content {
    font-size: 12px;
    color: #555;
    padding-bottom: 10px;
}

#pickup-selection table td.pickup-content div {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    position: relative;
}

#pickup-selection table td.pickup-content span {
    position: absolute;
    width: 90px;
}

#pickup-selection table td.pickup-content p {
    display: block;
    width: 100%;
    padding-left: 95px;
    text-align: justify;
    margin: 0;
    line-height: 1.4;
}

#pickup-selection table td.pickup-content strong {
    font-weight: normal;
    color: #ff3573;
}

#order_tour .contactphone-wrapper {
    width: 100%;
    position: relative;
    margin: 5px 0 0;
}

#order_tour .contactphone-wrapper select {
    position: absolute;
    width: 80px;
    height: 24px;
    line-height: 24px;
    top: 2px;
    left: 2px;
    border: none;
    font-size: 13px;
    padding: 0;
}

#order_tour .contactphone-wrapper input {
    width: 100%;
    height: 28px;
    padding-left: 86px;
}

#order_tour .memo-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

#order_tour .memo-wrapper div.note-wrapper {
    padding: 6px 8px 6px 58px;
    background-color: #2B95D6;
    margin-bottom: 7px;
    color: #fff;
    border-radius: 3px;
    position: relative;
    min-height: 40px;
}

#order_tour .memo-wrapper div.note-wrapper div.note-icon-wrapper {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 8px;
    width: 50px;
    border-right: 1px solid rgba(255, 255, 255, .4);
}

#order_tour .memo-wrapper div.note-wrapper .note-icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    top: 50%;
    margin-top: -18px;
}

#order_tour .memo-wrapper div.child-birthday-wrapper input.birthday {
    width: 49%;
    height: 30px;
    line-height: 30px;
    margin-right: 1%;
    margin-bottom: 5px;
    float: left;
}

#order_tour .memo-wrapper textarea {
    width: 100%;
    height: 120px;
    resize: none;
    font-size: 14px;
    color: #555;
}

#order_tour span.memo-notify-title {
    font-size: 15px;
    color: inherit;
}

#order_tour ul.memo-notify-items {
    margin: 4px 0 0 2px;
    padding: 0;
    list-style: none;
}

#order_tour ul.memo-notify-items li {
    display: block;
    width: 100%;
    font-size: 14px;
    color: inherit;
    margin-bottom: 2px;
    text-align: justify;
    line-height: 1.4;
}

#order_tour ul.memo-notify-items li i {
    margin: -4px 3px 0px;
    color: inherit;
    cursor: pointer;
}

#order_tour .airport-wrapper {
    padding: 5px 0 0;
}

#order_tour .airport-wrapper span.airport-info {
    width: 100%;
    font-size: 13px;
    color: #556;
    padding: 4px 4px 4px 40px;
    margin-bottom: 3px;
    border-radius: 5px;
    display: block;
    background-color: #E1E8ED;
    position: relative;
}

#order_tour .airport-wrapper span.airport-info .info-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    margin-top: -16px;
    color: #778;
}

#order_tour .airport-wrapper ul {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

#order_tour .airport-wrapper ul.info-departure {
    margin-bottom: 0;
}

#order_tour .airport-wrapper ul li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
}

#order_tour .airport-wrapper ul li label {
    font-weight: normal;
    margin: 0;
    width: 100%;
}

#order_tour .airport-wrapper ul li span {
    display: block;
    clear: both;
    padding: 2px 0;
    font-size: 13px;
    color: #777;
}

#order_tour .airport-wrapper input {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 24px;
}

#order_tour .airport-wrapper input.datetimepicker {
    margin-top: 0;
}

#order_tour .airport-wrapper div {
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;
}

#order_tour div.order-confirm-wrapper {
    height: 360px;
    margin: 0 40px;
}

#order_tour h4.order-confirm-title {
    font-size: 18px;
    color: #555;
    background-color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 5px;
    padding-top: 70px;
    position: relative;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}

#order_tour h4.order-confirm-title i {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 48px;
    height: 48px;
    margin: -20px 0 0 -24px;
    color: #fff;
    font-size: 24px;
    background-color: #ff3573;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
}

#order_tour div#order_confirm {
    padding: 0;
    width: 100%;
    overflow: auto;
    height: 250px;
    margin-bottom: 10px;
}

#order_tour div#order_confirm>ul {
    padding: 0 10px 0 0;
    list-style: none;
    float: left;
}

#order_tour div#order_confirm>ul.order-basic {
    width: 40%;
}

#order_tour div#order_confirm>ul.order-advanced {
    width: 30%;
    display: none;
}

#order_tour div#order_confirm>ul.order-memo {
    width: 30%;
}

#order_tour div#order_confirm>ul>li {
    display: block;
    width: 100%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 12px;
}

#order_tour div#order_confirm>ul>li span.title {
    color: #556;
    font-size: 15px;
    font-weight: bold;
    width: 70px;
    position: absolute;
}

#order_tour div#order_confirm>ul>li p {
    color: #778;
    font-size: 13px;
    width: 100%;
    padding-left: 75px;
    padding-top: 2px;
}

#order_tour div#order_confirm>ul>li div.addon {
    display: flex;
    flex-flow: column;
    padding-left: 75px;
    margin-bottom: 5px;
}

#order_tour div#order_confirm>ul>li div.addon span.addon-title {
    color: #556;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.3;
}

#order_tour div#order_confirm>ul>li div.addon span.addon-selection {
    display: flex;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
    color: #778;
    line-height: 1.4;
}

#order_tour div#order_confirm>ul>li div.addon span.addon-selection i {
    margin-top: 2px;
    margin-right: 3px;
    color: #ff3573;
}

#order_tour div#order_confirm>ul>li textarea {
    margin-left: 75px;
    margin-top: 2px;
    font-size: 13px;
    color: #777;
    border: none;
    resize: none;
    width: 240px;
}

#order_tour div#order_confirm>ul>li ul {
    margin: 0 0 10px;
    padding-left: 75px;
    list-style: none;
    display: block;
}

#order_tour div#order_confirm>ul>li ul li {
    display: inline-block;
    font-size: 13px;
    color: #777;
    line-height: 18px;
}

#order_tour div.payment-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 0 20px;
}

#order_tour ul#payment-select {
    border-bottom: 1px solid #ddd;
    height: 40px;
    text-align: center;
    margin: 10px 0 20px -500px;
    display: block;
    position: absolute;
    left: 50%;
    width: 1000px;
}

#order_tour ul#payment-select li {
    padding: 0;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    height: 39px;
    cursor: pointer;
    margin-right: 2px;
    float: left;
    border: 1px solid transparent;
}

#order_tour ul#payment-select li.active {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    margin-top: 1px;
}

#order_tour ul#payment-select li.active:hover {
    background-color: #fff;
}

#order_tour ul#payment-select li a {
    outline: none;
    margin: 0;
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 20px;
    color: #777;
    font-size: 15px;
    display: block;
    text-align: center;
}

#order_tour ul#payment-select li a:link,
#order_tour ul#payment-select li a:visited,
#order_tour ul#payment-select li a:hover,
#order_tour ul#payment-select li a:active,
#order_tour ul#payment-select li a:focus {
    text-decoration: none;
    outline: none;
}

#order_tour ul#payment-select li.active a {
    color: #ff3573;
}

#order_tour ul#payment-select li:hover {
    background-color: #eee;
}

#order_tour ul#payment-tab {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 800px;
    margin-left: -400px;
    left: 50%;
}

#order_tour ul#payment-tab li {
    display: inline-block;
    width: 33%;
    float: left;
    padding: 0;
    position: relative;
}

#order_tour ul#payment-tab li div {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

#order_tour ul#payment-tab li label {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0;
    height: 72px;
    width: 100%;
    padding-left: 40px;
    position: relative;
}

#order_tour ul#payment-tab li label span {
    background-repeat: no-repeat;
    background-image: url("https://cdn.wannar.com/images/payment/all.png");
    width: 140px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
}

#order_tour ul#payment-tab li.batch label span {
    background-image: url("https://cdn.wannar.com/images/payment/split-pay-96x96.png");
    background-size: contain;
}

#order_tour ul#payment-tab li.batch label span i {
    line-height: 49px;
    font-size: 32px;
    color: #556;
}

#order_tour ul#payment-tab li.paypal label span {
    background-position: -420px 0;
}

#order_tour ul#payment-tab li.alipay label span {
    background-position: -280px 0;
}

#order_tour ul#payment-tab li.credit label span {
    background-position: -140px 0;
}

#order_tour ul#payment-tab li.remit label span {
    background-position: 0 0;
}

#order_tour ul#payment-tab li p {
    font-weight: normal;
    font-size: 14px;
    color: #555;
    padding-top: 50px;
}

div#user_login {
    z-index: 15000;
    top: 20%;
}

button#login-submit {
    background-color: #ff3573;
    border: none;
    border-radius: 2px;
    display: block;
    width: auto;
    padding: 5px 30px;
    margin: 0px auto;
}

#message-modal {
    z-index: 17000;
}

#message-modal .modal-dialog {
    text-align: center;
    background-color: #f3f3f3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 0 10px #000;
}

#message-modal span {
    width: 500px;
    height: 15px;
    display: inline-block;
    border-radius: 2px;
    background-color: #ff3573;
    color: #555;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

div.ui-pnotify {
    width: 400px;
    opacity: 1 !important;
    display: block;
    right: 25px;
    top: 25px;
    z-index: 2147483647;
}

div.ui-pnotify .ui-pnotify-container {
    padding: 0;
    background: #ff6292;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    box-shadow: 0 6px 12px -3px #333;
}

div.ui-pnotify .ui-pnotify-title {
    padding: 18px 10px;
    font-size: 14px;
    text-shadow: none;
    color: #fff !important;
    margin: 0;
}

div.ui-pnotify .ui-pnotify-icon {
    text-shadow: none;
}

div.ui-pnotify .ui-pnotify-icon span {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin: 0px;
    padding: 7px 0 0 5px;
    text-shadow: none;
}

div.ui-pnotify .ui-pnotify-closer {
    padding: 5px 8px 0px 0px;
}

div.pickup-map-btn-container {
    width: 100%;
    text-align: center;
    /* padding: 10px 0; */
    /* margin-top: 10px; */
    float: left;
}

div.pickup-map-btn-container span {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 16px;
    color: #ff3572;
    border: 1px solid #ff3573;
    cursor: pointer;
}

div.pickup-map-btn-container span i {
    padding: 0;
    line-height: 32px;
    color: inherit;
    margin: 0 4px 0 0;
    font-size: 17px;
    display: inline-block;
    float: left;
}

div.pickup-map-btn-container span:hover {
    background-color: #ff3573;
    color: #fff;
}

div.pickup-map-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
}

body.show-pickup-map div.pickup-map-container {
    display: block;
}

div.pickup-map-wrapper {
    background-color: #fff;
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    box-shadow: 0 0 15px #000;
    padding: 10px;
}

div.pickup-map-wrapper span.pickup-map-closer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    z-index: 999;
    font-size: 26px;
}

div.pickup-map-wrapper span.pickup-map-closer:hover {
    color: #FFB830;
}

div.pickup-mapbox {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 320px;
    background-color: #eee;
}

div.pickup-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mapboxgl-canvas-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

div.pickup-map-list {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 310px;
    padding: 40px 0 0 0;
    overflow: hidden;
}

div.pickup-map-list h3 {
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 20px;
    color: #555;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
}

div.pickup-map-list h3 span {
    display: inline-block;
    float: left;
}

div.pickup-map-list h3 small {
    display: inline-block;
    line-height: 20px;
    margin: 5px 0 0 8px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    border-radius: 2px;
    background-color: #ddd;
    padding: 0 6px;
    float: left;
}

div.pickup-map-list h3 small:hover {
    color: #fff;
    background-color: #FFB830;
}

div.pickup-map-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    overflow-x: hidden;
}

div.pickup-map-list ul li {
    display: block;
    border-bottom: 1px dotted #ccc;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    padding-left: 40px;
}

div.pickup-map-list ul li.last {
    border: none;
}

div.pickup-map-list ul li span.idx {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 17px;
    color: #555;
    background-color: #ddd;
    border-radius: 50%;
    font-weight: bold;
}

div.pickup-map-list ul li:hover span.idx {
    background-color: #FFB830;
    color: #fff;
}

div.pickup-map-list ul li.hover span.idx {
    background-color: #FFB830;
    color: #fff;
}

div.pickup-map-list ul li.selected span.idx {
    background-color: #ff3573;
    color: #fff;
}

div.pickup-map-list ul li h5 {
    margin: 0;
    line-height: 1.2;
    font-size: 17px;
    color: #555;
    padding-bottom: 10px;
}

div.pickup-map-list ul li.selected h5 {
    color: #222;
}

div.pickup-map-list ul li p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.35;
    text-align: justify;
    color: #777;
}

div.pickup-map-list ul li p.memo {
    position: relative;
    padding-left: 68px;
}

div.pickup-map-list ul li span.pickup-time {
    font-size: 13px;
    color: #ff3573;
    line-height: 1.3;
    padding-left: 68px;
    position: relative;
    display: block;
    padding-top: 1px;
}

div.pickup-map-list ul li p.memo span.title,
div.pickup-map-list ul li span.pickup-time span {
    display: block;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    font-weight: bold;
}

div.marker {
    width: 24px !important;
    height: 24px !important;
    border-radius: 70% 70% 18px 18px;
    background-color: #999;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 8px #555;
}

.mapbox .marker {
    position: absolute;
}

div.marker:hover,
div.marker.hover {
    background-color: #FFB830;
}

div.marker.active {
    background-color: #ff3573;
}

div.marker span.marker-txt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    z-index: 2;
}

div.marker span.arrow {
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    border-top: 15px solid #999;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: none;
    position: absolute;
    margin-left: -11px;
    z-index: 1;
}

div.marker:hover span.arrow,
div.marker.hover span.arrow {
    border-top-color: #FFB830;
}

div.marker.active span.arrow {
    border-top-color: #ff3573;
}

#user_login .input-group-addon {
    width: 40px;
}

#user_login .input-group {
    width: 100%;
}

#user_login label.small {
    font-size: 13px;
    color: #777;
    font-weight: normal;
}

div.tour-detail-content ul.tour-desc-list li.benefits span.title {
    line-height: 34px;
}

div.tour-detail-content ul.tour-desc-list li.benefits div.desc {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
}

div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 15px 0 0;
}

div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

div.tour-detail-content ul.tour-desc-list li.benefits div.desc span.benefit span {
    font-size: 13px;
    color: #334;
}

div.tour-detail-content ul.tour-desc-list li.benefits div.desc a.benefit-more {
    text-decoration: none;
    font-size: 13px;
    color: #70a7f7;
    margin-left: 10px;
}
