html,body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.bdc-hide{
    display: none;
}
.bdc-major-btn {
    background-color: #1d87d1;
}
.bdc-major-btn:hover {
    background-color: #1675b8;
}
/*头部*/
.bdc-header-box{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    border-bottom: 1px solid #d0d5da;
    background-color:#1d87d1;
    color:#fff;
}
.bdc-header{
    width: 1200px;
    height: 100%;
    line-height: 60px;
    margin: 0 auto;
}
.bdc-header img {
    height: 40px;
}
.bdc-header-btns{
    display: inline-block;
    float: right;
}
.bdc-login-btn{
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    padding: 0 13px;
    background-color: #1d87d1;
    color: #fff;
}
.bdc-login-btn:hover{
    background-color: #1675b8;
}
.bdc-login-btn-this{
    background-color: #1d87d1;
    color: #fff;
    border-radius: 0;
}
.bdc-login-btn-this:hover{
    color: #fff;
}

/*内容区*/
.bdc-container{
    min-width: 1200px;
    width: 100%;
    background: #fff;
}

/*底部*/
.bdc-bottom{
    width: 100%;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    background-color: #c1c5c7;
    text-align: center;
    color: #333;
}
.bdc-bottom>p{
    line-height: 80px;
}
.bdc-bottom span{
    margin-left: 15px;
}
.layui-btn+.layui-btn{
    margin-left: -3px;
}

.bdc-login-success{
    line-height: 32px;
}
.bdc-login-success:first-child{
    margin-top: 10px;
}

.bdc-btn-box{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.bdc-btn-box .layui-btn{
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
}

/*详情页导航*/
.bdc-nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #eaedf1;
}
.bdc-nav-content{
    width: 1200px;
    margin: 0 auto;
    color: #666;
}
.bdc-nav-content>img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.bdc-nav-content>a{
    padding: 0 3px;
    color: #666;
}
.bdc-nav-content>a:last-child{
    color: #333;
}

.header {
    height: 60px !important;
     background: #fff !important;
}

.back-to-index {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: 16px;
    left: 680px;
    font-size: 14px;
    color: #d6e5f4;
    opacity: .8;
    cursor: pointer;
}
.back-to-index img {
    height: 13px;
}