@charset "gb2312";
.shelf_box {
    width: 450px;
    height:190px;
    padding-top:30px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 300;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -225px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.clientHeight/10+document.documentElement.scrollTop));
    _margin: 0 0 0 -220px;
    text-align: center;
}

.tk-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
    _height: expression(eval(document.documentElement.clientHeight));
    z-index: 200;
}
.al-btn{
    display: inline-block;
    width:146px;
    height:38px;
    margin-top:30px;
    line-height: 38px;
    text-align: center;

}
.abtn1{
    margin-right:17px;
    color:#666;
    background: #f8f8f8;
    border:1px solid #ddd;
    border-radius: 3px;
}
.abtn2{
    color:#fff;
    background: #fe902e;
    border:1px solid #fe902e;
    border-radius: 3px;
}
.aClose-btn{
    position: absolute;
    top:20px;
    right:20px;
    width:19px;
    height:19px;
    background: url(//images.zhongmin.cn/zhongmin2017/cart/images/close_btn1.png) no-repeat;
    cursor:pointer;
    transition: background 1s;
    -moz-transition: background 1s;	/* Firefox 4 */
    -webkit-transition:background 1s;	/* Safari บอ Chrome */
    -o-transition: background 1s;
}
.f16{font-size: 16px;}