.bg6 .imgGif {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 0;
}
.bg6 .bg6_title {
  position: absolute;
  top: 16%;
  left: 10%;
  height: 10%;
  width: 20%;
  display: none;
}
.bg6 .bg6_title .white_title div {
  font-size: 36px;
  color: white;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
}
.bg6 .bg6_title .white_title span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.bg6 .bg6_title .black_title {
  color: #354063;
  font-size: 30px;
  position: absolute;
  top: -10%;
  left: -10%;
}
.bg6 .indexBgTitleActive {
  animation: indexBgTitleActive 0.3s;
  -webkit-animation: indexBgTitleActive 0.3s;
  -moz-animation: indexBgTitleActive 0.3s;
  -o-animation: indexBgTitleActive 0.3s;
}
@keyframes indexBgTitleActive {
  0% {
    top: 110%;
  }
  100% {
    top: 20%;
  }
}
.bg6 .sectionBgActive6 {
  animation: jumpsive 0.3s linear;
  -webkit-animation:  jumpsive 0.3s linear;
  -moz-animation:  jumpsive 0.3s linear;
  -o-animation:  jumpsive 0.3s linear;
}
@keyframes jumpsive {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.bg6 .bg6_content {
  height: 55%;
  width: 80%;
  top: 30%;
  display: none;
  position: absolute;
  padding-bottom: 10px;
}
.bg6 .bg6_content .bg6_content_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: url(../img/bg6_b.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox {
  width: 500px;
  height: 100%;
  position: relative;
  margin-right: 95px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox video {
  position: absolute;
  left: 50%;
  top: -5%;
  width: 450px;
  transform: translate(-50%);
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_content_leftBox_content {
  position: absolute;
  color: #ffffff;
  width: 500px;
  height: 80px;
  left: 50%;
  top: 260px;
  transform: translate(-50%);
  opacity: 0.5;
  line-height: 20px;
  margin-top: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button {
  width: 134px;
  height: 40px;
  position: absolute;
  bottom: 23px;
  right: 0%;
  --background: linear-gradient(270deg, #384bbb, #3275d7);
  --text: #fff;
  --font-size: 14px;
  --duration: 0.5s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
  font-family: "Roboto";
  line-height: var(--font-size);
  border-radius: 20px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y));
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  font-size: 16px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div {
  display: flex;
  justify-content: center;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div span:nth-child(1) {
  --d: 0.05s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div span:nth-child(2) {
  --d: 0.1s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div span:nth-child(3) {
  --d: 0.15s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button div span:nth-child(4) {
  --d: 0.2s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button:hover {
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button:hover div span {
  animation: movebg5buttonone var(--duration) linear var(--d);
}
@keyframes movebg5buttonone {
  40% {
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
  60% {
    transform: translateY(var(--move));
    -webkit-transform: translateY(var(--move));
    -moz-transform: translateY(var(--move));
    -ms-transform: translateY(var(--move));
    -o-transform: translateY(var(--move));
  }
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_line {
  height: 1px;
  width: 40px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form {
  color: white;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .bg6_content_rightBox_form_title {
  font-size: 18px;
  margin: 10px 0;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop {
  display: flex;
  margin-top: 11px;
  margin-bottom: 14px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div {
  display: flex;
  font-size: 16px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div input {
  height: 25px;
  width: 140px;
  opacity: 0.3;
  margin-left: 10px;
  margin-right: 20px;
  border-radius: 5px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div label {
  display: flex;
  justify-content: center;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div label .titleMale {
  display: inline-block;
  width: 32px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter {
  display: flex;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div {
  display: flex;
  font-size: 16px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div input {
  height: 25px;
  width: 140px;
  opacity: 0.3;
  margin-left: 10px;
  margin-right: 20px;
  border-radius: 5px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div label {
  display: flex;
  justify-content: center;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div label .titleMale {
  display: inline-block;
  width: 32px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom {
  font-size: 16px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .form-bottom-title {
  margin: 10px 0px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .check {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: 12px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .check input {
  opacity: 0.3;
  margin-bottom: 0.4rem;
  margin-right: 5px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .check label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_text {
  margin-top: 26px;
  height: 100px;
  width: 100%;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_text .bg6_content_rightBox_text_innput {
  width: 400px;
  height: 61px;
  font-size: 9px;
  opacity: 0.3;
  padding: 8px 10px;
  border-radius: 5px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn {
  --color: #fff;
  --background: linear-gradient(270deg, #384bbb, #3275d7);
  --height: 40px;
  --width: 134px;
  left: 50%;
  top: -20px;
  transform: translate(-50%);
  bottom: 60px;
  --icon: #fff;
  padding: 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: none;
  border-radius: 20px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: var(--width);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color);
  line-height: var(--height);
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn:before,
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn:before {
  transform: translate(-50%, -50%);
  width: var(--before-w, var(--width));
  height: var(--before-h, var(--height));
  border-radius: var(--before-r, 20px);
  background: var(--background);
  transform-origin: 50% 50%;
  transition: width 0.3s, height 0.3s, border-radius 0.2s;
  transition-delay: 0.2s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn:after {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: var(--icon);
  z-index: 2;
  border-radius: 50%;
  transform: scale(0);
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn span {
  z-index: 1;
  display: block;
  position: relative;
  opacity: var(--span-o, 1);
  transform: scale(var(--span-s, 1));
  transition: opacity 0.3s, transform 0.2s;
  transition-delay: 0.2s;
  border-radius: 13px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn svg {
  width: 15px;
  height: 13px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  stroke: var(--icon);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transform: translate(-50%, -50%);
  stroke-dasharray: 17px;
  stroke-dashoffset: var(--svg-o, 17px);
  transition: stroke-dashoffset 0.3s ease;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn.processing {
  --before-w: 41px;
  --before-h: 41px;
  --before-r: 22px;
  --span-o: 0;
  --span-s: 0.6;
  --after-s: 1;
  --svg-o: 34px;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn.processing:before {
  animation: pulse 3s linear forwards;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn.processing:after {
  animation: dot 3s linear forwards;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn.processing svg {
  transition-delay: 3s;
}
.bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .check .checkB {
  display: flex;
  align-items: center;
  width: 25%;
}
@keyframes pulse {
  4% {
    transform: translate(-50%, -50%) scaleX(1.1);
  }
  8% {
    transform: translate(-50%, -50%);
  }
  24%,
  56%,
  88% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  40%,
  72% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes dot {
  8% {
    transform: scale(0);
  }
  16% {
    transform: scale(1) rotate(30deg) translateX(48px);
  }
  95% {
    transform: scale(1) rotate(1000deg) translateX(48px);
  }
  100% {
    transform: scale(0.125) rotate(1050deg) translate(52px, -6px);
  }
}
@media screen and (max-width: 1400px) {
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox {
    width: 350px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button {
    height: 30px;
    width: 100px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .bg6_content_rightBox_form_title {
    font-size: 14px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div label .titleMale {
    width: 28px;
    font-size: 14px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formTop div input {
    width: 120px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div label .titleMale {
    width: 28px;
    font-size: 14px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .formcenter div input {
    width: 120px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_form .form-bottom .form-bottom-title {
    font-size: 14px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_text .bg6_content_rightBox_text_innput {
    width: 350px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn {
    --height: 30px;
    --width: 100px;
    line-height: 30px !important;
  }

}
@media screen and (max-width: 1200px) {
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox video {
    width: 400px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_content_leftBox_content {
    width: 400px;
    top: 45%;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button {
    width: 100px;
    height: 30px;
    font-size: 14px;
    bottom: 40px;
    right: 7%;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox {
    margin-right: 50px;
    width: 400px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn {
    height: 30px;
    width: 100px;
    line-height: 30px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn span {
    height: 30px;
    width: 100px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn:before {
    height: 30px;
    width: 100px;
  }
}
@media screen and (max-height: 800px) {
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_content_leftBox_content {
    top: 210px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_line {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn {
    top: -5px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_text {
    margin-top: 0px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox video {
    width: 400px;
}
}
@media screen and (max-height: 700px)  {
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox video {
    width: 350px;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_content_leftBox_content {
    top: 170px;
    height:60px;
    -webkit-line-clamp:3;
  }
  .bg6 .bg6_content {
       top: 33%;
     }
}
@media screen and (max-height: 600px)  {

  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_content_leftBox_content {
    top: 170px;
    height:40px;
    -webkit-line-clamp:2;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_rightBox .bg6_content_rightBox_btn {
    height: 30px !important;
    width: 100px !important;
    line-height: 30px !important;
  }
  .bg6 .bg6_content .bg6_content_box .bg6_content_leftBox .bg6_leftBox_button {
    width: 100px;
    height: 30px;
  }
}