﻿/*通用样式*/
*{font-family:"微软雅黑",tahoma,'宋体',Arial,Lucida,Verdana,Helvetica,sans-serif;}
html{width:100%;height:100%;font-size: 62.5%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch; min-width: 320px;max-width: 640px;margin:0 auto;}
body{margin:0;padding: 0;background-color: #f1f1f1;}
/*input[type="text"], input[type="password"], div, ul, li, input, a{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none;}*/
input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0; height: 14px; width: 14px;vertical-align: middle;}
input[type="submit"] {/*background-image: url(../images/blue.png);*/}
input{-webkit-appearance: none;}
fieldset, img{border: 0;}
a{color: #666666;}
a, input, textarea{text-decoration: none; outline: 0; -webkit-tap-highlight-color: transparent;}
a:link, a:visited{color: #666; text-decoration: none;}
ol,ul,li{list-style:none}
dl,dt,dd,ul,li,h1,h2,h3,h4,h5,p{margin:0;padding:0}
em,h1,h2,h3,h4,h5,i{font-style: normal;font-weight: normal;}
input,textarea{outline:none}
button, input, select, textarea {font-family: inherit; color: #666;border:0;}
.clearfix:before, .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
#main{padding-bottom: 70px;}
#error {display: none!important;}
table{width: 100%!important;}
/*通用页头*/
header{background-color: #37c9d6;box-sizing:border-box;padding: 10px 12px;position: relative;top: 0;left: 0;}
header .headTitle{height: 36px;}
header .headTitle ul{display:-moz-box; display:-webkit-box; display:box;display: -o-box;width: 100%;}
header .headTitle li{}
header .headTitle li:nth-child(1){-moz-box-flex:1; -webkit-box-flex:1; box-flex:1;-o-box-flex:1;}
header .headTitle li:nth-child(2){-moz-box-flex:4; -webkit-box-flex:4; box-flex:4;-o-box-flex:4;}
header .headTitle li:nth-child(3){-moz-box-flex:1; -webkit-box-flex:1; box-flex:1;-o-box-flex:1;}


header .search .back{/*text-align: center;*/}
header .search .back i{display: inline-block;width: 21px;height: 21px;border-right: 1px solid #acf6fd;border-bottom: 1px solid #acf6fd;-webkit-transform: rotate(135deg)translateY(-10px);transform: rotate(135deg)translateY(-10px);margin-left: 4px;}
header .search .close{background: url(../images/icon/cancel.png) no-repeat 100% 5px/26px;width: 14px;height: 35px;float: inherit!important;margin: 0;}
header .search{/*height: 36px;*/}
header .search ul{display:-moz-box; display:-webkit-box; display:box;display: -o-box;width: 100%;}
header .search li{}
header .search li:nth-child(1){-moz-box-flex:1; -webkit-box-flex:1; box-flex:1;-o-box-flex:1;}
header .search li:nth-child(2){-moz-box-flex: 10;-webkit-box-flex: 10;box-flex: 10;-o-box-flex: 10;}
header .search li:nth-child(3){-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;-o-box-flex:1;}
header .search .city{font-size: 1.6rem;color: #fff;line-height: 36px;text-align: left;}
header .search .city a{color: #fff;}
header .search .city i{display: inline-block;width: 8px;height: 8px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: rotate(45deg)translateY(-3px);transform: rotate(45deg)translateY(-3px);margin-left: 4px;position: relative;right: 0;top: 0;}
header .search .input{line-height: 36px;border: 1px solid #37c9d6;border-radius: 5px;background-color: #fff;position: relative;height: 36px;overflow: hidden;width:50%;}
header .search .input i{background: #fff url(../images/icon/icon_default.png) no-repeat scroll -397px 0/480px;width: 24px;height: 36px;display: block;position: absolute;left: 4px;z-index: 9;}
header .search .input input,span.inputtext{font-size: 1.4rem;width: 100%;border-radius: 5px 0 0 5px;overflow: hidden;position: absolute;left: 0;padding-left: 35px;top: 50%;margin-top: -9px;box-sizing: border-box;height: 18px;line-height: 18px;color: #A9A9A9;padding-right: 60px;}
header .search .input input#cityKey{padding-right: 0;}
header .search .info{text-align: right;position: relative;margin-left:5px;}
header .search .info i{background: url(../images/icon/tel.png) no-repeat scroll 5px 5px/26px;display: inline-block;width: 36px;height: 36px;}
header .search .info .dot{width: 8px; height: 8px; display: block; position: absolute; background-color: #ff0000; top: 3px; right: 5px; border-radius: 10px;}
header .search .enter{text-align: right;line-height: 36px;/* background-color: #f5f5f5; */height: 36px;position: relative;left: -1px;top: 1px;/* border-radius: 0 5px 5px 0; *//* border-left: 1px solid #ddd; */}
header .search .enter a{color: #fff;font-size: 1.4rem;}
header .search .enter input{background:#37c9d6;color:#fff;cursor:pointer;}
header .search li.add{background: url(../images/icon/add1.png) no-repeat scroll 50% 50%/20px;width: 15px;-moz-box-flex: 1;-webkit-box-flex: 1;box-flex: 1;-o-box-flex: 1;}
header .search li.del{background: url(../images/icon/delete.png) no-repeat scroll 50% 50%/20px;width: 15px;-moz-box-flex: 1;-webkit-box-flex: 1;box-flex: 1;-o-box-flex: 1;}
header .search li.add a{display: block;height: 36px;width: 30px;}
header .search li.out a{display: block;height: 36px;width: 30px;background: url(../images/icon/out.png) no-repeat scroll right 50%/25px;}


/*弹出*/
.other_show{width: 100%; height: 0; /*background: #fff;*/ position: fixed; bottom: 0; left: 0; z-index: -1; overflow-x: hidden; overflow-y: auto; -webkit-transform: translate3d(0px,100%,0px); -moz-transform: translate3d(0px,100%,0px); transform: translate3d(0px,100%,0px); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); -moz-transition: -moz-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); -o-transition: -o-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19); transition: all 0.3s cubic-bezier(0.55,0.055,0.675,0.19);}
.other_show.show{-webkit-transform: translate3d(0px,0%,0px); -moz-transform: translate3d(0px,0%,0px); transform: translate3d(0px,0%,0px); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -moz-transition: -moz-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -o-transition: -o-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); transition: transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); display: block; z-index: 999; height: 100%;}
.other_show.show1{-webkit-transform: translate3d(0px,0%,0px); -moz-transform: translate3d(0px,0%,0px); transform: translate3d(0px,0%,0px); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -moz-transition: -moz-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); -o-transition: -o-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); transition: transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000); display: block; z-index: 999; height: 100%;}/*机票判断选择城市*/
.other_show .hd{border-bottom: 1px solid #ccc;text-align: center;font-size: 1.4rem;color: #000;}
.other_show .bd{padding: 1rem; font-size: 1rem; line-height: 2rem; color: #666;}
.other_show .bd h3{color: #000; font-size: 1.2rem;}
.other_show .close{background: url(../images/ico/close.png) 0 0/cover;width: 5rem;height: 5rem;bottom: 1rem;margin: 10px auto;}

/*通用尾部*/

/*footer{background-color: #fff;position: fixed;bottom: 0;width: 100%;padding: 10px;box-sizing:border-box;z-index: 999;max-width: 640px;border-top: 1px solid #e5e5e5;}
footer .menu{height: 40px;}
footer .menu ul{display:-moz-box; display:-webkit-box; display:box;display: -o-box;width: 100%;}
footer .menu ul li{-moz-box-flex:1; -webkit-box-flex:1; box-flex:1;-o-box-flex:1;}
footer .menu ul li i{display: block;height: 25px;width: 45px;margin: 0 auto;}
footer .menu ul li i.f_icon{background: url(../images/index/indexbg.png) no-repeat scroll -62px -204px/101px;}
footer .menu ul li i.service{background-position: -62px -255px;}
footer .menu ul li i.order{background-position: -62px -419px;}
footer .menu ul li i.find{background-position: -65px -102px;}
footer .menu ul li i.my{background-position: -64px -5px;}
footer .menu ul li i.day{background-position: 0px -410px;}
footer .menu ul li i.sort{background-position: -122px -409px;}
footer .menu ul li i.filter{background-position: -253px -410px;}
footer .menu ul li i.haoping{background: url(../images/icon/haoping.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.jiage{background: url(../images/icon/jiage.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.type{background: url(../images/icon/type.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.xiang{background: url(../images/icon/xiang.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.brand{background: url(../images/icon/brand.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li span{color: #c9c9c9;display: block;text-align: center;font-size: 1.4rem;}
footer .menu ul li span a{color: #fff;}*/

footer{background-color: #37c9d6;position: fixed;bottom: 0;width: 100%;padding: 5px;box-sizing:border-box;z-index: 999;max-width: 640px;display: none;}
footer .menu{height: 40px;}
footer .menu ul{display:-moz-box; display:-webkit-box; display:box;display: -o-box;width: 100%;}
footer .menu ul li{/* height: 36px; */-moz-box-flex:1; -webkit-box-flex:1; box-flex:1;-o-box-flex:1;}
footer .menu ul li a{display: block;}
footer .menu ul li i{display: block;height: 22px;width: 45px;margin: 0px auto;}
footer .menu ul li i.f_icon{background: url(../images/icon/icon_default.png) no-repeat scroll 3px -466px/495px;}
footer .menu ul li i.service{background-position: -119px -514px;background-size: 547px;}
footer .menu ul li i.order{background-position: -236px -488px;background-size: 518px;}
footer .menu ul li i.find{background-position: -390px -522px;background-size: 550px;}
footer .menu ul li i.my{background-position: -482px -491px;background-size: 520px;}
footer .menu ul li i.day{background-position: 0px -404px;background-size: 544px;}
footer .menu ul li i.sort{background-position: -120px -404px;background-size: 544px;}
footer .menu ul li i.filter{background-position: -250px -404px;background-size: 544px;}
footer .menu ul li i.haoping{background: url(../images/icon/haoping.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.jiage{background: url(../images/icon/jiage.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.type{background: url(../images/icon/type.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.xiang{background: url(../images/icon/xiang.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.brand{background: url(../images/icon/brand.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.des{background: url(../images/icon/des.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.theme{background: url(../images/icon/theme.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.date{background: url(../images/icon/white_date.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.help{background: url(../images/icon/help.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li i.renqun{background: url(../images/icon/renqun.png) no-repeat scroll 50% 0/contain;}
footer .menu ul li span{color: #fff;display: block;text-align: center;font-size: 1.2rem;}
footer .menu ul li span a{color: #fff;}

/*焦点图样式*/
.slideBox{position:relative; overflow:hidden;max-width:100%;/* 设置焦点图最大宽度 */ }
.slideBox .hd{background-color: rgba(0,0,0,0);position:absolute;height:28px;line-height:28px;bottom:0;z-index:1;width: 100%;text-align: center;}
.slideBox .hd ul {}
.slideBox .hd li{display:inline-block; width:7px; height:7px; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px;background: #fff; text-indent:-9999px; overflow:hidden; margin:0 6px;opacity: 0.5;}
.slideBox .hd li.on{background:#fff;opacity: 1;}
.slideBox .bd{position:relative; z-index:0;}
.slideBox .bd li{position:relative; text-align:center;}
.slideBox .bd li a > div {width: 100%;padding-bottom: 50%;background-position: 50%;background-size: 100% 100%;background-repeat: no-repeat;}
.slideBox .bd li img{background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */min-height: 135px;}
.slideBox .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{display:block; width:100%; position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/focusBg.png) repeat-x; color:#fff;  text-align:left;}
/*加载中*/
.list_loading {height: 16px; padding: 10px 0 10px; text-align: center;}
.list_loading i {height: 16px;width: 16px; display: inline-block;background: url('../images/icon/icons.png') no-repeat 0px -1px/16px; margin-right: 10px; vertical-align: middle;-webkit-animation: loading 1s infinite linear; -ms-animation: loading 1s infinite linear; -o-animation: loading 1s infinite linear; -moz-animation: loading 1s infinite linear;animation: loading 1s infinite linear;}
.list_loading span {height: 16px; display: inline-block; line-height: 16px; vertical-align: middle; color: #A0A0A0;font-size: 14px;}
@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}}

/*加载动画*/
#loading {width: 100%; height: 100%; background-color: #fff; z-index: 9999; position: fixed;top: 0;left: 0;}
#loading .tl{position: absolute; top: 50%; left: 50%; font-size: 1.2rem; width: 120px; height: 30px;margin-top: 25px;margin-left: -60px; color: #666;}
.spinner { width: 32px; height: 32px;position: relative;top: 50%;left: 50%;margin-top: -72px;margin-left: -42px;}
.cube1, .cube2 {background-color: #43c3ff; width: 30px; height: 30px; position: absolute; top: 0; left: 0; -webkit-animation: cubemove 1.8s infinite ease-in-out; animation: cubemove 1.8s infinite ease-in-out;}
.cube2 {-webkit-animation-delay: -0.9s; animation-delay: -0.9s;}
@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*回到顶部*/
.gotop{width: 40px; height: 40px; position: fixed; right: 10px; bottom: 80px; z-index: 9999; display: none; background: url(../images/icon/gotop.png) no-repeat 0 0/cover;}

