@charset "utf-8";
/* 消息提示样式 */
.jq-message { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04); min-width: 300px; padding: 10px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; position: fixed; left: 50%; top: 20px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; z-index: 999; -webkit-transition: opacity .3s, -webkit-transform .4s; transition: opacity .3s, -webkit-transform .4s; transition: opacity .3s, transform .4s; transition: opacity .3s, transform .4s, -webkit-transform .4s; overflow: hidden; }
.jq-message.begin { -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); opacity: 0; }
.jq-message__img { width: 40px; height: 40px; position: absolute; left: 0; top: 0; }
.jq-message__group { margin-left: 38px; position: relative; height: 20px; line-height: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.jq-message__closeBtn { font-family: "Microsoft YaHei", 微软雅黑; position: absolute; top: 0; right: 0; cursor: pointer; color: #bfcbd9; font-size: 28px; font-weight: 400; width: 40px; height: 40px; line-height: 40px; text-align: center; -webkit-transition: color .3s ease; transition: color .3s ease; }
.jq-message__closeBtn:hover { color: #a9a9a9; }
.jq-message-fadeOutUp { -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); opacity: 0; }
/*上传样式 */
.uploadT { font-size: 16px; color: #7f7f7f; line-height: 26px; display: inline-block; border: 2px solid #FED663; width: 96px; text-align: center; border-radius: 5px; }
.uploadify-button { display: inline-block; margin: 14px; background-color: #76B9EC; line-height: 30px; padding: 0 38px; font-size: 16px; font-weight: 500; font-family: '微软雅黑'; margin-left: 10px; color: #fff; cursor: pointer; text-decoration: none; }
.uploadify-button:hover { background-color: #007ACC; }
.uploadfile { width: 0; }
.uploadify-queue .uploadify-queue-item { list-style-type: none; margin-top: 10px; height: 26px; line-height: 24px; }
.uploadbtn, .delfilebtn { display: inline-block; border: 1px solid #999; line-height: 24px; border-radius: 4px; padding: 0 18px; font-size: 12px; color: #666; text-decoration: none; }
.uploadbtn { display: none; /*默认不显示上传按钮，非自动上传时用js控制显示*/ }
.disabledbtn {} .up_filename, .progressnum, .delfilebtn, .uploadbtn, .up_percent { font-size: 12px; color: #666; margin-left: 10px; }
.uploadify-progress { display: inline-block; width: calc(100% - 360px); height: 10px; background-color: white; border-radius: 20px; border: 1px solid #b0b0b0; vertical-align: middle; padding: 0; }
.uploadify-progress-bar { width: 0; height: 100%; border-radius: 20px; background-color: #70C404; }
@media screen and (max-width:768px) {
 .uploadify-progress { width: calc(100% - 2px); margin-bottom: 10px; }
  #upload { overflow: hidden; }
}
@media screen and (max-width:450px) {
  .uploadT{font-size: 14px;}
  .uploadify-button{font-size: 14px;}
}