:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInUpLarge{animation-name:fadeInUpLarge}@keyframes fadeInUpLarge{from{opacity:0;transform:translate3d(0,.4rem,0)}to{opacity:1;transform:none}}@keyframes maskShow{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.fadeInRightSmall{animation-name:fadeInRightSmall}@keyframes fadeInUpSmall{from{opacity:0;transform:translate3d(0,15px,0)}to{opacity:1;transform:none}}.fadeInUpSmall{animation-name:fadeInUpSmall}@keyframes fadeInRightSmall{0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftSmall{-webkit-animation-name:fadeInLeftSmall;animation-name:fadeInLeftSmall}@keyframes fadeInLeftSmall{0%{opacity:0;-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes animate_top{from{opacity:0;transform:translate(0,-1.25rem);transition:all ease-out .8s .2s}to{opacity:1;transform:translate(0,0)}}.animate_top{animation-name:animate_top}@keyframes animate_down{from{opacity:0;transform:translate(0,1.25rem);transition:all ease-out .8s .2s}to{opacity:1;transform:translate(0,0)}}.animate_down{animation-name:animate_down}@keyframes animate_left{from{opacity:0;transform:translate(-2.5rem,0);transition:all ease-out .8s .2s}to{opacity:1;transform:translate(0,0)}}.animate_left{animation-name:animate_left}@keyframes animate_right{from{opacity:0;transform:translate(2.5rem,0);transition:all ease-out .8s .2s}to{opacity:1;transform:translate(0,0)}}.animate_right{animation-name:animate_right}@keyframes fadenum{0%{opacity:0}100%{opacity:1}}::-webkit-scrollbar{display:none}::-webkit-scrollbar{display:none}body{font-size:16px;font-family:PingFang SC-Bold,PingFang SC;max-width:7.5rem;margin:0 auto;background:#F2F8FF}img{width:100%;display:block;max-width:100%}a{text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}.oneRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical}.twoRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.threeRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical}.fourRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:4;-webkit-box-orient:vertical}.sixRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:6;-webkit-box-orient:vertical}.sevenRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:7;-webkit-box-orient:vertical}.eightRow{overflow:hidden;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:8;-webkit-box-orient:vertical}.headerPage{height:.96rem;background:#002FA7;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:7999;width:100%;max-width:7.5rem}.headerPage .header_box{height:.96rem;display:flex;align-items:center;color:#333;padding:0 .14rem}.headerPage .header_box .logo{width:2.4rem;height:.63rem;display:block}.headerPage .header_box .logo img{width:100%;height:100%}.headerPage .header_box .kx{flex:1}.headerPage .header_box .hideMenu{width:100%;height:calc(100vh - .96rem);position:fixed;top:.96rem;left:0;background:rgba(0,0,0,.5);z-index:7999;display:none}.headerPage .header_box .hideMenu .menu_box{padding-left:.4rem;background-color:#002FA7;overflow-y:auto;height:100%}.headerPage .header_box .hideMenu .menu_box .item .first_a{display:flex;align-items:center;color:#fff;font-size:.32rem;font-weight:700;height:1rem;border-bottom:1px solid rgba(255,255,255,.3)}.headerPage .header_box .hideMenu .menu_box .item .first_a a{color:#fff}.headerPage .header_box .hideMenu .menu_box .item .first_a .first_a_right{flex:1;display:flex;margin-left:1rem;cursor:pointer}.headerPage .header_box .hideMenu .menu_box .item .first_a .first_a_right .kx{flex:1}.headerPage .header_box .hideMenu .menu_box .item .first_a .first_a_right img{margin-right:.34rem;width:.32rem;transform:rotate(-90deg);transition:.3s}.headerPage .header_box .hideMenu .menu_box .item .first_a .first_a_right .imgShow{transform:rotate(0)}.headerPage .header_box .hideMenu .menu_box .item .secondStage{padding:.34rem .15rem 0 .15rem;display:none}.headerPage .header_box .hideMenu .menu_box .item .secondStage .secondStage_box{display:flex;flex-wrap:wrap;align-items:center}.headerPage .header_box .hideMenu .menu_box .item .secondStage .secondStage_box a{width:100%;display:flex;flex-wrap:wrap;align-items:center;font-size:.28rem;transition:all .3s ease;color:#fff;margin-bottom:.3rem}.headerPage .header_box .hideMenu .menu_box .item .secondStage .secondStage_box a:last-child{border-bottom:none}.headerPage .header_box .hideMenu .menu_box .item .secondStage .secondStage_box.secondStage_knowledge_box a{width:50%}.headerPage .header_box .menuBtn{position:relative;width:.44rem;height:.44rem;cursor:pointer}.headerPage .header_box .menuBtn b{display:block;width:100%;height:.03rem;border-radius:.03rem;background-color:#fff;margin-bottom:.13rem;transition:.3s}.headerPage .header_box .menuBtn b:last-child{margin-bottom:0}.headerPage .header_box .menuBtn.open b{position:absolute;top:35%;display:none;width:100%}.headerPage .header_box .menuBtn.open b:first-child{display:block;transform:rotate(45deg)}.headerPage .header_box .menuBtn.open b:last-child{display:block;transform:rotate(-45deg)}.headerPage_kx{height:.96rem}.foot{margin:0 auto;width:7.5rem}.foot .foot_ad{background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:url(/static/images/common/foot_ad.jpg);height:1.2rem;display:flex;align-items:center;justify-content:center;color:#fff}.foot .foot_ad .ad_text{font-size:.32rem;font-weight:700}.foot .foot_ad .gobuy{width:1.6rem;height:.68rem;background:linear-gradient(90deg,#F16226 0,#FD9D07 100%);border-radius:.4rem;font-size:.24rem;display:flex;align-items:center;justify-content:center;margin-left:.24rem;color:#fff;font-weight:500}.foot .foot_copyRight{background:#252526;padding:.28rem .26rem;color:rgba(255,255,255,.6);font-size:.24rem;line-height:.36rem}.foot .foot_copyRight .filings{display:flex;align-items:center}.foot .foot_copyRight .filings a{color:rgba(255,255,255,.6);display:flex;align-items:center}.foot .foot_copyRight .filings a img{width:.24rem;height:.24rem;margin-right:.1rem}.foot .foot_copyRight .filings a:last-child{margin-left:.2rem}.bottomAd{bottom:0;z-index:999;width:100%;position:fixed;max-width:7.5rem}.common_bottomAd{bottom:0;z-index:899;width:100%;position:fixed;max-width:7.5rem}.common_bottomAd .drw{background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:url(/static/images/common/foot_ad.jpg);height:1.2rem;display:flex;align-items:center;justify-content:center;color:#fff}.common_bottomAd .drw .ad_text{font-size:.32rem;font-weight:700}.common_bottomAd .drw .gobuy{width:1.6rem;height:.6rem;background:linear-gradient(90deg,#F16226 0,#FD9D07 100%);border-radius:.4rem;font-size:.24rem;display:flex;align-items:center;justify-content:center;margin-left:.24rem;color:#fff;font-weight:500}.common_bottomAd .epm{background-image:url(/static/images/product/epm/bottom_ad.jpg)}.common_bottomAd .dupfiles{background-image:url(/static/images/product/dfc/bottom_ad.jpg);justify-content:normal;padding:0 .55rem}.common_bottomAd .dupfiles .icon{width:.8rem;margin-right:.14rem}.common_bottomAd .dupfiles .ad_text{font-size:.36rem;flex:1}.common_bottomAd .pct{background-image:url(/static/images/product/pct/bottom_ad.jpg);padding:0 .48rem 0 .48rem}.common_bottomAd .pct .ad_text{flex:1;display:flex;flex-direction:column;font-size:.34rem}.common_bottomAd .pct .ad_text .goods_info{display:flex;align-items:center;font-size:.24rem}.common_bottomAd .pct .ad_text .goods_info .goods_img{width:.34rem;margin-right:.05rem}.common_bottomAd .ios{background-image:url(/static/images/product/ios/bottom_ad.jpg);padding:0 .83rem 0 .83rem}.common_bottomAd .ios .ad_text{flex:1;display:flex;flex-direction:column;font-size:.36rem}.common_bottomAd .ios .ad_text .goods_info{display:flex;align-items:center;font-size:.28rem;font-weight:500}.common_bottomAd .tb{background-image:url(/static/images/product/tb/bottom_ad.png);padding:0 .47rem 0 .09rem}.common_bottomAd .tb .goods_img{width:1.82rem}.common_bottomAd .tb .ad_text{flex:1;display:flex;flex-direction:column;font-size:.32rem;margin-left:.16rem}.common_bottomAd .tb .ad_text .goods_info{display:flex;align-items:center;font-size:.24rem;font-weight:500}.common_bottomAd .mm{background-image:url(/static/images/product/mm/bottom_ad.jpg)}.common_bottomAd .dc{background-image:url(/static/images/product/dc/bottom_ad.jpg)}.common_bottomAd .ere{background-image:url(/static/images/product/ere/bottom_ad.png)}.common_bottomAd .ntfs{background-image:url(/static/images/product/ntfs/bottom_ad.png);color:#1A1A1A;padding:0 .27rem 0 .4rem}.common_bottomAd .ntfs .ad_text{font-size:.32rem}.common_bottomAd .ntfs .gobuy{height:.6rem}.common_bottomAd .pdf{background-image:url(/static/images/product/pdf/bottom_ad.png);justify-content:normal;padding:0 .16rem 0 .23rem}.common_bottomAd .pdf .icon{width:.52rem;margin-right:.07rem}.common_bottomAd .pdf .ad_text{flex:1;font-size:.36rem}.common_bottomAd .pdf .gobuy{height:.6rem;margin-left:0}.common_bottomAd .eve{background-image:url(/static/images/product/eve/bottom_ad.png)}.common_bottomAd .eve .ad_text{font-size:.3rem}.common_bottomAd .eve .gobuy{width:1.5rem;height:.54rem}.common_bottomAd .evc{background-image:url(/static/images/product/evc/bottom_ad.png)}.common_bottomAd .evc .gobuy{width:1.5rem;height:.54rem}