.fbox{position:fixed;width:220px;height:320px;right:0;bottom:6px;background-color:#fff;border:1px solid #FF7D27;}
.fbox .fclose{position:absolute;right:8px;top:6px;width:24px;height:24px;color:#fff;font-size:18px;line-height:24px;text-align:center;background:rgba(0,0,0,0.4);border-radius:50%;cursor:pointer;}
.fbox .fclose:hover{background:rgba(0,0,0,0.6);}
.fbox .ftit{height:30px;line-height:30px;text-align:center;font-size:16px;color:#FF7D27;font-weight:bold;}
.fbox .fbdi{padding:10px 16px;}
.fbox .fbdi input,.fbox .fbdi textarea{border:1px solid #CBC9C9;border-radius:5px;width:96%;margin:6px auto;line-height:24px;padding:0 4px;}
.fbox .fbdi textarea{height:120px;}
input.fbtn{background-color:#FF7D27;color:#fff;border:none;width:100% !important;padding:6px 0 !important;font-size:16px;}
.fbox_btn{position:fixed;right:222px;bottom:220px;width:24px;height:96px;background-color:#FF7D27;color:#fff;text-align:center;font-size:14px;line-height:22px;border-top-left-radius:7px;border-bottom-left-radius:7px;padding-top:12px;cursor:pointer;}
.fbox_r0{right:0}