#main {
  /* background: #e4edfe; */
  /* padding-bottom: 20px; */
  height: 100%;
}
.banner {
  position: relative;
  padding-left: 80px;
  /* background-image: linear-gradient(#c6d9fa, #dee9fd,#dae6fc); */
  background: url(/v3/images/activity/shiftAttendance/webbg.png) no-repeat;

}
.logo-img {
  position: absolute;
  top: 24px;
}

.flex-1 {
  display: flex; justify-content: space-between;
}
.flex-2 {
  display: flex;
  justify-content: space-between;
}
.title-1 {
  font-size: 44px;
  line-height: 1;
  color: #2e3748;
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 16px;
}
.title-2 {
  font-size: 23px;
  color: #333067;
  line-height: 1;
  margin-bottom: 18px;
}
.title-3 {
  font-size: 25px;
  color: #2e3748;
  line-height: 1;
  margin-bottom: 10px;
}
.js-product-show {
}
.tag-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.tag-list .tag-item {
  display: inline-block;
  height: 50px;
  line-height: 44px;
  width: 130px;
  margin-right: 20px;
  font-size: 28px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.btn-pink {
  background-color: #ff6a51;
  font-size: 16px;
  height: 46px;
  width: 156px;
  line-height: 46px;
  vertical-align: top;
  color: #fff;
  border-radius: 60px;
}
.btn-pink:hover{
  cursor: pointer;
}
.hq-btn-warning {
  bottom: auto;
  top: 22%;
}
.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;
  padding-bottom: 54px;
}
.banner-wrap {
  position: relative;
  width: 1160px;
  margin: auto;
  overflow: auto;
}
.banner-box {
  padding-left: 38px;
  padding-top: 140px;
  float: left;
}
.banner-right {
  float: left;
  padding-left: 20px;
  margin-top: 18px;
}
.banner-right img {
  max-width: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.banner-btns {
  padding-top: 36px;
}
.btn-gradual {
  height: 53px;
  width: 190px;
  background-size: 100%;
  transition: all 0.2s;
}
.btn-gradual-red {
  background: url(/v3/images/landing/btn_1.png?v=1) no-repeat center center;
}
.btn-gradual-online {
  background: url(/v3/images/landing/btn_2.png?v=1) no-repeat center center;
}
.btn-gradual-red:hover {
  box-shadow: 0px 6px 8px rgba(17, 133, 181, 0.26);
}
.btn-gradual-online:hover {
  box-shadow: 0px 6px 8px rgba(17, 133, 181, 0.26);
}
/* 
.feature-0{
  margin-top: 13px;
  padding-bottom: 70px;
} */
.feature-1 {
  position: relative;

}
.feature-background {
  /* background: #e4edfe; */
  padding: 80px 0px;

}
.background-fff{
  background: #fff;
}
.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;
}
.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;
}
.feature-1 .feature-title {
  margin-bottom: 4px;
}
.feature-desc {
  font-size: 20px;
  color: #7d889c;
  line-height: 2;
  margin-bottom: 20px;
}
.list-panel {
  width: 1020px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  top: -90px;
  padding: 16px 0;
  border-radius: 8px;
  margin-bottom: -30px;
}
.list {
  width: 840px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list::after {
  content: "";
  display: block;
  clear: both;
}
.list .list-item {
  float: left;
  width: 210px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  padding-top: 12px;
}
.list .list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
}
.list .list-item img {
  display: block;
  margin: auto;
  width: 90px;
  margin-bottom: 10px;
}
.list .list-item p {
  font-size: 14px;
  color: #2e3748;
  line-height: 1.68;
}
.ma-img {
  display: block;
  margin: auto;
}
.feature-2 .feature-title {
  font-weight: normal;
}
.feature {
  /* margin-top: 80px; */
}

