@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/D-DIN.woff") format("woff"), url("./fonts/DIN/D-DIN.ttf") format("truetype"), url("./fonts/DIN/D-DIN.eot") format("embedded-opentype");
}
body {
  overflow: auto;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 0.14rem;
  background: #E9F1FD;
}

/* 自定义样式 */
.code-container {
  position: relative;
  width: 1254px;
  margin: 0 auto;
}

.header {
  height: 359px;
  background: url("../index/images/head_bg.jpg") top center no-repeat;
  background-size: 100% 100%;
}
.header .system-logo {
  position: absolute;
  top: 28px;
  left: 0;
  width: 475px;
  height: 52px;
  background: url("../index/images/logo.png") left center no-repeat;
  background-size: 473px 30px;
}
.header .text {
  position: absolute;
  left: 0;
  top: 148px;
  width: 276px;
  height: 75px;
  background: url("../index/images/text.png") left -13px center no-repeat;
  background-size: 285px 75px;
}

.content {
  margin-top: 38px;
  padding-bottom: 67px;
}

.box {
  height: 616px;
  padding: 10px 126px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.95))), #ACCEFE;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #ACCEFE;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(152, 178, 218, 0.45);
          box-shadow: 0px 0px 20px 0px rgba(152, 178, 218, 0.45);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box .progress-list {
  height: 140px;
  padding: 40px 70px;
  background: url("../index/images/progress_bg.png") center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}
.box .progress-item {
  position: relative;
  float: left;
  padding-left: 76px;
  margin-right: 60.33px;
}
.box .progress-item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -38px;
  width: 15px;
  height: 22px;
  background: url("../index/images/progress_arrow.png") center no-repeat;
}
.box .progress-item:last-child {
  margin-right: 0;
}
.box .progress-item:last-child::after {
  width: 0;
  height: 0;
}
.box .progress-item.active .index {
  border-color: #327BF8;
  background: #327BF8;
  color: #fff;
}
.box .progress-item.active .cn {
  color: #327BF8;
}
.box .progress-item .index {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-family: "DIN";
  font-size: 34px;
  font-weight: bold;
  color: #919EB3;
  line-height: 56px;
  text-align: center;
  border-radius: 60px;
  border: 2px solid #919EB3;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(128, 130, 133, 0.1);
          box-shadow: 0px 4px 16px 0px rgba(128, 130, 133, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box .progress-item .title {
  padding-top: 7px;
  letter-spacing: -0.3px;
}
.box .progress-item .cn {
  color: #919EB3;
  font-size: 20px;
  line-height: 30px;
}
.box .progress-item .en {
  margin-top: 4px;
  color: #919EB3;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.5;
}
.box .inner {
  width: 540px;
  margin: 0 auto;
}
.box .row {
  height: 46px;
  line-height: 46px;
  font-size: 0;
  margin-bottom: 20px;
}
.box .row:last-child {
  margin-bottom: 0;
}
.box .label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.box .label[star=true]::before {
  content: "*";
  margin-right: 4px;
  font-size: 12px;
  color: #FF0101;
}
.box .input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 460px;
  height: 46px;
}
.box .textbox {
  width: 100%;
  height: 46px;
  padding-left: 20px;
  padding-right: 101px;
  border-radius: 40px;
  border: 1px solid #DADBDF;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 44px;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box .textbox::-webkit-input-placeholder {
  color: #999;
}
.box .textbox::-moz-placeholder {
  color: #999;
}
.box .textbox:-ms-input-placeholder {
  color: #999;
}
.box .textbox::-ms-input-placeholder {
  color: #999;
}
.box .textbox::placeholder {
  color: #999;
}
.box .outputtext {
  width: 100%;
  color: #333;
  font-size: 14px;
  outline: 0;
  border: 0;
  background: transparent;
}
.box .position-wrap {
  position: absolute;
  top: 6.5px;
  right: 20px;
  width: 71px;
  height: 33px;
  cursor: pointer;
}
.box .position-wrap img {
  width: 100%;
  height: 100%;
}
.box .operation {
  margin-top: 50px;
  text-align: center;
}
.box .btn {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 46px;
  border-radius: 28px;
  background: #327BF8;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
  outline: 0;
  border: 0;
}
.box .btn:hover {
  opacity: 0.8;
}

.mini-messagebox {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*隐蔽文本框叉子*/
input[type=text]::-ms-clear {
  display: none;
}

/*隐蔽暗码框小眼睛*/
input[type=text]::-ms-reveal {
  display: none;
}

label.error {
  position: absolute;
  left: 10px;
  bottom: -20px;
  display: block;
  height: 20px;
  font-size: 14px;
  width: auto !important;
  color: #B01127;
  line-height: 20px;
  -moz-text-align-last: unset;
       text-align-last: unset;
}