@charset "UTF-8";
/* 申请成为工程师*/
.engineer {
  width: 100%;
  height: auto !important;
  min-height: 200px;
  /*   更多图片展示*/
}
.engineer .picture1 {
  width: 100%;
  height: 1000px;
  padding-top: 106px;
  background: #ccc url("/upload/picture1.png") no-repeat center center;
  /* 申请按钮*/
}
.engineer .picture1 .btnBox {
  width: 1190px;
  margin: 624px auto;
  /*  下拉图标*/
}
.engineer .picture1 .btnBox .btn {
  width: 300px;
  height: 75px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #0099e7;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
}
.engineer .picture1 .btnBox .down {
  position: relative;
  width: 40px;
  height: 58px;
  margin-top: 53px;
  margin-left: 575px;
  transform: rotate(90deg);
  -moz-animation: mylogo 1s linear 0s infinite alternate;
  /* Firefox: */
  -o-animation: mylogo 1s linear 0s infinite alternate;
  /* Safari 和 Chrome: */
  -webkit-animation: mylogo 1s linear 0s infinite alternate;
  /* Opera: */
  animation: mylogo 1s linear 0s infinite alternate;
}
.engineer .picture1 .btnBox .down img {
  width: 100%;
  height: 100%;
}
@keyframes mylogo {
  from {
    top: 10px;
  }
  to {
    top: -10px;
  }
}
@-moz-keyframes mylogo /* Firefox */
{
  from {
    top: 10px;
  }
  to {
    top: -10px;
  }
}
@-webkit-keyframes mylogo /* Safari 和 Chrome */
{
  from {
    top: 10px;
  }
  to {
    top: -10px;
  }
}
@-o-keyframes mylogo /* Opera */
{
  from {
    top: 10px;
  }
  to {
    top: -10px;
  }
}
.engineer .bottom {
  width: 100%;
  height: 2344px;
  /* 申请方式*/
}
.engineer .bottom .picture2 {
  width: 100%;
  height: 600px;
  background: #ccc url("/upload/picture2.png") no-repeat center center;
}
.engineer .bottom .picture3 {
  width: 100%;
  height: 600px;
  background: #ccc url("/upload/picture3.jpg") no-repeat center center;
}
.engineer .bottom .picture4 {
  width: 100%;
  height: 600px;
  background: #ccc url("/upload/picture4.png") no-repeat center center;
}
.engineer .bottom .apply {
  width: 100%;
  height: 544px;
  margin: auto;
}
.engineer .bottom .apply-serveTop {
  width: 1190px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 468px;
  /*!服务类目左边框线*/
  /*!服务类目标题*/
  /*!服务类目右边框线*/
}
.engineer .bottom .apply-serveTop .border-left {
  position: relative;
  top: 12px;
  width: 100px;
  height: 1px;
  margin-left: -127px;
  border-bottom: none;
  background: #ccc;
}
.engineer .bottom .apply-serveTop .serve-title {
  display: inline-block;
  margin: 0 auto;
  opacity: 1;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  line-height: 24px;
}
.engineer .bottom .apply-serveTop .border-right {
  position: relative;
  top: -12px;
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-left: 27px;
  border-bottom: none;
  background: #ccc;
}
.engineer .bottom .apply-content {
  width: 1190px;
  margin: auto;
}
.engineer .bottom .apply-content .contentBox {
  margin: 16px auto;
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.engineer .bottom .apply .codeBox {
  width: 1190px;
  margin: 50px auto;
}
.engineer .bottom .apply .codeBox .code {
  width: 240px;
  height: 240px;
  margin-left: 329px;
  border: 1px solid #707070;
}
.engineer .bottom .apply .codeBox .code img {
  width: 219px;
  height: 224px;
  margin: 8px 11px;
  border: 1px dashed #ccc;
}
.engineer .bottom .apply .codeBox .idea {
  display: inline-block;
  margin-left: 352px;
  color: #999;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.engineer .bottom .apply .codeBox .border {
  float: left;
  width: 1px;
  height: 240px;
  margin-top: -240px;
  margin-left: 619px;
  border: 1px solid #ccc;
  border-left: none;
}
.engineer .bottom .apply .codeBox .text {
  margin-top: -280px;
  margin-left: 670px;
}
.engineer .bottom .apply .codeBox .text li {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}



.master__desc,
.master__title,
.picture1 .form {
  width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}

.master__title {
  color: #0099e7;
  font-size: 80px;
  font-weight: bold;
  line-height: 112px;
}

.master__desc {
  margin-bottom: 50px;
  color: #fff;
  font-size: 40px;
  line-height: 56px;
}

.picture1 .form {
  padding: 50px 63px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.form__title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
}

.form__item {
  width: 538px;
  height: 40px;
  margin: 20px auto;
  font-size: 16px;
}

.form_flex {
  display: flex;
}

.form__label,
.form__value {
  height: 100%;
}

.form__label {
  display: inline-block;
  width: 104px;
  margin-right: 14px;
  text-align: right;
  line-height: 40px;
}

.form__value {
  float: right;
  width: 410px;
  padding: 0 12px;
  text-align: left;
  color: #999;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.form_code {
  width: 278px;
  padding: 0 12px;
  text-align: left;
  color: #999;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.get_code {
  width: 122px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
  cursor: pointer;
  opacity: 1;
}

.form__value:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

::-webkit-input-placeholder {
  color: #999 !important;
}

.form__value-select2 {
  padding: 0;
  border-width: 0;
}

.form__value-select2 input {
  display: none;
}

.form__button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 448px;
  height: 60px;
  margin: 20px auto;
  cursor: pointer !important;
  color: #fff !important;
  border-radius: 60px;
  background-color: #0099e7;
  font-size: 20px;
  line-height: 60px;
}

