.csd-wrap p {
  margin: 0;
}

.csd-wrap button {
  border: none;
}

.csd-wrap img {
  width     : 100%;
  height    : auto;
  object-fit: cover;
}

.csd-wrap button:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color           : light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color    : light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}


.csd-wrap input[type="text"]:focus {
  outline         : none;
  box-shadow      : none;
  border          : 1px solid #ccc;
  background-color: white;
}

.csd-wrap input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin            : 0;
}

.csd-wrap input[type="number"] {
  -moz-appearance: textfield;
}

.csd-wrap input[type="text"],
textarea,
select {
  border          : none !important;
  outline         : none !important;
  background-color: transparent !important;
  appearance      : none;
  box-shadow      : none !important;
  margin          : 0;
}

.title {
  padding         : 30px;
  box-sizing      : border-box;
  background-color: #ffffff;
  margin          : 120px 0 0;
  border-radius   : 12px;
}

.title-left {
  width  : 68%;
  height : 100%;
  padding: 0;
}

.title-left-imgs {
  width           : 100%;
  height          : 528px;
  background-color: #f7f8ff;
  border-radius   : 12px;
  margin-bottom   : 20px;
}

.title-left-options {
  width           : 100%;
  height          : 55px;
  background-color: yellowgreen;
}

.title-right {
  width       : 32%;
  height      : 100%;
  padding-left: 30px;
  color       : #000;
}

.title-right-name {
  font-family  : PingFangSC, PingFang SC;
  font-size    : 22px;
  font-weight  : 600;
  margin-bottom: 20px;
}

.title-right-list {
  background   : #f7f8fa;
  border-radius: 8px;
  padding      : 16px;
  box-sizing   : border-box;
}

.title-right-list li {
  font-family    : PingFangSC, PingFang SC;
  font-weight    : 400;
  font-size      : 14px;
  color          : #757580;
  line-height    : 28px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.title-right-list li span {
  width      : 60%;
  font-weight: 500;
}

.title-right-date {
  font-family: PingFangSC, PingFang SC;
  font-size  : 12px;
  color      : #aaaab3;
  margin-top : 15px;
}

.title-right-date li {
  line-height: 20px;
}

.title-right-price {
  display        : flex;
  justify-content: space-between;
  font-size      : 14px;
  color          : #414147;
  margin         : 30px 0;
}

.title-right-price li {
  display       : flex;
  flex-direction: column;
  align-items   : center;
}

.title-right-price li span {
  font-weight: 600;
  font-size  : 22px;
}

.title-right-btn {
  width           : 100%;
  height          : 40px;
  text-align      : center;
  background-color: #d01818;
  color           : #fff;
  border-radius   : 8px;
  font-size       : 14px;
}

.info {
  padding         : 20px 30px;
  box-sizing      : border-box;
  background-color: #ffffff;
  margin          : 30px 0;
  border-radius   : 12px;
}

.info ul li {
  width: 100%;
}

.info-title {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  background     : #f7f8fa;
  border-radius  : 8px;
  padding        : 13px 20px;
  box-sizing     : border-box;
}

.info-title img {
  width : 20px;
  height: 20px;
}

.info-list {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  /* 创建两列，每列占50%的宽度 */
  gap                  : 0 20px;
  /* 设置列之间的间隔 */
}

.info-list p {
  font-size      : 14px;
  color          : #8c8c8c;
  line-height    : 20px;
  display        : flex;
  justify-content: space-between;
  padding        : 16px 25% 16px 20px;
  box-sizing     : border-box;
  border-bottom  : 1px solid #eee;
}

.info-list p:last-child {
  border-bottom: none;
}

.info-list p span {
  color: #151515;
}

.info-states {
  display    : flex;
  align-items: center;
  padding    : 20px;
  box-sizing : border-box;
}

.info-states-item {
  display     : flex;
  align-items : center;
  margin-right: 8%;
  color       : #151515;
  font-size   : 14px;
}

.info-states-item img {
  display      : block;
  width        : 26px;
  height       : 26px;
  border-radius: 50%;
  border       : 1px solid #eee;
  margin-right : 6px;
  padding      : 3px;
  box-sizing   : border-box;
}

.imgs {
  padding         : 20px 30px;
  box-sizing      : border-box;
  background-color: #ffffff;
  border-radius   : 12px;
  margin          : 0;
}


.imgs ul {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  /* 创建两列，每列占50%的宽度 */
  gap                  : 0 20px;
  margin-top           : 20px;
}

.imgs ul li {
  width           : 100%;
  height          : 390px;
  background-color: #f7f8fa;
  border-radius   : 12px;
  overflow        : hidden;
  margin-bottom   : 20px;
}

.imgs ul li img {
  width : 100%;
  height: 100%;
}

.label {
  font-weight: 600;
  font-size  : 20px;
  color      : #000000;
}

.underline {
  font-size      : 14px;
  font-weight    : 500;
  text-decoration: underline;
}

.black {
  color: #000;
}

.red {
  color: #d01818 !important;
}

.indicator-image {
  cursor       : pointer;
  width        : 71px;
  height       : 53px;
  margin       : 0 5px;
  border-radius: 10px;
}

.indicator-image img {
  width        : 100%;
  height       : 100%;
  border-radius: 6px;
  overflow     : hidden;
}

.carousel-inner {
  height: 528px;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  width        : 100%;
  height       : 100%;
  border-radius: 12px;
}

.carousel-control-next,
.carousel-control-prev {
  display    : flex;
  align-items: center;
}

.carousel-indicators {
  position        : unset;
  margin          : 0;
  padding         : 0;
  background-color: #fff;
}

.carousel-indicators .active {
  position: relative;
}

.carousel-indicators .active::after {
  content       : "";
  /* 创建一个空内容 */
  position      : absolute;
  /* 绝对定位 */
  top           : 0;
  /* 根据需要调整位置 */
  left          : 0;
  /* 根据需要调整位置 */
  right         : 0;
  /* 根据需要调整位置 */
  bottom        : 0;
  /* 根据需要调整位置 */
  border        : 2px solid #777777;
  /* 设置边框样式 */
  border-radius : 6px;
  pointer-events: none;
  /* 使事件穿透 */
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height       : 38px;
  background   : #000000;
  border-radius: 4px;
  filter       : none !important;
}

.carousel-control-prev-icon {
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/left.png) no-repeat;
  background-size: 100% 100%;
}

