@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------
 * reset css
 * -------------------------------------------------
*/
* {
    margin: 0;
    padding: 0;
}
ul{
    padding:0;
    margin:0;
}
em,i{
    font-style: normal;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
    font-family: "SourceHanSansSC-Regular";
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset {
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, label {
    vertical-align: middle;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 0 0;
}

/* hn */
h1, h2 {
    line-height: 36px;
}

h3 {
    line-height: 27px;
}

h4, h5, h6 {
    line-height: 18px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5, h6 {
    font-size: 12px;
}

/* ul ol dl */

ul, ol {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

ul li, ol li, dl dd {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

ul ul,
ul ol,
ol ol,
ol ul,
dl dd {
    margin-bottom: 0;
    list-style: none;

}

ul.nostyle {
    list-style: none outside none;
}

ul.nostyle li {
    margin-left: 0;
}

ul.inline-style {
    list-style: none outside none;
}

ul.inline-style li {
    float: left;
    display: inline;
    margin-left: 0;
}

dl {
    margin: 0 0 0 0px;
}

dt {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

dd {
    margin: 0 0 0 9px;
    padding: 0;
}

/* html5 */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;

}

/*带时分秒的日期控件中选中日期的样式*/
table.x-datepicker-inner .x-datepicker-selecteds a {
    background: repeat-x left top;
    background-color: #E9F0E8;
    border: 1px solid #b2aaa9;
}

/* line 196, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-selecteds span {
    font-weight: bold;
}
.hide{
    display: none !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}
label{
    margin-bottom:0;
}