@charset "utf-8"; /* CSS reset*/ body,div{margin:0;padding:0; font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif} .fb { font-weight: bold; } /*椤堕儴澶栭摼*/ .topbar-public { background: #fff; border-bottom: 1px solid #eee; color: #666; font-size: 13px; position: relative; z-index: 20000; } .topbar-public:after, .topbar-public:before { content: " "; display: table; clear: both; -webkit-box-sizing: border-box; box-sizing: border-box; } /**, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; }*/ .topbar-left { float: left; margin-left: 10px; } .topbar-left>a { margin-left: 10px; line-height: 30px; } .topbar-right { float: right; } .topbar-right>a { margin-right: 10px; line-height: 30px; } .topbar-public a:link, .topbar-public a:visited { color: #666666; text-decoration: none; } input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0; } .topbar-more-btn, a:link.topbar-more-btn, a:visited.topbar-more-btn { background: #0e90d2; color: #fff; border: none; cursor: pointer; width: 80px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; display: inline-block; } .topbar-more-pro-list { z-index: 1000; position: absolute; right: 0; top: 0; width: 80px; background: #fbfbfb; box-shadow: rgba(0, 0, 0, .2) 0 2px 3px 0; text-align: center; color: #666; display: none; transition: .5s; } .topbar-more-pro:hover .topbar-more-pro-list { display: block; } .topbar-more-title { border-bottom: 1px solid #f0f0f0; height: 30px; line-height: 30px; font-size: 13px; font-weight: normal; } .topbar-more-pro-list>a { display: block; text-align: center; height: 80px; margin: 0 auto; font-size: 12px; border-bottom: #f0f0f0 1px solid; color: #666; text-decoration: none; overflow: hidden; text-shadow: none; line-height: 20px; } .topbar-more-pro-list a img { height: 36px; display: block; width: auto; margin: 10px auto 5px; cursor: pointer; } .topbar-more-pro-list a.topbar-all-pro { border-bottom: none; height: 40px; line-height: 40px; } .user-dropdown { position: relative; } a:link.user-dropdown-toggle, a:visited.user-dropdown-toggle { line-height: 30px; font-size: 13px; margin-right: 10px; text-decoration: underline; } .user-dropdown-content { position: absolute; top: 0; right: 0; z-index: 1020; display: none; } .user-dropdown-content>a { height: 35px; text-align: center; display: inline-block; } .user-dropdown:hover .user-dropdown-content { display: block; } .user-dropdown-content-list { position: relative; z-index: 1300; list-style: none; padding: 5px 0; margin: 0; text-align: left; line-height: 1.6; background-color: #fff; border: 1px solid #ddd; border-radius: 0; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-animation-duration: .15s; animation-duration: .15s; box-shadow: rgba(0, 0, 0, .2) 0 2px 3px 0; } .user-dropdown-content-list:before { border-bottom-color: rgb(221, 221, 221); border-bottom-style: solid; border-bottom-width: 8px; border-image-outset: 0px; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-left-color: rgba(0, 0, 0, 0); border-left-style: dashed; border-left-width: 8px; border-right-color: rgba(0, 0, 0, 0); border-right-style: dashed; border-right-width: 8px; border-top-color: rgba(0, 0, 0, 0); border-top-style: dashed; border-top-width: 0px; bottom: 0px; box-sizing: border-box; content: ""; display: block; height: 8px; right: 30px; pointer-events: none; position: absolute; top: -8px; width: 16px; z-index: 1; } .user-dropdown-content-list:after { border-bottom-color: rgb(255, 255, 255); border-bottom-style: solid; border-bottom-width: 8px; border-image-outset: 0px; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-left-color: rgba(0, 0, 0, 0); border-left-style: dashed; border-left-width: 8px; border-right-color: rgba(0, 0, 0, 0); border-right-style: dashed; border-right-width: 8px; border-top-color: rgba(0, 0, 0, 0); border-top-style: dashed; border-top-width: 0px; bottom: -1px; box-sizing: border-box; content: ""; display: block; height: 8px; right: 30px; pointer-events: none; position: absolute; top: -7px; width: 16px; z-index: 1; } ul.user-dropdown-content-list>li>a { display: block; padding: 6px 15px; clear: both; font-weight: 400; color: #333; white-space: nowrap; } ul.user-dropdown-content-list>li>a:focus, ul.user-dropdown-content>li>a:hover { text-decoration: none; color: #262626; background-color: #f5f5f5; } @media screen and (max-width:640px) { .topbar-public .topbar-left { display: none; } } /*---------END---------------*/