﻿* {
    margin: 0;
    padding: 0;
    /*font-family: 'pf';*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   
}

body{
background-color: #F6F6F6;
}
/*@font-face {
    src: url(../font/pingfang.TTF);
    font-family: "pf";
}*/


  .u-flyer {
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            position: fixed;
            z-index: 9999;
        }
input {
    background: none;
    outline: none;
    border: none;
}
.carSumNum {
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
 
    position: absolute;
    top: -10%;
    right: -10%;
    background-color: #094217;
    color: #fff;
}
.none{display:none}
 

/*包含以下五种的链接*/
a {
    text-decoration: none;
    color: black;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}



img {
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

.clearfloat {
    overflow: hidden;
}
 
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 头部 */
.top {
    padding: 5px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 100;
}

.top span {
width: 1px;
    color: #fff;
    font-size: 20px;
}
 
.top p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}


/* 头部 */

/* 底部 */
.foot {
    padding: 5px 10%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    /* background-color: #0f3692; */
    box-sizing: border-box;
    z-index: 100;
    /* box-shadow: 0 -3px 20px  #ccc; */
}

.foot-son img {
    width: 20px;
    margin: 0 auto;
}

.foot-son:nth-child(2) img{
    width: 22px;
}
.foot-son:nth-child(4) img{
    width: 20px;
}
.foot-son:nth-child(3) img{
    width: 24px;
}

.foot-son p {
    text-align: center;
    font-size: 12px;
    color: #818180;
    padding: 3px 0 0;
}
.footyc{
    position: absolute;
    width: 40%;
    font-size: 14px;
    padding:1% 0 4%;
    background: url(../images/bgf.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    /*top: -128%;*/
    right: 12%;
    bottom: 45px;
    line-height: 2em;
    display: none;
}
.footyc p:nth-child(2){
   border: 1px solid #f8f8f8;
}
/* 底部 */
/* 底部 */