@charset "UTF-8";
/*字体样式*/
/*字体大小开始*/
/*字体大小结束*/
/**按钮组高度，内边距开始**/
/*大型按钮左右边距*/
/*中型小型按钮左右边距*/
/*小型按钮左右边距*/
/**按钮组高度，内边距结束**/
/*table开始*/
/*table开始*/
/*表单控件开始*/
/*表单控件结束*/
/*select 下拉 start*/
/*select 下拉 end*/
/*弹出窗口 start*/
/***alert***/
/*弹出窗口 end*/
/*按钮组尺寸开始*/
.btn {
    box-sizing: content-box;
}

.btn-big {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
}

.btn-middle {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
}

.btn-small {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
}

.btn-cancel {
    height: 28px;
    line-height: 28px;
    border: 1px solid #6461e2;
}

/*按钮组尺寸结束*/
/*table开始*/
table.table {
    font-family: "微软雅黑";
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.table th {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.table th, .table td {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    white-space: nowrap
}

.table th {
    font-size: 14px;
}

.table_caozuo {
    text-align: center;
}

.table-btn-div {
    padding-left: 5px;
    display: inline-block;
    vertical-align: text-top;
}

.table_caozuo .btn {
    float: left;
    margin-right: 5px;
}

/*table开始*/
/*表单控件开始*/
/* label{width:$size14;height:$size14;display:$displayInlineBlock} */
.label {
    height: 16px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    cursor: pointer;
}

/* label:before { content: ""; width: 14px; height: 14px; display: inline-block; vertical-align: middle; margin-bottom: 3px; } */
/* label span {vertical-align: middle; margin-bottom: 3px; display: inline-block; } */
.label span {
    height: 18px;
    line-height: 18px;
    line-height: 20px;
    float: left;
    padding-left: 4px;
}

.label .show_choice {
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 0;
    background: url(../../img/common/check_groups.png) no-repeat -1px -57px;
    float: left;
}

body .label .lock_show_choice {
    background-position: 0 -132px
}

.label-select-radio .show_choice {
    background-position: 0 -151px;
}

.label-checkbox .show_choice {
    background-position: 0 -95px
}

.show_choice_default .show_choice {
    background-position: 0 -133px
}

.label-select-checkbox .show_choice {
    background-position: 0 -76px
}

.label > input {
    display: none;
}

/*表单控件结束*/
/*select 下拉 start*/
._select_ {
    display: none;
}

.drop {
    width: 250px;
    position: relative;
}

.drop_title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drop_title:after {
    display: inline;
    width: 0px;
    height: 0px;
    content: "";
    border: solid;
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 9px;
    top: 13px;
}

.drop_option {
    min-width: 150px;
    max-height: 250px;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 0px;
    z-index: 5;
    overflow: auto;
}

.drop_option li {
    font-size: 14px;
    text-align: left;
    float: none;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    list-style-type: none;
    padding: 0 8px;
    cursor: pointer;
}
.drop_page{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.drop_page>i{
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-top: 10px;
    cursor: pointer;
}
.drop_page_next{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.drop_page_prev{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
/*select 下拉 end*/
/*弹出窗口 start*/
iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.alert_window {
    display: none;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -89px;
    z-index: 100005;
}

.new_alert_window {
    border-radius: 5px;
    /*overflow: hidden*/
}

.alert_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.new_alert_window .alert_title {
    height: 16px;
    line-height: 16px;
    text-align: left;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
}

/*.alert_title .alert_close_ {*/
/*width: 12px;*/
/*height: 12px;*/
/*background: url(../../img/plugin/window_close.png) no-repeat center;*/
/*position: absolute;*/
/*right: 20px;*/
/*top: 14px;*/
/*cursor: pointer;*/
/*}*/
.alert_title .alert_close_list {
    width: 12px;
    height: 12px;
    background: url(../../img/plugin/window_close.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}

.alert_content {
    position: relative;
}

.new_alert_window .alert_content {
    padding: 0 30px
}

/*此处增加mao更改新的弹框时候的样式控制*/
.ui_change .alert_content {
    padding: 0 30px
}

.ui_change {
    border-radius: 5px;
    /*overflow: hidden*/
}

.alert_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.ui_change .alert_title {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 40px 30px 30px 30px;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    position: relative;
}

.ui_change .alert_main {
    min-width: 250px;
    _width: 250px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.ui_change .alert_title .title_left_arrow {
    width: 88px;
    height: 5px;
    background: url(/resources/images/plugin/bubble_left_arrow.png) no-repeat center;
    /*position: absolute;*/
    display: inline-block;
    background-size: 88px 5px;
}

.ui_change .alert_title .title_right_arrow {
    /*position: absolute;*/
    width: 88px;
    height: 5px;
    background: url(/resources/images/plugin/bubble_right_arrow.png) no-repeat center;
    background-size: 88px 5px;
    display: inline-block;
}
.ui_change .alert_title .title_center_arrow{
    display: inline-block;
    padding:0 20px;
}
.ui_change .alert_title .alert_close_ {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background: url(/resources/images/plugin/window_close.png) no-repeat center;
    /*background: url(../../img/plugin/window_close.png) no-repeat center;*/
    position: absolute;
    background-size: 30px;
    right: 0px;
    top: -50px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}

.ui_change .alert_content {
    position: relative;
}

.ui_change .alert_content {
    padding: 0 30px
}

/*此处增加mao更改新的弹框时候的样式控制结束*/
.alert_btn {
    text-align: center;
}

.alert_btn_fixed {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 80px;
}

.btn_group {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.btn_group .btn {
    margin: 0 2.5px;
}

.alert_mengceng {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100004;
}

/*alert样式*/
.alert_main_, .confirm_main_ {
    min-width: 357px;
    _width: 357px;
    min-height: 178px;
}

.alert_main_ .alert_content, .confirm_main_ .alert_content {
    width: 310px;
    min-height: 88px;
    _height: 88px;
    padding: 30px 20px 20px 20px;
    border-radius: 0 0 4px 4px;
}

.alert_main_ .main_content {
    font-size: 14px;
}

/*弹出窗口 end*/
/*hover悬浮窗 start*/
.hover_content {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*hover悬浮窗 end*/
/*悬浮提示 start*/
/*悬浮提示 end*/

/*# sourceMappingURL=plugin.css.map */
