/* common */
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
th,
p,
a,
li,
td,
div,
footer {
  font: 400 12px 'Poppins', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial';
}
html,
body {
  width: 100%;
  height: 100%;
}

i {
  font-style: normal;
}

.h2_title {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.dft_pw {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.m_b_40 {
  margin-bottom: 40px;
}

.animate_rotate {
  animation: rotate 1.3s linear infinite;
}

.ckdg_coupon {
  display: none !important;
}

/* === Base Button === */
.btn_main,
.btn_line,
a.btn_main,
a.btn_line {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 0 32px;
}

/* === Main Button === */
.btn_main,
a.btn_main {
  background: linear-gradient(186deg, #47d576 5.11%, #38ac5e 94.89%);
  border: none;
}

.btn_main span,
a.btn_main span {
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}

/* === Line Button === */
.btn_line,
a.btn_line {
  border: 1px solid #38ac5e;
}

.btn_line span,
a.btn_line span {
  color: #38ac5e;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}

/* === Expanding Circle === */
.btn_main::after,
.btn_line::after,
a.btn_main::after,
a.btn_line::after {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.4s ease-in-out, opacity 0.2s;
  opacity: 0;
  z-index: 0;
}

.btn_main::after,
a.btn_main::after {
  background: linear-gradient(186deg, #67f095 5.11%, #4fb470 94.89%);
}

.btn_line::after,
a.btn_line::after {
  background: #e1f7e8;
}

/* hover / active*/
.btn_main:hover::after,
.btn_main:active::after,
.btn_line:hover::after,
.btn_line:active::after,
a.btn_main:hover::after,
a.btn_main:active::after,
a.btn_line:hover::after,
a.btn_line:active::after {
  clip-path: circle(150% at 50% 50%);
  opacity: 1;
}

/* === Hover / Active Text === */
.btn_main:hover span,
.btn_main:active span,
a.btn_main:hover span,
a.btn_main:active span {
  color: #fff;
}

.btn_line:hover span,
.btn_line:active span,
a.btn_line:hover span,
a.btn_line:active span {
  color: #38ac5e;
}

/* === Hover / Active Background === */
/* .btn_line:hover,
.btn_line:active,
a.btn_line:hover,
a.btn_line:active {
    background: #EDFAF3;
} */

/* === Loading === */
.btn_main.loading,
.btn_line.loading,
a.btn_main.loading,
a.btn_line.loading {
  pointer-events: none;
}

.btn_main.loading span,
.btn_line.loading span,
a.btn_main.loading span,
a.btn_line.loading span {
  display: none;
}

.btn_main.loading::after,
.btn_line.loading::after,
a.btn_main.loading::after,
a.btn_line.loading::after {
  clip-path: none;
  opacity: 1;
  background: none;
}

/* === Spinner === */
.btn_main.loading i,
.btn_line.loading i,
a.btn_main.loading i,
a.btn_line.loading i {
  display: flex;
}

.btn_main i,
.btn_line i,
a.btn_main i,
a.btn_line i {
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  z-index: 1;
}

/* icon */
.icon_1::before {
  content: '\e800';
  font-family: 'iconfont';
}

.icon_2::before {
  content: '\e93e';
  font-family: 'iconfont';
}

#fr .icon_2::before {
  content: '\e933';
  font-family: 'iconfont';
}

#de .icon_2::before {
  content: '\e92d';
  font-family: 'iconfont';
}

#es .icon_2::before {
  content: '\e92e';
  font-family: 'iconfont';
}

.icon_3::before {
  content: '\e93c';
  font-family: 'iconfont';
}

#fr .icon_3::before {
  content: '\e92e';
  font-family: 'iconfont';
}

#de .icon_3::before {
  content: '\e932';
  font-family: 'iconfont';
}

#es .icon_3::before {
  content: '\e92c';
  font-family: 'iconfont';
}

.icon_4::after {
  content: '\e942';
  font-family: 'iconfont';
}

#fr .icon_4::after {
  content: '\e92f';
  font-family: 'iconfont';
}

#de .icon_4::after {
  content: '\e92f';
  font-family: 'iconfont';
}

#es .icon_4::after {
  content: '\e92b';
  font-family: 'iconfont';
}

.icon_5::before {
  content: '\e93d';
  font-family: 'iconfont';
}

#fr .icon_5::before {
  content: '\e934';
  font-family: 'iconfont';
}

#de .icon_5::before {
  content: '\e930';
  font-family: 'iconfont';
}

#es .icon_5::before {
  content: '\e92d';
  font-family: 'iconfont';
}

.icon_6::before {
  content: '\e924';
  font-family: 'iconfont';
}

#fr .icon_6::before {
  content: '\e923';
  font-family: 'iconfont';
}

