html,body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-size: 20px;
}
body {
    font-size: 0.7rem;
}
.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: 60rem;
    height: auto;
    border-bottom: .05rem solid #d0d5da;
    background: #fff;
}
.bdc-header{
    width: 60rem;
    height: 100%;
    height: 6rem;
    line-height: 6rem;
    margin: 0 auto;
    position: relative;
}
.bdc-header-btns{
    display: inline-block;
    float: right;
    position: relative;
}
.bdc-login-btn{
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: .8rem;
    padding: 0 .65rem;
    background-color: #fff;
    color: #333;
}
.bdc-login-btn:hover{
    color: #333;
    opacity: 1;
}
.bdc-login-btn-this{
    background-color: #1d87d1;
    color: #fff;
    border-radius: 0;
}
.bdc-login-btn-this:hover{
    color: #fff;
}

/*内容区*/
.bdc-container{
    min-width: 60rem;
    width: 100%;
    margin: auto;
}


/*底部*/
.bdc-bottom{
    width: 100%;
    min-width: 60rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #c1c5c7;
    text-align: center;
    color: #333;
}
.bdc-bottom>p{
    line-height: 4rem;
}
.bdc-bottom span{
    margin-left: .75rem;
}

.bdc-bottom .bdc-bottom-content {
    padding: .5rem 0;
    background-color: #c1c5c7;
    text-align: center;
}

.bdc-bottom-content a {
    display: inline-block;
    text-align: right;
    text-decoration: none;
}

.bdc-bottom-content img {
    position: relative;
}

.layui-btn+.layui-btn{
    margin-left: -0.15rem;
}

.bdc-login-success{
    line-height: 1.6rem;
}
.bdc-login-success:first-child{
    margin-top: .5rem;
}

.bdc-btn-box{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}
.bdc-btn-box .layui-btn{
    height: 1.7rem;
    line-height: 1.7rem;
    padding: 0 .75rem;
}

/*详情页导航*/
.bdc-nav{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background-color: #eaedf1;
}
.bdc-nav-content{
    width: 60rem;
    margin: 0 auto;
    color: #666;
}
.bdc-nav-content>img{
    position: relative;
    top: -0.1rem;
    margin-right: .25rem;
}
.bdc-nav-content>a{
    padding: 0 .15rem;
    color: #666;
}
.bdc-nav-content>a:last-child{
    color: #333;
}

.header {
    height: auto !important;
}