/* 弹窗 宽高自适应 样式1 */
.popups{
    width: 380px;
    position: absolute;
    color: #663300;
    z-index: 3;
}
.popupsHd{
    position: relative;
    height: 40px;
    line-height: 40px;
    background: url(../i/popupsTopBg.png) repeat-x;
    margin: 0 8px;
    font: 16px/40px Microsoft yahei;
    color: #300;
}
.popupsHd .icon{
    display: inline-block;
    width:26px;
    height:26px;
    background: url(../i/pop_icon.png) no-repeat;
    vertical-align: middle;
}
.title_icon{
    vertical-align: -2px;
    margin-left: 5px;
}
.popupsHd .icon_clock{
    background-position: 0 -26px;
}
.popupsHd .icon_cart{
    background-position: 0 0;
}
.popupsHd .icon_lamp{
    background-position: 0 -52px;
}
.popupsHd .icon_clothes{
    background-position: 0 -81px;
}
.popupsHd .icon_landing{
    background-position: 0 -110px;
}
.popupsHd .day, .popupsHd .hour,.popupsHd .minute{
    color: #ffea00;
    padding: 0 5px;
}
.popupsTopLeft{
    position: absolute;
    top: 0;left: -8px;
    background: url(../i/popupsTopLBg.png) no-repeat left top;
    width: 8px;height: 40px;
}
.popupsTopRight{
    position: absolute;
    top: 0;right: -8px;
    width: 100%;height: 40px;
    background: url(../i/popupsTopRBg.png) no-repeat right top;
}
.popupsHd .close{
    position: absolute;
    top: 0;right: 5px;
    display: inline-block;
    width: 40px;height: 40px;
}
.popupsLeftBg{background: url(../i/popupsLeftBg.png) repeat-y left top;padding-left: 8px;}
.popupsRightBg{background: url(../i/popupsRightBg.png) repeat-y right top;padding-right: 8px;}
.popupsCont{background: #fff; padding: 10px 20px 10px 25px;}
.popupsCont .pic{
    padding: 5px;
    float: left;
    background: #e3e3e3;
    border:1px solid #bcbcbc;
    margin-bottom: 5px;
}
.popupsCont .detail{
    width: 210px;
    float: left;
    margin-left:10px;
}
.popupsCont .detail .discount{
    font-size: 14px;
    color: #ff6600;
    margin: 7px 0;
}
.popupsCont .warning{
    line-height: 1.4;
    padding: 8px 15px;
    margin:10px 0;
    color: #ff3300;
    background: #fff7f2;
    border:1px solid #ffc7a2;
}
.popupsCont .number{
    color: #60860e;
    font-size: 16px;
    font-family: 'Arial';
}
.popups .popupsCont form{
    color: #663300;
}
.popups .popupsCont form .grounp{
    margin-top: 10px;
    position: relative;
}
.popups .popupsCont form label{
    display: inline-block;
    width: 70px;
    text-align: right;
}
.popups .popupsCont form input {
width: 195px;
height: 30px;
line-height: 30px;
padding: 0 5px;
background: url(../i/input_bg.jpg);
border: 1px solid #dfceb7;
vertical-align: middle;
}
.popups .popupsCont form .code_input{
    width: 70px;
}
.popups .popupsCont .place_box{
    text-align: right;
    margin-top: -34px;
}
.popups .popupsCont .place_box li{
    margin-right: 5px;
}
.popups .popupsCont .place_box li a{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #c0966c;
    color: #eed8c1;
    text-align: center;
}
.popups .popupsCont .place_box li a:hover,.popups .popupsCont .place_box li a.active{
    background: #ffefc6;
    color: #663300;
}

.popupsBottom{
    position: relative;
    background: url(../i/popupsBottomBg.png) repeat-x;
    height: 14px;
    margin: 0 9px;
}
.popupsBottomLeft{
    position: absolute;
    bottom: 0;left: -9px;
    background: url(../i/popupsBottomLBg.png) no-repeat left bottom;
    width: 9px;height: 14px;
}
.popupsBottomRight{
    position: absolute;
    bottom: 0;right: -9px;
    _right:-8px;
    width: 100%;height: 14px;
    background: url(../i/popupsBottomRBg.png) no-repeat right bottom;
}

/* 弹窗 宽高自适应 样式1 End */

/* 弹窗 宽高自适应 样式2 */
.pop{position: absolute; width: 240px; color: #330000;}

.popHd{
    position: relative;
    height: 30px;
    background: url(../i/popTopBg.png) repeat-x;
    margin: 0 8px;
    font: 14px/30px Microsoft yahei;
    color: #300;
}
.popTopLeft{
    position: absolute;
    top: 0;left: -8px;
    background: url(../i/popTopLBg.png) no-repeat left top;
    width: 8px;height: 30px;
}
.popTopRight{
    position: absolute;
    top: 0;right: -8px;
    width: 100%;height: 30px;
    background: url(../i/popTopRBg.png) no-repeat right top;
}
.popHd .close{
    position: absolute;
    top: 0;right: 5px;
    display: inline-block;
    width: 22px;height: 26px;
}
.popLeftBg{background: url(../i/popLeftBg.png) repeat-y left top;padding-left: 4px;}
.popRightBg{background: url(../i/popRightBg.png) repeat-y right top;padding-right: 6px;}
.popCont{background: #fff;width:100%;}

.popCont .info{
    padding:10px;
    font: 12px;
    text-indent: 2em;
}
.popCont .info img{vertical-align: middle;}

.popBtnWrap{height: 30px;background: #f9efe1;padding: 5px 0 0 0;}

.popBottom{
    position: relative;
    background: url(../i/popBottomBg.png) repeat-x;
    height: 11px;
    margin: 0 10px 0 8px;
}
.popBottomLeft{
    position: absolute;
    bottom: 0;left: -8px;
    background: url(../i/popBottomLBg.png) no-repeat left bottom;
    width: 8px;height: 11px;
}
.popBottomRight{
    position: absolute;
    bottom: 0;right: -10px;
    width: 100%;height: 11px;
    background: url(../i/popBottomRBg.png) no-repeat right bottom;
}

/* 弹窗 宽高自适应 样式2 End */

/* 表单验证 */
.popups .tip_ok,.popups .tip_no{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 16px;
    height: 16px;
    background:url(../i/ico_16.png) no-repeat;
    vertical-align: -6px;
    *vertical-align:-2px;
}
.popups .tip_ok{
    background-position: -200px -450px;
}
.popups .tip_no{
    background-position:  -150px -450px;
}
.popups .msg_icon_identifyCode{
    position: absolute;
    left: 135px;
    top: 11px;

}
.popups .code {
    vertical-align:-18px;
}
.popups .change{
    color: #663300;
    text-decoration: underline;
}
.popups .fg_pw_link{
    text-align: right;
    padding-right: 35px;
    margin-bottom: 38px;
}
.popups .error {
    width: 195px;
    height: 22px;
    padding: 2px 5px;
    color: #ff6511;
    background: #ffe0cc;
    border: 1px solid #ffc9a6;
    margin:15px 0 0 77px;
    visibility: hidden;
}
.popups .code_box{display: none;}
.popups .have_code .code_box{display: block;}
.popups .have_code .error{margin-top: 0px;}
.popups .have_code .fg_pw_link{margin-bottom: -13px;}
.popups .popupsCont form .item_amount {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 76px;
    height: 24px;
    background: #dfceb7;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
}
.popups .popupsCont form .item_amount a {
    position: absolute;
    width: 19px;
    height: 24px;
    line-height: 24px;
    color: #bc9a75;
    text-align: center;
    left: 0;
    top: 0;
}
.popups .popupsCont form .item_amount input {
    position: absolute;
    width: 28px;
    height: 22px;
    line-height: 22px;
    left: 19px;
    background: #fff;
    border: none;
    top: 1px;
    text-align: center;
}
.popups .popupsCont form .item_amount a.plus {
    left: 57px;
}
.popups .popupsCont form .leave_word{
    width: 200px;
    height: 40px;
    padding:10px 10px 5px;
    color: #cccccc;
    background: url(../i/input_bg.jpg) repeat-x left top;
    border:1px solid #dfceb7;
    resize: none;
    font-size: 12px;
}
.popups .show_box{
    position: relative;
    width: 200px;
    height: 200px;
    float: right;
    overflow: hidden;
}
.popups .show_box .rotate_btn{
    position: absolute;
    width: 25px;
    height: 20px;
    background: url(../i/rotate.png) no-repeat;
    right: 35px;
    bottom: 5px;
}
.popups .show_box .rotate_btn.rotate_r{
    background-position: -25px 0;
    right: 5px;
}
.popups .show_box .rotate_btn:hover{background-position: 0 -20px;}
.popups .show_box .rotate_btn.rotate_r:hover{background-position: -25px -20px;}
.popups .user_mes{
    width: 92px;
    float: left;
}
.popups .fl_name{
    display: inline-block;
    width: 68px;
    overflow: hidden;
    white-space:nowrap;
}

.icon_newbie,.icon_vip,.icon_discount{
    display: inline-block;
    width: 38px;
    height: 15px;
    background: url(../i/cart_icon.png);
}
.icon_newbie{background-position: 0 -15px;}
.icon_discount{background-position: 0 -30px;}
/* 购物车页面弹框 */
.pay_table{
    width: 100%;
    margin: 10px 0;
}
.pay_table th{
    height: 28px;
    background: #f3f3f3;
    border:1px solid #c3c3c3;
    text-align: center;
    font-weight: normal;
}
.pay_table td{
    height: 28px;
    background: #f3f3f3;
    border:1px solid #c3c3c3;
    text-align: center;
    color: #666666;
}
.iboxBottom .go_back{
    position: absolute;
    top: 8px;
    left: 214px;
    *left:105px;
    color: #663300;
    font-size: 13px;
}

/* 遮罩层 */
.mask{
    position: fixed;
    _position:absolute;
    width:100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: #000;
    opacity: 0.4;
    filter:alpha(opacity=40);
    z-index: 2;
}
/*ie6 position=fixed*/
* html .mask{_height:expression(eval(document.documentElement.scrollHeight));}