@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,span,ol,ul,li,dl,dd,dt,b,strong,p,em,table,th,td,button,a,figure,form,fieldset{margin:0px; padding:0px; font-family:Microsoft yahei;}
html,body{height:100%;margin:0;font-size:1.3rem; background:#ebf0f4;}
li{ list-style-type:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}

.wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #eaeff3;
}
.wrap .main{
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/*加油(汽)站定位*/
.position .wrap .main{
    background: url("../images/positionbg.png") no-repeat;
    width:100%;
    position: fixed;
    right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
    display: none;
}
.position .wrap .main .scanCode{
    width: 100%;
    margin-top: 35%;
}
.position .wrap .main .scanCode img{
    width: 40%;
}
.position .wrap .main .tit{
    display: block;
    font-size: 1.2rem;
    color: white;
    width: 100%;
    margin-top: 20px;
}

.position .wrap .main2{
    width: 100%;
    height: auto;
}
.position .wrap .main2 .tit{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 1.2rem;
    color: #757575;
    padding-left: 3%;
}
.position .wrap .main2 .tit span{
    float: left;
}
.position .wrap .main2 .position-list{
    width: 100%;
    border-top: 1px solid #b8b8b8;
    background-color: white;
    font-size: 1.2rem;
    color: #757575;
}
.position .wrap .main2 .position-list .position-list-tit{
    width: 94%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.position .wrap .main2 .position-list .first{
    margin-top: 30px;
}
.position .wrap .main2 .position-list .position-list-tit .left{
    float: left;
    margin-left: 3%;
}
.position .wrap .main2 .position-list .position-list-tit .cur{
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
}
.position .wrap .main2 .position-list .position-list-tit .right{
    float: right;
    margin-right: 3%;
    font-size: 1.3rem;
}
.position .wrap .main2 .position-list .position-list-btn{
    width: 100%;
    height: 100px;
    border-top: 1px solid #b8b8b8;
    margin-top: 20px;
    font-size: 1.5rem;
    border-bottom: 1px solid #b8b8b8;
}
.position .wrap .main2 .position-list .position-list-btn .left-btn{
    width: 49%;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
    border-right: 1px solid #b8b8b8;
}
.position .wrap .main2 .position-list .position-list-btn .left-btn a{
    color:  #757575;;
}
.position .wrap .main2 .position-list .position-list-btn .right-btn{
    width: 50%;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
}
.position .wrap .main2 .position-list .position-list-btn .right-btn a{
    color: green;
}
.position-list-discount{
    width: 100%;
}
.position-list-discount ul{
    width: 90%;
    margin: 0 auto;
}
.position-list-discount ul li{
    width: 100%;
    height: auto;
    text-align: left;
    min-height: 60px;
    margin: 10px auto;
}
.position-list-discount ul li:first-child{
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}
.discount-icon{
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 35px;
    color: white;
    text-align: center;
    font-size: 1.05rem;
    font-family: 楷体;
    vertical-align: middle;
}
.discount-tit{
    font-size: 1.3rem;
    margin-left: 1%;
    line-height: 2;
    display: inline-grid;
    position: relative;
    top: 5px;
}
.cu{
    background-color: #d39b5e;
}
.te{
    background-color: #ff6000;
}
.hui{
    background-color: #f56268;
}