* {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 0;
    margin: 0;
}
html {
    font-size: 12px;
    font-family:  "Arial", "Microsoft Yahei", sans-serif;
    padding: 0;
    margin: 0;
    min-width: 1280px;
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #555;
    background: #f2f2f2;
}
ol, ul ,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: normal;
}
a {
    text-decoration: none;
    border: none;
    cursor: pointer;
}
a:hover, a:link, a:active, a:visited {
    color: #555;
}
img {
    vertical-align: top;
    border: none;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.marginFix:before,
.marginfix:before{
    content: ".";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    float: none;
    overflow: hidden;
    visibility: hidden;
}
.clearFix:after,
.clearfix:after{
    content: ".";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    float: none;
    overflow: hidden;
    visibility: hidden;
}

/*::-webkit-scrollbar*/
/*{*/
    /*display: none;*/
/*}*/

article, aside, details, figcaption, figure, footer, header, nav, section, main {
    display: block;
}

input, textarea, keygen, select, button {
    font-family: "Arial", "Microsoft Yahei", sans-serif;
}
input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 6px 6px;
    width: 220px;
    border: 1px solid #e6e6e6;
    resize: none;
    line-height: 12px;
    outline: none;
    background: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input:focus, textarea:focus {
    border-color: rgba(60, 206, 255, 0.8);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 206, 255, 0.8);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 206, 255, 0.8);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 206, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 206, 255, 0.8);
}

:-moz-placeholder {
    color: #b5b5b5;
    font-size: 13px;
}
:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 13px;
}
input::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 13px;
}
input.error {
    color: #b94a48;
    border: 1px solid #dc6060;
    background: #fbecec;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    -o-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

input.valid {
    color: #468847;
    border: 1px solid #57a957;
    -webkit-box-shadow: 0 0 6px #9acc9a;
    -moz-box-shadow: 0 0 6px #9acc9a;
    -o-box-shadow: 0 0 6px #9acc9a;
    box-shadow: 0 0 6px #9acc9a;
}
input[type=radio], input[type=checkbox] {
    width: auto!important;
    height: auto!important;
    cursor: pointer;
}
input[type=radio]:focus, input[type=checkbox]:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}

/*input[type=button], input[type=reset], input[type=submit] {
	width: auto;
	height: auto;
	border: none;
}*/

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button {
    outline: none;
    border: none;
}

.label-text {
    font-size: 14px;
    line-height: 30px;
}
.label-text.block {
    display: block;
}
.radio-label, .checkbox-label {
    position: relative;
    min-height: 20px;
    padding-left: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.radio-label>.label-text, .checkbox-label>.label-text {
    min-width: 50px;
}
.radio-label>.radio-icon, .checkbox-label>.checkbox-icon {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #3d9dde;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.radio-label>.radio-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio-label>input:checked~.radio-icon{
    border: 5px solid #3d9dde;
}
.checkbox-label>input:checked~.checkbox-icon {
    border-color: #3d9dde;
    background: #3d9dde url(/static/common/images/checkmark.png) 1px 2px no-repeat;
}
.checkbox-label>input:indeterminate~.checkbox-icon {
    border-color: #3d9dde;
    background: #3d9dde;
}
.checkbox-label>input:indeterminate~.checkbox-icon::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 4px;
}
.radio-label>input[type=radio], .checkbox-label>input[type=checkbox] {
    display: none;
}

body .btn {
    display: inline-block;
    line-height: 27px;
    cursor: pointer;
    padding: 0 14px;
    color: #fff;
    background: #3d9dde;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    vertical-align: top;
}
.btn.cancel,.btn.gray {
    background: #bebebe;
    color: #fff;
    border: 1px solid #e6e6e6;
}
.btn.white {
    background: #fff;
    color: #bebebe;
    border: 1px solid #d0cdcd;
}
.btn.btn-block {
    display: block;
}
.select-outer {
    border: 1px solid #eee;
    padding: 3px 0;
    width: 160px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.select-inner {
    height: 20px;
    position: relative;
}
.select-inner select {
    background: none;
    outline: none;
    border: none;
    width: 160px;
}

/* 翻页 start */
.page {
    padding: 10px 5px;
    border-top: none;
}
.page>div {
    float: right;
}
.page-list {
    display: inline-block;
}
.page-list>a {
    display: inline-block;
    padding: 2px 8px;
    line-height: 16px;
    border: 1px solid #e4e4e4;
    color: #666666;
}
.page-list>a.active {
    color: #ffffff;
    background: #3d9dde;
    border-color: #3d9dde;
}
/* 翻页 end */

/* 表单 start */
#form {
    padding-top: 20px;
    padding-bottom: 60px;
}
.form-item {
    margin: 20px 30px;
}
.form-item:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    float: none;
    clear: both;
}
.form-item:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    float: none;
    clear: both;
}
.form-item>.form-item-title {
    display: block;
    width: 220px;
    line-height: 30px;
    min-height: 30px;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    float: left;
}
.form-item>.form-item-title.required:before {
    content: "*";
    color: #f32f2f;
    margin-right: 5px;
    font-size:20px;
    vertical-align:middle;
}
.form-item>.form-item-title.bold {
    font-weight: bold;
}
.form-item>.form-item-content {
    display: block;
    max-width: calc(100% - 150px);
    float: left;
    line-height: 30px;
}
.form-item>.form-item-content.text {
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
}
.form-item>.form-item-content.button>.btn {
    margin-right: 50px;
}
.form-item>.form-item-content>.progress {
    width: 250px;
    margin-left: 0;
}
.form-item>.form-item-content>.notice {
    margin-top: 5px;
}
.form-item>.form-item-content .error {
    color: #b94a48;
    padding-left: 5px;
}
.form-item>.form-item-content label {
    padding-right: 10px;
}
.form-item>.form-item-content select {
    height: 28px;
    line-height: 28px;
    min-width: 100px;
}
.form-item .select2-container {
    width: 120px;
    min-width: 120px;
    float: left;
}
.select2-container--default .select2-selection--single,.select2-dropdown {
    border:1px solid #e6e6e6 !important;
}