.carousel-control-next-icon {
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/right.png) no-repeat;
  background-size: 100% 100%;
}

.special {
  display    : flex;
  align-items: center;
}

.special :first-child {
  background   : #ffffff;
  border-radius: 8px;
  border       : 1px solid #d2d2d9;
  color        : #000;
}

/* .modal-dialog {
        max-width: 58% !important;
      } */

.modal-body-title {
  display: flex;
}

.modal-title-left {
  width        : 240px !important;
  height       : 180px !important;
  border-radius: 8px;
}

.modal-title-right {
  flex   : 1;
  padding: 0 20px;
}

.modal-title-right p:first-child {
  font-weight  : 600;
  font-size    : 22px;
  color        : #000000;
  line-height  : 30px;
  margin-bottom: 20px;
}

.modal-title-right p:last-child {
  font-weight   : 400;
  font-size     : 14px;
  color         : #555555;
  display       : flex;
  flex-direction: column;
}

.modal-title-right p:last-child span {
  font-weight: 600;
  font-size  : 22px;
}

.modal-body-item {
  padding              : 12px 0;
  display              : grid;
  gap                  : 0 20px;
  grid-template-columns: repeat(2, 1fr);
}

.modal-body-item-left,
.modal-body-item-right {
  flex         : 1;
  display      : flex;
  align-items  : center;
  font-size    : 14px;
  border-bottom: 1px solid #e5e5e5;
}

.csd-wrap .form-label {
  width : 180px;
  color : #aaaab3;
  margin: 0 !important;
}

ƒ .csd-wrap .form-select,
.form-control {
  border   : none !important;
  font-size: 14px !important;
}

.csd-wrap .form-select {
  font-size: 14px;
}

.modal-msg-top {
  padding   : 10px 18px;
  box-sizing: border-box;
  background: #f7f8fa;
}

.modal-body-msg {
  width        : 100%;
  height       : auto;
  background   : #ffffff;
  border-radius: 8px;
  border       : 1px solid #d2d2d9;
  overflow     : auto;
}

