﻿@charset "UTF-8";
/**!
* 信件详细信息
* date: 2021-07-31
* author: hhj;
*/
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #c00107;
}

.main {
  margin-bottom: 45px;
}

.sec-nav {
  width: 206px;
}

.sec-nav-tt {
  height: 68px;
  line-height: 68px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/list_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.sec-nav-list {
  padding: 0 20px;
}

.sec-nav-item {
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  text-align: center;
}

.sec-nav-item a {
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-nav-item:hover a {
  color: #c00107;
}

.sec-nav-item.active a {
  color: #c00107;
  font-weight: bold;
  font-size: 18px;
}

.menu {
  min-height: 566px;
  padding-bottom: 30px;
}

.box-shadow {
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.query {
  margin: 33px 20px 0 20px;
}

.query-txt {
  margin-bottom: 16px;
  padding-left: 8px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  border: 1px solid #d5dae4;
  border-radius: 4px;
  font-size: 15px;
  transition: border 0.2s ease-out;
}

.query-txt:focus {
  border: 1px solid #c00107;
}

.query-btn {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  background: #c00107;
  cursor: pointer;
}

/* 右侧 */
.right-box {
  margin-left: 28px;
  width: calc(100% - 206px - 28px);
  padding: 34px 34px 45px;
  min-height: 566px;
}

table {
  width: 100%;
  table-layout: fixed;
}

table,
tr,
td {
  border: 1px solid #fddde2;
}

.table-box td {
  height: 50px;
  font-size: 14px;
  color: #333;
}

.table-box .evaluate-box {
  padding: 24px 18px;
  line-height: 42px;
  background-color: #fcfafb;
}

.letter-tt {
  background-color: #fcfafb;
  text-align: right;
  padding-right: 22px;
}

.letter-con {
  background-color: #fcfafb;
  padding: 9px 20px;
  line-height: 30px;
}

.evaluate-model {
  height: 42px;
  line-height: 42px;
}

.evaluate-tt {
  float: left;
  padding-right: 18px;
  color: #333;
}

.evaluate-input {
  width: 261px;
}

.input-text {
  padding: 0 20px;
  width: 100%;
  height: 42px;
  line-height: 40px;
  border: 1px solid #d5dae4;
  border-radius: 4px;
  font-size: 18px;
}

.input-text:focus {
  border: 1px solid #c00107;
}

.evaluate-left,
.evaluate-input {
  float: left;
}

.evaluate-right {
  float: left;
  margin-left: 32px;
}

.radio-node {
  float: left;
  margin-right: 27px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}

.iradio.checked + span {
  color: #c00107;
}

.radio-node:last-child {
  margin-right: 0;
}

.radio-node .iradio {
  margin-top: 9px;
}

.form-btns {
  margin-top: 45px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.form-btns button {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 150px;
  height: 50px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.send-out {
  border: 1px solid #c00107;
  background: #c00107;
  color: #fff;
}

.rewrite {
  border: 1px solid #c00107;
  background: #fff;
  color: #c00107;
}

.iradio.checked {
  background-image: url("../images/checked.png");
}