/* 表单 end */

/* 进度条 start */
.progress {
    display: none;
    height: 20px;
    margin: 10px auto;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress.active {
    display: block;
}
.progress-bar {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress.active>.progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}
/* 列表内进度条2 */
.progress2 {
    height: 8px;
    margin: auto;
    overflow: hidden;
    width: 180px;
    background: #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(102,102,102,.1);
    box-shadow: inset 0 1px 2px rgba(102,102,102,.1);
}

.progress2-bar {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #86f1f3;
    -webkit-box-shadow: inset 0 -1px 0 rgba(134,241,243,.15);
    box-shadow: inset 0 -1px 0 rgba(134,241,243,.15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#loading {
    background: rgba(255, 255, 255, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: -webkit-transform .1s;
    -moz-transition: -moz-transform .1s;
    -ms-transition: -ms-transform .1s;
    -o-transition: -o-transform .1s;
    transition: transform .1s;
}
#loading.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#loading-animation {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
#loading-animation::before, #loading-animation::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: loading-bounce 2s infinite ease-in-out;
    -o-animation: loading-bounce 2s infinite ease-in-out;
    animation: loading-bounce 2s infinite ease-in-out;
}
#loading-animation::after {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes loading-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@-o-keyframes loading-bounce {
    0%, 100% { -o-transform: scale(0.0) }
    50% { -o-transform: scale(1.0) }
}
@keyframes loading-bounce {
    0%, 100% { transform: scale(0.0) }
    50% { transform: scale(1.0) }
}

/*头部的间隔线*/
.part_line {
    width: 0;
    height: 30px;
    border-left: 1px solid #343434;
    border-right: 1px solid #232323;
    position: absolute;
}
.news {
    position: relative;
    margin-right: 60px;
}
.glyphicon-bell i {
    position: absolute;
    padding: 0 2px;
    border: 1px solid #dd7171;
    background: #d13d3d;
    font-size: 12px;
    top: -5px;
    left: 11px;
    max-width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
#balance {
    margin-top: 11px;
    font-size: 14px;
}
#balance span {
    color: #fff600;
}

#header {
    position: absolute;
    top: 0;
    z-index: 99;
    background: url('/static/common/images/header.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 54px;
    min-width: 1200px;
}
#header-left {
    color: #fff;
    width: 300px;
    padding-left: 24px;
}
#header-info {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
}
#header-info>a {
    color: #ffffff;
}

#logo {
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    text-indent: -999em;
}
.admin-logo {
    height: 24px;
    margin-top: 14px;
    background: url('/static/admin/images/index/logo.png?20180007') no-repeat left center;
    background-size: contain;
}
.home-logo {
    height: 24px;
    margin-top: 14px;
    background: url('/static/home/images/logo.png?20180007') no-repeat left center;
}
.agent-logo {
    height: 24px;
    margin-top: 14px;
    background: url('/static/agent/images/logo.png?20180007') no-repeat left center;
}
#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    background: #09293e;
    width: 80px;
    padding-top: 90px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav1-item {
    position: relative;
}
.nav1-item.active,.nav1-item:hover {
    background: #12364f;
}

.nav1-item.active .nav-trangle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin-top: -5px;
    border: 8px dashed transparent;
    border-right: 8px solid #fff;
}
.nav-name {
    white-space: nowrap;
    overflow: hidden;
}
.nav1-item>.nav-name {
    display: block;
    height: 84px;
    color: #fff;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.nav-name>b {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -7px;
}
.nav-name-text {
    padding: 45px 5px 0;
    margin: 0;
    text-align: center;
}


