/*
 * reset.css
 * @project: cssGap
 * @author: 小web
 * @date: 2012.06.09
 */

html{
    color: #000;background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    margin: auto;
}

/*间距reset：标签间距统一化重设*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,
blockquote,
th,td {
    margin: 0;
    padding: 0;
}

/* 表格 */
table {
    width: 100%;
    border-collapse: collapse; /* 合并表格边框 */
    border-spacing: 0; /* 设置边框间距为0 */
    font-size: inherit;
    font: 100%;
}
/* 表格标题设置为左对齐 */
caption,th {text-align: left;}

/* 图片：边框与下边距bug */
img{border :0;vertical-align:middle;}

/* 列表：清除列表的前缀符*/
ol,ul {list-style: none;}

/* 标题 */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}

/* 语义化标签：统一语义化标签的默认样式设定 */
address,caption,cite,code,dfn,em,strong,th,var,b {
    font-style: normal;
    font-weight: normal;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr,acronym {border:0;font-variant:normal;}
pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 100%;
    line-height: 100%;
}
small {font-size: 75%;}
abbr[title],acronym[title] {border-bottom: 1px dotted;cursor: help;}
em {font-style: italic;}
strong {font-weight: bold;}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 超链接 */
a:focus {outline: thin dotted;}
a:hover,a:active {outline: 0;}

/* 表单 */
legend {
    border: 0;
    white-space: normal;
    color:#000;
}
button,input,select,textarea {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    vertical-align: middle;
    *vertical-align: middle;
}
button,input {
    line-height: normal; /* FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
}
textarea {
    overflow: auto; /* 去掉IE6/7/8/9下默认的滚动条 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    resize: none; /* 防止textarea可以resize */
}
label,button {
    cursor: pointer;
    _cursor: hand;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS*/
    *overflow: visible;  /* Removes inner spacing in IE7 without affecting normal text inputs；Known issue: inner spacing remains in IE6 */
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* 去掉IE8/9下过多的padding */
    *height: 13px; /* Removes excess padding in IE7;Known issue: excess padding remains in IE6 */
    *width: 13px; /* Removes excess padding in IE7;Known issue: excess padding remains in IE6 */
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;padding: 0; /* 去掉FF3+的padding和border */
}

input[type="hidden"] {
    display: none!important; /* FF3的一些版本hidden没有隐藏 */
}
/*
 * wrap.css
 * @desc: 容器&布局设置
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

/* 容器-全屏 */
.wrap-full{
    width: 100%;
}
/* 容器-基准 */
.wrap-base{
    width: 990px;margin: auto;
}

