body {
  min-width: 1260px;
}

html,
body {
  height: 100%;
}

.cbody {
  height: 100%;
}

.container-form {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.consult-apply-box {
  background: rgba(236, 240, 246, 1);
  padding-bottom: 123px;
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.consult-apply-box .header-form {
  height: 96px;
}

.consult-apply-box .header-form .logoImg {
  position: relative;
  width: 160px;
  height: 100%;
  display: block;
}

.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.consult-apply-box .fillout-box {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 25px 50px -12px rgba(129, 177, 221, 0.5);
  border-radius: 16px;
}

.consult-apply-box .fillout-box .flText {
  background-image: url(../image/trial-bg.png);
  background-size: cover;
  background-position: center;
  width: 600px;
  padding: 50px 0 0 50px;
  box-sizing: border-box;
  border-radius: 0px 16px 16px 0px;
  padding-bottom: 69px;
}

.consult-apply-box .fillout-box .flText .bigTit {
  font-size: 36px;
  font-weight: bold;
  color: #3B3B3B;
  line-height: 50px;
  margin-bottom: 24px;
}

.consult-apply-box .fillout-box .flText .desList {
  margin-bottom: 24px;
  padding-left: 20px;
  box-sizing: border-box;
}

.consult-apply-box .fillout-box .flText .desList li {
  float: left;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #3B3B3B;
  line-height: 36px;
  position: relative;
}

.consult-apply-box .fillout-box .flText .desList li span {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* .consult-apply-box .fillout-box .flText .desList li::marker{
    color: rgba(35, 56, 99, 0.5);
} */
.consult-apply-box .fillout-box .flText .contactTit {
  font-size: 14px;
  font-weight: bold;
  color: #3B3B3B;
  line-height: 24px;
  margin-bottom: 8px;
}

.consult-apply-box .fillout-box .flText .contactNum {
  font-size: 14px;
  font-weight: bold;
  color: #3B3B3B;
  line-height: 24px;
  margin-bottom: 41px;
  margin-left: 36px;
  margin-top: 24px;
}

.consult-apply-box .fillout-box .flText .contactNum span {
  font-size: 18px;
  font-family: "D-DINExp-Bold";
}

.consult-apply-box .fillout-box .flText img {
  max-width: 440px;
  margin-left: 36px;
}

.consult-apply-box .fillout-box .flForm {
  padding: 34px 48px 48px;
  box-sizing: border-box;
  width: calc(100% - 600px);
}

.consult-apply-box .fillout-box .flForm .tit {
  font-size: 30px;
  font-weight: bold;
  color: #233863;
  line-height: 42px;
  margin-bottom: 4px;
}

.consult-apply-box .fillout-box .flForm .des {
  font-size: 14px;
  font-weight: 400;
  color: #A9B4C9;
  line-height: 20px;
  margin-bottom: 24px;
}

.consult-apply-box .fillout-box .flForm .box {
  padding-left: 51px;
  box-sizing: border-box;
}

.consult-apply-box .fillout-box .flForm .box .item {
  margin-bottom: 16px;
  position: relative;
  width: 300px;
  transition: all 0.3s;
}

.consult-apply-box .fillout-box .flForm .box .item input {
  width: 100%;
  height: 40px;
  background: #FBFCFD;
  border-radius: 2px;
  border: 1px solid #E8EBEE;
  padding-left: 12px;
  box-sizing: border-box;
  color: #233863;
  font-size: 13px;
}

/*手机验证码*/
.consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodenum {
  width: 182px;
}

.consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodebtnhui {
  background: #E8EBEE;
}

.consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodebtn {
  width: 110px;
  padding-left: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  color: #233863;
  line-height: 18px;
}

/*隐私声明*/
.consult-apply-box .fillout-box .flForm .box .item.protocol {
  height: 17px;
  line-height: 17px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #233863;
}

.consult-apply-box .fillout-box .flForm .box .item.protocol a {
  color: #229AF4;
}

.consult-apply-box .fillout-box .flForm .box .item.protocol a:hover {
  text-decoration: underline;
}

.consult-apply-box .fillout-box .flForm .box .item.protocol::before {
  content: '';
}

.consult-apply-box .fillout-box .flForm .box .item input[type=radio] {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
  border: 2px solid #E5E6EB;
  vertical-align: middle;
  margin-right: 8px;
}

.consult-apply-box .fillout-box .flForm .box .item::before {
  content: '*';
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  color: #FF0000;
  font-size: 14px;
}

.consult-apply-box .fillout-box .flForm .box .item.itemPN::before {
  content: '';
}

.fillout-box .flForm .item .select-box {
  padding-top: 5px;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  max-height: 160px;
  overflow-y: scroll;
  box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
  border-radius: 4px;
}

.fillout-box .flForm .item .select-box .insideBox {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
  border-radius: 4px;
  padding: 4px 0;
}

.fillout-box .flForm .item .select-box span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  box-sizing: border-box;
  /* color: #233863; */
  cursor: pointer;
  color: #A9B4C9;
}

/* .fillout-box .flForm .box .item:hover .select-box{
   display: block;
} */
.fillout-box .flForm .item.activeSelect .select-box {
  display: block;
}

.fillout-box .flForm .item .select-box span:hover {
  background: #F2F3F5;
}

.fillout-box .flForm .item .select-box span.selectV {
  color: #229AF4;
}

.fillout-box .flForm .box .item input::placeholder {
  color: #A9B4C9;
  font-size: 13px;
}

.fillout-box .flForm .box .item.seItem input {
  cursor: pointer;
}

.fillout-box .flForm .box .item.seItem .arrIcon {
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

/* .fillout-box .flForm .box .item.seItem:hover .arrIcon{
    transform: rotate(180deg);
} */
.fillout-box .flForm .box .item.activeSelect .arrIcon {
  transform: rotate(180deg);
}

.fillout-box .flForm .box .startBtn {
  font-family: Verdana;
  height: 40px;
  line-height: 40px;
  background: #229AF4;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  /* display: block; */
  border: none;
  width: 300px;
  cursor: pointer;
}

.fillout-box .flForm .box .startBtn:hover {
  background-color: #1E8ADA;
}

.fillout-box .flForm .item .select-box {
  scrollbar-width: none;
}

/* 滚动条样式 */
.fillout-box .flForm .item .select-box::-webkit-scrollbar {
  width: 4px;
  /*  设置纵轴（y轴）轴滚动条 */
  height: 4px;
  /*  设置横轴（x轴）轴滚动条 */
  display: none;
}

/* 滚动条滑块（里面小方块） */
.fillout-box .flForm .item .select-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* 滚动条轨道 */
.fillout-box .flForm .item .select-box::-webkit-scrollbar-track {
  border-radius: 0;
}

.fillout-box .flForm .box .startBtn.notClick {
  pointer-events: none;
  cursor: not-allowed;
}

.consult-apply-box .container-form {
  position: relative;
}

.gfdh {
  /* color:#229AF4; */
  font-size: 22px;
}

.fc-code {
  padding-top: 12px;
}

@media screen and (max-width:768px) {
  body {
    min-width: 100%;
    width: 100%;
  }

  .consult-apply-box {
    padding-bottom: 0;
  }

  .consult-apply-box .m-trial-bg1 {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: -1;
    width: 204px;
    height: 82px;
  }

  .consult-apply-box .m-trial-bg2 {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }

  .consult-apply-box .container-form {
    padding: 40px 24px 48px;
    box-sizing: border-box;
  }

  .consult-apply-box .fillout-box {
    display: block;
  }

  .consult-apply-box .fillout-box .flForm {
    padding: 24px 24px 62px 24px;
    box-sizing: border-box;
    width: 100%;
  }

  .consult-apply-box .container-form .cuImg.img2 {
    right: 0;
    bottom: 0;
    max-width: 158px;
  }

  .consult-apply-box .container-form .cuImg.img1 {
    left: 0;
    bottom: 9px;
    max-width: 80px;
  }

  .consult-apply-box .fillout-box .flForm .box .item {
    width: 100%;
  }

  .consult-apply-box .fillout-box .flForm .box {
    padding-left: 0;
  }

  .fillout-box .flForm .box .startBtn {
    width: 100%;
  }

  .consult-apply-box .fillout-box .flForm .tit {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 33px;
  }

  .consult-apply-box .fillout-box .flForm .des {
    margin-bottom: 16px;
    line-height: 24px;
  }

  .consult-apply-box .fillout-box .flForm .box .item::before {
    left: 12px;
  }

  .consult-apply-box .fillout-box .flForm .box .item input {
    padding-left: 26px;
  }

  .fillout-box .flForm .item .select-box span {
    height: 28px;
    line-height: 28px;
  }

  .consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodenum {
    width: calc(100% - 120px);
    margin-right: 5px;
  }

  .consult-apply-box .fillout-box .flForm .box .item.protocol {
    margin-bottom: 12px;
    line-height: normal;
  }

  #dr_industry,
  #dr_employees {
    text-indent: 20px;
  }
}