/*
** name: dgy.nav.css
** date: 2020/01/30.
** anthor: tonney@duoguyu.com.
** version: 2.0.0.
** last: 2020/03/16/ tonney.
*/
/* layout */
.baselayout{ padding-top:60px; position: relative; background:#f6f7f8; overflow: hidden; }
.baselayout.pt{ padding-top:80px; }
.baselayout.bgf{ background:#fff; }
.navgrid { position: fixed; top: 0; left: 0; height: 60px; width: 100%; background:#fff; border-bottom:1px solid #eee; display: flex; z-index: 1024; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.navgrid .wrapper { display: flex; align-items:center; }
.navgrid .topwrapper { display: flex; align-items:center; margin-right:50px; }
.navgrid .topwrapper .logo { display: block; width: auto; min-height: 20px; max-width:200px; max-height:50px; }
.navgrid .topwrapper .site { margin-left:10px; font-size:24px; }
.navgrid .topwrapper strong { color: #343a40; font-size: 16px; margin-left: 10px; }
.navgrid .searchwrap { display:block; border-radius:4px; border:1px solid #eee; background:#f6f7f8; padding:5px 10px 5px 30px; position: relative; margin-bottom: 20px; overflow: hidden;}
.navgrid .searchwrap .searchinput{ display:block; width:100%; height:20px; line-height:20px; font-size:14px; color:#333; border:0; background:none; overflow: hidden;}
.navgrid .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;}
.navgrid .searchwrap .icondgy{ color:#666; }
.navgrid .menubtn { display: none; margin: 20px; width: 60px; height: 60px; text-align: center; line-height: 60px; background: #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 1px 6px #ddd; }
.navgrid .menubtn .icondgy { font-size: 24px; color: #333; }

.navgrid .navwrapper { display:flex; align-items:center; overflow: hidden; }
.navgrid .scrollwrap { overflow-y:auto; }
.navgrid .navwrapper a { display:flex; align-items:center; overflow: hidden; color:#3b426b; font-weight:600; margin-right:30px; font-size:14px; }
.navgrid .navwrapper a .icondgy { font-size:18px; font-weight: normal; color:#454545; margin-right:5px; }
.navgrid .navwrapper a.on, .navgrid .navwrapper a:hover, .navgrid .navwrapper a.on .icondgy, .navgrid .navwrapper a:hover .icondgy { color:#2254f4; }
.navgrid .navwrapper a .flag { padding: 0 5px; margin-left:5px; background:#eee; border-radius:4px; line-height:20px; font-size:12px; color:#2254f4; overflow-y: hidden;}
.navgrid .navwrapper .iconnew { display: inline-block; margin-left: 5px; margin-top: -2px; background: url(/uploads/image/cscimages/icon_new.png) no-repeat; background-size: contain; width: 25px; height: 12px; }

.navgrid .footerextendwrap{ position: absolute; left:0; bottom:0; width:100%; padding:20px; overflow: hidden;}
.navgrid .footerextendwrap img{ display: block; width: 100%; height: auto; border-radius: 6px; }

.navgrid .footerextendwrap.btn{ padding-bottom:30px; background:#fff; }
.navgrid .submitbtn { display: block; height: 36px; 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; }
.navgrid .coveroverlay { position: absolute; left: 0; bottom: 90px; height: 100px; width: 100%; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%); background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%); background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%); background-size: 100%; }

.navgrid.justify{ justify-content: space-between; align-items: center;}
.navgrid .extendwrap{ padding:20px; margin-bottom:-15px; }
.navgrid .extendwrap .adwrapper{ margin-bottom:15px; }

.navgrid .userheaderwrapper{ margin-right:0; }
.navgrid .menulogin{ display:inline-block; padding:0 25px; cursor: pointer; line-height: 30px; text-align: center; color: #fff; font-size: 13px; 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; }
.navgrid .userinfowrap{ width:60px; height:60px; padding-top:10px; position: relative; }
.navgrid .avatarimg{ cursor:pointer; display:block; width:40px; height:40px; margin:0 auto; border-radius:50%; overflow:hidden;}
.navgrid .userlistbox{ display:none; width: 120px; position: absolute; right:0; top:60px; background: #fff; -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2); box-shadow: 0 1px 12px 0 rgba(0,0,0,.2); border-radius: 0 0 4px 4px; color: #444; z-index: 14; }
.navgrid .useritem{ display:block; padding:20px; text-align:center; font-size:13px; color:#454545; }
.navgrid .useritem a{ font-size:13px; color:#454545; line-height:24px; }
.navgrid .useritem a:hover{ color:#2254f4; }

.navgrid .useritem .itemli{display:block; color:#999; line-height:24px;}
.navgrid .useritem .username{display:block; color:#999; height:30px; margin-top:10px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.navgrid .useritem .username.edit{ color:#fff; border-radius:15px; background:#2254f4; background: linear-gradient(270deg,#2254f4,#406dff); box-shadow: 0 12px 30px 0 rgba(34,84,244,.2); }
.navgrid .useritem .avatar{display:block; width:50px; height:50px; border-radius:50%; margin:10px auto; overflow:hidden;}
.navgrid .useritem .itemli.exit{ border-top:1px solid #eee; color:#f30; padding-top:10px; margin-top:15px;}
.navgrid .useritem .itemli.exit a:hover{color:#f30;}

.navgrid .userinfowrap:hover .userlistbox{ display:block; }


.productgrid { margin: 0 auto; width:1280px; }
.productgrid.justify{ display: flex; justify-content: space-between;}

/* footer */
.footergrid{ border-top:1px solid #ebebeb; overflow: hidden; background:#fff; }
.footergrid .topwrapper{ padding:20px 0; border-bottom:1px solid #f1f2fa; color:#858ab4; font-size:12px; line-height:20px; overflow:hidden; }
.footergrid .menuwrap{ display: flex; justify-content: space-between; }
.footergrid .menubox{ line-height:20px; }
.footergrid .menubox a{ margin-right:30px; color:#858ab4; }
.footergrid .menubox a:hover{ color:#2254f4; }
.footergrid .menuwrap .copyright{ text-align:right; color:#858ab4; }
.footergrid .menuwrap .copyright .alink{ padding-left:5px; color:#2254f4; }
.footergrid .midwrapper{ margin: 0 auto; overflow: hidden; }
.footergrid .midwrapper .article{ padding: 20px 0; color:#666; font-size: 12px; overflow: hidden; line-height: 20px; }
.footergrid .midwrapper p{ color:#666; font-size: 12px; line-height: 20px; margin-bottom: 10px; }
.footergrid .midwrapper span{ padding-right: 20px; }

.footergroup{ display:flex; justify-content:space-between; margin: 30px auto; }
.footergroup .companywrap{ width:500px; color: #858ab4; font-size: 12px; line-height: 18px; }
.footergroup .companywrap .logo{ display:block; max-width:200px; max-height:60px; margin-bottom:40px; }
.footergroup a{ color: #858ab4; }
.footergroup .infowrap{ display:flex; justify-content:space-between; color: #858ab4; font-size: 13px; line-height: 24px; }
.footergroup .infowrap .item{ margin-left:60px; }
.footergroup .infowrap .title { color: #3b426b; font-size: 13px; font-weight: 600; letter-spacing: .5px; line-height: 18px; margin-bottom: 20px; }
.footergroup .infowrap p { margin-bottom: 10px; }

.fulltabsgroup .softwrapper .item { height: 130px; width: 112px;}
.articlelistwrapper.article .richtextitem { width: 33.3333%; }
.newspage{ margin-top:20px; }

.servicewidget{ position: fixed; right:40px; bottom:40px; z-index:900; }
.servicewidget .item { cursor: pointer; margin-top: 8px; width: 56px; height: 56px; background: #fff; border-radius: 6px; text-align: center; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; position: relative; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02); border: 1px solid #e9e9e9; }
.servicewidget .item .iconbox{ display:flex; justify-content:center; align-items:center; height:56px; }
.servicewidget .item .iconbox .iconfont{ color: #3b426b; font-size: 24px;}
.servicewidget .messagewrap { position: absolute; right: 50px; bottom: 0; padding-right: 14px; text-align: center; display: none; }
.servicewidget .messagewrap .messagebox { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02); border: 1px solid #e9e9e9; background: #fff; border-radius: 6px; padding:15px; }
.servicewidget .messagewrap .qrcode { display:block; width:120px; height:auto; margin: 0 auto 10px; }
.servicewidget .messagewrap p { font-size: 14px; line-height: 24px; white-space: nowrap; color: #8c8889; }
.servicewidget .item:hover { background: #2254f4; border-color: #2254f4; }
.servicewidget .item:hover .iconbox .iconfont{ color:#fff; }
.servicewidget .item:hover .messagewrap { display:block; }

@media screen and (min-width: 1600px) {
    .imgtextgrid.special .item { width: 25%; }
    .articlelistwrapper.screen16 .richtextitem { width: 33.3333%;}
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .navgrid .topwrapper{ margin-right:20px;}
    .navgrid .topwrapper .logo { max-width: 40px; }
    .navgrid .topwrapper strong, .navgrid .navwrapper a .icondgy{ display:none; }
    
    .productgrid { margin:0 20px; width:100%; }
    .topfocuswrapper .textwrapper { width: 70%; }
    .articlewrapper .itemarticle, .articlelistwrapper .richtextitem, .articlelistwrapper.article .richtextitem{ width:50%; }
    .richtextitem.search { width: 100%; }
    .searchpagewrap .asidewrap{ display:none;}
}
@media screen and (max-width: 768px) {
    html { font-size: 10px }
    .productgrid { margin:0 10px; width:auto; }
    .searchpagewrap .asidewrap, .servicewidget{ display:none;}
    .navgrid{ display:block; overflow:hidden; }
    .layoutdisplay, .navgrid .menubtn{ display:block; }
    .layouthide{ display:none !important; }
    .layoutdisplay{ display:block !important; }
    .navgrid .wrapper, .navgrid .navwrapper { display:block; padding: 5px 10px; }
    .navgrid .navwrapper { margin-top: 10px; padding: 10px; border-top: 1px solid #eee; }
    .navgrid .navwrapper a {line-height: 45px; margin-right:0; border-bottom: 1px dotted #eee; }
    .navgrid .userheaderwrapper { margin-left: 0; }
    
    .richtextitem.search .article { display: flex; }
    
    .navgrid .userinfowrap:hover .userlistbox{ display:none; }
    .platewrapper .item{ width:50%;}
    .platewrapper .item:last-of-type{ display:none;}

    .navgrid .topwrapper { border-bottom: 0; padding-bottom: 0; height: 45px; }
    .navgrid .topwrapper .logo { max-width: 40px; }
    /*.navgrid .topwrapper strong, .navgrid .scrollwrap .navname, .navgrid .extendwrap{ display:none; }*/
    .navgrid .extendwrap{ display:none; /*visibility: hidden;*/ }
    .topfocuswrapper .textwrapper { width: 80%; }
    .articlewrapper .itemarticle, .articlelistwrapper .richtextitem, .articlelistwrapper.article .richtextitem { width: 100%; }
    .topfocuswrapper h2 { font-size: 20px; margin-bottom: 10px; }
    .topfocuswrapper .searchwrap { padding: 2px 10px 2px 40px; margin-bottom: 5px; }
    .topfocuswrapper .searchwrap .searchbtn { left: 5px; }
    .topfocuswrapper .searchwrap .icondgy { font-size: 16px; }
    .topfocuswrapper { height: 200px; }
    .topfocuswrapper .tagbox { font-size: 12px; }
    .topfocuswrapper .tagbox .tag { margin-right: 10px; }
    .richtextitem .article { display: block; }
    .richtextitem .focusbox { width: 100%; height: auto; margin-right: 0; margin-bottom: 15px; }
    .richtextitem .focus { width: 100%; height: auto; }
    .fulltabs { padding: 10px 10px 0; }
    .fulltabs .tagwrap { margin-right: 0; }
    .fulltabs .tagbox a { padding: 2px 8px; }
    .fulltabs.location { margin-bottom: 10px; }
    .description { margin-bottom: 20px; }
    .detailgrid { padding: 25px 20px; font-size: 12px; line-height: 18px; margin-bottom: 20px; }
    .detailheadlabel .title { font-size: 16px;  line-height: 24px;}
    .detailheadlabel { margin-bottom: 10px; padding-bottom: 10px; }
    .articleheadwrapper .thumbbox { width: 40px; height: 40px; margin-right: 10px; }
    .articleheadwrapper .thumbbox .thumb { height: 40px; }
    .softlabelwrapper { display: block; background: none; padding: 15px 0; margin: 20px 0 0; border-top: 1px dotted #eee; }
    .softdownbox{ margin-top: 15px; display: flex; justify-content: flex-end; padding-top: 15px; border-top: 1px dotted #eee; }
    .softlabelwrapper .btnbox { width: 100%; }
    .softlabelwrapper .btnbox .btn { width: 50%; height:40px; line-height:40px; }
    .softlabelwrapper .btnbox .btn:first-of-type { border-radius: 20px 0 0 20px; }
    .softlabelwrapper .btnbox .btn:last-of-type { border-radius: 0 20px 20px 0; }
    .imgtextgrid.special .item { width: 100%; }
    .imgtextgrid.special .content { margin-bottom: 10px; margin-right: 0; }
    .specialdetailwrapper { padding: 0; background:none; border:0; margin-bottom:20px; }
    .specialdetailwrapper .specialhead { padding: 20px; margin: 0 0 10px; }
    .specialdetailwrapper .specialhead .textwrap { width: 85%; }
    .specialdetailwrapper .specialhead h2 { line-height: 28px; font-size: 18px; }
    .specialdetailwrapper .specialhead p { font-size: 12px; line-height: 18px; }
    .articlewrapper { margin-bottom: 0; }
    .footergrid .topwrapper{ display:none; }
    .adwrapper.w2 { display:block; }
    .adwrapper.w2 .item{ width:100%; }
    .adwrapper.w2 .item:first-of-type{ margin-bottom:10px; }
    .tabmenuwrap { width: 100%; }
    .toplistwrapper { padding: 135px 10px 10px; }
    .downloadwrapper{ display:block;}
    .downloadwrapper .asidegrid { width: 100%; margin-left: 0; margin-bottom: 20px; }
    
    /* chappie */
    .productgrid.justify{ display:block; }
    .launchwrapper .bannercontainer, .container, .launchwrapper{ width:100%;}
    .launchwrapper .swiper-container{ text-align: center; overflow: hidden;}
    .launchwrapper .bannerbox{ display:block; width:100%; }
    .launchwrapper { padding-bottom:0;}
    .launchwrapper .bannercontainer{ padding-bottom:10px; height:auto; }
    .launchwrapper .textbox { width: 100%; padding: 30px; }
    .launchwrapper .textbox .title { font-size: 20px; line-height: 24px; margin: 10px 0 10px; }
    .launchwrapper .textbox .detail { display:none; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
    .launchwrapper .morebtn { padding: 0 20px; line-height: 30px; height: 30px; font-size: 12px; border-radius: 15px; }
    .pagecontainer{ padding:10px;}
    .pagecontainer .title { font-size: 20px; }
    .pagecontainer .detail { font-size: 13px; }
    .productitemwrapper{ flex-wrap:wrap; margin-top:40px; }
    .productitemwrapper .leftwrap{ width:100%; text-align:center; margin-bottom:30px; }
    .productitemwrapper .rightwrap .item{ padding-left:20px; padding-right:20px; }
    
    .pagecontainer .itemwrap { flex-wrap: wrap; }
    .pagecontainer .itemwrap .itembox { width: 50%;}
    .pagecontainer .itemwrap .itembox .title { font-size: 14px; margin-bottom: 0; }
    .pagecontainer .itemwrap .itembox p { font-size: 13px; }
    .newsgroup { display: block; width: 100%; padding: 10px 15px; }
    .newsgroup .item { padding: 15px 10px; width: 100%; }
    .newsgroup .item.br::after{ height: 1px; width: 100%;left: 0; top: auto; bottom:0; }
    .newsgroup .item .imgbox { margin-right: 20px; }
    .pagecontainer .textbox { margin-top: 30px; margin-bottom: 30px; }
    .projectgroup { padding: 10px 20px; }
    .projectgroup .textbox { margin: 0; padding-top: 0;}
    .projectgroup .textbox h3 { font-size: 14px; margin-bottom: 10px; line-height: 20px; }
    .projectgroup .textbox li { font-size: 12px; line-height: 18px; }
    .projectgroup .imgbox{ display:none;}
    .pologroup { display: block; padding: 0; }
    .pologroup .item { width: 100%; padding: 0; }
    .pologroup .contentwrap{ margin-bottom:10px;}
    .pologroup .topwrap { padding: 20px; }
    .pologroup .topwrap .img { left: 20px; margin-top: -20px; width: 40px; height: 40px; }
    .pologroup .topwrap .infobox { margin-left: 50px; }
    .pologroup .topwrap h2 { line-height: 24px; font-size: 15px; }
    .pologroup .topwrap p { font-size: 12px; line-height: 20px; }
    .pologroup .btmwrap { line-height: 20px; font-size: 13px; padding: 20px 20px 0; margin-bottom: 20px; }
    .contactusgroup { padding: 60px 0; }
    .contactusgroup .contactwrap { padding: 40px 20px; }
    .footergroup { display: block; margin: 30px auto; }
    .footergroup .companywrap, .categoryheadwrapper{ display:none;}
    .footergroup .infowrap { display: block; }
    .footergroup .infowrap .item { margin-left: 10px; padding-bottom: 15px; margin-bottom: 15px; }
    .footergroup .infowrap .title { font-size: 13px; line-height: 18px; margin-bottom: 10px; }
    .footergroup .infowrap p { margin-bottom: 0; }
    .richimggroup .itemwrapper.space .item{ width:100%; }
    .richimggroup .itemwrapper .midbox h3 { padding-bottom: 20px; font-size: 16px; line-height: 24px; height: auto; }
    .casenavwrapper .navwrap, .categorynavwrapper .navwrap { flex-wrap: wrap; }
    .casenavwrapper .navwrap .item { padding: 15px; margin: 0; font-size: 14px; }
    .categorynavwrapper .navwrap .item { margin-right: 0; letter-spacing:0; padding: 10px; }
    .richimggroup .itemwrapper.news .topbox h3 { height: auto; white-space: initial; }
    .richimggroup .itemwrapper .newswrap { display: block; }
    .richimggroup .itemwrapper.news .topimg { width: 100%; margin-right: 0; margin-bottom: 10px; }
    .richimggroup .itemwrapper.news .item{ width:100%;}
    .newspage, .aboutwrapper{ padding: 10px; margin-top:0; }
    .downloadwrapper.price { width: 100%; margin: 20px auto 0; }
    .downloadwrapper .itemlabel { width: 100%; padding: 0 20px; }
    .pologroup.question .item { width: 100%; }
    .updategroup .itemlabel:nth-of-type(odd){ padding-right:0; text-align:left; }
    .updategroup .itemlabel:nth-of-type(odd) .labelwrap{ border-right:0; margin-right:0; padding-right:20px; border-left:1px solid #eee; padding-left:30px; }
    .updategroup .itemlabel:nth-of-type(odd) .labelwrap:before{ right: auto; left: -8px; }
    
    .updategroup .itemlabel:nth-of-type(even){ padding-left:0; margin-top:0; }
    .updategroup .itemlabel .imgbox .img { display: block; width: 100%; height: auto; }
    .pagedetailgroup .articlethumb{height:auto;}
    .pagedetailgroup{ width:100%; overflow: hidden; }
    .contactusgroup .contactwrap p { font-size: 14px; line-height: 20px; }
    .contactusgroup .contactwrap h2 { line-height: 24px; font-size: 20px; }
    
}