<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.xj_baoming li {
  height: 42px;
  line-height: 42px;
  color: #555;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  width: 9.4rem;
  display:inline-block;
  width: 42%;
  margin: 0 20px 15px;
}

.xj_baoming li select,
.xj_baoming li input {
      width: 100%;
      color: #555;
      font-size: 15px;
      background:none;
      height: 40px;
    line-height: 40px;
    border:none;
    padding-left:8px;
}

.xunjia .xj_weizhi select {
  height: 42px;
  line-height: 42px;
  color: #555;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-left: 8px;
  width: 46.6%;
  font-size: 15px;
}

.xunjia .xj_weizhi select option {
  padding-right: 8px;
}

.xunjia button {
  width: 97%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: white;
  background: #4f80f7;
  border:none;
  margin: 0 0 20px 0;
}

.xunjia .terms {
  overflow: hidden;
  font-size: 12px;
  color:#555;
  background: none;
  padding: 0;
  -webkit-border-radius: 0rem;
  border-radius: 0rem;
  text-align: center;
  padding-bottom: 2%;
}

.xunjia .terms span {

  position: relative;
  padding: 0;
  margin: .025rem 0.2rem 0 0.4rem;
}

.xunjia .tishi {
  color: #999;
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
  margin:5px 0 10px;
}



.topdiv .info-box {
	    padding: 0px 35px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


		.topdiv .info-box .info-img{
			width: 54%;
			margin-right: 40px;
			position: relative;
			font-size: 0;
			background: #fff none repeat scroll 0 0;
		}

		.topdiv .info-box .info-img img{
			border-radius: 0;
		}
		.topdiv .info-box .info-item{
			width: 100%;
			padding: 0 15px 20px;
		}
		.topdiv .info-box .info-item .item-tit{
			font-size: 19px;
			margin-bottom: 15px;
		}
		.topdiv .info-box .info-item .item-desc{
			font-size: 16px;
			letter-spacing：0.1px !important；
			padding-left:0 !important;
		}
		.topdiv .info-box .share-box{
			margin-top: 8px;
			flex-direction: column;
			align-items: flex-start;
		}
		.topdiv .info-box .share-box .item-btn{
			display: block;
			width: 100%;
			font-size: 16px;
			padding: 0 5%;
			margin: 15px 0;
			height: 40px;
			line-height: 40px;
			text-align: center;
		}
		
	.carshow .topdiv {
	    display: flex;
	    justify-content: space-between;
		background:white
	}
	
	.carshow .toprightright {
	    display: inline-block;
	    justify-content: space-between;
	    padding-bottom: 20px;
		width: 25%;
		background:white
	}
	
	.carshow .topdivbig {
		display: flex;
    	justify-content: space-between;
		padding-bottom: 20px;
	}
	
.topdiv .info-box .info-item {
    width: 60%;
    margin-top:30px;
}

.topdiv .info-box .info-item .item-tit {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing:1px;
}

.topdiv .info-box .info-item .item-desc {
    color: #555;
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    letter-spacing:1.5px;
    padding-left:10px;
}

.topdiv .info-box .info-item .item-desc img {
    width: 18px;
    margin-right: 5px;
}

.topdiv .info-box .share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.topdiv .info-box .share-box .item-btn {
    width: 179px;
    background: #4f80f7;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	display: none;
}

.topdiv .info-box .share-box .item-share {
    display: flex;
    align-items: center;
    font-size:15px;
    color:#777;
 
    margin-left:60%;
}


.topdiv .info-box .share-box .item-share img {
    width: 25px;
    margin: 0 3px;
    margin-left:60%;
    color：#555；
}

.post-meta li {
	position: relative;
	margin-right: 12px;
	color: #999;
	font-size: 13px;
	padding-left: 10px;
	display: inline-block;
	margin-bottom: 40px;
}
 .post-meta li img{
width: 18px;
vertical-align: middle;
margin-right: 5px;
margin-top: -2px;
 }
 
/* 品牌选择 begin*/
 
 div.slide-wrapper {
    width: 70%;
    position: fixed;
    height: 100%;
    z-index: 4;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
}

div.slide-wrapper&gt;.slide-div1 {
    background-color: #343434;
    min-height: 100%;
}

div.slide-wrapper.moved {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 0.1rem 0.35rem #888888;
}

.choicepsit {
    position: fixed;
}

.topnav {
    width: 4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
}

.topnav_left {
    position: absolute;
    left: 0.28rem;
    top: 0.1rem;
    width: 0.16rem;
    height: 0.46rem;
    line-height: .46rem;
    overflow: hidden;
}

.topnav_left img {
    width: 80%;
    overflow: hidden;
}

.topnav h3 {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    color: #21292c;
    margin: 0;
    padding-right: .5rem;
}

.slide-slow ul {
    border-top: 1px solid #f5f5f5;
    overflow-y: auto;
}

.slide-slow .slide-chexing {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    box-align: center;
    -moz-box-align: center;
    border-bottom: 1px solid #dee2e6;
    color: #768085;
    font-size: 0.24rem;
    padding: .1rem .15rem;
}

.slide-chexing .slide-img {
    width: 1.2rem;
    height: 1rem;
    overflow: hidden;
    margin-right: 0.15rem;
}

.slide-chexing .slide-img img {
    width: 100%;
}

.slide-chexing .slide-size {
    max-width: 4.5rem;
}

.slide-chexing .slide-size h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #131313;
    line-height: 0.3rem;
    font-size: 0.2rem;
    margin: 0;
}