.aside2 {
    background: #fff;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.aside2>li {
    display: none;
}
.aside2>li.active ,.aside2 a.active .bottom-line ,.aside2 a:hover .bottom-line{
    display: block;
}
.aside2 a {
    position: relative;
    display: block;
    /*width: 140px;*/
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    text-align: center;
}
.aside2 a:hover,.aside5 a:hover {
    color: #3d9dde;
}
.home-body .aside3 {
    display: block;
}
.aside3 {
    display: none;
    line-height: 40px;
    margin: 0 -26px 0 -25px;
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
}
.aside3.active {
    display: block;
}
.aside3>li {
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #e6e6e6;
}
.aside3>li:hover {
    background: #fff;
}
.aside3>li.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -2px;
}

/*五级导航*/
.aside5 {
    border-bottom: 2px solid #e6e6e6;
}
.aside5 li {
    height: 40px;
    line-height: 40px;
}
.aside5 a {
    padding: 10px 30px 10px 4px;
    line-height: 50px;
    text-align: left;
}

/*管理平台的四级导航*/
.nav3-list {
    margin: 0;
}
.nav3-list a {
    width: auto;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
}
.nav3-list a.active {
    color: #3d9dde;
}
    /*面包屑*/
.crumbs {
    line-height: 50px;
    padding-left: 24px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 30px;
}
.crumbs .active {
     color: #3d9dde;
 }

.bottom-line {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3d9dde;
}
.hr-line {
    width: 96%;
    height: 2px;
    margin: 10px 10px 10px 0px;
    background: #e6e6e6;
}
.text-ellipsis {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*#main {*/
/*padding: 0 34px 30px 34px;*/
/*}*/
#main {
    padding: 54px 0 0 80px;
    min-height: 100%;
}
#main-content {
    min-height: 500px;
    background: #ffffff;
    margin: 30px 20px 0;
    padding: 0 24px 40px;
    overflow: hidden;
}
.margin-bottom-fixed {
    margin-bottom: 20px;
}
.scroll-bar-box {
    width: 100%;
    overflow: auto;
    min-height: 200px;
}
/*搜索条件*/
.query_list {
    padding: 10px 0;
}
.query_list li {
    margin-right: 10px;
    margin-top: 4px;
    height: 42px;
}
.query_list input[type="text"]{
    width: 150px;
}
#query_list input[type=date]{
    width: 80px;
}
.query_list .select-outer{
    width: 120px;
    min-width: 120px;
}
.query_list select{
    width: 120px;
}
.query_list input[name=range_time]{
    width: 160px;
}

/*列表样式*/
table {
    border-collapse:collapse;
}
tfoot>tr>td {
    padding: 0 20px;
}
.table {
    width: 100%;

}
.table:not(.fixedColumnsTable):not(.fixedColumnsSortingTable) th {
    height: 40px;
}
.table:not(.fixedColumnsTable):not(.fixedColumnsSortingTable) td {
    height: 38px;
}
.table th {
    height: 32px;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}

.table tbody td {
    border: 1px solid #eee;
    border-top: none;
    border-bottom: 1px dashed #eee;
    word-break: break-all;
    padding: 0 6px;
}
.table tbody :not(.note) {
    white-space: nowrap;
}
.table tbody .edit-td {
    min-width: 100px;
}
.table tbody tr:last-child td {
    border-bottom: 1px solid #eee;
}
.table td {
    height: 32px;
    text-align: center;
    padding: 5px;
}
.table tfoot td {
    border-top: 1px solid #eee;
}
.table tfoot select {
    margin: 0 5px;
}
.table .pro {
    width: 250px;
}
.table-text-nowarp td {
	white-space: nowrap;
}
.slide_change .operation {
	display: none;
	min-width: 180px;
	text-align: center;
}
.slide_change .edit-icon {
	display: none;
	min-width: 5px;
	text-align: center;
	font-size: 15px;
	float: right;
	position:absolute;
	right: 3px;
	top: 8px;
	color: #00afe3;
	cursor:pointer;
}

.slide_change tbody tr td {
    transition: background 0.2s ;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
}
/*.slide_change tbody tr:hover td,*/
.slide_change tbody tr.hover td {
    background: rgba(0,175,227,0.1);
}
/*.slide_change tbody tr:hover td .operation,*/
.slide_change tbody tr.hover td .operation{
    display: block;
}
/*.slide_change tbody tr:hover td .progress2,*/
.slide_change tbody tr.hover td .progress2{
    display: none;
}
/*.slide_change tbody tr:hover td .consume,*/
.slide_change tbody tr.hover td .consume{
    display: none;
}
.slide_change td input {
    border:none;
    width:100%;
    height:100%;
    outline: 0;
    box-shadow: none;
    text-align: center;
    padding:0;

}
.slide_change td input+span{
    color: #00afe3;
}
.slide_change td .quick-btn a,
.slide_change td .quick-btn span
{
    padding:1px 2px;
    background-color: #00afe3;
    color: #fff;
}
.slide_change .budget .edit-icon , .slide_change .edit-td .edit-icon{
    font-size: 15px;
    float: right;
    min-width: 5px;
    position:absolute;
    right: 5px;
    top: 15px;
    cursor:pointer;
    color:#00afe3;
}
.table tbody .btn {
    padding: 0 8px;
    line-height: 20px;
}

