html,
body {
  height: 100%;
  min-height: 100%;
}
.login-logo {
  display: block;
  position: absolute;
  top: 50px;
  left: 80px;
}
.login-logo img {
  max-width: 776px;
}
.login-page {
  background: #fff;
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.login-page > div {
  height: 100%;
}
.login-page .left {
  width: 56.4%;
  float: left;
  height: 100%;
  background-image: url('../images/login.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.login-page .right {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 43.6%;
  margin-left: 500px;
  z-index: 2;
  background: #fff;
}
.login-page .right::after {
  content: '';
  position: absolute;
  background: url('../images/sj.png') no-repeat left bottom;
  background-size: 100% 100%;
  width: 250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -250px;
}
.login-page .right .info {
  width: 59.7%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-page .right label {
  width: 76px;
  display: inline-block;
  text-align: right;
  font-size: 16px;
}
.login-page .right .layui-form-danger + .layui-form-select .layui-input,
.login-page .right .layui-form-danger:focus {
  border: 1px solid #ff5722 !important;
}
.login-page .right .txt-enter {
  margin-top: 50px;
}
.login-page .right .txt-enter input {
  font-size: 16px;
}
.login-page .right .sex-title {
  margin-right: 19px;
  margin-bottom: 14px;
}
.login-page .right .sex-title {
  line-height: 30px;
}
.login-page .right .layui-form-radio {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
.login-page .right .layui-form-radio::before {
  content: '';
  width: 12px;
  height: 12px;
  text-align: center;
  background: #D8D8D8;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
}
.login-page .right .layui-form-radio > i {
  font-size: 30px;
  margin: 0;
}
.login-page .right .radio_label {
  width: inherit;
  margin: 0 41px 0 10px;
}
.login-page .right .txt-nums {
  position: relative;
}
.login-page .right .txt-nums .nums {
  display: inline-block;
  height: 50px !important;
  line-height: 50px;
}
.login-page .right .txt-nums .layui-form-select {
  position: absolute;
  width: 110px;
  height: 42px;
  line-height: 42px;
  right: 4px;
  top: 4px;
}
.login-page .right .txt-nums .layui-input {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
}
.login-page .right .txt-nums .layui-form-selected dl {
  font-size: 16px;
}
.register-label {
  display: inline-block;
  border-radius: 30px;
  line-height: 50px;
  height: 50px;
  background: #F6F8FF;
  border-radius: 6px;
  width: calc(100% - 100px);
  padding: 0 30px;
  cursor: pointer;
  margin-left: 19px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #999;
  border: none;
}
.star {
  display: inline-block;
  width: 5px;
  height: 5px;
  color: #D30A0A;
  margin-right: 3px;
}
.login-title {
  text-align: center;
  font-size: 40px;
  color: #4E7393;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  margin-bottom: 90px;
}
.login-title::after {
  position: absolute;
  display: block;
  content: '';
  width: 89px;
  height: 9px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #EFF4FE;
}
.login-email {
  height: 60px;
  line-height: 60px;
  margin-bottom: 27px;
  background: #F6F8FF;
  border-radius: 6px;
  color: #333333;
  position: relative;
}
.login-email::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 28px;
  width: 26px;
  height: 22px;
  /*最后一个参数是半透明度，可以透过调整0-1的数值，调整到满意的透明度*/
  background: url("../images/icon-email.png") no-repeat;
}
.login-email .icon-text {
  float: left;
  width: 80px;
  height: 60px;
  background: #4E7393;
  border-radius: 6px 0px 0px 6px;
}
.login-email input {
  font-size: 16px;
  display: block;
  float: left;
  width: calc(100% - 80px);
  height: 100%;
  padding: 0 20px;
}
.login-pwd {
  height: 60px;
  line-height: 60px;
  background: #F6F8FF;
  border-radius: 6px;
  color: #333333;
  position: relative;
  margin-bottom: 30px;
}
.login-pwd::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 22px;
  height: 29px;
  /*最后一个参数是半透明度，可以透过调整0-1的数值，调整到满意的透明度*/
  background: url("../images/icon-pwd.png") no-repeat;
}
.login-pwd .icon-text {
  float: left;
  width: 80px;
  height: 60px;
  background: #4E7393;
  border-radius: 6px 0px 0px 6px;
}
.login-pwd input {
  font-size: 16px;
  float: left;
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  padding: 0 20px;
}
.login-forget {
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
}
.login-forget .remember {
  float: left;
  color: #999999;
}
.login-forget .remember .layui-form-checkbox span {
  line-height: 16px;
  font-size: 16px;
}
.login-forget .forget {
  float: right;
  color: #4E7393;
}
.login-enter,
.txt-enter {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #7B98AC;
  text-align: center;
  color: #fff;
}
.login-enter input,
.txt-enter input {
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.login-enter input:hover,
.txt-enter input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.login-register {
  font-size: 16px;
  color: #333333;
  margin-top: 29px;
  text-align: center;
}
.login-register button {
  width: 100%;
  cursor: pointer;
}
.login-user::before {
  top: 15px;
  left: 25px;
  width: 30px;
  height: 30px;
  background: url("../images/icon-user.png") no-repeat;
}
.login-verify {
  margin-bottom: 80px;
  position: relative;
}
.login-verify input {
  padding-right: 145px;
}
.login-verify::before {
  top: 15px;
  left: 27px;
  width: 27px;
  height: 30px;
  background: url("../images/icon-verify.png") no-repeat;
}
.login-verify .verify-text {
  position: absolute;
  top: 6px;
  right: 6px;
  float: right;
  width: 123px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 6px;
}
.login-verify .verify-text img {
  vertical-align: top;
  width: 100%;
  height: 48px;
}
.login-sure {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #7B98AC;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.login-sure button {
  width: 100%;
  cursor: pointer;
}
.logo-active {
  border-bottom: 4px solid #F38F35;
  background-color: rgba(0, 152, 143, 0.8);
}
.psw-tips {
  width: 380px;
  height: 245px;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}
.psw-tips img {
  width: 60px;
  height: 60px;
}
.psw-tips h3 {
  font-size: 20px;
  font-weight: bold;
  color: #33A954;
  line-height: 26px;
  margin: 20px 0 30px;
}
.psw-tips p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.main {
  margin: 30px 0 50px;
  min-height: calc(100% - 300px);
  min-width: 1000px;
}
.main .step {
  padding: 20px 198px 50px;
  border-bottom: 1px solid #eee;
}
.main .main-cont {
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
}
.step ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.step li {
  position: relative;
  width: 105px;
  text-align: center;
}
.step li::before {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 315px;
  height: 4px;
  background-color: #EEEEEE;
  top: 23px;
  left: -315px;
}
.step li:first-child::before {
  display: none;
}
.step .num {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #D8D8D8;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  border: 2px solid #D8D8D8;
  font-weight: 400;
}
.step .title {
  font-size: 20px;
  color: #D8D8D8;
  margin-top: 20px;
}
.step-active {
  color: #FFFFFF;
}
.step-active .num {
  background: #4E7393;
  border: 2px solid #4E7393;
  color: #fff;
}
.step-active .title {
  color: #4E7393;
}
.step-active::before {
  background-color: #4E7393 !important;
}
.request-list {
  padding: 20px 0 257px;
}
.request-list .list {
  height: 180px;
  width: 100%;
  margin: 30px 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.request-list .list::after {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  width: 132px;
  height: 180px;
  background: #4E7393;
  border-radius: 2px;
  background: url(../images/img03.png);
}
.request-list .left {
  float: left;
  height: 180px;
  width: 320px;
}
.request-list .right {
  height: 180px;
  padding: 0 40px 0 0;
  background-color: #F6F8FF;
}
.request-list .right-content {
  float: left;
  width: calc(100% -180px);
  padding-left: 60px;
}
.request-list .right-content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #46597E;
  margin: 52px 0 20px;
}
.request-list .right-content .date {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #AEB8CD;
}
.request-list .right-btn {
  float: left;
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: #4E7393;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.request-list .right-btn:hover {
  color: #fff;
}
.request-list-right .right-btn {
  float: right;
}
.common-title {
  position: relative;
  clear: both;
}
.common-title::before {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  left: 0px;
  top: 5px;
  width: 4px;
  height: 20px;
  background: #4E7393;
  border-radius: 2px;
}
.common-title .name {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  height: 30px;
  font-weight: bold;
}
.common-title .pass-about {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 14px;
  overflow: hidden;
  height: 20px;
  margin: 0 16px;
}
.common-title .desc {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #999999;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}
.common-title .pass-about-desc {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #999999;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}
.common-title .desc .status {
  font-size: 32px;
  font-weight: 400;
  color: #33A954;
  line-height: 26px;
}
.common-title .desc .failStatus {
  font-size: 32px;
  font-weight: 400;
  color: #D30A0A;
  line-height: 26px;
}
.common-title .desc .advice {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.common-title textarea {
  float: right;
  background-color: #F5F8FF;
  height: 78px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
  width: calc(100% - 130px);
}
.common-mg {
  margin: 20px 0;
}
.common-page {
  text-align: center;
}
.write {
  padding-top: 50px;
}
.write-list {
  margin-top: 5px;
  margin-left: -20px;
  margin-right: -20px;
}
.write-list li {
  margin: 20px 0;
  width: 33.33%;
  float: left;
  padding: 0 20px;
}
.write-list .write-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 14px;
  overflow: hidden;
  height: 20px;
}
.write-list .write-title .star {
  color: #D30A0A;
}
.write-title .txt {
  float: left;
}
.write-title .other-checkbox {
  float: right;
}
.write-title .other-checkbox .layui-form-checkbox {
 /* margin: -5px -12px 0 0;*/
}
.write-title .other-radio {
  float: left;
}
.write-title .other-radio .layui-form-radio {
  margin: -5px 0 0 20px;
  padding: 0;
  color: #666666;
}
.write-title .other-radio .layui-form-radio * {
  font-size: 16px;
}
.write-title .other-txt {
  float: right;
}
.write-title .other-txt .txt {
  font-size: 12px;
  font-weight: 400;
  color: #D30A0A;
  margin-top: 3px;
}
.write-list .write-input {
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 0 20px;
}
.write-list .layui-form-select .layui-input {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}
.write-list .layui-form-select .layui-edge {
  right: 20px;
}
.write-list .layui-laydate-main {
  width: 330px!important;
}
.write-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.write-btn .layui-btn {
  width: 47%;
}
.write-btn button {
  width: 47%;
}
.write-btn button span {
  display: inline-block;
  width: 20%;
  float: left;
}
.write-btn button span:first-child {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.write-list .verify-input {
  position: relative;
}
.write-list .verify-input img {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 97px;
  height: 42px;
  background: #F3F3F3;
  border-radius: 4px;
}
.write-submit {
  clear: both;
  display: flex;
  justify-content: space-between;
  padding: 40px 177px 50px;
}
.write-submit button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
}
.write-submit-topic {
  clear: both;
  display: flex;
  justify-content: center;
  padding: 40px 177px 50px;
}
.write-submit-topic button {
  width: 20%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
}
.write-submit .layui-btn + .layui-btn {
  margin-left: 20px;
}
.checkbox-write-list {
  display: none;
}
.write-view {
  overflow: hidden;
}
.write-view .write-input {
  color: #666;
  font-weight: bold;
}
.write-view .layui-btn-disabled {
  color: #fff !important;
  font-weight: bold;
  background-color: #4E7393 !important;
}
.write-back {
  clear: both;
  margin: 40px 0 20px;
}
.write-back .back {
  display: block;
  width: 25.7%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
.request-all {
  padding: 30px 0 10px;
}
.request-all .list {
  clear: both;
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.request-all .left {
  float: left;
  height: 100px;
  width: 180px;
}
.request-all .right {
  height: 100px;
  padding: 30px 30px 30px 0px;
  background-color: #F6F8FF;
}
.request-all .right-content {
  float: left;
  width: calc(100% -180px);
  padding-left: 40px;
}
.request-all .right-content .name {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #4E7393;
  display: block;
  width: 224px;
  margin-top: 5px;
}
.request-all .right-content .date {
  float: left;
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 255px;
  color: #333333;
  margin-top: 7px;
}
.request-all .right-content .date span {
  color: #999;
}
.request-all .right-content .status {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 7px;
  display: block;
  width: 280px;
}
.request-all .right-content .status span {
  color: #46597E;
  font-weight: bold;
}
.request-all .right-content .nums {
  float: left;
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 180px;
  color: #333333;
  margin-top: 7px;
}
.request-all .right-content .nums span {
  color: #999;
}
.request-all .right-btn {
  float: right;
}
.request-all .right-btn a {
  display: block;
  float: right;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #F6F8FF;
  border: 1px solid #4E7393;
  border-radius: 20px;
  color: #4E7393;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}
.request-all .right-btn a:hover {
  background: #4E7393;
  color: #fff;
}
.request-all .right-btn .del {
  border: 1px solid #D30A0A;
  color: #D30A0A;
}
.request-all .right-btn .normal{
  border: 1px solid #009688;
  color:#009688;
}
.request-all .list:hover .right {
  background-color: #fff;
}
.request-all .list:hover .right .del:hover {
  background: #4E7393;
  color: #fff;
  border: 1px solid #4E7393;
}
.layui-laypage a,
.layui-laypage span {
  margin: 0 0 0 5px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  color: #666666;
}
.active-error {
  color: #D30A0A !important;
}
.active-sucuss {
  color: #33A954 !important;
}
.active-defalut {
  color: #46597E !important;
}
.review {
  margin-bottom: 50px;
}
.review li {
  width: 135px;
}
.review li::before {
  width: 136px;
  left: -136px;
}
.review-list {
  padding-top: 30px;
  width: 630px;
  margin: 0 auto;
}
.review-list label {
  float: left;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 110px;
  display: block;
  text-align: right;
}
.review-input {
  color: #333;
}
.review-label {
  border: 1px solid #CED4DA;
  display: inline-block;
  border-radius: 30px;
  line-height: 50px;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  width: calc(100% - 130px);
  padding: 0 30px;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #999;
}
.write-next {
  clear: both;
  margin: 26px 0 20px;
}
.write-next .next {
  display: block;
  width: 57.14%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
.write-confirmpass {
  clear: both;
  margin: 26px 0 268px;
  width: calc(100% - 130px);
  margin-left: 20px;
  padding: 0;
  height: auto;
  border: none;
}
.write-confirmpass .cancel {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: 36%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.write-confirmpass .confirm {
  display: block;
  float: right;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
}
.inspect-result {
  margin-bottom: 46px;
}
.inspect-files {
  float: right!important;
}
.inspect-submit {
  clear: both;
  width: 100%;
  padding: 60px 0 20px;
  text-align: center;
}
.inspect-submit button {
  width: 21.42%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
  margin: 0 10px;
}
.review-edit input {
  height: 50px;
  background: #F6F8FF;
  border: none;
}
/*网站响应样式*/
@media (max-width: 1680px) {
  .login-register {
    margin-top: 15px;
  }
  .login-logo {
    left: 50px;
  }
  .login-logo img {
    width: 645px;
  }
  .login-page .right .info {
    width: 60%;
  }
  .login-page .right::after {
    width: 151px;
    margin-left: -150px;
  }
  .register-label {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 20px;
  }
  .login-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .login-page .right .txt-nums .nums {
    height: 42px!important;
    line-height: 42px!important;
    font-size: 14px;
  }
  .login-page .right .txt-nums .layui-select-title input {
    height: 35px!important;
    line-height: 35px!important;
    font-size: 14px;
  }
  .login-page .right .txt-enter {
    margin-top: 20px;
  }
  .login-verify {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .step li::before {
    width: 257px;
    left: -257px;
  }
  .review li::before {
    width: 98px;
    left: -98px;
  }
  .request-all .right-content .date {
    width: 230px;
  }
  .request-all .right-content .name {
    width: 180px;
  }
  .request-all .right-content .status {
    width: 220px;
  }
  .login-page .right .info {
    width: 75%;
  }
  .register-label {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
  }
  .login-page .right label {
    font-size: 12px;
  }
  .login-page .right .layui-form-radio > i {
    font-size: 24px;
  }
  .login-page .right .layui-form-radio::before {
    top: 5px;
    left: 6px;
  }
  .login-page .right .txt-nums .nums {
    height: 35px!important;
    line-height: 35px!important;
    font-size: 12px;
  }
  .login-page .right .txt-nums .layui-select-title input {
    height: 30px!important;
    line-height: 30px!important;
    font-size: 12px;
  }
  .txt-enter {
    height: 40px;
    line-height: 40px;
  }
  .login-page .right .txt-enter {
    margin-top: 10px;
  }
  .login-title {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .step li::before {
    width: 235px;
    left: -235px;
  }
  .review li::before {
    width: 120px;
    left: -100px;
  }
  .login-logo {
    left: 50px;
  }
  .login-logo img {
    width: 500px;
  }
}
@media (max-width: 1280px) {
  .step li::before {
    width: 200px;
    left: -200px;
  }
  .review li::before {
    width: 100px;
    left: -80px;
  }
  .request-all .right-content .date {
    width: 200px;
    font-size: 14px;
    margin-top: 10px;
  }
  .request-all .right-content .name {
    width: 150px;
    font-size: 20px;
  }
  .request-all .right-content .status {
    width: 165px;
    font-size: 14px;
    margin-top: 10px;
  }
  .request-all .right-content .nums {
    width: 140px;
    font-size: 14px;
    margin-top: 10px;
  }
  .request-all .right {
    padding: 30px 20px 30px 20px;
  }
  .request-all .right-btn a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
    width: 65px;
  }
}
@media (max-width: 1024px) {
  .step li::before {
    width: 128px;
    left: -128px;
  }
  .review li::before {
    width: 60px;
    left: -40px;
  }
  .request-all .right-content .name {
    width: 128px;
    font-size: 18px;
  }
}
