@charset "UTF-8";

#bocContentH5 {
    background-color: #fff;
}

.boc-top {
    margin-bottom: 1.1rem;
}

.boc-topbar{
    margin-bottom: 1.1rem;
}

.boc-top {
    margin-bottom: 1.1rem;
}

.boc-top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: rgba(51, 51, 51, 0.118);
}

.boc-top-bar .leftContent {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.boc-topbar .openBtn {
    width: 100px;
    height: 40px;
    /* background-color: rgb(107, 107, 231); */
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    color: rgb(107, 107, 231);
}

.leftContent img {
    height: 40px;
    width: auto;
    border-radius: 5px;
}

.leftContent .infoText {
    height: 40px;
    margin-left: 10px;
}
.leftContent .infoText p:nth-child(1){
    font-size: 1.8rem;
    font-weight: bold;
}

.leftContent .infoText p:nth-child(2){
    font-size: 1rem;
}

.boc-top-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
}

.boc-top-box img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 15rem;
}

.boc-top-box video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
}

.boc-top-title {
    padding: 0 2rem;
    color: #000;
}

.boc-stop {
    /* font-size: 1.4rem; */
    margin-bottom: 0.8rem;
}

.boc-stitle {
    color: rgba(181, 26, 37, 1);
}

.boc-ptitle {
    line-height: 3.5rem;
    /* font-size: 2.4rem; */
    text-align: left;
    margin-bottom: 1.2rem;
}

.boc-pautor {
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.authorContent{
    display: flex;
}
.authorContent span:nth-child(1){
    /* font-size: 1rem; */
    width: auto;
}

.boc-autor {
    color: rgba(181, 26, 37, 1);
    width: calc(100% - 3em);
    margin-left: 1rem;
}
.boc-autor p {
    word-break: break-word;
}



.boc-detail-body {
    color: rgba(0, 0, 0, 0.7);
    /* font-size: 1.6rem; */
    line-height: 2.4rem;
    padding: 0 2rem;
}
.boc-detail-body ul li{
    list-style-type: disc;
    margin-left: 1.25rem;
}
.boc-detail-body ol li{
    list-style-type: decimal;
    margin-left: 1.25rem;
}
.boc-detail-body b {
    font-weight: bold !important;
}
.boc-detail-body p{
    word-break: break-word !important;
}
.boc-detail-body i,em{
    font-style: italic !important; 
}

.boc-ditem {
    margin-bottom: 1.5rem;
}

.s-desc {
    margin-bottom: 1.2rem;
}
.wcm-red-font{
    color: rgba(181,26,37);
    font-size: 1.6rem;
}
.wcm-subtitle-font{
    color: rgba(0,0,0);
    font-size: 1.85rem;
}
.wcm-quotes-font{
    color: rgba(0, 0, 0, 0.7);
    font-weight: lighter;
    font-size: 1.85rem;
}

.s-title {
    color: #000;
    padding-top: 0.3rem;
    margin-bottom: 1.5rem;
    /* font-size: 2rem; */
    line-height: 3rem;
}

.boc-img-video {
    background-color: rgba(0, 0, 0, 0.05);
}

.img-video {
    position: relative;
}

.poster-img {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    overflow: hidden;
}

.video-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    margin-left: -2.4rem;
    z-index: 90;
    cursor: pointer;
    background: url('../image/boc-video-paly.png') no-repeat center;
    background-size: 100% 100%;
}

.poster-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.img-video img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 15rem;
    image-orientation: from-image;
}

.img-video video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
}

.img-video-desc {
    padding: 0.8rem 1.2rem;
    /* font-size: 1.5rem; */
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
}

.boc-list-classify {
    padding: 0 5.2rem 0 2rem;
    position: relative;
    margin-bottom: 2rem;
    height: auto;
    overflow: hidden;
}

.boc-list-classify.open {
    height: auto
}

.boc-classify-more {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    border: 1px solid rgba(151, 151, 151, 0.7);
    z-index: 1;
    background: url('../image/boc-icon-down.png') no-repeat center;
    background-size: 60% 60%;
    overflow: hidden;
    transition: transform 0.5s;
}

.boc-classify-more.open {
    transform: rotate(180deg)
}

.boc-classify-item {
    float: left;
    line-height: 2.8rem;
    padding: 0 1.6rem;
    border-radius: 2.8rem;
    border: 1px solid rgba(151, 151, 151, 0.7);
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 1.2rem 1.2rem 0;
    overflow: hidden;
}

.boc-line {
    padding: 0 2rem;
    padding-bottom: 2.4rem;
}

