@charset "utf-8";
body{
    background-color: #0262af;
}
.float-nav-box{
    width: 100%;
    height: 1.06rem;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.float-nav {
    padding: 0 0 0 0.56rem;
    height: 1.06rem;
    background: #fff;
}
.fxd {
    position: fixed !important;
    top: 0;
    left: 50% !important;
    margin-left: -5rem !important;
    z-index: 999 !important;
    width: 10rem !important;
}
.float-nav li{
    float: left;
    margin: 0 0.56rem 0 0;
    width:auto !important;
}
.float-nav li a{
    display: block;
    color: #969696;
    font-size: 0.3733rem;
    height: 1.06rem;
    line-height: 1.06rem;
}
.float-nav li.on a{
    display: block;
    color: #23afff;
    border-bottom: 0.04rem solid #23afff;
}

/*banner*/
.banners{
    width:100%;
    height: 6.1333rem;
}
.banners>a{
    display: block;
}
.banners>a img {
    display: block;
    width: 100%;
}

/* 公共代码 */
.float-contents{
    width: 10rem;
}
.float-item{
    width: 100%;
    padding-top: 0.8rem;
}
.float-item:last-child{
    padding-bottom: 0;
}
.float-item-tit{
    width: 10rem;
    height: 0.75rem;
    text-align: center;
    overflow: hidden;
}
.float-item-tit .bt{
    display: inline-block;
    position: relative;
    padding: 0.02rem 0.4rem;
    background-color: #ffd739;
}
.float-item-tit .bt strong{
    display: block;
    max-width: 4.866rem;
    font-size: 0.42667rem;
    color: #b4920c;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.float-item-tit .bt:before,
.float-item-tit .bt:after{
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 2.66rem;
    height: 0.75rem;
}
.float-item-tit .bt:before{
    left: -2.4rem;
    background: url("../images/float-tit-ico-left.png") no-repeat;
    background-size: contain;
}
.float-item-tit .bt:after{
    right: -2.4rem;
    background: url("../images/float-tit-ico-right.png") no-repeat;
    background-size: contain;
}
.float-item-con{
    padding: 0.28rem 0.266rem 0;
}
.float-item-con .float-con-msg{
    font-size: 0.32rem;
    color: #dcf7ff;
    line-height: 0.50666rem;
    text-align: center;
    margin-bottom: 0.24rem;
}

.float-product-list{

}
.float-product-list ul{

}
.float-product-list ul li{
    float: left;
    width: 4.6rem;
    margin: 0 0.266rem 0.266rem 0;
    background-color: #fff;
}
.float-product-list ul li:nth-of-type(2n){
    margin-right: 0;
}

.float-product-list ul li>a{
    display: block;
}
.float-product-list ul li .pic{
    width: 4.6rem;
    height: 3.133rem;
    background-color: #e7e7e7;
    position: relative;
    overflow: hidden;
}
.float-product-list ul li .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.float-product-list .pic .pic-data{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5334rem;
    background: url("../images/data-info-bg.png") repeat-x;
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
}
.float-product-list .pic .pic-data>.item{
    width: 50%;
    text-align: center;
}
.float-product-list .pic .pic-data>.item>span{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    display: inline-block;
    width: 4.6rem;
    height: 1.0668rem;
    text-align: center;
    font-size: 0.5334rem;
    color: #fff;
    line-height: 1.0668rem;
}
.float-product-list ul li .info{
    padding: 0.08rem 0.16rem 0.16rem;
}
.float-product-list .info .tit{
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 0.9rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.float-product-list .info .data{
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
    height: 0.48rem;
    margin-top: 0.1rem;
}
.float-product-list .info .price-box{
    width: 3rem;
    height: 0.48rem;
    color: #ff6316;
}
.float-product-list .info .price{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    display: block;
    width: 200%;
    height: 0.96rem;
    font-size: 0.58667rem;
    color: #ff6316;
    line-height: 0.96rem;
}
.float-product-list .info .price em{
    font-size: 0.85334rem;
    line-height: 0.96rem;
    font-style: normal;
}
.float-product-list .info .order-btn{
    background-color: #ff6316;
    width: 1.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.2667rem;
    color: #fff;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    border-radius: 0.06rem;
}
.float-product-list li.no-begin .info .order-btn{
    background-color: #53bc64;
}
.float-product-list li.over .info .order-btn{
    background-color: #c1c1c1;
}
.float-product-list .info .order-btn>span{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    display: block;
    width: 200%;
    height: 0.96rem;
    line-height: 0.96rem;
    text-align: center;
    font-size: 0.53334rem;
    color: #fff;
}

.float-item-con .more-btn{
    text-align: center;
    padding: 0.1333rem 0 0.5334rem;
}
.float-item-con .more-btn>a{
    display: inline-block;
    font-size: 0.32rem;
    color: #fff;
    width: 3.0667rem;
    padding: 0.12rem 0;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background-color: #024e8c;
}
.float-item-con .tuan-time{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5334rem;
    background-color: #ff9f16;
    text-align: center;
    line-height: 0.5334rem;
    font-size: 0.2667rem;
    color: #fff;
}
.float-item-con .tuan-time>.time{
    display: block;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%;
    text-align: center;
    height: 1.0668rem;
    line-height: 1.0668rem;
    font-size: 0.5334rem;
    color: #fff;
}
.float-item-con li.no-begin .tuan-time>.time{
    background-color: #53bc64;
}
.float-item-con li.over .tuan-time>.time{
    background-color: #c1c1c1;
}

/* 主题游特惠专享 */
.theme-sale-wrap{
    padding: 0.68rem 0 0.53334rem;
}
.theme-sale-tit .bt{
    padding: 0.04rem 0;
    background-color: transparent;
}
.theme-sale-tit .bt strong{
    color: #ffd739;
    max-width: 7.2rem;
    background-color: transparent;
}
.theme-sale-tit .bt:before,
.theme-sale-tit .bt:after{
    width: 1.067rem;
    height: 0.5067rem;
    top: 50%;
    transform: translateY(-50%);
}
.theme-sale-tit .bt:before{
    left: -1.3067rem;
    background: url("../images/theme-sale-ico-left.png") no-repeat;
    background-size: contain;
}
.theme-sale-tit .bt:after{
    right: -1.3067rem;
    background: url("../images/theme-sale-ico-right.png") no-repeat;
    background-size: contain;
}
.theme-sale-tit .bt{
    display: inline-block;
    max-width: 6.87rem;
    color: #ffd739;
}
.theme-sale-tit .bt{
    display: inline-block;
    max-width: 6.87rem;
    color: #ffd739;
}
.theme-sale-con{
    width: 100%;
    padding: 0.36rem 0;
    position: relative;
}
.theme-sale-con .theme-sale-msg{
    padding: 0.12rem 0.36rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    overflow: hidden;
    font-size: 0.29334rem;
    color: #dcf7ff;
    line-height: 0.48rem;
    position: relative;
}
.theme-sale-con .theme-sale-msg * {
    max-width: 100% !important;
}
.theme-sale-con:before,
.theme-sale-con:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.36rem;
}
.theme-sale-con:before{
    top: 0;
    background: url("../images/theme-sale-ico-top.png") no-repeat left bottom;
    background-size: 100%;
}

.theme-sale-con:after{
    bottom: 0;
    background: url("../images/theme-sale-ico-bottom.png") no-repeat left top;
    background-size: 100%;
}


/* 优惠券 */
.coupon-con{
    padding-bottom: 0.5334rem;
}
.coupon-con-slide{
    padding: 0 0.1rem;
}
.coupon-con-slide li {
    float: left;
    width: 4.4rem;
    height: 1.8rem;
    overflow: hidden;
    background: url(../images/coupon-bg.png) no-repeat;
    background-size: contain;
    margin-right: 0.48rem;
    position: relative;
}
.coupon-con-slide li.end:after{
    content:'领完了~';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.68rem;
    z-index: 2;
    color: #fff;
    line-height: 1.68rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.32rem;
    background: url("../images/coupon-bg-end.png") no-repeat top right;
    background-size: contain;
}
.coupon-con-slide li>a{
    display: block;
    height: 1.68rem;
}
.coupon-con-slide li .coupon-info{
    float: left;
    padding: 0.13rem 0.1rem 0.13rem 0.32rem;
    width: 3.46667rem;
    height: 1.68rem;
    overflow: hidden;
}
.coupon-con-slide .coupon-info .coupon-price{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
    color: #e00013;
    font-weight: bold;
}
.coupon-con-slide .coupon-info .coupon-price>span{
    font-size: 0.58666rem;
}
.coupon-con-slide .coupon-info .coupon-type{
    display: block;
    font-size: 0.32rem;
    color: #d33c00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coupon-con-slide .coupon-info .coupon-txt{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.5333rem;
    color: #d37700;
}
.coupon-con-slide li .coupon-btn{
    float: right;
    text-align: center;
    width: 0.9333rem;
    padding: 0 0.24rem;
    height: 1.68rem;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.37334rem;
}
.coupon-con-slide li .coupon-btn>span{
    display: table-cell;
    height: 1.68rem;
    vertical-align: middle;
}


.hotel-con .float-product-list .info .tit,
.tuan-con .float-product-list .info .tit,
.other-con .float-product-list .info .tit{
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.float-item-con .float-con-msg * {
    max-width: 100%;
}