/*EBAP 自定义组件样式*/
/*1、ebap model*/
.ebap-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ebap-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.ebap-btn-info {
    width: auto;
    height: 35px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3daae9;
    background-image: -moz-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aeea), to(#2fa4e7));
    background-image: -webkit-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: -o-linear-gradient(top, #46aeea, #2fa4e7);
    background-image: linear-gradient(to bottom, #46aeea, #2fa4e7);
    background-repeat: repeat-x;
    border-color: #2fa4e7 #2fa4e7 #157ab5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46aeea', endColorstr='#ff2fa4e7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ebap-maskContainer, .ebap-gmaskContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 5000;
}

.ebap-modalCnt {
    padding: 60px 10px 10px;
    position: absolute;
    width: 70%;
    max-height: 90%;
    min-height: 200px;
    left: 15%;
    top: 10%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ebap-modal-tips {
    position: absolute;
    top: 10px;
    width: 100%;
    overflow: hidden;
}

.ebap-confirmSure {
    float: left;
    top: 10px;
    left: 20px;
}

.ebap-gmodalCnt {
    padding: 60px 10px 10px;
    position: absolute;
    width: 400px;
    max-height: 200px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -100px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.ebap-modal-closeBtn {
    float: right;
    margin-right: 20px;
    font-weight: 600;
    cursor: pointer;
}

.ebap-modalMsg {
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #555;
}

.ebap-modal-label {
    margin-left: 5px;
    font-size: 14px;
    color: #999;
}

.ebap-modal-options {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #eee;
}

.ebap-modal-actions {
    text-align: center;
}

.ebap-confirmBtn {
    background-color: #eee;
}

.ebap-confirmBtn, .ebap-modal-closeBtn {
    outline: none;
    border: none;
}

.ebap-confirmBtn:active, .ebap-modal-closeBtn:active, .ebap-confirmBtn:focus, .ebap-modal-closeBtn:focus,
.ebap-modal-confirmBtn, .ebap-modal-confirmBtn:active, .ebap-modal-confirmBtn:focus {
    outline: none;
    border: none;
}

.ebap-modal-confirmBtn i, .ebap-modal-closeBtn i {
    margin-right: 5px;
}

.ebap-modal-tipsCnt {
    color: #333;
    font-weight: 700;
    font-size: 13px;
}

.ebap-modal-tipsCnt i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
    color: #f0ad4e;
}

.ebap-modal-errorTitle {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.ebap-modal-modalDescp {
    margin-top: 5px;
    text-indent: 1em;
    padding: 2px 2px 2px 6px;
    font-weight: 500;
    color: #646464;
}

.ebap-modal-detailName {
    margin-right: 10px;
    color: #646464;
    font-weight: 700;
}

.ebap-modal-msgDetailHidden {
    display: none;
}

.ebap-modal-detailCon {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*2、ebap tipbox*/
.ebap-tipbox {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: none;
    font-size: 14px;
    background: #fff;
    z-index: 2147483647;
    box-sizing: border-box;
}

.tip-box-msg {
    white-space: nowrap;
}

/*ebap panelbox*/
.ebap-panelbox {
    width: 80%;
    background: #F6F9FE;
    z-index: 20000;
    position: absolute;
    top: 5px;
    left: 10%;
    padding: 10px;
    border-radius: 5px;
    display: none;
    max-height: 100%;
    box-shadow: 5px 5px 10px #aaa;
}

.ebap-editor {
    box-shadow: 5px 5px 10px #666;
}

.panelbox-title .open-word {
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.panelbox-title .save {
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #F06A5B;
}

.ebap-panelbox .close-box {
    float: right;
    color: #F06A5B;
    cursor: pointer;
    margin-left: 10px;
}

.ebap-panelbox .max-box {
    float: right;
    color: #3074B5;
    cursor: pointer;
}

.ebap-panelbox .f-s-a {
    float: right;
    color: #3074B5;
    margin-right: 40px;
    position: relative;
    top: -3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ebap-panelbox .f-s-a span {
    margin: 0 10px;
    cursor: pointer;
}

.ebap-panelbox .panelbox-title {
    min-height: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.ebap-panelbox .panelbox-title-content {
    font-size: 14px;
    font-weight: bold;
    color: #3184b3;
}

.ebap-panelbox .panelbox-content {
    padding-top: 10px;
}

.ebap-panelbox .panelbox-load {
    text-align: center;
}

.pop-mask {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

/*miniui 自定义样式*/
body .asLabel .mini-textbox-border,
body .asLabel .mini-textbox-input,
body .asLabel .mini-buttonedit-border,
body .asLabel .mini-buttonedit-input,
body .asLabel .mini-textboxlist-border {
    border: 0;
    background: none;
    cursor: default;
    text-overflow: ellipsis;
}

.asLabel .mini-buttonedit-button,
.asLabel .mini-textboxlist-close {
    display: none;
}

.asLabel .mini-textboxlist-item {
    padding-right: 8px;
}

.asLabel .mini-textbox-input, .asLabel .mini-buttonedit-input {
    font-size: 15px;
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
}

/*jQuery 插件样式集*/
/*full-screen-slide.css v1.0.0 https://github.com/tianjiax/Personal-plug-in-library/tree/master/Full-screen-slide*/
.w-auto-Center {
    margin: 0 auto
}

.slide-box {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto
}

.slide-box .slide-out {
    width: 500%;
}

.slide-box .slide-out .slide-li {
    float: left;
    overflow: hidden;
    text-align: center;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.slide-box .slide-out.isblock .slide-li,
.slide-box .slide-out.full-screen .slide-li {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.slide-box .slide-out .slide-li.slide-li-act {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.slide-box .slide-out .slide-li .slide-li-content {
    width: 100%;
    margin: 0;
}

.slide-page .slide-button-prev,
.slide-page .slide-button-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: url(../images/ban.png), auto;
}

.slide-page .enable,
.slide-page .enable {
    cursor: pointer;
}

.slide-page .slide-button-prev {
    left: 0;
}

.slide-page .slide-button-next {
    right: 0;
}

.slide-page .slide-button-prev i,
.slide-page .slide-button-next i {
    position: relative;
    z-index: 20000;
    display: block;
    width: 40px;
    height: 60px;
    opacity: 0.7;
}

.slide-page .slide-button-prev i {
    background: url(../images/slide-button-prev.png);
}

.slide-page .slide-button-next i {
    background: url(../images/slide-button-next.png);
}

.slide-page .enable:hover i,
.slide-page .enable:hover i {
    opacity: 1;
}

.slide-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slide-pagination .slide-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.4;
}

.slide-pagination .slide-pagination-bullet.slide-pagination-bullet-active {
    opacity: 1;
}