﻿@charset "UTF-8";
/* Css Reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
/* 重置bootstrap 
.btn {
    display: block;
    text-align: center;
    width: 100%;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    background: #8c8c8c;
}
.btn .fa {
    display: none
}
.btn-primary {
    background: #377BB8;
    border-color: #377BB8;
}
*/
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-group .btn-icon {
    position: absolute;
    left: 12px;
    top: 7px;
    color: #999;
    z-index:10
}
.form-group .btn-icon .fa-power-text{
    font-size:12px;
    margin-left:-2px;
}
input.form-control,
textarea.form-control,
select {
    height: 40px;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.combobox-container .input-group-btn > .btn{
    height:40px
}
.field-validation-error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: red
}
/* Public */
body {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
    background: #F7F7F7;
    padding-bottom: 80px;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
input,
select,
textarea,
button {
    cursor: pointer;
    font-size: 14px;
}
.show {
    display: block !important;
}

/*content*/
.content,
.container {
    padding: 15px;
}
.content-weui{padding: 10px}
#footer {
    display: none;
}
.fixedNav{
    display: none; 
}
/*
.footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%
}
.footer ul{
    border-top:2px solid #DCDCDC;
    background:#fff;
    display:-moz-box; display:-webkit-box; display:-ms-flexbox; display:box;
}
.footer li{
    text-align:center;
    border-right:1px solid #DCDCDC;
    width:25%;
    -moz-box-flex:1; -webkit-box-flex:1; -ms-flex:1; box-flex:1;
}
.footer li:last-child{
    border-right:0;
}
.footer a{
    display:block;
    height:60px;
    padding-top:8px;
    line-height:1.5;
}
.footer .fa{
    font-size:24px;
}
*/
.moreBtn {
    text-align: center;
    margin-top: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* box */
.box {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.box .bd {
    position: relative;
}
.box .tips {
    margin-bottom: 10px;
    color: #f00
}
/* tabBox */
.tabBox {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 12px;
}
.tabBox .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.tabBox .hd ul {
    overflow: hidden;
}
.tabBox .hd li {
    float: left;
    padding: 0 10px;
}
.tabBox .hd .on {
    line-height: 38px;
    color: #0068B7;
    font-weight: bold;
    border-bottom: 2px solid #0068B7;
}
.tabBox .bd {
    padding: 15px 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
}
/* searchBar */
.searchBar {
    position: relative;
    margin-bottom: 12px;
}
.searchBar .searchBtn {
    float: right;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    width: 25%;
    color: #777;
    background: #F2F2F2;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F2F2F2));
    background: -moz-linear-gradient(#FFFFFF, #F2F2F2);
    background: -ms-linear-gradient(#FFFFFF, #F2F2F2);
    background: -o-linear-gradient(#FFFFFF, #F2F2F2);
    background: linear-gradient(#FFFFFF, #F2F2F2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchBar input {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding: 5px 5px 5px 30px;
    width: 70%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchBar .fa {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 9px;
    color: #999;
}
/* 弹窗 */
.popBox {
    max-height: 0;
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 99;
    width: 90%;
    height: 88%;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.popBox .bd {
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popBox .close {
    display: none;
    position: absolute;
    right: -11px;
    top: -50px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popBox .close::before,
.popBox .close::after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 1px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 12px;
}
.popBox .close::after {
    height: 19px;
    width: 1px;
    margin: 0;
    left: 21px;
    top: 11px;
}
.popBox.active {
    max-height: none;
    top: 60px;
}
.popBox.active .close {
    display: block;
}
/* 提示信息 */
.topTip {
    position: fixed;
    width: 100%;
    top: -60px;
    height: 60px;
    padding: 15px;
    text-align: center;
    background: #f1edd1;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.topTip .fa {
    margin-right: 10px;
}
.topTip.action {
    top: 0;
}
/* table-style */
.table-style {
    width: 100%
}
.table-style td {
    padding: 5px;
}
.table-style .field {
    min-width: 72px;
    text-align: right;
    color: #777;
    vertical-align: top;
    line-height: 40px;
    position:relative;
    padding-right:10px;
}
.table-detail-style tr {
    border-bottom: 1px dotted #ddd
}
.editContent .table-detail-style tr {
    border-bottom: none
}
.table-detail-style .field {
    line-height: 35px;
}
.img-thumbnail {
    width: 100%;
}
/* table-striped */
.table-striped {
    width: 100%;
    margin-bottom: 10px;
}
.table-striped th,
.table-striped td {
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    line-height: 1.5
}
.table-striped th {
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}
.table-striped .title {
    text-align: left;
}
.table-striped a {
    color: #0068B7
}
.table-striped .info {
    padding: 10px 0 5px 0;
    overflow: hidden;
    height: 35px;
    line-height: 22px;
    font-size: 12px;
}
.table-striped .info span {
    margin-right: 10px;
}
.table-striped .info #OperationDiv {
    float: right;
    font-size: 0;
    margin: 0;
}
.table-striped .info #OperationDiv a {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 0 5px;
    color: #333;
    border-radius: 3px;
}
/* 验证码 */
.codeinp .form-control {
    width: 100px;
    vertical-align: middle;
}
.codeinp .validationcode {
    display: inline;
    margin-left: 5px;
}
.codeinp .validationcode img {
    vertical-align: middle;
}
/* 其它 */
.required:after {
    content: "*";
    color: #f00;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    right: 1px;
    top:8px;
}
.field-validation-error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: red;
    clear:both
}
/* url_方块样式分页 */
ul.pagination {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    clear: both;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
}
ul.pagination > li > span{
    color:#333;
}
ul.pagination > li > a,
.pagination a {
    display: none;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 8px 0px 0;
    color:#333;
    line-height:30px;
}
.pagination .current {
    display: none;
}
.pagination .select {
    display: none;
}
.pagination .prev,
.pagination .next,
.pagination .total {
    display: block;
}
.pagination .next {
    float: right;
    margin-right:0px;
}
/* boxA */
.boxA {
    padding: 0px;
    margin-bottom: 15px;
}
.boxA .hd {
    height: 36px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
    box-sizing: content-box;
}
.boxA .hd li {
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 10px;
}
.boxA .hd li a {
    display: block;
    padding: 0 5px
}
.boxA .hd li.on {
    border-bottom: 2px solid #0068b7;
    font-weight: bold
}
.boxA .bd {
    padding: 0px;
}
/* 账户管理 */
.modifyPage {
    background: #fff
}
.modifyPage .modifyBox {
    padding-top: 60px;
}

/* 账户安全日志 */
.myLogList li{border-bottom:1px solid #eeeeee; padding:15px 10px;}
.myLogList li .title{font-size:18px; color:#000000; line-height:30px; margin-bottom:10px;}
.myLogList li .con-item{display:block; font-size:14px; color:#797979; line-height:24px;}
.myLogList li .con-item>.con-label{display:inline-block; width:60px; text-align:right}

/* 短消息列表 */
.myMessageList li{position:relative;}
.myMessageList .messageArea{overflow:hidden; border-bottom:1px solid #eeeeee;}
.myMessageList .messageArea>a{display:block; padding:15px 5px 10px;}
.myMessageList .messageArea>a:active{background-color:#f1f7fc}
.myMessageList .messageArea .senderArea{height:22px; line-height:22px; margin-bottom:10px; display:block}
.myMessageList .messageArea .senderArea .date{float:right; font-size:12px; color:#cccccc; }
.myMessageList .messageArea .senderArea .sender{font-size:16px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; color:#999999;}
.myMessageList .messageArea .senderArea .sender-icon{float:left; width:22px; height:22px; text-align:center; background: linear-gradient(180deg, #d8d8d8, #bababa); font-size:12px; line-height:22px; border-radius:50%; color:#fff; margin-right:5px;}
.myMessageList .messageArea .title{font-size:14px; line-height:24px; color:#999999; display:block;}
.myMessageList .messageArea .title a{color:#bbbbbb}
.myMessageList .messageOperation{position:absolute; bottom:10px; right:5px;}
.myMessageList .messageOperation .btn{display:inline-block;font-size:12px;height: 22px;line-height:20px;border: 1px solid #cccccc;padding:0 10px; border-radius: 3px; background:#fff;}
.myMessageList .messageOperation .btn-danger{color:#fff; background-color: #d9534f; border-color: #d43f3a;}
.myMessageList li:last-child{margin-bottom:0px;}
.myMessageList li:last-child .messageArea{border-bottom:none}
.myMessageList li.notRead .messageArea .senderArea .sender{font-weight:bold;}
.myMessageList li.notRead .messageArea .senderArea .date{color:#999999}
.myMessageList li.notRead .messageArea .senderArea .sender{color:#666666}
.myMessageList li.notRead .messageArea .senderArea .sender-icon{background: linear-gradient(180deg, #f2cf69, #f3ac40);}
.myMessageList li.notRead .messageArea .title,
.myMessageList li.notRead .messageArea .title a{color:#777777}

/* 内容页 */
.articleCon { text-align: left; padding: 3%; text-align: justify;}
.articleCon .title { font-size: 24px; line-height: 1.4; margin-bottom: 10px;}
.articleCon .property { overflow: hidden; font-size: 12px; margin-bottom: 10px; color: #777;border-bottom:1px solid #dddddd; padding-bottom:10px;}
.articleCon .property > span { margin-right: 15px;}
.articleCon .conTxt,
.articleCon .conTxt *{box-sizing:content-box}
.articleCon .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.articleCon .conTxt p {margin: 20px 0 0px; padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.articleCon .conTxt p:first-child{margin-top: 0px}
.articleCon .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.articleCon .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.articleCon .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.articleCon .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.articleCon .conTxt table p { margin: 0px}
.articleCon .conTxt a { color: blue; text-decoration: underline;}
.articleCon .conTxt em { font-style: italic;}
.articleCon .conTxt ul { padding-left: 2em; list-style: inherit;}
.articleCon .conTxt ol { padding-left: 2em; list-style: decimal;}
.articleCon .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.articleCon .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.articleCon .conTxt h1,
.articleCon .conTxt h2,
.articleCon .conTxt h3,
.articleCon .conTxt h4,
.articleCon .conTxt h5,
.articleCon .conTxt h6,
.articleCon .conTxt b,
.articleCon .conTxt strong { font-weight: bold;}
.articleCon .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.articleCon .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.articleCon .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.articleCon .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.articleCon .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.articleCon .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.articleCon .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.articleCon .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.articleCon .conTxt h1:first-child,
.articleCon .conTxt h2:first-child,
.articleCon .conTxt h3:first-child,
.articleCon .conTxt h4:first-child,
.articleCon .conTxt h5:first-child,
.articleCon .conTxt h6:first-child{margin-top:0px;}
.articleCon .conTxt .videoPlayer{text-indent: 0;}

/* 我的签收信息 */
.mySignList li{border-bottom: 1px solid #eeeeee; padding: 15px 5px 10px; position:relative}
.mySignList li .title{line-height:30px; margin-bottom:10px; display:block; font-size:18px; color:#999999;}
.mySignList li .title a{color:#999999;}
.mySignList li .title .signin-icon{float:left; width:22px; height:22px; text-align:center; background: linear-gradient(180deg, #d8d8d8, #bababa); font-size:14px; line-height:20px; border-radius:50%; color:#fff; margin-right:5px; margin-top:4px;}
.mySignList li .con-item{display:block; font-size:14px; color:#999999; line-height:24px;}
.mySignList li .con-item>.con-label{display:inline-block;width: 76px;text-align:right}
.mySignList li .con-item-state .state-timeout{color:#c00;}
.mySignList li .operate{width:72px; height:30px; position:absolute; right:5px; bottom:15px;}
.mySignList li .operate .signin-btn{width:72px; height:30px; line-height:30px; border-radius:15px; background: linear-gradient(180deg, #ff501a, #ff3532); display:block; text-align:center; font-size:14px; color:#fff; }
.mySignList li.signin-state-wait .title,
.mySignList li.signin-state-wait .title a{color:#000;}
.mySignList li.signin-state-wait .title .signin-icon{background: linear-gradient(180deg, #ff501a, #ff3532);}
.mySignList li.signin-state-wait .con-item{color:#777;}

/* 会员中心信件列表 */
.letterList {margin:0px}
.letterList li { padding: 8px; border: 1px solid #e0e0e0; margin-bottom: 8px; border-radius: 4px; position:relative;}
.letterList li:last-child{margin-bottom:0px;}
.letterList li .title { overflow: hidden; font-size: 14px; height: 24px; line-height: 24px; margin-bottom: 10px; display: block;}
.letterList li .title .fa { color: #c5e2f8; margin-right: 8px}
.letterList li .other { overflow: hidden; font-size: 12px; display: block;}
.letterList li .other .state { float: left; height: 22px; line-height: 20px; font-size: 12px; padding: 0 5px; border: 1px solid #05c224; color: #05c224; border-radius: 4px; margin-right: 10px}
.letterList li .other .date { float: left; color: #999; line-height:22px;}
.letterList li .operation{position:absolute; right:8px; bottom:8px; }

/* 信件内容页 ----------------------------------------------------- */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%; font-size: 14px; line-height:1.8}
.detailTable { border: 1px solid #e6e6e6; border-collapse: collapse;}
.detailTable thead tr { border-bottom: 1px solid #e6e6e6;}
.detailTable thead th { background: #f9f9f9; height: 40px; line-height: 40px; color: #0068B7; text-align: left; padding-left: 16px; font-size: 16px; border: none; border-left: 3px solid #0068B7;}
.detailTable td { padding: 5px 5px; border: none;word-break: break-all;}
.detailTable td.tdName { text-align: right; width: 90px; background: none; color: #999; vertical-align: top;}
.detailTable td.tdName label{font-weight:normal; margin:0}
.detailTable td p{margin:0px}
.detailTable td pre{line-height:1.8; padding:0px; background:none; border:none; margin:0px; font-size: 14px;}

/* 记录 */
.timeline > li.timeline-inverted > .timeline-panel{width:auto;margin-left: 70px; float:none !important;}

/* 无数据提示 */
.noData{padding:160px 0px 20px !important; margin:0px !important; text-align:center !important; background:url(../img/nodata.png) 50% 30px no-repeat !important; font-size:16px !important; color:#999999 !important; border:none !important; }

/*.multiuploadimages-list*/
.multiuploadimages-list ul {
    padding: 0;
    margin: 0;
}

.multiuploadimages-list li {
    min-width: 141px;
    max-width: 221px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18%;
    height: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 2px 4px 4px 2px;
    list-style: none;
    border: 1px solid transparent;
    -o-transition: box-shadow ease-in-out 1s, border ease-in-out 0.5s;
    -webkit-transition: box-shadow ease-in-out 1s, border ease-in-out 0.5s;
    transition: box-shadow ease-in-out 1s, border ease-in-out 0.5s;
}
.multiuploadimages-list li:hover {
    background: #e5f3fb;
    border: 1px solid #70c0e7;
    box-shadow: 0 0 3px rgba(35, 112, 158, 0.4);
}
    .multiuploadimages-list li .imgWrap {
        width: 100%;
        height: 0;
        padding-bottom: calc(100% - 2px);
        font-size: 0px;
        line-height: 142px;
        text-align: center;
        background: #fff;
        display: block;
        border: 1px solid #e5e5e5;
        margin: 0;
        position: relative;
    }
        .multiuploadimages-list li .imgWrap span {
            display: block;
            width: 100%;
        }
        .multiuploadimages-list li .imgWrap img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
.multiuploadimages-list li h2 {
    font-size: 12px;
    text-align: center;
    color: #666;
    padding: 4px 0;
    margin: 0;
    line-height: 16px;
}
.multiuploadimages-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*文件上传后预览列表显示 multiuploadfiles-list*/
.multiuploadfiles-list ul {
    padding: 0;
    margin: 0;
}
.multiuploadfiles-list li {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 45px;
}
.multiuploadfiles-list li:nth-child(2n) {
    background-color: #f9f9f9;
}
.multiuploadfiles-list li:hover {
    background-color: #e5f3fb;
}
.multiuploadfiles-list li a {
    padding: 0 20px 0 0;
}
.multiuploadfiles-list li span {
    color: #ccc;
    font-weight: normal;
    padding-right: 15px;
}
.multiuploadfiles-list li.rar {
    background-position: 15px -92px;
}
.multiuploadfiles-list li.pic {
    background-position: 15px -26px;
}
.multiuploadfiles-list li.word {
    background-position: 15px -125px;
}
.multiuploadfiles-list li.video {
    background-position: 15px 10px;
}
.multiuploadfiles-list li.music {
    background-position: 15px -60px;
}
.multiuploadfiles-list li.files {
    background-position: 15px -125px;
}

/* 弹窗 */
.upload-multi .modal-dialog, 
.upload-single .modal-dialog{max-width:calc(100% - 20px)}


/* 底部按钮 */
.bottom-controlBox{position:fixed;bottom:0px;left:0px;right:0px;padding:0px;background:#0068B7;text-align:center;height:80px;display:flex;justify-content:space-between;box-shadow: 0 0 25px 0 rgba(0,104,183,0.5);z-index: 100;border-radius:10px 10px 0 0;}
.bottom-controlBox .btn{flex-grow: 1;color:#fff !important;font-size:14px;border-left:1px solid rgba(255,255,255,0.3);padding:12px 0px 0px; display:block; width:1%; background:none;}
.bottom-controlBox .btn:hover,
.bottom-controlBox .btn:active,
.bottom-controlBox .btn:focus{background:#0068B7; border-left:1px solid rgba(255,255,255,0.3); color:#fff; opacity:1; box-shadow:none; outline:none}
.bottom-controlBox .btn:first-child{border-left:none;}
.bottom-controlBox .btn .fa{display:block; width:30px; height:30px; margin:0 auto 3px; line-height:30px; font-size:22px;}
.bottom-controlBox .btn .fa-power-auditthrough,
.bottom-controlBox .btn .fa-power-yifeiqi{font-size:24px;}

/*日期控件显示图标*/
.datetimepickerinput {
    float: left;
}
.datetimepickerinput-icon {
    float: left;
    margin-left: -20px;
    margin-top: 12px;
    color: #00000040;
}