@charset "utf-8"; @import url(http://at.alicdn.com/t/font_1471228313_1209505.css); @import url(http://at.alicdn.com/t/font_1471228313_1209505.css); body { font-family: '微软雅黑', 'Microsoft YaHei'; } /* rui-base 样式模块 */ /* 防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体 */ html { color: #000; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* 内外边距通常让各个浏览器样式的表现位置不同 */ 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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; } /* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* HTML5 媒体文件跟 img 保持一致 */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /* 要注意表单元素并不继承父级 font 的问题 */ body, button, input, select, textarea { font: 12px/1.5 '微软雅黑', 'Brandon_Light', verdana, sans-serif; } input, select, textarea { font-size: 100%; } /* 去掉各Table cell 的边距并让其边重合 */ table { border-collapse: collapse; border-spacing: 0; } /* IE bug fixed: th 不继承 text-align*/ th { text-align: inherit; } /* 去除默认边框 */ fieldset, img { border: 0; } /* ie6 7 8(q) bug 显示为行内表现 */ iframe { display: block; } /* 去掉 firefox 下此元素的边框 */ abbr, acronym { border: 0; font-variant: normal; } /* 一致的 del 样式 */ del { text-decoration: line-through; } address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; } /* 去掉列表前的标识, li 会继承 */ ol, ul { list-style: none; } /* 对齐是排版最重要的因素, 别让什么都居中 */ caption, th { text-align: left; } /* 来自yahoo, 让标题都自定义, 适应多个系统应用 */ h1, h2, h3, h4, h5, h6 { font-weight: 500; } q:before, q:after { content: ''; } /* 统一上标和下标 */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* 正常链接 未访问 */ a { color: #15a07b; text-decoration: none; } /* 鼠标悬停 */ a:hover { color: #15a07b; text-decoration: none; } /* 默认不显示下划线,保持页面简洁 */ ins, a { text-decoration: none; } /* 代码字体 */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* 清理浮动 */ .b-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .b-clear { zoom: 1; /* for IE6 IE7 */ } /* 隐藏, 通常用来与 JS 配合 */ body .b-hide { display: none; } /* 显示, 通常用来与 JS 配 */ body .b-show { display: block; } /* 设置内联, 减少浮动带来的bug */ .b-fleft, .b-fright { display: inline; } .b-fleft { float: left; } .b-fright { float: right; } /* 文字对齐方式 */ .b-left { text-align: left; } .b-center { text-align: center; } .b-right { text-align: right; } .b-justify { text-align: justify; } /* 单行文字溢出时出现省略号,需设定宽度 */ .b-text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* 人民币符号 */ .b-rmb { font-family: arial; font-style: normal; padding-right: 4px; } .ui-btn { /* 处理一些兼容性 */ display: inline-block; *display: inline; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; font-family: inherit; *zoom: 1; *overflow: visible; /* for a ie6/7 bug http://blog.csdn.net/jyy_12/article/details/6636099 */ background-image: none; /* for old alice button style conflict */ /* 加边框是为了防止未来需要增加一种带边框的按钮,现在将边框设为和背景一样的颜色,需要加边框就改变颜色。这样有边框和无边框所占的位置都一样大 */ border: 1px solid transparent; padding: 0; border-radius: 4px; } /* 默认尺寸等于 ui-btn-2 */ .ui-btn { padding-left: 20px; padding-right: 20px; color: white; font-size: 14px; line-height: 34px; } /* 定义多个尺寸 */ .ui-btn-12 { font-size: 12px; } .ui-btn-14 { font-size: 14px; } .ui-btn-16 { font-size: 16px; } /* 定义多种颜色 */ .ui-btn-info { background-color: #ff744f; line-height: 34px; } .ui-btn-danger { background-color: #a0a5a9; line-height: 34px; } .ui-btn-black { background-color: #070707; padding: 40px auto; line-height: 37px; height: 37px; } .ui-btn-bule { background-color: #00ace4; width: 289px; height: 39px; line-height: 39px; } .ui-btn-bule2 { background-color: #3a89c9; width: 94px; height: 34px; line-height: 34px; color: #fff; } .ui-btn-bule3 { background-color: #3a89c9; width: 94px; height: 34px; line-height: 34px; color: #fff; } .ui-btn-gray { background-color: #808080; width: 94px; height: 34px; line-height: 34px; color: #fff; } .ui-btn-red { background-color: #c40000; width: 182px; height: 44px; line-height: 44px; color: #fff; } .ui-btn-white { background-color: #fff; border: 1px solid #000; width: 116px; height: 33px; line-height: 33px; color: #000; } .ui-header { display: block; height: 90px; width: 100%; background-color: #fff; } .ui-header-main { width: 1200px; height: 90px; display: block; margin: 0 auto; position: relative; } .ui-header-logo{ height: 90px; width: auto; display: inline-block; vertical-align: middle; } .ui-header-search-box { position: relative; display: inline-block; width: 485px; height: 74px; padding-top: 16px; } .ui-header-hint { position: absolute; display: block; width: 150px; color: #ccc; font-size: 14px; left: 10px; height: 40px; line-height: 40px; top: 16px; } .ui-header-hint i { margin-right: 5px; } .ui-header-btn { border: 2px solid #3a89c9; display: inline-block; border-radius: 0; height: 40px; line-height: 34px; } .ui-header-search { padding-left: 5px; color: #000; width: 381px; height: 36px; line-height: 34px; font-size: 14px; border: 2px solid #3a89c9; border-right: none; display: inline-block; } .ui-header-link { display: block; } .ui-header-link a { color: #808080; font-size: 12px; } .ui-header-link a:hover { color: #3a89c9; } .ui-header-link li { vertical-align: top; display: inline; color: #808080; font-size: 12px; } .ui-header2 { width: 100%; height: 40px; display: block; background-color: #3a89c9; } .ui-header2-main { width: 1200px; height: 40px; display: block; margin: 0 auto; background-color: #3a89c9; } .ui-header2-item { float: left; display: inline-block; vertical-align: bottom; width: 103px; height: 40px; font-size: 16px; line-height: 40px; color: #fff; text-align: center; } .ui-header2-item:hover { color: #fff; background-color: #d78102; } .ui-header2-on { background-color: #d78102; } .ui-footer { width: 100%; display: block; background-color: #3a89c9; text-align: center; padding-top: 15px; padding-bottom: 20px; margin-top: 12px; } .ui-footer-contact { display: block; font-size: 12px; color: #fff; line-height: 25px; } .ui-footer-link { color: #fff; } .ui-footer-link:after { content: "|"; color: #fff; font-size: 12px; line-height: 25px; } .ui-footer-link:last-child:after { content: ""; } .ui-footer-link:hover { color: #fff; text-decoration: underline; } .ui-slide { width: 100%; display: block; height: 443px; position: relative; overflow: hidden; } .ui-slide-pic { position: relative; overflow: hidden; width: 100%; height: 443px; /* 必要元素 */ /* 必要元素 */ } .ui-slide-pic li { display: none; } .ui-slide-pic li.current { display: block; } .ui-slide-pic-item { position: absolute; width: auto; height: 443px; margin-left: -960px; left: 50%; } .ui-slide-txt { width: 1200px; position: absolute; bottom: 0px; left: 50%; margin-left: -600px; /* 必要元素 */ /* 必要元素 */ } .ui-slide-txt li { cursor: pointer; position: relative; float: left; width: 299px; height: 79px; background-color: #e0f9ff; color: #b3b3b3; border-right: 1px solid rgba(224, 249, 255, 0.5); display: table-cell; background-clip: padding-box; transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; } .ui-slide-txt li.current { background-color: #ffa51f; color: #fff; border-right: 1px solid rgba(255, 165, 31, 0.5); } .ui-slide-txt-item { float: left; width: 92px; height: 79px; text-align: center; line-height: 79px; font-size: 40px; font-weight: 700; } .ui-slide-txt-con { display: block; font-size: 14px; line-height: 15px; margin-right: 50px; margin-top: 25px; } .ui-nav { width: 300px; display: inline-block; } .ui-headline { width: 285px; height: 82px; display: block; text-align: left; color: #fff; padding-top: 18px; padding-left: 15px; background-color: #3a89c9; } .ui-headline-head { display: block; font-size: 26px; line-height: 30px; } .ui-headline-title { display: block; font-size: 14px; line-height: 20px; } .ui-nav-item { padding-left: 22px; border-left: 8px solid #ffa51f; height: 52px; line-height: 52px; font-size: 16px; background-color: #ffa51f; color: #fff; display: block; } .ui-nav-item:hover { border-left: 8px solid #fff; background-color: #d78102; color: #772222; cursor: pointer; } .ui-nav-item-on { border-left: 8px solid #fff; background-color: #d78102; color: #772222; } .ui-nav-more { position: relative; background-color: #d78102; color: #fff; height: 52px; line-height: 52px; padding-left: 30px; font-size: 16px; display: block; } .ui-nav-more .icon-right3 { display: none; color: #fff; font-size: 22px; position: absolute; right: 19px; } .ui-nav-more:hover { color: #fff; } .ui-nav-more:hover .icon-right3 { display: inline-block; } .ui-show { width: 677px; height: 364px; background-color: #efefef; display: inline-block; } .ui-show-tab { display: none; padding-top: 39px; padding-left: 22px; padding-right: 23px; padding-bottom: 30px; zoom: 1; } .ui-show-tab:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .ui-show-tab-on { display: block; } .ui-show-pic { width: 314px; height: 235px; display: block; border: 1px solid #efefef; background-color: #fff; } .ui-show-pic img{ margin-left: auto; margin-right: auto; width: auto !important; } .ui-show-title { display: block; text-align: center; width: 316px; height: 57px; line-height: 57px; color: #4c4c4c; font-size: 16px; } .ui-show-title:after { content: ">"; margin-left: 10px; font-size: 16px; } .ui-show-tab-box { width: 316px; height: 294px; display: inline-block; float: left; } .ui-show-tab-box:hover .ui-show-pic { border: 1px solid #ffa51f; } .ui-show-tab-box:hover .ui-show-title { color: #ffa51f; } .ui-ban { display: inline-block; width: 223px; height: 364px; background-color: #efefef; } .ui-ban-main { position: relative; display: block; margin-top: 16px; height: 260px; padding-left: 20px; padding-right: 20px; padding-top: 15px; background-color: #ffa51f; color: #fff; } .ui-ban-headline { font-size: 26px; line-height: 30px; font-weight: bold; } .ui-ban-trans { font-size: 14px; line-height: 20px; font-weight: bold; } .ui-ban-title { font-size: 14px; line-height: 20px; } .ui-ban-content { font-size: 16px; line-height: 18px; text-indent: 2em; margin-top: 15px; } .ui-ban-more { position: relative; display: block; background-color: #d78102; color: #fff; height: 52px; line-height: 52px; padding-left: 20px; font-size: 16px; } .ui-ban-more .icon-right3 { display: none; color: #fff; font-size: 22px; position: absolute; right: 19px; } .ui-ban-more:hover { color: #fff; } .ui-ban-more:hover .icon-right3 { display: inline-block; } .ui-side { display: inline-block; position: fixed; right: 0px; top: 50%; margin-top: -56px; z-index: 50; } .ui-side-broaden { margin: 0 0 10px auto; width: 51px; overflow: hidden; height: 51px; display: block; margin-bottom: 10px; } .ui-side-broaden:hover { width: 232px; background-color: #3a89c9; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; } .ui-side-top { width: 51px; height: 51px; display: block; margin-left: auto; } .ui-side-top:hover { cursor: pointer; } .ui-side-top:hover .icon-top { font-weight: bold; } .icon-message, .icon-telephone, .icon-top { display: inline-block; font-size: 31px; color: #fff; background-color: #3a89c9; width: 51px; height: 51px; line-height: 51px; text-align: center; } .ui-side-broaden-sub { background-color: #3a89c9; color: #fff; line-height: 51px; text-align: center; display: inline-block; width: 180px; font-size: 14px; height: 51px; } .ui-side-hide { display: block; // float: right; position: relative; width: 51px; // margin: 0px; margin-left: auto; margin-bottom: 10px; } .icon-telephone { float: right; } .ui-side-hide-sub { position: absolute; display: none; right: 51px; background-color: #efefef; width: 165px; height: 137px; padding-left: 16px; padding-top: 10px; } .ui-side-hide-title { color: #3a89c9; font-size: 16px; line-height: 25px; display: block; } .ui-side-hide-item { display: block; font-size: 14px; line-height: 25px; color: #666666; } .ui-article { width: 599px; min-height: 254px; display: inline-block; background-color: #efefef; } .ui-article-head { position: relative; display: block; width: 100%; background-color: #3a89c9; height: 40px; color: #fff; line-height: 40px; } .ui-article-head .icon-right3 { font-size: 19px; margin-left: 15px; color: #fff; margin-right: 20px; line-height: 40px; display: inline-block; height: 40px; } .ui-article-head-title { font-size: 20px; font-weight: bold; margin-left: 10px; } .ui-article-head-title span { font-weight: normal; } .ui-article-head-more { color: #fff; line-height: 20px; display: inline-block; height: 19px; font-size: 14px; margin-top: 10px; border-bottom: 1px solid #3a89c9; } .ui-article-head-more:hover { border-bottom: 1px solid #fff; } .ui-article-pic { float: left; width: 261px; height: 190px; margin-top: 12px; display: inline-block; } .ui-article-list { float: left; display: inline-block; margin-top: 6px; width: 302px; margin-left: 23px; margin-bottom: 6px; } .ui-article-list li { height: 50px; position: relative; } .ui-article-list li:before { content: "•"; line-height: 25px; color: #414141; position: absolute; left: -12px; top: 0px; } .ui-article-link { font-size: 12px; line-height: 25px; } .ui-article-title { color: #414141; } .ui-article-title:hover { color: #d78102; text-decoration: underline; } .ui-article-date { position: absolute; right: 0px; bottom: 0px; color: #999; } .ui-race { width: 100%; height: 92px; display: block; } .ui-race-main { width: 1200px; height: 92px; display: block; margin: 0 auto; position: relative; } .ui-race-head { padding-top: 12px; padding-left: 15px; width: 286px; height: 80px; display: inline-block; color: #fff; background-color: #d78102; } .ui-race-head-headline { font-size: 26px; line-height: 30px; font-weight: bold; } .ui-race-head-trans { font-size: 14px; line-height: 20px; font-weight: bold; } .ui-race-head-title { font-size: 14px; line-height: 20px; } .ui-race-content { font-size: 16px; line-height: 18px; text-indent: 2em; margin-top: 15px; } .ui-race-border { display: inline-block; width: 8px; height: 92px; background-color: #d78102; } .ui-race-lamp { display: inline-block; height: 90px; width: 891px; border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; overflow: hidden; float: left; } .ui-race-lamp ul { display: block; width: 1200px; } .ui-race-lamp ul li { padding-left: 6px; padding-top: 14px; width: 250px; height: 76px; border-left: 1px solid #c7c7c7; display: inline-block; float: left; } .ui-race-lamp ul li:hover a { color: #ffa51f; } .ui-race-lamp ul li:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .ui-race-title { display: block; white-space: nowrap; margin-top: 11px; font-size: 14px; line-height: 18px; color: #333; text-align: center; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; overflow: hidden; } .ui-race-brand { display: block; white-space: nowrap; text-align: center; font-size: 14px; line-height: 18px; color: #999; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; overflow: hidden; } .ui-race-pic { float: left; width: 66px; height: 66px; display: inline-block; margin-right: 15px; } .ui-page-box { width: 1200px; margin: 12px auto; display: block; } .ui-page { position: relative; width: 900px; display: inline-block; } .ui-page-pic { display: inline-block; width: 321px; height: 464px; } .ui-page-contact { width: 529px; height: 464px; display: inline-block; } .ui-page-title { font-size: 16px; color: #4c4c4c; line-height: 39px; display: block; margin-left: 34px; position: relative; } .ui-page-head { color: #5d5d5d; padding-left: 75px; font-size: 26px; margin-top: 33px; line-height: 39px; margin-bottom: 34px; display: block; font-weight: bold; } .ui-page-icon-tel:before, .ui-page-icon-print:before, .ui-page-icon-man:before, .ui-page-icon-palce:before { position: absolute; left: -34px; top: 0px; display: inline-block; font-size: 22px; width: 34px; height: 34px; font-family: "iconfont" !important; color: #3a89c9; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } .ui-page-icon-tel:before { content: "\e604"; } .ui-page-icon-print:before { content: "\e600"; } .ui-page-icon-man:before { content: "\e603"; } .ui-page-icon-palce:before { content: "\e607"; } .ui-page-box { width: 1200px; margin: 0 auto; display: block; } .ui-page { position: relative; width: 860px; display: inline-block; padding-left: 22px; padding-right: 18px; } .ui-page2-head { display: block; height: 91px; font-size: 26px; line-height: 91px; color: #5d5d5d; text-align: center; font-weight: bold; } .ui-page2-contact { display: block; color: #4c4c4c; font-size: 14px; line-height: 25px; } .ui-page2-contact p { text-indent: 2em; } .ui-page2-pic { display: inline-block; } .ui-crumbs { width: 880px; display: block; } .ui-crumbs-item { display: inline-block; font-size: 12px; line-height: 24px; color: #4c4c4c; } .ui-crumbs-item:last-child:after { content: ""; } .ui-crumbs-item:hover { color: #4c4c4c; } .ui-crumbs-item:after { content: ">"; font-weight: bold; margin: auto 3px; } .ui-crumbs-on { color: #d78102; } .ui-crumbs-on:hover { color: #d78102; } .ui-issue { width: 800px; display: block; padding-left: 39px; padding-right: 39px; padding-top: 14px; padding-bottom: 42px; border: 1px solid #c8c8c8; } .ui-issue-head { text-align: center; font-size: 26px; color: #5d5d5d; display: block; height: 35px; font-weight: bold; line-height: 35px; } .ui-issue-publish { display: block; text-align: center; height: 41px; font-size: 14px; line-height: 28px; color: #808080; border-bottom: 1px solid #acacac; } .ui-issue-content { margin: 35px auto; display: block; font-size: 14px; color: #4c4c4c; line-height: 24px; } .ui-issue-content p { text-indent: 2em; } .ui-issue-link-last, .ui-issue-link-next { color: #4c4c4c; font-size: 14px; font-weight: bold; line-height: 25px; } .ui-issue-last, .ui-issue-next { color: #4c4c4c; font-weight: normal; } .ui-issue-last:hover, .ui-issue-next:hover { font-weight: normal; color: #d78102; text-decoration: underline; } .ui-list { width: 800px; display: block; padding-left: 39px; padding-right: 39px; padding-top: 14px; padding-bottom: 80px; border: 1px solid #c8c8c8; } .ui-list-head { text-align: center; font-size: 26px; color: #5d5d5d; display: block; height: 64px; font-weight: bold; line-height: 64px; border-bottom: 1px solid #acacac; margin-bottom: 28px; } .ui-list-item { border-bottom: 1px dashed #c5c5c5; height: 29px; display: block; padding-left: 25px; line-height: 29px; position: relative; } .ui-list-item:hover .ui-list-title { color: #d78102; text-decoration: underline; } .ui-list-title, .ui-list-date { display: inline-block; font-size: 14px; color: #4c4c4c; } .ui-fall { width: 204px; display: inline-block; position: relative; background-color: #fff; border-bottom: 1px solid #d9d9d9; } .ui-fall2 { width: 900px; display: block; } .ui-fall-head { display: block; width: 184px; height: 40px; padding-left: 20px; background-color: #d78102; font-size: 20px; line-height: 40px; color: #fff; } .ui-fall-head2 { width: 100%; display: block; height: 40px; font-size: 20px; line-height: 40px; color: #595959; } .ui-fall-item { width: 204px; min-height: 209px; display: inline-block; border: 1px solid #d9d9d9; border-top: none; // padding-bottom: 5px; float: left; background-color: #fff; border-bottom: none; box-sizing: border-box; // padding-left: 15px; // padding-right: 15px; padding-bottom: 28px; } .ui-fall-item2 { width: 220px; min-height: 209px; display: inline-block; border: 1px solid #d9d9d9; border-right: none; padding-bottom: 5px; float: left; background-color: #fff; } .ui-fall-item2:last-child { border-right: 1px solid #d9d9d9; } .ui-fall-pic { width: 202px; height: 202px; display: block; margin-left : auto; margin-right: auto; } .ui-fall-title { display: block; text-align: center; color: #161616; font-size: 14px; line-height: 20px; // height: 23px; margin-top: 5px; font-weight: bold; width: 100%; box-sizing: border-box; padding-left: 15px; padding-right: 15px; } .ui-fall-content { display: block; text-align: center; color: #161616; font-size: 12px; line-height: 20px; // height: 16px; } .ui-panel { display: inline-block; width: 977px; min-height: 880px; } .ui-panel-head { position: relative; width: 925px; height: 38px; padding-left: 30px; padding-right: 20px; border: #d9d9d9; display: block; background-color: #ededed; border: 1px solid #d9d9d9; } .ui-panel-headline { display: inline-block; color: #727272; font-size: 14px; line-height: 38px; } .ui-panel-page-top { color: #808080; font-size: 14px; line-height: 38px; } .ui-panel-list { display: block; width: 978px; } .ui-panel-item { background-color: #fff; width: 243px; min-height: 252px; display: block; border: 1px solid transparent; // padding-bottom: 5px; box-sizing: border-box; padding-top: 20px; padding-bottom: 40px; } .ui-panel-item:hover{ border: 1px solid #3a89c9; position: relative; z-index: 1; } // .ui-panel-item:nth-child(4n+1) { // border-right: 1px solid #d9d9d9; // } // .ui-panel-item:last-child { // border-right: 1px solid #d9d9d9; // } .ui-panel-pic { width: 240px; height: 240px; display: block; margin-left: auto; margin-right: auto; overflow: hidden; margin-bottom: 10px; } .ui-panel-title { display: block; text-align: center; color: #161616; font-size: 14px; margin-top: 10px; line-height: 20px; font-weight: bold; width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; } .ui-panel-content { display: block; text-align: center; color: #161616; font-size: 12px; line-height: 20px; // height: 16px; } .ui-panel-page-bottom { width: 100%; display: block; color: #656565; font-size: 14px; height: 33px; line-height: 33px; margin-top: 11px; margin-bottom: 50px; } .ui-panel-page-bottom .ui-paging { float: right; } .ui-panel-empty { display: none; width: 978px; min-height: 860px; background-color: #f4f6f8; } .ui-panel-empty-on { display: block; } .ui-panel-empty-pic { content: "\e601"; background-color: #f4f6f8; width: 978px; display: block; color: #c9c9c9; text-align: center; font-size: 97px; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } .ui-panel-empty-content { text-align: center; width: 978px; display: block; height: 38px; line-height: 38px; color: #4c4c4c; font-size: 16px; } .ui-panel-classify-name { color: #d78102; } .ui-menu { width: 100%; display: block; margin: 0 auto; z-index: 10; } .ui-menu-box { width: 1200px; display: block; margin: 0 auto; } .ui-menu-head { display: block; width: 100%; background-color: #f4f6f8; border-bottom: 1px solid #d6d6d6; } .ui-menu-headline { display: inline-block; margin-left: 4px; background-color: #fafafa; border: 1px solid #d6d6d6; border-bottom: none; font-size: 16px; font-weight: bold; color: #666; width: 98px; height: 38px; line-height: 38px; margin-top: 11px; text-align: center; } .ui-menu-brand { width: 1200px; border-bottom: 1px solid #d6d6d6; padding-top: 9px; background-color: #f4f6f8; display: block; padding-bottom: 13px; } .ui-menu-brand-headline { margin-left: 14px; display: inline-block; width: 105px; height: 95px; font-size: 14px; color: #666; line-height: 45px; } .ui-menu-brand-main { display: inline-block; width: 1034px; margin-right: 43px; } .ui-menu-brand-item { cursor: pointer; background-color: #fff; position: relative; display: inline-block; width: 128px; height: 47px; border: 1px solid #8592aa; margin-right: -1px; margin-bottom: -1px; font-size: 14px; line-height: 47px; color: #1b325f; text-align: center; } .ui-menu-brand-item:hover .ui-menu-brand-pic { display: block; } .ui-menu-brand-pic { width: 128px; height: 47px; display: none; position: absolute; left: 0px; top: 0px; } .ui-menu-vol { width: 100%; display: block; height: 36px; font-size: 14px; line-height: 36px; border-bottom: 1px solid #d6d6d6; background-color: #f4f6f8; } .ui-menu-vol-headline { margin-left: 14px; display: inline-block; width: 105px; font-size: 14px; color: #666; margin-right: 5px; } .ui-menu-vol-item { cursor: pointer; display: inline-block; color: #1b325f; font-size: 14px; margin-right: 34px; } .ui-menu-vol-item-on { color: #d78102; display: inline-block; } .ui-menu-vol-min:after { content: "-"; margin-right: -4px; } .ui-menu-vol-enter { font-size: 14px; color: #d2d2d2; } .ui-menu-vol-enter-min, .ui-menu-vol-enter-max { width: 43px; height: 23px; padding-left: 5px; line-height: 23px; font-size: 14px; color: #1b325f; border: 1px solid #d2d2d2; background-color: #fff; margin-top: 5px; vertical-align: top; } .ui-menu-vol-enter-btn { color: #808080; border-radius: 2px; font-size: 14px; border: 1px solid #dcdcdc; background-color: #fff; width: 50px; height: 25px; margin-top: 5px; margin-left: 5px; margin-right: 30px; vertical-align: top; } .ui-menu-cur { width: 100%; display: block; height: 36px; font-size: 14px; line-height: 36px; border-bottom: 1px solid #d6d6d6; background-color: #f4f6f8; } .ui-menu-cur-headline { margin-left: 14px; display: inline-block; width: 105px; font-size: 14px; color: #666; margin-right: 5px; } .ui-menu-cur-item { cursor: pointer; display: inline-block; color: #1b325f; font-size: 14px; margin-right: 47px; } .ui-menu-cur-item-on { color: #d78102; display: inline-block; } .ui-menu-cur-min:after { content: "-"; margin-right: -4px; } .ui-menu-cur-enter { font-size: 14px; color: #d2d2d2; } .ui-menu-cur-enter-min, .ui-menu-cur-enter-max { width: 43px; height: 23px; padding-left: 5px; line-height: 23px; font-size: 14px; color: #1b325f; border: 1px solid #d2d2d2; background-color: #fff; margin-top: 5px; vertical-align: top; } .ui-menu-cur-enter-btn { color: #808080; border-radius: 2px; font-size: 14px; border: 1px solid #dcdcdc; background-color: #fff; width: 50px; height: 25px; margin-top: 5px; margin-left: 5px; margin-right: 30px; vertical-align: top; } .ui-menu-space { width: 100%; display: block; height: 36px; font-size: 14px; line-height: 36px; border-bottom: 1px solid #d6d6d6; background-color: #f4f6f8; } .ui-menu-space-headline { margin-left: 14px; display: inline-block; width: 100px; font-size: 14px; color: #666; margin-right: 5px; } .ui-menu-space-item { cursor: pointer; display: inline-block; color: #1b325f; font-size: 14px; margin-right: 15px; } .ui-menu-space-item-on { color: #d78102; display: inline-block; } .ui-menu-space-min:after { content: "-"; margin-right: -4px; } .ui-menu-space-enter { font-size: 14px; color: #d2d2d2; } .ui-menu-space-enter-min, .ui-menu-space-enter-max { width: 43px; height: 23px; padding-left: 5px; line-height: 23px; font-size: 14px; color: #1b325f; border: 1px solid #d2d2d2; background-color: #fff; margin-top: 5px; vertical-align: top; } .ui-menu-space-enter-btn { color: #808080; border-radius: 2px; font-size: 14px; border: 1px solid #dcdcdc; background-color: #fff; width: 50px; height: 25px; margin-top: 5px; margin-left: 5px; margin-right: 30px; vertical-align: top; } .ui-menu-brand-item-on { border: 2px solid #d78102; height: 45px; width: 126px; z-index: 10; } .ui-menu-brand-item-on .ui-menu-brand-pic { display: block; width: 126px; height: 45px; } .ui-menu-vol-item:hover, .ui-menu-cur-item:hover, .ui-menu-space-item:hover { text-decoration: underline; color: #000; } .ui-mes-box { display: block; width: 387px; height: 644px; padding: 0px; margin: 0px; border: 0px; background-color: #fff; margin-bottom: 160px; margin-left: 264px; } .ui-mes { width: 900px; display: inline-block; background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% auto; } .ui-mes-head { height: 49px; line-height: 49px; font-size: 36px; color: #000; margin: 33px auto 18px auto; display: block; text-align: center; } .ui-mes-form { position: relative; } .ui-mes-text { position: relative; font-size: 16px; width: 380px; height: 31px; border: 1px solid #ccc; border-radius: 3px; display: block; margin: 0 auto 22px; text-align: left; padding-left: 5px; color: #999; line-height: 31px; } .ui-mes-textarea { font-size: 16px; width: 380px; min-width: 380px; max-width: 380px; height: 150px; min-height: 150px; max-height: 150px; border: 1px solid #ccc; border-radius: 3px; display: block; margin: 0 auto 22px; text-align: left; padding-left: 5px; color: #999; line-height: 31px; } .ui-mes-btn { width: 115px; height: 36px; line-height: 36px; margin: 0 auto; display: inline-block; margin-right: 13px; } .ui-mes-text-number, .ui-mes-text-qq, .ui-mes-text-email, .ui-mes-text-name { display: inline-block; text-align: left; position: absolute; line-height: 35px; height: 35px; right: -105px; width: 100px; } .ui-mes-number-test-false:after { content: "(手机号错误!)"; color: red; font-size: 10px; } .ui-mes-number-test-true:after { content: "(手机号正确!)"; color: green; font-size: 10px; } .ui-mes-email-test-false:after { content: "(邮箱格式错误!)"; color: red; font-size: 10px; } .ui-mes-email-test-true:after { content: "(邮箱格式正确!)"; color: green; font-size: 10px; } .ui-mes-qq-test-false:after { content: "(qq格式错误!)"; color: red; font-size: 10px; } .ui-mes-qq-test-true:after { content: "(qq格式正确!)"; color: green; font-size: 10px; } .ui-mes-name-test-false:after { content: "(名字不能为空!)"; color: red; font-size: 10px; } .ui-mes-name:before { content: "*"; color: red; position: absolute; left: 0px; top: 0px; width: 20px; height: 20px; font-size: 10px; } .ui-reveal { width: 880px; padding-left: 20px; display: inline-block; position: relative; padding-top: 14px; } .ui-reveal-box { width: 441px; height: 324px; display: inline-block; margin-left: 26px; } .ui-reveal-pic { float: left; display: inline-block; width: 293px; height: 293px; border: 1px solid #e4e4e4; } .ui-reveal-main { width: 441px; height: 115px; display: block; } .ui-reveal-head { display: block; font-size: 18px; color: #000; line-height: 20px; // height: 30px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; } .ui-reveal-item { background-color: #edebeb; display: block; font-size: 14px; color: #333; font-weight: bold; // height: 22px; padding-left: 10px; } .ui-reveal-item:first-child { padding-top: 15px; } .ui-reveal-item:last-child { padding-bottom: 15px; } .ui-reveal-classify, .ui-reveal-name, .ui-reveal-typ, .ui-reveal-space { font-weight: normal; color: #4c4c4c; line-height: 22px; } .ui-reveal-classify { color: #3a89c9; } .icon-file { color: #fff; font-size: 22px; margin-right: 5px; } .ui-reveal-btn { margin-top: 16px; float: right; } .ui-reveal-btn:hover { color: #fff; text-decoration: underline; } /* alice.paging 样式模块 */ .ui-paging { color: #808080; margin: 0; padding: 0; zoom: 1; font-size: 12px; vertical-align: middle; } .ui-paging input { height: 22px; line-height: 2px; width: 22px; margin: 0 8px; text-align: center; border: 1px solid; border-color: #aaa #d1d1d1 #d1d1d1 #aaa; } .ui-paging:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; } .ui-paging a, .ui-paging span.ui-paging-prev, .ui-paging span.ui-paging-next { text-decoration: none; color: #808080; margin: 0 3px; display: inline-block; vertical-align: middle; height: 22px; line-height: 22px; width: 22px; text-align: center; padding: 0px; } .ui-paging-prev, .ui-paging-next, .ui-paging-goto { background-color: #fafafa; padding: 0 8px; border: 1px solid #d9d9d9; } .ui-paging-prev:hover, .ui-paging-next:hover, .ui-paging-goto:hover { border-color: #999; color: #666; } .ui-paging-prev:hover .iconfont, .ui-paging-next:hover .iconfont { color: #666; } .ui-paging .ui-paging-prev { margin: 0 3px 0 0; } .ui-paging .iconfont { font-size: 10px; color: #787878; } .ui-paging a.ui-paging-item { background-color: #fafafa; font-weight: bold; border: 1px solid #d9d9d9; } .ui-paging a.ui-paging-current { color: #f26c4f; } .ui-paging a.ui-paging-item:hover { border-color: #999; } a.ui-paging-prev:hover, a.ui-paging-next:hover { text-decoration: none; color: #666; } .ui-paging-info { line-height: 22px; margin-right: 12px; height: 22px; margin-left: 12px; } .ui-paging-ellipsis { margin: 0 5px; line-height: 22px; font-weight: bold; } .ui-paging-which input { height: 22px; line-height: 22px; width: 22px; text-align: center; vertical-align: middle; border: 1px solid; border-color: #aaa #d1d1d1 #d1d1d1 #aaa; } .ui-paging-which input:hover { border-color: #999; color: #666; background-color: #fafafa; } .ui-paging-color { color: #808080; } .ui-paging-bold { color: #808080; font-weight: bold; } .ui-paging span.ui-paging-prev, .ui-paging span.ui-paging-next, .ui-paging span.ui-paging-prev .iconfont, .ui-paging span.ui-paging-next .iconfont { color: #fff; box-shadow: none; background: #d4d4d4; border-color: #d4d4d4; filter: none; } .ui-paging-info2 { line-height: 38px; margin-right: 16px; height: 24px; font-size: 14px; color: #f26c4f; } .ui-paging span.ui-paging-prev-small, .ui-paging a.ui-paging-prev-small, .ui-paging span.ui-paging-next-small, .ui-paging a.ui-paging-next-small { width: 16px; height: 13px; line-height: 13px; text-align: center; border: 1px solid #ccc; padding: 0; margin: 0; background-color: #fafafa; color: #8a8a8a; } .ui-paging span.ui-paging-prev-small, .ui-paging a.ui-paging-prev-small { margin-right: -5px; } .ui-paging-btn { width: 35px !important; height: 24px !important; margin-left: 16px !important; }