.register .player, .register .video-title {
  display: block;
  width: 90%;
  max-width: 1312px;
  margin: 0 auto;
  text-align: center;
}

.rule-mask {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
}

.open-rule {
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
  color: #5E6EFF;
  border-bottom: 1px solid #5E6EFF;
}

.rule-mask .mask-contanil {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1272px; 
  background: #F0F4FF;
  border-radius: 10px;
  padding: 20px;
}

.mask-close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.rule-mask-main {
  background: #fff;
  padding: 60px 65px 78px;
  border-radius: 10px;
}

.rule-mask-main p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #262626;
  padding-top: 20px;
}

.rule-mask-main .rule-title {
  font-size: 36px;
  line-height: 130%;
  padding-top: 0;
  padding-bottom: 28px;
  color: #000000;
}

.rule-mask-main ul li {
  display: inline-block;
  width: 33%;
  padding-top: 8px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #7D7D7D;
  box-sizing: border-box;
}

.video-containal {
  width: 100%;
  padding: 120px 0 66px;
  margin-bottom: 160px;
  background-color: #F0F4FF;
}

.banner-video {
  width: 100%;
  padding: 50px 0 40px;
  background-color: #F0F4FF;
  margin-bottom: 0;
}

.banner-video .video-title svg {
  width: 80%;
  max-width: 930px;
}

.banner-video .video-main {
  max-width: 1312px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.banner-video .video-title {
  padding-bottom: 30px;
}

.banner-video .player {
  height: 740px;
  border-radius: 20px;
  overflow: hidden;
}

.register .player {
  height: 740px;
}

.register .video-title {
  margin: 0 auto 82px;
}

.line-bg {
  height: 18px;
  width: 100%;
  background: linear-gradient(90.62deg, #6B72D7 -5.11%, #A55ED2 99.96%);
  opacity: 0.1;
}

.banner {
  display: flex;
  padding: 50px 0;
  box-sizing: border-box;
  max-width: 1312px;
  margin: 0 auto;
}

.banner > img {
  width: 60%;
  max-width: 788px;
}

.banner-l {
  position: relative;
  left: calc(50% - 656px);
  padding-top: 10%;
  flex: 1;
  text-align: left;
}

.banner-l .banner-text {
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.96);
}

.banner-l img {
  margin: 32px 0 12px;
}

.banner-l .banner-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #111111;
  margin-bottom: 47px;
}

.banner-l .banner-desc {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  padding-bottom: 12px;
}

.banner-l ul li {
  display: inline-block;
}

.banner-l ul li span {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  padding: 0 20px;
}

.banner-l ul li span::before {
  position: absolute;
  content: ":";
  right: -5px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 42px;
}

.banner-l ul li:first-child span {
  padding: 0 20px 0 0;
}

.banner-l ul li:last-child span::before {
  content: "";
}

.banner-l ul li p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  padding-top: 5px;
  text-align: center;
}

.banner-l ul li:first-child p {
  text-align: left;
}

.banner-l .banner-btn {
  width: 152px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
  background: #171717;
  border-radius: 36px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff!important;
  cursor: pointer;
  padding: 0;
  border: none;
}

.banner-l .banner-btn:hover {
  background-color: #000;
  font-size:14px
}

.launch-time-line {
  display: flex;
  width: 100%;
  max-width: 1014px;
  height: 105px;
  /* margin: 106px auto 120px; */
  margin: 109px auto 109px;
}

.mo {
  display: none;
}

.launch-time-line li {
  position: relative;
  flex: 1;
  text-align: center;
}

.launch-time-line li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #121115;
}

.launch-time-line li span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}

.launch-time-line li i {
  display: none;
}

.launch-time-line li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 2px solid #A6A6A6;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 4;
}

.launch-time-line li.actived::after {
  display: none;
}

.launch-time-line li.active::after {
  background: #596CA9;
  border: 2px solid #596CA9;
}

.launch-time-line li.active i, .launch-time-line li.actived i {
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #596CA9; 
  bottom: 23px;
  left: 0;
  z-index: 2;
}

.launch-time-line li.actived i {
  width: 100%;
}

.launch-time-line li.actived svg {
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  z-index: 5;
}

.launch-time-line li.active::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border: 2px solid #596CA9;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 3;
}

.register {
  width: 100%;
}

.register-main {
  display: flex;
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
}

.register-main-left, .register-main-right {
  flex: 1;
  display: flex;
}

.register-main-left {
  align-items: center;
}

