:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pc {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.mp {
  display: none;
  overflow: hidden;
  margin: 0 auto;
}

/* 导航 */
.nav {
  z-index: 999;
  background-color: rgba(6, 5, 17, 0.6);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  display: flex;
  position: fixed;
}

.elona2_logo {
  z-index: 99;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
  max-width: 2.34rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-10 {
  z-index: 99;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tt_logo {
  flex: 0 auto;
  max-width: 0.3rem;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0.1rem;
  right: 0.55rem;
}

.menu {
  width: 10rem;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 2.27rem;
  grid-row-gap: 2.27rem;
}

.link-block {
  border: 1px #000;
  text-decoration: none;
}

.link-block.w--current {
  border-style: none;
  text-decoration: none;
}

.link-block-2,
.link-block-3 {
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-decoration: none;
  font-size: 0.2rem;
}

/* sec */
.sec-1 {
  width: 100%;
  height: 10.8rem;
  background-color: rgba(121, 121, 121, 0);
  background-image: url('../images/pageA-llbj.jpg');
  background-repeat: no-repeat;
  position: relative;
}

.sec-2 {
  background-color: rgba(226, 226, 226, 0);
  width: 100%;
  height: 100vh;
  position: relative;
}

.sec-3 {
  width: 100%;
  height: 10.8rem;
  background-color: #e2e2e2;
  background-image: url('../images/sec-3-bg.jpg');
  background-repeat: no-repeat;
  position: relative;
}

.sec-1-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-1-block_image {
  align-self: auto;
  height: 1.07rem;
  margin-top: 1.35rem;
  margin-left: 2.9rem;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: static;
  right: 0;
}

.sec-1-block_form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 6.71rem;
  height: auto;
  margin-top: 0.3rem;
  margin-left: 3.35rem;
  display: flex;
  position: static;
}

.sec-1-block_form_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 3.45rem;
  display: flex;
  position: relative;
  background-image: url('../images/chuang-pc.png');
  background-repeat: no-repeat;
}

.form-buttons {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0.15rem;
  grid-row-gap: 0.15rem;
  margin-top: 0.38rem;
  position: absolute;
}

.link-box {
  width: 90%;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  justify-items: stretch;
  align-self: auto;
  align-items: center;
  flex-flow: row;
  flex: 0 auto;
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
  margin: 0 auto;
}

.link-item {
  position: relative;
}

.link-button-image {
  flex: 0 auto;
  height: 0.65rem;
  max-width: none;
  display: block;
}

.link-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.65rem;
  background: rgba(19, 18, 18, 0.2);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 20px;
}

.submit-mask {
  height: 0.51rem;
  border-radius: 12px;
  background: rgba(139, 64, 3, 0.2);
}

.link-item:hover .link-item-mask {
  opacity: 1;
}

.form-rows {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89%;
  grid-column-gap: 0.13rem;
  grid-row-gap: 0.13rem;
}

.input-groups {
  width: 80%;
  height: 0.5rem;
  display: flex;
  align-items: center;
}

.w-input {
  padding: 0.08rem 0.12rem;
}

.input-group-addon {
  width: 0.55rem;
  height: 0.5rem;
  display: block;
}

.input-group-addon::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff url('../images/input-addon-img.jpg') 10px center no-repeat;
}

.text-field {
  border: 0 #fff;
  width: 100%;
  height: 0.5rem;
  color: #666666;
  font-size: 0.16rem;
  display: block;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.submit-image {
  height: 0.51rem;
}

.term-box {
  z-index: 99;
  width: 90%;
  margin: 0 auto;
}

.label-box {
  grid-column-gap: 0.16rem;
  grid-row-gap: 0.16rem;
  grid-template:
    '.'
    / 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link,
.link-2,
.text-span {
  color: red;
  text-decoration: none;
}

.link {
  color: inherit;
}

.w-checkbox {
  margin-bottom: 0.05rem;
  display: flex;
  align-items: start;
}

.custom-checkbox {
  cursor: pointer;
  margin-left: 0.05rem;
  margin-right: 0.1rem;
}

.custom-checkbox input[type='checkbox'] {
  display: none;
}

.custom-checkbox .checkbox-custom {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.04rem solid #fff;
  background-color: #fff;
  position: relative;
  top: 0.04rem;
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-custom {
  background-color: #36b413;
}

.checkbox-label-text {
  color: #c4c4c4;
  margin-bottom: 0;
  font-size: 0.16rem;
  line-height: 0.25rem;
}

.sec-1-block_arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-tips {
  width: 0.7rem;
  height: 0.44rem;
  display: block;
  position: fixed;
  left: 50%;
  margin-left: -0.35rem;
  bottom: 0.36rem;
  font-family: 'all';
  background-position: -0.367rem -0.022rem;
  animation: cutTips-down 0.6s ease-in-out infinite alternate;
  z-index: 888;
}

.arrow-tips::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/scroll-arrow.png') 0 / 100% 100% no-repeat;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.image-10 {
  width: 7.77rem;
  margin-top: 0.6rem;
}

.image-11 {
  width: 9.97rem;
  margin-top: 0.6rem;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.div-block-9 {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 1rem;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  font-size: 0.16rem;
}

.div-block-9-copy {
  z-index: 20;
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 1.68rem;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.22rem;
}

.intro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em 0;
}

.intro dd {
  margin-left: 0;
}

.paged {
  pointer-events: auto;
  width: auto;
  height: auto;
  position: static;
}

.div-block-7-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
}

.image-10-copy {
  max-width: 4.26rem;
  margin-top: 0.6rem;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: auto;
  height: auto;
  margin-top: 0.6rem;
  position: relative;
}

.mask {
  width: 9.3rem;
  height: auto;
  overflow: hidden;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  margin-left: -98px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-right: -100px;
  display: flex;
}

.slide-nav {
  margin-top: 0;
  margin-bottom: -60px;
  padding-top: 0;
}

.text-block-2,
.text-block-3,
.text-block-4 {
  color: #878787;
}

.link-block-5,
.link-block-6 {
  text-decoration: none;
}

.div-block-18 {
  width: auto;
  height: auto;
}

.div-block-19 {
  width: 70%;
  position: relative;
}

.link-block-7 {
  width: 100%;
}

.image-35 {
  border-radius: 10px;
  height: 1.2rem;
  max-width: none;
}

.background-video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.w-slider-dot {
  max-width: 1.5em;
  background-color: #fff;
  border: 3px solid #fff;
}

.w-slider-dot.w-active {
  background-color: #6b6780;
}

@keyframes cutTips-down {
  to {
    transform: translateY(30%);
  }
}

@media (min-width: 1921px) {
  .sec-1,
  .sec-3,
  .sec-1-block_form_box {
    background-size: 100% 100%;
    background-position: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1920px) {
  .sec-1,
  .sec-3,
  .sec-1-block_form_box {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 1200px) {
  .menu {
    grid-column-gap: 1.15rem;
    grid-row-gap: 1.15rem;
  }
}
