.model1 {
  overflow: hidden;
  position: relative;
}

.m1-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 426px;
  z-index: 1;
  margin-left: -960px;
}

.m1-content {
  position: relative;
  z-index: 2;
  padding-top: 145px;
}

.m1-title {
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}

.m1-sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  text-align: center;
  margin-bottom: 32px;
}

.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: 30px;
}

.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;
}

.m1-price-table {
  width: 100%;
  height: 267px;
  background: #F2F9FF;
  border-radius: 16px;
  margin-top: 30px;
  padding-top: 24px;
}

.m1-price-table_head {
  width: 1156px;
  height: 64px;
  background: #fff;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  margin-bottom: 14px;
  padding-left: 52px;
}

.m1-price-table_head_item {
  flex: 1;
  text-align: center;
}

.m1-price-table_cell {
  width: 1156px;
  height: 72px;
  background: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  padding-left: 52px;
}

.m1-price-table_cell_item {
  flex: 1;
  text-align: center;
}

.tips-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.table-cell-1 {
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #E2F2FF;
}

.table-cell-2 {
  border-radius: 0px 0px 12px 12px;
}

.m1-price-table_cell_item:first-child,
.m1-price-table_head_item:first-child {
  text-align: left;
}

.m1-price-table-cell_tips {
  position: relative;
  cursor: pointer;
}

.m1-price-table-cell_tips:hover .m1-price-table-cell_tips_text {
  opacity: 1;
}

.m1-price-table-cell_tips_text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
width: 490px;
  height: 33px;
  background: #fff;
  box-shadow: 0px 6px 12px 1px rgba(102, 102, 102, 0.09);
  border-radius: 4px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #FF5330;
  text-align: center;
}

.m1-price-table-cell_tips_text::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px;
  border-color: #fff transparent transparent transparent;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 6px 12px 1px rgba(102, 102, 102, 0.09);
}

.m1-price-box {
  display: flex;
  width: 100%;
  height: 423px;
  background: #fff;
  box-shadow: 0px 6px 16px 1px rgba(32, 150, 253, 0.1);
  border-radius: 16px;
  margin-top: 56px;
  padding: 36px 0;
}

.m1-price-left {
  padding-left: 78px;
  width: 679px;
}

.m1-price-right {
  padding: 0 68px;
  flex: 1;
  width: 1px;
}

.m1-price-line {
  width: 2px;
  height: 354px;
  background: url('/new/images/pricing/price-line.png') no-repeat center center;
}

.m1-price-left>h4 {
  font-weight: 400;
  font-size: 32px;
  color: #222222;
  line-height: 45px;
  margin-bottom: 51px;
}

.m1-price-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 50px;
}

.m1-price-item_label {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  margin-right: 26px;
}

.m1-price-item_time {
  width: 160px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 50px;
  text-align: center;
}

.m1-price-item_select {
  display: flex;
  align-items: center;
  gap: 27px;
}

.m1-price-item_option {
  width: 160px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #F3F3F3;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.m1-price-item_option.active {
  border: 2px solid #2067FD;
  color: #2067FD;
  font-weight: 600;
}

.m1-price-item_count {
  display: flex;
  align-items: center;
  gap: 17px;
}

.count-unit {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 50px;
}

.m1-price-item_count_input {
  width: 160px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #F3F3F3;
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.count-sub,
.count-add {
  cursor: pointer;
}

.count-input {
  flex: 1;
  width: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 46px;
  text-align: center;
}

.m1-price-right>h4 {
  font-weight: 400;
  font-size: 26px;
  color: #222222;
  line-height: 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 6px;
  margin-bottom: 38px;
}

.m1-price-view {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#m1-price-view_count {
  font-weight: bold;
  font-size: 44px;
  color: #222222;
  line-height: 62px;
}

.m1-price-view_unit {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 46px;
}

.m1-price-view_free {
  display: none;
  position: relative;
  cursor: pointer;
  transform: translate(5px, -12px);
}

.m1-price-view_free:hover .m1-price-view_free_text {
  display: block;
}

.m1-price-view_free_text {
  display: none;
  width: 182px;
  height: 33px;
  background: #FFFEFB;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E6DBCA;
  font-weight: 400;
  font-size: 14px;
  color: #C98C46;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.m1-price-view_free_text::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 4px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.m1-price-view_free_text::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px;
  border-color: #E6DBCA transparent transparent transparent;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.m1-r-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
}

.m1-r-item_label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 9px;
}

.txt-center {
  text-align: center;
}

.m1-r-item_value {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
}

.m1-r-btn {
  width: 100%;
  height: 58px;
  background: linear-gradient(272deg, #1058EF 0%, #1369FF 100%);
  box-shadow: 0px 12px 24px 1px rgba(17, 87, 233, 0.24);
  border-radius: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  margin-top: 32px;
  transition: all 0.2s ease-in-out;
}

.m1-r-btn:hover {
  background: linear-gradient(272deg, #1058EF 0%, #1058EF 100%);
}

.m1-r-tips {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 20px 0 0 6px;
}

.model2 {
  margin-top: 76px;
}

.m2-title {
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 50px;
  text-align: center;
  margin-bottom: 37px;
}

.m2-item {
  width: 100%;
  background: #F2F9FF;
  border-radius: 8px 8px 8px 8px;
  padding: 26px 16px 18px;
  margin-bottom: 20px;
}

.m2-item>h4 {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 33px;
  padding-left: 43px;
  margin-bottom: 16px;
}

.m2-cell {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 40px 24px 43px;
}

.m2-cell:not(:last-child) {
  margin-bottom: 8px;
}

.m2-cell>p:nth-child(2) {
  width: 172px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  padding: 0 12px;
}

.m2-cell>p:nth-child(3) {
  flex: 1;
  width: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}

.model3 {
  padding-top: 80px;
  padding-bottom: 78px;
}

.m3-title {
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 50px;
  text-align: center;
  margin-bottom: 26px;
}

.m3-item {
  width: 100%;
  background: #F8F8F8;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 16px 20px;
  margin-bottom: 20px;
}

.m3-q {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 25px;
  padding-left: 26px;
}

.m3-a {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 27px 24px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.m3-a>span {
  flex: 1;
  width: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}