﻿html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, p, textarea, input, select, option, form, tr, th, td, img, em, i, var, strong {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: '微软雅黑',Tahoma,Arial,sans-serif;
}

body {
    overflow-y: scroll;
    overflow-x: auto;
    /*min-width: 1260px;*/
}

body, html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

em {
    font-style: normal;
}

li {
    list-style: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

.unvis {
    visibility: hidden;
}

.undis {
    display: none;
}

.dis {
    display: block;
}

a, textarea, input {
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

em, i {
    font-style: normal;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.yh {
    font-family: "微软雅黑";
    font-weight: normal;
}

.no-padding {
    padding: 0 !important;
}

.no-pd-l {
    padding-left: 0;
}

.no-margin {
    margin: 0;
}

/*.bg*/
.bg-none, .bg-none > .list-group-item {
    background-color: transparent;
    box-shadow: none;
}

.posr {
    position: relative;
    *zoom: 1;
}

.clear {
    clear: both;
}

.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .form-control.error:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.error {
    color: #a94442;
}

.orange {
    color: #ffc403;
}

.required {
    color: red;
    font-size: 14px;
    margin-right: 4px;
}

.panel {
    overflow: hidden;
    text-align: left;
}