* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: Helvetica Neue, HelveticaNeue, Helvetica-Neue, Helvetica, BBAlpha Sans, sans-serif;
}

body {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	background: #f0f0f0;
	width: 100%;
}

html {
	font-size: 16px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}


a,
article,
aside,
audio,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
header,
html,
img,
input,
li,
nav,
ol,
p,
section,
select,
span,
strong,
textarea,
ul {
	box-sizing: border-box;
	tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-drag: none
}
a {
	text-decoration: none
}
img {
	display: block;
	pointer-events: none
}
em,
i {
	font-style: normal
}
dd,
dl,
dt,
li,
ol,
ul {
	list-style: none
}

.fr {
	float: right
}

.fl{
	float: left
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both
}
.noborder{
	border: none!important;
}
.mainbox{
	position: relative;
	margin: 0 auto;
	min-height: 100vh;
}
.navbox{
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 0.01rem solid #f1f1f1;
	background: #fff;
}
.navbox .navtitle{
	font-size: .38rem;
	font-weight: 600;
	color: #4a4a53;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.brandIntroduce{
	display: flex;
	padding: 0.28rem 0.37rem 0.4rem 0.37rem;
	background: #fff;
	
}
.brandIntroduce .logo{
	margin-right: 0.25rem;
	align-items: center;
	width: 1.22rem;
	height: 1.22rem;
	background-color: #fff;
	display: flex;
}
.brandIntroduce .logo img{
	width: 100%;
}
.brandIntroduce .logoinfo{
	flex: 1;
}

