body {
    /* background: #dcdcdc; */
}

em,
i {
    font-style: normal;
}

.contentBox {
    /* margin-bottom: 1rem; */
    background: #f8f8f8;
}


/* 头部 */

.brandHeardCon {
    height: 3.5rem;
    background: white;
    position: relative;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.286rem;
    color: #000000;
    font-weight: 600;
    box-shadow: 0 0 10px #dcdcdc;
}

.hotelBackBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotelBackBox>img {
    height: 1.3rem;
    transform: rotate(180deg);
}


/* 字体图标设置  以上部分可以删  */

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


/* 热门酒店部分  */
.hotHotelBox {
    padding-bottom: 3.5rem;
}

.hotHotelTitleBox {
    padding: .83333rem 0;
    padding-right: 1.3rem;
    /* padding-left: 0.8rem; */
    color: #444444;
    position: relative;
    overflow: hidden;
    line-height: 2.1rem;
}

.hotHotelTitle {
    font-size: 1.2rem;
    margin: 0px;
    text-align: left;
    position: relative;
    color: rgb(68, 68, 68);
    padding-left: .8rem;
    float: left;
}

.hotHotelTitle:before {
    content: "";
    position: absolute;
    background: #FF8000;
    width: 3px;
    height: 1.2rem;
    margin-top: .47rem;
    left: 0;
}
.introduct_list .cellIndexBox{
    height: 6.3rem;
    padding: 0 .64rem;
    justify-content: space-between;
}

.introduct_list .cellIndex{
    background: white;
    position: relative;
    margin-bottom: 15px;
}
.introduct_list .cellIndexBoxTitle {
    display: flex;
    justify-content: space-between;
    margin: .3rem 0;
}

.introduct_list .cellIndexBoxPrice{
    display: flex;
    align-items: baseline;
}
.introduct_list .cellIndexBoxPrice>p {
    font-size: 1.0rem;
    color: #FF8000;
    line-height: 2.1rem;
}
.introduct_list .cellIndexBoxPrice>h3 {
    font-size: 1.3rem;
    color: #FF8000;
    font-weight: 600;
}
.introduct_list .cellIndexBoxTitle>p {
    padding-top: .2rem;
    line-height: 2.1rem;
    font-size: 1.1rem;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
    font-weight: 600;
}
.cellIndexBoxPrice .hotel_list_load{
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
.introduct_list .cellIndexBoxPrice>div {
    font-size: 0.9rem;
    color: #989898;
    line-height: 2.1rem;
}
/* 日历和搜索 */

.journSearch {
    width: 96%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    height: 42px;
    margin: 10px 0 10px 2%;
}

.journBar {
    width: 7rem;
    height: 100%;
    padding: 0 2%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
}

.journBar>div {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 16px;
    display: inline-flex;
    align-items: center;
}
.journBar>div>label {
    max-width: 25%;
    font-size: .75rem;
}
.journBar>div>input {
    max-width:74%;
    margin-left: 2%;
    border: none;
    color: #FF8000;
    line-height: 1rem;
    font-size: .75rem;
}
#datepicker {
    margin: 0rem 0 0;
    width: 100%;
}

.searchBar {
    width: 48%;
    background: #FFFFFF;
    height: 100%;
    position: relative;
    padding-left: .1rem;
    line-height: 42px;
    display: flex;
    align-items: center;
}
.searchBar >.icon{
    font-size: 1.3rem;
}
.searchBar::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #dcdcdc;
    position: absolute;
    top: 10px;
    left: -0.8rem;
}
.search_filter{
    flex: auto;
    text-align: center;
    line-height: 42px;
    color: #ff8000;
}
.filter_stamp {
    background: #FF8000;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: .75rem;
    color: #fff;
    margin: 0 1px;
    padding: 2px;
    line-height: 13px;
}
.searchBar>div {
    border: none;
    padding-left: 6px;
}
/* 列表样式开始 */

.listContent {
    width: 96%;
    margin-left: 2%;
}
.listContent .cellIndex {
    background: white;
    position: relative;
    margin-bottom: 15px;
}

