/*按钮样式*/
.Jsp-Bth{ display: inline-block;margin: 0;line-height: 1;white-space: nowrap;/*不换行*/cursor: pointer;background: #fff;border: 1px solid #d8dce5;color: #5a5e66;-webkit-appearance: none;/*看起来不像bottom*/text-align: center;-webkit-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-transition: .1s; transition: .1s; font-weight: 500; padding: 6px 10px;font-size: 12px;border-radius: 4px;-webkit-user-select: none;/*里面的文字不能被用户选中*/-moz-user-select: none; -ms-user-select: none;text-decoration:none;}
.forbidhidden{display:none;}
.Jsp-Bth+.Jsp-Bth{margin-left: 10px;}
.Jsp-BthBlue,.Jsp-BthBlue-P:hover{color: #fff;background-color: #409EFF;border-color: #409EFF;}
.Jsp-BthGreen,.Jsp-BthGreen-P:hover{color: #fff;background-color: #67c23a;border-color: #67c23a;}
.Jsp-BthGray,.Jsp-BthGray-P:hover{background-color: #878d99;border-color: #878d99;color: #fff}
.Jsp-BthYellow,.Jsp-BthYellow-P:hover{background-color: #eb9e05;border-color: #eb9e05;color: #fff;}
.Jsp-BthRed,.Jsp-BthRed-P:hover{background-color: #fa5555; border-color:#fa5555; color: #fff;}
.Jsp-BthBlank:hover,.Jsp-BthBlank-R:hover{color: #409eff;background-color: #ecf5ff;border-color: #c6e2ff;}
.Jsp-BthBlue:hover,.Jsp-BthBlue-R:hover{background-color: #66b1ff;border-color: #66b1ff;color: #fff;}
.Jsp-BthGreen:hover,.Jsp-BthGreen-R:hover{color: #fff;background-color: #99CC33;border-color: #99CC33;}
.Jsp-BthGray:hover,.Jsp-BthGray-R:hover{background-color: #9fa4ad;border-color: #9fa4ad;color: #fff;}
.Jsp-BthYellow:hover,.Jsp-BthYellow-R:hover{background-color: #efb137;border-color: #efb137;color: #fff;}
.Jsp-BthRed:hover,.Jsp-BthRed-R:hover{background-color: #FF6666;border-color: #FF6666;color: #fff;}
/*选择服务对象*/
.partUser-list{min-height: 34px;padding: 5px 90px 5px 5px;box-sizing: border-box;border: solid 1px #ddd;width: 80%;}
.partUser-list > li{display: inline-block;position: relative;height: 22px;margin-right: 10px;line-height: 22px;
  	padding: 0 20px 0 10px;border: solid 1px #ddd;}
.partUser-list > li > i{position: absolute;top: 50%;right: 5px;display: block;width: 13px;height: 13px;margin-top: -6px;font-size: 0;line-height: 0;cursor: pointer;background-image: url(../img/acrossTab-close.png);background-repeat: no-repeat;background-position: 0 0;}
.partUser-list > li > i:hover{ background-position: 0 bottom;}
.partUser-list > li:hover{border-color:#acbcaf;background-color: #ddf2e3;}
.partUser-list > .no-operated{color:#aaa;cursor: no-drop;}
.partUser-list > .no-operated:hover{border-color:#ddd;}
.address-btn{position: absolute;top:0;right: 20%;
    display: inline-block;padding-left: 43px;padding-right: 18px;height: 31px;background:url(../img/add-iconl.png) no-repeat center left #0097e5;line-height: 31px;color:#fff;}
/*文件拖拽上传选择框的样式*/
.template-pop{height: 360px;margin-top:10px;overflow: hidden;}
.template-up{width: 100%; height: 280px;border:1px dashed #999;margin-top:20px;text-align: center;line-height: 280px;font-size: 20px;font-weight: 700;}
.file-information{width: 100%;height: 140px;padding: 30px 0 0 60px; border:1px solid #dcdcdc; margin:20px 0 0;line-height:30px;font-size: 18px;font-weight: 700;color:#444;}
.template-btns{width: 100%;height: 60px;border:1px solid #dcdcdc; border-top: none;line-height: 60px;text-align: right;}
.template-btns > a{display: inline-block;width: 94px;height: 40px;margin-right:10px;text-align: center;line-height: 40px;font-size:14px;text-decoration: none;}
.template-btns > .uploading_btn{background-color: #00b7f0;border:1px solid #46a0c3;color:#fff;}
.template-btns > .cancel_btn{background-color: #fff;border:1px solid #d0d0d0;color:#444;}
.progressParent{position:relative;width:400px;margin-top: 10px;height:12px;border-radius:5px;background:#ccc;}
.progress{width:0%;height:100%;background-color:green; margin: 0;}
.progressNum{position:absolute;left:0;top:0;display:inline-block;width:100%;height:100%;text-align:center;line-height:12px;color:#444;}