.table .note {
    max-width: 200px;
}

/* 限制表格元素宽度 */
.td_width_l {
    max-width: 11em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-width-sm {
	width: 80px;
	min-width: 80px;
	white-space: normal !important;
}
.td-width-l {
	width: 120px;
	min-width: 120px;
	white-space: normal !important;
}
.td-width-xl {
	width: 180px;
	min-width: 180px;
	white-space: normal !important;
}

/*表格上修改*/
.today_data_edit:hover input {
    border-color: rgba(60, 206, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 206, 255, 0.8);
}
.today_data_edit .edit_icon {
    position: absolute;
    right: -18px;
    top: 18px;
    color: #00afe3;
    font-size: 15px;
}
.edit_box input {
    border: none;
    width: 84px;
    height: 24px;
    line-height: 24px;
    outline: 0;
    box-shadow: none;
    padding: 0;
}
input.text-left {
    text-align: left;
}
.company-name-td {
    min-width: 80px;
}
.company-name-td {
    min-width: 80px;
}
/*列表上部状态*/
/*.status {
	border-bottom: 1px solid #eee;
}*/
.status li {
    margin-right: 38px;
}
.status li a {
    padding: 5px 15px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-size: 14px;
    display: block;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.status li.active a {
    border: 1px solid #3d9dde;
    background: #3d9dde;
    color: #fff;
}
.check-tips {
    color: #f32f2f;/*红色*/
}
.show {
    display: block;
}
.hide {
    display: none;
}
/*状态色值*/
.colorred {
    color: #f32f2f;/*红色*/
}
a.colorred {
    color: #f32f2f;/*红色*/
}
.colororange {
    color: #f6810f;/*橙色*/
}
a.colororange {
    color: #f6810f;/*橙色*/
}
.colorgreen {
    color: #69ae30;/*绿色*/
}
a.colorgreen {
    color: #69ae30;/*绿色*/
}
.colorblue {
    color: #00afe3;
}
a.colorblue {
    color: #00afe3;
}
.colordarkblue {
    color: #1b6aad;/*蓝色*/
}
a.colordarkblue {
    color: #1b6aad;/*蓝色*/
}
.colorgray {
    color: #888888;/*灰色 (已结束)*/
}
a.colorgray {
    color: #888888;/*灰色 (已结束)*/
}
a.underline {
	text-decoration: underline;
}
.bgdgray {
    /*background-color: #dfe0e0;*/
    background-color: #f2f2f2;
}
.bgdwhite {
    background-color: #fff !important;
}

/*边距*/
.padding-m {
    padding: 20px;
}
.padding-t-s {
    padding: 10px;
}

.finance li {
	width: 216px;
	height: 94px;
	color: #fff;
	padding: 0 35px;
	margin: 0 20px;
}
.table .remark {
    width: 200px;
}
.finance li:nth-child(1) {
    background: url(/static/admin/images/index/total.png);
}
.finance li:nth-child(2) {
    background: url(/static/admin/images/index/balance.png);
}
.finance li:nth-child(3) {
    background: url(/static/admin/images/index/consume.png);
}
.finance li p, .finance li div{
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    max-width: 154px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.industry-container {
    float: left;
    width: 240px;
    border: 1px solid #eee;
    margin: 20px;
}
.industry-caption {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px;
    background: #ececec;
}
.industry-search .search-input {
    float: left;
    width: 85%;
}
.industry-search .search-btn {
    float: left;
    width: 15%;
    text-align: center;
    line-height: 26px;
    border: 1px solid #eee;
}
.industry-search .search-btn:active {
    border: 1px solid #ccc;
}
.industry-select-all , .industry-select-current-all {
    color: #3d9dde;
    float: right;
    padding: 0 6px;
    cursor: pointer;
}
.industry-delete-all , .industry-delete-current-all {
	display: none;
    color: #3d9dde;
    float: right;
    padding: 0 6px;
    cursor: pointer;
}
.current-select-all.add .industry-select-current-all {
	display: block;
}
.current-select-all.delete .industry-select-current-all {
	display: block;
}

.industry-delete-all a {
    color: #73c6e8;
}
.classify ,.selected-classify {
    height: 350px;
    overflow: auto;
}
/*#industries, #selected-industries {
    height: 350px;
    overflow: auto;
}*/
.industry0-item>ul {
    display: none;
    margin-left: 20px;
}
.industry0-item.active>ul {
    display: block;
}
.industry0-item>.industry-name {
    position: relative;
}
.industry0-item>.industry-name>i {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.industry0-item.active>.industry-name>i {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.industry0-item>.industry-name>i:before, .industry0-item>.industry-name>i:after {
    content: "";
    display: block;
    background: #555555;
    position: absolute;
}
.industry0-item>.industry-name>i:before {
    width: 1px;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.industry0-item>.industry-name>i:after {
    width: 100%;
    height: 1px;
    top: 4px;
    left: 0;
}
.industry0-item.active>.industry-name>i:before {
    opacity: 0;
}
.industry-name {
    padding: 10px 10px 10px 25px;
    cursor: pointer;
}
/*计算选中标签个数样式*/
.count-target-container .classify {
    height: 315px;
    padding-left: 4px;
}
.checked-overview-box {
    padding-left: 4px;
}
.count-target-container .selected1-item {
    padding-left: 20px;
}
.count-target-container .selected-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/common/images/right-icon.png") no-repeat;
    background-size: contain;
}
.count-target-container .unselected-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}
.count-edit-container + .to-right-tag {
    margin-top: 180px;
}
.count-edit-container + .to-right-tag .counting-tag {
    height: 30px;
    line-height: 30px;
}

/*查看弹框*/
.check_container {
    min-width: 200px;
    max-width: 1000px;
    background: #f4f4f4;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 30px #c6c6c6;
    -moz-box-shadow: 0 0 30px #c6c6c6;
    -o-box-shadow: 0 0 30px #c6c6c6;
    box-shadow: 0 0 30px #c6c6c6;
    border: 1px solid #c6c6c6;
    display:none;
    z-index: 11;
}

.check_container .glyphicon-remove {
    position: absolute;
    right: 17px;
    top: 14px;
}
.check_container .content {
    padding: 10px 45px;
}
.check_container tr td:nth-child(1) {
    text-align: right;
}
.check_container tr td:nth-child(2) {
    padding-left: 28px;
}
/*拒绝原因弹出框*/
.refuse_reason {
    min-width: 200px;
    max-width: 1000px;
    background: #f4f4f4;
    background-image: -moz-linear-gradient(top, #fff, #f9f9f9);
    background-image: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background-image: -ms-linear-gradient(top, #fff, #f9f9f9);
    background-image: -o-linear-gradient(top, #fff, #f9f9f9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 6px #d5d5d5;
    -moz-box-shadow: 0 0 6px #d5d5d5;
    -o-box-shadow: 0 0 6px #d5d5d5;
    box-shadow: 0 0 6px #d5d5d5;
}
.refuse_reason {
    display:none;
}
.refuse_reason .glyphicon-remove {
    position: absolute;
    right: 8px;
    top: 4px;
}
.refuse_reason .content {
    padding: 10px 20px;
}
.upload-container {
    position: relative;
}
.upload-container>.re_upload {
    display: none;
    position: absolute;
    right: -120px;
    bottom: 10px;
}
.upload-container.active>.re_upload {
    display: block;
}
.upload-label {
    display: block;
    width: 230px;
    height: 100px;
    border: 1px solid #c1c1c1;
    position: relative;
}
.upload-container.active>.upload-label {
    height: auto;
}
.upload-label>i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.upload-container.active>.upload-label>i {
    display: none;
}
.upload-label>i:before, .upload-label>i:after {
    content: "";
    display: block;
    background: #eee;
    position: absolute;
}
.upload-label>i:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 23px;
}
.upload-label>i:after {
    width: 100%;
    height: 4px;
    top: 23px;
    left: 0;
}
.upload-label>input[type=file] {
    display: none;
}
.upload-label>img {
    display: none;
    width: 100%;
    height: auto;
}
.upload-container.active>.upload-label>img {
    display: block;
}

.modal-wrapper, .modal-wrapper-too {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}
.modal-container {
    width: 600px;
    background: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding-bottom: 10px;
}
.modal-header {
    background: #09293E;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.modal-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.modal-close:before, .modal-close:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 10px;
}
.modal-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-close:hover {
    -webkit-animation: closePop .5s 0s ease-in-out;
    animation: closePop .5s 0s ease-in-out;
}
@-webkit-keyframes closePop{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes closePop{
    0%{-moz-transform:rotate(0deg);}
    100%{-moz-transform:rotate(360deg);}
}
@-o-keyframes closePop{
    0%{-o-transform:rotate(0deg);}
    100%{-o-transform:rotate(360deg);}
}
@keyframes closePop{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.modal-content {
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
}
.modal-content .form-item>.form-item-title {
    width: 150px;
}
.modal-container .bot {
    text-align: center;
}
.btn.modal-close-btn {
    background: #efefef;
    border: 1px solid #eee;
    color: #555;
}

/*用户中心*/
#usercenter h2 {
    line-height: 54px;
    /*background: url(/static/common/images/bg-aside.png);*/
    background: url(/static/common/images/header.jpg) no-repeat;
    width: 100%;
    min-width: 1200px;
    background-size: cover;
    color: #fff;
    padding-left: 30px;
}
#usercenter .main {
    padding: 20px 30px;
}
#usercenter .container {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 50px 50px 100px 50px;
}
#usercenter .point_img li {
    width: 26%;
    height: 50px;
    margin: 0 3%;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: url('/static/home/images/usercenter/1.png') 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
#usercenter .point_img li:nth-child(1) {
    background-image: url('/static/home/images/usercenter/1.png');
}
#usercenter .point_img li.active {
    color: #fff;
}
#usercenter .point_img li:nth-child(1).active {
    background-image: url('/static/home/images/usercenter/1.1.png');
}
#usercenter .point_img li:nth-child(2) {
    background-image: url('/static/home/images/usercenter/2.png');
}
#usercenter .point_img li:nth-child(2).active {
    background-image: url('/static/home/images/usercenter/2.1.png');
}
#usercenter .point_img li:nth-child(3) {
    background-image: url('/static/home/images/usercenter/3.png');
}
#usercenter .point_img li:nth-child(3).active {
    background-image: url('/static/home/images/usercenter/3.1.png');
}
#usercenter form {
    margin-top: 7%;
}
#usercenter .suc_prompt_contain {
    border: 1px solid #d9b0b0;
    background: #ffefef;
    width: 90%;
    margin-top: 7%;
    margin-left: 3%;
    padding: 4% 0 4% 10%;
}
#usercenter h3 {
    font-size: 20px;
    line-height: 40px;
}
#usercenter .form-item-title {
    width: 36%;
}
.campaign_theme {
    background: #f9f9f9;
    border: 1px solid #eee;
    font-size: 19px;
    line-height: 41px;
    padding-left: 34px;
}

