@charset "utf-8";
html{background:#fff;overflow:auto;height: 100%;}
body{min-width: 1200px;color: #333;font-family: "Microsoft Yahei";height: 100%;font-size: 13px;}
a{ text-decoration:none; cursor:pointer; outline: 0 none;font-weight: normal;}
a:hover{ text-decoration:none!important;}
a:focus{-moz-outline-style:none; border:0px;blr:expression(this.onFocus=this.blur());}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0;}
header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
ol,li,ul,dl,dt,dd{list-style:none;}
fieldset,img {border:0}
img {max-width: 100%}
button,submit,input,select { vertical-align:middle;}
button,submit { cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:lighter;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
select,button{font-family:inherit; font-size:inherit; font-weight:inherit; outline-style:none; outline-width:0pt; padding: 0; margin: 0;}
b,em,i{display:inline-block; font-weight:normal; font-style:normal;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix{ zoom:1;}
.container { width:1200px; position:relative; margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.v_m{
	position: relative;top: 50%;transform: translateY(-50%);
}
[v-cloak] {
	display: none;
}

input{
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #555;
}

input[type=radio] {
    border: none;
}

.no-events {
    pointer-events: none;
}

.message{
  position: fixed;
  top: 40%;
	/* border-radius: 2px;
	border: 1px solid #ccc;
	color: #555; */
}

.btn{
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}

/*
 * 下拉样式
 */
.dropdown{
	position: relative;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.dropdown-toggle{
	display: inline-block;
	position: relative;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dropdown-toggle>i{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}
.dropdown-menu{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>span{
	position: absolute;
	z-index: 1000;
}
.dropdown-menu ul{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.dropdown-menu li{
	width: 100%;
	padding: 0 20px;
	cursor: pointer;
	box-sizing: border-box;	
	text-align: left;
}

/*弹出框样式*/
.fancybox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1999;
	overflow: auto;
}

.fancybox-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	border: 8px solid #DAECF6;
	background: #fff;
	color: #444;
}

.fancybox-inner{
	width: 600px;
	height: 400px;
	border: 1px solid #708d9f;
	overflow: auto;
}

.fancybox-inner h2{
	width: 100%;
	height: 55px;
	padding: 14px 20px 0;
	color: #0096e7;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
    background: url(../images/modal-bg.gif) repeat-x scroll 0 -15px transparent;	
}

.fancybox-inner h2 span{
	font-size: 12px;
	font-weight: 600;
	color: #999;
}

.fancybox-close{
	position: absolute;
	top: -25px;
	right: -25px;
	width: 36px;
	height: 36px;
	background: url(../images/fancybox_close.png) no-repeat;
}

/*状态*/
.survey-state{
	position: relative;
	width: 120px;
	height: 25px;
	margin: 0 auto;	
}

.survey-state>div{
	position: absolute;
	top: 0;
	width: 120px;
	border: 1px solid #eff2f7;
	border-radius: 3px;
	background: #fff;
}

.survey-state>div>a{
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-size: 12px;
	color: #8392a5;
	text-align: left;
	box-sizing: border-box;
}

.survey-state>div>a:hover{
	color: #0096e7;
}

/*状态显示样式*/
.survey-state>div>a>span{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	border-radius: 50%;
	background: #fec9c9;
}

.survey-state>div>a>span>i{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fd4b4b;
}

/*状态显示进行中样式*/
.survey-state>div>a>.surveyStateOn{
	background: #d5f1d8;
}

.survey-state>div>a>.surveyStateOn>i{
	background: #74d17d;
}

/*状态显示完成样式*/
.survey-state>div>a>.surveyStateComplete{
	background: #d1dbe5;
}

.survey-state>div>a>.surveyStateComplete>i{
	background: #aaa;
}

.survey-state>div>i{
	position: absolute;
	top: 7px;
	right: 10px;
	color: #51c4fa;
	font-size: 12px;
	cursor: pointer;
}

/*
 * 分页样式
 */
.survey-page{
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.survey-page>li{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #337ab7;
  font-size: 12px;
  cursor: pointer;
}

.survey-page>li i{
  line-height: 30px;
}

.survey-page>li:hover{
  background: #0096e7;
  color: #fff;
}

.survey-page>.page-current{
  background: #0096e7;
  color: #fff;
}


/*二级返回按钮*/
.second_back{
  width: 80px;
  height: 30px;
  background: #8392a5;
  float: right;
  margin-top: 10px;
}
.second_back .icon-back{
  margin-right: 8px;
  color: #fff;
}

/*返回按钮*/
.btn_back{
  width: 150px;
  height: 50px;
  background: #8392a5;
}
.btn_back .icon-back{
  margin-right: 8px;
  color: #fff;
}

.audio_data{
  width: 100%;
  border-radius: 5px;
  background: #FFFFFF;
  color: #8392a5;
  text-align: center;
  border: 1px solid #F2F5F5;
  background: #F2F5F5;
  table-layout: fixed;
  overflow: hidden;
}
.audio_data th{
  color: #fff;
  background: #4a5768;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.audio_data tr{
  height: 50px;
  background: #fff;
} 
.audio_data td,.audio_data th{
  overflow: hidden;
  min-width: 60px;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 32px;
  border: 1px dashed #E5E9F2;
  border-collapse: collapse;
  position: relative;
}
.data_main span{
  cursor: pointer;
}
.data_bar_l,.data_bar_r{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.data_bar_l{
  width: 13px;
  height: 14px;
  left: 25px;
  background-size: 100%,100%;
}
.data_bar_r{
  width: 6px;
  height: 10px;
  right: 20px;
  background-size: 100%,100%;
}
.data_main:hover{
  background: #f8f9fb;
}
.data_main:hover .data_main_last a{
  color: #FF4444;
}

/*select-下拉框样式修改*/
.el-scrollbar{
  max-width: 600px;
}

.el-scrollbar .el-select-dropdown__item span{
  display: inline-block;
  padding-right: 14px;
  width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*select多选-标签样式修改*/
.el-tag--small{
  float: left;
}

.el-tag--small:nth-child(1){
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-tag--small span{
  display: inline-block;
  width: 100%;
}

/* 禁用user */
.user-forbiden{
	color: red;
}

/* 覆盖element-ui的样式 */
body .el-select-dropdown__item {
    text-overflow: clip;
}
