@charset "UTF-8";

.weC-address{
    padding-bottom:30px;
    background:url("http://www.garageman.cn/website/sales/lib/images/email_line.png") no-repeat bottom left;
    -webkit-background-size: 100% 100%;
    background-size:100% 100%;
}
.weC-panel{
    line-height:1.6;
    overflow: hidden;
    display: -webkit-box;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-word-wrap:break-word;
    word-wrap:break-word;
    white-space:normal !important;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.weC-payNum{
    float: right;
    color:#787879;
    font-size:12px;
    line-height:1.8;
    margin-right:15px;
}
.weC-orderBtn{
    width:100%;
    height:52px;
    position: fixed;
    bottom:0;
    left:0;
    background-color:#fff;
    text-align: center;
	z-index: 99999
}
.weC-orderInfo{
    width:60.8%;
    height:100%;
    line-height:52px;
    float: left;
}
.weC-orderSubmit{
    color:#fff;
    width:39.2%;
    line-height:52px;
    height:100%;
    float: right;
}