#main {
  /* background: #eff8ff; */
  height: 100%;
}
.banner {
  height: 870px;
  position: relative;
  padding-left: 80px;
  /* background-image: linear-gradient(#c6d9fa, #dee9fd,#dae6fc); */
  background: url(/v3/images/activity/mobileWorkbench/webbg.png) no-repeat
    center;
}
.logo-img {
  position: absolute;
  top: 24px;
}
.margin-top-2 {
  margin-top: 2px;
}

.icon {
  background: url(/v3/images/activity/mobileWorkbench/li.png) no-repeat center;
  background-size: contain;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin-right: 10px;
}

.flex-1 {
  display: flex;
  justify-content: space-between;
}

.title-1 {
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-top: 16px;
}

.title-3 {
  font-size: 25px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.btn-pink {
  background-color: #ff6a51;
  font-size: 16px;
  height: 46px;
  width: 156px;
  line-height: 46px;
  vertical-align: top;
  color: #fff;
  border-radius: 60px;
}

.header__scroll .header__logo {
  background: url(/v3/images/logo1.png) no-repeat 0px center;
}
.header__scroll .header__newNav li a {
  color: #606c82;
  transition: all 0.2s;
}
.header__scroll .header__newNav li a:hover {
  color: #21a8df;
}
.wrap {
  width: 1000px;
  margin: auto;
}
.wrap2 {
  width: 1076px;
  margin: auto;
}
.banner-wrap {
  position: relative;
  width: 1160px;
  margin: auto;
  overflow: auto;
}
.banner-box {
  padding-left: 38px;
  padding-top: 140px;
}
.banner-right img {
  max-width: 100%;
}

/* 
.feature-0{
  margin-top: 13px;
  padding-bottom: 70px;
} */
.feature-1 {
  position: relative;
}
.feature-background {
  background: #eff8ff;
  padding: 80px 0px;
}

.feature-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 2;
  color: #2e3748;
}
.feature-title2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 2;
  color: #2e3748;
  text-align: center;
  padding-top: 47px;
}
.feature-1 .feature-title {
  margin-bottom: 4px;
}
.feature-desc {
  font-size: 20px;
  color: #7d889c;
  line-height: 2;
  margin-bottom: 20px;
}

.feature-2 .feature-title {
  font-weight: normal;
}
.feature {
  /* margin-top: 80px; */
  /* padding: 40px 0px; */
}

.feature-left {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.feature-left2 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 73px;
}

.feature-right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
}
.feature-9 {
  background: #fff;
  padding-bottom: 58px;
}
.feature-9 .feature-title {
  color: #2e3748;
  font-size: 30px;
  padding-top: 37px;
  text-align: center;
}
.text-panel {
  padding-left: 31px;
}
.text-panel2 {
  padding-left: 100px;
}
.text-panel3 {
  padding: 0 173px;
}
.sub-title {
  /* position: relative; */
  color: #2e3748;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-title2 {
  color: #2e3748;
  font-size: 20px;
  /* font-weight: bold; */

  margin: 20px 0px 4px 10px;
}
.intro {
  margin-top: 6px;
  display: flex;
}
.intro-li {
  width: 250px;
  border: solid #e5e5e5 1px;
  height: 264px;
  margin: 10px;
}
.intro-li:hover {
  box-shadow: 0px 0px 10px rgba(189, 210, 229, 0.8);
  cursor: pointer;
}
/* .sub-title::before {
  content: "";
  width: 41px;
  height: 3px;
  position: absolute;
  background: url(/v3/images/activity/train/_09.png);
  bottom: -18px;
  border-radius: 2px;
} */

.sub-desc {
  color: #2e3748;
  font-size: 12px;
  margin-bottom: 1em;
  font-weight: 600;
  display: inline-block;
}
.sub-desc2 {
  color: #2e3748;
  font-size: 12px;
  /* font-weight: 600; */
  display: inline-block;

  margin-left: 10px;
}
.feature7 {
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
}
.feature7 .wrap {
  position: relative;
}
.feature7 h2 {
  color: #2e3748;
  font-size: 36px;
  padding-top: 36px;
  padding-bottom: 8px;
}
.feature7 .desc {
  font-size: 16px;
  color: #7d889c;
  margin-bottom: 40px;
}
.feature7 .myform {
  width: 430px;
  margin: auto;
  position: relative;
}
.feature7 .form_input {
  width: 430px;
  border: none;
  border-bottom: 1px solid #bcc3d1;
  padding-bottom: 0px;
  padding-left: 20px;
  height: 40px;
  font-size: 16px;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #7d889c;
  background-color: transparent;
}
.spread-line {
  position: relative;
  width: 430px;
  z-index: 1;
  display: block;
  height: 0;
}
.spread-line::after {
  display: block;
  content: " ";
  width: 0;
  height: 2px;
  background: #21a8df;
  position: absolute;
  top: -21px;
  left: 50%;
  transition: all 0.5s;
}
.spread-line.show::after {
  left: 0;
  width: 430px;
}
.feature7 button {
  margin-top: 12px;
}

.rule-font-tip {
  color: #ff5722;
  font-size: 14px;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  margin-top: -16px;
}
.footer {
  margin-bottom: 32px;
  border: none;
  background: #fff;
}
.footer li {
  float: left;
}

.text-tel {
  line-height: 66px;
  font-weight: bold;
  font-size: 20px;
  color: #2e3748;
}
.compony-img {
  margin-top: 18px;
  margin-bottom: -10px;
  width: 100%;
  height: 100%;
}
.wrap-reset {
  /* width: 1000px; */
  /* border-radius: 8px; */
  padding: 70px 0 70px 0;
}

.feature-2 .feature-left {
  padding-left: 96px;
}
.feature-5 .feature-left {
  padding-left: 100px;
  /* padding-right: 30px; */
}
.feature-img {
  max-width: 518px;
}
.feature-img2 {
  max-width: 400px;
}
.feature-img3 {
  max-width: 308px;
}
.feature-img4 {
  max-width: 248px;
}
.feature-video {
  width: 480px;
  height: 278px;
  position: relative;
  padding-left: 0;
  border-radius: 4px;
  overflow: hidden;
}
.video-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
}
.video-mask a {
  text-align: center;
}
.video-mask a:hover {
  cursor: pointer;
}
.video-mask .video-btn img {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
