.check .logo h1 {
  line-height: 80px;
  font-weight: 700;
}

.check .logo div {
  line-height: 40px;
  font-size: 16px;
}

.check .nav > li {
  margin-top: 10px;
}

.banner {
  background-image: url("../imgs/check_banner.png");
  height: 860px;
  padding-top: 268px;
  box-sizing: border-box;
}

.search {
  color: #ff6a00;
  text-align: center;
  font-size: 22px;
}

.regist {
  margin-top: 80px;
}

.regist form {
  margin: 0 auto;
  width: 1200px;
  height: 64px;
  box-shadow: 0px 2px 15px 0px rgba(173, 171, 171, 0.21);
  border-radius: 3px;
  border: 2px solid #ff6a00;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  line-height: 30px;
}

.regist form label {
  margin: 0 14px;
}

.regist form input {
  border: 0;
  line-height: 30px;
  background-color: #fff;
}

.regist form .layui-icon-down {
  color: #ff6a00;
  font-size: 12px;
}

.regist form .sele-box {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.regist form .sele-box .sele-items {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  box-shadow: 0 0 19.2px 0.8px rgba(29, 43, 56, 0.1);
  background-color: #fff;
  z-index: 2;
  top: 47px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.regist form .sele-box:hover .sele-items {
  top: 30px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.regist form .sele-box .sele-items li {
  padding: 0 10px;
  cursor: pointer;
}

.regist form .sele-box .sele-items li:hover {
  background-color: #ddd;
}

.regist form .sele-ed {
  display: inline-block;
  width: 95px;
  text-align: center;
}

.regist form .city {
  width: 125px;
  border-right: 1px solid #ddd;
  margin: 15px 0;
}

.regist form .firm {
  width: 245px;
  margin: 15px 0;
  border-right: 1px solid #ddd;
}

.regist form .industry {
  width: 245px;
  margin: 15px 0;
  border-right: 1px solid #ddd;
}

.regist form .industry .sele-ed {
  width: 105px;
}

.regist form .industry input {
  width: 130px;
}

.regist form .type {
  width: 160px;
  margin: 15px 0;
  border-right: 1px solid #ddd;
}

.regist form .type .sele-ed {
  width: 135px;
}

.regist form .phone {
  width: 290px;
  margin: 15px 0;
}

.regist form .phone input {
  width: 170px;
}

.regist form .submit {
  width: 130px;
}

.regist form .submit .layui-btn {
  font-size: 16px;
  width: 130px;
  height: 60px;
  border-radius: 0;
  background: linear-gradient(125deg, rgba(255, 139, 41, 1) 0%, rgba(255, 106, 0, 1) 100%);
}

.tips {
  text-align: center;
  margin: 80px auto;
}

.tips p {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.13);
  color: #fff;
}
