/*select*/ .select{position:relative;z-index:10;text-align:left;float: left;width: 81px;} .select .sel-checked{cursor:pointer;width:92px;height:32px;background:url("/res/images/form/select-bg.jpg") no-repeat 0 0;} .select .sel-checked .sel-val{float:left;display:inline-block;width:65px;height:32px;line-height:32px;padding-left:15px;font-size:12px;text-align:left;background:transparent;cursor:pointer;} .select .sel-checked .triangle{position:absolute;top:15px;right:0;line-height:0;} .select .sel-options{display:none;position:absolute;top:32px;left:0;width:90px;height:105px;border:1px solid #bbb;border-radius:4px;background:#fff;box-shadow:1px 0 6px #999;} .select .sel-option{cursor:pointer;display:block;margin-top:1px;padding-left:18px;height:25px;line-height:25px;background:#fff;font-size:12px} .select .sel-option:hover{background:#e2f0e6;} /*triangle*/ .triangle-up{display:block;width:0;height:0px;line-height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent;_border-color:#000 #fff #fff;} .triangle-down{display:block;width:0;height:0px;line-height:0;border-style:solid;border-width:0 5px 5px 5px;border-color:transparent transparent #000;_border-color:#fff #fff #000;} .triangle-right{display:block;width:0;height:0px;line-height:0;border-style:solid;border-width:5px 5px 5px 0;border-color:transparent #000 transparent transparent;_border-color:#fff #000 #fff #fff;} .triangle-left{display:block;width:0;height:0px;line-height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent #000;_border-color:#fff #fff #fff #000;} /*radio*/ .rdio{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url("/res/images/icons/radio.jpg") no-repeat 0 0;} .rdio-cked{background-position:-20px 0!important;} /*list pages*/ .lstPages{clear:both;height:36px;margin:20px auto 20px;text-align:center;display: none;} .lstPages .lstP-con{display:inline-block;position:relative;top:0;left:0;padding-right:5px;height:36px;_width:290px;margin:0 auto;} .lstPages .lstP-con a{display:inline-block;width:84px;height:34px;border:1px solid #e2e2e2;border-radius:4px;font:normal normal 13px/34px "\5b8b\4f53";vertical-align:top;} .lstPages .lstP-con a:hover{color:#fff;background:#199a56;} .lstPages .lstP-con .lstP-prev{position:absolute;left:-90px;top:0;} .lstPages .lstP-con .lstP-next{position:absolute;right:-90px;top:0;} .lstPages .pages i{ padding: 5px; font-size: 18px; display: inline-block; border: 1px solid #e2e2e2; border-radius: 4px; margin-left: 5px; cursor: pointer;} .lstPages .pages i.curPage{color:#fff;background:#199a56;} /*list pages s*/ /*page*/ .slstPages,.slstPages .lstP-con{ height:27px;} .slstPages .pages i{width:25px; height:25px; line-height:25px; font-size:13px;} .slstPages .lstP-con a{width:64px;height:25px; line-height:27px;} .slstPages .lstP-con .lstP-prev{ left:-70px;} .slstPages .lstP-con .lstP-next{right:-70px;} /* data remaind*/ .prompt{position:relative;width:100%;height:288px;background:#fff;} .loading{position:absolute;top:0;bottom:0;width:100%;height:100px;margin:auto;text-align:center;background:url("/res/images/prompt/loading.gif") no-repeat center center;} .nodata{position:relative;width:100%;/*width:818px;*/height:288px;margin:0 auto;background:url("/res/images/prompt/nodata.png") no-repeat center center;} .wrong{position:relative;width:553px;height:288px;margin:0 auto;background:url("/res/images/prompt/error.png") no-repeat center center;} .wrong .link-refrash{position:absolute;bottom:60px;left:5px;width:105px;height:40px;/*background:#fcc;opacity:0.3;*/} .wrong .link-contact{position:absolute;bottom:60px;left:198px;width:125px;height:40px;/*background:#fcc;opacity:0.3;*/} .listno{ padding:50px 0 150px 0;clear:both; text-align:center; font-size:20px;} .listno a{ display:inline-block; color:#0a8e4d; margin:0 30px} /*imgTxtDlg*/ .imgTxtDlg{width:610px;} .imgTxtDlg .tit-group{clear:both;margin-bottom:20px;} .imgTxtDlg input[type="txt"]{width:290px;height:24px;padding:0 5px;font-size:14px;line-height:24px;border:1px solid #a6a6a6;} .imgTxtDlg .con-group{margin-top:0;} .imgTxtDlg textarea{width:524px;height:400px;padding:5px;border:1px solid #a6a6a6;resize:none;} .imgTxtDlg .tips{clear:both;height:20px;line-height:20px;font-size:14px;text-align:center;font-family:"\5FAE\8F6F\96C5\9ED1";} .imgTxtDlg .img-group{clear:both;margin-top:20px;} .imgTxtDlg .img-group label{height:110px;} /*.imgTxtDlg .img-group ul{display:block;} .imgTxtDlg .img-group li{position:relative;top:0;left:0;float:left;margin:0 15px 15px 0;width:90px;height:90px;border:1px solid #a6a6a6;} .imgTxtDlg .img-group li.add{font:normal bold 40px/90px Arial;text-align:center;cursor:pointer;} .imgTxtDlg .close-icon{cursor:pointer;display:inline-block;width:14px;height:14px;background:url("/res/images/icons/close-icon.png") no-repeat center center;} .imgTxtDlg .img-group li i{display:none;position:absolute;top:-5px;right:-5px;} .imgTxtDlg .img-group li img{width:100%;height:100%;cursor:pointer;} .imgTxtDlg .img-group li span{} .imgTxtDlg input[type="file"]{position:absolute;top:0;left:0;width:90px;height:90px;opacity:0;filter:alpha(opacity=0);_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);cursor:pointer;} */ .imgList {display:block;} .imgList li{position:relative;top:0;left:0;float:left;margin:0 15px 15px 0;width:90px;height:80px;border:1px solid #a6a6a6;} .imgList li.add{font:normal bold 40px/90px Arial;text-align:center;cursor:pointer;} .imgList .close-icon{cursor:pointer;display:inline-block;width:14px;height:14px;background:url("/res/images/icons/close-icon.png") no-repeat center center;} .imgList li .close-icon{display:none;position:absolute;top:-5px;right:-5px;} .imgList li img{width:100%;height:100%;cursor:pointer;} .imgList li i{position:absolute;top:-10px;right:-10px;z-index:10;width:20px;height:20px;font-size:18px;border-radius:10px;background:#999;color:#fff;text-align:center;line-height:20px;cursor:pointer; display:none;font-family:"\5FAE\8F6F\96C5\9ED1"!important} .imgList input[type="file"]{position:absolute;top:0;left:0;width:90px;height:80px;opacity:0;filter:alpha(opacity=0);_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);cursor:pointer;} /*share*/ .Delshare{ font-family:"Microsoft YaHei"} .Delshare .dialogContent{ padding:20px 40px;} .Delshare h2{ font-size:14px; color:#0a8e4d; height:32px; line-height:32px;} .Delshare .area{ width:508px; height:130px; border:1px solid #e0e0e0; padding:5px;} .Delshare .shareWeblist{ height:105px; } .Delshare .shareWeblist a{ display:inline-block; width:73px; height:105px; margin-left:45px; background-image:url("/res/images/Enterprise/detail/sharebg.jpg"); background-repeat:no-repeat; text-align:center; line-height:180px} .Delshare .shareWeblist a.qqim{ background-position:0 0} .Delshare .shareWeblist a.qzone{ background-position:-74px 0} .Delshare .shareWeblist a.sinaminiblog{ background-position:-154px 0} .Delshare .shareWeblist a.weixin{ background-position:-236px 0} /**/ .spage_list .lstPages {width:100%;float:left;} .spage_list .lstPages .pages i{} .spage_list .lstPages .lstP-con a{width:62px; height: 35px; line-height: 35px;} .spage_list .lstPages .lstP-con .lstP-next{right:-65px} .spage_list .lstPages .lstP-con .lstP-prev{left:-65px}