* {
  padding: 0;
  margin: 0;
}
.header {
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.header img {
  margin-left: 200px;
}
.login-container{
  background:url("../img/login-bg.jpg") no-repeat;
  background-size: cover;
}
.container {
  background-color: #f5f6f7;
  padding-bottom: 80px;
  border: 1px solid #f9f9fa;
}
.container .title {
  text-align: center;
  font-size: 30px;
  padding: 0 0 23px 0;
  position: relative;
  width: 1078px;
  margin: 0 auto;
}
.container .title a {
  font-size: 14px;
  color: #00add3;
  text-decoration: none;
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-weight: normal;
}
.container .content {
  min-height: 390px;
  background-color: #fff;
  width: 1078px;
  margin: 0 auto;
  margin-top: 61px;
  padding: 61px 0;
}
.container .enter-in{
  padding: 0 0 61px 0;
}
.container .content .step{
  text-align: center;
  padding-top: 22px;
}
.container .content .form-title{
  font-size: 24px;
  color: #00add3;
  border-bottom: 1px solid #00add3;
  margin-top: 20px;
  font-weight: normal;
  padding-bottom: 9px;
}
.container .content .step img{
  width: 98%;
}
.container .content .content-wrapper {
  width: 615px;
  margin: 0 auto;
}
.container .content .content-wrapper .form-item {
  margin-top: 18px;
}
.container .content .content-wrapper .form-item .item-title {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
}
.container .content .content-wrapper .form-item .item-title span{
  font-size: 14px;
  color: #717171;
}
.container .content .content-wrapper .form-item .item-title i {
  font-style: normal;
  color: #ff001e;
  font-size: 24px;
  position: relative;
  top: 8px;
  right: 5px;
}
.file-desc{
  font-size: 14px;
  color: #717171;
  line-height: 24px;
}
.ext-desc{
  font-size: 12px;
  color: #b5b5b5;
  line-height: 24px;
}
.container .content .content-wrapper .form-item .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more{
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #00add3;
}
.container .content .content-wrapper .form-item .item-content input[type="password"],
.container .content .content-wrapper .form-item .item-content input[type="text"] {
  height: 45px;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 16px;
  padding: 0 5px;
}
.container .content .content-wrapper .form-item .item-content .upload {
  display: inline-block;
  width: 172px;
  height: 109px;
  background-color: #f3f3f3;
  margin-top: 5px;
  margin-bottom: 10px;
}
.container .content .content-wrapper .form-item .item-content .upload input {
  display: none;
}
.container .content .content-wrapper .form-item .item-content .upload i {
  text-align: center;
  color: #00add3;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 60px;
  position: relative;
  top: 10px;
}
.container .content .content-wrapper .btn-wrapper {
  text-align: center;
  margin-top: 54px;
}
.container .content .content-wrapper .btn-wrapper .submit {
  height: 45px;
  background-color: #00add3;
  border: none;
  color: #fff;
  font-size: 16px;
  width: 300px;
  cursor: pointer;
}
.container .content .login {
  width: 473px;
}
.container .content .login .submit {
  width: 100% !important;
}
.container .result-content {
  padding: 0 0 95px 0;
}
.container .result-content .company-name {
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 35px;
  position: relative;
}
.logout{
  position: absolute;
  right: 35px;
  cursor:pointer;
}
.container .result-content .company-name span {
  font-size: 18px;
  color: #535252;
}
.container .result-content .company-name span:first-child {
  color: #424242;
}
.container .result-content .result {
  text-align: center;
}
.container .result-content .result img {
  margin-top: 104px;
  margin-bottom: 25px;
}
.container .result-content .result p {
  font-size: 22px;
  color: #424242;
  line-height: 34px;
  width: 570px;
  margin: 0 auto;
}
.container .result-content .result a {
  display: inline-block;
  margin-top: 45px;
  font-size: 18px;
  color: #424242;
  text-decoration: none;
  line-height: 25px;
  border-bottom: 1px dashed #a7a7a7;
}
.placeholder{
  display: inline-block;
  padding: 0 10px;
}
.btn-bar{
  margin: 30px 0;
}
.layui-btn{
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.info-list{
  padding: 30px;
  text-align: left;
  width: 100%;
}
.info-list.form{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #c0c4cc;
  border-radius: 5px;
}
.info-list.form input{
  height: 30px;
  padding-left: 10px;
  width: 80%;
}
.info-list th,
.info-list td{
  padding: 10px 5px;
}
.info-list th{
  text-align: right;
  min-width: 90px;
}
.info-list td a{
  font-size: 14px !important;
  margin-top: 0 !important;
}
.container .result-content .result a.error {
  color: #fe0000;
  border-bottom: 1px dashed #ffaaaa;
}
.footer-copy {
  display: block;
  background: #2d3238;
  padding: 80px 0 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  padding-top: 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-copy p {
  margin-bottom: 10px;
}
.footer-copy p,
.footer-copy a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}
@media (max-width: 768px) {
  .header {
    height: 50px;
  }
  .header img {
    margin-left: 0;
    width: 120px;
  }
  .container {
    padding-bottom: 30px;
  }
  .container .title {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
  .container .title a {
    font-size: 12px;
    bottom: 14px;
  }
  .container .content {
    width: 100%;
    min-height: 0;
    padding: 30px 0;
  }
  .container .content .login {
    width: 90%;
  }
  .container .content .content-wrapper {
    width: 90%;
  }
  .container .content .content-wrapper .form-item .item-content input[type="password"],
  .container .content .content-wrapper .form-item .item-content input[type="text"] {
    height: 35px;
    font-size: 14px;
    margin-left: 0;
  }
  .container .content .content-wrapper .form-item .item-content .upload {
    width: 100px;
    height: 100px;
  }
  .container .content .content-wrapper .form-item .item-content .upload i {
    font-size: 28px;
  }
  .container .content .content-wrapper .form-item .item-content .upload p {
    font-size: 14px;
  }
  .container .content .content-wrapper .btn-wrapper .submit {
    font-size: 14px;
    height: 35px;
  }
  .container .result-content {
    padding: 0 0 30px 0;
  }
  .container .result-content .company-name {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }
  .container .result-content .company-name span {
    font-size: 14px;
  }
  .container .result-content .result img {
    width: 20%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .container .result-content .result p {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
  .container .result-content .result a {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer-copy {
    padding: 30px;
  }
  .footer-copy p {
    text-align: center;
  }
}
