a {
    text-decoration: none
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input,
img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

.header {
    background-color: #F8F8F8;
}

.logo_header {
    height: 55px;
    width: 1006px;
    margin: auto;
}

.cclg_d {
    margin: 0 auto;
    width: 350px;
    padding-left: 25px;
    padding-top: 15px;
    float: left;
}

.cclg_r {
    margin: 0 auto;
    width: 50%;
    padding-left: 25px;
    padding-top: 15px;
    float: right;
}

.cclg_d img {
    float: left;
}

.cclg_d span {
    color: #333;
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    margin-left: 11px;
}

.cclg_r span {
    color: #666;
    float: right;
    font-family: "微软雅黑";
    font-size: 16px;
    margin-right: 6px;
}

.cclg_r a,
.div_td label a {
    color: #0563C3;
}

.content {
    width: 1006px;
    margin: auto;
}

.content p {
    font-size: 16px;
    color: #F72900;
}

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

.table_form {
    width: 100%;
}

.table_title {
    background-color: #DAECF8;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    width: 100%;
    color: #000;
}

td.tdlabel {
    text-align: right;
    padding-right: 10px;
    height: 45px;
    line-height: 20px;
    width: 200px;
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    background: #fff none repeat scroll 0 0;
    border-color: #cdcdcd;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    height: 34px;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 0 0 0 5px;
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "宋体", sans-serif;
    width: 400px;
}

input,
label,
img,
th {
    vertical-align: middle;
}

label {
    padding-right: 5px;
}

.div_td {
    display: table-cell;
    height: 34px;
    padding: 5px;
    vertical-align: middle;
}

.div_td label {
    font-weight: 100;
    max-width: 100%;
}

select {
    border: 1px solid #cdcdcd;
    color: #000;
    float: left;
    height: 34px;
    margin-right: 5px;
    padding-right: 20px;
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "宋体", sans-serif;
    vertical-align: middle;
    min-width: 100px;
}

select {
    -moz-appearance: none;
    padding-right: 14px;
}

.form-submit {
    text-align: center;
    margin: 10px 0 30px;
    width: 100%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.hide {
    display: none;
}

.btn_l {
    background: #f0a513 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 13px;
    margin-right: 20px;
    text-align: center;
    width: 300px;
}

.disabled {
    background: #DFDEDC none repeat scroll 0 0;
}

.tdlabel+td {
    position: relative;
}

.tdlabel+td label.error {
    position: absolute;
    left: 415px;
    top: 15px;
    color: red;
}

.tdlabel+td a.img {
    position: absolute;
    left: 370px;
    top: 10px;
}

.tdlabel+td a.checkcode {
    position: absolute;
    left: 280px;
    top: 13px;
    width: 120px;
    text-align: right;
    text-decoration: underline;
    color: #D36822;
}

.tdlabel+td a.img img {
    height: 30px;
}
