html {
  /* scroll-behavior: smooth; */
  width: 100%;
  font-family: Arial, '微软雅黑', '宋体', sans-serif;
}
body {
  background-color: #e6eaeb;
}
.container {
  width: 100%;
  box-sizing: border-box;
}

.circle-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 99%;
  width: 215px;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.circle_process{
  position: absolute;
  width: 250px;
  height: 250px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd;
  border-radius: 99%;
}
.circle_process .wrapper{
  width: 125px;
  height: 250px;
  position: absolute;
  top:0;
  overflow: hidden;
}
.circle_process .right{
  right:0;
}
.circle_process .left{
  left: -0px;
}
.circle_process .circle{
  width: 210px;
  height: 210px;
  border:20px solid transparent;
  border-radius: 50%;
  position: absolute;
  top:0;
  transform : rotate(-135deg);
}

/* --------   origin class -------- */
.circle_process .rightcircle{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right 1s linear forwards;
}
.circle_process .leftcircle{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-animation: circle_left 1s linear forwards;
}

@-webkit-keyframes circle_right{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  50%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left{
  0%,50%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(45deg);
  }
}
/* --------   origin class -------- */


/* ------------- start for four jump -----------*/

.circle_process .rightcircle_total_4_step_1{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right_total_4_step_1 .1s linear forwards;
}
.circle_process .leftcircle_total_4_step_1{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  /* -webkit-animation: circle_left_total_4_step_1 1s linear forwards; */
}

@-webkit-keyframes circle_right_total_4_step_1{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  25%,100%{
    -webkit-transform: rotate(-45deg);
  }
}
@-webkit-keyframes circle_left_total_4_step_1{
  0%,25%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(45deg);
  }
}
.circle_process .rightcircle_total_4_step_2{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right_total_4_step_2 .1s linear forwards;
}
.circle_process .leftcircle_total_4_step_2{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-animation: circle_left_total_4_step_2 .1s linear forwards;
}

@-webkit-keyframes circle_right_total_4_step_2{
  0%{
    -webkit-transform: rotate(-45deg);
  }
  25%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_4_step_2{
  0%,25%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(-90deg);
  }
}


.circle_process .rightcircle_total_4_step_3{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-transform: rotate(45deg);
}
.circle_process .leftcircle_total_4_step_3{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-animation: circle_left_total_4_step_3 .1s linear forwards;
}

