body {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
}
.main-page {
  width: 950px;
  margin: 40px auto 0;
}
.main-page .page-logo {
  height: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
}
.page-info {
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}
.page-info .title {
  color: #333;
  font-weight: bold;
}
.page-info p {
  margin: 5px 0;
  color: #666;
}
.page-info a {
  color: #1E88E5;
  text-decoration: none;
}
.page-list {
  display: none;
  width: 100%;
  height: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-list > li.item {
  list-style: none;
  float: left;
  padding: 0 4px;
  min-width: 20px;
  height: 24px;
  line-height: 24px;
  color: #616161;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 20px 12px;
  cursor: pointer;
}
.page-list > li.item.active {
  border-color: #1E88E5;
  color: #1E88E5;
  font-weight: 700;
}
.page-list > li.item:hover {
  background-color: #4489ca;
  color: #fff;
}
.separated {
  background: #eee;
  height: 1px;
  margin: 20px 0;
}
.separated.sm {
  margin: 10px 0 15px 0;
}
.error-tip {
  position: absolute;
  bottom: -20px;
  left: 160px;
  width: 300px;
  color: #e64340;
  font-size: 12px;
}
.letter-box {
  display: table;
}
.letter-box .letter-textbox,
.letter-box .letter-checkbox {
  width: 460px;
  height: 32px;
  margin: 16px 0;
  float: left;
  position: relative;
}
.letter-box .letter-textbox.left,
.letter-box .letter-checkbox.left {
  margin-right: 30px;
}
.letter-box .letter-textbox.long,
.letter-box .letter-checkbox.long {
  width: 950px;
}
.letter-box .letter-textbox.warning input,
.letter-box .letter-checkbox.warning input,
.letter-box .letter-textbox.warning .input,
.letter-box .letter-checkbox.warning .input {
  border: 1px solid #e64340;
  background-color: #f7ecf5;
}
.letter-box .letter-textbox.auto-height,
.letter-box .letter-checkbox.auto-height {
  height: auto;
  min-height: 240px;
}
.letter-box .letter-textbox .letter-label,
.letter-box .letter-checkbox .letter-label {
  position: absolute;
  top: 0;
  height: 32px;
  line-height: 32px;
  width: 160px;
  left: 0;
  font-size: 16px;
  color: #212121;
}
.letter-box .letter-textbox .letter-label .needed,
.letter-box .letter-checkbox .letter-label .needed {
  color: red;
}
.letter-box .letter-textbox .limit,
.letter-box .letter-checkbox .limit {
  position: absolute;
  height: 32px;
  width: 64px;
  line-height: 32px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 12px;
  z-index: 101;
  background-color: #f1f1f1;
}
.letter-box .letter-textbox .input,
.letter-box .letter-checkbox .input {
  width: 300px;
  box-sizing: border-box;
  padding: 0 16px;
}
.letter-box .letter-textbox .input.long,
.letter-box .letter-checkbox .input.long {
  width: 790px;
}
.letter-box .letter-textbox .career-select,
.letter-box .letter-checkbox .career-select,
.letter-box .letter-textbox .summary-select,
.letter-box .letter-checkbox .summary-select {
  position: absolute;
  top: 0;
  left: 160px;
}
.letter-box .letter-textbox .career-select input,
.letter-box .letter-checkbox .career-select input,
.letter-box .letter-textbox .summary-select input,
.letter-box .letter-checkbox .summary-select input,
.letter-box .letter-textbox .career-select .input,
.letter-box .letter-checkbox .career-select .input,
.letter-box .letter-textbox .summary-select .input,
.letter-box .letter-checkbox .summary-select .input {
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/icon18.jpg) no-repeat right #f1f1f1;
  background-size: 32px 32px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.letter-box .letter-textbox .career-select .option,
.letter-box .letter-checkbox .career-select .option,
.letter-box .letter-textbox .summary-select .option,
.letter-box .letter-checkbox .summary-select .option {
  position: absolute;
  padding: 5px 0 5px 16px;
  margin: 0;
  width: 258px;
  background: #f5f5f5;
  top: 32px;
  left: 0;
  color: #666;
  border: 1px #e0e0e0 solid;
  z-index: 999;
  list-style: none;
  max-height: 450px;
  overflow-y: auto;
}
.letter-box .letter-textbox .career-select .option > li,
.letter-box .letter-checkbox .career-select .option > li,
.letter-box .letter-textbox .summary-select .option > li,
.letter-box .letter-checkbox .summary-select .option > li {
  position: relative;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.letter-box .letter-textbox .career-select .option > li.selected,
.letter-box .letter-checkbox .career-select .option > li.selected,
.letter-box .letter-textbox .summary-select .option > li.selected,
.letter-box .letter-checkbox .summary-select .option > li.selected {
  color: #1E88E5;
}
.letter-box .letter-textbox .career-select .option > li a,
.letter-box .letter-checkbox .career-select .option > li a,
.letter-box .letter-textbox .summary-select .option > li a,
.letter-box .letter-checkbox .summary-select .option > li a {
  word-break: break-all;
}
.letter-box .letter-textbox .career-select .option > li:hover,
.letter-box .letter-checkbox .career-select .option > li:hover,
.letter-box .letter-textbox .summary-select .option > li:hover,
.letter-box .letter-checkbox .summary-select .option > li:hover {
  color: #4489ca;
  cursor: pointer;
}
.letter-box .letter-textbox .career-select .summary-select .inp,
.letter-box .letter-checkbox .career-select .summary-select .inp,
.letter-box .letter-textbox .summary-select .summary-select .inp,
.letter-box .letter-checkbox .summary-select .summary-select .inp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.letter-box .letter-textbox .career-select .option-summary > li .checkbox,
.letter-box .letter-checkbox .career-select .option-summary > li .checkbox,
.letter-box .letter-textbox .summary-select .option-summary > li .checkbox,
.letter-box .letter-checkbox .summary-select .option-summary > li .checkbox {
  position: absolute;
  top: 5px;
  left: -23px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #666;
}
.letter-box .letter-textbox .career-select .option-summary > li.selected,
.letter-box .letter-checkbox .career-select .option-summary > li.selected,
.letter-box .letter-textbox .summary-select .option-summary > li.selected,
.letter-box .letter-checkbox .summary-select .option-summary > li.selected {
  color: #1E88E5;
}
.letter-box .letter-textbox .career-select .option-summary > li.selected .checkbox:before,
.letter-box .letter-checkbox .career-select .option-summary > li.selected .checkbox:before,
.letter-box .letter-textbox .summary-select .option-summary > li.selected .checkbox:before,
.letter-box .letter-checkbox .summary-select .option-summary > li.selected .checkbox:before {
  position: absolute;
  top: -3px;
  left: -2px;
  content: '\e67d';
  font-family: 'cmsicon';
  color: #666;
  font-size: 20px;
}
.letter-box .letter-textbox .site-select,
.letter-box .letter-checkbox .site-select {
  position: absolute;
  top: 0;
  left: 161px;
}
.letter-box .letter-textbox .site-select .no-keyword,
.letter-box .letter-checkbox .site-select .no-keyword {
  line-height: 240px;
  text-align: center;
  font-size: 14px;
}
.letter-box .letter-textbox .site-select > input,
.letter-box .letter-checkbox .site-select > input {
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/icon18.jpg) no-repeat right #f1f1f1;
  background-size: 32px 32px;
}
.letter-box .letter-textbox .site-select.no-select > input,
.letter-box .letter-checkbox .site-select.no-select > input {
  background: #f1f1f1;
}
.letter-box .letter-textbox .site-select .option-wrapper,
.letter-box .letter-checkbox .site-select .option-wrapper {
  position: absolute;
  width: 790px;
  height: 320px;
  top: 32px;
  left: 0px;
  color: #333;
  border: 1px #e0e0e0 solid;
  z-index: 999;
  list-style: none;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 40px;
}
.letter-box .letter-textbox .site-select .option-wrapper *,
.letter-box .letter-checkbox .site-select .option-wrapper * {
  box-sizing: border-box;
}
.letter-box .letter-textbox .site-select .option-wrapper .search-bar,
.letter-box .letter-checkbox .site-select .option-wrapper .search-bar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.letter-box .letter-textbox .site-select .option-wrapper .search-bar .search-input,
.letter-box .letter-checkbox .site-select .option-wrapper .search-bar .search-input {
  left: 15px;
  top: 0;
  width: 758px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 40px;
}
.letter-box .letter-textbox .site-select .option-wrapper .search-bar .icon-search,
.letter-box .letter-checkbox .site-select .option-wrapper .search-bar .icon-search {
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 0;
  font-family: 'cmsicon';
  font-size: 14px;
  color: #616161;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.letter-box .letter-textbox .site-select .option-wrapper .search-bar .icon-search:before,
.letter-box .letter-checkbox .site-select .option-wrapper .search-bar .icon-search:before {
  content: '';
  display: none;
}
.letter-box .letter-textbox .site-select .option-wrapper .scroll-area,
.letter-box .letter-checkbox .site-select .option-wrapper .scroll-area {
  height: 280px;
  overflow: auto;
  padding: 10px 15px;
}
.letter-box .letter-textbox .site-select .option-wrapper .list-tip,
.letter-box .letter-checkbox .site-select .option-wrapper .list-tip {
  height: 40px;
  line-height: 40px;
  color: #999;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper {
  font-size: 14px;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper ul,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper ul,
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper li,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper li {
  list-style-type: none;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper ul,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper ul {
  font-size: 0;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 30px;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper ul li,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper ul li {
  width: 25%;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper ul li.self,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper ul li.self {
  margin-right: 75%;
}
.letter-box .letter-textbox .site-select .option-wrapper .sites-wrapper ul li:hover,
.letter-box .letter-checkbox .site-select .option-wrapper .sites-wrapper ul li:hover {
  color: #4489ca;
}
.letter-box .letter-textbox .title-suggestion,
.letter-box .letter-checkbox .title-suggestion {
  display: none;
  position: absolute;
  top: 32px;
  left: 158px;
  z-index: 9;
  width: 792px;
  height: 270px;
  border: 1px #e0e0e0 solid;
  background-color: #f1f1f1;
  overflow-y: auto;
  overflow-x: hidden;
}
.letter-box .letter-textbox .title-suggestion .btn-collapse,
.letter-box .letter-checkbox .title-suggestion .btn-collapse {
  position: absolute;
  right: 0;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
}
.letter-box .letter-textbox .title-suggestion .suggest-tip,
.letter-box .letter-checkbox .title-suggestion .suggest-tip {
  color: #aaa;
  font-size: 12px;
  line-height: 26px;
  padding: 0 8px;
  margin-top: 6px;
  padding-right: 100px;
}
.letter-box .letter-textbox .title-suggestion .suggestion-item,
.letter-box .letter-checkbox .title-suggestion .suggestion-item {
  display: block;
  height: 32px;
  padding: 0 8px;
  line-height: 32px;
  font-size: 16px;
  color: #616161;
  text-decoration: none;
}
.letter-box .letter-textbox .title-suggestion .suggestion-item em,
.letter-box .letter-checkbox .title-suggestion .suggestion-item em {
  font-style: normal;
  color: red;
}
.letter-box .letter-checkbox {
  margin: 0;
}
.letter-box .letter-checkbox span {
  vertical-align: middle;
  line-height: 16px;
  display: inline-block;
}
.letter-box .letter-checkbox .ipt-checkbox {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.letter-box .letter-textbox input,
.letter-box .letter-textbox .input {
  position: absolute;
  top: 0;
  height: 32px;
  line-height: 32px;
  border: none;
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
  left: 160px;
  outline: none;
  color: #616161;
  font-size: 16px;
  width: 300px;
  z-index: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.letter-box .letter-textbox input.disabled,
.letter-box .letter-textbox .input.disabled {
  cursor: not-allowed;
}
.letter-box .letter-textbox input.long,
.letter-box .letter-textbox .input.long {
  width: 790px;
}
.letter-box .letter-textbox input.short,
.letter-box .letter-textbox .input.short {
  width: 155px;
}
.letter-box .vericode-frame,
.letter-box .vericode-loading {
  position: absolute;
  top: 0;
  left: 340px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background-color: #2a6aa7;
}
.letter-box .vericode-loading {
  display: none;
  z-index: 10;
}
.letter-box .letter-content-container {
  margin: 16px 0;
  position: relative;
}
.letter-box .letter-content-container .letter-label {
  position: absolute;
  top: 0;
  height: 32px;
  line-height: 32px;
  width: 160px;
  left: 0;
  font-size: 16px;
  color: #212121;
}
.letter-box .letter-content-container .letter-label .needed {
  color: red;
}
.letter-box .letter-content-container .letter-content {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
  outline: none;
  border: none;
  border-top: none;
  margin: 0 0 0 160px;
  min-height: 240px;
  padding: 16px 16px 40px;
  width: 790px;
  color: #616161;
  font-size: 16px;
  resize: none;
  background-color: #f1f1f1;
  box-sizing: border-box;
  word-break: break-all;
  overflow: hidden;
}
.letter-box .letter-content-container .letter-content img {
  max-width: 100%;
}
.letter-box .letter-content-container .letter-content ul,
.letter-box .letter-content-container .letter-content ol {
  padding: 0 20px;
}
.letter-box .letter-content-container .letter-content * {
  max-width: 100%;
}
.letter-box .letter-content-container .letter-content table {
  width: 100%;
}
.letter-box .letter-content-container .letter-content pre {
  white-space: pre-wrap;
}
.letter-box .letter-content-container .content-tip {
  position: absolute;
  bottom: 5px;
  right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.letter-box .letter-content-container .content-tip .count {
  color: #f03939;
}
.letter-content-box .letter-textbox {
  float: none;
}
.letter-content-box .letter-textbox.left {
  float: left;
}
.letter-content-box .letter-textbox.code-box {
  margin-right: 0;
}
.letter-content-box .pub-box {
  margin-top: 10px;
}
.submit-btn {
  margin: 30px auto;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background-color: #2a6aa7;
}
.submit-btn.loading {
  cursor: not-allowed;
}
.page-title .title {
  font-size: 24px;
  color: #2a6aa7;
  text-align: center;
}
.result-container .page-title {
  margin-bottom: 40px;
}
.query-container {
  margin: 40px auto 70px auto;
}
.query-container > .tip {
  color: #616161;
}
.query-container .submit-btn {
  margin: 50px auto;
}
.query-container .query-title {
  margin-top: 10px;
  color: #2a6aa7;
}
.query-container .table {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.query-container .table .table-head {
  background-color: #ddd;
  height: 40px;
}
.query-container .table .k {
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
  float: left;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-indent: 8px;
  color: #333;
  overflow: hidden;
  position: relative;
}
.query-container .table .k.title {
  cursor: pointer;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.query-container .table .k.title.complete:hover {
  color: #2a6aa7;
}
.query-container .table .k.time {
  width: 15%;
}
.query-container .table .k.status,
.query-container .table .k.opt {
  width: 10%;
}
.query-container .table .k .link {
  color: #2a6aa7;
  cursor: pointer;
}
.query-container .table .k .text {
  color: #999;
}
.query-container .table .item {
  overflow: hidden;
}
.query-container .table .item.grey {
  background-color: #f2f2f2;
}
pre {
  font-family: normal;
  margin: 0;
}
.rating-box {
  position: absolute;
  left: 160px;
  width: 150px;
  margin: 6px 0;
  overflow: hidden;
}
.rating-box.no-hover .star-item {
  cursor: default;
}
.star-item {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 4px;
  font-family: cmsicon;
  font-size: 20px;
  color: #e6e6e6;
  cursor: pointer;
}
.star-item.hovered,
.star-item.active {
  color: #f9a825;
}
.my-star {
  position: absolute;
  left: 320px;
  width: 300px;
  margin: 6px 0;
  overflow: hidden;
}
.my-star .label {
  color: #999;
  font-size: 14px;
  float: left;
  padding-top: 2px;
  margin-right: 10px;
}
.my-star .star-item {
  cursor: default;
}
.btn-rate {
  height: 32px;
  line-height: 32px;
  color: #1E88E5;
  font-weight: 700;
  margin: 6px 0 6px 320px;
  cursor: pointer;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.68);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad000000, 0, 0, endColorstr=#ad000000, 0, 0);
  z-index: 88888;
}
.modal-star {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 300px;
  height: 210px;
  margin-left: -150px;
  margin-top: -130px;
  background-color: #fff;
}
.modal-star .header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #F6F6F6;
}
.modal-star .tip {
  text-align: center;
  color: #999;
  margin-top: 25px;
}
.modal-star .star-containner {
  margin: 13px auto 36px;
  font-size: 0;
  text-align: center;
}
.modal-star .star-containner .inner {
  font-size: 0;
}
.modal-star .star-containner .star-item {
  width: 27px;
  height: 27px;
  font-size: 27px;
  float: none;
  display: inline-block;
}
.modal-star .star-containner .star-item.hovered {
  color: #f9a825;
}
.modal-star .footer .btn-confirm,
.modal-star .footer .btn-cancel {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.modal-star .footer .btn-confirm {
  color: #fff;
  background-color: #1E88E5;
  margin-left: 65px;
}
.modal-star .footer .btn-confirm:hover {
  background-color: #4ea9f9;
}
.modal-star .footer .btn-cancel {
  line-height: 28px;
  color: #999;
  border: 1px solid #ddd;
  margin-left: 12px;
}
.modal-star .footer .btn-cancel:hover {
  background-color: #f1f1f1;
}
