﻿@charset "utf-8";
/* css document */

html{font-size: 15.625vw;}
body{ font-size: .12rem; padding:0px; margin:0px;font-family:"微软雅黑";
background-color: #f8f8f8;}
* { margin:0px; padding:0px;}
ul{ list-style-type:none;}
li{ list-style-type:none;}
a{ text-decoration:none; color:inherit;}
img{ border:0px;}

/*设置浮动和清除浮动*/
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}

/*iphone手机input会有默认的样式*/
input{
    -webkit-appearance: none;
    outline: none;
}


/*1rem=100px*/






