/*常用语设置*/
.useLanguage{font-size: 14px;margin-top: 10px;position: relative;}
.useLanguage .languageBtn{line-height: 30px;color: #0099FF;}
.useLanguage .language-wrap{background-color: #fff;width: 320px;position: absolute;right: 0;top: 30px;display: none;-webkit-box-shadow: 0 0 20px #bbb;-o-box-shadow: 0 0 20px #bbb;-moz-box-shadow: 0 0 20px #bbb;-ms-box-shadow: 0 0 20px #bbb;box-shadow: 0 0 20px #bbb;z-index: 3;}
.useLanguage:hover .language-wrap{display: block;}
.useLanguage .language-wrap .title{padding: 5px 10px;line-height: 30px;font-size: 14px;font-weight: bold;}
.useLanguage .title .edit-btn{width: 30px;height: 30px;background:url(../image/icon/edit-btn.png) right center no-repeat;background-size: 14px auto;}
.useLanguage .box{border-top: 1px solid #ddd;padding: 0 12px;max-height: 180px;overflow: auto;}
.useLanguage .box .list{line-height:36px;border-top: 1px solid #eee;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #555;}
.useLanguage .box .list.first{border-top: none;}

#mask{width: 100%;height: 100%;background-color: rgba(0,0,0,.6);position: fixed;top:0;left: 0;z-index: 5;display: none;}
#language{background-color: #fff;position: fixed;top: 50%;left: 50%;width: 600px;z-index: 6;margin-left: -300px;display: none;}
#language .top{padding: 5px 20px;border-bottom: 1px solid #ddd;line-height: 36px;}
#language .top .title{font-weight: bold;font-size: 14px;}
#language .top .add{font-size: 12px;color: #0099FF;font-weight: bold;}

#language .center{padding: 0 20px;max-height: 202px;overflow: auto;background-color: #fafafa;border-bottom: 1px solid #ddd;}
#language .center tr td{border-bottom: 1px solid #ddd;}
#language .center tr td .txt-1{width:470px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 40px;font-size: 14px;}
#language .center tr td.empty{font-size: 14px;text-align: center;padding: 10px 0;}
#language .center tr td .txt-2 textarea{width: 448px;border: 1px solid #ddd;padding:6px 10px;margin: 10px 0;resize: none;display: block;line-height: 1.5;}
#language .center tr .btn-box{text-align: right;}
#language .center tr td .btn-1,#language .center tr td .btn-2{font-size: 0;}
#language .center tr td .btn-1 a,#language .center tr td .btn-2 a{display: inline-block;font-size: 12px;vertical-align: middle;padding: 10px 0;margin-left: 10px;}
#language .center tr td .btn-2 .operate-3{color: #186BC7;}
#language .center tr td .btn-2 .operate-4{color: red;}
#language .center tr td .btn-1 .operate-1{color: red;}
#language .center tr td .btn-1 .operate-2{color: #0F8DEE;}
#language .achieveMod-1 .achieved{display: none;}
#language .achieveMod-2 .achieving{display: none;}
#language .bottom{margin-top: 15px;text-align: center;font-size: 0;margin-bottom: 10px;}
#language .bottom a{display: inline-block;font-size: 14px;line-height: 32px;border: 1px solid #0F8DEE;padding: 0 40px;margin: 0 8px;}
#language .bottom .btn-1{color: #0F8DEE;}
#language .bottom .btn-2{background-color: #0F8DEE;color: #fff;display: none;}




.sub_title .btn{margin-right: 20px;display: block;color: #0099FF;}



/* 新增专家弹窗 */
#addExport{position: fixed;z-index: 5;top: 50%;left: 50%;overflow: hidden;margin-left: -600px;display: none;}
#addExport .content{margin-bottom: 0;}



#addExport .examine_box{height: 480px;min-height: 480px;overflow: auto;}
#addExport .dm-table{border-bottom: 1px solid #ddd;}