.managementRoute .layui-table-cell{
  text-align: center;
}
.managementRoute .layui-form-label{
  width:90px;
}
.managementRoute .layui-input-block{
  margin-left: 130px;
}
.my-dailog::-webkit-scrollbar {
  width:10px;
  height:20px;
}

.my-dailog .-o-scrollbar{
  -moz-appearance: none !important;   
  background: rgba(0,255,0,0) !important;  
}

.my-dailog{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.my-dailog::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ccc;
}/* 滚动条的滑轨背景颜色 */
.my-dailog::-webkit-scrollbar
{
  width: 15px;
  background-color: #ccc;
}

.my-dailog::-webkit-scrollbar-thumb
{
  background-color: #999696;
}/* 滑块颜色 */


.dailog-download{
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 150px;
  margin-left: -150px;
  margin-top: -75px;
}
.dowm-load p{
  margin: 10px 20px;
}
.dowm-load p a{
  text-decoration: underline;
}
.dailog-title{
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.my-dailog-box {
  width: auto;
  margin: 0 auto;
}

.my-dailog .dailog-title .my-dailog-close{
  position: absolute;
  right: 50px;
  top:0;
  width: 20px;
  cursor: pointer;
}
.my-dailog .dailog-content{
  padding-right: 15px;
}
.my-table {
  width: 350px;
  text-align: center;
}
.my-table td{
  height: 34px;
}
.upload-content{
  float: right;
}
.my-details-table{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

pre{
	text-align:left
}
.my-details-table td{
  height: 60px;
  min-height: 60px;
  word-break: break-word;
}
.my-details-table td.bgc_ccc{
  background-color: #ccc;
  width: 10%;
}
/* .laytable-cell-1-6{
  width: 178px !important;
} */

.exam-input{
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: middle;
  margin-right: 10px;
}
#examTableBox .layui-form{
  margin: 10px auto;
}
#examTableBox .layui-form .layui-table{
  width: 100% !important;
}
.managementRoute .layui-table-cell{
 /* white-space: inherit;
  overflow: auto;
  height: auto;
  text-align: center;*/
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}
