* {
    box-sizing: border-box;
    box-sizing: content-box;
    box-sizing: padding-box;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

button,
input {
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-weight: normal;
    margin: 0;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*鍘绘帀鎵嬫満鐐瑰嚮鏄剧ず鍧楃姸*/
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
ol,
li,
dd,
dt {
    margin: 0;
    list-style: none;
    padding: 0;
}


/* 浼被Reset */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img{max-width: 100%;}
/*iphone*/

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/* 閲嶇疆琛ㄥ崟鎺т欢鍨傜洿灞呬腑*/

input,
select,
textarea,
button {
    vertical-align: middle;
    padding: 0;
    outline: none;
}

/*娓呴櫎娴姩*/

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 瑙﹀彂 hasLayout */
    zoom: 1;
}

.fl{float: left;}

.fr{float: right;}

/*鍥炬爣*/
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*杩囧害鍔ㄧ敾*/

.Tsition-03 {
    transition: all .3s;
    -webkit-transition: all .3s;
}

/*琛ㄦ牸*/

table {width: 100%;}