.pointer{
    cursor: pointer;
}
#time_check label {
    padding-right: 0;
}
/*活动详情页地域媒体选项*/
.detail-item {
    float: left;
    display: none;
    min-width: 150px;
}
.detail-item.active {
    display: inline-block;
    margin-right: 10px;
}

/*大图显示*/
#big-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
}
#close-big-image {
    background: rgba(200, 200, 200, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
    cursor: pointer;
}
#close-big-image:before, #close-big-image:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#close-big-image:before {
    width: 4px;
    height: 32px;
    top: 4px;
    left: 18px;
}
#close-big-image:after {
    width: 32px;
    height: 4px;
    top: 18px;
    left: 4px;
}
#big-image-list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#big-image-list>.item {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
#big-image-list>.active, #big-image-list>.next, #big-image-list>.prev {
    display: block;
}
#big-image-list>.active {
    left: 0;
    z-index: 10;
}
#big-image-list>.next, #big-image-list>.prev {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
#big-image-list>.next {
    left: 100%;
}
#big-image-list>.prev {
    left: -100%;
}
#big-image-list>.next.left, #big-image-list>.prev.right {
    left: 0;
}
#big-image-list>.active.left {
    left: -100%;
}
#big-image-list>.active.right {
    left: 100%;
}
#big-image-list>.item>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#prev-image, #next-image {
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-indent: -99999px;
    cursor: pointer;
}
#prev-image {
    left: 20px;
}
#next-image {
    right: 20px;
}
#prev-image:after, #next-image:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
}
#prev-image:after {
    border-right: 26px solid #cccccc;
}
#next-image:after {
    border-left: 26px solid #cccccc;
}