.feature-left {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  
}
.feature-center {
  text-align: center;
}
.feature-right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
}
.feature-9 {
  background: #e4edfe;
}
.feature-9 .feature-title {
  color: #2e3748;
  font-size: 30px;
  padding-top: 37px;
  text-align: center;
}
.feature-10 {
  padding-bottom:70px
}
.feature-10 .feature-title {
  color: #2e3748;
  font-size: 30px;
  padding-top: 60px;
  text-align: center;
}
.text-panel {
  padding-left: 0px;
}
.sub-title {
  position: relative;
  color: #2e3748;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sub-title2 {
  position: relative;
  color: #414141;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-title3 {
  color: #2e3748;
  font-size: 20px;
  /* font-weight: bold; */

  margin: 20px 0px 4px 10px;
}
.sub-title::before {
  content: "";
  width: 41px;
  height: 3px;
  position: absolute;
  background: url(/v3/images/activity/train/_09.png);
  bottom: -18px;
  border-radius: 2px;
}
.sub-more {
  font-size: 14px;
  color: #7d889c;
  margin-bottom: 14px;
}
.sub-desc {
  color: #2e3748;
  font-size: 12px;
  margin-bottom: 1em;
  font-weight: 600;
}
.sub-desc2 {
  color: #2f344a;
  font-size: 12px;
  margin-bottom: 1em;
  font-weight: 600;
}
.sub-desc3 {
  color: #2e3748;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}
.sub-desc4 {
  color: #2e3748;
  font-size: 12px;
  /* font-weight: 600; */
  display: inline-block;

  margin-left: 10px;
}

.p-list {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}
.p-list li {
  margin-bottom: 50px;
}
.p-list .item-left,
.p-list .item-right {
  display: inline-block;
  vertical-align: middle;
  width: 480px;
  text-align: left;
}
.p-list .item-left {
  padding-right: 37px;
}
.p-list .item-left img {
  margin-left: auto;
}
.p-list .item-right {
  padding-left: 37px;
}
.p-list .item-right img {
  margin-left: -8px;
}
.p-list .title {
  font-size: 20px;
  color: #2e3748;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: -6px;
}
.p-list .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #21a8df;
  position: absolute;
  bottom: -22px;
  border-radius: 1px;
}
.p-list p {
  font-size: 14px;
  color: #7d889c;
  line-height: 2;
}
.p-list .pl {
  position: relative;
  left: 108px;
}
.p-list .pl-2 {
  position: relative;
  left: 90px;
}
.why_list {
  position: relative;
  margin-bottom: 20px;
}

.why_list li {
  float: left;
  text-align: center;
  margin-right: 60px;
}
.why_list li:first-child {
  margin-right: 66px;
}
.why_list li:last-child {
  margin-right: 0;
}
.why_list .why_item {
  max-width: 228px;
  margin: auto;
  text-align: center;
}
.why_list .why_img {
  width: 100px;
  height: 100px;
  margin: auto;
}

.why_list .why_title {
  font-size: 23px;
  color: #2e3748;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}

.why_list .why_desc {
  font-size: 15px;
  color: #7d889c;
  margin-bottom: 40px;
  line-height: 24px;
  text-align: left;
}
.h-list {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 888px;
  margin: auto;
  overflow: hidden;
}
.h-list li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.h-list li img {
  margin: auto;
}
.h-list li p {
  color: #2e3748;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 16px;
}
.feature7 {
  text-align: center;
  padding-bottom: 30px;
  /* background: #e4edfe; */
}
.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;
}
.honer-desc {
  padding-top: 12px;
  width: 1170px;
}
.honer-desc .desc-left,
.honer-desc .desc-right {
  float: left;
  width: 50%;
  padding: 20px;
}
.honer-desc h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.honer-desc p {
  font-size: 14px;
  color: #7d889c;
  line-height: 2;
}
.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: #e4edfe;
}
.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: 48px;
}
.feature-5 .feature-left {
  padding-left: 100px;
  /* padding-right: 30px; */
}
.feature-img {
  max-width: 615px;
}
.feature-img4 {
  max-width: 248px;
}
.feature-video {
  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%);
}
