﻿@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,
body {
    font-family: ' ',  , sans-serif;
    color: #666;
    background-image: none;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none;
    background: transparent;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
}

a:focus {
    outline: 0;
}

a:active,
a:hover,
a:after {
    outline: 0;
    transition: text-shadow 300ms ease-in 0ms, color 300ms ease-in 0ms;
    -webkit-transition: text-shadow 300ms ease-in 0ms, color 300ms ease-in 0ms;
    -o-transition: text-shadow 300ms ease-in 0ms, color 300ms ease-in 0ms;
    -moz-transition: text-shadow 300ms ease-in 0ms, color 300ms ease-in 0ms;
    transition: background 200ms ease-in 0ms, color 300ms ease-in 0ms;
    -webkit-transition: background 200ms ease-in 0ms, color 300ms ease-in 0ms;
    -o-transition: background 200ms ease-in 0ms, color 300ms ease-in 0ms;
    -moz-transition: background 200ms ease-in 0ms, color 300ms ease-in 0ms;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /* max-width: 80%; */
    height: auto;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    line-height: 200%;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f6f6f6;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}


/*工具栏*/

.toolbtn {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 99999;
}

.toolbtn a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    background: #fafafa;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.toolbtn a:hover {
    background: #5874d8;
    color: #fff;
}

.ix-relative.hs {
    background: #f6f6f6;
}

.pt {
    padding-top: 10px;
}

.pt2 {
    padding-top: 20px;
}