.cell_1_t {
  padding-top: 129px;
}

.cell_1_t_p1 {
  font-weight: bold;
  font-size: 36px;
  color: #262626;
  line-height: 48px;
  text-align: center;
}

.cell_1_t_p2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell_1_t_p2>span {
  font-weight: bold;
  font-size: 36px;
  color: #262626;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(180deg, #3CAAFF 0%, #2D6CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cell_1_t_p3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.cell_1_t_p3>p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #262626;
  line-height: 16px;
}

.cell_1_list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.cell_1_item {
  width: 414px;
  height: 542px;
  position: relative;
}

.cell_1_item_tips {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding-left: 26px;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 30px;
}

.cell_1_item_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_1_item_content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 106px;
}

.cell_1_item_p1 {
  font-size: 14px;
  line-height: 16px;
  padding-left: 38px;
  margin-bottom: 58px;
}

.cell_1_item_p2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 17px;
  padding: 0 30px;
}

.cell_1_item_p3_1 {
  width: 353px;
  height: 34px;
  background: url('/images/price/ract_bg1.png') no-repeat center center;
  background-size: 100% 100%;
  padding-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #2D6CFF;
  line-height: 34px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tips-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.cell_1_item_p3_2 {
  width: 353px;
  height: 34px;
  background: url('/images/price/ract_bg2.png') no-repeat center center;
  background-size: 100% 100%;
  padding-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #F79335;
  line-height: 34px;
  margin: 40px auto 0;
}

.cell_1_item_p3_3 {
  width: 353px;
  height: 34px;
  background: url('/images/price/ract_bg3.png') no-repeat center center;
  background-size: 100% 100%;
  padding-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #4813D0;
  line-height: 34px;
  margin: 40px auto 0;
}

.cell_1_item_p4 {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 0 30px;
}

.cell_1_item_p4>i {
  margin-left: -12px;
  font-size: 40px;
  line-height: 42px;
}

.cell_1_item_p4>span {
  font-size: 14px;
  line-height: 28px;
}

.cell_1_item_p4_3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  padding: 10px 0 0 30px;
}

