/* bootstrap 样式覆盖 */
body {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f5f6f7 !important;
}

.container {
    width: 1190px;
    max-width: none !important;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

[class*=col-xs],
[class*=col-sm],
[class*=col-md],
[class*=col-lg] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-group [class*=col-xs],
.form-group [class*=col-sm],
.form-group [class*=col-md],
.form-group [class*=col-lg] {
    padding-left: 15px;
    padding-right: 15px;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* header */
.header {
    background: #ffffff;
}

.top_1 {
    background-color: #F7F7F7;
    height: 35px;
    font-size: 14px;
    color: #666666;
}

.top_1 .list-inline {
    margin: 0;
    height: 35px;
}

.top_1 .list-inline li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.top_1 .list-inline li span {
    display: inline-block;
    line-height: 25px;
}

.top_1 a {
    color: #666666;
}

.top_1 a:hover {
    color: #16baaa;
}

.top_1 .user-info .user-image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
}

.top_1 .user-info .user-menu {
    left: inherit;
    right: 0;
    margin-top: -2px;
}

.top_1 .user-info .user-menu li {
    padding: 0;
}

.top_2 {
    padding: 10px 0;
    position: relative;
}

.top_2-with-border {
    border-bottom: 2px solid #16baaa;
    margin-bottom: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.top_2 .logo {
    position: relative;
    width: 300px;
    height: 60px;
}

.top_2 .logo img {
    width: 300px;
    height: 60px;
}

.top_2 .logo-small {
    position: relative;
    width: 300px;
    height: 60px;
}

.top_2 .logo-small img {
    width: 88px;
    height: 60px;
}

.top_2 .channel {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    margin-left: 15px;
    height: 65px;
}

.top_2 .search-area {
    margin-top: 10px;
}

.top_2 .search-area .input-group input {
    border: 1px solid #16baaa;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.top_2 .search-area .input-group input:focus {
    box-shadow: none;
}

.top_2 .search-area .input-group .input-group-btn button {
    color: #ffffff;
    background: #16baaa;
    border: 1px solid #16baaa;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.top_2 .btn-publish {
    color: #ffffff;
    background: #16baaa;
    border-radius: 17px;
}

.navbar-custom {
    background-color: #16baaa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.navbar-custom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-custom .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.navbar-custom .navbar-nav > li > a:hover {
    color: #16baaa;
    background: #ffffff;
    font-weight: bold;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    background-color: #ffffff;
    color: #16baaa;
    font-weight: bold;
}

.navbar-custom .nav > li:hover .dropdown-menu {
    display: block;
}

.required:before {
    content: " * ";
    color: #ff0000;
    font-size: 16px;
    position: relative;
    top: 4px;
}

.wrapper {
    min-height: 550px;
}

.content {
    min-height: 550px;
}

.stream-list {
    margin-bottom: 10px;
}

.stream-list-item {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.address-stream .stream-list-item {
    background-color: #fff9f3;
    border: 1px solid #ffdab6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
}

/* content */
.content {
    min-height: 500px;
}


/* panel */
.panel-custom {
    border: none;
    /*border-radius: 0;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-custom .panel-heading {
    position: relative;
    color: #333;
    /*border-radius: 0;*/
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #16baaa;
}

.panel-custom .panel-heading .panel-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.panel-custom .panel-heading .panel-tools {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.panel-custom .panel-heading .panel-tools a,
.panel-custom .panel-heading .panel-tools a:visited {
    color: #333333;
}

.panel-custom .panel-heading .panel-tools a:hover {
    color: #16baaa;
}

.panel-custom .list-group .list-group-item {
    padding: 5px 15px;
    border: none;
}

.panel-custom a.list-group-item:focus,
.panel-custom a.list-group-item:hover {
    color: #16baaa;
    text-decoration: none;
    background-color: #ffffff;
}

.panel-custom .panel-footer {
    background: #ffffff;
}

.list-group-customer .list-group-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*自定义标签页样式*/

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #16baaa;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* footer */
.footer {
    text-align: center;
    background: #333333;
    margin-top: 15px;
    padding: 30px 0 15px 0;
    border-top: 1px solid #e7e7e7;
}

.footer a,
.footer a:visited {
    color: #c9c9c9;
    text-decoration: none;
}

.footer a:hover,
.footer a:active {
    color: #ffffff;
    text-decoration: none;
}

.copyright_split {
    margin: 0 10px;
    color: #c9c9c9;
}

.copyright_info {
    padding: 30px 0 20px 0;
    line-height: 22px;
    color: #c9c9c9;
}

.copyright_info a {
    color: #c9c9c9;
}

.copyright_info a:hover {
    color: #ffffff;
}

/*steps*/

.steps {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.steps > ul > li a {
    position: relative;
    padding-top: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    cursor: default;
}

.steps > ul > li:before, .steps > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 43px;
    width: 50%;
    height: 2px;
    background-color: #449d44;
    z-index: 9;
}

.steps > ul > li:before {
    left: 0;
}

.steps > ul > li:after {
    right: 0;
}

.steps > ul > li:first-child:before, .steps > ul > li:last-child:after {
    content: none;
}

.steps > ul > li.current:after, .steps > ul > li.current ~ li:before, .steps > ul > li.current ~ li:after {
    background-color: #eee;
}

.steps > ul > li.current > a {
    color: #333;
    cursor: default;
}

.steps > ul > li.current .number {
    font-size: 0;
    border-color: #449d44;
    background-color: #fff;
    color: #449d44;
}

.steps > ul > li.current .number:after {
    content: '\f040';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.steps > ul > li.disabled a, .steps > ul > li.disabled a:hover, .steps > ul > li.disabled a:focus {
    color: #999;
    cursor: default;
}

.steps > ul > li.done a, .steps > ul > li.done a:hover, .steps > ul > li.done a:focus {
    color: #999;
}

.steps > ul > li.done .number {
    font-size: 0;
    background-color: #449d44;
    border-color: #449d44;
    color: #fff;
}

.steps > ul > li.done .number:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.steps > ul > li.error .number {
    border-color: #f44336;
    color: #f44336;
}

.steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 38px;
    border: 2px solid #eee;
    font-size: 14px;
    border-radius: 50%;
    z-index: 10;
    line-height: 34px;
    text-align: center;
}

.step-panel {
    padding: 20px 0;
}

/* 验证插件样式覆盖 */
.has-error label.control-label {
    color: #333;
}

.has-success label.control-label{
    color: #333;
}

.has-success label.btn {
    color: #fff;
}

.has-success .form-control{
    border-color: #d2d6de;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.has-success .input-group-addon {
    color: #555;
    background-color: #eee;
    border-color: #ccc;
}

.file_btn {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.file_btn input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.file_btn:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

input.validate_hidden {
    position: absolute;
    height: 0;
    width: 0;
    border: 0;
}

/* event-thumbnail */
.event-thumbnail {
    display: block;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.event-thumbnail a {
    color: #333333;
}

.event-thumbnail a:hover {
    color: #0099e9;
}

.event-thumbnail a > img, .event-thumbnail > img {
    display: block;
    max-width: 100%;
    height: 155px;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.event-thumbnail .caption {
    padding: 9px;
    color: #333;
}

.event-thumbnail:hover {
    position: relative;
    -webkit-animation: dese 0.5s 1;
    -moz-animation: dese 0.5s 1;
    animation: dese 0.5s 1;
    box-shadow: 0 10px 20px #ccc;
    -webkit-box-shadow: 0 10px 20px #ccc;
    -moz-box-shadow: 0 10px 20px #ccc;
    top: -2px;
}

.event-thumbnail .title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-thumbnail .meta {
    display: inline-block;
    width: 100%;
    height: 22px;
    margin-top: 4px;
}

.event-thumbnail .meta .time {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    float: left;
    margin-right: 15px;
}

.event-thumbnail .meta .address {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.event-thumbnail .meta .price {
    display: inline-block;
    font-size: 13px;
    float: left;
    color: #f93;
}

.event-thumbnail .meta .tip {
    display: inline-block;
    font-size: 13px;
    float: right;
    color: #f93;
}

/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs-custom > .nav-tabs > li.disabled > a {
    color: #777;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/* 去除IE下的input框小叉叉 */
/** 文本输入框的 X  **/
input::-ms-clear {
    display: none;
}

/** 密码输入框的 X  **/
input::-ms-reveal {
    display: none;
}