body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    /*font: 14px/1.5 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;*/
    font:14px/1.5 "Droid Sans Fallback", Helvetica, STHeiTi, sans-serif;
    color: #333B46;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
ol,ul,li {
      list-style: none;
}
input, button, textarea, select {
    border: none;
    background: none;
    -webkit-appearance: none;
    outline: none;
}


input::-webkit-input-placeholder{color:#bfbfbf; font-size: 1rem; }
input::-moz-placeholder {color:#bfbfbf; font-size: 1rem;opacity: 1;}
input::-ms-input-placeholder {color:#bfbfbf; font-size: 1rem;}
textarea {
    resize: none;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,a:visited {
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0;
    color: #333B46;
}
em, i {
    font-style: normal;
}
.a-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*水平*/
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*垂直*/
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*水平*/
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.top-nav{

    height: 73px;
    line-height: 50px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #333B46; 
    /*padding-left: 40px;*/
}
.top-nav .link{
    position: absolute;
    height: 50px;
    left: -10px;
    top: 15px;
    min-width: 66px;
    /*text-indent: -999px;*/
    color:  #d3ab66;
    text-align: right;
    overflow: hidden;
    padding-left: 30px;
}
.top-nav .link-right{
    position: absolute;
    height: 50px;
    right: 10px;
    top: 15px;
    min-width: 66px;
    /*text-indent: -999px;*/
    color:  #d3ab66;
    text-align: right;
    overflow: hidden;
    padding-left: 30px;
}
.top-nav .link:after{
    content:'';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid  #d3ab66;
    border-left: 2px solid  #d3ab66;
    top: 19px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}

.top-nav .share{
    position: absolute;
    height: 44px;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}


.fix-nav{
    height: 50px;
    margin-top: 10px;
}
.fix-nav-wrap{
    position: fixed;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #F8F8F8;
    border-top: 1px solid #D9D9D9;
    display: -webkit-box;display: -webkit-flex;display: flex;
    z-index: 991;
}
.fix-nav a{
    display: block;
    -webkit-box-flex:1;-webkit-flex:1;flex:1;
    font-size: 12px;
    text-align: center;
    color:#7D7D7F;
    font-size: 0;
}
.fix-nav a p{
    font-size: 12px;
}
.fix-nav a:active{
    background: #f2f2f2;
}
.fix-nav .icon{
    background-image: url(http://rec.hehuayidai.com/res/images/app/nav-icon.png);
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 3px 0 0;
}
.fix-nav .icon-loan{
    background-position: 0 0px;
}
.fix-nav .icon-pro{
    background-position: -25px 0px;
}
.fix-nav .icon-setting{
    background-position: -50px 0px;
}

.fix-nav .active-0 .icon-loan{
    background-position: 0 -25px;
}
.fix-nav .active-1 .icon-pro{
    background-position: -25px -25px;
}
.fix-nav .active-2 .icon-setting{
    background-position: -50px -25px;
}
.fix-nav .active-0 .icon-loan+p,
.fix-nav .active-1 .icon-pro+p,
.fix-nav .active-2 .icon-setting+p{
    color:#4385f5;
}

.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.cGray{color: #999}
.cBlue{color: #4385f5}
.cOrange{color: #FF8421}

/*修改三人微贷底部导航图标*/
.fix-nav .icon-three{
    width: 25px;
    height: 25px;
    background-position: -25px 0px;
}
.fix-nav .active-1 .icon-three{
    background-position: -25px -25px;
}
.fix-nav .active-1 .icon-three+p{
    color:#4385f5;
}
.top-nav h2 {
    text-align: center;
}




.loadingPanel{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    display: -webkit-box;
    display: -webkit-flex; 
    display: flex;

        
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.loadingPanel img{
    width: auto;
    height: auto;
}
.line_02 {
    height: 1px;
    border-top: 1px solid #d0a55c;
    text-align: center;
}
.line_02 span {
    position: relative;
    top: -12px;
    background: #fff;
    padding: 0 20px;
    color: #d3ab66;
    font-size: 12px;
}