textarea#refuse_reason {
    width:100%;
    min-height:100px;
}

/*table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {*/
	/*!*content: " \25c6";*!*/
/*}*/
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort) {
	cursor: pointer;
	background-image: url("../images/sort_both.png");
    background-repeat: no-repeat ;
    background-position: center right;

}
table.sortable th:not(.sorttable_nosort) {
    padding-left: 10px;
    padding-right: 16px;
}

th span#sorttable_sortrevind,span#sorttable_sortfwdind {
    color: #3d9dde;
    font-size: 12px;
    line-height:22px;
}
th.sorttable_sorted,th.sorttable_sorted_reverse {
    background: #ccc;
    cursor: pointer;
}
th.sorttable_sorted {
	background: url("../images/sort_desc.png") no-repeat center right;
}
th.sorttable_sorted_reverse {
	background: url("../images/sort_asc.png") no-repeat center right;
}

tfoot td {
    border: 1px solid #eee;
}


/* 字体图标 */
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}
.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}
.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}
.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}
/*字体图标结束*/

/* 自定义列样式 */
.column-settings{
    position: relative;
}
#setColModal {
    position: absolute;
    display: none;
    width: 430px;
    min-height: 400px;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 5px #bcbcbc;
    z-index: 11;
}
#setColModal .modal-content{
    padding: 10px 15px 20px;
    max-height: 400px;
}
#setColModal input{
    vertical-align: middle;
}
#setColModal .items-wrap{
    overflow: hidden;
    margin-left: 30px;
}
#setColModal .checkbox-inline{
    float:left;
    width: 90px;
    line-height: 2;
}
#setColModal .modal-content h2{
    font-size: 14px;
    margin:5px 0 10px;
}
#setColModal .modal-footer{
    text-align: center;

}
#setColModal .modal-footer button{
    margin:0 20px 20px;
}

