@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-价格页
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.11.29
--less  文件已经过编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
/*--------------- 顶部加个Banner 无切换 price_banner START ---------------- */
.price_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  background: #F3F5F8 url("../images/banner_price_bg.jpg") no-repeat center center;
  overflow: hidden;
}
.price_banner .con {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.price_banner .text_w {
  text-align: center;
  padding-bottom: 1.6rem;
}
.price_banner .text_w .h1_w {
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.16rem;
}
.price_banner .text_w .p_w {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_muted);
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
#main {
  position: relative;
  min-height: 800px;
}
/*---------------  版本&套餐·卡片 price_card  START ---------------- */
#price_card {
  position: relative;
  z-index: 1;
  margin-top: -3.2rem;
  padding-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #181818;
}
#price_card .title {
  min-height: 1rem;
  padding: 0.24rem 0.16rem;
  text-align: center;
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_white);
  -webkit-border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
  -moz-border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
  border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
}
#price_card .title b {
  font-size: 24px;
}
#price_card .title p {
  padding-top: 0.08rem;
}
#price_card .desc_w {
  min-height: 2rem;
  text-align: center;
  font-family: "num", Helvetica, arial, sans-serif;
  border-radius: 0.16rem;
  padding-bottom: 24px;
}
#price_card .desc_w .info {
  min-height: 1rem;
  padding-top: 32px;
  padding-bottom: 16px;
}
#price_card .desc_w .tips {
  min-height: 48px;
  max-width: 90%;
  margin: 0 auto;
  color: var(--color_muted);
  line-height: 1.4;
}
#price_card .desc_w .num {
  display: inline-block;
  position: relative;
  font-family: "num", Helvetica, arial, sans-serif;
}
#price_card .desc_w .num span {
  font-size: 18px;
}
#price_card .desc_w .num b {
  font-size: 40px;
  font-weight: bold;
}
#price_card .desc_w .num em {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#price_card .desc_w .num font {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#price_card .desc_w .num i {
  font-size: 18px;
}
#price_card .desc_w .num p {
  font-size: 16px;
}
#price_card .price_item {
  position: relative;
  flex: 1 1 18%;
  margin-right: 1%;
  margin-bottom: 2%;
  background-color: var(--color_white);
  border-radius: 0.16rem;
  box-shadow: 0rem 0.16rem 0.88rem rgba(0, 0, 0, 0.06);
}
#price_card .price_item .title,
#price_card .price_item .btn_sm_default_primary {
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
#price_card .price_max {
  margin-right: 1.5%;
}
#price_card .price_item .price_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  border-radius: 0.16rem 0.02rem 0.16rem 0.02rem;
}
#price_card .product_item {
  position: relative;
}
#price_card .product_item .title {
  position: relative;
  min-height: 1rem;
  padding: 0.24rem 0.16rem;
  text-align: center;
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_white);
  box-shadow: rgba(92, 184, 238, 0.16) 0rem 0.16rem 0.32rem;
  background: linear-gradient(#25a1de 0%, #70c8f5 100%);
  -webkit-border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
  -moz-border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
  border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
}
#price_card .product_item .num em {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
#price_card .product_item .product_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  padding: 0.08rem 0.12rem 0.08rem 0.12rem;
  border-radius: 0.16rem 0.02rem 0.16rem 0.02rem;
}
@media screen and (max-width: 992px) {
  #price_card .price_item {
    flex: 0 1 100%;
    width: 100%;
    margin: 0.32rem auto 0.32rem auto;
    background-color: var(--color_white);
    border-radius: 0.16rem;
    box-shadow: 0rem 0.16rem 0.88rem rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 992px) {
  #price_card .price_pro title {
    margin-top: 0;
  }
}
#price_card .serve_tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 16px;
  padding: 0 0.24rem 0.24rem 0.24rem;
  display: none;
}
#price_card .serve_tt .btn_readmore {
  margin: 0.08rem auto;
}
#price_card .serve_tt .des_w {
  font-size: 12px;
  margin: 0.08rem 0;
}
#price_card .serve_tt .des_w span {
  padding: 0 0.04rem;
}
@media (min-width: 970px) {
  #price_card .serve_tt {
    display: none !important;
  }
}
@media (max-width: 970px) {
  #price_card .serve_tt {
    display: block !important;
  }
}
#price_card .serve_w {
  padding: 0 0.24rem 0.24rem 0.24rem;
}
@media (min-width: 970px) {
  #price_card .serve_w {
    display: none !important;
  }
}
#price_card .btn_w {
  padding: 40px 0 24px 0;
  text-align: center;
}
#price_card .tips_hot {
  padding: 0 0.24rem 16px 0.24rem;
}
#price_card .more {
  cursor: pointer;
}
#price_card .more .h_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 16px;
  padding-top: 0.16rem;
  padding-bottom: 0.08rem;
}
#price_card .more .h_w.active,
#price_card .more .h_w:hover {
  color: #52C018;
}
#price_card .more .h_w.active .icon_bottom {
  transform: rotate(180deg);
}
#price_card .more .h_w .icon_w {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
}
#price_card .more .h_w b {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
#price_card .more .h_w.active b {
  font-weight: bold;
}
#price_card .more .titie_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
#price_card .more .titie_w.active,
#price_card .more .titie_w:hover {
  color: #52C018;
}
#price_card .more .titie_w.active .icon_bottom {
  transform: rotate(180deg);
}
#price_card .more .titie_w b {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
}
#price_card .more .titie_w.active b {
  font-weight: bold;
}
#price_card .more .ul_w {
  padding: 0.16rem;
  background-color: #F8F9FB;
}
#price_card .more .ul_w .icon_w {
  font-size: 16px;
  width: 32px;
  text-align: center;
  transition: all 0.3s;
}
#price_card .more .icon_sub_new {
  font-size: 18px;
  color: #52C018;
}
#price_card .more .icon_sub_hot {
  font-size: 18px;
  color: #F2882C;
}
#price_card li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  padding: 0.16rem 0;
}
#price_card li .tips_w {
  width: 100%;
}
#price_card li .tips_w .tips {
  margin-left: 4px;
  padding: 2px 4px;
  color: var(--color_primary);
  background-color: #EBF3F0;
}
#price_card li .tips_w .desc_w {
  font-size: 12px;
  color: var(--color_muted);
}
#price_card li .icon_tips {
  visibility: hidden;
}
#price_card li .icon_w {
  font-size: 16px;
  width: 32px;
  text-align: center;
  transition: all 0.3s;
}
#price_card .false {
  color: var(--color_primary);
  opacity: 0.8;
}
#price_card .header_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 16px;
  padding-top: 0.16rem;
  padding-bottom: 0.08rem;
}
#price_card .header_w.active,
#price_card .header_w:hover {
  color: #52C018;
}
#price_card .header_w.active .icon_bottom {
  transform: rotate(180deg);
}
#price_card .header_w .icon_w {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
}
#price_card .header_w .des_w {
  font-size: 14px;
  margin: 0.08rem 0;
  color: var(--color_muted);
}
#price_card .header_w .des_w span {
  padding: 0 0.04rem;
}
#price_card .header_w b {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
#price_card .header_w.active b {
  font-weight: bold;
}
#price_card .price_pro .title,
#price_card .price_pro .btn_sm_default_primary {
  background: linear-gradient(#eb741a 0%, #feac4e 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(253, 149, 74, 0.16);
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
#price_card .price_max .title,
#price_card .price_max .btn_sm_default_primary {
  background: linear-gradient(#6d84f9 0%, #8ba0fa 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(101, 96, 238, 0.16);
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
#price_card .price_pro .title,
#price_card .price_pro .btn_sm_default_primary {
  background: linear-gradient(#eb741a 0%, #feac4e 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(253, 149, 74, 0.16);
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
#price_card .product_hyx .title,
#price_card .product_hyx .btn_sm_default_primary {
  background: linear-gradient(#25a1de 0%, #70c8f5 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(92, 184, 238, 0.16);
}
#price_card .product_yqc .title,
#price_card .product_yqc .btn_sm_default_primary {
  background: linear-gradient(#25a1de 0%, #70c8f5 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(92, 184, 238, 0.16);
}
.price_tips {
  font-size: 12px;
  line-height: 1.4;
  color: var(--color_muted);
  padding-top: 0.24rem;
  padding-bottom: 0.64rem;
  text-align: left;
}
.price_tips .btn {
  color: #52C018;
}
.price_tips .btn:hover {
  opacity: 0.95;
}
/*---------------  版本&套餐·卡片 price_card  END ---------------- */
/*---------------  增置服务(已移除) increment_w  START ---------------- */
.increment_w {
  padding-top: 1.6rem;
  padding-bottom: 0.64rem;
}
.increment_w .tt_w {
  padding-bottom: 0.64rem;
}
.increment_w .tt_w .h2_w {
  text-align: center;
  font-size: 0.48rem;
  font-weight: normal;
  padding-bottom: 0.16rem;
}
.increment_w .tt_w .p_w {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_muted);
}
.increment_w .service_w {
  margin-bottom: 0.64rem;
  width: 100%;
  background-color: #F8F9FB;
  border-radius: 0.08rem;
  overflow: hidden;
}
.increment_w .service_w .tt_h4 {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: left;
  font-weight: bold;
  font-size: 0.24rem;
  padding-left: 0.4rem;
  background-color: #E0E7EC;
  background-size: cover;
}
.increment_w .service_w .tt_h6 {
  min-width: 2.4rem;
  font-size: 16px;
  font-weight: normal;
  padding-left: 0.4rem;
}
.increment_w .service_w tr td:nth-child(2) {
  max-width: 4rem;
}
.increment_w .service_w tr td:nth-child(3) {
  width: auto;
  padding: 16px;
  line-height: 1.6;
}
.increment_w .service_w tr {
  height: 0.64rem;
}
.increment_w .service_w tr:nth-child(2n+1) {
  background-color: #ECF0F3;
}
.increment_w .price_w {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 18px;
  color: var(--color_primary);
}
.increment_w .info_w {
  font-size: 12px;
  color: var(--color_muted);
}
.increment_w .deatil_w {
  padding: 8px 0;
}
/*---------------  增置服务 increment_w  END ---------------- */
/*---------------  套餐对比 contrast_w  START ---------------- */
.contrast_w {
  padding-top: 0.64rem;
  padding-bottom: 0.24rem;
}
.contrast_w .tt_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 0 0.32rem 0;
}
.contrast_w .tt_w small {
  font-size: 16px;
  font-weight: normal;
  color: var(--color_muted);
}
.contrast_w .tt_w .h2_w {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0.16rem;
}
.contrast_w .tt_w .p_w {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_muted);
}
.contrast_w .des_w {
  font-size: 14px;
  margin: 0.08rem 0;
  color: var(--color_muted);
}
.contrast_w .des_w span {
  padding: 0 0 0 0.16rem;
}
.contrast_w .icon_true {
  color: #52C018;
}
.contrast_w .icon_false {
  color: #F1676F;
}
.contrast_w .icon_pay {
  color: #2F85F9;
}
.contrast_w .table_w {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contrast_w .table_tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  text-align: center;
  color: #FFF;
}
.contrast_w .table_tt .contrast_item {
  flex: 1;
  padding: 16px 0.32rem;
  border-right: 2px solid rgba(255, 255, 255, 0.64);
}
.contrast_w .table_tt .title {
  margin: 16px auto 4px auto;
}
.contrast_w .table_tt .info {
  min-height: 0.32rem;
  padding-top: 16px;
  padding-bottom: 4px;
}
.contrast_w .table_tt .info {
  min-height: 0.32rem;
  padding-top: 16px;
  padding-bottom: 4px;
}
.contrast_w .table_tt strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 16px auto 4px auto;
  text-align: center;
}
.contrast_w .table_tt .num span {
  font-size: 18px;
}
.contrast_w .table_tt .num b {
  font-size: 18px;
  font-weight: bold;
}
.contrast_w .table_tt .num em {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.contrast_w .table_tt .num font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.contrast_w .table_tt .num .plus_font {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.contrast_w .table_tt b {
  font-size: 18px;
}
.contrast_w .table_tt .title p {
  display: none;
}
.contrast_w .fixedhead {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contrast_w .b1_w .row_w {
  display: flex;
  border-top: 1px solid #E0E7EC;
  border-left: 1px solid #E0E7EC;
  margin: -1px 0 0 0;
}
.contrast_w .b1_w .row_w:last-child {
  border-bottom: 1px solid #E0E7EC;
}
.contrast_w .b1_w .cell_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  flex: 1;
  min-height: 0.32rem;
  padding: 10px;
  border-right: 1px solid #E0E7EC;
  font-size: 14px;
}
.contrast_w .b1_w .cell_w p {
  text-align: center;
  margin: auto;
}
.contrast_w .b2_tt {
  display: none;
  width: 100%;
  padding: 16px 8px 8px 8px;
  cursor: pointer;
}
.contrast_w .b3_tt {
  width: 100%;
  padding: 24px 8px 8px 8px;
  cursor: pointer;
}
.contrast_w .t3 {
  font-size: 14px;
}
.contrast_w .title_w .icon_tips {
  cursor: pointer;
}
.contrast_w .item_w {
  text-align: left;
}
.contrast_w .desc_w {
  margin: auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 40px;
  font-size: 14px;
  padding: 16px;
  border: 1px solid #ECF0F3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  box-shadow: 0rem 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
}
.contrast_w .desc_w:after {
  content: '';
  width: 15px;
  position: absolute;
  z-index: 3;
  transform: rotate(-45deg);
  top: -7px;
  left: 24%;
  height: 15px;
  background-color: #FFF;
  border-top: 1px solid #ECF0F3;
  border-right: 1px solid #ECF0F3;
}
.contrast_w .contrast_other,
.contrast_w .contrast_other .btn_sm_default_primary {
  text-align: center;
  color: var(--color_dark);
  background-color: #ECF0F3;
  background: #ECF0F3 url("../images/contrast_head_item_bg_x.png") no-repeat center center;
  background-size: cover;
}
.contrast_w .contrast_free,
.contrast_w .contrast_free .btn_sm_default_primary {
  background: linear-gradient(#09b616 0%, #69e238 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(82, 238, 105, 0.16);
}
.contrast_w .contrast_min,
.contrast_w .contrast_min .btn_sm_default_primary {
  background: linear-gradient(#25a1de 0%, #70c8f5 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(92, 184, 238, 0.16);
}
.contrast_w .contrast_pro,
.contrast_w .contrast_pro .btn_sm_default_primary {
  background: linear-gradient(#eb741a 0%, #feac4e 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(253, 149, 74, 0.16);
}
.contrast_w .contrast_max,
.contrast_w .contrast_max .btn_sm_default_primary {
  background: linear-gradient(#6d84f9 0%, #8ba0fa 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(101, 96, 238, 0.16);
}
.contrast_w .contrast_plus,
.contrast_w .contrast_plus .btn_sm_default_primary {
  background: linear-gradient(#888ff7 0%, #b9aef7 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(127, 133, 239, 0.16);
}
.contrast_w .contrast_pro,
.contrast_w .contrast_pro .btn_sm_default_primary {
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
.contrast_w .contrast_max,
.contrast_w .contrast_max .btn_sm_default_primary {
  background-color: var(--color_primary);
  background: linear-gradient(#54bf1b 0%, #74CE58 100%);
  box-shadow: 0px 16px 32px rgba(64, 214, 56, 0.16);
}
@media screen and (max-width: 992px) {
  .contrast_w {
    display: none;
  }
}
.contrast_tips {
  font-size: 12px;
  line-height: 1.8;
  color: var(--color_muted);
  padding-top: 0.24rem;
  padding-bottom: 0.64rem;
  text-align: left;
}
.contrast_tips .btn {
  color: #52C018;
}
.contrast_tips .btn:hover {
  opacity: 0.95;
}
/*---------------  套餐对比 contrast_w  END ---------------- */
/*---------------  成本估算 cost_w  START ---------------- */
.cost_w {
  padding-top: 1.6rem;
  padding-bottom: 0.32rem;
}
.cost_w .icon_w {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.08rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.cost_w .icon_loading {
  background: url("../images/loading.svg") no-repeat center center;
  background-size: contain;
}
.cost_w .icon_true {
  font-size: 0.36rem;
}
.cost_w .tt_w {
  padding-bottom: 0.32rem;
  text-align: center;
  margin: 0 auto;
}
.cost_w .tt_w .h2_w {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.16rem;
  margin: 0 auto;
}
.cost_w .tt_w .p_w {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_muted);
}
.cost_w .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cost_w .cost_box {
  flex: 0 0 50%;
  padding: 0.64rem;
  min-height: 4rem;
}
@media screen and (max-width: 1200px) {
  .cost_w .cost_box {
    flex: 0 0 100%;
    padding: 0.64rem;
    min-height: 4rem;
  }
}
.cost_w .cost_l {
  border-radius: 0.24rem 0 0 0.24rem;
  background-color: #F8F9FB;
}
.cost_w .cost_l .item_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.cost_w .cost_l .item_w b {
  flex: 0 0 20;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.cost_w .cost_l .item_w .box_w {
  flex: 0 0 80%;
}
.cost_w .cost_l .item_w .box_a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0;
  background-color: #ECF0F3;
  border-radius: 0.32rem;
  overflow: hidden;
}
.cost_w .cost_l .item_w a {
  flex: 0 0 33.33%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #ECF0F3;
  border-radius: 56px;
}
.cost_w .cost_l .item_w a.active {
  color: var(--color_white);
  background-color: #52C018;
}
.cost_w .cost_l .item_w input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: var(--color_muted);
  padding-left: 0.32rem;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  border: 2px solid #94A2AB;
  border-radius: 56px;
}
.cost_w .cost_l .item_w .tips_info {
  display: none;
}
.cost_w .cost_l .btn_cost {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.32rem auto;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #52C018;
  border-radius: 56px;
  transition: all 0.3s;
}
.cost_w .cost_l .btn_cost:hover {
  opacity: 0.95;
}
@media screen and (max-width: 1200px) {
  .cost_w .cost_l {
    padding: 0.24rem;
    border-radius: 0.24rem 0.24rem 0 0;
  }
  .cost_w .cost_r {
    padding: 0.24rem;
  }
}
.cost_w .cost_r {
  position: relative;
  border-radius: 0 0.24rem 0.24rem 0;
  background-color: #ECF0F3;
  background: #ECF0F3 url("../fonts/cost_bg.svg") no-repeat right bottom;
  overflow: hidden;
}
.cost_w .cost_r h6 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.cost_w .cost_r .list_con {
  width: 100%;
  margin-bottom: 0.16rem;
}
.cost_w .cost_r .list_con tr {
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #F8F9FB;
}
.cost_w .cost_r .list_con tr:nth-child(2n+1) {
  background-color: #E0E7EC;
}
.cost_w .cost_r .list_con td {
  min-width: 1.8rem;
  text-align: center;
  padding: 0 0.32rem;
  border: 1px solid #94A2AB;
}
.cost_w .cost_r .list_con b {
  color: var(--color_primary);
}
.cost_w .cost_r .result_w {
  font-family: "num", Helvetica, arial, sans-serif;
}
.cost_w .cost_r .result_w .result_num {
  position: relative;
  padding-left: 0.24rem;
  font-size: 0.48rem;
  color: var(--color_primary);
}
.cost_w .cost_r .result_w .result_num em {
  font-size: 0.24rem;
  position: absolute;
  left: 0px;
  top: 2px;
}
.cost_w .cost_r .result_w .result_num i {
  font-size: 18px;
}
.cost_w .cost_r .result_w .result_tips {
  padding-left: 0.16rem;
  font-size: 16px;
}
.cost_w .cost_r .result_w .result_tips em {
  color: var(--color_primary);
}
.cost_w .cost_r .result_w .cost_tips {
  padding-top: 0.48rem;
  font-size: 14px;
  color: var(--color_muted);
}
.cost_w .cost_r .result_w .cost_tips em {
  color: var(--color_primary);
}
.cost_w .cost_r .result_w .cost_tips a {
  color: var(--color_primary);
}
.cost_w .cost_r .effect_tips.active {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181818;
  background-color: rgba(255, 255, 255, 0.24);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, rgba(200, 212, 208, 0.2) 37%, rgba(217, 242, 234, 0.2) 63%);
  backdrop-filter: blur(0.16rem);
  --webkit-backdrop-filter: blur(0.16rem);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: skeleton-loading 1.4s ease infinite;
}
@media screen and (max-width: 1200px) {
  .cost_w .cost_r {
    border-radius: 0 0 0.24rem 0.24rem;
  }
}
/*---------------  成本估算 cost_w  END ---------------- */
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
