*{
    margin: 0;
    padding: 0;
}
[v-cloak] {
    display: none;
}
.noScroll body{
    overflow: hidden;
    position: relative;
}

#app,.nimage{
    width: 7.5rem;
    display: block;
    margin: auto;
    position: relative;
}
.header,.header>img{
    width: 7.5rem;
    height: 2.67rem;
    position: relative;
}
.printimg{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.8rem;
    top: 0.7rem;
    z-index:666;
}
.watermarkImg{
    position: absolute;
    height: 3rem;
    z-index: 0;
    transform:rotate(-25deg);
    opacity:0.5;
}
.address,.telphone,.hotline,.website,.wx{
    position: relative;
}
.leftimg{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0.2rem;
    top: 0.7rem;
    z-index:666;
}
.content{
    width: 7.5rem;
    background:#faf5ea;
    position: relative;
    padding-bottom: 0.5rem;
}
/* 交易信息 */
.product{
    width: 6.3rem;
    margin: auto;
    box-shadow: darkgrey 2px 2px 5px 2px;
}
.tradingInformation{
    width: 6.3rem;
    padding-top: 0.3rem;
    position: relative;
    top: -0.7rem;
    left: 50%;
    margin-left: -3.15rem;
    font-size: 0.24rem;
    background: white;
    z-index: 999;
    box-shadow: darkgrey 2px 2px 5px 2px;
}
/* 质量保证单 */
.tradingTitle{
    width: 3.85rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.28rem;
    text-align: center;
    margin: auto;
    background-image: linear-gradient(#cdb680, #f3deaf);/* 默认方向自下向上 */
}
.tradingDetial{
    width: 5rem;
    margin: auto;
    margin-top: 0.2rem;
    padding-top: 0.3rem;
    line-height: 0.5rem;
    padding-bottom: 0.4rem;
    color: #4a310d;
    border-top:2px solid #4a310d;
}
.product{
    list-style: none;
    margin-bottom: 0.6rem;
}

/* 产品名字 */
.productname{
    width: 6.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size:0.28rem;
    font-weight: 600;
    padding-left: 0.3rem;
    color:#4a310d;
    background-image: linear-gradient(#cdb680, #f3deaf);/* 默认方向自下向上 */
}
/* 产品详情 */
.productdetail{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.1rem;
    background:white;
    height: 2.8rem;
    font-size: 0.24rem;
    color: #4a310d;
}
.productnum,.certificate,.weight,.cost,.lineamount{
    height:0.5rem;
    line-height: 0.5rem;
    width: 4.85rem;
}
.weight,.cost,.lineamount{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction:row;
}
.stoneWeight,.price,.priceTag{
    width: 2.7rem;
}
.quality,.operatingCosts,.amount{
    width: 2.15rem;
    text-align: left;
}
/* 底部 */
.bottom{
    width: 6.3rem;
    margin: auto;
    padding: 0.3rem;
    background-image: linear-gradient(#cdb680, #f3deaf);/* 默认方向自下向上 */
    color: #4a310d;
    font-size: 0.26rem;
    font-weight: 600;
}
.line{
    line-height: 0.5rem;
}
/* 底部按钮列 */
.alterbtn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.6rem;
}
/* 按钮样式 */
.message,.server{
    width: 2.6rem;
    height: 0.65rem;
    background-image: linear-gradient(#cdb680, #f3deaf);/* 默认方向自下向上 */
    line-height: 0.65rem;
    text-align: center;
    box-shadow: darkgrey 2px 2px 2px 2px;
}
/* 最底部提示文字 */
.ensure{
    width:5.35rem;
    text-align:center;
    font-size: 0.18rem;
    margin: auto;
    margin-top: 0.5rem;
}
/* 弹出框样式 */
.showmessage,.showserver{
    width: 7.5rem;
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    z-index: 9999;
    background: rgba(0,0,0,0.7)
}
/* 提示弹出框内容 */
.matter,.servers{
    width: 6.3rem;
    background:#cdb680;
    border-radius: 0.1rem;
    position: absolute;
    left:50%;
    margin-left: -3.15rem;
    color: #4a310d;
    padding: 0.2rem;
    box-sizing: border-box;
}
.matter{
    height: 9rem;
    top:50%;
    margin-top: -4.5rem;
    overflow: auto;
}
.matterTitle,.matterText,.matterBottom{
    width: 5.9rem;
    text-align: left;
}
/* 温馨提示 */
.matterTitle,.serverTitle{
    font-size: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
}
/* 提示信息 */
.matterText,.matterBottom,.serverText{
    list-style: none;
    font-size: 0.18rem;
    line-height: 0.4rem;
}
.matterBottom{
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
/* 售后服务样式 */
.servers{
    height: 6.4rem;
    top:50%;
    margin-top: -3.2rem;
    overflow: auto;
}