:root{--color-primary: #1064ff;--color-back: #fff}*{margin:0;padding:0;text-decoration:none;transition:all .3s}body{background-color:#fff}.footer{width:calc(100% - 100px);min-height:100px;background-color:#f7f7f7;padding:50px;overflow:hidden}.footer .footer_box{width:100%;max-width:1280px;margin:0 auto}.footer .footer_box .footer_logo{margin-bottom:20px}.footer .footer_box .footer_logo img{height:50px}.footer .footer_box .footer_info{text-align:center;margin-top:20px}.footer .footer_box .footer_info .footer_info_beian{display:flex}.footer .footer_box .footer_info .footer_info_beian a{font-size:14px;color:#444;display:flex;width:100%;justify-content:center}.footer .footer_box .footer_info .footer_info_beian a:hover{color:var(--color-primary)}.footer .footer_box .footer_info .footer_info_beian a img{width:16px;margin-right:5px}.footer .footer_box .footer_info p{font-size:14px;color:#505050;margin-bottom:5px}.footer .footer_box .footer_line{width:100%;font-size:14px;display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:25px}.footer .footer_box .footer_line .line p{color:#2c2c2c}.footer .footer_box .footer_line .line .line_title{font-size:14px;color:#383838;font-weight:800}.footer .footer_box .footer_line .line .line_word{margin-top:10px}.footer .footer_box .footer_line .line .line_word a{display:block;color:#4b4b4b;font-size:13px;line-height:28px;display:flex}.footer .footer_box .footer_line .line .line_word a img{height:20px;margin-right:10px;margin-top:4px}.footer .footer_box .footer_line .line .line_word a:hover{color:var(--color-primary)}.footer .footer_box .footer_front{margin-top:10px}.footer .footer_box .footer_front span{font-size:14px;color:#4e4e4e}.footer .footer_box .footer_front a{color:#313131;font-size:14px;line-height:23px;margin-right:10px}.footer .footer_box .footer_front a:hover{color:var(--color-primary)}@media screen and (max-width: 728px){.footer{width:calc(100% - 40px);padding:20px}}*{margin:0;padding:0;text-decoration:none}.header{width:calc(100% - 20px);height:40px;background-color:rgba(255,255,255,.8431372549);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,0);padding:10px;position:fixed;top:0;left:0;-webkit-backdrop-filter:saturate(5) blur(20px);backdrop-filter:saturate(5) blur(20px);box-shadow:0 0 10px rgba(111,113,189,.0941176471);z-index:99999}.header .header_box{max-width:1280px;margin:0 auto;height:100%}.header .header_box .header_logo{float:left;height:100%}.header .header_box .header_logo img{height:40px}.header .header_box .header_menu{float:left;height:100%;margin-left:20px}.header .header_box .header_menu .header_menu_item{float:left;height:100%;line-height:40px;padding:0 10px;margin-left:20px}.header .header_box .header_menu .header_menu_item a{color:#333;font-size:14px;height:40px;display:inline-block}.header .header_box .header_menu .header_menu_item a:hover{color:var(--color-primary);transition:all .3s;cursor:pointer;position:relative}.header .header_box .header_menu .header_menu_item a:hover::after{content:"";width:150%;height:4px;background-color:var(--color-primary);position:absolute;bottom:-10px;left:-25%}.header .header_box .operation{float:right;height:100%}.header .header_box .operation .operation_box{height:100%;line-height:40px;background-color:var(--color-primary);border-radius:5px;display:flex}.header .header_box .operation .operation_box a{display:inline-block;padding:0 10px;color:#fff;font-size:14px;transition:all .3s}.header .header_box .operation .operation_box a:hover{box-shadow:4px 7px 12px rgba(51,127,255,.2)}.header .header_box .operation .operation_box img{width:26px;height:26px;margin:5px;margin-right:-5px;border-radius:50%;border:2px solid #fff}.header .header_box .operation_phone{display:none;float:right}.header .header_box .operation_phone span,.header .header_box .operation_phone a{line-height:40px;margin-right:10px}.header .header_box .operation_phone span .iconfont,.header .header_box .operation_phone a .iconfont{font-size:25px}.header .phone_nav{width:100%;height:0;position:fixed;top:0px;transition:all .5s;left:0;background-color:#fff;z-index:999;overflow:hidden}.header .phone_nav .title_box{width:calc(100% - 40px);height:20px;background-color:#fff;padding:20px;position:relative;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,0)}.header .phone_nav .title_box .iconfont{font-size:25px;line-height:40px;position:absolute;top:10px;right:20px}.header .phone_nav .title_box p{font-size:15px;color:#333}.header .phone_nav .content_box{width:calc(100% - 40px);height:calc(100% - 40px);padding:20px}.header .phone_nav .content_box .header_menu_item{width:100%;height:50px;line-height:50px;border-bottom:1px solid #f6f6f6}.header .phone_nav .content_box .header_menu_item a{color:#333;font-size:14px;height:50px;display:inline-block;line-height:50px;width:100%}.header .phone_nav .content_box .header_menu_item a:hover{color:var(--color-primary);transition:all .3s;cursor:pointer;position:relative}.header .phone_nav .content_box .header_menu_item a:hover::after{content:"";width:100%;height:4px;background-color:var(--color-primary);position:absolute;bottom:0px;left:0}.header .phone_nav .content_box .login_box{width:100%;display:flex}.header .phone_nav .content_box .login_box a{width:100%;height:40px;display:block;line-height:40px;text-align:center;font-size:14px;margin-top:10px}.header .phone_nav .content_box .login_box .register_item{background-color:var(--color-primary);border:2px solid var(--color-primary);color:#fff;margin-right:4px}.header .phone_nav .content_box .login_box .login_item{background-color:#fff;color:var(--color-primary);border:2px solid var(--color-primary);margin-left:4px}.cebian_box{position:fixed;top:calc(100vh - 400px);right:10px;z-index:20000;width:50px}.cebian_box .en_buy{background:url(https://imgsbad.semoun.com/uploads/2024/12/20/67656709c6b75.png) no-repeat 50%;border-radius:6px;background-size:cover;text-align:center;padding-top:10px;padding-bottom:10px;cursor:pointer}.cebian_box .en_buy img{width:calc(100% - 15px);margin:10px auto;display:block}.cebian_box .en_buy span{width:24px;line-height:18px;display:inline-block;color:#fff;margin-top:-5px;margin-bottom:10px;font-size:14px}.cebian_box .en_kef{margin-top:10px;border-radius:6px;background-color:#fff;height:40px;box-shadow:0 2px 15px rgba(0,0,0,.1);cursor:pointer;padding-top:10px}.cebian_box .en_kef img{width:30px;margin:0px auto;display:block}.cebian_box .en_kef .show_qr{display:none;width:180px;position:absolute;bottom:0;right:60px;box-shadow:0 2px 15px rgba(0,0,0,.1);border-radius:6px;background-color:#fff;padding:10px}.cebian_box .en_kef .show_qr img{width:100%}.cebian_box .en_kef:hover .show_qr{display:block}@media screen and (max-width: 728px){.header_menu,.operation{display:none}.header{height:40px;width:calc(100% - 20px)}.header .header_box .operation_phone{display:block}}@font-face{font-family:"iconfont";src:url("//at.alicdn.com/t/c/font_4704022_mht41y54em.woff2?t=1728390325940") format("woff2"),url("//at.alicdn.com/t/c/font_4704022_mht41y54em.woff?t=1728390325940") format("woff"),url("//at.alicdn.com/t/c/font_4704022_mht41y54em.ttf?t=1728390325940") format("truetype")}.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-cuo:before{content:""}.icon-gengduo:before{content:""}.icon-geren:before{content:""}