.brandIntroduce .logoname {
	font-size: .3rem;
	font-weight: 600;
	padding-bottom: 0.1rem;
}
.brandIntroduce .logoname {
	font-size: .3rem;
	font-weight: 600;
	padding-bottom: 0.1rem;
	color: #000;
}
.brandIntroduce .logodes{
	text-align: justify;
	font-size: .24rem;
	font-weight: 400;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.logodes .more{
	position: relative;
	display: inline-block;
	width: 0.09rem;
	height: 0.17rem;
}
/* .logodes .more::after{
	display: inline-block;
	content: ">";
	position: absolute;
	top: 50%;
	width: 0.23rem;
	height: 0.23rem;
} */
.card_module{
	background-color: #fff;
	margin-top: 0.18rem;	
}
.card_module .cardheader{
	display: flex;
	align-items: center;
	padding: 0 0.2rem;	
}
.cardheader h4{
	padding-left:0.22rem; 
	border-bottom: 0.01rem solid #f1f1f1;
	padding: 0.25rem 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: 100%;
}
.cardheader .line{
	height: 0.33rem;
	width:0.07rem ;
	background-color: #0057c8;
	margin-right: 0.14rem;
}
.cardheader .checkmore{
	font-size: 0.2rem;
	flex-shrink: 0;
	color: #999;
	margin-left: 0.3rem;
}
.cardheader .checkmore img{
	width: 0.09rem;
	height: 0.17rem;
	display: inline-block;
}
.cardheader .name{
	font-weight: 600;
	font-size: 0.3rem;
}
.cardheader .name:after {
	content: "-";
	display: inline-block;
	padding: 0 0.1rem;
	
}
.cardheader .label{
	font-size: 0.28rem; 
	font-weight: 400;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.card{
	padding: 0.24rem;
	box-sizing: border-box;
}
.hot_content{
	display: flex;
	padding: 0 0.16rem;
	box-sizing: border-box;
}
.hot_content a{
	display: block;
	margin-right: 0.2rem;
}
.hot_content a:nth-child(5n){
	margin-right: 0;
}
.hot_content a img{
	width:2.1rem;
	height:1.6rem;
}
.hot_content a p{
	color: #000;
	font-size: 0.24rem;
	text-align: center;
	margin-top: 0.1rem;
}
.device_item{
	position: relative;
	display: flex;
	padding: 0.32rem 0;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #f1f1f1;
}
.device_item .device_img{
	width: 2.35rem;
	height: 1.6rem;
}
.device_item .device_info{
	flex: 1;
	position: relative;
	padding-left: 0.25rem;
	box-sizing: border-box;
}
.device_item .device_info .name{
	font-weight: 600;
	margin-bottom: 0.15rem;
	font-size: .28rem;
	color: #000;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.device_item .device_info .des{
	font-size: .24rem;
	color: #4e505a;
	padding-top: 0.06rem;
}
.device_item .getprice{
	position: absolute;
	bottom: 0.25rem;
	right: 0;
	display: flex;
	height: 0.45rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.08rem;
	padding: 0 0.15rem;
	font-size: .22rem;
	font-weight: 400;
	color: #4e505a;
	z-index: 2;
	border: 0.01rem solid #0060ff;
}

.comment_item{
	padding: 0 0.1rem;
	box-sizing: border-box;
	border-bottom: 0.01rem solid #f1f1f1;
	padding-bottom: 0.15rem;
	padding-top: 0.2rem;
}
.comment_item .title{
	font-size: 0.28rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comment_item .desc{
	font-size: 0.24rem;
	color: #4e505a;
	text-align: justify;
	margin-bottom: 0.16rem;
	line-height: 0.3rem;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.comment_item .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comment_item .bottom .username{
	font-size: 0.2rem;
	color: #0057c8;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
}
.comment_item .bottom .time{
	font-size: 0.2rem;
	color: #999;	
}

.cardcontent ul{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.brand_module .cardcontent ul li{
    width: 33.33%;
    text-align: center;
    margin: 0.16rem 0 0.1rem 0;
    flex-shrink: 0;
    max-width: 33.33%;
}
@media screen and (min-width: 768px) {
    .brand_module .cardcontent ul li {
        width: 14.28%;
        max-width: 14.28%;
    }
    .brand_module .cardcontent ul li .brand_img {
        width: 0.92rem;
        height: 0.6rem;
    }
}
/* 静态详情页：移动端隐藏 PC 多出的品牌推荐（保留 12 个，PC 显示 14 个） */
body.pr-static-page .brand_module .cardcontent ul li:nth-child(n+13) {
    display: none;
}
@media screen and (min-width: 768px) {
    body.pr-static-page .brand_module .cardcontent ul li:nth-child(n+13) {
        display: list-item;
    }
}
/* 静态详情页：移动端隐藏 PC 多出的热门机型（保留 3 个，PC 显示 5 个） */
body.pr-static-page .hot_content a:nth-child(n+4) {
    display: none;
}
@media screen and (min-width: 768px) {
    body.pr-static-page .hot_content a:nth-child(n+4) {
        display: block;
    }
}
.brand_module .cardcontent ul li .brand_img{
	width: 1.8rem;
	height: 1.2rem;
	margin: 0 auto;
	object-fit: contain;
	background: #fff;
}
.brand_module .cardcontent ul li .brand_name{
	display: block;
	margin-top: 0.04rem;
	font-size: .22rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_module  .cardcontent ul{
	justify-content: space-between;
}
.search_module  .cardcontent li{
	display: inline-block;
	padding: 0.13rem 0 0.03rem;
	width: 46%;
	font-size: .26rem;
	color: #2d2d33;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_module .cardcontent ul li:first-of-type, .search_module .cardcontent ul li:nth-of-type(2) {
    padding-top: 0;
}
.search_module  .cardcontent li a{
	color: #000;
}
.askpricebtn{
     display: flex;
     flex-shrink: 0;
     height: 0.47rem;
     align-items: center;
     justify-content: center;
     border-radius: 0.08rem;
     padding: 0 0.17rem;
     font-size: .22rem;
     font-weight: 700;
     color: #fff;
     background: #497aff;
     margin-left: 0.3rem;
     margin-right: -0.05rem;
}
