/*样式重置start*/





div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {

    padding: 0;

    margin: 0;

}

body {

	font-family: "宋体";

  background: #f3f3f3;

}



ol,ul {list-style: none;}

a {color: #333;}

/*body a:link,body a:visited,body a:active {

	color: #333;

}*/

body .tright-item:link,body .tright-item:visited,body .tright-item:active {

	color: #333;

}

body a:hover {

	color: #2675d1;

	text-decoration: none;

}

input:focus {outline: none;}

button:focus {outline: none;}

.step-01 {

    -webkit-transition: all .1s ease;

       -moz-transition: all .1s ease;

         -o-transition: all .1s ease;

            transition: all .1s ease;

}

.step-02 {

    -webkit-transition: all .2s ease;

       -moz-transition: all .2s ease;

         -o-transition: all .2s ease;

            transition: all .2s ease;

}

.step-03 {

    -webkit-transition: all .3s ease;

       -moz-transition: all .3s ease;

         -o-transition: all .3s ease;

            transition: all .3s ease;

}

.step-05 {

    -webkit-transition: all .5s ease;

       -moz-transition: all .5s ease;

         -o-transition: all .5s ease;

            transition: all .5s ease;

}

.left {

	float: left;

}

.right {

	float: right;

}

/*谷歌滚动条样式*/

::-webkit-scrollbar {

  width: 5px;

}

::-webkit-scrollbar-track {



}

::-webkit-scrollbar-thumb {

  background-color: #ccc;

  border-radius: 5px;

}







/*样式重置end*/

.blueagle-header {

  position: relative;

  z-index: 1;

  background: #0a8fc8;

}

.blueagle-header .inner {

  width: 1200px;

  height: 70px;

  overflow: hidden;

  margin: 0 auto;

  line-height: 70px;

  color: #fff;

}

.blueagle-header .logo {

  float: left;

  width: 170px;

  height: 70px;

/*   background: url("/plugins/static/images/sy_logo.png") center center no-repeat; */

}

.blueagle-nav {

  float: left;

  margin-left: 44px;

}

.blueagle-nav li {

  float: left;  

}

.blueagle-nav li a {

  display: block;

  height: 70px;

  padding: 0 11px;

  margin: 0 20px;

  font-size: 16px;

  line-height: 70px;

  color: #fff;

}

.blueagle-nav .active a {

  color: #0a8fc8;

  background: #f3f3f3;

}

.blueagle-header .profile {

  float: right;

  height: 70px;

  margin-right: 20px;

  font-size: 14px;

}

.blueagle-header .profile .eagle {

  font-size: 20px;

}



.blueagle-header .clock {

  position: relative;

  float: right;

  width: 70px;

  height: 70px;

  text-align: center;

  background: #f27a5c;

}

.blueagle-header .clock .eagle {

  font-size: 39px;

}

.blueagle-header .clock .tip {

  position: absolute;

  top: 6px;

  right: 6px;

  display: block;

  min-width: 20px;

  height: 20px;

  line-height: 20px;

  color: #fff;

  background-color: #2c2c2c;

  border-radius: 10px;

    font-size: 12px;

}

tip:hover{color:#f96a24}

.blueagle-header .setting {

  position: relative;

  float: right;

  width: 70px;

  height: 70px;

  text-align: center;

  background: #e9b336;

  -moz-user-select: -moz-none;

  -khtml-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.blueagle-header .setting::-webkit-selection {

  background: red;

  color: inherit;

}

.blueagle-header .setting .dropdown-menu {

  left: auto;

  right: 0;

  padding-top: 0;

  padding-bottom: 0;

  background: #ffe29e;

  border-radius: 0;

}

.blueagle-header .setting>.eagle {

  display: inline-block;

  width: 100%;

  font-size: 39px;

}

.blueagle-header .setting .dropdown-menu > li {

  border-bottom: 1px solid #efcc7a;

}

.blueagle-header .setting .dropdown-menu > li > a {

  padding-top: 0;

  padding-bottom: 0;

  line-height: 35px;

  color: #555;

}

.blueagle-header .setting .dropdown-menu > li > a:hover {

  background: #efcc7a;

}

.blueagle-header .setting .dropdown-menu .eagle {

  position: relative;

  top: 2px;

  padding-right: 10px;

  font-size: 19px;

}



/*主体内容*/

body,html {

  height: 100%;

}



.blueagle-main {

  position: relative;

  width: 1200px;

  padding-bottom: 52px;

  margin: 0 auto;

  overflow: hidden;

}



.blueagle-col {

  float: left;

  margin-top: 30px;

  background-color: #fff;

  border: 1px solid #d9dfe7;

}

.blueagle-col .title {

  height: 40px;

  font-size: 16px;

  line-height: 40px;

  color: #fff;

  text-indent: 20px;

  background-color: #4cb4e0;

  border-bottom: 1px solid #d9dfe7;

}

.blueagle-col .con {



}

.blueagle-col.tleft {

  width: 210px;

}

.blueagle-col.tcenter {

  width: 960px;

  margin-left: 30px;



}

.blueagle-col.tcenter .title {

  height: 41px;

}

.blueagle-col.tright {

  width: 160px;

}

.blueagle-col.bleft {

  width: 490px;

  margin-left: 30px;

  margin-right: 30px;

}

.blueagle-col.bright {

  width: 490px;

}

/*.blueagle-col.bleft .title, .blueagle-col.bright .title {

  height: 45px;

  line-height: 45px;

}*/

.blueagle-col.bleft .con, .blueagle-col.bright .con {

  height: 410px;

}



/*网站安全状况*/

.blueagle-col.tleft .title {

  border: none;

}

.blueagle-col .tleft-item {

  position: relative;

  height: 102px;

  padding-left: 68px;

  font-size: 0;

  -webkit-text-size-adjust:none;

  line-height: 101px;

  border-top: 1px solid #d9dfe7;

  cursor: pointer;

}

.blueagle-col .tleft-item:hover{ color:#0a8fc8;}

.blueagle-col .tleft-item.evaluate {

  padding-left: 0;

}

.blueagle-col .tleft-item span {

  display: inline-block;

  font-size: 16px;

  vertical-align: middle;

}

.blueagle-col .tleft-item .data-num{

	font-weight: bold;

    color: #34495e;

}

.blueagle-col .tleft-item .data-percent {

  position: absolute;

  top: 27px;

  left: 10px;

  width: 46px;

  height: 46px;

  line-height: 46px;

  color: #fff;

  text-align: center;

  border-radius: 50%;

}



.blueagle-col .tleft-item .eagle {

  width: 65px;

  font-size: 41px;

  text-align: center;

}

.blueagle-col .evaluate .eagle-cloud {

  height: 100px;

  background: url(../images/eagle-cloud.png) center center no-repeat;

}

.blueagle-col .high .eagle-exclamation {

  color: #c23531;

}

.blueagle-col .high .data-percent {



  background-color: #c23531;

}

.blueagle-col .middle .eagle-exclamation {

  color: #f1840f;

}

.blueagle-col .middle .data-percent {

  background-color: #f1840f;

}

.blueagle-col .low .eagle-exclamation {

  color: #526acc;

}

.blueagle-col .low .data-percent {

  background-color: #526acc;

}

.blueagle-col .safe .eagle-umbrella-a {

  width: 41px;

  height: 41px;

  padding-left: 2px;

  margin: 0 12px;

  font-size: 27px;

  line-height: 41px;

  color: #fff;

  background: #267f2c;

  border-radius: 50%;

}

.blueagle-col .safe .data-percent {

  background-color: #009956;

}



/*安全状况区域分布*/

#safeArea {

  height: 509px;

  padding-top: 10px;

}



/*风险网站top10*/

.blueagle-col.tright .title {

  background-color: #f27a5c;

  border: none;

}



.blueagle-col .tright-item {

  display: block;

  height: 41px;

  font-size: 0;

  -webkit-text-size-adjust: none;

  line-height: 40px;

  border-top: 1px solid #d9dfe7;

}

.blueagle-col .tright-item span {

  display: inline-block;

  font-size: 14px;

  vertical-align: middle;

}

.blueagle-col .tright-index {

  width: 16px;

  height: 16px;

  margin: 0 8px;

  font-family: arial;

  line-height: 16px;

  text-align: center;

  border-radius: 50%;

}

.blueagle-col .tright-item:nth-child(1) .tright-index {

  background: #e84c3d;

  color: #fff;

}

.blueagle-col .tright-item:nth-child(2) .tright-index {

  background: #dbb61f;

  color: #fff;

}

.blueagle-col .tright-item:nth-child(3) .tright-index {

  background: #009956;

  color: #fff;

}

.blueagle-col .tright-item span.tright-name{width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}



/*尾部*/



.blueagle-btm {

  background: #fff;

}

.blueagle-btm .inner {

  position: relative;

  width: 1200px;

  padding: 12px 0;

  margin: 0 auto;

  color: #555;

  text-align: center;

  height: 120px;

}

.blueagle-btm .text{ margin-top: 12px;}

.blueagle-btm .text p {

  font-size: 14px;

  line-height: 25px;

}

.blueagle-btm .wechat {

  position: absolute;

  top: 50%;

  right: 0;

  height: 110px;

  margin-top: -50px;

  overflow: hidden;

  font-size: 12px;

}

.blueagle-btm .wechat span {

  float: left;

  width: 20px;

  padding-top: 4px;

  text-align: left;

  line-height: 16px;

}



.blueagle-btm .wechat .img {

  float: left;

  width: 88px;

  height: 88px;

  background: url(../images/blueagle-wechat.png);

  line-height:190px ;

}



.blueagle-btm .wechat .img2 {

  float: left;

  width: 88px;

  height: 88px;

  background: url(../images/blueagle-wechat2.png);

  line-height:190px ;

  margin-left: 10px;

}







/*列表页面*/

.blueagle-main .rlist-top {

  height: 90px;

  padding-top: 30px;

  padding-bottom: 20px;

  margin-bottom: 18px;

  border-bottom: 2px solid #0a8fc8;

}

.blueagle-sel {

  float: left;

  font-size: 0;

  -webkit-text-size-adjust: none;

  color: #fff;

  border: 1px solid #d9dfe7;

}

.blueagle-sel a{

    display: inline-block;

    max-width: 220px;

    height: 38px;

    line-height: 38px;

    padding: 0 8px;

    color: #fff;

    font-size:15px;

    }

.blueagle-sel .sels-box {

  position: relative;

  z-index: 1;

  display: inline-block;

  height: 38px;

  font-size: 14px;

  line-height: 38px;

  vertical-align: middle;

  background-color: #f27a5c;

}



.sels-box .next-box {

  position: absolute;

  top: 38px;

  left: -1px;

  width: 361px;

  max-height: 0;



  overflow: hidden;

  

}

.sels-box .next-box.see {

  max-height: 600px;

	border-top: 1px solid #d9dfe7;

  border-left: 1px solid #d9dfe7;

}



.sels-box .glyphicon {

  padding-left: 6px;

  font-size: 12px;

}

.sels-box .onsel {

  display: inline-block;

  width: 119px;

  overflow: hidden;

  text-overflow:ellipsis;

  white-space: nowrap;

  cursor: pointer;

  padding-left: 16px;

  padding-right: 16px;

  font-size: 16px; 

}

.sels-box .sec-sel {

  float: left;

  width: 120px;

  height: 36px;

  padding-left: ;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin-bottom: 0;

  font-weight: normal;

  cursor: pointer;

  text-align: center;

  background-color: #f27a5c;

  border-right: 1px solid #d9dfe7;

  border-bottom: 1px solid #d9dfe7;

}

.sels-box .sec-sel.active {

  background-color: #fb967d;

  border-bottom-color: #fb967d;

}

.sels-box .sel-val {

  display: none;

}

.sels-box .third-box {

  float: left;

  width: 360px;

  max-height: 0;

  padding-top: 4px;

  padding-bottom: 6px;

  overflow: hidden;

  font-size: 14px;

  line-height: 22px;

  text-align: left;

  background-color: #fb967d;

  border-right: 1px solid #d9dfe7;

  border-bottom: 1px solid #d9dfe7;

}

.sels-box .third-box.see {

  max-height: 170px;

}

.sec-sel .third-box {

  display: none;

}

.sels-box .third-sel {

  display: inline-block;

  padding-left: 15px;

  cursor: pointer;

  font-weight: normal;

  vertical-align: middle;

  line-height: 22px;

  margin-bottom: 0;

}

.sels-box .third-sel .eagle {

  position: relative;

  top: -1px;

  display: inline-block;

  width: 11px;

  height: 11px;

  margin-right: 4px;

  font-size: 12px;

  vertical-align: middle;

  border: 1px solid #fff;

  border-radius: 50%;

}

.sels-box .third-sel .eagle.ok {

  background: url(../images/sel-ok.png) center center no-repeat;

}

.sels-box .sels-hide {

  display: none;

}

.blueagle-sel .sels-label {

  margin: 0;

}

.blueagle-sel .sel-area {

  border-right-color: #f27a5c;

  background-color: #f27a5c;

}

.blueagle-sel .sel-csrf {

  border-right-color: #0a8fc8;

  border-left: 1px solid #d9dfe7;

  background-color: #0a8fc8;

}

.blueagle-sel select {

  height: 38px;

  padding-left: 12px;

  padding-right: 20px;

  font-size: 14px;

  vertical-align: middle;

  background-image:url(../images/sel-arrow.png);

  background-position: right center;

  background-repeat: no-repeat;

  border: none;

  border-right-width: 10px;

  border-right-style: solid;

  appearance:none;

  -moz-appearance:none;

  -webkit-appearance:none;

}

.blueagle-sel select::-ms-expand { display: none; }

.blueagle-sel select:focus {

  outline: none;

}

.blueagle-sel button {

  width: 80px;

  height: 39px;

  font-size: 14px;

  vertical-align: middle;

  border: none;

  border-left: 1px solid #d9dfe7;

  background: #0a8fc8;

}

.blueagle-sel .active.safe {

  background: #267f2c;

}

.blueagle-sel .active.high {

  background: #c23531;

}

.blueagle-sel .active.middle {

  background: #f1840f;

}

.blueagle-sel .active.low {

  background: #526acc;

}



.blueagle-search {

  float: left;

  padding-top: 2px;

  margin-left: 52px;

  font-size: 0;

  -webkit-text-size-adjust: none;

}



.blueagle-search .txt {

  display: inline-block;

  font-size: 14px;

  line-height: 36px;

}

.blueagle-search .txt.dao {

  margin: 0 8px;

}

.blueagle-search .txt.mlx {

  margin-left: 12px;

}

.blueagle-search .ipt {

  display: inline-block;

  width: 145px;

  height: 36px;

  padding: 0;

  padding-left: 4px;

  font-size: 14px;

  line-height: normal;

  *line-height: 34px;

  line-height: 34px\0/;

  border: 1px solid #0a8fc8;

  border-radius: 3px;

}



.blueagle-search .button {

  height: 36px;

  padding: 0 14px;

  margin-left: 20px;

  font-size: 14px;

  background: #0a8fc8;

  border: none;

  border-radius: 3px;

  color: #fff;

}



.blueagle-attach {

  float: right;

  padding-right: 21px;

  line-height: 40px;

  font-size:15px;

}

.blueagle-attach .btn-default {

  color: #0a8fc8;

  border-color: transparent;

  background-color: transparent;

}

.blueagle-attach .back {

  margin-left: 21px;

  color: #0a8fc8;

  cursor: pointer;

}





.blueagle-flist .table {

  border: 1px solid #d9dfe7;

}

.blueagle-flist .reportIcon {

	color: #35b1e5;

}

.blueagle-flist .reportIcon:hover {

	color: #0a8fc8;

}

/* 翻页按钮  */



.blueagle-flist .pagination > .active > a, 

.blueagle-flist .pagination > .active > a:focus, 

.blueagle-flist .pagination > .active > a:hover, 

.blueagle-flist .pagination > .active > span, 

.blueagle-flist .pagination > .active > span:focus, 

.blueagle-flist .pagination > .active > span:hover {

	color: #fff;

	background-color: #4cb4e0;

    border-color: #4cb4e0;

}



.blueagle-flist .btn-default, 

.blueagle-flist .pagination > li > a, 

.blueagle-flist .pagination > li > span {

	color: #4cb4e0;

}

.blueagle-flist .pagination > li > a:focus, 

.blueagle-flist .pagination > li > a:hover, 

.blueagle-flist .pagination > li > span:focus, 

.blueagle-flist .pagination > li > span:hover {

	color: #4cb4e0;

}





.blueagle-flist .fixed-table-toolbar {

	width: 120px;

	position:absolute;

	top:35px;

	right:100px;

}

.blueagle-flist .fixed-table-toolbar .btn-default {

	color: #0a8fc8;

	background-color: transparent;

}

.blueagle-flist .table th {

  padding-top: 9px;

  padding-bottom: 10px;

  font-size: 16px;

  font-weight: normal;

  color: #fff;

  text-align: center;

  background: #4cb4e0;

}



.blueagle-flist th.index {

  width: 72px;

}

.blueagle-flist th.level,.blueagle-flist th.high, .blueagle-flist th.middle, .blueagle-flist th.low, .blueagle-flist th.valley, .blueagle-flist th.handle, .blueagle-flist th.pass, .blueagle-flist th.single, .blueagle-flist th.minus{

  width: 144px;

}

.blueagle-flist th.time, .blueagle-flist th.type {

  width: 227px;

}

.blueagle-flist th.visit, .blueagle-flist th.link {

  width: 121px;

}

.blueagle-flist th.scan-two {

  width: 100px;

}

.blueagle-flist td.url div {

  max-width: 500px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.blueagle-flist th.scan-three {

  width: 116px;

}

.blueagle-flist th.scan-four, .blueagle-flist th.type {

  width: 132px;

}

.blueagle-flist th.update,.blueagle-flist th.error,.blueagle-flist th.reply,.blueagle-flist th.guide,.blueagle-flist th.attach,.blueagle-flist th.online {

  width: 100px;

}

.blueagle-flist th.handle.min {

  width: 64px;

}

.blueagle-flist td.clip div {

  width: 221px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.blueagle-flist .table td {

  padding-top: 9px;

  padding-bottom: 10px;

  text-align: center;

}





/*评估报告*/

.text-red {

  color: #c23531;

}

.text-yellow {

  color: #f1840f;

}

.text-purple {

  color: #526acc;

}

.text-blue {

  color: #0a8fc8;

}

.text-green {

  color: #13a788;

}





.sreprot {

  padding-top: 22px;

  width: 1200px;

  margin: 0 auto;

  background-color: inherit;

}

.sreport-header {

  position: fixed;

  top: 0;

  z-index: 1;

  width: 1200px;

  padding-top: 10px;

  font-size: 16px;

  line-height: 40px;

  border-bottom: 1px solid #ddd;

  background-color: inherit;

}

.sreport-header h2 {

  display: inline;

  margin-right: 64px;

  font-size: 18px;

  font-weight: bold;

}

.sreport-header .time {

  margin-right: 72px;

}



.sreport-main {

  position: relative;



  overflow: auto;

  padding-top: 20px;

}

.sreport-main::-webkit-scrollbar {

  width: 0px;

}

.sreport-nav {

  position: fixed;

  

  width: 154px;

}

.sreport-nav dt {

  position: relative;

  height: 42px;

  font-weight: normal;

  line-height: 42px;

  text-align: center;

  background: #0a8fc8;

}

.sreport-nav dt .icon {

  position: absolute;

  right: -42px;

  width: 0;

  height: 0;

  overflow: hidden;

  border: 21px solid transparent;

  border-left-color: #0a8fc8;

}

.sreport-nav dt a {

  font-size: 16px;

  color: #fff;

}

.sreport-nav dd {

  height: 42px;

  line-height: 41px;

  text-align: center;

  background: #a4e4ff;

  border-top: 1px solid #c7eeff;

}

.sreport-nav dd.on {

  background: #12aaeb;

}

.sreport-nav dd.on a {

  color: #fff;

}

.sreport-nav dd a {

  color: #0880b3;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.sreport-con {

  float: right;

  width: 960px;

}

.sreport-con h3 {

  margin-bottom: 20px;

  font-size: 16px;

  font-weight: bold;

  line-height: 36px;

  border-bottom: 1px solid #ddd;

}

.sreprot tbody tr td {

  padding-left: 20px;

  padding-right: 20px;

}

.sreport-table .item {

  width: 130px;

  color: #fff;

  text-align: center;

  vertical-align: middle;

  background: #0a8fc8;

  border-bottom-color: #12aaeb;

}

.sreport-table tr:last-child .item {

  border-bottom-color: #ddd;

}



.sreport-con h4 {

  position: relative;

  height: 20px;

  margin-bottom: 10px;

  line-height: 20px;

  font-size: 14px;

  text-indent: 10px;

}

.sreport-con h4 .icon {

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 5px;

  height: 20px;

  background: #0a8fc8;

}





/*实时信息*/

.real-tinfo-box {

  height: 100%;

  background: url(../img/real-tinfo-bg.jpg) no-repeat fixed 0 0;background-size:100% 100%;

}

.real-tinfo {

  width: 1200px;

  height: 100%;

  margin: 0 auto;

  overflow: hidden;

}

.real-tinfo .henan-map {

  float: left;

  width: 750px;

  padding-top: 40px;

}

.real-tinfo .right {

  float: right;

  width: 425px;

}



.tinfo-nums {

  width: 450px;

  padding-top: 41px;

  overflow: hidden;

}

.tinfo-nums-one {

  position: relative;

  float: left;

  width: 200px;

  height: 80px;

  padding-left: 80px;

  padding-right: 16px;

  margin-right: 25px;

  margin-bottom: 19px;

  border-radius: 4px;

}

.tinfo-nums-one .eagle {

  position: absolute;

  top: 0;

  left: 0;

  display: inline-block;

  width: 80px;

  height: 100%;

  text-align: center;

  font-size: 56px;

  line-height: 80px;

  color: #fff;

}



.tinfo-nums-one.green .eagle {

  font-weight: bold;

}

.tinfo-nums-one.blue {

  background: #3598db;

}

.tinfo-nums-one.red {

  background: #e84c3d;

}

.tinfo-nums-one.yellow {

  background: #e9b336;

}

.tinfo-nums-one.green {

  background: #1bbc9b;

}

.tinfo-nums-one p {

  text-align: center;

  color: #fff;

}

.tinfo-nums-one p.name {

  padding-top: 10px;

  font-size: 14px;

}

.tinfo-nums-one p.num {

  font-size: 28px;

}

.tinfo-show-box {

  overflow: hidden;

  background:rgba(1,17,29,.26);border:1px solid rgba(105,218,246,.26);border-radius:5px;

}

.tinfo-show {

  margin-top: 21px;

  overflow: hidden;

}

.tinfo-show-one {

  padding-bottom: 16px;

  overflow: hidden;

  line-height: 24px;font-size:13px;

  color: #4ed2d0;

}

.tinfo-show-one .time {

  float: left;

  width: 86px;

  text-align: center;

}

.tinfo-show-one .other {

  float: right;

  width: 337px;

  padding-left: 21px;

}

.tinfo-show-one .name {

  padding-right: 10px;

}

.tinfo-show-one .error {

  font-weight: bold;color:#e9b336;

}







/*网站普查*/

.bsurvey-main {

  width: 1200px;

  padding-bottom: 52px;

  margin: 0 auto;

  overflow: hidden;

}

.bsurvey-main .blueagle-col .title {

  height: 46px;

  line-height: 45px;

}

.bsurvey-sum {

  width: 210px;

}



.bsurvey-main .bsurvey-sum .title {

  height: 45px;

  border: none;

}

.bsurvey-sum .item {

  height: 101px;

  line-height: 100px;

  font-size: 0;

  -webkit-text-size-adjust: none;

  cursor: pointer;

  border-top: 1px solid #d9dfe7;

}

.bsurvey-sum .item:hover{ color:#0a8fc8}

.bsurvey-sum .item:last-child {

  cursor: default;

}

.bsurvey-sum .item span {

  display: inline-block;

  height: 100px;

  vertical-align: middle;

  font-size: 16px;

}

.bsurvey-sum .item .item-num{

	font-weight: bold;

    color: #34495e;

}

.bsurvey-sum .item .eagle {

  width: 66px;

  padding: 0 12px;

  font-size: 42px;

  color: #4cb4e0;

  text-align: center;

}

.bsurvey-sum .item .eagle-percent {

  font-weight: 800;

}

.bsurvey-sum .item .eagle.b-survey {

  background: url(../images/b-survey.png) center center no-repeat;

}

.bsurvey-sum + .bsurvey-canvas {

  width: 960px;

}

.bsurvey-sum + .bsurvey-canvas .con {

  height: 403px;

  padding-top: 10px;

}

.bsurvey-canvas {

  width: 490px;

  margin-left: 30px;

}

.bsurvey-canvas .con {

  height: 410px;

}

.bsurvey-main .blueagle-col.tright {

  

}





/*网站监测*/

.bscan-main {

  width: 1200px;

  padding-bottom: 52px;

  margin: 0 auto;

  overflow: hidden;

}

.bscan-main .blueagle-col .title {

  height: 44px;

  line-height: 43px;

}

.bscan-tleft {

  float: left;

  width: 1040px;

}

.bscan-tleft .blueagle-col {

  width: 499px;

  margin-right: 21px;

}

.bscan-items .con {

  overflow: hidden;

}

.bscan-items .item {

  float: left;

  width: 248px;

  height: 124px;

  line-height: 124px;

  font-size: 0;

  -webkit-text-size-adjust: none;

}

.bscan-items .item:hover{ color:#0a8fc8;}

.bscan-items .item.br {

  width: 249px;

  border-right: 1px solid #d9dfe7;

}

.bscan-items .item.bb {

  height: 125px;

  border-bottom: 1px solid #d9dfe7;

}

.bscan-items .item span {

  display: inline-block;

  font-size: 16px;

  vertical-align: middle;

}

.bscan-items .item .item-num{

	font-weight: bold; 

	color:#34495e;

}

.bscan-items .item .eagle {

  width: 100px;

  height: 124px;

  font-size: 52px;

  color: #4cb4e0;

  text-align: center;

}

.bscan-items .item .computer-a {

  background: url(../images/computer-a.png) center center no-repeat;

}

.bscan-items .item .hide-a {

  background: url(../images/hide-a.png) center center no-repeat;

}

.bscan-tleft .blueagle-col.mt {

  margin-top: 21px;

}

.bscan-tleft .blueagle-col.update .con {

  height: 249px;

}



.bscan-main .blueagle-col .tright-item {

  height: 44px;

  line-height: 43px;

}



.bscan-main .blueagle-col.full {

  width: 1200px;

}

/*.bscan-main .blueagle-col.full .title {

  height: 53px;

  line-height: 52px;

  border-color: #f3f3f3;

  background-color: #0a8fc8;

}*/

.bscan-main .blueagle-col.full .con {

  height: 510px;

}

.bscan-main .blueagle-col.rate .con {

  background-color: #e6e6e6;

}

.bscan-main .blueagle-col.isusses .con {

  padding-top: 10px;

  background-color: #e3fcff;

}





/*登录页面*/

.blueagle-header.white {

  background-color: #fff;

}

.blueagle-header.white .logo {

  background: url(../images/logo-blue.png) center center no-repeat;

}

.blueagle-toptip {

  float: right;

  width: 220px;

  padding-top: 3px;

  color: #333;

}

.blueagle-toptip .one {

  height: 32px;

  line-height: 32px;

}

.blueagle-toptip .one .eagle {

  position: relative;

  top: 1px;

  margin-right: 6px;

}

.blogin-main {

  position: absolute;

  top: 0;

  min-height: 100%;

  width: 100%;

  padding-top: 70px;

  background-color: #0a8fc8;

}

.blogin-main .inner {

  width: 1200px;

  margin: 0 auto;

  overflow: hidden;

}

.blogin-main .show {

  float: left;

  width: 735px;

  min-height: 551px;

  background: url(../images/login-show.png) center 68px no-repeat;

}

.blogin-main .right {

  float: right;

  width: 465px;

  position: relative;

}

.blogin-core {

  position: relative;

  width: 351px;

  padding-left: 21px;

  padding-bottom: 21px;

  margin-top: 68px;

  background-color:#fff; 

  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c5ffffff,endColorstr=#c5ffffff);   /*IE8支持*/

  background:transparent;

  background-color: rgba(255,255,255,.8);

}

:root .blogin-core {/*IE9下去除filter属性*/

  filter:none;

}

.blogin-core h3 {

  font-size: 20px;

  line-height: 69px;

}

.blogin-core .iptout {

  margin-bottom: 25px;

  font-size: 0;

  -webkit-text-size-adjust: none;

}

.blogin-core .iptout .eagle {

  display: inline-block;

  width: 42px;

  height: 42px;

  font-size: 26px;

  color: #fff;

  line-height: 42px;

  text-align: center;

  vertical-align: top;

  background-color: #bdbdbd;

}

.blogin-core .iptout .ipt {

  display: inline-block;

  height: 42px;

  width: 268px;

  padding-left: 12px;

  font-size: 14px;

  line-height: normal;

  *line-height: 42px;

  line-height: 42px\0/;

  border: none;

  background-color:#fff;

  /*background-color: rgb(250, 255, 189);*/

}

.blogin-core .iptout.code .ipt {

  width: 121px;

}

.blogin-core .code-main {

  display: inline-block;

  vertical-align: top;

}

.blogin-core .code-main img {

  width: 90px;

  height: 42px;

  margin-left: 21px;

}

.blogin-core .code-main .eagle {

  color: #0a8fc8;

  background: none;

}

.blogin-core .code-main .eagle:hover {

  -webkit-animation: circle 1s linear infinite;

  -moz-animation: circle 1s linear infinite;

  -o-animation: circle 1s linear infinite;

  animation: circle 1s linear infinite;

}

.blogin-core .code-main .eagle:active, .blogin-core .code-main .eagle:focus {

  -webkit-animation: op-circle .3s linear;

  -moz-animation: op-circle .3s linear;

  -o-animation: op-circle .3s linear;

  animation: op-circle .3s linear;

}



@-webkit-keyframes circle {

  0% {

    -webkit-transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(-360deg);

  }

}

@-webkit-keyframes op-circle {

  0% {

    -webkit-transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(360deg);

  }

}

@-moz-keyframes circle {

  0% {

    -moz-transform: rotate(0deg);

  }



  100% {

    -moz-transform: rotate(-360deg);

  }

}

@-moz-keyframes op-circle {

  0% {

    -moz-transform: rotate(0deg);

  }



  100% {

    -moz-transform: rotate(360deg);

  }

}

@-o-keyframes circle {

  0% {

    -o-transform: rotate(0deg);

  }



  100% {

    -o-transform: rotate(-360deg);

  }

}

@-o-keyframes op-circle {

  0% {

    -o-transform: rotate(0deg);

  }



  100% {

    -o-transform: rotate(360deg);

  }

}

@keyframes circle {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(-360deg);

  }

}

@keyframes op-circle {

  0% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(360deg);

  }

}

.blogin-core .core-btn {

  display: block;

  width: 310px;

  height: 42px;

  font-size: 16px;

  font-weight: bold;

  line-height: 42px;

  color: #fff;

  border: none;

  border-radius: 3px;

  background: #0a8fc8;

}

.blogin-core .core-btn:hover {

  background: #1da6e0;

}

.blogin-error {

  position: absolute;

  top: 36px;

  left: 0;

  max-width: 100%;

  width: 100%;

  text-align: center;



  /* -webkit-transform: -webkit-translateX(-50%);

  -moz-transform: -moz-translateX(-50%);

  -ms-transform: -ms-translateX(-50%);

  -o-transform: -o-translateX(-50%);

  transform: translateX(-50%); */

}

 .blogin-error .blogin-text{

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 4px;

  padding-bottom: 4px;

  line-height: 20px;

  color: #e84c3d;

  background: #fff;

  text-align:center;

  border: 1px solid #f1f1f1;

  border-radius: 2px;

  margin:auto;

}

.blogin-error .icon {

  position: absolute;

  left: 50%;

  bottom: -10px;

  display: block;

  width: 7px;

  height: 7px;

  margin-left: -3px;

  background: url(../images/tip-arrow.png) no-repeat;

}

.blogin-core .attach {

  padding-top: 12px;

  padding-right: 20px;

  font-size: 12px;

  text-align: right;

}

.blogin-main .blueagle-btm {

  position: absolute;

  bottom: 0;

  width: 100%;

}

/**登陆切换*/

.hid{display: none;}

.change{  width: 0; height: 0; border-top: 70px solid #f47a7a; border-left: 70px solid transparent;  position: absolute; top: 68px; 		left:281px; z-index: 999;}

.change-text{ width: 30px;  position: absolute; color: #fff; left: 321px; top: 72px; z-index: 1000; cursor: pointer;}

.tcbg{position: absolute; width: 100%; height: 100%; background: #000; opacity: 0.3; top: 0; left: 0; z-index: 9998;}

.tcnr{ position: absolute; width: 300px; height: 100px; left: 50%; top: 50%; margin-left: -150px; margin-top: -50px; background: #fff; z-index: 9999; border-radius: 4px; text-align: center; line-height: 100px; font-size: 20px;}

.zccg{ background: #FFF; width: 310px; margin-top: 20px; border-radius: 4px; padding: 8px;color: #F52B00; display: none;}

#zcan:hover{ opacity: 0.8;}

/**-登陆切换*/



/*页面修正*/

.blueagle-flist .fixed-table-loading {

  z-index: auto;

}

/*实时信息页面导航*/

.nav-problem{ position:fixed; top:120px; left:0; z-index:50;}

.nav-problem ul li{ border-left:5px solid #00b7ee; line-height:32px; padding:0 15px; background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;filter:Alpha(opacity=60);margin-top:18px; color:#fff; font-size:13px;text-align:center; cursor:pointer;}

.nav-problem ul .nav-color{ color:#00b7ee;}

/* 注册错误提示信息定位  */

#emailErr #email_zhuce-error{position: absolute;  top: 112px; left: 20px; width: 100%; color: #f2444c;}

#password_zhuce-error {position: absolute; top: 180px; left: 20px; width: 100%; color: #f2444c;}

#confirm_password-error{position: absolute; top: 246px; left: 20px; width: 100%; color: #f2444c;}

#captcha_zhuce-error{position: absolute; top: 314px; left: 20px; width: 100%;  color: #f2444c;}

#xyok{ cursor:pointer;}

#xyok a{ color:#888}

#xyok a:hover{ color:#0a8fc8;}

/* 弹出层*/

.maskWraper{z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5;filter: alpha(opacity=50);

display: none;}

.modal-header{background:#0a8fc8; color:#fff;}



.top-clumb{background:#fff; padding:10px 0; border-bottom:1px #ddd solid;margin-bottom:20px;}

.top-clumb .main{width:1200px; margin:0 auto;}

.clumb-logo{border-right:1px #eee solid; height:40px; display:inline-block;}

.clumb-logo img{max-height:40px;padding-right:15px;}

.top-clumb span{ font:normal 20px/40px "宋体";padding-left:15px;}