.bocline {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.boc-recommend-article {
    padding-left: 2rem;
}

.pad-btm20 {
    padding-bottom: 2rem;
}

.boc-ra-title {
    position: relative;
    line-height: 3.5rem;
    height: 3.5rem;
    font-size: 2.4rem;
    color: #000;
    padding-left: 2.2rem;
    margin-bottom: 1.6rem;
    overflow: hidden;
}

.boc-rat-line {
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 1rem;
    height: 2.6rem;
    border-radius: 0.5rem;
    background-color: rgba(181, 26, 37, 1);
    z-index: 1;
}

.boc-ra-list {
    display: flex;
    padding-bottom: 1rem;
    overflow-x: auto;
}

.boc-ral-ul {
    display: flex;
}

.boc-ral-item {
    width: 20rem;
    margin-right: 1.2rem;
}

.boc-rali-img {
    height: 20rem;
    border-radius: 2rem;
    overflow: hidden;
}

.boc-rali-img img {
    display: block;
    width: 20rem !important;
    height: 20rem !important;
    object-fit: cover;
}

.boc-rali-title {
    font-size: 1.6rem;
    margin: 1.6rem 0 1.3rem 0;
    line-height: 2.6rem;
    min-height: 5.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.boc-rali-key-date {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.boc-rali-collection {
    margin-top: 1rem;
}

.boc-ra-collection {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    background: url('../image/boc-icon-collection.png') center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.boc-ra-collection.active {
    background: url('../image/boc-icon-collection-active.png') center no-repeat;
    background-size: 100% 100%;
}

.clause-box a {
    text-decoration: none;
}

.clause-link {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0.8rem 4.5rem 0.8rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    background: url('../image/boc-icon-arw-right.png') center right no-repeat;
    background-size: 4rem 4rem;
}

.down-info a {
    text-decoration: none;
}

.down-info-box {
    margin: 0 2rem 1.5rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.down-info-title {
    padding: 1.6rem 0;
    line-height: 2.6rem;
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
}

.down-info-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 10px 0px #c3c3c3;
}

.down-info-lt {
    border-radius: 1rem;
    width: 8rem;
    height: 8rem;
    margin-right: 1.6rem;
    overflow: hidden;
}

.down-info-lt img {
    display: block;
    width: 8rem;
    height: 8rem;
}

.down-info-rt {
    flex: 1;
    font-size: 1.5rem;
    word-break: break-word;
    line-height: 2.4rem;
    max-height: 9.6rem;
    color: #000;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.bocs-box {
    display: flex;
    padding: 1.2rem 0;
    background-color: #fff;
    box-shadow: 0px -2px 10px -5px #999;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.bocs-item {
    flex: 1;
    width: 1px;
    text-align: center;
}

.boc-icos {
    display: block;
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}

.font-setting {
    background: url('../image/boc-icon-font-size.png') center no-repeat;
    background-size: 100% 100%;
}

.font-setting.active {
    background: url('../image/boc-icon-font-size.png') center no-repeat;
    background-size: 100% 100%;
}

.article-collection {
    background: url('../image/boc-icon-collection.png') center no-repeat;
    background-size: 100% 100%;
}

.article-collection.active {
    background: url('../image/boc-icon-collection-active.png') center no-repeat;
    background-size: 100% 100%;
}

.article-favorite {
    background: url('../image/boc-icon-favorite.png') center no-repeat;
    background-size: 100% 100%;
}

.article-favorite.active {
    background: url('../image/boc-icon-favorite-active.png') center no-repeat;
    background-size: 100% 100%;
}

.sys-setting {
    background: url('../image/boc-icon-setting.png') center no-repeat;
    background-size: 100% 100%;
}

.sys-setting.active {
    background: url('../image/boc-icon-setting.png') center no-repeat;
    background-size: 100% 100%;
}

.boc-sfb-box {
    padding: 1.2rem 0;
    background-color: #fff;
    box-shadow: 0px -2px 10px -5px #999;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.boc-sfb-top {
    position: relative;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.8rem;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.boc-sfb-back {
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    left: 2rem;
    top: 0;
    z-index: 1;
    background: url(../image/boc-icon-back.png) center no-repeat;
    background-size: 80% 80%;
}

.boc-sfb-main {
    padding: 0 0.5rem;
}

.boc-sfb-btn {
    padding: 3rem 2rem 2rem 2rem;
}

.sfb-btns {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border-radius: 5rem;
    background: rgba(181, 26, 37, 1);
    overflow: hidden;
}

.boc-sfb-ul {
    display: flex;
    padding-top: 2.5rem;
}

.boc-sfb-li {
    flex: 1;
    width: 1px;
    padding: 0 1rem;
}

.sfb-li {
    display: block;
    margin: 0 auto;
    height: 7.8rem;
    text-align: center;
    line-height: 7.8rem;
    border-radius: 1rem;
    color: #333;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.7);
}

.sfb-li.ft1 {
    font-size: 1.6rem;
}

.sfb-li.ft2 {
    font-size: 2.1rem;
}

.sfb-li.ft3 {
    font-size: 2.8rem;
}

.boc-sfb-li.active .sfb-li {
    border: 1px solid rgba(181, 26, 37, 1);
}

.sys-update {
    padding: 2.4rem 0;
    color: #000;
}

.su-top {
    font-size: 1.6rem;
    padding: 2.4rem 2rem 2rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.su-top-t1 {
    font-weight: 600;
    margin-bottom: 2.4rem;
}

.su-item {
    padding: 2.4rem 2rem 2rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.su-t1 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.su-t2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.su-table {
    font-size: 1.4rem;
}

.su-table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    text-align: left;
}

.su-table th {
    padding: 0 0.6rem;
    height: 2.8rem;
    background: rgba(216, 216, 216, 1);
}

.su-table td {
    padding: 0.6rem;
    line-height: 2.5rem;
}

.su-tip {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

.sys-clause-body {
    font-size: 1.4rem;
    color: #000;
    line-height: 2.6rem;
}

.sys-clause-title {
    padding: 2.4rem 2rem 1rem 2rem;
    font-weight: 600;
}

.sys-clause-desc {
    padding: 0 2rem 1rem 2rem;
}

.pad-btm120 {
    padding-bottom: 12rem;
}

.sys-clause-desc p {
    margin-bottom: 1rem;
}

.sys-label-title {
    padding: 1rem 0;
    font-weight: 600;
}

.sys-clause-body a {
    color: #0000bb;
}

.sys-clause-body .label1 {
    font-weight: 600;
}

.hide-boc-article-pos {
    position: relative;
    z-index: 998;
    padding-top: 160px;
    bottom: -1px;
    margin-top: -200px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    padding-bottom: 34px;
    text-align: center;
}

.hide-boc-t1 {
    padding-top: 5rem;
    color: #000;
    font-size: 2.4rem;
    line-height: 3.5rem;
    min-height: 3.5rem;
}

.hide-boc-t2 {
    padding-top: 1rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    min-height: 2.4rem;
}

.hide-boc-t3 {
    padding: 3.2rem 2rem;
}

.hide-boc-btn {
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2.5rem;
    font-size: 1.8rem;
    background: rgba(181, 26, 37, 1);
    padding: 1.5rem 0;
    overflow: hidden;
}

.hide-boc-btn:active {
    background: rgba(181, 26, 37, 0.8);
}

.error-boc-tips {
    padding: 10rem 2rem 2rem 2rem;
    text-align: center;
}

.error-boc-t1 {
    font-size: 3rem;
    color: #555;
    margin-bottom: 2rem;
}

.error-boc-t2 {
    font-size: 1.6rem;
    color: #777;
    line-height: 2.4rem;
}

.sys-boc-clause {
    padding: 2rem;
}

.sys-boc-clause img {
    max-width: 100% !important;
    height: auto !important;
}

.sys-boc-clause .tick-box {
    margin-top: 1.65rem;
}

.sys-boc-clause .tick-box #tickbox{
    display: none;
}


/*条款文案以及复选框样式*/
/* #tickbox + label{
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
    position: absolute;
    background: url(../image/boc-icon-unchecked.png) no-repeat;
    background-size: 100% 100%;
}

#tickbox:checked + label::before{
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
    position: absolute;
    background: url(../image/boc-icon-checked.png) no-repeat; 
    background-size: 100% 100%;
} */
.checkBox{
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
    position: absolute;
    background: url("../image/boc-icon-unchecked.png") no-repeat;
    background-size: 100% 100%;
}
.actived{
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    cursor: pointer;
    position: absolute;
    background: url("../image/boc-icon-checked.png") no-repeat; 
    background-size: 100% 100%;
}

.tipsText{
    margin-left: 3rem;
    color: rgba(0, 0, 0, 0.5);
}
/* .sys-boc-clause .tick_box .text{
    margin-left: 3rem !important;
    color: rgba(0, 0, 0, 0.5);
} */

.statement{
    color: rgba(81, 93, 255, 0.877);
}
.announcement{
    color: rgba(81, 93, 255, 0.877);
}

.sys-boc-faq {
    padding: 1.2rem 0 2rem 0;
}

.sys-boc-faq-top {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-menus {
    display: flex;
    padding: 0 1.2rem 0 2rem;
    justify-content: center;
}

.tm-item {
    display: inline-block;
    padding: 0.5rem 3rem;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 2.8rem;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: #fff;
    margin-right: 0.8rem;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-item.active {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1);
}

.faq-list {
    padding-bottom: 0;
}
.faq-item{
    margin-bottom: 0;
}
.faq-itop {
    position: relative;
    padding: 2.4rem 5rem 2.4rem 2rem;
    line-height: 2.4rem;
    min-height: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
}
.faq-icon{
    position: absolute;
    top: 2.5rem;
    right: 1.8rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    background: url(../image/boc-icon-faq.png) center no-repeat;
    background-size: 2rem 2rem;
    transition: transform 0.5s;
}
.faq-answer {
    display: none;
    padding: 1.1rem 1.8rem 1.1rem 2rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* word-break: break-all; */
    text-align: justify;
    word-wrap: break-word;
}
.faq-answer img{
    max-width: 100% !important;
    height: auto;
}
.faq-item.active .faq-answer{
    display: block;
}
.faq-item.active .faq-icon{
    transform: rotate(180deg);
}
.not-faq{
    text-align: center;
    color: #999;
    font-size: 1.4rem;
    padding: 5rem;
}

.bocBodyImg,
.dbodyVideo,
.tagsClassify,
.tagsClassifyMore,
.bocRalCollection,
.bocRalDetail,
.bocLoginBtn{
    cursor: pointer;
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.shade{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.shade .content {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255);
    width: 35rem;
    height: auto;
    border-radius: 10px;
    z-index: 999;
    overflow: hidden;
}

.content .title {
    margin-top: 4.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
}

.content .info {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.1rem;
    text-align: center;
    font-size: 1.6rem;
}

.content .confirm {
    margin: 4rem auto;
    width: 30rem;
    height: 5rem;
    border-radius: 2.5rem;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    background-color: rgba(181, 26, 37);
    font-size: 1.8rem;
}

.vip-pop {
    position: fixed;
    left: 2rem;
    right: 2rem;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
}

.vip-pop-title {
    font-size: 2.4rem;
    /* color: #000; */
    font-weight: 600;
    margin-bottom: 1.6rem;
    text-align: center;
}

.vip-pop-content {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
    /* color: #000; */
}

.vip-pop-btn {
    display: flex;
    justify-content: space-between;
}

.vip-pop-btn-1 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 15.4rem;
    border-radius: 2.5rem;
}

.vip-pop-btn-2 {
    background-color: rgb(181,26,37);
    color: #fff;
    border-radius: 2.5rem;
}

.vip-pop-btn-3 {
    display: flex;
    justify-content: space-between;
}

.vip-pop-btn-4 {
    width: 30rem;
    margin: 0 auto;
    background-color: rgb(181,26,37);
    color: #fff;
    border-radius: 2.5rem;
    font-size: 2.1rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.boc-related-article {
    padding-left: 2rem;
}

.boc-re-list {
    padding-right: 2rem;
    padding-bottom: 1px;
}

.boc-rel-item {
    display: flex;
    margin-bottom: 1.6rem;
}

.boc-rel-lt{
    margin-right: 0.8rem;                                      
}
.boc-rel-rt{
    flex: 1;
}

.boc-reli-img {
    width: 13rem;
    height: 13rem;
    border-radius: 2rem;
    overflow: hidden;
}

.boc-reli-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boc-reli-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    min-height: 5.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.2rem;
}

.boc-reli-key-date {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.boc-reli-collection {
    margin-top: 1.2rem;
}

.boc-re-collection {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    background: url('../image/boc-icon-collection.png') center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.boc-re-collection.active {
    background: url('../image/boc-icon-collection-active.png') center no-repeat;
    background-size: 100% 100%;
}

.sys-boc-faq ul{
    padding-left: 1.5rem;
}
.sys-boc-faq ul li{
    list-style: disc;
}
.bocDetailContentBody{
    max-width: 1024px;
    margin: 0 auto;
}
.boc-top-title {
	margin: 0;
}
.boc-top-tips fs14 none {
	margin: 0;
}
.clearfix mb {
	margin-left: 0;
}
.boc-pautor {
	padding: 0.5rem 0rem;
}
.boc-detail-body boc-detail-body-c {
    padding: 0;
}
.boc-tag-classify {
    padding: 0rem;
}
.boc-normal bocDetailContentBody {
    max-width: 600px;
    margin: 0 auto;
}
.footer_menu {
    background: #ffffff;
    height: 45px;
}
.push-left small-100 {
    vertical-align: middle;
}
.header_info {
    width:100%;
}
.header_logo {
    width:20%;
}
.header_name {
    width:35%;
}
.header_download {
    width:30%;
}
.innerDownload {

}
.sys-app-image {
    display:none;
}
.download {
    width:15%;
}
.header_info .header_download .innerDownload{
				margin-top: 8px;
				text-align: center;
				font-size: .6rem;
				color: #fff;
}
.notice{
	padding: 20px;
	font-size: 1.2rem;
}
.header_info {
	display: flex;
	height:40px;
}
.header_info .header_logo {
	flex: 1;
}
.header_info img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.header_info .header_download {
	margin-top: 4px;
	margin-bottom: 4px;
	background: -webkit-linear-gradient(80deg, #b51a25, #d42b35);
	border-radius: 25px;
}
.authorContentRight {
    margin-left:1.2em;
}