/* 推荐别墅开始 */
.introductions {
    display: none;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 6rem;
}

.introduct_marker {
    justify-content: center;
    display: flex;
    position: relative;
}

.introduct_marker>b:nth-child(1) {
    width: 22%;
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
}

.introduct_marker>b:nth-child(3) {
    width: 22%;
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    position: absolute;
    right: 0;
    top: 0;
}

.introduct_marker>span {
    line-height: 22px;
    height: 22px;
    font-size: 1rem;
    color: #AFAFAF;
}

.introduct_list {
    /* 列表样式 */
}

.cell_index {
    margin-bottom: 0.8rem;
    background: #fff;
}

.cell_index .pic_index {
    max-height: 17rem;
    position: relative;
    overflow: hidden;
    height: 17rem;
}

.cell_index .pic_index>img {
    width: 100%;
    height: 100%;
}

.villasDetail {
    background: #fff;
}

.villasDetailPriceBox {
    border-bottom: 1px solid #DCDCDC;
    padding: 0 2%;
}

.PriceBoxAera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    color: #444;
    margin-top: .6rem;
    margin-bottom: .2rem;
    height: auto;
}

.PriceBoxAeraL .villasTitle {
    font-size: 1.3rem;
    font-weight: 500;
}

.PriceBoxAeraL .posit {
    font-size: 1rem;
}

.PriceBoxAeraR>h4 {
    font-size: 1rem;
    color: #444;
}

.PriceBoxAeraR>h4>span {
    color: #FF8000;
}

.PriceBoxAeraR>h4>.sumPrice {
    font-size: 1.3rem;
    color: #FF8000;
}

.immediately {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5rem;
}

.newGet {
    background: #f5ddc1;
    color: #FF8000;
    background-image: url(/statics/web/europe/images/m_icon_merge.svg?v=002);
    background-size: 21.714rem 66.714rem;
    background-position: .5rem -31.5rem;
    padding-left: 1.5rem;
    padding-right: .5rem;
    margin-left: 1rem;
}

.villasRquipmentBox {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: .5rem 2%;
    color: #444444;
}

.villasRquipment {
    display: flex;
    align-items: center;
}

.villasRquipment div {
    display: inline-block;
    margin: 0 0 5px .1rem;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #444;
}

.villasRquipment .pool_icon {
    height: 1.8rem;
    padding-left: 2rem;
    background-image: url(/statics/web/europe/images/m_icon_merge.svg?v=002);
    background-size: 19.54rem 60.04rem;
    background-position: 0 -40.25rem;
}

.villasRquipment .bedroom_icon {
    height: 1.8rem;
    padding-left: 2rem;
    margin-right: .5rem;
    background-image: url(/statics/web/europe/images/m_icon_merge.svg?v=002);
    background-size: 19.54rem 60.04rem;
    background-position: 0 -43.8rem;
}

.villasRquipment .piscina_icon {
    height: 1.8rem;
    padding-left: 2rem;
    margin-right: .5rem;
    background-image: url(/statics/web/europe/images/m_icon_merge.svg?v=002);
    background-size: 19.54rem 60.04rem;
    background-position: 0 -36.25rem;
}

.villasRquipmentComment span {
    font-size: 1.1rem;
    line-height: 2.1rem;
}


/* 底部tab页 */

.bottomTab {
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 100%;
    height: 5rem;
    z-index: 2;
}
.bottomTab svg{
    font-size: 1.2rem;
}
.bottomTab .icon-sort{
    font-size: 1.4rem;
}
.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);

}
.bottomTab_active {
    color: #FF8000;
}

.bottomTab>ul {
    width: 90%;
    padding: 0 5%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
}

.bottomTab>ul>li {
    text-align: center;
    width: 35%;
    padding-top: 1rem;
}

.bottomTab>ul>li label {
    text-align: center;
}
.bottomTab>ul>li>div:nth-child(1)>p{
    font-size: 0.857rem;
}

/* 品牌隐藏列表 */

.m_brund_posi {
    background: #f8f8f8;
    position: fixed;
    left: 0rem;
    bottom: -30rem;
    display: block;
    flex-direction: column;
    width: 100%;
    z-index: 3;
}