/*开关控件-start*/
.switch-btn{
    display: inline-block;
    position: relative;
    width: 42px;
    height: 22px;
    border: solid 2px #ccc;
    background-color: #ccc;
    border-radius: 12px;
    margin: 5px;
    cursor: pointer;
    vertical-align: middle;
}
.switch-btn i{
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 2px #ccc;
    background-color: #fff;
    border-radius: 50%;
    left: -2px;
    right: auto;
    top: -3px;
}
.switch-btn.on{
    border: solid 2px #1dc116;
    background-color: #fff;
}
.switch-btn.on i{
    border: solid 2px #1dc116;
    background-color: #1dc116;
    left: auto;
    right: -2px;
}
/*开关控件-end*/

/*编辑弹框控件-start*/
.editor_container,.editor-tool{
    width: 300px;
    min-height: 135px;
    background-color: #fff;
    position: fixed;
    border: #ccc solid 1px;
    z-index:111;
    box-shadow: 1px 1px 5px #bcbcbc;
    margin-left: 0;
}
.editor-tool form{
    text-align: center;
    margin-top: 30px;
}
.editor-tool form .form-group{
    margin: 10px 0 20px 20px;
    text-align: left;

}
.editor-tool form label{
    text-align: right;
    margin-right: 10px;
}
.editor-tool form input{
    text-align: left;
    text-indent: 12px;
    width: 180px;
    height: 28px;
    border: solid 1px #ccc;
}
.editor-tool form input:focus{
    border: solid 1px dodgerblue;
}
.editor-tool form button{
    margin:0 15px;
    padding: 3px 15px !important;
}
.editor-tool form .cancelBtn{
    background-color: #fff;
    border: solid 1px #ccc;
    color: #666;
}
/*编辑弹框控件-end*/

/*确认弹框控件-start*/
.confirm-tool{
    width: 300px;
    min-height: 180px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 200px;
    /*border: #ccc solid 1px;*/
    /*padding: 20px;*/
    margin-left: -150px;
    z-index: 999;
    /*box-shadow: 1px 1px 5px #bcbcbc;*/
    border-radius: 3px;
    overflow: hidden;
}
.confirm-tool h3{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #3d9dde;
    color: #fff;
}
.confirm-tool .message {
    font-size: 14px;
    line-height: 26px;
    margin: 30px;
    word-break: break-all;
    color: #1d1d1d;
    text-align: center;
}
.confirm-tool  .add-tag {
    display: inline-block;
    min-width: 60%;
    text-align: left;
}
.confirm-tool .btn-group{
    text-align: center;
    margin-bottom: 20px;
}
.confirm-tool button:hover{
    opacity: 1;
}
.confirm-tool .btn-group button{
    margin: 0 20px;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: .9;
    background-color: #3d9dde;
}
.confirm-tool button.cancelBtn{
    background-color: #d9d9d9;
}
.batch-edit-box {
    width: 600px !important;
    margin-left: -300px !important;
}
.batch-edit-box .message {
    margin: 20px;
    text-align: left;
    font-size: 14px;
}
.table-container {
    width: 100%;
    overflow: scroll;
}
/*确认弹框控件-start*/


/*消息提示框*/
.tip-message-tool{
    position: absolute;
    left: 46%;
    top: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid transparent;

}
.tip-message-tool .glyphicon{
    margin-right: 5px;
}
.tip-message-tool.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tip-message-tool.alert-info {
    color: #3d9dde;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.tip-message-tool.alert-warn {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.slide_change tbody tr:hover .quick-btn,.slide_change tbody tr.hover .quick-btn{
    display: block;
}
.slide_change .quick-btn{
    font-size: 10px;
    cursor:pointer;
}




/*时间插件样式*/
.daterangepicker{
    display: none;
    box-shadow: 1px 1px 5px #bcbcbc;
    background: #f5f5f5;
}
.daterangepicker td, .daterangepicker th{
    font-size: 12px;
}
.daterangepicker .ranges li{
    padding: 3px 3px;
    display: inline-block;
    margin: 0 2px 6px;
}
.daterangepicker.single {
    width: 278px;
}
.daterangepicker.single .ranges{
    margin-left: 80px;
}
.daterangepicker .calendar-table {
    border-color: #eee!important;
    margin-top: 8px;
}
.daterangepicker .calendar {
    display: block;
    float: left;
    margin: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #3d9dde!important;
    /*border-color: #3d9dde!important;*/
}
.daterangepicker .calendar.single.right{
    display: none!important;
}