.cell_1_btn1 {
  margin: 20px auto 0;
  width: 353px;
  height: 44px;
  background: linear-gradient(270deg, #3CAAFF 0%, #2D6CFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.2s linear;
  border-radius: 22px;
}

.cell_1_btn1:hover {
  background: linear-gradient(270deg, #3CEDFF 0%, #2D57FF 100%);
}

.cell_1_btn2 {
  margin: 20px auto 0;
  width: 353px;
  height: 44px;
  background: linear-gradient(90deg, #F7A22F 0%, #F8D92D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.2s linear;
  border-radius: 22px;
}

.cell_1_btn2:hover {
  background: linear-gradient(90deg, #F78C2F 0%, #F8F52D 100%);
}

.cell_1_btn3 {
  margin: 20px auto 0;
  width: 353px;
  height: 44px;
  background: linear-gradient(90deg, #160063 0%, #5D088E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.2s linear;
  border-radius: 22px;
}

.cell_1_btn3:hover {
  background: linear-gradient(90deg, #240063 0%, #76088E 100%);
}

.cell_1_bottom {
  width: 100%;
  height: 48px;
  background: linear-gradient(162deg, #F1F9FF 0%, #FFFFFF 100%);
  border-radius: 8px;
  border: 1px solid #F3F4F5;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-top: 20px;
}

.cell_1_bottom_span {
  width: 60px;
  height: 20px;
  background: linear-gradient(270deg, #3CAAFF 0%, #2D6CFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  margin-right: 8px;
  border-radius: 4px;
}

.cell_1_bottom_p1 {
  font-size: 13px;
  color: #006CFF;
  line-height: 14px;
  cursor: pointer;
  margin-right: 10px;
}

.cell_1_bottom_p1:hover {
  text-decoration: underline;
}

.cell_1_bottom_p2 {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #9C9D9F;
  line-height: 14px;
}

.cell_1_bottom_p2>span {
  color: #006CFF;
  margin: 0 2px;
}

.cell_2 {
  margin-top: 20px;
  border: 1px solid #F3F4F5;
  border-radius: 8px;
  overflow: hidden;
}

.cell_2_head {
  border-bottom: 1px solid #F3F4F5;
  width: 100%;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.cell_2_tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cell_2_tab {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #595959;
  line-height: 16px;
  cursor: pointer;
}

.cell_2_tab_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: url('/images/price/css_sprites.png') -64px -56px;
}

.cell_2_tab_line {
  width: 1px;
  height: 10px;
  border: 1px solid #E4E4EA;
}

.cell_2_tab:hover {
  color: #101317;
}

.cell_2_tab.active {
  color: #101317;
}

.cell_2_tab.active .cell_2_tab_icon {
  background: url('/images/price/css_sprites.png') -48px -56px;
}

.cell_2_tab.active .cell_2_tab_icon::after {
  content: '';
  width: 10px;
  height: 7px;
  background: url('/images/price/css_sprites.png') -46px -44px;
}

.cell_2_head_des {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cell_2_head_des>p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #595959;
  line-height: 16px;
}

.cell_2_table_head {
  display: flex;
}

.table_head-1 {
  width: 25%;
  border-bottom: 1px solid #F3F4F5;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  padding: 30px 40px;
}

.table_head-1:not(:first-child) p {
  text-align: center;
}

.table_head-1>p:nth-child(2) {
  font-size: 14px;
  color: #595959;
  line-height: 16px;
  margin-top: 10px;
}

.table_head-1:not(:last-child) {
  border-right: 1px solid #F3F4F5;
}

.cell_2_table_item_t {
  height: 56px;
  background: #F8F9FA;
  border-bottom: 1px solid #F3F4F5;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.cell_2_table_item_t>p {
  width: 120px;
  height: 24px;
  background: #EEF4FF;
  border: 1px solid #1061FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  color: #075BFF;
  line-height: 16px;
  margin-left: 14px;
}

.cell_2_table_item.open .cell_2_table_item_t>span>i {
  transform: rotate(0deg);
}

.cell_2_table_item_t>span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #101317;
  line-height: 24px;
  gap: 10px;
  cursor: pointer;
}

.cell_2_table_item_t>span>i {
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 0.2s linear;
}

.cell_2_table_item.open .cell_2_table_item_c {
  height: auto;
}

.cell_2_table_item_c {
  display: flex;
  align-items: center;
  height: 0;
  overflow: hidden;
}

.cell_2_table_item_c>li {
  width: 25%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F3F4F5;
}

.cell_2_table_item_c>li:first-child {
  justify-content: flex-start;
  padding-left: 40px;
  font-size: 14px;
  color: #595959;
  line-height: 16px;
}

.cell_2_table_item_c>li:not(:last-child) {
  border-right: 1px solid #F3F4F5;
}

.cell_3 {
  margin-top: 60px;
  height: 576px;
}

.cell_3_container {
  padding-top: 80px;
}

.cell_3_title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 34px;
}

.cell_3_title>span {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
}

.cell_3_table {
  position: relative;
  width: 1280px;
  height: 344px;
  margin: 40px auto 0;
}

.cell_3_table_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cell_3_table_content {
  position: relative;
  z-index: 2;
  display: flex;
  padding-top: 30px;
}

.cell_3_table_col {
  display: flex;
  flex-direction: column;
}

.cell_3_table_col.col_1 {
  width: 316px;
  padding-left: 50px;
}

.cell_3_table_col.col_2 {
  width: 792px;
}

.cell_3_table_col.col_3 {
  flex: 1;
  width: 1px;
}

.cell_3_table_col>li:first-child {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 41px;
}

.cell_3_table_col>li:nth-child(2n) {
  font-size: 14px;
  color: #101317;
  line-height: 22px;
  margin-bottom: 42px;
}

.cell_3_table_col>li:nth-child(2n+3) {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 42px;
}

.cell_4 {
  padding-top: 80px;
  padding-bottom: 128px;
}

.cell_4_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 32px;
  color: #202124;
  line-height: 34px;
}

.cell_4_title_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 44px;
  background: #2E72FF;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
  border-radius: 22px;
}

.cell_4_title_btn:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}

.cell_4_list {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cell_4_item {
  width: 630px;
  height: 196px;
  background: #fff;
  box-shadow: 0px 12px 20px 0px rgba(186, 185, 208, 0.11);
  border: 1px solid #EDEFF2;
  border-radius: 8px;
  padding: 40px 30px;
}

.cell_4_item_q {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #101317;
  line-height: 20px;
  padding-left: 14px;
  margin-bottom: 30px;
}

.cell_4_item_q::after {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #2E72FF;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.cell_4_item_a {
  font-size: 13px;
  color: #595959;
  line-height: 22px;
}

.cell_4_bottom {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.cell_4_bottom>li {
  width: 630px;
  height: 395px;
  background: #FFFFFF;
  border: 1px solid #EDEFF2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.cell_4_bottom>li:hover {
  background: linear-gradient(180deg, #EDF9FF 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0px 24px 40px 0px rgba(186, 185, 208, 0.11);
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(46, 115, 255, 1), rgba(90, 177, 255, 1)) 2 2;
}

.cell_4_bottom>li>img {
  margin-bottom: 40px;
}

.cell_4_bottom>li>p {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 34px;
}

.cell_4_bottom_btn {
  width: 154px;
  height: 44px;
  background: #2E72FF;
  border-radius: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell_4_bottom_btn:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}