.m_brund_posi .swiper-slide>ul {
    width: 100%;
    padding: 5% 0 5% 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.m_brund_posi .swiper-slide>ul>li {
    float: left;
    width: calc(33.3% - 2%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1%;
    background: #FFFFFF;
    padding: 0.2rem 0 0.4rem 0;
    border: 1px solid #FFFFFF;
    margin-bottom: 8px;
    border: 1px solid #FFFFFF;
}

.m_brund_default {
    color: #B08855;
}

.m_brund_posi_swiper .m_brund_swiper_hint {
    line-height: 5rem;
    text-align: center;
    width: 100%;
    color: #d1d1d1;
}

.m_brund_default>em {
    display: inline-block;
    width: 6rem;
    height: 3.2rem;
}
.m_brund_default>span>em{
    font-size: .857rem;
    text-align: center;
    display: inline-block;
}
.m_brund_default>em>img {
    max-width: 100%;
    height: 100%;
}

.m_brund_default .default_icon {
    color: #FF8000;
}

.m_brund_active .triangle {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent #FF8000 transparent;
    position: absolute;
    bottom: -5px;
    right: -5px;
    transform: rotate(135deg);
}

.m_brund_active {
    border: 1px solid #FF8000 !important;
    position: relative;
}

.m_brund_posi .swripter>span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #B08855;
}

.m_brund_set {
    display: flex;
    width: 100%;
    background: #ffffff;
}

.m_brund_set>span {
    width: 50%;
    color: #FF8000;
    text-align: center;
    line-height: 2.7rem;
}
.m_brund_set>span:nth-child(1){
    color: #4A4A4A;
}
.m_brund_set .m_brund_set_span_active{
    color: #FF8000 !important;
}

.m_brund_set_active {
    background-color: #FF8000;
    color: #ffffff !important;
}

.m_brund .m_brund_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 地区隐藏列表 */

.m_area_posi {
    background: #FFFFFF;
    position: fixed;
    left: 0rem;
    /* bottom: 5rem; */
    bottom: -50rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.m_area_posi>.swripter {
    box-shadow: 0 -1px 5px #dcdcdc;
}

.m_area_posi>.swripter span {
    padding: 0 .5rem;
    display: inline-block;
    line-height: 3rem;
}

.m_area_posi>.swripter span>em {
    display: inline-block;
    margin: 0 1rem;
    padding-bottom: .1rem;
    font-size: 14px;
    color: #4A4A4A;
    border-bottom: 2px solid #ffffff;
}

.m_area_posi_swiper {
    width: 100%;
}

.m_area_posi>.swripter .swripter_span {
    color: #FF8000 !important;
    border-bottom: 2px solid #FF8000 !important;
}

.swiper-pagination-bullet-active {
    background: #FF8000 !important;
}

.m_area_posi .m_area_swiper {
    width: 96%;
    margin-left: 2%;
    padding: 2% 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.m_area_swiper_box {
    height: 8.6rem;
    overflow: hidden;
    margin-bottom: .5rem;
}

.m_area_swiper_auto {
    height: auto !important;
}

.swiper-slide-2,
.swiper-slide-3,
.swiper-slide-4,
.swiper-slide-5 {
    display: none;
}

.show_more {
    display: flex;
    justify-content: center;
    /* line-height: 2rem; */
    margin-bottom: .5rem;
}

.show_more>span {
    padding: .2rem 1rem;
    background: #FF8000;
    color: #ffffff;
}

.m_area_posi .m_area_swiper>li {
    height: 2.2rem;
    background: #f8f8f8;
    /* border-radius: 15px; */
    line-height: 2.2rem;
    float: left;
    width: calc(33.2% - 2%);
    margin-bottom: .5rem;
    margin-right: .4rem;
    border: 1px solid #f8f8f8;
}

.m_area_posi .m_area_swiper>li a {
    color: #4A4A4A;
}

.m_price_posi {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: -30rem;
    display: flex;
    /* flex-direction: column; */
    width: 100%;
}

.m_price_posi>ul {
    width: 98%;
    margin-left: 2%;
    /* padding: 4% 0; */
    /* display: flex; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
}

.m_price_posi>ul>li {
    height: 3.0rem;
    border-bottom: 1px solid #DCDCDC;
    line-height: 3.0rem;
    font-size: 14px;
    color: #4A4A4A;
    float: left;
    width: 100%;
    text-align: center;
}

.m_price_posi_active {
    color: #FF8000 !important;
}

.m_sort_posi {
    position: fixed;
    background: #f8f8f8;
    left: 0rem;
    bottom: -30rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.m_sort_posi>ul {
    width: 98%;
    margin-left: 2%;
    padding: 2% 0;
}

.m_sort_posi>ul>li {
    line-height: 3rem;
    text-align: center;
}

.m_sort_active {
    color: #FF8000;
}


/* 列表公共部分 */

.cellIndexTemperature {
    width: 6.296rem;
    height: 2.296rem;
    line-height: 2.296rem;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    font-size: 1.1rem;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.cellIndex>a{
    position: relative;
}
.destiation_name{
    position: absolute;
    left: .8rem;
    bottom: .5rem;
    color: #fff;
    display: block;
    width: 16rem;
    font-size: 1rem;
}
/* 2019-3-8 15:46:39 new */
.discount_info{
    /* width: 8.7rem; */
    line-height: 2rem;
    font-size: 0.875rem;
    position: absolute;
    left: .5rem;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    z-index: 2;
    text-align: center;
    display: inline-table;
    padding: 0 0.3rem;
}
.cellIndex .listSvip,.cellIndex .listSvipSm{
    line-height: 2rem;
    font-size: 0.875rem;
    position: absolute;
    left: 0.5rem;
    top: -0.3rem;
    color: #ffffff;
    z-index: 2;
    text-align: center;
}
.cellIndex .listSvip{
    width: 8rem;
}
.cellIndex .listSvipSm{
    top: -0.3rem;
    width: 5rem;
}
.cellIndex .listSvip .svipIcon,.cellIndex .listSvipSm .svipIcon{
    /* background-image: url(/statics/web/hotel/list/img/listicon.png); */
    height: 2rem;
    background-size: 100% 100%;
}
.cellIndex .listSvip .svipIcon{
    width: 8.4rem;
}
.cellIndex .listSvipSm .svipIcon{
    width: 5.4rem;
    background-size: 100% 100%;
}
.cellIndex .listSvip span,.cellIndex .listSvipSm span{
    background: rgba(0, 0, 0, .4);
    height: 2rem;
    display: block;
}
.cellIndex .listSvip span{
    width: 8rem;
}
.cellIndex .listSvipSm span{
    width: 5.2rem;
}
/* 结束 */ 
.cellIndex>a>img {
    min-width: 100%;
    max-width: 100%;
    height: 15rem;
    display: block;
}

.cellIndexBox {
    padding: 0 .64rem;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.cellIndexBoxTitle {
    display: flex;
    justify-content: space-between;
    margin: .3rem 0;
}
.hotel_logo{
    height: 2.6rem;
}
.hotel_logo>img{
    max-width: 100%;
    height: 100%;
}
.cellIndexBoxTitle>p {
    padding-top: .7rem;
    line-height: 2.1rem;
    font-size: 1.1rem;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
    font-weight: 600;
}
.cellIndexBoxTitle>.hotel_name>p {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}
.cellIndexBoxTitle>.hotel_name>p:last-child {
    color: #999;
    font-size: .857rem;
}

.cellIndexBoxPrice>p {
    font-size: 1.0rem;
    color: #989898;
    height: 2.1rem;
    text-align: right;
    line-height: 2.1rem;
}
.cellIndexBoxPrice>.hintstr{
    padding: .1rem .4rem;
    color: #9B9B9B;
}

.cellIndexBoxPrice>p>span {
    text-decoration: line-through;
}

.cellIndexBoxPrice>p {
    font-size: 1.0rem;
    color: #FF8000;
    line-height: 2.1rem;
}

.cellIndexBoxPrice>h3 {
    font-size: 1.3rem;
    color: #FF8000;
    font-weight: 600;
}

.cellIndexBoxPrice>div {
    font-size: 0.9rem;
    color: #989898;
    line-height: 2.1rem;
}

#ui-datepicker-div {
    left: 0 !important;
}
.cellIndexCountry {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cellIndexCountry em {
    font-size: .7rem;
    color: #000000;
}

.cellIndexCountry>span{
    color: #999;
    font-size: .857rem;
    width: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cellIndexCountry div em:nth-child(1) {
    display: inline-block;
    padding: 1px 7px;
    font-size: .758rem;
    color: #D83829;
    background: rgba(216, 56, 41, 0.20);
    border-radius: 2px;

}
.datepickerBox{
    position: relative;
    display: none;
}

.cellIndexCountry div em:nth-child(2) {
    display: inline-block;
    padding: 1px 7px;
    font-size: .758rem;
    color: #4A90E2;
    background: rgba(74, 144, 226, 0.20);
    border-radius: 2px;
}

.cellIndexCountry div em:nth-child(3) {
    display: inline-block;
    padding: 1px 7px;
    font-size: .758rem;
    color: #FF8000;
    background: rgba(255, 128, 0, 0.20);
    border-radius: 2px;
}
.cellIndexCountry div em:nth-child(4) {
    display: inline-block;
    padding: 1px 7px;
    font-size: .758rem;
    color: #7ED321;
    background: rgba(126, 211, 33, 0.20);
    border-radius: 2px;
}
.cellIndexCountry_r{
    display: inline-block;
    flex-direction: column;
    align-items: flex-end;
}
.cellIndexOrder>span{
    background: #ff8000;
    border-radius: 30px;
    color: white;
    padding: 0 5px;
    font-size: .714rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-left: .1rem;
    margin: 0 0.2rem;
}
.cellIndexOrder{
    display: flex;
    justify-content: flex-end;
    margin-top: -0.5rem;
}
.cellIndexOrder .explain{
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    display: inline-block;
    font-size: 0.55rem;
}
.cellIndexCountry_r .cellIndexBoxPrice{
    line-height: 2.1rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
/* 下拉加载 */

#h_loadMore {
    text-align: center;
    border-top: 1px solid #eee;
    width: 80%;
    margin-left: 10%;
    padding-top: 2rem;
    margin-bottom: 6rem;
    display: none;
}

/* loading */
.loading{
    width: 40px;
    height: 5px;
    margin: 0 auto;
}
.loading span{
    display: inline-block;
    width: 5px;
    height: 100%;
    margin-right: 5px;
    background: #FF8000;
    -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child{
    margin-right: 0px;
}
/* 星星评级 福布斯 */
.borbesStar1{
    background: url(/statics/web/hotel/list/img/listStar1.png) no-repeat center center;
    background-size: cover;
}
.borbesStar2{
    background: url(/statics/web/hotel/list/img/listStar2.png) no-repeat center center;
    background-size: cover;
}
.borbesStar3{
    background: url(/statics/web/hotel/list/img/listStar3.png) no-repeat center center;
    background-size: cover;
}
.borbesStar4{
    background: url(/statics/web/hotel/list/img/listStar4.png) no-repeat center center;
    background-size: cover;
}
.borbesStar5{
    background: url(/statics/web/hotel/list/img/listStar5.png) no-repeat center center;
    background-size: cover;
}
.starRate{
    width: 3.3rem;
    height: 3.5rem;
    position: absolute;
    bottom: 7.5rem;
    right: 0.8rem;
    z-index: 0;
    display: block;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}

/* loading */
.submitLoading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999999;
    display: none;
}

.submitLoadingCon{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submitLoadingCon>div{
    min-width: 200px;
    background: #ffffff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    box-shadow: 0 0 5px #dcdcdc;
}
.submitLoadingCon>div>p{
    display: inline-block;
    padding: 5px 5px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
}

.spinner {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #ff8000;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  .circle1 { top: 0; left: 0; }
  .circle2 { top: 0; right: 0; }
  .circle3 { right: 0; bottom: 0; }
  .circle4 { left: 0; bottom: 0; }

  .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }

  .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }

  .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }

  .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }

  .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }

  .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }

  .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  .hotellistpopup_mask{
    position: fixed;height: 100%;
    width: 100%;top:0px; left: 0px; bottom: 0px; right: 0px; background: rgba(0, 0, 0, 0.5); animation: floatUp 450ms ease-in-out 0s 1 normal none running; z-index: 3001;
    display: none;
  }
  .lt-flex{ display: -webkit-box; display: -webkit-flex; display: flex; }
  .lt_layer{padding:0 0.8rem;position:fixed;bottom: 0;left:0;right:0;z-index:3000;background:#fff;    min-height: 14.2rem;}
  .lt_header{display:flex;position:relative;text-align:center;justify-content: space-between;align-items:center;height:2.7rem;}
  .lt_desc{font-size: 0.8rem;color: #333;font-weight: 600;}
  .lt_close_icon{position:relative;display:inline-block;width:1.1rem;height:1.1rem;border:1px solid #333;border-radius:50%;}
  .lt_close_icon:before,.lt_close_icon:after{  width: 1px; height: 0.7rem; content: "";position: absolute;left: 50%;top: 50%;background: #333;margin: -0.25rem 0 0 0; margin-top: -0.35rem;}
  .lt_close_icon:after{webkit-transform: rotate(-45deg);  transform: rotate(-45deg);}
  .lt_close_icon:before{webkit-transform: rotate(45deg);  transform: rotate(45deg); }
  .lt_content{font-size: 0.65rem;color: #333333;}
  .lt_layer_top{text-align: right;margin-top: 0.8rem;}
  .lt-dashed{border-bottom: 1px dashed #ccc; height: 1px; width: 100%; position: absolute;bottom: 0.5rem;}
  .lt-left{ padding-right: 0.2rem;background-color: #fff;z-index: 2;}
  .lt-right{ padding-left: 0.2rem;background-color: #fff;z-index: 2;}
  .lt_layer_wrap{justify-content: space-between;font-size: 0.7rem;margin-top: 0.8rem;position:relative;}
  .lt_layer_btn{color:#fff;font-size:0.8rem;background-color: #ff8000;text-align: center;border-radius: 1.1rem;padding:0.7rem 0;position:absolute;bottom:2rem;left:1.2rem;right:1.2rem;}
  .del2{ font-size:0.7rem;color:#333;position: relative;}
  .del2:after{position:absolute;left:0;bottom:45%;width: 100%;content: " ";height:1px;background-color: #333}
  /*价格*/
  .price { color: #ff8000; font-size: 1rem; font-weight: 700; line-height: 0.85 }
  .price small { font-size: 0.5rem; font-weight: 400; padding-right: 0.15rem; }
  .price span{ font-size:1rem;}
  .price .price-star { font-size: 0.6rem;padding-left: 0.15rem;color:#999; }
  .c-fee{color: #ff8000;  font-size:0.55rem;}

  .formittedTouchMove{
    overflow: hidden;
    position:fixed;
    width:100%;
  }
  .sl_icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
  .discount_stick>p>span{
        display: inline-block;
        padding: 3px 7px;
        margin-right: 4px;
        font-size: 12px;
        color: #fff;
        background-image: linear-gradient(to left, #B28B58, #D5B788);
        border-radius: 4px 0 0 0;
    }
    .discount_stick .discount_morestick{
        float: right;
        line-height: 20px;
        font-size: 12px;
        color: #ff8000;
    }
    .discount_stick .add_stick_P{
        display: inline-block;
    }
  @keyframes floatUp{
    0%{ opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes dl-fadeInUp {
    from { -webkit-transform: translate3d(0, 100%, 0); }
    to { -webkit-transform: translate3d(0, 0%, 0); }
  }
  /* 浮层动画 */
  .aminationUp{animation:dl-fadeInUp 450ms ease-in-out;}
  /*.aminationDown{animation:floatDown 200ms ease-in-out;}*/ 

  @-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
  }

  @keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }