<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*�꾩껜硫붾돱*/
.all_menu_wrap{display:none; position: fixed;  left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:9999;}

.all_menu_pop{position: fixed; background:#f2f2f2; width:1200px; height:700px; left:50%; top:50%; transform: translate(-50%, -50%);}
.all_menu_pop .head {background:#0579cc;}
.all_menu_pop .head h4 {padding:0 20px; font-size: 22px; color: #fff; line-height:60px;}
.all_menu_pop.btn-close { position: absolute; top: 0; right: 0; width:60px; height:60px; display:flex; align-items: center; justify-content: center; background:#0655a1;}
.all_menu_pop .btn-close img {width: 16px; height: 16px;}
.all_menu_pop .content { padding:30px; overflow-y: auto; height:calc(100% - 60px);}
.all_menu_pop.emptying{width:120px; border-radius:30px; font-size:14px; color:#333; background:#edeef2; border:1px solid #bfc2c7; padding:2px 0px; font-weight: 600; text-align:center; float:right;}
.all_menu_pop .btn_save{display:block; width: 100px; padding: 3px 0px; border: 1px solid #bfc2c7; font-size: 14px; font-weight: 600; text-align: center; margin: 20px 0px 0 0; color: #000; transition: all .3s; margin:0 auto;}


.tab_wrap {position:relative; background:#f2f2f2; padding-top:20px;}
.tab_wrap .bdTab {overflow:hidden; display:inline-block; float:left;width:25%;}
.tab_wrap .bdTab &gt; li {width:100%;}
.tab_wrap .bdTab &gt; li &gt; p {margin:0; width:100%;}
.tab_wrap .bdTab &gt; li &gt; p &gt; a {width:100%; box-sizing:border-box; text-align:center; text-decoration:none; font-size:22px; display:inline-block; position: relative; font-weight:600; padding:22px 0;}
.tab_wrap .bdTab &gt; li &gt; p &gt; a:hover{color:#666;}
.tab_wrap .bdTab &gt; li:first-child &gt; p &gt; a {border-top:0;}
.tab_wrap .bdTab &gt; li:last-child &gt; p &gt; a {height:60px;}
.tab_wrap .bdTab &gt; li &gt; p &gt; a &gt; span {color:#666; font-size:20px; display:block; margin-top:5px;}
.tab_wrap .bdTab &gt; li.over &gt; p &gt; a {background:#fa7c09;  color:#fff;}
.tab_wrap .bdTab &gt; li.over &gt; p &gt; a:after{content:''; display:block; width:39px; height:6px; background:#ffce08;     position: absolute; top:50%; right:-20px; z-index:5;}
.tab_wrap .bdTab &gt; li.over &gt; p &gt; a &gt; span {font-size:22px; color:#fff;}
.tab_wrap .bdTab &gt; li &gt; .tab_content {display:none; position:absolute; width:75%; height:180px; top:0; left:25%; background:#fff; height:640px; padding: 50px; box-sizing: border-box;     overflow-x: hidden;  overflow-y: scroll;}
.tab_wrap .bdTab &gt; li.over .tab_content {display:block;}
.tab_wrap .bdTab &gt; li &gt; .tab_content &gt; .inner {padding:60px 35px 0 30px; background:#fff; }
.tab_wrap .bdTab &gt; li &gt; .tab_content dl{display: flex; border-bottom:1px solid #ddd; margin-bottom:30px;padding-bottom:20px;}
.tab_wrap .bdTab &gt; li &gt; .tab_content dl dt{width:240px; font-size:20px; color:#333; font-weight:500; margin-right:10px;} 
.tab_wrap .bdTab &gt; li &gt; .tab_content dl dd{width: calc(100% - 250px);}
.tab_wrap .bdTab &gt; li &gt; .tab_content dl dd ul{display:flex; flex-wrap: wrap;     width: 100%;}
.tab_wrap .bdTab &gt; li &gt; .tab_content dl dd ul &gt;li{padding-left:10px;  position: relative; width:50%; font-size:16px; color:#888888; margin-bottom:5px;}
.tab_wrap .bdTab &gt; li &gt; .tab_content dl dd ul &gt;li:before{content: ''; position: absolute; border-radius:50%; width:3px; height:3px; left: 0; top:8px; background:#333;}</pre></body></html>