/* *************************通用头部自定义样式************************* */
/* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色 */
.bt-top {
    display: block;
    color: #333333;
    font-size: 1.2rem;
}

/* 顶部导航 覆盖bootstrap.min.css检索按钮样式 */
.btn {
    border-radius: 0 .25rem .25rem 0;
}

.bt-place {
    background: none;
}

.bt-place span {
    padding: 0 0.5rem;
}

.bt-standard16 .bt-art-title{
    text-align: center;
}

.row{
    justify-content: space-between;
}
/* *************************GS_0001_D6编号案例库组件自定义样式************************* */
/* 大中小字体切换功能的“大中小”字体样式 */
.bt-art-0001-D6 .bt-art-fontSize a {
    margin-left: 0.625rem;
    font-size: .875rem;
    cursor: pointer;
}

/* 大中小字体切换功能的选中样式 */
.bt-art-0001-D6 .bt-art-fontSize a.bt-art-fontSize-active {
    font-weight: bold;
    color: #333;
}

/* *************************GS_0001_D7编号案例库组件自定义样式************************* */
/* 文章标题字体居中样式 */
.bt-art-0001-D7 .bt-art-title {
    text-align: center;
}

/* 大中小字体切换功能的“大中小”字体样式 */
.bt-art-0001-D7 .bt-art-fontSize a {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    margin-left: .5rem;
    border: .0625rem solid #cccccc;
    display: inline-block;
    border-radius: 50%;
    font-size: .875rem;
    cursor: pointer;
}

/* 大中小字体切换功能的选中样式 */
.bt-art-0001-D7 .bt-art-fontSize a.bt-art-fontSize-active {
    background: #1492ff;
    color: #fff;
}


.bt-box-main {
    position: relative;
}
.bt-box-main video+p{
    display:none;
}

.bt-content *{
    font-size:1rem!important;
    line-height:2rem!important;
}
.bt-content p{
    margin-bottom: 0!important;
}
/* 弹框 */
.Dialog_content {
    display: none;
    position: absolute;
    top: 120%;
    left: 30%;
    width: 360px;
    height: 100px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    box-shadow: 0 2px 12px #99999933;
    padding: 20px 10px;
}

.tcnr {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 30px;
}

.sfxz {
    width: 100%;
    text-align: right;
}

.sfxz span {
    display: inline-block;
    font-size: 14px;
    color: #3a83e9;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    line-height: 14px !important;
    width: auto !important;
}

.sfxz span:hover {
    color: #3a83e9;
}

.bt-close{
    cursor: pointer;
}


/* ***********************************适老化样式-无需要请注释*********************************** */

/* 当前位置 覆盖hanweb.min.css中当前位置样式，提供适老化展示效果，调整行距，字号*/
.old_type .bt-place {
    line-height: 48px;
    font-size: 32px;
}
.old_type .bt-breadcrumb{
    padding:20px 0 20px 32px;
}
/* 文章正文样式 覆盖hanweb.min.css中文章页标题样式，提供适老化展示效果，调整行距，字号 */
.old_type .bt-art-title {
    font-size: 42px;
    line-height: 64px;
}

/* 文章正文样式 覆盖hanweb.min.css中文章页辅助信息区域样式，提供适老化展示效果，调整行距，字号 */
.old_type .bt-art-assist-title,
.old_type .bt-art-assist-title a,
.old_type .bt-art-assist-title span {
    font-size: 32px;
    line-height: 64px;
}



/* 文章正文样式 覆盖hanweb.min.css中文章页正文区域样式，提供适老化展示效果，调整行距，字号 */
.old_type .bt-content *{
    font-size: 32px!important;
    line-height: 64px!important;
}

/* 文章正文样式 覆盖hanweb.min.css中文章页辅助功能区域样式，提供适老化展示效果，调整行距，字号 */
.old_type .bt-art-assist-tool {
    font-size: 32px;
}
.old_type .bt-art-assist-title .col-md-8{
    width:100%;
}
.old_type .bt-art-assist-title .col-md-2{
    display:none;
}
.old_type .bt-box-part h1 {
    font-size: 48px;
    line-height: 64px;
}

.old_type .bt-box-part ul.bt-xgxx li {
    font-size: 32px;
    line-height: 48px;
    padding-top: 20px;
}

.old_type .bt-fuzu-mol,
.old_type #bt-share,
.old_type .bt-printer {
    display: none !important;
}

.old_type .Dialog_content{
    width: 720px;
    height: 200px;
}
