@charset "UTF-8";
.finance {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0.8rem;
}
a:hover {
    color: initial;
}
.loading{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d5d8;
}
.loading img{
    width: .5rem;
}
.finance .left-box {
  width: 42%;
  background: linear-gradient(180deg, #e0e0e0 0%, #fafafa 100%);
  height: 100%;
  padding: 0.8rem 1.54rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.finance .left-box .bg {
  position: absolute;
  right: 0.55rem;
  top: 0.4rem;
  width: 3.12rem;
}
.finance .left-box .bg img {
  width: 100%;
}
.finance .left-box .top-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 0.3rem;
}
.finance .left-box .top-box .car-name {
  display: flex;
  flex-direction: column;
}
.finance .left-box .top-box .car-name .name {
  font-size: 0.3rem;
  color: #000;
}
.finance .left-box .top-box .car-name .name-style {
  font-size: 0.2rem;
  color: #666666;
}
.finance .left-box .top-box .change-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.finance .left-box .top-box .change-box img {
  width: 0.25rem;
}
.finance .left-box .top-box .change-box .t {
  font-size: 0.16rem;
  color: #000;
  margin-left: 0.1rem;
}
.finance .left-box .car-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.finance .left-box .car-img img {
  width: 100%;
}
.finance .left-box .price-input-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.finance .left-box .price-input-box .policy-box {
  color: #d6010d;
  font-size: 0.2rem;
  font-weight: bold;
}
.finance .left-box .price-input-box .title {
  color: #999999;
  font-size: 0.16rem;
}
.finance .left-box .price-input-box .input-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.finance .left-box .price-input-box .input-box .unit {
  color: #000000;
  font-size: 0.16rem;
  font-weight: bold;
  padding-top: 0.05rem;
}
.finance .left-box .price-input-box .input-box input {
  border: none;
  outline: none;
  background-color: transparent;
  flex: 1;
  padding-left: 0.03rem;
  color: #000;
  font-size: 0.3rem;
}
.finance .left-box .price-input-box .tips {
  color: #999;
  font-size: 0.12rem;
  margin-top: 0.12rem;
}
.finance .left-box .price-input-box .warning {
  display: flex;
  align-items: center;
  margin-top: 0.05rem;
}
.finance .left-box .price-input-box .warning img {
  width: 0.14rem;
}
.finance .left-box .price-input-box .warning .warning-title {
  color: #d6010d;
  font-size: 0.12rem;
  margin-left: 0.1rem;
}
.finance .left-box .description {
  position: relative;
  z-index: 1;
  color: #999999;
  font-size: 0.12rem;
  margin-top: 0.6rem;
  line-height: 1.8;
}
@media (max-width: 1440px) {
    .finance .left-box .description {
        margin-top: 0.05rem;
        line-height: 1.6;
    }
}


.finance .right-box {
  width: 58%;
  height: 100%;
  padding: 0.4rem 0 0;
  position: relative;
  overflow: auto;
}
.finance .right-box .right-content {
  padding: 0 1.45rem 0.5rem;
}
.finance .right-box .tag-list {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.finance .right-box .tag-list .tag {
  font-size: 0.26rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #666;
  padding-bottom: 0.13rem;
}
.finance .right-box .tag-list .tag.tag-active {
  color: #000;
  border-bottom: 2px solid #3daeae;
}
.finance .right-box .product-list {
  display: flex;
  align-items: center;
  margin-top: 0.48rem;
}
.finance .right-box .product-list .product {
  width: 24%;
  height: 0.6rem;
  border: 1px solid #b2b2b2;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  margin-right: 1%;
}
.finance .right-box .product-list .product .detail {
  position: absolute;
  top: 0.13rem;
  right: 0.13rem;
  width: 0.16rem;
}
.finance .right-box .product-list .product .detail img {
  width: 100%;
}
.finance .right-box .product-list .product.active {
  background-color: #424a52;
  border: 1px solid #424a52;
  color: #fff;
}
.finance .right-box .slider-all {
  display: flex;
}
.finance .right-box .slider-box {
  margin-top: 0.48rem;
  flex: 1;
  margin-left: 1rem;
}
.finance .right-box .slider-box:nth-of-type(1) {
  margin-left: 0;
}
.finance .right-box .slider-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .right-box .slider-box .title .t {
  color: #666;
  font-size: 0.2rem;
}
.finance .right-box .slider-box .title .price {
  font-size: 0.24rem;
  color: #000;
}
.finance .right-box .slider-box .slider {
  margin-top: 0.5rem;
}
.finance .right-box .slider-box .slider .price-term {
  width: 1.25rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #424a52;
  border: 1px solid #424a52;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  border-radius: 0.06rem;
}
.finance .right-box .term-box {
  margin-top: 0.2rem;
}
.finance .right-box .term-box .title {
  color: #666;
  font-size: 0.2rem;
}
.finance .right-box .term-box .terms {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.finance .right-box .term-box .terms .term {
  width: 1.25rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b2b2b2;
  border-radius: 0.06rem;
  color: #666;
  font-size: 0.16rem;
  cursor: pointer;
  margin-right: 0.12rem;
}
.finance .right-box .term-box .terms .term:nth-last-of-type(1) {
  margin-right: 0;
}
.finance .right-box .term-box .terms .term.active {
  background-color: #424a52;
  border: 1px solid #424a52;
  color: #fff;
}
.finance .right-box .info-box {
  background: #fafafa;
  margin-top: 0.48rem;
  padding: 0.2rem 0.4rem;
}
.finance .right-box .info-box .result-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.4);
  margin-top: 0.2rem;
}
.finance .right-box .info-box .result-box .title {
  color: #666666;
  font-size: 0.16rem;
}
.finance .right-box .info-box .result-box .price {
  color: #000;
  font-size: 0.16rem;
}
.finance .right-box .info-box .result-box:nth-last-of-type(1) {
  border-bottom: none;
}
.finance .right-box .tips {
  color: #999;
  font-size: 12px;
  margin-top: 0.3rem;
}
.finance .right-box .tips .t {
 font-size: 0.17rem;
  color: #555;
  font-weight: 400; 
}
.finance .right-box .finance-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 0.3rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.finance .right-box .finance-footer .left .price {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
}
.finance .right-box .finance-footer .left .t {
  color: #666;
  font-size: 0.16rem;
  font-weight: bold;
}
.finance .right-box .finance-footer .right {
  display: flex;
  align-items: center;
}
.finance .right-box .finance-footer .right .icon-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.4rem;
}
.finance .right-box .finance-footer .right .icon-box img {
  width: 0.34rem;
}
.finance .right-box .finance-footer .right .icon-box .t {
  font-size: 0.18rem;
  color: #000;
  margin-left: 0.1rem;
}
.finance .right-box .finance-footer .right .btn {
  width: 2.2rem;
  height: 0.6rem;
  font-size: 0.16rem;
  margin-left: 0.4rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finance .right-box .remark {
  display: none;
}
.finance .right-box .description {
  display: none;
}
.finance .right-box::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.finance .change-car-box {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 50000;
}
.finance .change-car-box .change-car {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.4rem 0.4rem 0.6rem;
  width: 30%;
}
.finance .change-car-box .change-car .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.16rem;
  font-weight: bold;
}
.finance .change-car-box .change-car .title-box .t {
  font-size: 0.26rem;
  color: #000;
}
.finance .change-car-box .change-car .title-box img {
  width: 0.24rem;
  cursor: pointer;
}
.finance .change-car-box .change-car .content-box {
  margin-top: 0.4rem;
}
.finance .change-car-box .change-car .content-box .box {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.32rem;
  cursor: pointer;
  position: relative;
}
.finance .change-car-box .change-car .content-box .box .t1 {
  font-size: 0.16rem;
  color: #000;
}
.finance .change-car-box .change-car .content-box .box img {
  width: 0.26rem;
}
.finance .change-car-box .change-car .content-box .sure-btn {
  margin-top: 0.6rem;
  height: 0.6rem;
  background: #424a52;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.finance .change-car-box .change-car .ul {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.finance .change-car-box .change-car .ul ul {
  background-color: #fff;
  width: 100%;
  max-height: 3rem;
  overflow-y: auto;
  box-shadow: 2px 2px 5px #cccccc;
}
.finance .change-car-box .change-car .ul ul li {
  padding: 0.1rem 0.22rem;
  line-height: 1.6;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.finance .change-car-box .change-car .ul ul li .name {
  font-weight: 300;
  font-size: 0.16rem;
}
.finance .change-car-box .change-car .ul ul li img {
  width: 0.16rem;
}
.finance .change-car-box .change-car .ul ul li:hover {
  background: #f3f3f3;
}
.finance .detail-box {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
    height: calc(100% - env(SAFE-AREA-INSET-TOP, 0rem));
}
.finance .detail-box .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.06rem;
  width: 35%;
  padding: 0rem 0.4rem 0;
  max-height: 82%;
  overflow: auto;
}
.finance .detail-box .box .detail-bg {
  position: absolute;
  right: 0.53rem;
  top: 0;
  width: 1.95rem;
}
.finance .detail-box .box .detail-bg img {
  width: 100%;
}
.finance .detail-box .box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  background-color: #fff;
  padding-bottom: 0.2rem;
  top: 0;
  padding-top: 0.4rem;
}
.finance .detail-box .box .top-box .t {
  color: #000;
  font-size: 0.2rem;
}
.finance .detail-box .box .top-box img {
  width: 0.2rem;
  cursor: pointer;
}
.finance .detail-box .box .car-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.32rem;
}
.finance .detail-box .box .car-info .left .car-name {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
.finance .detail-box .box .car-info .left .car-style-name {
  color: #666;
  font-size: 0.14rem;
}
.finance .detail-box .box .car-info .left .price-t {
  color: #8d8d8d;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  font-weight: bold;
  display: flex;
}
.finance .detail-box .box .car-info .left .price-t .t2 {
  color: #999999;
  font-size: 0.1rem;
  display: flex;
  margin-top: 0.04rem;
}
.finance .detail-box .box .car-info .left .price {
  color: #000;
  font-size: 0.26rem;
  font-weight: bold;
}
.finance .detail-box .box .car-info .left .price span {
  font-size: 0.2rem;
}
.finance .detail-box .box .car-info .right {
  width: 2.8rem;
}
.finance .detail-box .box .car-info .right img {
  width: 100%;
}
.finance .detail-box .box .price-info {
  display: flex;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.finance .detail-box .box .price-info .info-box {
  width: 60%;
  border-right: 1px solid #e6e6e6;
}
.finance .detail-box .box .price-info .info-box .t {
  height: 0.4rem;
}
.finance .detail-box .box .price-info .info-box .t .t1 {
  color: #8d8d8d;
  font-size: 0.14rem;
}
.finance .detail-box .box .price-info .info-box .t .t2 {
  color: #999999;
  font-size: 0.1rem;
}
.finance .detail-box .box .price-info .info-box .d {
  font-size: 0.2rem;
  font-weight: bold;
}
.finance .detail-box .box .price-info .info-box:nth-last-of-type(1) {
  border-right: 0;
  padding-left: 2%;
}
.finance .detail-box .box .result-box {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.16rem;
}
.finance .detail-box .box .result-box .title {
  color: #8d8d8d;
  font-size: 0.14rem;
}
.finance .detail-box .box .result-box .price {
  color: #000000;
  font-size: 0.14rem;
  font-weight: bold;
}
.finance .detail-box .box .remarks {
  font-size: 0.1rem;
  color: #999999;
  margin-top: 0.3rem;
}
.finance .detail-box .box .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  position: sticky;
  bottom: 0.1rem;
  background-color: #fff;
    padding-bottom: env(safe-area-inset-bottom);
}
.finance .detail-box .box .btns .f-btn {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border: 1px solid #424a52;
  transition: all 0.3s;
}
.finance .detail-box .box .btns .btn1 {
  margin-right: 0.12rem;
  width: 50%;
  cursor: pointer;
  position: relative;
}
.finance .detail-box .box .btns .btn2 {
  width: 50%;
  cursor: pointer;
  position: relative;
}
.finance .detail-box .box::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.finance .diff-box {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 810;
}
.finance .diff-box .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.06rem;
  width: 67%;
  padding: 0rem 0.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-height: 83%;
  overflow: auto;
}
.finance .diff-box .box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: sticky;
  top: 0;
  padding-bottom: 0.2rem;
  background-color: #fff;
  padding-top: 0.4rem;
}
.finance .diff-box .box .top-box .t {
  color: #000;
  font-size: 0.2rem;
}
.finance .diff-box .box .top-box img {
  width: 0.2rem;
  cursor: pointer;
}
.finance .diff-box .box .diff {
  display: flex;
  border: 1px solid #e6e6e6;
  margin-top: 0.25rem;
  width: 100%;
}
.finance .diff-box .box .diff .diff-left {
  width: 50%;
  border-right: 1px solid #e6e6e6;
}
.finance .diff-box .box .diff .diff-right {
  width: 50%;
}
.finance .diff-box .box .diff .diff-info .car-info-box {
  border-bottom: 1px solid #e6e6e6;
  height: 2rem;
}
.finance .diff-box .box .diff .diff-info .car-info-box .add-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.finance .diff-box .box .diff .diff-info .car-info-box .add-img img {
  width: 0.48rem;
}
.finance .diff-box .box .diff .diff-info .car-name {
  font-size: 0.16rem;
  padding-left: 0.3rem;
  color: #000;
  font-weight: bold;
  padding-top: 0.3rem;
}
.finance .diff-box .box .diff .diff-info .car-style-name {
  color: #666;
  font-size: 0.12rem;
  padding-left: 0.3rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem 0 0.1rem;
  margin-top: 0.15rem;
  margin-bottom: 0.24rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box .car-img {
  width: 1.9rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box .car-img img {
  width: 100%;
}
.finance .diff-box .box .diff .diff-info .car-price-box .price .t {
  color: #666666;
  font-size: 0.14rem;
  float: left;
}
.finance .diff-box .box .diff .diff-info .car-price-box .price .t2 {
  color: #999999;
  font-size: 0.1rem;
  display: flex;
  margin-top: 0.04rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box .price .d {
  font-weight: bold;
  color: #000;
  font-size: 0.2rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box .change-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  border: 1px solid #424a52;
  padding: 0.12rem 0;
  cursor: pointer;
}
.finance .diff-box .box .diff .diff-info .car-price-box .change-box img {
  width: 0.14rem;
}
.finance .diff-box .box .diff .diff-info .car-price-box .change-box .t {
  font-size: 0.1rem;
  margin-left: 0.04rem;
}
.finance .diff-box .box .diff .diff-info .result-box {
  display: flex;
  padding: 0 0.3rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 0.6rem;
}
.finance .diff-box .box .diff .diff-info .result-box .title {
  width: 30%;
  color: #999999;
  font-size: 0.14rem;
}
.finance .diff-box .box .diff .diff-info .result-box .price {
  flex: 1;
  color: #000000;
  font-size: 0.14rem;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}
.finance .diff-box .box .diff .diff-info .result-box img {
  width: 0.26rem;
}
.finance .diff-box .box .diff .diff-info .result-box ul {
  position: absolute;
  background-color: #fff;
  width: 70%;
  max-height: 3rem;
  z-index: 2;
  top: 0.6rem;
  overflow-y: auto;
  right: 0;
  box-shadow: 2px 2px 5px #cccccc;
}
.finance .diff-box .box .diff .diff-info .result-box ul li {
  padding: 0.1rem 0.22rem;
  line-height: 1.6;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.finance .diff-box .box .diff .diff-info .result-box ul li .name {
  font-weight: 300;
  font-size: 0.14rem;
}
.finance .diff-box .box .diff .diff-info .result-box ul li img {
  width: 0.16rem;
}
.finance .diff-box .box .diff .diff-info .result-box ul li:hover {
  background: #f3f3f3;
}
.finance .diff-box .box .diff .diff-info .result-box:nth-last-of-type(1) {
  border-bottom: 0;
}
.finance .diff-box .box .diff .diff-info .result-box:nth-last-of-type(1) .price {
  font-size: 0.2rem;
}
.finance .diff-box .box .diff .diff-info .result-box:nth-last-of-type(1) .price span {
  font-size: 0.16rem;
}
.finance .diff-box .box .diff .diff-info .result-select {
  cursor: pointer;
}
.finance .diff-box .box .bottom-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-left: 52%;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  margin-top: 0.24rem;
  padding-bottom: 0.1rem;
}
.finance .diff-box .box .bottom-box .btn {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border: 1px solid #424a52;
  position: relative;
  transition: all 0.3s;
}
.finance .diff-box .box .bottom-box .btn1 {
  margin-right: 0.12rem;
  width: 50%;
  cursor: pointer;
}
.finance .diff-box .box .bottom-box .btn2 {
  width: 50%;
  cursor: pointer;
}
.finance .diff-box .box::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.finance .canvas-box {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2222222;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.finance .canvas-box .t-tip {
  display: none;
}
.finance .canvas-box .box {
  background-color: #fff;
  border-radius: 0.06rem;
  width: 32%;
  padding: 0.4rem;
}
.finance .canvas-box .box .detail-bg {
  position: absolute;
  right: 0.53rem;
  top: 0;
  width: 1.95rem;
}
.finance .canvas-box .box .detail-bg img {
  width: 100%;
}
.finance .canvas-box .box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .canvas-box .box .top-box .t {
  color: #000;
  font-size: 0.2rem;
}
.finance .canvas-box .box .top-box img {
  width: 0.2rem;
  cursor: pointer;
}
.finance .canvas-box .box .car-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .canvas-box .box .car-info .left .car-name {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
.finance .canvas-box .box .car-info .left .car-style-name {
  color: #666;
  font-size: 0.14rem;
}
.finance .canvas-box .box .car-info .left .price-t {
  color: #8d8d8d;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  font-weight: bold;
}
.finance .canvas-box .box .car-info .left .price {
  color: #000;
  font-size: 0.26rem;
  font-weight: bold;
}
.finance .canvas-box .box .car-info .left .price span {
  font-size: 0.2rem;
}
.finance .canvas-box .box .car-info .right {
  width: 2.8rem;
}
.finance .canvas-box .box .car-info .right img {
  width: 100%;
}
.finance .canvas-box .box .price-info {
  display: flex;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.finance .canvas-box .box .price-info .info-box {
  width: 35%;
}
.finance .canvas-box .box .price-info .info-box .t {
  height: 0.4rem;
  display: flex;
}
.finance .canvas-box .box .price-info .info-box .t .t1 {
  color: #8d8d8d;
  font-size: 0.14rem;
}
.finance .canvas-box .box .price-info .info-box .t .t2 {
  color: #999999;
  font-size: 0.1rem;
  margin-top: 0.05rem;
}
.finance .canvas-box .box .price-info .info-box .d {
  font-size: 0.2rem;
  font-weight: bold;
}
.finance .canvas-box .box .price-info .info-box:nth-of-type(2) {
  border-left: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding: 0 3%;
}
.finance .canvas-box .box .price-info .info-box:nth-last-of-type(1) {
  margin-right: 15%;
}
.finance .canvas-box .box .result-box {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.16rem;
}
.finance .canvas-box .box .result-box .title {
  color: #8d8d8d;
  font-size: 0.14rem;
}
.finance .canvas-box .box .result-box .price {
  color: #000000;
  font-size: 0.14rem;
  font-weight: bold;
}
.finance .canvas-box .box .remarks {
  font-size: 0.1rem;
  color: #999999;
  margin-top: 0.3rem;
}
.finance .canvas-box .box .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.finance .canvas-box .box .btns .f-btn {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424a52;
  font-size: 0.16rem;
  border: 1px solid #424a52;
}
.finance .canvas-box .box .btns .btn1 {
  margin-right: 0.12rem;
  width: 40%;
  cursor: pointer;
}
.finance .canvas-box .box .btns .btn2 {
  width: 60%;
  background: #424a52;
  color: #fff;
  cursor: pointer;
}
.finance .canvas-box .close-img {
  display: none;
}
.finance .canvas-box-double {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2222222;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.finance .canvas-box-double .t-tip {
  display: none;
}
.finance .canvas-box-double .box {
  background-color: #fff;
  border-radius: 0.06rem;
  width: 55%;
  padding: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.finance .canvas-box-double .box .box-child {
  width: 50%;
}
.finance .canvas-box-double .box .box-child .detail-bg {
  position: absolute;
  right: 0.53rem;
  top: 0;
  width: 1.95rem;
}
.finance .canvas-box-double .box .box-child .detail-bg img {
  width: 100%;
}
.finance .canvas-box-double .box .box-child .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .canvas-box-double .box .box-child .top-box .t {
  color: #000;
  font-size: 0.2rem;
}
.finance .canvas-box-double .box .box-child .top-box img {
  width: 0.2rem;
  cursor: pointer;
}
.finance .canvas-box-double .box .box-child .car-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .canvas-box-double .box .box-child .car-info .left .car-name {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
.finance .canvas-box-double .box .box-child .car-info .left .car-style-name {
  color: #666;
  font-size: 0.14rem;
}
.finance .canvas-box-double .box .box-child .car-info .left .price-t {
  color: #8d8d8d;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.finance .canvas-box-double .box .box-child .car-info .left .price {
  color: #000;
  font-size: 0.26rem;
  font-weight: bold;
}
.finance .canvas-box-double .box .box-child .car-info .left .price span {
  font-size: 0.2rem;
}
.finance .canvas-box-double .box .box-child .car-info .right {
  width: 1.8rem;
}
.finance .canvas-box-double .box .box-child .car-info .right img {
  width: 100%;
}
.finance .canvas-box-double .box .box-child .price-info {
  display: flex;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  justify-content: space-between;
}
.finance .canvas-box-double .box .box-child .price-info .info-box {
  width: 35%;
}
.finance .canvas-box-double .box .box-child .price-info .info-box .t {
  height: 0.4rem;
}
.finance .canvas-box-double .box .box-child .price-info .info-box .t .t1 {
  color: #8d8d8d;
  font-size: 0.14rem;
  white-space: nowrap;
  float: left;
}
.finance .canvas-box-double .box .box-child .price-info .info-box .t .t2 {
  color: #999999;
  font-size: 0.1rem;
  display: flex;
  padding-top: 0.04rem;
  margin-right: 0.2rem;
}
.finance .canvas-box-double .box .box-child .price-info .info-box .d {
  font-size: 0.2rem;
  font-weight: bold;
}
.finance .canvas-box-double .box .box-child .price-info .info-box:nth-of-type(2) {
  border-left: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding-left: 3%;
  margin-right: 15%;
}
.finance .canvas-box-double .box .box-child .result-box {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.16rem;
}
.finance .canvas-box-double .box .box-child .result-box .title {
  color: #8d8d8d;
  font-size: 0.14rem;
}
.finance .canvas-box-double .box .box-child .result-box .price {
  color: #000000;
  font-size: 0.14rem;
  font-weight: bold;
}
.finance .canvas-box-double .box .box-child .remarks {
  font-size: 0.1rem;
  color: #999999;
  margin-top: 0.3rem;
}
.finance .canvas-box-double .box .box-child .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.finance .canvas-box-double .box .box-child .btns .f-btn {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424a52;
  font-size: 0.16rem;
  border: 1px solid #424a52;
}
.finance .canvas-box-double .box .box-child .btns .btn1 {
  margin-right: 0.12rem;
  width: 40%;
  cursor: pointer;
}
.finance .canvas-box-double .box .box-child .btns .btn2 {
  width: 60%;
  background: #424a52;
  color: #fff;
  cursor: pointer;
}
.finance .canvas-box-double .box .left {
  margin-right: 0.5rem;
}
.finance .canvas-box-double .close-img {
  display: none;
}

.ant-slider {
  width: 100%;
}

.ant-slider-handle,
.ant-slider-dot-active {
  border-color: #424a52 !important;
}

.ant-tooltip-open {
  border-color: #424a52 !important;
}

.ant-slider-track {
  background-color: #424a52 !important;
}

.ant-slider-tooltip .ant-tooltip-inner {
  font-weight: bold !important;
}

.ant-slider-handle:focus {
  box-shadow: 0 0 0 5px rgba(66, 74, 82, 0.12) !important;
}

.ant-tooltip-inner {
  padding: 3px 8px !important;
  min-height: 20px !important;
}

.ant-tooltip-arrow {
  width: 15px !important;
  height: 17px !important;
}

.ant-tooltip {
  z-index: 1 !important;
}

.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}

.ant-tooltip-hidden {
  display: none;
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
  padding-left: 8px;
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
  padding-right: 8px;
}

.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #424a52;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.ant-tooltip-arrow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: #424a52;
  content: "";
  pointer-events: auto;
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -7px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow:before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow:before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow:before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  left: -5.07106781px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow:before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow:before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  right: -5.07106781px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow:before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow:before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow:before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow:before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}

.buttonTitle1 {
  background-color: transparent;
  color: #ffffff;
  border: 0 solid tan;
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.buttonTitle1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-out;
}

.button-solid1.inverted1:hover:not(:disabled)::after {
  height: 0;
}

.button-solid1::after {
  background-color: rgb(66, 74, 82);
  top: 0;
  bottom: auto;
  height: 100%;
}

.buttonTitle1:hover {
  color: #000000;
}

.top_box_a:hover {
  color: #000000 !important;
}

.button-outline1.inverted1 {
  box-shadow: inset 0 0 0 1px #000000;
}

.message-box {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 0.14rem;
  color: #333;
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 0.6rem;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.044), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  justify-content: center;
  z-index: 200000000000;
}

.message-box img {
  width: 0.16rem;
  margin-right: 0.12rem;
}

.buttonType2 {
  z-index: 1;
  display: inline-block;
  font-weight: 800;
}

.buttonType2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-out;
}

.buttonType2:hover::after {
  height: 100%;
}

.button-outline2.inverted2 {
  color: #000000;
  box-shadow: inset 0 0 0 1px rgb(66, 74, 82);
}

.button-outline2.inverted2::after {
  background-color: rgb(66, 74, 82);
}

.button-outline2.inverted2:hover {
  color: #ffffff;
}

.finance-footer {
  display: none;
}
.finance .info-box-fix {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 50000;
}
.finance .info-box-fix .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.4rem 0.4rem;
  width: 30%;
      height: 2.5rem;
    display: flex;
    flex-direction: column;
}
.finance .info-box-fix .box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.finance .info-box-fix .box .title-box .t {
  font-size: 0.26rem;
  color: #000;
  font-weight: 500
}
.finance .info-box-fix .box .title-box img {
  width: 0.24rem;
  cursor: pointer;
}
.finance .info-box-fix .box .t-box {
      flex: 1;
    display: flex;
    align-items: center;
}
.finance .info-box-fix .box .t-box .t {
  font-size: 0.14rem;
  font-weight: bold;
}
.finance .info-box-fix .box .t-box .d {
  color: #000;
  font-size: 0.2rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .finance {
    flex-direction: column;
    height: auto;
  }
  .finance .left-box {
    width: 100%;
    padding: 0.8rem 0.4rem 1.1rem;
    background: linear-gradient(180deg, #e0e0e0 0%, #fff 100%);
  }
  .finance .left-box .top-box .car-name .name {
    font-size: 0.4rem;
  }
  .finance .left-box .top-box .car-name .name-style {
    font-size: 0.28rem;
  }
  .finance .left-box .top-box .change-box img {
    width: 0.32rem;
  }
  .finance .left-box .top-box .change-box .t {
    font-size: 0.28rem;
  }
  .finance .left-box .car-img {
    margin-top: 0.9rem;
  }
  .finance .left-box .price-input-box {
    margin-top: 0.52rem;
  }
  .finance .left-box .price-input-box .title {
    font-size: 0.28rem;
  }
  .finance .left-box .price-input-box .input-box .unit {
    font-size: 0.4rem;
    font-weight: normal;
  }
  .finance .left-box .price-input-box .input-box input {
    font-size: 0.48rem;
  }
  .finance .left-box .price-input-box .tips {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .finance .left-box .price-input-box .warning {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
  }
  .finance .left-box .price-input-box .warning img {
    width: 0.26rem;
  }
  .finance .left-box .price-input-box .warning .warning-title {
    color: #d6010d;
    font-size: 0.22rem;
    margin-left: 0.1rem;
    flex: 1;
  }
  .finance .left-box .description {
    display: none;
  }
  .finance .right-box {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .finance .right-box .slider-all{
      flex-direction: column
  }
  .finance .right-box .slider-box{
      margin-left: 0rem
  }
  .finance .right-box .right-content {
    padding: 0 0.4rem;
  }
  .finance .right-box .right-content .tag-list {
    background: #edeeef;
    border-radius: 0.44rem;
    height: 0.88rem;
    border: none;
  }
  .finance .right-box .right-content .tag-list .tag {
    width: 50%;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    justify-content: center;
    color: #666666;
    font-size: 0.32rem;
  }
  .finance .right-box .right-content .tag-list .tag-active {
    border: none;
    background: #424a52;
    color: #fff;
    height: 100%;
    border-radius: 0.44rem;
  }
  .finance .right-box .right-content .product-list {
    flex-wrap: wrap;
    margin-top: 1.1rem;
  }
  .finance .right-box .right-content .product-list .product {
    width: 48%;
    height: 0.88rem;
    border-radius: 0.12rem;
    font-size: 0.28rem;
    margin-right: 0.26rem;
    margin-bottom: 0.26rem;
  }
  .finance .right-box .right-content .product-list .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .finance .right-box .right-content .product-list .product .detail {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.14rem;
    right: 0.18rem;
  }
  .finance .right-box .slider-box .title-col{
      flex-direction: column;
      align-items: flex-start
  }
  .finance .right-box .slider-box .title .t {
    font-size: 0.32rem;
  }
  .finance .right-box .slider-box .title .price {
    font-size: 0.32rem;
  }
  .finance .right-box .slider-box .slider .price-term {
    height: 0.88rem;
    width: 30%;
    font-size: 0.28rem;
    border-radius: 0.12rem;
  }
  .finance .right-box .term-box .title {
    font-size: 0.32rem;
  }
  .finance .right-box .term-box .terms {
    flex-wrap: wrap;
  }
  .finance .right-box .term-box .terms .term {
    height: 0.88rem;
    width: 30%;
    font-size: 0.28rem;
    border-radius: 0.12rem;
    margin-right: 0.26rem;
    margin-bottom: 0.26rem;
  }
  .finance .right-box .term-box .terms .term:nth-of-type(3n) {
    margin-right: 0;
  }
  .finance .right-box .info-box .result-box {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .finance .right-box .info-box .result-box .title {
    font-size: 0.28rem;
  }
  .finance .right-box .info-box .result-box .price {
    font-size: 0.28rem;
  }
  .finance .right-box .tips {
    color: #999;
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .finance .right-box .tips .t {
    color: #999999;
    font-size: 0.2rem;
    font-weight: 300;
  }
  .finance .right-box .finance-footer {
    display: none;
  }
  .finance .right-box .remark {
    color: #999999;
    font-size: 0.2rem;
    padding: 0 0.4rem;
    display: block;
    margin-top: 0.48rem;
  }
  .finance .right-box .description {
    color: #999999;
    font-size: 0.2rem;
    display: block;
    padding: 0 0.4rem;
    margin-top: 1.1rem;
    padding-bottom: 0.66rem;
  }
  .finance .finance-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 0.4rem;
  }
  .finance .finance-footer .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .finance .finance-footer .top-box .left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .finance .finance-footer .top-box .left .t {
    font-size: 0.28rem;
  }
  .finance .finance-footer .top-box .left .price {
    font-size: 0.26rem;
    font-weight: bold;
  }
  .finance .finance-footer .top-box .right .icon-box img{
    width: 0.48rem;
  }
  .finance .finance-footer .top-box .right .icon-box .t{
    font-size: 0.28rem;
    margin-left: 0.08rem;
  }
  .finance .finance-footer .top-box .right .btn {
    height: 0.96rem;
    width: 3.36rem;
    font-size: 0.28rem;
  }
  .finance .finance-footer .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .finance .finance-footer .bottom-box .icon-box {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .finance .finance-footer .bottom-box .icon-box img {
    width: 0.48rem;
  }
  .finance .finance-footer .bottom-box .icon-box .t {
    font-size: 0.28rem;
    margin-left: 0.08rem;
  }
  .finance .finance-footer .left .price {
    font-size: 0.24rem;
    color: #000;
  }
  .finance .finance-footer .left .t {
    color: #666;
    font-size: 0.16rem;
  }
  .finance .finance-footer .right {
    display: flex;
    align-items: center;
  }
  .finance .finance-footer .right .icon-box {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0.4rem;
  }
  .finance .finance-footer .right .icon-box img {
    width: 0.34rem;
  }
  .finance .finance-footer .right .icon-box .t {
    font-size: 0.18rem;
    color: #000;
    margin-left: 0.1rem;
  }
  .finance .finance-footer .right .btn {
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.16rem;
    margin-left: 0.4rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .finance .change-car-box .change-car {
    bottom: 0;
    left: 0;
    top: auto;
    transform: initial;
    width: 100%;
    border-radius: 0;
  }
  .finance .change-car-box .change-car .title-box {
    padding-right: 0;
  }
  .finance .change-car-box .change-car .title-box .t {
    font-size: 0.32rem;
  }
  .finance .change-car-box .change-car .title-box img {
    width: 0.28rem;
  }
  .finance .change-car-box .change-car .content-box {
    margin-top: 0.8rem;
  }
  .finance .change-car-box .change-car .content-box .box {
    height: auto;
    margin-bottom: 0.6rem;
  }
  .finance .change-car-box .change-car .content-box .box .t1 {
    font-size: 0.28rem;
    padding-bottom: 0.24rem;
    font-weight: 300;
  }
  .finance .change-car-box .change-car .content-box .box img {
    width: 0.36rem;
    padding-bottom: 0.24rem;
  }
  .finance .change-car-box .change-car .content-box .sure-btn {
    margin-top: 0.2rem;
    height: 0.88rem;
    font-size: 0.28rem;
    font-weight: 300;
  }
  .finance .change-car-box .change-car .ul {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    transform: initial;
  }
  .finance .change-car-box .change-car .ul ul {
    width: 100%;
    margin-bottom: 0;
    max-height: 10rem;
    position: absolute;
    bottom: 0;
  }
  .finance .change-car-box .change-car .ul ul .title-box{
    padding: 0.2rem 0.4rem;
    padding-top: 0.6rem;
  }
  .finance .change-car-box .change-car .ul ul li {
    line-height: initial;
    padding: 0.4rem 0.4rem;
  }
  .finance .change-car-box .change-car .ul ul li .name {
    font-size: 0.28rem;
  }
  .finance .change-car-box .change-car .ul ul li img {
    padding-bottom: 0;
    width: 0.26rem;
  }
  .finance .diff-box .box {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: initial;
    left: 0;
    border-radius: 0;
  }
  .finance .diff-box .box .top-box .t {
    font-size: 0.32rem;
    font-weight: 300;
  }
  .finance .diff-box .box .top-box img {
    width: 0.28rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box {
    height: 3rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .add-img img {
    width: 0.68rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-name {
    padding-top: 0.32rem;
    padding-left: 0.32rem;
    font-size: 0.28rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-style-name {
    font-size: 0.24rem;
    padding-left: 0.32rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.32rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .car-img {
    display: none;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .price .t {
    font-size: 0.2rem;
    float: left;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .price .t2 {
    font-size: 0.16rem;
    display: flex;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .price .d {
    font-size: 0.24rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .change-box {
    width: 1.6rem;
    padding: 0.15rem 0;
    margin-top: 0.2rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .change-box img {
    width: 0.3rem;
  }
  .finance .diff-box .box .diff .diff-info .car-info-box .car-price-box .change-box .t {
    font-size: 0.2rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box {
    padding: 0 0.2rem;
    height: 0.88rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box .title {
    font-size: 0.2rem;
    width: 1.2rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box .price {
    font-size: 0.2rem;
    justify-content: flex-end;
  }
  .finance .diff-box .box .diff .diff-info .result-box img {
    width: 0.36rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box .ul-box {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    z-index: 222;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul {
    top: auto;
    width: 100%;
    bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
    max-height: 10rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul li {
    padding: 0.4rem 0;
    margin: 0 0.4rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul li:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul li .name {
    font-size: 0.28rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul li img {
    width: 0.28rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul .ul-box-li {
    margin: 0;
    padding: 0.4rem;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul .ul-box-li .ul-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul .ul-box-li .ul-box-header .t {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .finance .diff-box .box .diff .diff-info .result-box ul .ul-box-li .ul-box-header img {
    width: 0.28rem;
  }
  .finance .diff-box .box .bottom-box {
    padding-left: 0;
  }
  .finance .diff-box .box .bottom-box .btn {
    height: 0.88rem;
    font-size: 0.28rem;
  }
  .finance .detail-box .box {
    width: 100%;
    border-radius: 0;
    bottom: 0;
    top: auto;
    transform: initial;
    left: 0;
  }
  .finance .detail-box .box .detail-bg {
    top: 0;
    right: 0.48rem;
    width: 2.88rem;
  }
  .finance .detail-box .box .top-box .t {
    font-size: 0.32rem;
    font-weight: 300;
  }
  .finance .detail-box .box .top-box img {
    width: 0.28rem;
  }
  .finance .detail-box .box .car-info .left .car-name {
    font-size: 0.36rem;
    font-weight: 500;
    white-space: nowrap;
  }
  .finance .detail-box .box .car-info .left .car-style-name {
    font-size: 0.24rem;
    font-weight: 300;
  }
  .finance .detail-box .box .car-info .left .price-t {
    font-size: 0.24rem;
    font-weight: 300;
    display: flex;
  }
  .finance .detail-box .box .car-info .left .price-t .t2 {
    font-size: 0.24rem;
    font-weight: 300;
    display: flex;
    margin-top: 0
  }
  .finance .detail-box .box .car-info .left .price {
    font-size: 0.3rem;
  }
  .finance .detail-box .box .car-info .right {
    width: 4.25rem;
  }
  .finance .detail-box .box .car-info .left{
    width: 3.65rem;
  }
  .finance .detail-box .box .price-info .info-box {
    padding-right: 6%;
    width: auto;
  }
  .finance .detail-box .box .price-info .info-box .t {
    height: 0.35rem;
  }
  .finance .detail-box .box .price-info .info-box .t .t1 {
    font-size: 0.24rem;
    font-weight: 300;
  }
  .finance .detail-box .box .price-info .info-box .t .t2 {
    font-size: 0.2rem;
  }
  .finance .detail-box .box .price-info .info-box .d {
    font-size: 0.26rem;
  }
  .finance .detail-box .box .price-info .info-box:nth-of-type(2) {
    padding: 0 5%;
  }
  .finance .detail-box .box .result-box {
    margin-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
  .finance .detail-box .box .result-box .title {
    font-size: 0.24rem;
  }
  .finance .detail-box .box .result-box .price {
    font-size: 0.24rem;
  }
  .finance .detail-box .box .remarks {
    font-size: 0.2rem;
  }
  .finance .detail-box .box .btns .f-btn {
    height: 0.88rem;
    font-size: 0.28rem;
  }
  .finance .canvas-box .t-tip {
    display: block;
    color: #fff;
    font-size: 0.32rem;
  }
  .finance .canvas-box .box {
    width: 93%;
    border-radius: 0.12rem;
    margin: 0.2rem 0;
  }
  .finance .canvas-box .box .detail-bg {
    right: 0.66rem;
    width: 2.7rem;
  }
  .finance .canvas-box .box .car-info .left .car-name {
    font-size: 0.4rem;
    white-space: nowrap;
  }
  .finance .canvas-box .box .car-info .left .car-style-name {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .car-info .left .price-t {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .car-info .left .price {
    font-size: 0.4rem;
  }
  .finance .canvas-box .box .car-info .right {
    width:3rem;
  }
  .finance .canvas-box .box .price-info .info-box {
    padding-right: 5%;
    width: auto;
  }
  .finance .canvas-box .box .price-info .info-box .t {
    height: 0.7rem;
    display: flex;
    align-items: center
  }
  .finance .canvas-box .box .price-info .info-box .t .t1 {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .price-info .info-box .t .t2 {
    font-size: 0.2rem;
    display: flex;
    white-space: nowrap;
    margin-top: .1rem
  }
  .finance .canvas-box .box .price-info .info-box .d {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .price-info .info-box:nth-of-type(2) {
    padding-left: 3%;
    padding-right: 1%;
  }
  .finance .canvas-box .box .price-info .info-box:nth-last-of-type(1) {
    margin-left: -10%;
  }
  .finance .canvas-box .box .result-box {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .finance .canvas-box .box .result-box .title {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .result-box .price {
    font-size: 0.28rem;
  }
  .finance .canvas-box .box .remarks {
    font-size: 0.19rem;
  }
  .finance .canvas-box .close-img {
    display: block;
    width: 0.56rem;
    margin-top: 0.1rem;
  }
  .finance .canvas-box-double .t-tip {
    display: block;
    color: #fff;
    font-size: 0.32rem;
  }
  .finance .canvas-box-double .box {
    width: 93%;
    border-radius: 0.12rem;
    margin: 0.2rem 0;
  }
  .finance .canvas-box-double .box .left {
    margin-right: 0.1rem;
  }
  .finance .canvas-box-double .box .box-child .detail-bg {
    right: 0.11rem;
    width: 1.8rem;
  }
  .finance .canvas-box-double .box .box-child .car-info .left .car-name {
    font-size: 0.2rem;
    white-space: nowrap;
  }
  .finance .canvas-box-double .box .box-child .car-info .left .car-style-name {
    font-size: 0.15rem;
    white-space: nowrap;
  }
  .finance .canvas-box-double .box .box-child .car-info .left .price-t {
    font-size: 0.15rem;
  }
  .finance .canvas-box-double .box .box-child .car-info .left .price {
    font-size: 0.2rem;
  }
  .finance .canvas-box-double .box .box-child .car-info .right {
    width: 1.8rem;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box {
    padding-right: 0%;
    width: auto;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box .t {
    height: 0.4rem;
    display: flex;
    align-items: center;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box .t .t1 {
    font-size: 0.13rem;
    white-space: nowrap;
    float: left;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box .t .t2 {
    font-size: 0.13rem;
    display: flex;
    margin-top: 0rem;
    white-space: nowrap;
    padding-top: 0
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box .d {
    font-size: 0.15rem;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box:nth-of-type(2) {
    padding: 0 2%;
  }
  .finance .canvas-box-double .box .box-child .price-info .info-box:nth-last-of-type(1) {
    padding: 0;
    padding-left: 8%;
  }
  .finance .canvas-box-double .box .box-child .result-box {
    margin-top: 0.14rem;
    padding-bottom: 0.14rem;
  }
  .finance .canvas-box-double .box .box-child .result-box .title {
    font-size: 0.13rem;
  }
  .finance .canvas-box-double .box .box-child .result-box .price {
    font-size: 0.13rem;
  }
  .finance .canvas-box-double .box .box-child .remarks {
    font-size: 0.13rem;
  }
  .finance .canvas-box-double .close-img {
    display: block;
    width: 0.56rem;
    margin-top: 0.1rem;
  }
  .finance .info-box-fix .box {
    bottom: 45%;
    left: 5%;
    top: auto;
    transform: initial;
    width: 90%;
    border-radius: 0;
  }
  .finance .info-box-fix .box .title-box {
    padding-right: 0;
    margin-bottom: 0.08rem;
  }
  .finance .info-box-fix .box .title-box .t {
    font-size: 0.32rem;
  }
  .finance .info-box-fix .box .title-box img {
    width: 0.28rem;
  }
  .finance .info-box-fix .box .t-box {
    margin-top: 0.4rem;
  }
  .finance .info-box-fix .box .t-box .t {
    font-size: 0.28rem;
  }
  .finance .info-box-fix .box .t-box .d {
    font-size: 0.24rem;
  }



    .finance .left-box .top-box{
        margin-top: 0.5rem;
    }
    .finance .left-box .top-box .change-box{
        margin-top: -0.55rem;
    }
    .finance .left-box .top-box .car-name .name{
        font-size: 0.38rem;
        font-weight: 500;
    }
    .finance .left-box .top-box .car-name .name-style{
        font-size: 0.24rem;
        letter-spacing: 0.02rem;
    }
    .finance .left-box .top-box .change-box .t{
        font-size: 0.25rem;
        font-weight: 300;
    }
    .finance .left-box .price-input-box .title{
        font-size: 0.24rem;
        font-weight: 300;
        margin-bottom: -0.2rem;
    }
    .finance .left-box .price-input-box .input-box .unit{
        font-size: 0.36rem;
        font-weight: 550;
    }
    .finance .left-box .price-input-box .input-box input{
        font-size: 0.48rem;
        font-weight: 550;
    }
    .finance .left-box .price-input-box .input-box{
        padding-bottom: 0rem;
    }
    .finance .left-box .price-input-box .tips{
        color: #bfbfbf;
        font-size: 0.22rem;
        font-weight: 300;
    }
    .finance .right-box .right-content .tag-list{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .right-content .product-list .product{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title-col{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .ant-slider-mark-text{
        font-size: 0.23rem;
    }
    .finance .right-box .term-box .title{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .term-box .slider {
        margin-top: .5rem
    } 
    .finance .right-box .term-box .terms .term.active{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .info-box .result-box{
        font-size: 0.26rem;
    }
    .finance .right-box .tips{
        font-size: 0.22rem;
        font-weight: 300;
    }
    .finance .right-box .description{
        margin-top: 0.35rem;
        font-weight: 300;
    }
    .finance .finance-footer .top-box .left .t{
        font-size: 0.26rem;
    }
    .finance .finance-footer .top-box .right .btn{
        font-size: 0.26rem;
    }
    .finance .finance-footer .bottom-box .icon-box .t{
        font-size: 0.26rem;
    }
    .finance .finance-footer .bottom-box .btn{
        height: 0.96rem;
        width: 100%;
        font-size: 0.26rem;
        font-weight: 300;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .4rem
    }
    .finance .left-box .price-input-box{
        padding-top: 0.2rem;
    }
    .finance .right-box .right-content .tag-list .tag{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title .t{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title .price{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title .t{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .slider-box .title .price{
        font-size: 0.26rem;
        font-weight: 300;
    }
    .finance .right-box .info-box .result-box .title{
        font-size: 0.26rem;
        font-weight: 400;
    }
    .finance .right-box .info-box .result-box .price{
        font-size: 0.26rem;
        font-weight: 400;
    }
    .finance .left-box{
        padding-bottom: 0.5rem;
    }
    .finance .right-box .right-content .product-list{
        margin-top: 0.5rem;
    }
    .finance .change-car-box .change-car .ul ul li:last-of-type{
        padding-bottom: 1.5rem;
    }
    .finance .detail-box .box .price-info .info-box{
        width: 50%;
    }
    .ant-slider{
    width: 90%;
    margin-left: 0.3rem;
    }
    .finance .left-box .price-input-box .policy-box{
    color: #d6010d;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.031em;
    line-height: 22.6333px;
    }

   
    .finance-pc{
        display: none;
    }


    .finance .detail-box .box{
        padding: 0rem 0.4rem 1rem;
    }

}/*# sourceMappingURL=finance2024.css.map */