﻿.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
* {
  padding: 0;
  margin: 0;
  font-family: 微软雅黑, serif;
}
@font-face {
  font-family: 'cmsicon';
  /* project id 296545 */
  src: url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.eot');
  src: url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.woff2') format('woff2'), url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.woff') format('woff'), url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.ttf') format('truetype'), url('//at.alicdn.com/t/font_296545_9qsnrg9xljn.svg#cmsicon') format('svg');
}
body {
  min-width: 1200px;
  position: relative;
}
a {
  text-decoration: none;
  color: #333;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.index-search-box {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f2f3;
  height: 56px;
  padding: 10px 20px 5px 20px;
  margin-top: 50px;
}
.index-search-box * {
  font-family: cmsicon !important;
}
.index-search-box .first-box {
  line-height: 35px;
  height: 35px;
}
.index-search-box .first-box label {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.index-search-box .adv-link {
  float: right;
  color: #2f6ea2;
  margin-left: 30px;
}
.index-search-box.sm {
  height: 60px;
  margin-bottom: 50px;
  padding-top: 12px;
}
.index-search-box.sm .first-box label {
  float: left;
}
.index-search-box label {
  color: #333;
  font-weight: bold;
}
.index-search-box input {
  background-color: #fff;
  border: none;
  outline: none;
  height: 35px;
  line-height: 35px;
  width: 190px;
  box-sizing: border-box;
  padding: 0 15px;
  float: right;
  font-size: 16px;
}
.index-search-box input.sm {
  width: 135px;
}
.index-search-box input.big {
  width: 430px;
}
.index-search-box .btn {
  background: #fff;
  height: 35px;
  border: 1px solid #2f6ea2;
  line-height: 35px;
  color: #2f6ea2;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
}
.index-search-box .btn.search {
  float: right;
  padding: 0 30px;
  background-color: #f05669;
  border: none;
  color: #fff;
}
.index-search-box .btn.phone-code {
  width: 120px;
  padding: 0;
}
.index-search-box .search_history {
  margin-top: 13px;
  text-align: left;
  font-size: 12px;
}
.index-search-box .search_history a {
  color: #1E88E5;
}
.dept-box {
  margin-top: 30px;
}
.dept-box .dept-title {
  height: 50px;
  box-sizing: border-box;
  clear: both;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.dept-box .dept-title h3 {
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 14px;
  font-weight: bold;
  border-bottom: 4px solid #2f6ea2;
}
.dept-box .dept-list ul {
  overflow: hidden;
  margin-top: 10px;
}
.dept-box .dept-list ul li {
  font-size: 14px;
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  list-style: none;
  box-sizing: border-box;
  padding-left: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.dept-box .dept-list ul li:hover {
  background-color: #F2F2F2;
}
.dept-box .dept-list ul li a {
  display: inline-block;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  box-sizing: border-box;
}
.router {
  overflow: hidden;
  margin: 20px 0 35px 0;
}
.router * {
  font-family: cmsicon !important;
}
.router .pos {
  float: left;
  color: #2f6ea2;
  font-size: 18px;
}
.router a {
  float: left;
  margin: 0 8px;
}
.router .right-icon {
  color: #333;
  font-size: 14px;
  margin-top: 4px;
}
.tips-box a {
  color: #1E88E5;
}
.tips-box p {
  font-size: 15px;
  line-height: 40px;
}
.tips-box .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.select-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.select-box * {
  font-family: cmsicon !important;
}
.select-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
}
.option {
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  margin: 0;
  width: 240px;
  background: #fff;
  top: 35px;
  left: 0;
  color: #666;
  border: 1px #e0e0e0 solid;
  z-index: 999;
  list-style: none;
  box-shadow: 0px 5px 20px 0px rgba(63, 105, 140, 0.2);
}
.option li {
  padding: 0 15px;
  line-height: 30px;
  cursor: pointer;
}
.option a {
  font-weight: normal;
}
.choice-box {
  padding: 70px 37.5px 90px 37.5px;
  overflow: hidden;
}
.choice-box .item {
  width: 310px;
  height: 140px;
  float: left;
  margin: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.choice-box .item:hover {
  box-shadow: 0px 5px 20px 0px rgba(63, 105, 140, 0.2);
}
.choice-box .item img {
  width: 310px;
  height: 100px;
  float: left;
}
.choice-box .item .text {
  height: 40px;
  line-height: 38px;
  text-align: center;
}
.selecttype-box .title {
  margin: 50px 0 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.selecttype-box .type-list {
  height: 200px;
  padding: 20px 20px 0 20px;
}
.selecttype-box .type-list .item {
  width: 170px;
  height: 170px;
  text-align: center;
  float: left;
  margin: 0 11px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px rgba(63, 105, 140, 0.2);
  cursor: pointer;
}
.selecttype-box .type-list .item img {
  height: 70px;
  margin: 25px 0;
}
.selecttype-box .type-list .item img.gm {
  width: 51px;
  height: 71px;
}
.selecttype-box .type-list .item img.jg {
  width: 69px;
  height: 71px;
}
.selecttype-box .type-list .item img.fr {
  width: 70px;
  height: 69px;
}
.selecttype-box .type-list .item img.zz {
  width: 90px;
  height: 70px;
}
.selecttype-box .type-list .item img.qt {
  width: 70px;
  height: 71px;
}
.query-box#result-box {
  display: none;
}
.query-box .title {
  margin: 50px 0 10px 0;
  font-size: 24px;
  font-weight: bold;
}
.query-box .search_history {
  margin-top: 13px;
  text-align: left;
  font-size: 16px;
}
.query-box .search_history a {
  color: #1E88E5;
}
.query-box .tips {
  color: #666;
}
.query-box .table-box table {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
}
.query-box .table-box table tr {
  border: 1px solid #eee;
}
.query-box .table-box table th,
.query-box .table-box table td {
  text-align: center;
  padding: 10px;
}
.query-box .table-box table th.id,
.query-box .table-box table td.id {
  width: 120px;
}
.query-box .table-box table th.date,
.query-box .table-box table td.date {
  width: 200px;
}
.query-box .table-box table th.status,
.query-box .table-box table td.status {
  width: 100px;
}
.query-box .table-box table th.op,
.query-box .table-box table td.op {
  width: 100px;
}
.query-box .table-box table th .op-item,
.query-box .table-box table td .op-item {
  color: #1E88E5;
  cursor: pointer;
}
.query-box .input-box {
  width: 1200px;
  background-color: #f2f2f2;
  padding: 55px 40px 40px 40px;
  margin-top: 20px;
  box-sizing: border-box;
}
.query-box .input-box .row {
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.query-box .input-box label {
  float: left;
  width: 250px;
  text-align: right;
  margin-right: 10px;
  height: 35px;
  margin-left: 280px;
  line-height: 35px;
}
.query-box .input-box label .need {
  color: #e64340;
}
.query-box .input-box input {
  background-color: #fff;
  border: none;
  outline: none;
  height: 35px;
  line-height: 35px;
  width: 250px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  float: left;
}
.query-box .input-box input.sm {
  width: 148px;
}
.query-box .input-box input.big {
  width: 380px;
}
.query-box .input-box .btn {
  height: 35px;
  border: 1px solid #2f6ea2;
  line-height: 35px;
  color: #2f6ea2;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  float: left;
  margin-left: 10px;
}
.query-box .input-box .btn.search {
  float: right;
  padding: 0 30px;
  background-color: #f05669;
  border: none;
  color: #fff;
}
.query-box .input-box .btn.ok {
  width: 92px;
  color: #fff;
  background-color: #2f6ea2;
}
.apply-table .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 30px 0;
}
.apply-table .step-box {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 22px;
  margin-bottom: 40px;
}
.apply-table .step-box .step-title {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.apply-table .step-box .step-title .step-num {
  margin: 20px 0;
  box-sizing: border-box;
  float: left;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 33px;
  font-size: 18px;
  font-weight: bold;
  color: #2f6ea2;
  border: 1px solid #2f6ea2;
  text-align: center;
}
.apply-table .step-box .step-title .text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 25px 0 25px 15px;
  float: left;
}
.apply-table .step-box .input-box {
  box-sizing: border-box;
  padding: 40px 20px;
  display: table;
}
.apply-table .step-box .input-box .letter-textbox {
  width: 500px;
  height: 44px;
  margin: 16px 0;
  float: left;
  position: relative;
}
.apply-table .step-box .input-box .letter-textbox.tip-rows {
  margin: 0;
}
.apply-table .step-box .input-box .letter-textbox.textarea {
  height: 200px;
}
.apply-table .step-box .input-box .letter-textbox.left {
  margin-right: 80px;
}
.apply-table .step-box .input-box .letter-textbox.long {
  width: 1080px;
}
.apply-table .step-box .input-box .letter-textbox.warning input,
.apply-table .step-box .input-box .letter-textbox.warning .input {
  border: 1px solid #e64340;
  background-color: #f7ecf5;
}
.apply-table .step-box .input-box .letter-textbox.auto-height {
  height: auto;
  min-height: 240px;
}
.apply-table .step-box .input-box .letter-textbox .letter-label {
  position: absolute;
  top: 0;
  height: 44px;
  line-height: 44px;
  width: 170px;
  left: 0;
  font-size: 15px;
  color: #212121;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
}
.apply-table .step-box .input-box .letter-textbox .letter-label .needed {
  color: red;
}
.apply-table .step-box .input-box .letter-textbox input[type='text'],
.apply-table .step-box .input-box .letter-textbox .input {
  position: absolute;
  top: 0;
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: #f1f1f1;
  padding: 0 15px;
  margin: 0;
  left: 170px;
  outline: none;
  color: #616161;
  font-size: 16px;
  width: 330px;
  z-index: 100;
  box-sizing: border-box;
}
.apply-table .step-box .input-box .letter-textbox input[type='text'].long,
.apply-table .step-box .input-box .letter-textbox .input.long,
.apply-table .step-box .input-box .letter-textbox input[type='text'].long.display,
.apply-table .step-box .input-box .letter-textbox .input.long.display {
  width: 910px;
}
.apply-table .step-box .input-box .letter-textbox input[type='text'].short,
.apply-table .step-box .input-box .letter-textbox .input.short {
  width: 175px;
}
.apply-table .step-box .input-box .letter-textbox .tips-content {
  background-color: #f1f1f1;
  left: 170px;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 870px;
}
.apply-table .step-box .input-box .letter-textbox .radio-box {
  position: relative;
  overflow: hidden;
  zoom: 1;
  min-height: 40px;
  display: block;
  padding-left: 10px;
  cursor: pointer;
  float: left;
  width: 180px;
}
.apply-table .step-box .input-box .letter-textbox .radio-box input[type='radio'] {
  float: left;
  margin-top: 11px;
  margin-bottom: 4px;
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #b8b8b8;
  vertical-align: top;
}
.apply-table .step-box .input-box .letter-textbox .radio-box span {
  width: auto;
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
}
.apply-table .step-box .input-box .letter-textbox .tips-text {
  color: #888;
}
.apply-table .step-box .input-box .letter-textbox .btn {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 160px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.apply-table .step-box .input-box .letter-textbox .btn.ok {
  color: #fff;
  background-color: #2f6ea2;
}
.apply-table .step-box .input-box .letter-textbox .btn.return {
  color: #2f6ea2;
  border: 1px solid #2f6ea2;
}
.apply-table .step-box .input-box .letter-textbox .btn .input-file {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  color: transparent;
  font-size: 100px;
  z-index: 999;
  height: 130%;
  width: 160px;
}
.apply-table .step-box .input-box .letter-textbox .file-msg {
  display: none;
  height: 40px;
  line-height: 40px;
  float: left;
}
.apply-table .step-box .input-box .letter-textbox .delete-btn {
  cursor: pointer;
  color: #EF5350;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.apply-table .step-box .input-box .letter-textbox .letter-content {
  outline: none;
  border: none;
  border-top: none;
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.2);
  height: 200px;
  box-sizing: border-box;
  padding: 16px;
  width: 910px;
  color: #616161;
  font-size: 16px;
  resize: none;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 170px;
}
.apply-table .step-box .input-box .letter-textbox .input {
  width: 320px;
}
.apply-table .step-box .input-box .letter-textbox .input.long {
  width: 840px;
}
.apply-table .step-box .input-box .vericode-frame,
.apply-table .step-box .input-box .vericode-loading {
  position: absolute;
  top: 0;
  left: 355px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background-color: #2f6ea2;
}
.apply-table .step-box .input-box .vericode-loading {
  display: none;
  z-index: 10;
}
.result-frame {
  min-height: 600px;
  box-sizing: border-box;
  padding: 0 27px;
  overflow: hidden;
}
.result-frame * {
  box-sizing: border-box;
}
.result-frame .left-part {
  float: left;
  width: 760px;
  overflow: hidden;
}
.result-frame .left-part .title {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
.result-frame .left-part .result-table {
  width: 740px;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.result-frame .left-part .result-table td {
  font-size: 16px;
  height: 55px;
  word-break: break-all;
  padding: 0 7px;
}
.result-frame .left-part .result-table td.id {
  width: 150px;
}
.result-frame .left-part .result-table td.unit_name {
  width: 250px;
}
.result-frame .left-part .result-table td.created_at {
  width: 105px;
}
.result-frame .left-part .result-table td.status {
  width: 80px;
}
.result-frame .left-part .result-table td.op {
  width: 165px;
}
.result-frame .left-part .result-table td.op span {
  color: #2f6ea2;
  margin-right: 5px;
  cursor: pointer;
}
.result-frame .left-part .result-table td.op #postscript {
  display: none;
}
.result-frame .left-part .thead {
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 0;
}
.result-frame .left-part .tbody {
  font-size: 0;
}
.result-frame .left-part .cell {
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}
.result-frame .left-part .item-frame {
  margin-top: 25px;
  width: 740px;
  min-height: 150px;
}
.result-frame .left-part .item-frame .frame-title {
  height: 35px;
  line-height: 35px;
  text-indent: 15px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.result-frame .left-part .item-frame .list {
  padding: 0 15px;
}
.result-frame .left-part .item-frame .list .item {
  margin-bottom: 30px;
  font-size: 0;
  overflow: hidden;
}
.result-frame .left-part .item-frame .list .item span {
  font-size: 14px;
  color: #666;
  float: left;
}
.result-frame .left-part .item-frame .list .item .text {
  max-width: 530px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-frame .left-part .item-frame .list .item .detail {
  cursor: pointer;
  margin-left: 20px;
  color: #2f6ea2;
}
.result-frame .left-part .item-frame .list .item .date {
  float: right;
}
.result-frame .left-part .revoke-frame {
  display: none;
}
.result-frame .left-part .revoke-frame textarea {
  outline: none;
  border: none;
  border-top: none;
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.2);
  height: 100px;
  box-sizing: border-box;
  padding: 16px;
  width: 740px;
  color: #616161;
  font-size: 16px;
  resize: none;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.result-frame .left-part .revoke-frame .btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
}
.result-frame .left-part .revoke-frame .tips {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}
.result-frame .left-part .revoke-frame .tips .btn {
  background: transparent;
  outline: none;
  width: 92px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  color: #2f6ea2;
  border: 1px solid #2f6ea2;
  margin-left: 20px;
}
.result-frame .left-part .revoke-frame .input-code {
  text-align: left;
  font-size: 16px;
  overflow: hidden;
}
.result-frame .left-part .revoke-frame .input-code .validate-code {
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-left: 10px;
  float: left;
}
.result-frame .left-part .revoke-frame .input-code input {
  float: left;
  background-color: #f1f1f1;
  outline: none;
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 190px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
}
.result-frame .left-part .revoke-frame .input-code .btn {
  float: left;
  margin-left: 10px;
  color: #fff;
  background-color: #2f6ea2;
}
.result-frame .right-part {
  overflow: hidden;
  float: right;
  width: 350px;
}
.result-frame .right-part .history-box {
  display: none;
  width: 350px;
  min-height: 150px;
  border: 1px solid #e6e6e6;
  padding: 10px 0 10px 15px;
}
.result-frame .right-part .history-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding-right: 15px;
}
.result-frame .right-part .history-box .thead {
  font-size: 0;
  font-weight: bold;
  padding-right: 15px;
}
.result-frame .right-part .history-box .thead .cell {
  height: 30px;
  line-height: 30px;
}
.result-frame .right-part .history-box .tbody {
  height: 400px;
  overflow: auto;
  font-size: 0;
}
.result-frame .right-part .history-box .tbody .cell.id {
  color: #2f6ea2;
}
.result-frame .right-part .history-box .tbody .item {
  border-bottom: 1px dashed #e6e6e6;
  cursor: pointer;
  width: 300px;
}
.result-frame .right-part .history-box .tbody .item:last-child {
  border-bottom: none;
}
.result-frame .right-part .history-box .cell {
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}
.result-frame .right-part .history-box .cell.id {
  width: 210px;
}
.result-frame .right-part .history-box .cell.date {
  width: 90px;
}
.btn-group {
  text-align: center;
  margin-bottom: 70px;
}
.btn-group .btn {
  outline: none;
  border: 1px solid #2f6ea2;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 160px;
  display: inline-block;
  margin: 70px 30px;
  cursor: pointer;
}
.btn-group .btn.ok {
  font-size: 16px;
  color: #fff;
  background-color: #2f6ea2;
}
.btn-group .btn.return {
  color: #2f6ea2;
  border: 1px solid #2f6ea2;
}
.add-mgl-40 {
  margin-left: 40px;
}
.add-mgl-5 {
  margin-left: 5px;
}
.add-mgl-15 {
  margin-left: 15px;
}
.add-mgb-200 {
  margin-bottom: 200px;
}
.clear {
  clear: both;
}
.show {
  display: block;
}
.tpl {
  display: none;
}
.hide {
  display: none;
}
.foot {
  width: 100%;
  background-color: #F2F2F2;
  border-top: solid 2px #e8e8e8;
  margin-top: 25px;
}
.foot * {
  box-sizing: border-box;
  font-family: 微软雅黑, serif;
}
.foot .codecontainer {
  position: absolute;
  top: 420px;
  right: 54px;
  display: block;
  width: 273px;
  height: 318px;
}
.foot .weibocode {
  float: right;
  width: 273px;
  height: 158px;
}
.foot .weibocode img {
  width: 273px;
  height: 158px;
}
.foot .wechatcode {
  width: 135px;
  height: 160px;
  float: right;
}
.foot .wechatcode img {
  width: 135px;
  height: 160px;
}
.foot .nonexist {
  display: none;
}
.foot .copyright .right p {
  float: left;
  margin-left: 10px;
}
.foot .Links {
  width: 1200px;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
  border-bottom: solid 2px #e8e8e8;
}
.foot .linkCon {
  color: #444444;
  font-size: 14px;
}
.foot .shu {
  width: 1px;
  height: 22px;
  background-color: #e2e2e2;
  margin: 0 16px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
}
.foot .button {
  width: 95px;
  height: 57px;
  line-height: 57px;
  background: none;
  color: #e64242;
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
  float: left;
}
.foot .button a {
  color: #e64242 !important;
}
.foot .linkCon select {
  height: 28px;
  outline: none;
  border: none;
  background: none;
  vertical-align: middle;
  color: #444444;
  font-size: 14px;
}
.foot #gjbw {
  width: 122px;
}
.foot #sqszf {
  width: 122px;
}
.foot #zgajg {
  width: 122px;
}
.foot #szf {
  width: 122px;
}
.foot #sxzf {
  width: 122px;
}
.foot #qtwz {
  width: 80px;
}
.foot #zyxwz {
  width: 122px;
}
.foot .info {
  width: 1200px;
  height: 155px;
  line-height: 155px;
  margin: 25px auto 30px auto;
  overflow: hidden;
  position: relative;
}
.foot .info-itm {
  height: 100%;
  vertical-align: top;
  background-color: #EAEAEA;
  display: inline-block;
  _zoom: 1;
  _display: inline;
}
.foot .zficon {
  width: 334px;
}
.foot .zficon .jiucuo,
.foot .zficon .ideConac {
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  margin-left: 47px;
  line-height: 1;
}
.foot .wzinfo {
  width: 283px;
  margin-left: 0px;
}
.foot .wzinfo-itm {
  width: 283px;
  height: 51px;
  line-height: 51px;
  color: #444;
  font-size: 14px;
  padding-left: 20px;
}
.foot .wzinfo-itm.active {
  color: #111;
  box-shadow: none;
  border: none;
  font-weight: bold;
  background-color: #E5E5E5 !important;
}
.foot .wzinfo-itm p {
  line-height: 5px;
  padding-top: 18px;
}
.foot .xmtjz .wzinfo-itm {
  height: 53px;
  border-bottom: 3px solid #F2F2F2;
  cursor: pointer;
}
.foot .xmtjz .wzinfo-itm img {
  width: 23px;
  height: 23px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  margin-right: 15px;
}
.foot .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e2e2e2;
  font-size: 12px;
  color: #777;
}
.foot .floatPanel {
  position: absolute;
  top: 420px;
  right: 0;
}
.foot .fp-itm {
  margin: 3px 0;
}
.foot .fp-itm1 {
  position: absolute;
  top: 110px;
  left: -22px;
  opacity: 0;
}
.foot .con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.foot .clear {
  clear: both;
}
.foot .show {
  display: block;
}
.foot .tpl {
  display: none;
}
.foot .hide {
  display: none;
}
.foot .left {
  float: left;
}
.foot .right {
  float: right;
}
.foot a {
  color: #444;
  color: inherit;
  text-decoration: none;
}
.foot .QrCode {
  width: 156px;
  height: 156px;
  position: absolute;
  top: 0;
  right: 257px;
  cursor: pointer;
}
.foot .QrCode img {
  width: 156px;
  height: 156px;
}
.floatPanel {
  position: absolute;
  top: 420px;
  right: 0;
}
.fp-itm {
  margin: 3px 0;
}
.fp-itm1 {
  position: absolute;
  top: 110px;
  left: -22px;
  opacity: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.error-tip {
  position: absolute;
  bottom: -20px;
  left: 170px;
  width: 320px;
  color: #e64340;
  font-size: 12px;
}
.important-tips {
  font-size: 18px;
  line-height: 80px;
  margin-top: 40px;
  background: #E6A23C;
  text-align: center;
}
button[disabled] {
  cursor: not-allowed !important;
}
.mask {
  position: fixed;
  z-index: 88888;
  background-color: #000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.window-frame {
  display: none;
  width: 300px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  z-index: 90000;
}
.window-frame > .close {
  position: absolute;
  right: 14px;
  top: 7px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.window-frame > .title {
  clear: both;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #f7f7f7;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.window-frame > .content {
  width: 100%;
  height: auto;
  min-height: 120px;
  overflow: hidden;
}
.window-frame > .content > .text {
  width: 80%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  line-height: 22px;
  font-size: 15px;
  margin: 16px auto;
  color: #333;
}
.window-frame > .content > .text li {
  margin-left: 20px;
}
.window-frame > .content > .text a {
  text-decoration: underline;
  color: #0000ee;
}
.window-frame .prompt-input {
  display: block;
  margin: 12px auto;
  box-sizing: border-box;
  width: 80%;
  height: 32px;
  line-height: 32px;
  padding: 4px 8px;
  border: 1px #d7d7d7 solid;
  font-size: 14px;
  color: #333;
  outline: none;
}
.window-frame > .ctrl {
  clear: both;
  height: 50px;
  line-height: 40px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}
.window-frame > .ctrl > .button-frame {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
.button {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
  min-width: 80px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: block;
  float: left;
  margin: 5px 8px;
  background-color: #2f6ea2;
}
.button.trans {
  color: #2f6ea2;
  border: 1px solid #2f6ea2;
  background-color: #fff;
}
.button.disabled {
  cursor: not-allowed;
  background-color: #9cb6cd;
}
.error-text {
  display: none;
}
.error-text.spec {
  display: block;
  position: absolute;
  width: 120px;
  text-align: center;
  left: 7px;
  bottom: 20px;
}
.receipt-frame {
  width: 750px;
  height: 640px;
  position: absolute;
}
.receipt-frame .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.receipt-frame .ctrl {
  background-color: #f7f7f7;
}
.receipt-frame .ctrl .button-frame {
  margin-top: 5px;
}
.receipt-frame .receipt-content {
  min-height: 450px;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6e6e6;
}
.receipt-frame .receipt-content a {
  text-decoration: underline;
  color: #2f6ea2;
}
.receipt-frame .attachment-list {
  margin-top: 15px;
}
.receipt-frame .attachment-list .list {
  margin-top: 5px;
}
.receipt-frame .attachment-list .list div {
  margin-bottom: 7px;
}
.receipt-frame .attachment-list .list a {
  text-decoration: underline;
  color: #2f6ea2;
}
.receipt-frame .content {
  box-sizing: border-box;
  padding: 20px;
  height: 540px;
  overflow: auto;
}
.receipt-content * {
  max-width: 100%;
}
.about-file .error-tip {
  left: 0;
}
.loading {
  display: none;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 100;
  left: 0;
  bottom: 0;
}
.loading-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../img/loading.gif') no-repeat;
  background-size: 60px 60px;
}
.s-header__app-name {
  line-height: normal;
  display: inline-block;
  width: 100%;
}
/*# sourceMappingURL=common.css.map */