@import "reset.css";

body{color:#eee;}
body a{color: #fff;}
.bd9{border:1px solid #999;}
.bdl9{border-left:1px solid #999;}
.bdr9{border-right:1px solid #999;}
.bc1box{background:rgb(75,75,75);}
.bc2box{background-image: url(../img/halfbg.png);}
.bc3box{background:#1a4441;color: #fff;}
a.bc3box:hover{background:#009688;}
a.active{background:#009688;}
a.btn-danger:hover{background:#FF9800;}
button.bc3box{-webkit-appearance:none;-moz-appearance:none;border:0;cursor: pointer;}
button.bc3box:hover{background:#009688;}
button.btn-danger{-webkit-appearance:none;-moz-appearance:none;border:0;cursor: pointer;}
button.btn-danger:hover{background:#FF9800;}


.layout{min-width:1000px;}
.pagination li{display: inline-block;line-height:20px;padding:5px;}
.pagination li a{color:#ffffff;font-size: 1rem;}
.pagination .current{color:#2196F3;font-size: 1rem;}
@media (min-width:0px) and (max-width:999px){
	.layout{min-width:100%;width:100%;}
}


/**-----------------------ç™»å½•é¡µé¢|å¿˜è®°å¯†ç |æ³¨å†Œé¡µé¢------------------------**/

.loginPage{background:url(login_bg.jpg) center top repeat fixed;background-size:cover;}
.loginPage .formBox{margin-top:100px;padding:30px 40px 50px;width:248px;}
.loginPage .footer{background-image: url(../img/halfbg075.png);;position:fixed;bottom:0px;}
.loginPage .refooter{width:100%;padding:15px;}
@media (min-width:0px) and (max-width:559px){
	.loginPage .formBox{float:none;margin:40px auto 0;}
	.loginPage .footer{display:none;}
}


/**------------------------æ‰€æœ‰ç™»å½•åŽé¡µé¢æ ·å¼-----------------------**/

.mainPage{background:url(main_bg.jpg) center center no-repeat fixed;background-size:cover;}
.mainPage .header{position:fixed;z-index: 99;width:100%;background:url(main_tbg.png) left bottom repeat-x;}
.mainPage .content{padding-top:100px;padding-bottom:50px;}
.mainPage .content > .bc2box{min-height:500px;}

.mainPage .menuBox{float:right;}
.mainPage .menuBox li{float:left;text-align:center;}
.mainPage .menuBox li a{display:block;padding:22px 15px;overflow:hidden;}
.mainPage .menuBox li a span{float:left;}
.mainPage .menuBox li a span.img{display:block;width:56px;height:56px;}
.mainPage .menuBox li a span.text{display:none;padding-left:5px;}
.mainPage .menuBox li.yonghu .img{background:url(icon_yonghu.png) no-repeat;background-size:100% 100%;}
.mainPage .menuBox li.jiance .img{background:url(icon_jiance.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.liebiao .img{background:url(icon_liebiao.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.shezhi .img{background:url(icon_shezhi.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.tuichu .img{background:url(icon_tuichu.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.home .img{background:url(icon_home.png) no-repeat;background-size:cover;}

.mainPage .menuBox li.sel{background-color:#224F6B;}
.mainPage .menuBox li.sel a{color:#fff;}
.mainPage .menuBox li.sel a span.text{display:block;font-size:24px;line-height:52px;}
.mainPage .menuBox li.sel.yonghu .img{background:url(icon_yonghu_on.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.sel.jiance .img{background:url(icon_jiance_on.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.sel.liebiao .img{background:url(icon_liebiao_on.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.sel.shezhi .img{background:url(icon_shezhi_on.png) no-repeat;background-size:cover;}
.mainPage .menuBox li.sel.tuichu .img{background:url(icon_tuichu_on.png) no-repeat;background-size:cover;}
.mainPage .menuBox:after{
	content: "";
	display: block;
	clear: both;
}
ul{
    padding-left: 30px;
}
.menu-btn{
	display: none;
}
.menu-btn .line{
	display: block;
	position: relative;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 6px;
	transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
}
.menu-btn .line-1{
	transform-origin: 0;
	transform: rotateZ(0) translateY(0);
	-webkit-transform: rotateZ(0) translateY(0);
	-moz-transform: rotateZ(0) translateY(0);
}
.menu-btn .line-2{
	transform-origin: 50%;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
}
.menu-btn .line-3{
	transform-origin: 0;
	transform: rotateZ(0) translateY(0);
	-webkit-transform: rotateZ(0) translateY(0);
	-moz-transform: rotateZ(0) translateY(0);
}
.menu-btn.active .line-1{
	transform: rotateZ(45deg) translateY(-50%);
	-webkit-transform: rotateZ(45deg) translateY(-50%);
	-moz-transform: rotateZ(45deg) translateY(-50%);
}
.menu-btn.active .line-2{
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
}
.menu-btn.active .line-3{
	transform: rotateZ(-45deg) translateY(50%);
	-webkit-transform: rotateZ(-45deg) translateY(50%);
	-moz-transform: rotateZ(-45deg) translateY(50%);
}

@media (min-width:0px) and (max-width:799px){
	.mainPage .logoBox{display:none;}
	.mainPage .menuBox{float:none;width:100%;display: none;position: absolute;top: 53px;background-color: rgba(34,34,34,.8);padding-left: 0;}
	.mainPage .menuBox li{width:100%;text-align:center;float: none;}
	.mainPage .menuBox li a{padding:10px 0;}
	.mainPage .menuBox li a span{float:none;}
	.mainPage .menuBox li a span.img{margin:auto;}
	.mainPage .menuBox li.sel a span.text{display:none;}
	.menu-btn{display: block;padding: 10px;cursor: pointer;}
	.menuBox.active{
		display: block;
	}
}


/** è¡¨æ ¼æ ·å¼ **/
.tableBlue {line-height:24px;margin-bottom: 10px;border-spacing: 0px;}
.tableBlue tr th{min-width: 65px;background:#203f52;padding:8px 10px;font-size:14px;text-align: left;}
.tableBlue tr td{padding:5px 10px;text-align: left;}
.tableBlue tr:hover td{background:rgba(73,73,73,0.75)}


/** ç”¨æˆ·ä¸­å¿ƒ **/
@media (min-width:0px) and (max-width:799px){
	.yonghuBox > .bc2box{margin:0 15px;padding:15px;}
	.yonghuBox .sleft{float:none;width:100%;}
	.yonghuBox .sleft ul{overflow:hidden; margin-right:0;}
	.yonghuBox .sleft li{float:left; width:33.33%; margin-top:0;}
	.yonghuBox .sright{float:none;width:100%;border:none; margin-top:30px;padding:0 10px;}
}


/** æ£€æµ?ä¸­å¿ƒ|æ£€æµ‹è¯¦ç»†|æ£€æµ‹åˆ—è¡?**/
.dttcenBox .item{min-height:450px;position:relative;box-shadow: 2px 2px 5px #222222;}
.dttcenBox .score{font-size:60px;line-height:1.4;}
.dttcenBox .aitem .icon{font-size:60px;font-family:Verdana;}
.dttcenBox .aitem .icon a{width:60px;height:60px;display:inline-block;padding:25%;}
.dttcenBox .aitem .icon a:hover{background:#666;}

.dttcenAdd{display:none;position:fixed;width:100%;height:100%;top:0;z-index: 999;}
.dttcenAdd>div{min-width:300px;margin-top:3%;max-width: 600px;}
.dttcenAdd .title{border-bottom:1px solid #999;position:relative;}
.dttcenAdd .title span{position:absolute;right:15px;top:10px;}

.dttdtlBox .show ul{float:left;width:50%;}
.dttdtlBox .show ul li{padding-left:30px;line-height:26px;}
.dttdtlBox .show ul li.anqun{background:url(/hyx/Public/css/icon_anquan.png) left center no-repeat;}
.dttdtlBox .show ul li.diwei{background:url(/hyx/Public/css/icon_diwei.png) left center no-repeat;}
.dttdtlBox .show ul li.zhongwei{background:url(/hyx/Public/css/icon_zhongwei.png) left center no-repeat;}
.dttdtlBox .show ul li.gaowei{background:url(/hyx/Public/css/icon_gaowei.png) left center no-repeat;}
.dttdtlBox .show ul li span{padding-right:20px;}

@media (min-width:0px) and (max-width:899px){
	.dttlistBox .table .md5{display:none;}
}
@media (min-width:560px) and (max-width:799px){
	.dttcenBox > .ws4{width:50%;}
	.dttdtlBox > .bc2box > .ws4{width:50%;}
	.dttdtlBox > .bc2box > .ws8{width:50%;}
	.dttdtlBox > .bc2box > .ws8 > .bdl9{margin-left:0;}
	.dttdtlBox > .bc2box .show ul{float:none;width:100%;}
}
@media (min-width:0px) and (max-width:559px){
	.dttcenBox > .ws4{float:none;width:100%; margin-top:0;margin-bottom:30px;}
	.dttcenBox > .bc2box{margin:0;padding:15px;}
	.dttdtlBox > .bc2box > .ws4{width:100%;}
	.dttdtlBox > .bc2box > .ws8{width:100%;padding-top:0;}
	.dttdtlBox > .bc2box > .ws8 > .bdl9{margin-left:0;border-left:none;}
	.dttdtlBox > .bc2box .show ul{float:none;width:100%;}
	.dttlistBox .table th{padding:5px 3px;}
	.dttlistBox .table td{padding:3px;}
	.dttlistBox .table .time{display:none;}
}


/** æ£€æµ‹ä¸­å¿ƒçš„å¼¹æ¡† **/
.dttcenBoxDownpDFtip .item{min-height:450px;}
.dttcenBoxDownpDFtip .score{font-size:90px;line-height:100%;}
.dttcenBoxDownpDFtip .aitem .icon{font-size:60px;font-family:Verdana;}
.dttcenBoxDownpDFtip .aitem .icon a{width:60px;height:60px;display:inline-block;padding:25%;}
.dttcenBoxDownpDFtip .aitem .icon a:hover{background:#666;}

.dttcenAddDownpDFtip{display:none;position:fixed;width:100%;height:100%;top:0;}
.dttcenAddDownpDFtip>div{min-width:300px;max-width:600px;margin-top:10%;}
.dttcenAddDownpDFtip .title{border-bottom:1px solid #999;position:relative;}
.dttcenAddDownpDFtip .title span{position:absolute;right:15px;top:10px;}

.dttdtlBox .show ul{float:left;width:50%;}
.dttdtlBox .show ul li{padding-left:30px;line-height:26px;}
.dttdtlBox .show ul li.anqun{background:url(icon_anquan.png) left center no-repeat;}
.dttdtlBox .show ul li.diwei{background:url(icon_diwei.png) left center no-repeat;}
.dttdtlBox .show ul li.gaowei{background:url(icon_gaowei.png) left center no-repeat;}
.dttdtlBox .show ul li span{padding-right:20px;}

@media (min-width:0px) and (max-width:899px){
	.dttlistBox .table .md5{display:none;}
}
@media (min-width:560px) and (max-width:799px){
	.dttcenBoxDownpDFtip > .ws4{width:50%;}
	.dttdtlBox > .bc2box > .ws4{width:50%;}
	.dttdtlBox > .bc2box > .ws8{width:50%;}
	.dttdtlBox > .bc2box > .ws8 > .bdl9{margin-left:0;}
	.dttdtlBox > .bc2box .show ul{float:none;width:100%;}
}
@media (min-width:0px) and (max-width:559px){
	.dttcenBoxDownpDFtip > .ws4{float:none;width:100%; margin-top:0;margin-bottom:30px;}
	.dttcenBoxDownpDFtip > .bc2box{margin:0;padding:15px;}
	.dttdtlBox > .bc2box > .ws4{width:100%;}
	.dttdtlBox > .bc2box > .ws8{width:100%;padding-top:0;}
	.dttdtlBox > .bc2box > .ws8 > .bdl9{margin-left:0;border-left:none;}
	.dttdtlBox > .bc2box .show ul{float:none;width:100%;}
	.dttlistBox .table th{padding:5px 3px;}
	.dttlistBox .table td{padding:3px;}
	.dttlistBox .table .time{display:none;}
}
hr {
	border: 0.5px dashed #bbb;
	color:#ccc;
}


progress
{
  display: inline-block;
  vertical-align: baseline;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ff0000;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

/** æ—¥å¿—ç®¡ç† **/
.setlogBox .log td{font-size:14px;}
.setlogBox .ajax td{padding:3px 10px;line-height:18px;}
@media (min-width:0px) and (max-width:799px){
	.settingBox > .bc2box{margin:0 15px;padding:15px;}
	.settingBox .sleft{float:none;width:100%;}
	.settingBox .sleft ul{overflow:hidden; margin-right:0;}
	.settingBox .sleft li{float:left; width:33.33%; margin-top:0;}
	.settingBox .sright{float:none;width:100%;border:none;margin-top:30px;padding:0 10px;}
	.settingBox .table th{padding:5px 3px;}
	.settingBox .table td{padding:3px;}
	.settingBox .table .time{ display:none;}
	.settingBox .table .inip{ display:none;}
	.setlogBox > .bc2box{margin:0;}
	.setlogBox .sright{padding:0;}
	.setlogBox .ajax td{padding:2px;}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1366px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.badge-icon{
	padding: 6px;
	color: #FFFFFF;
	border-radius: 5px;
}
.badge-icon img{
	max-width: 25px;
}
.new-version{
	background-color: #2086C1;
	font-size: 1rem;
	margin-left: 5px;
	
}
.old-version{
	background-color: #E64545;
	font-size: 1rem;
	margin-left: 5px;
}


.apptype{
	background-color: #797901;
	font-size: 1rem;
	margin-left: 5px;
}

.wzh_radio{
	font-size: 1rem;
	margin-right: 25px;
}
.wzh_check{
	display: none;
}
.wzh_radio .wzh_icon_checked{
	position: relative;
    display: inline-block;
    width: 16px;
    min-height: 16px;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
}
[class^="wzh_icon_"]:before, [class*="wzh_icon_"]:before{
	display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    width: 1em;
    margin: 0;
}
.wzh_radio .wzh_check:checked + .wzh_icon_checked:before {
    display: block;
    content: '\2714';
    color: #09BB07;
    font-size: 16px;
    line-height: 1;
}
.btn{
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
	border: 0;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}
.btn:hover{
	text-decoration: none;
}
.btn-default{
	background-color: #e1e1e1;
	color: #222;
}
.btn-default:hover{
	color: #222;
	background-color: #fff;
}
.btn-green{
	color: #e2e2e2;
	background-color: #5CB85C;
}
.btn-green:hover{
	background-color: #55A955;
	color: #ffffff;
}
.wzh_input{
	-webkit-appearance: none;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}
.wzh_input:focus,.wzh_input:hover{
	outline: none;
	border-bottom: 2px solid #5AB8FB;
}
::-webkit-input-placeholder { 
	color:#ababab; 
}
::-moz-placeholder { 
	color:#ababab; 
} /* firefox 19+ */
:-ms-input-placeholder { 
	color:#ababab; 
} /* ie */
input:-moz-placeholder { 
	color:#ababab; 
}
.btn-danger{
	background-color: #F44336;
	color: #fff;
}
.btn-danger:hover{
	background-color: #D2392E;
}
.btn-success{
	background-color: #1A4441;
	color: #fff;
}
.btn-success:hover{
	background-color: #296560;
}
.btn-primary{
	background-color: #1a4441;
	color: #fff;
}
.btn-primary:hover{
	background-color: #2d7570;
}
.btn-green{
	background-color: #3F9242;
	color: #fff;
    width: 85px;
}
.btn-green:hover{
	background-color: #4CAF50;
    width: 85px;
}
.btn-yellow{
	background-color: #FFC107;
	color: #fff;
    width: 85px;
}
.btn-yellow:hover{
	background-color: #DCA709;
    width: 85px;
}
.btn-purple{
	background-color: #673AB7;
	color: #fff;
    width: 85px;
}
.btn-purple:hover{
	background-color: #9C27B0;
    width: 85px;
}
.btn-grey{
	background-color: #A0A0A0;
	color: #fff;
  width: 85px;
}
.btn-grey:hover{
	background-color: #b1b1b1;
    width: 85px;
}
.layout:after{
	display: block;
	content: "";
	clear: both;
}
.header .menuBox li a,.header .menuBox li a i{
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	line-height: 1.4;
}
.header .menuBox li a:hover{
	background-color: #1E4761;
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.brand-text{
	margin: 20px 0;
	font-size: 1.4rem;
	font-weight: normal;
}
.row:after{
	display: block;
	content: "";
	clear: both;
}
#uploadmain div{
	color: #777777;
	font-size: .9rem;
}
#uploadmain p{
	color: #777777;
	font-size: 1rem;
}
#uploadmain .row{
	margin-bottom: 10px;
}
#uploadmain .row input{
	width: 100%;
	padding: 5px;
}
.appear-block{
	position: relative;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	opacity: 0;
}
.highline{
	color: #fff;
	transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
}
.highline:hover{
	color: #2086C1;
	cursor: pointer;
}
.appear-from-center{
	animation: appearcenter .5s forwards ease-in-out;
	-webkit-animation: appearcenter .5s forwards ease-in-out;
	-moz-animation: appearcenter .5s forwards ease-in-out;
}
@-webkit-keyframes appearcenter{
	from{
		opacity: 0;
		transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	to{
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes appearcenter{
	from{
		opacity: 0;
		transform: scale(.5);
		-moz-transform: scale(.5);
	}
	to{
		opacity: 1;
		transform: scale(1);
		-moz-transform: scale(1);
	}
}
@keyframes appearcenter{
	from{
		opacity: 0;
		transform: scale(.5);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}
.model-header{
	background-color: #224F6B !important;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.model-header h3{
	font-size: 1.4rem;
	margin: 10px 0;
}
.model-body{
	background-color: #fff;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
}
.model-body p{
	margin: 5px;
	font-size: 1rem;
}
.model-body select{
	font-size: 1rem;
}
.model-body .row:last-child{
	margin-top: 20px;
}
.center-block{
	display: block !important;
	margin: 0 auto;
}
.center-block .head-ul {
	width: 100% !important;
	padding: 10px 0 0 0;
	margin: 0px;
	list-style: none;
}
.center-block .head-ul li {
	width: 30%;
	float: left;
	margin: 0px 5px;
	padding: 5px !important;
	text-align: center;
	font-size: 18px;
}
.center-block .head-ul li:hover {
	background: none;
}
.normal-text{
	font-size: 1rem;
	padding: 5px;
}
.h3{
  font-size: 2rem;
}
.h4{
	font-size: 2rem;
}
.block-content{
    padding: 15px;
    position: relative;
}
.data-content{
	min-height: 300px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(28, 31, 33, 0.8);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.row h3{
	font-size: 1.5rem;
}
.row h2{
	font-size: 3rem;
}
/*.row h2 .small{
	font-size: .8;
}*/
.small-title{
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 1.5rem;
	font-weight: 300;
}
.distribution-list{
	font-size: 1.5rem;
}
.distribution-list li:after{
	display: block;
	content: "";
	clear: both;
}
.progress-wrapper{
	position: relative;
	padding-right: 70px;
}
.progress-wrapper:after{
	display: block;
	content: "";
	clear: both;
}
.progress-wrapper .percent-num{
	position: absolute;
	top: 0;
	right: 0;
}
.cust-progress{
	min-height: 10px;
	border-left: 1px solid #e1e1e1;
	float: left;
	margin: 12px 0;
}
.red-progress{
	background-color: #F44336;
}
.blue-progress{
	background-color: #03A9F4;
}
.green-progress{
	background-color: #009688;
}
.danger{
	color: #F44336;
}
.table{
	width: 100%;
	word-break:break-all;
	margin-bottom: 20px;
}
.table_scroll_wrapper{
	overflow-x: auto;
	width: 100%;
}
.table-scroll{
	min-width: 1024px;
}
.toggle-btn{
  position: relative;
  width: 115px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  border-radius: 3px;
  display: block;
}
.iconnew{
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
}
.arrow-down:after{
  content: "\25BA";
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
}
.list-btn{
  display: none;
  position: absolute;
  margin-top: 5px;
  left: 0;
  z-index: 10;
  background-color: #1d8221;
  width: 105px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list-btn:after{
  display: block;
  content:"";
  clear: both;
}
.list-btn li a{
  display: block;
  color: #ffffff;
  width: 100%;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
.success-state .list-btn li a{
  background-color: #239028;
  border-bottom: 1px solid #437d00;
}
.success-state{
  background-color: transparent;
  color: #57c55b;
  cursor: pointer;
}
.success-state:hover{
  color: #64dc68;
}
.success-state .iconnew{
  border-left: 1px solid #239028;
}
.fail-state .list-btn li a{
  background-color: #848484;
  border-bottom: 1px solid #8a8a8a;
}
.fail-state{
  background-color: transparent;
  color: #9E9E9E;
  cursor: pointer;
}
.fail-state a{
	cursor: pointer;
}
.fail-state .iconnew{
  border-left: 1px solid #868686;
}
.checking-state .list-btn li a{
  background-color: #9E9E9E;
  border-bottom: 1px solid #909090;
}
.checking-state{
  background-color: #616161;
  color: #ffffff;
}
.checking-state .iconnew{
  border-left: 1px solid #4c4c4c;
}
.ready-state .list-btn li a{
  background-color: #cebc21;
  border-bottom: 1px solid #FFC107;
}
.ready-state{
  background-color: #ccab09;
  color: #ffffff;
}
.ready-state .iconnew{
  border-left: 1px solid #e2b924;
}
.toggle-btn:hover .list-btn{
  display: block;
}
.toggle-btn:hover .arrow-down:after{
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
}
.state-group{
  margin-left: 5px;
}
.state-group:first-child{
	margin-left: 0;
}
.state-group p{
	position: relative;
  	margin-bottom: 5px;
}
.state-group span{
  display: block;
  padding: 4px 8px;
  border-radius: 5px;
}
.state-group p .hover_tips{
	cursor: pointer;
	position: absolute;
	left: -25px;
	top: 0;
}
.tips_box{
	display: none;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	box-shadow: 1px 1px 3px rgba(10,10,10,.3);
	font-style: normal;
	font-size: 12px;
	color: #080808;
	padding: 5px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 40px;
	width: 290px;
	min-height: 30px;
}
.tips_box small{
	position: relative;
	z-index: 2;
	font-size: 1rem;
}
.tips_box:after{
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	top: -10px;
	left: 5px;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	z-index: 1;
}
.hover_tips:hover .tips_box{
	display: block;
}
.state-group .red{
	cursor: pointer;
  	background-color: #fe0000;
}
.state-group .false{
	cursor: pointer;
  	background-color: #9e9e9e;
}
.state-group .yellow{
	cursor: pointer;
  	background-color: #d49506;
}
.state-group .green{
	cursor: pointer;
  	background-color: #4CAF50;
}
.clearfix{
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.center-text{
  text-align: center;
}
.content_wrapper{
	max-width: 800px;
	width: 100%;
}
.content_group{
	width: 100%;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,.1);
	min-height: 200px;
  max-height: 500px;
  overflow-y:auto;
}
.h2{
	font-size: 1.6rem;
}
.h4{
	font-size: 1.2rem;
}
.group_title{
	padding: 10px 15px;
	border-bottom: 1px solid #848484;
}
.group_title span{
	font-size: 12px;
	color: #ff0000;
}
.black_table{
	width: 100%;
	border-collapse:collapse; 
	border-spacing:0; 
}
.black_table thead tr th{
	border-bottom: 1px solid #222222;
	padding: 10px 5px;
    vertical-align:middle;
}
.black_table tbody tr td{
	border-bottom: 1px solid #222222;
	padding: 5px 15px;
	vertical-align:middle;
	border-left: 1px solid #222222;
  width: 50%;
}
.black_table tbody tr td:first-child{
	border-left: 0;
}
.table_center tbody tr td{
	text-align: center;
}
.noborder_table tbody tr td{
	padding: 8px 0px;
	border-bottom: 0;
	border-left: 0;
	text-align: center;
	border-bottom: 1px solid #4e4e4e;
	font-size: 14px;
}
.noborder_table tbody tr:nth-child(odd){
	background: rgba(0,0,0,.4)
	}
.noborder_table thead tr th{
	border-bottom: 1px solid #00000;
	padding: 10px 5px;
}
.red_color{
	color: #F44336 !important;
}
.green_color{
	color: #8BC34A !important;
}
.blue_color{
	color: #9cc9f2 !important;
}
.orange_color{
	color: #f09a43 !important;
}
.pink_color{
	color: #ceb1eb !important;
}
.progress_box{
	height: 10px;
	width: 100%;
	background-color: transparent;
	display: block;
	padding-right: 50px;
	margin-top: 5px;
}
.progress_box:after{
	display: block;
	content: "";
	clear: both;
}
.progress_bar{
	max-width: 80%;
	width: 100%;
	height: 10px;
	display: inline-block;
	transition: width .5s linear;
	-webkit-transition: width .5s linear;
	float: left;
}
.progress_bar:after{
	display: block;
	content: "";
}
.progress_num{
	float: left;
    font-size: .5rem;
    line-height: .7;
    margin-left: 10px;
}
.green_bar{
	background-color: #8BC34A;
}
.red_bar{
	background-color: #F44336;
}
.blue_bar{
	background-color: #9cc9f2;
}
.orange_bar{
	background-color: #f09a43;
}
.pink_bar{
	background-color: #ceb1eb;
}
.wistry_tabs{
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.wistry_tabs:after{
  display: block;
  content: "";
  clear: both;
}
.wistry_tabs li{
  float: left;
  cursor: pointer;
  padding: 5px 10px;
}
.wistry_tabs li.active{
  background-color: #224F6B;
}
.wistry_tabs li:hover{
  color: #e1e1e1;
}
.tabs-content{
  display: none;
}
.show{
  display: block;
  position: relative;
}
.level_intro{
  width: 100% !important;
  padding-left: 0;
}
.level_intro li{
  float: left;
}
.level_intro li:first-child{
  padding-left: 0 !important;
}
.level_intro:after{
  display: block;
  content: "";
  clear: both;
}
.wrapper{
	width: 80%;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.black_box{
	min-width: 270px;
	background-color: rgba(0,0,0,.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	color: #FFFFFF;
	margin-bottom: 30px;
}
.border_radius{
	border-radius: 10px;
}
.upload_btn{
	display: block;
	width: 100%;
	min-height: 410px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.box_items{
	min-height: 440px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.box_items .block-content{
}
.head-info img{
	max-width: 100%;
	height: auto;
}
.btn_dark_green{
	background-color: #1a4441;
	padding: 10px 10px;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
}
.col-3{
	width: 24%;
	margin-bottom: 10px;
}

.bottom_btn_group{
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}
.scroll_table{
	width: 100%;
	overflow-x: auto;
}
@media only screen and (min-width: 1561px) and (max-width: 1920px) {
	.btn_dark_green{
		font-size: 18px;
	}
	.col-3:nth-child(2){
		margin-left: 10px;
		margin-right: 10px;
	}
	.state-group span{
		font-size: 20px;
	}
	.state-group p{
		font-size: 20px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1561px) {
	.btn_dark_green{
		font-size: 18px;
	}
	.col-3:nth-child(2){
		margin-left: 10px;
		margin-right: 10px;
	}
	.state-group span{
		font-size: 16px;
	}
	.state-group p{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
	.btn_dark_green{
		font-size: 18px;
	}
	.col-3:nth-child(2){
		margin-left: 10px;
		margin-right: 10px;
	}
	.state-group span{
		font-size: 14px;
	}
	.state-group p{
		font-size: 14px;
	}
}
@media only screen and (min-width:768px) and (max-width: 1365px) {
	.btn_dark_green{
		font-size: 12px;
	}
	.col-3:nth-child(2){
		margin-left: 5px;
		margin-right: 5px;
	}
	.state-group span{
		font-size: 18px;
	}
	.state-group p{
		font-size: 18px;
	}
	.icon_text{
		display: none;
	}
}
@media only screen and (max-width:767px){
	.state-group span{
		font-size: 16px;
	}
	.state-group p{
		font-size: 16px;
	}
}
.text-center{
	text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 15px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-top: 10px;
}
.input-group .input-group-btn {
    cursor: pointer;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #FFFFFF;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.input-group-file .btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: 0;
    cursor: pointer;
    opacity: 0;
}
.input-group-file .btn-file i{
	line-height: 1.4;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group .form-control {
    height: 36px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.fa-upload:before {
    content: "\f093";
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.eth_modal_wrapper{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.eth_modal_body{
	position: absolute;
	max-width: 650px;
	width: 100%;
	top: 35%;
	left: 50%;
	background-color: #FFFFFF;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 1px 3px rgba(255,255,255,.5);
}
.eth_head{
	border-bottom: 1px solid #E1E1E1;
	color: #080808;
	font-size: 1.4rem;
	position: relative;
}
.eth_head .eth_option{
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}
.eth_head h3{
	padding: 10px 15px;
}
.eth_modal_content{
	padding: 15px;
	color: #080808;
}
.eth_modal_content .table{
	color: #080808;
}
.btn-border-white{
	border: 1px solid #080808;
	background-color: #FFFFFF;
	color: #080808 !important;
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
}
.btn-border-white:hover{
	background-color: #E1E1E1;
}
.table-gray{
	border-spacing: 0;
}
.table-gray td{
	border-bottom: 1px solid grey;
	padding: 5px 10px;
}
.table-gray tr:hover{
	background-color: rgba(255,255,255,.2);
}
.table_title{
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.row:after{
	display: block;
	clear: both;
	content: "";
}
.download_report{
	display: block;
	text-align: center;
	color: #080808;
	padding: 15px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}
.download_report svg{
	max-width: 97px;
	margin-left: auto;
	margin-right: auto;
	transition: fill .2s;
	-webkit-transition: fill .2s;
	-moz-transition: fill .2s;
	fill: #080808;
}
.download_report:hover{
	background-color: #f7f7f7;
	color: #2196F3;
	text-decoration: none;
}
.download_report:hover svg{
	fill: #2196F3;
}
.a_blue_color:hover{
	color: #2196F3;
}
.fail_tips{
	padding: 15px;
}
.circle{
	display: block;
	background-color: #E1E1E1;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 15px;
}
.green_circle{
	background-color: #4caf50;
}
.red_circle{
	background-color: #b13228;
}
.css-input input {
    position: absolute;
    opacity: 0;
}
.switch.switch-sm {
    margin: 8px 0 7px;
    font-size: 12px;
}
.css-input {
    position: relative;
    display: inline-block;
    margin: 2px 0;
    font-weight: 400;
    cursor: pointer;
}
.css-input input + span {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}
.switch input + span {
    width: 54px;
    height: 30px;
    background-color: #c3c3c3;
    border-radius: 30px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.switch.switch-sm input + span {
    width: 36px;
    height: 20px;
}
.switch input + span:after {
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}
.switch.switch-sm input + span:after {
    width: 16px;
}
.css-input input + span:after {
    position: absolute;
    content: "";
}
.switch input:checked + span:after {
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}
.switch.switch-sm input:checked + span:after {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.switch-default input:checked + span {
    background-color: #4CAF50;
}
.btn-disabled{
	cursor: not-allowed;
	pointer-events: none;
	background-color: #9e9e9e;
}
.running{
	cursor: default;
	pointer-events: none;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } 
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } 
}
.ball-scale-multiple {
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    display: block;
}
.ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.icon_text{
	float: none !important;
}
#filelistcontent{
	max-height: 240px;
    overflow-y: auto;
}
.loading-wrapper{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(255,255,255,.6);
	color: #333333;
	display: none;
	text-align: center;
	z-index: 999;
}
.loading-box{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.tar:after{
	display: block;
	clear: both;
	content: "";
}
select.bcn{
	background-color:#000000 !important;
}
.model-body select.bcn{
	background-color:#ffffff !important; 
}

.table-sty {
	width: 100%;
	padding: 0px;
	background: #121212;
	margin: 0px;
	border: 1px solid #3f3f3f;
	        border-radius: 5px;
	     -o-border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.table-sty th {
	color: #ffffff;
	background: #434343;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #333333;
	
}
.table-sty td {
	font-size:14px;
	color: #f2f2f2;
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #333333;
}
.table-sty tr:nth-child(odd){
	background: #202020;
}
.table-sty tr:hover {
	background: #2b2b2b;
}
.table-sty tr:nth-child(odd):hover{
	background: #2b2b2b;
}
.safety {
	width: 100% !important;
	text-align: center;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
.safety li{
	float: left;
	width: 23%;
	margin: 10px 5px;
	padding: 15px 10px !important;
	text-align: center;
	color: #ffffff;
	        border-radius: 5px;
	     -o-border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        box-shadow: 3px 0px 5px rgba(0,0,0,0.3), 0px 3px 5px rgba(0,0,0,0.3);
	     -o-box-shadow: 3px 0px 5px rgba(0,0,0,0.3), 0px 3px 5px rgba(0,0,0,0.3);
	   -moz-box-shadow: 3px 0px 5px rgba(0,0,0,0.3), 0px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,0.3), 0px 3px 5px rgba(0,0,0,0.3);
	
}
.safety li>span {
	font-size: 24px;
	padding: 0px 5px !important;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.table-sty {
		min-width: 500px;
		overflow-y: auto;
	}
	.safety li {
		width: 45%;
	}
}

.box-left {
	width: 75%;
	float: left;
	padding: 10px 5px;
}
.box-left .box-left-main {
	width: 100%;
	/*background: #f4f4f4;*/
	border-radius:         5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	min-height: 160px;
	max-height: 218px;
}
.box-left .box-left-main .box-ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	box-sizing: border-box;
	max-height: 500px;
}
.box-left .box-left-main .box-ul li {
	padding:2px 10px 2px 5px;
	margin: 4px 0px;
	width: 33.33%;
	///*color: #353535;*/
	text-align: left;
	font-size: 14px;
	border-right: 3px solid #e5e5e5;
}
/*.box-left .box-left-main .box-ul li:hover {
	background: #e8e8e8;
}*/
.box-ul .numborder{
	position: relative;
	height: 50px;
	width: 50px;
	padding: 0px 5px !important;
	margin: 0px 3px 0px 10px;
	font-size: 12px;
	background: #f55252;
	border-radius: 50%;
	color: ffffff;
}
.box-ul .appname {
	display: inline-block;
	text-align: right;
	width: 80%;
}
.box-left .box-left-main .more-p {
	margin: 5px 0px;
	font-size: 14px;
	padding-right: 15px;
	text-align: right;
}
.box-right {
	width: 25%;
	float:left;
	padding: 10px 5px;
}
.box-right .box-right-main {
	position: relative;
	width: 100%;
	padding-top: 35px;
	border-radius:         5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	text-align: center;
	/*background: #f4f4f4;*/
	min-height: 180px;
	max-height: 205px;
}
.box-right .box-right-main p {
	position: relative;
	top: -85px;
	margin: 10px 0 0 0;
	/*/*color: #353535;*/*/
	font-size: 14px;
	text-align: center;
}

.more {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.more-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 99;
}
.more-box {
	color:#000000;
	position: relative;
	width: 50%;
	top: 140px;
	max-height: 500px;
	overflow: auto;
	margin: 0 auto 0px auto;
	padding: 15px;
	border-radius: 5px;
	background: #ffffff;
	z-index: 101;
	opacity: 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.move {
	top: 170px;
	opacity: 1;
}
.box-off {
	float: right;
	color: #464646;
	cursor: pointer;
}
.more-box .box-ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	max-height: 190px;
	overflow: hidden;
}
.more-box .box-ul li {
	padding:2px 10px 2px 5px;
	margin: 4px 0px;
	width: 25%;
	/*color: #353535;*/
	text-align: left;
	font-size: 14px;
	border-right: 3px solid #e5e5e5;
}
.more-box .box-ul li:hover {
	/*background: #e8e8e8;*/
}

