.register-main-left .left-container {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.register-main-left .left-container p {
  font-size: 36px;
  line-height: 120%;
  padding-bottom: 16px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

.register-main-left .left-container span {
  display: block;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  opacity: 0.7;
}

.register-main-left .left-container .register-btn {
  display: inline-block;
  padding: 11px 26px;
  background: linear-gradient(90.62deg, #6B72D7 -5.11%, #A55ED2 99.96%);
  border-radius: 35.0526px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 42px;
}

.register-main-right img {
  max-width: 371px;
  margin: 0 auto;
}

.privileges {
  margin-top: 60px;
}

.privileges .privileges-title {
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 82px;
}

.privileges-container {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1312px;
  background: #F3F6FF;
  border-radius: 30px;
  padding: 47px 0 24px;
}

.privileges-container p {
  width: 100%;
  text-align: center;
  font-style: normal;
  color: #000000;
}

.privileges-container .privileges-container-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  padding-bottom: 8px;
}

.privileges-container .privileges-container-subtitle {
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  opacity: 0.7;
  max-width: 538px;
  margin: 0 auto;
}

.privileges-pick-up .privileges-container-subtitle {
  max-width: 835px;
}

.privileges-pick-up .privileges-container-flex {
  margin-top: 34px;
}

.privileges-container .privileges-container-coming {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-top: 14px;
  margin-bottom: 45px;
}

.privileges-container-main {
  display: flex;
  margin: 0 auto;
  max-width: 874px;
}

.privileges-container-main > div {
  display: inline-block;
  flex: 1;
}

.privileges-container-main .container-main-l img {
  max-width: 305px;
}

.privileges-container-main .container-main-r img {
  max-width: 305px;
}

.privileges-container-main .container-main-c {
  text-align: center;
  padding-top: 100px;
}

.privileges-container-main > div p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  margin: 20px auto 0;
  padding-left: 14px;
}

.privileges-container-main > div p i {
  color: #3869E8;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.privileges-container-bottom {
  max-width: 874px;
  background: #EAEEFD;
  margin: 28px auto 0;
  padding-top: 30px;
}

.privileges-container-bottom p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 16px;
  color: #000000;
}

.privileges-container-bottom ul {
  text-align: center;
}

.privileges-container-bottom ul li {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 36px;
  width: 152px;
  height: 44px;
  line-height: 44px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.privileges-container-bottom ul li a {
  display: block;
  height: 100%;
}

.privileges-container-bottom ul li svg {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.privileges-container-bottom ul li:last-child {
  margin-right: 0;
}

.privileges-container-bottom ul li span {
  font-style: normal;
  font-weight: 540;
  font-size: 14px;
  color: #000000;
  vertical-align: super;
}

.privileges-container-bottom ul li img {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.privileges-pick-up {
  background: #F6FCFF;
}

.privileges-pick-up .privileges-container-bottom {
  background: #E9F8FF;
}

.privileges-pick-up .container-main-r {
  text-align: right;
  width: 305px;
} 

.privileges-pick-up .container-main-r p {
  width: 413px;
  transform: translateX(-54px);
} 

.product-highlight {
  margin: 120px auto 32px;
}

.product-highlight .product-highlight-title {
  text-align: center;
}

.product-highlight-list {
  margin: 42px auto 30px;
  text-align: center;
}

.product-highlight-list li {
  display: inline-block;
  width: 228px;
  margin-right: 50px;
  padding: 40px 0 67px;
}

.product-highlight-list li:last-child {
  margin-right: 0;
}

.product-highlight-list li svg {
  padding-bottom: 24px;
}

.product-highlight-list li p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 11px;
}

.product-33w {
  position: relative;
  width: 100%;
  background: #F0F4FF;
  text-align: center;
}

.product-33w .product-33w-title {
  padding: 90px 20px 0;
}

.product-33w .product-33w-title .w-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}

.product-33w .product-33w-title .w-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  margin: 16px auto 0;
  max-width: 1130px;
}

.product-33w svg {
  padding: 180px 0 380px;
}

.product-33w img {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 492px;
}

.qualcomm {
  position: relative;
  width: 100%;
}

.qualcomm .qualcomm-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.qualcomm .qualcomm-title1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.qualcomm .qualcomm-title1 sup {
  font-size: 18px;
  vertical-align: super;
}

.qualcomm .qualcomm-title2 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16px;
}

.qualcomm img {
  width: 100%;
}

.img-list {
  width: 100%;
}

.img-list1 {
  padding-bottom: 70px;
}

.img-list1 .img-list1-title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  padding: 119px 0 16px;
}

