/* -------------------------------------------基础通用样式------------------------------------ */
:root { --theme: #AE3933; }

.container { background-color: #F6F7FD; padding: 56px 12px 0; }
.page__hd { }

.page__bd { }

.page__mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 998; background: rgba(0, 0, 0, 0.7); display: none; }
.mapBox { height: 250px; }

.bg_white { background: #FFF; }

.margin_top_mini { margin-top: 5px; }

.margin_top_sm { margin-top: 10px; }

.margin_top_me { margin-top: 15px; }

.margin_top_lg { margin-top: 30px; }

.margin_top_xlg { margin-top: 50px; }

.margin_bot_sm { margin-bottom: 10px; }

.margin_bot_me { margin-bottom: 20px; }

.margin_bot_lg { margin-bottom: 30px; }

.pading-top-lg { padding-top: 30px; }

.pading-bot-lg { padding-bottom: 30px !important; }

.content-padded { padding: 0 15px; }

.flex-row { display: flex; }

.flex1 { flex: 1; }

.aligncenter { align-items: center; }

.nodata { margin: 50px auto; display: none; width: 204px; }

.btn-more { display: flex; justify-content: center; align-items: center; width: 50%; line-height: 30px; border-radius: 4px; border: 1px solid var(--theme); margin: 0 auto; background: initial; color: var(--theme); cursor: pointer; }

a.btnlink { color: var(--theme); border: 1px solid; border-color: var(--theme); border-radius: 30px; font-size: 13px; padding: 5px 15px; }

.more-vertical { transform: rotate(90deg); margin-left: 5px; }

.space-between { justify-content: space-between; }

.align-items { align-items: center; }

.title_h1 { font-size: 20px; }

.title_h2 { font-size: 16px; }

.text-center { text-align: center; }

.text-small { font-size: 12px; color: #222222; }

.fongt-white { color: #FFF !important; }

.font-warning { color: #FF3C3C; }

.font-gray { color: #666; }

.text-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.text-ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; }

.btn-blue { background-color: #0C55F2; }

.btn-green { background-color: #50B357; }

.form-input-item { display: flex; background-color: #FFF; padding: 20px; align-items: center; margin: 10px 0; }

.form-input-item .input-icon { margin-right: 20px; }

.form-input-item .weui-input { font-size: 16px; line-height: 1; height: auto; }

.form-input-yzm { display: flex; justify-content: space-between; }

.form-input-yzm .resend { color: #0C55F2; font-size: 16px; display: flex; align-items: center; width: 130px; justify-content: center; /*color: #EFEFEF;*/ flex-shrink: 0; margin-left: 20px; }

.form-input-yzm .resend.weui-btn_disabled { color: rgba(0, 0, 0, 0.2); color: var(--weui-BTN-DISABLED-FONT-COLOR); background-color: #f2f2f2; background-color: var(--weui-BTN-DEFAULT-BG); }

.form-input-yzm .weui-input { width: 50%; background-color: #FFF; height: 100%; font-size: 16px; padding: 15px 20px; }

.from-btn { display: flex; align-items: center; justify-content: center; height: 50px; color: #FFF; font-size: 16px; margin: 10px 0; position: relative; }

.from-btn .btn_text { margin-left: 6px; }

.from-btn:active::before { display: block; content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; background: rgba(255, 255, 255, .1); }

a.from-btn:active::before { display: none; }

.noshrink { flex-shrink: 0; }

.weui-article h1 { font-size: 20px; margin-bottom: 15px; }

.weui-article .articleinfo { color: #AAAAAA; font-size: 12px; display: flex; align-items: center; margin-right: 24px; }

.articleinfo .icon { margin-right: 5px; }

.weui-icon-close.weui-icon_gallery-close { color: #fff; color: var(--weui-WHITE); }

.mainContainer { position: relative; }
.mainContainer > .inner { background-color: #FFF; }

.section-title { padding: 25px 0; text-align: center; position: relative; z-index: 30; color: #000000; background-color: #FFF; }

.section-title .title { font-size: 20px; font-weight: 600; }

.section-title .subtitle { font-size: 14px; font-weight: 400; color: #666666; margin-top: 8px; }

.section-btn-more { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #999999; padding: 15px 0; position: relative; z-index: 30; }

.section-btn-more .iconfont { font-size: 40px; line-height: 52px; color: var(--theme); }

.containerMask { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); }

.privacyTips { color: #969696; font-size: 12px; }

.privacyTips .checkbox { position: relative; top: 2px; }

.privacyTips .link { color: var(--theme); }

button:disabled { background: #ddd; color: #FFF; cursor: initial; opacity: 1 !important; }
/* -------------------------------------------基础通用样式end------------------------------------ */
/* -------------------------------------------页面通用导航------------------------------------ */
.float_header { height: 44px; position: fixed; left: 0; right: 0; top: 0; padding: 0 15px; align-items: center; justify-content: space-between; z-index: 1000; display: flex; background-color: #FFF; }
.float_header .iconfont { font-size: 20px; padding-left: 15px; }

.float_header .meun__close { display: none; font-size: 16px; }

.float_menu { position: fixed; z-index: 1000; width: 100vw; left: 110vw; top: 44px; bottom: 0; transition: all .3s ease-in-out; background: rgba(20,22,27, 0.9); }

.float_menu.show { left: 0; }

.meun__list { padding: 0 0 0 20px; }

.float_menu .meun__icon { width: 18px; height: 18px; margin-right: 20px; }

.float_menu .meun__item { display: flex; align-items: center; font-size: 16px; line-height: 22px; color: #FFF; border-bottom: 1px solid #444; padding: 20px 0; }

/* -------------------------------------------页面通用页脚------------------------------------ */
.common_footer { color: #555555; background: #232325; margin: 15px -12px 0px; }

.common_footer .navi_footer { display: flex; flex-wrap: wrap; padding-bottom: 10px; }

.navi_footer a { color: #D1D1D1; width: 20%; box-sizing: border-box; }

.navi_footer a { border-right: 2px solid #2D2C2C; margin-top: 20px; }

.common_footer .consulting { display: flex; flex-direction: column; justify-content: space-between; margin-left: 30px; }

.common_footer .consu-item { font-size: 14px; font-weight: 400; color: #999999; line-height: 20px; text-align: left; }

.wxbg_white { color: #FFF; font-size: 12px; padding: 5px 0; margin-top: -5px; }


.hotline_title { padding: 20px 15px; font-size: 18px; font-weight: 400; color: #999999; line-height: 25px; }

.hotline_btn { display: flex; color: #FFFFFF !important; line-height: 50px; justify-content: center; align-items: center; font-size: 20px; margin: 30px 15px 0; font-size: 26px; font-weight: 600; line-height: 30px; border-radius: 4px; border: 1px solid #767676; height: 44px; }

.copyright { border-top: 1px solid #444; font-size: 12px; font-weight: 400; color: #999999; line-height: 17px; padding: 15px; margin-top: 20px; display: flex; flex-direction: column; }

.address { margin-top: 10px; }

.friendlylink { margin-top: 5px; display: flex; flex-wrap: wrap; justify-content: center; }

.friendlylink ._item { font-size: 12px; color: #999; padding: 0 5px; line-height: 2; }
.qrcodeGroup { display: flex; flex-wrap: wrap; justify-content: center; padding: 0px 5px; }
.qrcodeGroup ._item { margin: 10px 5px; }
.contact { text-align: left; padding: 15px 20px; color: #FFF; line-height: 1.8; }
.contact p:first-child { font-size: 20px; margin-top: 0; font-weight: bold; }
/* ----------------------------------浮动页脚----------------------------------- */
.float_footer { position: fixed; bottom: -80px; left: 0; right: 0; transition: bottom .3s linear; z-index: 888; }

.float_footer.show { bottom: 0; }

.footer-container { height: 50px; display: flex; align-items: center; justify-content: space-between; background-color: var(--theme); position: relative; padding: 0 15px; }

.float_footer .item_link { font-size: 14px; font-weight: 400; color: #FFF; line-height: 17px; display: block; padding: 0 15px; height: 50px; line-height: 50px; display: flex; align-items: center; }

.float_footer .item_link .iconfont { color: #FFF; font-size: 16px; margin-right: 5px; }
.float_footer .item_link .icon { width: 18px; margin-right: 5px; }

.float_footer .item_btn { font-size: 14px; color: var(--theme); background: #FFF; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); top: -15px; }

.float_footer .item_btn .iconfont { font-size: 20px; margin-top: 2px; }
.wechatCodePop { position: fixed; bottom: -500px; left: 0; right: 0; z-index: 999; background-color: #FFF; border-radius: 10px 10px 0 0; transition: bottom .3s linear; }
.wechatCodePop.show { bottom: 0; }
.wechatCodePop ._title { display: flex; align-items: center; justify-content: space-between; padding: 15px 15px 0; }
.wechatCodePop ._main { display: flex; padding: 10px; justify-content: space-between; flex-wrap: wrap; position: relative; }
.wechatCodePop ._item { padding: 10px 0; display: flex; flex-direction: column; align-items: center; }
.wechatCodePop ._title .text { font-size: 16px; font-weight: bold; }
.wechatCodePop img { display: block; }
.wechatCodePop p { width: 105px; text-align: center; }

.popupForm { position: fixed; z-index: 999; bottom: -120vh; left: 0; right: 0; transition: bottom .3s linear; }

.popupForm.show { bottom: 0; }

.popupForm .maincon { border-radius: 15px 15px 0 0; overflow: auto; background: #FFF; padding-bottom: 10px; max-height: 80vh; }
.popupForm .input-row, .popupForm input { background: #f8f8f8; }

.popupForm .maincon .popclose { position: absolute; right: 15px; top: 15px; }

.popupForm .cover { width: 100%; display: block; }

.popupForm .form { padding: 0 15px; }

.popupForm .privacyTips { margin-top: 15px; }

.popupForm .form .iconfont { color: var(--theme); }

/* ----------------------------------首页----------------------------------- */

.menu__index { background-color: #FFF; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09); border-radius: 4px; padding: 22px 0; margin: 0 15px; position: relative; top: -25px; margin-bottom: 15px; z-index: 6; }

.menu__title { color: #555555; font-size: 15px; font-weight: bold; }

.bannerIndex { --swiper-theme-color: #FFFFFF; --swiper-navigation-size: 30px; }

.bannerIndex .banner_img { width: 100%; /*max-height: 100vh;*/ /*opacity: 0;*/ object-fit: cover; vertical-align: middle; display: inline-block; }
.bannerIndex .swiper-slide { position: relative; text-align: center; /*background-position:center center;
        background-size:auto 100%;*/ }
.banner_content { position: absolute; z-index: 11; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; }
.banner_content .saclebody { /*transform:scale(0.5);*/ }
.bannerIndex .banner1-link { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; z-index: 12; }

.bannerIndex .swiper-pagination-bullet { background: #FFFFFF; opacity: 0.5; }

.bannerIndex .swiper-pagination-bullet-active { opacity: 1; }

.bannerForm { background: #F6F7FD; padding-bottom: 20px; }

.bannerForm .section-title { padding: 20px 15px; }

.bannerForm .form { padding: 0 15px; }

.bannerForm .form .form_btn { margin: 5px 0; }

.bannerForm .iconfont { color: var(--theme); }

.bannerForm .privacyTips { margin-top: 25px; }

.input-row { display: flex; align-items: center; height: 44px; background: #FFFFFF; border-radius: 2px; padding: 0 15px; box-sizing: border-box; margin-bottom: 10px; }
.quotation .input-row, .quotation input { background: #f8f8f8; }

.input-row:last-child { margin-right: 0; }

input { flex: 1; height: 100%; border: 0; outline: none; padding-left: 10px; }

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { -webkit-appearance: none !important; }

.form_btn { width: 100%; height: 44px; line-height: 44px; background: var(--theme); border-radius: 4px; border: 0; color: #fff; cursor: pointer; font-size: 14px; font-weight: bold; margin: 5px 0; }

.al-list { display: flex; flex-wrap: wrap; }

.al-list .al-item { width: 100%; position: relative; margin-bottom: 10px; background-color: #FFF; }

.al-list .al-item .al-cover { width: 100%; display: block; border-radius: 5px 5px 0 0; }

.al-list .al-item .al-title { font-size: 14px; font-weight: 800; color: #333333; line-height: 20px; }

.al-list .al-item .context { padding: 15px; border-radius: 0px 0px 4px 4px; border: 1px solid #EAEAEA; }

.al-list .al-item .al-desc { font-size: 12px; font-weight: 400; color: #999999; line-height: 17px; margin-top: 5px; }

.al-list .al-item .al-tag { position: absolute; z-index: 20; left: 50%; top: 50%; transform: translate(-50%,-50%); background: rgba(0, 0, 0, 0.8); color: #FFF; width: 50px; height: 50px; border-radius: 25px; }

.alWheel .alWheel-item { height: 360px; position: relative; }

.alWheel .alWheel-item .alWheel-bg { width: 100%; height: 100%; }

.alWheel-item .al-tag { position: absolute; z-index: 20; left: 10px; top: 10px; background: rgba(0, 0, 0, 0.8); color: #FFF; padding: 1px 7px; border-radius: 4px; font-size: 14px; }

.alWheel-item .al-content { height: 95px; background: rgba(0, 0, 0, 0.8); position: absolute; z-index: 21; right: 0; left: 0; bottom: 0; color: #FFF; text-align: center; padding: 15px; box-sizing: border-box; }

.alWheel-item .al-content .title { font-size: 16px; font-weight: 600; line-height: 22px; }

.alWheel-item .al-content .subtitle { font-size: 14px; color: #999999; line-height: 28px; }

.cyclopedia .cyc-item { }


.cyclopedia .cyc-item .category { height: 120px; border-radius: 4px 4px 0 0; overflow: hidden; position: relative; }

.cyclopedia .cyc-item .category a { display: block; width: 100%; height: 100%; position: relative; }

.cyclopedia .cyc-item .category .cover { width: 100%; height: 100%; }

.cyclopedia .cyc-item .category .mask { position: absolute; z-index: 16; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); color: #FFF; font-size: 24px; line-height: 120px; padding: 0 20px; }

.cyclopedia .cyc-item .cyc-link { display: block; font-size: 14px; color: #333333; line-height: 20px; padding: 15px; border-bottom: 1px solid #F3F3F3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: #FFF; }

.cyclopedia .cyc-item .cyc-link:hover { color: var(--theme); }

.prdc_section { padding: 20px 0; background-color: #FFF; background-size: cover; background-repeat: no-repeat; }
.prdc_section .section-btn-more { margin-top: 15px; }

.prdc_title { text-align: center; font-size: 24px; }
.prdc_desc { text-align: center; font-size: 14px; }
.prdc-cover { width: 100%; padding: 20px 15px 10px; box-sizing: border-box; }

.prdc_decsitem { display: flex; padding: 0 15px; margin-top: 6px; }

.prdc_decsitem .title { width: 50px; flex-shrink: 0; font-size: 12px; font-weight: bold; line-height: 2; }

.prdc_decsitem .textgroup { display: flex; flex-wrap: wrap; padding-left: 10px; }

.prdc_decsitem .textgroup .textitem { padding: 4px 8px; background-color: #F3F4F9; border-radius: 2px; color: #555555; font-size: 12px; margin-right: 6px; margin-bottom: 6px; }

.advantage { background: #FFF; }
.advantage .section-btn-more { color: #FFF; }

.img-desc-bg { display: block; height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; }

.advantage-list { display: flex; flex-wrap: wrap; position: relative; z-index: 30; font-size: 15px; }

.advantage-item { display: flex; flex-direction: column; align-items: center; width: calc(50% - 5px); height: 160px; border-radius: 4px; /*background: rgba(0, 0, 0, 0.5);
    color: #FFF;*/ margin-bottom: 10px; padding: 0 15px; box-sizing: border-box; text-align: center; }

.advantage-item:nth-child(2n) { margin-left: 10px; }

.advantage-item .icon { width: 32px; height: 32px; }

.advantage-item .title { line-height: 21px; margin-top: 15px; font-weight: bold; }

.advantage-item .desc { font-size: 14px; color: #999999; line-height: 20px; margin-top: 6px; }

.news .headline { height: 287px; position: relative; border-radius: 4px; overflow: hidden; }

.news .headline .cover-img { width: 100%; height: 100%; }

.news .headline .info { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; height: 90px; color: #FFF; padding: 0 15px; display: flex; flex-direction: column; justify-content: center; background: rgba(0, 0, 0, 0.6); }

.news .info .title { font-size: 16px; font-weight: 600; line-height: 22px; }

.news .info .desc { font-size: 14px; font-weight: 400; color: #BBBBBB; line-height: 20px; margin-top: 8px; }

.news-list { margin-top: 20px; }

.news-item { display: flex; margin-bottom: 10px; background-color: #FFF; padding: 10px; }

.news-item .cover-img { width: 100px; height: 80px; border-radius: 4px; }

.news-item .info { margin-left: 20px; flex: 1; width: 50%; }

.news-item .info .title { color: #333; font-size: 15px; }

.reason { background: url('../img/case_1.jpg') no-repeat; background-size: cover; }

.reason-list { display: flex; flex-wrap: wrap; z-index: 30; position: relative; margin-top: 60px; }

.reason-item { color: #FFF; width: 33.33%; margin-bottom: 30px; }

.reason-item .title { font-size: 24px; font-weight: 600; color: #FFFFFF; line-height: 33px; }

.reason-item .desc { height: 20px; font-size: 14px; font-weight: 400; color: #999999; line-height: 20px; margin-top: 8px; }

.Team { margin-bottom: 20px; }

.team-member > a { display: block; border-radius: 4px; overflow: hidden; }

.team-member .photo { width: 100%; height: 243px; vertical-align: middle; }

.team-member .info { height: 124px; background: #F6F6F9; border-radius: 0px 0px 4px 4px; padding: 0 15px; font-size: 14px; font-weight: 400; color: #666666; line-height: 20px; padding-top: 20px; box-sizing: border-box; }

.team-member .info .name { font-size: 16px; font-weight: 600; color: #000000; line-height: 22px; }

.team-member .info .dutuies { margin: 8px 0 5px; }

.quotation { background-color: #FFF; padding: 0 15px; }

.quotation .form { position: relative; z-index: 30; padding-bottom: 30px; }

.quotation .form .iconfont { color: var(--theme); }

.quotation .form .text-area { display: block; height: 100px; background: #FFF; border-radius: 2px; padding: 15px; width: 100%; box-sizing: border-box; margin-top: 10px; font-family: MicrosoftYaHei; font-size: 14px; font-weight: 400; color: #666666; line-height: 20px; outline: none; }

.quotation .form_btn { margin-top: 20px; }
/* ----------------------------------整装产品---------------------------------- */
.filter { background: #FFF; max-height: 300px; overflow: auto; margin: -12px -12px 0; }

.filter.fixed { position: fixed; z-index: 999; top: 44px; left: 0; right: 0; margin: 0; }

.filter__result { font-size: 12px; font-weight: 400; color: #333333; line-height: 16px; flex: 1; width: 50%; }

.filter__open { padding-left: 15px; }

.filterbody { padding: 15px 0 5px 15px; }
.classification { position: relative; }
.classification .title { font-size: 14px; font-weight: 600; color: #000000; line-height: 22px; }

.classification .class__list { display: flex; margin-top: 10px; overflow: auto; padding-right: 15px; }
.wrapper_mask { background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff); position: absolute; width: 50px; height: 100%; top: 0; right: 0; bottom: 0; pointer-events: none; }
.class__list::-webkit-scrollbar { height: 0; }

.classification .class__item { flex-shrink: 0; height: 20px; border-radius: 15px; font-size: 12px; font-weight: 400; color: #333333; line-height: 16px; display: flex; align-items: center; justify-content: center; padding: 0 10px; margin-bottom: 10px; }

.classification .class__item.active { background: var(--theme); color: #FFF; }


.filterfooter { display: flex; padding: 20px 0; }

.filterfooter .btn { flex: 1; height: 40px; border-radius: 4px; border: 1px solid var(--theme); font-size: 14px; font-weight: 600; color: var(--theme); margin-left: 10px; background: #FFF; }

.filterfooter .btn:first-child { margin-left: 0; }

.filterfooter .btn.confirm { background: var(--theme); color: #FFF; }
/* ----------------------------------设计团队---------------------------------- */
.bannerOthers { --swiper-theme-color: #FFFFFF; --swiper-navigation-size: 30px; }

.bannerOthers .banner_img { width: 100%; vertical-align: middle; display: inline-block; }

.bannerOthers .swiper-pagination-bullet { background: #FFFFFF; opacity: 0.5; }

.bannerOthers .swiper-pagination-bullet-active { opacity: 1; }

.designer-item { display: flex; padding: 20px 0; border-bottom: 1px solid #E6E6E6; }

.designer-item .photo { width: 120px; }

.designer-item .maincon { flex: 1; width: 50%; margin-left: 20px; }

.designer-item .maincon .top { display: flex; align-items: center; }

.designer-item .maincon .name { flex: 1; width: 50%; display: block; font-size: 14px; font-weight: bold; color: #333; }

.designer-item .maincon .callhim { display: block; font-size: 14px; font-weight: 400; color: #FFFFFF; line-height: 20px; width: 80px; height: 30px; line-height: 30px; background: var(--theme); border-radius: 4px; text-align: center; }

.designer-item .maincon .context { font-size: 14px; font-weight: 400; color: #666666; line-height: 20px; margin-top: 20px; }

.designer-item .maincon .context .skill { margin-top: 6px; }


.designer-bg { position: relative; }

.designer-bg img { vertical-align: middle; width: 100%; }

.designer-bg::before { content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); }

.designer { position: relative; top: -60px; text-align: center; margin-bottom: -50px; }

.designer .photo { width: 228px; min-height: 50px; vertical-align: middle; }

.designer .name { font-size: 24px; font-weight: 600; color: #000000; line-height: 33px; margin-top: 20px; }

.designer .duty { font-size: 14px; font-weight: 400; color: #444444; line-height: 20px; margin: 8px 0 0; padding-bottom: 25px; border-bottom: 1px solid #E6E6E6; }

.designer .introduction { display: flex; padding: 15px 0; font-size: 14px; font-weight: 400; color: #444444; line-height: 24px; text-align: left; border-bottom: 1px solid #E6E6E6; }

.designer .introduction h2 { white-space: nowrap; font-size: 16px; font-weight: 600; color: #000000; line-height: 26px; }
/* ----------------------------------最新资讯---------------------------------- */
.news-page-list { min-height: calc(100vh - 550px); }

.news-page-item { display: flex; padding: 15px 0; border-bottom: 1px solid #f6f6f6; }
.news-page-item:last-child { border-bottom: 0; }

.news-page-item .cover { width: 108px; object-fit: cover; border-radius: 5px; }

.news-page-item .maincon { flex: 1; width: 50%; margin-left: 20px; }

.news-page-item .maincon .title { font-size: 14px; font-weight: 600; color: #333; line-height: 1.5; }

.news-page-item .maincon .desc { font-size: 12px; font-weight: 400; color: #999; line-height: 20px; margin-top: 10px; }

.recommend { background-color: #FFF; padding: 0 15px; }

.recommend-title { padding: 18px 0; font-size: 20px; color: #333; line-height: 28px; }

.newsArticle { font-size: 14px; font-weight: 400; color: #333333; line-height: 28px; }

.newsArticle .header { text-align: left; background-color: #FFF; }

.newsArticle .header .article-cover { position: relative; display: block; }

.newsArticle .header .cover-img { width: 100%; display: block; }

.newsArticle .header .article-cover .vrtag { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; background: rgba(0,0,0,.5); color: #FFF; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

.newsArticle .header .article-cover .vrtag img { width: 24px; }

.newsArticle .article-title { font-size: 20px; font-family: MicrosoftYaHei-Bold, MicrosoftYaHei; font-weight: bold; color: #333; line-height: 1.5; padding: 15px 15px 0; background-color: #FFF; }

.newsArticle .article-info { font-size: 12px; font-weight: 400; color: #999999; line-height: 20px; margin: 0 0 15px; padding: 0 15px 15px; background-color: #FFF; }

.newsArticle .time_split { background: rgba(49,52,56,.3); width: 1px; height: 10px; margin: 0 12px; }

.newsArticle .header .article-designer { display: flex; align-items: center; }

.newsArticle .header .article-designer .headimg { width: 40px; height: 40px; border-radius: 50%; }

.newsArticle .header .article-designer .name { color: #333; margin: 0 15px; font-weight: bold; }

.newsArticle .header .article-designer .desc { color: #999; font-size: 12px; }

.newsArticle .header .subscribe { padding: 0 0 0 55px; display: flex; }

.newsArticle .header .subscribe .f_btn { font-size: 12px; font-weight: 600; color: #FFFFFF; line-height: 20px; background: var(--theme); display: flex; align-items: center; justify-content: center; height: 30px; width: 100px; border-radius: 20px; margin-right: 15px; }
.newsArticle .header { margin-bottom: 20px; }
.header .card { box-shadow: 1px 1px 5px 0 hsla(0,0%,85.1%,.5); padding: 15px; }

.header .article-infoCard { display: flex; margin: 25px 5px 0 0px; overflow: hidden; }

.header .article-infoCard .item { flex: 1; min-width: 25%; flex-shrink: 0; font-size: 12px; line-height: 1.6; text-align: center; margin: 0px 3px; }

.header .article-infoCard .item .intro { color: #999; }

.img-group-con { padding: 15px; background-color: #FFF; }
.img-group-con .group-title { font-size: 16px; padding: 0 15px 15px; }
.img-group-con .swiper-imgarr { width: 100%; position: relative; }
.img-group-con .swiper-imgarr .swiper-pagination { color: #FFF; bottom: 0; text-align: center; width: 50px; background-image: linear-gradient(to right, rgba(0,0,0,.1), #000000); right: 0; left: initial; border-radius: 0px 0px 8px 0px; }
.img-group-con .swiper-imgarr img { display: block; width: 100%; height: 250px; vertical-align: middle; object-fit: cover; border-radius: 8px; }

.article-con { background-color: #FFF; padding: 15px; }

.newsArticle .con-title { font-size: 16px; text-align: left; }

.article-con .vr-title { font-size: 16px; padding: 20px 0 5px 0; text-align: center; }

.article-con img { max-width: 100%; display: block; margin: 0 auto; }

.article-con p { margin: 10px 0; }

.article-source { font-size: 12px; color: #999; margin-top: 15px; text-align: right; }

.pageNavigation { display: flex; flex-direction: column; align-items: flex-end; padding: 15px 0; }

.pageNavigation a { color: #409EFF; display: flex; width: 100%; }

.pageNavigation .pgnav-head { flex-shrink: 0; }

.pageNavigation .pgnav-title { flex: 1; width: 50%; }

.pageCon img { width: 100% !important; }
/*---------------------------------------------------图片预览组件---------------------------------------------------*/
.img-preview { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; }
.mask-preview { width: 100%; height: 100%; background: rgba(0,0,0,.8); }
.img-preview .imgPreview { position: absolute; left: 0; right: 0; height: 100%; top: 50%; transform: translateY(-50%); --swiper-pagination-color: #FFF; }
.imgPreview .preview_img { width: 100%; }
.imgPreview .swiper-slide { display: flex; align-items: center; background: rgba(0,0,0,.8); }
.imgPreview .swiper-pagination { color: #FFF; }
.img-preview .icon-guanbi { position: absolute; right: 20px; top: 20px; color: #FFF; z-index: 88; }

.richtextComponent { background-color: #FFF; margin-top: 15px; padding-bottom: 15px; }