.form__button:hover::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background-color: rgba(255, 255, 255, 0.2);
}

.tip {
  width: 300px;
  margin: 0 auto;
  line-height: 24px;
}

.tip__title,
.tip__content {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.tip__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
}

.tip:hover .tip__content {
  max-height: 300px;
}

.tip__content {
  text-align: left;
}

.select2-container {
  float: left;
  margin-right: 10px;
}

.select2-container:last-child {
  margin-right: 0;
}

.c-select2 {
  box-sizing: border-box;
  height: 40px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent !important;
}

.c-select2:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
  outline: 0;
}

.c-select2 .select2-selection__rendered {
  padding: 0 12px !important;
}

.c-select2 .select2-selection__rendered,
.c-select2 .select2-selection__arrow {
  height: 40px !important;
  color: #999 !important;
  line-height: 38px !important;
}

.c-select2__dropdown {
  background-color: transparent !important;
}

.form.result {
  position: relative;
  color: #333;
  background-color: #fff;
  font-size: 20px;
}

.result__header {
  margin-bottom: 14px;
}

.result__closer {
  position: absolute;
  top: 30px;
  right: 40px;
  display: inline-block;
  width: 16px;
  height: 2px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  background: #999;
  font-size: 0;
  line-height: 0;
}

.result__closer:after {
  display: block;
  width: 16px;
  height: 2px;
  content: '/';
  -webkit-transform: rotate(-90deg);
  background: #999;
}

.result__title {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
}

.result__icon {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.result__describe {
  color: #666;
  line-height: 28px;
}

.result__qr {
  width: 172px;
  height: 172px;
  margin-top: 30px;
}

#reSubmit {
  margin-top: 40px;
  text-align: center;
}

.fix {
  position: fixed;
  top: 50%;
  right: 0;
  width: 120px;
  height: 144px;
  padding: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.fix__qr {
  width: 100%;
  height: auto;
}

.fix:hover {
  width: 150px;
  height: 168px;
}
/*# sourceMappingURL=engineer.css.map */
