/*
** name: dgy.grid.c.css
** date: 2020/05/10.
** anthor: tonney@duoguyu.com.
** 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{ text-align: center; width:100%; max-height: 600px; display: block; }
.launchwrapper .textbox{ width:640px; }
.launchwrapper .textbox .title{ font-size: 38px; color: #3b426b; font-weight: bold; line-height: 50px; margin: 15px 0 32px;}
.launchwrapper .textbox .detail{ font-size: 18px; font-weight: 400; color: #5d6494; line-height: 27px; margin-bottom:50px; }
.launchwrapper .morebtn{ display: inline-block; padding: 0 55px; 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; }

.ie .pagecontainer .itemwrap .itembox .img { display:block; height: auto; max-width: 240px; object-fit: cover; font-family: 'object-fit: cover;';}
/* pagecontainer */
.pagecontainer{ background:#fff; padding: 40px; }
.pagecontainer .textbox { margin-top:10px; margin-bottom:50px; text-align:center; }
.pagecontainer .title { font-weight: 500; font-size: 36px; color: #3b426b; margin-bottom:10px; }
.pagecontainer .detail { font-size: 16px; color: #5d6494; margin-bottom:10px; }
.pagecontainer .aboutdetail { position: relative; display: inline; font-size: 20px; color: #3b426b; margin-bottom:10px; line-height: 2; }
.pagecontainer .aboutdetail p{ margin-bottom:20px; }
.pagecontainer .itemwrap{ display: flex; justify-content: space-between; margin-bottom:20px; }
.pagecontainer .itemwrap .itembox { display: flex;  flex-grow: 1; align-items: center; text-align:center; flex-direction: column; padding:0 10px; }
.pagecontainer .itemwrap .itembox .imglabel { padding:0 10px; display: flex; align-items: center; justify-content: center; }
.pagecontainer .itemwrap .itembox .img { display:block; height: auto; max-width: 100%; object-fit: cover; font-family: 'object-fit: cover;';}
.pagecontainer .itemwrap .itembox .img:hover { transform: scale(1.2); }
.pagecontainer .itemwrap .itembox .video { display:block; height: auto; max-width: 100%; }
.pagecontainer .itemwrap .itembox .title { font-size: 18px; color: #3b426b; margin-bottom:10px; }
.pagecontainer .itemwrap .itembox .morebtn{ display: inline-block; padding: 5px 30px; cursor: pointer; line-height: auto; height: auto; 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;}
.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:50px; height:50px; }

.pagecontainer .itemwrap .itemcard {background: #f2f2f2; display: flex; align-items: center; text-align:center; flex-direction: column; padding:2px; border-radius: 5px; margin: 10px; min-width: 320px;}
.pagecontainer .itemwrap .itemcard .imglabel { background: #fff; padding:50px 10px; display: flex; width:100%; height: 100%; align-items: center; justify-content: flex-start; text-align: left; border-radius: 5px;}
.pagecontainer .itemwrap .itemcard .itemtitle { padding:0 0 0 10px; display: block;}
.pagecontainer .itemwrap .itemcard .img { display:block; height: auto; max-width: 70px; }
.pagecontainer .itemwrap .itemcard .title { display:block; font-size: 20px; color: #3b426b; margin:auto; }
.pagecontainer .itemwrap .itemcard p { display:block; font-size: 16px; color: #5d6494; margin:auto; }

.pagecontainer.linear{ background-image: linear-gradient(to bottom, #fff, #f1f2fa); }
.pagecontainer.grayblue{ background: #f1f2fa; }
.pagecontainer.samples{ background: no-repeat center; background-size:cover; }
.pagecontainer.case{ background: no-repeat center; background-size:cover; }
.pagecontainer.price{ background: no-repeat center; background-size:cover; }
.pagecontainer.line{ border-top:1px solid #eee; }
.pagecontainer.p0{ padding:0; }
.pagecontainer .textbox.small { margin-bottom:30px; }
.pagecontainer .textbox.small .title { font-size: 24px; }
.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; }
.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:1200px; 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 20px; 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:80px; height:80px; margin-right:30px; overflow: hidden; border-radius:50%; background:#f6f6f6; }
.newsgroup .item .imgbox .img{ display:block; width:80px; height:80px; 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:10px 60px; }
.projectgroup .imgbox{ display:block; width:630px; 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:10px; }

/* pologroup */
.pologroup{ display:flex; justify-content:space-between; padding:20px 60px; }
.pologroup .item{ width:33.3333%; padding: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: 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: 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: 16px; }
.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 .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:900px; margin:20px auto; font-size: 14px; color: #5d6494; line-height: 24px; }
.pagedetailgroup .headwrap{ text-align:center; margin-bottom:30px; }
.pagedetailgroup .articletitle { font-size: 28px; line-height:36px; color: #3b426b; margin-bottom: 10px; 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 { position: relative; display: inline; font-size: 16px; color: #3b426b; margin-bottom:10px; line-height: 2; }
.pagedetailgroup .articlewrapper p{ margin-bottom:0px; }
.pagedetailgroup .articlewrapper img{ max-width:90%; margin-bottom:10px; }

/* contactusgroup */
.contactusgroup{ display:flex; justify-content:center; align-items:center; padding:100px 0; overflow:hidden; position:relative; /*background: 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  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: 30px; }
.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:600; 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: 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; }
.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:10px; }
.productitemwrapper .rightwrap .detail{ font-size:14px; color:#5d6494; }
.productitemwrapper.line{ margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eee; }

/* richimggroup */
.richimggroup{ margin:20px auto; }
.richimggroup .itemwrapper{ display:flex; flex-wrap:wrap; }
.richimggroup .itemwrapper .item{ width:33.3333%; background:#fff; }
.richimggroup .itemwrapper .topimg{ height:240px; overflow: hidden; background:#fff; position: relative; }
.richimggroup .itemwrapper .topimg.radius{ border-radius:6px; }
.richimggroup .itemwrapper .topimg .img{ display:block; width:auto; height:auto;max-width: 100%;max-height: 240px; object-fit:contain; margin: auto;}
.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: 72px; 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:240px; 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: 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: 600; 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: 21px; background: #fff; box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); transition: all .2s ease;}
.categoryheadwrapper .morebtn: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; 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:13px; }
.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{margin: auto;}
.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(/uploads/image/cscimages/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: no-repeat; }
.articlewrapper.toplist .rank.r2 { background: no-repeat; }
.articlewrapper.toplist .rank.r3 { background: 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)  no-repeat center; background-size: 20px; right: 10px; }
.softswiperwrapper .swiper-button-prev { background: rgba(0,0,0,.2)  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)  no-repeat center; background-size: 20px; right: 10px; }
.swiperwrapper .swiper-button-prev { background: rgba(0,0,0,.2)  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; }

.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:  no-repeat center; background-size: 20px; right: 0; }
.bannergroup .swiper-button-prev { background:  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; margin-bottom: 40px; 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{margin: auto;}
.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: 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: 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)  no-repeat center; background-size: 20px; right: 0; }
.fulltabsgroup .softwrapper .swiper-button-prev { background: rgba(0,0,0,.2)  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(/uploads/image/cscimages/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(/uploads/image/cscimages/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:  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:12px; 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(/uploads/image/cscimages/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(/uploads/image/cscimages/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;}
}

