/*
    -------------------------------
   |   原创设计 版权所有 抄袭必究   |
   |   著作权登记号：2018SR819765   |
   |   石家庄云图信息技术有限公司   |
    -------------------------------
*/
/*
** Name: dgy.grid.c.css
** Date: 2020/05/10.
** Anthor: A572C98E9CC7907E.
** Version: 1.0.1
** Last: 2020/06/22 tonney.
*/

/* index */
.launchWrapper{ display: flex; align-items: center; padding-bottom:20px; background:#fff; background-image: linear-gradient(to bottom, #fff, #f1f2fa); }
.launchWrapper .bannerContainer{ width:1280px; height: 600px; margin:0 auto; display: flex; align-items: center; justify-content:space-between; }
.launchWrapper .bannerBox{ width:600px; display: block; }
.launchWrapper .textBox{ width:640px; }
.launchWrapper .textBox .title{ font-size: 38px; color: #3b426b; font-weight: 500; line-height: 50px; margin: 15px 0 32px;}
.launchWrapper .textBox .detail{ font-size: 18px; font-weight: 400; color: #5d6494; line-height: 27px; margin-bottom:35px; }
.launchWrapper .moreBtn{ display: inline-block; padding: 0 35px; cursor: pointer; line-height: 50px; height:50px; text-align: center; color: #fff; font-size: 16px; border-radius: 25px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
.launchWrapper .moreBtn:hover{ opacity:.9;}

.launchWrapper .swiper-container{ overflow: visible;}
.launchWrapper .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; }
.launchWrapper .swiper-pagination-bullet { border-radius: 4px; width: 8px; height: 8px; background: #2254f4; opacity: .5; }
.launchWrapper .swiper-pagination-bullet-active { opacity: 1; background: #2254f4; width: 24px; }

.pricebtn{ text-align:center;display:block;padding:20px 40px 40px 40px; }
.pricebtn .pricemoreBtn{ display: inline-block; padding: 0 35px;margin: 0 10px;cursor: pointer; line-height: 50px; height:50px; text-align: center; color: #fff; font-size: 16px; border-radius: 25px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
/* videoContainer */
.videoContainer{ position:absolute;left:0;top:0;width:100%; background:rgba(0,10,32,.7);height:100%;}
.videoContainer .textBox { margin-top:70px; margin-bottom:30px; text-align:center; }
.videoContainer .title { font-weight: normal; font-size: 32px; color: #3b426b; margin-bottom:10px; color: #fff;}
.videoContainer .detail { font-size: 16px; color: #5d6494; margin-bottom:10px;color: #fff; }
.videoContainer .itemWrap{ display: flex; justify-content: space-between; margin-bottom:10px; }
.videoContainer .itemWrap .itemBox { display: flex; align-items: center; text-align:center; flex-direction: column; padding:20px; }
.videoContainer .itemWrap .itemBox .imgLabel { padding:0 20px; display: flex; align-items: center; justify-content: center; }
.videoContainer .itemWrap .itemBox .img { display:block; height: 64PX; max-width: 100%; }
.video-box{height:450PX !important;}
.videoContainer .itemWrap .itemBox p { font-size: 14px; color: #fff; margin-bottom:10px; }
/* pageContainer */
.pageContainer{ background:#fff; padding: 40px; }
.pageContainer .textBox { margin-top:30px; margin-bottom:30px; text-align:center; }
.pageContainer .title { font-weight: normal; font-size: 32px; color: #3b426b; margin-bottom:10px; }
.pageContainer .detail { font-size: 16px; color: #5d6494; margin-bottom:10px; }
.pageContainer .itemWrap{ display: flex; justify-content: space-between; margin-bottom:10px; }
.pageContainer .itemWrap .itemBox { display: flex; align-items: center; text-align:center; flex-direction: column; padding:20px; }
.pageContainer .itemWrap .itemBox .imgLabel { padding:0 20px; display: flex; align-items: center; justify-content: center; }
.pageContainer .itemWrap .itemBox .img { display:block; height: auto; max-width: 100%; }
.pageContainer .itemWrap .itemBox .title { font-size: 18px; color: #3b426b; margin-bottom:18px; }
.pageContainer .itemWrap .itemBox p { font-size: 14px; color: #5d6494; margin-bottom:10px; }
.pageContainer .itemWrap.icon .imgLabel { margin-bottom:20px; }
.pageContainer .itemWrap.icon .itemBox .img{ width:80px; height:80px; }

.pageContainer.linear{ background-image: linear-gradient(to bottom, #fff, #f1f2fa); }
.pageContainer.grayblue{ background: #f1f2fa; }
.pageContainer.samples{ background:url('../images/bg-price.jpg') no-repeat center; background-size:cover; }
.pageContainer.case{ background:url('../images/bg-v2.jpg') no-repeat center; background-size:cover; }
.pageContainer.price{ background:url('../images/bg-price.jpg') no-repeat center; background-size:cover; }
.pageContainer.line{ border-top:1px solid #eee;/* padding: 0; */}
.pageContainer.p0{ padding:0; }
.pageContainer .textBox.small { margin-bottom:30px; }
/*.pageContainer .textBox.small .title { font-size: 32px; }*/
.pageContainer .linkBox{ text-align:center; font-size: 13px; color: #4a90e2; line-height: 20px; }
.pageContainer .linkBox .more{ font-size: 13px; color: #4a90e2; line-height: 20px; }
.pageContainer.samples .title, .pageContainer.samples .detail{ color:#fff; }
.pageContainer .loadmoreWrap{ text-align:center; padding: 20px 0 40px 0; }
.pageContainer .loadmoreBtn { display: inline-block; padding: 0 50px; cursor: pointer; line-height: 42px; height: 42px; text-align: center; color: #3b426b; font-size: 13px; border-radius: 20px; background: #fff; transition: all .2s ease; }
.pageContainer .loadmoreBtn:hover{ opacity:.9; box-shadow: 0 6px 12px 0 rgba(34,84,244,.2); }

/* newsGroup */
.newsGroup{ display:flex; align-items:center; justify-content:space-between; border-radius:6px; margin:20px auto; width:1280px; font-size: 13px; color: #454545; background:#fff; border:1px solid #eee; overflow:hidden; padding:20px; }
.newsGroup .item{ display:flex; align-items:center; justify-content:space-between; padding:10px 8px; width:33%; position: relative; }
.newsGroup .item.br::after{ content:""; height:80%; width:1px; background:#eee; position: absolute; right:0; top:10%; }
.newsGroup .item .imgBox{ display:block; width:128px; height:85px; margin-right:16px; overflow: hidden; border-radius:6px; background:#f6f6f6; }
.newsGroup .item .imgBox .img{ display:block; width:128px; height:85px; object-fit:cover; }
.newsGroup .item .textBox{ flex:1; position: relative; margin:0; text-align:left; overflow: hidden; }
.newsGroup .item .textBox .title{ font-size: 16px; color: #3b426b; font-weight: bold; margin-bottom: 5px; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
.newsGroup .item .textBox .detail{ font-size: 13px; color: #5d6494; line-height: 20px; height:60px; overflow: hidden; }
.newsGroup .item .textBox .more{ font-size: 13px; color: #4a90e2; line-height: 20px; }

/* projectGroup */
.projectGroup{ display:flex; justify-content:space-between; padding:30px 30px; }
.projectGroup .imgBox{ display:block; width:584px; height:365px; object-fit:cover; overflow: hidden; }
.projectGroup .textBox{ flex:1; position: relative; margin:0; padding-top:60px; text-align:left; }
.projectGroup .textBox h3{ font-size: 28px; color: #3b426b; font-weight: bold; margin-bottom: 20px; line-height: 50px; }
.projectGroup .textBox p{ font-size: 16px; color: #5d6494; line-height: 24px; margin-bottom:10px; }
.projectGroup .textBox li{ list-style: disc; font-size: 16px; color: #5d6494; line-height: 24px; margin-bottom:15px; }

/* poloGroup */
.poloGroup{ display:flex; justify-content:space-between; padding:0px 20px; }
.poloGroup .item{ width:33.333%; padding:0 10px; }
.poloGroup .cardBox{ padding: 30px 0; background: #fff; border: 1px solid rgba(0, 0, 0, 0.04); box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1); border-radius: 16px; margin-bottom: 24px; transition: all 0.2s ease-out; }

.poloGroup .contentWrap { display: inline-block; margin-bottom:20px; border: 1px solid #eee; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.poloGroup .contentWrap:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.poloGroup .topWrap { padding: 20px 30px; position: relative; }
.poloGroup .topWrap .img { display:block; position: absolute; left:30px; top:50%; margin-top:-30px; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; object-fit:cover; }
.poloGroup .topWrap .infoBox { margin-left: 80px; font-size: 14px; color: #5d6494; }
.poloGroup .topWrap h2 { line-height: 26px; color: #3b426b; font-size: 15px;}
.poloGroup .topWrap .infoBox h2 { line-height: 26px; color: #3b426b; font-size: 15px; min-height:80px;align-items:center;display:flex;}
.poloGroup .topWrap p { font-size: 13px; color: #5d6494; line-height: 24px; }
.poloGroup .btmWrap { line-height:24px; font-size:14px; padding: 20px 30px 0; color:#5d6494; margin-bottom: 30px; border-top: 1px dotted #eee; overflow: hidden; }
.poloGroup .contentWrap .btmWrap { height: 8em; }
.poloGroup .focus { display:block; width: 100%; height: 120px; border-radius: 4px; object-fit: cover; overflow: hidden; margin-bottom: 20px; }

.poloGroup.question .item{ width:50%; }
.poloGroup.question .topWrap{ padding:20px 30px; }

.poloGroup .itemLabel { display: block; margin-bottom:20px; padding:5px 30px 10px; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.poloGroup .itemLabel:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.poloGroup .moreInfo{ color:#324e90; }
.poloGroup .itemLabel.vip .moreInfo{ color:#6f4a12; }
.poloGroup .itemLabel.svip .moreInfo{ color:#ffcebf; }
.poloGroup .moreInfo li { font-size: 13px; line-height: 24px; padding-left: 20px; position: relative; }
.poloGroup .moreInfo li:before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; top: 10px; left: 5px; }
.poloGroup .itemLabel.normal .moreInfo li:before { background: #324e90; }
.poloGroup .itemLabel.vip .moreInfo li:before { background: #6f4a12; }
.poloGroup .itemLabel.svip .moreInfo li:before { background: #ffcebf; }

.poloGroup .itemLabel .topWrap, .poloGroup .itemLabel .btmWrap { padding:20px 0; border-top:0; margin-bottom:0; position: relative; }
.poloGroup .itemLabel.normal { background-image: linear-gradient(-200deg,#93c8ff,#6cacfd); color:#324e90; }
.poloGroup .itemLabel.vip { background-image: linear-gradient(-200deg,#ffefd9,#efcda3); color:#6f4a12; }
.poloGroup .itemLabel.svip { background-image: linear-gradient(-200deg,#3e467d,#24263c); color:#ffcebf; }
.poloGroup .itemLabel .topWrap h2 { line-height: 28px; font-size: 18px; }
.poloGroup .itemLabel .topWrap p { font-size: 12px; }
.poloGroup .itemLabel.normal .topWrap h2, .poloGroup .itemLabel.normal .topWrap p, .poloGroup .itemLabel.normal .btmWrap { color: #3b426b;}
.poloGroup .itemLabel.vip .topWrap h2, .poloGroup .itemLabel.vip .topWrap p, .poloGroup .itemLabel.vip .btmWrap { color: #6f4a12;}
.poloGroup .itemLabel.svip .topWrap h2, .poloGroup .itemLabel.svip .topWrap p, .poloGroup .itemLabel.svip .btmWrap { color: #ffcebf;}

.poloGroup .itemLabel .btmWrap:before { content: ""; position: absolute; top:0; left:0; width: 100%; height: 1px; }
.poloGroup .itemLabel.normal .btmWrap:before { background: #324e90; opacity: .15; }
.poloGroup .itemLabel.vip .btmWrap:before { background: #876031; opacity: .15; }
.poloGroup .itemLabel.svip .btmWrap:before { background: #f6caae; opacity: .15; }

/* pageDetailGroup */
.pageDetailGroup{ width:1000px; margin:20px auto; font-size: 14px; color: #5d6494; line-height: 28px; }
.pageDetailGroup .img{ max-width:100%; }
.pageDetailGroup .headWrap{ text-align:center; margin-bottom:30px; }
.pageDetailGroup .articleTitle { font-size: 20px; line-height:36px; color: #3b426b; margin-bottom: 30px; font-weight: 600; }
.pageDetailGroup .articleThumb { display: block; width: 100%; height: 270px; object-fit:cover; margin-bottom:30px; border-radius: 6px; overflow: hidden; }
.pageDetailGroup .articleInfo { font-size: 13px; color: #5d6494; line-height: 24px; }
.pageDetailGroup .headInfo { display:inline-block; padding:10px 30px; font-size: 13px; color: #5d6494; line-height: 20px; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pageDetailGroup .articleWrapper { font-size: 16px; color: #3b426b; margin-bottom:10px; line-height: 2; }
.pageDetailGroup .articleWrapper p{ margin-bottom:20px; }
.pageDetailGroup .articleWrapper img{ max-width:100%; margin-bottom:10px; }
.pageDetailGroup .pgc-img-caption img{ max-width:100%; margin-bottom:10px; }
.pageDetailGroup .zhengwen .p img{ max-width:100%; margin-bottom:10px; }
.pageDetailGroup .zhengwen img{ max-width:100%; margin-bottom:10px; }
/* 文章正文视频自动100% */
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}video{width:100%;height:100%;}


/* contactUsGroup */
.contactUsGroup{ display:flex; justify-content:center; align-items:center; padding:85px 0; overflow:hidden; position:relative; /*background:url('../images/index-contact-bg.png') no-repeat center; background-size:cover;*/ }
.contactUsGroup::after{ content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; opacity:.5; background:#f1f2fa url('../images/index-contact-bg.png') no-repeat center; background-size:cover; }
.contactUsGroup .contactWrap{ padding:40px 80px; text-align:center; overflow:hidden; /*background:#fff; border-radius:6px;*/ position:relative; z-index:10; }
.contactUsGroup .contactWrap h2 { line-height: 50px; color: #3b426b; font-size: 32px;font-weight: normal; }
.contactUsGroup .contactWrap p { font-size: 16px; color: #5d6494; margin-bottom:10px; line-height: 24px; }
.contactUsGroup .contactBtn { display: block; width:240px; margin:20px auto; cursor: pointer; line-height: 42px; height: 42px; text-align: center; color: #fff; font-size: 16px; font-weight:normal; border-radius: 25px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 8px 20px 0 rgba(34,84,244,.6); transition: all .2s ease; }
.contactUsGroup .contactBtn:hover { opacity:.9;}
.contactUsGroup.footer{ background:url('../images/bg-v1.jpg') no-repeat center; background-size:cover; position: relative; }
.contactUsGroup.footer:after{ content:""; position: absolute; left:0; top:0; width:100%; height:100%; background: -webkit-gradient(linear, right top, left top, from(#282290), to(#1E0635));
    background: linear-gradient(to left, #282290, #1E0635);
    background-image: linear-gradient(-225deg, #1E0635 0%, #282290 78%);}

/* productItemWrapper */
.productItemWrapper{ display:flex; justify-content:space-between; font-size:16px; color:#3b426b; line-height:24px; padding-top: 40px; }
.productItemWrapper .leftWrap{ width:300px; }
.productItemWrapper .leftWrap .title{ font-size:24px; line-height:36px; margin-bottom:0; }
.productItemWrapper .leftWrap p{ color:#5d6494; }
.productItemWrapper .rightWrap{ flex:1; display:flex; justify-content:space-between; flex-wrap: wrap; }
.productItemWrapper .rightWrap .item{ width:50%; padding-left:40px; padding-bottom:40px; }
.productItemWrapper .rightWrap .title{ font-size:18px; color:#3b426b; line-height:30px; margin-bottom:18px; text-align: center;}
.productItemWrapper .rightWrap .detail{ font-size:14px; color:#5d6494; text-align: center;}
.productItemWrapper.line{ margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eee; }

/* gn-list */
.richImggn{ margin:20px auto; }
.richImggn .itemWrapper{ display:flex; flex-wrap:wrap; }
.richImggn .itemWrapper .item{ width:25%; background:#fff; }
.richImggn .itemWrapper .topImg{ height:100%; overflow: hidden; background:#f2f2f2; position: relative; }
.richImggn .itemWrapper .topImg.radius{ border-radius:6px; }
.richImggn .itemWrapper .topImg .img{ display:block; width:100%; height:100%; object-fit:cover; }
.richImggn .itemWrapper .topImg .tag{ position:absolute; right:10px; bottom:10px; z-index:10; height:26px; padding:0 10px; background:rgba(255,255,255,.8); color:#3b426b; font-size:12px; line-height:26px; border-radius:6px; overflow: hidden; }
.richImggn .itemWrapper .midBox{ padding: 12px; border-right: 1px solid #f1f1f1; line-height: 1; }
.richImggn .itemWrapper .midBox .top { margin-bottom: 15px; font-size: 12px; color: #bcc2de; }
.richImggn .itemWrapper .midBox h3 { position: relative; /*margin-bottom: 15px; font-size: 18px; line-height: 24px; height: 72px; */color: #3b426b; overflow: hidden;text-align: center; }
/* .richImggn .itemWrapper .midBox h3:after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 1px; background-color: #ddd; } */
.richImggn .itemWrapper .midBox .detail { margin-bottom: 20px; font-size: 13px; line-height: 24px; height: 72px; color: #5d6494; overflow: hidden; }
.richImggn .itemWrapper .midBox .more { font-size: 14px; line-height: 24px; color: #3b426b; position: relative; }
.richImggn .itemWrapper .newsWrap{ display:flex; align-items:center; justify-content:space-between; overflow:hidden; }
.richImggn .itemWrapper .articleBox{ flex:1; overflow:hidden; }

.richImggn .itemWrapper.space{ margin:-10px -10px 0; }
.richImggn .itemWrapper.space .item{ background:none; padding:10px; }
.richImggn .itemWrapper.space .midBox{ border: 1px solid #f1f1f1; border-top:0; border-radius:0 0 4px 4px; }
.richImggn .itemWrapper .spaceWrap{ display:block; background:#fff; border-radius:4px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.richImggn .itemWrapper .spaceWrap:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }

.richImggn .itemWrapper .topImg .gif{ display:none; }
.richImggn .itemWrapper .topImg:hover .fm{ display:none; }
.richImggn .itemWrapper .topImg:hover .gif{ display:block; }


.richImggn .itemWrapper.samples .midBox{ border:0; border-radius:0; }
.richImggn .itemWrapper.samples .topImg{ height:200px; border-radius:6px; }
.richImggn .itemWrapper.samples .topImg .img{ height:200px; }
.richImggn .itemWrapper.samples .midBox .detail { font-size: 14px; }

.richImggn .itemWrapper.news{ margin:-10px -10px 0; }
.richImggn .itemWrapper.news .item{ width:50%; background:none; padding:10px; }
.richImggn .itemWrapper.news .spaceWrap{ padding:30px;}
.richImggn .itemWrapper.news .topImg{ width:200px; height:120px; border-radius:4px; margin-right:20px; }
.richImggn .itemWrapper.news .topImg .img{ height:120px; }
.richImggn .itemWrapper.news .midBox{ border:0; padding:0; }
.richImggn .itemWrapper.news .topBox { position: relative; margin-bottom: 15px; }
.richImggn .itemWrapper.news .topBox h3 { font-size: 16px; line-height: 24px; height: 24px; color: #3b426b; text-overflow:ellipsis; white-space:nowrap; overflow: hidden; }
.richImggn .itemWrapper.news .topBox .top { margin-bottom:5px; font-size: 12px; color: #bcc2de; }

/* richImgGroup */
.richImgGroup{ margin:20px 0 0 0; }
.richImgGroup .itemWrapper{ display:flex; flex-wrap:wrap; }
.richImgGroup .itemWrapper .item{ width:33.3333%; background:#fff; }
.richImgGroup .itemWrapper .topImg{ height:240px; overflow: hidden; background:#f2f2f2; position: relative; }
.richImgGroup .itemWrapper .topImg.radius{ border-radius:6px; }
.richImgGroup .itemWrapper .topImg .img{ display:block; width:100%; height:240px; object-fit:cover; }
.richImgGroup .itemWrapper .topImg .tag{ position:absolute; right:10px; bottom:10px; z-index:10; height:26px; padding:0 10px; background:rgba(255,255,255,.8); color:#3b426b; font-size:12px; line-height:26px; border-radius:6px; overflow: hidden; }
.richImgGroup .itemWrapper .midBox{ padding: 30px; border-right: 1px solid #f1f1f1; line-height: 1; }
.richImgGroup .itemWrapper .midBox .top { margin-bottom: 15px; font-size: 12px; color: #bcc2de; }
.richImgGroup .itemWrapper .midBox h3 { position: relative; margin-bottom: 15px; font-size: 18px; line-height: 24px; height: 52px; color: #3b426b; overflow: hidden; }
.richImgGroup .itemWrapper .midBox h3:after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 1px; background-color: #ddd; }
.richImgGroup .itemWrapper .midBox .detail { margin-bottom: 20px; font-size: 13px; line-height: 24px; height: 72px; color: #5d6494; overflow: hidden; }
.richImgGroup .itemWrapper .midBox .more { font-size: 14px; line-height: 24px; color: #3b426b; position: relative; }
.richImgGroup .itemWrapper .newsWrap{ display:flex; align-items:center; justify-content:space-between; overflow:hidden; }
.richImgGroup .itemWrapper .articleBox{ flex:1; overflow:hidden; }

.richImgGroup .itemWrapper.space{ margin:-10px -10px 0; }
.richImgGroup .itemWrapper.space .item{ background:none; padding:10px; }
.richImgGroup .itemWrapper.space .midBox{ border: 1px solid #f1f1f1; border-top:0; border-radius:0 0 4px 4px; }
.richImgGroup .itemWrapper .spaceWrap{ display:block; background:#fff; border-radius:4px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.richImgGroup .itemWrapper .spaceWrap:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }

.richImgGroup .itemWrapper.samples .midBox{ border:0; border-radius:0; }
.richImgGroup .itemWrapper.samples .topImg{ height:200px; border-radius:6px; }
.richImgGroup .itemWrapper.samples .topImg .img{ height:200px; }
.richImgGroup .itemWrapper.samples .midBox .detail { font-size: 14px; }

.richImgGroup .itemWrapper.news{ margin:-10px -10px 0; }
.richImgGroup .itemWrapper.news .item{ width:50%; background:none; padding:10px; }
.richImgGroup .itemWrapper.news .spaceWrap{ padding:30px;}
.richImgGroup .itemWrapper.news .topImg{ width:200px; height:120px; border-radius:4px; margin-right:20px; }
.richImgGroup .itemWrapper.news .topImg .img{ height:120px; }
.richImgGroup .itemWrapper.news .midBox{ border:0; padding:0; }
.richImgGroup .itemWrapper.news .topBox { position: relative; margin-bottom: 15px; }
.richImgGroup .itemWrapper.news .topBox h3 { font-size: 16px; line-height: 24px; height: 24px; color: #3b426b; text-overflow:ellipsis; white-space:nowrap; overflow: hidden; }
.richImgGroup .itemWrapper.news .topBox .top { margin-bottom:5px; font-size: 12px; color: #bcc2de; }

.updateGroup{ margin-bottom:10px; padding:20px; }
.updateGroup .itemLabel{ position:relative; font-size:14px; color:#5d6494; line-height:24px;}
.updateGroup .itemLabel .labelWrap{ padding:20px; position:relative; }
.updateGroup .itemLabel .labelWrap:before{ content:""; display:block; position:absolute; width: 16px; height: 16px; border-radius: 50%; background: #2254f4; top:24px; border: 4px solid #d5e8fb; z-index:5;}
.updateGroup .itemLabel .title{ font-size:18px; color:#3b426b; margin-bottom:0; }
.updateGroup .tipsInfo{margin-top:10px; padding:5px 15px; border-left:3px solid #eee; background:#f7f8f9; font-size:12px; color:#999;}
.updateGroup .cfBlue{ color:#2254f4;}
.updateGroup .updateLog{ font-size:13px; padding: 10px 0; }
.updateGroup .itemLabel .imgBox{ position: relative; }
.updateGroup .itemLabel .imgBox .img{ display:inline-block; width:420px; height:auto; border-radius:6px; object-fit:cover; overflow: hidden; }

.updateGroup .itemLabel:nth-of-type(odd){ padding-right:50%; text-align:right; }
.updateGroup .itemLabel:nth-of-type(odd) .labelWrap{ border-right:1px solid #eee; margin-right:-1px; padding-right:30px; }
.updateGroup .itemLabel:nth-of-type(odd) .labelWrap:before{ right: -8px; }

.updateGroup .itemLabel:nth-of-type(even){ padding-left:50%; margin-top:-200px; }
.updateGroup .itemLabel:nth-of-type(even) .labelWrap{ border-left:1px solid #eee; padding-left:30px; }
.updateGroup .itemLabel:nth-of-type(even) .labelWrap:before{ left: -8px; }

/* newsListGroup */
.newsListGroup{ font-size: 13px; color: #454545; overflow:hidden; padding:20px; }
.newsListGroup .item{ display:flex; align-items:center; justify-content:space-between; padding:10px 20px; position: relative; }
.newsListGroup .item .imgBox{ display:block; width:240px; height:160px; margin-right:20px; overflow: hidden; border-radius:50%; background:#f6f6f6; }
.newsListGroup .item .imgBox .img{ display:block; width:240px; height:160px; object-fit:cover; }
.newsListGroup .item .textBox{ flex:1; position: relative; margin:0; text-align:left; overflow: hidden; }
.newsListGroup .item .textBox .title{ font-size: 16px; color: #3b426b; font-weight: bold; margin-bottom: 5px; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;}
.newsListGroup .item .textBox .detail{ font-size: 13px; color: #5d6494; line-height: 20px; height:60px; overflow: hidden; }
.newsListGroup .item .textBox .more{ font-size: 13px; color: #4a90e2; line-height: 20px; }

/* transform */
.hangye-item:hover { box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05); transform: translate(0, -3px); }

/* mobile-nav */
.globalNav.m .barMenu { position: relative; width: 40px; height: 40px; -webkit-transform: translateX(10px); transform: translateX(10px); cursor: pointer; }
.globalNav.m .barMenu .line { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; display: block; width: 19px; height: 2px; background-color: #fff; border-radius: 100px; -webkit-transition: .4s; transition: .4s; }
.globalNav.m .barMenu .line:before, .globalNav.m .barMenu .line:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 19px; height: 2px; background-color: #fff; -webkit-transition: .4s; transition: .4s; }
.globalNav.m .barMenu .line:before, .globalNav.m .barMenu .line:after { background-color: #fff; }
.globalNav.m .barMenu .line:before { top: -12px; }
.globalNav.m .barMenu .line:after { top: 12px; }
.globalNav.m.active .barMenu .line { background-color: transparent; }
.globalNav.m.active .barMenu .line:before { -webkit-transform: translate(0, 5px) rotate(45deg); transform: translate(0, 5px) rotate(45deg); }
.globalNav.m.active .barMenu .line:after { -webkit-transform: translate(0, -7px) rotate(-45deg); transform: translate(0, -7px) rotate(-45deg); }

/* fullHeadGroup */
.fullHeadGroup{ display:flex; justify-content:center; align-items:center; padding:100px 0; overflow: hidden; background:url('../images/index-contact-bg.png') no-repeat center; background-size:cover; }
.fullHeadGroup .contactWrap{ background:rgba(255,255,255,.2); padding:60px 100px; box-shadow:0 2px 6px #ddd; border-radius:4px; text-align:center; overflow: hidden; position: relative;-webkit-backdrop-filter: saturate(180%) blur(6px); backdrop-filter: saturate(180%) blur(6px); }
.fullHeadGroup .contactWrap h2 { line-height: 40px; color: #3b426b; font-size: 24px; }
.fullHeadGroup .contactWrap p { font-size: 16px; color: #5d6494; margin-bottom:10px; line-height: 24px; }
.fullHeadGroup .contactBtn { display: block; width:240px; margin:20px auto; cursor: pointer; line-height: 40px; height: 40px; text-align: center; color: #fff; font-size: 14px; border-radius: 6px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 8px 20px 0 rgba(34,84,244,.6); transition: all .2s ease; }
.fullHeadGroup .contactBtn:hover { opacity:.9;}

/* categoryHeadWrapper */
.categoryHeadWrapper{ display:flex; justify-content:space-between; align-items:center; }
.categoryHeadWrapper .bannerBox{ width:400px; display: block; }
.categoryHeadWrapper .articleBox{ width:600px; }
.categoryHeadWrapper .slogan { line-height: 64px; font-size: 42px; font-weight: 300; letter-spacing: 4px; color: #3b426b; }
.categoryHeadWrapper .info { line-height: 32px; font-size: 18px; color: #5d6494; }
.categoryHeadWrapper .moreBtn{ display: inline-block; padding: 0 40px; cursor: pointer; line-height: 42px; height:42px; text-align: center; color: #2254f4; font-size: 14px; font-weight:600; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
.categoryHeadWrapper .moreBtn1{ display: inline-block; padding: 0 40px; cursor: pointer; line-height: 42px; height:42px; text-align: center; color: #2254f4; font-size: 14px; font-weight:600; border-radius:20px 0 0 20px; background: #fff; box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
.categoryHeadWrapper .moreBtn2{ display: inline-block; padding: 0 40px; cursor: pointer; line-height: 42px; height:42px; text-align: center; color: #2254f4; font-size: 14px; font-weight:600; border-radius:0 20px 20px 0 ; background: #fff; box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
.categoryHeadWrapper .moreBtn:hover{ opacity:.9;}
.categoryHeadWrapper .moreBtn1:hover{ opacity:.9;}
.categoryHeadWrapper .moreBtn2:hover{ opacity:.9;}
.categoryHeadWrapper.white .slogan, .categoryHeadWrapper.white .info { color: #fff; letter-spacing:0; }
.categoryHeadWrapper.white .info { line-height: 24px; font-size: 16px; }
.categoryHeadWrapper.white .bannerBox{ width:450px; }

.categoryNavWrapper{ background:#fff; padding:20px 10px; border-bottom:1px solid #f1f1f1; overflow: hidden; }
.categoryNavWrapper .navWrap { display:flex; align-items:center; overflow: hidden; }
.categoryNavWrapper .navWrap .item { display:flex; align-items:center; overflow: hidden; color:#5d6494; margin-right:50px; letter-spacing:1px; font-size:14px; }
.categoryNavWrapper .navWrap .item .icondgy { font-size:18px; font-weight: normal; color:#454545; margin-right:5px; }
.categoryNavWrapper .navWrap .item.on, .categoryNavWrapper .navWrap .item:hover, .categoryNavWrapper .navWrap .item.on .icondgy, .categoryNavWrapper .navWrap .item:hover .icondgy { color:#2254f4; font-weight: 600; }

.categoryHeadWrapper.price .articleBox{ padding-left: 68px; margin-top: -40px; flex: 1; }

.caseNavWrapper{ border-bottom:1px solid #f1f1f1; overflow: hidden; }
.caseNavWrapper .navWrap { display:flex; align-items:center; justify-content:center; overflow: hidden; }
.caseNavWrapper .navWrap .item { padding:20px; position: relative; display:flex; align-items:center; overflow: hidden; color:#5d6494; margin:0 30px; font-size:16px; }
.caseNavWrapper .navWrap .item.on, .caseNavWrapper .navWrap .item:hover { color:#2254f4; font-weight: 600; }
.caseNavWrapper .navWrap .item.on:after{ content:''; position: absolute; left:0; bottom:0; height:3px; width:100%; background:#2254f4; }

/* linkLogoGroup */
.linkLogoGroup{}
.linkLogoGroup ul.logo{margin: 45px 26px 0;height: 301px;overflow:hidden;border-left:1px solid #f4f4f4;border-top:1px solid #f4f4f4; }
.linkLogoGroup ul.logo li{position:relative;width: 185px;height: 100px;float: left; border-right:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;} 
.linkLogoGroup ul.logo li img{max-width: 100%;opacity: 0.5;filter: grayscale(100%); -webkit-filter:grayscale(100%); -ms-filter:grayscale(100%); -moz-filter:grayscale(100%); -o-filter:grayscale(100%); transition:500ms ease-out; -webkit-transition:500ms ease-out; -ms-transition:500ms ease-out; -moz-transition:500ms ease-out; -o-transition:500ms ease-out; }
.linkLogoGroup ul.logo li:hover img{opacity: 1;filter:none;}
.linkLogoGroup ul.logo li a{display: block;height: 100%;width: 100%;overflow: hidden;}
.linkLogoGroup ul.logo li a::after{box-shadow: 0 0 0 0 #eee inset;content: "";display: block;height: 100%;left: 0;position: absolute;top: 0;transition: all 0.2s ease 0s;width: 100%;}
.linkLogoGroup ul.logo li a:hover::after{box-shadow: 0 0 0 5px #f6f6f6 inset;}

.aboutWrapper { padding:20px 50px; line-height: 24px; font-size: 14px; color: #5d6494; }
.aboutWrapper a{ color: #5d6494; }
.aboutWrapper p{ margin-bottom:10px; }

.fullTabs{ display: flex; align-items: center; padding:10px 20px 0; border: 1px solid #eee; margin-bottom:20px; border-radius: 4px; background:#fff; position:relative; }
.fullTabs .tagWrap{  display: flex; align-items: center; margin-right:20px; }
.fullTabs .tagLabel{ color: #7f8792; font-size: 12px; margin-right:20px; margin-bottom: 10px; }
.fullTabs .tagBox{ display:flex; align-items:center; flex-wrap: wrap; flex: 1; }
.fullTabs .tagBox a{ display:inline-block; margin-right:10px; margin-bottom:10px; font-size:13px; color: #444950; white-space: nowrap; line-height: 20px; padding: 4px 12px; border-radius: 4px; cursor: pointer;}
.fullTabs a.on, .fullTabs a:hover{ color: #2254f4; background: #f0f6ff; }

.fullTabs.location{ padding-bottom:10px; }
.fullTabs.location .tagLabel, .fullTabs.location .tagBox a{ margin-bottom:0; margin-right:0; font-size: 12px; }
.fullTabs.location .tagBox a{ padding: 4px 8px; }
.fullTabs.location a.on, .fullTabs a:hover{ color: #2254f4; background: none; }

.fullTabs .searchWrap { position: absolute; right:20px; top:10px; width:200px; display:block; border-radius:4px; border:1px solid #eee; background:#f6f7f8; padding:5px 10px 5px 30px; overflow: hidden;}
.fullTabs .searchWrap .searchInput{ display:block; width:100%; height:20px; line-height:20px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.fullTabs .searchWrap .searchBtn{ display:block; width:30px; height:30px; text-align:center; line-height:30px; background:none; position: absolute; left:0; top:50%; margin-top:-15px; overflow: hidden;}
.fullTabs .searchWrap .icondgy{ color:#666; }

.topListWrapper{ border-radius:4px; background: #ffbd13 url(../images/rank-banner.jpg) no-repeat top; padding:135px 20px 20px; overflow: hidden; }
.tabMenuWrap{ display:flex; align-items:center; justify-content:space-between; border-radius:22px; width:60%; padding:4px; background:#f1f2f4; overflow:hidden; margin: 0 auto; }
.tabMenuWrap .item{ cursor: pointer; border-radius:18px; height:36px; text-align:center; line-height: 34px; border:1px solid #f1f2f4; font-size:14px; color:#333; width:32%; overflow: hidden; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.tabMenuWrap .item.on, .tabMenuWrap .item:hover{ background:#fff; font-weight:bold; line-height: 34px; border:1px solid #eee; }

.articleWrapper.topList{ margin-top:20px; }
.articleWrapper.topList .contentWrap{ border:0; }
.articleWrapper.topList .topWrap { padding-right: 80px; }
.articleWrapper.topList .toLink { position: absolute; right:20px; top:50%; width:40px; height:40px; line-height:40px; margin-top:-20px; text-align:center; }
.articleWrapper.topList .toLink .icondgy{ font-size:26px; color:#999; }

.articleWrapper.topList .rank { display:block; position: absolute; right:20px; top:50%; margin-top:-22px; width:51px; height:44px; transform: scale(.8); }
.articleWrapper.topList .rank.r1 { background:url('../images/rank1.png') no-repeat; }
.articleWrapper.topList .rank.r2 { background:url('../images/rank2.png') no-repeat; }
.articleWrapper.topList .rank.r3 { background:url('../images/rank3.png') no-repeat; }

/* 广告队列 */
.adWrapper{ position: relative; display: flex; margin-right:-10px; margin-bottom:20px; }
.adWrapper .item { width: 33.3333%; }
.adWrapper .content { display:block; margin-right:10px; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.adWrapper .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.adWrapper .content img{ display: block; width: 100%; height: auto; overflow: hidden; }
/*
.adWrapper .content::after{ content:"广告"; display:inline-block; position: absolute; right:0; bottom:0; border-radius:4px 0 0 0; background:rgba(0,0,0,.3); color:#fff; font-size:12px; line-height:16px; padding:0 4px; text-align:center; overflow: hidden; z-index:20; }
*/

.adWrapper.w2 { margin-right:-20px; }
.adWrapper.w2 .item { width: 50%; }
.adWrapper.w2 .content { margin-right:20px; }

.adWrapper.w4 { margin-right:-10px; }
.adWrapper.w4 .item { width: 25%; }
.adWrapper.w4 .content { margin-right:10px; }

.adWrapper.full, .adWrapper.full .content{ margin-right:0;}
.adWrapper.full .item{ width:100%; }

.adWrapper .swiper-pagination{ bottom:2px !important; }
.adWrapper.full .swiper-container-horizontal>.swiper-pagination-bullets { bottom:2px; }
.adWrapper.full .swiper-pagination-bullet { border-radius: 3px; width: 6px; height: 3px; background: #fff; opacity: .5; }
.adWrapper.full .swiper-pagination-bullet-active { opacity: 1; background: #fff; width: 12px; }

/* plateWrapper */
.plateWrapper{ position: relative; display: flex; margin-right:-10px; margin-bottom:20px; }
.plateWrapper .item { width: 33.3333%; }
.plateWrapper .content { display:flex; align-items:center; justify-content:center; padding:20px; margin-right:10px; position: relative; font-size: 12px; color: #fff; line-height: 1.8; border-radius: 5px; background: #2254f4; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.plateWrapper .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.plateWrapper .content h2 { line-height: 26px; font-size: 16px; }
.plateWrapper .content p { font-size: 12px; line-height: 20px; }
.plateWrapper .content .textBox { text-align:center; }

.plateWrapper.special .item .content { background-image: linear-gradient(45deg,#6cacfd,#93c8ff); }
.plateWrapper.special .item:first-of-type .content { background-image: linear-gradient(45deg,#fe9078,#f1b87f); }
.plateWrapper.special .item:last-of-type .content { background-image: linear-gradient(45deg,#a682e4,#c1a7e9); }

/* 软件列表 */
.articleWrapper{ position: relative; display: flex; flex-wrap: wrap; /*margin-right:-10px;*/ }
.articleWrapper .itemArticle { width: 33.3333%; }
.articleWrapper .contentWrap { display: block; margin-bottom:10px; margin-right:10px; /*height: 180px;*/ border: 1px solid #eee; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.articleWrapper .contentWrap:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.articleWrapper .topWrap { padding: 20px; position: relative; height: 100px; }
.articleWrapper .topWrap .img { display:block; position: absolute; left:20px; top:20px; width: 60px; height: 60px; overflow: hidden; object-fit:cover; }
.articleWrapper .topWrap .textBox { padding-top:5px; margin-left: 80px; font-size: 14px; color: #454545; }
.articleWrapper .topWrap h2 { line-height: 26px; color: #454545; font-size: 15px; height: 26px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.articleWrapper .topWrap p { font-size: 13px; color: #777; line-height: 21px; height: 21px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.articleWrapper .btmWrap { height: 56px; line-height:20px; padding: 15px 20px 0; margin-bottom: 20px; border-top: 1px dotted #eee; overflow: hidden; }
.articleWrapper .focus { display:block; width: 100%; height: 120px; border-radius: 4px; object-fit: cover; overflow: hidden; margin-bottom: 20px; }

/**/
.softSwiperWrapper{ width:100%; margin-bottom:20px; }
.softSwiperWrapper .articleWrapper { flex-wrap: nowrap; margin-bottom:0; }
.softSwiperWrapper .swiper-button-next, .softSwiperWrapper .swiper-button-prev { cursor: pointer; width: 40px; height: 40px; opacity: .9; border-radius:50%; margin-top: -20px; transition: all .2s ease; }
.softSwiperWrapper .swiper-button-next { background: rgba(0,0,0,.2) url('../images/icon_arr_right.png') no-repeat center; background-size: 20px; right: 10px; }
.softSwiperWrapper .swiper-button-prev { background: rgba(0,0,0,.2) url('../images/icon_arr_left.png') no-repeat center; background-size: 20px; left: 10px; }

.softSwiperWrapper .softBox { display: block; margin-left:5px; margin-right:5px; border: 1px solid #eee; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; }

/* 精选推荐 */
.imgTextGrid{ margin-bottom:20px; width:100%; overflow:hidden; }
.imgTextGrid .item{ width:320px; float: left; margin-right:20px; }
.imgTextGrid .content{ display:block; background:#fff; border-radius: 4px; overflow: hidden;}
.imgTextGrid .tophead{ height:auto; overflow:hidden; background:#f2f2f2; position:relative; }
.imgTextGrid .tophead::before { content:""; display:block; position: absolute; top: 0; bottom: 0; width: 100%; background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); background-size: 100%;}
.imgTextGrid .tag{ position:absolute; right:10px; bottom:10px; z-index:10; height:26px; padding:0 10px; background:#fff; color:#333; font-size:12px; line-height:26px; border-radius:6px; overflow: hidden; }
.imgTextGrid .tophead img{ display:block; width:100%; height:auto; object-fit: cover; overflow:hidden; }
.imgTextGrid .article{ padding:15px; color:#999; font-size:12px; overflow:hidden; position: relative; }
.imgTextGrid h2{ color:#333; font-size:16px; margin-right:100px; font-weight: bold; line-height:30px; height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.imgTextGrid .btn { display: block; position: absolute; right: 15px; top: 50%; margin-top: -15px; width: 90px; height: 30px; cursor: pointer; line-height: 30px; text-align: center; color: #fff; font-size: 12px; border-radius: 15px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.imgTextGrid .btn:hover { opacity: .8; }

.imgTextGrid.special{ margin-right:-20px; margin-bottom:0; display:flex; flex-wrap:wrap; position: relative; overflow: inherit; }
.imgTextGrid.special .item{ width:33.3333%; float: none; margin-right:0; }
.imgTextGrid.special .content { margin-bottom:20px; margin-right:20px; border: 1px solid #eee; position: relative; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.imgTextGrid.special .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.imgTextGrid.special .tophead{ height:auto; }
.imgTextGrid.special .tophead img{ height:auto; }
.imgTextGrid.special .article{ font-size:12px; color:#666; line-height:24px; position: relative; padding-right:120px; }
.imgTextGrid.special .article h2{ margin-right:0; }
.imgTextGrid.special .article p{ color:#666; height:24px; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }


/* 搜索页 */
.searchPageWrap{ display:flex; justify-content:space-between; margin-bottom:40px; }
.searchPageWrap .mainWrap{ flex:1; }
.searchPageWrap .asideWrap{ width:300px; margin-left:20px; }
.searchPageWrap .articleListBox{ padding: 20px 20px 0; background: #fff; border-radius:4px; border:1px solid #eee; overflow: hidden; }

.specialDetailWrapper{ border-radius: 4px; position:relative; color:#454545; font-size:14px; line-height:24px; margin-bottom: 40px; overflow: hidden; }
.specialDetailWrapper .topheader { background-color: rgba(0,0,0,0); background-image: -webkit-linear-gradient(left,#3385ff,#44b2ff); background-image: -o-linear-gradient(left,#3385ff,#44b2ff); background-image: -webkit-gradient(linear,left top,right top,from(#3385ff),to(#44b2ff)); background-image: linear-gradient(left,#3385ff,#44b2ff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3385ff",endColorstr="#ff44b2ff",GradientType=1); overflow: hidden; position: relative; padding: 60px 0; color: #fff; margin: -30px -30px 30px; }
.specialDetailWrapper .topheader:after, .specialDetailWrapper .topheader:before { content: ""; display: block; position: absolute; -webkit-border-radius: 73px; border-radius: 73px; }
.specialDetailWrapper .topheader:before { left: -190px; bottom: -110px; opacity: .3; -webkit-transform: rotate(-38deg); -ms-transform: rotate(-38deg); transform: rotate(-38deg); background-image: -webkit-linear-gradient(219deg,#358aff,#3e73e7 28%); background-image: -o-linear-gradient(219deg,#358aff 0,#3e73e7 28%); background-image: linear-gradient(231deg,#358aff,#3e73e7 28%); width: 245px; height: 284px; }
.specialDetailWrapper .topheader:after { right: -250px; top: -70px; opacity: .27; -webkit-transform: rotate(-312deg); -ms-transform: rotate(-312deg); transform: rotate(-312deg); background-image: -webkit-linear-gradient(240deg,#44b1ff 73%,#008cf8); background-image: -o-linear-gradient(240deg,#44b1ff 73%,#008cf8 100%); background-image: linear-gradient(210deg,#44b1ff 73%,#008cf8); width: 300px; height: 380px; }
.specialDetailWrapper .topheader .containerBox { margin: 0 auto; padding: 0 50px; position: relative; overflow: hidden; z-index: 1; }
.specialDetailWrapper .topheader .container:before { opacity: .4; -webkit-transform: rotate(-19deg); -ms-transform: rotate(-19deg); transform: rotate(-19deg); background-image: -webkit-linear-gradient(219deg,#70b8f8,#3a95ff 28%); background-image: -o-linear-gradient(219deg,#70b8f8 0,#3a95ff 28%); background-image: linear-gradient(231deg,#70b8f8,#3a95ff 28%); -webkit-border-radius: 73px; border-radius: 73px; height: 228px; width: 570px; position: absolute; left: 40%; bottom: -280px; margin-left: -285px; }

.specialDetailWrapper .headWrap{ display:flex; align-items:center; justify-content: space-between; color:#fff; font-size:14px; }
.specialDetailWrapper .leftBox{ display:flex; align-items:center; flex:1; margin-right:20px; }
.specialDetailWrapper .leftBox .focusBox{ background:#fff; width:180px; border-radius:4px; overflow: hidden; padding: 4px; margin-right:30px; }
.specialDetailWrapper .leftBox .focusBox img{ display:block; width:100%; object-fit: cover; overflow:hidden; }
.specialDetailWrapper .leftBox h2 { line-height: 32px; font-size: 24px; }
.specialDetailWrapper .leftBox p { font-size: 13px; line-height: 21px; }

.specialDetailWrapper .rightBox { text-align:center; padding: 0 20px; font-size: 13px; line-height: 21px; }
.specialDetailWrapper .rightBox .num { font-weight:bold; line-height: 48px; font-size: 36px; }
.specialDetailWrapper .rightBox p { font-size: 12px; }

.specialDetailWrapper .specialHead { background-color: rgba(0,0,0,0); background-image: -webkit-linear-gradient(left,#3385ff,#44b2ff); background-image: -o-linear-gradient(left,#3385ff,#44b2ff); background-image: -webkit-gradient(linear,left top,right top,from(#3385ff),to(#44b2ff)); background-image: linear-gradient(left,#3385ff,#44b2ff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3385ff",endColorstr="#ff44b2ff",GradientType=1); overflow: hidden; position: relative; padding: 30px; color: #fff; margin-bottom: 10px; height:200px; border: 1px solid #eee; border-radius: 5px 5px 0 0; }
.specialDetailWrapper .specialHead .textWrap { height: 100%; text-shadow: 0 0px 1px #aaa; width:45%; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; color: #fff; font-size: 14px; }
.specialDetailWrapper .specialHead h2 { line-height: 32px; font-size: 24px; }
.specialDetailWrapper .specialHead p { font-size: 13px; line-height: 21px; }


.titleTabWrap{ margin-bottom: 15px; margin-top: -10px; border-bottom: 1px solid #eee; overflow: hidden; display: flex; align-items: center; }
.titleTabWrap .title{ line-height: 40px; color: #454545; margin-right:20px; }
.titleTabWrap .title b{ display: inline-block; border-bottom: 4px solid #2254f4; }
.titleTabWrap .title b>small{ padding-left: 10px; font-size: 12px; color: #999; }
.titleTabWrap .more{ font-size: 12px; color: #999; line-height: 40px; }
.titleTabWrap.bb0 .title b{  border-bottom: 0; }

.swiperWrapper .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; }
.swiperWrapper .swiper-pagination-bullet { border-radius: 4px; width: 8px; height: 4px; background: #fff; opacity: .5; }
.swiperWrapper .swiper-pagination-bullet-active { opacity: 1; background: #fff; width: 20px; }
.swiperWrapper .swiper-button-next, .swiperWrapper .swiper-button-prev { cursor: pointer; width: 40px; height: 40px; opacity: .9; border-radius:50%; margin-top: -20px; transition: all .2s ease; }
.swiperWrapper .swiper-button-next { background: rgba(0,0,0,.2) url('../images/icon_arr_right.png') no-repeat center; background-size: 20px; right: 10px; }
.swiperWrapper .swiper-button-prev { background: rgba(0,0,0,.2) url('../images/icon_arr_left.png') no-repeat center; background-size: 20px; left: 10px; }
.swiper-button-prev:after, .swiper-button-next:after { display: none; }

/* richTextItem */
.articleListWrapper{ display: flex; /*justify-content: space-between;*/ flex-wrap:wrap; margin-right:-10px; margin-bottom:20px; }
.articleListWrapper .richTextItem{ width:50%; margin-bottom:10px; }
.articleListWrapper .richTextItem .content{ display:block; margin-right:10px; padding: 20px; background: #fff; border: 1px solid #eee; border-radius: 6px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }

.articleListWrapper .richTextItem .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }

/*.richTextItem{ padding: 20px; background: #fff; border-radius: 6px; overflow: hidden; }*/
.richTextItem .article{ display: flex; font-size: 12px; color: #999; }
.richTextItem .article.detail{ display: block; }
.richTextItem .title{ font-size: 15px; line-height: 24px; margin-bottom: 15px; color: #454545; }
.richTextItem .title.ellipsis{ height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.richTextItem .focusBox { width: 180px; height: 120px; margin-right:20px; }
.richTextItem .focus { display:block; width: 180px; height: 120px; border-radius: 4px; object-fit: cover; overflow: hidden; }
.richTextItem .textBox{ flex: 1; height: 120px; line-height: 22px; font-size: 13px; color: #999; overflow: hidden; }
.richTextItem p{ font-size: 12px; color: #999; line-height: 20px; }

.richTextItem.article .article{ display: block; }
.richTextItem.article .focusBox { width: 100%; height: auto; margin-right:0; margin-bottom: 15px; }
.richTextItem.article .focus { width: 100%; height: 180px; }
.richTextItem.article .textBox{ height: 45px; }

.richTextItem.search{ width: 100%; }
.richTextItem.search .content{ display:block; padding:10px 15px; }
.richTextItem.search .focusBox { width: 80px; height: 80px; margin-right:10px; display: flex; align-items: center; justify-content: center; }
.richTextItem.search .focus { width: auto; height: 60px; }
.richTextItem.search .title{ font-size:14px; margin-bottom:5px; }
.richTextItem.search .textBox{ height: auto; padding-top: 5px; }

.richTextItem.aside { border-bottom:1px solid #eee; }
.richTextItem.aside .content{ display:block; padding:10px 0; }
.richTextItem.aside:last-of-type { border-bottom:0; }
.richTextItem.aside .focusBox { width:45px; height:50px; margin-right:10px; }
.richTextItem.aside .focus { height:36px; }
.richTextItem.aside .title{ font-size:13px; line-height:18px; margin-bottom:0; }

.richTextItem.order{ width: 33.3333%; }
.richTextItem.order .focusBox { width: 80px; height: 80px; margin-right:10px; display: flex; align-items: center; justify-content: center; }
.richTextItem.order .focus { width: auto; height: 60px; }

/* special */
.specialWrapper{ display:flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:40px; margin-right:-20px; }
.specialWrapper .itemWrap{ width:50%; padding-top:30px; margin-bottom:20px; }
.specialWrapper .content { display: block; margin-bottom:10px; margin-right:20px; height: 320px; padding: 30px 240px 30px 30px; border: 1px solid #eee; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.specialWrapper .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.17); }
.specialWrapper .thumb { position: absolute; right:20px; top:-20px; border-radius:6px; width:200px; height:260px; object-fit:cover; overflow: hidden; }
.specialWrapper .title { margin-bottom:10px; height:50px; line-height:24px; font-size: 14px; color: #333; overflow: hidden; }
.specialWrapper .articleWrap { font-size:12px; color:#666; overflow: hidden; }
.specialWrapper .articleWrap .item{ display:block; line-height: 42px; height:42px; color: #454545; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.specialWrapper .articleWrap .item:nth-child(odd) { background: #f6f7f8; }
.specialWrapper .articleWrap .item:hover{ color:#2254f4; }

/* 焦点主图 */
.topFocusWrapper { height: 240px; margin-bottom:20px; position: relative; border-radius: 6px; background: #090723; overflow: hidden; }
.topFocusWrapper .content{ position: absolute; left:0; top:0; height:100%; width:100%; z-index:100; display:flex; align-items:center; justify-content:center; }
.topFocusWrapper .textWrapper{ text-align:center; color:#fff; width:40%; min-width: 240px; }
.topFocusWrapper h2{ font-size: 28px; line-height: 32px; letter-spacing: 1.2px; margin-bottom: 20px; font-weight: 600; }
.topFocusWrapper p{ font-size: 18px; line-height: 20px; margin-bottom: 20px; }
.topFocusWrapper .searchWrap { display:block; border-radius:4px; border:1px solid #eee; background: rgba(255,255,255,.9); padding:6px 10px 6px 50px; position: relative; margin-bottom: 10px; overflow: hidden;}
.topFocusWrapper .searchWrap .searchInput{ display:block; width:100%; height:30px; line-height:30px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.topFocusWrapper .searchWrap .searchBtn{ display:block; width:30px; height:30px; text-align:center; line-height:30px; background:none; position: absolute; left:10px; top:50%; margin-top:-15px; overflow: hidden;}
.topFocusWrapper .searchWrap .icondgy{ color:#666; font-size:20px; }
.topFocusWrapper .tagBox{ font-size: 14px; height: 28px; line-height: 28px; overflow: hidden; }
.topFocusWrapper .tagBox .tag{ margin-right: 20px; color: #fff; }
.topFocusWrapper .tagBox .tag:hover{ font-weight: 600; }

.planetGroup{ position:relative; width:100%; height:100%; padding:0 20px; margin:0 auto; color:#eaeaea; }
.planetGroup .title{ margin-top: 25px; font-size: 18px; line-height: 28px;}
.planetGroup .detail{ font-size: 12px; line-height: 18px;}
.planetGroup .planet { position: absolute; opacity: .3; border-radius: 50%;}
.planetGroup .planet.a1 { width: 180px; height: 180px; right: 70%; top: -30%; background: linear-gradient(0deg,#ff5a25,#ff005a); }
.planetGroup .planet.a2 { width: 80px; height: 80px; right: 50%; top: 20%; background: linear-gradient(-90deg,#bd4c86,#c864ae); }
.planetGroup .planet.a3 { width: 208px; height: 208px; right: -5%; top: 50%; background: linear-gradient(-90deg,#00d5c8,#00b481); }
.planetGroup .planet.a4 { width: 120px; height: 120px; right: 30%; top: 40%; background: linear-gradient(-90deg,#271e5b,#0d76ef); }


/* 标签栏 */
.tagWrapper { display: flex; align-items: center; padding:10px 20px; margin-bottom:20px; border-radius: 4px; background: #fff; overflow: hidden; }
.tagWrapper .title{ font-size: 14px; color: #333; }
.tagWrapper .tag{ display: inline-block; margin-left:10px; padding:0 8px; line-height:24px; color:#454545; font-size:14px; border-radius:4px; }
.tagWrapper .tag:hover{ background:#2254f4; color:#fff; }

/* 通用标题 */
.titleWrapper{ margin-bottom: 15px; border-bottom: 1px solid #eee; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }
.titleWrapper .title{ line-height: 40px; color: #3b426b;}
.titleWrapper .title b{ display: inline-block; border-bottom: 4px solid #2254f4; }
.titleWrapper .title b>small{ padding-left: 10px; font-size: 12px; color: #999; }
.titleWrapper .more{ font-size: 12px; color: #999; line-height: 40px; }
.titleWrapper.bb0 .title b{  border-bottom: 0; }
.titleWrapper.mb0 { margin-bottom:0; }

.titleWrapper .searchWrap { width:200px; height:30px; position: relative; display:block; border-radius:4px; border:1px solid #eee; background:#fff; padding:5px 10px 5px 30px; overflow: hidden;}
.titleWrapper .searchWrap .searchInput{ display:block; width:100%; height:20px; line-height:20px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.titleWrapper .searchWrap .searchBtn{ display:block; width:30px; height:30px; text-align:center; line-height:30px; background:none; position: absolute; left:0; top:50%; margin-top:-15px; overflow: hidden;}
.titleWrapper .searchWrap .icondgy{ color:#666; }

.site-content .searchWrap { width:200px; height:30px; position: relative; display:block; border-radius:4px; border:1px solid #eee; background:#fff; padding:5px 10px 5px 30px; overflow: hidden;}
.site-content .searchWrap .searchInput{ display:block; width:100%; height:20px; line-height:20px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.site-content .searchWrap .searchBtn{ display:block; width:30px; height:30px; text-align:center; line-height:30px; background:none; position: absolute; left:0; top:50%; margin-top:-15px; overflow: hidden;}
.site-content .searchWrap .icondgy{ color:#666; }


.titleWrapper .tagWrap{ display:flex; align-items:center; flex-wrap:wrap; }
.titleWrapper .tagWrap .item{ display:inline-block; margin-left:10px; font-size: 13px; color: #444950; white-space: nowrap; line-height: 26px; cursor:pointer; }
.titleWrapper .tagWrap .item.on, .titleWrapper .tagWrap .item:hover{ color: #2254f4; }

/* 轮播图 */
.perfectGrid .topWrapper .item { float: left; padding-right: 24px; text-align: center; height: 115px; width: 82px; overflow: hidden; }
.perfectGrid .topWrapper .softIcon { display: block; width: 64px; height: 64px; margin: 0 auto 10px; padding:0; border-radius: 10px; overflow:hidden; }
.perfectGrid .topWrapper .item p{ color: #575757; font-size:12px; line-height: 16px; height:32px; overflow: hidden; }
/*.bannerGroup{ width: 900px; height: 310px; border-radius: 6px; position: relative; overflow: hidden; }*/

.bannerGroup{ display:flex; align-items:center; overflow: hidden; }
.bannerGroup .item{ width:300px; height:120px; margin-left:20px; border-radius:6px; overflow: hidden; position:relative; }
.bannerGroup .banner{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.bannerGroup .item::before{ content:''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to top,rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 100%); overflow: hidden; }
.bannerGroup .img{ display:block; width: 100%; height: 100%; overflow: hidden; object-fit:cover; }

.bannerGroup .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; }
.bannerGroup .swiper-pagination-bullet { border-radius: 4px; width: 8px; height: 4px; background: #fff; opacity: .5; }
.bannerGroup .swiper-pagination-bullet-active { opacity: 1; background: #fff; width: 20px; }
.bannerGroup .swiper-button-next, .bannerGroup .swiper-button-prev { cursor: pointer; width: 50px; height: 50px; opacity: .9; margin-top: -25px; transition: all .2s ease; }
.bannerGroup .swiper-button-next { background: url('../images/icon_arr_right.png') no-repeat center; background-size: 20px; right: 0; }
.bannerGroup .swiper-button-prev { background: url('../images/icon_arr_left.png') no-repeat center; background-size: 20px; left: 0; }
/*.swiper-button-prev:after, .swiper-button-next:after { display: none; }*/


/*guestBookGroup*/
.guestBookGroup{ margin-bottom:40px;}
.guestBookGroup .inputLabel{ margin-bottom:15px; position:relative; border:1px solid #ddd; background:#fff; font-size:12px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; overflow:hidden; color:#333;}
.guestBookGroup .inputBlock, .guestBookGroup .textareaBlock, .guestBookGroup .yzm-input-text, .guestBookGroup .yzm-textarea{ display:block; width:100%; height:40px; line-height:20px; padding:10px 15px; background:#f6f6f6; border:0;}
.guestBookGroup .textareaBlock, .guestBookGroup .yzm-textarea{ height:90px;}
.guestBookGroup .inputLabel.qrcode{ padding-right:100px;}
.guestBookGroup .inputLabel.qrcode:after{ content:''; display:block; height:40px; width:1px; background:#ddd; position:absolute; right:100px; top:0;}
.guestBookGroup .inputLabel.qrcode .qrcode{ display:block; cursor:pointer; width:80px; height:25px; border:0; position:absolute; top:8px; right:10px; overflow:hidden;}
.guestBookGroup .submitBtn{ display:block; width:100%; height:40px; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background: #2254f4; color:#fff; font-size:14px; text-align:center; line-height:40px; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); }

.guestBookGroup .inputLabel.new{ margin-bottom:20px; border:0; background: none; }
.guestBookGroup .yzm-input-text, .guestBookGroup .yzm-textarea{ margin-top:10px; border:1px solid #ddd; background:#f6f6f6; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }

/* detailGrid */
.detailHeadLabel{ position:relative; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #eee; padding-left:25px; font-size:12px; color:#999; line-height:24px; overflow:hidden;}
.detailHeadLabel:before{ content:"#"; position:absolute; left:0; top:0; color:#666; font-size:28px; font-weight:lighter; height:30px; line-height:28px; width:15px;}
.detailHeadLabel .title{ font-size:24px; color:#333; line-height:28px; font-weight:bold;}
.detailHeadLabel .title small{ margin-left:5px; font-size:12px; color:#999; font-weight:normal;}
.detailHeadLabel .info{ font-size:12px; color:#999;}
.detailHeadLabel .info span{ margin-right:10px;}

.detailHeadGrid{ height:160px; padding:40px 0; text-align:center; overflow:hidden; font-size:24px; color:#666; line-height:24px;}
.detailHeadGrid h1{ font-size:26px; color:#333; line-height:32px;}
.detailHeadGrid .anthorInfo{ font-size:14px; color:#666;}
.detailHeadGrid .anthorInfo span{ margin:0 5px; color:#999; }

.detailGrid{ padding:40px; background: #fff; border-radius: 4px; position:relative; color:#454545; font-size:14px; line-height:24px;border: 1px solid #eee; }
.detailGrid .tagInfo{ margin-bottom:30px; font-size:12px; border-bottom: 1px dashed #eee; padding-bottom:20px;}
.detailGrid .tagInfo span{ margin:0 5px; color:#999;}
.detailGrid h2{ font-size:24px; margin-bottom:10px;}
.detailGrid h3{ font-size:18px; margin-bottom:10px;}
.detailGrid h4{ font-size:16px; margin-bottom:10px;}

.detailGrid.page{border: 0;}
.description{ position:relative; color:#666; margin-bottom:60px;}
.description.mb20{ margin-bottom:25px;}
.description .detail{ padding:20px 25px; background:#f7f8f9; border-radius:4px;}
.description p{ text-align:justify;}

.articleBaseInfo{ text-align:right; margin:50px 10px; overflow:hidden; position:relative; padding-top:30px;}
.articleBaseInfo::after{ content:""; position:absolute; top:0; right:0; width:25px; height:4px; background:#409eff;}
.articleBaseInfo p{ font-size:14px; color:#666; line-height:24px; margin-bottom:5px; }
.articleBaseInfo b{ color:#333; margin-right:8px; }

.articleHeadWrapper{ display:flex; align-items:center; margin-bottom:20px; }
.articleHeadWrapper .thumbBox{ width:60px; height:60px; margin-right:20px; overflow: hidden; }
.articleHeadWrapper .thumbBox .thumb{ display:block; height:56px; object-fit:cover; }
.articleHeadWrapper .detailHeadLabel{ flex:1; margin-bottom:0; padding-bottom:0; border-bottom:0; }

.articleDetailGroup{ margin-bottom: 40px; }
.articleDetailGroup img{ max-width: 90%; }

.softInfoWrap{ position: relative; display: flex; flex-wrap: wrap; margin-right:-10px; }
.softInfoWrap li { width: 33%; font-size:13px; color:#333; line-height:24px; }
.softInfoWrap .label { color: #666; margin-right:10px; }

.softLabelWrapper{ background:#f6f6f6; padding:15px 40px; margin:20px -40px; overflow: hidden; display:flex; align-items:center; justify-content:space-between; }
.softLabelWrapper .btn{ display: inline-block; padding:0 20px; height: 36px; margin-left:20px; cursor: pointer; line-height: 36px; text-align: center; color: #fff; font-size: 14px; border-radius: 18px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.softLabelWrapper .btn:hover{ opacity:.8;}
.softLabelWrapper .btnBox{ display:flex; border-radius: 18px; overflow: hidden; }
.softLabelWrapper .btnBox .btn{ margin-left:0; padding:0 30px; }
.softLabelWrapper .btnBox .btn:first-of-type{ border-radius: 18px 0 0 18px; padding-right:20px; }
.softLabelWrapper .btnBox .btn:last-of-type{ border-radius: 0 18px 18px 0; padding-left:20px; }
.softLabelWrapper .adBox{ height:40px; margin-right:20px; overflow: hidden; }
.softLabelWrapper .adBox img{ height:40px; object-fit:cover; }


.commentGrid{ margin-bottom:20px;}
.commentGrid .commentForm{ margin-bottom:30px;}
.commentGrid .commentTextarea{ padding:10px 15px; font-size:14px; color:#333; line-height:18px; background:#f6f6f6; border-radius:4px; border:1px solid #ddd; width:100%; min-height:80px; margin-bottom:10px;}
.commentGrid .commentTextarea.reply{ background:#fff; margin-top:20px;}
.commentGrid .btnBox{ text-align:right;}
.commentGrid .submitBtn{ display: inline-block; width:110px; height:36px; cursor:pointer; line-height:36px; text-align:center; color:#fff; font-size:14px; border-radius:18px; background:#409eff; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.commentGrid .submitBtn:hover{ opacity:.8;}

.commentGrid .commentList{ padding-top:20px;}
.commentGrid .commentList .title{ border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:20px; font-size:14px; color:#666;}
.commentGrid .commentList .tips{text-align:center; font-size:14px; color:#999; padding:30px;}
.commentGrid .commentGroup{ padding:15px 20px; border-left: 3px solid #ddd; background: #f6f6f6;}
.commentGrid .commentGroup .detailText{ line-height:20px;}
.commentGrid .commentGroup .adminText{ margin-top:10px; line-height:20px; word-break:break-all;}
.commentGrid .itemUl{}
.commentGrid .item{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ddd;}
.commentGrid .username{ font-size:15px; color:#333; line-height:24px; margin-bottom:10px;}
.commentGrid .username span{ font-size:12px; color:#999; margin-left:5px;}
.commentGrid .username .reply{ float:right; font-size:12px; color:#999;}

.commentGrid .moreBtn{ display:block; height:40px; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #409eff; color:#409eff; font-size:14px; text-align:center; line-height:38px; transition:all .2s ease;}
.commentGrid .moreBtn:hover{ background:#409eff; color:#fff; opacity:.9; transition:all .2s ease;}

.tagGroup { padding: 20px 0; border-top:1px solid #eee; overflow: hidden; }
.tagGroup .tag { display: inline-block; border-radius:5px; background: #f1f1f1; color: #9B9B9B; font-size: 12px; line-height: 28px; padding: 0 15px; margin-bottom: 10px; margin-right: 10px; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.tagGroup .tag:hover { background: #2254f4; color: #fff; }

/* zanGroup */
.zanGroup{ padding:30px; text-align:center; overflow:hidden; /*margin-top:40px;*/}
.zanGroup .zanBtn{ display:block; cursor:pointer; width:70px; height:70px; border-radius:50%; text-align:center; font-size:26px; color:#fff; background:#409eff; margin:0 auto 5px; overflow:hidden; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2);}
.zanGroup .zanBtn .iconfont{ font-size:26px; color:#fff; line-height:68px;}
.zanGroup p{ line-height:24px; color:#999; font-size:18px;}

.layoutDisplay{ display:none; }
.navGrid.on{ height: 100vh !important; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }

/* fixedWidget */
.fixedWidget{ width:42px; height:auto; position:fixed; right:20px; bottom:60px; z-index:999; padding: 20px 10px 30px; border-radius:21px; border: 1px solid #eee; background:#fff;}
.fixedWidget a{ height:35px; display:block; position:relative; margin:0 auto; margin-bottom:10px; width:20px; display:block; cursor:pointer; padding:10px 0; background:url(../images/icon_rb_sprite.png?v=20200316) no-repeat; }
.fixedWidget a.mail{background-position:center 5px;}
.fixedWidget a.top{background-position:center -158px; margin-bottom: -30px; border-bottom: 0;}
.fixedWidget a.mini{background-position:center -36px;}
.fixedWidget a:hover{background:url(../images/icon_rb_sprite_color.png?v=20200316) no-repeat;}
.fixedWidget a.mail:hover{background-position:center 5px;}
.fixedWidget a.top:hover{background-position:center -158px; margin-bottom: -30px; border-bottom: 0;}
.fixedWidget a.mini:hover{background-position:center -36px;}

/* fullTabsGroup */
.fullTabsGroup{ background:#fff; padding:20px; border-radius:5px; overflow: hidden; position: relative; margin-bottom: 20px; border: 1px solid #eee; }
.fullTabsGroup .bestflag{ display: block; width: 100px; height: 24px; background: #2254f4; background: linear-gradient(270deg,#2254f4,#406dff); padding-left: 32px; color: #fff; font-size: 13px; line-height: 24px; position: absolute; left: -20px; top: 5px; overflow: hidden; transform: rotate(-35deg); z-index:10; }
.fullTabsGroup .fullTabs { padding: 20px 0 0; border: 0; margin-bottom: 0; border-top: 1px solid #eee; }
.fullTabsGroup .softWrapper{ margin-bottom:10px; position: relative; }
.fullTabsGroup .softWrapper .item { float: left; padding: 15px 10px 0; text-align: center; height: 130px; width: 120px; border-radius: 5px; overflow: hidden; }
.fullTabsGroup .softWrapper .softIcon { display: block; width: 64px; height: 64px; margin: 0 auto 10px; padding:0; border-radius: 10px; overflow:hidden; }
.fullTabsGroup .softWrapper .item p{ color: #575757; font-size:12px; line-height: 16px; height:32px; overflow: hidden; }
.fullTabsGroup .softWrapper .item:hover{ background:#f6f7f8; transition:all .2s ease; }
.fullTabsGroup .softWrapper .swiper-button-next, .fullTabsGroup .softWrapper .swiper-button-prev { cursor: pointer; width: 40px; height: 40px; opacity: .9; border-radius:50%; margin-top: -20px; transition: all .2s ease; }
.fullTabsGroup .softWrapper .swiper-button-next { background: rgba(0,0,0,.2) url('../images/icon_arr_right.png') no-repeat center; background-size: 20px; right: 0; }
.fullTabsGroup .softWrapper .swiper-button-prev { background: rgba(0,0,0,.2) url('../images/icon_arr_left.png') no-repeat center; background-size: 20px; left: 0; }

.fullTabsGroup.index .softWrapper{ margin-bottom:0; }

.linearOrange { background-image: linear-gradient(45deg,#fe9078,#f1b87f) !important; }
.linearBlue { background-image: linear-gradient(45deg,#6cacfd,#93c8ff) !important; }
.linearPurple { background-image: linear-gradient(45deg,#a682e4,#c1a7e9) !important; }

.productGrid.app { width: 100%; padding: 0 20px; }
.appGroup .swiper-wrapper{ width: 100%; height: 100%; transition-delay:.3s; }
.appGroup .swiper-container { width: 100%; height: 100%; overflow: hidden; }
.appGroup .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.appGroup .swiper-slide .toRight{ transform:translateX(-200px); opacity:0; transition:all .4s;}
.appGroup .ani-slide .toRight{ transform:translateX(0); opacity:1; }
.appGroup .swiper-slide .toLeft{ transform:translateX(200px); opacity:0; transition:all .4s;}
.appGroup .ani-slide .toLeft{ transform:translateX(0); opacity:1; }
.appGroup .swiper-slide .toTop{ transform:translateY(200px); opacity:0; transition:all .4s;}
.appGroup .ani-slide .toTop{ transform:translateY(0); opacity:1; }

.appGroup .swiper-pagination-bullet { background: #fff; opacity: .5; }
.appGroup .swiper-pagination-bullet-active{background: #fff; height: 20px; border-radius: 4px; opacity: 1;}

.appGroup .leftWrapper{position: relative; padding: 20px; display: flex; align-items: center; flex-grow: 1; height: 100%; overflow: hidden; }
.appGroup .rightWrapper{ display: flex; /*align-items: center;*/ position: relative; flex-shrink: 0; width: 46%; height: 100%; }

.appLogoWrap { position:fixed; left:40px; top:20px; z-index:100; width:50px; height:50px; background: url(../images/app-dgy-logo.png) no-repeat center; background-size:50px; }
.appLogoWrap .logo{ display:block; width:auto; min-height:20px; max-width:200px; max-height:50px; }

.appPage{ background:#fff; position: relative; }
.appPage.blue .rightWrapper{ background:#5675ff; padding-top:5%; }
.appPage.orange .rightWrapper{ background:#ff725e; padding-top:10%; }
.appPage.dark .rightWrapper{ align-items: center; background:#372c45; }
.appPage.bg .rightWrapper{ align-items: center; background: url(../images/app-bg.jpg) no-repeat center; background-size:cover; }

.appGroup .cartoon{ display: block; position: absolute; right:0; bottom: 0; width:400px; overflow: hidden;}

.appGroup .infoWrap{ margin-top:-100px; padding:0 120px 0 20px; font-size:16px; color:#5d6494; line-height:24px; text-align:left; }
.appGroup .infoWrap .qrCodeBox{ margin-top:40px; }
.appGroup .infoWrap .qrCodeBox .qrCode{ display:block; width:100px; overflow:hidden; margin-bottom:10px; }
.appGroup .infoWrap .textBox{ display:flex; align-items:center; }
.appGroup .infoWrap h2{ font-size: 42px; font-weight: normal; color:#3b426b; line-height: 60px; }
.appGroup .infoWrap .icon{ display:block; width:50px; }
.appGroup .infoWrap .avatar{ display:block; width:80px; height:80px; object-fit:cover; overflow: hidden; box-shadow:0 1px 6px #ddd; border-radius: 50%; margin-right:10px; }
.appGroup .infoWrap p{ margin-bottom:10px; }
.appGroup .infoWrap .detail{ margin-top:20px; font-size:16px; }

.appGroup .textWrap{ display: flex; padding: 10px 40px; color: #fff; font-size: 16px; line-height: 24px; position: relative; z-index: 10; }
.appGroup .textWrap .textBox { flex: 1; position: relative; text-align: left; }
.appGroup .textWrap h3 { font-size: 28px; font-weight: bold; margin-bottom: 20px; line-height: 40px; }
.appGroup .textWrap li { list-style: disc; margin-bottom: 10px; }
.appGroup .textWrap p { margin-bottom: 10px; }
.appGroup .textWrap a { color: #fff;}

.appGroup .rightWrapper.blue .textWrap{ color: #fff; }
.appGroup .hideSwitch{ display:none; position: absolute; left:30px; bottom:30px; width:40px; height:40px; text-align:center; line-height:40px; overflow: hidden; z-index:20; }
.appGroup .hideSwitch .iconfont{ font-size:36px; color: #324e90; }

.showWrap{ font-size:16px; color:#5d6494; line-height:24px; }
.showWrap .fullImg{ display:block; width:100%; overflow:hidden; }
.showWrap.pic{ margin-left:-200px; }
/* downLoadWrapper */
.downLoadWrapper{ display:flex; justify-content:space-between; overflow: hidden;}
.downLoadWrapper .detailGrid{ flex:1; border-radius:6px; }
.downLoadWrapper .asideGrid{ width:260px; margin-left:20px; overflow: hidden; }
.downLoadWrapper.price{ width:1200px; margin:-80px auto 0; }
.downLoadWrapper .itemLabel{ width:33.3333%; padding:0 30px; }
.downLoadWrapper .downloadWrap{ background:#fff; border: 1px solid #eee; border-radius:6px; overflow: hidden; }
.downLoadWrapper .downHeadBox{ background-image: linear-gradient(45deg,#6cacfd,#93c8ff); padding:20px; color:#fff; margin-bottom:20px; }
.downLoadWrapper .priceWrap{ text-align:center; font-size:16px; color:#324e90; line-height:28px; margin-bottom:20px; }
.downLoadWrapper .priceWrap .title{ font-weight:bold; font-size:14px; color:#324e90; line-height:28px; }
.downLoadWrapper .priceWrap .flagBox{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px;}
.downLoadWrapper .priceWrap .flagBox .flag{ display:inline-block; padding:0 8px; line-height:20px; border:1px solid #324e90; border-radius:4px; font-size:12px; color:#324e90; overflow: hidden; }
.downLoadWrapper .priceWrap .flagBox .star{ display:inline-block; width:30px; height:30px; text-align:center; line-height:28px; border:1px solid #324e90; border-radius:50%; font-size:18px; color:#324e90; overflow: hidden; }
.downLoadWrapper .priceWrap .flagBox .star.on{ background:#324e90; color:#fff; }

.downLoadWrapper .priceWrap .priceBox{ line-height:1; font-size:12px; color:#324e90; }
.downLoadWrapper .priceWrap .priceBox .price{ font-weight:bold; font-size:42px; margin-right:5px; }
.downLoadWrapper .priceWrap .detail{ font-size:12px; line-height:24px; margin-bottom:20px; }

.downLoadWrapper .downloadBtn { display:flex; align-items:center; justify-content:center; background: #eaefff; color: #324e90; font-size: 14px; font-weight: 600; width: 100%; height: 36px; line-height:36px; text-align:center; border-radius: 4px; cursor: pointer; transition: all .3s; }
.downLoadWrapper .downloadBtn:hover { background: #f9faff; box-shadow: 0 4px 12px 0 rgba(120,143,213,.2); }
.downLoadWrapper .downloadBtn.pay{ background: #ff7a00; color:#fff; background-image: linear-gradient(90deg,rgba(255,0,105,.99) 0,#ff7a00 99%); }
.downLoadWrapper .downloadBtn.pay:hover{ background: #f30; box-shadow: 0 4px 12px 0 rgba(120,143,213,.2); }
.downLoadWrapper .downloadBtn.star{background: linear-gradient(48deg,#f0a64c 0,#ed8a3d 100%); color:#fff;}
.downLoadWrapper .downloadBtn.star:hover{ background: #ed8a3d; box-shadow: 0 4px 12px 0 rgba(120,143,213,.2); }

.downLoadWrapper .itemLabel .pTitle{ font-weight:600; font-size:20px; line-height:32px; }
.downLoadWrapper .itemLabel .pInfo{ font-size:14px; line-height:24px; }
.downLoadWrapper .itemLabel .pTips{ font-size:12px; line-height:18px; }
.downLoadWrapper .itemLabel .downHeadBox{ padding:40px 30px 20px; margin-bottom:0; text-align:center; }
.downLoadWrapper .itemLabel .mainBox{ padding-top:20px; background:#fff; overflow: hidden; }
.downLoadWrapper .itemLabel.normal .downHeadBox { background-image: linear-gradient(-200deg,#93c8ff,#6cacfd); color:#324e90; }
.downLoadWrapper .itemLabel.vip .downHeadBox { background-image: linear-gradient(-200deg,#ffefd9,#efcda3); color:#6f4a12; }
.downLoadWrapper .itemLabel.svip .downHeadBox { background-image: linear-gradient(-200deg,#3e467d,#24263c); color:#ffcebf; }
.downLoadWrapper .itemLabel.vip .downloadBtn{ color: rgb(111, 74, 18); background: rgb(255, 247, 237); }
.downLoadWrapper .itemLabel.vip .downloadBtn:hover{box-shadow: rgba(189, 150, 104, 0.2) 0px 4px 12px 0px; background: rgb(255, 254, 252); }
.downLoadWrapper .itemLabel.svip .downloadBtn{color: rgb(255, 213, 188); background: rgb(68, 70, 114);}
.downLoadWrapper .itemLabel.svip .downloadBtn:hover{ box-shadow: rgba(14, 14, 31, 0.2) 0px 4px 12px 0px; background: rgb(94, 97, 149); }
.downLoadWrapper .itemLabel.vip .priceWrap .priceBox { color: #6f4a12; }
.downLoadWrapper .itemLabel.svip .priceWrap .priceBox { color: #ffcebf; }
.downLoadWrapper .itemLabel .priceWrap .priceBox .price{ font-size: 60px; }
.downLoadWrapper .itemLabel .softLabelWrap{ font-size:14px; }
.downLoadWrapper .itemLabel .downloadWrap{ background:none; border:0; box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 8px 0px; }

.downLoadWrapper .original{ display:block; background: url('../images/download-original.png') no-repeat; background-size:64px 195px; width: 64px; height: 64px; position: absolute; left: 0; top: 0; overflow: hidden; }
.downLoadWrapper .original.s1{ background-position: 0 0; }
.downLoadWrapper .original.s2{ background-position: 0 -65px; }
.downLoadWrapper .original.s3{ background-position: 0 -130px; }

.downLoadWrapper .softLabelWrap{ margin:0 20px 20px; padding-bottom:10px; border-bottom:1px solid #eee; font-size:13px; color:#777; line-height: 24px; overflow: hidden; }
.downLoadWrapper .softLabelWrap .label{ display:flex; align-items:center; justify-content:space-between; margin-bottom:5px; }
.downLoadWrapper .softLabelWrap .label .info{ display:flex; color:#333; }
.downLoadWrapper .softLabelWrap .label .num{ margin-left:4px; font-size:15px; }
.downLoadWrapper .softLabelWrap .infoTitle{ font-size:12px; color:#999; }
.downLoadWrapper .softLabelWrap.f12{ font-size:12px; line-height: 20px; }
.downLoadWrapper .softLabelWrap.bb0{ border-bottom:0; }

.downLoadWrapper .hotWrap{ padding: 20px 20px 0; background: #fff; border-radius:4px; border:1px solid #eee; overflow: hidden; }

/* vip */
.userVipWrap{ position: absolute; left:0; right:0; bottom:8px; display:flex; align-items:center; justify-content:center; }
.userVipWrap.aside{ right:auto; bottom:0; }
.navGrid .userItem .userCenter{ display:block; position: relative; }
.navGrid .userItem .userCenter .userVipWrap{ bottom:0; }
.navGrid .userName.vip{ color:#222 !important; height:26px !important; line-height:26px !important; border-radius:13px; background:#e9bd6c; background: linear-gradient(to right,#f7dba7 0,#f7dba7 50%,#e9bd6c 100%); }
.navGrid .userName.vip:hover{ color:#222 !important; }

.navGrid .minMenu{ position:absolute; right:10px; top:15px; width:30px; height:30px; overflow: hidden; }
.navGrid.on .minMenu .iconDgy.more, .navGrid .minMenu .iconDgy.close{ display:none; }
.navGrid.on .minMenu .iconDgy.close{ display:block; }

.copyrightWrapper{ padding: 15px 20px; margin-bottom:20px; border-radius: 4px; color:#777; font-size:12px; line-height: 20px; border: 1px solid #ffba1d; background-color: rgba(255, 186, 29, 0.1); }

.tagGroup.star{ display:flex; justify-content:space-between; align-items:center; }
.tagGroup.star .tagBox{ flex:1; }
.tagGroup .favoriteBtn { margin-left:10px; display: block; width: 80px; height: 30px; cursor: pointer; line-height: 30px; text-align: center; color: #2254f4; font-size: 12px; border-radius: 15px; background: #f4f4f4; }

@media screen and (max-width: 768px) {
    .appPage, .appGroup .swiper-slide{ display:block; }
    .appGroup .leftWrapper, .appGroup .rightWrapper { width: 100%; height:auto; }
    .appLogoWrap { left:30px; background: url(../images/app-dgy-logo-white.png) no-repeat center left; background-size:40px; }
    .appGroup .infoWrap h2 { font-size: 24px; line-height: 36px; }
    .appGroup .infoWrap .icon { width: 30px; }
    .appGroup .cartoon { right: -50px; width: 300px; }
    .appGroup .infoWrap .detail{ font-size:14px; }
    
    .appGroup .infoWrap{ margin-top:100px; color:#fff; padding-left:10px; padding-right:20px; }
    .appGroup .infoWrap h2{ color:#fff; }
    .appGroup .infoWrap .avatar { width: 50px; height: 50px; box-shadow:none; }
    .showWrap.pic{ margin: 0 -10%;}
    .showWrap.mac{ margin: 0;}
    .appGroup .infoWrap .qrCodeBox{ margin-bottom:5px; }
    .appGroup .infoWrap .qrCodeBox p{ font-size:12px; }
    .appGroup .infoWrap .qrCodeBox .qrCode{ width:80px; }
    
    .appPage.blue{ background:#5675ff;}
    .appPage.orange{ background:#ff725e;}
    .appPage.dark{ background:#372c45;}
    .appPage.bg .rightWrapper{ background: none; }
    .appPage.bg{ background: url(../images/app-bg.jpg) no-repeat center; background-size:cover; }
    
    .appPage .switchMore { background:#f6f7f8 !important; overflow: hidden; position:absolute; right:-100%; width:80%; top:0; height:100%; transition:all .4s; z-index:200; }
    .appPage .switchMore.active { right:0; }
    .appPage.active .switchMore { right:0; }
    .appPage.active .leftWrapper{ filter: blur(20px); position: relative; }
    .appPage .switchMore::before, .appPage .switchMore::after{ content:""; display:block; width: 400px; height:400px; background:#fff; border-radius:50%; position: absolute; box-shadow: 0 0 50px 0 rgba(217,224,231,.5);}
    .appPage .switchMore::before{ right: -120px; top:-200px; }
    .appPage .switchMore::after{ left: -200px; bottom:-300px; }
    .appGroup .textWrap { color: #324e90 !important; font-size: 13px; line-height:20px; position: relative; z-index:2; height: 80%; overflow-y: auto; }
    .appGroup .textWrap h3 { font-size: 16px; line-height: 24px; }
    .appGroup .hideSwitch{ display:block; }
    .appGroup .textWrap a{color: #324e90 !important;}
}