#de .icon_6::before {
  content: '\e922';
  font-family: 'iconfont';
}

#es .icon_6::before {
  content: '\e91c';
  font-family: 'iconfont';
}

.icon_7::before {
  content: '\e93f';
  font-family: 'iconfont';
}

#fr .icon_7::before {
  content: '\e932';
  font-family: 'iconfont';
}

#de .icon_7::before {
  content: '\e931';
  font-family: 'iconfont';
}

#es .icon_7::before {
  content: '\e92f';
  font-family: 'iconfont';
}

.icon_8::before {
  content: '\e813';
  font-family: 'iconfont';
}

.icon_9::before {
  content: '\e941';
  font-family: 'iconfont';
}

#fr .icon_9::before {
  content: '\e931';
  font-family: 'iconfont';
}

#de .icon_9::before {
  content: '\e92c';
  font-family: 'iconfont';
}

#es .icon_9::before {
  content: '\e92a';
  font-family: 'iconfont';
}

.icon_10::before {
  content: '\e940';
  font-family: 'iconfont';
}

#fr .icon_10::before {
  content: '\e930';
  font-family: 'iconfont';
}

#de .icon_10::before {
  content: '\e92e';
  font-family: 'iconfont';
}

#es .icon_10::before {
  content: '\e929';
  font-family: 'iconfont';
}

.icon_11::before {
  content: '\e802';
  font-family: 'iconfont';
}

.icon_12::before {
  content: '\e923';
  font-family: 'iconfont';
}

#fr .icon_12::before {
  content: '\e922';
  font-family: 'iconfont';
}

#de .icon_12::before {
  content: '\e921';
  font-family: 'iconfont';
}

#es .icon_12::before {
  content: '\e91b';
  font-family: 'iconfont';
}

/* header nav */
.header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
}

.header_nav_back {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 2px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}

.header_nav_back.disable {
  pointer-events: none;
  color: #bcbcbc;
}

.header_nav_back:hover {
  color: #000;
}

.header_nav_back i {
  transform: rotate(180deg);
  font-weight: bold;
  font-size: 16px;
}

.header_nav_right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.header_nav_right .sub_guode_btn {
  color: #333;
}

/* tooltip */
.tooltip {
  max-width: 320px;
  position: fixed;
  padding: 12px 16px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  box-sizing: border-box;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.tooltip::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip[data-pos='top']::after {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 10;
}

.tooltip[data-pos='top']::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  z-index: 5;
}

.tooltip[data-pos='bottom']::after {
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 10;
}

.tooltip[data-pos='bottom']::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  z-index: 5;
}

.tooltip[data-pos='left']::after {
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 10;
}

.tooltip[data-pos='left']::before {
  content: '';
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  z-index: 5;
}

.tooltip[data-pos='right']::after {
  left: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 10;
}

.tooltip[data-pos='right']::before {
  content: '';
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  z-index: 5;
}

/* drop_down */
.drop_down {
  position: relative;
  width: 100%;
}