/* 清除浮动 */
.wrap-clear{
    *zoom: 1;
}
.wrap-clear:after{
    content: '\\20';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

/* 浮动 */
.wrap-left{
    float: left;
}
.wrap-right{
    float: right;
}

body{
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

.doc-color-tail{
    color: #999;
}
.doc-text-b{
    font-weight: bold;
}

/*
 * topbar.css
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

.ui-header {
    position:relative;
    z-index:1999
}
.ui-header .ui-nav-topbar {
    height:32px;
    position:relative;
    z-index:9999;
    font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    background-color:#3c3d40
}
.ui-header .ui-nav-topbar .item {
    height:26px;
    padding:0 10px;
    padding-top:6px;
    display:inline-block;
    line-height:19px;
    *height:28px;
    *padding-top:4px;
    *display:inline;
    *zoom:1;
    *position:relative;
    *top:1px
}
.ui-header .ui-nav-topbar .item a {
    color:#DDD;
    font-size:12px;
    text-decoration:none
}
.ui-header .ui-nav-topbar .item a:hover {
    color:#FFF
}
.ui-header .ui-nav-topbar .item .recity {
    margin-left:2px;
    color:#5b96ff
}
.ui-header .ui-nav-topbar .map {
    margin-left:-5px;
    padding:0 18px 0 2px
}
.ui-header .ui-nav-topbar .map-hover .ui-icon,.ui-header .ui-nav-topbar .map-hover a {
    color:#fff
}
.ui-header .ui-nav-topbar .map-hover .recity,.ui-header .ui-nav-topbar .map-hover .recity:hover {
    color:#49acf8;
    text-decoration:underline
}
.ui-header .ui-nav-topbar .ui-spliter {
    width:0;
    position:relative;
    top:-1px;
    *float:left;
    *vertical-align:middle;
    *display:none;
    *top:9px
}
.ui-header .ui-nav-topbar .menu {
    position:relative
}
.ui-header .ui-nav-topbar .menu .ui-icon {
    position:relative;
    left:2px;
    *top:0
}
.ui-header .ui-nav-topbar .menu .menu-list {
    display:none;
    line-height:32px
}
.ui-header .ui-nav-topbar .menu-hover {
    background-color:#4d4e51
}
.ui-header .ui-nav-topbar .menu-hover a,.ui-header .ui-nav-topbar .menu-hover a .ui-icon {
    color:#fff
}
.ui-header .ui-nav-topbar .menu-hover .menu-list {
    width:100px;
    *width:95px;
    display:block;
    text-align:left;
    position:absolute;
    left:0;
    top:32px;
    z-index:9999
}
.ui-header .ui-nav-topbar .menu-hover .menu-list .menu-item {
    padding-left:10px;
    background:#4d4e51
}
.ui-header .ui-nav-topbar .menu-hover .menu-list .menu-item:hover {
    background-color:#3c3d40
}
.ui-header .ui-nav-topbar .fix-margin {
    position:relative;
    right:-10px
}
.ui-header .ui-nav-main,.ui-header .ui-nav-xpath {
    height:80px;
    overflow:hidden;
    background-color:#f6f7f9
}
.ui-header .ui-nav-main .logo-m {
    width:162px;
    height:50px;
    padding:15px 50px 15px 0;
    overflow:hidden
}
.ui-header .ui-nav-main {
    border-bottom:1px solid #8e8e8e
}
.ui-header .ui-nav-main .list {
    height:40px;
    padding-top:40px
}
.ui-header .ui-nav-main .list .ui-spliter {
    width:0;
    margin:2px 5px;
    height:20px;
    vertical-align:top;
    position:relative;
    top:3px;
    top:0\0;
    border-left-style:dotted;
    border-color:#d3d3d4;
    background-color:#f6f7f9
}
.ui-header .ui-nav-main .list .item {
    display:inline-block;
    *display:inline;
    *zoom:1;
    position:relative;
    top:-1px
}
.ui-header .ui-nav-main .list .item .ui-icon-new {
    position:absolute;
    right:-10px;
    *right:-5px;
    top:-15px
}
.ui-header .ui-nav-main .list .item a {
    width:72px;
    height:35px;
    margin:0 5px;
    *width:80px;
    *margin-left:-2px;
    overflow:hidden;
    padding:3px 5px 0;
    display:inline-block;
    *zoom:1;
    text-align:center;
    font-weight:700;
    font-size:17px;
    color:#666;
    text-decoration:none;
    border-bottom:3px solid #f6f7f9
}
.ui-header .ui-nav-main .list .item a:hover,.ui-header .ui-nav-main .list .current a {
    color:#49acf8;
    border-color:#3d73cb
}
.ui-header .ui-nav-xpath {
    }.ui-header .ui-nav-xpath .logo-x {
    width:137px;
    height:31px;
    margin:25px 12px 0 0
}
.ui-header .ui-nav-xpath .list {
    height:20px;
    padding-top:30px;
    font-size:12px;
    line-height:20px
}
.ui-header .ui-nav-xpath .list .ui-icon-spliter {
    margin:2px 3px;
    *height:20px;
    *margin:0 -3px 0 3px;
    vertical-align:top;
    position:relative;
    top:5px;
    text-align:center;
    font-family:"宋体";
    color:#666;
    letter-spacing:0;
    border:0
}/*
 * footer.css
 * @desc: 页面footer
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */


.ui-footer{
    border-top: 1px solid #c8c9ca;
}
.ui-footer-inner{
    padding: 20px 0 50px 0;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #FFF;
}
.ui-footer .links{
    padding-bottom: 15px;
}
.ui-footer .links a{
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.ui-footer .links a:hover{
    color: #0099ff;
    text-decoration: none;
}
.ui-footer .links .spliter{
    margin: 0 15px;
    color: #ccc;
}
.ui-footer .copyright{
    padding-bottom: 30px;
    color: #666;
}
.ui-footer .copyright a{
    color: #666;
    text-decoration: none;
}
.ui-footer .copyright a:hover{
    color: #0099ff;
    text-decoration: underline;
}
.ui-footer .cer{
    text-align: center;
}
.ui-footer .cer a{
    width: 114px;height: 48px;margin: 0 10px;
    display: inline-block;
    line-height: 44px;
    border: 1px solid #ddd;background-color: #fff;
}
/*
 * icon.css
 * @desc: icon样式
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

/*
 * btn.css
 * @desc: 按钮样式
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

.ui-btn{
    display: inline-block;
    font-size: 12px;
    background-image: url(/static/img/page_citynav/btn.png);
}
.ui-btn-default{
    width: 76px;height: 26px;
    line-height: 26px;
    text-align: center;
    color: #000;
    text-decoration: none;
    background-position: 0 0;
}
.ui-btn-default:hover{
    background-position: -80px 0;
}
.ui-btn-default:active{
    background-position: -160px 0;
}
.ui-btn-default-disabled,
.ui-btn-default-disabled:hover,
.ui-btn-default-disabled:active{
    cursor: default;
    color: #ccc;
    background-position: -240px 0;
}
/*
 * tab.css
 * @desc: tab组件
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

.ui-tab-nav-item a{
    display: inline-block;
    text-decoration: none;
}
.ui-tab-content .ui-tab-content-item{
    display: none;
}
.ui-tab-content .current{
    display: block;
}

/* 主体tab样式 */
.ui-tab-primary{
    border-top: 1px solid #e6e8eb;
}
.ui-tab-primary .ui-tab-nav{
    height: 40px;
    border-right: 1px solid #e6e8eb;
    background-color: #f7f7f8;
}
.ui-tab-primary .ui-tab-nav-inner{
    height: 39px;
    position: relative;top: -1px;z-index: 0;
    border-bottom: 2px solid #294697;
}
.ui-tab-primary .ui-tab-nav-item{
    width: 145px;height: 39px;padding: 0 1px;
    float: left;
    text-align: center;
    border: solid #e6e8eb;border-width: 0 1px;
    background: url(/static/img/page_citynav/page_tab_bg0.png) 0 2px repeat-x;
}
.ui-tab-primary .ui-tab-nav-item .inner{
    display: inline-block;
    width: 145px;height: 26px;
    position: relative;top: 2px;
    padding-top: 8px;
    cursor: pointer;
    color: #999;font-size: 16px;
    text-decoration: none;
}
.ui-tab-primary .ui-tab-nav .current{
    padding: 0;
    border: 2px solid #294697;border-bottom: none;
    background:#fff url(/static/img/page_citynav/page_tab_bg.png) 0 0 repeat-x;
}
.ui-tab-primary .ui-tab-nav .current .inner{
    top: 0;-top: 5px;-padding: 3px 0 5px 0;
    color: #25448a;
    border-bottom: 2px solid #fff;
}
.ui-tab-primary .ui-tab-content{
    padding: 15px 0 20px 0;
}
.ui-tab-primary .ui-tab-content .ui-tab-content-item{
    display: none;
}
.ui-tab-primary .ui-tab-content .current{
    display: block;
}
/*
 * page_citynav.css
 * @desc: 城市导航页面
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

html,body{
    background-color: #f6f7f9;
}

/* 热门城市 */
.page-hotcity{
    height: 65px;
    line-height: 65px;
    font-size: 14px;color: #666;
    background-color: #e4e6e8;border-bottom: 1px solid #d6d7d9;
}
.page-hotcity a{
    margin-right: 30px;
    color: #666;font-weight: bold;
    text-decoration: none;
}
.page-hotcity a:hover{
    color: #0099ff;
    text-decoration: underline;
}

/* 城市列表 */
.page-citylist{
    margin-bottom: 20px;
    background-color: #fff;
}
.page-citylist-inner{
    border: 1px solid #e3e3e3;border-top: none;
}
.page-citylist .select-city{
    height: 26px;padding: 30px;
}

/* 城市列表 */
.page-citylist .city-list-item{
    padding: 10px 0 10px 2px;line-height: 26px;
}
.page-citylist .city-list-item-hover{
    background-color: #f6f6f6;
}
.page-citylist .city-list-item .label{
    width: 80px;height: 26px;margin-right: 15px;
    float: left;
    text-align: center;
    line-height: 26px;font-size: 14px;color: #666;font-weight: bold;
    display: block;
    background-color: #eeeff2;border: 1px solid #dcdee3;
}
.page-citylist .city-list-item-hover .label{
    color: #fff;
    background-color: #4072d7;border: 1px solid #295bbf;
}
.page-citylist .city-list-item .citys{
    overflow: hidden;   
}
.page-citylist .city-list-item a{
    margin-right: 30px;
    display: inline-block;
    font-size: 14px;color: #666;
    text-decoration: none;
}
.page-citylist .city-list-item a:hover{
    color: #0099ff;
    text-decoration: underline;
}
.ui-select{
    position: relative;z-index: 9999;
}
.ui-select label{
    position: relative;top: 3px;
    float: left;
    font-size: 14px;color: #333;
}
.ui-select .select{
    width: 90px;height: 24px;margin-right: 10px;
    float: left;
    position: relative;
    line-height: 22px;
    font-size: 12px;color: #000;
    border: 1px solid #d6d6d6;
}
.ui-select .select .title{
    width: 85px;height: 24px;padding-left: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: url(/static/img/page_citynav/page_select_bg.png) 0 0 repeat-x;
}
.ui-select .select .title .ui-icon{
    position: absolute;right: 0px;
}
.ui-select .select .list{
    width: 90px;
    position: absolute;left: -1px;top: 24px;
    display: none;
    border: 1px solid #d6d6d6;background-color: #fff;
    z-index: 100;
}
.ui-select .select .list .item{
    width: 80px;height: 24px;line-height: 24px;padding: 0 5px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.ui-select .select .list .item:hover{
    height: 24px;line-height: 24px;padding: 0 5px;
    display: inline-block;
    background-color: #e9e9e9;
}
.ui-select .select .list .current{
    background-color: #ddd;
}

.page-citylist #TabWordList .city-list-item .label{
    width: 28px;height: 28px;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
}

.city-list{
    padding: 0 30px;
}
/*
 * icon.css
 * @desc: icon样式
 * @project: rongUI
 * @author: 小web
 * @date: 2013.7.30
 */

@font-face {
    font-family: 'rong-icon';
    src:url('/static/rongui/fonts/rong-icon.eot?t=2');
    src:url('/static/rongui/fonts/rong-icon.eot?t=2#iefix') format('embedded-opentype'),
        url('/static/rongui/fonts/rong-icon.woff?t=2') format('woff'),
        url('/static/rongui/fonts/rong-icon.ttf?t=2') format('truetype'),
        url('/static/rongui/fonts/rong-icon.svg?t=2#rong-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ui-icon{
    margin-right: 2px;
    display: inline-block;
    *display: inline;*zoom: 1;
    overflow: hidden;
    position: relative;z-index: 0;
    vertical-align: middle;
    font-family: 'rong-icon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 手机图标 */
.ui-icon-phone{
    width: 11px;height: 18px;
    background: url(icons/mobile.png?__sprite);
}
/* 更多 */
.ui-icon-more-down{
    width: 10px;height: 5px;
    background: url(icons/more-down.png?__sprite);
}
/* 面包屑> */
.ui-icon-spliter{
    width: 7px;height: 7px;margin-right: 0;
    background: url(icons/spliter.png?__sprite);
}
/* 地标 */
.ui-icon-maptip{
    width: 10px;height: 16px;
    background: url(icons/map.png?__sprite);
}
/* 提示：感叹号 */
.ui-icon-sign{
    width: 20px;height: 18px;
    background: url(icons/sign.png?__sprite);
}
/* 提示：警告 */
.ui-icon-warning{
    width: 20px;height: 20px;
    background: url(icons/warning.png?__sprite);
}
/* 提示：对号 */
.ui-icon-ok{
    width: 20px;height: 20px;
    background: url(icons/ok.png?__sprite);
}
/* 关闭 */
.ui-icon-close{
    width: 12px;height: 12px;
    background: url(icons/close-gray.png?__sprite);
}
/* close */
.ui-icon-close-orange{
    width: 10px;height: 10px;
    background-position: -20px -20px;
}
/* 小房子 */
.ui-icon-house{
    width: 15px;height: 15px;
    background: url(icons/house.png?__sprite);
}
/* 小房子-x */
.ui-icon-house-x{
    width: 15px;height: 15px;
    background: url(icons/house-x.png?__sprite);
}
/* 抵押 */
.ui-icon-diya{
    width: 15px;height: 13px;
    background: url(icons/diya.png?__sprite);
}
/* 担保 */
.ui-icon-danbao{
    width: 15px;height: 12px;
    background: url(icons/danbao.png?__sprite);
}
/* 出借 */
.ui-icon-chujie{
    width: 15px;height: 14px;
    background: url(icons/chujie.png?__sprite);
}
/* 中介 */
.ui-icon-zhongjie{
    width: 15px;height: 13px;
    background: url(icons/zhongjie.png?__sprite);
}
/* 担保2 */
.ui-icon-danbao2{
    width: 15px;height: 14px;
    background: url(icons/danbao2.png?__sprite);
}
/* 小车子 */
.ui-icon-car{
    width: 15px;height: 13px;
    background: url(icons/car.png?__sprite);
}
/* 小人 */
.ui-icon-person{
    width: 15px;height: 14px;
    background: url(icons/person.png?__sprite);
}
/* 小表 */
.ui-icon-watch{
    width: 15px;height: 14px;
    background: url(icons/watch.png?__sprite);
}
/* 信用卡 */
.ui-icon-credit{
    width: 15px;height: 14px;
    background: url(icons/credit.png?__sprite);
}
/* 上箭头 */
.ui-icon-up{
    width: 15px;height: 10px;
    background: url(icons/up.png?__sprite);
}
/* 左箭头 */
.ui-icon-left{
    width: 6px;height: 15px;
    background: url(icons/left.png?__sprite);
}
/* 星星 */
.ui-icon-star{
    width: 18px;height: 18px;
    background: url(icons/star-orange.png?__sprite);
}
/* 星星-灰 */
.ui-icon-star-off{
    width: 18px;height: 18px;
    background: url(icons/star-gray.png?__sprite);
}
/* 认证-未进行 */
.ui-icon-cer-todo{
    width: 22px;height: 16px;
    background: url(icons/cer-todo.png?__sprite);
}
/* 企业认证-未进行 */
.ui-icon-comcer-todo{
    width: 22px;height: 16px;
    background: url(icons/comcer-todo.png?__sprite);
}
/* 认证-未进行 */
.ui-icon-cer-done{
    width: 28px;height: 20px;
    background: url(icons/cer-done.png?__sprite);
}
/* 企业认证-未进行 */
.ui-icon-comcer-done{
    width: 28px;height: 22px;
    background: url(icons/comcer-done.png?__sprite);
}
/* new */
.ui-icon-new{
    width: 35px;height: 20px;
    background: url(icons/new.png?__sprite);
}
/* dot */
.ui-icon-dot{
    width: 2px;height: 2px;
    background: url(icons/dot.png?__sprite);
}

/* 分隔符 */
.ui-spliter{
    height: 12px;*margin-right: -3px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    font-style: normal;
    border-left: 1px solid #747474;
    font-style: normal;
    font-family: "宋体";
}

/* 应用icon */
/* 贷款32x32 */
.ui-app-daikuan-32{
    width: 32px;height: 32px;
    background: url(icons/app-daikuan-32.png?__sprite);
}
/* 房贷资格32x32 */
.ui-app-fangdai-32{
    width: 32px;height: 32px;
    background: url(icons/app-fangdaizige-32.png?__sprite);
}

/* 查看更多图标 */
.ui-icon-viewmore{
    width: 11px;height: 11px;
    background: url(icons/more-down-view.png?__sprite);
}
.ui-icon-viewmore-up{
    width: 11px;height: 11px;
    background: url(icons/more-up-view.png?__sprite);
}

/* 下载小图标 */
.ui-icon-download{
    width: 12px;height: 12px;
    background: url(icons/down.png?__sprite);
}
/* 2维码小图标 */
.ui-icon-qrcode{
    width: 12px;height: 12px;
    background: url(icons/qrcode.png?__sprite);
}

/* apple图标 */
.ui-icon-apple{
    width: 13px;height: 16px;
    background: url(icons/apple.png?__sprite);
}
/* android */
.ui-icon-android{
    width: 13px;height: 16px;
    background: url(icons/android.png?__sprite);
}

.doc-color-vmicro{
    color: #ddd;font-size: 12px;
}

.hot-city-list{
    height: 64px;line-height: 64px;padding-left: 30px;
    color: #555;
    border: 1px solid #d6d7d9;
    border-width: 1px 0;
}
.hot-city-list label{
    float: left;
}
.hot-city-list a{
    margin-right: 30px;
    float: left;
    color: #555;
    text-decoration: none;
}
.hot-city-list a:hover{
    color: #0099ff;
    text-decoration: underline;
}

.ui-header .ui-nav-main .logo-m {
    width: 162px;
    height: 50px;
    padding: 15px 50px 15px 0;
    overflow: hidden;
}
.logo{
    padding: 15px;
    height: 50px;
}
.logo .slogan{
    font-size: 16px;color: #555;
}
.logo .slogan .item{
    margin-right: 5px;position: relative;
    top: 30px;
}
.wrap-left {
    float: left;
}
.ui-face-logo {
    width: 162px;
    height: 50px;margin-right: 15px;
    padding-right: 15px;border-right: 1px solid #888;
    display: inline-block;
    line-height: 99em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/static/rongui/images/common_z.png?t=sdfdslfsklf);
    background-position: -840px -2095px;
}
.ui-footer a{
	color: #222;
}
.ui-footer a:hover{
	color: #49acf8;
}

.seo{
	font-size: 12px;
	padding-bottom: 40px;
	border-top: 1px solid #d9d9d9;
	background-color: #f6f6f6;
}
.seo .seo-inner{
	padding-top: 20px;
	border-top: 1px solid #fff;
}
/* 查看更多 */
.seo .seo-inner .view-more{
	font-weight: normal;
	float: right;
}
.seo .seo-inner .ui-icon{
	margin-left: 2px;
	top: -1px;
}
.seo .seo-inner .ui-viewmore-toggle{
	padding-right: 20px;
	position: relative;right: -20px;
	z-index: 1000;
}
.seo .seo-inner .ui-viewmore-toggle:hover{
	text-decoration: underline;
}
.seo .seo-inner .ui-icon-viewmore{
	display: inline-block;
}
.seo .seo-inner .ui-icon-viewmore-up{
	display: none;
}
/* 列表 */
.seo .seo-inner .list{
	margin-bottom: 15px;
}
.seo .seo-inner .title{
	padding-bottom: 5px;
	font-weight: bold;
}
.seo .seo-inner .items span.link{
	width: 120px;margin-bottom: 5px;
	display: inline-block;
}
/* 切换后样式 */
.seo .seo-inner .viewmore-up .ui-icon-viewmore{
	display: none;
}
.seo .seo-inner .viewmore-up .ui-icon-viewmore-up{
	display: inline-block;
}
.doc-color-light {
	color: #a6a6a6;
}
.ui-viewmore-hide {
	display: none;
}
/* panel */
.ui-footer .panel{
	margin: 0 10px 10px 10px;padding: 8px 8px 0 8px;
	overflow: hidden;display: none;
	border: 1px solid gray;
	background-color: #fff;
	*height: 1%;
}
.ui-footer .panel li{
	float: left;
	width: 20%;
}
.ui-footer .panel li a{
	float: none;
	width: auto;
}
.ui-footer .panel a{
	width: 20%;margin-bottom: 8px;
	float: left;
}