
/* search panel */
.tabs-bd.a-search {
	padding: 23px 20px 17px 20px;
	width: 1160px !important;
}
.a-search #sform {
	margin-left: 0;
}
.a-search .minute .area {
	width: 148px;
}
.a-search .minute .area.cell-drop {
	width: 92px;
	position: relative;
    padding: 0 10px;
}
.a-search .minute .area.city-switch.left {
	margin-right: 45px;
}
.a-search .city-switcher {
	position: absolute;
    left: 300px;
    top: 0;
    cursor: pointer;
    background: #00ab6f;
    background: rgba(0, 171, 111, 0.7);
    color: white;
    width: 32px;
    text-align: center;
    z-index: 100;
}
.a-search .city-switcher .iconfont {
	font-size: 22px;
    line-height: 50px;
}
.a-search .i-drop {
	width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: black transparent transparent;
    z-index: 10;
}
.a-search .cell-drop.active .i-drop {
    border-width: 0 5px 5px;
    border-color: transparent transparent black;
}
.a-search .drop-list {
    position: absolute;
    width: 112px;
    top: 49px;
    left: -1px;
    height: initial;
    border: 1px solid #ccc;
    background: white;
    display: none;
}
.drop-list .item {
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #333;
}
.drop-list .item.current {
    background: #00ab6f;
    color: white;
}
.a-search .minute .cell.return {
    display: block;
}
.a-search .minute .cell.return input {
    color: rgb(175, 175, 175);
}
.a-search .minute .active {
    outline: 1px solid #00AC70;
    outline-offset: -2px;
}

/* display panel */
.m-panel-search {
    width: 750px;
    position: absolute;
    top: 110px;
    left: 91px;
    overflow: visible;
    margin-top: 20px;
    border: none;
    /* border: 1px solid #acacac;
    box-shadow: 0 0 16px 2px rgba(0,0,0,.2); */
}
.m-panel-search .p-date, .m-panel-search .p-city, .m-panel-search .p-city2 {
    width: 750px;
    border: 1px solid #acacac;
    box-shadow: 0 0 16px 2px rgba(0,0,0,.2);
}

/* 2023.07.21 解决线上各语言价格日历样式问题 start */
.m-panel-search .p-date {
    width: 771px;
}
.m-panel-search .p-date .u-cld-wrap {
    padding: 0 10px 0 0;
}
/* 解决线上各语言价格日历样式问题 end */

.border-panel-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent white;
    top: -10px;
    z-index: 100;
}
.border-panel-arrow.arrow-border {
    top: -11px;
    border-width: 0 11px 11px;
    z-index: 99;
    border-color: transparent transparent #acacac;
    border-color: transparent transparent rgba(0, 0, 0, 0.1);
}
.m-panel-search .p-city .border-panel-arrow {
    left: 62px;
}
.m-panel-search .p-city .border-panel-arrow.arrow-border {
    left: 61px;
}
.m-panel-search .p-city2 .border-panel-arrow {
    left: 272px;
}
.m-panel-search .p-city2 .border-panel-arrow.arrow-border {
    left: 271px;
}
.m-panel-search .p-date.date1 .border-panel-arrow {
    left: 452px;
    border-color: transparent transparent #f7f8fc;
}
.m-panel-search .p-date.date1 .border-panel-arrow.arrow-border {
    left: 451px;
}
.m-panel-search .p-date.date2 .border-panel-arrow {
    left: 632px;
    border-color: transparent transparent #f7f8fc;
}
.m-panel-search .p-date.date2 .border-panel-arrow.arrow-border {
    left: 631px;
}
.hotel-flight-arrival-city.m-panel-search .p-date.date1 .border-panel-arrow {
    left: 253px;
}
.hotel-flight-arrival-city.m-panel-search .p-date.date1 .border-panel-arrow.arrow-border {
    left: 252px;
}
.hotel-flight-arrival-city.m-panel-search .p-date.date2 .border-panel-arrow {
    left: 434px;
}
.hotel-flight-arrival-city.m-panel-search .p-date.date2 .border-panel-arrow.arrow-border {
    left: 433px;
}
.m-panel-search .p-date.date1 .border-panel-arrow.arrow-border,
.m-panel-search .p-date.date2 .border-panel-arrow.arrow-border {
    border-color: transparent transparent #acacac;
    border-color: transparent transparent rgba(0, 0, 0, 0.1);
}

.hotel-flight-arrival-city{left: 322px;}
.hotel-flight-arrival-city .p-city2 .border-panel-arrow { left:82px;}
.hotel-flight-arrival-city .p-city2 .border-panel-arrow.arrow-border { left:81px;}

