/* 内容 */
.detailhead {
	padding: 0!important;
}
/* 产品 */
.product-c {
	padding: 0 0.2rem;
	background: #ffffff;
	line-height: 0.6rem;
}
.product-c i {
	font-weight: 700;
    font-size: 0.28rem;
    margin-right: 0.2rem;
}
.product-c span {
	color: #666;
}
/* 产品详细 */
.product-s {
	padding: 0 0.2rem;
	margin-top: 0.2rem;
}
.product-s::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.product-s img {
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.15rem;
}
.pro-s-right {
	width: calc(100% - 1.8rem);
	float: right;
}
.pro-s-right p:first-child {
    font-size: 0.24rem;
    line-height: 1.5;
    overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.pro-s-right p:last-child {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    color: #ff6600;
    font-weight: 500;
}
.pro-s-right p:last-child i {
    font-size: 0.24rem;
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
/* 订单信息 */
.product-xj {
	padding: 0.2rem;
	background: #ffffff;
	position: relative;
	width: 100%;
	margin-top: 0.2rem;
}
.product-xj h3 {
	font-size: 0.26rem;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.01rem;border-bottom: 1px solid #efefef;
padding-top: 0.2rem;
}
.pro-xj-con {
    padding: 0 0.2rem;
}
.proxj-o {
    margin-top: 0.2rem;
}
.oleixie {
    display: flex;
    flex-flow: column;
}
.xinxi {
   font-size: 0.2rem !important;
    color: #666;
    line-height: 0.6rem;
}
.information {
    height: 40px;
        display: flex;
}
.hass {
    width: 99px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.juns {
    width: 100%;
        font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    line-height: 26px;
}
.proxj-o dl::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.proxj-o dl dt {
	float: left; 
    font-size: 0.24rem;
    color: #333;
    width: 1.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
}
.proxj-o dl dt i {
    position: absolute;
    top: 0.04rem;
    left: -0.2rem;
    font-size: 0.26rem;
    font-weight: 700;
    color: #ff0000;
}
.proxj-o dl dd {
	float: right;
	width: calc(100% - 1.4rem);
	color: #666; line-height:0.6rem
}
.proxj-o dl dd input {
	display: inline-block;
	width: 100%;
    border: 0;
    outline: none;
    font-style: normal;
    font-size: 0.26rem;
    line-height: 0.6rem;
    color: #222;
    caret-color: #082301;
    
}
.proxj-o dl dd input::-webkit-input-placeholder {
	font-size: 0.26rem;
    color: #757373;
    letter-spacing: 0.01rem;
    font-weight: normal; 
}
.proxj-o dl dd input[name=pronumber] {
    width: 0.8rem;
    text-align: center;
    padding: 0 0.1rem;
    margin: 0 0.2rem;
}
.proxj-o dl dd input[name=usePric] {
    width: 0.8rem;
    margin-right: 0.2rem;
    border-bottom: 0.02rem solid #999999
}
.proxj-o dl dd>i {
    font-size: 0.24rem;
    color: #333333;
}
.proxj-o dl dd span {
	font-size: 0.24rem;
	color: #666;
    line-height: 0.6rem;
}
.proxj-o dl dd span i {
	margin-right: 0.2rem;
	color: #222;
}
/*footer*/
.footer-detail {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	font-size: 0;
    border-top: 0.02rem solid #f0f0f0;
}
.footer-detail span {
	display: inline-block;
	height: 0.8rem;
    line-height: 0.8rem;
}
.footer-detail span:first-child {
	width: 70%;
	text-align: left;
	font-size: 0.24rem;
	padding-left: 0.2rem;
	background: #ffffff;
}
.footer-detail span:first-child b {
	letter-spacing: 0.02rem;
}
.footer-detail a{ color:#fff;}
.footer-detail span:first-child i,.footer-detail span:first-child em {
	color: #ff6600;
    font-size: 0.26rem;
    font-weight: 700;
}
.footer-detail span:first-child i {
    font-size: 0.24rem;
    position: relative;
    top: -0.03rem;
}
.footer-detail span:last-child {
	width: 30%;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.82rem;
	background: #ff6600;
	letter-spacing: 0.04rem;
	color: #ffffff;
}
/*提示框*/
.ts-tex {
    position: fixed;
    left: 32%;
    right: 32%;
    top: 50vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 0.2rem 0.4rem;
    text-align: center;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    display: none;
}

/*订单成功界面*/

.pro_succ_con{ width:80%; margin:50px auto}
.pro_succ_top{ text-align:center; border-bottom:1px solid #d1d1d1;}
.pro_succ_top i{ width:100%; color:#51b53b; display:block;  font-size:.9rem}
.pro_succ_top span{ line-height:1.4rem; font-size:0.3rem; }
.pro_succ_main{ text-align:center; padding:0.4rem;}
.pro_succ_main span{ font-size:0.4rem;}
.pro_succ_main i{ color:#ff0000;}
.pro_succ_an{text-align:center; padding:0.4rem 0 ;}
.pro_succ_an a{ color:#51b53b; border:1px solid #51b53b; border-radius:5px; padding:0.1rem 0.4rem; font-size:0.28rem}
.pro_succ_an a:first-child{margin-right:0.2rem}.pro_succ_an a:last-child{border:1px solid #d1d1d1;color:#333; }