/**

  页面基本样式

*/
html {
    background:#f5f5f5;
}
body {
    font-family: 'PingFangSC-Light','Microsoft Yahei',Arial,Helvetica,sans-serif;
    background: #f5f5f5;
}
a, a:hover, a:focus {
    color: #55a79a;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.noradius {
    border-radius: 0 !important;
}

.modal-dialog {
    padding-top: 5%;
}

.container {
    padding-left:0;
    padding-right:0;
    width:1000px;
}

img {
    max-width:100%;
    height:auto;
}

ul,ol {
    padding-left:0;
    list-style: none;
}

p {
    margin: 0;
}

.red-txt,
.red-txt:hover,
.red-txt:active,
.red-txt:focus {
    color: #ff664b;
}

/* @override 大的突出btn */
/* 按钮 */
.btn:hover,
.btn:active,
.btn:focus {
    opacity: .7;
}

.btn-red,
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    background: #ef5a50;
    color: #FFF;
    padding: 10px 20px;
    box-shadow: 0 3px 0 0 #b43d35;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 13px 16px;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
    background-color: #f7b52e;
    border: none;
    box-shadow: 0 -2px #d7901d inset;
}

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    background-color: #1dc5ae;
    font-size: 16px;
    border: 0;
    height: 38px;
    line-height: 24px;
    box-shadow: 0 -2px #18aa8b inset;
}

.btn-grey,
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
    background-color: #d2d2d2;
    border: 0;
    box-shadow: 0 -2px #b2b2b2 inset;
}

/* @override nav tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border-top: 2px solid #e82d2f;
}

.nav-tabs > li > a {
    width: 120px;
    text-align: center;
    color: #555;
}

.nav-tabs > li.first > a {
    border-left: none;
}

/* @override table */
.table tr {
    height: 54px;
    vertical-align: middle;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 16px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f2f2f2;
}

.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}
/*页面样式*/
.br-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background-color: #021610;
    min-width: 1190px;
    z-index: 33;
}
.br-header .header-nav{
    position: relative;
    height: 80px;
    width: 100%;
    line-height: 80px;
    margin: 0 auto;
}
.br-header .header-nav .logo{
    position: relative;
    float: left;
    width: 120px;
    height: 80px;
    text-align: center;
}
.br-header .header-nav .logo .sep{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 13px;
    width: 1px;
    background: #677370;
}
.br-header .header-nav .logo img{
    height: 85%;
    cursor: pointer;
}
.br-header .header-nav .main-menu{
    margin-left: 5px;
    float: left;
}
.br-header .header-nav .main-menu li{
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.br-header .header-nav .main-menu li.active{
    border-bottom: 2px solid #00c2a2;
}
.br-header .header-nav .main-menu li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.br-header .header-nav .main-menu li.active a{
    color: #00c2a2;
}
.br-header .header-nav .search:before,.br-header .header-nav .user:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 13px;
    width: 1px;
    background: #677370;
}
.br-header .header-nav .search{
    position: relative;
    color: #ffffff;
    float: right;
}
.br-header .header-nav .search input[type="text"]{
    width: 120px;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    color: #666666;
    display: inline-block;
    float: left;
    border: 3px;
    margin-left: 20px;
}
.br-header .header-nav .search label{
    position: relative;
    display: inline;
    margin: 0 5px;
    float: left;
    font-weight: 500;
    font-size: 12px;
}
.br-header .header-nav .search label div{
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 40px;
    z-index: 33;
}
.br-header .header-nav .search label input{
    margin-left: 8px;
}
.br-header .header-nav .search .icon-search{
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-top: 30px;
    background: url(../img/search.png) 50% 50% no-repeat;
    background-size: 15px 15px;
    float: left;
}
.br-header .header-nav .user{
    position: relative;
    color: #fff;
    float: right;
    margin-right: 20px;
    margin-left: 10px;
}
.br-header .header-nav .user a{
    display: block;
    width: 100%;
    height: 100%;
}
.br-header .header-nav .user a:hover{
     /*background: #021610;*/
    text-decoration: none;
 }