/* datepicker */
.u-cld-panel {
    overflow: hidden;
}
.u-cld-head {
    font-size: 16px;
    color: #000;
    background: #f7f8fc;
}
.u-cld-wrap {
    padding: 0;
    width: 2660px;
    padding: 0 12px 0 0;
}

.u-cld-wrap .item {
    width: 380px;
    margin: 12px 0 10px;
}
.u-cld-body {
    margin: 0 10px 0 18px;
    width: 350px;
}
.u-cld-body th {
    font-size: 14px;
    font-weight: normal;
}
.p-date .m-date .main {
    background: #f7f8fc;
    height: 380px;
}
.u-cld-body th div {
    border-bottom: none;
}
.u-cld-body th, .u-cld-body td {
    height: 46px;
    background: #f7f8fc;
}
.u-cld-body td {
    padding: 0;
    width: 50px;
}
.u-cld-body td .day-body {
    background: white;
    width: 48px;
    height: 46px;
    margin: 1px auto;
    position: relative;
}
.u-cld-body .u-cld-start, .u-cld-body .u-cld-end, .u-cld-body td:hover {
    background: none;
}
.u-cld-body .u-cld-start .day-body, .u-cld-body .u-cld-end .day-body,
.u-cld-body td.u-cld-start:hover .day-body, .u-cld-body td.u-cld-end:hover .day-body {
    background: #00ab6f;
}
.u-cld-body .u-cld-disable.u-cld-start .day-body,
.u-cld-body .u-cld-disable.u-cld-end .day-body {
    background: white;
}
.u-cld-body .u-cld-duration .day-body,
.u-cld-body td:hover .day-body {
    background: #94dac3;
    color: white;
}
.u-cld-body .u-cld-duration .u-cld-price {
    color: white;
}
.u-cld-body .u-cld-disable {
    cursor: default;
    background: #f7f8fc;
}
.u-cld-body td.u-cld-disable:hover {
    background: white;
}
.u-cld-body td.u-cld-disable:hover .day-body {
    background: none;
    color: #c1c1c1;
}
.u-cld-body td .u-cld-day {
    position: absolute;
    left: 5px;
    top: 0;
}
.u-cld-body td .u-cld-price {
    position: absolute;
    right: 5px;
    bottom: 0;
    height: initial;
    color: #00ab6f;
}

/* 2024.01.03 外文网站二期，价格日历样式优化 start */
[lang="en"] .u-cld-body td .u-cld-price,
[lang="zh-HK"] .u-cld-body td .u-cld-price,
[lang="ko-KR"] .u-cld-body td .u-cld-price {
    right: 1px;
}
[lang="en"] .u-cld-body td .u-cld-price.is-otherLang,
[lang="zh-HK"] .u-cld-body td .u-cld-price.is-otherLang,
[lang="ko-KR"] .u-cld-body td .u-cld-price.is-otherLang {
    left: 50%;
    transform: translate(-50%);
    line-height: 14px;
    right: auto;
    /* 泰文价格日历显示不完整 */
    height: auto;
}
[lang="en"] .u-cld-body td .day-body,
[lang="zh-HK"] .u-cld-body td .day-body,
[lang="ko-KR"] .u-cld-body td .day-body {
    width: 56px;
    height: 50px;
}
[lang="en"] .m-panel-search .p-date,
[lang="zh-HK"] .m-panel-search .p-date,
[lang="ko-KR"] .m-panel-search .p-date {
    width: 870px;
}
[lang="en"] .m-panel-search,
[lang="zh-HK"] .m-panel-search,
[lang="ko-KR"] .m-panel-search,
[lang="en"] .search-form .p-date .m-date .main,
[lang="zh-HK"] .search-form .p-date .m-date .main,
[lang="ko-KR"] .search-form .p-date .m-date .main {
 
    width: 870px;
}
[lang="en"] .m-panel-search,
[lang="zh-HK"] .m-panel-search,
[lang="ko-KR"] .m-panel-search{
    width: 750px;
}
[lang="en"] .u-cld-wrap .item,
[lang="zh-HK"] .u-cld-wrap .item,
[lang="ko-KR"] .u-cld-wrap .item {
    width: 435px;
}
[lang="en"] .p-date .m-date .main,
[lang="zh-HK"] .p-date .m-date .main,
[lang="ko-KR"] .p-date .m-date .main {
    height: 420px;
}
[lang="en"] .u-cld-body,
[lang="zh-HK"] .u-cld-body,
[lang="ko-KR"] .u-cld-body {
    margin: 0 7px 0 8px;
    width: 420px;
}
[lang="en"] .m-panel-search .p-date .u-cld-wrap,
[lang="zh-HK"] .m-panel-search .p-date .u-cld-wrap,
[lang="ko-KR"] .m-panel-search .p-date .u-cld-wrap {
    padding: 0;
}

