#popwin{position:fixed;_position:absolute;display:none;z-index:999;overflow:hidden;}
#popwin-bg{position:absolute;top:0;left:0;z-index:98;background-color:#CCCCCC;opacity:0.4;filter:alpha(opacity=40);display:none;}
.popwin-loading{background:#FFF url(/js/popwin/popwin_loading.gif) no-repeat center center;}

#popwin-table{width:100%;border-spacing:0;}
#popwin-table td.pop-m{background:url(/js/popwin/popwin_repeat.png); _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/widget/popwin/popwin_repeat.png', sizingMethod=scale);}
#popwin-table td.pop-tl{width:6px; height:6px;overflow:hidden;background:url(/js/popwin/popwin_tl.png) no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/widget/popwin/popwin_tl.png', sizingMethod=scale);}
#popwin-table td.pop-tr{width:6px; height:6px;overflow:hidden; background:url(/js/popwin/popwin_tr.png) no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/widget/popwin/popwin_tr.png', sizingMethod=scale);}
#popwin-table td.pop-bl{width:6px;height:6px;overflow:hidden;background:url(/js/popwin/popwin_bl.png) no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/widget/popwin/popwin_bl.png', sizingMethod=scale);}
#popwin-table td.pop-br{width:6px;height:6px;overflow:hidden;background:url(/js/popwin/popwin_br.png) no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/widget/popwin/popwin_br.png', sizingMethod=scale);}	
#popwin-con-outter{width:100%;background-color:#FFFFFF;position:relative;zoom:1;z-index:1;}
#popwin-con{width:100%;min-height:50px;_height:50px;}
.popwin-inner{padding:15px;}
#popwin-close{width:16px;height:16px;overflow:hidden;background:url(/js/popwin/popwin_close.gif) no-repeat;cursor:pointer;position:absolute;top:10px;right:10px;z-index:2;}

.popwin-tit{width:100%;height:25px;line-height:25px;border-bottom:1px #DBDBDB dashed;font-size:14px;}
.popwin-tit span{font-size:12px;margin-left:10px;color:#777;font-weight:normal;}

.popwin-quick-box{width:335px;position:relative;padding:30px 10px 60px 35px;}
.popwin-icon{display:inline-block;width:60px;height:60px;background-image:url(/js/popwin/popwin_quick_icon.png);background-repeat:no-repeat;}
.popwin-info{background-position:0 0;}
.popwin-warn{background-position:0 -60px;}
.popwin-error{background-position:0 -120px;}
.popwin-ask{background-position:0 -180px;}
.popwin-success{background-position:0 -240px;}
.popwin-quick-text{line-height:20px;font-size:12px;}
.popwin-btn-wrap{width:380px;height:27px;position:absolute;left:0;bottom:20px;text-align:center;}

.popwin-btn{display:inline-block;border:0 none;border:1px solid #E4E4E4;height:23px;line-height:23px;background:url(/js/popwin/popwin_btn_bg.png) repeat-x 0 0;padding:0 15px;color:#000;*line-height:25px;_line-height:23px;vertical-align:middle;cursor:pointer;min-width:40px;font-size:12px;text-align:center;}
#popwin-ask-ok{background-position:0 -27px;border-color:#F8B709;font-weight:bold;}
.popwin-btn:hover,#popwin-ask-ok:hover{background-position:0 -50px;text-decoration:none;border-color:#F8B709;background-image:url(/js/popwin/popwin_btn_bg.png);}
.popwin-btns{text-align:center;padding:10px 0;clear:both;}
.popwin-btns .tffbtn1,
.popwin-btns .tffbtn2{min-width:40px;}
.popwin-btns .tffbtn1{margin-left:15px;}
.popwin-btns-border{border-top:1px dashed #D7D7D7;}

.popwin-custom-box{width:440px;overflow:hidden;padding:40px 30px 0 50px;}
.popwin-custom-box .popwin-icon{float:left;}
.popwin-custom-info{width:360px;float:right;line-height:20px;}
.popwin-custom-box .btn-center{clear:both;padding:30px 0;}
.popwin-custom-box .btn-center .tffbtn1,
.popwin-custom-box .btn-center .tffbtn2{min-width:50px;margin-right:5px;}

@media only screen and (min-width: 755px) and (max-width: 900px){
    #popwin{ max-width: 720px !important; transform: translate(-50%, -50%); top: 40% !important;  left: 50% !important; }
    #popwin-con-outter{ width: 100% !important;}
    #popwin-con iframe{ width: 710px !important;}
    #popwin-close{ right: 30px !important;}
    #order-modify { left:17% !important; }
}