@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.container {
  max-width: 1260px;
}

main {
  background-color: #fff;
}

.crumb-section {
  padding-bottom: 0;
}

.show-section .section-box {
  padding: 0.48rem 0 0.98rem;
}
.show-section .section-title-box {
text-align: center;
  margin-bottom: 0.36rem;
}
.show-section .section-title-box [data-act=msg-pop] {
  color: #012FA7;
  cursor: pointer;
}
.show-section .flex {
  gap: 0.3rem;
  }
.show-section .item {
  border: 1px solid #DEDEDE;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 2.67rem;
  position: sticky;
  top: 1.28rem;
}
.show-section .item .top .title {
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #000;
}
.show-section .item .top .desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #797979;
}
.show-section .item .top + .pri {
  margin-top: 0.22rem;
}
.show-section .item .money-box {
  margin: 0.2rem 0 0.18rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.show-section .item .money-box .num {
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #012FA7;
  margin-right: 0.06rem;
}
.show-section .item .money-box .num i {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-style: normal;
}
.show-section .item .money-box .del {
  position: relative;
}
.show-section .item .money-box del {
  color: #797979;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 700;
  display: block;
}
.show-section .item .money-box del i {
  font-weight: 400;
  font-style: normal;
}
.show-section .item .money-box .tip {
  position: absolute;
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding: 0 0.08rem;
  background-color: #012FA7;
  color: #fff;
  right: 0;
  top: -0.22rem;
  font-weight: 400;
}
.show-section .item .money-box .tip .content {
  position: absolute;
  padding: 0.12rem 0.24rem;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  background-color: #fff;
  color: #585858;
  white-space: nowrap;
  text-align: left;
  top: -0.12rem;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.show-section .item .money-box .tip:hover .content {
  opacity: 1;
  visibility: visible;
}
.show-section .item .pri {
  margin: 0 auto auto;
  min-width: 1.6rem;
}
.show-section .item .pri li {
  text-align: left;
  margin: 0.02rem 0;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #585858;
  padding-left: 0.22rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  background-image: url("/assets/img/checked-r.png");
}
.show-section .item .pri li.o {
  color: #171717;
  font-weight: 700;
}
.show-section .item .btn {
  width: 2rem;
  height: 0.44rem;
  font-size: 0.14rem;
  line-height: 0.44rem;
  border-radius: 0;
  border: none;
  background-color: #012FA7;
  color: #fff;
  margin: 0.24rem auto 0;
}
.show-section .item .btn:hover {
  background-color: #1664ff;
}
.show-section .item.custom .btn {
  background-color: #000;
}
.show-section .item[data-hl=pop], .show-section .item[data-hl=effect] {
  position: relative;
}
.show-section .item[data-hl=pop]::before, .show-section .item[data-hl=effect]::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  display: block;
  top: -0.24rem;
  right: 0.18rem;
  z-index: 10;
}
.show-section .item[data-hl=pop]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-pop.svg");
}
.show-section .item[data-hl=effect]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-affect.svg");
}
.show-section .list-out-mb {
  display: none;
}
.show-section .l-table {
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.show-section .l-table .icon {
  margin-left: 0.06rem;
  width: 0.16rem;
  height: 0.16rem;
  transform: rotate(180deg);
  transform-origin: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.16rem auto;
  background-image: url("/assets/img/icon/icon-arr.png");
}
.show-section .l-table.open .icon {
  transform: rotate(0);
}

.table-section {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  flex: 1;
}
.table-section .container {
  padding-top: 0.36rem;
  padding-bottom: 0.12rem;
}
.table-section.open {
  max-height: 22rem;
}
.table-section .thead-line {
  background-color: #012FA7;
  color: #fff;
}
.table-section .thead-line .cell {
  flex-direction: column;
  white-space: nowrap;
}
.table-section .thead-line .cell:nth-child(1) {
  align-items: flex-start;
  justify-content: center;
}
.table-section .thead-line .aft {
  display: none;
  text-align: center;
  font-weight: 400;
}
.table-section .thead-line .aft .num {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 700;
}
.table-section .thead-line .aft .del {
  text-decoration: line-through;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.12rem;
}
.table-section .thead-line .aft .del br {
  display: none;
}
.table-section .thead-line .aft .btn {
  padding: 0.04rem 0;
  width: 100%;
  background-color: #fff;
  color: #012FA7;
  border-radius: 0;
  border: none;
  font-size: 0.12rem;
}
.table-section.fixed.open .thead-line {
  position: fixed;
  top: 0.66rem;
  left: 0;
  right: 0;
  max-width: calc(1260px - 0.6rem);
  margin: auto;
  z-index: 1;
}
.table-section.fixed.open .thead-line .aft {
  display: block;
}
.table-section.fixed.open .thead-line .slogan {
  font-size: 0.3rem;
  line-height: 0.44rem;
}
.table-section .thead-line, .table-section .tshrink-line {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.table-section .tbody-main {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.table-section .thead-line,
.table-section .tbody-line {
  display: flex;
}
.table-section .thead-line .cell,
.table-section .tbody-line .cell {
  display: flex;
  align-items: center;
}
.table-section .thead-line .cell:nth-child(1),
.table-section .tbody-line .cell:nth-child(1) {
  width: 20%;
  padding-left: 0.26rem;
}
.table-section .thead-line .cell:nth-child(2),
.table-section .tbody-line .cell:nth-child(2) {
  width: 80%;
}
.table-section .thead-line .cell {
  padding: 0.18rem 0;
  font-weight: 900;
}
.table-section .tbody-line .cell {
  padding: 0.12rem 0.16rem;
  border-bottom: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
}
.table-section .tbody-line .cell:nth-child(1) {
  border-left: none;
}
.table-section .tshrink-line {
  background-color: #F1F1F1;
  padding: 0.12rem 0.24rem;
}
.table-section .tshrink-line .title {
  display: flex;
  align-items: center;
}
.table-section .tshrink-line .icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.table-section .tshrink-line .icon-t1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t1.png");
}
.table-section .tshrink-line .icon-t2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t2.png");
}
.table-section .tshrink-line .icon-t3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t3.png");
}
.table-section .tshrink-line .icon-t4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t4.png");
}
.table-section .tshrink-line .icon-t5 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t5.png");
}
.table-section .tshrink-line .icon-t6 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t6.png");
}
.table-section .tshrink-line .icon-t7 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t7.png");
}
.table-section .tshrink-line .icon-t8 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/icon/price-t8.png");
}