@-webkit-keyframes circle_right_total_4_step_3{
  100%{
    -webkit-transform: rotate(-135deg);
  }
  25%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_4_step_3{
  0%,25%{
    -webkit-transform: rotate(-75deg);
  }
  100%{
    -webkit-transform: rotate(25deg);
  }
}

.circle_process .rightcircle_total_4_step_4 {
  border-top: 20px solid rgb(74, 176, 247);
  border-right: 20px solid rgb(74, 176, 247);
  right: 0;
  -webkit-transform: rotate(45deg);
}

.circle_process .leftcircle_total_4_step_4 {
  border-bottom: 20px solid rgb(74, 176, 247);
  border-left: 20px solid rgb(74, 176, 247);
  left: 0;
  -webkit-transform: rotate(-315deg);
}

/* ------------- end for four jump -----------*/

/* ------------- start for three jump -----------*/

.circle_process .rightcircle_total_3_step_1{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right_total_3_step_1 .1s linear forwards;
}
.circle_process .leftcircle_total_3_step_1{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  /* -webkit-animation: circle_left_total_3_step_1 1s linear forwards; */
}

@-webkit-keyframes circle_right_total_3_step_1{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  33.33%,100%{
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes circle_left_total_3_step_1{
  0%,33.33%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(0deg);
  }
}

.circle_process .rightcircle_total_3_step_2{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right_total_3_step_2 .1s linear forwards;
}
.circle_process .leftcircle_total_3_step_2{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-animation: circle_left_total_3_step_2 .1s linear forwards;
}


@-webkit-keyframes circle_right_total_3_step_2{
  0%{
    -webkit-transform: rotate(0deg);
  }
  33.33%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_3_step_2{
  0%,33.33%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(15deg);
  }
}

.circle_process .rightcircle_total_3_step_3{
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-transform: rotate(45deg);
}
.circle_process .leftcircle_total_3_step_3{
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-transform: rotate(-315deg);
}

@-webkit-keyframes circle_right_total_3_step_3{
  0%{
    -webkit-transform: rotate(45deg);
  }
  50%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_3_step_3{
  0%,50%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(45deg);
  }
}

/* ------------- end for three jump -----------*/


/* ------------- start for two jump -----------*/
.circle_process .rightcircle_total_2_step_1 {
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-animation: circle_right_total_2_step_1 .1s linear forwards;
}
.circle_process .leftcircle_total_2_step_1 {
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-animation: circle_left_total_2_step_1 .1s linear forwards;
}

@-webkit-keyframes circle_right_total_2_step_1{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  50%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_2_step_1{
  0%,50%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(15deg);
  }
}

.circle_process .rightcircle_total_2_step_2 {
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-transform: rotate(45deg);
}
.circle_process .leftcircle_total_2_step_2 {
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-transform: rotate(-315deg);
}

@-webkit-keyframes circle_right_total_2_step_2{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  50%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_2_step_2{
  0%,50%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(45deg);
  }
}

/* ------------- end for two jump -----------*/

/* ------------- start for one jump -----------*/

.circle_process .rightcircle_total_1_step_1 {
  border-top:20px solid rgb(74, 176, 247);
  border-right:20px solid rgb(74, 176, 247);
  right:0;
  -webkit-transform: rotate(45deg);
}
.circle_process .leftcircle_total_1_step_1 {
  border-bottom:20px solid rgb(74, 176, 247);
  border-left:20px solid rgb(74, 176, 247);
  left:0;
  -webkit-transform: rotate(-315deg);
}

@-webkit-keyframes circle_right_total_1_step_1{
  0%{
    -webkit-transform: rotate(-135deg);
  }
  50%,100%{
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left_total_1_step_1{
  0%,50%{
    -webkit-transform: rotate(-135deg);
  }
  100%{
    -webkit-transform: rotate(45deg);
  }
}

/* ------------- end for one jump -----------*/

.main-box{
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  min-width: 350px;
  text-align: center;
  -webkit-box-shadow: 5px 9px 17px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 5px 9px 17px rgba(102, 102, 102, 0.75);
  box-shadow: 5px 9px 17px rgba(102, 102, 102, 0.75);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 200px;
  padding-bottom: 20px;
}
.text1 {
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 35px;
}
.text2 {
  font-size: 18px;
  color: rgb(123, 123, 123);
}

#go-btn {
  display: block;
  /* padding: 30px 0; */
  visibility: hidden;
  opacity: 0;
  transition: opacity .1s ease-in-out;
}

#go-btn.show {
  visibility: visible;
  opacity: 1;
}

.go-btn {
  width: 60%;
  border-radius: 10px;
  font-size: 20px;
  line-height: 55px;
  height: 55px;
  color: #fff;
  background-color: rgb(74, 176, 247);
  margin: 14px auto 35px auto;
}
.lock-warp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lock-warp img {
  width: 40px;
  height: 40px;
}
.lock-text {
  text-align: left;
  border-left: 3px solid rgb(238, 238, 238);
  padding-left: 5px;
  margin-left: 5px;
  color: #7b7f87;
}
.second {
  height: 80px;
  font-size: 68px;
  color: #000;
  animation: fade .1s linear 0s forwards;
}

.link_wrapper {
  visibility: hidden;
  opacity: 0;
  width: 60%;
  background-color: rgb(74, 176, 247);
  border-radius: 10px;
  font-size: 20px;
  height: 55px;
  margin: 14px auto 35px auto;
  transition: opacity .1s ease-in-out;
}

.link_wrapper.show {
  visibility: visible;
  opacity: 1;
}

.link_wrapper a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  line-height: 55px;
}

@keyframes fade {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

a {
  text-decoration:none
}
@property --progress {
  syntax: "<number>";
  inherits: false;
  /* initial-value: 0; */
}

@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: 100;
  }
} 