.br-header .header-nav .user a span{
    color: #fff;
}
.br-header .header-nav .user img{
    display: inline-block;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
}
.br-search-box{
    padding: 30px 50px;
}
.br-search-box .search-form input{
    width: 378px;
    line-height: 34px;
    font-size: 18px;
    padding: 4px 0;
}
.br-search-box .search-form button{
    margin-left: 48px;
    line-height: 32px;
    font-size: 20px;
    vertical-align: top;
}
.go-top {
    background-color: #fff;
    bottom: 60px;
    position: fixed;
    right: 20px;
    border-bottom: solid 1px #ededed;
    display: block;
    height: 50px;
    text-align: center;
    width: 45px;
    font-size: 11px;
    color: #bbb;
    text-decoration: none;
}
.go-top:hover,.go-top:active,.go-top:visited {
    color: #bbb;
    text-decoration: none;
}
.br-container{
    position: relative;
    display: block;
    width: 1190px;
    margin: 160px auto 0;
}
/*.br-container.wide{*/
    /*width: 1190px;*/
    /*-moz-transform: translateX(-45px);*/
    /*-webkit-transform: translateX(-45px);*/
    /*-o-transform: translateX(-45px);*/
    /*-ms-transform: translateX(-45px);*/
    /*transform: translateX(-45px);*/