.com-form-section .section-box {
  padding: 0.36rem 0 0.48rem;
}

@media screen and (max-width: 1260px) {
  .table-section.fixed.open .thead-line {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 980px) {
  .show-section .flex {
    flex-direction: column;
    align-items: center;
    gap: 0.64rem;
  }
  .show-section .item {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    position: static;
  }
  .show-section .item + .item {
    margin-left: 0.24rem;
  }
  .table-section .container {
    padding-top: 0.36rem;
  }
  .table-section .thead-line .cell {
    text-align: center;
  }
  .table-section.open {
    max-height: 26rem;
  }
}
@media screen and (max-width: 776px) {
  .show-section .section-box {
    padding-bottom: 0;
  }
  .show-section .item {
    padding: 0.96rem 0.72rem;
  }
  .show-section .item .top .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .show-section .item .top .desc {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .show-section .item .top + .pri {
    margin-top: 0.36rem;
  }
  .show-section .item .money-box {
    margin: 0.36rem 0 0.32rem;
  }
  .show-section .item .money-box .num {
    font-size: 0.6rem;
    line-height: 0.84rem;
  }
  .show-section .item .money-box .num i {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .show-section .item .money-box del {
    font-size: 0.28rem;
    line-height: 0.48rem;
    white-space: nowrap;
  }
  .show-section .item .money-box .tip {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0 0.12rem;
    top: -0.4rem;
  }
  .show-section .item .money-box .tip .content {
    padding: 0.12rem 0.24rem;
    border-radius: 6px;
    top: -0.12rem;
    right: 0;
    left: auto;
  }
  .show-section .item .pri {
    min-width: 3.5rem;
  }
  .show-section .item .pri li {
    margin: 0.04rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 0.4rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.28rem auto;
    background-image: url("/assets/img/checked-r.png");
  }
  .show-section .item .btn {
    width: 3.84rem;
    height: 0.84rem;
    font-size: 0.24rem;
    line-height: 0.84rem;
    margin: 0.32rem auto 0;
  }
  .show-section .item[data-hl=pop]::before, .show-section .item[data-hl=effect]::before {
    width: 1.04rem;
    height: 1.04rem;
    top: -0.32rem;
    right: 0.24rem;
  }
  .show-section .l-table {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .show-section .l-table .icon {
    margin-left: 0.12rem;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 0.24rem auto;
  }
  .table-section .container {
    padding-top: 0.48rem;
    padding-bottom: 0.36rem;
  }
  .table-section.open {
    max-height: 80rem;
  }
  .table-section .thead-line .aft .num {
    margin-top: 0.24rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .table-section .thead-line .aft .del {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .table-section .thead-line .aft .del br {
    display: block;
  }
  .table-section .thead-line .aft .del span {
    display: none;
  }
  .table-section .thead-line .aft .btn {
    padding: 0.07rem 0;
    font-size: 0.24rem;
    width: 1.28rem;
    margin: auto;
  }
  .table-section .thead-line, .table-section .tshrink-line {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .table-section .tbody-main {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .table-section .thead-line .cell:nth-child(1),
  .table-section .tbody-line .cell:nth-child(1) {
    width: 30%;
    padding-left: 0.16rem;
  }
  .table-section .thead-line .cell:nth-child(2),
  .table-section .tbody-line .cell:nth-child(2) {
    width: 70%;
  }
  .table-section .thead-line .cell {
    padding: 0.16rem 0;
  }
  .table-section .tbody-line .cell {
    padding: 0.16rem;
    word-break: break-all;
  }
  .table-section .tshrink-line {
    padding: 0.24rem;
  }
  .table-section .tshrink-line .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
  .table-section.fixed.open .thead-line {
    top: 1.12rem;
  }
}