.modal-body-btn {
  width          : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 50px 100px 25px;
  box-sizing     : border-box;
}

.modal-body-btn a {
  flex         : 1;
  height       : 32px;
  line-height  : 32px;
  background   : #ffffff;
  color        : #000;
  border-radius: 8px;
  border       : 1px solid #d2d2d9;
  font-size    : 14px;
  text-align   : center;
}

.modal-body-btn a:last-child {
  background : #d01818;
  color      : #fff !important;
  margin-left: 10px;
}

.inquiry {
  width        : 100%;
  height       : 48px;
  background   : #d01818 !important;
  border-radius: 8px;
  color        : white;
  font-size    : 16px;
}

.csd-wrap .form-check {
  display    : flex !important;
  align-items: center;
  font-size  : 14px;
}

.csd-wrap .form-check .price {
  background   : transparent;
  border       : none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

._phone {
  display    : flex;
  align-items: center;
}

.sucess-modal-wrap {
  padding   : 40px 85px 28px;
  box-sizing: border-box;
}

.sucess-modal-wrap {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.sucess-icon {
  width        : 64px !important;
  height       : 64px !important;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sucess-btn {
  width      : 100%;
  display    : flex;
  align-items: center;
  padding    : 50px 100px 25px;
  box-sizing : border-box;
}

.sucess-hint {
  display           : flex;
  flex-direction    : column;
  align-items       : center;
  justify-content   : center;
  font-size         : 20px;
  color             : #000;
  /* line-height    : 32px; */
}

.sucess-hint span {
  font-weight: 400;
  font-size  : 14px;
  color      : #757580;
}

.sucess-btn a {
  flex         : 1;
  height       : 32px;
  line-height  : 32px;
  background   : #ffffff;
  color        : #000;
  border-radius: 8px;
  border       : 1px solid #d2d2d9;
  font-size    : 14px;
  text-align   : center;
}

.sucess-btn a:last-child {
  background : #d01818;
  color      : #fff !important;
  margin-left: 10px;
}

.imgs-more {
  width     : 15%;
  text-align: center;
  margin    : 0 auto;
  font-size : 14px;
  color     : #757580;
  cursor    : pointer;
}

.imgs-more img {
  width : 12px;
  height: 5px;
}

.modal-body-info {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  gap            : 8px;
  color          : #AAAAB3;
  font-size      : 14px;
}

.modal-body-info ._info-row1 {
  font-size : 14px;
  color     : #555;
  margin-top: 14px;
}

.modal-body-info ._info-row2 {
  font-size  : 26px;
  font-weight: 700;
  color      : #D01818;
}

.modal-body-info ._info-row3 {
  font-size  : 14px;
  color      : #555;
  display    : flex;
  align-items: end;
}

._input-container {
  display       : flex;
  margin-left   : 8px;
  /* align-items: center; */
}

._input-container button {
  background-color: unset;
  border          : none;
  cursor          : pointer;

  width  : 28px;
  height : 28px;
  padding: 5px;
  border : 1px solid #e5e5e5;
}

._input-container button i {
  display: block;
  width  : 15px;
  height : 15px;
}

.jia {
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/jia.png) no-repeat;
  background-size: 100% 100%;
}

.jian {
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/jian.png) no-repeat;
  background-size: 100% 100%;
}

._input-container input {
  border       : none;
  width        : 50px;
  margin       : 0 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align   : center;
}

._input-container input:focus {
  outline: none;
}

._input-container button:disabled {
  color : gray;
  cursor: not-allowed;
}

.modal-body-btn a:first-child {
  border    : 1px solid #D2D2D9;
  background: #fff;
  color     : #000;
}

.m-30 {
  margin: 30px 0;
}

.ml-10 {
  margin-left: 10px;
}

._collect {
  display        : block;
  width          : 35px;
  height         : 35px;
  position       : absolute;
  right          : 10px;
  top            : 10px;
  z-index        : 10;
  cursor         : pointer;
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/collecting.png) no-repeat;
  background-size: 100% 100%;
}

._collect.active {
  background     : url(https://autoxnex-1343818424.cos.ap-beijing.myqcloud.com/autoxnex/ui/website/views/car-source-details/imgs/collecting_a.png) no-repeat;
  background-size: 100% 100%;
}