.top {
  width: 100%;
  height: 444px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(193.95deg, rgba(41, 84, 245, 0.7) 4.29%, rgba(20, 205, 255, 0.7) 99.41%);
}
.postion {
  width: 100%;
  border-bottom: 2px solid #f4f4f4;
  height: 65px;
  line-height: 65px;

}

.postion .container {
  margin: 0 auto;
  margin-left: 6%;
  color: #337ab7;
  font-size: 16px;
}

.postion .container a {
  color: #337ab7;
}

@media screen and (max-width:768px) {
  .postion .container {
    margin-left: 30px;
    font-size: 12px;
  }
}

.top .title {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 127px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(89.29deg, rgba(255, 255, 255, 0.69) 0.75%, rgba(255, 255, 255, 0) 103.06%);
}

.top .title .content {
  width: 480px;
  height: 160px;
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top .title .content .titletop {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  color: #fff;
}

.top .title .content .titlebottom {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin-top: 25px;
}

.top .list {
  width: 80%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.top .list .chanpan1 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
}

.top .list .chanpan1 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan1 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan2 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 75%;
  left: 15%;
  z-index: 20;
}

.top .list .chanpan2 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan2 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan3 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 100%;
  left: 35%;
  z-index: 30;
}

.top .list .chanpan3 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan3 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan4 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  height: 75%;
  left: 15%;
  z-index: 20;
  left: 55%;
}

.top .list .chanpan4 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan4 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .list .chanpan5 {
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  right: 0;
}

.top .list .chanpan5 .img1 {
  width: 30px;
  margin-left: 10px;
}

.top .list .chanpan5 .img2 {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0;
}

.top .line_crile {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 300px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-name: dot-anim;
}

.top .line_crile img {
  width: 100%;
  height: 100%;
}

.top .line_crile2 {
  width: 170px;
  height: 170px;
  position: absolute;
  left: 100px;
  bottom: 150px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-name: dot-anim1;
}

.top .line_crile2 img {
  width: 100%;
  height: 100%;
}

@keyframes dot-anim {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: 150px;
  }
  100% {
    bottom: 100px;
  }
}

@keyframes dot-anim1 {
  0% {
    top: 70px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 70px;
  }
}

.top .rightcircle {
  width: 200px;
  height: 330px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top .rightcircle img {
  width: 100%;
  height: 100%;
}

.top .leftcircle {
  width: 200px;
  height: 330px;
  position: absolute;
  left: 0;
  top: 0;
}

.top .leftcircle img {
  width: 100%;
  height: 100%;
}

.top .rightcle {
  width: 110px;
  height: 145px;
  position: absolute;
  right: 5%;
  top: 50%;
}

.top .rightcle img {
  width: 100%;
  height: 100%;
}

.top .leftcle {
  width: 120px;
  height: 160px;
  position: absolute;
  left: 5;
  top: 22%;
}

.top .leftcle img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .top {
    height: 159px;
  }
  .top .title {
    width: 150px;
    height: 150px;
    top: 40px;
  }
  .top .title .content {
    width: 190px;
    height: 80px;
    top: 30px;
  }
  .top .title .content .titletop {
    font-weight: 600;
    font-size: 22px;
  }
  .top .title .content .titlebottom {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
  }
  .top .list {
    width: 90%;
    height: 120px;
  }
  .top .line_crile {
    width: 17px;
    height: 27px;
    right: 50px;
  }
  .top .line_crile2 {
    width: 30px;
    height: 45px;
    left: 50px;
    bottom: 80px;
  }
  @keyframes dot-anim {
    0% {
      bottom: 100px;
    }
    50% {
      bottom: 150px;
    }
    100% {
      bottom: 100px;
    }
  }
  @keyframes dot-anim1 {
    0% {
      top: 70px;
    }
    50% {
      top: 0;
    }
    100% {
      top: 70px;
    }
  }
  .top .rightcircle {
    width: 84px;
    height: 84px;
  }
  .top .leftcircle {
    width: 84px;
    height: 84px;
  }
  .top .rightcle {
    width: 28px;
    height: 37px;
    position: absolute;
    right: 5%;
    top: 50%;
  }
  .top .rightcle img {
    width: 100%;
    height: 100%;
  }
  .top .leftcle {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5;
    top: 22%;
  }
  .top .leftcle img {
    width: 100%;
    height: 100%;
  }
}