.drop_down_title {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #666;
  background: #fff;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.drop_down_title:hover,
.drop_down.active .drop_down_title {
  border-color: #38ac5e;
}

.drop_down_title input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.drop_down_title input::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.drop_down_title i {
  font-size: 18px;
  color: #666;
  transition: all 0.3s ease;
}

.drop_down.active .drop_down_title i {
  transform: rotate(180deg);
}

.drop_down_list {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  max-height: 240px;
  overflow: auto;
  box-sizing: border-box;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;

  /* animate */
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.drop_down.active .drop_down_list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.drop_down_list_item {
  height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.drop_down_list_item span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.drop_down_list_item i {
  color: rgba(56, 172, 94, 1);
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
}

.drop_down_list_item.selected {
  background: rgba(52, 156, 75, 0.12);
}

.drop_down_list_item.selected span {
  color: #38ac5e;
}

.drop_down_list_item.selected i {
  opacity: 1;
}

.drop_down_list_item:hover {
  background: rgba(52, 156, 75, 0.12);
}

/* input title */
.input_title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.input_title span {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.input_title > i {
  color: #f00;
  font-size: 12px;
}

.input_title .tip_target {
  width: fit-content;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 102%;
  color: #666;
  font-weight: 400;
}

.input_title .tip_target:hover {
  color: #000;
}

/* input */
.input_box {
  width: 100%;
  height: 52px;
}

.input_box input {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #666;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.input_box input::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.input_box input:hover,
.input_box input:focus {
  border-color: #38ac5e;
}

/* error tips */
.error_tips {
  color: #ff453a;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}

/* Dialog Box */
.dialog_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.dialog_box_container {
  padding-bottom: 40px;
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-height: 96vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.dialog_box_header {
  display: flex;
  justify-content: flex-end;
  padding: 14px 14px 0 14px;
  margin-bottom: 4px;
}

.dialog_box_header .close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #aaaaaa;
}

.dialog_box_header .close:hover {
  background-color: #d9d9d9;
  color: #000;
}

.dialog_box_content {
  flex: 1;
  overflow: auto;
}

/* tutorial */
.tutorial_box {
  display: none;
  min-height: 100%;
  background: url('../droidkit/img/frp_online_tutorial_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 100px;
}

.tutorial_cont {
  margin-top: 76px;
}

#tutorialTab .tabsComponent-nav {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  gap: 60px;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
}

#tutorialTab .tabsComponent-btn {
  flex: none;
  padding: 0 40px;
  min-width: 200px;
  width: fit-content;
  height: 60px;
  background-color: transparent;
  color: #666;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  background: none;
}

#tutorialTab .tabsComponent-btn.active {
  border-color: #38ac5e;
  color: #38ac5e;
}

#tutorialTab .tabsComponent-content {
  margin-top: 60px;
}

.tutorial_step_item.item2 .tutorial_step_img img {
  width: 100%;
}

.tutorial_step_title {
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}

.tutorial_step_img {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 528px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.tutorial_step_img img {
  max-width: 960px;
}

.tutorial_step_tip {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

.tutorial_get_step {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.tutorial_get_step_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.tutorial_get_step_item img {
  width: 100%;
}

.tutorial_get_step_item::after {
  content: '';
  width: 87%;
  border-bottom: dashed 1px #38ac5e;
  position: absolute;
  top: 3%;
  left: 60%;
}

.tutorial_get_step_item:last-child::after {
  display: none;
}

.tutorial_get_step_num {
  margin: 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(196deg, #47d576 11.11%, #38ac5e 89.24%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.tutorial_get_step_label {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.tutorial_btn {
  margin: 0 auto;
  width: 306px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 80px;
}

/* Auto Detect */
.auto_detect_box {
  display: none;
  min-height: 100%;
  background: url('../droidkit/img/frp_online_tutorial_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 100px;
}

.auto_detect_step_title {
  margin: 40px auto;
  color: #333;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}

.auto_detect_step_list {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 80px;
}

.auto_detect_step_item {
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #a1a1a1;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.auto_detect_step_item:last-child {
  margin-bottom: 0;
}

.auto_detect_step_item_cont .title {
  background: linear-gradient(196deg, #47d576 11.11%, #116c2f 89.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.auto_detect_step_item_cont .sub_title {
  color: #050505;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.auto_detect_step_item_cont .desc {
  list-style-type: disc;
  display: flex;
  gap: 10px;
}

.auto_detect_step_item_cont .desc p {
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.auto_detect_step_item_cont .desc a {
  color: #2375ff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.auto_detect_step_item_cont .desc span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin-top: 10px;
}

.auto_detect_step_item_cont .tips {
  padding: 0 12px;
  width: fit-content;
  height: 22px;
  border-radius: 4px;
  background: #d0f4dc;
  display: flex;
  align-items: center;
  color: #38ac5e;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 20px;
}

.auto_detect_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.auto_detect_btns .add_btn {
  padding: 0 20px;
  min-width: 340px;
  width: fit-content;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
}

.auto_detect_btns .add_tips {
  color: #38ac5e;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.auto_detect_btns .add_tips:hover {
  color: #1b9643;
}

.get_info_cont {
  display: none;
  margin-top: 80px;
}

.get_info_box {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  padding: 85px 180px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}

.get_info_cont_text {
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.get_info_cont_img {
  position: relative;
}

.get_info_cont_img img {
  width: 100%;
}

.get_info_cont_img i {
  font-size: 110px;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 36%;
}

/* Unlocking */
.unlocking_box {
  display: none;
  min-height: 100%;
  background: url('../droidkit/img/frp_online_tutorial_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 100px;
}

.unlock_loading_box,
.unlock_failed_box {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 125px 180px;
  margin-top: 80px;
}

.unlock_loading_cont {
  max-width: 500px;
}

.unlock_loading_cont p {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.unlock_loading_cont span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.unlock_loading_img img,
.unlock_failed_img img {
  width: 100%;
  max-width: 408px;
}

.unlock_failed {
  display: none;
}

.unlock_failed_cont {
  max-width: 500px;
}

.unlock_failed_cont > p {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.unlock_failed_cont > span {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.unlock_failed_cont > a {
  width: 250px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

.unlock_successful {
  display: none;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1400px;
  width: 90%;
}

.unlock_successful > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}

.unlock_successful_title {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.unlock_successful_desc {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

/* banner */
.banner {
  background: url('../droidkit/img/frp_online_banner_bg.png') no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #021507;
  padding-top: 14px;
  padding-bottom: 110px;
}

.sub_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nav_left span {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}

.nav_right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

a.sub_guode_btn {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

a.sub_guode_btn:hover {
  text-decoration: underline;
}

.sub_buy_btn {
  min-width: 140px;
  width: fit-content;
  height: 36px;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 6px;
  background: #f90;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}

.sub_buy_btn:hover {
  background: #f6b451;
}

.online_unlock_content {
  margin-top: 50px;
  display: flex;
  gap: 40px;
}

.online_unlock_tool,
.online_unlock_desc {
  padding: 30px 40px;
  border-radius: 20px;
  background: linear-gradient(331deg, #f3fff3 32.35%, #fff 100%);
  backdrop-filter: blur(11.699999809265137px);
  box-sizing: border-box;
}

/* unlock_tool */
.online_unlock_tool {
  max-width: 820px;
  width: 59%;
}

.online_unlock_tool h1 {
  background: linear-gradient(to bottom, rgba(56, 172, 94, 1), rgba(56, 172, 94, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.online_unlock_tool .desc {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.online_unlock_tool .desc1 {
  color: #333;
}

.online_unlock_tool .desc2 {
  color: #666;
  margin-bottom: 20px;
}

.device_model,
.contact_email {
  position: relative;
}

.device_sn_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}

.device_sn_cont_or {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.device_sn_cont .input_box {
  flex: 1;
}

.auto_detect {
  min-width: 160px;
  width: fit-content;
  height: 48px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #e4fff4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #4da682;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
}

.auto_detect i {
  font-size: 20px;
}

.auto_detect:hover {
  background: #b9f0d9;
  color: #4da682;
}

.tutorial_tip,
.tutorial_tip_mobile {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.tutorial_tip_mobile {
  display: none;
}

.tutorial_tip span,
.tutorial_tip_mobile span {
  color: #2375ff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.unlock_btn {
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
}

.unlock_btn span {
  font-size: 24px;
  font-weight: 700;
}

.tips_content {
  border-radius: 8px;
  background: #fff;
  padding: 12px 20px;
}

.tips_content .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

.tips_content li {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.tips_content li:last-child {
  margin-bottom: 0;
}

.tips_content li em,
.tips_content li p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.tips_content li p span,
.tips_content li p a {
  color: #2375ff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

/* unlock_desc */
.online_unlock_desc {
  max-width: 540px;
  width: 39%;
  display: flex;
  flex-direction: column;
}

.online_unlock_desc h2 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
}

.unlock_desc_list {
  margin-top: 30px;
  margin-bottom: 60px;
}

.unlock_desc_list li {
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.unlock_desc_list li i {
  font-style: normal;
  margin-top: 2px;
}

.unlock_desc_list li:last-child {
  margin-bottom: 0;
}

/* section1 */
.section1 {
  padding-top: 100px;
}

.steps_cont {
  margin: 0 auto;
  margin-top: 60px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.steps_cont_item {
  flex: 1;
  max-width: 440px;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 19px;
  border: 1px solid #d6f0eb;
  background: #f7fcfb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.steps_cont_item_title h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.steps_cont_item_title h3 span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(196deg, #47d576 11.11%, #38ac5e 89.24%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}

.steps_cont_item_title p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.steps_cont_item img {
  width: 100%;
  height: auto;
}

/* section2 */
.section2 {
  padding: 100px 0;
}

.users_comment {
  margin: 0 auto;
  margin-top: 60px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.users_comment_item {
  flex: 1;
  max-width: 490px;
  box-sizing: border-box;
  border-radius: 24px;
  background: url('../droidkit/img/frp_online_s2_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-shadow: 0 16px 32px 0 rgba(122, 255, 157, 0.25);
  padding: 60px;
  position: relative;
}

.user_comment_text {
  color: #fff;
  font-family: Inter;
  font-size: 15.25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.user_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user_info img {
  border-radius: 50%;
}

.user_info span {
  color: #fff;
  font-family: Inter;
  font-size: 15.375px;
  font-weight: 500;
}

/* section3 */
.section3 {
  padding: 80px 0;
  background: url('../droidkit/img/frp_online_s3_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.section3 .h2_title {
  color: #fff;
}

.section3_desc {
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 60px;
  color: #ccc;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
}

.section3_cont {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.section3_cont:last-child {
  margin-bottom: 0;
}

.section3_item {
  flex: 1;
  box-sizing: border-box;
  max-width: 680px;
  width: 90%;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(212, 212, 212, 0.2);
}

.section3_item_cont {
  min-height: 150px;
  height: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(
      96.03% 174.67% at 38.65% 0%,
      rgba(43, 223, 130, 0.4) 0%,
      rgba(3, 162, 80, 0) 100%
    ),
    #1a3021;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.section3_item_cont .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.section3_item_cont .title p {
  color: #fff;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}

.section3_item_cont .desc {
  color: #fff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 0.8;
}

.section3_item_cont .tip {
  color: rgba(255, 255, 255, 0.5);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
}

.section3_item_cont .tip span,
.section3_item_cont .tip a {
  color: #38ac5e;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

/* section4 */
.section4 {
  padding: 100px 0 120px 0;
  width: 90%;
}

.faq_cont {
  margin-top: 60px;
}

.faq_item {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 30px 40px;
  cursor: pointer;
}

.faq_item.active {
  border: 1px solid #349c4b;
}

.faq_item.active .faq_q p {
  color: #349c4b;
}

.faq_item.active .faq_q i {
  transform: rotate(180deg);
  color: #349c4b;
}

.faq_item:last-child {
  margin-bottom: 0;
}

.faq_item:hover {
  border: 1px solid #349c4b;
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq_q p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
}

.faq_q i {
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 20px;
}

.faq_a {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

/* unsupported Dialog */
#unsupportedDialog .dialog_box_container {
  max-width: 1200px;
}

.unsupported_content {
  padding: 0 60px;
}

.unsupported_content .title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 32px;
}

.unsupported_content .title a {
  color: #2375ff;
  font-size: 26px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.unsupported_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.unsupported_list_item {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 10px;
  box-sizing: border-box;
}

.unsupported_list_item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.unsupported_list_item .name span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8706;
}

.unsupported_list_item .dev_num {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

/* buy Dialog */
#buyDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 980px;
}

.buy_content {
  padding: 0 10px;
}

.pricing_box .title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.pricing_box .title span {
  background: linear-gradient(269deg, #47d576 0.86%, #38ac5e 99.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 600;
}

.pricing_box .desc {
  background: linear-gradient(269deg, #47d576 0.86%, #38ac5e 99.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.pricing_item {
  margin: 0 auto;
  max-width: 588px;
  width: 90%;
  box-sizing: border-box;
  padding: 50px 20px;
  border-radius: 45px;
  border: 1px solid #b6d5b6;
  background: url('../droidkit/img/frp_online_buy_bg.png') center no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  margin-bottom: 30px;
}

.pricing_item .label {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing_item .price_num {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}

.pricing_item .price_tip {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.pricing_item ul {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
  margin-bottom: 20px;
}

.pricing_item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.pricing_item ul li:last-child {
  margin-bottom: 0;
}

.pricing_item ul li span {
  flex: 1;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.pricing_item ul li i {
  font-size: 16px;
  margin-top: 2px;
  background: linear-gradient(269deg, #47d576 0.86%, #38ac5e 99.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.pricing_buy_btn {
  margin: 0 auto;
  max-width: 328px;
  width: 90%;
  height: 50px;
  border-radius: 10px;
  background: #f90;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing_buy_btn:hover {
  transform: translateY(-5px);
}

.tip_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tip_box .line {
  width: 1px;
  height: 24px;
  background: #eee;
}

.buy_accomplish {
  display: none;
  padding: 90px 90px 60px 90px;
}

.accomplish_title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.buy_info {
  margin-bottom: 30px;
}

.buy_info_text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.buy_info_text span {
  color: #19a069;
}

.buy_accomplish .line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin-bottom: 20px;
}

.accomplish_desc {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.accomplish_btn {
  min-width: 300px;
  width: fit-content;
  height: 60px;
}

.loading_box,
.fail_box {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.loading_box i {
  background: linear-gradient(269deg, #47d576 0.86%, #38ac5e 99.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_box p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.fail_box .des {
  margin: 0 auto;
  max-width: 650px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.fail_box_btn {
  border-radius: 12px;
  background: linear-gradient(269deg, #47d576 0.86%, #38ac5e 99.35%);
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.fail_box_btn:hover,
.fail_box_btn:active {
  background: linear-gradient(269deg, #4ee681 0.86%, #3bbc65 99.35%);
}

#buyDialog.succeed .dialog_box_container,
#buyDialog.loading .dialog_box_container,
#buyDialog.fail .dialog_box_container {
  max-width: 930px;
}

#buyDialog.loading .dialog_box_container,
#buyDialog.fail .dialog_box_container {
  max-height: 626px;
  height: 90%;
}

#buyDialog.succeed .pricing_box,
#buyDialog.loading .pricing_box,
#buyDialog.fail .pricing_box {
  display: none;
}

#buyDialog.succeed .close,
#buyDialog.loading .close {
  display: none;
}

#buyDialog.succeed .buy_accomplish {
  display: block;
}

#buyDialog.loading .loading_box {
  display: flex;
}

#buyDialog.fail .fail_box {
  display: flex;
}

/* buy astrict dialog */
#buyAstrictDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 880px;
  padding-bottom: 60px;
}

.buy_astrict_content {
  padding: 30px 90px 0 90px;
}

.buy_astrict_content > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.astrict_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}

.astrict_desc {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 70px;
}

.astrict_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.astrict_btns > div {
  padding: 0 16px;
  min-width: 250px;
  width: fit-content;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

.astrict_btn_buy {
  color: #fff;
  background: #f90;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
}

.astrict_btn_buy:hover,
.astrict_btn_buy:active {
  background: #f6b451;
}

/* Confirmation dialog */
#confirmDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 760px;
  margin-bottom: 60px;
}

.confirm_content {
  padding: 30px 80px 0 80px;
}

.confirm_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.confirm_desc {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.sn_box {
  margin: 0 auto;
  min-width: 358px;
  width: fit-content;
  padding: 14px 40px;
  border-radius: 8px;
  background: #f6f6f6;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.sn_box_label {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.sn_box_text {
  color: #38ac5e;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.confirm_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.confirm_btns > div {
  padding: 0 16px;
  min-width: 250px;
  width: fit-content;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

/* auto detect tutorial dialog */
#autoDetectTutorialDialog .dialog_box_container {
  max-width: 920px;
  padding-bottom: 60px;
}

.auto_detect_tutorial {
  padding: 22px 60px 0 60px;
}

.auto_detect_tutorial_title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.detect_tutorial_item {
  box-sizing: border-box;
  padding: 30px 24px;
  margin-bottom: 36px;
  border-radius: 12px;
  background: #edfaf3;
}

.detect_tutorial_item:last-child {
  margin-bottom: 0;
}

.detect_tutorial_item_title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.detect_tutorial_item_desc {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.detect_tutorial_item_desc:last-child {
  margin-bottom: 0;
}

.detect_tutorial_item_desc span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(196deg, #47d576 11.11%, #38ac5e 89.24%);
  margin-top: 8px;
}

.detect_tutorial_item_desc p {
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.detect_tutorial_item_desc p a {
  color: #38ac5e;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

/* unlock unavailable Dialog */
#unlockUnavailableDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 880px;
  padding-bottom: 24px;
}

.unlock_unavailable_content {
  padding: 0 90px;
}

.unlock_unavailable_content > img {
  margin: 0 auto;
  max-width: 464px;
  width: 90%;
  display: block;
  margin-bottom: 30px;
}

.unlock_unavailable_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}

.unlock_unavailable_desc {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 70px;
}

.unlock_unavailable_desc span {
  color: #38ac5e;
}

.unlock_unavailable_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}

.unlock_unavailable_tips {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.unlock_unavailable_tips i {
  margin-top: 4px;
}

.unlock_unavailable_btn_cancel,
a.unlock_unavailable_btn_confirm {
  min-width: 250px;
  width: fit-content;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

/* device tips Dialog */
#deviceTipsDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 880px;
  padding-bottom: 60px;
}

.device_tips_content {
  padding: 0 70px;
}

.device_tips_content > img {
  margin: 0 auto;
  max-width: 464px;
  width: 90%;
  display: block;
  margin-bottom: 30px;
}

.device_tips_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}

.device_tips_desc {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 70px;
}

a.device_tips_btn {
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

/* auto detect failed dialog */
#autoDetectFailedDialog .dialog_box_container {
  background: linear-gradient(180deg, #fff 64.37%, #f0faf0 100%);
  max-width: 680px;
  padding-bottom: 60px;
}

.auto_detect_failed {
  padding: 0 100px;
}

.auto_detect_failed > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.auto_detect_failed_title {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
}

.auto_detect_failed_btn {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

@keyframes rotate {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(540deg);
  }
}

@media screen and (max-width: 1400px) {
  .unlock_loading_box,
  .unlock_failed_box {
    padding: 90px 120px;
  }

  .get_info_box {
    padding: 85px 120px;
  }
}

@media screen and (max-width: 1300px) {
  .users_comment_item {
    padding: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .unlock_loading_box,
  .unlock_failed_box {
    padding: 70px 90px;
  }

  .get_info_box {
    padding: 70px 90px;
  }

  .get_info_cont_img i {
    font-size: 90px;
    left: 36%;
  }

  .get_info_cont_img img,
  .unlock_loading_img img,
  .unlock_failed_img img {
    max-width: 340px;
  }
}

@media screen and (max-width: 980px) {
  .online_unlock_content {
    flex-direction: column;
    align-items: center;
  }

  .online_unlock_desc h2 {
    text-align: center;
  }

  .online_unlock_tool,
  .online_unlock_desc {
    width: 100%;
    max-width: none;
  }

  .steps_cont {
    flex-direction: column;
    align-items: center;
  }

  .users_comment {
    flex-direction: column;
    align-items: center;
  }

  .section3_cont {
    flex-direction: column;
    align-items: center;
  }

  .tutorial_get_step {
    flex-direction: column;
    gap: 40px;
  }

  .tutorial_get_step_item img {
    max-width: 340px;
  }

  .tutorial_get_step_item::after {
    display: none;
  }

  .get_info_box,
  .unlock_loading_box,
  .unlock_failed_box,
  .auto_detect_btns {
    flex-direction: column;
    align-items: center;
  }

  .unlock_loading_cont,
  .unlock_failed_cont {
    text-align: center;
  }

  .unlock_failed_cont > a {
    margin: 0 auto;
  }

  #tutorialTab .tabsComponent-nav {
    overflow: auto;
    gap: 20px;
    border-radius: 5px;
  }

  #tutorialTab .tabsComponent-btn {
    min-width: auto;
  }

  .tutorial_tip_mobile {
    display: block;
  }

  .tutorial_tip,
  .device_sn_cont_or,
  .auto_detect {
    display: none;
  }

  .users_comment_item {
    max-width: 680px;
  }
}

@media screen and (max-width: 750px) {
  .dft_pw {
    width: 96%;
  }

  a.sub_guode_btn,
  .sub_buy_btn,
  .header_nav_back {
    font-size: 14px;
  }

  .nav_left span {
    display: none;
  }

  .sub_buy_btn {
    min-width: 120px;
  }

  .nav_right,
  .header_nav_right {
    gap: 16px;
  }

  .h2_title {
    font-size: 23px;
  }

  .banner {
    padding-bottom: 50px;
  }

  .online_unlock_content {
    gap: 30px;
  }

  .online_unlock_tool h1 {
    font-size: 23px;
  }

  .online_unlock_tool .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .online_unlock_tool,
  .online_unlock_desc {
    padding: 20px 12px;
  }

  .drop_down_title input,
  .drop_down_title input::placeholder,
  .input_box input,
  .input_box input::placeholder {
    font-size: 12px;
  }

  .input_title span {
    font-size: 15px;
  }

  .drop_down_list_item span {
    font-size: 14px;
  }

  .device_sn_cont {
    margin-bottom: 44px;
  }

  .unlock_btn {
    margin-bottom: 16px;
  }

  .tips_content .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tips_content li em,
  .tips_content li p,
  .unlock_desc_list li {
    font-size: 13px;
  }

  .tips_content li {
    margin-bottom: 10px;
  }

  .online_unlock_desc h2 {
    font-size: 21px;
  }

  .section1 {
    padding-top: 50px;
  }

  .steps_cont {
    margin-top: 20px;
  }

  .steps_cont_item {
    padding: 20px;
  }

  .steps_cont_item_title h3 span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .steps_cont_item_title p {
    font-size: 13px;
  }

  .steps_cont_item_title h3 {
    font-size: 15px;
  }

  .steps_cont {
    gap: 20px;
  }

  .section2 {
    padding: 50px 0;
  }

  .user_comment_textm,
  .user_info span {
    font-size: 13px;
  }

  .section3 {
    padding: 50px 0;
  }

  .users_comment {
    margin-top: 20px;
    gap: 20px;
  }

  .section3_desc {
    margin-bottom: 30px;
  }

  .section3_cont {
    margin-bottom: 20px;
    gap: 20px;
  }

  .section3_item {
    width: 100%;
  }

  .section3_item_cont {
    padding: 18px 20px;
  }

  .section4 {
    padding: 50px 0 70px 0;
  }

  .faq_cont {
    margin-top: 20px;
  }

  .faq_item {
    padding: 16px 20px;
    margin-bottom: 18px;
  }

  .faq_q p {
    font-size: 15px;
  }

  .faq_a {
    font-size: 13px;
  }

  #tutorialTab .tabsComponent-nav {
    width: 100%;
  }

  #tutorialTab .tabsComponent-btn {
    padding: 0 20px;
    height: 40px;
    font-size: 20px;
  }

  .auto_detect_step_item {
    flex-direction: column;
  }

  .auto_detect_step_item_cont {
    width: 100%;
  }

  .auto_detect_step_item_cont .sub_title,
  .auto_detect_step_item_cont .title {
    text-align: center;
  }

  .tutorial_step_title,
  .auto_detect_step_title {
    font-size: 23px;
  }

  .auto_detect_step_list {
    margin-bottom: 50px;
  }

  .auto_detect_step_item {
    padding: 20px;
    gap: 20px;
  }

  .auto_detect_step_item_cont .title {
    font-size: 18px;
  }

  .auto_detect_step_item_cont .sub_title {
    font-size: 16px;
  }

  .auto_detect_step_item_cont .desc p,
  .auto_detect_step_item_cont .desc a {
    font-size: 14px;
  }

  .get_info_box,
  .unlock_loading_box,
  .unlock_failed_box {
    padding: 20px;
  }

  .get_info_cont_text,
  .unlock_loading_cont p,
  .unlock_successful_title,
  .unlock_failed_cont > p {
    font-size: 20px;
  }

  .unlock_loading_cont span,
  .unlock_successful_desc,
  .unlock_failed_cont > span,
  .tutorial_get_step_label,
  .unlock_failed_cont > a span {
    font-size: 14px;
  }

  .get_info_cont_img,
  .unlock_loading_img,
  .unlock_failed_img,
  .tutorial_get_step_item img {
    width: 60%;
  }

  .unlock_failed_cont > a {
    height: 40px;
  }

  .tutorial_step_title {
    width: 90%;
  }

  .tutorial_get_step_label {
    max-width: 340px;
  }

  .tutorial_get_step {
    margin-top: 20px;
    gap: 30px;
  }

  .tutorial_get_step_item {
    gap: 16px;
  }

  .tutorial_btn {
    margin-top: 40px;
  }

  .device_tips_content,
  .unlock_unavailable_content,
  .confirm_content,
  .buy_astrict_content,
  .auto_detect_failed,
  .unsupported_content,
  .auto_detect_tutorial,
  .buy_accomplish {
    padding: 0 16px;
  }

  #deviceTipsDialog .dialog_box_container,
  #unlockUnavailableDialog .dialog_box_container,
  #confirmDialog .dialog_box_container,
  #buyAstrictDialog .dialog_box_container,
  #autoDetectFailedDialog .dialog_box_container,
  #autoDetectTutorialDialog .dialog_box_container {
    padding-bottom: 40px;
  }

  .device_tips_content > img,
  .unlock_unavailable_content > img,
  .buy_astrict_content > img {
    margin-bottom: 20px;
  }

  .device_tips_title,
  .unlock_unavailable_title,
  .confirm_title,
  .astrict_title,
  .unsupported_content .title,
  .unsupported_content .title a,
  .pricing_box .title,
  .pricing_box .title span,
  .auto_detect_tutorial_title {
    font-size: 20px;
  }

  .device_tips_title,
  .unlock_unavailable_title,
  .astrict_title,
  .pricing_box .title {
    margin-bottom: 10px;
  }

  .device_tips_desc,
  .unlock_unavailable_desc,
  .confirm_desc,
  .astrict_desc,
  .auto_detect_failed_title {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .unlock_unavailable_btns,
  .confirm_btns,
  .astrict_btns {
    flex-direction: column;
  }

  .unlock_unavailable_btn_cancel,
  a.unlock_unavailable_btn_confirm,
  .confirm_btns > div,
  .astrict_btns > div {
    width: 100%;
  }

  .sn_box_text {
    font-size: 20px;
  }

  .sn_box {
    margin-bottom: 30px;
    padding: 14px 30px;
  }

  .sn_box_label {
    font-size: 13px;
  }

  .unsupported_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .tip_box {
    flex-direction: column;
    margin-bottom: 0;
  }

  .tip_box .line {
    display: none;
  }

  .pricing_item {
    width: 100%;
    padding: 30px 16px;
    border-radius: 35px;
  }

  .pricing_item .label {
    font-size: 18px;
  }

  .pricing_item .price_num {
    font-size: 30px;
  }

  .pricing_item .price_tip,
  .pricing_item ul li span {
    font-size: 13px;
  }

  .auto_detect_tutorial_title {
    margin-bottom: 20px;
  }

  .detect_tutorial_item {
    margin-bottom: 20px;
    padding: 20px 14px;
  }

  .detect_tutorial_item_title {
    font-size: 18px;
  }

  .detect_tutorial_item_desc p,
  .detect_tutorial_item_desc p a {
    font-size: 14px;
  }

  .detect_tutorial_item_desc {
    margin-bottom: 8px;
  }

  .tutorial_step_img {
    height: 300px;
  }

  .tutorial_step_item.item3 .tutorial_step_img img {
    width: auto;
    height: 100%;
  }

  .buy_accomplish {
    text-align: center;
  }

  .buy_accomplish > img {
    margin: 0 auto;
    display: block;
  }

  .accomplish_btn {
    margin: 0 auto;
  }
}
