﻿@charset "UTF-8";
/*后台外部结构框架*/
.topBar {
  height: 50px;
  background-color: #53D9D4;
  position: relative;
  z-index: 1030;
}

.topBar .topBar_left {
  float: left;
  position: relative;

}

.topBar .topBar_right {
  float: right;
}

.topBar .topBar_btn {
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  border-left: #36c5c0 1px solid;
  display: block;
  line-height: 50px;
}

.topBar .topBar_btn:hover {
  background-color: #36c5c0;
  /*background-color: #007ede;*/
}

.topBar .topBar_btn.topBar_link_btn {
  background:url("../../images/admin/logo_icon.png") no-repeat center center / 100%;
  background-color: #53D9D4;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}

.topBar .service_show {
  padding: 10px;
  white-space: nowrap;
}

.topBar_login {
  position: relative;
}

.topBar_login ul {
  width: 100%;
}

.topBar_login li {
  height: 40px;
  line-height: 40px;
  text-indent: 2em;
}

.topBar_login li a {
  color: #333;
}

.topBar span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.topBar_nav .drop_down_show {
  padding: 10px;
}

.serviceList_box {
  color: #999;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.serviceList_box h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
}

.serviceList_box .topbar_box ul {
  margin-top: 10px;
}

.serviceList_box .topbar_box li {
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  min-width: 180px;
  cursor: pointer;
}

.serviceList_box .topbar_box li a {
  display: block;
  padding: 0 10px;
}

.serviceList_box .topbar_box li span {
  vertical-align: middle;
}

.serviceList_box .topbar_box li span.Iconimg {
  font-size: 16px;
}

.serviceList_box .topbar_box li span.txt {
  padding-left: 5px;
}

.serviceList_box .topbar_box li:hover {
  background-color: #f2f2f2;
}

.serviceList_box .linebox {
  border-top: 1px solid #f2f2f2;
  margin: 10px 0;
}

.topBar .help_box {
  width: 100%;
}

.topBar_phone span {
  font-size: 15px;
  padding-right: 3px;
  padding-bottom: 2px;
}

.topBar_search span {
  font-size: 16px;
  padding-right: 5px;
}

.topBar_task span, .topBar_notice span {
  display: inline-block;
  font-size: 15px;
}

.topBar_notice .notice_num_style, .topBar_task .task_num_style {
  padding: 2px 5px;
  display: inline-block;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
  margin: 0 5px;
  font-size: 12px;
}

.topBar_notice .notice_num_style {
  background-color: #ff9900;
}

.topBar_task .task_num_style {
  background-color: #ff9900;
}

.search_box {
  height: 40px;
  border: 2px solid #018fbf;
  position: absolute;
  right: -1px;
  overflow: hidden;
}

.search_box li {
  position: relative;
}

.search_box .input {
  width: 250px;
  outline: none;
  line-height: 40px;
  border: none;
  margin-right: 30px;
  display: block;
  padding-left: 5px;
}

.search_box .search_btn {
  position: absolute;
  width: 34px;
  height: 36px;
  right: 0px;
  top: 0;
  color: #018fbf;
  line-height: 36px;
  text-align: center;
}

.notice_box {
  width: 440px;
  position: absolute;
  right: 0;
}

.notice_header {
  background-color: #eaedf1;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
}

.notice_list li, .help_list li {
  border-bottom: 1px solid #eaedf1;
}

.notice_list li:hover {
  background-color: #f9f9f9;
}

.notice_list a {
  color: #333;
  padding: 10px;
  display: block;
}

.notice_list span {
  display: inline-block;
  font-size: 12px;
}

.notice_list span.notice_h1 {
  display: block;
  color: #06c;
}

.notice_list_R {
  float: right;
  padding: 8px 0;
  text-align: center;
}

.notice_list_name {
  background-color: #eaedf1;
  height: 24px;
  line-height: 24px;
  display: block;
  padding: 0 10px;
  border-radius: 3px;
}

.notice_footer_link {
  text-align: center;
  padding: 15px 0;
}

.notice_footer_link a {
  color: #06C;
}

.task_box {
  width: 550px;
  position: absolute;
  right: 0;
}

.task_box h1 {
  padding: 10px;
  color: #000;
  font-weight: bold;
}

.task_box .conbox {
  padding-bottom: 20px;
}

.task_box .conbox li {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
}

.task_header {
  background-color: #f5f7fb;
  padding: 8px 0;
  border-top: #e1e7eb 1px solid;
  border-bottom: #e1e7eb 1px solid;
}

.task_listcon {
  padding: 8px 0;
  border-bottom: #e1e7eb 1px solid;
}

.task_listcon .Scrollbox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 12px;
  background-color: #f5f6f5;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #e6e6e6 inset;
  vertical-align: middle;
}

