﻿@charset "utf-8";

/* CSS reset */

 ::selection {
    background-color: #31a3d1;
    color: #fff;
}

 ::-moz-selection {
    background-color: #31a3d1;
    color: #fff;
}

 ::-webkit-selection {
    background-color: #31a3d1;
    color: #fff;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

input::-webkit-input-placeholder {
    color: #313131;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #313131;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #313131;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #313131;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body {
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    color: none;
    background: none;
    margin: 0;
    line-height: 1;
}

 :focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'iconfont';
    /* project id 626950 */
    src: url('http://at.alicdn.com/t/font_626950_a971dprtyxb.eot');
    src: url('http://at.alicdn.com/t/font_626950_a971dprtyxb.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_626950_a971dprtyxb.woff2') format('woff2'), url('http://at.alicdn.com/t/font_626950_a971dprtyxb.woff') format('woff'), url('http://at.alicdn.com/t/font_626950_a971dprtyxb.ttf') format('truetype'), url('http://at.alicdn.com/t/font_626950_a971dprtyxb.svg#iconfont') format('svg');
}

.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;
}