/*基础属性*/
body{color:#666;font-size:12px;font-family:"Microsoft YaHei","微软雅黑", "lucida grande","Hiragino Sans GB","Open Sans",SimSun,Arial,sans-serif;-webkit-font-smoothing:antialiased}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{font-family:"Microsoft YaHei","微软雅黑", "lucida grande","Hiragino Sans GB","Open Sans",SimSun,Arial,sans-serif;}
ul, ol { list-style: none;padding:0;margin:0}

/*链接*/
a{color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s;}
a:hover,a:focus{color:#F54401;text-decoration:none;}
a.bf-btn,a.bf-btn:visited{color:#fff;}
a.edit{font-size:12px;font-family:"simsun","Open Sans",Arial;border-bottom:1px dashed #666;display:inline-block;color:#666}
a.edit:hover{color:#F54401;border-bottom-color:#23B3DC}
a.gray,a.gray:visited{color:#666;font-size:12px;}
a.gray:hover{color:#333;}
a.blue,a.blue:visited{color:#578cc2;}
a.blue:hover{color:#0a529d;}

/*字体属性*/
.yellow{color:#FF7800;}
.orange{color:#F54401;}
.red{color:red}
.green{color:#02940D}
.blue{color:#4EC3E3}
.text-eee{color:#eee;}
.text-999{color:#999;}
.text-333{color:#333;}
.text-000{color:#000;}
.text-line{text-decoration: line-through;}
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f26{font-size:26px !important;}
.price{font-family:"Microsoft YaHei","微软雅黑","simhei";}
.big-price{font-size:26px;color:#333}
.giant{font-family: Georgia, 'Times New Roman', Times, serif;font-size: 30px;}
.l24{line-height:24px;}
.l26{line-height:26px;}
.p10{padding:10px;}
.m10{margin-bottom:10px;}
.m15{margin-bottom:15px;}
.m20{margin-bottom:20px;}
.m30{margin-bottom:30px;}
.m50{margin-bottom:50px;}
.glyphicon-f12{color:#666;font-size:12px;}
.label-orange{background:#F54401;font-weight:normal}
.label-gary{background:#ccc;font-weight:normal}

/*按钮属性*/
.bf-btn{height:28px;line-height:28px;padding:0 10px;color:#fff;}
.bf-btn-yellow{background:#F54401;}
.bf-btn-yellow:hover{background:#F54401;color:#fff;}
.bf-btn-black{background:#333;}
.bf-btn-black .iconfont{font-size:20px;}
.bf-btn-black:hover{background:#000;color:#fff;}
.bf-btn-orange{border-color:#F54401;background:#F54401;color:#fff}
.bf-btn-orange:focus,.bf-btn-orange:hover{background:#E23F01;border-color:#E23F01;color:#fff;}

/*icon font*/
@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?version=20160824'); /* IE9*/
    src: url('../fonts/iconfont.eot?version=20160824#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?version=20160824') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf?version=20160824') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?version=20160824#uxiconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-family:"iconfont" !important;font-size:26px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

/*去除圆角*/
.pagination,
.pagination li:first-child > a, 
.pagination li:first-child > span,
.pagination li:last-child > a, 
.pagination li:last-child > span,
.alert,.panel,.well,.panel-heading,.modal-content,.img-thumbnail,.popover,
.btn,.form-control,.nav-tabs > li > a,.label,.bf-nav{border-radius:0;}

/*页面布局*/
.container{width:1000px !important;}
.bf-content {padding-top: 20px;padding-bottom: 20px;min-height: 526px;position: relative;}
.container .navbar-header,
.container .navbar-collapse {margin-right: 0;margin-left: 0;}
.form-control{padding:6px;}
.form-horizontal .control-label {text-align: right;}
.control-label{font-size:14px;font-weight: normal;}
.panel{margin-bottom:15px;}
.panel-heading{padding: 6px 10px;}
.panel-title{font-size: 14px;}
.panel-body{padding:10px;}
.well{padding:15px;}
.modal-dialog{padding:6px;background:url(../images/modal_bg.png);}
.modal-header,.modal-body,.modal-footer{padding:15px;}
.modal-footer{margin-top:0;}
.breadcrumb{background:none;border-bottom:1px solid #eee;margin-bottom:10px;padding-top:0;padding-left:0;font-size:14px;}
.breadcrumb > li + li:before {content: ">";}
.page-header{border-color:#E9E9E9;}
.success-tip{display:block;height:34px;line-height:34px;float:left;padding-left:8px;}
.success-tip-tip{display:block;height:34px;line-height:34px;float:left;padding-left:8px;}
.success-tip-tip .popover{line-height:160%;max-width:500px;}
.error{border-color: #b94a48;color: #b94a48;}
label.error{margin-bottom: 0;font-weight: normal;padding-top:5px;}
.bf-title{border-bottom:2px solid #333;padding-bottom:10px;color:#333;}
.bf-mask{background:#000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;z-index:2000;min-width:1000px;}
.bf-mask-close{position: absolute;top: 20px;right: 20px;background:url(../images/icon.png) no-repeat -157px -102px;width:21px;height:21px;display:block;z-index:2000;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;display:none;}
.bf-mask-close:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.alert-yellow{background:#FFF9ED;color:#666;border-color:#FFCC00}
.label{font-size:100%;}
.bf-top-ad,.bf-top,.bf-nav,.bf-footer{min-width:1000px;}
.bf-top-ad .container{position:relative;}
.bf-top-ad .close{position:absolute;font-size: 18px;color: #fff;z-index:10;opacity: .9;
filter: alpha(opacity=90);right:0;top:0;font-family:"simsun";font-weight:normal;}

/*多样背景色*/
.bg-blue{background:#4EC3E3;color:#fff}
.bg-pink{background:#FF99CB;color:#fff}
.bg-green{background:#9ACC99;color:#fff}
.bg-yellow{background:#FFCB99;color:#fff}
.bg-purple{background:#986699;color:#fff}
.bg-breen{background:#999965;color:#fff}
.bg-gray{background:#999;color:#fff}
.bg-big-yellow{background:#F6AF00;color:#fff}

/*分页*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;}
.pagination li {display: inline;}
.pagination li > a,
.pagination li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.5;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination li:first-child > a,
.pagination li:first-child > span {margin-left: 0;}
.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {background-color: #eee;}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {z-index: 2;color: #fff;cursor: default;background:#666;border-color: #666;}
.pagination .disabled > span,
.pagination .disabled > span:hover,
.pagination .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus {color: #fff;cursor: not-allowed;background:#666;border-color: #666;}

/*弹窗*/
.popover{padding:0;box-shadow: 0 1px 5px #ccc;-moz-box-shadow: 0 1px 5px #ccc;-webkit-box-shadow: 0 1px 5px #ccc;max-width:none;}
.popover-title{border-radius:0;border-width:0 0 1px 0;padding-right:10px;}

/*页头*/
.bf-top{border-bottom:1px solid #eee;line-height:30px;color:#999;}
.bf-top .iconfont{font-size:16px;margin-right:3px;}
.bf-top a,.bf-top a:visited{color:#666;font-size:12px;}
.bf-top a:hover{color:#333;}
.bf-header-box{height:105px;}
.bf-header{padding:20px 0;background:#fff;}
.bf-header .pull-left{position:relative;z-index:100;}
.bf-search{position:relative;margin:0 auto;width:800px;padding-left:172px;}
.bf-search.search-header-fixed{margin:10px auto;}
.bf-search .text{border:2px solid #F54401;font-size:14px;color:#999;padding:5px;width:548px;vertical-align: middle;height:40px;}
.bf-search .text:focus{outline:none}
.bf-search .btn{height:40px;width:80px;background:#F54401;border-radius:0;border:0;font-size:16px;color:#fff;padding:0 12px;}
.bf-search p{padding-top:8px;margin:0;}
.bf-top-advantage{height:35px;line-height:35px;padding-left:10px;color:#999;overflow:hidden;margin-top:2px;}
.bf-top-advantage p a{color:#999;display:block;}
.bf-top-advantage p{margin:0;float:right;text-align:center;padding:0 8px;}
.bf-top-advantage p i{line-height:100%;color:#454545;margin-right:5px;font-size:32px;vertical-align: middle;}
.bf-top-advantage p i.best{color:#6DBD41}
.bf-top-advantage p i.money{color:#F5A41D}
.bf-top-advantage p i.seven{color:#7DA7D2}
.bf-progress{margin:0;background:#fff;width:544px;height:36px;position:absolute;top:2px;left:174px;padding:0 10px;}
.bf-progress p{height:6px;background:#A6DFB5;padding:0;margin-top:15px;}
.bf-header-fixed {position: fixed;top: 0;left: 0;width: 100%;padding: 10px 0;margin: 0;z-index: 1020;box-shadow: 0 3px 5px rgba(4,0,0,0.05);}
.bf-header-fixed .bf-search p{padding-top:8px;margin:0;display:none;}
.bf-header-fixed .bf-progress p{height:6px;background:#A6DFB5;padding:0;margin-top:15px;display:block;}

/*导航*/
.bf-nav{border:0;background:#000;height:40px;min-height:0;font-size:14px;margin:0}
.bf-nav .navbar-nav {float: left;margin: 0;}
.bf-nav .navbar-nav > li {float: left;}
.bf-nav .navbar-nav > li > a {padding:0 35px;height:40px;line-height:40px;color:#fff;font-family:"Microsoft YaHei","微软雅黑",SimSun,Arial,sans-serif;-webkit-font-smoothing:subpixel-antialiased}
.bf-nav .navbar-nav > li > a:hover,
.bf-nav .navbar-nav > li > a:focus{background:#444;}
.bf-nav li.active > a{color: #fff;background:#444;}
.bf-nav li.all{background:#222;width:150px;text-align:center;position:relative;}
.bf-nav li.all a.first,
.bf-nav li.all a.first:hover{color:#fff;padding:0;background:#222;}
.bf-nav li.all .icon-bar{background:url(../images/icon.png) no-repeat -261px -25px;width:12px;height:9px;display:inline-block;}
.bf-nav li.line{background:url(../images/icon.png) no-repeat left top;width:7px;height:17px;margin-top:10px;}
.bf-nav .hot,.bf-nav .new{position:absolute;z-index:10;right:3px;top:0;width:24px;height:14px;background:url(../images/icon.png) no-repeat -8px top;zoom:1;font-size:1px;}
.bf-nav .new{background-position:-33px top;}
.bf-nav .sub-nav{position:absolute;top:40 px;z-index:101;display:none;}
.bf-nav .sub-nav-list{background:#eee;width:150px;height:320px;filter:alpha(opacity=95);-moz-opacity:0.95;opacity: 0.95;}
.bf-nav .sub-nav-list li a{height:40px;line-height:40px;font-size:14px;display:block;background:#222;color:#fff;}
.bf-nav .sub-nav-list li.active a,
.bf-nav .sub-nav-list li.active a:focus,
.bf-nav .sub-nav-list li a:hover{background:#F54401;color:#fff;}
.bf-nav .sub-nav-list i.iconfont{font-size:18px;padding-right:10px;}
.bf-nav .sub-nav-box{position:absolute;top:0;z-index:102;left:150px;background:#fff;width:201px;filter:alpha(opacity=95);-moz-opacity:0.95;opacity: 0.95;height:320px;display:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.bf-nav .cate{border-bottom:1px solid #f5f5f5;height:138px;line-height:22px;}
.bf-nav .cate,.bf-nav .logo-list {padding:10px 0 10px 10px;}
.bf-nav .cate li,.bf-nav .logo-list li{float:left;width:50%;}
.bf-nav .cate li a{color:#333;font-size:12px;}
.bf-nav .cate li a:hover{color:#F54401}
.bf-nav .logo-list li{height:40px;width:90px;overflow:hidden;}
.bf-nav .logo-list img{max-height:90px;max-height:40px;}

/*优势*/
.bf-advantage{padding-bottom:10px;border-bottom:1px solid #333;margin-bottom:15px;}
.bf-advantage li{float:left;width:12.5%;padding:0 10px;font-size:12px;line-height:24px;text-align:center;}
.bf-advantage li span{background:#333;display:inline-block;width:50px;height:50px;line-height:50px;color:#666;border-radius:25px;margin-bottom:10px;}
.bf-advantage li span i{font-size:36px;margin:0;}
.bf-advantage a{display:block;color:#666}
.bf-advantage a:hover {color:#666}

/*页脚*/
.bf-footer{background:#1c1d1e;padding:15px 0;color:#999;}
.bf-footer .logo{margin-top:20px;}
.bf-footer h5{color:#ccc;margin-top:0;font-weight:bold;}
.bf-footer .col-xs-2 p{line-height:20px;}
.bf-footer a,.bf-footer a:visited,
.bf-top a,.bf-top a:visited{color:#666;}
.bf-top a:hover{color:#666;}
.bf-footer a:hover{color:#fff;}
.footerbox {position: fixed;bottom: 60px;right: 30px;z-index: 999;width: 48px;font-size:20px;}
.footerbox span{display:block;height:48px;line-height:48px;text-align:center;background-color:#eee;cursor:pointer;margin-bottom:2px;top:0}
.footerbox span:hover{background-color:#ddd;}
.footerbox .item{position:absolute;text-align:center;background:#f5f5f5;border:1px solid #ccc;right:50px;display:none;bottom:0;padding:0 14px 14px;color:#333}
.feedback-box{width:556px;padding:5px;}
.footerbox .cart{background:#eee url(../images/icon.png) no-repeat 6px -28px;position:relative;}
.footerbox .cart i{font-style: normal;color:#c00;font-size:14px;position:absolute;top:0;line-height: 30px;width:42px;left:6px;font-weight:bold;}
.footerbox .cart.shake{-webkit-animation:shake 1.5s;animation:shake 1.5s}
.footerbox .glyphicon,.footerbox .iconfont{font-size:30px;}

/*table*/
.bf-table th{background:#F1F1F1;font-weight:normal;}
.bf-table th,.bf-table td{padding:5px 10px;line-height:24px;}
.bf-table td{border-bottom:1px solid #E9E9EA}
.bf-table .none td{border-bottom:0}

/*分享*/
.bf-share{height:44px;overflow:hidden;}
.bf-share span{float:left;height:44px;line-height:44px;}
.bf-share a{display:block;float:left;height:44px;line-height:44px;padding:0 8px;color:#666;}
.bf-share a:hover{}
.bf-share i{vertical-align: top;margin-right:5px;}
.bf-share a p{height:44px;margin:0;
-webkit-transition: margin-top 0.3s ease-out;
-moz-transition: margin-top 0.3s ease-out;
-ms-transition: margin-top 0.3s ease-out;
-o-transition: margin-top 0.3s ease-out;
transition: margin-top 0.3s ease-out;}
.bf-share a:hover p.first{margin-top:-44px;}

/*首页教程*/
.bf-index-step1{background:url(../images/index_step1.png) no-repeat top left;width:615px;height:399px;z-index:2001;position: absolute;top: 25px;right:192px;}
.bf-index-step1 .btn{width:127px;height:50px;position: absolute;bottom: 83px;right:42px;}
.bf-index-step2{background:url(../images/index_step2.png) no-repeat top left;width:689px;height:301px;z-index:2002;position: absolute;top: 42px;right: 90px;display:none;}
.bf-index-step2 .btn{width:127px;height:50px;position: absolute;bottom: 0;right: 154px;}
.bf-index-step3{background:url(../images/index_step3.png) no-repeat top left;width:941px;height:410px;z-index:2003;position: absolute;top: 1px;left: -31px;display:none;}
.bf-index-step3 .close-mask{width:127px;height:50px;display:block;position: absolute;bottom: 79px;right: 127px;z-index:10;}
.bf-index-step3 .again{width:127px;height:30px;display:block;position: absolute;bottom: 30px;right: 127px;z-index:9;}
.bf-empty{background:url(../images/empty.gif) no-repeat right bottom;height:300px;line-height:40px;font-size:20px;text-align:center;padding-top:100px;}
.bf-notice{background:#FDEDB5;padding:5px 10px;text-align:center;color:#992b00;font-size:14px;}
.bf-notice a,.bf-notice a:visited{color:red}

/*全球名站*/
.bf-i-website{position:relative;border:1px solid #eee;border-top:0;padding:10px 20px;overflow:hidden;height:117px;}
.bf-i-website h5{height:20px;bottom:-20px;margin-left:-82px;position:absolute;background:#fff;padding:0 15px;left:50%;}
.bf-i-website li{float:left;width:193px;overflow:hidden;text-align:center;}
.bf-i-website li.none{margin-right:0;}
.bf-i-website li a{display: table-cell;vertical-align: middle;text-align: center;width:191px;height:70px;background:#fff;}
.bf-i-website li a img{max-width:180px;max-height:68px;}
.bf-i-website .prev,
.bf-i-website .next{position:absolute;font-family: sans-serif;width:15px;text-align:center;top:35px;color:#666;cursor:pointer;font-size:30px;z-index:10;font-weight:bold;}
.bf-i-website .prev{left:8px;}
.bf-i-website .next{right:8px;}
.bf-i-website .page{width: 400px;text-align: center;margin:0 auto;}
.bf-i-website .page a{display: inline-block;width:10px;height:10px;background:#eee;margin:0 2px;cursor:pointer;font-size:1px;color:#fff;line-height:20px;text-align:center;border-radius:10px;text-indent:-999em;}
.bf-i-website .page a.selected{background:#666;}
.bf-i-website .more{position:absolute;bottom:10px;right:10px;}

/*其他*/
.input200{width:200px;}
.input300{width:300px;}
.input320{width:320px;}
.input400{width:400px;}
.error404{background:#4EC3E3 url(../images/404.png) no-repeat 30px 20px;height:360px;width:570px;margin:40px auto 20px;}
.error404 h2{color:#fff;padding:130px 0 0 50px;line-height:55px;}
.bf-msg{border:1px solid #ddd;width:500px;margin:150px auto 150px;padding:20px 20px 10px;box-shadow: 0 0 3px #ccc;-moz-box-shadow: 0 0 3px #ccc;-webkit-box-shadow: 0 0 3px #ccc;font-size:14px;}
.bf-msg iframe{vertical-align: middle;}
.bf-msg h5{border-bottom:1px solid #eee;padding-bottom:10px;margin-top:0;margin-bottom:20px;}
.bf-msg h4{padding-bottom:20px;}
.bf-input-box{padding:100px 0;width:600px;margin:0 auto 100px;}

/*登录注册*/
.bf-login{background:#A8D2FA url(../images/login_bg_new.jpg) no-repeat top center;height:610px;}
.bf-login-box{background:#fff;background:rgba(255,255,255,0.8);filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;width:340px;padding:10px 20px 20px;margin-top:53px;box-shadow: 0 1px 2px #ccc;-moz-box-shadow: 0 1px 2px #ccc;-webkit-box-shadow: 0 1px 2px #ccc;}
.bf-login-box .col-xs-12{position:relative;}
.bf-login-box .icon{background:#eee;color:#ccc;font-size:24px;width:32px;height:32px;text-align:center;line-height:32px;position:absolute;z-index:10;top:1px;left:16px;}
.bf-login-box .text{padding-left:36px;}
.bf-login-box .form-horizontal,.bf-register .form-horizontal{padding-top:10px;}
.other-ways {margin-top:20px;}
.other-ways h5{float:left;line-height:45px;margin:0;}
.other-ways .btn-group{float:right;}
.other-ways .btn-group button{border:0;padding:0;background:none;}
.other-ways .btn-group button:hover,
.other-ways .btn-group button:active{background:none;}
.other-ways button i{font-size:32px;}
.qq-btn{color:#0072bc;}
.qq-btn:hover{color:#025a94;}
.sina-btn{color:#cb2d16;}
.sina-btn:hover{color:#ae1e09;}
.fb-btn{color:#365899;}
.fb-btn:hover{color:#365899;}
.wechat-btn{color:#3cb034}
.wechat-btn:hover{color:#26921e;}
.bf-r-btn{width:100px;height:37px;font-size:14px;}
.bf-r-btn i{margin-right:3px;color:#0072bc;vertical-align: middle;}
.r-sina-btn i{color:#cb2d16;}
.r-fb-btn i{color:#365899;}
.r-wechat-btn i{color:#3cb034}
.bf-register p{border-color:#4EC3E3}
.bf-register-right{margin-top:46px;border-left:1px dashed #ddd;padding:0 0 0 50px;margin-left:80px;height:300px;}
.bf-register-other{padding-top:50px;}
.bf-register-other p{float:left;width:100px;}
.bf-register-form .item{position:relative;}
.bf-register-form label.valid{position:absolute;color:#3cb034;right:-3px;top:3px;font-size:14px;}
.img-code{position:absolute;top:0;left:105px;}
.bf-r-success{width:550px;margin:100px auto 50px;padding:10px 10px 2px 30px;}
.bf-r-success h2 i{font-size:36px;}
.bf-r-success h2{margin-bottom:20px;}
.bf-order-tip{/*background:#fcf8e3;*/color:#999;padding:0;margin-top:10px;}
.bf-order-tip p{margin-bottom:0;}


/*new分页*/
.pagination-new {display: inline-block;padding-left: 0;margin: 20px 0;}
.pagination-new li {display: inline;}
.pagination-new li > a,
.pagination-new li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.5;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination-new li:first-child > a,
.pagination-new li:first-child > span {margin-left: 0;}
.pagination-new li > a:hover,
.pagination-new li > span:hover,
.pagination-new li > a:focus,
.pagination-new li > span:focus {background-color: #eee;}
.pagination-new .active > a,
.pagination-new .active > span,
.pagination-new .active > a:hover,
.pagination-new .active > span:hover,
.pagination-new .active > a:focus,
.pagination-new .active > span:focus {z-index: 2;color: #fff;cursor: default;background:#e64743;border-color: #ff0000;}
.pagination-new .disabled > span,
.pagination-new .disabled > span:hover,
.pagination-new .disabled > span:focus,
.pagination-new .disabled > a,
.pagination-new .disabled > a:hover,
.pagination-new .disabled > a:focus {color: #fff;cursor: not-allowed;background:#666;border-color: #666;}

/*suggest*/
.search-suggest { display: none;  position: absolute;  left: 172px;  width: 547px;  border: 1px solid #6b155a;  background-color: #fff;  z-index: 999;}
.search-suggest .ss-list { border-bottom: 1px solid #ddd; }
.search-suggest .ss-item { display: block; height: 26px; line-height: 26px; padding: 0 10px; color: #777; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/* .search-suggest .ss-item.on, .search-suggest .ss-item:hover{background:#f1f1f1; color:#333;} */
.search-suggest .ss-item.on{background:#f1f1f1; color:#333;}
.search-suggest .ss-close { float: right; padding: 4px 10px; color: #777; }