/*}*/
.br-container:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*.main-container{*/
    /*width: 1020px;*/
    /*float: left;*/
/*}*/
/*.opt-container{*/
    /*width: 80px;*/
    /*float: left;*/
    /*margin-top: 20px;*/
    /*text-align: center;*/
/*}*/
.br-tags-panel{
    position: fixed;
    display: block;
    top: 80px;
    left: 50%;
    width: 1192px;
    padding: 25px 0 5px;
    color: #333;
    border-bottom: 1px solid #c9c9c9;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f5f5f5;
    z-index: 32;
 }

.br-tags-panel img {
    vertical-align: sub;
}

.br-tags-panel span{
    font-size: 20px;
    color: #000;
    margin-left: 3px;
}

.br-tags-panel .tag-item {
    display: inline-block;
    height: 26px;
    font-size: 16px;
}
.br-tags-panel .tag-item label{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px 2px;
    color: #333;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: normal;
 }
.br-tags-panel .tag-item label div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
}
.br-tags-panel .tag-item input{
    margin-left: 5px;
}
.br-list-panel{
    margin-top: 10px;
}
.br-list-panel .opt{
    padding: 5px;
}
.br-list-panel .opt .today{
    display: inline-block;
    float: left;
    line-height: 30px;
    color: #ffffff;
    background-color:  #5297cc;
    padding: 4px 20px;
}
.br-list-panel .opt .left{
    display: inline-block;
    float: left;
}
.br-list-panel .opt .left label{
    position: relative;
    font-family: serif;
    font-weight: normal;
    font-size: 12px;
}
.br-list-panel .opt .left label div{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.br-list-panel .opt .left label input{
    vertical-align: text-bottom;
}
.br-list-panel .opt .right{
    float: right;
    line-height: 36px;
    height: 36px;
    display: none;
}
.br-list-panel .opt .right label{
    font-weight: normal;
}
.br-list-panel .opt .right a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    background: 50% 50% no-repeat;
    background-size: 23px 23px;
}
.br-list-panel .opt .right a.active{
    background-color: #dbdcdb;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.br-list-panel .opt .right a.showList{
    background-image: url(../img/list.png);
}
.br-list-panel .opt .right a.showGrid{
    background-image: url(../img/block.png);
}
.br-list-panel .list-show{
    /*margin-top: 10px;*/
    min-height: 500px;
}
.gridDiv .item{
    float: left;
    text-align: center;
    width: 275px;
    margin-bottom: 16px;
    background: #fff;
    position: relative;
    margin-right: 30px;
}
.gridDiv .item:nth-child(4n){
    margin-right: 0;
}
.gridDiv .item .img{
    width: 275px;
    height: 205px;
    overflow: hidden;
}
.gridDiv .item .img img{
    width: 100%;
    height: 100%;
}
.gridDiv .item .picframe{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 150px;
}
.gridDiv .item .picframe .thumb-o{
    width: 100%;
    min-height: 150px;
    display: inline-block;
}
.gridDiv .item .info{
    font-size: 16px;
    line-height: 25px;
    padding: 3px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*-webkit-line-clamp: 3;*/
    /*height: 70px;*/
    -webkit-line-clamp: 2;
    height: 70px;
    text-align: left;
    color: #000;
}
.gridDiv .item .info>a{
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0!important;
    margin: 5px 0;
}
.gridDiv .item .tags{
    /*margin-top: 10px;*/
    height: 25px;
    line-height: 22px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.gridDiv .item .tags .tag{
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 2px;
    color: #0d6c42;
    width: 25%;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    float: left;
}
.gridDiv .item .time{
    font-size: 10px;
    color: #999999;
    text-align: right;
    padding: 5px 7px;
}
.listDiv{
    display: none;
}
.listDiv .item{
    border-bottom: 1px solid #dedede;
    background: #eeeeee;
    padding: 5px 10px 5px 5px;
}
.listDiv .item .img{
    display: inline-block;
    float: left;
    width: 120px;
    height: 90px;
}
.listDiv .item .img img{
    width: 100%;
    height: 100%;
}
.listDiv .item .info{
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 870px;
 }
.listDiv .item .info .title{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listDiv .item .info .title img{
    margin-left: 20px;
}
.listDiv .item .info .content{
    color: #7f7f7f;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    height: 40px;
}
.listDiv .item .tags{
    height: 30px;
    overflow: hidden;
}
.listDiv .item .tags .tag{
    display: inline-block;
    vertical-align: middle;
    color: #08b895;
    margin: 5px;
    white-space: nowrap;
    cursor: pointer;
}
.opt-container .change-key{
    display: inline-block;
    width: 65px;
    height: 24px;
    line-height: 24px;
    background: #a1b2ad;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}
.br-reg-panel{
    position: relative;
    width: 100%;
    min-width: 1100px;
    min-height: 610px;
    background: url(../img/bg1.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.br-reg-panel.step{
    background: url(../img/bg.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.br-reg-panel .reg-form.active{
    display: block;
}
.br-reg-panel .reg-form{
    display: none;
    position: absolute;
    top: 16%;
    left: 55%;
    width: 330px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
/*.br-reg-panel .reg-email.active{
    display: block;
}*/
.br-reg-panel .reg-email.active{
    display: block;
}
.br-reg-panel .reg-email{
    display: none;
    position: absolute;
    top: 16%;
    left: 55%;
    width: 330px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.br-reg-panel .reg-form p{
    line-height: 30px;
}
.br-reg-panel .reg-form img{
    width: 90px;
    height: 90px;
}
.br-reg-panel .reg-box{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 20px 20px;

}
.br-reg-panel .reg-box h2{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.br-reg-panel .reg-box input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    color: #333333;
}
.br-reg-panel .reg-box .bottom{
    padding-top: 20px;
}
.br-reg-panel .reg-box .bottom button{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #6f7982;
    border-radius: 2px;
    background-color: #008486;
}
.br-reg-panel .reg-box .bottom a{
    display: block;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.br-reg-panel .reg-step1, .br-reg-panel .reg-step2{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 680px;
    color: #ffffff;
}
.br-reg-panel .reg-step1.active, .br-reg-panel .reg-step2.active{
    display: block;
}
.br-reg-panel .reg-step1 .header{
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 153, 148, 0.3);
    font-size: 22px;
    padding-left: 30px;
}
.br-reg-panel .reg-step1 .tags-box{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 50px;

}
.br-reg-panel .reg-step1 .tags-box h2{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.br-reg-panel .reg-step1 .tags-box ul{
    padding: 30px 0 40px
}
.br-reg-panel .reg-step1 .tags-box ul li.active{
    background-color: #FF552E;
    color:#fff;
}
.br-reg-panel .reg-step1 .tags-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    background: #fff;
    margin-right: 18px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}
.br-reg-panel .reg-step1 .tags-box ul li:nth-child(5n) {
    margin-right: 0;
}
.br-reg-panel .reg-step1 .tags-box .footer{
    text-align: right;
}

.br-reg-panel .reg-step1 .tags-box button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #009994;
    text-align: center;
}
.br-reg-panel .reg-step2 .header{
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 153, 148, 0.3);
    font-size: 22px;
    padding-left: 30px;
}
.br-reg-panel .reg-step2 .tags-box{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 50px;

}
.br-reg-panel .reg-step2 .tags-box h2{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.br-reg-panel .reg-step2 .tags-box .set-panel{
    padding-left: 86px;
}
.br-reg-panel .reg-step2 .tags-box .set-panel input{
    width: 230px;
    padding: 0 5px;
    background-color: initial;
}
.br-reg-panel .reg-step2 .footer {
    padding-top: 40px;
}
.br-reg-panel .reg-step2 .footer button{
    background: #009994;
}
.br-reg-panel .reg-step2 .footer #jumpToStep1 {
    margin-left: 86px;
}
.br-reg-panel .reg-step2 .footer #jumpToStep1 {
    margin-left: 200px;
}
.br-search-tag{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.br-search-tag .search-panel{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    min-height: 300px;
    padding: 50px 60px;
    background-color: #ffffff;
    font-size: 18px;
}
.br-search-tag .search-panel .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    display: block;
    color: #666;
}
.br-search-tag .search-panel input{
    width: 90%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    padding: 0 10px;
}

.br-search-tag .search-panel p{
    height: 70px;
    line-height: 70px;
    color: #707070;
}
/*未搜索到文案*/
.search-panel #keyword .searchNull {
    font-size: 18px;
    padding-left: 110px;
}
.br-search-tag .search-panel .tag-list li{
    display: inline-block;
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #55bab7;
    margin-right: 18px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*������Ӧ-�����*/
.br-search-tag .search-panel .tag-list .tag.active{
    background-color:#FF552E;
    color:#fff;
}
.br-search-tag .search-panel .tag-list li:nth-child(5n) {
    margin-right: 0;
}
.br-search-tag .search-panel .footer{
    margin-top: 50px;
    text-align: right;
}

.br-search-tag .search-panel .btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #5b5b5b;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}
/*搜索图片样式*/
.br-search-tag .search-panel .searchBtn{
    display: inline-block;
    width: 45px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.br-login-panel{
    position: relative;
    width: 100%;
    min-width: 1100px;
    min-height: 610px;
    background: url(../img/bg1.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.br-login-panel .login-form{
    position: absolute;
    top: 16%;
    left: 55%;
    width: 330px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.br-login-panel .login-form p{
    line-height: 30px;
}
.br-login-panel .login-form img{
    width: 90px;
    height: 90px;
}
.br-login-panel .login-box{
    padding: 40px 20px 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-top: 16px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;

}
.br-login-panel .login-box h2{
    font-size: 18px;
    padding-bottom: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
}
.br-login-panel .login-box h2:before,.br-login-panel .login-box h2:after{
    content: '';
    position: absolute;
    display:block ;
    top: 10px;
    width: 54px;
    height: 1px;
    background-color: #fff;
}
.br-login-panel .login-box h2:before{
    left: -54px;
}
.br-login-panel .login-box h2:after{
    right: -54px;
}
.br-login-panel .login-box input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    color: #333333;
}
.br-login-panel .login-box input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 5px;
    color: #333333;
}
.br-login-panel .login-box .form-group.check{
    text-align: left;
}
.br-login-panel .login-box .form-group.check span{
    cursor: pointer;
}
.br-login-panel .login-box .form-group.check i{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #fff;
}
.br-login-panel .login-box .form-group.check span.active i:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: block;
    background-color: #fff;
}
.br-login-panel .login-box .form-group.check a{
    float: right;
    color: #fff;
}
/*密码设置错误设置*/
.br-login-panel .login-box .form-group.pwd{
   position: relative;
}

.br-login-panel .login-box .form-group.pwd .errorPassword{
    display: none;
    position: absolute;
    top: 0px;
    left: 229px;
    color: red;
}
.br-login-panel .login-box .form-group.pwd .errorPassword.active{
    display: block;
}
.br-login-panel .login-box .bottom .button{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #6f7982;
    border-radius: 2px;
    background-color: #008486;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*添加标签修改|删除样式交互*/
.reg-step1 .tags-box ul li.add-tag > div{
    position: absolute;
    display: inline-block;
    float: left;
    width: 50px;
    height: 28px;
    border-radius: 3px;
    text-align: center;
    top: 30px;
}

.reg-step1 .tags-box ul li.add-tag:hover.active > div{
    top: 1px;
}

.reg-step1 .tags-box ul li.add-tag .delete-tag{
    left: 0;
    background: #7db9b7;
    border-right: 1px solid #7db9b7;
}

.reg-step1 .tags-box li.add-tag .modify-tag{
    left: 50px;
    background: #fff;
    border-right: 1px solid #c9c9c9;
}

/*
找回密码css设置*/
.br-reg-panel .reg-form .reg-box .failed {
    display: none;
}
.br-reg-panel .reg-form .reg-box .failed.active {
    display: block;
}
.br-reg-panel .reg-form .reg-box .operate-panel {
    display: none;
}
.br-reg-panel .reg-form .reg-box .operate-panel.active  {
    display: block;
}
.br-reg-panel .reg-form .reg-box .success {
    display: none;
}
.br-reg-panel .reg-form .reg-box .success.active {
    display: block;
}


.page-panel{
    display: none;
}
.page-panel .page-info {
    display: inline-block;
}
.page-panel .page-block {
    display: inline-block;
    float: right;
    width: 420px;
}
.page-panel .page-block .page-list{
    display: inline-block;
    float: left;
    width: 300px;
}
.page-panel .page-block .page-list li a{
    display: inline-block;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #55a79a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    z-index: 2;
}
.page-panel .page-block .page-list li.page a{
    width: 35px;
}
.page-panel .page-block .page-list li.cur a{
    background-color: #55a79a;
    color: #fff;
}
.page-panel .page-block .page-list li.hidden{
    display: none;
}
.page-panel .page-block .page-list li.disabled a{
    pointer-events: none;
    cursor: not-allowed;
}
.page-panel .page-block .page-num{
    display: inline-block;
    float: left;
    width: 120px;
    padding: 4px 0;
    color: #55a79a;
}
.page-panel .page-block #pageNum{
    width: 30px;
    height: 17px;
    margin: 0 2px;
}
.page-panel .page-block .submit{
    display: inline;
    padding: 3px;
    cursor: pointer;
}

@-webkit-keyframes loading-3{
    50%{ transform:scale(0.4); opacity:.4;}
    100%{ transform:scale(1); opacity:1;}
}
.loading-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9;

}
.loading-bg .loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50px, -50px);
}
.loading-3 { position:relative;}
.loading-3 i{ display:block; width:15px;height:15px;border-radius:50%; background-color:#333; position:absolute;}
.loading-3 i:nth-child(1){top:25px;left:0;-webkit-animation:loading-3 1s ease 0s infinite;}
.loading-3 i:nth-child(2){top:17px;left:17px;-webkit-animation:loading-3 1s ease -0.12s infinite;}
.loading-3 i:nth-child(3){top:0px;left:25px;-webkit-animation:loading-3 1s ease -0.24s infinite;}
.loading-3 i:nth-child(4){top:-17px;left:17px;-webkit-animation:loading-3 1s ease -0.36s infinite;}
.loading-3 i:nth-child(5){top:-25px;left:0;-webkit-animation:loading-3 1s ease -0.48s infinite;}
.loading-3 i:nth-child(6){top:-17px;left:-17px;-webkit-animation:loading-3 1s ease -0.6s infinite;}
.loading-3 i:nth-child(7){top:0px;left:-25px;-webkit-animation:loading-3 1s ease -0.72s infinite;}
.loading-3 i:nth-child(8){top:17px;left:-17px;-webkit-animation:loading-3 1s ease -0.84s infinite;}

/*首页添加个人设置入口css补充*/
.user .dropdown-toggle{
    text-decoration: none;

}
.br-header .header-nav .user:hover{
    background-color: #a6e1ec;
}

.deep-tab-panel{
    padding-top: 40px;
    margin-bottom: 80px;
    border-bottom: 1px solid #b0b0b0;
}
.br-deep-tab {
    float: left;
    margin-bottom: 0;
}
.br-deep-tab li {
    display: inline-block;
    float: left;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 3px 3px 0 0;
    margin-left: 3px;
}
.br-deep-tab li.active {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    background: #729abd;
    border-radius: 0;
}
.br-deep-tab li.active :before{
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #729abd;
    border-radius: 3px 3px 0 0;
}
.br-deep-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.br-deep-tab li.active a {
    color: #ffffff;
}
.deep-tab-panel .date-box {
    float: right;
    margin-top: 6px;
}
.deep-tab-panel .date-box .form_date {
    width: 150px;
    float: left;
    margin-right: 10px;
}

.deep-tab-panel .date-box .input-group-addon {
    display: table-cell;
    padding: 2px;
    font-size: 14px;
    line-height: 1;
    color: #69c8c9;
    text-align: center;
    border: 1px solid #ccc;
}
.deep-tab-panel .date-box .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding:2px;
    font-size: 14px;
    color: #69c8c9;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.deep-tab-panel .date-box .btn {
    float: left;
    padding: 4px 10px;
    color: #ffffff;
    background: #69c8c9;
}
.deep-tab-panel .date-box select{
    color: #69c8c9;
}

.com-loader {
    display: none;
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.com-loader .loader-bd {
    display: inline-block;
    color: #bbb;
    vertical-align: middle;
    font-size: 18px;
    line-height: 40px;
}
.com-loader .loader-bd .notext {
    position: relative;
    display: none;
    padding: 0 18px;
}
.com-loader.loading .loader-bd .spinner, .com-loader.nomore .loader-bd .notext {
    display: inline-block;
}
.com-loader.large .loader-bd .spinner>div {
    margin: 0 4px;
}
.com-loader .loader-bd .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.com-loader .loader-bd .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
.com-loader .loader-bd .spinner>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffc81f;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
@keyframes sk-bouncedelay{
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
body::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}