@charset "UTF-8";
.div-img {
  margin-bottom: 0px;
}
.inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}
body {
  min-width: 1460px;
}
.beforeInit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #f6f6f6;
  text-align: center;
}
.beforeInit h6 {
  font-size: 24px;
  color: #3b3b3b;
  margin: 100px auto 20px;
}
.app {
  background-color: #edf7ff;
}
.app .nav-bar {
  height: 60px;
  background: url(../images/bg-top.png) no-repeat;
  background-size: 100% 100%;
}
.app .nav-bar .logo-box {
  height: 60px;
}
.app .nav-bar .logo-box a {
  display: inline-block;
}
.app .nav-bar .logo-box a img {
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.app .nav-bar .logo-box .txter {
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ffffff;
  position: relative;
  top: 14px;
}
.app .nav-bar .logo-box .txter p {
  margin: 0;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.app .nav-bar .aboutus {
  line-height: 60px;
  vertical-align: middle;
}
.app .nav-bar .aboutus .moving-ul {
  position: relative;
  display: inline-block;
}
.app .nav-bar .aboutus .swiper-box {
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.app .nav-bar .aboutus .swiper-box li {
  line-height: 20px;
}
.app .nav-bar .aboutus a {
  color: white;
  text-decoration: underline;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.app .app-body {
  padding-top: 20px;
}
.app .app-body > div {
  position: relative;
  padding-left: 74%;
}
.app .app-body .intro-bar {
  height: 100%;
}
.app .app-body .intro-bar .intro-link {
  margin-bottom: 16px;
}
.app .app-body .intro-bar .intro-link .a-link {
  width: 48%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.4s;
}
.app .app-body .intro-bar .intro-link .a-link.a-blue {
  background: #c1e1ff;
  background: linear-gradient(to top, #c1e1ff, #ffffff);
  color: #2170d5;
  border: 1px solid #9bd3ff;
}
.app .app-body .intro-bar .intro-link .a-link.a-blue:hover {
  background: #2170d6;
  color: #ffffff;
}
.app .app-body .intro-bar .intro-link .a-link.a-yellow {
  background: linear-gradient(to top, #ffe3a9, #ffffff);
  color: #92680d;
  user-select: none;
  border: 1px solid #ffe09e;
}
.app .app-body .intro-bar .intro-link .a-link.a-yellow:hover {
  background: #f9c86b;
}
.app .app-body .intro-bar .intro-step {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.app .app-body .intro-bar .intro-step h2 {
  margin: 0;
  color: #34495e;
  font-size: 18px;
  font-weight: bold;
}
.app .app-body .intro-bar .intro-step h2 span {
  color: #2170d6;
}
.app .app-body .intro-bar .intro-step ul {
  border-top: 1px solid #f4f4f4;
  padding-top: 15px;
  margin-top: 15px;
}
.app .app-body .intro-bar .intro-step ul li {
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px dashed #e4e4e7;
  box-sizing: border-box;
  padding: 10px 0 5px;
  position: relative;
}
.app .app-body .intro-bar .intro-step ul li > img {
  width: 32px;
  height: 32px;
}
.app .app-body .intro-bar .intro-step ul li:first-child {
  border-left: none;
}
.app .app-body .intro-bar .intro-step ul li .arrow {
  width: 22px;
  height: 10px;
  position: absolute;
  top: 49%;
  left: 0;
}
.app .app-body .intro-bar .intro-step ul li p {
  color: #999999;
  margin-top: 20px;
  margin-bottom: 0;
}
.app .app-body .intro-bar .intro-tab {
  background-color: #fff;
  padding: 0 30px;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab {
  position: relative;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul {
  border-bottom: 2px solid #e8e8e8;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  color: #a9a9a9;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li:before {
  content: "";
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  background-size: cover;
  margin-right: 12px;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.r-1:before {
  width: 15px;
  background-image: url(../images/icon-version.png);
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.r-2:before {
  width: 19px;
  background-image: url(../images/icon-xuzhi.png);
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.active {
  color: #2170d6;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1970ca;
  bottom: -2px;
  left: 0;
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.active.r-1:before {
  background-image: url(../images/icon-version-blue.png);
}
.app .app-body .intro-bar .intro-tab .r-bar-tab ul li.active.r-2:before {
  background-image: url(../images/icon-xuzhi-blue.png);
}
.app .app-body .intro-bar .intro-tab .r-bar-tab .line {
  position: absolute;
  width: 1px;
  height: 24px;
  left: 50%;
  top: 20px;
  background-color: #EEEEEE;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn {
  padding: 24px 0;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn > div {
  padding: 0 10px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row {
  margin-bottom: 14px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div {
  width: 48.5%;
  height: 72px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 0 4px #e4e4e4;
  border-radius: 4px;
  padding: 13px;
  cursor: default;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div:hover,
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div.active {
  background: linear-gradient(45deg, #76ceff, #43a1ff);
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div:hover p,
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div.active p,
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div:hover h3,
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div.active h3 {
  color: white;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div p {
  color: #616161;
  margin-bottom: 0px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div h3 {
  font-size: 18px;
  color: #2170d6;
  margin: 0;
  font-weight: bold;
  margin-top: 4px;
  position: relative;
  z-index: 99;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .right-bar-row > div > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .r-bar-detail {
  text-align: center;
  background: linear-gradient(#ffffff, #ebf2ff);
  border: 1px solid #e4eefb;
  margin-top: 22px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .r-bar-detail h6 {
  height: 31px;
  line-height: 21px;
  font-size: 18px;
  color: #2170d6;
  margin-bottom: 0;
  border-bottom: 1px solid #e4eefb;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .r-bar-detail ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .r-bar-detail ul li {
  color: #616161;
  margin-top: 16px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .r-bar-detail ul li p {
  margin-top: 10px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn dl {
  margin-bottom: 18px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn dl > dt {
  font-size: 16px;
  color: #131313;
  padding-bottom: 6px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn dl > dd {
  color: #7d7d7d;
  line-height: 28px;
}
.app .app-body .ctn-body {
  width: 72.6%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/ctn-body.png') no-repeat right 99%;
  background-color: #fff;
}
.app .app-body .ctn-body > .tab-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.app .app-body .ctn-body > .tab-content > .tab-pane .attention {
  padding: 18px;
  line-height: 40px;
  color: #979797;
  background-color: white;
}
.app .app-body .ctn-body > .tab-content > .tab-pane .attention p {
  margin-bottom: 0;
  padding-left: 18px;
  background-color: #f0f3fa;
}
.app .app-body .report-cont .table {
  margin-bottom: 0px;
  /*状态及失败弹窗*/
}
.app .app-body .report-cont .table tbody tr td {
  border-top: 0px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px;
  line-height: 60px;
  color: #3a3842;
  /*未登录时的扫码下载样式*/
  /*待支付*/
}
.app .app-body .report-cont .table tbody tr td:first-child {
  padding-left: 20px;
}
.app .app-body .report-cont .table tbody tr td:nth-child(2) {
  padding-right: 20px;
}
.app .app-body .report-cont .table tbody tr td:last-child {
  text-align: center;
}
.app .app-body .report-cont .table tbody tr td i {
  padding-left: 20px;
  font-style: normal;
}
.app .app-body .report-cont .table tbody tr td i:first-child {
  padding-left: 0px;
}
.app .app-body .report-cont .table tbody tr td a.btn-scan-down,
.app .app-body .report-cont .table tbody tr td a.btn-wait-pay {
  color: #3a3842;
}
.app .app-body .report-cont .table tbody tr td a.btn-scan-down img,
.app .app-body .report-cont .table tbody tr td a.btn-wait-pay img {
  margin-right: 5px;
  margin-top: -2px;
}
.app .app-body .report-cont .table tbody tr td a.btn-wait-pay + i {
  padding-left: 16px;
}
.app .app-body .report-cont .table thead > tr > th {
  border-bottom: 0px;
  background-color: #f6f6f6;
  padding: 0px;
  line-height: 48px;
  font-weight: bold;
  /*conflict home/common.css first style*/
}
.app .app-body .report-cont .table thead > tr > th:first-child {
  padding-left: 20px;
}
.app .app-body .report-cont .table thead > tr > th:last-child {
  text-align: center;
}
.app .app-body .report-cont .table .state {
  position: relative;
  color: #464646;
  /*这种无动画效果*/
  /*预计出报告时间*/
}
.app .app-body .report-cont .table .state .state-fail {
  color: #d81e06;
  cursor: pointer;
}
.app .app-body .report-cont .table .state .state-fail:hover {
  text-decoration: underline;
}
.app .app-body .report-cont .table .state .state-fail:hover .badge {
  display: block;
}
.app .app-body .report-cont .table .state .Lookreason {
  position: absolute;
  bottom: 30px;
  width: 260px;
  height: 127px;
  background: url(../images/item44.png) no-repeat;
  padding: 18px;
  display: none;
  left: 20px;
}
.app .app-body .report-cont .table .state:hover .Lookreason {
  display: block;
}
.app .app-body .report-cont .table .state .badge {
  background-color: #a0a0a0;
  font-weight: normal;
  border-radius: 4px;
  padding: 6px 8px;
  position: absolute;
  left: 0px;
  top: -10px;
  display: none;
  /*朝下的箭头*/
}
.app .app-body .report-cont .table .state .badge .arrow,
.app .app-body .report-cont .table .state .badge .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.app .app-body .report-cont .table .state .badge .arrow {
  border-width: 4px;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-top-color: #9f9f9f;
  border-bottom-width: 0;
}
.app .app-body .report-cont .table .status8tips {
  position: relative;
  line-height: 12px;
}
.app .app-body .report-cont .table .status8tips:hover .status8tips-hover {
  display: block;
}
.app .app-body .report-cont .table .status8tips .status8tips-hover {
  width: 260px;
  position: absolute;
  top: 70px;
  left: -240px;
  display: none;
  padding: 15px 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px #efefef;
  z-index: 2;
  text-align: left;
  line-height: 24px;
}
.app .app-body .report-cont .table .status8tips .status8tips-hover:after,
.app .app-body .report-cont .table .status8tips .status8tips-hover:before {
  content: "";
  border: 9px solid transparent;
  border-left: 9px solid #efefef;
  top: 27px;
  right: -18px;
  position: absolute;
}
.app .app-body .report-cont .table .status8tips .status8tips-hover:after {
  border-left-color: white;
  right: -15px;
}
.app .app-body .report-cont .table .status8tips > img {
  width: 100px;
  vertical-align: text-top;
}
.app .app-body .report-cont .table .status8tips p {
  font-size: 12px;
}
.app .app-body .report-cont .Testing {
  color: #3a3842;
  padding-top: 25px;
  padding-left: 10px;
}
.app .app-body .report-cont .Testing .red {
  color: #e42025;
  font-style: normal;
}
.app .app-body .report-cont .no-res {
  font-size: 18px;
  color: #424242;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -90px -110px;
}
.app .app-body .report-cont .no-res > p {
  margin-top: 15px;
  color: #656565;
  text-shadow: 0 0 white;
}
.app .app-body .report-cont .no-res > p a {
  color: #2170d6;
}
.app .app-body .report-cont .foot-attend {
  width: 60%;
  height: 50px;
  line-height: 50px;
  background: #ecf7ff;
  background: -moz-linear-gradient(left, #ecf7ff 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #ecf7ff 0%, #fff 100%);
  background: -o-linear-gradient(left, #ecf7ff 0%, #fff 100%);
  background: -ms-linear-gradient(left, #ecf7ff 0%, #fff 100%);
  background: linear-gradient(to right, #ecf7ff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ecf7ff, endColorstr=#fff, GradientType=1);
  color: #2170d5;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-left: 20px;
}
.app .app-body .report-cont .resWrap {
  min-height: 407px;
  background-color: #ffffff;
  padding: 20px;
}
.app .app-body .report-cont .TabLoading {
  min-height: 407px;
  padding: 20px;
  padding: 150px 0;
  text-align: center;
  background-color: #ffffff;
}
.app .app-body .report-cont .TabLoading p {
  margin-top: 20px;
}
.app .app-body .report-cont .form-search {
  padding: 20px;
  padding-bottom: 0;
  background-color: white;
}
.app .app-body .report-cont .form-search .form-group {
  width: 50%;
  position: relative;
  padding-left: 6em;
  padding-right: 106px;
}
.app .app-body .report-cont .form-search .form-group label {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: normal;
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  line-height: 36px;
}
.app .app-body .report-cont .form-search .form-group .form-control {
  border-radius: 0px;
  width: 100%;
  height: 36px;
  border-right: none;
  display: inline-block;
  vertical-align: middle;
}
.app .app-body .report-cont .form-search .form-group .btn-search {
  height: 36px;
  width: 106px;
  border: none;
  border-radius: 0px;
  outline: none;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  background: #2db0e3;
  background: -moz-linear-gradient(top, #2db0e3 0%, #216cd6 100%);
  background: -webkit-linear-gradient(top, #2db0e3 0%, #216cd6 100%);
  background: -o-linear-gradient(top, #2db0e3 0%, #216cd6 100%);
  background: -ms-linear-gradient(top, #2db0e3 0%, #216cd6 100%);
  background: linear-gradient(to bottom, #2db0e3 0%, #216cd6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2db0e3, endColorstr=#216cd6, GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
}
.app .app-body .report-cont .form-search .Order {
  line-height: 36px;
  width: 50%;
  padding-left: 40px;
}
.app .app-body .report-cont .form-search .Order img {
  padding-right: 10px;
}
.app .app-body .report-cont .form-search .Order a {
  color: #525252;
  position: relative;
  margin-left: 40px;
}
.app .app-body .report-cont .form-search .Order a:first-child {
  margin-left: 0px;
}
.app .app-body .report-cont .form-search .Order a:hover span {
  display: block;
}
.app .app-body .report-cont .form-search .Order span {
  position: absolute;
  top: 30px;
  right: -200px;
  display: none;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px #efefef;
  z-index: 2;
}
.app .app-body .report-cont .form-search .Order span:before,
.app .app-body .report-cont .form-search .Order span:after {
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #efefef;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  right: 280px;
}
.app .app-body .report-cont .form-search .Order span:after {
  border-bottom: 9px solid #ffffff;
  top: -8px;
}
.app .app-body .report-cont .form-search .Order .Alipay-order span {
  right: -35px;
}
.app .app-body .report-cont .form-search .Order .Alipay-order span:before,
.app .app-body .report-cont .form-search .Order .Alipay-order span:after {
  right: 120px;
}
.app .copy-right {
  text-align: center;
  padding: 36px 0 2px 0;
  color: #b7b7b7;
}
.app .copy-right a {
  color: #b7b7b7;
}
.submit-cont .form-upload {
  padding: 14px 20px;
  border-top: 1px solid #f4f4f4;
}
.submit-cont .form-upload .form-group {
  margin: 0 0 20px;
  padding: 0 4em;
  position: relative;
}
.submit-cont .form-upload .form-group.has-error .form-control,
.submit-cont .form-upload .form-group.has-error .file-ctn {
  border-color: #ff3636 !important;
}
.submit-cont .form-upload .form-group.has-error .errorer .err-info,
.submit-cont .form-upload .form-group.has-error .errorer .required {
  display: inline-block;
}
.submit-cont .form-upload .form-group .control-label {
  font-size: 16px;
  color: #5b5b5b;
  font-weight: normal;
  padding-top: 0px;
  width: 4em;
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
}
.submit-cont .form-upload .form-group .errorer {
  position: absolute;
  right: 5em;
  top: 0;
  height: 40px;
}
.submit-cont .form-upload .form-group .errorer .required {
  display: inline-block;
  vertical-align: middle;
  color: #ed2222;
  padding-top: 5px;
  display: none;
}
.submit-cont .form-upload .form-group .errorer .err-info {
  line-height: 40px;
  color: #ed2222;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.submit-cont .form-upload .form-group .rower {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.submit-cont .form-upload .form-group .rower .form-control {
  border-radius: 0;
  height: 40px;
  border-color: #ececec;
}
.submit-cont .form-upload .form-group .rower .way-nav {
  height: 40px;
  margin-bottom: 6px;
}
.submit-cont .form-upload .form-group .rower .way-nav li {
  display: inline-block;
  line-height: 40px;
  margin-right: 25px;
  cursor: pointer;
}
.submit-cont .form-upload .form-group .rower .way-nav li i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background: url("../images/icon-radio.png") no-repeat center center;
  vertical-align: middle;
}
.submit-cont .form-upload .form-group .rower .way-nav li a {
  font-size: 16px;
  color: #5b5b5b;
  vertical-align: middle;
}
.submit-cont .form-upload .form-group .rower .way-nav li.active i {
  background: url("../images/icon-radio-checked.png") no-repeat center center;
}
.submit-cont .form-upload .form-group .rower .way-nav li.disabled i {
  background: url("../images/icon-radio-disabled.png") no-repeat center center;
}
.submit-cont .form-upload .form-group .rower textarea.form-control {
  height: 276px;
  padding: 10px 20px;
  resize: none;
}
.submit-cont .form-upload .form-group .rower .file-ctn {
  border: 1px solid #ececec;
  padding: 79px 0 95px;
  text-align: center;
  position: relative;
  color: #2c2c2c;
}
.submit-cont .form-upload .form-group .rower .file-ctn:hover {
  border: 1px dashed #409eff;
}
.submit-cont .form-upload .form-group .rower .file-ctn label {
  margin-bottom: 24px;
}
.submit-cont .form-upload .form-group .rower .file-ctn p {
  color: #c0c0c0;
}
.submit-cont .form-upload .form-group .rower .file-ctn p em {
  color: #1e7bda;
  font-style: normal;
}
.submit-cont .form-upload .form-group .rower .file-ctn .zip-p {
  color: #2170d5;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #edf7ff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 20px;
  width: 100%;
  text-align: left;
}
.submit-cont .form-upload .form-group .rower .file-ctn img {
  cursor: pointer;
}
.submit-cont .form-upload .form-group .rower .file-ctn .docUpload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 9px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.submit-cont .form-upload .form-group .rower .file-ctn .mask-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 87px 0;
  background: white;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar {
  width: 460px;
  margin: -30px -230px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div {
  margin-right: 10px;
  height: 60px;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-img img {
  width: 56px;
  height: 56px;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit {
  width: 320px;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit .bar-name {
  position: relative;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit .bar-name h6 {
  margin: 0 0 18px 0;
  font-size: 18px;
  color: #979797;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit .bar-name span {
  position: absolute;
  right: -70px;
  top: 0;
  font-size: 14px;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit .upload-finish {
  color: #c9c9c9;
  position: relative;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.bar-tit .upload-finish.err {
  color: #ff2d2d;
}
.submit-cont .form-upload .form-group .rower .file-ctn .drop-mask .upload-bar > div.upload-delete img {
  margin: 35px 0 0 10px;
  cursor: pointer;
}
.submit-cont .btn-submit {
  width: 160px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #2170d6;
  font-size: 18px;
  border: none;
  padding: 0px;
}
.submit-cont .btn-submit:focus {
  outline: none;
}
.submit-cont .counter {
  float: right;
}
.submit-cont .counter i {
  font-style: normal;
}
.submit-cont .impl {
  color: #dc0000;
}
.submit-cont .attention-list {
  display: inline-block;
  max-width: 64%;
  margin-left: 75px;
}
.submit-cont .attention-list h6 {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}
.submit-cont .attention-list ul li {
  color: #b7b7b7;
  line-height: 24px;
}
.submit-cont .attention-list ul li .impl {
  color: #ca0e0e;
}
.order-cont {
  padding: 20px 0;
}
.order-cont .row-jc {
  margin: 20px 0;
  padding: 0 20px;
}
.order-cont .row-jc .row-jc-title {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: bold;
  position: relative;
}
.order-cont .row-jc .row-jc-title span {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: 7px;
  color: white;
}
.order-cont .row-jc .row-jc-title img {
  margin-right: 18px;
}
.order-cont .row-jc .row-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  padding-left: 110px;
  position: relative;
}
.order-cont .row-jc .row-input .row-label {
  width: 100px;
  font-size: 16px;
  color: #3b3b3b;
  position: absolute;
  left: 0;
}
.order-cont .row-jc .row-input .row-cont {
  width: 100%;
}
.order-cont .row-jc .row-input .row-cont p {
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 0;
  position: relative;
}
.order-cont .row-jc .row-input .row-cont p.type {
  font-weight: bold;
  color: #2170d6;
}
.order-cont .row-jc .row-input .row-cont p.type:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 32px;
  background-color: #b7b7b7;
}
.order-cont .row-jc .row-input .row-cont.special {
  border: 1px solid #f4f4f4;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#dee9f6", endColorstr="#ffffff", gradientType="0");
  background: linear-gradient(to top right, #f4f4f4, #ffffff 100%);
  background: -webkit-linear-gradient(to top right, #f4f4f4, #ffffff 100%);
  background: -moz-linear-gradient(to top right, #f4f4f4, #ffffff);
  background: -o-linear-gradient(to top right, #f4f4f4, #ffffff);
  background: -ms-linear-gradient(to top right, #f4f4f4, #ffffff);
}
.order-cont .row-jc .item-group {
  margin-top: 20px;
}
.order-cont .row-jc .item-group > .item-pane {
  color: #3a3842;
  padding: 0px 22px 0px 36px;
}
.order-cont .row-jc .item-group > .item-pane.active {
  border: 1px solid #f0f0f0;
}
.order-cont .row-jc .item-group > .item-pane.active .item-body {
  display: block;
}
.order-cont .row-jc .item-group > .item-pane:not(.disabled):hover {
  box-shadow: 0 0 10px #EBEBEB;
  -moz-box-shadow: 0 0 10px #EBEBEB;
  -o-box-shadow: 0 0 10px #EBEBEB;
  -ms-box-shadow: 0 0 10px #EBEBEB;
}
.order-cont .row-jc .item-group > .item-pane:last-child {
  border-top: 1px solid #ededed;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading {
  line-height: 66px;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading > .header-icon {
  float: left;
  width: 120px;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading > .header-info {
  float: left;
  width: 80%;
  width: calc(100% - 120px);
}
.order-cont .row-jc .item-group > .item-pane > .item-heading > .header-info.checked {
  border-bottom: 1px dashed #ccc;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading > .header-info {
  border-bottom: 1px dashed #f0f0f0;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .icon-pw {
  margin: 0 28px;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .item-body {
  line-height: normal;
  margin-top: -40px;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .sm-scan > .pull-left:first-child {
  margin-left: 75px;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .icheckbox_sr {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  border: none;
  cursor: pointer;
  background: url(../images/checkbox.png) no-repeat right;
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .icheckbox_sr .icheckbox {
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.order-cont .row-jc .item-group > .item-pane > .item-heading .icheckbox_sr.checked {
  background: url(../images/checkbox-checked.png) no-repeat right;
}
.order-cont .row-jc .item-group > .item-pane .item-body {
  display: none;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a1 {
  text-decoration: underline;
  color: #2e2e2e;
  font-size: 12px;
  display: inline-block;
  margin: 0px 45px;
  position: relative;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a1 > .abs-show {
  position: absolute;
  top: -345px;
  left: -200px;
  width: 620px;
  height: 350px;
  z-index: -1;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a1 > .abs-show > img {
  max-width: 100%;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0px;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a1:hover .abs-show {
  z-index: 2;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a1:hover .abs-show img {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
}
.order-cont .row-jc .item-group > .item-pane .header-info .a2 {
  color: #3a3842;
  float: right;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order {
  display: inline-block;
  font-size: 12px;
  color: #929292;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order li {
  display: inline-block;
  padding-left: 15px;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order li i {
  font-style: normal;
  padding: 0px 8px;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order li.jian-dd i {
  color: #1296db;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order li.jian-ky i {
  color: #e0620d;
}
.order-cont .row-jc .item-group > .item-pane ul.ul-order li.jian-yp i {
  color: #468847;
}
.order-cont .row-jc .item-group > .item-pane form.form-order {
  font-size: 12px;
  margin-top: 20px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group {
  margin-left: 0px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group.no-marbom {
  margin-bottom: 0px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group.tip-group {
  margin-bottom: 8px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group .control-label {
  font-weight: normal;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group .form-control {
  height: 40px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group .required {
  line-height: 40px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group .form-control-static {
  color: #e73d36;
  min-height: 14px;
}
.order-cont .row-jc .item-group > .item-pane form.form-order .form-group .text-success {
  color: #468847;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan {
  width: 100%;
  margin: 0px auto 20px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .pull-left:first-child {
  margin-left: 15%;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img {
  position: relative;
  width: 140px;
  height: 140px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img canvas {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #e6e5e5;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap {
  display: none;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap.active {
  display: block;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap .tranmb {
  background-color: #1d1d1d;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.62;
  filter: alpha(opacity=60);
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap .cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: 18%;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap .txt {
  color: #ffffff;
  font-weight: bold;
  margin-top: 8px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .div-img .abs-wrap .txt a {
  color: #ffffff;
  text-decoration: underline;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-txt-wrap {
  background-color: #ffffff;
  color: #6d6d6d;
  padding: 5px 0px;
  margin-top: 8px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-txt-wrap > div {
  margin: 0 auto;
  width: 80%;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-txt-wrap p {
  margin-bottom: 2px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-txt-wrap img {
  margin-top: 5px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info {
  padding-left: 30px;
  padding-top: 14px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul {
  color: #282828;
  line-height: 24px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul > li {
  font-size: 14px;
  line-height: 28px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul > li > b {
  min-width: 70px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul > li > i,
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul > li > .impl {
  font-style: normal;
  color: #e93642;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info > ul > li a {
  text-decoration: underline;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info .btn-wrap {
  margin-top: 20px;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info .btn-wrap > .btn {
  border-radius: 2px;
  outline: none;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info .btn-wrap > .btn-finish {
  width: 140px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #2494fa;
}
.order-cont .row-jc .item-group > .item-pane .sm-scan .scan-info .btn-wrap > .btn-error {
  width: 140px;
  height: 40px;
  line-height: 28px;
  color: #535353;
  background-color: #f1f1f1;
  margin-left: 5px;
}
.order-cont .row-jc table {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-top: 24px;
}
.order-cont .row-jc table thead tr {
  background: #f3f3f3;
}
.order-cont .row-jc table thead tr th {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.order-cont .row-jc table thead tr th:first-child {
  text-align: left;
  padding-left: 30px;
}
.order-cont .row-jc table tbody tr td {
  font-size: 16px;
  color: #3b3b3b;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.order-cont .row-jc table tbody tr td:first-child {
  text-align: left;
}
.order-cont .row-jc .counter {
  margin-top: 12px;
  font-size: 14px;
  color: #646464;
  text-align: right;
}
.order-cont .row-jc .counter i {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: #d81e06;
}
.order-cont .two-btns {
  padding: 20px;
}
.order-cont .two-btns .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  padding: 0;
}
.order-cont .two-btns .btn1 {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  padding: 0;
  background-color: #ffffff;
  color: black;
}
.order-cont .two-btns .btn2 {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  padding: 0;
  background-color: #1384de;
  color: #ffffff;
  margin-right: 15px;
}
.order-cont .bg-line {
  background: #ecf6fe;
  height: 20px;
  width: 100%;
}
.progress_upload {
  padding-right: 2px;
  position: relative;
  width: 300px;
  height: 14px;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.progress_upload > .bar {
  width: 0%;
  position: relative;
  float: left;
  height: 14px;
  line-height: 14px;
  text-align: right;
  background: #2170d6;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #609ff1 0%, #2188ed 70%, #2170d6 100%);
  background-image: -moz-linear-gradient(top, #609ff1 0%, #2188ed 70%, #2170d6 100%);
  background-image: -o-linear-gradient(top, #609ff1 0%, #2188ed 70%, #2170d6 100%);
  background-image: linear-gradient(to bottom, #609ff1 0%, #2188ed 70%, #2170d6 100%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: width 0.8s;
  animation: shining 0.8s alternate infinite;
}
.progress_upload .progress-num {
  color: #2170d6;
  position: absolute;
  top: -3px;
  right: -70px;
}
.btn-ac:hover {
  border-color: #1960f8 !important;
  background: #2099e1 !important;
}
.btn-ac:active {
  border-color: #185ae4 !important;
  background: #1e73b7 !important;
}
.suspend-bar {
  width: 34px;
  text-align: center;
  padding: 10px 6px;
  background: #2170d6;
  position: absolute;
  left: -34px;
  bottom: 20%;
  line-height: 17px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s;
}
.suspend-bar .icon-ww {
  display: inline-block;
  background: url(../images/icon-ww.png) no-repeat center;
  width: 16px;
  height: 20px;
}
.suspend-bar .poper {
  cursor: default;
  text-align: left;
  position: absolute;
  top: 0;
  left: 35px;
  width: 220px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(8, 1, 3, 0.23);
  box-shadow: 0px 0px 4px 0px rgba(8, 1, 3, 0.23);
  padding: 16px 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  z-index: 100000;
}
.suspend-bar .poper dl {
  margin-bottom: 2px;
}
.suspend-bar .poper dl dt,
.suspend-bar .poper dl dd {
  float: left;
}
.suspend-bar .poper dl dt {
  width: 40%;
  color: #484848;
}
.suspend-bar .poper dl dd {
  width: 60%;
  color: #a9a9a9;
}
.suspend-bar .poper dl a {
  color: #0864c1;
}
.suspend-bar:hover .poper {
  display: block;
}
@media screen and (max-width: 1680px) {
  .suspend-bar {
    left: 0;
  }
  .right-bar-row h3 {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=home.css.map */