@charset "utf-8";
*{margin: 0;padding: 0;font-family: Arial,"微软雅黑",'Microsoft YaHei',"宋体";}
body{margin: 0;font-size: 16px;}
img:focus,a:focus{outline: none !important;border: none;}
*:focus{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
a img{border:none;}
ul,ul li,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;}
em{font-style: normal;}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.clearfix{}
.clearfix:after{content: ""; display: block;clear: both;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background-color: transparent;}

#service img{display: inline-block;}
#service {
    background-color: #ff6000;
    padding: 1em 0.8em 3.5em 0.8em;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 50px;
    z-index: 6;
    text-align: center;
    display: block;
    color: #fff;
}
@media screen and (max-width: 640px){
    #service p{font-size: 3.6vw;}
    #service{min-height: 6em;padding: 0.5em 0.5em 2.5em 0.5em;}
    body{font-size: 3.8vw;}
}
