﻿* {
    margin:0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
} 
.clearfix {
    overflow: hidden;
    _height:1%;
}
html,body {
    font-family:Helvetica;
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
}
body {
    background: #ffffff;
}

a {
    text-decoration: none;
}
li,ol {
    list-style: none;    
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.flex {
    display:box; 
    display: flex;
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items: center;
}
.flex1 {
    -webkit-flex:1;
    -ms-flex:1;
    width: 20%;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    flex:1;
}


/* 底部导航 */
.footer-nav {
    position: fixed;
    left: 50%;
    bottom:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.footer-nav ul {
    width: 100%;
    display:box; 
    display: flex;
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -moz-box;
    display: -ms-flexbox;
    border-top: 1px solid #d7d7d7;
    background: #fff;
    padding-top: .13rem;
}
.footer-nav ul > li {
    -webkit-flex:1;
    -ms-flex:1;
    width: 20%;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    flex:1;
    text-align: center;
}

.footer-nav ul > li > a {
    display: block;
    color: #808080;
}
.footer-nav ul > li > a.active {
    color: #ee7334;
}
.footer-nav ul > li .nav-icon {
    width: .8rem;
    height: .8rem;
    margin: 0 auto;
}
.footer-nav ul > li .nav-icon > img {
    height: 100%;
}

/* 加载中 */
.loading {
    width: 26%;
    margin: 0 auto;
    display: none;
}
.loading .pic {
    float:left;
    width: .5rem;
    height: .5rem;
}
.loading > p {
    line-height: .5rem;
    font-size: .28rem;
    color: #333;
    padding-left: .15rem;
    float:left;
}

/* 头部 */
.giftPackage-header {
    /* position: fixed;
    width: 100%;
    height: .92rem;
    left: 0;
    top: 0;
    background: url("../img/header_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index:50; */
    width: 100%;
    max-width: 750px;
    /* height: .76rem; */
    height: .92rem;
    line-height: .76rem;
    background: #ee7334;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    top: 0;
    z-index: 505;
}
.giftPackage-header > h3 {
    color: #fff;
    line-height: .92rem;
    text-align: center;
    font-size: .32rem;
    letter-spacing: 1px;
}
