/*******  S less函数  ********/
/*******  E less函数  ********/
/*******S   公用样式*********/
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
p,
input,
select,
button {
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}
body {
  min-width: 1200px;
  background-color: #F8F8F8;
}
#LRdiv0,
#LRdiv3 {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-title {
  text-align: center;
  padding: 60px 0 32px;
  position: relative;
}
.main-title h3 span {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292E2E;
  vertical-align: middle;
  margin: 0 20px;
}
.main-title h3 img {
  vertical-align: middle;
}
.main-title > span {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #666666;
}
.main-title > img {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.know_more {
  width: 587px;
  height: 56px;
  cursor: pointer;
  margin: 40px auto 0;
  background: #FFFFFF;
  border: 1px solid #FF9704;
  position: relative;
}
.know_more img.click {
  position: absolute;
  right: -48px;
  top: 0px;
  width: 110px;
}
.know_more .left-label {
  float: left;
  line-height: 56px;
  width: 380px;
  text-align: center;
}
.know_more .left-label * {
  vertical-align: middle;
}
.know_more .left-label span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525959;
  margin-left: 8px;
}
.know_more .left-label b {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF9704;
}
.know_more .right-btn {
  float: left;
  width: 205px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(229deg, #FFAF3B 0%, #FF7F2A 100%);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.btn {
  cursor: pointer;
}
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img {
  transition: all 0.2s linear;
}
.img-wrapper:hover img {
  transform: scale(1.1);
}
@font-face {
  font-family: DIN;
  src: url('./DIN-BOLD.OTF');
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  83.3% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Tada {
  0% {
    left: -100%;
  }
  70%,
  73% {
    left: 100%;
  }
  77%,
  83%,
  90%,
  97% {
    left: 100%;
  }
  80%,
  87%,
  93% {
    left: 100%;
  }
  100% {
    left: 150%;
  }
}
/*******E   公用样式*********/
/*******S   banner*********/
.banner {
  position: relative;
  width: 100%;
  height: 460px !important;
  background-position: center center;
}
.banner .consult-count {
  width: 238px;
  height: 245px;
  position: absolute;
  right: 162px;
  top: 103px;
  padding-top: 57px;
}
.banner .consult-count .num {
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
}
.banner .consult-count .num b {
  font-family: DIN;
  font-size: 60px;
  color: #fc3525;
}
.banner .consult-count .btn_banner {
  font-size: 20px;
  color: #fff;
  width: 197px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background-image: linear-gradient(-63deg, #ff643a 0%, #f9291d 100%), linear-gradient(#fc2c23, #fc2c23);
  background-blend-mode: normal,
        normal;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  margin: 20px auto 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  animation: pulse 3s cubic-bezier(0.47, 2.02, 0.31, -0.36);
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.banner .consult-count .btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  animation: move 3s ease;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
/*******E   banner*********/
.problem {
  padding-bottom: 62px;
  background: linear-gradient(180deg, #F6F6FF 0%, #F5F5FF 100%);
}
/*******S   表单*********/
.form-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(116, 116, 116, 0.1);
  position: relative;
  margin-top: -35px;
}
.form-box .top-form {
  padding: 40px;
  background-image: url(../images/csgl/form1_bg.png);
  background-size: 110% 110%;
  background-position: center center;
}
.form-box .form-title h4 {
  text-align: center;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #292E2E;
}
.form-box .form-choose {
  margin-top: 25px;
}
.form-box .form-choose label {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525959;
}
.form-box .form-choose div {
  float: left;
  margin-left: 10px;
}
.form-box .form-choose div span {
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525959;
  margin-right: 16px;
  padding-left: 25px;
  position: relative;
}
.form-box .form-choose div span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/csgl/form_icon_radio.png);
}
.form-box .form-choose div span.active:before {
  background-image: url(../images/csgl/form_icon_radiochecked.png);
}
.form-box .form-line {
  margin-top: 16px;
  border: 2px solid #FF9A05;
  border-right: 0;
  height: 48px;
  background: #fff;
}
.form-box .form-line .form-div {
  float: left;
  height: 44px;
  padding-left: 17px;
  position: relative;
}
.form-box .form-line .form-div.w319 {
  width: 315px;
}
.form-box .form-line .form-div.w315 {
  width: 315px;
}
.form-box .form-line .form-div.wider {
  width: 356px;
}
.form-box .form-line .form-div.wider:after {
  width: 0;
}
.form-box .form-line .form-div:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  background: #D3D3D3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-box .form-line .form-div img {
  vertical-align: middle;
}
.form-box .form-line .form-div .city-choose {
  cursor: pointer;
  background-image: url('../images/csgl/xiala_1.png');
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position: 240px 20px;
}
.form-box .form-line .form-div .city-choose.up {
  background-image: url(../images/csgl/xiala_2.png);
}
.form-box .form-line .form-div .drop-down {
  position: absolute;
  width: 318px;
  height: 227px;
  left: 0;
  background-image: url(../images/csgl/xiala_bg.png);
  background-size: 100% 100%;
  padding-top: 13px;
  display: none;
  overflow: hidden;
  z-index: 1000;
}
.form-box .form-line .form-div .drop-down .drop-wrapper {
  overflow-y: scroll;
  height: 209px;
  margin-top: -5px;
}
.form-box .form-line .form-div .drop-down .drop-wrapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.form-box .form-line .form-div .drop-down .drop-wrapper::-webkit-scrollbar-thumb:vertical {
  /*滚动条里面小方块*/
  background: #dddee0;
}
.form-box .form-line .form-div .drop-down .drop-wrapper::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: transparent;
}
.form-box .form-line .form-div .drop-down ul {
  margin-top: 5px;
  margin-left: 1px;
}
.form-box .form-line .form-div .drop-down ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.form-box .form-line .form-div .drop-down ul li:hover,
.form-box .form-line .form-div .drop-down ul li.active {
  color: #ff6600;
  background: #fff7f1;
}
.form-box .form-line .form-div input {
  vertical-align: middle;
  /* color: #333; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-left: 6px;
  width: 86%;
  height: 44px;
}
.form-box .form-line .form-div button {
  position: absolute;
  width: 92px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  background: #FFECD0;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6D00;
}
.form-box .form-line .submit_btn {
  float: right;
  width: 128px;
  height: 44px;
  background: linear-gradient(60deg, #FF9A05, #FF6C00);
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.form-box .form-line .submit_btn:hover {
  background-color: #e32525;
}
.form-box .form-superiority {
  box-shadow: 0px 0px 15px 1px rgba(209, 209, 209, 0.3);
}
.form-box .form-superiority ul li {
  padding: 26px;
  float: left;
  width: 25%;
  position: relative;
}
.form-box .form-superiority ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #EEEEEE;
  right: 0;
  top: 50%;
  margin-top: -35px;
}
.form-box .form-superiority ul li:hover h5 {
  color: #10BBB8;
}
.form-box .form-superiority ul li:hover p {
  color: #525959;
}
.form-box .form-superiority ul li:nth-child(1):hover .icon {
  background-image: url(../images/csgl/special_icon1_hover.png);
}
.form-box .form-superiority ul li:nth-child(1) .icon {
  background-image: url(../images/csgl/special_icon1.png);
}
.form-box .form-superiority ul li:nth-child(2):hover .icon {
  background-image: url(../images/csgl/special_icon2_hover.png);
}
.form-box .form-superiority ul li:nth-child(2) .icon {
  background-image: url(../images/csgl/special_icon2.png);
}
.form-box .form-superiority ul li:nth-child(3):hover .icon {
  background-image: url(../images/csgl/special_icon3_hover.png);
}
.form-box .form-superiority ul li:nth-child(3) .icon {
  background-image: url(../images/csgl/special_icon3.png);
}
.form-box .form-superiority ul li:nth-child(4):hover .icon {
  background-image: url(../images/csgl/special_icon4_hover.png);
}
.form-box .form-superiority ul li:nth-child(4) .icon {
  background-image: url(../images/csgl/special_icon4.png);
}
.form-box .form-superiority ul li:nth-child(4):after {
  width: 0;
  height: 0;
}
.form-box .form-superiority ul li div {
  float: left;
}
.form-box .form-superiority ul li div.icon {
  width: 68px;
  height: 68px;
  margin-right: 16px;
  transition: all linear 0.2s;
}
.form-box .form-superiority ul li div h5 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #292E2E;
  margin-bottom: 7px;
  transition: all linear 0.2s;
}
.form-box .form-superiority ul li div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989C9B;
  line-height: 20px;
  transition: all linear 0.2s;
}
/*******E   表单*********/
/*******S   疑问*********/
.puzzle {
  position: relative;
  z-index: 10;
}
.puzzle li {
  padding: 100px 0 0;
  float: left;
  width: 214px;
  height: 356px;
  margin-left: 16px;
  position: relative;
  background-position: center center;
  border-radius: 8px;
  cursor: pointer;
  transition: all linear 0.2s;
}
.puzzle li.active {
  width: 280px;
}
.puzzle li.active h4:after {
  width: 242px;
}
.puzzle li span {
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 50px;
  font-family: Impact;
  color: #C5C5C5;
  line-height: 61px;
}
.puzzle li:first-child {
  margin-left: 0;
  background-image: url(../images/csgl/puzzle01.png);
}
.puzzle li:nth-child(2) {
  background-image: url(../images/csgl/puzzle02.png);
}
.puzzle li:nth-child(3) {
  background-image: url(../images/csgl/puzzle03.png);
}
.puzzle li:nth-child(4) {
  background-image: url(../images/csgl/puzzle04.png);
}
.puzzle li:nth-child(5) {
  background-image: url(../images/csgl/puzzle05.png);
}
.puzzle li h4 {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.puzzle li h4:after {
  transition: all linear 0.2s;
  content: '';
  position: absolute;
  width: 170px;
  border-bottom: 2px dashed #D5D5D5;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.puzzle li p {
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 28px;
}
.puzzle li .btn {
  margin: 30px auto 0;
  width: 152px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: linear-gradient(229deg, #FFAF3B 0%, #FF7F2A 100%);
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.puzzle li .btn:hover {
  box-shadow: 0px 4px 24px 0px #1d1c1c;
}
/*******E   疑问*********/
/*******S   我们提供的服务*********/
.service {
  background-image: url(../images/csgl/service-bg.png);
  background-size: 100% 100%;
  padding-bottom: 64px;
}
.service ul li {
  width: 392px;
  position: relative;
  float: left;
}
.service ul li:not(:nth-child(3n)) {
  margin-right: 12px;
}
.service ul li:nth-child(n+4) {
  margin-top: 16px;
}
.service ul li .top-img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 180px;
}
.service ul li .content {
  background-color: #fff;
  padding: 32px 24px 24px;
}
.service ul li .content p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  height: 48px;
}
.service ul li .content .btn {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(229deg, #FFAF3B 0%, #FF6601 100%);
  border-radius: 4px;
  text-align: center;
  width: 152px;
  height: 43px;
  line-height: 43px;
  margin-top: 24px;
  cursor: pointer;
}
.service ul li .content .btn:hover {
  box-shadow: 0px 4px 12px 0px #ffc59d;
}
.service ul li .tab-bar {
  position: absolute;
  width: 230px;
  height: 60px;
  line-height: 60px;
  padding-left: 32px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 4px 4px 0px;
  left: 0;
  top: 132px;
}
.service ul li .tab-bar span {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  margin-right: 6px;
}
.service ul li .tab-bar img {
  vertical-align: middle;
}
/*******E   我们提供的服务*********/
/*******S   专业顾问一对一服务*********/
.counselor {
  background: url(../images/csgl/blue-bg.jpg);
  padding-bottom: 64px;
  background-size: 100% 100%;
}
.counselor .main-title span {
  color: #fff;
}
.counselor ul {
  background-color: #fff;
  padding: 24px;
}
.counselor ul li {
  float: left;
  text-align: center;
}
.counselor ul li:not(:last-child) {
  margin-right: 16px;
}
.counselor ul li.online .btn {
  background: linear-gradient(229deg, #FFAF3B 0%, #FF7F2A 100%);
  font-weight: bold;
}
.counselor ul li.online .btn:hover {
  box-shadow: 0px 4px 16px 0px #FFBB8D;
}
.counselor ul li.busy span {
  color: #ea8f09;
}
.counselor ul li.busy .btn {
  color: #ffa236;
  background-color: #fff;
  border: 1px solid #ffa236;
}
.counselor ul li.busy .btn:hover {
  background: linear-gradient(229deg, #FFAF3B 0%, #FF7F2A 100%);
  color: #fff;
}
.counselor ul li .image {
  width: 217px;
  height: 220px;
  position: relative;
}
.counselor ul li .image h4 {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(42, 42, 42, 0.5);
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  left: 0;
  bottom: 0;
}
.counselor ul li h3 {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 16px 0 8px;
}
.counselor ul li span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #14BCB9;
}
.counselor ul li .btn {
  cursor: pointer;
  margin: 16px auto 0;
  width: 168px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
/*******E   专业顾问一对一服务*********/
/*******S   我们能为您提供更多服务*********/
.more-service {
  background-image: url(../images/csgl/more-service-bg.jpg);
  background-size: 100% 100%;
  padding-bottom: 64px;
}
.more-service ul li {
  padding: 9px;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: 2px;
}
.more-service ul li .btn:hover {
  box-shadow: 0px 4px 16px 0px #FFBB8D;
}
.more-service ul li:hover .wrapper {
  background-color: #F5FCFF !important;
}
.more-service ul li:nth-child(2n-1) .detail {
  float: left;
}
.more-service ul li:nth-child(2n-1) .detail .img-wrapper {
  float: left;
}
.more-service ul li:nth-child(2n-1) .detail .content {
  float: left;
  margin-left: 24px;
}
.more-service ul li:nth-child(2n-1) .detail .content h4:after {
  left: 0;
}
.more-service ul li:nth-child(2n-1) .btn {
  float: right;
  margin-right: 40px;
}
.more-service ul li:nth-child(2n) .detail {
  float: right;
}
.more-service ul li:nth-child(2n) .detail .img-wrapper {
  float: right;
}
.more-service ul li:nth-child(2n) .detail .content {
  float: right;
  margin-right: 24px;
}
.more-service ul li:nth-child(2n) .detail .content h4,
.more-service ul li:nth-child(2n) .detail .content p {
  text-align: right;
}
.more-service ul li:nth-child(2n) .detail .content h4:after {
  right: 0;
}
.more-service ul li:nth-child(2n) .btn {
  float: left;
  margin-left: 40px;
}
.more-service ul li .wrapper {
  background-color: #F9F9F9;
  padding: 11px 15px;
}
.more-service ul li .wrapper .detail .img-wrapper {
  width: 260px;
  height: 150px;
}
.more-service ul li .wrapper .detail .content {
  padding-top: 29px;
}
.more-service ul li .wrapper .detail .content h4 {
  position: relative;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.more-service ul li .wrapper .detail .content h4:after {
  content: '';
  width: 18px;
  border-bottom: 1px dashed #D5D5D5;
  position: absolute;
  bottom: -15px;
}
.more-service ul li .wrapper .detail .content p {
  margin-top: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 24px;
}
.more-service ul li .wrapper .btn {
  margin-top: 51px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  width: 168px;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(229deg, #FFAF3B 0%, #FF7F2A 100%);
  border-radius: 4px;
  text-align: center;
}
/*******E   我们能为您提供更多服务*********/
/*******S   服务案例*********/
.case {
  padding-bottom: 64px;
  background-color: #FAFAFA;
}
.case ul {
  background-color: #fff;
  padding: 24px 20px 0;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.case ul li {
  float: left;
  width: 378px;
}
.case ul li:not(:last-child) {
  margin-right: 12px;
}
.case ul li .img-wrapper {
  widows: 378px;
  height: 180px;
}
.case ul li .content {
  padding: 32px 14px 32px 0;
  width: 100%;
}
.case ul li .content h6 {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  color: #343434;
}
.case ul li .content h6:after {
  position: absolute;
  content: '';
  width: 377px;
  border-bottom: 1px solid #ECECEC;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.case ul li .content span {
  display: block;
  margin: 33px 0 16px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FF7206;
}
.case ul li .content p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
  height: 78px;
}
.case ul li .content div {
  margin-top: 32px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #CCCCCC;
}
/*******E   服务案例*********/
/*******S   团队优势*********/
.team {
  background-color: #F4F4FF;
  padding-bottom: 64px;
}
.team .wrapper {
  background-color: #fff;
  padding: 24px;
}
.team .wrapper .left {
  float: left;
  width: 360px;
  height: 440px;
  margin-right: 12px;
}
.team .wrapper .img-wrapper {
  position: relative;
  border-radius: 4px;
}
.team .wrapper .img-wrapper span {
  position: absolute;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding: 19px 24px 19px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.team .wrapper .right .img-wrapper {
  height: 214px;
  float: left;
}
.team .wrapper .right .img-wrapper:not(:nth-child(2n)) {
  margin-right: 12px;
}
.team .wrapper .right .img-wrapper:nth-child(n+3) {
  margin-top: 12px;
}
.team .wrapper .right .w360 {
  width: 360px;
}
.team .wrapper .right .w408 {
  width: 408px;
}
/*******E   团队优势*********/
/*******S   二级表单*********/
.ejForm {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}
.ejForm .ej-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ejForm .ej-wrapper .form-container {
  width: 412px;
  height: 348px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 32px;
}
.ejForm .ej-wrapper .form-container h5 {
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.ejForm .ej-wrapper .form-container input {
  width: 100%;
  padding-left: 18px;
  margin: 16px 0 14px;
  height: 48px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}
.ejForm .ej-wrapper .form-container .when label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.ejForm .ej-wrapper .form-container .when .choose {
  margin-top: 15px;
}
.ejForm .ej-wrapper .form-container .when .choose span {
  float: left;
  width: 108px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding-left: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.ejForm .ej-wrapper .form-container .when .choose span:not(:last-child) {
  margin-right: 12px;
}
.ejForm .ej-wrapper .form-container .when .choose span.active {
  border-color: #F22D2D;
  color: #FF3940;
}
.ejForm .ej-wrapper .form-container .when .choose span.active:before {
  background-image: url(../images/csgl/select_icon02.png);
}
.ejForm .ej-wrapper .form-container .when .choose span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/csgl/select_icon01.png);
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  left: 12px;
}
.ejForm .ej-wrapper .form-container .when .submit2 {
  cursor: pointer;
  margin: 40px auto 0;
  width: 180px;
  height: 52px;
  line-height: 52px;
  background: #F22D2D;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.ejForm .ej-wrapper .close {
  position: absolute;
  top: -40px;
  right: 0;
}
/*******E   二级表单*********/




.label-choose span input {
    display: none;
}