.img-list1 .img-list1-subtitle {
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
  max-width: 828px;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  padding-bottom: 52px;
}

.img-list1, .img-list2 {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.img-list1 img {
  width: 40%;
  margin: 0 25px;
  max-width: 631px;
}

.img-list2 {
  background: #FAFBFF;
  padding-bottom: 70px;
}

.img-list2 p {
  max-width: 1312px;
  margin: 0 auto;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  padding: 65px 20px 32px;
}

.img-list2 img {
  width: 100%;
  max-width: 1312px;
}

.rule-text {
  width: 100%;
  padding: 90px 0 114px;
}

.rule-text p {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
 }

.rule-text .rule1 {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  color: #262626;
  padding-left: 36px;
  max-width: 1300px;
}

.rule-text .rule1 span {
  position: absolute;
  left: 20px;
}

.rule-text .rule2 {
  margin: 38px auto 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  color: #262626;
}

.rule-text .rule3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  color: #7D7D7D;
}

@media (max-width: 1440px) {
  .banner-video .player {
    height: 695px;
  }
}

@media (max-width: 1366px) {
  .banner {
    padding: 30px 64px;
  }

  .register .player {
    height: 670px;
  }

  .banner-l {
    left: 0;
    padding-top: 8%;
  }

  .banner-l .banner-title {
    margin-bottom: 24px;
    font-size:18px
  }

  .banner-l .banner-name {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .banner-l img {
    width: 60%;
  }

  .register .player {
    height: 540px;
  }

  .banner-l .banner-title {
    font-size: 16px;
    margin-bottom:18px;
  }
  
  .banner-l .banner-desc {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .banner-l ul li span {
    padding:  0 12px;
  }

  .banner-l ul li:first-child span {
    padding: 0 12px 0 0;
  }

  .launch-time-line {
    width: 90%;
  }

  .register-main-right img {
    width: 50%;
  }

  .register-main-left .left-container p {
    font-size: 28px;
  }

  .register-main-left .left-container span {
    font-size: 20px;
    display: block;
  }

  .register-main-left .left-container {
    text-align: center;
  }

  .register-main-left {
    padding: 0 20px;
  }

  .privileges .privileges-title {
    padding: 0;
  }

  .privileges .privileges-title svg {
    width: 70%;
  }

  .privileges-container-bottom {
    width: 80%;
  }

  .privileges-container {
    width: 90%;
  }
  .product-33w svg {
    width: 80%;
    padding: 22% 0 20%;
  }

  .product-33w img {
    width: 40%;
    max-width: unset;
    top: 30%;
  }
  .img-list1 .img-list1-subtitle {
    padding: 0 20px 50px;
  }

  .img-list2 p {
    text-align: center;
    padding: 20px;
  }

  .img-list1 .img-list1-title {
    padding: 80px 0 20px;
  }

  .rule-text {
    width: 100%;
    padding: 0px 0 80px;
  }

  .product-highlight-list li {
    margin-right: 20px;
  }
}

@media (max-width: 960px) {
  .product-33w img {
    top: 38%;
  }

  .product-33w .product-33w-title {
    padding: 90px 20px 0;
  }
}

@media (max-width: 768px) {
  .banner-video .video-title svg {
    width: 100%;
  }

  .banner-video .video-main {
    width: 100%;
  }

  .banner-video .player {
    width: 100%;
    padding: 14px 10px;
    box-sizing: border-box;
    background: #F0F4FF;
    border-radius: 0;
    height: 228px;
  }

  .banner-video .player iframe {
    border-radius: 10px;
  }

  .banner-video .video-title {
    padding: 30px 0 32px;
  }

  .banner {
    display: block;
    padding: 0;
    margin-bottom: 46px;
  }

  .banner-l {
    position: static;
    padding: 32px 20px;
  }

  .banner-l .banner-text {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.75);
  }

  .banner-l img {
    width: 163px;
    margin: 14px 0 8px;
  }
  .banner > img {
    width: 95%;
    margin: 0 auto;
  }

  .banner-l .banner-title {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 16px;
  }
  
  .banner-l .banner-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 8px;
  }

  .banner-l ul li span {
    font-weight: 750;
    font-size: 18.9932px;
    line-height: 150%;
  }

  .banner-l ul li span::before {
    content: ":";
    font-size: 12px;
  }

  .banner-l ul li p {
    padding-top: 0;
  }

  .banner-l .banner-btn {
    margin-top: 10px;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    background: #050505;
    border-radius: 31.752px;
    font-weight: 500;
    font-size: 12px;
  }

  .pc {
    display: none;
  }

  .mo {
    display: block;
  }
  .rule-text .rule1, .rule-text .rule2 {
    font-size: 12px;
    line-height: 22px;
    color: #0F0F0F;
    font-weight: 540;
  }

  .rule-text .rule2 {
    margin: 30px auto 8px;
  }

  .rule-text .rule3 {
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-top: 0;
  }

  .rule-text p {
    padding: 0 15.5;
  }

  .product-highlight-list li {
    width: 49%;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .product-highlight-list li svg {
    margin: 0 auto;
  }

  .product-highlight-list li p {
    font-size: 16px;
    line-height: 14px;
  }

  .time-line {
    width: 100%;
    overflow-x: scroll;
  }

  .launch-time-line {
    width: 200%;
    padding: 0 20px;
    margin: 0 auto 45px;
  }

  .launch-time-line li {
    padding-top: 20px;
  }

  .time-line::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }

  .launch-time-line li p {
    font-size: 12px;
    line-height: 170%;
  }

  .launch-time-line li::after {
    width: 8px;
    height: 8px;
    bottom: 18px;
  }

  .launch-time-line li.actived svg {
    width: 18px;
    height: 18px;
    bottom: 15px;
  }

  .launch-time-line li.active::before {
    width: 16px;
    height: 16px;
    bottom: 14px;
  }

  .register-main {
    display: block;
    padding: 0;
  }

  .register-main-left .left-container p {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 12px;
  }

  .register-main-left .left-container span {
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
  }

  .register-main-left .left-container .register-btn {
    display: block;
    max-width: 150px;
    margin: 30px auto 48px;
    background: linear-gradient(90.62deg, #6B72D7 -5.11%, #A55ED2 99.96%);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 31.752px;
    padding: 10px 22px;
    color: #fff;
  }

  .register-main-right {
    padding: 0 57px;
  }

  .register-main-right img {
    width: 100%;
  }

  .privileges {
    margin-top: 0;
  }

  .privileges .privileges-title svg {
    width: 100%;
  }

  .privileges-container {
    width: calc(100% - 20px);
    margin: 36px auto 0;
    padding: 48px 15px 12px;
    border-radius: 2px;
    box-sizing: border-box;
  }

  .privileges-container .privileges-container-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 6px;
  }

  .privileges-container .privileges-container-subtitle {
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
  }

  .privileges-container .privileges-container-coming {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 6px;
    font-weight: 540;
  }

  .privileges-container-flex {
    display: flex;
    flex-flow: column-reverse;
    background: rgba(230, 236, 255, 0.57);
    border-radius: 10px;
    padding: 20px 20px 10px;
  }

  .privileges-container-bottom {
    width: 100%;
    background: none;
    margin: 0 auto;
    padding: 0;
  }

  .privileges-container-bottom p {
    font-size: 14px;
    line-height: 17px;
  }

  .privileges-container-bottom ul li {
    width: calc(50% - 5px);
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .privileges-container-bottom ul li span {
    line-height: 38px;
    padding-left: 5px;
  }

  .privileges-container-bottom ul li svg {
    vertical-align: text-top;
  }

  .privileges-container-bottom ul li:nth-child(even) {
    margin-right: 0;
    float: right;
  }

  .privileges-container-main {
    display: block;
    margin: 12px 0 0;
  }

  .privileges-container-main .container-main-l img {
    width: 152px;
    margin: 0 auto;
  }

  .privileges-container-main > div {
    display: block;
    text-align: center;
  }

  .privileges-pick-up .container-main-r {
    width: 100%;
  }

  .privileges-container-main > div p {
    font-size: 10px;
    line-height: 130%;
    max-width: 180px;
    margin: 18px auto 0;
  }

  .privileges-container-main .container-main-c {
    padding: 0;
    padding-top: 2px;
  }

  .privileges-container-main .container-main-c span {
    font-size: 20px;
    line-height: 28px;
    padding: 5px 0 7px;
  }

  .privileges-container-main .container-main-r img {
    max-width: 102px;
    margin: 0 auto;
    padding-top: 0;
  }

  .privileges-container-main > div p i {
    font-size: 10px;
    line-height: 130%;
  }

  .privileges-container-main > div p.mo {
    max-width: 100%;
    padding-top: 11px;
  }

  .privileges-container-main .container-main-r p {
    margin: 0 auto;
  }

  .privileges-pick-up {
    background: rgba(246, 252, 255, 0.51);
    margin: 10px auto 0;
  }

  .privileges-pick-up .privileges-container-flex {
    background: #EEFAFF;
    border-radius: 10px;
    padding: 20px 20px 17px;
  }

  .privileges-pick-up .privileges-container-subtitle {
    margin-bottom: 20px;
  }

  .privileges-pick-up .privileges-container-bottom ul li {
    width: 154px;
  }

  .privileges-pick-up .privileges-container-bottom {
    background: none;
  }

  .privileges-pick-up .privileges-container-main .container-main-l img {
    width: 138px;
  }

  .privileges-pick-up .privileges-container-main .container-main-l p {
    margin-top: 10px;
  }

  .privileges-pick-up .privileges-container-main .container-main-r img {
    width: 122px;
    padding-top: 0;
  }

  .privileges-pick-up .privileges-container-main .container-main-r p {
    margin-top: 14px;
    max-width: 100%;
    transform: unset;
    padding: 0;
  }

  .product-highlight .product-highlight-title svg {
    margin: 0 auto;
  }

  .product-highlight {
    margin: 58px auto 18px;
  }

  .product-highlight-list {
    margin: 56px auto 0;
    padding: 0 40px;
  }

  .product-33w img {
    position: static;
    width: 100%;
    transform: unset;
  }

  .product-33w .product-33w-title {
    padding: 0;
  }

  .product-33w .product-33w-title p {
    position: absolute;
    width: calc(100% - 40px);
    top: 44px;
    left: 20px;
    text-align: left;
  }

  .product-33w .product-33w-title .w-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
  }

  .product-33w .product-33w-title .w-subtitle {
    top: unset;
    bottom: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .qualcomm .qualcomm-title {
    top: 44px;
    width: calc(100% - 40px);
  }

  .qualcomm .qualcomm-title1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }

  .qualcomm .qualcomm-title1 sup {
    font-size: 12px;
    vertical-align: super;
  }

  .qualcomm .qualcomm-title2 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-top: 12px;
  }

  .img-list1 .img-list1-title {
    padding: 44px 0 14px;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }

  .img-list1 .img-list1-subtitle {
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .img-list {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .img-list1 img {
    width: 100%;
    margin: 0 0 20px;
  }

  .img-list1 .img1-box {
    position: relative;
    text-align: right;
  }

  .img-list1 .img1-box::after, .img-list1 .img1-box::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 0;
    left: 2px;
    background: linear-gradient(134.13deg, #B3A7FE 16.75%, #69A3F9 105.84%);
  }

  .img-list1 .img1-box::before {
    left: 20px;
    background: #14181C;
  }

  .img-list1 .img1-box img {
    display: inline-block;
    width: 50%;
  }

  .img-list1 {
    padding-bottom: 20px;
  }

  .img-list2 p {
    padding: 0 0 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
  }

  .img-list2 {
    background: #fff;
    padding-bottom:60px;
  }

  .img-list2 img {
    width: 100%;
  }

  .register {
    margin-top: 0;
  }

  .privileges-container-bottom p {
    margin: 0 auto 20px;
  }

  .rule-text .rule1 {
    padding-left: 34px;
  }

  .rule-text .rule1 span {
    left: 20px;
  }

  .line-bg {
    background: linear-gradient(90deg, #ACE0FE -8.84%, #DBC7FF 101.1%);
    opacity: 1;
    margin-bottom: 58px;
    height: 10px;
  }

  .register .player {
    margin: 0 auto 48px;
  }
  
  .register .video-title {
    text-align: center;
    margin: 10px auto 38px;
  }

  .register .video-title svg {
    margin: 0 auto;
  }

  .register .player {
    height: auto;
    background-color: #F0F4FF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .video-containal {
    background-color: unset;
    padding: 0;
    margin-bottom: 44px;
  }

  .open-rule {
    font-size: 10px;
  }

  .rule-mask .mask-contanil {
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
  }

  .rule-mask-main {
    padding: 30px 6px;
    border-radius: 0;
    box-sizing: border-box;
    height: 80vh;
    overflow-y: scroll;
  }

  .rule-mask-main p {
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 16px;
    padding-left: 12px;
  }

  .mask-close {
    width: 12px;
    height: 12px;
    right: 30px;
    top: 30px;
    z-index: 10;
  }
  
  .rule-mask-main .rule-title {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .rule-mask-main ul li {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 12px;
    color: rgba(0, 0, 0, 0.6);
  }

  .rule-mask-main p i {
    position: absolute;
    left: 0;
  }
}