/*过滤无效数据*/
.query_list{
    position: relative;
}
.query_list .data-filter-box{
    position: absolute;
    right: 0;
    top: -30px;
}
.query_list .data-filter-box input{
    vertical-align: middle;
}


/*表格冻结插件*/
#slide_change_filter,#slide_change_info {
    display: none!important;
}
table.DTFC_Cloned{
    /*display: none;*/
}
.DTFC_LeftBodyLiner{
    overflow-x: hidden!important;
}
table.dataTable thead th,
table.dataTable thead td,
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border: none!important;
}
.dataTables_scrollHeadInner>table.dataTable{
    border: 1px solid #eee!important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #eee !important;
}


/*新建计划弹窗*/
.addOfferModal{
    display: none;
    width: 1052px;
    /*height: 700px;*/
    height: 84%;
    min-height: 450px;
    /*border: solid 1px #ccc;*/
    background-color: #fff;
    position: fixed;
    top:50px;
    left: 50%;
    margin-left: -500px;
    z-index: 111;
    /*padding: 28px;*/
    padding-bottom: 0;
}
.curStep  {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: dotted 1px #ccc;
    margin-top: 10px;
}
.curStep:before {
    content: '';
    display: block;
    background-color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 1px;
    z-index: -1;
}
.curStep .step {
    display: inline-block;
    width: 30%;
    text-align: center;
}
.curStep .step p{
    line-height: 2;
}
.curStep .step span.dot{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #ccc;
    display: block;
    margin:4px auto 0;
}
.curStep .step.passed .dot{
    border-color: #3d9dde;
    background-color: #3d9dde;
}
.curStep .step.passed .passed-line{
    display: block;
}
.curStep .passed-line{
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #3d9dde;
    top: 37px;
    display: none;
}
.curStep .step1 .passed-line{
    width: 15%;
}
.curStep .step2 .passed-line{
    width: 45%;
}
.curStep .step3 .passed-line{
    width: 100%;
}
.addOfferModal .formWrap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.addOfferModal .form-item-content select{
    line-height: 14px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 5px 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    outline:none;
    vertical-align: middle;
    color: #555;
}
.addOfferModal textarea{
    width: 360px;
    height: 100px;
}

.addOfferModal iframe{
    border: none;
    width: 100%;
    /*min-height: 550px;*/
    height: 100%;
}
.addOfferModal iframe body{
    background: #fff;
}
#mint {
    padding: 20px;
}

/*历史数据按钮*/
.history-data-btn{
    cursor: pointer;
}

.historyDataModal{
    display: none;
    width: 1052px;
    height: 90%;
    min-height: 500px;
    border: solid 1px #ccc;
    background-color: #fff;
    position: fixed;
    top:50px;
    left: 50%;
    margin-left: -500px;
    z-index: 999;
    padding: 20px;
}
.historyDataModal h3{
    border-bottom: solid 2px #ccc;
    line-height: 32px;
    font-weight: bold;
}
.historyDataModal iframe{
    width: 100%;
    height: 90%;
    margin-top: 0;
    overflow-x: hidden;

}
.historyDataModal .close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/*修改select3默认样式*/
.select3-input {
    width: 180px !important;
    height: 28px;
    border: 1px solid #eee;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10 !important;
}
.select3-single-result-container {
    top: 5px !important;
}
body>.select3-dropdown:last-child:not(.has-search-input) {
    opacity: 0;
}

/*批量操作*/
.batch-operation-box li {
    padding: 2px;
}
/*遮罩层*/
.maskLayout,.maskLayout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 10;
    display: none;
}
#mask2 {
    z-index: 998;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #eee !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.select2-results__group {
    /*color: #ccc;*/
    font-weight: bolder;
}

/*通用弹窗*/
.common-alert-box{
    width: 300px;
    min-height: 135px;
    max-height: 650px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 200px;
    border: #ccc solid 1px;
    padding: 20px;
    margin-left: -150px;
    z-index:111;
    /*box-shadow: 1px 1px 5px #bcbcbc;*/
    overflow-y: auto;
}
.common-alert-box .content-wrap{
    margin: 20px;
}
.common-alert-box .btn-group{
    text-align: center;
}
.common-alert-box .btn-group button{
    margin:0 10px;
    background-color: #3d9dde;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.common-alert-box button.cancelBtn{
    background-color: #d9d9d9;
}

/*日历*/
#reservation , .reservation {
    min-width: 165px;
}

.margin-top-fixed {
    margin-top: 15px;
}

/*列表头部数据总览*/
.today_data>ul {
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
}
.today_data>ul>li {
    width: 25%;
    padding-left: 25px;
    font-size: 14px;
}
.current-val {
    display: inline-block;
    width: 84px;
}
.edit_box input {
    display: none;
    font-size: 14px;
}
.today_data_edit:hover input {
    display: inline-block;
}

h1 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    margin: 30px 0 20px;
}

