@charset "UTF-8";
/**
 * html
 * date: 2023-9-22
 * author: lucw;
 */
html {
  background-color: #f8f8f8;
}

body {
  min-width: 1230px;
}

body * {
  box-sizing: border-box;
}

.banner-container {
  width: 100%;
  height: 220px;
  background: url("../images/e4059796e2aa45039c46a91a0fa4639b.jpeg") 50% no-repeat;
  background-size: 100% 100%;
}

.banner-content {
  height: 100%;
}

.box1200 {
  margin: 0 auto;
  width: 1200px;
}

.banner-content .text {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.main {
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
}

.content-container {
  padding: 30px;
  background: #fff;
}

.main .content-container {
  width: 100%;
  margin-bottom: 40px;
}

.content-container .query-container {
  height: auto;
  margin: 35px auto;
  width: 660px;
}

.el-form-item {
  margin-bottom: 22px;
}

.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}

.el-form-item__label {
  line-height: 50px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333;
  text-align: right;
  font-weight: 400;
}

.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.el-input__inner {
  height: 50px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 0;
}

.slt {
  width: 490px;
}

.ipt {
  width: 346px;
}

input::-moz-placeholder {
  color: #c2c6cd;
}

input::placeholder {
  color: #c2c6cd;
}

.form-btn input {
  width: 100px;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.form-btn input.submit {
  margin-right: 35px;
  background: #4393f5;
  border-radius: 4px;
  color: #fff;
}

.form-btn input.reset,
.form-btn input.submit {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}

.form-btn input.reset {
  color: #4393f5;
  border: 1px solid #4393f5;
  border-radius: 4px;
  background: #fff;
}

.form-btn {
  padding-top: 26px;
  width: 100%;
  position: relative;
  margin-left: 160px;
}

.footer {
  text-align: center;
  margin-bottom: 40px;
}

.footer .jerr {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #4393f5;
  font-weight: 400;
  cursor: pointer;
}

.icon-jiucuo {
  margin-right: 5px;
  position: relative;
}

.icon-jiucuo::before {
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 21px;
  height: 22px;
  background: url("../images/want_ico.png") center no-repeat;
}

.footer .footer_bottom {
  margin: 20px 0;
  color: #666;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.54px;
  text-align: center;
  font-weight: 400;
}

.result-container {
  width: 100%;
}

.cx {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e6e6e6;
  font-size: 16px;
}

.result .boxes:first-child {
  border-top: 1px solid #e6e6e6;
}

.box-left .left {
  width: 228px;
  padding: 14px;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-left .right {
  width: 340px;
  padding: 14px;
  display: flex;
  align-items: center;
}

.box-left .border {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.box-left {
  width: 100%;
  display: flex;
}



.box-left1 .left {
  width: 228px;
  padding: 14px;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-left1 .right {
  width: 340px;
  padding: 14px;
  display: flex;
  align-items: center;
}

.box-left1 .border {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.box-left1 {
  width: 50%;
  display: flex;
}

.el-input__inner:focus {
  border-color: #409eff;
  outline: 0;
}

.noresult {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
}
.noresult .logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.noresult .info {
  margin-top: 20px;
  line-height: 50px;
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  font-weight: 500;
}

/* 错误提示 */
label.error {
  display: block !important;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #f56c6c;
  font-size: 12px;
}

.layui-input {
  width: 490px;
  height: 50px;
  font-size: 16px;
  color: #606266;
  border-radius: 0;
  border: 1px solid #dcdfe6;
}

.layui-form-select dl {
  top: 50px;
}

.layui-form-select dl dd.layui-this {
  color: #4393f5;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: #4393f5 !important;
}

.layui-form select {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.result {
  margin-bottom: 20px;
}

.vcode {
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  width: 120px;
  height: 50px;
  cursor: pointer;
}

.el-form-item__label.req:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.form-btn input.disabled {
  cursor: not-allowed;
  color: #c2c6cd;
  background-color: #f5f5f5;
  border: 1px solid #dcdfe6;
}

.el-input__inner.disabled {
  color: #333;
  background-color: #f5f5f5;
}

.result .boxes:first-child {
  border-top: 0;
}

.result .boxes:first-child .box-left:nth-child(1),
.result .boxes:first-child .box-left:nth-child(2) {
  border-top: 1px solid #e6e6e6;
}

.result .boxes:first-child .box-left1:nth-child(1),
.result .boxes:first-child .box-left1:nth-child(2) {
  border-top: 1px solid #e6e6e6;
}