﻿@charset "utf-8";
/*reset*/
*{
	margin:0;
	padding:0;
}
html {
    font-size: 16px;
}
/*font-size*/
@media screen and (min-width:375px) {
    html {
        font-size: calc(100% + 2 * (100vw - 375px)/ 39);
        font-size: calc(16px + 2 * (100vw - 375px)/ 39)
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: calc(112.5% + 4 * (100vw - 414px)/ 586);
        font-size: calc(18px + 4 * (100vw - 414px)/ 586)
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: calc(125% + 4 * (100vw - 600px)/ 400);
        font-size: calc(20px + 4 * (100vw - 600px)/ 400)
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: calc(137.5% + 6 * (100vw - 1000px)/ 1000);
        font-size: calc(22px + 6 * (100vw - 1000px)/ 1000)
    }
}

html {
    scrollbar-base-color: #fff;
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-dark-shadow-color: #fff;
}

body {
	max-width: 750px;
	margin:0 auto;
	background-color: #eee;
    font-family:sans-serif;
    line-height: 1.5;
    -webkit-user-select: none;
    color: #33373d;
    fill: currentColor;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    color: #000;
    outline: 0;
}

ul,li{
	list-style: none;
}
/*content*/
.topBar{
	position: fixed;
	top: 0;
	width: 100%;
    max-width: 750px;
	color: #999;
	background-color: #2d3845;
	z-index: 9999;
}
.topBar>ul{
	display: block;
	overflow: hidden;
}
.topBar>ul>li{
	float: left;
	width:20%;
	height: 3rem;
}
.topBar>ul>li>span{
	display: block;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.5rem;
	font-weight: bold;
}
.topBar>ul>li.select{
	color: #fff;
	background-color: #fc353a;
}
.topBar>ul>li.select:after{
	content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: block;
    height: 0;
    width: 0;
    margin: auto;
    border-top: 0.5rem solid #fc353a;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
}
.banner{
	margin-top: 3rem;
}
.banner>a>img{
	vertical-align: top;
	width:100%;
}
.product-tips1-wap{
	background-color: #fff;
	border-bottom:0.0625rem solid #eee;
}
.product-tips-title{
    background-color: #fff;
	padding-left: 0.625rem;
	border-left:0.25rem solid #fc353a;
	border-bottom:0.0625rem solid #ddd;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	position: relative;
}
.product-tips-title>.left-part{
	color: #fc353a;
}
.product-tips-title>.right-part{
	position: absolute;
	right: 0.625rem;
	top: 0;
}
.product-tips2-wap{
	padding:0.625rem;
    background-color: #fff;
    margin-bottom: 0.625rem;
}
.product-tips2-wap>.item-img{
    float: left;
    width:7rem;
    height: 7rem;
}
.product-tips2-wap>.item-img>img{
    width: 100%;
}
.product-tips2-wap>.item-infor{
    margin-left: 7.5rem;
    overflow: hidden;
}
.product-tips2-wap>.item-infor>.item-title{
    font-size: 0.75rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.product-tips2-wap>.item-infor>.item-wrap{
    margin-top: 0.5rem;
    overflow: hidden;
}
.product-tips2-wap>.item-infor>.item-wrap>.item-price{
    float: left;
    color: #f50;
    font-size: 0.875rem;
    font-weight: 900;
}
.product-tips2-wap>.item-infor>.item-wrap>.item-price>span{
    font-size: 1.25rem;
}
.product-tips2-wap>.item-infor>.item-wrap>.item-action{
    float: right;
    height:2rem;
    line-height: 2rem;
    width: 6rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    color: #fc353a;
    background: #fcdcdd;
}
.product-tips2-wap>.item-infor>.item-status{
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    overflow: hidden;
}
.product-tips2-wap>.item-infor>.item-status>.status-infor{
    float: left;
    color: #999;
}
.product-tips2-wap>.item-infor>.item-status>.status-bar{
    float: left;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    width:3rem;
    height: 0.5rem;
    border: 0.0625rem solid #fd7b7d;
    border-radius: 0.25rem;
    margin-top: 0.375rem;
    margin-left: 0.25rem;
    overflow: hidden;
}
.item-status>.status-bar>.status-progress{
    height: 100%;
    background: #fd7b7d;
}
.product-tips2-wap>.item-infor>.item-status>.status-num{
    float: right;
    color: #999;
}
.buy-record-wap{
    background-color: #fff;
}
.buy-record-wap>.receive-wap{
    background-color: #eee;
    overflow: hidden;
}
.buy-record-wap>.receive-wap>.receive-content {
    height: 13.75rem;
    margin: 0.625rem;
    position: relative;
    overflow: hidden;
}
.buy-record-wap>.receive-wap>.receive-content>ul{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    padding:0;
}
.buy-record-wap>.receive-wap>.receive-content>ul>li{
    overflow: hidden;
    height: 1.5rem;
    padding:1rem 0;
    font-size: 0.75rem;
    color: #333;
}
.buy-record-wap>.receive-wap>.receive-content>ul>li>.area,.buy-record-wap>.receive-wap>.receive-content>ul>li>.user{
    font-weight: bold;
}
.product-img-wap{
    background-color: #fff;
}
.product-img-wap>.product-img-list>img{
    width: 100%;
    vertical-align: top;
}
.customer-know-wap{
    background-color: #ffbe9a;
    padding:2rem 0.625rem 1rem;
}
.customer-know-contentas{
    position: relative;
    border:0.125rem solid #ffffff;
}
.customer-know-content{
    position: relative;
    border:0.125rem solid #f70;
}
.customer-know-contentas>.title{
    position: absolute;
    left: calc(50% - 5rem);
    top: -1rem;
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #ff194f;
    text-align: center;
    color: #fff;
}
.customer-know-content>.title{
    position: absolute;
    left: calc(50% - 5rem);
    top: -1rem;
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #ff194f;
    text-align: center;
    color: #fff;
}
.customer-know-content>.content{
    color: #333;
    font-size: 0.75rem;
    line-height: 1.25rem;
    background-color: #fff;
    padding:1.625rem 0.625rem 0.625rem;
}
.appraise-wap{
    background-color: #fff;
    overflow: hidden;
}
.appraise-wap>.appraise-content {
    height: 13.75rem;
    margin: 0.625rem;
    position: relative;
    overflow: hidden;
}
.appraise-wap>.appraise-content>ul{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    padding:0;
}
.appraise-wap>.appraise-content>ul>li{
    overflow: hidden;
    padding:0.625rem 0;
    font-size: 0.75rem;
    color: #333;
    border-bottom: 0.0625rem dashed #eee;
}
.appraise-wap>.appraise-content>ul>li>.pl-list{
    color: #6666ff;
}
.order-wap{
    margin-top: 0.625rem;
    margin-bottom: 3rem;
    padding:0.625rem 0.625rem 1.5rem;
    background-color: #fff;
}
.order-product,.order-infor{
    padding:0.625rem;
    background-color: #f5f5f5;
    border-radius: 0.25rem;
    box-shadow: 0 0.0625rem 0.125rem 0.125rem #E4E4E4;
}
.order-pro-part1>.part1-title{
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.order-pro-part1>.part1-content>ul>li{
    padding:0.5rem 0;
    font-size: 0.75rem;
    cursor: pointer;
}
.order-pro-part1>.part1-content>ul>li>label{
    display: block;
}
.order-pro-part1>.part1-content>ul>li>label>input[type=radio]{
    width: 1rem;    
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}
.order-pro-part1>.part1-content>ul>li>label>span{
    color: #ee2020;
    line-height: 1.5rem;
}
.order-pro-part2{
    border-top: 0.0625rem solid #ccc;
}
.order-pro-part2>.part2-title{
    padding-top:0.5rem;
    font-size: 0.75rem;
}
.order-infor{
    margin-top: 0.625rem;
}
.order-infor>.infor-item{
    margin-bottom: 0.625rem;
    overflow: hidden;
}
.order-infor>.infor-item>.infor-title{
    float: left;
    font-size:0.875rem;
    height: 2.25rem;
    line-height: 2.25rem;
}
.order-infor>.infor-item>.infor-cont{
    margin-left:4.375rem;
}
.order-infor>.infor-item>.infor-cont>input,.order-infor>.infor-item>.infor-cont>textarea{
    width:100%;
    border-radius: 0.25rem;
    border:0.0625rem solid #ccc;
    box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size: 0.875rem;
}
.order-infor>.infor-item>.infor-cont>input{
    padding:0 0.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
}
.order-infor>.infor-item>.infor-cont>textarea{
    padding:0.25rem;
}
.submit-btn{
    display: block;
    margin-top:1rem;
    color: #fff;
    border-radius: 0.25rem;
    width: 100%;
    font-size: 1rem;
    line-height: 2.5rem;
    background-color: #ff5000;
    text-align: center;
}
.bottom-fixed{
    position:fixed;
    bottom:0;
    width: 100%;
    max-width: 750px;
    background-color: rgba(243,243,243,.95);
    border-top:0.0625rem solid #ccc;
    z-index: 99;
}
.bottom-fixed>.item{
    float:left;
    width:33.3333%;
}
.bottom-fixed>.item>a{
    display: block;
    height: 3rem;
    overflow: hidden;
}
.bottom-fixed>.item>a>i{
    display: block;
    width:1.25rem;
    height: 1.25rem;
    margin:0 auto;
    margin-top: 0.25rem;
}
.bottom-fixed>.item>a>i.qg{
    background: url("../image/1011/qg.png") no-repeat center;
    background-size:1.25rem;
}
.bottom-fixed>.item>a>i.pj{
    background: url("../image/1011/pj.png") no-repeat center;
    background-size:1.25rem;
}
.bottom-fixed>.item>a>i.fq{
    background: url("../image/1011/fq.png") no-repeat center;
    background-size:1.25rem;
}
.bottom-fixed>.item>a>span{
    display: block;
    text-align: center;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
}