.task_listcon .Scrollline {
  background-color: #5cb95c;
  border-radius: 5px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.task_listcon .Scrollnum {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.topBar_notice.drop_down a.drop_down_a.current, .topBar_task.drop_down a.drop_down_a.current {
  background-color: #1cc09e;
}

.topBar_notice.drop_down a.drop_down_a.current span, .topBar_task.drop_down a.drop_down_a.current span {
  color: #fff;
}

.topBar_search.drop_down a.drop_down_a.current {
  background-color: #018fbf;
  color: #fff;
}

.topBar_search.drop_down .drop_down_show {
  -webkit-box-shadow: none;
}

.help_box {
  text-align: center;
}

.help_list li:hover {
  background-color: #f5f5f5;
}

.help_list a {
  color: #333;
  padding: 10px 0;
  display: block;
}

.viewMain_body {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  /*z-index: 100;*/
}
.viewMain_body_sm .viewleftBar, .viewMain_body_sm .sidebar_fold, .viewMain_body_sm .sidebar_nav {
  width: 50px;
}

.viewMain_body_sm .viewleftBar_Leftmain {
  width: 50px;
}

.viewleftBar {
  background-color: #283038;
  width: 180px;
  position: fixed;
  height: 100%;
  z-index: 100;
  top: 50px;
  bottom: 0;
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
}

.viewleftBar_Leftmain {
  width: 180px;
  height: 100%;
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
}

.sidebar_fold {
  width: 180px;
  background-color: #384454;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #aeb9c2;
}

.sidebar_fold span {
  -webkit-transform: rotate(-90deg);
  display: inline-block;
}

.sidebar_fold_change span {
  -webkit-transform: rotate(0);
}

.sidebar_nav, .Secondbar_nav {
  color: #fff;
  width: 180px;
}

.sidebar_title {
  height: 40px;
  background-color: #22282e;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

.sidebar_title_icon {
  display: inline-block;
  margin: 0 8px 0 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.12s;
  font-size: 12px;
}

.sidebar_title_icon_right {
  transform: rotate(-90deg);
}

.sidebar_setting {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #a0abb3;
}

.sidebar_list_box {
  display: block;
}

.sidebar_list_box li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
}

.sidebar_nav .sidebar_title:hover {
  background-color: #36424e;
}

.sidebar_nav .sidebar_title.current {
  background-color: #1ab394;
}

.sidebar_list_box .sidebar_title_txt {
  padding-left: 5px;
}

.sidebar_list_box .sidebar_title_icon {
  color: #aeb9c2;
  font-size: 14px;
}

.sidebar_list_box li:hover .sidebar_title_icon, .sidebar_list_box li.current .sidebar_title_icon {
  color: #fff;
}

.sidebar_list_box li:hover, .Secondbar_nav .sidebar_title:hover {
  background-color: #f4f4f4;
}

.sidebar_list_box li.current {
  background-color: #fff;
}

.sidebar_list_box a {
  color: #333;
  display:block;
}

.viewContain {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 180px;
  width: auto;
  -webkit-transition: all .2s ease;
  overflow: hidden;
}

.viewMain_body_sm .viewContain {
  left: 50px;
}

.viewMain_body_sm .viewContain_sm .viewSecond_navMmenu {
  left: 0px;
}

.viewMain_body_sm .viewContain_sm .viewCon_body {
  /*left: 180px;*/
  left: 0;
}

.viewMain_body_sm .sidebar_title_txt, .viewMain_body_sm .sidebar_setting {
  display: none;
}

.Secondbar_nav {
  color: #333;
}

.Secondbar_nav .nav_icon {
  width: 30px;
  text-align: center;
  float: left;
  height: 40px;
}

.Secondbar_nav .sidebar_title_icon {
  margin: 0;
}

.Secondbar_nav .sidebar_title {
  background-color: transparent;
  text-align: left;
}

.viewContain_sm .Secondbar_title_txt {
  display: block;
}

.viewContain_sm .viewSecond_navMmenu {
  width: 0px;
}

.viewSecond_navMmenu {
  width: 180px;
  background-color: #eaedf2;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s;
  overflow: hidden;
  z-index: 2;
}

.viewSecond_navMmenu_con {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.viewSecond_navMmenu_title {
  width: 180px;
  background-color: #d9dee4;
  height: 45px;
  line-height: 45px;
  text-indent: 2em;
  font-weight: bold;
}

.viewSecond_navMmenu_list {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 45px;
  overflow: hidden;
  overflow-y: scroll;
}

.viewSecond_navMmenu_list li {
  height: 40px;
  line-height: 40px;
  color: #333;
}

.viewSecond_navMmenu_point {
  position: absolute;
  top: 50%;
  left: 165px;
  cursor: pointer;
  color: #333;
  text-align: center;
  width: 15px;
  height: 50px;
  -webkit-transition: all .2s;
  z-index: 3;
}

.viewSecond_navMmenu_point_bg {
  background-color: #eaedf2;
  width: 18px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: -3px;
  right: 0;
}

.viewSecond_navMmenu_point_con {
  position: relative;
  top: 50%;
  text-align: center;
}

.viewSecond_navMmenu_point_con span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.viewSecond_navMmenu_point_con span.right {
  right: 0;
  left: auto;
  -webkit-transform: rotate(0deg);
}

.viewCon_body {
  position: absolute;
  left: 180px;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  -webkit-transition: all .2s;
  overflow: hidden;
  overflow-y: auto;
}

.viewContain_sm .viewCon_body {
  left: 0;
}

.viewContain_sm .viewSecond_navMmenu_point {
  left: 0;
}

.viewContain_sm .viewSecond_navMmenu_point_bg {
  border-radius: 0 30px 30px 0;
  left: 0;
  right: auto;
}

.viewcontain_sm .viewsecond_navmmenu_point_con span.right {
  -webkit-transform: rotate(-180deg);
}

/*后台内容框架*/
#iframeObj {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*详细信息*/
.messageIn{
  border :1px solid #ccc;
  background-color: #eee;
  padding : 10px 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.messageIn div{
  font-size:13px;
}
.messageIn span{
  font-weight : bold;
}
.Messphoto{
  width : 96px;
  height: 96px;
  margin-left :30px;
}
.messgList>div{
  padding-bottom : 12px;
}
.messBtn{
  float: left;
  width: 70px;
  height: 30px;
  border: 1px solid #666;
  background-color: white;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin : 0px 5px;
  border-radius: 3px;
}
.messBtn:hover,.otherMss a:hover{
  color : #333;
}

.otherMss{
  padding-top : 10px;
}
.otherMss ol{
  padding-right : 15px;
  margin-bottom : 15px;
}
.otherMss ol li{
  border : 1px solid #333;
  text-align:center;
  font-size:13px;
}
.otherMss ol li.current{
  background-color: #eee;
}
.otherMss ul{
  position : relative;
}
/*.otherMss ul li{*/
  /*position : absolute;*/
  /*left:0;*/
  /*top:0*/
/*}*/
.messageTitle{
  width: 110px;
  height: 30px;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  background-color: #eee;
}
.loginOut{
  display: block !important;
}
.importB{
  border-top: 1px #ccc dashed;
  padding-top: 20px;
}
.importBtnBox{
  position : relative;
}
.importwrdBox{
  padding-top:8px;
}
.importwrdBox p:nth-child(1){
  font-size:16px;
  padding-bottom : 5px;
}
.importBtnBox input{
  position : absolute;
  top:0;
  left:0;
  z-index:15;
  width:170px;
  height:35px;
  opacity: 0;
}
.importBtnBox button{
  position: absolute;
  left:0;
  top:0;
  z-index:10;
  width: 150px;
  height: 35px;
  background-color: #5bc0de;
  border: none;
  border-radius: 10px;
  color:white;
  font-size: 16px;
}

.importimgBox,.importvideoBox{
  position:relative;
  height:110px;
  width: 110px;
  float: left;
  margin-right:20px;
}
.importImg,.importvideo{
  position:absolute;
  left:95px;
  top:0;
}
.importImgBtn,.importVideoBtn{
  position:absolute;
  left:0px;
  top:0;
  /*z-index:15;*/
  width: 110px;
  height: 110px;
  background:url("../../images/admin/upload.png") no-repeat top center;
  background-size:cover;
}
.importBtn,.importvideoBtn{
  position:absolute;
  left:0px;
  top:0;
  width:80px;
  height:80px;
  z-index:10;
  opacity:0;
}
#importBtn{
  position:absolute;
  left:0px;
  top:0;
  width:80px;
  height:80px;
  z-index:10;
  opacity:0;
}
.drop_down_show {
  display: block !important;
}
.upheadImg{
  /*margin : 0 0 10px 20px;*/
  display: block;
  float: left;
}
.upheadImgBox{
  position:relative;
  width: 110px;
  height: 110px;
  float: left;
  margin:0 20px 20px 0;
}
.upimgdel{
  display: block;
  position:absolute;
  right: -8px;
  top: -10px;
  width: 30px;
  height: 30px;
  background:url("../../images/admin/upimgdel.png") no-repeat top center;
  background-size:cover;
}
.searchUserBox{
  position:relative;
}
.searchUser{
  position:absolute;
  left: 233px;
  top: 32px;
  z-index:1024;
  background-color:#fefefe;
  border: 1px solid #d1d1d1;
  width: 56% !important;
  padding:0 !important;
}
.funContainer{
  position:relative;
}
.funContainer > div{
  position:absolute;
  width: 100%;
}

#choose_tree_1>li{
  cursor : pointer;
}
#choose_tree_1>li:hover{
  background-color:#CAE1FF;
}
.tipsFirst{
  display: none;
  position: absolute;
  top:0;
  /*left:0px;*/
  z-index:60;
  left:50px;
  height:40px;
  width: 160px;
}
.tipsFirstRight{
  float: left;
  text-align: left;
  line-height:40px;
  background-color: rgba(0,0,0,0.8);
  padding:0 15px;
}
.navFirst{
  position: relative;
}
.tipsFirstLeft{
  float: left;
  width: 10px;
  height: 40px;
  background:url("../../images/admin/tipsleft.png") no-repeat center right;
}
.infos{
  text-align: right;
}
.pagination{
  margin:0 !important;
}
.table thead a,.table thead a:hover{
  color:#000;
}
.turnBtn{
  width: 196px;
  height: 30px;
  background-color: #449d44;
  border-radius:5px;
  border:2px solid #449d44;
  overflow: hidden;
  cursor: pointer;
}
.turns{
  color:#449d44;
  font-size:14px;
  text-align: center;
  line-height:28px;
  background-color: #fff;
  width: 98px;
  float: right;
  cursor: pointer;
}
.operationsHeader .form-box{
  margin-bottom: 0 !important;
}
.noBorder tr th{
  border:none !important;
  border-bottom:1px solid #e7e7e7 !important;
}



.el-input,.el-select{
  display: inline-block!important;
  vertical-align: middle!important;
  width: auto!important;
}
.el-input__inner{
  display: inline-block!important;
  vertical-align: middle!important;
  min-width: initial;
  height: 32px!important;
  border: 1px solid #A2A9B0;
  padding: 3px 8px;
  color: inherit;
}
thead .tabaleColor{
  background: #f5f7fa!important;
}
thead .tabaleColor div{
  color:#909399!important;
  font-weight:bold!important;
}
.Search .btn{
  margin-top: 1px;
}
.formBox .el-form .el-input,.formBox .el-form .el-textarea{
  width: 400px!important;
}
.current_location .el-breadcrumb{
  display: inline-block;
  /*width: 680px;*/
  width: 100%;
  padding-left: 10px;
  border-left: #e95336 3px solid;
}
.current_location .el-breadcrumb .el-breadcrumb__inner{
  font-size: 18px;
}
.input-group-btn button{
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.chooselist li {
  height: 32px;
  line-height: 32px;
  padding: 0px 10px!important;
}

.form-group .el-date-editor .el-range__icon{
  line-height: 27px;
}
.form-group .el-date-editor .el-range-separator{
  width: 6%;
  line-height: 26px;
}
.form-group .el-date-editor .el-range-input{
  height: 98%;
}
.form-group .el-date-editor .el-range__close-icon{
  line-height: 26px;
}
.mcode img{
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 70px;
}
.mcode button{
  display: block;
  margin: 0 auto!important;
}
.qrcodeTurn img{
  width: 100%;
  margin:0 auto;
}
.QRCodeInput input{
  border:none!important;
}
.defaultFormBox .el-form-item__content{
  width: 400px!important;
}
.bannerUrl{
  width: 100%;
}
.Box .el-tabs__nav{
  float: right;
}
/*.el-dialog__wrapper{*/
  /*z-index: 999999!important;*/
/*}*/
.w-e-toolbar .w-e-menu,.w-e-text-container{
  z-index: 400!important;
}
.dialog-footer .el-button--default{
  background: #eee;
}


.newsBox{
  width: 100%;
  border: 1px solid #e7e7eb;
  padding-bottom: 6px;
}
.newsFirst{
  width: 100%;
  margin:0 auto;
  border-bottom: 1px solid #e7e7eb;
  position: relative;
}
.newsFirstImg{
  width: 90%;
  margin: 6px auto;
  background-color: rgba(0,0,0,0.3);
  height: 105px;
  position: relative;
  overflow: hidden;
}
.newsFirstImg p{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  /*background-color: rgba(0,0,0,0.8);*/
  padding-left: 15px;
}
.newsFirstImg img{
  width: 100%;
}
.newsBoxBtn{
  width: 218px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.newsBoxBtn img{
  display: block;
  margin: 15px auto 0;
}
.newsBoxBtn p{
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
}
.newsItem{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e7e7eb;
  position: relative;
}
.newsItem .newsItemTitle{
  color: #353535;
  font-size: 14px;
  width: 142px;
  padding: 23px 0 0 15px;
  text-overflow : ellipsis;
  white-space : nowrap;
  overflow : hidden;
}
.newsItem .newsItemImg{
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  margin: 10px;
}
.newsBarBox{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.newsBarBox img{
  display: block;
  margin: 5px auto;
}
.newsBoxCurrent{
  border: 2px solid #43b548;
}


#tags_tagsinput,.tagsinput{
  width: 100%!important;
  min-height: auto!important;
  height: auto!important;
}
#tags_addTag input,.tagsinput input{
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 1;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.tag{
  border: 1px solid #C0C0C0;
  cursor: pointer;
  display: inline-block;
  margin: 2px;
  padding: 0px 4px 0px;
  background-color: #eee;
}
.Removing {
  color: #E0E0E0;
  margin-left: 10px;
  text-decoration: none;
}


/*专家留言弹窗*/
.dialogMessage{
  padding-bottom: 10px;
}
.dialogMessage .photo{
  display: block;
  width: 50px;
  border-radius: 50%;
}
.dialogMessage .message{
  width: 80%;
  padding-left:15px;
}
.dialogMessage .message .title{
  font-size:16px; 
}
.dialogMessage .message .title span{
  color:#53D9D4;
}
.dialogMessage .message .time .date{
  color:#999;
  padding-right:15px;
}

/*体质测试新增、编辑题目弹窗*/
.answerBox{
  width: 100%;
  margin-top: -20px;
}
.answers,.answersPoints{
  -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 1;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    display: inline-block;
    /*display: inline-block!important;*/
    vertical-align: middle!important;
    min-width: initial;
    height: 32px!important;
}
.answers{
  width:420px;
  margin-right: 10px;
}
.answersPoints{
  width: 80px;
}
.answerBox button{
  width: 30px;
  height:30px;
  padding: 0;
  border-radius: 50%;
  margin-left: 6px;
}
.answersCurrent{
  width:390px;
}