﻿html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    min-height: 100%;
}

body, ol, ul, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei","Hiragino Sans GB";
}

body {
    font: 14px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #367fa9;
    text-decoration: none;
}

    a:hover {
        color: #459ae9;
        text-decoration: none;
    }

li {
    list-style: none;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

b, strong {
    font-weight: 700;
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

p {
    margin: 0 0 10px;
}

/*弹框*/
.modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.modal-dialog {
    width: 800px;
    margin: 80px auto;
}

.modal-body {
    color: #333;
    padding: 20px;
    background-color: #fff;
}

.modal-content {
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #dee5e7;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f4f8;
}


.finishtable {
    border: 1px solid #459ae9;
    line-height: 30px;
    border-right: none;
    border-bottom: none;
    cellspacing: 0px;
    cellpadding: 0px;
    border-collapse: collapse;
    width: 500px;
    margin: 0 auto;
}

    .finishtable td {
        border-right: 1px solid #459ae9;
        border-bottom: 1px solid #459ae9;
    }

.finishname {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.green {
    color: #219605;
}
.red {
  color:#ff0000;
}

.bold {
  font-weight:bold;
}

.finishvalue {
    text-align: left;
    padding-left: 20px;
}

.chadanwarn {
    color: #ff0000;
    font-size: 35px;
    text-align: center;
    margin-top:50px;
    font-weight:1000;
}

.chadanimg {
    text-align: center;
}

.sendbtn {
    display: inline-block;
    float: right;
    padding-left: 10px;
    background-color: #459ae9;
    color: white;
    border-radius: 5px;
    width:115px;
}

a.sendbtn:hover {
    color: white;
    text-decoration: none;
}


/*新增广告位*/
.advertising-space {
    position: absolute;
    top: 18%;
    z-index: 2;
}

.left-space {
    left: 2%;
}

.right-space {
    right: 2%;
}

.add-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal {
    min-width: 800px;
}