@charset "utf-8";
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,
b,
u,
i,
center,
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-size: 100%;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}


/* Remove annoying border on linked images. */

a,
img {
    border: none;
    text-decoration: none;
    outline: 0;
}


/* Remember to define your own focus styles! */

:focus {
    outline: 0;
}


/* #Clearing
================================================== */


/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.pngfix {}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}


/*==============通用=================*/

@media (min-width: 320px) {
    html {
        font-size: 12px !important;
    }
}

@media (min-width: 360px) {
    html {
        font-size: 13px !important;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 14px !important;
    }
}

@media (min-width: 420px) {
    html {
        font-size: 15px !important;
    }
}

@media (min-width: 500px) {
    html {
        font-size: 18px !important;
    }
}

@media (min-width: 600px) {
    html {
        font-size: 20px !important;
    }
}

@media (min-width: 700px) {
    html {
        font-size: 25px !important;
    }
}

.animate {
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.animate1 {
    -moz-transition: all 0.1s ease 0.3s;
    -webkit-transition: all 0.1s ease 0.3s;
    -o-transition: all 0.1s ease 0.3s;
    transition: all 0.1s ease 0.3s;
}

input:focus {
    outline: none;
}


/* font-size */

.sn-fz10 {
    font-size: .8rem;
}

.sn-fz12 {
    font-size: 1rem;
}

.sn-fz14 {
    font-size: 1.1rem;
}

.sn-fz16 {
    font-size: 1.15rem;
}

.sn-fz18 {
    font-size: 1.4rem;
}

.sn-fz20 {
    font-size: 1.5rem;
}

.sn-fz26 {
    font-size: 2.1rem;
}

.sn-fz32 {
    font-size: 2.8rem;
}

.sn-fbw {
    /*font-weight: 600;*/
}

.ab-r {
    position: relative;
    height: 64%;
    overflow: hidden;
}

.sn-c777 {
    color: #777;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sn-cff8 {
    color: #ff8000
}

.contentBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Hiragino Sans GB","微软雅黑","华文细黑",STHeiti,"Microsoft YaHei",SimHei,sans-serif !important;
}

.autoList {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 3.143rem;
    left: 0;
    box-shadow: 0 0 5px #dcdcdc;
}

.autoList>ul>li {
    line-height: 3rem;
    padding-left: .5rem;
    border-bottom: 1px solid #dcdcdc;
}


.destinationBoxWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background: #fff;
    overflow: auto;
    display: none;
}

.destinationHeard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 10;
}

.destinationHeardNull {
    height: 3.5rem;
}

.hotelBackBox ,.conditionsOccupancyBackBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotelBackBox>img,.conditionsOccupancyBackBtn >img {
    height: 1.3rem;
    transform: rotate(180deg);
}

.destinationHeardBackBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destinationHeardBackBtn>img {
    height: 1.3rem;
    transform: rotate(180deg);
}

.destinationSearchBox {
    width:94%;
    margin: 3% 0 0 3%;
    display: flex;
    align-items: center;
    background: white;
    height: 3.143rem;
}

.destinationSearchBoxImg {
    width: 1.43rem;
    position: absolute;
    left:1.5rem;
    /* padding: 0 1.5rem; */
}

.destinationSearchBoxInput {
    background: #f9f9f9;
    font-size: 1.1rem;
    color: #9B9B9B;
    height: 3rem;
    width: 84%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 40px;
}
.cloesLayer{
    display: block;
    width: 15%;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 14px;
    color: #FF8000;
}
.autoList{
    width:94%;
    margin: 0 0 0 3%;
    position: absolute;
    left: 0;
    top: 3.9rem;
    z-index: 1;
    /* display: none; */
}
.autoList li {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    padding-left: 15px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #E5E5E5;
    border-top: none;
}
.destinationHot {
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}

.destinationHot>p {
    font-size: 1rem;
    color: #4A4A4A;
    padding-bottom: .5rem;
}

.destinationHotBox {
    display: flex;
    flex-wrap: wrap;
}

.destinationHotCell {
    width: 5.71rem;
    margin: 0 1%;
    height: 2rem;
    background: white;
    line-height: 2rem;
    text-align: center;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FDF1E5;
    border-radius: 15px;
    font-size: .857rem;
    color: #4A4A4A;
}
.isVillaBox{
    display: none;
}
.destinationTab {
    width: 94%;
    margin: 0 auto;
}

.destinationTabHeader {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 1rem 0 1rem .5rem;
}

.destinationTabHeaderCell {
    border-bottom: 1px solid #f9f9f9;
    font-size: 1rem;
    color: #4A4A4A;
    border-left: 3px solid #fff;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    width: 6rem;
}

.destinationTabHeaderCellActive {
    color: #FF8000;
    border-left: 3px solid #FF8000;
    background: #f9f9f9;
}

.destinationTabConCell {
    /* display: flex; */
    flex-wrap: wrap;
    display: none;
}
.destinationTabConTitel{
    margin: 1rem 0;
    font-size: 1.1rem;
    color: #444444;
    font-weight: 600;
}
.destinationTabConTitel>span
{
    float: right;
    color: #ff8000;
    font-size: .857rem;
}
.destinationTabConCellActive {
    display: flex;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
}

#ui-datepicker-div {
    left: 0 !important;
}

/* 自定义alert框 */
.alertMessage{
    display: block;
    width: 60%;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 20%;
    top: 30%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
    transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
    overflow: hidden;
    z-index: 20;
}
.alertMessage>h4{
    font-size: 1.2rem;
    font-weight: 600;
    color: #e6a23c;
    text-align: center;
    line-height:20px;
}
.alertMessage>p{
    margin-top: .57rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}
.hotelList{
    width: 100%;
}
/* 2019-3-12 10:52:34 new */
.hotelDestination{
    width: 100% !important;
    position: fixed;
    top: 4.6rem;
    left: 0;
    background: #f9f9f9;
    bottom: 0;
}
.hotelDestinationTabHeaderHeight{
    position: fixed;
    width: 6rem;
    left: 0;
    bottom: 0;
    top: 4.6rem;
    background: #fff;
}
.hotelDestinationTabHeader{
    position: relative;
    left: 0;
    align-items: center;
    background: #fff;
    height: 100%;
    display: inline !important;
    margin: 0 !important;
}
.hotelDestinationTabCon{
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 6.5rem;
    overflow-y: scroll;
    height: 100%;
    box-sizing: border-box;
}
.hotelNameList,.thisAllName{
    display: flex;
    flex-wrap: wrap;
}
.hotelHistoryList{
    display: none;
    width: 100%;
}
.hotelNameList .hotelMiniName,.hotelNameList .hotelName,.hotelList .hotelName{
    vertical-align: middle;
    width: 5.7rem;
    height: 2.6rem;
    background: #fff;
    padding: 0.2rem;
    text-align: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    justify-content: center;
}
/* .hotelNameList .hotelMiniName{
    font-size: 0.75rem;
}
.hotelNameList .hotelName{
    line-height: 2.6rem;
} */
.hotelAllName label,.hotelTitle label{
    font-size: 0.875rem;
    padding-left: 0.5rem;
    border-left:2px solid #444;
    height: 1rem;
    line-height: 1rem;
}
.hotelHistory,.hotelTitle{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.hotelAllName .clearHotelHistory{
    color: #FF8000;
    font-size: 0.875rem;
    margin-right: 1.3rem;
    line-height: 1rem;
    height: 1rem;
}