/* 2024.01.03 外文网站二期，价格日历样式优化 end */

/* 日文价格日历样式临时调整，疫情期间金额较高为6位数，原来的宽度和字体展示，十万位会在框外 start */
/* 如果后期疫情好转，价格下去，要恢复原样，注释调下面这部分即可 2022.3.15 */
.jp-body .m-panel-search .p-date {
    width: 771px;
}
.jp-body .u-cld-body {
    width: 352px;
}
.jp-body .u-cld-body td .u-cld-price {
    right: 1px;
}
.jp-body .u-cld-body .u-cld-price {
    font-size: 10px;
}
.jp-body .u-cld-body td .day-body {
    width: 50px;
    margin: 1px 1px 1px auto;
}
/* 日文价格日历样式临时调整 end */

.u-cld-body td .u-cld-price.high-light {
    color: orange;
}
/* 多语言兼容IOS系统PC价格日历背景色重叠问题 */
[lang="en"] .u-cld-body td,
[lang="en"] .u-cld-body .u-cld-disable,
[lang="zh-HK"] .u-cld-body td,
[lang="zh-HK"] .u-cld-body .u-cld-disable,
[lang="ko-KR"] .u-cld-body td,
[lang="ko-KR"] .u-cld-body .u-cld-disable {
    background: #f3f3f3;
}

.u-cld-m {
    position: absolute;
    background: white;
    width: 25px;
    height: 25px;
    z-index: 100;
    text-align: center;
    border: 1px solid #ddd;
    top: 12px;
    cursor: pointer;
    color: #00ab6f;
}
.u-cld-m:hover {
    border-color: #008856;
    background: #00ab6f;
    color: white;
}
.u-cld-m.disabled {
    color: white;
    background: #c1c5d1;
}
.u-cld-m.disabled:hover {
    border-color: #ddd;
    color: white;
    background: #c1c5d1;
}
.u-cld-m .iconfont {
    line-height: 25px;
    font-size: 14px;
}
.u-cld-prev-m {
    left: 20px;
}
.u-cld-next-m {
    right: 20px;
}

/* hotel checkin .. */
.hotel .p-date .m-date .main, .checkIn .p-date .m-date .main {
    width: initial;
}

/* flight search page */
.m-searcher .search-form {
    padding-left: 0;
    width: 1200px;
}
.m-searcher .cell.ori {
    margin-right: 30px;
}
.m-searcher .a-search .city-switcher {
    left: 285px;
}
.m-searcher .m-panel-search {
    top: 50px;
    margin-left: 0;
}
.search-form .p-date .m-date .main {
    /* width: 760px; */
    width: 771px;
}

.m-searcher .m-panel-search .p-city .border-panel-arrow {
    left: 32px;
}
.m-searcher .m-panel-search .p-city .border-panel-arrow.arrow-border {
    left: 31px;
}
.m-searcher .m-panel-search .p-city2 .border-panel-arrow {
    left: 222px;
}
.m-searcher .m-panel-search .p-city2 .border-panel-arrow.arrow-border {
    left: 221px;
}
.m-searcher .m-panel-search .p-date.date1 .border-panel-arrow {
    left: 392px;
}
.m-searcher .m-panel-search .p-date.date1 .border-panel-arrow.arrow-border {
    left: 391px;
}
.m-searcher .m-panel-search .p-date.date2 .border-panel-arrow {
    left: 562px;
}
.m-searcher .m-panel-search .p-date.date2 .border-panel-arrow.arrow-border {
    left: 561px;
}

/* popup city */
#popCity {
    /*border: 1px solid #acacac;*/
    box-shadow: 0 0 20px #e9eaed;
}
.popCity .u-citytip {
    width: 720px;
}


/*面包屑*/
.p-crumb { width:100%;padding:0; margin:0 0 15px 0;font-family:'Microsoft YaHei';font-size:14px;}
.p-crumb li { list-style:none;float:left;margin-left:10px;font-family:'Microsoft YaHei';font-size:14px;color:#6b6b6b;}
.jp-body .p-crumb,
.jp-body .p-crumb li { 
    font-family: Meiryo !important; 
}
.p-crumb .active { color:#afafaf;}
.p-crumb li a { text-decoration:none;}
.p-crumb li h1 { display: inline;font-size: 14px;font-weight: normal;}
.p-crumb .active a { color:#afafaf;}
.p-crumb li span { margin-right:5px;}

@media (max-width: 767px), (max-device-width: 767px) {
    .u-cld-wrap {
        width: initial;
        padding: 0;
    }
    .u-cld-wrap .item {
        margin: 0;
        width: 100%;
    }
    .u-cld-body td .day-body {
        width: initial;
        height: 1.34rem;
        margin: .03rem;
    }
}



