@charset "utf-8";
/*初始化样式*/
* {
    -webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*html5设置*/
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
html, body, div, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, p, h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #333;
    font: normal 18px/1.77778em 'Arial', 'Sans-serif';
    overflow-x: hidden;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    outline: none;
    color: #333;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    color: #215aa8;
}
a img {
    border: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
li {
    list-style: none;
}
select, input, textarea, button {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Arial', 'Sans-serif';
    font-size: 1em;
}
input:focus {
    outline: none;
}
textarea {
    resize: none;
}
input::-moz-placeholder {
    opacity: 0.75;
    color: inherit;
}
input:-moz-placeholder {
    opacity: 0.75;
    color: inherit;
}
input::-webkit-input-placeholder {
    opacity: 0.75;
    color: inherit;
}
input:-ms-input-placeholder {
    opacity: 0.75;
    color: inherit;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    box-sizing: border-box;
}
table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}
table td, table th {
    padding: 5px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
/*全局样式*/
.inner {
    width: 93.75%;
    max-width: 1400px;
    margin: 0 auto;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.figure {
    overflow: hidden;
    position: relative;
}
.figure a {
    display: block;
}
.figure img {
    display: block;
    width: 100%;
    height: auto;
}
.figure .img {
    background: no-repeat center center;
    background-size: cover;
    display: block;
    transition: all .3s;
}
.rows {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.submit {
    cursor: pointer;
}
/* @font-face {font-family: 'xiaowei'; src: url('../font/xiaowei.otf') format('opentype'); } */