/** 滚动条 **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow-y      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  background : transparent;
  position   : absolute;
  width      : 1px;
  right      : 2px;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .1s;
  -moz-transition       : .1s;
  -o-transition         : .1s;
  -ms-transition       : .1s;
  transition            : .1s;
  -o-border-radius    : 5px;
  -ms-border-radius    : 5px;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #e7e7e7;
  position              : relative;
  margin                : 0;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
/**修改bootstrap弹窗**/
.jconfirm .jconfirm-box div.title {
    font-size: 16px;
    font-weight: 500;
}
.jconfirm .jconfirm-box div.content {
    color: #515a6e;
}
.jconfirm.white .jconfirm-box .buttons button {
    font-size: 12px;
    font-weight: 400;
    background-color: #2d8cf0;
    line-height: 18px;
}
.jconfirm.white .jconfirm-box .buttons button:hover{
	 background-color: #5cadff;
	 color: #ffffff;
}
.jconfirm.white .jconfirm-box .buttons button:active,.jconfirm.white .jconfirm-box .buttons button:focus{
	border:0 none;
	outline: 0;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default{
	 background-color: #ececec;
	 color: #515a6e;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default:hover{
	background-color: #ececec;
	color: #515a6e;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default:first-child {
    background-color: #2d8cf0;
    color: #ffffff;
}
.jconfirm.white .jconfirm-box .buttons button.btn-default:first-child:hover{
	  background-color: #2d8cf0;
    color: #ffffff;
}
/**修改输入框查询下拉**/
.ui-menu {
    border: 1px solid #2d8cf0;
    border-radius: 4px;
    background-color: #ffffff;
    min-height: 24px;
}
.ui-menu .ui-menu-item {
    color: #515a6e;
    line-height: 22px;
    padding: 4px 2px;
}
.ui-menu .ui-menu-item-wrapper{
	padding:0;
}
.ui-menu .ui-menu-item:hover{
	color: #2d8cf0;
	top:0;
	left:0;
	width:100%;
	/*padding: 4px 10px;*/
}
.ui-menu .ui-menu-item-wrapper:hover,.ui-menu:hover{
	top:0;
	left:0;
	padding:0;
}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active
{margin:0px}
/**********************************************/
@media screen and (max-width: 1400px) {
	.public-table .bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .public-table .bootstrap3 .fixed-table-toolbar .columns-right {
    margin-top: 10px!important;
    margin-bottom: 8px!important;
  }
  .public-paging, .fixed-table-pagination {
	    margin-top: 16px;
	}
	.table-slot >a {
	    display: inline-block;
	    max-width: 70px;
	    word-wrap: break-word;
	    word-break: break-all;
	}
	.slot-icon {
		position: absolute;
		top:0;
		right: 0;
	}
	.examine_reslut_top i {
    width: 346px;
    background-size: 346px 1px;
	}
	.reslogo {
	    margin-right: -260px;
	    width: 260px;
	}
	.reslogoimg {
	    margin-left: 36px;
	}
	.resitem{
		padding-left: 260px;
		padding-right: 370px;
	}
	.resitem_downword {
	    right: 130px;
	}
	.scoring-criteria{
		right:172px;
	}
	.pub_back_2 ,.pub_down_2,.pub_scroll{
    font-size: 12px;
  }
  .public_loseIcon {
	    width: 199px;
	    height: 100px;
	    background: url(../images/lose_icon_small.gif);
	}
	.lose-show {
	    margin-top: -132px;
	}
	.error-show {
    margin-top: -144px;
  }
  
  .layhead_1 .public-input {
	    width: 200px;
	}
	.public-screen-div .public-timeinput {
	    width: 250px;
	}
	.public-screen-div .public-timeinput>input {
	    width: 110px;
	}
	.public-screen-div .public-timeinput>input:first-child {
	    width: 116px;
	}
	
	.neg_h_i span {
	    width: 141px;
	    height: 182px;
	    background:url(../images/h_ibg2.png);
	}
  .neg_h_i span img {
	    width: 110px;
	    height: 132px;
	}
	.neg_h_m{
		top:138px;
		width:50px;
		height: 69px;
		background:url(../images/neg_h_m2.png);
	}
	
}
@media screen and (max-width: 1200px) {
	.public-cardlist .col-sm-3 {
	    width: 50%;
	}
	.subpage-card-cardlist .col-sm-3 {
	    width: 50%;
	}
	.examine_reslut_top i {
    width: 246px;
    background-size: 246px 1px;
	}
	
	.reslogo {
	    margin-right: -220px;
	    width: 220px;
	}
	.reslogoimg {
	    margin-left: 16px;
	}
	.resitem{
		padding-left: 220px;
		padding-right: 280px;
	}
	.resitem_downword {
	    right: 60px;
	}
	.resitem_list_child {
	    padding-right: 16px;
	}
	.scoring-criteria{
		right:130px;
	}
	.neg_h_i span {
	    width: 130px;
	    height: 168px;
	    background:url(../images/h_ibg3.png);
	}
  .neg_h_i span img {
	    width: 100px;
	    height: 120px;
	}
	.neg_h_m{
		top:138px;
		width:45px;
		height: 62px;
		background:url(../images/neg_h_m3.png);
	}
}
@media screen and (max-width: 1100px){
	.scoring-criteria{
		right:100px;
	}
}
