h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
}

ul,
ol,
li {
    margin: 0;
}

p {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    background-color: #e2f0fe;
}

@font-face {
    font-family: '微软雅黑';
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

h1 {
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    color: #ffbb33;
    text-align: left;
    padding-left: 8px;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 10px;
}

a>i,
p>i,
h1>i,
h2>i,
h3>i,
h4>i {
    margin-right: 8px;
    color: #333;
}

h3 {
    color: #f79100;
    margin-top: 20px;
    margin-bottom: 10px;
}

.alert {
    padding: 5px 10px;
    margin-bottom: 10px;
}

.footer {
    margin: 10px 0;
}

.footer caption {
    font-size: 16px;
}

.btn-sty0 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #FFE590;
    /*#65a7e8*/
    color: #888;
    padding: 10px 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.btn-sty1 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #65a7e8;
    color: #fff;
    padding: 8px 0;
    border: none;
    cursor: pointer;
}

.btn-sty2 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #ec6941;
    color: #fff;
    padding: 8px 0;
    margin-top: 15px;
}

.btn-sty3 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #FFD13C;
    color: #666;
    padding: 8px 0;
    margin-bottom: 15px;
    text-decoration: none;
}

.btn-sty3:hover {
    color: #666;
    opacity: 1;
}

.btn-sty3:active {
    color: #fff;
}

.btn-sty3.disable {
    background-color: #ccc;
}

.navbar .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 10px;
    border-right: 1px solid #e7e7e7;
    min-height: 26px;
}

.navbar .btn-home {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 10px;
    border-left: 1px solid #e7e7e7;
    min-height: 26px;
}

.navbar .btn-back i,
.navbar .btn-home i {
    font-size: 20px;
}

.header-title {
    width: 100%;
    max-height: 38px;
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    overflow: hidden;
}


/***********表单*************/

.form-group>* {}

.control-label {
    margin: 8px 0 0 0;
    text-align: right;
    padding-right: 0;
}


/***********公告*************/

.gonggao p span {
    color: #65a7e8;
}

.gonggao .liucheng>div {
    float: left;
    width: 70%;
    text-align: center;
}

.gonggao .liucheng>div i {
    padding: 10px;
    border: 1px solid #f79100;
    border-radius: 6px;
    color: #f79100;
    font-size: 30px;
}

.gonggao .liucheng>div span {
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
}

.gonggao .liucheng>i {
    float: left;
    width: 30%;
    margin-top: 15px;
    color: #f79100;
    opacity: 0.6;
    font-size: 20px;
}


/***********首页*************/

.user-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
    padding: 4px;
    text-align: center;
}

.user-link i {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.index {
    margin-top: 8px;
}

.index-box {
    text-align: center;
    border: 1px solid #aaa;
    padding: 10px;
    /*background-color: #98ccfe;*/
}

.index-box.no1 {
    border-top: none;
    border-left: none;
}

.index-box.no2 {
    border-top: none;
    border-right: none;
}

.index-box.no3 {
    border-bottom: none;
    border-left: none;
}

.index-box.no4 {
    border-bottom: none;
    border-right: none;
}

.row .index-box:first-child {
    border-right: none;
}

.index .row:first-child .index-box {
    border-bottom: none;
}

.index-box div {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.index-box div img {
    margin: 0 auto;
    max-width: 50px;
}

.index-box i {
    padding: 10px;
    background-color: #FFB03C;
    /*#f79100*/
    color: #fff;
    font-size: 20px;
}

.index-box span {
    float: left;
    width: 100%;
    color: #666;
}

.modal-header {
    border: none;
    color: #ddd;
}

caption {
    font-size: 18px;
    padding-bottom: 10px;
}


/***********选择日期*************/

.table>thead>tr>th,
.table>tbody>tr>td {
    padding: 4px;
}

.pickdate {
    position: relative;
}

.pickdate th {
    font-size: 12px;
}

.pickdate th span {
    font-weight: normal;
    display: block;
    font-size: 10px;
}

.pickdate td {
    font-size: 10px;
}

.pickdate td {
    cursor: pointer;
}

.pickdate td.date-disable {
    background-color: #ccc;
    cursor: default;
}

.pickdate td.date-filled {
    background-color: #e60012;
    cursor: default;
    color: #fff;
}

.pickdate td.date-checked {
    background-color: #32b16c;
    color: #fff;
}


/**********upload**********/

a.btn_addimage {
    float: left;
    width: 90px;
    height: 90px;
    padding: 22px 0;
    cursor: pointer;
    border: 1px dashed #ddd;
    color: #ddd;
    font-size: 30px;
    text-align: center;
    overflow: hidden;
}

.addimage {
    position: relative;
}

.addimage img {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 8px;
    margin-bottom: 8px;
    z-index: 1;
}

.addimage .zhezhao {
    display: none;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    width: 90px;
    height: 90px;
}

.addimage .zhezhao:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
}

.addimage i {
    /*display: none;*/
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    color: red;
    top: 2px;
    right: 4px;
}

.addimage .fangda {
    /*display: none;*/
    position: absolute;
    z-index: 1000;
    top: 35px;
    left: 35px;
    cursor: pointer;
    color: #fff;
    font: normal normal normal 26px/1 "FontAwesome";
}

.addimage .fangda:before {
    content: "\f002";
}

.msg_image {
    float: left;
    display: none;
    height: 90px;
    margin-left: 20px;
    padding: 25px 0;
    color: #FF7B3C;
}

.yuyue-submit {
    margin-top: 10px;
    margin-bottom: 20px;
}

.panel-heading span{
  color: red;
  margin-left: 8px;
  /*font-size: 20px;*/
}

/*********我的***********/

.panel-group p {
    text-indent: 2em;
}

.panel-group p.noindent {
    text-indent: 0;
}

.panel-group p span {
    color: #65a7e8;
}

.btn-cancel {
    cursor: pointer;
}

.status0 {
    color: #FF3C3C;
}

.status1 {
    color: #3BF93B;
}

.status2 {
    color: #F93BA3;
}

.title-receipt {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

/**********查询************/

.chaxun {
    padding-top: 90px;
    padding-bottom: 30px;
    background: transparent url(/public/images/bg_chaxun.jpg) 0 0 no-repeat;
    margin-top: -20px;
    min-height: 200px;
    background-size: 100% auto;
}

.modal {
    display: none;
}

.well {
    padding: 10px 20px;
}

.well table {
    margin-bottom: 10px;
}

@media (min-width: 768px) {}