/*
 * ------------------------------
 * FILE
 * Site: zsy_mobile
 * Author: Zhong Qianting
 * Updated: 2016/6/16
 * Description: 公用样式
 * ------------------------------
 * COLORS
 * Body Background: #f0f0f0
 * Main Text: #333
 * ------------------------------
 * FONT
 * Main Text: Microsoft YaHei
 * ------------------------------
 */

/**
 * 全局
 * 
 */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Tahoma, 'STHeiti Light', STXihei, SimSun;
    font-size: 62.5%; /* 移动端，字体用rem做字号单位 */
}

html {
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333;
}

a,
button {
    border: none;
    outline:none!important;
    font-family: inherit;
    /* -webkit-tap-highlight-color: none; */
}

a {
	color: inherit;
	text-decoration: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

p {
	margin: 0;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}
