<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#contrast_box .contrast_modal{
  padding:20px;
}
#contrast_box .contrast_modal h3.modal-title{
  font-size:20px;
  color: #333;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
}
#contrast_box .contrast_modal .row{
  margin: 0;
}
#contrast_box .contrast_modal .car-show{
  width:100%;
  /*height:420px;*/
  margin-top:15px;
}
#contrast_box .contrast_modal .car-show .col-md-4{
  margin-right:15px;
  padding-left:0;
  padding-right:0;
  width: 32.333%;
  padding-bottom:25px;
}
#contrast_box .contrast_modal .car-show .col-md-4:last-child{
  margin-right:0;
}
.car-show .car{
  border:1px solid rgba(221,221,221,1);
  height:390.5px;
}
.car-show .car ul li{
  margin:0 20px;
}
.car-show .car ul li:first-child{
  margin:0;
}
.car-show .car .car_modal_photo{
  width:100%;
  height:255.5px;
  position: relative;
}
.car-show .car .car_modal_photo .delete{
  position: absolute;
  top:10px;
  right:10px;
  color: #ddd;
  cursor: pointer;
  opacity:.7;
}
.car-show .car .car_modal_photo .delete:hover{
  opacity:1;
}
.car-show .car .car_modal_name{
  font-size:16px;
  color: rgba(51,51,51,1);
  width:300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:15px;
  padding-bottom:10px;
  border-bottom:1px solid #e5e5e5;
}
.car-show .car .car_modal_info{
  font-size:16px;
  color: rgba(153,153,153,1);
  margin-top:10px;
}
.car-show .car .car_modal_info span{
  margin-right:5px;
  display: inline-block;
}
.car-show .car .car_modal_info span:last-child{
  margin-right:0;
}
.car-show .car .car_modal_price{
  margin-top:10px;
}
.car-show .car .car_modal_price b{
  font-weight:normal;
  color: #ff3636;
  font-size:18px;
  margin-right:15px;
}
.car-show .car .car_modal_price s{
  color: #999;
  font-size:14px;
}
.car-show .car .car_modal_empty{
  width:100%;
  height:255.5px;
  background: #e6e6e6;
  line-height:255px;
  text-align: center;
}
.car-show .car .car_modal_empty i{
  color: #ff6363;
}







/*瀵规瘮 modal btn*/
#contrast_box .contrast_modal .modal-btn{
  width:100%;
  margin-top:30px;
  height:40px;
}
#contrast_box .contrast_modal .modal-btn a{
  width:120px;
  height:38px;
  display: inline-block;
  text-align: center;
  line-height:38px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #fff;
  cursor: pointer;
}
#contrast_box .contrast_modal .modal-btn a:first-child{
  float: left;
  color: rgba(153,153,153,1);
  font-size:18px;
}
#contrast_box .contrast_modal .modal-btn a:first-child:hover{
  background: rgba(71,153,255,1);
  color: #fff;
  font-size:16px;
}
#contrast_box .contrast_modal .modal-btn a:last-child{
  float: right;
  background: rgba(71,153,255,1);
  color: #fff;
  font-size:16px;
}
#contrast_box .contrast_modal .modal-btn a:last-child:hover{
  background-color: #66abff;
}</pre></body></html>