
* {
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
}
body{
    font-size: .28rem;
    background: #f6f6f6;
}
input {
    -webkit-appearance: none;
    appearance: none;
}
img,
a {
    -webkit-touch-callout: none
}
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;
}
div {
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
em,
i {
    font-style: normal;
}
textarea {
    resize:none;
}

.w{
    padding-left: .16rem !important;
    padding-right: .16rem !important;
}

.ellipsis {
    display: block;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.banner{
    height: 4.55rem;
}
.service{
    display: flex;
    padding: .4rem 0;
    background: #ffffff;
}
.service a{
    display: block;
    width: 50%;
    padding-left: .2rem;
    box-sizing: border-box;
}
.service a img{
    display: block;
    width: 1.02rem;
    height: 1.02rem;
    margin-right: .12rem;
}
.service a .text p{
    font-size: .28rem;
    color: #333333;
}
.service a .text span{
    font-size: .26rem;
    width: 1.42rem;
    height: .52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .26rem;
    border: 1px solid #0068b7;
    color: #0068b7;
    margin-top: .1rem;
}
.service a:last-child .text span{
    
    border: 1px solid #f5af0f;
    color: #f5af0f;
}
.service a{
    display: flex;
    align-items: center;
}

.banner_s{
    position: relative;
}
.qualifications{
    width: 7.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 24;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px .01rem .08rem .003rem rgba(0, 0, 0, 0.16);
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}
.qualifications{
    display: flex;
    justify-content: space-evenly;
    padding: .2rem 0;
}
.qualifications .list {
    text-align: center;
}
.qualifications .timer{
    font-size: .38rem;
    color: #1157c6;
}
.qualifications em{
    font-size: .24rem;
    color: #1e50ae;
}
.qualifications .list p{
    color: #535353;
    font-size: .24rem;
    margin-top: .1rem;
    padding: 0 .1rem;
    box-sizing: border-box;
}






.search{
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.1rem;
}
.searchs{
    position: fixed;
    top: 1.2rem;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    border-top: .02rem solid #f2f2f2;
    border-bottom: .02rem solid #f2f2f2;
}
.searchs input{
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    display: block;
    outline: none;
    border: none;
    background: #fff;
    padding-left: .2rem;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
    padding: 0 .15rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    box-sizing: border-box;
}
.kw{
    height: 1.2rem;
}
.nav img{
    display: block;
}
.nav a{
    display: block;
    width: 3rem;
}
.nav a img{
    width: 100%;
}
.nav>img:last-child{
    width: .56rem;
}





.footer{
    background: #222222;
    padding: .4rem 0;
}
.footer .logo{
    width: 2.99rem;
    display: block;
    margin-bottom: .2rem;
}
.footer .logo img{
    display: block;
    width: 100%;
}
.footer .cont{
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    position: relative;
}
.footer .cont .text p{
    font-size: .24rem;
    color: #b9b9b9;
    margin-top: .06rem;
}
.footer .cont .text{
    /* width: 5.2rem; */
}
.footer .cont .rwm{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: .5rem;
}
.foot{
    height: 1.2rem;
}
.foots{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.2rem;
    background: #f5af0f;
    display: flex;
}
.foots img{
    display: block;
    width: .46rem;
}
.foots span{
    color: #ffffff;
    font-size: .32rem;
    margin-left: .1rem;
}
.foots a{
    position: relative;
}
.foots a .num{
    position: absolute;
    background: #ed1818;
    font-size: .26rem;
    color: #fff;
    padding: .03rem .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    display: none;
    left: .5rem;
    top: .02rem;
}
.foots a:nth-child(2){
    background: #0068b7;
}
.foots a:nth-child(3){
    background: #e48116;
}
.foots a,.foots >div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
}







.navs{
    position: fixed;
    bottom: 1.2rem;
    left: 0;
    right: 0;
    top: 1.2rem;
    background: #ffffff;
    z-index: 1111111;
    border-top: 1px solid #eeeeee;
    display: none;
    overflow-y: auto;
}
.navs .ywly{
    margin-top: 20px;
}
.navs .ywly h3{
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.navs .ywly .clearfix{
    border-top: 1px solid #eeeeee;
}
.navs a{
    float: left;
    display: block;
    width: 33.333%;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    padding: .4rem 0;
    color: #333333;
}
.navs a img{
    display: block;
    height: .6rem;
    margin: 0 auto;
}
.navs a span{
    display: block;
    text-align: center;
    margin-top: .1rem;
}
#LRfloater0{
	 top: auto !important;
	 bottom: 30% !important;
}