#yingx {
  background-color: #f3f9ff;
  padding: 20px 0;
}

.baojia {
  max-width: 1650px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

.baojia .header {
  max-width: 1604px;
  margin: 0 auto;
  height: 44px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
}

.baojia .header>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.baojia .header>div:nth-child(1) {
  width: 5%;
}

.baojia .header>div:nth-child(2) {
  width: 20%;
}

.baojia .header>div:nth-child(3) {
  width: 75%;
}

.baojia .main_f {
  max-width: 1604px;
  border-bottom: 1px solid #ebebeb;
  margin: 0 auto;
}

.baojia .main_f .main {
  display: flex;
  max-width: 1604px;
  user-select: none;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}

.baojia .main_f .main .leixing {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
}

.baojia .main_f .main .mok {
  width: 20%;
}

.baojia .main_f .main .mok>div {
  min-height: 44px;
  min-height: 88px;
  display: flex;
  justify-content: center;
  /* border-right: 1px solid #ebebeb; */
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}

.baojia .main_f .main .mok>div:last-child {
  border-bottom: none;
}

.baojia .main_f .main .gongneng {
  width: 75%;
}

.baojia .main_f .main .gongneng>div {
  min-height: 44px;
  min-height: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid #ebebeb;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-left: 1px solid #ebebeb;
}

.baojia .main_f .main .gongneng>div label {
  margin: 5px 0 5px 20px;
  line-height: 1.3;
}

.baojia .main_f .main .gongneng>div label .web-wid {
  width: 500px;
}

.baojia .main_f .main .gongneng>div label .us-price {
  width: 200px;
  height: 30px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.baojia .main_f .main .gongneng>div label .tip-mxll {
  position: relative;
  background: -webkit-linear-gradient(-45deg, #0159fc, #20caef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.baojia .main_f .main .gongneng>div label .tip-mxll span {
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 202px;
  line-height: 21px;
  transform: translateX(-50%);
  -webkit-text-fill-color: #444;
  background: #ebebeb;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
}

.baojia .main_f .main .gongneng>div label .tip-mxll:hover span {
  display: block;
}

.baojia .main_f .main .gongneng>div:last-child {
  border-bottom: none;
}

.baojia .empty_b {
  width: 100%;
  height: 50px;
  padding: 10px 30px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.baojia .empty_b button {
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  color: #999;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  background: #fff;
}

.baojia .total {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baojia .total button {
  height: 45px;
  background: linear-gradient(92.8deg, #89f7fe 1.07%, #66a6ff 98.93%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  width: 200px;
  border: none;
}

.mo-bj {
  width: 95%;
  margin: 10px auto 0;
}

.mo-bj .mo-main {
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: #72f1dc 0px 20px 30px -10px;
}

.mo-bj .mo-main .mo-leixing {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
}

.mo-bj .mo-main .mo-mok {
  width: 100%;
}

.mo-bj .mo-main .mo-mok .mo-moks {
  height: 100%;
  height: 55px;
  background: #bfdcff;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 10%;
  box-sizing: border-box;
  color: #fff;
}

.mo-bj .mo-main .mo-mok .mo-gongneng {
  width: 100%;
  min-height: 55px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 5px 5px 5%;
  box-sizing: border-box;
}

.mo-bj .mo-main .mo-mok .mo-gongneng label {
  margin: 5px;
}

.mo-bj .mo-main .mo-mok .mo-gongneng label span {
  font-size: 14px;
  line-height: 1.3;
}

.mo-bj .mo-main .mo-mok .mo-gongneng .act-range {
  width: 100%;
}

.mo-bj .mo-main .mo-mok .mo-gongneng .act-range input {
  width: 100%;
}

.mo-bj .mo-main .mo-mok .mo-gongneng .txt-act {
  width: 90%;
  height: 30px;
}

.mo-bj .mo-main .mo-mok .mo-gongneng .txt-act input {
  width: 100%;
  height: 100%;
}

.mo-bj .empty_b {
  width: 100%;
  height: 50px;
  padding: 10px 30px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.mo-bj .empty_b button {
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  color: #999;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  background: #fff;
}

.mo-bj .total {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mo-bj .total button {
  height: 45px;
  background: linear-gradient(92.8deg, #89f7fe 1.07%, #66a6ff 98.93%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  width: 200px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jindu {
  width: 100%;
  height: 120px;
  background: #fff;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jindu .icc {
  width: 203px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jindu .icc .iconfont {
  font-size: 50px;
  color: #efefef;
  background: -webkit-linear-gradient(-45deg, #0159FC, #20CAEF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jindu .icc i {
  margin: 0 0 0 20px;
  font-size: 18px;
}

.jindu .icc .ico-act {
  background: -webkit-linear-gradient(-45deg, #0159FC, #20CAEF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jindu .line {
  width: 280px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jindu .line span {
  font-size: 48px;
  color: #efefef;
}

@media screen and (max-width: 750px) {
  .jindu {
    display: none;
  }
}

.new-cart {
  width: 564px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(108deg, #2F64F6 0%, #0FC8FE 100%);
  box-shadow: 0px 4px 20px 0px rgba(32, 148, 249, 0.32);
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999999999;
}

.new-cart .car-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.new-cart .car-main .car-ma-1 {
  display: flex;
  align-items: center;
}

.new-cart .car-main .car-ma-1 figure {
  width: 37.333px;
  height: 37.333px;
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
}

.new-cart .car-main .car-ma-1 figure svg {
  width: 100%;
  height: 100%;
}

.new-cart .car-main .car-ma-1 em {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50%;
  background-color: #F52C2C;
}

.new-cart .car-main .car-ma-1 span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.new-cart .car-main .car-ma-2 {
  display: flex;
  align-items: center;
}

.new-cart .car-main .car-ma-2 p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 14px;
}

.new-cart .car-main .car-ma-2 p:first-child {
  margin-right: 28px;
}

.new-cart .car-main .car-ma-2 p span {
  font-size: 20px;
  line-height: 20px;
}

.car-hid {
  position: absolute;
  bottom: 98px;
  width: 100%;
  height: 800px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  overflow: hidden;
  transition: height .2s;
}

.car-hid .car-hid-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(108deg, #2F64F6 0%, #0FC8FE 100%);
}

.car-hid .car-hid-1 .fg-1 {
  width: 119.5px;
  height: 29.75px;
  flex-shrink: 0;
}

.car-hid .car-hid-1 .fg-1 img {
  width: 119.5px;
  height: 29.75px;
  flex-shrink: 0;
}

.car-hid .car-hid-1 .fg-2 {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  cursor: pointer;
}

.car-hid .car-hid-1 span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.car-hid .car-hid-2 {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 0;
  box-sizing: border-box;
}

.cr-1 {
  width: 444px;
  margin-bottom: 32px;
}

.cr-1>p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.cr-1 .cr-1-1 {
  width: 100%;
  padding: 0 0 0 29px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.cr-1 .cr-1-1 p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cr-1 .cr-1-1 .cr-111-p2 {
  flex-shrink: 0;
}

.cr-1 .cr-1-1 .cr-1-1-1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 280px;
  justify-content: space-between;
  margin-bottom: 21px;
}

.cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 em {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 span {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#print-area {
  position: static;
  width: 800px !important;
  margin: 0 auto;
  height: auto !important;
  border-radius: 0 !important;
}

#print-area .car-hid .car-hid-2 {
  height: auto !important;
}

#print-area .cr-1 {
  width: 80% !important;
}

#print-area .cr-1>p {
  font-size: 14px !important;
}

#print-area .cr-1 .cr-1-1 p {
  font-size: 12px !important;
}

#print-area .cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 em {
  font-size: 10px !important;
}

#print-area .cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 span {
  font-size: 12px !important;
}

.car-hid-3 {
  width: 80%;
  border-top: 1px solid #777;
  padding: 11px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.car-hid-3 p {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.car-hid-3 span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.car-hid-4 {
  width: 80%;
  box-sizing: border-box;
  margin: 19px auto 12px;
}

.car-hid-4 p {
  color: #AAA;
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cr-1-1>p {
  position: relative;
}

.cr-1-1>p::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  top: 10px;
  left: -10px;
}

@media screen and (max-width:750px) {
  .mo-bj .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: sticky;
    bottom: 10px;
    z-index: 888;
    width: 325px;
    height: 114px;
    margin: 0 auto;
  }
  .new-cart {
    width: 100%;
    height: 60px;
    margin: 0;
  }
  .ne-cc {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ne-cc button {
    width: 101px !important;
    height: 42px !important;
    flex-shrink: 0;
  }
  .new-cart .car-main .car-ma-2 {
    flex-direction: column;
    align-items: flex-end;
  }
  .new-cart .car-main .car-ma-2 p:first-child {
    margin: 0;
  }
  .new-cart .car-main .car-ma-2 p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .new-cart .car-main .car-ma-2 p span {
    font-size: 16px;
  }
  .car-hid .car-hid-1 {
    height: 40px;
    padding: 0 12px;
  }
  .car-hid .car-hid-1 .fg-1 {
    width: 72.303px;
    height: 18px;
    flex-shrink: 0;
  }
  .car-hid .car-hid-1 .fg-1 img {
    width: 72.303px;
    height: 18px;
    flex-shrink: 0;
  }
  .car-hid .car-hid-1 span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .car-hid .car-hid-1 .fg-2 {
    width: 24px;
    height: 24px;
  }
  .car-hid .car-hid-1 .fg-2 svg {
    width: 100%;
    height: 100%;
  }
  .car-hid .car-hid-2 {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0 0;
    box-sizing: border-box;
  }
  .cr-1 {
    width: 267px;
    margin-bottom: 16px;
  }
  .cr-1>p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }
  .cr-1 .cr-1-1 .cr-1-1-1 {
    /* width: 100%; */
    width: 180px;
  }
  .cr-1 .cr-1-1 p {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 em {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .cr-1 .cr-1-1 .cr-1-1-1 .cr-111-p2 span {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .cr-1-1>p {
    position: relative;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
}

.baojia .total {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 0;
  z-index: 999999999999999;
}

.baojia .total button {
  background: linear-gradient(92.8deg, #89f7fe 1.07%, #66a6ff 98.93%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  width: 128px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(108deg, #2F64F6 0%, #0FC8FE 100%);
  box-shadow: 0px 4px 20px 0px rgba(32, 148, 249, 0.32);
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.baojia .total button i, .mo-bj .total button i {
  display: none;
  /* display: inline-flex; */
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  animation-name: loa;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* animation: loa .5s linear 1s infinite alternate slidein; */
}

@keyframes loa {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mx-us-inp-fo {
  display: flex;
  align-items: center;
}
.mx-us-inp-fo label {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 0 10px;
}
.mx-us-inp-fo label input {
  height: 30px !important;
  padding: 0 0 0 10px;
}
.mx-us-inp-fo svg {
  margin: 0 0 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .mx-us-inp {
    padding: 10px 0;
  }
  .mx-us-inp button {
    margin: 0 0 5px 5px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
  }
  .mx-us-inp-fo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .mx-us-inp-fo label {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 0 10px;
  }
  .mx-us-inp-fo label input {
    height: 30px !important;
    padding: 0 0 0 10px;
  }
  .mx-us-inp-fo svg {
    margin: 0 0 0 10px;
    cursor: pointer;
  }
}
