123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @charset "utf-8";
- .floatL{ float:left;}
- .floatR{float:right;}
- .clearfix{ clear:both;}
- html, body{font:\5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";}
- input{ outline:none;}
- #header{width:100%;min-width:1170px; height:60px; background:rgba(255,132,0,1); position:fixed; top:0; z-index:9999; }
- .logo{ display:block; width:80px; height:50px; background:url(../images/logo2.png) no-repeat; margin-left:80px; margin-top:5px; float:left;}
- .searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-132px; margin-top:-17.5px; display:none;}
- .search-txt{ width:220px; height:35px; background:#fff; border:none;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px; border-radius:10px 0 0 10px; behavior:url(../js/ie-css3.htc); float:left;font:14px/35px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; padding-left:10px; color:#a3a3a3;}
- .search-btn{ width:35px; height:35px; background:#fff; border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0; float:left; cursor:pointer; behavior:url(../js/ie-css3.htc);cursor:pointer;}
- .search-icon{ display:block; width:20px; height:20px; background:
- url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
- .header-right{ float:right; margin-right:80px;}
- .unlogin{ width:130px; height:35px; border:1px #fff solid; border-radius:10px;font:14px/35px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff; text-align:center; margin-right:10px; float:left;margin-top:10px; cursor:pointer; }
- .onlogin{ display:none; position:relative;}
- .head-portrait{width:50px; height:50px; border-radius:50%;background-size:100% 100%;-moz-background-size:100% 100%; float:left; margin-right:10px; margin-top:5px; cursor:pointer; border:1px solid #f8f8f8; overflow:hidden; }
- .portrait-p{ width:100%;}
- .personal-infor{width:202px; height:179px; position:absolute; top:40px; right:80px; display:none;}
- .triangleB{ display:block; width:0; height:0; border:8px solid transparent; border-bottom-color:#f3a36c; float:right; margin-right:20px; margin-top:15px;}
- .personal-box{ width:202px; border-radius:10px; background:#f3a36c; clear:both; overflow:hidden;}
- .personal-box a{ display:block; width:202px; height:40px;font:14px/40px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff;}
- .personal-box a:hover{ background:#ff8400;}
- .icon{ display:block; width:20px; height:20px; margin-left:15px; margin-right:12px; margin-top:10px; float:left;}
- .icon1{ background:url(../images/index-icon.png) no-repeat; background-position:right;}
- .icon2{ background:url(../images/index-icon.png) no-repeat; background-position:-60px 0;}
- .icon3{ background:url(../images/index-icon.png) no-repeat; background-position:-40px 0;}
- .icon4{ background:url(../images/index-icon.png) no-repeat; background-position:-20px 0;}
- .myWorkspace{font: 14px/40px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; text-align: center;float: left; margin-top: 10px;color: #fff;}
- #container{ min-width:1000px; background:#fff;overflow: hidden;}
- #footer{ min-width:1000px;clear:both; height:250px; background:#ff8400;}
- .footer-top{ width:1000px; height:214px; margin:auto;}
- .footerL{ float:left; }
- .footer-logo{ width:80px; height:50px; background:url(../images/logo2.png) no-repeat; background-size:100% 100%; margin:24px 0;}
- .link{ color:#fff;padding-bottom:15px; }
- .link a{font:14px/20px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff; }
- .customer{font:15px/20px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff; }
- .footerR{ float:right;font:12px/30px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff; text-align:center; }
- .code{ width:120px; height:120px; margin:auto; margin-top:24px;}
- .code img{ width:100%;}
- .foot-icon{ display:block; height:22px; float:left; margin:0 7px;}
- .foot-icon1{ width:27px; background:url(../images/share.png) no-repeat; background-position:left;}
- .foot-icon2{ width:27px; background:url(../images/share.png) no-repeat; background-position:-27px 0;}
- .foot-icon3{ width:21px; background:url(../images/share.png) no-repeat; background-position:-54px 0;}
- .foot-icon4{ width:23px; background:url(../images/share.png) no-repeat; background-position:right;}
- .footer-btm{ width:100%; height:40px; background:#ffa545;font:12px/40px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei"; color:#fff; text-align:center; }
|