/* bootstrap 样式覆盖 */
@font-face {

}

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;
}

body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, span, a, i, strong, b, form, fieldset, legend, button, input, select, textarea, th, td {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑","宋体";
    /*font-family: 'Source Han Sans', sans-serif;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
}


/*.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-image: url("../../image/web/index/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 326px;*/
    height: 230px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.top_1 {
    /*background-color: #F7F7F7;*/
    height: 44px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
}

.top_1 .list-inline {
    margin: 0;
    height: 44px;
}

.top_1 .list-inline li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 34px;
}

.top_1 .list-inline li span {
    display: inline-block;
    line-height: 25px;
}

.top_1 a {
    /*color: #666666;*/
    color: #FFFFFF;
}

.top_1 a:hover {
    color: #d9f5e4;
    /*background-color: #ffffff;*/
}

.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;
    flex: 1;
    display: flex;
}
.top_2 >div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top_2-with-border {
    border-bottom: 2px solid #d9f5e4;
    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: auto;
    /*height: 73px;*/
}

.top_2 .logo img {
    /*width: 300px;*/
    height: 94px;
}

.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;
    margin-left: 5px;
}

.top_2 .search-area .input-group input {
    height: 50px;

    padding-left: 35px;
    background-image: url("../../image/web/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 10px;
    background-color: #FFFFFF;

    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
    /*border: 4px solid rgba(255,255,255,0.5);*/
    box-shadow: none;
    border-left-color: red;
    border: none;
}
.top_2 .search-area span {
    line-height: 50px;
    background-color: #FFFFFF;
}

.top_2 .search-area .input-group input:focus {
    box-shadow: none;
}

.top_2 .search-area .input-group .input-group-btn button {
    color: #ffffff;
    background: #008B56;
    border: 1px solid #008B56;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/

    margin-right: 5px;
    border-radius: 5px;
    padding: 5px;
    height: 40px;
    width: 84px;
}

.top_2 .btn-publish {
    color: #ffffff;
    background: #008B56;
    border-radius: 17px;
}
.top_2 .policy img {
    height: 51px;
}

.navbar-custom {
    background-color: #008B56;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px!important;
}

.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: #008B56;
    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: #008B56;
    font-weight: bold;
}

.navbar-custom .nav > li:hover .dropdown-menu {
    display: block;
}
.navbar-custom .nav > li:hover .dropdown-menu li {

}
.navbar-custom .navbar-nav .dropdown-menu > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/*.navbar-custom .dropdown-menu{*/
/*    border: none!important;*/
/*    padding: 10px!important;*/
/*    background-color: #16baaa!important;*/
/*    display: block;*/
/*}*/
.navbar-custom .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-custom .navbar-nav .dropdown-menu li > a:hover {
    color: #008B56;
    background: #ffffff;
    /*font-weight: bold;*/
}

.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 #008B56;
}

.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: #008B56;
}

.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: #008B56;
    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: #175D42;
    margin-top: 15px;
    /*padding: 30px 0 15px 0;*/
    border-top: 1px solid #e7e7e7;
    color: #FFFFFF;
}

.footer a,
.footer a:visited {
    color: #333;
    text-decoration: none;
}

.footer a:hover,
.footer a:active {
    color: #333;
    text-decoration: none;
}
.footer .copyright_links {
    height: 82px;
    background: #267758;
}
.footer .copyright_links >div {
    height: 100%;
    font-weight: bold;
}
.footer .linkdiv {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
.footer .linkdiv .linktypes{
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.copyright_links .linkdiv  .selDiv  {
    width: 100%;
    background: #267758;
    border: 1px solid #FFFFFF;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;

    position: relative;
}
.copyright_links .linkdiv .selDiv span {
    display: block;
    line-height: 40px;
    padding: 0 50px 0 5px;
    text-align: left;
    color: #fff;
    height: 40px;
    position: relative;
}
.copyright_links .linkdiv .selDiv span::after {
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 20px;
    top: 16px;
}
.copyright_links .selDiv ul {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 39px;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #eee;

}
.copyright_links .selDiv ul li {
    /*border-bottom: 1px solid #f2f2f2;*/
    line-height: 34px;

}
.copyright_links .selDiv ul li a  {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
    color: #FFFFFF;
    /*background-color: #FFFFFF;*/
    /*color: #267758;*/
    /*border-radius: 0px;*/
    /*cursor: pointer;*/
}
.copyright_links .selDiv ul li a:hover {
    background-color: #FFFFFF;
    color: #267758;

}
    /*.copyright_links .selDiv ul li a:hover {*/
/*    color: #bc141c;*/
/*}*/
.copyright_links .selDiv select option {
    background-color: #267758;
    color: #FFFFFF;
}
/*.copyright_links .selDiv select option:hover {*/
/*    background-color: #FFFFFF;*/
/*    color: #267758;*/
/*    border-radius: 0px;*/
/*}*/
.copyright_split {
    margin: 0 10px;
    color: #c9c9c9;
}

.copyright_info {
    padding: 30px 0 20px 0;
    line-height: 22px;
    /*color: #333;*/
    height: 192px;
    display: flex;
    flex-direction: column;
}

.copyright_info a {
    color: #333;
}

.copyright_info a:hover {
    color: #333;
}

.copyright_info .addr {
    margin-bottom: 16px;padding-bottom: 16px; border-bottom: 2px solid #267758;
}
.copyright_info .addr img {
    height: 64px;
}
.copyright_info .record {
    height: 60px;
}
/*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: #008B56;
}

.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;
}