*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
    display: block;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
th,
td{
    margin:0;
    padding:0;
    border:0;
    outline:none;
    word-break: break-all;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}
select,textarea{
    outline:none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}
table {
    border-collapse:collapse;
    border-spacing:0}
fieldset,img {
    border:0}
address,caption,cite,code,dfn,em,i,strong,th,var{
    font-style:normal;
    font-weight:normal}
ol,ul {
    list-style:none;}
a{
    color:#333;
    text-decoration:none}
caption,th{
    text-align:left;}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal}
abbr,acronym{
    border:0}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.clearfix:before,
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.hide{
    display: none;
}

body{
    width: 10rem !important;
    margin: 0 auto !important;
    position: relative;
    font-size: 0.3733333rem;
    background: #f0f4f5;
}

/* 公用头部 */
.header-top{
    height: 1.6rem;
    padding: 0.2rem 0.2rem;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    background: #fff;
}
/* logo */
.head-logo{
    display: inline-block;
    width: 4.3467rem;
    height: 1.2rem;
    /*margin-left: 0.6rem;*/
    vertical-align: middle;
}
.head-logo > img{
    /*width: 3.3467rem;*/
    height: 1.2rem;
    vertical-align: middle;
}
/* 搜索 */
.head-search{
    display: inline-block;
    width: 3rem;
    height: 1.02rem;
    margin: 0.48rem 0 0 0.32rem;
    position: relative;
}
.search-ico{
    display: inline-block;
    width: 0.3733rem;
    height: 0.3733rem;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    background: url("../images/search-btn-ico.png") center no-repeat;
    background-size: contain;
}
.search-text{
    width: 100%;
    height: 0.82rem;
    padding-left: 0.8267rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 0.32rem;
    background: #d7dbe4;
}
.head-user{
    /*height: 0.82rem;
    position: absolute;
    top: 0.48rem;
    right: 0.2rem;*/
    height: 1.2rem;
    width: 4rem;
    position: absolute;
    right: 0.2rem;
    background: url("../images/tel.jpg") center no-repeat;
    background-size: cover;
    display: block;
}
.head-user .user-name{
    color: #34c26a;
    height: 0.82rem;
    line-height: 0.72rem;
}
.head-user .user-name .ico{
    display: inline-block;
    width: 0.4534rem;
    height: 0.5334rem;
    vertical-align: middle;
    margin: -6px 10px 0 0;
    background: url("../images/user-head-ico.png") center no-repeat;
    background-size: contain;
}
/* 轮播图 */
.slide-img-block{
    width: 10rem;
    height: 6.5rem;
}
.slide-img-block .pic{
    display: table-cell;
    width: 10rem;
    height: 6.5rem;
    vertical-align: middle;
    text-align: center;
}
.slide-img-block .pic img{
    vertical-align: middle;
}
.swiper-pagination{
    right: 0;
    bottom: 0.2rem;
    left: 0;
}
.slide-img-block .swiper-pagination-bullet{
    width: 0.16rem !important;
    height: 0.16rem !important;
    margin: 0 0.05rem !important;
    background: rgba(255,255,255,.5) !important;
}
.slide-img-block .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1) !important;
}
/* 主导航 */
.slide-nav-block{
    width: 10rem;
    height: 5rem;
    border-bottom: 2px solid #f0f0f0;
    background: #fff;
}
.nav-bar li{
    float: left;
    width: 20%;
    padding: 0.32rem 0 0;
    text-align: center;
}
.nav-bar li img{
    width: 1rem;
    height: 1rem;
}
.nav-bar li em{
    display: block;
    padding: 0.1rem 0;
    font-size: 0.3467rem;
}
.slide-nav-block .swiper-pagination-bullet{
    width: 0.16rem !important;
    height: 0.16rem !important;
    margin: 0 0.05rem !important;
    background: #ccc !important;
}
.slide-nav-block .swiper-pagination-bullet-active{
    background: #27be5b !important;
}
/* 栏目 */
.lm-content{
    margin-top: 0.2667rem;
    padding: 0.3733rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    background: #fff;
}
.lm-bar{
    padding: 0 0.3733rem;
}
.lm-bar .tit{
    display: inline-block;
    height: 0.5067rem;
    line-height: 0.5067rem;
    font-size: 0.3733rem;
}
.lm-bar .tit .mdd-ico,
.lm-bar .tit .buy-ico,
.lm-bar .tit .play-ico,
.lm-bar .tit .gl-ico{
    display: inline-block;
    width: 0.4rem;
    height: 0.5rem;
    vertical-align: middle;
    margin: -8px 10px 0 0;
}
.lm-bar .tit .mdd-ico{
    background: url("../images/hot-dest-ico.png") center no-repeat;
    background-size: contain;
}
.lm-bar .tit .buy-ico{
    background: url("../images/hot-tuan-ico.png") center no-repeat;
    background-size: contain;
}
.lm-bar .tit .play-ico{
    background: url("../images/hot-play-ico.png") center no-repeat;
    background-size: contain;
}
.lm-bar .tit .gl-ico{
    background: url("../images/hot-play-ico.png") center no-repeat;
    background-size: contain;
}
/* 热门目的地 */
.hot-mdd-block{
    padding: 0.2rem 0.32rem 0;
}
.hot-mdd-block li{
    float: left;
    width: 3.12rem;
    height: 1.7867rem;
    padding: 0.0533rem;
}
.hot-mdd-block .item{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.hot-mdd-block .item img{
    width: 100%;
    height: 100%;
}
.hot-mdd-block .item .bg{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/hot-mdd-bg.png") repeat-x;
    background-size: contain;
}
.hot-mdd-block .item em{
    color: #fff;
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0 0.2667rem;
    margin-top: -0.2rem;
    text-align: center;
    font-size: 0.4rem;
}
/* 热门团购 */
.hot-buy-block{
    padding: 0.3rem 0.3733rem 0;
}
.hot-buy-block li{
    position: relative;
}
.hot-buy-block .item{
    display: block;
}
.hot-buy-block .item-pic{
    width: 2.4rem;
    height: 2.4rem;
    overflow: hidden;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.hot-buy-block .item-pic img{
    width: 100%;
    height: 100%;
}
.hot-buy-block .item-nr{
    width: 6.5333rem;
}
.hot-buy-block .item-nr .bt{
    line-height: 0.54rem;
    font-size: 0.3733rem;
}
.hot-buy-block .item-nr .jg{
    color: #999;
    display: inline-block;
    padding-top: 0.2rem;
    font-size: 0.32rem;
}
.hot-buy-block .item-nr .jg em{
    color: #f0612d;
    font-size: 0.4533rem;
}
.hot-buy-block .item-nr .num{
    color: #999;
    display: inline-block;
    padding-top: 0.2rem;
    font-size: 0.32rem;
}
.hot-buy-block .item-nr .num em{
    color: #f0612d;
}
.hot-buy-block .more-link{
    display: inline-block;
    color: #666;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.3733rem;
}
.hot-buy-block .arrow-more{
    display: inline-block;
    width: 0.16rem;
    height: 0.2933rem;
    vertical-align: middle;
    margin: -6px 0 0 10px;
    background: url("../images/arrow-more-ico.png") center no-repeat;
    background-size: contain;
}
.count-down{
    display: inline-block;
}
.down-time{
    display: inline-block;
    height: 0.5067rem;
    font-size: 0.32rem;
}
.down-time em{
    color: #fff;
    display: inline-block;
    padding: 0 0.12rem;
    height: 0.5067rem;
    line-height: 0.5067rem;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ff764c;
}
/* 热门玩法 */
.hot-play-block{
    padding: 0.2rem 0.32rem 0;
}
.hot-play-block li{
    float: left;
    width: 50%;
    height: 4.7734rem;
    padding: 0 0.0533rem 0.2rem;
}
.hot-play-block .item{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hot-play-block .item .attr{
    display: inline-block;
    color: #fff;
    width: 1rem;
    height: 0.5067rem;
    line-height: 0.5067rem;
    text-align: center;
    position: absolute;
    top: 0.1rem;
    right: 0;
    font-size: 0.32rem;
    background: url("../images/hot-attr-ico.png") center no-repeat;
    background-size: contain;
}
.hot-play-block .item img{
    width: 4.5733rem;
    height: 2.84rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.hot-play-block .item .bt{
    display: block;
    max-height: 1.0133rem;
    line-height: 0.5067rem;
    overflow: hidden;
}
.hot-play-block .item .jg{
    display: block;
    padding-top: 0.1rem;
    font-size: 0.32rem;
}
.hot-play-block .item .jg em{
    color: #f0602b;
    font-size: 0.3733rem;
}
.hot-play-block .more-link{
    display: block;
    color: #22b6f5;
    text-align: center;
}
/* 热门攻略 */
.hot-gl-block{
    padding: 0.2rem 0.32rem 0;
}
.hot-gl-block li{
    padding: 0 0 0.3rem;
}
.hot-gl-block .item{
    display: block;
    width: 100%;
}
.hot-gl-block .item-pic{
    height: 2.8534rem;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.hot-gl-block .item-pic img{
    width: 100%;
    height: 100%;
}
.hot-gl-block .item-pic .data{
    display: block;
    color: #fff;
    height: 0.6667rem;
    line-height: 0.6667rem;
    padding: 0 0.2667rem;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/hot-gl-bg.png") left repeat-x;
    background-size: contain;
}
.hot-gl-block .item-pic .data .num{
    padding-left: 0.4rem;
}
.hot-gl-block .item-nr{
    padding-top: 0.12rem;
}
.hot-gl-block .item-nr .bt{
    height: 0.56rem;
    line-height: 0.56rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.hot-gl-block .item-nr .txt{
    color: #999;
    max-height: 1rem;
    line-height: 0.5rem;
    overflow: hidden;
}
.hot-gl-block .more-link{
    display: block;
    color: #22b6f5;
    text-align: center;
}
/* 底部 */
.footer{
    margin-top: 0.2667rem;
    padding: 0.4rem 0;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}
.footer-icon li{
    float: left;
    width: 25%;
    text-align: center;
}
.footer-icon li a{
    display: block;
}
.footer-icon li .icon{
    display: inline-block;
    width: 1.3867rem;
    height: 1.3867rem;
}
.footer-icon li .back-home{
    background: url("../images/home-link-ico.png") center no-repeat;
    background-size: contain;
}
.footer-icon li .my-order{
    background: url("../images/order-link-ico.png") center no-repeat;
    background-size: contain;
}
.footer-icon li .phone-num{
    background: url("../images/kf-link-ico.png") center no-repeat;
    background-size: contain;
}
.footer-icon li .help-center{
    background: url("../images/help-link-ico.png") center no-repeat;
    background-size: contain;
}
.footer-icon li em{
    color: #a7a7a7;
    display: block;
    padding-top: 0.1rem;
}
.footer-menu{
    padding-top: 0.5rem;
}
.footer-menu li{
    float: left;
    width: 33.333333%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.32rem;
}
.footer-menu li a{
    color: #a7a7a7;
}

.backTop-link{
    display: none;
    width: 1.3867rem;
    height: 1.3867rem;
    position: fixed;
    right: 0.4rem;
    bottom: 0.4rem;
    background: url("../images/back-top-ico.png") center no-repeat;
    background-size: contain;
}
.ask{position:fixed;bottom: 130px;right: 15px;cursor:pointer}
.ask img{width: 55px;}  
#cozj-footer{
    background-color: #01c253;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 999;
}
#cozj-footer .menu{
        height: 40px;
}
#cozj-footer .menu ul{
    display: -moz-box;
    width: 100%;
}
#cozj-footer .menu ul li{
        -moz-box-flex: 1;
    float: left;
    width: 25%;
}
#cozj-footer .menu ul li i{
    display: block;
    height: 25px;
    margin: 0 auto;
    width: 45px;
    background: rgba(0, 0, 0, 0) url(../images/icon_default.png) no-repeat scroll 4px -451px / 480px auto;
}
#cozj-footer .menu ul li span{
    color: #fff;
    display: block;
    text-align: center;
}
#cozj-footer .menu ul li i.dh{
    background-position: -103px -453px;
}
#cozj-footer .menu ul li i.zxzx{
    background-position: -443px -453px;
}
#cozj-footer .menu ul li i.sy{
    background-position: 5px -452px;
}
#cozj-footer .menu ul li i.djzf{
    background-position: -339px -453px;
}
#cozj-footer .menu ul li span a{
    color: #fff;
}











