﻿@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, legend, button, input, textarea, label, th, td, a, img { margin: 0; padding: 0; border: 0; outline: 0; }
* { box-sizing: border-box; transition: all 0.3s; }
body { font: 16px/2 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; overflow-x: hidden; font-size: 62.5%; font-size: 187.5%; }
img { max-width: 100%; height: auto; vertical-align: middle; border-style: none; }
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
/*设置默认字体*/
:focus { outline: 0; }
ul, ol { list-style: none; }
/*重置列表*/
fieldset, img { border: 0 none; vertical-align: top; }
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup { font-style: normal; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code, kbd, samp, tt { font-size: 100%; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%; outline: none; }
/*
form label {
    cursor: pointer;
}
*/

textarea { resize: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*重置表格*/
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.fl { float: left; }
.fr { float: right; }
a { color: #333; text-decoration: none; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; transition: color .2s ease-in-out; -webkit-transition: background-color .2s ease-in-out; -moz-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out; transition: All 0.4s ease; }
a:hover { text-decoration: none; }
a.special, .special a { color: #1eb37b; }
a.special:hover, .special a:hover { color: #1eb37b; text-decoration: none; }
::-webkit-input-placeholder {
color:#999;
}
:-moz-placeholder {
color:#999;
}
::-moz-placeholder {
color:#999;
}
:-ms-input-placeholder {
color:#999;
}
@media screen and (max-width: 1680px) {
body { font-size: 15px; }
}
@media screen and (max-width: 1440px) {
body { font-size: 14px; }
}
@media screen and (max-width: 1366px) {
body { font-size: 13px; }
}

