*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;outline:none}a{color:#000}.page_header_box{width:100%;height:50px;background-color:#fff;margin-bottom:10px;overflow:hidden;box-shadow:8px 8px 20px rgba(55,99,170,0.1019607843)}.page_header_box a{display:block;width:50px;height:50px;overflow:hidden;float:left}.page_header_box a img{height:25px;height:25px;margin:12.5px auto;display:block}.page_header_box .name_box{float:left;line-height:50px;color:#1b1b1d;font-size:14px;font-weight:800;margin-left:15px}.page_header_box .fub{float:left;line-height:50px;font-size:12px;color:#999;margin-left:10px}.popupbox{width:100%;height:100%;position:fixed;top:0;left:0;-webkit-backdrop-filter:saturate(2) blur(3px);backdrop-filter:saturate(2) blur(3px);z-index:9999;background-color:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .5s ease}.popupbox .popupbox_a{border-radius:5px;position:relative;background-color:#fff;padding:15px;display:flex}.popupbox .popupbox_a img{height:15px;margin-right:10px;margin-top:2.5px}.popupbox .popupbox_a span{font-size:14px;color:#303030;line-height:20px}.popupbox.show{opacity:1;pointer-events:all}.popupbox.show .popupbox_a{opacity:1;transform:translateY(0)}.loading_box{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-backdrop-filter:saturate(2) blur(3px);backdrop-filter:saturate(2) blur(3px);z-index:9999;background-color:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;transition:opacity .5s ease}.loading_box .loading_box_a{border-radius:5px;position:relative;background-color:#fff;padding:15px}.loading_box .loading_box_a img{height:30px;animation:rotate .8s linear infinite;display:block;margin:0 auto;margin-top:20px}.loading_box .loading_box_a p{font-size:12px;text-align:center;color:#303030;margin-top:20px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(min-width: 768px){.footer_box{width:100%;background-color:#1a1d22;overflow:hidden}.footer_box .footer_box_inner{width:calc(100% - 20px);max-width:1080px;margin:80px auto}.footer_box .footer_box_inner .footer_info p{font-size:14px;margin-bottom:10px;display:flex;color:#fff}.footer_box .footer_box_inner .footer_info p a{display:flex;margin-right:10px;line-height:20px;color:#fff}.footer_box .footer_box_inner .footer_info p a img{height:20px;margin-right:5px}}@media(max-width: 768px){.footer_box{width:100%;background-color:#f1f1f1;overflow:hidden}.footer_box .footer_box_inner{width:calc(100% - 20px);max-width:1080px;margin:30px auto;margin-bottom:80px}.footer_box .footer_box_inner .footer_info p{font-size:12px;margin-bottom:5px;color:#000;display:block}.footer_box .footer_box_inner .footer_info p a{display:flex;margin-bottom:10px;margin-right:10px;line-height:20px;color:#000}.footer_box .footer_box_inner .footer_info p a img{height:15px;width:15px !important;margin-right:5px;margin-top:2px}}.header_box{width:100%;height:60px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);position:fixed;top:0;left:0;overflow:hidden;z-index:999}.header_box .header_box_inner{width:calc(100% - 20px);margin:0 auto;max-width:1080px;height:100%;background-color:#fff;overflow:hidden}.header_box .header_box_inner .logo{height:40px;margin-top:10px;float:left}.header_box .header_box_inner .header_column_box{height:100%;margin-left:10px;float:left;max-width:600px;overflow:hidden;display:flex}.header_box .header_box_inner .header_column_box .item_box{padding:10px;margin-top:10px;margin-right:10px;cursor:pointer;line-height:25px;border-bottom:2px solid #fff;display:flex}.header_box .header_box_inner .header_column_box .item_box:hover{border-bottom:4px solid #f60;color:#f60}.header_box .header_box_inner .header_column_box .item_box img{width:20px;height:20px;margin-top:3px;float:left}.header_box .header_box_inner .header_column_box .item_box span{margin-left:10px;font-size:14px;float:left}.header_box .header_box_inner .header_column_box .item_active{border-bottom:4px solid #f60;color:#f60}.header_box .header_box_inner .right_box{float:right;display:flex}.header_box .header_box_inner .right_box .search_box{width:300px;height:40px;background-color:#f8f8f8;overflow:hidden;border-radius:4px;margin-top:10px;display:flex}.header_box .header_box_inner .right_box .search_box .search_icon_box{padding:10px}.header_box .header_box_inner .right_box .search_box .search_icon_box .seach_icon{width:20px;height:20px}.header_box .header_box_inner .right_box .search_box input{background-color:#f8f8f8;border:none;outline:none;display:inline-block;width:calc(100% - 40px)}.header_box .header_box_inner .right_box .r_ite_but{margin-left:10px;width:130px;height:40px;margin-top:10px;border-radius:4px;display:inline-block;background-color:#07f;color:#fff;line-height:40px;text-align:center;text-decoration:none;font-size:14px;white-space:nowrap}@media(max-width: 768px){.header_box .header_box_inner{display:flex !important;height:50px}.header_box .header_box_inner .header_column_box{display:none !important}.header_box .header_box_inner .logo{width:90px;margin-right:20px;height:auto !important}.header_box .header_box_inner .right_box{width:calc(100% - 100px)}.header_box .header_box_inner .right_box .r_ite_but{display:none !important}.header_box .header_box_inner .right_box .search_box{height:35px;background-color:#f8f8f8;overflow:hidden;border-radius:24px;margin-top:7.5px;display:flex;width:100%}.header_box .header_box_inner .right_box .search_box .search_icon_box{padding:7.5px}.header_box .header_box_inner .right_box .search_box .search_icon_box .seach_icon{width:20px;height:20px}.header_box .header_box_inner .right_box .search_box input{background-color:#f8f8f8;border:none;outline:none;display:inline-block;width:calc(100% - 40px)}.header_box .header_nav{height:40px;width:calc(100% - 20px);margin:10px auto;white-space:nowrap;overflow-x:auto;line-height:30px}.header_box .header_nav a{margin-right:5px;padding:0 5px;color:#000 !important}.header_box .header_nav a img{height:30px}.headerhigth{height:100px !important}}.tabbar_box{width:100%;height:60px;position:fixed;bottom:0;left:0;background-color:#fff;z-index:999222;display:none;box-shadow:2px 2px 10px 0 rgba(108,152,182,.1)}.tabbar_box .tabbar_item{margin-top:10px;text-align:center;width:100%;font-size:12px;height:45px}.tabbar_box .tabbar_item .pc_icon{width:45px;height:45px;display:block;margin:1px auto;transition:all .3s;padding:10px;border-radius:10px;margin-top:-10px}.tabbar_box .tabbar_item .icon_big{width:30px;height:30px;margin-top:5.5px}.tabbar_box .tabbar_item span{transform:translateY(-10px);display:block}.tabbar_item_ok{color:#145fff}.tabbar_item_ok .icon path{fill:#145fff !important;stroke-dasharray:2000;stroke-dashoffset:2000;animation:dash 3s linear forwards}.tabbar_item_ok .pc_icon{box-shadow:4px 7px 12px 0 rgba(51,127,255,.2);background-color:#fff;border-radius:50%;transform:translateY(-20px)}@keyframes dash{to{stroke-dashoffset:0}}@media(max-width: 768px){.tabbar_box{display:flex}}.heji_item{width:100%;border-radius:10px;overflow:hidden;background-size:100% auto;background-position:center;background-repeat:no-repeat;display:block}.heji_item .heji_info{width:100%;padding:15px}.heji_item .heji_info .name{margin-bottom:10px;font-size:18px}.heji_item .heji_info .word{font-size:12px;color:#999}.heji_item .heji_info .app_list_box{width:100%;white-space:nowrap;overflow-x:auto;margin-top:20px}.heji_item .heji_info .app_list_box img{width:40px;height:40px;border-radius:10px;display:inline-block}.app_item_c{padding:10px;width:80px;border-radius:5px;overflow:hidden}.app_item_c .logo{width:100%}.app_item_c .logo img{width:50px;height:50px;display:flex;margin:0 auto}.app_item_c .info p{font-size:12px;width:60px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.app_item_c:hover{box-shadow:3px 3px 10px rgba(55,99,170,.3411764706)}.personage_nav{width:100%;min-height:400px;border-radius:5px;background-color:#fff;overflow:hidden;border:2px solid #fff;box-shadow:8px 8px 20px rgba(55,99,170,.1019607843)}.personage_nav .personage_nav_bin{width:calc(100% - 20px);margin:10px auto}.personage_nav .personage_nav_bin .personage_nav_item{color:#222020;height:45px;display:block;line-height:45px;padding-left:10px;border-radius:3px;background-color:#fcfcfc;margin-bottom:10px;transition:all .5s;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);display:flex}.personage_nav .personage_nav_bin .personage_nav_item img{height:25px;margin-top:10px;margin-right:5px}.personage_nav .personage_nav_bin .personage_nav_item p{font-size:14px}.personage_nav .personage_nav_bin .personage_nav_item:hover{border-bottom:2px solid #0051ff}.personage_nav .personage_nav_bin button{border:none;width:100%;height:40px;border-radius:3px;background-color:#ff5050;color:#fff;line-height:40px;cursor:pointer;display:flex;justify-content:center;margin-top:10px}