/* ??? */
/* ????? */
/* ?? */
/* ??? */
/* ?????? */
.module-inner > h3 {
  color: #000200;
  font-size: 32px;
  text-align: center;
}
.module-inner > .line {
  display: block;
  height: 4px;
  background-color: #226EF3;
  width: 64px;
  margin: 20px;
  margin: 20px auto;
}
.module-inner > p {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 50px;
  text-align: center;
}
.sign-page {
  background-color: #f6f9fd;
}
.sign-page .video-content {
  background: #f6f9fd;
  position: relative;
  z-index: 12;
}
.sign-page .video-content .module-inner {
  top: -150px;
  position: relative;
}
.sign-page .video-box {
  padding: 70px 50px;
  background: #ffffff;
  box-shadow: 0px 15px 45px 0px rgba(34, 110, 243, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.sign-page .video-box > h3 {
  color: #000200;
  font-size: 32px;
  text-align: center;
}
.sign-page .video-box > .line {
  display: block;
  height: 4px;
  background-color: #226EF3;
  width: 64px;
  margin: 20px;
  margin: 20px auto;
}
.sign-page .video-box > p {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 50px;
  text-align: center;
}
.sign-page .video-box .video {
  position: relative;
  background: url(../imgs/video-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.sign-page .video-box .video video {
  width: 100%;
  height: 405px;
}
.sign-page .video-box .video.play .mask {
  display: none;
}
.sign-page .video-box .video .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../imgs/video-bg.png) no-repeat;
  background-size: 100% 100%;
}
.sign-page .video-box .video .mask img {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.sign-page .actions-box {
  background: #ffffff;
  box-shadow: 0px 15px 45px 0px rgba(34, 110, 243, 0.15);
  padding: 70px 100px;
  border-radius: 10px;
}
.sign-page .actions-box > h3 {
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
}
.sign-page .actions-box .list {
  display: flex;
}
.sign-page .actions-box .list .line {
  width: 1px;
  background-color: #E6E9F6;
  margin: 0 40px;
  height: auto;
}
.sign-page .actions-box .list strong {
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #666666;
  margin: 30px 0;
}
.sign-page .actions-box .list p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #9b9b9b;
}
.sign-page .actions-box .list img {
  width: 80px;
  height: 80px;
}
.sign-page .actions-box .list .item {
  text-align: center;
  flex: 1;
}
.sign-page .actions-box .clip {
  display: flex;
  margin: 60px 0;
}
.sign-page .actions-box .clip .line {
  height: 1px;
  background-color: #E6E9F6;
  flex: 1;
}
.sign-page .actions-box .clip .line:first-child {
  margin-right: 50px;
}
.sign-page .actions-box .clip .line:last-child {
  margin-left: 50px;
}
.sign-page .actions-box .prd-box {
  padding-top: 70px;
  border-top: 1px solid #E6E9F6;
  margin-top: 100px;
}
.sign-page .actions-box .prd-box > h3 {
  color: #000200;
  font-size: 32px;
  text-align: center;
}
.sign-page .actions-box .prd-box > .line {
  display: block;
  height: 4px;
  background-color: #226EF3;
  width: 64px;
  margin: 20px;
  margin: 20px auto;
}
.sign-page .actions-box .prd-box > p {
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 50px;
  text-align: center;
}
.sign-page .actions-box .sign-list {
  display: flex;
  justify-content: center;
}
.sign-page .actions-box .sign-list .desc {
  width: 433px;
  height: 480px;
  position: relative;
  padding: 50px;
}
.sign-page .actions-box .sign-list .desc h4 {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000200;
}
.sign-page .actions-box .sign-list .desc .line {
  height: 4px;
  width: 30px;
  margin: 30px 0;
}
.sign-page .actions-box .sign-list .desc p {
  text-align: left;
  font-size: 15px;
  font-family: PingFangSC;
  /* font-weight: 500; */
  color: #9b9b9b;
  line-height: 25px;
  margin-bottom: 10px;
  padding-right: 20px;
}
.sign-page .actions-box .sign-list .desc div {
  position: relative;
  z-index: 2;
}
.sign-page .actions-box .sign-list .desc img {
  width: 433px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
}
.sign-page .actions-box .sign-list .super-desc .line {
  background-color: #226EF3;
}
.sign-page .actions-box .sign-list .sign-desc .line {
  background-color: #FFBA8A;
}
.sign-page .actions-box .sign-list .sign-desc img {
  height: 463px;
}
.sign-page .step-content {
  text-align: center;
  background-color: #EAF0F9;
  padding: 70px 0;
}
.sign-page .step-content .step-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sign-page .step-content .step-list label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #4a4a4a;
  margin: 23px 0;
  text-align: center;
}
.sign-page .step-content .step-list .arrow {
  width: 14px;
  height: 24px;
}
.sign-page .step-content .step-list .arrow img {
  width: 14px;
  height: 24px;
}
.sign-page .step-content .step-list > div {
  flex: 1;
}
.sign-page .step-content .step-list > div > img {
  width: 60px;
  height: 60px;
}
.sign-page .step-content .step-list .status1 img {
  width: 50px;
}
.sign-page .step-content .step-list .status3 img {
  width: 50px;
}
.sign-page .super-step-content .step-list {
  width: 860px;
  margin: 0 auto;
}
.sign-page .price-content {
  background-color: #F6F9FD;
  padding: 70px 0;
  text-align: center;
}
.sign-page .price-content h3 {
  color: #000200;
}
.sign-page .price-content .line {
  display: block;
  height: 4px;
  background-color: #226EF3;
  width: 64px;
  margin: 20px auto;
}
.sign-page .price-content .module-inner > p {
  font-size: 18px;
  color: #9B9B9B;
  margin-bottom: 50px;
}
.sign-page .price-content .list {
  display: flex;
  justify-content: center;
}
.sign-page .price-content .list .item {
  min-height: 475px;
  width: 410px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  margin: 0 25px;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(34, 110, 243, 0.15);
  transition: all 0.3s;
}
.sign-page .price-content .list .item:hover {
  box-shadow: 0px 15px 40px 0px rgba(34, 110, 243, 0.15);
  transform: scale(1.01) translateY(-2px);
}
.sign-page .price-content .list .item .btn {
  width: 175px;
  height: 60px;
}
.sign-page .price-content .list .item h4 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #226ef3;
}
.sign-page .price-content .list .item label {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #9b9b9b;
  margin-top: 12px;
  margin-bottom: 30px;
  display: block;
}
.sign-page .price-content .list .item p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 28px;
  line-height: 5px;
}
.sign-page .super-price-content {
  background-color: #F6F9FD;
  padding: 80px 0;
}
.sign-page .super-price-content .price-box {
  height: 450px;
  background: url(../imgs/price-bg.png) no-repeat;
  background-size: cover;
  padding: 75px 60px;
  box-sizing: border-box;
}
.sign-page .super-price-content .price-box p {
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}
.sign-page .super-price-content .price-box h4 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #226ef3;
  margin-bottom: 10px;
}
.sign-page .super-price-content .price-box strong {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #9b9b9b;
  display: block;
  margin-bottom: 40px;
  font-weight: 400;
}
.sign-page .super-price-content .price-box .btn {
  width: 174px;
  margin-top: 46px;
}
@media screen and (max-width: 900px) {
  .module-inner > h3 {
    font-size: 24px;
  }
  .module-inner > .line {
    display: block;
    height: 4px;
    background-color: #226EF3;
    width: 64px;
    margin: 20px;
    margin: 20px auto;
  }
  .module-inner > p {
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 20px;
    text-align: center;
  }
  .sign-page {
    background-color: #f6f9fd;
  }
  .sign-page .video-content {
    background: #f6f9fd;
    position: relative;
    z-index: 12;
  }
  .sign-page .video-content .module-inner {
    top: -100px;
    position: relative;
  }
  .sign-page .video-box {
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .sign-page .video-box > h3 {
    color: #000200;
    font-size: 24px;
    text-align: center;
  }
  .sign-page .video-box > .line {
    display: block;
    height: 4px;
    background-color: #226EF3;
    width: 64px;
    margin: 20px;
    margin: 20px auto;
  }
  .sign-page .video-box > p {
    font-size: 14px;
    color: #9B9B9B;
    margin-bottom: 50px;
    text-align: center;
  }
  .sign-page .video-box .video video {
    width: 100%;
    height: 200px;
  }
  .sign-page .video-box .video .mask img {
    width: 60px;
    height: 60px;
  }
  .sign-page .actions-box {
    padding: 30px 20px;
    border-radius: 5px;
  }
  .sign-page .actions-box > h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
  }
  .sign-page .actions-box .list {
    display: block;
  }
  .sign-page .actions-box .list .line {
    width: auto;
    background-color: #E6E9F6;
    margin: 20px 0;
    height: 1px;
  }
  .sign-page .actions-box .list strong {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #666666;
    margin: 20px 0;
  }
  .sign-page .actions-box .list p {
    font-size: 12px;
  }
  .sign-page .actions-box .list img {
    width: 40px;
    height: 40px;
  }
  .sign-page .actions-box .list .item {
    text-align: center;
    flex: 1;
  }
  .sign-page .actions-box .clip {
    display: flex;
    margin: 60px 0;
  }
  .sign-page .actions-box .clip .line {
    height: 1px;
    background-color: #E6E9F6;
    flex: 1;
  }
  .sign-page .actions-box .clip .line:first-child {
    margin-right: 0;
  }
  .sign-page .actions-box .clip .line:last-child {
    margin-left: 0;
  }
  .sign-page .actions-box .prd-box {
    padding-top: 30px;
    border-top: 1px solid #E6E9F6;
    margin-top: 50px;
  }
  .sign-page .actions-box .prd-box > h3 {
    color: #000200;
    font-size: 24px;
    text-align: center;
  }
  .sign-page .actions-box .prd-box > .line {
    display: block;
    height: 4px;
    background-color: #226EF3;
    width: 64px;
    margin: 20px;
    margin: 20px auto;
  }
  .sign-page .actions-box .prd-box > p {
    font-size: 14px;
    color: #9B9B9B;
    margin-bottom: 50px;
    text-align: center;
  }
  .sign-page .actions-box .sign-list {
    display: block;
    justify-content: center;
  }
  .sign-page .actions-box .sign-list .desc {
    width: 100%;
    height: 480px;
    position: relative;
    padding: 50px;
  }
  .sign-page .actions-box .sign-list .desc h4 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000200;
  }
  .sign-page .actions-box .sign-list .desc .line {
    height: 4px;
    width: 30px;
    margin: 30px 0;
  }
  .sign-page .actions-box .sign-list .desc p {
    text-align: left;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b9b9b;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .sign-page .actions-box .sign-list .desc div {
    position: relative;
    z-index: 2;
  }
  .sign-page .actions-box .sign-list .desc img {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sign-page .actions-box .sign-list .super-desc .line {
    background-color: #226EF3;
  }
  .sign-page .actions-box .sign-list .sign-desc .line {
    background-color: #FFBA8A;
  }
  .sign-page .actions-box .sign-list .sign-desc img {
    height: 463px;
  }
  .sign-page .step-content {
    text-align: center;
    background-color: #EAF0F9;
    padding: 20px 0;
  }
  .sign-page .step-content .step-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sign-page .step-content .step-list label {
    display: block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #4a4a4a;
    margin: 23px 0;
    text-align: center;
  }
  .sign-page .step-content .step-list .arrow {
    width: 7px;
    height: 12px;
  }
  .sign-page .step-content .step-list .arrow img {
    width: 7px;
    height: 12px;
  }
  .sign-page .step-content .step-list > div {
    flex: 1;
  }
  .sign-page .step-content .step-list > div > img {
    width: 30px;
    height: 30px;
  }
  .sign-page .step-content .step-list .status1 img {
    width: 30px;
  }
  .sign-page .step-content .step-list .status3 img {
    width: 30px;
  }
  .sign-page .super-step-content .step-list {
    width: auto;
    margin: 30px auto;
  }
  .sign-page .price-content {
    background-color: #F6F9FD;
    padding: 70px 0;
    text-align: center;
  }
  .sign-page .price-content h3 {
    color: #000200;
    font-size: 24px;
  }
  .sign-page .price-content .line {
    display: block;
    height: 4px;
    background-color: #226EF3;
    width: 64px;
    margin: 20px auto;
  }
  .sign-page .price-content .module-inner > p {
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 50px;
  }
  .sign-page .price-content .list {
    display: block;
    justify-content: center;
  }
  .sign-page .price-content .list .item {
    min-height: 305px;
    width: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(34, 110, 243, 0.15);
    transition: all 0.3s;
  }
  .sign-page .price-content .list .item:hover {
    box-shadow: 0px 15px 40px 0px rgba(34, 110, 243, 0.15);
    transform: scale(1.01) translateY(-2px);
  }
  .sign-page .price-content .list .item .btn {
    width: 175px;
    height: 40px;
    line-height: 40px;
  }
  .sign-page .price-content .list .item h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #226ef3;
  }
  .sign-page .price-content .list .item label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b9b9b;
    margin-top: 12px;
    margin-bottom: 20px;
    display: block;
  }
  .sign-page .price-content .list .item p {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: 28px;
    line-height: 30px;
  }
  .sign-page .super-price-content {
    background-color: #F6F9FD;
    padding: 40px 0;
  }
  .sign-page .super-price-content .price-box {
    height: 300px;
    background: url(../imgs/price-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 35px 30px;
    box-sizing: border-box;
  }
  .sign-page .super-price-content .price-box p {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .sign-page .super-price-content .price-box h4 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #226ef3;
    margin-bottom: 10px;
  }
  .sign-page .super-price-content .price-box strong {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b9b9b;
    display: block;
    margin-bottom: 40px;
    font-weight: 400;
  }
  .sign-page .super-price-content .price-box .btn {
    width: 174px;
    margin-top: 46px;
  }
}


