﻿/* 页面主要重置样式 */
html,
body {
    margin: 0;
    padding: 0
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
    list-style-type: none
}

em {
    font-style: normal
}

body {
    background: #fff;
    font-size: 12px;
    color: #707070;
    font-family: "Microsoft yahei", sans-serif;
    text-decoration: none
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

textarea {
    overflow: auto !important
}

button {
    overflow: visible
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

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
}

* {
    -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
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

*:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #cecece;
    font-size: 14px
}

:-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

::-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #cecece;
    font-size: 14px
}

img {
    vertical-align: middle;
    border: 0
}

a {
    color: #707070;
    text-decoration: none
}

a:hover,
a:active {
    color: #60a9d7;
    text-decoration: none
}

.show {
    display: inline-block
}

.scroll {
    overflow-y: auto;
    display: block !important
}

hr {
    border: 0;
    border-bottom: 1px solid #cfd2d9
}

@font-face {
    font-family: "iconfont";
    src: url('img/iconfont02.eot');
    src: url('img/iconfont02.eot?#iefix') format('embedded-opentype'), url('img/iconfont.woff') format('woff'), url('img/iconfont01.ttf') format('truetype'), url('img/iconfont01.svg') format('svg')
}

/*初始化样式*/
html,
body {
    margin: 0;
    padding: 0;
}

ul li{list-style: none;}
.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tb_c {
    display: table-cell;
    vertical-align: middle;
}

body.overflow,
html.overflow {
    overflow-y: hidden
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #999;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #999;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: rgba(0, 70, 142, 1);
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

A {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*[class~="iconfont"],
*[class*="iconfont"],
*[class~="e_icon"],
*[class*="e_icon"],
*[class*="in_icon"],
*[class~="in_icon"],
*[class*="link_icon"],
*[class~="icon-from-user"]:after,
*[class*="icon-from-user"]:after{
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
