div.pageDialogBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #000;
    display: none;
}
div.pageDialog {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    display: none;
}
.Prompt {
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 3px #9b9b9b;
    font-size: 16px;
}

.Prompt s {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 -74px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
/*.Prompt s,
.goodsList .goodsListR a.add s,
.registerCon em,
.haveNot s,
.z-del,
.g-pay-bline,
.z-pay-mentsel,
.z-pay-tips s,
.z-pay-tips i,
.z-Transaction s,
.z-Transaction i,
.pCountdown s,
.pCountdown em,
.z-limit-tips {
    background: url(../images/setIcon.png);
    background-size: 80px auto;
}*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
#shaidang{
    height: auto!important;
    width: 100%;
}
.clearfix {
    display: block;
}
.m-round {
    background: #fff;
}
.u-tipsEject {
    background: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.u-tips-txt {
    text-align: center;
    line-height: 70px;
    font-size: 14px;
    color: #090909;
    border-bottom: 1px solid #EEE;
}

.u-tipsEject .u-Btn {
    margin: 12px 20px;
}

.u-tipsEject a.z-DefineBtn {
    box-shadow: none;
}

.u-tipsEject .u-Btn a.z-CloseBtn {
    background: #EEE;
    color: #090909;
    border: 1px solid #EEE;
    box-shadow: none;
}
.u-Btn {
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
}

.u-Btn .u-Btn-li {
    font-size: 18px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    text-align: center;
}

a.z-CloseBtn,
a.z-DefineBtn,
a.z-ShoppingBtn,
a.z-cartBtn {
    line-height: 44px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

.u-Btn a.z-CloseBtn {
    color: #ff5152;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #DDD;
    margin-right: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px #F3F3F3;
}

.u-Btn a.z-DefineBtn {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #f60;
    box-shadow: 0 1px 2px #f60;
    background: #f60;
}

.u-Btn a.z-ShoppingBtn {
    border: 1px solid #ff5152;
    font-size: 14px;
    line-height: 33px;
    margin-right: 10px;
    box-shadow: 0 1px 1px #E7E7E7;
    background: #FF6500;
    color: #fff;
}

.u-Btn a.z-cartBtn {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #FEA700;
    box-shadow: 0 1px 2px #E7E7E7;
    background: #FFB321;
}
.grayBtn {
   	background: #ddd;
	border: 1px solid #bbb;
	color: #818181;
}