.slide-chexing .slide-size h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: red;
    font-size: 0.2rem;
    line-height: 0.5rem;
    margin: 0;
}

.slide-slow {
    display: none;
    position: fixed;
}

.slide-slow li p {
    padding: 0.15rem;
    color: #000;
    font-size: 0.28rem;
    font-weight: 600;
}

.choice {
    position: relative;
    border-top: 1px solid #f5f5f5;
}

.choiceleft {
    width: 100%;
    overflow: auto;
    position: relative;
    z-index: 0;
}

.choice dl {
    background: #fff;
    color: #666;
    font-size: .18rem;
    border-bottom: 1px solid #F1F1F1;
    font-weight: bold;
}

.choice dl dt {
    padding: 0.1rem 0.15rem;
    display: block;
    background: #f5f5f5;
    color: #788185;
    font-size: 0.22rem;
}

.choice dl dt a {
    color: #666;
    display: flex;
    align-items: center;
}

.choice dl dd {
    border-bottom: 1px solid #F1F1F1;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-box-align: center;
    box-align: center;
    align-items: center;
    -moz-box-align: center;
    margin: 0;
    width: 7rem;
}

.choice .chioceddimg {
    width: 1rem;
    overflow: hidden;
    background: #fff;
    padding: 0 0.2rem;
}

.choice .chioceddimg img {
    width: 90%;
}

.choice .chioceddp {
    color: #343839;
    font-weight: 400;
    height: .6rem;
    line-height: .6rem;
    max-width: 5.75rem;
    width: 5.75rem;
    font-size: 0.18rem;
}

.choiceright {
    position: absolute;
    right: 55%;
    top: 50%;
    top: 10% \9;
    z-index: 999;
    transform: translateY(-50%);
}

.choiceright ul {
    width: 0.4rem;
    position: relative;
}

.choiceright li {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: .15rem;
}

.choiceright li a {
    width: 0.4rem;
    display: block;
    height: 0.2rem;
    line-height: .2rem;
    text-align: center;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    transition: all .25s ease-in-out;
}

.choiceright li.active a {
    color: red;
}

.fuceng {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1;
}

 
/* 品牌选择  end */
.modal{
	z-index: 1 ;
}

@media screen and (max-width: 750px) {
	.xj_baoming li{
    	       width: 48%;
               margin-right: 0px;
    	}
    	.xj_baoming li select, .xj_baoming li input{
    		width: 100%;
        }
 
	
    .carshow .carshow-main .carshow-info-box .carshow-info .info-box{
    	width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 250px;
        flex-direction: column;
    }
    .info-content{
	    margin-top:20px;
    }
    .carshow .carshow-main .carshow-info .info-box .info-img {
        width:100%
    }
    .item-info2{
	   width:100%;
       margin-top: 19px;
    }    
    
    .info-content p img{
	    width: auto;
        max-width: 100%;
    }
    
    .videowidth{
	       width: 100%
	    }
	      .wz_baoming {
            padding: 10px;
            width: 100%;
        }	
        .wz_baoming h3 {
            font-size: 16px;
		margin-bottom
        }
	.wz_baoming ul { text-align: left;}
        .wz_baoming ul li {
            display: inline-block;
            height: 44px;
       	width: 97% !important;
	margin-bottom:10px;
        }
        .wz_baoming button {
	width:97% ;    
        }
        
    .pinpaibox{
        flex-direction: column;
   	    padding: 0 0;
    }
    
    .pinpaibox li{
    	width:25%;
    }
    
    .pinpaibox li select,.pinpaibox li input{
    	width:100%;
    	height:100%;
    	line-height:100%;
    }
    
    .licodeinput{
        width: 60% !important;
    }

    .adhide{
	   display:none
    }
    
	.carshow .topdivbig{
		height: auto;
	}
	
	.carshow .topdiv,.carshow .info-box{
			width: 100%;
			flex-direction: column;
			margin-bottom: 0;
			padding: 0;
		}
	.topdiv .info-box .info-img {
	    width: 90%;
	    margin: 0 auto;
	    margin-top: 20px;
	}
	.topdiv .info-box .info-item {
	    width: 100%;
	    padding: 0 15px 20px;
	}
	.topdiv .info-box .share-box {
	    margin-top: 8px;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.topdiv .info-box .share-box .item-btn {
	    display: block;
	    width: 100%;
	    font-size: 16px;
	    padding: 0 5%;
	    margin: 15px 0;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	}
	.topdiv .info-box .share-box .item-share {
	    margin-left: 1%;
	}
	.post-meta2 li{
		margin-bottom:0px;
	}
}
</pre></body></html>