@charset "utf-8";

/* 全局css */
* {
   padding: 0;
   margin: 0;
   outline: none;
   box-sizing: border-box;
}

html {
   min-height: 100%;
}

body {
   width: 100%;
   height: 100%;
   font-size: 18px;
   font-family: 'Microsoft Yahei';
   color: #333;
}

ul,
li {
   list-style: none;
}

a {
   outline-style: none;
   text-decoration: none;
   border: 0px;
   color: #333;
   cursor: pointer ;
}

img {
   border: 0px;
}