@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('Inter-Regular-new.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('Inter-Medium-new.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('Inter-SemiBold-new.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('Inter-Bold-new.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('Inter-Black-new.woff2') format('woff2'),url('Inter-Black-new.woff2') format('woff');
  font-display: swap;
}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}
fieldset,img{border:0}
:focus{outline:0}
address,caption,cite,code,dfn,em,optgroup,th,var{font-style:normal;font-weight:400}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
abbr,acronym{border:0;font-variant:normal}
button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
code,kbd,samp,tt{font-size:100%}
body{line-height:1.5}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
sub,sup{font-size:100%;vertical-align:baseline}
:link,:visited,ins{text-decoration:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
.clearfix{margin-right:auto;margin-left:auto}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
b,em,i{font-style:normal;font-weight:400}
/* font-family: Inter,-apple-system,BlinkMacSystemFont,'segoe ui',Roboto,Helvetica,Arial,sans-serif; */
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"Microsoft Yahei",Arial,Tahoma,Helvetica,SimSun,"Hiragino Sans GB",sans-serif;font-size:12px;line-height:20px;color:#0D1421;background-color:#fff;position:relative}
body,html{position:relative;width: 100%;}
html{height:100%}
body{min-height:100%;background-color:#fff;max-width: none !important;padding: 0 !important;}
button,input,select,textarea,th{background:#fff;font-size:12px;line-height:1.5em;font-family:Inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"Microsoft Yahei",Arial,Tahoma,Helvetica,SimSun,"Hiragino Sans GB",sans-serif}
button,input[type=button],input[type=password],input[type=reset],input[type=submit],input[type=text]{-webkit-appearance:none}
input[type=password]::-ms-reveal{display:none;}
a{text-decoration:none;color:#4c4c4c;}
a:focus,a:hover{-webkit-transition:color 150ms ease-in 0s,background-color 150ms ease-in 150ms;-moz-transition:color 150ms ease-in 0s,background-color 150ms ease-in 150ms;-ms-transition:color 150ms ease-in 0s,background-color 150ms ease-in 150ms;-o-transition:color 150ms ease-in 0s,background-color 150ms ease-in 150ms;transition:color 150ms ease-in 0s,background-color 150ms ease-in 150ms}
.rotate360:hover{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
.rotate360{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.disflex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.hint-view{width:200px;height:auto;line-height:36px;font-size:14px;padding:5px;background-color:rgba(0,0,0,.5);position:fixed;left:50%;bottom:150px;margin-left:-100px;text-align:center;z-index:999;border-radius:10px;color:#fff;word-break:break-all;opacity:0;pointer-events:none}
.hint-view.moveInit{transition:all .4s cubic-bezier(.17,.74,.23,1.53);-webkit-transition:all .4s cubic-bezier(.17,.74,.23,1.53)}
.hint-view.move.moveInit{opacity:1;-webkit-transform:translateY(-100px);transform:translateY(-100px)}
.hint-view.fadeInit{transition:all .8s ease;-webkit-transition:all .8s ease}
.hint-view.fadeOut.fadeInit{opacity:0}
.topOff{position:fixed;top: 0;left: 0;width:100%;z-index:3;border-bottom:2px solid #f5f5f6}
.topInfoShow{border-top:2px solid #f5f5f6;height:28px;line-height:28px;background:#fbfcfd}
.detailPage .topInfoShow{display: none;}
.topInfoShow ul{padding:0 10px;width:max-content}
.topInfoShow ul li{display:inline-block;margin-right:40px}
.topInfoShow ul li .name{font-weight:500;font-size:12px;color:#616e85;text-align:center}
.topInfoShow ul li .num{font-weight:500;font-size:12px;color:#4a77ff;margin:0 7px 0 8px}
.topInfoShow ul li .ratio{font-weight:500;font-size:12px}
.topInfoShow ul li .ratio::before{display:inline-block;width:7px;height:6px;content:''}
.topInfoShow ul li .ratio.up{color:#16c784}
.topInfoShow ul li .ratio.down{color:#ea3943}
.topInfoShow ul li .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.topInfoShow ul li .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.topNav{height:70px;width:100%;display:flex;justify-content:space-between;background:#fff}
.topNav .leftNav{padding:10px 20px;display:flex;width:max-content}
.topNav .leftNav ul{display:flex;width:max-content}
.topNav .leftNav ul li{position:relative}
.topNav .leftNav .logo{display:inline-block;height: 100%;margin-right: 10px;}
.topNav .leftNav .logo img{display:block;width:110px;height:35px;margin: 7px 0;}
.topNav .leftNav a.link{font-weight:600;font-size:14px;color:#0d1421;line-height:50px;display:inline-block;padding:0 20px;vertical-align:top;white-space:nowrap;cursor:pointer}
.topNav .leftNav li:hover .moreList{display:block}
.topNav .leftNav .moreList{display:none;position:absolute;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);padding:12px 20px;border-radius:12px}
.topNav .moreList::before{display: block;content: '';position: absolute;top: -16px;left: 50%;transform: translateX(-50%);border-width: 8px;border-style: solid;border-color: transparent transparent #fff transparent ;}
.topNav .leftNav .moreList a{min-width:200px;height:60px;text-align:center;line-height:60px;display:flex;justify-content:center;align-items:center;padding: 0 10px;box-sizing:border-box;border-top: 1px solid #f5f5f6;}
.topNav .leftNav .moreList a:first-child{border-top:none;}
.topNav .leftNav .moreList a:hover{background:#f5f5f6}
.topNav .leftNav .moreList a img{display:block;width:24px;height:24px;margin:0 12px 0 0}
.topNav .leftNav .moreList a em{flex:1;font-weight:500;font-size:14px;color:#0d1421;text-align:left;width:max-content}
.topNav .leftNav .moreList.multi{grid-template-columns: repeat(2, 1fr);gap: 0 10px;}
.topNav .leftNav .moreList.multi a{line-height: normal;}
.topNav .leftNav .moreList.multi a:nth-child(2){border-top:none;}
.topNav .leftNav a.link.hasMore::after{content: "";position: relative;display: inline-block;width: 10px;height: 6px;background: url(../img/ico_pop_more02.png) no-repeat center;background-size: cover;margin-left: 5px;transform: rotate(180deg);transition: .2s;vertical-align: 2px;}
.topNav .leftNav li:hover .moreList.multi{display: grid;}
.topNav .leftNav li:hover a.link.hasMore::after{transform: rotate(0deg);}
.topNav .rightSearch{display:flex;align-items:center;position:relative}
.topNav .rightSearch .collectBtn{font-weight:600;font-size:14px;color:#0d1421;vertical-align:top;margin-right:18px;position:relative;cursor:pointer;width:max-content;height:100%;line-height:70px}
.topNav .rightSearch .collectBtn:hover .collectList{display:block}
.topNav .rightSearch .collectBtn>i{display:inline-block;width:16px;height:16px;background:url(../img/home_ico_collect00.svg) no-repeat center;background-size:cover;vertical-align:text-top;margin-right: 2px;}
.topNav .rightSearch .searchBox{width:300px;height:40px;background:#eff2f5;border-radius:12px;padding:11px;box-sizing:border-box;margin-right:8px;position:relative;border: 1px solid #eff2f5;border: none;}
.topNav .rightSearch .searchBox input{border:none;background:0 0;height:18px;vertical-align:top;font-weight:600;font-size:14px;color:#0D1421;line-height:18px}
.topNav .rightSearch .searchBox:focus-within{border: 1px solid #3562FF;background: #EFF2F5;}
.topNav .rightSearch .searchBox img{display:inline-block;width:18px;height:18px}
.topNav .rightSearch .phoneIcon{width:40px;height:40px;background:#eff2f5;border-radius:12px;display:flex;justify-content:center;align-items:center;margin-right:8px;display:none}
.topNav .rightSearch .phoneIcon img{display:block;width:14px;height:20px}
.topNav .rightSearch .loginBtn{width:90px;height:40px;background:#3562ff;border-radius:12px;text-align:center;line-height:40px;font-weight:500;font-size:14px;color:#f5f9ff;margin-right: 20px;}
.topNav .rightSearch .logOut{width:90px;height:40px;position:relative;margin-right:20px;background:#eff2f5;border-radius:12px;border:1px solid #fff;color:#3562ff;display:none;cursor:pointer;box-sizing: border-box;}
.topNav .rightSearch .logOut .outBox{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;line-height:40px;font-weight:500;font-size:14px;box-sizing: border-box;}
.topNav .rightSearch .logOut .outBox .login{margin:0 13px 0 8px}
.topNav .rightSearch .moreBox{padding:20px 0}
.topNav .rightSearch .logOut img{width:32px;height:32px;}
.topNav .rightSearch .logOut:hover .moreSelect{display:block;}
.topNav .rightSearch .logOut .moreSelect a.link{font-weight:600;font-size:14px;color:#0d1421;line-height:60px;display:inline-block;padding:0 20px;vertical-align:top;white-space:nowrap;cursor:pointer}
.topNav .rightSearch .logOut .moreSelect{display:none;position:absolute;top:38px;right:0;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);padding:12px;border-radius:12px}
.topNav .rightSearch .logOut .moreSelect a{min-width:150px;height:60px;text-align:center;line-height:60px;display:flex;justify-content:center;align-items:center;padding:15px;border-bottom:1px solid #eff2f5;box-sizing:border-box}
.topNav .rightSearch .logOut .moreSelect a:nth-child(3){border-bottom:none}
.topNav .rightSearch .logOut .moreSelect a:hover{background:#f5f5f6}
.topNav .rightSearch .logOut .moreSelect a img{display:block;width:16px;height:16px;margin:0 12px 0 0}
.topNav .rightSearch .logOut .moreSelect a em{flex:1;font-weight:500;font-size:14px;color:#0d1421;text-align:left;width:max-content}
.topNav  .moreSelect::before{
  display: block;
  content: '';
  position: relative;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent; /* 左边框 */
  border-right: 8px solid transparent; /* 右边框 */
  border-bottom: 12px solid #FFFFFF; /* 底部边框 */
}
.topNav .rightSearch .logOut .checkOut{width:120px;height:40px;margin:43px auto 0;background:#eff2f5;border-radius:12px;font-weight:400;font-size:14px;color:#616e85;line-height:40px;text-align:center}
.navBar{display: none;}
.headerBlock{height:120px}
.detailPage  .headerBlock{height:70px}
.avatar-placeholder{width: 100%;height: 100%;border-radius: 50%;background: #eff2f5;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #0D1421;}
/* 币种图片异常处理 s */
.abnormalCoin::before{content: attr(data-text);position: absolute;top: 0;left: 0;width: 20px;height: 20px;border-radius: 50%;background: #eff2f5;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #0D1421;z-index: 1;}
/* 默认 */
.allList .table td .nameBox .abnormalCoin{position: relative;display: flex;align-items: center;height: 20px;}
.allList .table td .nameBox .abnormalCoin img{flex-shrink: 0;margin-right: 3px;}
/* 首页 */
.indexShow .left ul li .abnormalCoin{position: relative;}
.indexShow .left ul li .abnormalCoin::before{width: 30px;height: 30px;font-size: 16px;}
.mainPage.allList .table td .nameBox .abnormalCoin::before{width: 26px;height: 26px;margin-right: 5px;}
.classAllList .tableBox .table td .nameBox .abnormalCoin::before{width: 26px;height: 26px;margin-right: 5px;}
/* 新闻 */
.newPage .mainShow .left .newsList li .infoBox .abnormalCoin{position: relative;}
.newPage .mainShow .left .newsList li .infoBox .abnormalCoin::before{top: 7px;left: 4px;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .abnormalCoin{position: relative;}
.newDetailPage .mainTop .center>ul .abnormalCoin{position: relative;}
.newDetailPage .mainTop .center>ul .abnormalCoin::before{left: 10px;top: 50%;transform: translateY(-50%) !important;background: #fff;}
.firstPageNews .moreNews li .ratioItem .abnormalCoin{position: relative;}
.firstPageNews .moreNews li .ratioItem .abnormalCoin::before{background: #fff;}
.newDetailPage .ratioItem .abnormalCoin{position: relative;}
.newDetailPage .ratioItem .abnormalCoin::before{background: #fff;}
/* 爆仓数据 */
.hotInfo .tableList .tableWrap table td .abnormalCoin{position: relative;display: flex;align-items: center;height: 30px;}
.hotInfo .tableList .tableWrap table td .abnormalCoin::before{width: 30px;height: 100%;font-size: 16px;}
/* 币种图片异常处理 e */
.indexModule{width:1440px;margin:0 auto;display:flex;justify-content:space-between}
.indexModule li{cursor:pointer}
.indexModule li:hover{background:#f8f9fb}
.indexModule .listModule{width:288px;height:300px;background:#fff;box-shadow:0 0 15px 0 rgba(164,164,165,.12);border-radius:12px;border:1px solid #f5f5f6;padding:16px;box-sizing:border-box}
.indexModule h3{font-weight:600;font-size:16px;color:#0d1421;line-height:18px;margin-bottom:10px}
.indexModule .listModule li{display:flex;line-height:44px;align-items:center;margin-bottom:5px}
.indexModule .listModule li .number{font-weight:400;font-size:14px;color:#616e85;margin-right:6px}
.indexModule .listModule li>a{display:flex;line-height:44px;align-items:center;width: 100%;}
.indexModule .listModule li .nameinfo{display:block;flex:1;display:flex;align-items:center}
.indexModule .listModule li .nameinfo>img{display:block;width:20px;height:20px;margin-right:8px}
.indexModule .listModule li .name{font-weight:700;font-size:14px;color:#0d1421}
.indexModule .listModule li .price{font-weight:500;text-align:right;font-size:14px;color:#0d1421;flex:1;margin-right:10px;letter-spacing: .5px;}
.indexModule .listModule li .wave{height:42px;text-align:center}
.indexModule .listModule li .wave .waveSvg{display:block;width:72px;height:30px}
.indexModule .ratio{width:60px;font-weight:500;font-size:12px;line-height:12px;display:block;text-align:right}
.indexModule .ratio::before{display:inline-block;width:10px;height:6px;content:''}
.indexModule .ratio.up{color:#16c784}
.indexModule .ratio.down{color:#ea3943}
.indexModule .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.indexModule .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.indexModule .fourModule{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}
.indexModule .smallModule{width:166px;height:145px;background:#fff;box-shadow:0 0 15px 0 rgba(164,164,165,.12);border-radius:12px;border:1px solid #f5f5f6;padding:16px;box-sizing:border-box}
.indexModule .dialPlateModule{width:166px;height:145px;background:#fff;box-shadow:0 0 15px 0 rgba(164,164,165,.12);border-radius:12px;border:1px solid #f5f5f6;padding:16px;box-sizing:border-box}
.indexModule .smallModule>p{font-weight:500;font-size:14px;color:#0d1421;line-height:14px;margin-bottom:10px}
.indexModule .smallModule>.waveSvg{display:block;width:132px;height:40px;margin:0 auto}
.indexModule .dialPlateModule h3{margin-top:10px}
.indexModule .dialPlateModule .wavenew{display:flex;justify-content:space-between;align-items:center}
.indexModule .dialPlateModule .wavenew .waveSvg{width:72px;height:22px}
.indexModule .dialPlateModule .name{padding:12px 0 7px 0;display:flex}
.indexModule .dialPlateModule .name a{display:flex}
.indexModule .dialPlateModule .name img{width:20px;height:20px;display:block;margin-right:6px}
.indexModule .dialPlateModule .name span{font-weight:700;font-size:14px;color:#0d1421;line-height:20px}
.indexModule .dialPlateModule .name i{font-weight:500;font-size:14px;color:#0d1421;line-height:20px;flex:1;text-align:right}
.indexModule .dialPlateModule .rowBox{display:block;width:128px;height:64px;margin-top:18px;background:url(../img/home_bg_fear.png) no-repeat center;background-size:cover;box-sizing:border-box;padding:22px 0 0 0;text-align:center;position:relative}
.indexModule .dialPlateModule .rowBox .number{font-weight:600;font-size:22px;color:#0d1421;line-height:30px;display:block}
.indexModule .dialPlateModule .rowBox .text{font-weight:600;font-size:12px;color:#616e85;line-height:11px;display:block}
.indexModule .dialPlateModule .rowBox .block{width:64px;height:1px;position:absolute;left:0;bottom:0;transform-origin:right center}
.indexModule .dialPlateModule .rowBox .block::before{content:'';display:block;width:14px;height:14px;background:#0d1421;border:1px solid #fff;border-radius:50%;position:absolute;top:-7px;left:-4px}
.indexModule .textListModule{height:300px;background:#fff;box-shadow:0 0 15px 0 rgba(164,164,165,.12);border-radius:12px;border:1px solid #f5f5f6}
.indexModule .widthChange1{width:270px}
.indexModule .widthChange2{width:206px}
.indexModule .widthChange3{width:294px}
.indexModule .textListModule li{height:60px;display:flex;align-items:center;padding:0 10px}
.indexModule .textListModule li>h5{font-weight:600;font-size:12px;color:#0d1421;flex:1}
.indexModule .textListModule li .price{width:60px;font-weight:500;font-size:12px;color:#4a77ff;margin-left:7px;text-align:right}
.indexModule .textListModule li .more{flex:1}
.indexModule .textListModule li .more h5{font-weight:500;font-size:12px;color:#0d1421;line-height:14px}
.indexModule .textListModule li .more h6{font-weight:500;font-size:10px;color:#616e85;line-height:14px}
.ratioNew{width:50px;font-weight:500;font-size:12px;color:#0d1421;text-align:right}
.indexModule .ratioNew.up{color:#16c784}
.indexModule .ratioNew.down{color:#ea3943}
.indexModule{margin-bottom:42px}
.allList{width:1440px;margin:0 auto 48px}
.allList .nav{height:34px;line-height:32px;width:100%;overflow-x:scroll;position:relative;margin-bottom:20px;scrollbar-width: none;}
.allList .nav::after{content:'';display:block;width:100%;height:2px;background:#f5f5f6;position:absolute;left:0;bottom:0;z-index:-1}
.allList .nav ul{display:flex;width:max-content}
.allList .nav ul li{display:block;font-weight:500;font-size:16px;color:#616e85;width:100px;text-align:center;height:34px;cursor:pointer}
.allList .nav ul li a{display:block;width:100%;height:100%;font-weight:500;font-size:16px;color:#616e85}
.allList .nav::-webkit-scrollbar{display:none}
.allList .nav ul li img{display:inline-block;width:16px;height:16px;vertical-align:-2px}
.allList .nav ul li:hover{color: #0D1421;}
.allList .nav ul li a:hover{color: #0D1421;}
.allList .nav ul li.on{font-weight:700;color:#0d1421;position:relative}
.allList .nav ul li.on::after{content:'';display:block;width:100px;height:2px;background:#3562ff;position:absolute;left:0;bottom:0}
.allList .listBtn .changeBtn{width:max-content;height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.allList .listBtn{display:flex;justify-content:space-between;margin-bottom:20px}
.allList .listBtn .left{display:flex}
.allList .listBtn .right{display:flex}
.moreTable.allList .listBtn .right{width:100%;justify-content:space-between;flex: 1;}
.moreTable.allList .listBtn .right>div{display: flex;}
.allList .listBtn .changeBtn{margin-right:12px}
.allList .listBtn .changeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.allList .listBtn .changeBtn i:hover{color: #0D1421;}
.allList .listBtn .changeBtn i.on{background:#fff;color:#0d1421;font-weight:600}
.flowBtn{width:104px;height:42px;background:rgba(234,239,255,.5);border-radius:10px;text-align:center;line-height:42px;font-weight:500;font-size:12px;color:#3562ff;border:none;cursor: pointer;}
.flowBtn:hover{background: #D7E0FF;}
.allList .listBtn .right button{width:90px;height:42px;background:#eff2f5;border-radius:10px;font-weight:600;font-size:14px;color:#0d1421;text-align:center;line-height:42px;border:none;margin-right:12px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.allList .listBtn .right button:hover{background: #DFE5EB;}
.allList .listBtn .right button img{display:inline-block;width:14px;height:14px;vertical-align:-2px;margin-right:5px}
.allList .listBtn .right button.columns i{display: inline-block;width: 12px;height: 12px;background:url(../img/home_ico_columns@2x.png) no-repeat center;background-size:cover;margin-right: 3px;}
.allList .listBtn .right .searchBox{width:300px;height:42px;background:#eff2f5;border-radius:12px;display:flex;padding:11px;box-sizing:border-box;margin-right:8px;position:relative}
.allList .listBtn .right .searchBox input{border:none;background:0 0;height:18px;vertical-align:top;font-weight:500;font-size:14px;color:#a6b0c3;line-height:18px}
.allList .listBtn .right .searchBox img{display:inline-block;width:18px;height:18px;margin:0 12px 0 0}
.allList .listBtn .right .classBtn{width:90px;height:42px;background:#eff2f5;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#0d1421}
.allList .listBtn .right .classBtn input{width:16px;height:16px;vertical-align:top;margin:0 2px 0 0;}
.allList .listBtn .right .offInto i{display:inline-block;width:16px;height:16px;background:url(../img/home_ico_collect01.svg) no-repeat center;background-size:cover;vertical-align:-2px}
.allList .listBtn .right .onInto i{display:inline-block;width:16px;height:16px;background:url(../img/home_ico_collect02.svg) no-repeat center;background-size:cover;vertical-align:-2px}
.allList .table{width:100%;display:none}
.allList .table table{width:100%}
.allList .table:nth-child(1){display:block}
.allList .table tr{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));border-bottom:1px solid #f5f5f6;grid-auto-flow: column}
.allList .table tr:hover{background:#F8F9FB ;}
.allList .table th{height:48px;line-height:48px;text-align:center;flex:1;font-weight:600;font-size:12px;color:#0d1421;white-space:nowrap}
.allList .table td{height:46px;text-align:center;display:flex;justify-content:center;align-items:center;flex:1}
.allList .table .tableLink{display:block;width:90px;height:40px;background:#eff2f5;border-radius:12px;line-height:40px;text-align:center;font-weight:600;font-size:14px;color:#0d1421}
.allList .table .tableLink:hover{background:#dfe5eb}
.allList .table .collectOff{display:block;width:16px;height:16px;background:url(../img/home_ico_collect01.png) no-repeat center;background-size:cover;cursor:pointer}
.allList .table .collectOn{display:block;width:16px;height:16px;background:url(../img/home_ico_collect02.png) no-repeat center;background-size:cover;cursor:pointer}
.allList .table td .nameBox{display:block;width:100%;text-align:left}
.allList .table td .nameBox img{display:inline-block;width:20px;height:20px;vertical-align:-4px;border-radius: 50%;overflow: hidden;}
.allList .table td .nameInfo{display: flex;flex-direction: column;flex: 1;}
.allList .table td .nameBox .name{width:100%;word-wrap:break-word;font-weight:600;font-size:14px;color:#0d1421}
.allList .table td .nameBox .chinese_name{word-break: break-all;font-size:14px;color:#616E85;line-height: 16px;}
.allList .table td .price{width:100%;word-wrap:break-word;font-weight:500;font-size:12px;color:#0d1421}
.allList .table td .price.up,.allList .table td .lsRatio.up{color:#16c784}
.allList .table td .price.down,.allList .table td .lsRatio.down{color:#ea3943}
.allList .ratio{font-weight:500;font-size:12px;display:block}
.allList .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.allList .ratio.up{color:#16c784}
.allList .ratio.down{color:#ea3943}
.allList .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.allList .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.allList .ratio.noBefore::before{display:none}
.allList .table td .priceBox{line-height:1.2;text-align:right;width:100%}
/* .allList.mainPage .table td .priceBox{text-align:center;} */
.allList .table td .priceBox .btc_i{font-weight:500;font-size:12px;color:#616e85}
.allList .table td .waveSvg{display:block;width:110px;max-height:100%;padding: 0 0 0 10px;height:46px;}
.allList .table td em{font-weight:500;font-size:14px;color:#0d1421}
.mainPage.allList .table:nth-child(1) tr {
  grid-template-columns: 40px 40px 2.5fr 2fr 2fr 2fr 120px 2fr 2fr 2fr 2fr 2fr 2fr;
}
.mainPage.allList .table:nth-child(2) tr {
  grid-template-columns: 40px 40px 3fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 120px 2fr 3fr 2fr 2fr 2fr 2fr;
}
.mainPage.allList .table td{height: 70px;}
.mainPage.allList .table td .nameBox a{display: flex;align-items: center;}
.mainPage.allList .table td .nameBox img{width: 26px;height: 26px;margin-right: 5px;}
.mainPage.allList .table td .nameBox .name{flex: 1;line-height: 16px;}
.indexShow{display:flex;width:1440px;margin:0 auto 60px;justify-content:space-between}
.indexShow .left,.indexShow .right{width:712px}
.indexShow .left h5{font-weight:600;font-size:14px;color:#0d1421;margin-bottom:14px;text-indent:2em}
.indexShow .right h5{font-weight:600;font-size:14px;color:#0d1421;margin-bottom:14px;text-indent:2em}
.indexShow .left ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}
.indexShow .left ul li{height:142px;background:#fff;border-radius:12px;border:2px solid #f5f5f6;padding:24px 12px;box-sizing:border-box;cursor: pointer;}
.indexShow .left ul li:hover{background: #F8F9FB;}
.indexShow .left ul li p{display:flex;align-items:center;margin:0 0 20px 0}
.indexShow .left ul li p img{display:block;width:30px;height:30px;margin-right:6px;border-radius: 50%;overflow: hidden;}
.indexShow .left ul li p span{font-weight:600;font-size:14px;color:#0d1421;height:100%}
.indexShow .left ul li p em{font-weight:500;font-size:16px;color:#0d1421;flex:1;text-align:right;height:100%}
.indexShow .left ul li .ratioBox{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}
.indexShow .left ul li .ratioBox>div{display:flex;line-height:14px}
.indexShow .left ul li .ratioBox>div span{font-weight:400;font-size:14px;color:#0d1421}
.indexShow .left ul li .ratioBox .ratio{font-weight:500;font-size:14px;display:block;flex:1;text-align:right}
.indexShow .left ul li .ratioBox .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.indexShow .left ul li .ratioBox .ratio.up{color:#16c784}
.indexShow .left ul li .ratioBox .ratio.down{color:#ea3943}
.indexShow .left ul li .ratioBox .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.indexShow .left ul li .ratioBox .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.indexShow .right .rectangleChange{width:max-content;height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex;font-weight:600;font-size:12px;color:#616e85;text-align:center;line-height:42px;margin-bottom:10px}
.indexShow .right .rectangleChange i{flex:1;width:72px;line-height:32px;cursor:pointer}
.indexShow .right .rectangleChange i.on{background:#fff;border-radius:6px;color:#0d1421}
.indexShow .right .chartBox{width:712px;height:616px}

.chooseAll{display:flex;margin:12px 0 0 0;justify-content:center}
.chooseAll a{display:block;width:100px;height:40px;background:#eff2f5;border-radius:10px;text-align:center;line-height:40px;font-weight:400;font-size:12px;color:#0d1421;border:none}
.chooseAll a:hover{background: #DFE5EB;}
.collectList{display:none;position:absolute;width:400px;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:12px;padding:16px;box-sizing:border-box;left:50%;transform:translateX(-50%);top:70px;line-height:1.6}
.collectList tr{display:grid;grid-template-columns:3fr 2fr 2fr}
.collectList tr td,.collectList tr th{display:flex}
.collectList .title{display:flex;justify-content:space-between;margin-bottom:20px}
.collectList .title h5{font-weight:500;font-size:14px;color:#0d1421}
.collectList .title a{font-weight:500;font-size:12px;color:#3562ff}
.collectList table{width:100%}
.collectList table th{border-top:1px solid #f5f5f6;border-bottom:1px solid #f5f5f6;height:30px;line-height:30px;text-align:right;display:block;font-weight:500;font-size:12px;color:#616e85}
.collectList table th:first-of-type{text-align:left}
.collectList tr td{height:50px}
.collectList tr td .name{display:flex;align-items:center;width:100%}
.collectList tr td .name img{width:20px;height:20px;margin:0 6px 0 0}
.collectList tr td .name div p{font-weight:700;font-size:14px;color:#0d1421;line-height:14px}
.collectList tr td .name div span{font-weight:500;font-size:12px;color:#616e85;line-height:12px;height:12px}
.collectList tr td .cell{width:100%;font-weight:500;font-size:12px;color:#0d1421;text-align:right;line-height:50px}
.collectList tr td .ratioBox{width:100%;display:flex;flex-direction:column;align-items:flex-end}
.collectList tr td .ratioBox .waveSvg{display:block;width:72px;height:30px}
.collectList tr td .ratioBox .ratio{display:block;width:72px;font-weight:500;font-size:10px;line-height:10px;height:10px;display:block;flex:1;text-align:center}
.collectList tr td .ratioBox .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.collectList tr td .ratioBox .ratio.up{color:#16c784}
.collectList tr td .ratioBox .ratio.down{color:#ea3943}
.collectList tr td .ratioBox .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.collectList tr td .ratioBox .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.rightfloat{position:fixed;top:80%;right:100px}
.rightfloat .btnbox{width:50px;height:212px;background:#fff;border-radius:6px;border:1px solid #f5f5f6}
.rightfloat .toTop{width:50px;height:70px;background:#fff;border-radius:6px;border:1px solid #f5f5f6;margin-top:20px;display: none;}
.rightfloat a{display:block;width:100%;height:60px;padding:10px 0 0 0;text-align:center;border-bottom:1px solid #f5f5f6;position:relative}
.rightfloat a:hover{background:#f5f5f6}
.rightfloat a:hover .QRBox{display:flex}
.rightfloat .btnbox a:last-of-type{border:none}
.rightfloat .toTop a:last-of-type{border:none}
.rightfloat a img{display:block;width:30px;height:30px;margin:0 auto 0}
.rightfloat a p{font-weight:400;font-size:14px;color:#0d1421}
.rightfloat .QRBox{display:none;width:288px;height:142px;background:url(../img/home_QR_bg2.png) no-repeat center;background-size:cover;padding:21px 28px;box-sizing:border-box;position:absolute;right:120%;top:50%;transform:translateY(-50%)}
.rightfloat .QRBox div{display:flex;flex-direction:column;justify-content:center;align-items:center}
.rightfloat .QRBox div p{font-weight:500;font-size:16px;color:#0d1421}
.rightfloat .QRBox img{display:block;width:100px;height:100px;background:#e4e4e4;border-radius:4px}
.sizerBox{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);justify-content:center;align-items:center;z-index:11}
.sizerBox .infoBox{overflow:hidden;position:relative;width:680px;height:660px;background:#fff;border-radius:24px}
.sizerBox .infoBox>h5{font-weight:500;font-size:18px;color:#0d1421;margin:40px 0 24px 30px}
.sizerBox .infoBox .closeBtn{position:absolute;display:block;width:14px;height:14px;background:url(../img/ico_pop_close.png) no-repeat center;background-size:cover;top:41px;right:45px}
.sizerBox .infoBox ul{padding:0 30px}
.sizerBox .infoBox ul li{height:40px;margin:0 0 20px;display:flex}
.sizerBox .infoBox ul li .title{flex:1;line-height:40px;font-weight:500;font-size:12px;color:#616e85}
.sizerBox .infoBox ul li .choose{width:400px;display:flex}
.sizerBox .infoBox ul li .choose select{display:block;width:100%;background:#eff2f5;border-radius:12px;border:none}
.sizerBox .infoBox ul li .choose .inputBox{display:block;width:192px;height:40px;background:#eff2f5;border-radius:12px;padding:0 20px;box-sizing:border-box}
.searchAll{position: relative;}
.searchAll .searchDetail{display:none;width:300px;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:6px;position:absolute;padding:10px 20px;box-sizing:border-box;top:120%;left:50%;transform:translateX(-50%)!important;max-height:420px;overflow-y:auto;z-index:1}
.searchAll .searchDetail li{width:260px;height:50px;line-height:50px}
.searchAll .searchDetail li:hover{background:#f8f9fb}
.searchAll .searchDetail li a{display:flex;align-items:center}
.searchAll .searchDetail li a img{display:block;width:20px;height:20px;margin:0 6px 0 0}
.searchAll .searchDetail li a span{font-weight:700;font-size:14px;color:#0d1421;flex:1}
/* // */
.pagination{width:100%;display:flex;align-items:center;justify-content:center;margin:15px 0}
.pagination .pre{width:36px;height:36px;background:url(../img/home_ico_page01.png) center/100% no-repeat;cursor:pointer}
.pagination .next{width:36px;height:36px;background:url(../img/home_ico_page02.png) center/100% no-repeat;cursor:pointer}
.pagination .pre.offClick{background:url(../img/home_ico_page00.png) center/100% no-repeat}
.pagination .next.offClick{background:url(../img/home_ico_page03.png) center/100% no-repeat}
.pagination .page{display:flex;align-items:center;justify-content:center}
.pagination .page .pageNum{display:block;width:36px;height:36px;border-radius:10px;margin:0 9px;line-height:36px;text-align:center;font-weight:600;font-size:14px;color:#0d1421}
.pagination .page .pageNum:hover{background:#f8f9fb}
.pagination .page .pageNum.active{background:#3562ff!important;color:#fff!important}
/* .pagination .page .pageNum:hover{background:rgba(152,173,249,.3)!important;color:#0d1421!important} */
.pagination .page .pageNum.active:hover{background:#3562ff!important;color:#fff!important}
.flowBox{width:1440px;margin:0 auto 30px}
.flowBox .topTitle{display:flex;justify-content:space-between;align-items:center}
.flowBox .topTitle h1{font-weight:600;font-size:20px;color:#0d1421}
.flowChart{width:1440px;height:500px;z-index: 1;}
.flowOptions{display:flex;justify-content:flex-end;align-items:center}
.flowBox .flowOptions .checkbox{font-weight:500;font-size:14px;color:#0d1421;line-height:16px;height:16px;margin-right:12px}
.nav .flowOptions .checkbox{font-weight:500;font-size:14px;color:#0d1421;line-height:16px;height:16px;margin-right:12px}
.flowBox .flowOptions .checkbox input{width:16px;height:16px;vertical-align:top;margin:0 2px 0 0}
.nav .flowOptions .checkbox input{width:16px;height:16px;vertical-align:top;margin:0 2px 0 0}
.flowBox .flowOptions .selectBox{width:104px;height:42px;background:#eff2f5;border-radius:10px;margin-right:12px}
.flowBox .flowOptions .selectBox select{width:104px;height:42px;background:#eff2f5;border-radius:10px;border:none;padding:0 15px;font-weight:500;font-size:14px;color:#0d1421}
.flowBox .flowOptions .days{width:90px;height:42px;background:#eff2f5;border-radius:10px;display:flex;align-items:center;padding:0 10px;box-sizing:border-box;font-weight:500;font-size:14px;color:#0d1421}
.flowBox .flowOptions .days select{width:90px;height:42px;background:#eff2f5;border-radius:10px;border:none;padding:0 15px;font-weight:500;font-size:14px;color:#0d1421}
.crumbs{width:1440px;margin:0 auto}
.crumbs ul{display:flex;margin-bottom:10px}
.crumbs ul li a{font-weight:400;font-size:12px;color:#0d1421;line-height:18px;height:18px}
.crumbs ul li{font-weight:400;font-size:12px;color:#0d1421;line-height:18px;height:18px}
.crumbs ul li::after{display:inline-block;content:'>';margin:0 5px}
.crumbs ul li:nth-last-of-type(1):after{display:none}
.bourseInfo{width:1440px;margin:0 auto 80px}
.bourseInfo .bourseTitle{display:flex;margin:40px 0}
.bourseInfo .bourseTitle img{width:30px;height:30px;margin-right: 10px;}
.bourseInfo .bourseTitle h1{font-weight:600;font-size:24px;color:#0d1421;line-height:30px}
.infoBox{display:flex}
.infoBox .left{margin:0 16px 0 0}
.infoBox .left ul li{width:300px;height:120px;background:#f8f9fb;border-radius:12px;border:2px solid #f5f5f6;display:flex;flex-direction:column;justify-content:center;padding:0 28px;box-sizing:border-box;margin:0 0 16px;font-weight:600;font-size:18px;color:#0d1421;line-height:1.6}
.infoBox .left ul li
.infoBox .right{flex:1}
.bourseInfo .infoBox .right .chartBox{width: 1124px;height:100%}
.chartChangeBtn{width:max-content;height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex;font-weight:600;font-size:12px;color:#616e85;text-align:center;line-height:42px;margin-bottom:10px}
.chartChangeBtn i{width:72px;line-height:32px;cursor:pointer;border-radius:6px;}
.chartChangeBtn i.on{background:#fff;color:#0d1421}
.infoBox .right .chartBox{width:100%;height:616px}
.histogramBox{width:1440px;margin:0 auto 80px}
.histogramBox .histogramList{width:1440px;height:475px}
.reserve{width:1440px;margin:0 auto 80px}
.reserve>h3{font-weight:600;font-size:20px;color:#0d1421;margin-bottom:35px}
.flexBox{display:flex;justify-content:space-between}
.reserve .smallList{width:840px;height:800px;background:#f9fafc;border-radius:12px;padding:20px 30px;box-sizing:border-box}
.reserve .smallList table{width:100%;margin-bottom:38px}
.reserve .smallList tr{display:grid;grid-template-columns:3fr 2fr 2fr 2fr;border-bottom:1px solid #f5f5f6}
.reserve .smallList th{height:48px;line-height:48px;text-align:right;background:0 0}
.reserve .smallList th:nth-of-type(1){text-align:left}
.reserve .smallList td{height:62px;line-height:62px;text-align:right;font-weight:600;font-size:14px;color:#0d1421}
.reserve .smallList td:nth-of-type(1){text-align:left}
.reserve .smallList td .coinInfo{display:flex;height:100%;align-items:center;}
.reserve .smallList td .coinInfo:hover .copyBtn{display: block;}
.reserve .smallList td .coinInfo .coinImg{position:relative;margin:0 8px 0 0}
.reserve .smallList td .coinInfo .coinImg img:nth-of-type(1){display:block;width:30px;height:30px}
.reserve .smallList td .coinInfo .coinImg img:nth-of-type(2){display:block;width:16px;height:16px;position:absolute;bottom:-4px;right:-4px}
.reserve .smallList td .coinInfo .name h5{font-weight:600;font-size:16px;color:#0d1421;line-height:16px}
.reserve .smallList td .coinInfo .name h6{display:flex;align-items:center;margin-top:2px}
.reserve .smallList td .coinInfo .name h6 img{display:block;width:8px;height:8px;margin-right:3px}
.reserve .smallList td .coinInfo .name h6 span{font-weight:400;font-size:10px;color:#616e85;line-height:12px}
.reserve .smallList td .coinInfo .name h6 i{background:url(../img/ico_copy.png) no-repeat center;background-size:cover;display:none;width:9px;height:9px;margin-left:3px;cursor:pointer}
.reserve .rigthList{width:584px;height:800px;background:#f9fafc;border-radius:12px;padding:37px 40px 15px;box-sizing:border-box}
.reserve .rigthList h5{font-weight:500;font-size:14px;color:#0d1421;line-height:14px}
.reserve .rigthList .pieChart{width:100%;height:376px}
.reserve .rigthList ul{margin:0 auto;width:max-content}
.reserve .rigthList li{display:flex;width:390px;height:60px;justify-content:center;align-items:center;padding:0 25px 0 30px;box-sizing:border-box}
.reserve .rigthList li img{display:block;width:30px;height:30px;margin-right:8px}
.reserve .rigthList li p{font-weight:600;font-size:16px;color:#0d1421;flex:1}
.reserve .rigthList li em{font-weight:500;font-size:14px;color:#0d1421}
.reserve .rigthList li i{display:none}
.listTitle{width:1440px;font-weight:600;font-size:20px;color:#0d1421;margin:21px auto 35px}
.capitalRateTitle{font-weight:600;font-size:20px;color:#0d1421;margin:21px auto 60px;text-align:center}
.capitalRateBox{width:1440px;margin:0 auto}
.contractInfo{display:flex;margin-bottom:60px}
.contractInfo>div>h5{font-weight:400;font-size:16px;color:#0d1421;text-indent:2em;margin-bottom:16px}
.contractInfo .left{width:712px}
.contractInfo .contractList{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}
.contractInfo .contractList li{height:180px;background:#f8f9fb;border-radius:12px;border:2px solid #f5f5f6;display:flex;flex-direction:column;justify-content:center;align-items:center}
.contractInfo .contractList li h3{font-weight:600;font-size:36px;color:#0d1421;line-height:36px;margin-bottom:23px}
.contractInfo .contractList li h4{font-weight:500;font-size:18px;color:#0d1421;line-height:20px}
.contractInfo .contractList li h4 img{display:inline-block;width:20px;height:20px;margin-right:4px;vertical-align:-2px}
.contractInfo .right{flex:1;margin:0 0 0 16px}
.contractInfo .highAndLow{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}
.contractInfo .highAndLow .highAndLowBox{background:#f8f9fb;border-radius:12px;border:2px solid #f5f5f6;padding:20px 26px 14px;box-sizing:border-box}
.contractInfo .highAndLow .highAndLowBox h5{font-weight:600;font-size:16px;color:#0d1421;line-height:18px;margin-bottom:18px}
.contractInfo .highAndLow .highAndLowBox li{height:62px;display:flex;align-items:center}
.contractInfo .highAndLow .highAndLowBox li .name{flex:1}
.contractInfo .highAndLow .highAndLowBox li .name .imgBox{display:flex}
.contractInfo .highAndLow .highAndLowBox li .name .imgBox img{display:block;width:20px;height:20px}
.contractInfo .highAndLow .highAndLowBox li .name .imgBox img:nth-of-type(1){margin-right:-4px;z-index:1;position:relative}
.contractInfo .highAndLow .highAndLowBox li .name p{font-weight:500;font-size:12px;color:#0d1421;line-height:12px;margin-top:5px}
.contractInfo .highAndLow .highAndLowBox li .ratio{font-weight:600;font-size:16px}
.contractInfo .highAndLow .highAndLowBox li .ratio.top{color:#ea3943}
.contractInfo .highAndLow .highAndLowBox li .ratio.down{color:#16c784}
.listBtn .hotChartBtn{width:135px;height:42px;background:#eaefff;border-radius:10px;font-weight:500;font-size:12px;color:#3562ff;text-align:center;line-height:42px}
.allList .tableBox .table td .showTd{display:block;width:100%}
.allList .tableBox .table td .offTd{display:none;width:100%;font-weight:400;}
.capitalRateBox .allList.moreTable .table{width: 100%;overflow: hidden;}
.capitalRateBox .allList.moreTable .table .tableWrap{height: 100%;overflow: auto;scrollbar-width: thin;}
.capitalRateBox .allList .table tr{grid-template-columns: 40px repeat(25, 130px) !important}
.capitalRateBox .allList .table table td:nth-child(1), .capitalRateBox .allList .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.capitalRateBox .allList .table table td:nth-child(2), .capitalRateBox .allList .table table th:nth-child(2){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.capitalRateBox .allList .table table tr:hover>td{background-color:#f8f9fb!important}
.allList.moreTable table td{height:auto;min-height:46px;line-height:46px;flex-direction:column}
.allList table .coinInfo{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.allList table .coinInfo>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.allList table .coinInfo .coinImg{display:block;width:15px;height:15px;margin-right:3px}
.allList table .coinInfo .coinName{display:block;font-weight:600;font-size:12px;color:#0d1421;line-height:15px}
.allList .tableWrap table tr th:nth-child(2) .coinInfo{justify-content: flex-start !important;}
.hotChart{width:1440px;height:500px}
.KChart{width:1440px;height:500px}
.DKDChart{width:1440px;height:500px;margin-bottom: 25px;}
.DKDCharthave{width:1440px;height:500px;margin-bottom: 25px;}
.chartChangeBtn{margin-right:12px}
.chartChangeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.chartChangeBtn i.on{background:#fff;color:#0d1421}
.flowOptions .select{position:relative;width:104px;height:34px;background:#eff2f5;border-radius:10px;border:none;padding:0 30px 0 15px;font-weight:500;font-size:14px;color:#0d1421;line-height:32px;text-align:left;box-sizing:border-box;margin-left:15px}
.flowOptions .select.addWid{width:220px!important}
.flowOptions .select.active .selectOption{display: block;}
.flowOptions .selectOption{width:100%;background:#fff;box-shadow:0 4px 6px 0 rgba(164,164,165,.2);border-radius:10px;padding:10px;font-size:14px;color:#0d1421;line-height:42px;text-align:left;box-sizing:border-box;position:absolute;left:0;top:110%;z-index:2;max-height:240px;overflow:auto;display:none}
.flowOptions .selectOption li{width:100%;height:36px;font-family:SanFranciscoText,SanFranciscoText;font-weight:500;font-size:14px;color:#0d1421;line-height:36px}
.flowOptions .selectOption li:hover{cursor:pointer;background:#f8f9fb}
.flowOptions .selectOption li.active{background:#f8f9fb}
.flowOptions .selectOption::-webkit-scrollbar{width:4px;height:100%;border-radius:3px}
.flowOptions .selectOption::-webkit-scrollbar-thumb{width:4px;border-radius:3px;background:#eff2f5}
.flowOptions .selectDir{min-width:9px;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:0}
.flowOptions .selectDir .selTop{width:9px;height:7px;background:url(../img/ico_pop_sel.png) center/100%}
.flowOptions .select.active .selTop{width:9px;height:7px;background:url(../img/ico_pop_sel.png) center/100%;transform:rotate(180deg)}
.flowOptions .select.active .selAll{background:url(../img/ico_checkbox03.png) center/100% no-repeat;width:7px!important;height:12px!important}
.flowOptions .selectDir .selAll{background:url(../img/ico_checkbox03.png) center/100% no-repeat;width:7px!important;height:12px!important}
.tableBox .tableIndexS table tr{grid-template-columns:1fr 1fr 2fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}
.tableBox .tableIndexS table td .price{font-size:12px!important}
.bitfinex1,.bitfinex2,.bitfinex3{height:500px}
.bourseList.allList .table table th{text-align:right}
.bourseList.allList .table table th:nth-of-type(1){text-align:center}
.bourseList.allList .table table th:nth-of-type(2){text-align:left}
.bourseList.allList .table table td{text-align:right}
.bourseList.allList .table table td:nth-of-type(1){text-align:center}
.bourseList.allList .table table td:nth-of-type(2){text-align:left}
.bourseList.allList .table table .ratio{width:100%;text-align:right}
.bourseList.allList .table table .name{width:100%}
.allList.flowsearch .table tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr} 
.allList.flowsearch .table tr th:nth-child(2){text-align: left;} 
.allList.flowsearch .table td .nameBox .name{font-size: 14px !important;}
.flowsearch tr td:nth-of-type(1),.flowsearch tr th:nth-of-type(1){display:none}
/* .flowsearch tr td:nth-of-type(3),.flowsearch tr th:nth-of-type(3){width: 130px !important;} */
.offTdShow .tableBox .table tr td .offTd{display:block}

/* .flowsearch .searchDetail{display:none;width:300px;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:6px;position:absolute;padding:10px 20px;box-sizing:border-box;top:120%;left:50%;transform:translateX(-50%)!important;max-height:420px;overflow-y:auto;z-index:1}
.flowsearch .searchDetail li{width:260px;height:50px;line-height:50px}
.flowsearch .searchDetail li:hover{background:#f8f9fb}
.flowsearch .searchDetail li a{display:flex;align-items:center}
.flowsearch .searchDetail li a img{display:block;width:20px;height:20px;margin:0 6px 0 0}
.flowsearch .searchDetail li a span{font-weight:700;font-size:14px;color:#0d1421;flex:1} */

.searchBox .searchDetail{display:none;width:300px;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:6px;position:absolute;padding:10px 20px;box-sizing:border-box;top:120%;left:50%;transform:translateX(-50%)!important;max-height:420px;overflow-y:auto;z-index:1}
.searchBox .searchDetail li{width:260px;height:50px;line-height:50px}
.searchBox  .searchDetail li:hover{background:#f8f9fb}
.searchBox  .searchDetail li a{display:flex;align-items:center}
.searchBox  .searchDetail li a img{display:block;width:20px;height:20px;margin:0 6px 0 0}
.searchBox  .searchDetail li a span{font-weight:700;font-size:14px;color:#0d1421;flex:1}
.searchBox:focus-within{border: 1px solid #3562FF;background: #EFF2F5;}


.coinHot h3{font-size: 16px;color: #0D1421;line-height: 16px;margin-bottom: 15px;}
.coinHot span{color: #0D1421;margin: 0 0 0 30px;}
.coinHot{font-size: 14px;color: #0D1421;line-height: 12px;border-radius: 8px !important;}

.allList.mainPage .nav .next {
    width: 36px;
    height: 36px;
    background:#FFFFFF url(../img/home_ico_right.png) center/100% no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.allList.mainPage .nav .pre {
    width: 36px;
    height: 36px;
    background: #FFFFFF url(../img/home_ico_left.png) center/100% no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none
}
.bottomBox{width: 1440px;margin: 0 auto;padding: 21px 0 10px;}
.linkBox{display: flex;justify-content: space-between;margin-bottom: 30px;}
.linkBox .logo a{display: block;color: #373A42;}
.linkBox .logo img{display: block;width: 120px;height: 120px;}
.linkBox .logo p{text-align: center;font-size: 17px;line-height: 24px;}
.ulBox{display: flex;width:1068px;justify-content: space-between;}
.ulBox .linkA a{display: block;line-height: 30px;font-size: 16px;margin-bottom: 20px;color: #373A42;}
.ulBox .linkA a:hover{color: #4a77ff;}
.bottomTxt{border-top: 1px solid #F5F5F6;line-height: 60px;display: flex;justify-content: space-between;font-size: 12px;
  color: #888888;}
.bottomTxt span{margin-left:30px ;}





.btnColor{background: linear-gradient( 270deg, #4F84F9 0%, #392EF6 100%); color: #FFFFFF}
.tableIndexF tr th:nth-of-type(3){text-align: left;}
.bourseAllList tr th{text-align: right;}
.bourseAllList tr th:nth-of-type(1){text-align: center;}
.bourseAllList tr th:nth-of-type(2){text-align: left;}
.bourseAllList tr td{text-align: right;}
.bourseAllList tr td:nth-of-type(1){text-align: center;}
.bourseAllList tr td:nth-of-type(2){text-align: left;}
.bourseAllList.allList .table tr{grid-template-columns:40px 2fr 2fr 2fr 2fr 2fr 2fr 3fr 2fr !important;}
/* .footer{width: 100%;background: #373A42;padding: 21px 0 48px;}
.footerTop{max-width: 1440px;margin: 0 auto;display: flex;}
.footerTop .footerTxt{flex: 1;font-weight: 400;font-size: 14px;color: #888888;line-height: 28px;}
.footerTop .footerTxt .footerInfo{font-size: 12px;margin-bottom: 14px;}
.footerTop .footerTxt p:nth-of-type(1){margin-bottom: 50px;}
.footerTop .footerLogo{margin-left: 48px;}
.footerTop .footerLogo img{display: block;width: 100px;height: 100px;}
.footerTop .footerLogo h3{font-weight: 500;font-size: 14px;color: #FFFFFF;text-align: center;margin-bottom: 13px;}

.footerbottom{max-width: 1440px;margin: 0 auto;display: flex;justify-content: space-between;border-top:1px solid  rgba(136, 136, 136, .5);padding: 21px 0 0 0 ;font-size: 12px;color: #888888;font-weight: 400}
.footerbottom .txtlink i{margin-left: 10px;font-weight: 400;font-size: 12px;color: #888888;cursor: pointer;}
.footer .warnTips{display: none;} */
/* 交易所详情新增内容 s */
.bourseContentWrap{width: 1440px;margin: 0 auto 60px;}
/* 新增内容-介绍 */
.bourseCard{width: 100%;margin-top: 30px;padding: 20px 40px;box-sizing: border-box;background: linear-gradient( 180deg, #FFFFFF 0%, #F6F9FF 100%);border: 1px solid #F8F9FB;display: flex;align-items: flex-start;justify-content: space-between;}
.bourseCard-left{flex: 1;}
.bourseCard-statis{display: flex;align-items: center;height: 141px;border-bottom: 1px solid #F5F5F6;padding-bottom: 40px;box-sizing: border-box;}
.bourseCard-title{height: 100%;position: relative;font-size: 0;padding-right: 25px;text-align: center;}
.bourseCard-title::after{content: "";position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: #F8F9FB;}
.bourseCard-title img{width: 64px;height: 64px;}
.bourseCard-title h4{font-weight: 600;font-size: 24px;color: #0D1421;margin-top: 6px;}
.bourseCard-statis-list{display: flex;align-items: center;height: 100%;padding-left: 10px;box-sizing: border-box;}
.bourseCard-statis-list li{width: 200px;height: 96px;background: #F8F9FB;border-radius: 12px;display: flex;flex-direction: column;justify-content: center;padding-left: 28px;box-sizing: border-box;margin-left: 20px;}
.bourseCard-statis-name{font-size: 14px;color: #0D1421;}
.bourseCard-statis-num{font-weight: 500;font-size: 18px;color: #0D1421;margin-top: 6px;}
.bourseCard-content{border-bottom: 1px solid #F5F5F6;padding: 26px 0;box-sizing: border-box;}
.bourseCard-content-text{max-height: 112px;position: relative;overflow: hidden;}
.bourseCard-content p{font-weight: 400;font-size: 14px;color: #0D1421;line-height: 28px;text-align: justify;}
.bourseCard-content .bourseCard-content-more{position: absolute;bottom: 0;right: 0;background: #f9fbff;font-size: 14px;line-height: 28px;display: none;}
.bourseCard-content .bourseCard-content-more::before{content: "";position: absolute;bottom: 0;right: 100%;width: 20px;height: 28px;background: linear-gradient(270deg, #f9fbff, rgba(255, 255, 255, 0));}
.bourseCard-content .bourseCard-content-more span{color: #4A77FF;cursor: pointer;}
.bourseCard-links{margin-top: 30px;}
.bourseCard-links ul{display: flex;align-items: center;}
.bourseCard-links ul li{width: 30px;height: 30px;margin-right: 10px;}
.bourseCard-links ul li a{display: flex;width: 100%;height: 100%;}
.bourseCard-links ul li .x{background: url(../img/ico_x@2x.png) no-repeat center;background-size: cover;}
.bourseCard-links ul li .facebook{background: url(../img/ico_facebook@2x.png) no-repeat center;background-size: cover;}
.bourseCard-links ul li .tel{background: url(../img/ico_tel@2x.png) no-repeat center;background-size: cover;}
.bourseCard-links ul li .reddit{background: url(../img/ico_reddit@2x.png) no-repeat center;background-size: cover;}
.bourseCard-links ul li .weibo{background: url(../img/ico_weibo@2x.png) no-repeat center;background-size: cover;}
.bourseCard-right{width: 260px;padding: 10px 0 0 70px;box-sizing: border-box;}
.bourseCard-other{width: 100%;margin-bottom: 30px;}
.bourseCard-other:last-child{margin-bottom: 0;}
.bourseCard-other-name{font-size: 14px;color: #B0B6C2;line-height: 20px;margin-bottom: 10px;display: flex;align-items: center;}
.bourseCard-other-name .tips{display: inline-block;width: 14px;height: 14px;background: url(../img/home_ico_ques.png) no-repeat center;background-size: cover;margin-left: 4px;}
.bourseCard-other-content{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 22px;}
.bourseCard-other-content .star-list{display: flex;align-items: center;}
.bourseCard-other-content .star-list i{display: inline-block;width: 18px;height: 17px;background: url(../img/bourse_ico_star02@2x.png) no-repeat center;background-size: cover;margin-right: 4px;}
.bourseCard-other-content .star-list i.on{background-image: url(../img/bourse_ico_star01@2x.png);}
.bourseCard-other-content .star-list i.half{background-image: url(../img/bourse_ico_star03@2x.png);}
.bourseCard-other-content .support-list{display: flex;align-items: center;flex-wrap: wrap;}
.bourseCard-other-content .support-list li {display: flex;align-items: center;margin: 0 60px 10px 0;}
.bourseCard-other-content .support-list li:nth-child(2n){margin-right: 0;}
.bourseCard-other-content .support-list li i{display: inline-block;width: 18px;height: 18px;background: url(../img/bourse_ico_func01@2x.png) no-repeat center;background-size: cover;margin-right: 5px;}
.bourseCard-other-content .support-list li i.icon2{background-image: url(../img/bourse_ico_func02@2x.png);}
.bourseCard-other-content .support-list li i.icon3{background-image: url(../img/bourse_ico_func03@2x.png);}
.bourseCard-other-content .support-list li i.icon4{background-image: url(../img/bourse_ico_func04@2x.png);}
/* 新增内容-认证等展示 */
.bourseQuality{margin-top: 60px;display: flex;align-items: flex-start;justify-content: space-between;}
.bourseQuality-item{width: 223px;height: 106px;background: #F8F9FB;border-radius: 13px;margin-right: 20px;display: flex;flex-direction: column;justify-content: center;padding-left: 30px;box-sizing: border-box;}
.bourseQuality-item:last-child{margin-right: 0;}
.bourseQuality-item-name{font-size: 14px;color: #616E85;line-height: 20px;}
.bourseQuality-item-content{font-weight: 500;font-size: 20px;color: #0D1421;line-height: 20px;margin-top: 12px;}
.bourseQuality-item-content span{font-size: 24px;color: #3562FF;}
.bourseQuality-item-content em{font-style: normal;font-size: 16px;color: #B0B6C2;font-weight: 400;}
/* 新增内容-费用 */
.bourseCost{margin-top: 28px;}
.bourseCost-title{display: flex;align-items: center;font-weight: 600;font-size: 20px;color: #0D1421;line-height: 24px;padding-left: 20px;box-sizing: border-box;}
.bourseCost-title a{display: inline-block;width: 84px;height: 28px;background: rgba(234, 239, 255, .5);border-radius: 4px;font-weight: 400;font-size: 12px;color: #3562FF;text-align: center;line-height: 28px;margin-left: 5px;}
.bourseCost-box{display: flex;align-items: flex-start;justify-content: space-between;}
.bourseCost-list{width: 700px;margin-top: 18px;border-top: 1px solid #979797;box-sizing: border-box;}
.bourseCost-list li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #979797;height: 81px;padding: 0 34px 0 20px;box-sizing: border-box;}
.bourseCost-list li.specHigh{height: 162px;}
.bourseCost-item-name{min-width: 70px;font-size: 12px;color: #616E85;}
.bourseCost-item-content{flex: 1;font-size: 14px;color: #0D1421;text-align: right;}
/* 交易所详情新增内容 e */

.detailPage .left .selectBtn{width:100%;margin:0 auto;display: flex;justify-content: space-between;padding-bottom: 8px;position: sticky;top: 0;background: #fff;z-index: 1;}
.detailPage .left .selectBtn .listBtn .changeBtn{background:#eff2f5;border-radius:10px;padding:2px;box-sizing:border-box;display:flex}
.detailPage .left .selectBtn .listBtn{display:flex;justify-content:space-between}
.detailPage .left .selectBtn .listBtn .left{display:flex}
/* .detailPage .left .selectBtn .listBtn .changeBtn{margin-right:12px} */
.detailPage .left .selectBtn .listBtn .changeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:500;font-size:12px;cursor:pointer}
.detailPage .left .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.detailPage .mainShow .rightBtn .right{width: auto;}
.detailPage .selectBtn{width:100%;margin:0 auto 12px}
.detailPage .selectBtn .listBtn .changeBtn{background:#eff2f5;border-radius:7px;padding:0;display:flex;border: 3px solid #eff2f5;}
.detailPage .selectBtn .listBtn{display:flex;justify-content:space-between}
.detailPage .selectBtn .listBtn .left{display:flex}
.detailPage .selectBtn .listBtn .changeBtn i{width:72px;height:28px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:28px;font-weight:500;font-size:12px;cursor:pointer}
.detailPage .centerLineK .selectBtn .listBtn .changeBtn i{width:36px;height:28px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:28px;font-weight:500;font-size:12px;cursor:pointer}
.detailPage .center .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.detailPage .mainShow{display:flex;max-width:2560px;width:100%;margin:0 auto ;padding-bottom: 48px;}
.detailPage .selectBtn .tips{width:100%;display:flex;align-items:center;position: relative;margin-right: 5px;}
.detailPage .selectBtn .tips h1{font-weight:600;font-size:18px;color:#0d1421;margin-right: 10px;display: flex;flex-direction: column;}
.detailPage .selectBtn .tips h1 span:nth-child(2){font-size:12px;color:#A6B0C3;font-weight: 400;}
.detailPage .selectBtn .tips>img{width:24px;height:24px;border-radius:50%;overflow:hidden;margin-right:4px}
.detailPage .selectBtn .tips i{display:block;width: 30px;height: 30px;background: #EFF2F5;border-radius: 9px;cursor:pointer;margin-left: auto;}
.detailPage .selectBtn .tips .collectOff{background:#EFF2F5 url(../img/home_ico_collect01.png) no-repeat center;background-size:16px;}
.detailPage .selectBtn .tips .collectOn{background: url(../img/home_ico_collect02.png) no-repeat center;background-size:16px;}
.detailPage .mainShow .addSpace,.detailPage .mainShow .left{width:400px;position: relative;flex-shrink: 0;}
.detailPage .mainShow .left{height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;}
.detailPage .mainShow .left::-webkit-scrollbar{display:none;width:0;height:0;}
.detailPage .mainShow .left::-webkit-scrollbar-thumb{display:none;width:0;height:0;}
.detailPage .mainShow .left{padding: 0 14px 0 20px;box-sizing: border-box;position: fixed;margin:20px  0 0 0;}
.detailPage .mainShow .newsUal{height:calc(100vh - 70px);overflow-y: scroll;scrollbar-width:none}
.detailPage .mainShow .newsUal::-webkit-scrollbar{display:none;width:0;height:0;}
.detailPage .mainShow .newsUal::-webkit-scrollbar-thumb{display:none;width:0;height:0;}
.detailPage .mainShow .newsUal{width:400px;position: fixed;}
.detailPage .mainShow>.right{width: 400px;flex-shrink: 0;position: relative;}

.detailPage .mainShow .center{flex:1;padding:0 20px;box-sizing:border-box;position:relative;border-left: 2px solid #F5F5F6;border-right: 2px solid #F5F5F6;min-width: calc(100vw - 815px);}
@media (max-width: 1500px) {
  .detailPage .mainShow>.right{display: none;}
  .detailPage .mainShow .center{min-width: calc(100vw - 415px);}
}
.hidden{display:none}
.detailPage .showName{font-size: 14px;color: #848c9b;line-height: 18px;padding-bottom: 4px;font-weight: lighter;position: sticky;top: 50px;background: #fff;height: 18px;}
.detailPage .showTop{height:54px;padding-bottom:8px;display: flex;position: sticky;top: 72px;background: #fff;flex-wrap: wrap;}
.detailPage .showTop .num{font-weight:600;font-size:32px;line-height:36px;margin-right:5px}
.detailPage .showTop .numChange{padding:3px 0;}
.detailPage .showTop .numChange span{display: block;font-size: 13px;line-height: 15px;}
.detailPage .showTop .numExchange{width: 100%;font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;}
.detailPage .showTop .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.detailPage .ratio.up{color:#16c784}
.detailPage .ratio.down{color:#ea3943}
.detailPage .left .showListOne>ul>li .num.up{color:#16c784}
.detailPage .left .showListOne>ul>li .num.down{color:#ea3943}
.detailPage .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.detailPage .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.detailPage .ratio.noBefore::before{display:none}
.detailPage .left ul.numList{width:100%;height:auto;display: grid;grid-template-columns: 1fr 1fr;grid-gap:  8px 6px;margin-bottom: 20px;}
.detailPage .left ul.numList li{width:100%;height:68px;padding:3px 0;background:#fff;border-radius:12px;border:1px solid #f5f5f6;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}
.detailPage .left ul.numList li:nth-child(odd):nth-last-of-type(1){grid-column: 1 / span 2;}
.detailPage .left ul.numList li .line{justify-content:center;align-items:center}
.detailPage .left ul.numList li .upShow .ratio{display:none!important}
.detailPage .left ul.numList li .ename,.detailPage .left ul li .name{font-weight:400;font-size:12px;color:#616e85;text-align:center;width: 80%;word-break: keep-all;line-height: 14px;height: 28px;}
.detailPage .left ul.numList li .line .num{font-weight:600;font-size:14px;color:#0d1421;margin:0 12px 0 8px;letter-spacing: 1px;}
.detailPage .left ul.numList li .upShow .num{color:#16c784!important}
.detailPage .left ul.numList li .line .ratio{font-weight:500;font-size:12px}
.detailPage .left ul.numList li .line .ratio::before{display:inline-block;width:7px;height:6px;content:''}
.detailPage .left .priceChange{margin-bottom:6px ;}
.detailPage .left .priceChange h3{font-size: 14px;color: #0D1421;line-height: 18px;margin-bottom: 10px;}
.detailPage .left .priceChange ul li{height: 40px;display: flex;justify-content: space-between;align-items: center;padding: 0 12px;border-top: 1px solid #F5F5F6;line-height: 1.4;}
.detailPage .left .priceChange ul li h5{font-size: 12px;color: #616E85;}
.detailPage .left .priceChange ul li p{font-size: 14px;color: #0D1421;}
.detailPage .left .flowChange{padding: 21px 0;border-top:1px solid #f5f5f6;}
.detailPage .left .flowChange h3{font-size: 14px;color: #0D1421;line-height: 18px;margin-bottom: 10px;}
.detailPage .left .flowChange ul{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 8px 6px;}
.detailPage .left .flowChange ul li{width:100%;height: 42px;background: #FFFFFF;border-radius: 8px;border: 1px solid #F5F5F6;display: flex;justify-content: space-between;align-items: center;padding: 0 14px;box-sizing: border-box;}
.detailPage .left .flowChange ul li em{font-size: 12px;color: #616E85;line-height: 12px;}
.detailPage .left .flowChange ul li span{display:block;font-weight: 500;font-size: 12px;}
/* .detailPage .left .flowChange ul li span::before{content: '';display: inline-block;width: 10px;height: 6px;} */
.centerchartBtnBox{display: flex;justify-content: space-between;margin:0 0 20px 0;flex-wrap: wrap;}

.detailPage .center .nav{width:100%;}
.detailPage .center .KchartBox{position: relative;}
/* .detailPage .center .KchartBox.onloading::before{display: flex;position: absolute;top: 0;left: 0;right: 0;bottom: 0;content: '数据加载中。。。';background: rgba(255,255,255,.5);font-size: 20px;justify-content: center;align-items: center;    z-index: 1;}
.detailPage .center .KchartBox.onloading .Kchart{filter: blur(10px);} */
.detailPage .center .showTop{display:flex;justify-content:space-between}
.detailPage .center .showTop .changeBtn{width:110px;height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.detailPage .center .showTop .changeBtn{margin-right:12px}
.detailPage .center .showTop .changeBtn i{width:50px;height:32px;color:#a6b0c3;border-radius:6px;display:flex;align-items:center;justify-content:center}
.detailPage .center .showTop .changeBtn i.on{background:#fff;color:#0d1421}
.detailPage .center .showTop .changeBtn i img{width:20px;height:20px;object-fit:contain}
.detailPage .center .showTop .changeBtnT{width:210px;height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.detailPage .center .showTop .changeBtnT i{width:50px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.detailPage .center .showTop .changeBtnT i.on{background:#fff;color:#0d1421}
.detailPage .center #echartsMain{width:100%;height:354px}
.detailPage .center .infoBox{width:100%;display:grid;position:relative;box-sizing: border-box;grid-template-columns: 1fr 1fr;grid-gap: 16px;}
.detailPage .center .infoBox li{height:140px;background:#f8f9fb;border-radius:12px;padding:0 30px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.detailPage .center .infoBox li .infoTop{display:flex;justify-content: space-between;margin-bottom: 25px;}
.detailPage .center .infoBox li .infoTop p{font-size: 16px;color: #0D1421;}
.detailPage .center .infoBox li .infoTxt{display:flex;margin-bottom: 5px;}
.detailPage .center .infoBox li .infoTxt>div{width:120px;box-sizing:border-box}
.detailPage .center .infoBox li .infoTxt .multOrder{font-weight: 400;font-size: 12px;color: #616E85;margin-bottom: 5px;}
.detailPage .center .infoBox li .infoTxt .noneOrder{font-weight: 400;font-size: 12px;color: #616E85;margin-bottom: 5px;}
.detailPage .center .infoBox li .infoTxt .multOrderNum{font-size: 16px;color: #0D1421;}
.detailPage .center .infoBox li .infoTxt .noneOrderNum{font-size: 16px;color: #0D1421;}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(1)::before{display:inline-block;content:'';width:8px;border-radius:3px;height:8px;background:#16c784;vertical-align:middle;margin-right:2px}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(1).multOrder::before{background:#4a77ff!important}
.detailPage .center .infoBox li .infoProcess{width:100%;height:4px;background:#16c784;border-radius:3px;position:relative;overflow:hidden}
.detailPage .center .infoBox li .infoProcess .processWid{height:4px;background:#4a77ff;border-radius:3px;position:absolute;left:0;top:0}
.detailPage .center #echartsBtc{height:520px;margin:0 auto 60px}
.detailPage .center #echartsBtcN{width:100%;height:520px;margin:0 auto 60px}
.detailPage .center .Kchart{width:100%;height:520px;margin:0 auto 30px}
.detailPage .center .changeBtc{display:flex;align-items:center;background: #eff2f5;border-radius: 7px;padding: 0;height: 28px;border: 3px solid #eff2f5;}
.detailPage .center .changeBtc i{height: 28px;color: #a6b0c3;border-radius: 6px;text-align: center;line-height: 28px;font-weight: 500;font-size: 12px;cursor: pointer;padding: 0 8px;}


.detailPage .center .splitLine{display: flex;align-items: center;width: 100%;padding: 30px 0 40px 0;border-top: 1px solid #F5F5F6;}
.detailPage .center .splitLine::before{content: '';display: inline-block;width: 20px;height: 20px;margin-right: 10px;vertical-align: middle;background: url(../img/ico_network.svg) center/100% no-repeat;}


.detailPage .center .centerLineK {margin: 20px 0;width: 100%;display: flex;justify-content: space-between;}
.detailPage .center .centerLineK .lineKleft{display: flex;align-items: center;}
.detailPage .center .centerLineK .lineKleft .changeBtcK{margin-right: 10px;}
.detailPage .center .centerLineK .lineKleft .changeBtcK i>img{display: block;width: 20px;height: 20px;object-fit: contain;}
.detailPage .center .centerLineK .lineKleft h5{font-size: 16px;color: #0D1421;line-height: 17px;}
.detailPage .center .centerLineK .selectBtn{margin:  0;}

.detailPage .center .changeBtc i.on{background: #fff;color: #0d1421;}
.detailPage .center .changeBtcK{display:flex;align-items:center;background: #eff2f5;border-radius: 7px;padding: 0;height: 28px;border: 3px solid #eff2f5;}
.detailPage .center .changeBtcK i{height: 28px;color: #a6b0c3;border-radius: 6px;text-align: center;line-height: 28px;font-weight: 500;font-size: 12px;cursor: pointer;padding: 0 8px;display: flex;align-items: center;opacity: .2;}
.detailPage .center .changeBtcK i.on{background: #fff;color: #0d1421;opacity: 1;}



.detailPage .center .selectBtn{width:auto!important;align-items:center;justify-content:space-between;margin:0 0 20px;position:relative;z-index:1}
.detailPage .center h5{margin:0;font-weight:600;font-size:20px;color:#0d1421;line-height:34px;}
.detailPage .center .centerchartBtnBox h5{display: none;}
.detailPage .center .centerchartBtnBox .selectBtn{margin: 0;}
.detailPage .center .selectBtn .right{display:flex;align-items:center;justify-content:center}
.detailPage .center .barBox{width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:44px 0 40px 0}
.detailPage .center .barBox>div{flex: 1;margin: 0 30px 0 0;}
.detailPage .center .barBox>div:nth-last-of-type(1){margin:0 ;}
.detailPage .center .barBox>div h3{font-weight:600;font-size:16px;color:#0d1421;line-height:18px;text-align:left}
.detailPage .center .barBox>div>div{width:100%;height:380px}
.detailPage .tableList tr{border-bottom:1px solid #EFF2F5}
.detailPage .tableList tr td.tipHover{position:relative}
.detailPage .tableList tr .poptips{background:#0d1421;min-width: 50%;padding:4px 9px;border-radius:10px;position:absolute;top:-30%;left: 50%;transform: translateX(-50%);font-weight:500;font-size:12px;color:#fff;line-height:19px;display:none;z-index: 2;}
.detailPage .tableList tr td.tipHover:hover>.poptips{display:block}
.detailPage .tableList table th{text-align:right}
.detailPage .tableList table td{justify-content:flex-end!important}
/* .detailPage .tableList .table td:nth-child(1),.detailPage .tableList .table th:nth-child(1){width:80px!important;text-align:center;justify-content:center!important}
.detailPage .tableList .table td:nth-child(2),.detailPage .tableList .table th:nth-child(2){text-align:left;justify-content:flex-start!important}
.detailPage .tableList .table td:nth-child(3),.detailPage .tableList .table th:nth-child(3){text-align:left;justify-content:flex-start!important} */
.detailPage .tableList .table td:nth-child(1),.detailPage .tableList .table th:nth-child(1){text-align:left;justify-content:flex-start!important;padding: 0;}
.detailPage .tableList .table td:nth-child(2),.detailPage .tableList .table th:nth-child(2){text-align:left;justify-content:flex-start!important}
.detailPage .tableList .table td:nth-child(3),.detailPage .tableList .table th:nth-child(3){text-align:left;justify-content:flex-start!important}


.detailPage .tableList .table td .pairSet{font-size: 12px;line-height: 1.2;}
.allList .table td .pairSet{font-size: 12px;line-height: 1.2;}
.detailPage .tableList>div::-webkit-scrollbar{width:20px;height:4px;border-radius:3px}
.detailPage .tableList>div::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(60,38,11,.5)}
.detailPage .tableList{width:100%;overflow: hidden;}
.detailPage .tableList .table{width:100%;overflow-x:auto;position:relative;overflow-y:hidden;scrollbar-width:thin}
.detailPage .tableList table{width:max-content;border-collapse:collapse}
.detailPage .tableList table tr{display:flex}
.detailPage .tableList table tr{display:grid;grid-template-columns:30px 150px 120px 120px 130px 130px 160px 130px 130px 160px 160px 180px 130px;}
.tableList .table tr td,.tableList .table tr th{box-sizing: border-box;padding:0 .1rem;}
.detailPage .tableList .table:nth-child(3) table tr{display:grid;grid-template-columns:30px 150px 120px 120px 130px 130px 160px 130px 130px 160px 160px 180px 130px 160px;}
.detailPage .center .nav:nth-last-of-type(1) .tableList .table table tr{display:grid;grid-template-columns:30px 150px 120px 120px 130px 130px 130px 130px 130px 130px 130px 130px;}
.detailPage .tableList .table td:nth-child(1),.tableList .table th:nth-child(1){position:sticky;left:0;background-color:#fff;z-index:3}
.detailPage .tableList .table td:nth-child(2),.tableList .table th:nth-child(2){position:sticky;left:30px ;background-color:#fff;z-index:3}
.detailPage .tableList .table td:nth-child(3),.detailPage .tableList .table th:nth-child(3){position:sticky;left:180px;background-color:#fff;z-index:3;}
/* .tableList .table td:nth-child(4)~ td{box-sizing:border-box;padding-right: .2rem;}
.tableList .table th:nth-child(4)~ th{box-sizing:border-box;padding-right: .2rem;} */
.detailPage .tableList tr:hover>td{background-color:#f8f9fb!important}
.detailPage .tableList>div::-webkit-scrollbar{width:100%;height:6px;border-radius:3px}
.detailPage .tableList>div::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(60,38,11,.5)}
.tableList .table th{height:48px;line-height:48px;text-align:center;color:#0d1421;font-size:14px}
.tableList .table td{height:46px;text-align:center;display:flex;justify-content:center;align-items:center;font-size: 12px;}
.tableList table .tableLink{display:block;width:90px;height:32px;background:#eff2f5;border-radius:6px;line-height:32px;text-align:center;font-weight:600;font-size:12px;color:#0d1421}
.tableList table .tableLink:hover{background:#dfe5eb}
.tableList table .collectOff{display:block;width:16px;height:16px;background:url(../img/home_ico_collect01.png) no-repeat center;background-size:cover}
.tableList table .collectOn{display:block;width:16px;height:16px;background:url(../img/home_ico_collect02.png) no-repeat center;background-size:cover}
.tableList table td .nameBox img{display:inline-block;width:30px;height:30px;vertical-align:-8px;margin-right:5px ;}
.tableList table td .nameBox .name{font-weight:600;font-size:14px;color:#0d1421}
.tableList table td .price{font-weight:500;font-size:12px;color:#0d1421;position:relative;display:block;margin:5px 0}
.tableList .upRate{color:#ea3943!important}
.tableList .downRate{color:#16c784!important}
.tableList .ratio{font-weight:500;font-size:12px;display:block}
.tableList .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.tableList .ratio.up{color:#16c784}
.tableList .ratio.down{color:#ea3943}
.contractList li h3.up{color:#16c784}
.contractList li h3.down{color:#ea3943}
.tableList .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.tableList .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.tableList .table td .priceBox{line-height:1;text-align:right}
.tableList .table td .priceBox .btc_i{font-weight:500;font-size:12px;color:#616e85}
.tableList .table td .waveSvg{display:block;width:72px;height:30%}
.tableList .table td em{font-weight:500;font-size:14px;color:#0d1421}
/* .tableList .table tr td:nth-last-child(2),.tableList .table tr th:nth-last-child(2){width:190px!important}
.tableList .table tr td:nth-last-child(3),.tableList .table tr th:nth-last-child(3){width:190px!important}
.tableList .table tr td:nth-last-child(1),.tableList .table tr th:nth-last-child(1){width:190px!important} */
.detailPage .center .hotBox{width:100%;display:flex;align-items:flex-start;justify-content:space-between;position:relative;margin-bottom:60px}
.detailPage .center .hotBox .hotBoxItem{flex: 1;width: 100%;margin-right:20px ;}
.detailPage .center .hotBox .hotBoxItem:nth-last-of-type(1){margin-right:0 ;}
.detailPage .center .hotBox .hotBoxItem .selectBtn{width:514px;margin-bottom:14px!important}
.detailPage .center .hotBox .hotBoxItem .selectBtn h5{margin-left:22px;font-size:14px}
.detailPage .echartHot{width:100%;height:616px}
.detailPage #echartInOut{width:100%;height:416px;margin-bottom:50px}
/* .detailPage .right .newsUal{width:100%}
.detailPage .right .newsUal li{width:100%;height:100px;border-bottom:1px solid #f5f5f6;display:flex;align-items:center;justify-content:space-between}
.detailPage .right .newsUal li div{width:80%;font-weight:500;font-size:14px;color:#0d1421;line-height:20px;height:60px;overflow:hidden;text-overflow:ellipsis}
.detailPage .right .newsUal li img{width:80px;height:60px;border-radius:10%;object-fit:cover} */
.detailPage .right .newsUal{padding:16px 20px 0 14px ;box-sizing: border-box;}
.detailPage .right .newsUal .topNews li {overflow: hidden;border-bottom: 1px solid #F5F5F6;margin-bottom: 16px;}
.detailPage .right .newsUal .topNews li:nth-last-of-type(1){border-bottom:none}
.detailPage .right .newsUal .topNews li>a img{display: block;width: 100%;border-radius: 10px;max-width: 366px;max-height: 210px;margin-bottom: 10px;}
.detailPage .right .newsUal .topNews li h5{font-size: 16px;color: #0D1421;line-height: 28px;margin-bottom:10px ;}
.detailPage .right .newsUal .topNews li h6{font-size: 12px;color: #616E85;line-height: 24px;margin-bottom:10px ;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;max-height: 96px;}
.detailPage .right .newsUal .topNews li>em{margin-bottom:10px ;font-size: 14px;color: #4A77FF;line-height: 16px;}
.detailPage .right .newsUal .topNews li .moreInfo{margin-bottom:15px;display: flex;align-items: center;}
.detailPage .right .newsUal .topNews li .moreInfo .time{font-size: 12px;color: #0D1421;margin-right: 4px;}
.detailPage .right .newsUal .topNews li .moreInfo p{min-width: 130px;height: 36px;background: #EFF2F5;border-radius: 20px;padding: 0 6px;box-sizing: border-box;display: flex;align-items: center;margin-right: 4px;}
.detailPage .right .newsUal .topNews li .moreInfo p a{display: flex;}
.detailPage .right .newsUal .topNews li .moreInfo p:nth-of-type(n+2){display: none;}
.detailPage .right .newsUal .topNews li .moreInfo p img{display: block;width:20px ;height:20px;margin-right: 6px;}
.detailPage .right .newsUal .topNews li .moreInfo p em{font-size: 14px;color: #0D1421;margin-right: 10px;}
.detailPage .right .newsUal .topNews li .moreInfo p i{font-size: 12px;}
.detailPage .right .newsUal .topNews li .moreInfo p i::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.detailPage .right .newsUal h4{width:100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;}
.detailPage .right .newsUal h4 img{display: block;width: 128px;height: 26px;}
.detailPage .right .newsUal h4.newsTit{font-weight: 600;font-size: 20px;color: #0D1421;position: relative;}
.detailPage .right .newsUal h4.newsTit i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_news@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.detailPage .right .newsUal h4.bottomNewsTitle{font-weight: 600;font-size: 20px;color: #0D1421;position: relative;}
.detailPage .right .newsUal h4.bottomNewsTitle i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.detailPage .right .newsUal .bottomNews li{margin-bottom: 16px;}
.detailPage .right .newsUal .bottomNews li span{padding: 0 0 0 13px;font-size: 14px;color: #3562FF;line-height:20px;position: relative;}
.detailPage .right .newsUal .bottomNews li span::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.detailPage .right .newsUal .bottomNews li h5{padding: 0 0 0 13px;font-size: 16px;color: #373A42;line-height: 29px;}
.detailPage .right .newsUal .detailPageRecommond {margin-bottom: 30px;}
.detailPage .right .newsUal .detailPageRecommond ul li:first-of-type,.detailPage .right .newsUal .detailPageRecommond ul li>a{display:grid;grid-template-columns:3fr 2fr 3fr}
.recommond tr th{display:flex}
.detailPage .right .newsUal .detailPageRecommond tr td:nth-of-type(1),.detailPageRecommond tr th:nth-of-type(1){padding: 0 4px;}
.detailPage .right .newsUal .detailPageRecommond tr td:last-of-type,.detailPageRecommond tr th:last-of-type{padding: 0 11px;}
.detailPage .right .newsUal .detailPageRecommond .title{display:flex;justify-content:space-between;align-items: center;padding: 10px 0 20px 0;box-sizing: border-box;}
.detailPage .right .newsUal .detailPageRecommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.detailPage .right .newsUal .detailPageRecommond .title a{font-weight:500;font-size:12px;color:#3562ff}
.detailPage .right .newsUal .detailPageRecommond .title a::after{display: inline-block;content: '';width: 6px;height: 11px;background: url(../img/ico_more@2x.png) center/100% no-repeat;vertical-align: middle;margin-left: 5px;margin-bottom: 4px;}

.detailPage .right .newsUal .detailPageRecommond ul li {border-bottom:1px solid #f5f5f6;padding: 0 11px 0 4px;box-sizing: border-box;height: 42px;}
/* .detailPageRecommond ul li a {display: flex;;} */
.detailPage .right .newsUal .detailPageRecommond ul li.firstTips {height: 31px;border-top:1px solid #f5f5f6;}
.detailPage .right .newsUal .detailPageRecommond ul li.firstTips>span {height: 100%;line-height: 31px;display: flex;justify-content: end;font-size: 12px;color: #616E85;}
.detailPage .right .newsUal .detailPageRecommond ul li.firstTips>span:first-of-type{justify-content: start;}
.detailPage .right .newsUal .detailPageRecommond ul li>a>div{height:100%}
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox{display:flex;align-items:center;width:100%;height: 100%;}
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox p{font-size:14px;color:#0d1421;line-height:14px}
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox div span{font-size:12px;color:#616e85;line-height:12px;height:12px}
.detailPage .right .newsUal .detailPageRecommond ul li .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:42px}
.detailPage .right .newsUal .detailPageRecommond ul li .ratioBox{width:100%;display:flex;align-items:center;justify-content: end}
.detailPage .right .newsUal .detailPageRecommond ul li .ratioBox .ratio{display:block;width:67px;height: 24px;font-size:12px;line-height: 24px;text-align:center;color: #FFFFFF;}
/* .detailPageRecommond tr td .ratioBox .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle} */
.detailPage .right .newsUal .detailPageRecommond ul li .ratioBox .ratio.up{background-color:#16c784}
.detailPage .right .newsUal .detailPageRecommond ul li .ratioBox .ratio.down{background-color:#ea3943}
/* .detailPageRecommond tr td .ratioBox .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.detailPageRecommond tr td .ratioBox .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover} */
/* 币种详情新增内容 s */
.detailPage .centerNav-box{width: calc(100% + 40px);height: 41px;margin: 20px -20px;border-bottom: 1px solid #f5f5f6;box-sizing: border-box;position: sticky;top: 72px;background: #fff;z-index: 1;}
.detailPage .centerNav-list{height: 40px;width: 100%;display: flex;padding: 10px 28px 0;box-sizing: border-box;}
.detailPage .centerNav-list.scroll-fixed{position: fixed;top: 70px;left: 400px;z-index: 3;background: #fff;}
.detailPage .centerNav-list li{font-weight: 500;font-size: 18px;color: #616e85;text-align: center;width: 74px;height: 100%;margin-right: 15px;cursor: pointer;position: relative;}
.detailPage .centerNav-list li::after{content: '';display: block;width: 100%;height: 3px;background: #3562FF;position: absolute;left: 0;bottom: -1px;display: none;}
.detailPage .centerNav-list li:hover,.detailPage .centerNav-list li.active{color: #0D1421;}
.detailPage .centerNav-list li.active:after{display: block;}
/* 新增内容-左侧信息 */
.detailPage .leftCoin{margin-top: 10px;padding-bottom: 15px;border-bottom: 1px solid #EFF2F5;}
.detailPage .leftCoin-info{display: flex;align-items: center;justify-content: space-between;height: 24px;margin-bottom: 15px;}
.detailPage .leftCoin-info-name{font-size: 12px;color: #616E85;line-height: 24px;}
.detailPage .leftCoin-info-content{display: flex;align-items: flex-end;justify-content: flex-end;height: 100%;}
.detailPage .leftCoin-info-data,.leftCoin-info-link{position: relative;display: flex;align-items: center;height: 100%;padding: 0 7px;margin-left: 6px;border-radius: 18px;background: rgba(239, 242, 245, .5);font-size: 12px;color: #0D1421;}
.detailPage .leftCoin-info-data.cup{cursor: pointer;}
.detailPage .leftCoin-info-content .network{display: inline-block;width: 12px;height: 12px;background:url(../img/ico_web01@2x.png) no-repeat center;background-size:cover;margin-right: 3px;}
.detailPage .leftCoin-info-content .network2{display: inline-block;width: 10px;height: 12px;background:url(../img/ico_web02@2x.png) no-repeat center;background-size:cover;margin-right: 3px;}
.detailPage .leftCoin-info-content .arrow{display: inline-block;width: 9px;height: 6px;background:url(../img/ysp_ico_more@2x.png) no-repeat center;background-size:cover;margin-left: 2px;}
.detailPage .leftCoin-info-content .copy{display: inline-block;width: 12px;height: 12px;background:url(../img/ico_copy@2x.png) no-repeat center;background-size:cover;margin-left: 4px;cursor: pointer;}
.detailPage .leftCoin-info-content .mediaIcon{padding: 0;width: 30px;}
.detailPage .leftCoin-info-content .mediaIcon i{display: block;width: 100%;height: 100%;background:url(../img/ysp_ico_x@2x.png) no-repeat center;background-size:cover;}
.detailPage .leftCoin-info-content .mediaIcon i.facebook{background-image: url(../img/ysp_ico_facebook@2x.png);}
.detailPage .leftCoin-info-content .mediaIcon i.tel{background-image: url(../img/ysp_ico_tel@2x.png);}
.detailPage .leftCoin-info-content .mediaIcon i.weibo{background-image: url(../img/ysp_ico_weibo@2x.png);}
.detailPage .leftCoin-info-content .mediaIcon i.reddit{background-image: url(../img/ysp_ico_reddit@2x.png);}
.detailPage .leftCoin-info-content img{width: 18px;height: 18px;}
.detailPage .leftCoin-info.block{height: auto;align-items: flex-start;margin-bottom: 9px;}
.detailPage .leftCoin-info.block .leftCoin-info-content{flex-wrap: wrap;max-width: 240px;}
.detailPage .leftCoin-info.block .leftCoin-info-link{margin-bottom: 6px;}
.detailPage .leftCoin-info.contract{height: auto;align-items: flex-start;}
.detailPage .leftCoin-info.contract .leftCoin-info-content {flex-direction: column;}
.detailPage .leftCoin-info.contract .leftCoin-info-data{margin-bottom: 6px;}
.detailPage .leftCoin-info.contract .leftCoin-info-data:last-child{margin-bottom: 0;}

.detailPage .leftCoin-info-float{position: absolute;top: 30px;right: 0;width: 180px;padding: 5px 10px;background: #fff;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);opacity: 0;visibility: hidden;z-index: 1;}
.detailPage .leftCoin-info-data:hover .leftCoin-info-float{opacity: 1;visibility: visible;}
.detailPage .leftCoin-info-float::before{content: "";position: absolute;top: -10px;right: 7px;border-width: 5px;border-style: solid;border-color: transparent transparent #fff transparent;}
.detailPage .leftCoin-info-float::after{content: "";position: absolute;top: -10px;right: 0;width: 100%;height: 10px;}
.detailPage .leftCoin-info-float ul{max-height: 240px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.detailPage .leftCoin-info-float a{display: block;width: 100%;height: 30px;display: flex;align-items: center;font-size: 12px;margin-bottom: 5px;border-radius: 10px;padding: 0 5px;box-sizing: border-box;}
.detailPage .leftCoin-info-float a:last-child{margin-bottom: 0;}
.detailPage .leftCoin-info-float a img{margin-right: 3px;}
.detailPage .leftCoin-info-float a:hover{background: #EFF2F5;}

.detailPage .priceData{margin-top: 30px;}
.detailPage .priceData-title{font-size: 12px;color: #0d1421;}
.detailPage .priceData-list{margin-top: 15px;}
.detailPage .priceData-list li{display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;margin-bottom: 18px;}
.detailPage .priceData-list li .priceData-info{text-align: right;}
.detailPage .priceData-list li .priceData-info:first-child{text-align: left;}
.detailPage .priceData-name{font-size: 12px;color: #616E85;line-height: 12px;}
.detailPage .priceData-content{font-size: 12px;color: #0d1421;line-height: 14px;margin-top: 5px;}
/* 新增内容-底部信息 */
.detailPage .coinRelate{width: calc(100% + 40px);position: relative;margin: 30px -20px 0;padding: 40px 20px 0;border-top: 1px solid #F5F5F6;box-sizing: border-box;}
.detailPage .coinIntro-title{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 18px;padding-left: 20px;box-sizing: border-box;}
.detailPage .coinIntro-content{margin-top: 20px;}
.detailPage .coinIntro-block{display: flex;align-items: flex-start;border-top: 1px solid #F5F5F6;border-bottom: 1px solid #F5F5F6;padding: 12px 20px;box-sizing: border-box;}
.detailPage .coinIntro-block-name{width: 64px;font-size: 12px;color: #616E85;line-height: 18px;margin-top: 3px;}
.detailPage .coinIntro-block-info{flex: 1;display: flex;align-items: flex-start;flex-wrap: wrap;}
.detailPage .coinIntro-block-text{position: relative;max-height: 96px;overflow: hidden;}
.detailPage .coinIntro-block-inner{font-size: 14px;color: #0D1421;line-height: 24px;text-align: justify;}
.detailPage .coinIntro-block-text .coinIntro-block-more{position: absolute;bottom: 0;right: 0;background: #fff;font-size: 14px;line-height: 24px;display: none;}
.detailPage .coinIntro-block-text .coinIntro-block-more::before{content: "";position: absolute;bottom: 0;right: 100%;width: 20px;height: 24px;background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));}
    
.detailPage .coinIntro-block-text .coinIntro-block-more span{color: #4A77FF;cursor: pointer;}
.detailPage .coinIntro-block-rate{display: flex;align-items: center;justify-content: center;height: 24px;padding: 0 10px;margin: 0px 6px 10px 0;background: #F7F8FA;border-radius: 12px;font-size: 12px;color: #0D1421;}
.detailPage .coinIntro-block-rate .rate{display: flex;align-items: center;}
.detailPage .coinIntro-block-rate .rate i{display: inline-block;width: 10px;height: 6px;margin: 0 3px 0 5px;}
.detailPage .coinIntro-block-rate .rate.up{color: #16C784;}
.detailPage .coinIntro-block-rate .rate.up i{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.detailPage .coinIntro-block-rate .rate.down{color: #EA3943;}
.detailPage .coinIntro-block-rate .rate.down i{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.detailPage .coinIntro-block.classify{padding-bottom: 2px;}
.detailPage .coinAllot{margin-top: 40px;}
.detailPage .coinAllot-title{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 18px;padding-left: 20px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.detailPage .coinAllot-title a{font-weight: 400;font-size: 12px;color: #4A77FF;display: flex;align-items: center;}
.detailPage .coinAllot-title .arrow{display: inline-block;width: 6px;height: 10px;background:url(../img/ysp_ico_next@2x.png) no-repeat center;background-size:cover;margin-left: 2px;}
.detailPage .coinAllot-content{margin-top: 20px;}
.detailPage .coinAllot-content table{width: 100%;}
.detailPage .coinAllot-content table tr{height: 40px;font-weight: 500;font-size: 12px;}
.detailPage .coinAllot-content table thead tr{background: #F5F5F6;border-radius: 4px;}
.detailPage .coinAllot-content table tbody tr{border-bottom: 1px solid #F5F5F6;}
.detailPage .coinAllot-content table th{color: #616E85;background: none;}
.detailPage .coinAllot-content table td{color: #0D1421;}
.detailPage .coinAllot-content table th,.coinAllot-content table td{padding-left: 30px;box-sizing: border-box;width: 17%;}
.detailPage .coinAllot-content table th:first-child,.detailPage .coinAllot-content table td:first-child{width: 21%;}
.detailPage .coinAllot-content table th:last-child,.detailPage .coinAllot-content table td:last-child{width: 45%;}
.detailPage .coinCore{margin-top: 46px;}
.detailPage .coinCore-title{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 18px;padding-left: 20px;box-sizing: border-box;}
.detailPage .coinCore-title span{font-weight: 400;font-size: 12px;color: #B0B6C2;margin-left: 10px;}
.detailPage .coinCore-content{margin-top: 20px;}
.detailPage .coinCore-tab{width: 100%;height: 40px;background: #F5F5F6;border-radius: 6px;padding: 2px;box-sizing: border-box;display: flex;align-items: center;}
.detailPage .coinCore-tab li{width: 100px;height: 100%;border-radius: 4px;font-weight: 500;font-size: 12px;color: #616E85;text-align: center;line-height: 36px;cursor: pointer;margin-right: 2px;}
.detailPage .coinCore-tab li:last-child{margin-right: 0;}
.detailPage .coinCore-tab li.active{background: #3562FF;color: #fff;}
.detailPage .coinCore-block{display: none;}
.detailPage .coinCore-block.active{display: block;}
.detailPage .coinCore-block li{width: 100%;padding: 20px 20px 20px 32px;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;display: flex;align-items: flex-start;justify-content: space-between;font-size: 12px;color: #0D1421;}
.detailPage .coinCore-block li:last-child{border-bottom: none;}
.detailPage .coinCore-block-name{width: 220px;}
.detailPage .coinCore-block-info{flex: 1;}
.detailPage .coinCore-block-info p{margin-bottom: 10px;}
.detailPage .coinCore-block-info p:last-child{margin-bottom: 0;}
.detailPage .mobleBlockNav{display: none;}
/* 推文 */
.socialCrumbs{display: flex;align-items: center;font-size: 16px;color: #0D1421;line-height: 24px;margin-bottom: 10px;}
.socialCrumbs i{display: inline-block;width: 5px;height: 10px;background: url(../img/ico_back.png) no-repeat center;background-size:cover;transform: rotate(180deg);margin: 0 5px;}
/* 推文-分类 */
.socialType{margin: 0 -20px;}
.socialType-list{width: 100%;height: 41px;padding-top: 10px;display: flex;justify-content: center;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.socialType-list li{height: 100%;margin: 0 54px;font-size: 16px;color: #616E85;cursor: pointer;position: relative;}
.socialType-list li::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #3562FF;display: none;}
.socialType-list li:hover,.socialType-list li.active{font-weight: 600;color: #0D1421;}
.socialType-list li.active::after{display: block;}
/* 推文-更多按钮 */
.socialMore{display: block;width: 100px;height: 40px;margin: 20px auto;background: #EFF2F5;border-radius: 10px;display: flex;align-items: center;justify-content: center;border: none;font-size: 12px;color: #0D1421;cursor: pointer;}
.socialMore:hover{background: #DFE5EB;}
/* 推文-关注 */
.socialBox .followBtn{display: flex;align-items: center;justify-content: center;width: 64px;height: 32px;background: #3562FF;border-radius: 8px;border: 1px solid #3562FF;font-size: 12px;color: #F5F9FF;line-height: 32px;cursor: pointer;}
.socialBox .followBtn i{display: inline-block;width: 12px;height: 12px;background: url(../img/dav_ico_follow01.png) no-repeat center;background-size: cover;margin-right: 2px;}
.socialBox .followBtn.active{background: #FFFFFF !important;border-color: #B0B6C2 !important;color: #B0B6C2;}
.socialBox .followBtn.active i{background-image: url(../img/dav_ico_follow02.png);}
/* 推文-大V类型 */
.socialBox .celebritySign{display: inline-block;width: 18px;height: 18px;background: url(../img/dav_ico_certification01@2x.png) no-repeat center;background-size: cover;margin-left: 3px;}
.socialBox .celebritySign.yellow{background-image: url(../img/dav_ico_certification02@2x.png);}
.socialBox .celebritySign.gray{background-image: url(../img/dav_ico_certification03@2x.png);}
.socialBox .iconImg{width: 16px;height: 16px;border-radius: 50%;margin-left: 3px;}
/* 推文-emoji图标 */
.socialBox .emoji-icon{display: inline-block;width: 24px;height: 24px;background: url(../img/dav_emoji_up@2x.png) no-repeat center;background-size: cover;}
.socialBox .emoji-icon[data-emoji="1"][data-emoji="1"]{width: 25px;}
.socialBox .emoji-icon[data-emoji="2"][data-emoji="2"]{background-image: url(../img/dav_emoji_down@2x.png);width: 25px;}
.socialBox .emoji-icon[data-emoji="3"][data-emoji="3"]{background-image: url(../img/dav_emoji_like@2x.png);}
.socialBox .emoji-icon[data-emoji="4"][data-emoji="4"]{background-image: url(../img/dav_emoji_heart@2x.png);}
.socialBox .emoji-icon[data-emoji="5"][data-emoji="5"]{background-image: url(../img/dav_emoji_hot@2x.png);}
.socialBox .emoji-icon[data-emoji="6"][data-emoji="6"]{background-image: url(../img/dav_emoji_celebrate@2x.png);}
.socialBox .emoji-icon[data-emoji="7"][data-emoji="7"]{background-image: url(../img/dav_emoji_hodl@2x.png);width: 27px;}
.socialBox .emoji-icon[data-emoji="8"][data-emoji="8"]{background-image: url(../img/dav_emoji_buidl@2x.png);}
.socialBox .emoji-icon[data-emoji="9"][data-emoji="9"]{background-image: url(../img/dav_emoji_fomo@2x.png);}
.socialBox .emoji-icon[data-emoji="10"][data-emoji="10"]{background-image: url(../img/dav_emoji_fud@2x.png);}
.socialBox .emoji-icon[data-emoji="11"][data-emoji="11"]{background-image: url(../img/dav_emoji_cry@2x.png);}
.socialBox .emoji-icon[data-emoji="12"][data-emoji="12"]{background-image: url(../img/dav_emoji_sad@2x.png);}
/* 推文-浮窗 */
.socialBox .portrait-float{position: absolute;width: 322px;background: #fff;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 10px;box-sizing: border-box;border-radius: 10px;opacity: 0;visibility: hidden;z-index: 2;}
.socialBox .portrait-float::before{content: "";position: absolute;top: -10px;left: 14px;border-width: 5px;border-style: solid;border-color: transparent transparent #fff transparent;}
.socialBox .portrait-float::after{content: "";position: absolute;top: -10px;left: 0;width: 60px;height: 10px;}
.socialBox .portrait-float-info{display: flex;padding: 0 5px;box-sizing: border-box;}
.socialBox .portrait-float-info .portraitImg-float{width: 36px;height: 36px;border-radius: 50%;}
.socialBox .portrait-float-box{flex: 1;margin-left: 10px;}
.socialBox .portrait-float-author{display: flex;align-items: center;height: 20px;}
.socialBox .portrait-float-author h5{font-weight: 500;font-size: 16px;color: #0D1421;}
.socialBox .portrait-float-other{font-size: 12px;color: #B0B6C2;}
.socialBox .portrait-float-text{padding: 0 5px 0 51px;font-size: 14px;color: #0D1421;line-height: 20px;box-sizing: border-box;}
.socialBox .portrait-float .followBtn {width: 100%;height: 32px;border-radius: 8px;margin-top: 20px;line-height: 32px;}
/* 推文-列表 */
.socialBox .dynamicInfo-list{width: 100%;box-sizing: border-box;display: none;}
.socialBox .dynamicInfo-list.active{display: block;}
.socialBox .dynamicInfo-item{position: relative;width: 100%;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;margin: 20px 0;padding-bottom: 5px;}
.socialBox .dynamicInfo-item .headBox{display: flex;align-items: center;justify-content: space-between;}
.socialBox .dynamicInfo-item .authorWrap{display: flex;align-items: center;}
/* 推文-列表-头像 */
.socialBox .dynamicInfo-item .portrait{width: 36px;height: 36px;}
.socialBox .dynamicInfo-item .portraitImg{width: 100%;height: 100%;border-radius: 50%;}
.socialBox .dynamicInfo-item .portrait .portrait-float{top: 46px;left: 0;}
.socialBox .dynamicInfo-item .portrait:hover .portrait-float{top: 46px;opacity: 1;visibility: visible;transition: .2s;}
/* 推文-列表-作者 */
.socialBox .dynamicInfo-item .authorBox{margin-left: 8px;}
.socialBox .dynamicInfo-item .authorBox .authorBox-main{display: flex;align-items: center;}
.socialBox .dynamicInfo-item .authorBox .authorBox-name{position: relative;}
.socialBox .dynamicInfo-item .authorBox h5{font-weight: 500;font-size: 14px;color: #0D1421;}
.socialBox .dynamicInfo-item .authorBox .portrait-float{top: 30px;left: 0;}
.socialBox .dynamicInfo-item .authorBox .authorBox-name:hover .portrait-float{top: 30px;opacity: 1;visibility: visible;transition: .2s;}
.socialBox .dynamicInfo-item .authorBox .authorBox-other{display: flex;align-items: center;}
.socialBox .dynamicInfo-item .authorBox .authorBox-extend{display: block;font-size: 12px;color: #B0B6C2;}
/* 推文-列表-文本 */
.socialBox .dynamicInfo-item .detailText{margin-top: 10px;}
.socialBox .dynamicInfo-item .detailText-content{font-size: 14px;color: #0D1421;line-height: 22px;}
.socialBox .dynamicInfo-item .detailText-content a{color: #3562FF;}
.socialBox .dynamicInfo-item .detailText .location{font-size: 14px;color: #3562FF;line-height: 22px;}
.socialBox .dynamicInfo-item .mdeiaBox{margin-top: 15px;}
.socialBox .dynamicInfo-item .mdeiaItem{border-radius: 8px;overflow: hidden;position: relative;width: 100%;cursor: pointer;}
.socialBox .dynamicInfo-item .mdeiaItem:nth-child(3n){margin-right: 0;}
.socialBox .dynamicInfo-item .mdeiaItem img{display: block;max-width: 100%;max-height: 100%;}
.socialBox .dynamicInfo-item .mdeiaItem.video{background: #000;}
.socialBox .dynamicInfo-item .mdeiaItem video{display: block;width: 100%;height: 100%;object-fit: contain;}
.socialBox .dynamicInfo-item .mdeiaItem .video-icon{width: 30%;height: 30%;background: url(../img/ico_play.png) no-repeat center;background-size: cover;}
.socialBox .dynamicInfo-item .mdeiaBox.multi {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 5px;}
.socialBox .dynamicInfo-item .mdeiaBox.multi .mdeiaItem{width: auto;}
.socialBox .dynamicInfo-item .mdeiaItem-cover{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) !important;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;justify-content: center;}
/* 推文-列表-评论 */
.socialBox .dynamicInfo-item .evaluate{width: 100%;margin-top: 15px;}
.socialBox .dynamicInfo-item .evaluate-list{box-sizing: border-box;font-size: 0;display: inline;}
.socialBox .dynamicInfo-item .evaluate-list li{float: left;padding: 0 8px;height: 30px;margin: 0 10px 10px 0;background: #F5F9FF;border-radius: 15px;cursor: pointer;box-sizing: border-box;padding-top: 3px;}
.socialBox .dynamicInfo-item .evaluate-list li:last-child{margin-right: 0;}
.socialBox .dynamicInfo-item .evaluate-list li .emoji-num{font-size: 12px;color: #B0B6C2;margin-left: 3px;vertical-align: top;line-height: 24px;}
.socialBox .dynamicInfo-item .evaluate-list li.up{background: rgba(22,199,132,0.11);border-radius: 17px;border: 1px solid #16C784;padding-top: 2px;}
.socialBox .dynamicInfo-item .evaluate-list li.up .emoji-num{color: #16C784;}
.socialBox .dynamicInfo-item .evaluate-list li.down{background: rgba(234,57,67,0.11);border-radius: 17px;border: 1px solid #EA3943;padding-top: 2px;}
.socialBox .dynamicInfo-item .evaluate-list li.down .emoji-num{color: #EA3943;}
/* 推文-列表-操作 */
.socialBox .dynamicInfo-item .evaluate-opt{margin-bottom: 10px;float: right;position: relative;}
.socialBox .dynamicInfo-item .evaluate-opt-btn{width: 30px;height: 30px;cursor: pointer;margin-left: 10px;float: right;}
.socialBox .dynamicInfo-item .evaluate-opt-btn.share{background: url(../img/dav_ico_share@2x.png) no-repeat center;background-size: cover;display: none;}
.socialBox .dynamicInfo-item .evaluate-opt-btn.copy{background: url(../img/dav_ico_copy@2x.png) no-repeat center;background-size: cover;}
.socialBox .dynamicInfo-item .evaluate-opt-btn.emoji{background: url(../img/dav_ico_emoji01@2x.png) no-repeat center;background-size: cover;margin-left: 0;}
/* 推文-列表-操作-emoji */
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox{float: right;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox:hover .evaluate-opt-btn.emoji{background-image: url(../img/dav_ico_emoji02@2x.png)}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-main{display: inline-block;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float{position: absolute;top: -178px;right: -15px;width: 390px;background: #fff;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 10px 10px 0;box-sizing: border-box;z-index: 4;border-radius: 10px;opacity: 0;visibility: hidden;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float::before{content: "";position: absolute;bottom: -10px;right: 60px;border-width: 5px;border-style: solid;border-color: #fff transparent transparent transparent;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float::after{content: "";position: absolute;bottom: -10px;right: 50px;width: 100px;height: 10px;}
/* .socialBox .dynamicInfo-item .evaluate-opt .emojiBox:hover .emojiBox-float{top: -158px;opacity: 1;visibility: visible;transition: .2s;display: block;} */
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float.active{top: -158px;opacity: 1;visibility: visible;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float-list{display: flex;flex-wrap: wrap;align-content: flex-start;width: 100%;height: 100%;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon{width: 45px;height: 45px;margin-right: 20px;margin-bottom: 24px;cursor: pointer;transition: .2s;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon:hover{transform: scale(1.2);}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon:nth-child(6n){margin-right: 0;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="1"]{margin-right: 19px;width: 46px;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="2"]{margin-right: 19px;width: 46px;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="7"]{margin-right: 18px;width: 47px;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-num{font-size: 14px;color: #B0B6C2;line-height: 30px;vertical-align: top;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-num[data-num="0"]{display: none;}
/* 转发信息 */
.socialBox .dynamicInfo-item .forwardBox{border-radius: 12px;border: 1px solid #E5E5E5;margin-top: 15px;padding-top: 15px;box-sizing: border-box;width: 100%;box-sizing: border-box;}
.socialBox .dynamicInfo-item .forwardBox-head{display: inline-flex;align-items: center;padding: 0 10px;box-sizing: border-box;width: 100%;}
.socialBox .dynamicInfo-item .forwardBox-name{font-size: 16px;color: #616E85;line-height: 20px;}
.socialBox .dynamicInfo-item .forwardBox-other{display: flex;align-items: center;}
.socialBox .dynamicInfo-item .forwardBox-extend{font-size: 14px;color: #B0B6C2;line-height: 20px;margin-left: 7px;}
.socialBox .dynamicInfo-item .forwardBox-content{font-size: 14px;color: #0D1421;line-height: 22px;padding: 10px;box-sizing: border-box;display: inline-block;}
.socialBox .dynamicInfo-item .forwardBox .mdeiaBox{margin-top: 0;}
.socialBox .dynamicInfo-item .forwardBox .mdeiaItem{border-radius: 12px;}
.socialBox .dynamicInfo-item .forwardBox .mdeiaItem:only-child{border-radius: 0 0 12px 12px;width: 100%;}
.socialBox .dynamicInfo-item .forwardBox.couple .mdeiaBox.multi{grid-template-columns: 1fr 1fr;}
.socialBox .dynamicInfo-item .forwardBox.multi{width: 100%;}
.socialBox .dynamicInfo-item .forwardBox.multi .mdeiaBox.multi{grid-template-columns: 1fr 1fr 1fr;}
/* 币种详情新增内容 e */



.slider{overflow:hidden;width:100%;height:50px;background:#fbfcfd;position:relative;margin:0 auto 46px}
.slides{display:flex;height:100%;align-items:center;width:max-content;animation:slide 30s linear infinite;}
.slides:hover{animation-play-state:paused}
.slides li{display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-sizing:border-box;border-right:1px solid #f5f5f6}
.slides li>a{display:flex;align-items:center;justify-content:space-between}
.slides li .left{display:flex;align-items:center;justify-content:space-between;margin-right: 10px;}
.slides li .left img{width:20px;height:20px;flex-shrink:0;margin-right:5px}
.slides li .left div p:nth-child(1){font-weight:700;font-size:14px;color:#0d1421}
.slides li .left div p:nth-child(2){font-weight:500;font-size:12px;color:#616e85}
.slides li .right{font-weight:600;font-size:14px;color:#0d1421;display:flex}
.slides li .right .rightNum>i{font-weight:500;font-size:14px;margin-left:8px}
@keyframes slide{0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}
/* // */
.newPage .searchDetail{display:none;width:300px;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:6px;position:absolute;padding:10px 20px;box-sizing:border-box;top:120%;left:50%;transform:translateX(-50%)!important;max-height:420px;overflow-y:auto;z-index:1}
.newPage .searchDetail li{width:260px;height:50px;line-height:50px}
.newPage .searchDetail li:hover{background:#f8f9fb}
.newPage .searchDetail li a{display:flex;align-items:center}
.newPage .searchDetail li a img{display:block;width:20px;height:20px;margin:0 6px 0 0}
.newPage .searchDetail li a span{font-weight:700;font-size:14px;color:#0d1421;flex:1}

.newPage .mainShow{display:flex;width:1480px;margin:0 auto;}
.newPage .mainShow .left{width:1190px;position:relative}
.newPage .selectBtn{width:100%;margin:0 auto 48px;justify-content:space-between}
.newPage .selectBtn .listBtn .changeBtn{height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.newPage .selectBtn .listBtn{display:flex;justify-content:space-between}
.newPage .selectBtn .listBtn .left{display:flex}
.newPage .selectBtn .listBtn .changeBtn{margin-right:12px}
.newPage .selectBtn .listBtn .changeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.newPage .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.newPage .selectBtn h5{font-weight:600;font-size:20px;color:#0d1421;margin-bottom:12px}
.newPage .selectBtn .tit{font-weight:500;font-size:12px;color:#616e85}
.newPage .selectBtn>div{display: flex;}
.newPage .selectBtn>div .arrows{font-size:20px;color:#0d1421;margin: 0 3px;}
.newPage .ratio{font-weight:500;font-size:12px}
.newPage .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.newPage .up{color:#16c784;font-size:12px}
.newPage .down{color:#ea3943;font-size:12px}
.newPage .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.newPage .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.newPage .mainShow .left .title{display:flex;align-items:center;font-weight:700;font-size:16px;color:#0d1421;line-height:18px;margin:20px 0}
.newPage .mainShow .left .title img{width:20px;height:20px}
.newPage .mainShow .left .newsList{width:100%;height:auto}
.newPage .mainShow .left .newsList li{width:100%;height:270px;display:flex;justify-content:space-between;margin-bottom:40px}
.newPage .mainShow .left .newsList li>a{display:inline-block;width:470px;height:270px;border-radius:12px;overflow:hidden;position:relative}
.newPage .mainShow .left .newsList li>a>img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);object-fit: cover;}
.newPage .mainShow .left .newsList li .time{width:100px;height:270px;padding:7px 10px 0 0}
.newPage .mainShow .left .newsList li .time>p{font-weight:500;font-size:14px;color:#616e85;line-height:23px;text-align:left}
.newPage .mainShow .left .newsList li .infoBox{flex:1;height:100%;display:flex;flex-direction:column;padding:12px 0 12px 30px;box-sizing:border-box}
.newPage .mainShow .left .newsList li .infoBox h3{font-weight:600;font-size:22px;color:#0d1421;line-height:39px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.newPage .mainShow .left .newsList li .infoBox .content{font-weight:500;font-size:14px;color:#616e85;height:110px;line-height:22px;text-align:left;margin:0 0 20px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.newPage .mainShow .left .newsList li .infoBox .rateWrap{display:flex;align-items:center;width:100%;flex:1;flex-wrap:wrap;overflow:hidden;justify-content: flex-start;}
.newPage .mainShow .left .newsList li .infoBox .rateWrap .timeSmall{display: none;}
.newPage .mainShow .left .newsList li .infoBox .rateNum{display:flex;align-items:center;justify-content:center;min-width:90px;height:auto;border-radius:6px;padding:7px 4px;margin-right:10px;margin-bottom:10px}
.newPage .mainShow .left .newsList li .infoBox .rateNum img{width:20px;height:20px;border-radius:50%;overflow:hidden;object-fit:contain;border-radius:50%;overflow:hidden}
.newPage .mainShow .left .newsList li .infoBox .rateNum span{display:inline-block;margin:0 9px;font-weight:500;font-size:12px;color:#616e85}
.newPage .rateNum.up{background:#f3fbf6}
.newPage .rateNum.down{background:#fcf6f6}
.newPage .rightBox .category::-webkit-scrollbar{width:4px;height:100%;border-radius:3px}
.newPage .rightBox .category::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(60,38,11,.5)}
.newPage .listBtn .searchBox{width:300px;height:40px;background:#eff2f5;border-radius:12px;padding:11px;box-sizing:border-box;margin-right:8px;position:relative}
.newPage .listBtn .searchBox:focus-within{border:1px solid #3562ff;background:#eff2f5}
.newPage .listBtn .searchBox input{border:none;background:0 0;height:18px;vertical-align:top;font-weight:600;font-size:14px;color:#0d1421;line-height:18px}
.newPage .listBtn .searchBox img{display:inline-block;width:18px;height:18px}
.newPage .mainShow .listBtn .right{display:flex;}
.newPage .mainShow .rightBox{width:180px;background:#fff;padding:10px;border-radius:15px;position: relative;}
.newPage .mainShow .rightBox h5{font-weight:600;font-size:16px;color:#0d1421;line-height:18px;text-align:left;padding:0 0 11px 18px}
.newPage .mainShow .rightBox .navchange{display: none;}
.newPage .mainShow .rightBox .rightItem{min-width: 180px;position:fixed;bottom:auto;max-height:calc(100vh - 86px);overflow: scroll;scrollbar-width:none;}
/* .newPage .mainShow .rightBox .rightItem.show{position:fixed;bottom:auto} */
.newPage .mainShow .rightBox .rightItem.show{position:absolute;bottom: 0}

.newPage .mainShow .rightBox .category{display:flex;flex-direction:column;width:100%;margin:0 auto;}
.newPage .mainShow .rightBox .category li{width:auto;height:36px;border-radius:10px;line-height:36px;font-weight:400;font-size:16px;color:#616E85;box-sizing:border-box;margin-bottom:5px}
.newPage .mainShow .rightBox .category li a{display: block;width: 100%;height: 100%;padding: 0 39px;box-sizing: border-box;}
.newPage .mainShow .rightBox .category li.active{background:#EFF2F5;color:#0D1421;cursor: pointer;}
.newPage .mainShow .rightBox .category li:hover{background:#EFF2F5;color:#0D1421;cursor: pointer;}
.newPage .searchResult::-webkit-scrollbar{width:2px;height:40px;display:none}
.newPage .category li{width:180px;height:40px;border-radius:10px}
.newPage .category li.active{background:#EFF2F5}
.newPage .listBtn .searchDetail{padding: 10px;z-index: 2;}
.newPage .listBtn .searchDetail-item{margin-bottom: 10px;}
.newPage .listBtn .searchDetail-item[data-type="news"]{display: none;}
.newPage .listBtn .searchDetail-item:last-child{margin-bottom: 0;}
.newPage .listBtn .searchDetail-name{font-size: 14px;color: #616e85;line-height: 20px;margin-bottom: 5px;}
.newPage .listBtn .searchDetail-info{padding: 0 10px;box-sizing: border-box;}
.newPage .listBtn .searchDetail-info a{font-size: 14px;color: #0D1421;line-height: 20px;cursor: pointer;display: flex;align-items: center;}
.newPage .listBtn .searchDetail-info a span{color: #4a77ff;font-weight: bold;display: inline-block;max-width: 50%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin: 0 3px;}
.newPage .listBtn .searchDetail ul{padding: 0 10px;box-sizing: border-box;}
.newPage .listBtn .searchDetail ul li{width: 100%;}

.newDetailPage .headerBlock{height: 70px;}
/* 导航栏 */
.newDetailPage .rightBox{width:100%;background:#fff;padding:10px;border-radius:15px;position: relative;display: none;}
.newDetailPage .rightItem{min-width: 180px;position:absolute;bottom: 0;max-height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;}
.newDetailPage .rightItem .category{display:flex;flex-direction:column;width:100%;margin:0 auto;}
.newDetailPage .rightItem .category li{width:auto;height:36px;padding: 0 39px;border-radius:10px;line-height:36px;font-weight:400;font-size:16px;color:#616E85;box-sizing:border-box;margin-bottom:5px}
.newDetailPage .rightItem .category li.active{background:#EFF2F5;color:#0D1421;cursor: pointer;}
.newDetailPage .rightItem .category li:hover{background:#EFF2F5;color:#0D1421;cursor: pointer;}
.newDetailPage .rightItem .category li{width:180px;height:40px;border-radius:10px}
.newDetailPage .rightItem .category li.active{background:#EFF2F5}
/*  */
.newDetailPage .topInfoShow{display: none;}
.newDetailPage .mainShow{max-width:1500px;margin:0 auto 48px;position:relative}
.newDetailPage .mainTop{width:100%;display:flex}
.newDetailPage .mainTop .left{width:340px;position: relative;padding-top: 16px;order: -1;}
.newDetailPage .mainTop .left .showDetailBox{width:340px;position:fixed;bottom: auto;max-height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;}
.newDetailPage .mainTop .center{flex:1;margin:0 40px;padding-top: 16px;}
.newDetailPage .mainTop .right{width: 340px;;position:relative;padding-top: 16px;}
/* .newDetailPage .mainTop .right.show .newsUal{position: fixed;bottom: auto;}
.newDetailPage .mainTop.show .showDetailBox{position: fixed;bottom: auto;} */
.newDetailPage .mainTop .right.show .newsUal{position:absolute;bottom: 0;}
.newDetailPage .mainTop.show .showDetailBox{position:absolute;bottom: 0;}
/* .newDetailPage .mainTop  .right .kxTips{display: none;} */
.newDetailPage .mainTop  .right .newsUal{width:340px;max-height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;position: fixed;bottom: auto;}
.newDetailPage .mainTop  .right .newsUal::-webkit-scrollbar{display:none;width:0;height:0;}
.newDetailPage .mainTop  .right .newsUal::-webkit-scrollbar-thumb{display:none;width:0;height:0;}

/* .newDetailPage .mainTop.show .showDetail{position:fixed;bottom:0} */
.newDetailPage .mainTop .pkBox{width:340px;padding-bottom:15px}
.newDetailPage .mainTop .pkBox div{width:100%}
.newDetailPage .mainTop .pkBox .pkp{height:16px;border-radius:8px;background:#ea3943;box-sizing:border-box;overflow:hidden;position:relative;margin:15px 0}
.newDetailPage .mainTop .pkBox .process{height:16px;border-radius:8px;background:#16c784;position:absolute;left:0;top:0}
.newDetailPage .mainTop .pkn{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;line-height:20px;margin-bottom: 7px;}
.newDetailPage .mainTop .pkBox .up{color:#16c784;border:1px solid #16c784}
.newDetailPage .mainTop .pkBox .down{color:#ea3943;border:1px solid #ea3943}
.newDetailPage .mainTop .pkn span{border:none!important}
.newDetailPage .mainTop .pkn span:nth-child(1)::before{display:inline-block;width:26px;height:20px;content:'';background:url(../img/ico_z.png) center/100% no-repeat;vertical-align:middle;margin-right:2px}
.newDetailPage .mainTop .pkn span:nth-child(2)::after{display:inline-block;width:26px;height:20px;content:'';background:url(../img/ico_d.png) center/100% no-repeat;vertical-align:middle;margin-left:2px}
.newDetailPage .mainTop .pkBox .pkb{align-items:center;justify-content:space-between}
.newDetailPage .mainTop .pkBox .pkb .btn{width:45%;height:30px;border-radius:6px;line-height:30px;text-align:center;cursor:pointer;font-size: 12px;}
.newDetailPage .mainTop .pkb .btn.up::before{display:inline-block;width:16px;height:12px;content:'';background:url(../img/ico_z02.png) center/100% no-repeat;vertical-align:middle;margin-right:2px}
.newDetailPage .mainTop .pkb .btn.down::before{display:inline-block;width:16px;height:12px;content:'';background:url(../img/ico_d02.png) center/100% no-repeat;vertical-align:middle;margin-left:2px}
.newDetailPage .mainTop .center .warnTxt{font-size: 12px;color: #373A42;line-height: 17px;text-align:left;margin-bottom: 20px;text-align: center;display: none;}
.newDetailPage .mainTop .center .warnTxt::before{display: inline-block;width: 14px;height: 14px;content: '';background: url(../img/news_ico_notice1.png) center/100% no-repeat;vertical-align: middle;margin-right: 5px;}
.newDetailPage .mainTop .center h1{font-weight:600;font-size:24px;color:#131926;line-height:1.5;text-align:left}
.newDetailPage .mainTop .center h2{font-weight:600;font-size:22px;color:#131926;line-height:1.5;text-align:left}
.newDetailPage .mainTop .center>h3{font-weight:600;font-size:22px;color:#131926;line-height:1.5;text-align:left}
.newDetailPage .mainTop .center ul{margin:20px 0;flex-wrap: wrap;}
.newDetailPage .mainTop .center>ul li{min-width:80px;height:40px;background:#eff2f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:SanFranciscoText,SanFranciscoText;font-weight:700;font-size:14px;color:#4a77ff;line-height:11px;margin:0 14px 14px 0;padding:0 10px;box-sizing:border-box}
.newDetailPage .mainTop .center li img{width:20px;height:20px;margin-right:5px;border-radius: 50%;overflow: hidden;object-fit:contain}
.newDetailPage .mainTop .center .content{margin-top: 36px;font-size: 16px;color:#0d1421;}
.newDetailPage .mainTop .center .content strong{font-weight: bolder;}
.newDetailPage .mainTop .center .content h1,.newDetailPage .mainTop .center .content h2,.newDetailPage .mainTop .center .content>h3,.newDetailPage .mainTop .center .content h4 {font-weight:700;color:#131926;text-align:left;margin:2em 0;-webkit-margin-before: 2em;-webkit-margin-after: 2em;}
.newDetailPage .mainTop .center .content h1{font-size:24px;line-height:2;font-weight:700;}
.newDetailPage .mainTop .center .content h2{font-size:22px;line-height:2;font-weight:700;}
/* .newDetailPage .mainTop .center .content h3{font-size:22px;line-height:2em;font-weight:700;color:#0d1421;text-align:left;margin-top: 20px;} */
.newDetailPage .mainTop .center .content>h3{    background-image: linear-gradient(90deg, #d4e2ff 10%, #f5f8ff 20%, #fff);border-left: 5px solid #0057ff;border-radius: 3px 3px;font-size: 22px;line-height:2em;color: #131926;padding-left: 18px ;white-space: inherit ;}
.newDetailPage .mainTop .center .content h4{font-size: 18px;line-height: 2;}
.newDetailPage .mainTop .center .content p{font-weight:400;font-size:16px;line-height:2;text-align:left;margin:1em 0;}
.newDetailPage .mainTop .center .content ul {-webkit-margin-before: 1em;-webkit-margin-after: 1em; -webkit-margin-start: 0;-webkit-margin-end: 0;-webkit-padding-start: 40px;list-style: revert; margin: 1em 0;padding-left: 40px;}
.newDetailPage .mainTop .center .content ul li{list-style: revert;line-height: 2em;margin: 1em 0;}
.newDetailPage .mainTop .center .content ol {-webkit-margin-before: 1em;-webkit-margin-after: 1em; -webkit-margin-start: 0;-webkit-margin-end: 0;-webkit-padding-start: 40px;list-style: revert; margin: 1em 0;padding-left: 40px;}
.newDetailPage .mainTop .center .content ol li{line-height: 1.8em;list-style: revert;}

.newDetailPage .mainTop .center .content img{width:100%}

.newDetailPage .collectBox{width:100%;display:flex;position: relative;;margin:30px 0;box-sizing:border-box;justify-content: space-between;align-items: center;}
.newDetailPage .collectBox div{display: flex;align-items: center;}
.newDetailPage .collectBox div .auth{font-size: 14px;color: #0D1421;line-height: 20px;margin-right: 20px;}
.newDetailPage .collectBox div .time{font-size: 12px;color: #616E85;line-height: 20px;}
.newDetailPage .collectBox div .collectTxt{font-size: 12px;color: #0D1421;line-height: 20px;margin-left: 5px;}

.newDetailPage .collectBox .collect{display:inline-block;width:19px;height:17px;background:url(../img/news_ico_collect01.png) center/100% no-repeat}
.newDetailPage .collectBox .collect.active{background:url(../img/news_ico_collect02.png) center/100% no-repeat!important}
/* .newDetailPage .mainTop .right .showDetail{width:220px;height:auto;padding-bottom:10px}
.newDetailPage .mainTop .right .showDetail li{width:200px;height:50px;background:#fff;box-shadow:0 0 20px 0 rgba(164,164,165,.2);border-radius:12px;border:1px solid #f5f5f6;padding:10px 15px;box-sizing:border-box;margin:4px auto;display:flex;justify-content:space-between;align-items:center}
.newDetailPage .mainTop .right .showDetail li .ratioinfo{display:flex;align-items:center}
.newDetailPage .mainTop .right .showDetail li .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px;border-radius: 50%;overflow: hidden;;}
.newDetailPage .mainTop .right .showDetail li .ratioinfo .down{color:#ea3943}
.newDetailPage .mainTop .right .showDetail li .ratioinfo .up{color:#16c784} */
.newDetailPage .mainShow ul li .ratio{font-weight:500;font-size:14px}
/* left */
.newDetailPage .mainTop .left .showDetail{width:340px;height:auto;padding-bottom:10px}
.newDetailPage .mainTop .left .showDetail li{width:340px;height: auto;background:#fff;box-shadow:0 0 2px 0 rgba(164,164,165,.2);border-radius:12px;border:1px solid #f5f5f6;padding:10px 15px;box-sizing:border-box;margin:4px auto;}
.newDetailPage .mainTop .left .showDetail li .mainInfo {display: block;min-height: 30px;display:flex;align-items:center;position: relative;}
.newDetailPage .mainTop .left .showDetail li .mainInfo::before{content: ''; display: block;background: url(../img/ico_checkbox01.png)  center/100% no-repeat;width: 9px;height: 7px;position: absolute;right: 0;transform: rotate(0deg)}
.newDetailPage .mainTop .left .showDetail li.showOff .mainInfo::before{transform: rotate(180deg)}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo{display:flex;align-items:center;    margin-right: 15px;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px;border-radius: 50%;overflow: hidden;;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span{font-size: 14px;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span:first-of-type{margin-right: 10px;display: none;}

.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo .down{color:#ea3943}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo .up{color:#16c784}
.newDetailPage .mainShow ul li .ratio{font-weight:500;font-size:14px}
.newDetailPage .mainShow ul li .ratio::before{display:inline-block;width:7px;height:6px;content:'';vertical-align:middle}
.newDetailPage .mainShow ul li .ratio.up{color:#16c784}
.newDetailPage .mainShow ul li .ratio.down{color:#ea3943}
.newDetailPage .mainShow ul li .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.newDetailPage .mainShow ul li .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.newDetailPage .mainTop .left .showDetail li.showOff .showMore {margin-top: 10px;width: 100%;display: grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;border-top:1px solid #F5F5F6; padding: 14px 0 0 0;box-sizing: border-box;}
.newDetailPage .mainTop .left .showDetail li .showMore {margin-top: 10px;width: 100%;display: none;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;border-top:1px solid #F5F5F6; padding: 14px 0 0 0;box-sizing: border-box;}
.newDetailPage .mainTop .left .showDetail li .showMore p {font-family: PingFangSC, PingFang SC;font-weight: 400;font-size: 12px;color: #616E85;line-height: 11px;text-align: left;}
.newDetailPage .mainTop .left .showDetail li .showMore span {display: block;font-size: 12px;color: #0D1421;line-height: 11px;margin-top: 6px;}
.newDetailPage .mainTop .left .showDetail li .showMore span.up{color:#16c784}
.newDetailPage .mainTop .left .showDetail li .showMore span.down{color:#ea3943}
.newDetailPage .disclaimerBox{padding-top: 50px;}
.newDetailPage .disclaimerBox p{font-size: 12px;color: #A4A4A5;line-height: 22px;}


.hoverUp{transform: scaleY(1.15);transform-origin: bottom left;}
.hoverDown{transform: scaleY(1.15);transform-origin: bottom right;}
/*  */
/* .recommond ul li,.recommond ul li{display:flex} */
.recommond .title{display:flex;justify-content:space-between;padding: 20px 0;box-sizing: border-box;}
.recommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.recommond .title a{font-weight:500;font-size:12px;color:#3562ff;display: flex;align-items: center;}
.recommond ul{width:100%}
.recommond ul li {border-bottom:1px solid #f5f5f6;height: 50px;padding: 0 4px;}
.recommond ul li:first-of-type{border-top:1px solid #f5f5f6;height:30px;line-height:30px;text-align:left;display:block;font-weight:500;font-size:12px;color:#616e85}
/* .recommond table th:last-of-type{text-align:center} */
.recommond ul li>a{width: 100%;height:100%;display:grid;grid-template-columns:3fr 3fr 3fr}
.recommond ul li>a>div{height:50px}
.recommond ul li>a>div:last-of-type,.recommond ul li>a>span:last-of-type{width:100%;display:flex;flex-direction:column;align-items:center;justify-content: center;}
.recommond ul li>a>div:nth-of-type(2),.recommond ul li>a>span:nth-of-type(2){display:flex;justify-content: flex-end;padding-right: 20px;box-sizing: border-box;}
.recommond ul li>a .nameBox{display:flex;align-items:center;height: 100%;}
.recommond ul li>a .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.recommond ul li>a .nameBox div{ display: flex;flex-direction: column;justify-content: center;}
.recommond ul li>a .nameBox div p,.recommond ul li>a .nameBox>p{font-size:14px;color:#0d1421;line-height:18px}
.recommond ul li>a .nameBox div span{font-size:10px;color:#616E85;line-height:10px;}
.recommond ul li>a .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:50px}
.recommond ul li>a .namecell{text-align: left;flex-direction: column;align-items: start;justify-content: center;}
.recommond ul li>a .namecell p{font-size:14px;color:#0d1421;line-height: normal;}
.recommond ul li>a .namecell span{display: block;font-size:10px;color:#616E85;line-height: normal;}

.recommond ul li>a .ratioBox .waveSvg{display:block;width:90px;height:29px}
.recommond ul li>a .ratioBox .ratio{display:block;width:90px;font-weight:500;font-size:10px;text-align:center;line-height: 15px;}
.recommond ul li>a .ratioBox .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.recommond ul li>a .ratioBox .ratio.up{color:#16c784}
.recommond ul li>a .ratioBox .ratio.down{color:#ea3943}
.recommond ul li>a .ratioBox .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.recommond ul li>a .ratioBox .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.recommond .title a::after{display: block;content: '';width: 6px;height: 10px;background: url(../img/ico_more@2x.png) center/100% no-repeat;margin-left: 5px;}

/*  */
/* add */
/* .newDetailPage .mainTop  .right .newsUal{position: fixed;bottom: auto} */
/* .newDetailPage .mainTop  .right .newsUal{width:100%} */
.newDetailPage .mainTop  .right .newsUal li{width:100%;height:80px;border-bottom:1px solid #f5f5f6;display:flex;align-items:center;justify-content:space-between}
.newDetailPage .mainTop  .right .newsUal li>div{flex:1;height: 60px;display: flex;flex-direction: column;justify-content: space-between;}
.newDetailPage .mainTop  .right .newsUal li>div .content{font-weight:500;font-size:14px;color:#0d1421;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;display: none;}
.newDetailPage .mainTop  .right .newsUal li>div .title{font-weight:500;font-size:14px;color:#0d1421;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;}
.newDetailPage .mainTop  .right .newsUal li>div .time{font-size: 12px;color: #616E85;line-height: 14px;}

.newDetailPage .mainTop  .right .newsUal li img{width:80px;height:60px;margin-left: 10px;border-radius:10%;object-fit:cover}
.newDetailPage .mainTop  .right .newsUal li.txTips{display: none;}

.newDetailPage .moreNews{max-width:1500px;margin:0 auto;height:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;width: 100%;}
.newDetailPage .moreNews li{width:100%;margin-bottom:20px;position:relative}
.newDetailPage .moreNews li .picwrap{display:inline-block;width:100%;height:270px;position:relative;border-radius:12px;overflow:hidden;margin-bottom:10px}
.newDetailPage .moreNews li .titwrap{display:inline-block;width:100%;max-height:108px;overflow:hidden;position:relative;margin-bottom:5px}
.newDetailPage .moreNews li .mark{margin:30px 0 15px 0;font-weight:500;font-size:14px;color:#4a77ff;line-height:20px;text-align:left}
.newDetailPage .moreNews li .picwrap>img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.newDetailPage .moreNews li .newsTitle{width:100%;font-weight:600;font-size:18px;color:#0d1421;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.newDetailPage .moreNews li .newsContent{width:100%;margin-bottom:10px;font-weight:400;font-size:14px;color:#616e85;line-height:24px;height:72px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}
.newDetailPage .moreNews li .newsTips{display:flex;align-items:center;flex-wrap:wrap;height:40px;overflow:hidden}
.newDetailPage .moreNews li .newsTips>a:nth-child(n+4){display: none;}
.newDetailPage .moreNews li .newsTips .newsTime{font-weight:600;font-size:12px;color:#0d1421;line-height:17px;text-align:left;margin-right:30px}
.newDetailPage .showDetail .link{display:flex;align-items:center;justify-content:center;}
.newDetailPage .ratioItem{width:auto;height:36px;background:#eff2f5;border-radius:12px;border:1px solid #f5f5f6;padding:6px 10px;font-size:12px;box-sizing:border-box;margin-right:20px;display:flex;justify-content:space-between;align-items:center;}
.newDetailPage .ratioItem .ratioinfo{display:flex;align-items:center;margin-right:5px}
.newDetailPage .ratioItem .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px}
.newDetailPage .mainShow h5{font-weight:600;font-size:20px;color:#0d1421;margin:30px auto;max-width: 1440px;}
.hotInfo .multOrderNum{font-weight:600;font-size:16px;color:#4a77ff;line-height:16px;text-align:left}
.hotInfo .noneOrderNum{font-weight:600;font-size:16px;color:#16c784;line-height:16px;text-align:left}
.hotInfo .mainShow{width:1440px;margin:0 auto 48px;position:relative}
.hotInfo .mainShow .topShow{width:100%;display:flex;justify-content:space-between}
.hotInfo .mainShow .topShow .topItem{width:712px}
.hotInfo .mainShow .topShow .topItem .topchart{width:100%}
.hotInfo .selectBtn{width:100%;margin:0 auto 25px;justify-content:space-between;align-items:center}
.hotInfo .selectBtn .listBtn .changeBtn{display: flex;align-items: center;background: #eff2f5;border-radius: 7px;padding: 0;height: 28px;border: 3px solid #eff2f5;}
.hotInfo .selectBtn .listBtn{display:flex;justify-content:space-between;padding-right:10px}
.hotInfo .selectBtn .listBtn .left,.hotInfo .selectBtn .listBtn .right{display:flex}
.hotInfo .selectBtn .listBtn .changeBtn{margin-left:12px}
.hotInfo .selectBtn .listBtn .changeBtn i{height: 28px;color: #a6b0c3;border-radius: 6px;text-align: center;line-height: 28px;font-weight: 500;font-size: 12px;cursor: pointer;padding: 0 8px;}
.hotInfo .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.hotInfo .selectBtn h5{font-weight:600;font-size:20px;color:#0d1421;line-height:42px}
.hotInfo .hotEchart,.hotInfo .infoBox{width:100%;height:416px;z-index: 1;}
.hotInfo .infoBox{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}
.hotInfo .infoBox li{width:348px;height:200px;background:#f8f9fb;border-radius:12px;margin-bottom:16px;padding:35px 16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}
.hotInfo .infoBox li .infoTxt{display:flex}
.hotInfo .infoBox li .infoTxt>div{width:120px;box-sizing:border-box}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(3),.hotInfo .infoBox li .infoTxt>div>p:nth-child(1){font-weight:600;font-size:14px;color:#0d1421;line-height:22px;text-align:left}
.hotInfo .infoBox li .infoTxt>div>p:nth-child(2){font-weight:400;font-size:14px;color:#616e85;line-height:22px;text-align:left;margin:35px 0 9px 0}
.hotInfo .infoBox li .infoTxt>div>p:nth-child(2)::before{display:inline-block;content:'';width:8px;border-radius:3px;height:8px;background:#16c784;vertical-align:middle;margin-right:10px}
.hotInfo .infoBox li .infoTxt>div>p:nth-child(2).multOrder::before{background:#4a77ff!important}
.hotInfo .infoBox li .infoProcess{width:100%;height:8px;background:#16c784;border-radius:3px;position:relative;overflow:hidden}
.hotInfo .infoBox li .infoProcess .processWid{height:8px;background:#4a77ff;border-radius:3px;position:absolute;left:0;top:0}
.hotInfo .mainShow .tableList{width:100%;justify-content:space-between}
.hotInfo .mainShow .tableList .tableItem{width:712px}
.hotInfo .tableList table{width: 100%;border-collapse: collapse;}
.hotInfo .tableList table tr{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}
.hotInfo .tableself table tr{display:grid;grid-template-columns:40px 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr}
.hotInfo .tableList .tableItem .tableWrap{height:450px;background:#fcfdfd;border-radius:12px;border:2px solid #f5f5f6;padding:15px 5px 15px 15px;box-sizing:border-box}
.hotInfo .tableList .tableItem .tableWrap table{background:#fcfdfd}
.hotInfo .tableList .tableItem .tableWrap table th{height:48px;line-height:48px;text-align:right;flex:1;background:#fcfdfd;font-weight:500;font-size:14px;color:#0d1421}
.hotInfo .tableList .tableItem .tableWrap table tr th:nth-child(1){text-align:left!important}
.hotInfo .tableList .tableItem .tableWrap table tr{border-bottom:1px solid #f5f5f6}
.hotInfo .tableList .tableItem .tableWrap table tr td:nth-child(1){flex-direction:row!important}
.hotInfo .tableList .tableItem .tableWrap table td{height:70px;line-height:70px;display:flex;align-items:center;flex-direction:row-reverse}
.hotInfo .tableList .tableItem .tableWrap>div{height:100%;overflow:auto;scrollbar-width:thin;height: 100%;min-width: max-content;overflow-y: scroll;}
.hotInfo .tableList .tableMore table td{height:50px!important;line-height:50px!important}
.hotInfo .tableList .tableMore table tr{border-bottom:1px solid #f8f9fb!important}
.hotInfo .tableList .tableMore table td .nameBox{line-height: 1;}
.hotInfo .tableList .tableItem .tableWrap table tr:nth-child(1){position:sticky;top:0;background-color:#fcfdfd;z-index:1}
.hotInfo .tableList .tableItem .tableWrap .nameBox>a{display: flex;align-items: center;}
.hotInfo .addMargin{margin:60px 0}
.hotInfo .addDown{background:linear-gradient(90deg,rgba(238,61,56,0) 0,#f6b3b1 100%)}
.hotInfo .addUp{background:linear-gradient(90deg,rgba(5,199,87,0) 0,#9ae8bb 100%)}
.hotInfo .mainShow .echartWapBox{width:100%;margin-bottom:71px}
.hotInfo .mainShow .echartWapBox .echartTopHot{width:100%;height:500px;z-index: 1;}
.tableList .tableNormal table tr{border-bottom:1px solid #f5f5f6!important}
.hotInfo .tableList .tableNormal table td{height:70px;line-height:70px;display:flex;align-items:center;justify-content:center}
.hotInfo .tableList .tableNormal table th{height:48px;line-height:48px;text-align:center;flex:1}
.hotInfo .tableList .tableNormal table tr th:nth-child(2){text-align:left!important}
.hotInfo .tableList .tableNormal table tr td:nth-child(2){justify-content:flex-start}
.hotInfo .tableList .tableNormal table tr th:nth-child(3){text-align:right!important}
.hotInfo .tableList .tableNormal table tr td:nth-child(3){justify-content:flex-end}
.hotInfo .tableList .tableNormal .middlDown{background:rgba(234,57,67,.4)}
.hotInfo .tableList .tableNormal .mostDown{background:rgba(234,57,67,.7)}
.hotInfo .tableList .tableNormal .littleDown{background:rgba(234,57,67,.1)}
.hotInfo .tableList .tableNormal .middlUp{background:rgba(22,199,132,.2)}
.hotInfo .tableList .tableNormal .mostUp{background:rgba(22,199,132,.4)}
.hotInfo .tableList .tableNormal .littleUp{background:rgba(22,199,132,.1)}
.hotInfo .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.hotInfo .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}
.porosity .mainShow{width:1440px;margin:0 auto 48px;position:relative}
.porosity .mainShow .topShow{width:100%;display:flex;justify-content:space-between}
.porosity .mainShow .topShow .topItem{width:48%}
.porosity .mainShow .topShow .topItem .topchart{width:100%}
.porosity .mainShow .topSele{margin-bottom:0!important}
.porosity .selectBtn{width:100%;margin:0 auto 25px;justify-content:space-between}
.porosity .selectBtn .listBtn{display:flex;align-items:center}
.porosity .selectBtn.topSele .listBtn{flex:1;margin:26px 0 10px 0}
.porosity .selectBtn .listBtn .changeBtn{height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.porosity .selectBtn .listBtn .left,.porosity .selectBtn .listBtn .right{display:flex;width: 100%;}
.porosity .selectBtn .listBtn .right{justify-content:flex-end}
.porosity .selectBtn .listBtn .right .changeBtn{margin-left:10px}
.porosity .flowOptions .selectBox{width:104px;height:42px;background:#eff2f5;border-radius:10px;margin-right:12px}
.porosity .flowOptions .selectBox select{width:104px;height:42px;background:#eff2f5;border-radius:10px;border:none;padding:0 15px;font-weight:500;font-size:14px;color:#0d1421}
.porosity .flowOptions .days{width:90px;height:42px;background:#eff2f5;border-radius:10px;display:flex;align-items:center;padding:0 10px;box-sizing:border-box;font-weight:500;font-size:14px;color:#0d1421}
.porosity .flowOptions .days select{width:90px;height:42px;background:#eff2f5;border-radius:10px;border:none;padding:0 15px;font-weight:500;font-size:14px;color:#0d1421}
.porosity .selectBtn .listBtn .changeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.porosity .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.porosity .selectBtn h5{font-weight:600;font-size:20px;color:#0d1421;line-height:42px}
.porosity .topBox{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}
.porosity .topItem{width:712px;height:200px;background:#fff;box-shadow:0 0 20px 0 rgba(164,164,165,.2);border-radius:12px;border:1px solid #f5f5f6}
.porosity .topItem ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;box-sizing:border-box;padding:40px}
.porosity .topItem ul li{width:40%;display:flex;margin-bottom:15px;justify-content:space-between}
.porosity .topItem ul li p{font-weight:600;font-size:12px;color:#0d1421;line-height:18px}
.porosity .topItem ul li>div{width:50%;height:31px;font-family:SanFranciscoText,SanFranciscoText;font-weight:500;font-size:12px;color:#0d1421;line-height:15px;text-align:left}
.porosity .topItem ul li .right{text-align:right!important}
.porosity ul li .ratio{font-weight:500;font-size:10px}
.porosity .mainShow .topItem ul li .ratio::before{display:inline-block;width:7px;height:6px;content:''}
.porosity .mainShow .topItem ul li .ratio.up{color:#16c784}
.porosity .mainShow .topItem ul li .ratio.down{color:#ea3943}
.porosity .mainShow .topItem ul li .rateUp{color:#16c784}
.porosity .mainShow .topItem ul li .rateDown{color:#ea3943}
.porosity .mainShow .topItem ul li .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.porosity .mainShow .topItem ul li .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.porosity .showOff{display:none}
.porosity .binanceBtc,.porosity .porpsitBtc{width:100%;height:420px;margin-bottom:40px}
.disflexItem{display:flex;align-items:center;justify-content:space-between}
.porosity .tableList .tableItemLeft{width:1440px;height:800px;box-sizing:border-box;background:#fff;border-radius:12px;border:2px solid #f5f5f6;padding:20px;box-sizing:border-box}
.porosity .tableList .tableLeft{width:100%}
.porosity .tableList .tableLeft table{width:100%}
.porosity .tableList .tableLeft table tr{display:grid;grid-template-columns:40px 2fr 5fr 1fr 2fr 1fr 2fr}
.porosity .tableList .tableLeft table th{height:48px;line-height:48px;text-align:right;flex:1;background:#fcfdfd}
.porosity .tableList .tableLeft table tr{border-bottom:1px solid #f5f5f6}
.porosity .tableList .tableLeft table tr:nth-child(1){display:none}
.porosity .tableList .tableLeft table td{height:50px;line-height:50px;display:flex;align-items:center;justify-content:center}
.porosity .tableList .tableLeft table td:nth-child(1){font-weight:400!important;font-size:14px!important;color:rgba(97,110,133,.5)!important}
.porosity .tableList .tableLeft table td:nth-child(2){justify-content:flex-start}
.porosity .tableList .tableLeft table td:nth-child(5),.porosity .tableList .tableLeft table td:nth-child(7){justify-content:flex-end}
.porosity .tableList .tableLeft .processBox{width:100%;height:100%;position:relative;background:linear-gradient(270deg,rgba(234,57,67,.6) 0,rgba(234,57,67,.2) 100%);overflow:hidden}
.porosity .tableList .tableLeft .processBox .processTxt{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 10px;box-sizing:border-box;position:relative;z-index:.5}
.porosity .tableList .tableLeft .processBox .process{height:100%;position:absolute;left:0;top:0;z-index:.1;background:linear-gradient(90deg,rgba(22,199,132,.7) 0,rgba(22,199,132,.2) 100%)}
.porosity .price.rateUp{color:#16c784}
.porosity .price.rateDown{color:#ea3943}
.porosity .tableList .tableItemRight{width:504px;height:800px;box-sizing:border-box;background:#fff;border-radius:12px;border:2px solid #f5f5f6;padding:20px;box-sizing:border-box}
.porosity .tableList .tableRight{width:100%}
.porosity .tableList .tableRight table tr{display:grid;grid-template-columns:1fr 2fr 1fr 1fr}
.porosity .tableList .tableRight table th{height:48px;line-height:48px;text-align:right;flex:1;background:#fcfdfd}
.porosity .tableList .tableRight table tr th:nth-child(1){text-align:left}
.porosity .tableList .tableRight table tr{border-bottom:1px solid #f5f5f6}
.porosity .tableList .tableRight table td{height:70px;line-height:70px;display:flex;align-items:center;justify-content:flex-end}
.porosity .tableList .tableRight table tr td:nth-child(1){justify-content:flex-start}
.porosity .tableList .tableRight table tr td:last-child{flex-direction:column;justify-content:center;align-items:flex-end}
.porosity .tableList .tableRight table tr td .time{line-height:14px!important}
.porosity .tableList .tableMore{height:90%;overflow:auto}
.porosity .tableList .tableMore table tr:nth-child(1){position:sticky;top:0;background-color:#fff;z-index:1}
.porosity .tableMore::-webkit-scrollbar{width:2px;height:100%}
.porosity .addMarginTop{margin-top:60px}
.porosity .tableBox table .numInfo{line-height:15px!important;display:flex;flex-direction:column;align-items:center;justify-content:center}
.porosity .mostDown{background:rgba(234,57,67,.7)}
.porosity .moreDown{background:rgba(234,57,67,.4)}
.porosity .middlDown{background:rgba(234,57,67,.2)}
.porosity .littleDown{background:rgba(234,57,67,.1)}
.porosity .mostUp{background:rgba(22,199,132,.7)}
.porosity .moreUp{background:rgba(22,199,132,.4)}
.porosity .middlUp{background:rgba(22,199,132,.2)}
.porosity .littleUp{background:rgba(22,199,132,.1)}
.porosity .tableBox table tr{grid-template-columns:40px 40px 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr}
.porosity .tableBox table tr th:nth-child(3){text-align:left!important}
.porosity .tableBox table tr th:nth-child(4){text-align:right!important}
.porosity .tableBox table tr td:nth-child(4){text-align:right!important}
.positionTable .mainShow{width:1440px;margin:0 auto}
.positionTable .selectBtn{width:100%;margin:0 auto 24px;justify-content:space-between}
.positionTable .selectBtn h5{font-weight:600;font-size:20px;color:#0d1421;line-height:42px}
/* .positionTable .tableBox{height:80vh;overflow:auto;scrollbar-width:thin} */
.positionTable .tableBox{height:auto;}
.positionTable table th{background:#eff2f5;}
.positionTable .allList .table tr{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}
.positionTable .allList .table thead tr:nth-child(1){grid-template-columns:1fr 1fr!important}
.positionTable table thead{background:#eff2f5;position:sticky;top:0;z-index:1}
.positionTable .tableBox::-webkit-scrollbar{width:4px;height:100%;border-radius:3px}
.positionTable .tableBox::-webkit-scrollbar-thumb{width:4px;border-radius:3px;background:#616e85}
.positionTable .tableBox table tr:nth-child(1){border-bottom:none!important}
.positionTable .tableBox table tr:nth-child(2) th:nth-child(1){text-align:left!important;padding-left:20px}
.positionTable .mostDown{background:rgba(234,57,67,.7)}
.positionTable .moreDown{background:rgba(234,57,67,.4)}
.positionTable .middlDown{background:rgba(234,57,67,.2)}
.positionTable .littleDown{background:rgba(234,57,67,.1)}
.positionTable .mostUp{background:rgba(22,199,132,.7)}
.positionTable .moreUp{background:rgba(22,199,132,.4)}
.positionTable .middlUp{background:rgba(22,199,132,.2)}
.positionTable .littleUp{background:rgba(22,199,132,.1)}
.positionTable .addbg{background:#eff2f5}
.favorites .mainShow{width:1440px;margin:0 auto;display:flex;justify-content:center;min-height:calc(100vh - 454px)}
.favorites .mainShow .labelNav{width:20%}
.favorites .mainShow .labelNav .navChange>div{width:180px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#616e85;line-height:18px;cursor:pointer}
.favorites .mainShow .labelNav .navChange>div.on{background:#eff2f5;color:#0d1421}
.favorites .mainShow .labelNav .navChange>div:nth-child(1)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_safety02.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div:nth-child(2)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_like02.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div:nth-child(3)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_coin02.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div:nth-child(4)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_attacth02.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div.on:nth-child(1)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_safety01.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div.on:nth-child(2)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_like01.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div.on:nth-child(3)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_coin01.png) center/100% no-repeat}
.favorites .mainShow .labelNav .navChange>div.on:nth-child(4)>a{display:inline-block;width:16px;height:16px;object-fit:contain;margin-right:5px;background:url(../img/ico_user_attacth01.png) center/100% no-repeat}
.favorites .mainShow .favoriteNews{flex:1}
.favorites .favoriteNews .moreNews{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px 16px;margin-bottom:20px}
.favorites .favoriteNews .moreNews li{display:flex;flex-direction:column}
.favorites .favoriteNews .moreNews li>.mark{margin:30px 0 10px 0;font-weight:500;font-size:14px;color:#4a77ff;line-height:20px;text-align:left}
.favorites .favoriteNews .moreNews li .imgBox{display: block;width:100%;height:270px;position:relative;overflow:hidden;border-radius:15px}
.favorites .favoriteNews .moreNews li .imgBox>img{height:100%;object-fit:contain;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;display:block}
.favorites .favoriteNews .moreNews li .newsTitle{display: block;width:100%;font-weight:600;font-size:16px;color:#0d1421;line-height:22px;height:44px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top:13px}
.favorites .favoriteNews .moreNews li .newsContent{width:100%;margin:10px 0;font-weight:500;font-size:12px;color:#616e85;line-height:20px;height:80px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;flex:1}
.favorites .favoriteNews .moreNews li .newsTips{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;height:32px}
.favorites .favoriteNews .moreNews li .newsTips .newsTime{font-weight:600;font-size:12px;color:#0d1421;line-height:17px;text-align:left;margin-right:30px}
.favorites .ratioItem{display:flex;align-items:center;justify-content:space-between}
.favorites .ratioItem .ratioinfo{/* width: 55px; */height: 24px;background: #eff2f5;border-radius: 12px;border: 1px solid #f5f5f6;padding: 3px 8px;margin-right: 10px;display: flex;align-items: center;font-size: 12px;}
.favorites .ratioItem .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px}
.favorites .collect{display:inline-block;width:18px;height:16px;background:url(../img/news_ico_collect01.png) center/100% no-repeat}
.favorites .collect.active{background:url(../img/news_ico_collect02.png) center/100% no-repeat!important}
.favorites .userInfo{width:340px;height:450px;padding:10px;box-sizing:border-box}
.favorites .userInfo .infoItem{width:300px;height:48px;margin:16px 0;display:flex;align-items:center;box-sizing:border-box;background:#fcfdfd;border-radius:6px;border:1px solid #f5f5f6;position:relative}
.favorites .userInfo .infoItem.phoneNum{background:0 0;border:none;justify-content:space-between}
.favorites .userInfo .infoItem.phoneNum .phone{background:0 0;border:none;justify-content:space-between;font-family:Poppins,Poppins;font-weight:600;font-size:20px;color:#0d1421;line-height:18px}
.favorites .password{width:100%;height:100%;border:0;border-radius:.2rem;padding:5px 10px;box-sizing:border-box;font-size:12px;font-family:Alibaba PuHuiTi;font-weight:400;color:#1c1c1c;line-height:14px;background:rgba(252,253,253,.3)}
.favorites .codeBtn{border:0;color:rgba(53,98,255,.7);font-weight:400;font-size:12px;line-height:14px}
.favorites .password{width:100%;height:100%;border:0;border-radius:.2rem;padding:5px 10px;box-sizing:border-box;font-size:12px;font-family:Alibaba PuHuiTi;font-weight:400;color:#1c1c1c;line-height:14px;background:rgba(252,253,253,.3);padding-right:30px;box-sizing:border-box}
.favorites .password::placeholder{font-size:12px;font-weight:400;color:rgba(97,110,133,.4)}
.favorites .btn{width:180px;height:50px;line-height:50px;background:rgba(97,110,133,.1);border-radius:12px;margin:30px auto;font-weight:400;font-size:12px;color:#616e85;text-align:center}
.favorites .clear{display:none;content:'';position:absolute;width:18px;height:18px;right:10px;background-image:url(../img/ico_delete.png);background-repeat:no-repeat}
.favorites .eyeon{display:block;content:'';position:absolute;width:17px;height:12px;right:10px;background-image:url(../img/ico_conceal02.png);background-repeat:no-repeat}
.favorites .eyeoff{background:url(../img/ico_conceal01.png) no-repeat center!important}
.favorites .tips{width:100%;height:18px;color:#ea3943;font-weight:500;font-size:11px;color:#ea3943;line-height:18px;padding-left:20px}
.favorites .table{width:100%;display:none}
.favorites .table table{width:100%}
.favorites .table:nth-child(1){display:block}
.favorites .table tr{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));border-bottom:1px solid #f5f5f6}
.favorites .table th{height:48px;text-align:center;flex:1;font-weight:600;font-size:12px;color:#0d1421}
.favorites .table th:nth-child(2){text-align:left}
.favorites .table td{height:70px;text-align:center;display:flex;justify-content:center;align-items:center;flex:1}
.favorites .table .tableLink{display:block;width:90px;height:40px;background:#eff2f5;border-radius:12px;line-height:40px;text-align:center;font-weight:600;font-size:14px;color:#0d1421}
.favorites .table .tableLink:hover{background:#dfe5eb}
.favorites .table .collectOff{display:block;width:16px;height:16px;background:url(../img/home_ico_collect01.png) no-repeat center;background-size:cover;cursor:pointer}
.favorites .table .collectOn{display:block;width:16px;height:16px;background:url(../img/home_ico_collect02.png) no-repeat center;background-size:cover;cursor:pointer}
.favorites .table td .nameBox{display:block;width:100%;text-align:left}
.favorites .table td .nameBox img{display:inline-block;width:30px;height:30px;border-radius:50%;overflow:hidden;vertical-align:-8px}
.favorites .table td .nameBox .name{width:100%;word-wrap:break-word;font-weight:600;font-size:16px;color:#0d1421}
.favorites .table td .price{width:100%;word-wrap:break-word;font-weight:500;font-size:14px;color:#0d1421}
.favorites .favoriteNews .tableuserS .ratio{font-weight:500;font-size:12px;display:block}
.favorites .favoriteNews .tableuserS .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.favorites .ratio.up{color:#16c784}
.favorites .ratio.down{color:#ea3943}
.favorites .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.favorites .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.favorites .ratio.noBefore::before{display:none}
.favorites .table td .priceBox{line-height:1;text-align:right}
.favorites .table td .priceBox .btc_i{font-weight:500;font-size:12px;color:#616e85}
.favorites .table td .waveSvg{display:block;width:72px;height:30%}
.favorites .attention ul li{ position: relative;width: 100%;margin-bottom: 30px;box-sizing: border-box;display: flex;}
.favorites .attention ul li .autherPic{ width: 36px;height: 36px;object-fit: contain;border-radius: 50%;overflow: hidden;}
.favorites .attention ul li .attentionInfo{flex: 1;width: 100%;padding: 0px 73px 16px 13px;box-sizing: border-box;}
.favorites .attention ul li .attentionInfo>.followBtn{position: absolute;top: 0;right: 0;display: flex;align-items: center;justify-content: center;width: 64px;height: 32px;background: #3562FF;border-radius: 8px;border: 1px solid #3562FF;font-size: 12px;color: #F5F9FF;cursor: pointer;content: '关注';}
.favorites .attention ul li .attentionInfo .followBtn i{display: inline-block;width: 12px;height: 12px;background: url(../img/dav_ico_follow01.png) no-repeat center;background-size: cover;}
.favorites .attention ul li .attentionInfo .followBtn.active{background: #FFFFFF;border-color: #B0B6C2;color: #B0B6C2;content: '已关注';}
.favorites .attention ul li .attentionInfo .followBtn.active i{background-image: url(../img/dav_ico_follow02.png);}

.favorites .attention ul li .attentionInfo .authorBox{display: inline-block;}
.favorites .attention ul li .attentionInfo .authorBox a{display: flex;align-items: center;height: 20px;}
.favorites .attention ul li .attentionInfo .authorBox h4{font-weight: 500;font-size: 16px;color: #0D1421;}
.favorites .attention ul li .attentionInfo .authorBox span{font-size: 14px;color: #B0B6C2;}
.favorites .attention ul li .attentionInfo .detailText{margin-top: 5px;}
.favorites .attention ul li .attentionInfo .detailText p{font-size: 14px;color: #0D1421;line-height: 22px;}
.favorites .attention ul li .attentionInfo .detailText .location{font-size: 14px;color: #3562FF;line-height: 22px;}
.favorites .attention ul li .attentionInfo .detailText .img{width: 600px;height: 354px;margin-top: 10px;background: #ccc;border-radius: 8px;}
.favorites .attention ul li .celebritySign{display: inline-block;width: 18px;height: 18px;background: url(../img/dav_ico_certification01@2x.png) no-repeat center;background-size: cover;margin-left: 3px;}
.favorites .attention ul li .celebritySign.yellow{background-image: url(../img/dav_ico_certification02@2x.png);}
.favorites .attention ul li .celebritySign.gray{background-image: url(../img/dav_ico_certification03@2x.png);}
.favorites .attention ul li .iconimg{width: 16px;height: 16px;border-radius: 50%;margin-left: 3px;}

/* table 左侧固定 s */
.mainPage .tableWrap table td:nth-child(1), .mainPage .tableWrap table th:nth-child(1){position: sticky;left: 0px;background-color: #fff;z-index: 1;}
.mainPage .tableWrap table td:nth-child(2), .mainPage .tableWrap table th:nth-child(2){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.mainPage .tableWrap table td:nth-child(3), .mainPage .tableWrap table th:nth-child(3){position: sticky;left: 80px;background-color: #fff;z-index: 1;}
.mainPage.allList .table table tr:hover>td{background-color:#f8f9fb!important}
/* table 左侧固定 e */
/* table 表头吸顶 s */
.mainPage.allList .tableNav,.mainPage.allList .table{transform: none !important;}
.mainPage.allList .table table thead,
.bourseAllList .tableWrap table thead,
.capitalRateBox .allList table thead,
.hotInfo .tableList table thead,
.porosity .tableBox table thead
{width: 100%;height: 48px;}
.mainPage.allList .table table thead th,
.bourseAllList .tableWrap table thead th,
.capitalRateBox .allList table thead th,
.hotInfo .tableList table thead th,
.porosity .tableBox table thead th
{box-sizing: border-box;}
.mainPage.allList .table table .table-head-fixed,
.bourseAllList .tableWrap table .table-head-fixed,
.capitalRateBox .allList table .table-head-fixed,
.hotInfo .tableList table .table-head-fixed,
.porosity .tableBox table .table-head-fixed
{position: fixed;top: 102px;left: 50%;transform: translateX(-50%) !important; width: 1440px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;animation: tableHeadFixed .5s ease 1;}
@keyframes tableHeadFixed {
  0% {height: 0;}
  100% {height: inherit;}
}

.mainPage.allList .table table .table-head-fixed::-webkit-scrollbar,
.bourseAllList .tableWrap table .table-head-fixed::-webkit-scrollbar,
.capitalRateBox .allList table .table-head-fixed::-webkit-scrollbar,
.hotInfo .tableList table .table-head-fixed::-webkit-scrollbar,
.porosity .tableBox table .table-head-fixed::-webkit-scrollbar 
{display: none;}

.positionTable .tableBox table thead{width: 100%;height: 97px;}
.positionTable .tableBox table thead th{box-sizing: border-box;}
.positionTable .tableBox table .table-head-fixed:nth-child(1){position: fixed;top: 102px;left: 50%;transform: translateX(-50%) !important; width: 1440px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #eff2f5;}
.positionTable .tableBox table .table-head-fixed:nth-child(2){position: fixed;top: 150px;left: 50%;transform: translateX(-50%) !important; width: 1440px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #eff2f5;animation: tableHeadFixedSpec .3s ease 1;}
.positionTable .tableBox .tableWrap table .table-head-fixed::-webkit-scrollbar {display: none;}
@keyframes tableHeadFixedSpec {
  0% {height: 0;}
  100% {height: 48px;}
}
@media (max-width: 1500px) {
  .mainPage.allList .table table .table-head-fixed,
  .bourseAllList .tableWrap table .table-head-fixed,
  .capitalRateBox .allList table .table-head-fixed,
  .hotInfo .tableList table .table-head-fixed,
  .porosity .tableBox table .table-head-fixed,
  .positionTable .tableBox .tableWrap table .table-head-fixed
  {left: 0;transform: none !important;width: 100%;}
}
/* table 表头吸顶 e */
/* 登录注册弹窗 s */
.loginDialog{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;display: none;}
.loginDialog-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.loginDialog button{border: none;background: none;}
/* main */
.loginDialog-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: flex;align-items: flex-start;width: 894px;height: 600px;background: #FFFFFF;border-radius: 24px;overflow: hidden;}
/* 左侧图片 */
.loginDialog-left{position: relative;width: 440px;height: 100%;background: #ccc;background: url(../img/login_banner1.png) no-repeat center;}
/* 右侧登录注册 */
.loginDialog-right{position: relative;height: 100%;padding: 0 42px;box-sizing: border-box;flex: 1;}
.loginDialog-close{position: absolute;top: 30px;right: 30px;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;cursor: pointer;z-index: 1;}
/* 登录注册-模块 */
.loginDialog-block{position: relative;width: 100%;height: 100%;padding-top: 72px;box-sizing: border-box;display: none;}
.loginDialog-block.active{display: block;}
.loginDialog-block[data-module="setPasswordBlock"]{padding-top: 52px;}
/* 登录注册-头部 */
.loginDialog-head{position: relative;}
.loginDialog-title{font-weight: 600;font-size: 24px;color: #0D1421;line-height: 26px;}
/* 登录注册-表单 */
.loginDialog-box{width: 100%;margin-top: 40px;display: none;}
.loginDialog-box.active{display: block;}
.loginDialog-form-item{width: 100%;position: relative;margin-top: 26px;}
.loginDialog-form-item:first-child{margin-top: 0;}
.loginDialog-form-item.noName{margin-top: 20px;}
.loginDialog-form-name{font-size: 14px;color: #0D1421;line-height: 18px;padding-left: 5px;box-sizing: border-box;margin-bottom: 9px;}
.loginDialog-form-name em{color: #F92828;}
.loginDialog-form-input{position: relative;width: 100%;height: 40px;border: 1px solid #B0B6C2;border-radius: 8px;overflow: hidden;box-sizing: border-box;display: flex;align-items: center;}
.loginDialog-form-input input{height: 100%;background: none;border: none;outline: none;font-size: 14px;color: #0D1421;font-weight: 500;flex: 1;}
.loginDialog-form-error{position: absolute;top: 0;right: 0;font-size: 14px;color: #FF2936;display: none;}
.loginDialog-form-item.noName .loginDialog-form-error{top: -20px;}
.loginDialog-form-item.focus .loginDialog-form-input{border-color: #3562FF;}
.loginDialog-form-item.error .loginDialog-form-input{border-color: #FF2936;}
.loginDialog-form-item.error .loginDialog-form-error{display: block;}
.loginDialog-form-item .loginDialog-form-code-tip{position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%) !important;width: 100%;font-size: 12px;color: #3562FF;text-align: center;line-height: 20px;display: none;}
.loginDialog-form-icon{width: 18px;height: 18px;margin: 0 12px;}
.loginDialog-form-icon.phone{background: url(../img/login_ico01@2x.png) no-repeat center;background-size: cover;}
.loginDialog-form-icon.code{background: url(../img/login_ico03@2x.png) no-repeat center;background-size: cover;}
.loginDialog-form-icon.password{background: url(../img/login_ico02@2x.png) no-repeat center;background-size: cover;}
/* 登录注册-表单-验证码 */
.loginDialog-form-verifyCode{font-size: 14px;color: #3562FF;cursor: pointer;margin: 0 10px;text-align: center;}
.loginDialog-form-verifyCode.forbid{color: #616E85;cursor: not-allowed;}
/* 登录注册-清空 */
.loginDialog-form-clear{width: 18px;height: 18px;margin: 0 10px;background: url(../img/ico_delete@2x1.png) no-repeat center;background-size: cover;cursor: pointer;display: none;}
/* 登录注册-密码显示 */
.loginDialog-form-eye{width: 17px;height: 12px;margin: 0 10px;background: url(../img/ico_conceal01@2x.png) no-repeat center;background-size: cover;cursor: pointer;}
.loginDialog-form-eye.active{background-image: url(../img/ico_conceal02@2x.png);background-size: cover;}
/* 登录注册-底部按钮 */
.loginDialog .loginDialog-btn{width: 100%;height: 40px;background: rgba(97,110,133,.1);border-radius: 8px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 16px;color: #616E85;cursor: not-allowed;margin-top: 82px;}
.loginDialog .loginDialog-btn.active{background: linear-gradient( 270deg, #4F84F9 0%, #392EF6 100%);color: #FFFFFF;cursor: pointer;}
.loginDialog-block[data-module="setPasswordBlock"] .loginDialog-btn{margin-top: 52px;}
/* 登录注册-类型 */
.loginDialog-type{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 19px 0 41px;box-sizing: border-box;border-bottom: 1px solid rgba(176, 182, 194, .2);}
.loginDialog-type span{font-size: 14px;color: #0D1421;line-height: 18px;cursor: pointer;margin: 0 25px;position: relative;}
.loginDialog-type span:hover{color: #3562FF;}
.loginDialog-type span::after{content: "";position: absolute;top: 0;right: -25px;width: 1px;height: 100%;background: #0D1421;}
.loginDialog-type span:last-child::after{display: none;}
/* 登录注册-协议 */
.loginDialog-protocol{width:100%;font-size:12px;color:#0d1421;line-height: 18px;display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.loginDialog-protocol a{color:#3562ff;}
.loginDialog-protocol i{display:inline-block;width:16px;height:16px;background:url(../img/btn_xuan_01.png) no-repeat center;background-size:cover;margin-right:5px;cursor:pointer;}
.loginDialog-protocol i.active{background-image:url(../img/btn_xuan_02.png);}
.loginDialog-gologin{font-size: 12px;color: #0D1421;line-height: 18px;margin-top: 57px;text-align: center;}
.loginDialog-gologin span{cursor: pointer;color: #3562FF;}
.loginDialog-block[data-module="setPasswordBlock"] .loginDialog-gologin{margin-top: 47px;}
/* 登录注册弹窗 e */
.risePage .mainShow{width:1440px;margin:0 auto 48px;position:relative}
.risePage .mainShow .topShow{width:100%;display:flex;justify-content:space-between}
.risePage .mainShow .topShow .topItem{width:48%}
.risePage .mainShow .topShow .topItem .topchart{width:100%}
.risePage .selectBtn{width:100%;margin:0 auto 25px;justify-content:space-between;align-items:center}
.risePage .selectBtn .listBtn .changeBtn{height:42px;background:#eff2f5;border-radius:10px;padding:5px;box-sizing:border-box;display:flex}
.risePage .selectBtn .listBtn{display:flex;justify-content:space-between}
.hotInfo .selectBtn .listBtn .right,.risePage .selectBtn .listBtn .left{display:flex}
.risePage .selectBtn .listBtn .changeBtn i{width:72px;height:32px;color:#a6b0c3;border-radius:6px;text-align:center;line-height:32px;font-weight:600;font-size:12px;cursor:pointer}
.risePage .selectBtn .listBtn .changeBtn i.on{background:#fff;color:#0d1421}
.risePage .selectBtn h5{font-weight:600;font-size:20px;color:#0d1421;line-height:42px;text-indent:1em}
.hotInfo .infoBox,.risePage .hotEchart{width:100%;height:416px}
.risePage .infoBox{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}
.risePage .infoBox li{width:48%;height:200px;background:#f8f9fb;border-radius:12px;margin-bottom:16px;padding:0 16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-around}
.risePage .infoBox li .infoTxt{display:flex}
.risePage .infoBox li .infoTxt>div{width:120px;box-sizing:border-box}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(3),.risePage .infoBox li .infoTxt>div>p:nth-child(1){font-weight:600;font-size:14px;color:#0d1421;line-height:22px;text-align:left}
.risePage .infoBox li .infoTxt>div>p:nth-child(2){font-weight:400;font-size:14px;color:#616e85;line-height:22px;text-align:left;margin-top:14px}
.risePage .infoBox li .infoTxt>div>p:nth-child(2)::before{display:inline-block;content:'';width:6px;border-radius:50%;height:6px;background:#16c784;vertical-align:middle;margin-right:10px}
.risePage .infoBox li .infoTxt>div>p:nth-child(2).multOrder::before{background:#4a77ff!important}
.risePage .infoBox li .infoProcess{width:100%;height:4px;background:#16c784;border-radius:3px;position:relative;overflow:hidden}
.risePage .infoBox li .infoProcess .processWid{height:4px;background:#4a77ff;border-radius:3px;position:absolute;left:0;top:0}
.risePage .mainShow .tableList{width:100%;justify-content:space-between}
.risePage .mainShow .tableList .tableItem{width:712px}
.risePage .tableList table{width:100%!important}
.risePage .tableList table tr{display:grid;grid-template-columns:1fr 3fr 2fr 2fr 2fr}
.risePage .tableList .tableItem .tableWrap{height:auto;background:#fcfdfd;border-radius:12px;border:2px solid #f5f5f6;padding:15px 0 15px 15px;box-sizing:border-box}
.risePage .tableList .tableItem .tableWrap table{background:#fcfdfd}
.risePage .tableList .tableItem .tableWrap table th{height:48px;line-height:48px;text-align:center;flex:1;background:#fcfdfd;font-weight:500;font-size:14px;color:#0d1421}
.risePage .tableList .tableItem .tableWrap table tr th:nth-child(2){text-align:left!important}
.risePage .tableList .tableItem .tableWrap table tr th:nth-child(3){text-align:right!important}
.risePage .tableList .tableItem .tableWrap table tr{border-bottom:1px solid #f5f5f6}
.risePage .tableList .tableItem .tableWrap table tr td:nth-child(2){justify-content:flex-start!important}
.risePage .tableList .tableItem .tableWrap table tr td:nth-child(3){justify-content:flex-end!important;text-align:right!important}
.risePage .tableList .tableItem .tableWrap table td{height:70px;line-height:70px;display:flex;align-items:center;justify-content:center}
.risePage .tableList .tableItem .tableWrap>div{height:100%;overflow:auto}
.risePage .tableList .tableMore table td{height:50px!important;line-height:50px!important}
.risePage .tableList .tableMore table tr{border-bottom:1px solid #f8f9fb!important}
.flowSelect{max-width:100%;margin:0 auto;height:100vh;position:relative;display:flex;justify-content:center;align-items:center}
.flowSelect .inbg{background:rgba(0,0,0,.7);height:100vh;width:100%;z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0}
.flowSelect .selectItem{margin-bottom:20px}
.selectItem{width:100%;display:flex;justify-content:space-between;align-items:center}
.selectItem .selectLabel{width:180px;font-weight:500;font-size:12px;color:#616e85;line-height:12px;position:relative}
.selectList{width:680px;min-height:660px;margin:0 auto;background:#fff;border-radius:24px;box-sizing:border-box}
.selectForm{width:680px;height:auto;margin:0 auto;padding:40px 40px 0 40px;box-sizing:border-box;border-bottom:1px solid #f5f5f6}
.selectForm .infoBox{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-weight:500;font-size:20px;color:#0d1421;line-height:26px}
.selectForm .infoBox span{display:block;width:14px;height:14px;background:url(../img/ico_pop_close.png) center/100% no-repeat}
.selectForm .selectBox{width:400px;height:40px;background:#eff2f5;border-radius:10px;position:relative}
.selectForm .selectBox .select{position:relative;width:100%;height:100%;background:#eff2f5;border-radius:10px;border:none;padding:0 30px 0 15px;font-weight:500;font-size:12px;color:#0d1421;line-height:40px;text-align:left;box-sizing:border-box}
.selectForm .selectOption{width:100%;background:#fff;box-shadow:0 0 6px 0 rgba(164,164,165,.2);border-radius:10px;padding:10px;font-size:14px;color:#0d1421;line-height:42px;text-align:left;box-sizing:border-box;position:absolute;left:0;top:110%;z-index:2;max-height:240px;overflow:auto;display:none}
.selectForm .selectOption li{width:100%;height:36px;font-family:SanFranciscoText,SanFranciscoText;font-weight:500;font-size:14px;color:#0d1421;line-height:36px}
.selectForm .selectOption li.active{background:#f8f9fb}
.selectForm .selectOption::-webkit-scrollbar{width:4px;height:100%;border-radius:3px}
.selectForm .selectOption::-webkit-scrollbar-thumb{width:4px;border-radius:3px;background:#eff2f5}
.selectForm .selectDir{min-width:13px;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:0}
.selectForm .selectDir .selTop{width:13px;height:8px;background:url(../img/ico_pop_sel.png) center/100%}
.selectForm .selectDir .selTop.active{width:13px;height:8px;background:url(../img/ico_pop_sel.png) center/100%;transform:rotate(180deg)}
.selectForm .inputBox{width:400px;height:40px;display:flex;align-items:center;justify-content:space-between}
.selectForm .inputBox input{width:190px!important;border:none;height:42px;line-height:42px;background:#eff2f5;border-radius:10px;padding:0 30px 0 15px;box-sizing:border-box;position:relative}
.selectForm .inputBox .selectBox{width:190px!important}
.selectForm .bottomSel{padding:0 50px 0 15px!important}
.selectForm .bottomSel .selectOption{top:auto!important;bottom:100%!important}
.selectList .selectBtn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;box-sizing:border-box;margin:16px 0 23px 0}
.selectList .btnLeft{display:flex;justify-content:center;align-items:center}
.selectList .btnLeft span{font-weight:500;font-size:14px;color:#4a77ff;line-height:12px}
.selectList .btnLeft img{width:20px;height:20px;object-fit:contain}
.selectList .btnRight{width:90px;height:50px;line-height:50px;text-align:center;background:linear-gradient(270deg,#679cff 0,#3562ff 100%);border-radius:12px;font-weight:500;font-size:14px;color:#f5f9ff}
.selectForm .inputItem{position:relative;height:40px}
.selectForm .inputItem i{display:block;content:'';position:absolute;height:42px;line-height:42px;top:0;right:10px;font-family:SanFranciscoText,SanFranciscoText;font-weight:500;font-size:14px;color:#0d1421}
.finVal{width:100%;overflow:hidden;margin:0 auto;white-space:nowrap}
.listBtn .select{position:relative;min-width:104px;height:34px;background:#eff2f5;border-radius:6px;border:none;padding:0 30px 0 15px;font-weight:500;font-size:12px;color:#0d1421;line-height:32px;text-align:left;box-sizing:border-box;margin-left:15px;border:2px solid transparent}
.listBtn .select.active{border:2px solid #3562ff}
.listBtn .select.addWid{min-width:200px!important}
.listBtn .select.active .selectOption{display:block}
.listBtn .selectOption{width:100%;background:#fff;box-shadow:0 4px 6px 0 rgba(164,164,165,.2);border-radius:10px;padding:10px 0;font-size:14px;color:#0d1421;line-height:42px;text-align:left;box-sizing:border-box;position:absolute;left:0;top:110%;z-index:2;max-height:240px;overflow:auto;display:none}
.listBtn .selectOption li{width:100%;height:36px;font-family:SanFranciscoText,SanFranciscoText;font-weight:500;font-size:14px;color:#0d1421;line-height:36px;padding-left:15px;box-sizing:border-box}
.listBtn .selectOption li:hover{cursor:pointer;background:#f8f9fb}
.listBtn .selectOption li.active{background:#f8f9fb;color:#3562ff}
.listBtn .selectOption::-webkit-scrollbar{width:4px;height:100%;border-radius:3px}
.listBtn .selectOption::-webkit-scrollbar-thumb{width:4px;border-radius:3px;background:#eff2f5}
.listBtn .selectDir{min-width:13px;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:0}
.listBtn .select .selectDir .selTop{width:9px;height:7px;background:url(../img/ico_pop_sel.png) center/100%}
.listBtn .select.active .selectDir .selTop{width:9px;height:7px;background:url(../img/ico_pop_sel.png) center/100%;transform:rotate(180deg)}
.listBtn .select.active .selectDir .selAll{background:url(../img/ico_checkbox03.png) center/100%!important;transform:none!important}
.listBtn .select .selectDir .selAll{background:url(../img/ico_checkbox03.png) center/100% no-repeat;width:7px!important;height:12px!important}
.hint-view{width:200px;height:auto;line-height:36px;font-size:14px;padding:5px;background-color:rgba(0,0,0,.5);position:fixed;left:50%;bottom:150px;margin-left:-100px;text-align:center;z-index:999;border-radius:10px;color:#fff;word-break:break-all;opacity:0;pointer-events:none}
.hint-view.moveInit{transition:all .4s cubic-bezier(.17,.74,.23,1.53);-webkit-transition:all .4s cubic-bezier(.17,.74,.23,1.53)}
.hint-view.move.moveInit{opacity:1;-webkit-transform:translateY(-100px);transform:translateY(-100px)}
.hint-view.fadeInit{transition:all .8s ease;-webkit-transition:all .8s ease}
.hint-view.fadeOut.fadeInit{opacity:0}
input[type=checkbox]{background:url(../img/btn_xuan_01.png) no-repeat center;-webkit-appearance:none;border:none;border-radius:2px;outline:0}
input[type=checkbox]:checked{border:none;background:url(../img/btn_xuan_02.png) no-repeat center;background-size:contain}
.aggreement{width:100vw;margin:0 auto;height:100%;position:fixed;top:0;left: 0;z-index:101;display:flex;justify-content:center;align-items:center}
.aggreement .inbg{background:rgba(0,0,0,.2);height:100vh;width:100%;z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0}
.aggreement .aggrementBox{width:1200px;height:660px;background:#fff;border-radius:24px;box-sizing:border-box;padding:40px 30px 17px 30px;display:flex;flex-direction:column;justify-content:space-between}
.aggreement .aggrementBox .titleBox{width:100%;display:flex;align-items:center;justify-content:center;position: relative;}
.aggreement .aggrementBox .titleBox p{font-weight:500;font-size:18px;color:#0d1421;line-height:26px;margin:0}
.aggreement .aggrementBox .titleBox .close{width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;position: absolute;top: -30px;right: -15px;cursor: pointer;}
.aggreement .aggrementBox .contentWarp{width:100%;height:560px;overflow:auto}
.aggreement .aggrementBox .contentWarp .content{width:100%;height:max-content}
.aggreement .aggrementBox .contentWarp .content p{font-size:14px;line-height:28px;color:#0d1421;margin:0}
.aggreement .aggrementBox .contentWarp .content h3{font-size:15px;line-height:32px;color:#0d1421;margin:5px 0;font-weight:600}
.aggreement .aggrementBox .contentWarp::-webkit-scrollbar{width:4px;height:20px;border-radius:3px}
.aggreement .aggrementBox .contentWarp::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(60,38,11,.5)}
.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}
.static{overflow:hidden!important}

.classAllList .tableBox .table tr th{line-height: 20px;}
.classAllList .tableBox .table td{height: 70px;}
.classAllList .tableBox .table td .nameBox a{display: flex;align-items: center;}
.classAllList .tableBox .table td .nameBox img{width: 26px;height: 26px;margin-right: 5px;}
.classAllList .tableBox .table td .nameBox .name{flex: 1;line-height: 16px;}
.mainPage.allList th,.mainPage.allList td{text-align: left;justify-content: flex-start;padding: 0 5px;}
.mainPage.allList th:nth-child(n+4),.mainPage.allList td:nth-child(n+4){text-align: right;justify-content:flex-end}
.tableBox .tableIndexS.table tr th{line-height: 20px;}
/* .tableBox .tableIndexS.table tr th:nth-of-type(3){text-align: left !important;} */
.tableBox .tableIndexSS.table tr th{line-height: 20px;}
/* .tableBox .tableIndexSS.table tr th:nth-of-type(3){text-align: left !important;}
.tableBox .tableIndexSF.table tr th:nth-of-type(3){text-align: left !important;} */
.downRateRun{animation: downColor 1s linear;}
.undefindBox{width: 100%;min-height:calc(100vh - 454px);display: flex;flex-direction: column;justify-content: center;align-items: center;}
.undefindBox img{display: block;width: 274px;margin-bottom: 40px;}
.undefindBox p{font-size: 14px;color: #616E85;line-height: 22px;text-align: center;margin-bottom: 40px;}
.undefindBox a{display: block;width: 90px;height: 40px;background: #3562FF;border-radius: 12px;text-align: center;line-height: 40px;font-size: 14px;color: #F5F9FF;}
.detailPage .center .nav .priceChange{display: none;}
.detailPage .center .nav .numList{display: none;}

.firstPageNews{width: 1440px;margin: 0 auto 29px;}
.firstPageNews h5{font-weight: 600;font-size: 14px;color: #0d1421;margin-bottom: 14px;text-indent: 2em;}
.firstPageNews .moreNews{max-width:1500px;margin:0 auto;height:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;width: 100%;}
.firstPageNews .moreNews li{width:100%;margin-bottom:20px;position:relative}
.firstPageNews .moreNews li.txTips{display: none;}
.firstPageNews .moreNews li .picwrap{display:inline-block;width:100%;height:270px;position:relative;border-radius:12px;overflow:hidden;margin-bottom:10px}
.firstPageNews .moreNews li .titwrap{display:inline-block;width:100%;max-height:108px;overflow:hidden;position:relative;margin-bottom:5px}
.firstPageNews .moreNews li .mark{margin:30px 0 15px 0;font-weight:500;font-size:14px;color:#4a77ff;line-height:20px;text-align:left}
.firstPageNews .moreNews li .picwrap>img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.firstPageNews .moreNews li .newsTitle{width:100%;font-weight:600;font-size:18px;line-height: 30px;height: 30px;color:#0d1421;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.firstPageNews .moreNews li .newsContent{width:100%;margin-bottom:10px;font-weight:400;font-size:14px;color:#616E85;line-height:24px;height:72px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}
.firstPageNews .moreNews li .newsTips{display:flex;align-items:center;flex-wrap:nowrap;height:40px;overflow:hidden}
.firstPageNews .moreNews li .newsTips>a:nth-child(n+4){display: none;}
.firstPageNews .moreNews li .newsTips .newsTime{font-weight:600;font-size:12px;color:#616E85;line-height:17px;text-align:left;margin-right:30px}
.firstPageNews .moreNews li .ratioItem{width:auto;height:36px;background:#eff2f5;border-radius:20px;border:1px solid #f5f5f6;padding:6px 10px;font-size:12px;box-sizing:border-box;margin-right:20px;display:flex;justify-content:space-between;align-items:center;}
.firstPageNews .moreNews li .ratioItem .ratioinfo{display:flex;align-items:center;margin-right:5px}
.firstPageNews .moreNews li .ratioItem .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px}
.firstPageNews .moreNews li .ratioItem .ratio.up{color:#16c784}
.firstPageNews .moreNews li .ratioItem .ratio.down{color:#ea3943}
.firstPageNews .moreNews li .ratioItem .ratio::before{display:inline-block;width:7px;height:6px;content:''}
.firstPageNews .moreNews li .ratioItem .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.firstPageNews .moreNews li .ratioItem .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
/* 表格展示项弹窗 s */
.mainPage.allList .table .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.mainPage.allList .table th, .mainPage.allList .table td{box-sizing: border-box;}
.mainPage.allList .table td .waveSvg{box-sizing: border-box;}
.mainPage.allList .table tr [data-type="priceList"]{width: 100px !important;box-sizing: border-box;}
.customTableDialog{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;display: none;}
.customTableDialog-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.customTableDialog-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 880px;min-height: 360px;max-height: calc(100% - 100px);background: #FFFFFF;border-radius: 24px;overflow: hidden;padding: 37px 0 23px;box-sizing: border-box;display: flex;flex-direction: column;}
.customTableDialog-close{position: absolute;top: 40px;right: 35px;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;cursor: pointer;z-index: 1;}
.customTableDialog-head{width: 100%;padding: 0 30px;box-sizing: border-box;}
.customTableDialog-title{display: flex;align-items: center;font-weight: 500;font-size: 18px;color: #0D1421;}
.customTableDialog-title span{width: 50px;height: 30px;background: #EFF2F5;border-radius: 6px;display: flex;align-items: center;justify-content: center;margin: 0 5px;}
.customTableDialog-title em{font-style: normal;}
.customTableDialog-desc{font-weight: 500;font-size: 12px;color: #616E85;line-height: 26px;}
/* 表格展示项弹窗-content */
.customTableDialog-content{width: 100%;margin-top: 24px;overflow: hidden;overflow-y: auto;scrollbar-width: none;padding: 0 30px;box-sizing: border-box;}
.customTableDialog-content::-webkit-scrollbar{display: none;}
/* 表格展示项弹窗-类型 */
.customTableDialog-type{display: flex;align-items: center;justify-content: flex-end;}
/* 表格展示项弹窗-重置 */
.customTableDialog-type-reset{width: 100px;height: 42px;background: rgba(239, 242, 245, .3);border-radius: 12px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 12px;color: #616E85;cursor: pointer;}
.customTableDialog-type-reset i{display: inline-block;width: 20px;height: 20px;margin-right: 9px;background: url(../img/ico_pop_reset01@2x.png) no-repeat center;background-size: cover;}
/* 表格展示项弹窗-选中项 */
.customTableDialog-display{width: 100%;padding: 12px 0 4px 8px;background: #F8F9FB;border-radius: 12px;box-sizing: border-box;margin-top: 20px;}
.customTableDialog-display-list{display: flex;align-items: center;flex-wrap: wrap;}
.customTableDialog-display-list li{display: flex;align-items: center;height: 30px;background: #FFFFFF;border-radius: 15px;padding: 0 10px 0 5px;margin: 0 8px 8px 0;cursor: move;}
.customTableDialog-display-list li .num{width: 20px;height: 20px;background: #EFF2F5;border-radius: 12px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 12px;color: #616E85;}
.customTableDialog-display-list li .name{font-weight: 500;font-size: 12px;color: #0D1421;margin: 0 6px;}
.customTableDialog-display-list li i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_pop_adjust@2x.png) no-repeat center;background-size: cover;}
.customTableDialog-display-head{display: none;}
.customTableDialog-display-add{display: none;}
/* 表格展示项弹窗-选项 */
.customTableDialog-option{margin-top: 8px;}
.customTableDialog-option li{display: flex;justify-content: space-between;padding: 16px 0 9px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.customTableDialog-option li:last-child{border-bottom: none;}
.customTableDialog-option li .name{font-weight: 500;font-size: 12px;color: #616E85;line-height: 30px;}
.customTableDialog-option li .optionBox{display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;max-width: 70%;}
.customTableDialog-option li .optionItem{height: 30px;padding: 0 12px;background: #EFF2F5;border-radius: 15px;margin: 0 0 8px 8px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 12px;color: #0D1421;}
.customTableDialog-option li .optionItem i{width: 16px;height: 16px;margin-left: 6px;background: url(../img/ico_pop_delete@2x.png) no-repeat center;background-size: cover;display: none;}
.customTableDialog-option li .optionItem:hover{background: #E6ECFF;}
.customTableDialog-option li .optionItem.active{background: #E6ECFF;color: #3562FF;}
.customTableDialog-option li .optionItem.active i{display: inline-block;}
/* 表格展示项弹窗-按钮 */
.customTableDialog-btn{display: flex;align-items: center;justify-content: flex-end;padding: 17px 30px 0;box-sizing: border-box;border-top: 1px solid #F5F5F6;}
.customTableDialog-btn button{border: none;cursor: pointer;background: none;}
.customTableDialog-btn button.cancel{font-weight: 500;font-size: 14px;color: #0D1421;margin-right: 22px;}
.customTableDialog-btn button.apply{width: 174px;height: 50px;background: linear-gradient( 270deg, #679CFF 0%, #3562FF 100%);border-radius: 12px;font-weight: 500;font-size: 14px;color: #F5F9FF;}
/* 表格展示项弹窗-添加弹窗 */
.customTableAddDialog{display: none;}
/* 表格展示项弹窗 e */
/* 大V快讯 s */
.page .headerBlock.celebrityHeader{height: 100px;}
.celebrityMain.mainShow{display:flex;max-width:2560px;width:100%;margin:0 auto;padding-bottom: 48px;}
/* 大V快讯-通用-加载 */
.pageModule-status,.pop-status{display: none;width: 100%;}
.pageModule-status[data-status="info"]{background: #fff;}
.pageModule-status[data-status="condition"]{width: 100%;margin: 0 auto;}
.pageModule-status-inner,.pop-status-inner{display: flex;align-items: center;justify-content: center;width: 100%;height: 50px;font-size: 16px;color: #616E85;}
.pageModule-status .loading-img,.pop-status .loading-img{width: 30px;height: 30px;background: url(../img/ico_loading.png) no-repeat center;background-size: cover;margin-right: 10px;animation: rotate 1s linear infinite;}
@keyframes rotate {
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}
.celebrityMain .dynamicInfo-empty{display: flex;align-items: center;justify-content: center;font-size: 16px;color: #616E85;}
/* 大V快讯-通用-关注 */
.celebrityMain .followBtn,.celebrityRecoPop .followBtn{display: flex;align-items: center;justify-content: center;width: 64px;height: 32px;background: #3562FF;border-radius: 8px;border: 1px solid #3562FF;font-size: 12px;color: #F5F9FF;line-height: 32px;cursor: pointer;}
.celebrityMain .followBtn i,.celebrityRecoPop .followBtn  i{display: inline-block;width: 12px;height: 12px;background: url(../img/dav_ico_follow01.png) no-repeat center;background-size: cover;margin-right: 2px;}
.celebrityMain .followBtn.active,.celebrityRecoPop .followBtn.active{background: #FFFFFF;border-color: #B0B6C2;color: #B0B6C2;}
.celebrityMain .followBtn.active i,.celebrityRecoPop .followBtn.active i{background-image: url(../img/dav_ico_follow02.png);}
/* 大V快讯-通用-大V类型 */
.celebrityMain .celebritySign,.celebrityRecoPop .celebritySign{display: inline-block;width: 18px;height: 18px;background: url(../img/dav_ico_certification01@2x.png) no-repeat center;background-size: cover;margin-left: 3px;}
.celebrityMain .celebritySign.yellow,.celebrityRecoPop .celebritySign.yellow{background-image: url(../img/dav_ico_certification02@2x.png);}
.celebrityMain .celebritySign.gray,.celebrityRecoPop .celebritySign.gray{background-image: url(../img/dav_ico_certification03@2x.png);}
.celebrityMain .iconImg,.celebrityRecoPop .iconImg{width: 16px;height: 16px;border-radius: 50%;margin-left: 3px;}
/* 大V快讯-通用-emoji图标 */
.celebrityMain .emoji-icon,.emojiPop .emoji-icon{display: inline-block;width: 24px;height: 24px;background: url(../img/dav_emoji_up@2x.png) no-repeat center;background-size: cover;}
.celebrityMain .emoji-icon[data-emoji="1"],.emojiPop .emoji-icon[data-emoji="1"]{width: 25px;}
.celebrityMain .emoji-icon[data-emoji="2"],.emojiPop .emoji-icon[data-emoji="2"]{background-image: url(../img/dav_emoji_down@2x.png);width: 25px;}
.celebrityMain .emoji-icon[data-emoji="3"],.emojiPop .emoji-icon[data-emoji="3"]{background-image: url(../img/dav_emoji_like@2x.png);}
.celebrityMain .emoji-icon[data-emoji="4"],.emojiPop .emoji-icon[data-emoji="4"]{background-image: url(../img/dav_emoji_heart@2x.png);}
.celebrityMain .emoji-icon[data-emoji="5"],.emojiPop .emoji-icon[data-emoji="5"]{background-image: url(../img/dav_emoji_hot@2x.png);}
.celebrityMain .emoji-icon[data-emoji="6"],.emojiPop .emoji-icon[data-emoji="6"]{background-image: url(../img/dav_emoji_celebrate@2x.png);}
.celebrityMain .emoji-icon[data-emoji="7"],.emojiPop .emoji-icon[data-emoji="7"]{background-image: url(../img/dav_emoji_hodl@2x.png);width: 27px;}
.celebrityMain .emoji-icon[data-emoji="8"],.emojiPop .emoji-icon[data-emoji="8"]{background-image: url(../img/dav_emoji_buidl@2x.png);}
.celebrityMain .emoji-icon[data-emoji="9"],.emojiPop .emoji-icon[data-emoji="9"]{background-image: url(../img/dav_emoji_fomo@2x.png);}
.celebrityMain .emoji-icon[data-emoji="10"],.emojiPop .emoji-icon[data-emoji="10"]{background-image: url(../img/dav_emoji_fud@2x.png);}
.celebrityMain .emoji-icon[data-emoji="11"],.emojiPop .emoji-icon[data-emoji="11"]{background-image: url(../img/dav_emoji_cry@2x.png);}
.celebrityMain .emoji-icon[data-emoji="12"],.emojiPop .emoji-icon[data-emoji="12"]{background-image: url(../img/dav_emoji_sad@2x.png);}

.celebrityMain .portrait-float{position: absolute;width: 322px;background: #fff;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 10px;box-sizing: border-box;border-radius: 10px;opacity: 0;visibility: hidden;z-index: 2;}
.celebrityMain .portrait-float::before{content: "";position: absolute;top: -10px;left: 50%;transform: translateX(-50%);border-width: 5px;border-style: solid;border-color: transparent transparent #fff transparent;}
.celebrityMain .portrait-float::after{content: "";position: absolute;top: -10px;left: 50%;transform: translateX(-50%);width: 60px;height: 10px;}
.celebrityMain .portrait-float-info{display: flex;padding: 0 5px;box-sizing: border-box;}
.celebrityMain .portrait-float-info .portraitImg-float{width: 36px;height: 36px;border-radius: 50%;}
.celebrityMain .portrait-float-box{flex: 1;margin-left: 10px;}
.celebrityMain .portrait-float-author{display: flex;align-items: center;height: 20px;}
.celebrityMain .portrait-float-author h4{font-weight: 500;font-size: 16px;color: #0D1421;}
.celebrityMain .portrait-float-other{font-size: 12px;color: #B0B6C2;}
.celebrityMain .portrait-float-text{padding: 0 5px 0 51px;font-size: 14px;color: #0D1421;line-height: 20px;box-sizing: border-box;}
.celebrityMain .portrait-float .followBtn {width: 100%;height: 32px;border-radius: 8px;margin-top: 20px;line-height: 32px;}
/* 大V快讯-左侧区域 */
.celebrityMain .left{width:406px;position: relative;flex-shrink: 0;display: block;}
.celebrityMain .left-inner{position: fixed;width:406px;height: calc(100vh - 100px);padding: 16px 20px 0;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;overscroll-behavior: none;}
.celebrityMain .left-inner::-webkit-scrollbar{display: none;}
.celebrityMain .left-inner.show{position: absolute;bottom: 0;}
/* 大V快讯-左侧区域-模块 */
.celebrityMain .leftBlock{width: 100%;padding: 20px 15px;margin-bottom: 20px;box-sizing: border-box;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.2);border-radius: 8px;}
.celebrityMain .leftBlock-title{display: flex;align-items: center;font-weight: 600;font-size: 14px;color: #0D1421;margin-bottom: 20px;}
.celebrityMain .leftBlock-title i{display: inline-block;width: 20px;height: 20px;background: url(../img/dav_ico_recommend@2x.png) no-repeat center;background-size: cover;margin-right: 3px;}
.celebrityMain .leftBlock-title i.active{background-image: url(../img/dav_ico_active@2x.png);}
.celebrityMain .leftBlock-list li{display: flex;align-items: center;justify-content: space-between;width: 100%;height: 40px;margin-bottom: 20px;}
.celebrityMain .leftBlock-list:last-child li:last-child{margin-bottom: 0;}
.celebrityMain .leftBlock-portrait{width: 36px;height: 36px;border-radius: 50%;position: relative;}
.celebrityMain .leftBlock-portrait .portraitImg{width: 100%;height: 100%;border-radius: 50%;}
.celebrityMain .leftBlock-portrait .portrait-float{top: 56px;left: 0;}
.celebrityMain .leftBlock-portrait .portrait-float::before{left: 13px;transform: translateX(0);}
.celebrityMain .leftBlock-portrait .portrait-float::after{left: 0;transform: translateX(0);}
.celebrityMain .leftBlock-portrait:hover .portrait-float{top: 46px;opacity: 1;visibility: visible;transition: .2s;}
.celebrityMain .leftBlock .authorInfo {flex: 1;padding: 0 6px;box-sizing: border-box;}
.celebrityMain .leftBlock .authorInfo-main {display: flex;align-items: center;height: 20px;}
.celebrityMain .leftBlock .authorInfo-name{position: relative;}
.celebrityMain .leftBlock .authorInfo-name h4{font-weight: 500;font-size: 14px;color: #0D1421;max-width: 170px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.celebrityMain .leftBlock .authorInfo-name .portrait-float{top: 40px;}
.celebrityMain .leftBlock .authorInfo-name .portrait-float::before{left: 13px;transform: translateX(0);}
.celebrityMain .leftBlock .authorInfo-name .portrait-float::after{left: 0;transform: translateX(0);}
.celebrityMain .leftBlock .authorInfo-name:hover .portrait-float{top: 25px;opacity: 1;visibility: visible;transition: .2s;}
.celebrityMain .leftBlock-list li .authorInfo-other{display: flex;align-items: center;height: 20px;}
.celebrityMain .leftBlock-list li .authorInfo-text{display: block;font-weight: 500;font-size: 12px;color: #B0B6C2;line-height: 20px;max-width: 210px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.celebrityMain .leftBlock-more {display: inline-block;font-weight: 500;font-size: 12px;color: #3562FF;line-height: 20px;cursor: pointer;}
.celebrityMain .leftBlock-more i{display: inline-block;width: 6px;height: 11px;background: url(../img/ico_more@2x.png) no-repeat center;background-size: cover;margin-left: 4px;vertical-align: -1px;}
.celebrityMain .leftBlock .followBtn.concise{width: 30px;height: 30px;border: none;background: none;line-height: 30px;}
.celebrityMain .leftBlock .followBtn.concise i{width: 100%;height: 100%;background-image: url(../img/dav_ico_follow03@2x.png);margin-right: 0;}
.celebrityMain .leftBlock .followBtn.concise.active{background: none;}
.celebrityMain .leftBlock .followBtn.concise.active i{background-image: url(../img/dav_ico_follow04@2x.png);}
/* 大V快讯-右侧区域 */
.celebrityMain .right{width:406px;position: relative;flex-shrink: 0;display: block;}
.celebrityMain .right-inner{position: fixed;width:406px;height: calc(100vh - 100px);padding: 20px 20px 0;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;overscroll-behavior: none;}
.celebrityMain .right-inner::-webkit-scrollbar{display: none;}
.celebrityMain .right-inner.show{position: absolute;bottom: 0;}
/* 大V快讯-右侧区域-搜索 */
.celebrityMain .celebritySearch{width: 100%;height: 40px;background: #EFF2F5;border-radius: 12px;position: relative;padding: 0 38px 0 35px;margin-bottom: 20px;box-sizing: border-box;overflow: hidden;border: 1px solid #EFF2F5;}
.celebrityMain .celebritySearch.focus{border-color: #3562FF;}
.celebrityMain .celebritySearch-icon{position: absolute;top: 50%;left: 13px;transform: translateY(-50%) !important;width: 16px;height: 17px;background: url(../img/home_ico_search.png) no-repeat center;background-size: cover;}
.celebrityMain .celebritySearch-input{display: block;width: 100%;height: 100%;background: none;border: none;outline: none;}
.celebrityMain .celebritySearch-del{position: absolute;top: 50%;right: 10px;transform: translateY(-50%) !important;width: 18px;height: 18px;background: url(../img/ico_delete@2x.png) no-repeat center;background-size: cover;cursor: pointer;display: none;}
/* 大V快讯-右侧区域-热门话题 */
.celebrityMain .hotTopic{width: 100%;margin-bottom: 20px;padding: 20px 15px 26px;border-radius: 8px;border: 1px solid #F5F5F6;box-sizing: border-box;}
.celebrityMain .hotTopic-title{display: flex;align-items: center;font-weight: 600;font-size: 14px;color: #0D1421;margin-bottom: 20px;}
.celebrityMain .hotTopic-title i{display: inline-block;width: 15px;height: 16px;background: url(../img/dav_ico_hot@2x.png) no-repeat center;background-size: cover;margin-right: 3px;}
.celebrityMain .hotTopic-list{margin-top: 20px;}
.celebrityMain .hotTopic-list li{position: relative;width: 100%;height: 20px;margin-bottom: 20px;}
.celebrityMain .hotTopic-list li:last-child{margin-bottom: 0;}
.celebrityMain .hotTopic-list li a{display: inline-block;position: relative;height: 100%;padding-left: 25px;box-sizing: border-box;max-width: 100%;}
.celebrityMain .hotTopic-list li .num{position: absolute;top: 0;left: 0;font-size: 14px;color: #B0B6C2;line-height: 20px;}
.celebrityMain .hotTopic-list li .name{display: inline-block;font-weight: 500;font-size: 14px;color: #0D1421;line-height: 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 大V快讯-右侧区域-热门币种 */
.celebrityMain .hotCoin-title{font-weight: 500;font-size: 14px;color: #0D1421;line-height: 26px;padding-left: 16px;box-sizing: border-box;}
.celebrityMain .hotCoin-list{margin-top: 12px;}
.celebrityMain .hotCoin-list li{width: 100%;height: 50px;margin-bottom: 8px;}
.celebrityMain .hotCoin-list li a{display: grid;grid-template-columns: 2fr 2fr 2fr;align-items: center;width: 100%;height: 100%;padding: 0 15px 0 15px;border-radius: 12px;border: 1px solid #F5F5F6;box-sizing: border-box;}
.celebrityMain .hotCoin-list li .name{font-weight: bold;font-size: 14px;color: #0D1421;}
.celebrityMain .hotCoin-list li .ratio{font-size: 14px;color: #0D1421;}
.celebrityMain .hotCoin-list li .ratio.up{color: #16c784;}
.celebrityMain .hotCoin-list li .ratio.down{color: #ea3943;}
.celebrityMain .hotCoin-list li .ratio::before{display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;margin-right: 5px;}
.celebrityMain .hotCoin-list li .ratio.up::before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.celebrityMain .hotCoin-list li .ratio.down::before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.celebrityMain .hotCoin-list li .price{font-size: 14px;color: #0D1421;text-align: right;}
.celebrityMain .hotCoin-list li .price.up{color: #16c784;}
.celebrityMain .hotCoin-list li .price.down{color: #ea3943;}
/* 大V快讯-中间区域 */
.celebrityMain .center{flex: 1;min-width: calc(100% - 812px);min-height: calc(100vh - 100px);padding: 30px 0px;box-sizing: border-box;position: relative;border-left: 1px solid #F5F5F6;border-right: 1px solid #F5F5F6;}
/* 大V快讯-中间区域-分类 */
.celebrityMain .dynamicInfo-type{width: 100%;height: 31px;}
.celebrityMain .dynamicInfo-type-inner{width: 100%;height: 31px;display: flex;justify-content: center;align-items: flex-start;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;background: #fff;}
.celebrityMain .dynamicInfo-type-inner.fixed-scroll{position: fixed;top: 0;left: 0;z-index: 4;animation: dynamicMobleNavTop .3s ease 1;}
@keyframes dynamicMobleNavTop {
  0% {height: 0;}
  100% {height: inherit;}
}
.celebrityMain .dynamicInfo-type span{display: inline-block;min-width: 75px;height: 100%;position: relative;text-align: center;font-size: 20px;color: #616E85;cursor: pointer;margin: 0 16%;}
.celebrityMain .dynamicInfo-type.multi span{margin: 0 10%;}
.celebrityMain .dynamicInfo-type span::after{content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%) !important;width: 75px;height: 3px;background: #3562FF;display: none;}
.celebrityMain .dynamicInfo-type span.active{color: #0D1421;}
.celebrityMain .dynamicInfo-type span.active::after{display: block;}
/* 大V快讯-中间区域-列表 */
.celebrityMain .dynamicInfo-list{width: 100%;box-sizing: border-box;display: none;}
.celebrityMain .dynamicInfo-list.active{display: block;}
.celebrityMain .dynamicInfo-item{position: relative;width: 100%;padding: 30px 20px 30px 93px;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;}
.celebrityMain .dynamicInfo-item.update{background: rgba(245, 249, 255, .5);}
/* 大V快讯-中间区域-列表-头像 */
.celebrityMain .dynamicInfo-item .portrait{width: 60px;height: 60px;position: absolute;top: 30px;left: 20px;}
.celebrityMain .dynamicInfo-item .portraitImg{width: 100%;height: 100%;border-radius: 50%;}
.celebrityMain .dynamicInfo-item .portrait .portrait-float{top: 80px;left: 50%;transform: translateX(-50%);}
.celebrityMain .dynamicInfo-item .portrait:hover .portrait-float{top: 70px;opacity: 1;visibility: visible;transition: .2s;}
/* 大V快讯-中间区域-列表-展示内容 */
.celebrityMain .dynamicInfo-item .mainBox{width: 100%;padding: 10px 73px 0 0;box-sizing: border-box;}
.celebrityMain .dynamicInfo-item .mainBox>.followBtn{position: absolute;top: 30px;right: 20px;}
/* 大V快讯-中间区域-列表-作者 */
.celebrityMain .dynamicInfo-item .authorBox{display: flex;align-items: center;height: 20px;}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-main{display: flex;align-items: center;}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-name{position: relative;}
.celebrityMain .dynamicInfo-item .authorBox h4{font-weight: 500;font-size: 16px;color: #0D1421;}
.celebrityMain .dynamicInfo-item .authorBox .portrait-float{top: 30px;left: 50%;transform: translateX(-50%);}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-name:hover .portrait-float{top: 30px;opacity: 1;visibility: visible;transition: .2s;}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-other{display: flex;align-items: center;}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-extend{display: block;font-size: 14px;color: #B0B6C2;margin-left: 7px;}
/* 大V快讯-中间区域-列表-文本 */
.celebrityMain .dynamicInfo-item .detailText{margin-top: 10px;}
.celebrityMain .dynamicInfo-item .detailText-content{font-size: 14px;color: #0D1421;line-height: 22px;}
.celebrityMain .dynamicInfo-item .detailText-content a{color: #3562FF;}
.celebrityMain .dynamicInfo-item .detailText .location{font-size: 14px;color: #3562FF;line-height: 22px;}
.celebrityMain .dynamicInfo-item .mdeiaBox{margin-top: 5px;}
.celebrityMain .dynamicInfo-item .mdeiaItem{border-radius: 8px;overflow: hidden;position: relative;width: 600px;cursor: pointer;}
.celebrityMain .dynamicInfo-item .mdeiaItem:nth-child(3n){margin-right: 0;}
.celebrityMain .dynamicInfo-item .mdeiaItem img{display: block;max-width: 100%;max-height: 100%;}
.celebrityMain .dynamicInfo-item .mdeiaItem.video{background: #000;}
.celebrityMain .dynamicInfo-item .mdeiaItem video{display: block;width: 100%;height: 100%;object-fit: contain;}
.celebrityMain .dynamicInfo-item .mdeiaItem .video-icon{width: 30%;height: 30%;background: url(../img/ico_play.png) no-repeat center;background-size: cover;}
.celebrityMain .dynamicInfo-item .mdeiaBox.multi {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 5px;}
.celebrityMain .dynamicInfo-item .mdeiaBox.multi .mdeiaItem{width: auto;}
.celebrityMain .dynamicInfo-item .mdeiaItem-cover{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) !important;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;justify-content: center;}
/* 大V快讯-中间区域-列表-评论 */
.celebrityMain .dynamicInfo-item .evaluate{display: flex;align-items: top;justify-content: space-between;width: 100%;margin-top: 15px;}
.celebrityMain .dynamicInfo-item .evaluate-list{display: flex;max-width: 70%;height: 100%;align-items: top;flex-wrap: wrap;}
.celebrityMain .dynamicInfo-item .evaluate-list li{display: flex;align-items: center;justify-content: center;padding: 0 8px;height: 34px;margin: 0 10px 10px 0;background: #F5F9FF;border-radius: 17px;cursor: pointer;box-sizing: border-box;}
.celebrityMain .dynamicInfo-item .evaluate-list li .emoji-num{font-size: 14px;color: #B0B6C2;margin-left: 3px;}
.celebrityMain .dynamicInfo-item .evaluate-list li.up{background: rgba(22,199,132,0.11);border-radius: 17px;border: 1px solid #16C784;}
.celebrityMain .dynamicInfo-item .evaluate-list li.up .emoji-num{color: #16C784;}
.celebrityMain .dynamicInfo-item .evaluate-list li.down{background: rgba(234,57,67,0.11);border-radius: 17px;border: 1px solid #EA3943;}
.celebrityMain .dynamicInfo-item .evaluate-list li.down .emoji-num{color: #EA3943;}
/* 大V快讯-中间区域-列表-操作 */
.celebrityMain .dynamicInfo-item .evaluate-opt{display: flex;height: 34px;align-items: center;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn{width: 30px;height: 30px;cursor: pointer;margin-left: 10px;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn.share{background: url(../img/dav_ico_share@2x.png) no-repeat center;background-size: cover;display: none;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn.copy{background: url(../img/dav_ico_copy@2x.png) no-repeat center;background-size: cover;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn.emoji{background: url(../img/dav_ico_emoji01@2x.png) no-repeat center;background-size: cover;margin-left: 0;}
/* 大V快讯-中间区域-列表-操作-emoji */
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox{display: flex;align-items: center;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox:hover .evaluate-opt-btn.emoji{background-image: url(../img/dav_ico_emoji02@2x.png)}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-main{position: relative;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float{position: absolute;top: -178px;left: 50%;transform: translateX(-50%);width: 420px;background: #fff;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 20px 25px 0;box-sizing: border-box;opacity: 0;visibility: hidden;z-index: 4;border-radius: 10px;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float::before{content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);border-width: 5px;border-style: solid;border-color: #fff transparent transparent transparent;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float::after{content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 60px;height: 10px;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox:hover .emojiBox-float{top: -168px;opacity: 1;visibility: visible;transition: .2s;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float-list{display: flex;flex-wrap: wrap;align-content: flex-start;width: 100%;height: 100%;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon{width: 45px;height: 45px;margin-right: 20px;margin-bottom: 24px;cursor: pointer;transition: .2s;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon:hover{transform: scale(1.2);}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon:nth-child(6n){margin-right: 0;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="1"]{margin-right: 19px;width: 46px;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="2"]{margin-right: 19px;width: 46px;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float .emoji-icon[data-emoji="7"]{margin-right: 18px;width: 47px;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-num{font-size: 14px;color: #B0B6C2;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-num[data-num="0"]{display: none;}
/* 大V快讯-中间区域-head */
.celebrityMain .dynamicInfo-head{display: flex;align-items: center;justify-content: space-between;font-size: 18px;color: #0D1421;line-height: 18px;margin-bottom: 25px;padding: 0 20px 25px;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;}
.celebrityMain .dynamicInfo-head h4{font-size: 18px;color: #0D1421;line-height: 18px;}
.celebrityCurrencyPage .celebrityMain .dynamicInfo-head,.celebrityTopicPage .celebrityMain .dynamicInfo-head{font-size: 24px;font-weight: 600;}
.celebrityCurrencyPage .celebrityMain .dynamicInfo-head h4,.celebrityTopicPage .celebrityMain .dynamicInfo-head h4{font-size: 24px;font-weight: 600;}
.celebrityDetailPage .celebrityMain .dynamicInfo-head{height: 41px;font-size: 14px;font-weight: 600;display: flex;margin-bottom: 0;padding-bottom: 0;}
.celebrityDetailPage .celebrityMain .dynamicInfo-head a{height: 100%;display: flex;align-items: center;}
.celebrityDetailPage .celebrityMain .dynamicInfo-head i{display: inline-block;width: 8px;height: 16px;background: url(../img/ico_back.png) no-repeat center;background-size: cover;margin-right: 5px;}
/* 大V快讯-中间区域-大v主页 */
.celebrityAuchorPage .celebrityMain .center{padding-top: 0;}
.celebrityMain .auchorIntro-head{width: 100%;padding: 50px 20%;box-sizing: border-box;}
.celebrityMain .auchorIntro-info{width: 100%;box-sizing: border-box;position: relative;display: flex;align-items: center;}
.celebrityMain .auchorIntro-portrait{width: 160px;height: 160px;background: #fff;border-radius: 50%;}
.celebrityMain .auchorIntro-portrait img{width: 100%;height: 100%;border-radius: 50%;}
.celebrityMain .auchorIntro-main{width: 100%;position: relative;margin-left: 10px;flex: 1;}
.celebrityMain .auchorIntro-main .followBtn{position: absolute;top: 0;right: 0;}
.celebrityMain .auchorIntro-name{display: flex;align-items: center;height: 20px;}
.celebrityMain .auchorIntro-name h4{font-weight: 500;font-size: 24px;color: #0D1421;}
.celebrityMain .auchorIntro-text{font-weight: 500;font-size: 12px;color: #B0B6C2;line-height: 20px;}
.celebrityMain .auchorIntro-main p{font-size: 14px;color: #0D1421;line-height: 20px;margin-top: 10px;text-align: justify;}
/* 大V快讯-中间区域-详情页面 */
.celebrityDetailPage .celebrityMain .center{padding-top: 0px;}
.celebrityDetailPage .celebrityMain .dynamicInfo-detail{width: 100%;padding: 0 20px;box-sizing: border-box;}
.celebrityDetailPage .celebrityMain .dynamicInfo-item{margin-bottom: 10px;}
.celebrityDetailPage .celebrityMain .dynamicInfo-list-name{font-weight: 600;font-size: 20px;color: #3562FF;line-height: 18px;text-align: center;padding: 20px 0;border-bottom: 1px solid #F5F5F6;}
/* 大V快讯-中间区域-推荐页 */
.dynamicInfo-search,.centerInsert{display: none;}
/* 大V快讯-中间区域-转发信息 */
.celebrityMain .dynamicInfo-item .forwardBox{border-radius: 12px;border: 1px solid #E5E5E5;margin-top: 15px;padding-top: 15px;box-sizing: border-box;width: 600px;box-sizing: border-box;}
.celebrityMain .dynamicInfo-item .forwardBox-head{display: inline-flex;align-items: center;padding: 0 10px;box-sizing: border-box;width: 100%;}
.celebrityMain .dynamicInfo-item .forwardBox-name{font-size: 16px;color: #616E85;line-height: 20px;}
.celebrityMain .dynamicInfo-item .forwardBox-other{display: flex;align-items: center;}
.celebrityMain .dynamicInfo-item .forwardBox-extend{font-size: 14px;color: #B0B6C2;line-height: 20px;margin-left: 7px;}
.celebrityMain .dynamicInfo-item .forwardBox-content{font-size: 14px;color: #0D1421;line-height: 22px;padding: 10px;box-sizing: border-box;display: inline-block;}
.celebrityMain .dynamicInfo-item .forwardBox .mdeiaBox{margin-top: 0;}
.celebrityMain .dynamicInfo-item .forwardBox .mdeiaItem{border-radius: 12px;}
.celebrityMain .dynamicInfo-item .forwardBox .mdeiaItem:only-child{border-radius: 0 0 12px 12px;width: 100%;}
.celebrityMain .dynamicInfo-item .forwardBox.couple .mdeiaBox.multi{grid-template-columns: 1fr 1fr;}
.celebrityMain .dynamicInfo-item .forwardBox.multi{width: 100%;}
.celebrityMain .dynamicInfo-item .forwardBox.multi .mdeiaBox.multi{grid-template-columns: 1fr 1fr 1fr;}
/* 大V快讯-弹窗 */
.celebrityRecoPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.celebrityRecoPop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
.celebrityRecoPop-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 600px;height: 770px;background: #FFFFFF;border-radius: 24px;overflow: hidden;padding: 40px;box-sizing: border-box;}
.celebrityRecoPop-close{position: absolute;top: 50px;right: 40px;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;cursor: pointer;z-index: 1;}
.celebrityRecoPop-title{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 18px;padding: 10px 0 0 10px;box-sizing: border-box;}
.celebrityRecoPop-box{width: 100%;height: calc(100% - 60px);overflow: hidden;margin-top: 32px;overflow-y: scroll;scrollbar-width: none;box-sizing: border-box;}
.celebrityRecoPop-box::-webkit-scrollbar{display: none;}
.celebrityRecoPop-list{width: 100%;}
.celebrityRecoPop-list li{width: 100%;position: relative;margin-bottom: 25px;padding: 0 78px 0 42px;box-sizing: border-box;}
.celebrityRecoPop-list li .followBtn{position: absolute;top: 4px;right: 0;}
.celebrityRecoPop-list li .portraitImg{position: absolute;top: 2px;left: 0;width: 36px;height: 36px;border-radius: 50%;}
.celebrityRecoPop-list li .authorInfo-name{display: flex;align-items: center;height: 20px;}
.celebrityRecoPop-list li .authorInfo-name h4{font-weight: 500;font-size: 14px;color: #0D1421;line-height: 20px;}
.celebrityRecoPop-list li .authorInfo-text{font-weight: 500;font-size: 12px;color: #B0B6C2;line-height: 20px;}
.celebrityRecoPop-list li p{font-size: 14px;color: #0D1421;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media screen and (max-width: 1720px) {
  .celebrityMain .auchorIntro-head{padding: 0 10%;}
}
@media screen and (max-width: 1520px) {
  .celebrityMain .right{display: none;}
  .celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float{margin-left: -60px;}
  .celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float::before,.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float::after{margin-left: 60px;}
}
/* emoji弹窗 */
.emojiPop{display: none;}
/* 搜索弹窗 */
.celebritySearchPop{display: none;}
/* 预览资源 */
.viewMediaPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.viewMediaPop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
.viewMediaPop-close{position: absolute;top: -40px;right: 0px;cursor: pointer;z-index: 1;padding: 5px;background: #fff;border-radius: 50%;}
.viewMediaPop-close i{display: block;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;}
.viewMediaPop-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.viewMediaPop-box{max-width: 80%;max-height: 80%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.viewMediaPop-main img{display: block;max-width: 100%;max-height: 100%;}
.viewMediaPop-main video{display: block;width: 100%;}
/* 今日快讯 */
.celebrityMain .newsFlash{padding-bottom: 15px;}
.celebrityMain .newsFlash .bottomNewsTitle{width: 100%;height: 42px;background: #F5F5F6;border-radius: 12px 0 12px 0;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 16px;color: #0D1421;letter-spacing: 1px;position: relative;}
.celebrityMain .newsFlash .bottomNewsTitle i{display: inline-block;width: 12px;height: 11px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.celebrityMain .newsFlash .bottomNews li{margin-bottom: 15px;padding-left: 15px;box-sizing: border-box;}
.celebrityMain .newsFlash .bottomNews li .time{font-size: 12px;color: #3562FF;line-height: 14px;position: relative;}
.celebrityMain .newsFlash .bottomNews li .time::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: -13px;top: 50%;transform: translateY(-50%);}
.celebrityMain .newsFlash .bottomNews li h5{font-size: 14px;color: #373A42;line-height: 27px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;overflow: hidden;}
/* 币种下拉框 */
.kolCoinDropdown{position: fixed;width: 280px;height: 110px;background: #FFFFFF;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);border-radius: 6px;padding: 12px 10px 0;box-sizing: border-box;z-index: 3;}
.kolCoinDropdown::before{content: '';position: absolute;top: -5px;left: 0;width: 100%;height: 5px;}
.kolCoinDropdown .dataInfo{width: 100%;height: 42px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 14px;}
.kolCoinDropdown .dataInfo li{position: relative;height: 100%;display: flex;align-items: center;}
.kolCoinDropdown .dataInfo li:last-child{flex-direction: column;justify-content: flex-end;}
.kolCoinDropdown .dataInfo .coinInfo{display: flex;align-items: center;}
.kolCoinDropdown .dataInfo .coinInfo img{width: 20px;height: 20px;border-radius: 50%;margin-right: 6px;}
.kolCoinDropdown .dataInfo .coinInfo span{font-weight: bold;font-size: 14px;color: #0D1421;line-height: 14px;display: inline-block;max-width: 60px;word-break: break-all;}
.kolCoinDropdown .dataInfo .price{font-weight: 500;font-size: 14px;color: #0D1421;}
.kolCoinDropdown .dataInfo .waveSvg{width: 72px;height: 17px;}
.kolCoinDropdown .dataInfo .ratio{font-weight: 500;font-size: 12px;color: #0D1421;text-align: center;line-height: 13px;}
.kolCoinDropdown .dataInfo .ratio.up{color: #16C784;}
.kolCoinDropdown .dataInfo .ratio.down{color: #ea3943;}
.kolCoinDropdown .dataInfo .ratio::before{display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;}
.kolCoinDropdown .dataInfo .ratio.up::before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.kolCoinDropdown .dataInfo .ratio.down::before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.kolCoinDropdown .linkBtn{width: 100%;height: 32px;background: #3562FF;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #F5F9FF;}
/* 相关资讯 */
.celebrityMain .newsInfo{margin-bottom: 28px;}
.celebrityMain .newsInfo .title{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 18px;padding: 0 10px;box-sizing: border-box;}
.celebrityMain .newsInfo ul li{display: flex;align-items: center;justify-content: space-between;padding: 10px 0;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.celebrityMain .newsInfo ul li .infoBox{display: block;flex: 1;}
.celebrityMain .newsInfo ul li .infoBox h5{height: 40px;font-weight: 500;font-size: 14px;color: #0D1421;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;overflow: hidden;}
.celebrityMain .newsInfo ul li .infoBox .time{font-size: 12px;color: #616E85;line-height: 14px;margin-top: 6px;}
.celebrityMain .newsInfo ul li .imgBox{display: block;width: 80px;height: 60px;margin-left: 8px;}
.celebrityMain .newsInfo ul li .imgBox img{width: 100%;height: 100%;border-radius: 10px;}
/* 搜索币种信息 */
.celebrityMain .searchCoin ul{width: 100%;display: flex;align-items: center;justify-content: flex-end;}
.celebrityMain .searchCoin ul li{position: relative;height: 100%;display: flex;align-items: center;margin-right: 100px;}
.celebrityMain .searchCoin ul li:last-child{margin-right: 0;}
.celebrityMain .searchCoin .coinInfo{display: flex;align-items: center;}
.celebrityMain .searchCoin .coinInfo img{width: 24px;height: 24px;border-radius: 50%;margin-right: 5px;}
.celebrityMain .searchCoin .coinInfo .nameBox{display: flex;align-items: center;}
.celebrityMain .searchCoin .coinInfo .name{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;margin-right: 5px;}
.celebrityMain .searchCoin .coinInfo .chinese_name{font-size: 10px;color: #A6B0C3;}
.celebrityMain .searchCoin .price{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 16px;}
.celebrityMain .searchCoin .waveSvg{width: 72px;height: 17px;}
.celebrityMain .searchCoin .ratio{font-weight: 500;font-size: 13px;color: #0D1421;text-align: center;line-height: 13px;margin-right: 5px;}
.celebrityMain .searchCoin .ratio.up{color: #16C784;}
.celebrityMain .searchCoin .ratio.down{color: #ea3943;}
.celebrityMain .searchCoin .ratio::before{display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;}
.celebrityMain .searchCoin .ratio.up::before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.celebrityMain .searchCoin .ratio.down::before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
@media screen and (max-width: 1660px) {
  .celebrityMain .searchCoin ul li{margin-right: 30px;}
  .celebrityMain .searchCoin ul li:last-child{margin-right: 0;}
}
/* 大V快讯 e */

/* 等待页面 */
.waitPage .mainShow {height: calc(100vh - 70px);padding-bottom: 0;    display: flex;max-width: 2560px;width: 100%;margin: 0 auto;}
.waitPage .mainShow .center {height: 100%}
.waitPage .headerBlock {height: 70px}

.undefindData{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.undefindData .moneyInfo{width: auto;display: flex;align-items: center;justify-content: center;margin: 0 auto;margin-bottom: 14px;}
.undefindData .moneyInfo img{display: block;width: 24px;margin-bottom: 0;margin-right: 3px;}
.undefindData .moneyInfo span{display: block;width: auto;margin-bottom: 0;font-size: 18px;color: #0D1421;line-height: 18px;}
.undefindData>img{display: block;width:78px;margin-bottom: 19px;}
.undefindData p{font-size: 16px;color:#0D1421;line-height: 26px;text-align: center;margin-bottom: 34px;}
.undefindData a{display: block;width: 90px;height: 40px;background: #3562FF;border-radius: 12px;text-align: center;line-height: 40px;font-size: 14px;color: #F5F9FF;}
/* dex s */
.dexPage .headerBlock{height: 100px;}
.dexMain{width: 100%;display: flex;}
.dexPage .defAvatar::before,
.dexDetailPage .defAvatar::before,
.dexNewPage .defAvatar::before{content: attr(data-text);position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background: #eff2f5;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #0D1421;}
.dexDetailPage .defAvatar::before{width: 34px;height: 34px;}
/* 左侧导航 */
.dexNav {width: 220px;height: 100%;background: #fff;padding: 20px;box-sizing: border-box;position: sticky;top: 100px;left: 0;flex: none;} 
.dexNav-title{display: flex;align-items: center;width: 100%;height: 48px;padding-left: 10px;box-sizing: border-box;margin-bottom: 10px;} 
.dexNav-title i{display: inline-block;width: 20px;height: 20px;background: url(../img/dex_ico@2x.png) no-repeat center;background-size: cover;margin-right: 8px;}
.dexNav-title h3{font-weight: 600;font-size: 18px;color: #0D1421;}
/* 左侧导航-list */
.dexNav-list li{width: 100%;height: 48px;margin-bottom: 10px;}
.dexNav-list li a{display: block;width: 100%;height: 100%;display: flex;align-items: center;padding-left: 10px;border-radius: 10px;box-sizing: border-box;transition: .2s;}
.dexNav-list li a:hover,.dexNav-list li a.active{background: #F8F9FB;}
.dexNav-list li i{display: inline-block;width: 20px;height: 20px;background: url(../img/dex_ico_main01@2x.png) no-repeat center;background-size: cover;margin-right: 8px;}
.dexNav-list li.new i{background-image: url(../img/dex_ico_main02@2x.png);}
.dexNav-list li.top i{background-image: url(../img/dex_ico_main03@2x.png);}
.dexNav-list li h4{font-weight: 500;font-size: 14px;color: #616E85;}
.dexNav-list li a:hover h4,.dexNav-list li a.active h4{color: #0D1421;}
.dexNav-list li .markNew{display: inline-block;width: 40px;height: 20px;background: #3562FF;border-radius: 12px;font-size: 12px;color: #F5F9FF;line-height: 20px;text-align: center;margin-left: 8px;}
/* 主要内容 */
.dexWrap{flex: 1;width: 100%;padding: 35px 20px 30px 29px;box-sizing: border-box;border-left: 1px solid #F5F5F6;overflow: hidden;position: relative;}
.dexWrap .dexTitle{display: flex;align-items: center;justify-content: space-between;}
.dexWrap .dexName{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 18px;padding-left: 10px;box-sizing: border-box;}
.dexMobleNav{display: none;}
.dexWrap .dexWarn{position: absolute;top: 35px;right: 20px;display: flex;align-items: center; font-size: 12px;color: #0D1421;}
.dexWrap .dexWarn span{color: #EEA025;}
.dexWrap .dexWarn i{display: inline-block;margin-right: 5px;width: 14px;height: 14px;background: url(../img/news_ico_notice1.png) no-repeat center;background-size: cover;vertical-align: middle;}
/* 主要内容-时间线 */
.dexSignal-timeLine{width: 100%;height: 95px;padding-left: 10px;box-sizing: border-box;display: flex;align-items:flex-end}
.dexSignal-timeLine-all{position: relative;width: 65px;height: 32px;background: #3562FF;border-radius: 8px;cursor: pointer;font-size: 12px;color: #F5F9FF;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}
.dexSignal-timeLine-all-float{position: absolute;top: 42px;right: 0;width: 715px;box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);padding: 30px 20px;background: #F8F8F8;border-radius: 10px;box-sizing: border-box;z-index: 2;opacity: 0;visibility: hidden;transition: .2s;}
.dexSignal-timeLine-all:hover .dexSignal-timeLine-all-float{opacity: 1;visibility: visible;}
.dexSignal-timeLine-all-float::before{content: "";position: absolute;top: -12px;right: 26px;border-width: 6px;border-style: solid;border-color: transparent transparent #F8F8F8 transparent;}
.dexSignal-timeLine-all-float::after{content: "";position: absolute;top: -12px;right: 0;width: 100%;height: 12px;}
.dexSignal-timeLine-all-list{width: 100%;max-height: 460px;overflow: hidden;overflow-y: auto;scrollbar-width: none;}
.dexSignal-timeLine-all-list::-webkit-scrollbar{display: none;}
.dexSignal-timeLine-all-list ul{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 14px;}
.dexSignal-timeLine-all-item{flex: 1;height: 90px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.2);border-radius: 10px;position: relative;}
/* 主要内容-列表-head */
.dexSignal-timeLine-all-item .headBar{width: 100%;height: 24px;background: linear-gradient(0deg, rgba(231, 231, 231, 0) 0%, rgba(228, 228, 228, .4) 100%);border-radius: 10px 10px 0px 0px;padding-left: 3px;box-sizing: border-box;display: flex;align-items: center;font-size: 12px;color: #616E85;}
.dexSignal-timeLine-all-item .headBar i{display: inline-block;width: 26px;height: 25px;background-size: cover;margin-right: 3px;}
.dexSignal-timeLine-all-item .headBar em{font-style: normal;font-size: 11px;color: #B0B6C2;margin-left: 2px;}
/* 主要内容-列表-信息 */
.dexSignal-timeLine-all-item .infoBox{width: 100%;padding: 12px;box-sizing: border-box;display: flex;align-items: center;}
.dexSignal-timeLine-all-item .infoBox-img{position: relative;width: 40px;height: 40px;}
.dexSignal-timeLine-all-item .infoBox-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-timeLine-all-item .infoBox-img-mark{position: absolute;bottom: 0;right: 0;width: 16px;height: 16px;border-radius: 50%;}
.dexSignal-timeLine-all-item .infoBox-data{flex: 1;padding: 0 10px;box-sizing: border-box;}
.dexSignal-timeLine-all-item .infoBox-data-name{display: flex;align-items: center;}
.dexSignal-timeLine-all-item .infoBox-data-name h5{font-weight: 500;font-size: 14px;color: #0D1421;}
.dexSignal-timeLine-all-item .infoBox-data-name em{font-size: 11px;color: #B0B6C2;margin-left: 3px;font-style: normal;}
.dexSignal-timeLine-all-item .infoBox-data-name span{display: flex;align-items: center;margin-left: 9px;font-size: 11px;}
.dexSignal-timeLine-all-item .infoBox-data-name span i{display: inline-block;width: 10px;height: 11px;margin-right: 2px;background: url(../img/dex_ico_safe@2x.png) no-repeat center;background-size: cover;}
.dexSignal-timeLine-all-item .infoBox-data-name span.hasRisk{color: #F74848;}
.dexSignal-timeLine-all-item .infoBox-data-name span.hasRisk i{background-image: url(../img/dex_ico_danger@2x.png);}
.dexSignal-timeLine-all-item .infoBox-data-intro{display: flex;align-items: center;margin-top: 6px;height: 12px;}
.dexSignal-timeLine-all-item .infoBox-data-intro-item{margin-right: 10px;position: relative;}
.dexSignal-timeLine-all-item .infoBox-data-intro-item:last-child{margin-right: 0;}
.dexSignal-timeLine-all-item .infoBox-data-intro span{display: flex;align-items: center;font-size: 11px;color: #000000;}
.dexSignal-timeLine-all-item .infoBox-data-intro span:last-child{margin-right: 0;}
.dexSignal-timeLine-all-item .infoBox-data-intro span i{color: #B0B6C2;margin-right: 3px;}
.dexSignal-timeLine-all-item .infoBox-rate{position: absolute;top: 16px;right: 13px;font-size: 32px;color: #FEAE1D;line-height: 20px;font-weight: bold;}
.dexSignal-timeLine-all-item .infoBox-rate span{transform: skewX(-8deg);display: inline-block;}
/* 主要内容-列表-信息-浮窗 */
.dexSignal-timeLine-all-item .infoBox-data-intro-float{display: none;}
/* 主要内容-列表-涨跌-浮窗 */
.dexSignal-timeLine-all-item .infoBox-rate-float{display: none;}
/* 主要内容-列表-不同样式 */
.dexSignal-timeLine-all-item.specItem1 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #D9EBFC 100%);color: #619BE9;}
.dexSignal-timeLine-all-item.specItem1 .headBar i{background-image: url(../img/dex_ico_top2@2x.png);}
.dexSignal-timeLine-all-item.specItem1 .infoBox-rate{color: #619BE9;}
.dexSignal-timeLine-all-item.specItem2 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #FFE5B0 100%);color: #CB5B00;}
.dexSignal-timeLine-all-item.specItem2 .headBar i{background-image: url(../img/dex_ico_top1@2x.png);}
.dexSignal-timeLine-all-item.specItem2 .infoBox-rate{color: #FEAE1D;}
.dexSignal-timeLine-all-item.specItem3 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #FEE6D0 100%);color: #AA4B31;}
.dexSignal-timeLine-all-item.specItem3 .headBar i{background-image: url(../img/dex_ico_top3@2x.png);}
.dexSignal-timeLine-all-item.specItem3 .infoBox-rate{color: #AA4B31;}

/* 主要内容-时间线-刻度 */
.dexSignal-timeLine .scale-list{width: 100%;height: 100%;padding: 60px 15px 0;box-sizing: border-box;display: flex;justify-content: space-between;position: relative;font-size: 0;flex: 1;}
.dexSignal-timeLine .scale-list::after{content: "";position: absolute;top: 64px;left: 0;width: 100%;height: 1px;border-bottom: 1px dashed rgba(176, 182, 194, .2);box-sizing: border-box;}
.dexSignal-timeLine .scale-list li{position: relative;flex: 1;height: 10px;z-index: 1;}
.dexSignal-timeLine .scale-list li:hover{z-index: 2;}
.dexSignal-timeLine .scale-list li .scale-line{position: absolute;top: 0;left: 1px;width: 3px;height: 100%;background: #B0B6C2;margin-left: -1px;border-radius: 3px;}
.dexSignal-timeLine .scale-list li .scale-line.now{position: absolute;top: 0;left: auto;right: 1px;margin-right: -1px;}
.dexSignal-timeLine .scale-list li .scale-line-text{position: absolute;bottom: -25px;left: 50%;transform: translateX(-50%);min-width: 25px;font-size: 12px;color: #B0B6C2 ;line-height: 18px;}
.dexSignal-timeLine .scale-list li:nth-child(2n) .scale-text{display: none;}
/* 主要内容-时间线-信号 */
.dexSignal-timeLine .scale-signal{position: absolute;top: -28px;left: 0%;width: 23px;height: 23px;border-radius: 50%;cursor: pointer;margin-left: -11px;}
.dexSignal-timeLine .scale-signal-inner{position: relative;width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-timeLine .scale-signal-inner::before{content: "";position: absolute;top: -8px;left: 50%;transform: translateX(-50%);width: 15px;height: 11px;}
.dexSignal-timeLine .scale-signal-inner.spexItem1::before{background: url(../img/top2@2x.png) no-repeat center;background-size: cover;}
.dexSignal-timeLine .scale-signal-inner.spexItem2::before{background: url(../img/top1@2x.png) no-repeat center;background-size: cover;}
.dexSignal-timeLine .scale-signal-inner.spexItem3::before{background: url(../img/top3@2x.png) no-repeat center;background-size: cover;}
.dexSignal-timeLine .scale-signal-inner>a{display: block;position: relative;width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-timeLine .scale-signal-img-def{width: 100%;height: 100%;border-radius: 50%;box-shadow: 0 0 0 1px #fff;}
.dexSignal-timeLine .scale-signal-img-mark{position: absolute;bottom: 0;right: 0;width: 10px;height: 10px;border-radius: 50%;}
/* 主要内容-时间线-信号-浮窗 */
.dexSignal-timeLine .scale-signal-float{position: absolute;top: 43px;left: 50%;transform: translateX(-50%);width: max-content;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 20px 10px;background: #fff;border-radius: 10px;box-sizing: border-box;z-index: 3;opacity: 0;visibility: hidden;}
.dexSignal-timeLine .scale-signal:hover .scale-signal-float{top: 33px;opacity: 1;visibility: visible;transition: .2s;}
.dexSignal-timeLine .scale-signal-float::before{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.dexSignal-timeLine .scale-signal-float::after{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 100%;height: 12px;}
.dexSignal-timeLine .scale-signal-float.left{left: 0;right: auto;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float.left::before{left: 6px;right: auto;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float.left::after{left: 0;right: auto;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float.right{left: auto;right: 0;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float.right::before{left: auto;right: 6px;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float.right::after{left: auto;right: 0;transform: translateX(0);}
.dexSignal-timeLine .scale-signal-float .topBox{font-size: 12px;color: #616E85;display: flex;align-items: center;justify-content: space-between;height: 22px;padding: 0 5px 10px;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexSignal-timeLine .scale-signal-float .infoBox{width: 100%;padding: 14px 5px 0;box-sizing: border-box;display: flex;align-items: center;}
.dexSignal-timeLine .scale-signal-float .infoBox-img{position: relative;width: 40px;height: 40px;}
.dexSignal-timeLine .scale-signal-float .infoBox-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-timeLine .scale-signal-float .infoBox-img-mark{position: absolute;bottom: 0;right: 0;width: 16px;height: 16px;border-radius: 50%;}
.dexSignal-timeLine .scale-signal-float .infoBox-data{flex: 1;padding: 0 10px;box-sizing: border-box;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-name{display: flex;align-items: center;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-name h5{font-weight: 500;font-size: 14px;color: #0D1421;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-intro{display: flex;align-items: center;margin-top: 6px;height: 12px;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-intro span{display: flex;align-items: center;margin-right: 16px;font-size: 11px;color: #000000;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-intro span:last-child{margin-right: 0;}
.dexSignal-timeLine .scale-signal-float .infoBox-data-intro span i{color: #B0B6C2;margin-right: 3px;}
.dexSignal-timeLine .scale-signal-float .infoBox-rate{font-size: 32px;color: #FEAE1D;line-height: 20px;font-weight: bold;}
.dexSignal-timeLine .scale-signal-float .infoBox-rate span{transform: skewX(-8deg);display: inline-block;}
/* 主要内容-列表 */
.dexSignal-container{width: 100%;box-sizing: border-box;position: relative;overflow: hidden;z-index: initial !important;}
.dexSignal-list{display: flex;align-items: flex-start;padding: 20px 0px 310px;box-sizing: border-box;z-index: initial !important;}
.dexSignal-list-item{width: 317px;height: 90px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.2);border-radius: 10px;position: relative;margin: 0 5px;}
/* 主要内容-列表-head */
.dexSignal-list-item .headBar{width: 100%;height: 24px;background: linear-gradient( 270deg, #FFFFFF 0%, #FFE5B0 100%);border-radius: 10px 10px 0px 0px;padding-left: 3px;box-sizing: border-box;display: flex;align-items: center;font-size: 12px;color: #CB5B00;}
.dexSignal-list-item .headBar i{display: inline-block;width: 26px;height: 25px;background: url(../img/dex_ico_top1@2x.png) no-repeat center;background-size: cover;margin-right: 3px;}
/* 主要内容-列表-信息 */
.dexSignal-list-item .infoBox{width: 100%;padding: 12px;box-sizing: border-box;display: flex;align-items: center;}
.dexSignal-list-item .infoBox-img{position: relative;width: 40px;height: 40px;}
.dexSignal-list-item .infoBox-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-list-item .infoBox-img-mark{position: absolute;bottom: 0;right: 0;width: 16px;height: 16px;border-radius: 50%;}
.dexSignal-list-item .infoBox-data{flex: 1;padding: 0 10px;box-sizing: border-box;}
.dexSignal-list-item .infoBox-data-name{display: flex;align-items: center;}
.dexSignal-list-item .infoBox-data-name h5{font-weight: 500;font-size: 14px;color: #0D1421;}
.dexSignal-list-item .infoBox-data-name em{font-size: 11px;color: #B0B6C2;margin-left: 3px;font-style: normal;}
.dexSignal-list-item .infoBox-data-name span{display: flex;align-items: center;margin-left: 9px;font-size: 11px;}
.dexSignal-list-item .infoBox-data-name span i{display: inline-block;width: 10px;height: 11px;margin-right: 2px;background: url(../img/dex_ico_safe@2x.png) no-repeat center;background-size: cover;}
.dexSignal-list-item .infoBox-data-name span.hasRisk{color: #F74848;}
.dexSignal-list-item .infoBox-data-name span.hasRisk i{background-image: url(../img/dex_ico_danger@2x.png);}
.dexSignal-list-item .infoBox-data-intro{display: flex;align-items: center;margin-top: 6px;height: 12px;justify-content: space-between;}
.dexSignal-list-item .infoBox-data-intro-item{position: relative;}
.dexSignal-list-item .infoBox-data-intro span{display: flex;align-items: center;font-size: 11px;color: #000000;}
.dexSignal-list-item .infoBox-data-intro span:last-child{margin-right: 0;}
.dexSignal-list-item .infoBox-data-intro span i{color: #B0B6C2;margin-right: 3px;}
.dexSignal-list-item .infoBox-rate{position: absolute;top: 16px;right: 13px;font-size: 32px;color: #FEAE1D;line-height: 20px;font-weight: bold;}
.dexSignal-list-item .infoBox-rate span{transform: skewX(-8deg);display: inline-block;}
/* 主要内容-列表-信息-浮窗 */
.dexSignal-list-item .infoBox-data-intro-float{position: absolute;top: 25px;left: 50%;transform: translateX(-50%) !important;width: max-content;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 3px 8px;background: #fff;border-radius: 10px;box-sizing: border-box;z-index: 3;font-size: 12px;color: #0D1421;opacity: 0;visibility: hidden;transition: .2s;}
.dexSignal-list-item .infoBox-data-intro-item:hover .infoBox-data-intro-float{opacity: 1;visibility: visible;}
.dexSignal-list-item .infoBox-data-intro-float::before{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.dexSignal-list-item .infoBox-data-intro-float::after{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 100%;height: 12px;}
/* 主要内容-列表-涨跌-浮窗 */
.dexSignal-list-item .infoBox-rate-float{position: absolute;top: 42px;right: 0;width: 260px;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 30px 10px 20px;background: #fff;border-radius: 10px;box-sizing: border-box;z-index: 3;opacity: 0;visibility: hidden;}
.dexSignal-list-item .infoBox-rate:hover .infoBox-rate-float{top: 32px;opacity: 1;visibility: visible;transition: .2s;}
.dexSignal-list-item .infoBox-rate-float::before{content: "";position: absolute;top: -12px;right: 20px;border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.dexSignal-list-item .infoBox-rate-float::after{content: "";position: absolute;top: -12px;right: 0;width: 100%;height: 12px;}
.dexSignal-list-item .infoBox-rate-float-info{font-size: 12px;color: #616E85;display: flex;align-items: center;height: 22px;padding: 0 5px 10px;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexSignal-list-item .infoBox-rate-float-info span{color: #0D1421;margin-left: 7px;}
.dexSignal-list-item .infoBox-rate-float-info span .up{color: #16C784;}
.dexSignal-list-item .infoBox-rate-float-info span .down{color: #EA3943;}
.dexSignal-list-item .infoBox-rate-float-list{margin-top: 17px;padding: 0 5px 0 8px;box-sizing: border-box;}
.dexSignal-list-item .infoBox-rate-float-list li{display: flex;align-items: center;width: 100%;height: 12px;font-size: 11px;margin-bottom: 15px;}
.dexSignal-list-item .infoBox-rate-float-list li:last-child{margin-bottom: 0;}
.dexSignal-list-item .infoBox-rate-float-list li .num{width: 30px;color: #B0B6C2;}
.dexSignal-list-item .infoBox-rate-float-list li .time{flex: 1;color: #B0B6C2;}
.dexSignal-list-item .infoBox-rate-float-list li .price{width: 80px;color: #000000;text-align: right;}
/* 主要内容-列表-不同样式 */
.dexSignal-list-item.specItem1 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #D9EBFC 100%);color: #619BE9;}
.dexSignal-list-item.specItem1 .headBar i{background-image: url(../img/dex_ico_top2@2x.png);}
.dexSignal-list-item.specItem1 .infoBox-rate{color: #619BE9;}
.dexSignal-list-item.specItem2 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #FFE5B0 100%);color: #CB5B00;}
.dexSignal-list-item.specItem2 .headBar i{background-image: url(../img/dex_ico_top1@2x.png);}
.dexSignal-list-item.specItem2 .infoBox-rate{color: #FEAE1D;}
.dexSignal-list-item.specItem3 .headBar{background: linear-gradient( 270deg, #FFFFFF 0%, #FEE6D0 100%);color: #AA4B31;}
.dexSignal-list-item.specItem3 .headBar i{background-image: url(../img/dex_ico_top3@2x.png);}
.dexSignal-list-item.specItem3 .infoBox-rate{color: #AA4B31;}
/* 主要内容-列表-滚动 */
.dexSignal-scroll-btn{position: absolute;top:10px;width: 40px;height: 110px;display: flex;align-items: center;box-sizing: border-box;cursor: pointer;z-index: 1;display: none;}
.dexSignal-scroll-btn[aria-disabled="false"]{display: flex;}
.dexSignal-scroll-btn i{display: inline-block;width: 10px;height: 18px;background: url(../img/ico_back@2x.png) no-repeat center;background-size: cover;}
.dexSignal-scroll-btn.left{left: 0;background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%,  #FFFFFF 100%);padding-left: 10px;}
.dexSignal-scroll-btn.right{right: 0;background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%,  #FFFFFF 100%);justify-content: flex-end;padding-right: 10px;}
.dexSignal-scroll-btn.right i{transform: rotate(180deg);}
/* @media screen and (max-width: 1900px) and (min-width: 1000px) {
  .dexSignal-list-item{width: 315px;flex: none;}
} */
/* 主要内容-详情 */
.dexSignal-detail{margin-top: -270px;z-index: 1;position: relative;}
.dexSignal-detail-title{height: 36px;padding: 0 13px;border-radius: 21px;display: flex;align-items: center;}
.dexSignal-detail-title img{width: 16px;height: 16px;border-radius: 50%;}
.dexSignal-detail-title h4{font-weight: 500;font-size: 16px;color: #0D1421;margin-left: 5px;}
/* 主要内容-详情-list */
.dexSignal-detail-list{width: 100%;display: grid;grid-template-columns: repeat(3, minmax(0px, 1fr));margin-top: 10px;gap: 20px 12px;}
.dexSignal-detail-list>li{height: 312px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.2);border-radius: 10px;}
/* 主要内容-详情-head信息 */
.dexSignal-detail-list .headWrap{width: 100%;height: 102px;background: linear-gradient( 0deg, rgba(231,231,231,0) 0%, rgba(228, 228, 228, .4) 100%);border-radius: 10px 10px 0px 0px;padding: 10px 0 0 0;box-sizing: border-box;position: relative;}
.dexSignal-detail-list .headWrap::after{content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: calc(100% - 20px);height: 1px;background: #F8F9FB;}
.dexSignal-detail-list .headWrap-tips{display: flex;align-items: center;justify-content: space-between;height: 20px;padding: 0 14px 0 17px;box-sizing: border-box;}
.dexSignal-detail-list .headWrap-tips-left{font-size: 12px;color: #616E85;display: flex;align-items: center;}
.dexSignal-detail-list .headWrap-tips-left i{display: inline-block;width: 20px;height: 18px;background: url(../img/dex_ico_top01@2x.png) no-repeat center;background-size: cover;margin-right: 3px;}
.dexSignal-detail-list .headWrap-tips-right{font-size: 12px;color: #616E85;margin-right: 6px;}
.dexSignal-detail-list .headWrap-info{display: flex;margin-top: 16px;padding: 0 14px 0 17px;box-sizing: border-box;}
.dexSignal-detail-list .headWrap-img{position: relative;width: 40px;height: 40px;}
.dexSignal-detail-list .headWrap-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-detail-list .headWrap-img-mark{position: absolute;bottom: 0;right: 0;width: 16px;height: 16px;border-radius: 50%;}
.dexSignal-detail-list .headWrap-data{flex: 1;padding: 0 10px;box-sizing: border-box;}
.dexSignal-detail-list .headWrap-data-name{display: flex;align-items: center;}
.dexSignal-detail-list .headWrap-data-name h5{font-weight: 500;font-size: 14px;color: #0D1421;}
.dexSignal-detail-list .headWrap-data-name em{font-size: 11px;color: #B0B6C2;margin-left: 3px;font-style: normal;}
.dexSignal-detail-list .headWrap-data-name span{display: flex;align-items: center;margin-left: 9px;font-size: 11px;}
.dexSignal-detail-list .headWrap-data-name span i{display: inline-block;width: 10px;height: 11px;margin-right: 2px;background: url(../img/dex_ico_safe@2x.png) no-repeat center;background-size: cover;}
.dexSignal-detail-list .headWrap-data-name span.hasRisk{color: #F74848;}
.dexSignal-detail-list .headWrap-data-name span.hasRisk i{background-image: url(../img/dex_ico_danger@2x.png);}
.dexSignal-detail-list .headWrap-data-intro{display: flex;align-items: center;margin-top: 6px;height: 12px;justify-content: space-between;}
.dexSignal-detail-list .headWrap-data-intro-item{position: relative;}
.dexSignal-detail-list .headWrap-data-intro-item:last-child{margin-right: 0;}
.dexSignal-detail-list .headWrap-data-intro span{display: flex;align-items: center;font-size: 11px;color: #000000;}
.dexSignal-detail-list .headWrap-data-intro span i{color: #B0B6C2;margin-right: 3px;}
.dexSignal-detail-list .headWrap-data-intro span .icon-user{display: inline-block;width: 10px;height: 10px;background: url(../img/dex_ico_people@2x.png) no-repeat center;background-size: cover;}
.dexSignal-detail-list .headWrap-data-intro span.rate{color: #0D1421;}
.dexSignal-detail-list .headWrap-data-intro span.rate.up{color: #16C784;}
.dexSignal-detail-list .headWrap-data-intro span.rate.down{color: #EA3943;}
.dexSignal-detail-list .headWrap-data-intro-float{position: absolute;top: 25px;left: 50%;transform: translateX(-50%) !important;width: max-content;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 3px 8px;background: #fff;border-radius: 10px;box-sizing: border-box;z-index: 3;font-size: 12px;color: #0D1421;opacity: 0;visibility: hidden;transition: .2s;}
.dexSignal-detail-list .headWrap-data-intro-item:hover .headWrap-data-intro-float{opacity: 1;visibility: visible;}
.dexSignal-detail-list .headWrap-data-intro-float::before{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.dexSignal-detail-list .headWrap-data-intro-float::after{content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 100%;height: 12px;}
/* 主要内容-详情-head信息-涨跌 */
.dexSignal-detail-list .headWrap-rate{position: relative;cursor: pointer;}
.dexSignal-detail-list .headWrap-rate-text{min-width: 74px;height: 40px;padding: 0 10px;box-sizing: border-box;background: rgba(53, 98, 255, .7);border-radius: 21px;font-size: 28px;color: #FFFFFF;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.dexSignal-detail-list .headWrap-rate-text span{transform: skewX(-8deg);display: inline-block;}
/* 主要内容-详情-head信息-涨跌-浮窗 */
.dexSignal-detail-list .headWrap-rate-float{position: absolute;top: 62px;right: 0;width: 340px;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);padding: 30px 10px 20px;background: #fff;border-radius: 10px;box-sizing: border-box;z-index: 3;opacity: 0;visibility: hidden;}
.dexSignal-detail-list .headWrap-rate:hover .headWrap-rate-float{top: 52px;opacity: 1;visibility: visible;transition: .2s;}
.dexSignal-detail-list .headWrap-rate-float::before{content: "";position: absolute;top: -12px;right: 20px;border-width: 6px;border-style: solid;border-color: transparent transparent #fff transparent;}
.dexSignal-detail-list .headWrap-rate-float::after{content: "";position: absolute;top: -12px;right: 0;width: 100%;height: 12px;}
.dexSignal-detail-list .headWrap-rate-float-info{font-size: 12px;color: #616E85;display: flex;align-items: center;height: 22px;padding: 0 5px 10px;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexSignal-detail-list .headWrap-rate-float-info span{color: #0D1421;margin-left: 7px;}
.dexSignal-detail-list .headWrap-rate-float-info span .up{color: #16C784;}
.dexSignal-detail-list .headWrap-rate-float-info span .down{color: #EA3943;}
.dexSignal-detail-list .headWrap-rate-float-list{margin-top: 17px;padding: 0 5px 0 8px;box-sizing: border-box;}
.dexSignal-detail-list .headWrap-rate-float-list li{display: flex;align-items: center;width: 100%;height: 12px;font-size: 11px;margin-bottom: 15px;}
.dexSignal-detail-list .headWrap-rate-float-list li:last-child{margin-bottom: 0;}
.dexSignal-detail-list .headWrap-rate-float-list li .num{width: 30px;color: #B0B6C2;}
.dexSignal-detail-list .headWrap-rate-float-list li .time{flex: 1;color: #B0B6C2;}
.dexSignal-detail-list .headWrap-rate-float-list li .price{width: 80px;color: #000000;text-align: right;}
/* 主要内容-详情-买入总计 */
.dexSignal-detail-list .buyTotal{margin-top: 15px;padding: 0 15px;box-sizing: border-box;}
.dexSignal-detail-list .buyTotal-inner{display: inline-block;height: 27px;padding: 0 11px 0 7px;background: #F8F9FB;border-radius: 4px;font-size: 13px;color: #000000;line-height: 27px;}
.dexSignal-detail-list .buyTotal-inner span{color: #16C784;}
/* 主要内容-详情-table */
.dexSignal-detail-list .dealTable{width: 100%;margin-top: 8px;padding: 0 15px;box-sizing: border-box;}
.dexSignal-detail-list .dealTable table{width: 100%;}
.dexSignal-detail-list .dealTable table tr{display: grid;grid-template-columns: 1.2fr 1.8fr 1fr 1fr 1fr;}
.dexSignal-detail-list .dealTable table th{font-size: 11px;color: #616E85;height: 27px;line-height: 27px;}
.dexSignal-detail-list .dealTable table td{display: flex;align-items: center;height: 37px;font-size: 11px;color: #0D1421;}
.dexSignal-detail-list .dealTable table .dealUser{font-size: 11px;color: #0D1421;}
.dexSignal-detail-list .dealTable table .dealUser .name{max-width: 70px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.dexSignal-detail-list .dealTable table .dealUser img{width: 22px;height: 22px;border-radius: 50%;margin-right: 3px;}
.dexSignal-detail-list .dealTable table .progress-bar{width: 80px;height: 4px;background: rgba(22, 199, 132, .1);border-radius: 12px;position: relative;margin-right: 6px;}
.dexSignal-detail-list .dealTable table .progress-bar span{position: absolute;top: 0;left: 0;height: 100%;background: #16C784;border-radius: 12px;}
.dexSignal-detail-list .dealTable table .up{color: #16C784;}
.dexSignal-detail-list .dealTable table .down{color: #EA3943;}
.dexSignal-detail-list .dealTable table .dealFrequency em{margin: 0 5px;}
.dexSignal-detail-list .dealTable table .dealStatus{color: #616E85;}
.dexSignal-detail-list .dealTable table td.dealBalance,
.dexSignal-detail-list .dealTable table td.dealFrequency,
.dexSignal-detail-list .dealTable table td.dealEquity{font-weight: bold;}
/* 主要内容-详情-不同样式 */
.dexSignal-detail-list .specItem1 .headWrap{background: linear-gradient( 0deg, rgba(160,204,248,0) 0%, rgba(160, 204, 248, .4) 100%);}
.dexSignal-detail-list .specItem1 .headWrap-tips-left{color: #619BE9;}
.dexSignal-detail-list .specItem1 .headWrap-rate-text{background: linear-gradient( 270deg, #40A0FF 0%, #1881EA 0%, #569BDF 100%);}
.dexSignal-detail-list .specItem2 .headWrap{background: linear-gradient( 0deg, rgba(254,190,58,0) 0%, rgba(254, 189, 56, .4) 100%);}
.dexSignal-detail-list .specItem2 .headWrap-tips-left{color: #CB5B00;}
.dexSignal-detail-list .specItem2 .headWrap-tips-left i{background-image: url(../img/dex_ico_top02@2x.png);}
.dexSignal-detail-list .specItem2 .headWrap-rate-text{background: linear-gradient( 270deg, #FFA000 0%, #FBC22C 100%);}
.dexSignal-detail-list .specItem3 .headWrap{background: linear-gradient( 0deg, rgba(248,157,87,0) 0%, rgba(253, 193, 137, .4) 100%);}
.dexSignal-detail-list .specItem3 .headWrap-tips-left{color: #AA4B31;}
.dexSignal-detail-list .specItem3 .headWrap-tips-left i{background-image: url(../img/dex_ico_top03@2x.png);}
.dexSignal-detail-list .specItem3 .headWrap-rate-text{background: linear-gradient( 270deg, #AA4B31 0%, #E0863B 100%);}
/* 主要内容-详情-更多 */
.dexSignal-detail-more{width: 100%;height: 6px;margin-top: 3px;cursor: pointer;text-align: center;line-height: 6px;}
.dexSignal-detail-more i{display: inline-block;width: 14px;height: 100%;background: url(../img/dex_ico_more@2x.png) no-repeat center;background-size: cover;}
@media screen and (max-width: 1801px) and (min-width: 1450px) {
  .dexSignal-detail-list .headWrap-data-intro{display: none;}
  .dexSignal-detail-list .headWrap-data-name{height: 100%;}
  .dexSignal-detail-list .dealTable table th:last-child{display: none;}
  .dexSignal-detail-list .dealTable table tr td:last-child{display: none;}
  .dexSignal-detail-list .dealTable table tr{display: grid;grid-template-columns: 1.5fr 2fr 1fr 1fr;}
}
@media screen and (max-width: 1451px) and (min-width: 1000px) {
  .dexSignal-detail-list{grid-template-columns: repeat(2, minmax(0px, 1fr));}
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .dexSignal-detail-list .headWrap-data-intro{display: none;}
  .dexSignal-detail-list .headWrap-data-name{height: 100%;}
  .dexSignal-detail-list .dealTable table th:last-child{display: none;}
  .dexSignal-detail-list .dealTable table tr td:last-child{display: none;}
  .dexSignal-detail-list .dealTable table tr{display: grid;grid-template-columns: 1.5fr 2fr 1fr 1fr;}
}
/* 更多弹窗 */
.dexMorePop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.dexMorePop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
.dexMorePop-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 794px;height: 420px;background: #FFFFFF;border-radius: 24px;overflow: hidden;padding: 40px 30px;box-sizing: border-box;}
.dexMorePop-close{position: absolute;top: 50px;right: 30px;cursor: pointer;z-index: 1;}
.dexMorePop-close i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;}
.dexMorePop-top{padding-bottom: 26px;border-bottom: 1px solid #F8F9FB;}
.dexMorePop-title{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 26px;}
.dexMorePop-intro{font-size: 12px;color: #616E85;line-height: 26px;}
.dexMorePop-intro span{margin-right: 10px;}
.dexMorePop-table{width: 100%;height: 260px;margin-top: 12px;box-sizing: border-box;overflow: hidden;overflow-y: auto;scrollbar-width: none;}
.dexMorePop-table::-webkit-scrollbar{display: none;}
.dexMorePop-table table{width: 100%;}
.dexMorePop-table table thead{background: #fff;position: sticky;top: 0;left: 0;z-index: 1;}
.dexMorePop-table table tr{display: grid;grid-template-columns: 1.5fr 2fr 1fr 2fr 1fr 1fr;}
.dexMorePop-table table th{font-size: 11px;color: #616E85;height: 28px;line-height: 27px;}
.dexMorePop-table table td{display: flex;align-items: center;height: 46px;font-size: 11px;color: #0D1421;}
.dexMorePop-table table .dealUser .name{max-width: 70px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.dexMorePop-table table .dealUser img{width: 22px;height: 22px;border-radius: 50%;margin-right: 3px;}
.dexMorePop-table table .progress-bar{width: 80px;height: 4px;background: rgba(22, 199, 132, .1);border-radius: 12px;position: relative;margin-right: 6px;}
.dexMorePop-table table .progress-bar span{position: absolute;top: 0;left: 0;height: 100%;background: #16C784;border-radius: 12px;}
.dexMorePop-table table .up{color: #16C784;}
.dexMorePop-table table .down{color: #EA3943;}
.dexMorePop-table table .dealFrequency em{margin: 0 3px;}
.dexMorePop-table table .cost em{margin: 0 3px;}
.dexMorePop-table table .dealStatus{color: #616E85;}
.dexMorePop-table table td.dealBalance,
.dexMorePop-table table td.dealFrequency,
.dexMorePop-table table td.cost,
.dexMorePop-table table td.dealEquity{font-weight: bold;}
/* 浮窗信息弹窗 */
.dexMobleDataPop{display: none;}
/* 信号列表弹窗 */
.dexSignalPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.dexSignalPop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
.dexSignalPop-main{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 734px;height: 550px;background: #F8F8F8;border-radius: 24px;overflow: hidden;padding: 40px 30px 0;box-sizing: border-box;}
.dexSignalPop-close{position: absolute;top: 46px;right: 30px;cursor: pointer;z-index: 1;}
.dexSignalPop-close i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;}
.dexSignalPop-title{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 26px;}
/* 新交易对 */
.dexNewPage .dexWrap{overflow: hidden;}
.dexNewPage .table{width: 100%;margin-top: 26px;position: relative;}
.dexNewPage .table .tableWrap{overflow: hidden;overflow-x: auto;box-sizing: border-box;}
.dexNewPage .table table{width: 100%;position: relative;}
.dexNewPage .table table thead{z-index: 3;height: 48px;}
.dexNewPage .table table tr{display: grid;grid-template-columns: 1.5fr 1.2fr repeat(5, 1fr) 1.2fr repeat(3, 1fr) 0.5fr;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.dexNewPage .table table tr th,.dexNewPage .table table tr td{display: flex;align-items: center;font-size: 14px;color: #0D1421;}
.dexNewPage .table table tr th:first-child,.dexNewPage .table table tr td:first-child{padding-left: 20px;box-sizing: border-box;}
.dexNewPage .table table tr th:last-child,.dexNewPage .table table tr td:last-child{justify-content: flex-end;padding-right: 20px;box-sizing: border-box;}
.dexNewPage .table table thead tr{height: 48px;}
.dexNewPage .table table tbody tr{height: 90px;cursor: pointer;}
.dexNewPage .table table tbody tr:hover {background: #F8F9FB;}
.dexNewPage .table table tbody tr:hover td{background: #F8F9FB !important;}
.dexNewPage .table table th[data-filter] span{display: flex;align-items: center;cursor: pointer;}
.dexNewPage .table table th .filter{display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 5px;}
.dexNewPage .table table th[data-filter="desc"] .filter{background-image: url(../img/dex_ico_sort2@2x.png);}
.dexNewPage .table table th[data-filter="asc"] .filter{background-image: url(../img/dex_ico_sort3@2x.png);}
.dexNewPage .table table th .filter2{display: inline-block;width: 10px;height: 11px;background: url(../img/dex_ico_sort4@2x.png) no-repeat center;background-size: cover;margin-left: 3px;}
.dexNewPage .table table th[data-filter="desc"] .filter2{background-image: url(../img/dex_ico_sort5@2x.png);}
.dexNewPage .table table th[data-filter="asc"] .filter2{background-image: url(../img/dex_ico_sort6@2x.png);}
.dexNewPage .table table .collectOn,.dexNewPage .table table .collectOff{display: block;width: 16px;height: 16px;cursor: pointer;}
.dexNewPage .table table .collectOn{background: url(../img/home_ico_collect02.png) no-repeat center;background-size: cover;}
.dexNewPage .table table .collectOff{background: url(../img/home_ico_collect01.png) no-repeat center;background-size: cover;}
.dexNewPage .table table .coin{display: flex;align-items: center;}
.dexNewPage .table table .coinImg{width: 30px;height: 30px;border-radius: 50%;margin-right: 5px;position: relative;}
.dexNewPage .table table .coinImg img{width: 100%;height: 100%;border-radius: 50%;}
.dexNewPage .table table .coinImg .coinImg-mark{width: 10px;height: 10px;border-radius: 50%;position: absolute;bottom:0;right: -1px;}
.dexNewPage .table table .coin .coin-name{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 16px;}
.dexNewPage .table table .coin .coin-name span{font-weight: 400;font-size: 11px;color: #616E85;margin-left: 5px;}
.dexNewPage .table table .coin .coin-text{font-size: 11px;color: #616E85;line-height: 11px;margin-top: 7px;}
.dexNewPage .table table .walletAddress{display: flex;align-items: center;}
.dexNewPage .table table .walletAddress .copy{display: inline-block;width: 12px;height: 12px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;margin-left: 3px;cursor: pointer;}
.dexNewPage .table table .rate{display: flex;align-items: center;}
.dexNewPage .table table .rate i{display: inline-block;width: 10px;height: 6px;margin-right: 3px;}
.dexNewPage .table table .rate.up{color: #16c784;}
.dexNewPage .table table .rate.up i{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.dexNewPage .table table .rate.down{color: #ea3943;}
.dexNewPage .table table .rate.down i{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.dexNewPage .table table .dealNum-type{font-size: 12px;color: #616E85;}
.dexNewPage .table table .dealNum-type .up{color: #16c784;}
.dexNewPage .table table .dealNum-type .down{color: #ea3943;}
.dexNewPage .table table .status{display: inline-block;width: 14px;height: 16px;background: url(../img/dex_ico_safe@2x.png) no-repeat center;background-size: cover;}
.dexNewPage .table table .status.risk{background-image: url(../img/dex_ico_danger@2x.png)}
.dexNewPage .table table tr td:nth-child(1), .dexNewPage .table table tr th:nth-child(1) {position: sticky;left: 0;background-color: #fff;z-index: 1;}
/* 顶级交易者 */
.dexTopPage .dexWrap{overflow: hidden;}
.dexTopPage .table{width: 100%;margin-top: 26px;position: relative;}
.dexTopPage .table .tableWrap{overflow: hidden;overflow-x: auto;box-sizing: border-box;}
.dexTopPage .table table{width: 100%;position: relative;}
.dexTopPage .table table thead{height: 48px;}
.dexTopPage .table table tr{display: grid;grid-template-columns: 40px 1.3fr repeat(7, 1fr);border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.dexTopPage .table table tr th,.dexTopPage .table table tr td{display: flex;align-items: center;font-size: 14px;color: #0D1421;}
.dexTopPage .table table tr th:first-child,.dexTopPage .table table tr td:first-child{justify-content: center;}
.dexTopPage .table table tr th:last-child,.dexTopPage .table table tr td:last-child{justify-content: flex-end;padding-right: 20px;box-sizing: border-box;}
.dexTopPage .table table thead tr{height: 48px;}
.dexTopPage .table table tbody tr{height: 90px;}
.dexTopPage .table table th[data-filter] span{display: flex;align-items: center;cursor: pointer;}
.dexTopPage .table table th .filter{display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 5px;}
.dexTopPage .table table th[data-filter="desc"] .filter{background-image: url(../img/dex_ico_sort2@2x.png);}
.dexTopPage .table table th[data-filter="asc"] .filter{background-image: url(../img/dex_ico_sort3@2x.png);}
.dexTopPage .table table .walletAddress{display: flex;align-items: center;}
.dexTopPage .table table .walletAddress .copy{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;cursor: pointer;margin-left: 3px;}
.dexTopPage .table table .walletAddress .search{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_seatch@2x.png) no-repeat center;background-size: cover;cursor: pointer;margin-left: 8px;}
.dexTopPage .table table .up{color: #16c784;}
.dexTopPage .table table .down{color: #EA3943;}
.dexTopPage .table table tr td:nth-child(1), .dexTopPage .table table tr th:nth-child(1) {position: sticky;left: 0;background-color: #fff;z-index: 1;}
.dexTopPage .table table td:nth-child(2), .dexTopPage .table table th:nth-child(2) {position: sticky;left: 40px;background-color: #fff;z-index: 1;}
/* table吸顶 */
.dexNewPage .table table .table-head-fixed,
.dexTopPage .table table .table-head-fixed
{position: fixed;top: 102px;left: 250px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;}
@keyframes tableHeadFixed {
  0% {height: 0;}
  100% {height: inherit;}
}
@media screen and (max-width: 1730px) {
  .dexNewPage .table table{width: max-content;}
}
/* dex详情 */
.dexDetailPage .ratio.up{color:#16c784}
.dexDetailPage .ratio.down{color:#ea3943}
.dexDetailPage .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.dexDetailPage .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.dexDetailPage .ratio.noBefore::before{display:none}
.dexDetailPage .headerBlock{height: 100px;}
.dexDetailMain.mainShow{display:flex;max-width:2560px;width:100%;margin:0 auto;padding-bottom: 48px;}
/* dex详情-左侧区域 */
.dexDetailMain .left{width:400px;position: relative;flex-shrink: 0;display: block;}
.dexDetailMain .left-inner{position: fixed;width:400px;height: calc(100vh - 100px);padding: 20px 14px 0 20px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;}
.dexDetailMain .left-inner::-webkit-scrollbar{display: none;}
.dexDetailMain .left-inner.show{position: absolute;bottom: 0;}
/* dex详情-左侧区域-当前币种 */
.dexDetailMain .left .currCoin{padding-bottom: 20px;border-bottom: 1px solid #EFF2F5;}
.dexDetailMain .left .currCoin-info{display: flex;align-items: center;justify-content: space-between;}
.dexDetailMain .left .currCoin-info-content{display: flex;align-items: center;position: relative;}
.dexDetailMain .left .currCoin-info-content img{width: 34px;height: 34px;margin-right: 10px;}
.dexDetailMain .left .currCoin-info-title h1{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;}
.dexDetailMain .left .currCoin-info-adress{display: flex;align-items: center;margin-top: 5px;font-size: 11px;color: #616E85;line-height: 12px;}
.dexDetailMain .left .currCoin-info-adress i{display: inline-block;width: 12px;height: 12px;background:url(../img/ico_copy@2x.png) no-repeat center;background-size:cover;margin-left: 3px;cursor: pointer;}
.dexDetailMain .left .currCoin-info-collect{width: 30px;height: 30px;border-radius: 9px;cursor: pointer;}
.dexDetailMain .left .currCoin-info-collect.collectOff{background: #EFF2F5 url(../img/home_ico_collect01.png) no-repeat center;background-size: 16px;}
.dexDetailMain .left .currCoin-info-collect.collectOn{background: #EFF2F5 url(../img/home_ico_collect02.png) no-repeat center;background-size: 16px;}
.dexDetailMain .left .currCoin-statis{margin-top: 20px;display: flex;align-items: flex-start;justify-content: space-between;}
.dexDetailMain .left .currCoin-statis-data{margin-right: 15px;}
.dexDetailMain .left .currCoin-statis-amount{font-size: 12px;color: #0D1421;line-height: 12px;}
.dexDetailMain .left .currCoin-statis-distance{display: flex;align-items: center;margin-top: 10px;font-weight: 500;font-size: 12px;line-height: 12px;}
.dexDetailMain .left .currCoin-statis-distance .distanceNum.up{color: #16c784;}
.dexDetailMain .left .currCoin-statis-distance .distanceNum.down{color: #ea3943;}
.dexDetailMain .left .currCoin-statis-distance .ratio::before{content: "";display: inline-block;width: 7px;height: 4px;vertical-align: middle;margin: 0 1px 0 2px;}
.dexDetailMain .left .currCoin-statis ul{flex: 1;display: flex;align-items: center;justify-content: space-between;}
.dexDetailMain .left .currCoin-statis .currCoin-statis-item-name{font-size: 12px;color: #A4A4A5;line-height: 12px;}
.dexDetailMain .left .currCoin-statis .currCoin-statis-item-num{font-weight: 500;font-size: 12px;color: #0D1421;line-height: 12px;margin-top: 10px;}
.dexDetailMain .left .currCoin-statis li.risk .currCoin-statis-item-num{color: #16C736;display: flex;align-items: center;}
.dexDetailMain .left .currCoin-statis li.risk .currCoin-statis-item-num i{display: inline-block;width: 12px;height: 12px;background: url(../img/dex_ico_safe@2x.png) no-repeat center;background-size: cover;}
/* dex详情-左侧区域-数据 */
.dexDetailMain .left .coinData{margin-top: 10px;border-bottom: 1px solid #EFF2F5;}
.dexDetailMain .left .coinData-nav{width: 100%;height: 60px;background: #EFF2F5;border-radius: 8px;padding: 5px;box-sizing: border-box;display: flex;}
.dexDetailMain .left .coinData-nav li{width: 85px;height: 100%;border-radius: 5px;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-right: 5px;cursor: pointer;transition: .2s;}
.dexDetailMain .left .coinData-nav li:last-child{margin-right: 0;}
.dexDetailMain .left .coinData-nav li:hover,.dexDetailMain .left .coinData-nav li.active{background: #FFFFFF;}
.dexDetailMain .left .coinData-nav-name{font-size: 12px;color: #616E85;line-height: 12px;}
.dexDetailMain .left .coinData-nav-ratio{font-weight: 500;font-size: 12px;line-height: 14px;margin-top: 8px;}
.dexDetailMain .left .coinData-nav-ratio::before{content: "";display: inline-block;width: 7px;height: 5px;vertical-align: middle;}
.dexDetailMain .left .coinData-wrap{margin-top: 20px;}
.dexDetailMain .left .coinData-list{width: 100%;display: none;}
.dexDetailMain .left .coinData-list.active{display: block;}
.dexDetailMain .left .coinData-list li{width: 100%;height: 32px;padding: 0 15px 0 8px;box-sizing: border-box;margin-bottom: 20px;display: flex;align-items: flex-start;justify-content: space-between;}
.dexDetailMain .left .coinData-item-amount{width: 95px;}
.dexDetailMain .left .coinData-item-amount-name{font-size: 12px;color: #616E85;line-height: 12px;}
.dexDetailMain .left .coinData-item-amount-num{font-weight: 500;font-size: 14px;color: #0D1421;line-height: 14px;margin-top: 6px;}
.dexDetailMain .left .coinData-item-ratio{flex: 1;}
.dexDetailMain .left .coinData-item-ratio-name{display: flex;align-items: center;justify-content: space-between;font-size: 12px;line-height: 14px;}
.dexDetailMain .left .coinData-item-ratio-name .up{color: #16C784;}
.dexDetailMain .left .coinData-item-ratio-name .down{color: #EA3943;}
.dexDetailMain .left .coinData-item-ratio-bar{width: 100%;height: 4px;background: #EA3943;border-radius: 3px;overflow: hidden;position: relative;margin-top: 9px;}
.dexDetailMain .left .coinData-item-ratio-bar span{position: absolute;top: 0;left: 0;height: 4px;background: #16C784;border-radius: 3px 0 0 3px;box-shadow: 0 0 0 1px #fff;}
/* dex详情-左侧区域-详情 */
.dexDetailMain .left .coinDetail{margin-top: 20px;}
.dexDetailMain .left .coinDetail-title{padding-left: 8px;font-weight: 500;font-size: 14px;color: #0D1421;line-height: 14px;display: flex;align-items: center;}
.dexDetailMain .left .coinDetail-title span{font-size: 12px;color: #616E85;margin-left: 7px;}
.dexDetailMain .left .coinDetail-block{margin-top: 9px;display: flex;flex-wrap: wrap;}
.dexDetailMain .left .coinDetail-block li{width: 118px;height: 64px;border-radius: 8px;border: 1px solid #F5F5F6;margin: 0 6px 6px 0;display: flex;align-items: center;justify-content: center;flex-direction: column;box-sizing: border-box;}
.dexDetailMain .left .coinDetail-block li:nth-child(3),.dexDetailMain .left .coinDetail-block li:last-child{margin-right: 0;}
.dexDetailMain .left .coinDetail-block li:nth-child(n+4){width: 180px;}
.dexDetailMain .left .coinDetail-block-name{font-size: 12px;color: #616E85;line-height: 11px;}
.dexDetailMain .left .coinDetail-block-content{font-weight: 500;font-size: 14px;color: #919191;line-height: 14px;display: flex;align-items: center;margin-top: 7px;height: 14px;}
.dexDetailMain .left .coinDetail-block-content i{display: inline-block;width: 14px;height: 14px;margin-right: 3px;}
.dexDetailMain .left .suspect .coinDetail-block-content i{margin-top: -1px;}
.dexDetailMain .left .coinDetail-block li.top .coinDetail-block-content{color: #16C784;}
.dexDetailMain .left .coinDetail-block li.top i{background:url(../img/dex_ico_func01@2x.png) no-repeat center;background-size:cover}
.dexDetailMain .left .coinDetail-block li.suspect i{background:url(../img/dex_ico_func02@2x.png) no-repeat center;background-size:cover}
.dexDetailMain .left .coinDetail-block li.dev i{background:url(../img/dex_ico_func03@2x.png) no-repeat center;background-size:cover}
.dexDetailMain .left .coinDetail-block li.deal .coinDetail-block-content{color: #16C784;}
.dexDetailMain .left .coinDetail-block li.deal i{background:url(../img/dex_ico_func04@2x.png) no-repeat center;background-size:cover}
.dexDetailMain .left .coinDetail-block li.snipe i{background:url(../img/dex_ico_func05@2x.png) no-repeat center;background-size:cover}
.dexDetailMain .left .coinDetail-statis{margin-top: 14px;}
.dexDetailMain .left .coinDetail-statis li{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;height: 12px;}
.dexDetailMain .left .coinDetail-statis-name{font-size: 12px;color: #616E85;line-height: 12px;}
.dexDetailMain .left .coinDetail-statis-content{font-size: 12px;color: #0D1421;display: flex;align-items: center;}
.dexDetailMain .left .coinDetail-statis-content .copy{display: inline-block;width: 12px;height: 12px;background:url(../img/ico_copy@2x.png) no-repeat center;background-size:cover;margin-left: 6px;cursor: pointer;}
/* dex详情-右侧区域 */
.dexDetailMain .right{width:400px;position: relative;flex-shrink: 0;display: block;}
.dexDetailMain .right .newsUal{position: fixed;width:400px;height: calc(100vh - 100px);padding: 20px 20px 0 14px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;}
.dexDetailMain .right .newsUal::-webkit-scrollbar{display: none;}
.dexDetailMain .right .newsUal.show{position: absolute;bottom: 0;}
/* dex详情-右侧区域-热门币种 */
.dexDetailMain .right .detailPageRecommond {margin-bottom: 30px;}
.dexDetailMain .right .detailPageRecommond .title{display:flex;justify-content:space-between;align-items: center;padding: 0px 0 17px 0;box-sizing: border-box;}
.dexDetailMain .right .detailPageRecommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.dexDetailMain .right .detailPageRecommond .title a{font-weight:500;font-size:12px;color:#3562ff;}
.dexDetailMain .right .detailPageRecommond .title a::after{display: inline-block;content: '';width: 6px;height: 11px;background: url(../img/ico_more@2x.png) center/100% no-repeat;vertical-align: middle;margin-left: 5px;margin-bottom: 3px;}
.dexDetailMain .right .detailPageRecommond ul li {border-bottom:1px solid #f5f5f6;padding: 0 11px 0 4px;box-sizing: border-box;height: 42px;}
.dexDetailMain .right .detailPageRecommond ul li.firstTips {height: 31px;border-top:1px solid #f5f5f6;}
.dexDetailMain .right .detailPageRecommond ul li.firstTips>span {height: 100%;line-height: 31px;display: flex;justify-content: end;font-size: 12px;color: #616E85;}
.dexDetailMain .right .detailPageRecommond ul li.firstTips>span:first-of-type{justify-content: start;}
.dexDetailMain .right .detailPageRecommond ul li>a>div{height:100%}
.dexDetailMain .right .detailPageRecommond ul li .nameBox{display:flex;align-items:center;width:100%;height: 100%;}
.dexDetailMain .right .detailPageRecommond ul li .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.dexDetailMain .right .detailPageRecommond ul li .nameBox p{font-size:14px;color:#0D1421;line-height:14px}
.dexDetailMain .right .detailPageRecommond ul li .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:42px}
.dexDetailMain .right .detailPageRecommond ul li .ratioBox{width:100%;display:flex;align-items:center;justify-content: end}
.dexDetailMain .right .detailPageRecommond ul li .ratioBox .ratio{display:block;width:67px;height: 24px;font-size:12px;line-height: 24px;text-align:center;color: #FFFFFF;}
.dexDetailMain .right .detailPageRecommond ul li .ratioBox .ratio.up{background-color:#16c784}
.dexDetailMain .right .detailPageRecommond ul li .ratioBox .ratio.down{background-color:#ea3943}
.dexDetailMain .right .detailPageRecommond ul li:first-of-type,.dexDetailMain .right .detailPageRecommond ul li>a{display:grid;grid-template-columns:3fr 2fr 3fr}
/* dex详情-右侧区域-新闻 */
.dexDetailMain .right .newsTit{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.dexDetailMain .right .newsTit i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_news@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.dexDetailMain .right .topNews li {overflow: hidden;border-bottom: 1px solid #F5F5F6;margin-bottom: 16px;}
.dexDetailMain .right .topNews li:nth-last-of-type(1){border-bottom:none}
.dexDetailMain .right .topNews li>a img{display: block;width: 100%;border-radius: 10px;max-width: 366px;max-height: 210px;margin-bottom: 10px;}
.dexDetailMain .right .topNews li h5{font-size: 16px;color: #0D1421;line-height: 28px;margin-bottom:10px ;}
.dexDetailMain .right .topNews li h6{font-size: 12px;color: #616E85;line-height: 24px;margin-bottom:10px ;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;overflow: hidden;max-height: 96px;}
.dexDetailMain .right .topNews li>em{margin-bottom:10px ;font-size: 14px;color: #4A77FF;line-height: 16px;}
.dexDetailMain .right .topNews li .moreInfo{margin-bottom:15px;display: flex;align-items: center;}
.dexDetailMain .right .topNews li .moreInfo .time{font-size: 12px;color: #0D1421;margin-right: 4px;}
.dexDetailMain .right .topNews li .moreInfo p{min-width: 130px;height: 36px;background: #EFF2F5;border-radius: 20px;padding: 0 6px;box-sizing: border-box;display: flex;align-items: center;margin-right: 4px;}
.dexDetailMain .right .topNews li .moreInfo p a{display: flex;}
.dexDetailMain .right .topNews li .moreInfo p:nth-of-type(n+2){display: none;}
.dexDetailMain .right .topNews li .moreInfo p img{display: block;width:20px ;height:20px;margin-right: 6px;}
.dexDetailMain .right .topNews li .moreInfo p em{font-size: 14px;color: #0D1421;margin-right: 10px;}
.dexDetailMain .right .topNews li .moreInfo p i{font-size: 12px;}
.dexDetailMain .right .topNews li .moreInfo p i::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
/* dex详情-右侧区域-快讯 */
.dexDetailMain .right .bottomNewsTitle{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.dexDetailMain .right .bottomNewsTitle i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.dexDetailMain .right .bottomNews li{margin-bottom: 16px;}
.dexDetailMain .right .bottomNews li span{padding: 0 0 0 13px;font-size: 14px;color: #3562FF;line-height:20px;position: relative;}
.dexDetailMain .right .bottomNews li span::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.dexDetailMain .right .bottomNews li h5{padding: 0 0 0 13px;font-size: 16px;color: #373A42;line-height: 29px;}
/* dex详情-中间区域 */
.dexDetailMain .center{min-height: 100vh;flex: 1;border-left: 1px solid #F5F5F6;border-right: 1px solid #F5F5F6;box-sizing: border-box;}
/* dex详情-中间区域-图表 */
.dexDetailChart{height: 560px;}
.dexDetailChart .centerLineK{margin: 20px 0;width: 100%;display: flex;justify-content: space-between;padding: 0 20px;box-sizing: border-box;}
.dexDetailChart .centerLineK .lineKleft{display: flex;align-items: center;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK{display: flex;align-items: center;background: #eff2f5;border-radius: 7px;padding: 0;height: 28px;border: 3px solid #eff2f5;margin-right: 10px;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK i{height: 28px;color: #a6b0c3;border-radius: 6px;text-align: center;line-height: 28px;font-weight: 500;font-size: 12px;cursor: pointer;padding: 0 8px;display: flex;align-items: center;opacity: .2;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK i>img{display: block;width: 20px;height: 20px;object-fit: contain;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK i.on{background: #fff;color: #0d1421;opacity: 1;}
.dexDetailChart .centerLineK .lineKleft h5{font-size: 16px;color: #0D1421;line-height: 17px;}
.dexDetailChart .selectBtn{display: flex;align-items: center;justify-content: space-between;width: auto;position: relative;z-index: 1;}
.dexDetailChart .selectBtn .listBtn{display: flex;justify-content: space-between;}
.dexDetailChart .selectBtn .right{display: flex;align-items: center;justify-content: flex-end;}
.dexDetailChart .selectBtn .listBtn .changeBtn{background: #eff2f5;border-radius: 7px;padding: 0;display: flex;border: 3px solid #eff2f5;}
.dexDetailChart .selectBtn .listBtn .changeBtn i{width: 36px;height: 28px;color: #a6b0c3;border-radius: 6px;text-align: center;line-height: 28px;font-weight: 500;font-size: 12px;cursor: pointer;}
.dexDetailChart .selectBtn .listBtn .changeBtn i:hover{color: #0d1421;}
.dexDetailChart .selectBtn .listBtn .changeBtn i.on{background: #fff;color: #0d1421;}
.dexDetailChart .KchartBox{position: relative;}
.dexDetailChart .Kchart{width: 100%;height: 520px;margin: 0 auto;}
/* dex详情-中间区域-选项卡 */
.dexDetailCard{margin: 40px 0 30px;}
/* .dexDetailCard-nav{position: sticky;top: 100px;z-index: 1;} */
.dexDetailCard-nav ul{width: 100%;height: 41px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;display: flex;align-items: flex-start;padding: 0px 20px;background: #fff;}
.dexDetailCard-nav ul li{height: 100%;padding: 10px 15px;font-size: 18px;color: #616E85;position: relative;cursor: pointer;box-sizing: border-box;}
.dexDetailCard-nav ul li::after{content: "";position: absolute;bottom: -1px;left: 0;width: 100%;height: 3px;background: #3562FF;display: none;}
.dexDetailCard-nav ul li:hover{color: #0D1421;}
.dexDetailCard-nav ul li.active{color: #0D1421;font-weight: 600;}
.dexDetailCard-nav ul li.active::after{display: block;}
.dexDetailCard-box{display: none;}
.dexDetailCard-box.active{display: block;}
.dexDetailCard-type{padding: 0 10px;box-sizing: border-box;margin-top: 15px;display: flex;}
.dexDetailCard-type ul{display: flex;height: 36px;background: #EFF2F5;border-radius: 6px;padding: 3px;box-sizing: border-box;}
.dexDetailCard-type ul li{width: 58px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #A6B0C3;cursor: pointer;border-radius: 4px;}
.dexDetailCard-type ul li:hover{color: #0D1421;}
.dexDetailCard-type ul li.active{color: #0D1421;background: #FFFFFF;}
.dexDetailCard-table{margin-top: 10px;}
.dexDetailCard-table table {width: 100%;}
.dexDetailCard-table table tr{border-bottom: 1px solid #F5F5F6;display: grid;}
.dexDetailCard-table.dealAct table tr{grid-template-columns: 1.5fr 0.5fr 0.8fr 1.2fr 1.5fr 1.3fr 1.3fr 0.5fr;}
.dexDetailCard-table.profitAddress table tr{grid-template-columns: 40px 2fr 1fr 1fr 1.2fr 1.2fr 2fr 2fr 1.5fr repeat(3, 1fr);}
.dexDetailCard-table.holdAddress table tr{grid-template-columns: 40px 2fr 1fr 1fr 2fr 2fr repeat(3, 1fr) 1.5fr 1fr;}
.dexDetailCard-table table th{height: 36px;box-sizing: border-box;font-size: 12px;color: #B0B6C2;line-height: 36px;}
.dexDetailCard-table table th .filter{display: inline-block;cursor: pointer;position: relative;}
.dexDetailCard-table table th .sort{display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 3px;vertical-align: -1px;}
.dexDetailCard-table table th .filter[data-sort="asc"] .sort{background-image: url(../img/dex_ico_sort3@2x.png)}
.dexDetailCard-table table th .filter[data-sort="desc"] .sort{background-image: url(../img/dex_ico_sort2@2x.png)}
.dexDetailCard-table table th .arrow{display: inline-block;width: 10px;height: 6px;background: url(../img/ysp_ico_more@2x.png) no-repeat center;background-size: cover;margin-left: 3px;vertical-align: 1px;}
.dexDetailCard-table table td{height: 60px;font-size: 14px;color: #0D1421;display: flex;align-items: center;}
.dexDetailCard-table table td.col{flex-direction: column;justify-content: center;align-items: flex-start;}
.dexDetailCard-table table td.color1{color: #13A709;}
.dexDetailCard-table table td.color2{color: #EA3943;}
.dexDetailCard-table table td .up{color: #13A709;}
.dexDetailCard-table table td .down{color: #EA3943;}
.dexDetailCard-table table td .subText{color: #A4A4A5;font-size: 12px;}
.dexDetailCard-table table td.type span{display: block;height: 26px;border-radius: 4px;display: flex;align-items: center;justify-content: center;font-size: 14px;}
.dexDetailCard-table table td.type span.buy{color: #13A709;}
.dexDetailCard-table table td.type span.sale{color: #EA3943;}
.dexDetailCard-table table td .num-item .ratio::before{content: "";display: inline-block;width: 7px;height: 5px;vertical-align: middle;}
.dexDetailCard-table table td .num-item em{font-size: 14px;color: #A4A4A5;line-height: 12px;font-style: normal;margin-left: 6px;}
.dexDetailCard-table table td .copy{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;margin-left: 3px;vertical-align: middle;cursor: pointer;}
.dexDetailCard-table table td img{width: 23px;height: 23px;border-radius: 50%;}
.dexDetailCard-table table td .detail{display: inline-block;width: 12px;height: 12px;background: url(../img/dex_ico_detail@2x.png) no-repeat center;background-size: cover;margin-left: 3px;vertical-align: middle;cursor: pointer;}
.dexDetailCard-table table th:first-child,.dexDetailCard-table table tr td:first-child{padding-left: 12px;box-sizing: border-box;}
.dexDetailCard-table table .table-head-fixed{position: fixed;top: 140px;left: 400px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;animation: tableHeadFixed .5s ease 1;}
.dexDetailCard-table table .table-head-fixed::-webkit-scrollbar {display: none;}

.dexDetailCard-table table .filter-float{position: absolute;top: 20px;left: 50%;transform: translateX(-50%) !important;width: 100px;padding: 10px 5px;background: #fff;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);z-index: 1;display: none;}
.dexDetailCard-table table .filter-float::after{content: "";position: absolute;top: -10px;right: 0;width: 100%;height: 10px;}
.dexDetailCard-table table .filter-float li{width: 100%;height: 30px;display: flex;align-items: center;justify-content: space-between; font-size: 12px;border-radius: 5px;padding: 0 5px;box-sizing: border-box;cursor: pointer;}
.dexDetailCard-table table .filter-float li i{display: none;} 
.dexDetailCard-table table .filter-float li:last-child{margin-bottom: 0;}
.dexDetailCard-table table .filter-float li:hover,.dexDetailCard-table table .filter-float li.active{background: #EFF2F5;}
.dexDetailCard-table table .filter-float li.active i{display: block;}
@media screen and (max-width: 1580px) {
  .dexDetailMain .right {
    display: none;
  }
}
/* dex e */
/* 钱包 s */
.walletPage .walletTable .device span,.walletDetail-info-content.device span{display: inline-block;width: 16px;height: 16px;margin-right: 6px;}
.walletPage .walletTable .device span:last-child,.walletDetail-info-content.device span:last-child{margin-right: 0;}
.walletPage .walletTable .device .icon1,.walletDetail-info-content.device .icon1{background: url(../img/wallet_ico_sort01@2x.png) no-repeat center;background-size: cover;}
.walletPage .walletTable .device .icon2,.walletDetail-info-content.device .icon2{background: url(../img/wallet_ico_sort02@2x.png) no-repeat center;background-size: cover;}
.walletPage .walletTable .device .icon3,.walletDetail-info-content.device .icon3{background: url(../img/wallet_ico_sort04@2x.png) no-repeat center;background-size: cover;}
.walletPage .walletTable .device .icon4,.walletDetail-info-content.device .icon4{background: url(../img/wallet_ico_sort03@2x.png) no-repeat center;background-size: cover;}
.walletPage .walletTable .device .icon5,.walletDetail-info-content.device .icon5{background: url(../img/wallet_ico_sort05@2x.png) no-repeat center;background-size: cover;}
/* 列表 */
.walletPage .headerBlock{height: 100px;}
.walletPage .walletMain{width: 1440px;margin: 20px auto 30px;}
.walletPage .walletNav{width: 100%;height: 43px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;position: sticky;top: 100px}
.walletPage .walletNav-list{display: flex;height: 100%;padding: 10px 28px 0;box-sizing: border-box;background: #fff;}
.walletPage .walletNav-list li{padding: 0 17px;height: 100%;position: relative;font-size: 20px;color: #616E85;line-height: 18px;cursor: pointer;}
.walletPage .walletNav-list li::after{content: "";position: absolute;bottom: -1px;left: 0;width: 100%;height: 3px;background: #3562FF;display: none;}
.walletPage .walletNav-list li:hover{color: #0D1421;}
.walletPage .walletNav-list li.active{color: #0D1421;font-weight: 600;}
.walletPage .walletNav-list li.active::after{display: block;}
.walletPage .walletSelect{position: absolute;top: 0;right: 15px;width: 72px;height: 24px;background: #EFF2F5;border-radius: 4px;font-size: 12px;color: #0D1421;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.walletPage .walletTable{margin-top: 15px;display: none;}
.walletPage .walletTable.active{display: block;}
.walletPage .walletTable table{width: 100%;}
.walletPage .walletTable table tr{border-bottom: 1px solid #F5F5F6;display: grid;grid-template-columns: 40px 1.5fr 1fr 1.5fr repeat(5, 1fr) 2fr 1.5fr;}
.walletPage .walletTable table th{height: 48px;font-size: 12px;color: #A4A4A5;display: flex;align-items: center;}
.walletPage .walletTable table td{height: 69px;display: flex;align-items: center;font-size: 14px;color: #0D1421;}
.walletPage .walletTable table th:nth-child(3),
.walletPage .walletTable table th:nth-child(4),
.walletPage .walletTable table th:nth-child(9),
.walletPage .walletTable table td:nth-child(3),
.walletPage .walletTable table td:nth-child(4),
.walletPage .walletTable table td:nth-child(9){justify-content: center;}
.walletPage .walletTable table th:last-child,.walletPage .walletTable table td:last-child{padding-right: 15px;}
.walletPage .walletTable table .tac{justify-content: center;}
.walletPage .walletTable table .tar{justify-content: flex-end;}
.walletPage .walletTable table td.name a{display: flex;align-items: center;height: 100%;}
.walletPage .walletTable table td.score{color: #F89F3B;}
.walletPage .walletTable table td .star-list{display: flex;align-items: center;}
.walletPage .walletTable table td .star-list i{display: inline-block;width: 18px;height: 17px;background: url(../img/bourse_ico_star02@2x.png) no-repeat center;background-size: cover;margin-right: 4px;}
.walletPage .walletTable table td .star-list i:last-child{margin-right: 0;}
.walletPage .walletTable table td .star-list i.on{background-image: url(../img/bourse_ico_star01@2x.png);}
.walletPage .walletTable table td .star-list i.half{background-image: url(../img/bourse_ico_star03@2x.png);}
.walletPage .walletTable table td .coinImg{width: 30px;height: 30px;margin-right: 5px;}
.walletPage .walletTable table td .extraType{display: inline-block;width: 61px;height: 26px;border-radius: 4px;margin-left: 6px;text-align: center;line-height: 26px;}
.walletPage .walletTable table td .extraType.deal{background: rgba(53, 98, 255, .1);color: #4A77FF;}
.walletPage .walletTable table td .extraType.finance{background: rgba(19, 167, 9, .1);color: #13A709;}
.walletPage .walletTable table td .extraType.dapp{background: rgba(251, 145, 24, .1);color: #FC9017;}
.walletPage .walletTable table td .contain{color: #16C784;}
.walletPage .walletTable table td .notContain{color: #EA3943;}
.walletPage .walletTable table .table-head-fixed{position: fixed;top: 143px;left: 50%;transform: translateX(-50%) !important; width: 1440px;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;animation: tableHeadFixed .5s ease 1;}
.walletPage .walletTable table .table-head-fixed::-webkit-scrollbar {display: none;}
@media (max-width: 1500px) {
  .walletPage .walletTable table.table-head-fixed
  {left: 0;transform: none !important;width: 100%;}
}
.walletPage .walletSelect-list{position: absolute;top: 34px;left: 50%;transform: translateX(-50%) !important;width: 100px;padding: 10px 5px;background: #fff;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);z-index: 1;display: none;}
.walletPage .walletSelect:hover .walletSelect-list{display: block !important;}
.walletPage .walletSelect-list::after{content: "";position: absolute;top: -10px;right: 0;width: 100%;height: 10px;}
.walletPage .walletSelect-list li{width: 100%;height: 30px;display: flex;align-items: center;justify-content: space-between; font-size: 12px;border-radius: 5px;padding: 0 5px;box-sizing: border-box;cursor: pointer;}
.walletPage .walletSelect-list li:last-child{margin-bottom: 0;}
.walletPage .walletSelect-list li:hover,.walletPage .walletSelect-list li.active{background: #EFF2F5;}
/* 钱包-详情 */
.walletDetailPage .headerBlock{height: 100px;}
.walletDetailMain{width: 1440px;margin: 36px auto;}
.walletDetail-top{display: flex;align-items: center;}
.walletDetail-top img{width: 90px;height: 90px;margin-right: 20px;}
.walletDetail-top h1{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 18px;}
.walletDetail-top .score{margin-top: 20px;font-size: 12px;color: #A4A4A5;line-height: 20px;display: flex;height: 20px;}
/* .walletDetail-top .score span{font-weight: 600;font-size: 18px;color: #F89F3B;margin-left: 5px;} */
.walletDetail-top .score .star-list{display: flex;align-items: center;margin-left: 6px;}
.walletDetail-top .score .star-list i{display: inline-block;width: 18px;height: 17px;background: url(../img/bourse_ico_star02@2x.png) no-repeat center;background-size: cover;margin-right: 4px;}
.walletDetail-top .score .star-list i:last-child{margin-right: 0;}
.walletDetail-top .score .star-list i.on{background-image: url(../img/bourse_ico_star01@2x.png);}
.walletDetail-top .score .star-list i.half{background-image: url(../img/bourse_ico_star03@2x.png);}
.walletDetail-block{margin-top: 40px;}
.walletDetail-block-title{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 18px;padding-left: 16px;box-sizing: border-box;}
.walletDetail-intro-tags{margin-top: 8px;padding-left: 16px;box-sizing: border-box;}
.walletDetail-intro-tags ul{display: flex;align-items: center;}
.walletDetail-intro-tags ul li{height: 24px;padding: 0 6px;background: #F7F8FA;border-radius: 3px;margin: 0 6px 6px 0;font-size: 12px;color: #616E85;line-height: 18px;display: flex;align-items: center;justify-content: center;}
.walletDetail-intro-content{font-size: 14px;color: #0D1421;line-height: 24px;text-align: justify;margin-top: 10px;}
.walletDetail-infoBox{margin-top: 20px;}
.walletDetail-infoBox ul{display: flex;flex-wrap: wrap;width: 100%;border: 1px solid #F5F5F6;border-bottom: none;box-sizing: border-box;}
.walletDetail-infoBox ul li{width: 50%;height: 51px;display: flex;align-items: center;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;font-size: 12px;line-height: 18px;}
.walletDetail-infoBox ul li:nth-child(2n){border-left: 1px solid #F5F5F6;}
.walletDetail-infoBox ul li:nth-child(2n+1){border-right: 1px solid #F5F5F6;}
.walletDetail-info-name{width: 200px;height: 100%;background: rgba(245, 245, 246, 0.5);padding-left: 40px;color: #616E85;box-sizing: border-box;display: flex;align-items: center;}
.walletDetail-info-content{flex: 1;height: 100%;font-size: 12px;padding-left: 40px;color: #0D1421;box-sizing: border-box;display: flex;align-items: center;}
/* 钱包 e */
/* 加密货币 s */
/* 加密货币-右侧区域 */
.cryptoCoinPage .right{width:400px;position: relative;flex-shrink: 0;display: block;background: #fff;}
.cryptoCoinPage .right .newsUal{position: fixed;width:400px;height: calc(100vh - 100px);padding: 20px 20px 0 14px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;}
.cryptoCoinPage .right .newsUal::-webkit-scrollbar{display: none;}
.cryptoCoinPage .right .newsUal.show{position: absolute;bottom: 0;}
/* 加密货币-右侧区域-热门币种 */
.cryptoCoinPage .right .detailPageRecommond {margin-bottom: 30px;}
.cryptoCoinPage .right .detailPageRecommond .title{display:flex;justify-content:space-between;align-items: center;padding: 0px 0 17px 0;box-sizing: border-box;}
.cryptoCoinPage .right .detailPageRecommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.cryptoCoinPage .right .detailPageRecommond .title a{font-weight:500;font-size:12px;color:#3562ff;}
.cryptoCoinPage .right .detailPageRecommond .title a::after{display: inline-block;content: '';width: 6px;height: 11px;background: url(../img/ico_more@2x.png) center/100% no-repeat;vertical-align: middle;margin-left: 5px;margin-bottom: 3px;}
.cryptoCoinPage .right .detailPageRecommond ul li {border-bottom:1px solid #f5f5f6;padding: 0 11px 0 4px;box-sizing: border-box;height: 42px;}
.cryptoCoinPage .right .detailPageRecommond ul li.firstTips {height: 31px;border-top:1px solid #f5f5f6;}
.cryptoCoinPage .right .detailPageRecommond ul li.firstTips>span {height: 100%;line-height: 31px;display: flex;justify-content: end;font-size: 12px;color: #616E85;}
.cryptoCoinPage .right .detailPageRecommond ul li.firstTips>span:first-of-type{justify-content: start;}
.cryptoCoinPage .right .detailPageRecommond ul li>a>div{height:100%}
.cryptoCoinPage .right .detailPageRecommond ul li .nameBox{display:flex;align-items:center;width:100%;height: 100%;}
.cryptoCoinPage .right .detailPageRecommond ul li .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.cryptoCoinPage .right .detailPageRecommond ul li .nameBox p{font-size:14px;color:#0D1421;line-height:14px}
.cryptoCoinPage .right .detailPageRecommond ul li .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:42px}
.cryptoCoinPage .right .detailPageRecommond ul li .ratioBox{width:100%;display:flex;align-items:center;justify-content: end}
.cryptoCoinPage .right .detailPageRecommond ul li .ratioBox .ratio{display:block;width:67px;height: 24px;font-size:12px;line-height: 24px;text-align:center;color: #FFFFFF;}
.cryptoCoinPage .right .detailPageRecommond ul li .ratioBox .ratio.up{background-color:#16c784}
.cryptoCoinPage .right .detailPageRecommond ul li .ratioBox .ratio.down{background-color:#ea3943}
.cryptoCoinPage .right .detailPageRecommond ul li:first-of-type,.cryptoCoinPage .right .detailPageRecommond ul li>a{display:grid;grid-template-columns:3fr 2fr 3fr}
/* 加密货币-右侧区域-新闻 */
.cryptoCoinPage .right .rightNewsBox{display: none;}
.cryptoCoinPage .right .rightNewsBox.active{display: block;}
.cryptoCoinPage .right .newsTit{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.cryptoCoinPage .right .newsTit i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_news@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.cryptoCoinPage .right .topNews li {overflow: hidden;border-bottom: 1px solid #F5F5F6;margin-bottom: 16px;}
.cryptoCoinPage .right .topNews li:nth-last-of-type(1){border-bottom:none}
.cryptoCoinPage .right .topNews li>a img{display: block;width: 100%;border-radius: 10px;max-width: 366px;max-height: 210px;margin-bottom: 10px;}
.cryptoCoinPage .right .topNews li h5{font-size: 16px;color: #0D1421;line-height: 28px;margin-bottom:10px ;}
.cryptoCoinPage .right .topNews li h6{font-size: 12px;color: #616E85;line-height: 24px;margin-bottom:10px ;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;overflow: hidden;max-height: 96px;}
.cryptoCoinPage .right .topNews li>em{margin-bottom:10px ;font-size: 14px;color: #4A77FF;line-height: 16px;}
.cryptoCoinPage .right .topNews li .moreInfo{margin-bottom:15px;display: flex;align-items: center;}
.cryptoCoinPage .right .topNews li .moreInfo .time{font-size: 12px;color: #0D1421;margin-right: 4px;}
.cryptoCoinPage .right .topNews li .moreInfo p{min-width: 130px;height: 36px;background: #EFF2F5;border-radius: 20px;padding: 0 6px;box-sizing: border-box;display: flex;align-items: center;margin-right: 4px;}
.cryptoCoinPage .right .topNews li .moreInfo p a{display: flex;}
.cryptoCoinPage .right .topNews li .moreInfo p:nth-of-type(n+2){display: none;}
.cryptoCoinPage .right .topNews li .moreInfo p img{display: block;width:20px ;height:20px;margin-right: 6px;}
.cryptoCoinPage .right .topNews li .moreInfo p em{font-size: 14px;color: #0D1421;margin-right: 10px;}
.cryptoCoinPage .right .topNews li .moreInfo p i{font-size: 12px;}
.cryptoCoinPage .right .topNews li .moreInfo p i::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
/* 加密货币-右侧区域-快讯 */
.cryptoCoinPage .right .bottomNewsTitle{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.cryptoCoinPage .right .bottomNewsTitle i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.cryptoCoinPage .right .bottomNews li{margin-bottom: 16px;}
.cryptoCoinPage .right .bottomNews li span{padding: 0 0 0 13px;font-size: 14px;color: #3562FF;line-height:20px;position: relative;}
.cryptoCoinPage .right .bottomNews li span::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.cryptoCoinPage .right .bottomNews li h5{padding: 0 0 0 13px;font-size: 16px;color: #373A42;line-height: 29px;}
/* 加密货币-主要内容 */
.cryptoCoinMain{display: flex;}
.cryptoCoinWrap {flex: 1;padding: 20px;box-sizing: border-box;border-right: 1px solid #F5F5F6;width: calc(100% - 400px);}
/* 加密货币-主要内容-公共样式 */
.cryptoCoinPage .ratio{color: #0D1421;position: relative;}
/* .cryptoCoinPage .ratio::before{content: "";display: inline-block;} */
.cryptoCoinPage .ratio.up{color: #16C784;}
/* .cryptoCoinPage .ratio.up::before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;} */
.cryptoCoinPage .ratio.down{color: #EA3943;}
/* .cryptoCoinPage .ratio.down::before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;} */
.cryptoCoinPage .ratio.noBefore::before{display: none !important;}
.cryptoCoinPage .chartWrap{height: 416px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.2);border-radius: 12px;padding: 10px 20px;box-sizing: border-box;}
.cryptoCoinPage .chartWrap-top{display: flex;justify-content: space-between;align-items: center;}
.cryptoCoinPage .chartWrap-name{display: flex;}
.cryptoCoinPage .chartWrap-name h4{font-weight: 500;font-size: 18px;color: #0D1421;}
.cryptoCoinPage .chartWrap-name span{font-size: 12px;color: #B0B6C2;}
.cryptoCoinPage .chartWrap-filter{display: flex;}
.cryptoCoinPage .chartWrap-filter .filterBox{margin-left: 10px;}
.cryptoCoinPage .chartWrap-sign{margin-top: 4px;margin-bottom: 10px;}
.cryptoCoinPage .chartWrap-sign ul{display: flex;}
.cryptoCoinPage .chartWrap-sign ul li{margin-right: 5%;cursor: pointer;}
.cryptoCoinPage .chartWrap-sign ul li .ratio{display: flex;align-items: center;font-weight: 500;font-size: 18px;line-height: 18px;margin-top: 5px;}
/* .cryptoCoinPage .chartWrap-sign ul li .ratio::before{width: 10px;height: 6px;margin-right: 3px;} */
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name{display: flex;align-items: center;font-size: 12px;color: #616E85;}
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name span{width: 12px;height: 12px;border-radius: 4px;margin-right: 3px;line-height: 17px;}
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name span.color1{background: #FFB328;}
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name span.color2{background: #4A77FF;}
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name span.color3{background: #B0B6C2;}
/* 设置灰度 */
.cryptoCoinPage .chartWrap-sign ul li.hide{filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);}
.cryptoCoinPage .filterBox{display: flex;}
.cryptoCoinPage .filterBox ul{height: 42px;background: #EFF2F5;border-radius: 10px;padding: 5px;box-sizing: border-box;display: flex;}
.cryptoCoinPage .filterBox ul li{margin-right: 5px;width: 60px;height: 100%;border-radius: 6px;font-weight: 500;font-size: 12px;color: #A6B0C3;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.cryptoCoinPage .filterBox ul li:last-child{margin-right: 0px;}
.cryptoCoinPage .filterBox ul li a{color: #A6B0C3;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;border-radius: 6px;}
.cryptoCoinPage .filterBox ul li:hover,.cryptoCoinPage .filterBox ul li a:hover{color: #0D1421;}
.cryptoCoinPage .filterBox ul li.active,.cryptoCoinPage .filterBox ul li a.active{background: #FFFFFF;color: #0D1421;}
/* 加密货币-主要内容-tab */
.cryptoCoinPage .moduleTab ul li{width: 82px;}
.cryptoCoinPage .cryptoCoinBox{display: none;}
.cryptoCoinPage .cryptoCoinBox.active{display: block;}
/* 加密货币-主要内容-title */
.cryptoCoinPage .moduleTitle{margin-top: 17px;padding-left: 10px;box-sizing: border-box;}
.cryptoCoinPage .moduleTitle h1{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 18px;}
.cryptoCoinPage .moduleTitle p{font-size: 12px;color: #616E85;line-height: 18px;margin-top: 8px;}
/* 加密货币-主要内容-总览 */
.cryptoCoinPage .moduleOverview{display: flex;justify-content: space-between;margin-top: 20px;}
.cryptoCoinPage .overviewData{width: 260px;}
.cryptoCoinPage .overviewDataItem{display: flex;flex-direction: column;justify-content: center;width: 100%;padding: 0 25px;box-sizing: border-box;background: #F8F9FB;border-radius: 12px;margin-bottom: 10px;}
.cryptoCoinPage .overviewDataItem:last-child{margin-bottom: 0;}
.cryptoCoinPage .overviewDataItem.item1{height: 120px;}
.cryptoCoinPage .overviewDataItem.item2{height: 154px;}
.cryptoCoinPage .overviewDataItem.item3{height: 122px;}
.cryptoCoinPage .cryptoCoinBox[data-box="all"] .overviewDataItem .itemName{display: flex;}
.cryptoCoinPage .overviewDataItem .itemName h4{font-weight: 600;font-size: 18px;color: #0D1421;line-height: 18px;}
.cryptoCoinPage .overviewDataItem .itemName span{font-size: 12px;color: #B0B6C2;line-height: 18px;}
.cryptoCoinPage .overviewDataItem .content{margin-top: 15px;display: flex;align-items: center;justify-content: space-between;font-size: 12px;line-height: 18px;}
.cryptoCoinPage .overviewDataItem .contentName{color: #616E85;}
.cryptoCoinPage .overviewDataItem .content .ratio{display: flex;align-items: center;}
/* .cryptoCoinPage .overviewDataItem .content .ratio::before{width: 7px;height: 4px;margin-right: 3px;} */
.cryptoCoinPage .overviewDataItem.item1 .content{font-size: 18px;}
/* .cryptoCoinPage .overviewDataItem.item1 .content .ratio::before{width: 10px;height: 6px;}  */
.cryptoCoinPage .overviewChart{flex: 1;margin-left: 20px;box-sizing: border-box;}
.cryptoCoinPage .overviewChart .overviewFilterType ul li{width: 82px;}
.cryptoCoinPage .overviewChart .cryptoCoinEchartBar{height: 284px;}
.cryptoCoinPage .overviewChart.ticker .cryptoCoinEchartBar,
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .overviewChart .cryptoCoinEchartBar,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .overviewChart .cryptoCoinEchartBar{height: 320px;margin-top: 20px;}
/* 加密货币-主要内容-图表 */
.cryptoCoinPage .moduleCharts{display: flex;margin-top: 20px;}
.cryptoCoinPage .moduleCharts .chartWrap{flex: 1;}
.cryptoCoinPage .moduleCharts .chartWrap:first-child{margin-right: 20px;}
.cryptoCoinPage .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .moduleCharts .cryptoCoinEchartKline{height: 284px;}
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .moduleCharts .cryptoCoinEchartKline,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleCharts .cryptoCoinEchartKline{height: 330px;}
/* 加密货币-主要内容-表格 */
.cryptoCoinPage .moduleTable{width: 100%;margin-top: 30px;}
.cryptoCoinPage .moduleTable .table{margin-top: 10px;display: none;}
.cryptoCoinPage .moduleTable .table.active{display: block;}
.cryptoCoinPage .moduleTable .table .tableWrap{width: inherit;overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.cryptoCoinPage .moduleTable .table table{width: 100%;}
.cryptoCoinPage .moduleTable .tableOverview table tr{display: grid;grid-template-columns: 1.3fr 2fr 1fr 1fr 1.3fr repeat(4, 1fr);border-bottom: 1px solid #F5F5F6;}
.cryptoCoinPage .moduleTable .table table th{height: 50px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-weight: 500;font-size: 14px;color: #0D1421;}
.cryptoCoinPage .moduleTable .table table td{height: 60px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-size: 14px;color: #0D1421;}
.cryptoCoinPage .moduleTable .tableOverview table th:nth-child(n+3),.cryptoCoinPage .moduleTable .tableOverview table td:nth-child(n+3){justify-content: flex-end;}
.cryptoCoinPage .moduleTable .tableOverview table .coinCode .category{font-size: 12px;color: #616E85;line-height: 12px;}
.cryptoCoinPage .moduleTable .tableOverview table .fundName{color: #616E85;}
.cryptoCoinPage .moduleTable .table table .ratio{display: flex;align-items: center;}
/* .cryptoCoinPage .moduleTable .table table .ratio::before{width: 7px;height: 4px;margin-right: 2px;} */
.cryptoCoinPage .moduleTable .tableflow table{width: max-content;}
.cryptoCoinPage .moduleTable .tableflow table tr{display: grid;border-bottom: 1px solid #F5F5F6;}
.cryptoCoinPage .cryptoCoinBox[data-box="all"] .moduleTable .tableflow table tr{grid-template-columns: 1.2fr repeat(7, 1fr) 2fr repeat(16, 1fr);}
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .moduleTable .tableflow table tr{grid-template-columns: 1.2fr repeat(9, 1fr) 2fr repeat(5, 1fr);}
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleTable .tableflow .tableWrap{width: 100%;}
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleTable .tableflow table{width: 100%;}
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleTable .tableflow table tr{grid-template-columns: 1.2fr repeat(10, 1fr);}
.cryptoCoinPage .moduleTable .tableflow table th,.cryptoCoinPage .moduleTable .tableflow table td{justify-content: flex-end;}
.cryptoCoinPage .moduleTable .tableflow table th:first-child,.cryptoCoinPage .moduleTable .tableflow table td:first-child{justify-content: flex-start;}
.cryptoCoinPage .moduleTable .table table th:first-child,.cryptoCoinPage .moduleTable .table table td:first-child{position: sticky;left: 0;background-color: #fff;z-index: 1;}
.cryptoCoinPage .moduleTable .table table .table-head-fixed
{position: fixed;top: 102px;left: 20px;width: auto;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;animation: tableHeadFixed .5s ease 1;}
.cryptoCoinPage .moduleTable .table table .table-head-fixed::-webkit-scrollbar 
{display: none;}
@media screen and (max-width: 1700px) {
  .cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleTable .tableflow table{width: max-content;}
}
@media screen and (max-width: 1500px) {
  .cryptoCoinPage .right{display: none;}
  .cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleTable .tableflow table{width: 100%;}
}
/* 加密货币 e */
/* 文章 s */
.articlePage .slider {margin-bottom: 0;}
/* 文章-main */
.articlePage .mainShow{display:flex;width:100%;margin:0 auto;padding-bottom: 30px;box-sizing: border-box;max-width: 2560px;}
.articlePage .mainShow .left{position:relative;flex: 1;padding: 20px 16px 0 20px;box-sizing: border-box;border-right: 1px solid #F5F5F6;min-height: 500px;}
.articlePage .ratio{font-weight:500;font-size:12px}
.articlePage .ratio::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
.articlePage .up{color:#16c784;font-size:12px}
.articlePage .down{color:#ea3943;font-size:12px}
.articlePage .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.articlePage .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
/* 文章-tab */
.newsTab{width: 100%;height: 30px;border-bottom: 1px solid #F5F5F6;padding-top: 10px;}
.newsTab-list{width: 100%;height: 30px;display: flex;align-items: center;}
.newsTab-list li{width: 75px;height: 100%;margin-right: 20px;}
.newsTab-list li:last-child{margin-right: 0;}
.newsTab-list li a{position: relative;display: block;width: 100%;height: 100%;font-size: 16px;color: #616E85;text-align: center;}
.newsTab-list li a::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #3562FF;display: none;}
.newsTab-list li a:hover,.newsTab-list li a.active{color: #0D1421;font-weight: 600;}
.newsTab-list li a.active::after{display: block;}
/* 文章-list */
.articlePage .mainShow .left .newsList{height:auto;margin-top: 20px;display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 20px 16px;}
.articlePage .mainShow .left .newsList li{width:100%;display: flex;flex-direction: column;}
.articlePage .mainShow .left .newsList li>a{display:inline-block;width:100%;height:auto;aspect-ratio: 47 / 27;border-radius:12px;overflow:hidden;position:relative}
.articlePage .mainShow .left .newsList li>a>img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.articlePage .mainShow .left .newsList li .infoBox{width:100%;display:flex;flex-direction:column;box-sizing:border-box}
.articlePage .mainShow .left .newsList li .infoBox h3{font-weight: bold;font-size: 19px;
color: #0D1421;line-height: 31px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;margin-top: 10px;}
.articlePage .mainShow .left .newsList li .infoBox .content{font-size: 13px;color: #616E85;line-height: 25px;text-align: justify;height:75px;margin-top: 7px;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}
.articlePage .mainShow .left .newsList li .infoBox .otherInfo{display: flex;overflow: hidden;margin-top: 20px;height: 34px;}
.articlePage .mainShow .left .newsList li .time{font-weight: 600;font-size: 12px;color: #616E85;margin-right: 30px;line-height: 38px;}
.articlePage .mainShow .left .newsList li .infoBox .rateWrap{display:flex;align-items:center;width:100%;flex:1;flex-wrap:wrap;overflow:hidden;justify-content: flex-start;}
.articlePage .mainShow .left .newsList li .infoBox .rateWrap .timeSmall{display: none;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum{display:flex;align-items:center;justify-content:center;min-width:90px;height:auto;border-radius:6px;padding:7px 4px;margin-right:10px;background: #EFF2F5;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum.up{background: #f3fbf6;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum.down{background: #fcf6f6;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum img{width:20px;height:20px;border-radius:50%;overflow:hidden;object-fit:contain;border-radius:50%;overflow:hidden}
.articlePage .mainShow .left .newsList li .infoBox .rateNum span{display:inline-block;margin:0 9px;font-weight:500;font-size:12px;color:#616e85}
.articlePage .mainShow .left .newsList li .infoBox .rateNum .ratio{font-size: 12px;}
/* 新闻-右侧区域 */
.articlePage .mainShow .right{width:400px;position: relative;flex-shrink: 0;display: block;background: #fff;overflow: hidden;}
.articlePage .right .newsUal{width:400px;height: calc(100vh - 100px);padding: 20px 20px 0 14px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;position: absolute;}
.articlePage .right .newsUal::-webkit-scrollbar{display: none;}
.articlePage .right .newsUal.fixed{position: fixed;bottom: auto;top: 100px;}
.articlePage .right .newsUal.show{position: absolute;bottom: 0;top: auto;}
/* 新闻-右侧区域-热门币种 */
.articlePage .right .detailPageRecommond {margin-bottom: 30px;}
.articlePage .right .detailPageRecommond .title{display:flex;justify-content:space-between;align-items: center;padding: 0px 0 17px 0;box-sizing: border-box;}
.articlePage .right .detailPageRecommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.articlePage .right .detailPageRecommond .title a{font-weight:500;font-size:12px;color:#3562ff;}
.articlePage .right .detailPageRecommond .title a::after{display: inline-block;content: '';width: 6px;height: 11px;background: url(../img/ico_more@2x.png) center/100% no-repeat;vertical-align: middle;margin-left: 5px;margin-bottom: 3px;}
.articlePage .right .detailPageRecommond ul li {border-bottom:1px solid #f5f5f6;padding: 0 11px 0 4px;box-sizing: border-box;height: 42px;}
.articlePage .right .detailPageRecommond ul li.firstTips {height: 31px;border-top:1px solid #f5f5f6;}
.articlePage .right .detailPageRecommond ul li.firstTips>span {height: 100%;line-height: 31px;display: flex;justify-content: end;font-size: 12px;color: #616E85;}
.articlePage .right .detailPageRecommond ul li.firstTips>span:first-of-type{justify-content: start;}
.articlePage .right .detailPageRecommond ul li>a>div{height:100%}
.articlePage .right .detailPageRecommond ul li .nameBox{display:flex;align-items:center;width:100%;height: 100%;}
.articlePage .right .detailPageRecommond ul li .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.articlePage .right .detailPageRecommond ul li .nameBox p{font-size:14px;color:#0D1421;line-height:14px}
.articlePage .right .detailPageRecommond ul li .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:42px}
.articlePage .right .detailPageRecommond ul li .ratioBox{width:100%;display:flex;align-items:center;justify-content: end}
.articlePage .right .detailPageRecommond ul li .ratioBox .ratio{display:block;width:67px;height: 24px;font-size:12px;line-height: 24px;text-align:center;color: #FFFFFF;}
.articlePage .right .detailPageRecommond ul li .ratioBox .ratio.up{background-color:#16c784}
.articlePage .right .detailPageRecommond ul li .ratioBox .ratio.down{background-color:#ea3943}
.articlePage .right .detailPageRecommond ul li:first-of-type,.articlePage .right .detailPageRecommond ul li>a{display:grid;grid-template-columns:3fr 2fr 3fr}
/* 新闻-右侧区域-快讯 */
.articlePage .right .bottomNewsTitle{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.articlePage .right .bottomNewsTitle i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.articlePage .right .bottomNews li{margin-bottom: 16px;}
.articlePage .right .bottomNews li span{padding: 0 0 0 13px;font-size: 14px;color: #3562FF;line-height:20px;position: relative;}
.articlePage .right .bottomNews li span::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.articlePage .right .bottomNews li h5{padding: 0 0 0 13px;font-size: 16px;color: #373A42;line-height: 29px;}
@media screen and (max-width: 1500px) {
  .articlePage .mainShow .right{display: none;}
}
/* 文章详情 s */
.articleDetailPage .headerBlock{height: 70px;}
.articleDetailPage .mainShow{max-width:2560px;margin:0 auto 48px;position:relative}
.articleDetailPage .mainTop{width:100%;display:flex;border-bottom: 1px solid #F5F5F6;}
.articleDetailPage .mainTop .left{width:400px;position: relative;padding: 0 20px 20px;box-sizing: border-box;order: -1;}
.articleDetailPage .mainTop .left .showDetailBox{width:360px;position:fixed;bottom: auto;max-height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;}
.articleDetailPage .mainTop .center{flex:1;padding:12px 19px 20px;border-left: 1px solid #F5F5F6;border-right: 1px solid #F5F5F6;box-sizing: border-box;}
.articleDetailPage .mainTop .right{width: 400px;;position:relative;padding: 20px;box-sizing: border-box;}
.articleDetailPage .mainTop .right.show .newsUal{position:absolute;bottom: 0;}
.articleDetailPage .mainTop.show .showDetailBox{position:absolute;bottom: 0;}
.articleDetailPage .mainTop  .right .newsUal{width:360px;max-height:calc(100vh - 86px);overflow-y: scroll;scrollbar-width:none;position: fixed;bottom: auto;}
.articleDetailPage .mainTop  .right .newsUal::-webkit-scrollbar{display:none;width:0;height:0;}
.articleDetailPage .mainTop  .right .newsUal::-webkit-scrollbar-thumb{display:none;width:0;height:0;}

.articleDetailPage .mainTop .center .warnTxt{font-size: 12px;color: #373A42;line-height: 17px;text-align:left;margin-bottom: 20px;text-align: center;display: none;}
.articleDetailPage .mainTop .center .warnTxt::before{display: inline-block;width: 14px;height: 14px;content: '';background: url(../img/news_ico_notice1.png) center/100% no-repeat;vertical-align: middle;margin-right: 5px;}
.articleDetailPage .mainTop .center h1{font-weight:600;font-size:24px;color:#131926;line-height:1.5;text-align:left}
.articleDetailPage .mainTop .center h2{font-weight:600;font-size:22px;color:#131926;line-height:1.5;text-align:left}
.articleDetailPage .mainTop .center>h3{font-weight:600;font-size:22px;color:#131926;line-height:1.5;text-align:left}
.articleDetailPage .mainTop .center ul{margin:20px 0;flex-wrap: wrap;}
.articleDetailPage .mainTop .center>ul li{min-width:80px;height:40px;background:#eff2f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:SanFranciscoText,SanFranciscoText;font-weight:700;font-size:14px;color:#4a77ff;line-height:11px;margin:0 14px 14px 0;padding:0 10px;box-sizing:border-box}
.articleDetailPage .mainTop .center li img{width:20px;height:20px;margin-right:5px;border-radius: 50%;overflow: hidden;object-fit:contain}
.articleDetailPage .mainTop .center .content{margin-top: 36px;font-size: 16px;color:#0d1421;}
.articleDetailPage .mainTop .center .content strong{font-weight: bolder;}
.articleDetailPage .mainTop .center .content h1,.articleDetailPage .mainTop .center .content h2,.articleDetailPage .mainTop .center .content>h3,.articleDetailPage .mainTop .center .content h4 {font-weight:700;color:#131926;text-align:left;margin:2em 0;-webkit-margin-before: 2em;-webkit-margin-after: 2em;}
.articleDetailPage .mainTop .center .content h1{font-size:24px;line-height:2;font-weight:700;}
.articleDetailPage .mainTop .center .content h2{font-size:22px;line-height:2;font-weight:700;}

.articleDetailPage .mainTop .center .content>h3{background-image: linear-gradient(90deg, #d4e2ff 10%, #f5f8ff 20%, #fff);border-left: 5px solid #0057ff;border-radius: 3px 3px;font-size: 22px;line-height:2em;color: #131926;padding-left: 18px ;white-space: inherit ;}
.articleDetailPage .mainTop .center .content h4{font-size: 18px;line-height: 2;}
.articleDetailPage .mainTop .center .content p{font-weight:400;font-size:16px;line-height:2;text-align:left;margin:1em 0;}
.articleDetailPage .mainTop .center .content ul {-webkit-margin-before: 1em;-webkit-margin-after: 1em; -webkit-margin-start: 0;-webkit-margin-end: 0;-webkit-padding-start: 40px;list-style: revert; margin: 1em 0;padding-left: 40px;}
.articleDetailPage .mainTop .center .content ul li{list-style: revert;line-height: 2em;margin: 1em 0;}
.articleDetailPage .mainTop .center .content ol {-webkit-margin-before: 1em;-webkit-margin-after: 1em; -webkit-margin-start: 0;-webkit-margin-end: 0;-webkit-padding-start: 40px;list-style: revert; margin: 1em 0;padding-left: 40px;}
.articleDetailPage .mainTop .center .content ol li{line-height: 1.8em;list-style: revert;}

.articleDetailPage .mainTop .center .content img{width:100%}

.articleDetailPage .collectBox{width:100%;display:flex;position: relative;;margin:30px 0;box-sizing:border-box;justify-content: space-between;align-items: center;}
.articleDetailPage .collectBox div{display: flex;align-items: center;}
.articleDetailPage .collectBox div .auth{font-size: 14px;color: #0D1421;line-height: 20px;margin-right: 20px;}
.articleDetailPage .collectBox div .time{font-size: 12px;color: #616E85;line-height: 20px;}
.articleDetailPage .collectBox div .collectTxt{font-size: 12px;color: #0D1421;line-height: 20px;margin-left: 5px;}

.articleDetailPage .collectBox .collect{display:inline-block;width:19px;height:17px;background:url(../img/news_ico_collect01.png) center/100% no-repeat}
.articleDetailPage .collectBox .collect.active{background:url(../img/news_ico_collect02.png) center/100% no-repeat!important}
.articleDetailPage .mainShow ul li .ratio{font-weight:500;font-size:14px}
/* left */
.articleDetailPage .mainShow ul li .ratio{font-weight:500;font-size:14px}
.articleDetailPage .mainShow ul li .ratio::before{display:inline-block;width:7px;height:6px;content:'';vertical-align:middle}
.articleDetailPage .mainShow ul li .ratio.up{color:#16c784}
.articleDetailPage .mainShow ul li .ratio.down{color:#ea3943}
.articleDetailPage .mainShow ul li .ratio.up::before{background:url(../img/home_ico_up.png) no-repeat center;background-size:cover}
.articleDetailPage .mainShow ul li .ratio.down::before{background:url(../img/home_ico_down.png) no-repeat center;background-size:cover}
.articleDetailPage .disclaimerBox{padding-top: 50px;}
.articleDetailPage .disclaimerBox p{font-size: 12px;color: #A4A4A5;line-height: 22px;}
/* right */
.articleDetailPage .mainTop  .right .newsUal li{width:100%;height:80px;border-bottom:1px solid #f5f5f6;display:flex;align-items:center;justify-content:space-between}
.articleDetailPage .mainTop  .right .newsUal li>div{flex:1;height: 60px;display: flex;flex-direction: column;justify-content: space-between;}
.articleDetailPage .mainTop  .right .newsUal li>div .content{font-weight:500;font-size:14px;color:#0d1421;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;display: none;}
.articleDetailPage .mainTop  .right .newsUal li>div .title{font-weight:500;font-size:14px;color:#0d1421;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;}
.articleDetailPage .mainTop  .right .newsUal li>div .time{font-size: 12px;color: #616E85;line-height: 14px;}

.articleDetailPage .mainTop  .right .newsUal li img{width:80px;height:60px;margin-left: 10px;border-radius:10%;object-fit:cover}
.articleDetailPage .mainTop  .right .newsUal li.txTips{display: none;}
.articleDetailPage .moreNews{max-width:2560px;margin:0 auto;height:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;width: 100%;padding: 0 20px;box-sizing: border-box;}
.articleDetailPage .moreNews li{width:100%;margin-bottom:20px;position:relative}
.articleDetailPage .moreNews li .picwrap{display:inline-block;width:100%;height:auto;aspect-ratio: 47 / 27;position:relative;border-radius:12px;overflow:hidden;margin-bottom:10px}
.articleDetailPage .moreNews li .titwrap{display:inline-block;width:100%;max-height:108px;overflow:hidden;position:relative;margin-bottom:5px}
.articleDetailPage .moreNews li .mark{margin:30px 0 15px 0;font-weight:500;font-size:14px;color:#4a77ff;line-height:20px;text-align:left}
.articleDetailPage .moreNews li .picwrap>img{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.articleDetailPage .moreNews li .newsTitle{width:100%;font-weight:600;font-size:18px;color:#0d1421;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}
.articleDetailPage .moreNews li .newsContent{width:100%;margin-bottom:10px;font-weight:400;font-size:14px;color:#616e85;line-height:24px;height:72px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}
.articleDetailPage .moreNews li .newsTips{display:flex;align-items:center;flex-wrap:wrap;height:36px;overflow:hidden}
.articleDetailPage .moreNews li .newsTips>a:nth-child(n+4){display: none;}
.articleDetailPage .moreNews li .newsTips .newsTime{font-weight:600;font-size:12px;color:#0d1421;line-height:17px;text-align:left;margin-right:30px}
.articleDetailPage .showDetail .link{display:flex;align-items:center;justify-content:center;}
.articleDetailPage .ratioItem{width:auto;height:36px;background:#eff2f5;border-radius:12px;border:1px solid #f5f5f6;padding:6px 10px;font-size:12px;box-sizing:border-box;margin-right:20px;display:flex;justify-content:space-between;align-items:center;}
.articleDetailPage .ratioItem .ratioinfo{display:flex;align-items:center;margin-right:5px}
.articleDetailPage .ratioItem .ratioinfo img{width:20px;height:20px;object-fit:contain;margin-right:5px}
.articleDetailPage .mainShow h5{font-weight:600;font-size:20px;color:#0d1421;margin:30px auto 15px;max-width: 2560px;padding: 0 42px;box-sizing: border-box;}
/* 文章详情 e */
/* 文章 e */
/* 关联内容 s */
/* 关联新闻 */
.relevNews{width: 100%;margin: 20px 0;padding: 20px 18px;box-sizing: border-box;border-radius: 8px;border: 1px solid #F5F5F6;}
.relevTime{font-size: 12px;color: #616e85;position: relative;line-height: 14px;}
.relevTime::before{content: '';display: inline-block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;margin-right: 3px;}
.relevLink{margin-top: 10px;}
.relevLink a{font-weight: 600;font-size: 15px;color: #4A77FF;line-height: 18px;}
.relevIntro{font-size: 12px;color: #616E85;line-height: 18px;margin-top: 10px;}
/* 关联币种 */
.relevCoin{width: 100%;margin: 20px 0;}
/* 关联币种-头部 */
.relevCoin-head{display: flex;justify-content: space-between;}
.relevCoin-head .coinTitle .titleBox{display: flex;align-items: center;}
.relevCoin-head .coinTitle img{width: 24px !important;height: 24px;border-radius: 50%;margin-right: 5px;}
.relevCoin-head .coinTitle .name{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;}
.relevCoin-head .coinTitle .chinese-name{font-weight: 400;font-size: 10px;color: #A6B0C3;line-height: 12px;}
.relevCoin-head .coinTitle .coinRight{font-weight: 400;font-size: 12px;color: #616E85;line-height: 18px;margin-top: 12px;}
.relevCoin-head .coinPrice{display: flex;}
.relevCoin-head .coinPrice .priceBox{text-align: right;margin-right: 5px;}
.relevCoin-head .coinPrice .price{font-weight: 500;font-size: 32px;color: #0D1421;line-height: 32px;}
.relevCoin-head .coinPrice .price-exchange{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;margin-top: 6px;}
.relevCoin-head .coinPrice .changeBox{display: flex;flex-direction: column;align-items: flex-end;}
.relevCoin-head .coinPrice .changeBox span{font-weight: 500;font-size: 13px;line-height: 13px;margin-bottom: 2px;}
.relevCoin-head .ratio::before {display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;}
.relevCoin-head .ratio.up {color: #16c784;}
.relevCoin-head .ratio.down {color: #ea3943;}
.relevCoin-head .ratio.up::before {background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.relevCoin-head .ratio.down::before {background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.relevCoin-head .ratio.noBefore::before {display: none;}
/* 关联币种-币种数据 */
.relevCoin-data{margin-top: 30px;}
.relevCoin-data .relevName{font-size: 14px;color: #0D1421;line-height: 18px;}
.relevCoin-data ul{display: flex;flex-wrap: wrap;padding: 0 !important;border-top: 1px solid #F5F5F6;border-bottom: 1px solid #F5F5F6;margin: 10px 0 0 !important;}
.relevCoin-data ul li{width: 20%;height: 65px;display: flex;align-items: center;justify-content: center;flex-direction: column;list-style: none !important;margin: 0 !important;}
.relevCoin-data ul li:nth-child(-n+5){border-bottom: 1px solid #F5F5F6;}
.relevCoin-data ul li .data{font-weight: 500;font-size: 14px;color: #0D1421;line-height: 14px;}
.relevCoin-data ul li .name{font-weight: 400;font-size: 12px;color: #616E85;line-height: 11px;margin-top: 9px;}
/* 关联币种-图表 */
.relevCoin-chart{margin-top: 40px;}
.relevCoin.noData .relevCoin-head{display: none;}
.relevCoin-chart .centerLineK {width: 100%;display: flex;justify-content: space-between;}
.relevCoin-chart .centerLineK .lineKleft {display: flex;align-items: center;}
.relevCoin-chart .centerLineK .changeBtcK {display: flex;align-items: center;background: #eff2f5;border-radius: 10px;height: 42px;padding: 5px;box-sizing: border-box;margin-right: 12px;}
.relevCoin-chart .centerLineK .changeBtcK i {width: 50px;height: 100%;display: flex;align-items: center;justify-content: center;border-radius: 6px;font-weight: 500;font-size: 12px;color: #a6b0c3;cursor: pointer;opacity: .2;}
.relevCoin-chart .centerLineK .changeBtcK i.on {background: #fff;color: #0d1421;opacity: 1;}
.relevCoin-chart .centerLineK .changeBtcK i>img {display: block;width: 20px;height: 20px;object-fit: contain;}
.relevCoin-chart .centerLineK .lineKleft .filterRight {font-size: 16px;color: #0D1421;line-height: 17px;}
.relevCoin-chart .centerLineK .selectBtn {width: auto!important;align-items: center;justify-content: space-between;position: relative;z-index: 1;margin: 0;}
.relevCoin-chart .centerLineK .selectBtn .rightBox {display: flex;align-items: center;justify-content: center;padding: 0 !important;}
.relevCoin-chart .selectBtn .listBtn {display: flex;justify-content: space-between;}
.relevCoin-chart .selectBtn .listBtn .changeBtn {display: flex;background: #eff2f5;border-radius: 10px;height: 42px;padding: 5px;box-sizing: border-box;}
.relevCoin-chart .selectBtn .listBtn .changeBtn i {width: 36px;height: 100%;display: flex;align-items: center;justify-content: center;border-radius: 6px;font-weight: 500;color: #a6b0c3;font-size: 12px;cursor: pointer;}
.relevCoin-chart .selectBtn .listBtn .changeBtn i.on {background: #fff;color: #0d1421;}
.relevCoin-chart .relevChartBox{margin-top: 20px;}
.relevCoin-chart .relevChartBox .relevChartItem{width: 100%;height: 520px;display: none;}
.relevCoin-chart .relevChartBox .relevChartItem.active{display: block;}
/* 关联内容 e */
/* 专题 s */
/* 专题-右侧区域 */
.dissertMain .right{width:400px;position: relative;flex-shrink: 0;display: block;}
.dissertMain .right .newsUal{position: fixed;width:400px;height: calc(100vh - 100px);padding: 20px 20px 0 14px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;}
.dissertMain .right .newsUal::-webkit-scrollbar{display: none;}
.dissertMain .right .newsUal.show{position: absolute;bottom: 0;}
/* 专题-右侧区域-热门币种 */
.dissertMain .detailPageRecommond {margin-bottom: 30px;}
.dissertMain .detailPageRecommond .title{display:flex;justify-content:space-between;align-items: center;padding: 0px 0 17px 0;box-sizing: border-box;}
.dissertMain .detailPageRecommond .title p{font-weight:500;font-size:14px;color:#0d1421}
.dissertMain .detailPageRecommond .title a{font-weight:500;font-size:12px;color:#3562ff;}
.dissertMain .detailPageRecommond .title a::after{display: inline-block;content: '';width: 6px;height: 11px;background: url(../img/ico_more@2x.png) center/100% no-repeat;vertical-align: middle;margin-left: 5px;margin-bottom: 3px;}
.dissertMain .detailPageRecommond ul li {border-bottom:1px solid #f5f5f6;padding: 0 11px 0 4px;box-sizing: border-box;height: 42px;}
.dissertMain .detailPageRecommond ul li.firstTips {height: 31px;border-top:1px solid #f5f5f6;}
.dissertMain .detailPageRecommond ul li.firstTips>span {height: 100%;line-height: 31px;display: flex;justify-content: end;font-size: 12px;color: #616E85;}
.dissertMain .detailPageRecommond ul li.firstTips>span:first-of-type{justify-content: start;}
.dissertMain .detailPageRecommond ul li>a>div{height:100%}
.dissertMain .detailPageRecommond ul li .nameBox{display:flex;align-items:center;width:100%;height: 100%;}
.dissertMain .detailPageRecommond ul li .nameBox img{width:20px;height:20px;margin:0 6px 0 0}
.dissertMain .detailPageRecommond ul li .nameBox p{font-size:14px;color:#0D1421;line-height:14px}
.dissertMain .detailPageRecommond ul li .cell{width:100%;font-size:14px;color:#0d1421;text-align:right;line-height:42px}
.dissertMain .detailPageRecommond ul li .ratioBox{width:100%;display:flex;align-items:center;justify-content: end}
.dissertMain .detailPageRecommond ul li .ratioBox .ratio{display:block;width:67px;height: 24px;font-size:12px;line-height: 24px;text-align:center;color: #FFFFFF;}
.dissertMain .detailPageRecommond ul li .ratioBox .ratio.up{background-color:#16c784}
.dissertMain .detailPageRecommond ul li .ratioBox .ratio.down{background-color:#ea3943}
.dissertMain .detailPageRecommond ul li:first-of-type,.dissertMain .detailPageRecommond ul li>a{display:grid;grid-template-columns:3fr 2fr 3fr}
/* 专题-右侧区域-新闻 */
.dissertMain .right .newsTit{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.dissertMain .right .newsTit i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_news@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.dissertMain .right .topNews li {overflow: hidden;border-bottom: 1px solid #F5F5F6;margin-bottom: 16px;}
.dissertMain .right .topNews li:nth-last-of-type(1){border-bottom:none}
.dissertMain .right .topNews li>a img{display: block;width: 100%;border-radius: 10px;max-width: 366px;max-height: 210px;margin-bottom: 10px;}
.dissertMain .right .topNews li h5{font-size: 16px;color: #0D1421;line-height: 28px;margin-bottom:10px ;}
.dissertMain .right .topNews li h6{font-size: 12px;color: #616E85;line-height: 24px;margin-bottom:10px ;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;overflow: hidden;max-height: 96px;}
.dissertMain .right .topNews li>em{margin-bottom:10px ;font-size: 14px;color: #4A77FF;line-height: 16px;}
.dissertMain .right .topNews li .moreInfo{margin-bottom:15px;display: flex;align-items: center;}
.dissertMain .right .topNews li .moreInfo .time{font-size: 12px;color: #0D1421;margin-right: 4px;}
.dissertMain .right .topNews li .moreInfo p{min-width: 130px;height: 36px;background: #EFF2F5;border-radius: 20px;padding: 0 6px;box-sizing: border-box;display: flex;align-items: center;margin-right: 4px;}
.dissertMain .right .topNews li .moreInfo p a{display: flex;}
.dissertMain .right .topNews li .moreInfo p:nth-of-type(n+2){display: none;}
.dissertMain .right .topNews li .moreInfo p img{display: block;width:20px ;height:20px;margin-right: 6px;}
.dissertMain .right .topNews li .moreInfo p em{font-size: 14px;color: #0D1421;margin-right: 10px;}
.dissertMain .right .topNews li .moreInfo p i{font-size: 12px;}
.dissertMain .right .topNews li .moreInfo p i::before{display:inline-block;width:10px;height:6px;content:'';vertical-align:middle}
/* 专题-右侧区域-快讯 */
.dissertMain .right .bottomNewsTitle{width: 100%;height: 48px;background: #F5F5F6;border-radius: 12px 0px 12px 0px;display: flex;align-items: center;padding: 0 12px;box-sizing: border-box;margin-bottom: 15px;font-weight: 600;font-size: 20px;color: #0D1421;position: relative;margin-top: 30px;}
.dissertMain .right .bottomNewsTitle i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;margin-top: -3px;}
.dissertMain .right .bottomNews li{margin-bottom: 16px;}
.dissertMain .right .bottomNews li span{padding: 0 0 0 13px;font-size: 14px;color: #3562FF;line-height:20px;position: relative;}
.dissertMain .right .bottomNews li span::before{content: '';display: block;width: 7px;height: 7px;background: #3562FF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.dissertMain .right .bottomNews li h5{padding: 0 0 0 13px;font-size: 16px;color: #373A42;line-height: 29px;}
/* 专题-中间区域 */
.dissertPage .headerBlock{height: 102px;}
.dissertPage .mainShow{display: flex;max-width: 2560px;width: 100%;margin: 0 auto;padding-bottom: 30px;box-sizing: border-box;}
.dissertPage .mainShow .center{flex: 1;padding: 20px 25px 0 20px;box-sizing: border-box;position: relative;border-right: 1px solid #F5F5F6;min-width: calc(100% - 400px);}
.dissertPage .dissertBlock-title{display: flex;align-items: center;justify-content: space-between;}
.dissertPage .dissertBlock-title h4{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 30px;}
/* 专题-中间区域-精选专题 */
.dissertPage .dissertPick .dissertBlock-title{margin-bottom: 15px;}
.dissertPage .dissertPick .dissertPick-swiper-opt{display: flex;align-items: center;}
.dissertPage .dissertPick .dissertPick-swiper-btn{width: 30px;height: 30px;background: url(../img/home_ico_page01.png) no-repeat center;background-size: cover;cursor: pointer;display: none;}
.dissertPage .dissertPick .dissertPick-swiper-btn[aria-label]:not(.swiper-button-lock){display: block;}
.dissertPage .dissertPick .dissertPick-swiper-btn.swiper-button-disabled{cursor: not-allowed;}
.dissertPage .dissertPick .dissertPick-swiper-btn.prev{background-image: url(../img/home_ico_page01.png);background-size: cover;}
.dissertPage .dissertPick .dissertPick-swiper-btn.prev.swiper-button-disabled{background-image: url(../img/home_ico_page00.png);}
.dissertPage .dissertPick .dissertPick-swiper-btn.next{background-image: url(../img/home_ico_page02.png);background-size: cover;}
.dissertPage .dissertPick .dissertPick-swiper-btn.next.swiper-button-disabled{background-image: url(../img/home_ico_page03.png);}
.dissertPage .dissertPick-pagination{position: initial;top: 0px;right: 0;bottom: auto;left: auto;width: auto;font-size: 12px;color: #616E85;line-height: 18px;}
.dissertPage .dissertPick-swiper{width: 100%;box-sizing: border-box;}
.dissertPage .dissertPick-wrapper{width: 100%;height: 372px;}
.dissertPage .dissertPick-item{position: relative;width: 279px;margin-right: 16px;}
.dissertPage .dissertPick-item a{display: block;width: 100%;height: 100%;}
.dissertPage .dissertPick-item img{display: block;width: 100%;height: auto;border-radius: 8px;}
.dissertPage .dissertPick-item .name{position: absolute;bottom: 0;left: 0;width: 100%;height: auto;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);border-radius: 8px;padding: 17px 20px;box-sizing: border-box;display: flex;align-items: flex-end;}
.dissertPage .dissertPick-item .name h5{font-weight: 500;font-size: 16px;color: #FFFFFF;line-height: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
/* 专题-中间区域-热门专题 */
.dissertPage .dissertHot{padding-top: 50px;width: 100%;}
.dissertPage .dissertHot-list{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px 17px;margin-top: 20px;}
.dissertPage .dissertHot-item{display: flex;}
.dissertPage .dissertHot-item .img{width: 37.5%;height: auto;aspect-ratio: 9 / 12;}
.dissertPage .dissertHot-item .img img{display: block;width: 100%;height: 100%;border-radius: 8px;}
.dissertPage .dissertHot-item .info{margin-left: 15px;padding: 10px 0 26px;flex: 1;position: relative;box-sizing: border-box;}
.dissertPage .dissertHot-item .info h5{font-weight: 400;font-size: 16px;color: #0D1421;line-height: 18px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.dissertPage .dissertHot-item .info .content{font-size: 13px;color: #616E85;line-height: 17px;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 4;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.dissertPage .dissertHot-item .info .time{font-size: 12px;color: #616E85;line-height: 14px;position: absolute;bottom: 2px;left: 0;}
/* 专题-左侧区域 */
.dissertMain .left{width:400px;position: relative;flex-shrink: 0;display: block;}
.dissertMain .left .left-inner{position: fixed;width:400px;height: calc(100vh - 100px);padding: 20px 14px 0 20px;box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;}
.dissertMain .left .left-inner::-webkit-scrollbar{display: none;}
.dissertMain .left .left-inner.show{position: absolute;bottom: 0;}
.dissertMain .left .currDissert{position: relative;margin-bottom: 40px;}
.dissertMain .left .currDissert img{width: 100%;height: auto;border-radius: 12px;display: block;}
.dissertMain .left .currDissert .info{position: absolute;bottom: 0;left: 0;width: 100%;height: auto;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);border-radius: 12px;display: flex;flex-direction: column;justify-content: flex-end;padding: 24px 16px;box-sizing: border-box;}
.dissertMain .left .currDissert .info h5{font-weight: 500;font-size: 20px;color: #FFFFFF;line-height: 22px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.dissertMain .left .currDissert .info .content{font-size: 13px;color: #FFFFFF;line-height: 17px;margin-top: 15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
/* 专题-左侧区域-更多专题 */
.dissertMain .left .dissertMore{margin-top: 40px;}
.dissertMain .left .dissertMore-title{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
.dissertMain .left .dissertMore-list{margin-top: 20px;}
.dissertMain .left .dissertMore-list li{margin-bottom: 20px;position: relative;}
.dissertMain .left .dissertMore-list li img{width: 100%;height: auto;border-radius: 12px;display: block;}
.dissertMain .left .dissertMore-list li .info{position: absolute;bottom: 0;left: 0;width: 100%;height: auto;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);border-radius: 12px;display: flex;flex-direction: column;justify-content: flex-end;padding: 24px 16px;box-sizing: border-box;}
.dissertMain .left .dissertMore-list li .info h5{font-weight: 500;font-size: 20px;color: #FFFFFF;line-height: 22px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.dissertMain .left .dissertMore-list li .info .content{font-size: 13px;color: #FFFFFF;line-height: 17px;margin-top: 15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
/* 专题详情 */
.dissertDetailPage .headerBlock{height: 102px;}
.dissertDetailPage .mainShow{display: flex;max-width: 2560px;width: 100%;margin: 0 auto;padding-bottom: 40px;box-sizing: border-box;}
.dissertDetailPage .mainShow .center{flex: 1;padding: 0 15px;box-sizing: border-box;position: relative;border-right: 1px solid #F5F5F6;border-left: 1px solid #F5F5F6;min-width: calc(100% - 800px);}
/* 专题详情-导航 */
.dissertDetailPage .dissertDetail-nav{width: calc(100% + 30px);height: 36px;margin: 0 -15px;border-bottom: 1px solid #F5F5F6;margin-top: 10px;background: #fff;position: sticky;top: 102px;z-index: 2;}
.dissertDetailPage .dissertDetail-nav-swiper{width: 100%;height: 36px;padding: 10px 40px 0;box-sizing: border-box;background: #fff;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide{width: auto;max-width: 225px;font-size: 14px;color: #616E85;cursor: pointer;position: relative;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-right: 40px;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide::after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%) !important;width: 74px;height: 3px;background: #3562FF;display: none;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide.active,.dissertDetail-nav-swiper .swiper-slide:hover{color: #4A77FF;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide.active::after{display: block;}
/* 专题详情-列表 */
.dissertDetailPage .dissertDetail-block{margin-top: 40px;}
.dissertDetailPage .dissertDetail-title{width: 100%;height: 40px;position: relative;display: flex;align-items: center;box-sizing: border-box;padding-left: 16px;}
.dissertDetailPage .dissertDetail-title::before{content: "";position: absolute;top: 0;left: 0;width: 6px;
height: 100%;background: #3562FF;border-radius: 3px 0px 0px 3px;}
.dissertDetailPage .dissertDetail-title::after{content: "";position: absolute;top: 0;left: 0;width: 323px;
height: 100%;background: linear-gradient( 270deg, rgba(101,155,255,0) 0%, #3562FF 100%);opacity: .2;border-radius: 3px 0px 0px 3px;}
.dissertDetailPage .dissertDetail-title h4{font-weight: 500;font-size: 16px;color: #0D1421;position: relative;z-index: 1;}
.dissertDetailPage .dissertDetail-list{display: grid;grid-template-columns: repeat(3, 1fr);gap: 18px;margin-top: 20px;}
.dissertDetailPage .dissertDetail-item .img{display: block;width: 100%;height: auto;aspect-ratio: 47 / 27;border-radius: 12px;overflow: hidden;position: relative;}
.dissertDetailPage .dissertDetail-item .img img{width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.dissertDetailPage .dissertDetail-item .info{width: 100%;padding: 0 10px;box-sizing: border-box;}
.dissertDetailPage .dissertDetail-item .info h5{font-size: 16px;color: #0D1421;line-height: 18px;margin-top: 15px;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.dissertDetailPage .dissertDetail-item .info .content{font-size: 12px;color: #616E85;line-height: 21px;margin-top: 8px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 3;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.dissertDetailPage .dissertDetail-item .info .time{font-size: 12px;color: #616E85;line-height: 14px;margin-top: 15px;}
@media screen and (max-width: 1500px) {
  .dissertMain .right{display: none;}
}
/* 专题 e */
/* 清算痛点 s */
.liquidationMaxpainPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.liquidationMaxpainPage .mainTitle h1{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
/* 清算痛点-筛选项 */
.liquidationMaxpainPage .mainFilter{display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.liquidationMaxpainPage .filterTime-list{height: 38px;background: #EFF2F5;border-radius: 10px;display: flex;align-items: center;padding: 3px;box-sizing: border-box;}
.liquidationMaxpainPage .filterTime-list li{width: 62px;height: 100%;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;line-height: 18px;cursor: pointer;}
.liquidationMaxpainPage .filterTime-list li:hover{color: #0D1421;}
.liquidationMaxpainPage .filterTime-list li.active{color: #0D1421;background: #FFFFFF;}
/* 清算痛点-搜索 */
.liquidationMaxpainPage .filterSearch{display: flex;align-items: center;}
.liquidationMaxpainPage .filterSearch-input{width: 300px;height: 38px;background: #EFF2F5;border-radius: 6px;display: flex;align-items: center;padding: 0 13px;box-sizing: border-box;}
.liquidationMaxpainPage .filterSearch-input i{display: block;width: 16px;height: 17px;background: url(../img/home_ico_search.png) no-repeat center;background-size: cover;}
.liquidationMaxpainPage .filterSearch-input input{flex: 1;height: 100%;border: none;background: none;outline: none;margin-left: 10px;font-weight: 500;font-size: 14px;color: #0D1421;}
.liquidationMaxpainPage .filterSearch-self{width: 104px;height: 38px;background: #EFF2F5;border-radius: 6px;border: none;margin-left: 12px;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 14px;color: #0D1421;}
.liquidationMaxpainPage .filterSearch-self i{display: block;width: 16px;height: 16px;background: url(../img/home_ico_collect00.png) no-repeat center;background-size: cover;margin-right: 3px;}
.liquidationMaxpainPage .filterSearch-self.active i{background-image: url(../img/home_ico_collect02@2x.png);}
/* 清算痛点-表格 */
.liquidationMaxpainPage .table{width: 100%;margin-top: 20px;}
.liquidationMaxpainPage .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.liquidationMaxpainPage .table table{width: 100%;}
.liquidationMaxpainPage .table table th,.liquidationMaxpainPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.liquidationMaxpainPage .table table th{height: 50px;background: #F8F9FB;}
.liquidationMaxpainPage .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;}
.liquidationMaxpainPage .table table tr{display: grid;grid-template-columns: 60px 60px 1fr 1fr 3fr 3fr;}
.liquidationMaxpainPage .table table .priceInfo{justify-content: flex-end;}
.liquidationMaxpainPage .table table .collect,.liquidationMaxpainPage .table table .rank{justify-content: center;}
.liquidationMaxpainPage .table table .short,.liquidationMaxpainPage .table table .long{padding: 0 30px;flex-direction: column;justify-content: center;}
.liquidationMaxpainPage .table table th.short,.liquidationMaxpainPage .table table th.long{justify-content: space-between;flex-direction: row;}
.liquidationMaxpainPage .table table .collect i{display: block;width: 16px;height: 16px;cursor: pointer;}
.liquidationMaxpainPage .table table .collect i.collectOff{background: url(../img/home_ico_collect01.png) no-repeat center;background-size: cover;}
.liquidationMaxpainPage .table table .collect i.collectOn{background: url(../img/home_ico_collect02.png) no-repeat center;background-size: cover;}
.liquidationMaxpainPage .table table .nameBox>a{display: flex;align-items: center;}
.liquidationMaxpainPage .table table .nameBox img{display: block;width: 24px;height: 24px;margin-right: 5px;border-radius: 50%;}
.liquidationMaxpainPage .table table .dataBox{width: 100%;display: flex;justify-content: space-between;}
.liquidationMaxpainPage .table table .dataBox-num{font-weight: 500;font-size: 12px;color: #0D1421;line-height: 14px;}
.liquidationMaxpainPage .table table .dataBox-right .dataBox-num{text-align: right;}
.liquidationMaxpainPage .table table .up{color: #16c784;}
.liquidationMaxpainPage .table table .down{color: #EA3943;}
.liquidationMaxpainPage .table table .updateUp{color: #16c784 !important;}
.liquidationMaxpainPage .table table .updateDown{color: #EA3943 !important;}
.liquidationMaxpainPage .table table .dataBox-bar{width: 100%;height: 6px;background: rgba(176, 182, 194, .1);border-radius: 4px;margin-top: 5px;position: relative;}
.liquidationMaxpainPage .table table .dataBox-bar span{position: absolute;top: 0;right: 0;width: 0;height: 100%;border-radius: 4px;}
.liquidationMaxpainPage .table table .short .dataBox-bar span{background: #16C784;}
.liquidationMaxpainPage .table table .dataBox-bar span::before{content: '';position: absolute;top: 50%;left: -10px;transform: translateY(-50%) !important;width: 18px;height: 18px;background: url(../img/ico_blast@2x.png) no-repeat center;background-size: cover;}
.liquidationMaxpainPage .table table .long .dataBox-bar span{background: #EA3943;}
.liquidationMaxpainPage .table table .table-head-fixed{position: fixed;top: 102px;left: 50%;transform: translateX(-50%) !important;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;background-color: #fff;animation: tableHeadFixed .3s ease 1;}
.liquidationMaxpainPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.liquidationMaxpainPage .table-empty{text-align: center;margin: 20px 0;font-size: 14px;color: #0D1421;display: none;}
.liquidationMaxpainPage .table .tableWrap table td .abnormalCoin{position: relative;display: flex;align-items: center;height: 24px;}
.liquidationMaxpainPage .table .tableWrap table td .abnormalCoin::before{width: 24px;height: 100%;font-size: 16px;}
/* 清算痛点 e */
/* 比特币存储 s */
.bitcoinTreasuryPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.bitcoinTreasuryPage .blockBox{margin-bottom: 60px;}
.bitcoinTreasuryPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
/* 储备 */
.bitcoinTreasuryPage .reserveList{margin-top: 20px;display: flex;align-items: normal;justify-content: space-between;}
.bitcoinTreasuryPage .reserveList li{flex: 1;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding: 30px 36px;margin-right: 10px;box-sizing: border-box;}
.bitcoinTreasuryPage .reserveList li:last-child{margin-right: 0;}
.bitcoinTreasuryPage .reserveList li .name{font-size: 14px;color: #0D1421;line-height: 14px;}
.bitcoinTreasuryPage .reserveList li .info{font-weight: 600;font-size: 40px;color: #0D1421;line-height: 40px;margin-top: 30px;}
.bitcoinTreasuryPage .reserveList li .other{display: flex;align-items: center;font-size: 12px;color: #616E85;line-height: 14px;margin-top: 20px;}
.bitcoinTreasuryPage .reserveList li .other img{width: 12px;height: 12px;border-radius: 50%;margin-right: 2px;}
/* 单周净流入 */
.bitcoinTreasuryPage .comflowBox{display: flex;justify-content: space-between;}
.bitcoinTreasuryPage .comflowBox .blockItem{margin-right: 30px;flex: 1;}
.bitcoinTreasuryPage .comflowBox .blockItem:last-child{margin-right: 0;}
.bitcoinTreasuryPage .comflowBox .weekFlowChart{width: 100%;height: 430px;margin-top: 20px;}
.bitcoinTreasuryPage .strategy .table{width: 100%;height: 430px;margin-top: 20px;}
.bitcoinTreasuryPage .strategy .tableWrap{height: 100%;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.bitcoinTreasuryPage .strategy .table table{width: 100%;}
.bitcoinTreasuryPage .strategy .table table thead{position: sticky;top: 0;z-index: 1;}
.bitcoinTreasuryPage .strategy .table table th,.bitcoinTreasuryPage .strategy .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.bitcoinTreasuryPage .strategy .table table th:nth-child(n+2),.bitcoinTreasuryPage .strategy .table table td:nth-child(n+2){justify-content: center;}
.bitcoinTreasuryPage .strategy .table table th{height: 50px;background: #F8F9FB;}
.bitcoinTreasuryPage .strategy .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.bitcoinTreasuryPage .strategy .table table tr{display: grid;grid-template-columns: repeat(5,1fr);}
/* 持仓 */
.bitcoinTreasuryPage .positionChart{margin-top: 20px;height: 590px;}
/* 持仓排行 */
.bitcoinTreasuryPage .positionRankBox .table{width: 100%;margin-top: 20px;}
.bitcoinTreasuryPage .positionRankBox .table table{width: 100%;}
.bitcoinTreasuryPage .positionRankBox .table table thead{position: sticky;top: 102px;}
.bitcoinTreasuryPage .positionRankBox .table table th,.bitcoinTreasuryPage .positionRankBox .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.bitcoinTreasuryPage .positionRankBox .table table th:nth-child(n+3),.bitcoinTreasuryPage .positionRankBox .table table td:nth-child(n+3){justify-content: flex-end;}
.bitcoinTreasuryPage .positionRankBox .table table th{height: 50px;background: #F8F9FB;}
.bitcoinTreasuryPage .positionRankBox .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.bitcoinTreasuryPage .positionRankBox .table table tr{display: grid;grid-template-columns: 60px 3fr 1fr 1fr 1fr 1.5fr 1.5fr 1fr;}
@media screen and (max-width: 1500px) {
    .bitcoinTreasuryPage .reserveList li{padding: 20px;}
    .bitcoinTreasuryPage .reserveList li .info{font-size: 30px;line-height: 30px;}
}
/* 比特币存储 e */
/* 比特币存储详情 s */
.bitcoinTreasuryDetailPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.bitcoinTreasuryDetailPage .blockBox{margin-bottom: 60px;}
.bitcoinTreasuryDetailPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.bitcoinTreasuryDetailPage .crumbsBox ul {display: flex;align-items: center;}
.bitcoinTreasuryDetailPage .crumbsBox ul li {font-weight: 400;font-size: 14px;color: #0d1421;line-height: 18px;height: 18px}
.bitcoinTreasuryDetailPage .crumbsBox ul li::after {display: inline-block;content: '>';margin: 0 5px}
.bitcoinTreasuryDetailPage .crumbsBox ul li:nth-last-of-type(1):after {display: none}
.bitcoinTreasuryDetailPage .crumbsBox ul li a{color: #0d1421;}
/* 相关数据 */
.bitcoinTreasuryDetailPage .dataBox{margin-top: 30px;}
.bitcoinTreasuryDetailPage .dataBox .blockContent{display: flex;justify-content: space-between;margin-top: 20px;height: 500px;}
.bitcoinTreasuryDetailPage .dataBox .dataInfo{width: 620px;margin-right: 20px;}
.bitcoinTreasuryDetailPage .dataBox .dataItem{width: 100%;height: 210px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding: 28px;box-sizing: border-box;}
.bitcoinTreasuryDetailPage .dataBox .dataItem:last-child{height: 270px;margin-top: 20px;}
.bitcoinTreasuryDetailPage .dataBox .dataName{font-weight: 600;font-size: 16px;color: #0D1421;line-height: 14px;}
.bitcoinTreasuryDetailPage .dataBox .dataIntro{font-size: 14px;color: #0D1421;line-height: 14px;margin-top: 20px;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic{display: flex;flex-wrap: wrap;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li{width: 33.33%;margin-top: 34px;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .name{font-size: 14px;color: #0D1421;line-height: 14px;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .num{font-weight: 600;font-size: 19px;color: #0D1421;line-height: 16px;margin: 10px 0;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .count{font-size: 14px;color: #0D1421;line-height: 14px;}
.bitcoinTreasuryDetailPage .dataBox .descInfo{flex: 1;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding: 28px;box-sizing: border-box;}
.bitcoinTreasuryDetailPage .dataBox .dataContent{position: relative;margin-top: 10px;max-height: calc(100% - 25px);overflow: hidden;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-inner{font-size: 16px;color: #0D1421;line-height: 30px;text-align: justify;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-more{position: absolute;bottom: 0;right: 0;background: #F8F9FB;font-size: 16px;line-height: 22px;display: none;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-more::before{content: "";position: absolute;bottom: 0;right: 100%;width: 20px;height: 24px;background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));}
.bitcoinTreasuryDetailPage .dataBox .dataContent-more span{color: #4A77FF;cursor: pointer;}
/* 历史图表 */
.bitcoinTreasuryDetailPage .historyChart{margin-top: 20px;height: 590px;}
/* 对比图表 */
.bitcoinTreasuryDetailPage .contrastChart{margin-top: 20px;height: 590px;}
/* 表格 */
.bitcoinTreasuryDetailPage .historyTableBox .table{width: 100%;margin-top: 20px;}
.bitcoinTreasuryDetailPage .historyTableBox .tableWrap{max-height: 650px;overflow: hidden;overflow-y: auto;}
.bitcoinTreasuryDetailPage .historyTableBox .table table{width: 100%;position: relative;}
.bitcoinTreasuryDetailPage .historyTableBox .table table thead{position: sticky;top: 0;}
.bitcoinTreasuryDetailPage .historyTableBox .table table th,.bitcoinTreasuryDetailPage .historyTableBox .table table td{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.bitcoinTreasuryDetailPage .historyTableBox .table table th{height: 50px;background: #F8F9FB;}
.bitcoinTreasuryDetailPage .historyTableBox .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.bitcoinTreasuryDetailPage .historyTableBox .table table tr{display: grid;grid-template-columns: repeat(6, 1fr);}
.bitcoinTreasuryDetailPage .historyTableBox .table table .up{color: #16c784;}
.bitcoinTreasuryDetailPage .historyTableBox .table table .down{color: #EA3943;}
/* 相似公司 */
.bitcoinTreasuryDetailPage .similarList{display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;margin-top: 20px;} 
.bitcoinTreasuryDetailPage .similarList li{padding: 16px;border: 1px solid #F5F5F6;box-sizing: border-box;border-radius: 6px;position: relative;}
.bitcoinTreasuryDetailPage .similarList li .name{display: flex;align-items: baseline;height: 20px;}
.bitcoinTreasuryDetailPage .similarList li .name span{font-size: 12px;color: #0D1421;margin-right: 5px;}
.bitcoinTreasuryDetailPage .similarList li .name h4{font-weight: 500;font-size: 16px;color: #0D1421;}
.bitcoinTreasuryDetailPage .similarList li .num{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 24px;margin-top: 10px;}
.bitcoinTreasuryDetailPage .similarList li .mark{position: absolute;top: 10px;right: 10px;font-size: 14px;color: #0D1421;}
/* 弹窗 */
.bitcoinTreasuryDescPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.bitcoinTreasuryDescPop .popBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
.bitcoinTreasuryDescPop .popClose{position: absolute;top: 20px;right: 15px;cursor: pointer;z-index: 1;display: block;width: 14px;height: 14px;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;}
.bitcoinTreasuryDescPop .popMain{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 700px;background: #FFFFFF;border-radius: 20px;padding: 40px 30px;box-sizing: border-box;}
.bitcoinTreasuryDescPop .popContent{max-height: 500px;overflow: hidden;overflow-y: auto;}
.bitcoinTreasuryDescPop .popContent-inner{font-size: 16px;color: #0D1421;line-height: 30px;text-align: justify;}
/* 比特币存储详情 e */
/* 加密资产反转榜 s */
.currencyReversalPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.currencyReversalPage .blockBox{margin-bottom: 60px;}
.currencyReversalPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
/* 对比 */
.currencyReversalPage .compareBox{display: flex;justify-content: space-between;}
/* 对比-列表 */
.currencyReversalPage .compareList{display: grid;grid-template-columns: repeat(2,1fr);gap: 10px;padding-right: 10px;box-sizing: border-box;flex: 1;}
.currencyReversalPage .compareItem{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 200px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;box-sizing: border-box;}
.currencyReversalPage .compareItem .name{font-weight: 500;font-size: 40px;color: #0D1421;line-height: 40px;}
.currencyReversalPage .compareItem .name em{font-style: normal;margin: 0 5px;}
.currencyReversalPage .compareItem .ratioNum{font-size: 12px;color: #616E85;line-height: 14px;margin-top: 20px;text-align: center;}
.currencyReversalPage .compareItem .ratioBar{position: relative;height: 8px;background: rgba(176, 182, 194, .2);border-radius: 4px;margin-top: 10px;}
.currencyReversalPage .compareItem .ratioBar span{position: absolute;left: 0;top: 0;height: 100%;background: #16C784;border-radius: 4px;}
/* 对比-图表 */
.currencyReversalPage .compareChartBox{flex: 1;height: 410px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding: 30px 12px 14px;box-sizing: border-box;}
.currencyReversalPage .compareChartBox .blockTitle{padding-left: 6px;box-sizing: border-box;}
.currencyReversalPage .compareChartBox .compareChart{margin-top: 30px;height: 314px;}
/* 表格 */
.currencyReversalPage .positionBox .table{width: 100%;margin-top: 20px;}
.currencyReversalPage .positionBox .table table{width: 100%;}
.currencyReversalPage .positionBox .table table thead{position: sticky;top: 102px;z-index: 2;}
.currencyReversalPage .positionBox .table table th,.currencyReversalPage .positionBox .table table td{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.currencyReversalPage .positionBox .table table th{height: 50px;background: #F8F9FB;}
.currencyReversalPage .positionBox .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.currencyReversalPage .positionBox .table table tr{display: grid;grid-template-columns: 1.6fr repeat(8,1fr);}
.currencyReversalPage .positionBox .table table .symbolBox{display: flex;align-items: center;}
.currencyReversalPage .positionBox .table table .symbolBox em{font-style: normal;margin: 0 20px 0 10px;font-size: 12px;color: #616E85;}
.currencyReversalPage .positionBox .table table .symbolItem{display: flex;align-items: center;width: 80px;}
.currencyReversalPage .positionBox .table table .symbolItem img{display: block;width: 24px;height: 24px;border-radius: 50%;margin-right: 5px;}
.currencyReversalPage .positionBox .table table .ratioNum{font-size: 12px;color: #616E85;text-align: center;line-height: 17px;}
.currencyReversalPage .positionBox .table table .ratioBar{position: relative;width: 120px;height: 8px;background: rgba(176, 182, 194, .2);border-radius: 4px;margin-top: 5px;}
.currencyReversalPage .positionBox .table table .ratioBar span{position: absolute;left: 0;top: 0;height: 100%;background: #16C784;border-radius: 4px;}
.currencyReversalPage .positionBox .table table .yes{color: #16C784;}
.currencyReversalPage .positionBox .table table .no{color: #EA3943;}
@media screen and (max-width: 1400px) {
  .currencyReversalPage .compareItem .name{font-size: 30px;}
  .currencyReversalPage .positionBox .table table th,.currencyReversalPage .positionBox .table table td{padding: 0 0px;font-size: 12px;}
  .currencyReversalPage .positionBox .table table .symbolItem{width: 66px;}
  .currencyReversalPage .positionBox .table table .symbolBox em{margin: 0 5px;}
  .currencyReversalPage .positionBox .table table .symbolItem img{width: 18px;height: 18px;}
}
/* 加密资产反转榜 e */
/* 加密资产反转详情 s */
.currencyReversalDetailPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.currencyReversalDetailPage .blockBox{margin-bottom: 60px;}
.currencyReversalDetailPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.currencyReversalDetailPage .crumbsBox ul {display: flex;align-items: center;}
.currencyReversalDetailPage .crumbsBox ul li {font-weight: 400;font-size: 14px;color: #0d1421;line-height: 18px;height: 18px}
.currencyReversalDetailPage .crumbsBox ul li::after {display: inline-block;content: '>';margin: 0 5px}
.currencyReversalDetailPage .crumbsBox ul li:nth-last-of-type(1):after {display: none}
.currencyReversalDetailPage .crumbsBox ul li a{color: #0d1421;}
/* 对比 */
.currencyReversalDetailPage .compareBox{margin-top: 30px;}
.currencyReversalDetailPage .compareList{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.currencyReversalDetailPage .compareItem{flex: 1;display: flex;justify-content: space-between;align-items: center;height: 100px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;margin-right: 10px;padding: 0 23px 0 32px;box-sizing: border-box;}
.currencyReversalDetailPage .compareItem:last-child{margin-right: 0;}
.currencyReversalDetailPage .compareItem .content{display: flex;align-items: center;}
.currencyReversalDetailPage .compareItem .content img{display: block;width: 30px;height: 30px;border-radius: 50%;margin-right: 7px;}
.currencyReversalDetailPage .compareItem .content .reversal{display: inline-block;width: 32px;height: 27px;background: url(../img/ico_reversal@2x.png) no-repeat center;background-size: cover;margin-right: 7px;}
.currencyReversalDetailPage .compareItem .content h4{font-weight: 600;font-size: 18px;color: #0D1421;line-height: 14px;}
.currencyReversalDetailPage .compareItem .num{font-size: 14px;color: #0D1421;}
/* 对比-图表 */
.currencyReversalDetailPage .compareChartBox .blockTitle{padding-left: 2%;box-sizing: border-box;}
.currencyReversalDetailPage .compareChartBox .compareChart{margin-top: 30px;height: 630px;}
/* 加密资产反转详情 e */
/* 以太坊存储 s */
.ethReservePage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.ethReservePage .blockBox{margin-bottom: 60px;}
.ethReservePage .blockTitle{display: flex;align-items: center;}
.ethReservePage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
/* 储备 */
.ethReservePage .reserveList{margin-top: 20px;display: flex;align-items: normal;justify-content: space-between;}
.ethReservePage .reserveList li{flex: 1;height: 180px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;margin-right: 10px;box-sizing: border-box;display: flex;align-items: center;flex-direction: column;justify-content: center;position: relative;}
.ethReservePage .reserveList li:last-child{margin-right: 0;}
.ethReservePage .reserveList li .name{font-size: 14px;color: #0D1421;line-height: 14px;}
.ethReservePage .reserveList li .info{font-weight: 600;font-size: 40px;color: #0D1421;line-height: 40px;margin-top: 18px;}
.ethReservePage .reserveList li .other{display: flex;align-items: center;flex-direction: column;}
.ethReservePage .reserveList li .totalNum{font-size: 14px;color: #0D1421;line-height: 14px;text-align: center;margin: 18px 0 5px;}
.ethReservePage .reserveList li .intro{display: flex;align-items: center;font-size: 12px;color: #616E85;line-height: 14px;}
.ethReservePage .reserveList li .intro em{font-style: normal;margin: 0 10px;}
.ethReservePage .reserveList li .other .up{color: #16C784;}
.ethReservePage .reserveList li .other .down{color: #EA3943;}
.ethReservePage .reserveList li .select{position: absolute;top: 10px;right: 10px;width: 70px;height: 42px;background: #EFF2F5;border-radius: 8px;cursor: pointer;}
.ethReservePage .reserveList li .selectCurr{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;font-weight: 500;font-size: 14px;color: #0D1421;padding: 0 10px 0 15px;box-sizing: border-box;}
.ethReservePage .reserveList li .selectCurr i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.ethReservePage .reserveList li .selectFloat{position: absolute;top: 52px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);border-radius: 8px;padding: 10px 0;display: none;}
.ethReservePage .reserveList li .selectItem{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;box-sizing: border-box;font-size: 14px;cursor: pointer;}
.ethReservePage .reserveList li .selectItem:hover{background: #F5F5F6;}
.ethReservePage .reserveList li .selectItem.active{background: #EFF2F5;}
.ethReservePage .reserveList li:last-child .info{margin-top: 12px;}
.ethReservePage .reserveList li:last-child .totalNum{margin: 8px 0 3px;}
.ethReservePage .reserveList li:last-child .intro{line-height: 17px;}
.ethReservePage .reserveList li .dataContent{display: none;flex-direction: column;align-items: center;}
.ethReservePage .reserveList li .dataContent.active{display: flex;}
/* 图表 */
.ethReservePage .reserveChart{margin-top: 40px;height: 440px;}
/* 表格 */
.ethReservePage .reserveRankBox .changeType{height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;margin-left: 7px;}
.ethReservePage .reserveRankBox .changeType span{width: 62px;height: 100%;border-radius: 6px;cursor: pointer;font-size: 12px;color: #616E85;display: flex;align-items: center;justify-content: center;}
.ethReservePage .reserveRankBox .changeType span:hover{color: #0D1421;}
.ethReservePage .reserveRankBox .changeType span.active{background: #FFFFFF;color: #0D1421;}
.ethReservePage .reserveRankBox .table{width: 100%;margin-top: 20px;display: none;}
.ethReservePage .reserveRankBox .table.active{display: block;}
.ethReservePage .reserveRankBox .table table{width: 100%;}
.ethReservePage .reserveRankBox .table table thead{position: sticky;top: 102px;z-index: 2;}
.ethReservePage .reserveRankBox .table table th,.ethReservePage .reserveRankBox .table table td{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.ethReservePage .reserveRankBox .table table th:nth-child(2),.ethReservePage .reserveRankBox .table table td:nth-child(2){justify-content: flex-start;}
.ethReservePage .reserveRankBox .table table th{height: 50px;background: #F8F9FB;}
.ethReservePage .reserveRankBox .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.ethReservePage .reserveRankBox .table table tr{display: grid;grid-template-columns: 60px 2fr repeat(9,1fr);}
.ethReservePage .reserveRankBox .table.company table tr{grid-template-columns: 60px 2fr repeat(9,1fr);}
.ethReservePage .reserveRankBox .table.deal table tr{grid-template-columns: 1fr 2fr repeat(6,1fr);}
.ethReservePage .reserveRankBox .table table .up{color: #16c784;}
.ethReservePage .reserveRankBox .table table .down{color: #EA3943;}
.ethReservePage .reserveRankBox .table table .symbol{display: flex;align-items: center;position: relative;}
.ethReservePage .reserveRankBox .table table .symbol img{display: block;width: 24px;height: 24px;margin-right: 4px;}
.ethReservePage .reserveRankBox .table table .symbol span{font-weight: 500;font-size: 14px;color: #0D1421;}
.ethReservePage .reserveRankBox .table table .dealType{width: 54px;height: 26px;border-radius: 10px;font-size: 14px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.ethReservePage .reserveRankBox .table table .dealType.buy{color: #16C784;border-color: #16C784;}
.ethReservePage .reserveRankBox .table table .dealType.sale{color: #EA3943;border-color: #EA3943;}
.ethReservePage .reserveRankBox .table .abnormalCoin::before{width: 24px;height: 24px;}
/* 以太坊存储 e */
/* 以太坊存储详情 s */
.ethReserveDetailPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.ethReserveDetailPage .blockBox{margin-bottom: 60px;}
.ethReserveDetailPage .blockTitle{display: flex;align-items: center;}
.ethReserveDetailPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.ethReserveDetailPage .crumbsBox ul {display: flex;align-items: center;}
.ethReserveDetailPage .crumbsBox ul li {font-weight: 400;font-size: 14px;color: #0d1421;line-height: 18px;height: 18px}
.ethReserveDetailPage .crumbsBox ul li::after {display: inline-block;content: '>';margin: 0 5px}
.ethReserveDetailPage .crumbsBox ul li:nth-last-of-type(1):after {display: none}
.ethReserveDetailPage .crumbsBox ul li a{color: #0d1421;}
/* 储备 */
.ethReserveDetailPage .detailTitle{display: flex;align-items: center;margin-top: 20px;position: relative;}
.ethReserveDetailPage .detailTitle img{display: block;width: 90px;height: 90px;margin-right: 17px;}
.ethReserveDetailPage .detailTitle h1{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;}
.ethReserveDetailPage .detailTitle.abnormalCoin::before{width: 90px;height: 90px;font-size: 40px;}
.ethReserveDetailPage .detailStatistic{display: flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.ethReserveDetailPage .detailStatistic-item{flex: 1;height: 70px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;margin-right: 20px;padding: 0 25px 0 30px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.ethReserveDetailPage .detailStatistic-item:last-child{margin-right: 0;}
.ethReserveDetailPage .detailStatistic-item .name{display: flex;align-items: center;}
.ethReserveDetailPage .detailStatistic-item .reserveIcon{display: block;width: 30px;height: 30px;background: url(../img/reserve@2x.png) no-repeat center;background-size: cover;margin-right: 10px;}
.ethReserveDetailPage .detailStatistic-item .profit{display: block;width: 30px;height: 30px;background: url(../img/reserve_profit01@2x.png) no-repeat center;background-size: cover;margin-right: 10px;}
.ethReserveDetailPage .detailStatistic-item .profit.type1{background-image: url(../img/reserve_profit02@2x.png);}
.ethReserveDetailPage .detailStatistic-item .profit.type2{background-image: url(../img/reserve_profit03@2x.png);}
.ethReserveDetailPage .detailStatistic-item .content h4{font-size: 14px;color: #0D1421;line-height: 18px;}
.ethReserveDetailPage .detailStatistic-item .content p{font-size: 10px;color: #0D1421;line-height: 18px;}
.ethReserveDetailPage .detailStatistic-item .num{font-size: 14px;color: #0D1421;line-height: 18px;}
.ethReserveDetailPage .detailInfo{display: flex;margin-top: 20px;}
.ethReserveDetailPage .detailInfo li{flex: 1;height: 120px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding-left: 30px;margin-right: 20px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;}
.ethReserveDetailPage .detailInfo li:last-child{margin-right: 0;}
.ethReserveDetailPage .detailInfo li .name{display: flex;align-items: center;font-size: 14px;color: #0D1421;}
.ethReserveDetailPage .detailInfo li .sign{display: inline-block;width: 15px;height: 15px;margin-right: 2px;}
.ethReserveDetailPage .detailInfo li .sign1{background: url(../img/reserve_sign01@2x.png) no-repeat center;background-size: cover;}
.ethReserveDetailPage .detailInfo li .sign2{background: url(../img/reserve_sign02@2x.png) no-repeat center;background-size: cover;}
.ethReserveDetailPage .detailInfo li .sign3{background: url(../img/reserve_sign03@2x.png) no-repeat center;background-size: cover;}
.ethReserveDetailPage .detailInfo li .sign4{background: url(../img/reserve_sign04@2x.png) no-repeat center;background-size: cover;}
.ethReserveDetailPage .detailInfo li .sign5{background: url(../img/reserve_sign05@2x.png) no-repeat center;background-size: cover;}
.ethReserveDetailPage .detailInfo li .num{font-weight: 500;font-size: 16px;color: #0D1421;margin-top: 20px;}
/* 表格 */
.ethReserveDetailPage .dealBox .table{width: 100%;margin-top: 20px;}
.ethReserveDetailPage .dealBox .table.active{display: block;}
.ethReserveDetailPage .dealBox .table table{width: 100%;}
.ethReserveDetailPage .dealBox .table table thead{position: sticky;top: 102px;}
.ethReserveDetailPage .dealBox .table table th,.ethReserveDetailPage .dealBox .table table td{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.ethReserveDetailPage .dealBox .table table th{height: 50px;background: #F8F9FB;}
.ethReserveDetailPage .dealBox .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.ethReserveDetailPage .dealBox .table table tr{display: grid;grid-template-columns: repeat(5,1fr);}
.ethReserveDetailPage .dealBox .table table .dealType{width: 54px;height: 26px;border-radius: 10px;font-size: 14px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.ethReserveDetailPage .dealBox .table table .dealType.buy{color: #16C784;border-color: #16C784;}
.ethReserveDetailPage .dealBox .table table .dealType.sale{color: #EA3943;border-color: #EA3943;}
/* 以太坊存储详情 e */
/* 钱包分析 s */
.hlPositionPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.hlPositionPage .blockBox{margin-bottom: 60px;}
.hlPositionPage .blockTitle{display: flex;align-items: center;}
.hlPositionPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
/* 图表 */
.hlPositionPage .heatMapChart{width: 100%;height: 600px;margin-top: 20px;}
/* 表格 */
.hlPositionPage .table{width: 100%;margin-top: 20px;}
.hlPositionPage .table table{width: 100%;}
.hlPositionPage .table table thead{position: sticky;top: 102px;z-index: 2;}
.hlPositionPage .table table th,.hlPositionPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.hlPositionPage .table table th{height: 50px;background: #F8F9FB;}
.hlPositionPage .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;}
.hlPositionPage .table table tr{display: grid;grid-template-columns: 1.5fr 1fr 1fr 1.5fr 3fr 1fr 3fr 1fr;}
.hlPositionPage .table table td a{color: #0D1421;text-decoration: underline;}
.hlPositionPage .table table .textCenter{justify-content: center;}
.hlPositionPage .table table .textJustify{justify-content: space-between;}
.hlPositionPage .table table .positionInfo .num{font-size: 12px;color: #0D1421;line-height: 17px;text-align: center;}
.hlPositionPage .table table .ratioBar{position: relative;width: 120px;max-width: 100%;height: 8px;background: rgba(176, 182, 194, .2);border-radius: 4px;margin-top: 4px;}
.hlPositionPage .table table .ratioBar span{position: absolute;left: 0;top: 0;height: 100%;background: #16C784;border-radius: 4px;}
.hlPositionPage .table table .ratioDiff{display: flex;width: 100%;height: 20px;position: relative;}
.hlPositionPage .table table .ratioDiff .longBar{height: 100%;background: rgba(22, 199, 132, .7);}
.hlPositionPage .table table .ratioDiff .shortBar{height: 100%;background: rgba(234, 57, 67, .7);}
.hlPositionPage .table table .ratioDiff .diffNum{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 10px;box-sizing: border-box;font-weight: 500;font-size: 14px;color: #0D1421;}
.hlPositionPage .table table .attitude{display: block;padding: 0 12px;height: 30px;border-radius: 4px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 14px;}
.hlPositionPage .table table .attitude.up{color: #16C784;}
.hlPositionPage .table table .attitude.down{color: #EA3943;}
@media screen and (max-width: 1400px) {
    .hlPositionPage .table table th,.hlPositionPage .table table td{font-size: 12px;padding: 0 5px;}
    .hlPositionPage .table table .ratioDiff .diffNum{font-size: 12px;}
    .hlPositionPage .table table .attitude{font-size: 12px;padding: 0 5px;}
}
/* 钱包分析 e */
/* 钱包分析类别 s */
.hlRangePage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.hlRangePage .blockBox{margin-bottom: 60px;}
.hlRangePage .blockTitle{display: flex;align-items: center;}
.hlRangePage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.hlRangePage .crumbsBox ul {display: flex;align-items: center;}
.hlRangePage .crumbsBox ul li {font-weight: 400;font-size: 14px;color: #0d1421;line-height: 18px;height: 18px}
.hlRangePage .crumbsBox ul li::after {display: inline-block;content: '>';margin: 0 5px}
.hlRangePage .crumbsBox ul li:nth-last-of-type(1):after {display: none}
.hlRangePage .crumbsBox ul li a{color: #0d1421;}
.hlRangePage .ratioBar{position: relative;height: 8px;background: rgba(176, 182, 194, .2);border-radius: 4px;}
.hlRangePage .ratioBar span{position: absolute;left: 0;top: 0;height: 100%;background: #16C784;border-radius: 4px;}
.hlRangePage .ratioDiff{display: flex;}
.hlRangePage .ratioDiff{display: flex;width: 100%;position: relative;}
.hlRangePage .ratioDiff .longBar{height: 100%;background: rgba(22, 199, 132, .7);}
.hlRangePage .ratioDiff .shortBar{height: 100%;background: rgba(234, 57, 67, .7);}
.hlRangePage .ratioDiff .diffNum{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 10px;box-sizing: border-box;font-weight: 500;font-size: 14px;color: #0D1421;}
/* 详情信息 */
.hlRangePage .detailInfo{margin-top: 30px;display: flex;flex-direction: column;align-items: center;}
.hlRangePage .detailInfo .title{display: flex;align-items: baseline;text-align: center;}
.hlRangePage .detailInfo .title h1{font-size: 26px;color: #0D1421;line-height: 24px;}
.hlRangePage .detailInfo .title span{font-size: 14px;color: #616E85;line-height: 14px;}
.hlRangePage .detailInfo .statistic{display: flex;align-items: center;margin-top: 12px;}
.hlRangePage .detailInfo .statistic .item{font-size: 14px;color: #616E85;line-height: 14px;margin: 0 10px;}
.hlRangePage .detailInfo .peopleNum{margin-top: 20px;width: 460px;}
.hlRangePage .detailInfo .peopleNum .content{display: flex;justify-content: space-between;font-size: 12px;color: #616E85;line-height: 14px;}
.hlRangePage .detailInfo .peopleNum .ratioBar{width: 100%;margin-top: 5px;}
/* 多空比 */
.hlRangePage .positionProfit{display: flex;justify-content: space-between;margin-top: 40px;} 
.hlRangePage .positionProfit .item{flex: 1;margin-right: 80px;}
.hlRangePage .positionProfit .item:last-child{margin-right: 0;}
.hlRangePage .positionProfit .content{display: flex;justify-content: space-between;font-size: 14px;color: #0D1421;line-height: 14px;}
.hlRangePage .positionProfit .ratioDiff{height: 40px;margin-top: 10px;}
/* 排行等 */
.hlRangePage .rankBox{display: flex;justify-content: space-between;margin-top: 30px;}
.hlRangePage .rankBox .item{flex: 1;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding: 50px 20px 30px;box-sizing: border-box;margin-right: 10px;position: relative;}
.hlRangePage .rankBox .item:last-child{margin-right: 0;}
.hlRangePage .rankBox .item .title{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;position: absolute;top: 30px;left: 20px;}
.hlRangePage .rankBox .item ul{width: 100%;max-height: 480px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;margin-top: 20px;}
.hlRangePage .rankBox .item ul li{width: 100%;height: 48px;display: flex;align-items: center;justify-content: space-between;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;box-sizing: border-box;}
.hlRangePage .rankBox .item ul li a{color: #0D1421;}
.hlRangePage .rankBox .item .name{width: 25%;}
.hlRangePage .rankBox .item:last-child .name a{text-decoration: underline;}
.hlRangePage .rankBox .item .ratioDiff{height: 20px;flex: 1;}
.hlRangePage .rankBox .item .num{width: 20%;text-align: right;padding-right: 10px;box-sizing: border-box;}
.hlRangePage .rankBox .item .ratioBar{flex: 1;}
.hlRangePage .rankBox .item .ratio{width: 20%;text-align: right;}
.hlRangePage .rankBox .item .coin{flex: 1;text-align: center;}
.hlRangePage .rankBox .item .up{color: #16C784;}
.hlRangePage .rankBox .item .down{color: #EA3943;}
/* 表格 */
.hlRangePage .classifyBox{margin-top: 40px;}
.hlRangePage .classifyBox .blockTitle span{margin-right: 5px;}
.hlRangePage .table{width: 100%;margin-top: 20px;}
.hlRangePage .table table{width: 100%;}
.hlRangePage .table table thead{position: sticky;top: 102px;z-index: 2;}
.hlRangePage .table table th,.hlRangePage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.hlRangePage .table table th:last-child,.hlRangePage .table table td:last-child{justify-content: flex-end;}
.hlRangePage .table table th{height: 50px;background: #F8F9FB;}
.hlRangePage .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;}
.hlRangePage .table table tr{display: grid;grid-template-columns: repeat(5, 1fr) 2fr 1fr;}
.hlRangePage .table table td a{color: #0D1421;text-decoration: underline;}
.hlRangePage .table table .up{color: #16C784;}
.hlRangePage .table table .down{color: #EA3943;}
.hlRangePage .table table .risk{width: 80%;max-width: 100%;}
.hlRangePage .table table .risk .content{display: flex;justify-content: space-between;}
.hlRangePage .table table .risk .ratioBar{margin-top: 3px;}
@media screen and (max-width: 1400px) {
    .hlRangePage .rankBox{flex-direction: column;}
    .hlRangePage .rankBox .item{margin-right: 0;margin-bottom: 20px;}
    .hlRangePage .rankBox .item:last-child{margin-bottom: 0;}
}
/* 钱包分析类别 e */
/* 钱包分析地址 s */
.hlWalletPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.hlWalletPage .blockBox{margin-bottom: 60px;}
.hlWalletPage .blockTitle{display: flex;align-items: center;}
.hlWalletPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.hlWalletPage .crumbsBox{display: flex;align-items: center;justify-content: space-between;}
.hlWalletPage .crumbsBox ul {display: flex;align-items: center;}
.hlWalletPage .crumbsBox ul li {font-weight: 400;font-size: 14px;color: #0d1421;line-height: 18px;height: 18px}
.hlWalletPage .crumbsBox ul li::after {display: inline-block;content: '>';margin: 0 5px}
.hlWalletPage .crumbsBox ul li:nth-last-of-type(1):after {display: none}
.hlWalletPage .crumbsBox ul li a{color: #0d1421;}
.hlWalletPage .hlWalletSearch{display: flex;align-items: center;width: 440px;height: 32px;background: #EFF2F5;border-radius: 8px;padding: 0 8px;box-sizing: border-box;}
.hlWalletPage .hlWalletSearch i{display: inline-block;width: 14px;height: 14px;background: url(../img/home_ico_search.png) no-repeat center;background-size: cover;margin-right: 5px;}
.hlWalletPage .hlWalletSearch input{flex: 1;height: 100%;background: transparent;border: none;outline: none;}
/* 数据统计 */
.hlWalletPage .statisticBox{display: flex;justify-content: space-between;margin-top: 15px;}
.hlWalletPage .statisticBox .listBlock{width: 300px;}
.hlWalletPage .statisticBox .listBlock li{width: 100%;height: 120px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;padding-left: 35px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;margin-bottom: 10px;}
.hlWalletPage .statisticBox .listBlock li:last-child{margin-bottom: 0;}
.hlWalletPage .statisticBox .listBlock li .name{font-size: 14px;color: #616E85;line-height: 14px;}
.hlWalletPage .statisticBox .listBlock li .num{font-weight: 500;font-size: 24px;color: #0D1421;line-height: 24px;margin-top: 17px;}
.hlWalletPage .statisticBox .listBlock li .num.up{color: #16C784;}
.hlWalletPage .statisticBox .listBlock li .num.down{color: #EA3943;}
.hlWalletPage .statisticBox .chartBlock{flex: 1;margin-left: 30px;}
.hlWalletPage .statisticBox .chartBlock .select{width: 150px;height: 42px;background: #EFF2F5;border-radius: 8px;cursor: pointer;position: relative;z-index: 1;}
.hlWalletPage .statisticBox .chartBlock .selectCurr{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;font-weight: 500;font-size: 14px;color: #0D1421;padding: 0 15px;box-sizing: border-box;}
.hlWalletPage .statisticBox .chartBlock .selectCurr i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.hlWalletPage .statisticBox .chartBlock .selectFloat{position: absolute;top: 52px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);border-radius: 8px;padding: 10px 0;display: none;}
.hlWalletPage .statisticBox .chartBlock .selectItem{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;box-sizing: border-box;font-size: 14px;cursor: pointer;}
.hlWalletPage .statisticBox .chartBlock .selectItem:hover{background: #F5F5F6;}
.hlWalletPage .statisticBox .chartBlock .selectItem.active{background: #EFF2F5;}
.hlWalletPage .statisticBox .chartBlock .chartAreaBox{height: 570px;margin-top: 20px;}
/* 表格 */
.hlWalletPage .tableBox{margin-top: 60px;}
.hlWalletPage .tableType{display: flex;}
.hlWalletPage .tableType ul{display: flex;align-items: center;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;margin-top: 20px;font-size: 12px;color: #616E85;}
.hlWalletPage .tableType ul li{height: 100%;min-width: 62px;padding: 0 10px;box-sizing: border-box;border-radius: 6px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.hlWalletPage .tableType ul li:hover{color: #0D1421;}
.hlWalletPage .tableType ul li.active{color: #0D1421;background: #FFF;}
.hlWalletPage .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.hlWalletPage .table{width: 100%;margin-top: 20px;display: none;}
.hlWalletPage .table.active{display: block;}
.hlWalletPage .table table{width: 100%;}
.hlWalletPage .table table thead{position: sticky;top: 102px;z-index: 2;}
.hlWalletPage .table table th,.hlWalletPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.hlWalletPage .table table th{height: 50px;background: #F8F9FB;}
.hlWalletPage .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;}
.hlWalletPage .table table tr{display: grid;}
.hlWalletPage .table table td a{color: #0D1421;}
.hlWalletPage .table table .up{color: #16C784;}
.hlWalletPage .table table .down{color: #EA3943;}
.hlWalletPage .table table .copy{display: flex;align-items: center;}
.hlWalletPage .table table .copy i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;cursor: pointer;margin-left: 3px;}
.hlWalletPage .table[data-table="position"] table tr{grid-template-columns: repeat(4, 1fr) 2fr repeat(3, 1fr) 1.5fr;}
.hlWalletPage .table[data-table="deal"] table tr{grid-template-columns: repeat(7, 1fr);}
.hlWalletPage .table[data-table="entrust"] table tr{grid-template-columns: 1.5fr repeat(6, 1fr) 1.5fr;}
.hlWalletPage .table[data-table="recharge"] table tr{grid-template-columns: repeat(4, 1fr);}
/* 钱包分析地址 e */
/* 财经日历 s */
.customDate-wrap {position: relative;}
.customDate-wrap .customDate-box{display: flex;align-items: center;justify-content: space-between;width: 150px;height: 38px;background: #EFF2F5;border-radius: 6px;padding: 0 10px;box-sizing: border-box;cursor: pointer;}
.customDate-wrap .customDate-box i{display: inline-block;width: 16px;height: 16px;background: url(../img/ico_calendar@2x.png) no-repeat center;background-size: cover;}
.customDate-wrap .customDate-input {width: 100px;font-size: 14px;color: #0D1421;background: none;border: none;cursor: pointer;}
.customDate-wrap .customDate-dropdown {display: none;position: absolute;top: 100%;right: 0;width: 300px;background: #fff;border: 1px solid #F5F5F6;border-radius: 6px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);margin-top: 5px;padding: 15px;z-index: 2;box-sizing: border-box;}
.customDate-wrap .customDate-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.customDate-wrap .nav-buttons {display: flex;gap: 5px;}
.customDate-wrap .nav-btn {background: #F5F5F6;border: none;border-radius: 4px;padding: 5px 10px;cursor: pointer;font-size: 14px;transition: background 0.2s;}
.customDate-wrap .nav-btn:hover {background: #DFE5EB;}
.customDate-wrap .year-month {font-size: 16px;font-weight: 500;color: #0D1421;}
.customDate-wrap .customDate-grid {display: grid;grid-template-columns: repeat(7, 1fr);gap: 5px;margin-bottom: 15px;}
.customDate-wrap .weekday {text-align: center;font-weight: 500;color: #616e85;padding: 5px;font-size: 14px;}
.customDate-wrap .day {text-align: center;padding: 8px;border-radius: 4px;cursor: pointer;transition: background 0.2s;}
.customDate-wrap .day:hover {background: #DFE5EB;}
.customDate-wrap .current {background: rgba(53, 98, 255, .5);color: #fff;}
.customDate-wrap .current:hover {background: rgba(53, 98, 255, .5);}
.customDate-wrap .selected {background: #3562ff;color: #fff;}
.customDate-wrap .selected:hover{background: #3562ff;}
.customDate-wrap .other-month {color: #616e85;}
.customDate-wrap .customDate-buttons {display: flex;justify-content: flex-end;gap: 10px;margin-top: 15px;}
.customDate-wrap .customDate-btn {padding: 8px 16px;border: none;border-radius: 4px;cursor: pointer;font-weight: 500;transition: all 0.2s;}
.customDate-wrap .confirm-btn {background: rgba(53, 98, 255, .7);color: #fff;}
.customDate-wrap .confirm-btn:hover {background: rgba(53, 98, 255, 1);}
.customDate-wrap .cancel-btn {background: #F5F5F6;color: #0D1421;}
.customDate-wrap .cancel-btn:hover {background: #DFE5EB;}
/* common */
.calendarPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.calendarPage .blockBox{margin-bottom: 60px;}
.calendarPage .blockTitle{display: flex;align-items: center;}
.calendarPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
/* 筛选 */
.calendarPage .calendarDate .blockTitle{display: flex;align-items: center;justify-content: space-between;}
.calendarPage .calendarDate .filterBox{display: flex;align-items: center;}
.calendarPage .calendarDate .filterBox .major{display: flex;align-items: center;font-weight: 500;font-size: 14px;color: #0D1421;cursor: pointer;margin-left: 20px;}
.calendarPage .calendarDate .filterBox .major i{display: inline-block;width: 16px;height: 16px;background: url(../img/btn_xuan_01.png) no-repeat center;background-size: cover;}
.calendarPage .calendarDate .filterBox .major i.active{background-image: url(../img/btn_xuan_02.png);}
/* 周历 */
.calendarPage .calendarDate .weekBox{display: flex;align-items: center;width: 100%;height: 60px;background: #F8F9FB;border-radius: 8px;border: 2px solid #F5F5F6;margin-top: 10px;}
.calendarPage .calendarDate .weekBox .btnBox{display: flex;align-items: center;width: 140px;padding: 0 30px;box-sizing: border-box;}
.calendarPage .calendarDate .weekBox .btnBox.next{justify-content: flex-end;}
.calendarPage .calendarDate .weekBox .btn{font-weight: 500;font-size: 14px;color: #0D1421;padding: 5px 10px;box-sizing: border-box;cursor: pointer;display: flex;align-items: center;}
.calendarPage .calendarDate .weekBox .btn:hover{background: #DFE5EB;}
.calendarPage .calendarDate .weekBox .btn i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_last@2x.png) no-repeat center;background-size: cover;margin-right: 3px;}
.calendarPage .calendarDate .weekBox .btnBox.next .btn i{background-image: url(../img/ico_next@2x.png);margin-right: 0;margin-left: 3px;}
.calendarPage .calendarDate .weekBox .weekList{flex: 1;display: flex;align-items: center;justify-content: space-between;padding: 0 6%;box-sizing: border-box;position: relative;}
.calendarPage .calendarDate .weekBox .weekList::before,.calendarPage .calendarDate .weekBox .weekList::after{content: '';position: absolute;top: 50%;transform: translateY(-50%) !important;width: 1px;height: 22px;background: #B0B6C2;}
.calendarPage .calendarDate .weekBox .weekList::before{left: 1px;}
.calendarPage .calendarDate .weekBox .weekList::after{right: 1px;}
.calendarPage .calendarDate .weekBox .weekItem{display: flex;align-items: center;justify-content: center;width: 120px;height: 30px;border-radius: 6px;font-weight: 500;font-size: 14px;color: #0D1421;cursor: pointer;}
.calendarPage .calendarDate .weekBox .weekItem span{margin-right: 5px;}
.calendarPage .calendarDate .weekBox .weekItem:hover{background: #DFE5EB;}
.calendarPage .calendarDate .weekBox .weekItem.active{background: #3562FF;color: #fff;}
/* 表格 */
.calendarPage .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.calendarPage .table{width: 100%;margin-top: 20px;}
.calendarPage .table table{width: 100%;}
.calendarPage .table table thead{position: sticky;top: 102px;z-index: 1;}
.calendarPage .table table tr{display: grid;width: 100%;grid-template-columns: repeat(3,120px) 1fr;}
.calendarPage .table table th,.calendarPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.calendarPage .table table th{height: 50px;background: #F8F9FB;}
.calendarPage .table table td{height: 61px;border-bottom: 1px solid #F5F5F6;}
.calendarPage .table table td.hideLine{border-bottom: none;}
.calendarPage .table table td .starList{display: flex;align-items: center;}
.calendarPage .table table td .starList i {display: inline-block;width: 15px;height: 14px;background: url(../img/bourse_ico_star02@2x.png) no-repeat center;background-size: cover;margin-right: 4px;}
.calendarPage .table table td .starList i:last-child {margin-right: 0;}
.calendarPage .table table td .starList i.on {background-image: url(../img/bourse_ico_star01@2x.png);}
.calendarPage .table table td .countryBox{display: flex;align-items: center;}
.calendarPage .table table td .countryBox img{display: block;width: 20px;height: auto;margin-right: 5px;}
.calendarPage .calendarData .table table tr{grid-template-columns: repeat(2,120px) 3fr 1fr 1.2fr repeat(3,1fr);}
@media screen and (max-width: 1400px) {
  .calendarPage .calendarDate .weekBox .btnBox{width: auto;padding: 0 10px;}
  .calendarPage .calendarDate .weekBox .weekList{padding: 0;}
  .calendarPage .calendarDate .weekBox .weekItem{width: 110px;}
}
/* 财经日历 e */
/* 鲸鱼实时监控 s */
.hlMonitorPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
/* header */
.hlMonitorPage .mainHeader{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.hlMonitorPage .mainHeader .left,.hlMonitorPage .mainHeader .right{display: flex;align-items: center;}
.hlMonitorPage .mainHeader h1{font-weight: 500;font-size: 16px;color: #0D1421;}
.hlMonitorPage .mainHeader .vaultLink{width: 152px;height: 38px;background: #3562FF;border-radius: 6px;margin-left: 18px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 14px;color: #FFFFFF;}
.hlMonitorPage .mainHeader .searchBox{width: 300px;height: 38px;background: #EFF2F5;border-radius: 6px;display: flex;align-items: center;padding: 0 13px;box-sizing: border-box;}
.hlMonitorPage .mainHeader .searchBox i{display: inline-block;width: 16px;height: 16px;background: url(../img/home_ico_search.png) no-repeat center;background-size: cover;margin-right: 5px;}
.hlMonitorPage .mainHeader .searchBox input{flex: 1;height: 100%;border: none;outline: none;background: none;color: #0D1421;font-size: 14px;}
.hlMonitorPage .mainHeader .apiLink{width: 105px;height: 38px;background: #3562FF;border-radius: 6px;margin-left: 18px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 14px;color: #FFFFFF;}
/* 数据动态 */
.hlMonitorPage .dataDynamics{display: flex;justify-content: space-between;margin-top: 20px;}
.hlMonitorPage .statisticBox{flex: 1;margin-right: 20px;}
.hlMonitorPage .statisticBox .item{width: 100%;height: 120px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;margin-bottom: 10px;padding: 0 46px 0 36px;box-sizing: border-box;display: flex;align-items: center;}
.hlMonitorPage .statisticBox .item:last-child{margin-bottom: 0;}
.hlMonitorPage .statisticBox .item .content{flex: 1;}
.hlMonitorPage .statisticBox .item .name{font-size: 14px;color: #616E85;line-height: 14px;}
.hlMonitorPage .statisticBox .item .num{font-size: 16px;color: #0D1421;line-height: 18px;margin-top: 10px;}
.hlMonitorPage .statisticBox .item em{font-size: 12px;color: #616E85;margin: 0 10px;}
.hlMonitorPage .statisticBox .item .bar{display: flex;align-items: center;height: 8px;border-radius: 4px;overflow: hidden;margin-top: 10px;}
.hlMonitorPage .statisticBox .item .long{height: 100%;background: #16C784;border-radius: 4px 0 0 4px;}
.hlMonitorPage .statisticBox .item .short{height: 100%;background: #EA3943;border-radius: 0px 4px 4px 0px;}
.hlMonitorPage .statisticBox .item.double {align-items: flex-start;padding-top: 30px;}
.hlMonitorPage .statisticBox .item.double .content:first-child{width: 33.33%;flex: none;}
.hlMonitorPage .statisticBox .item.double .content:last-child .name,.hlMonitorPage .statisticBox .item.double .content:last-child .num{display: flex;justify-content: space-between;}
.hlMonitorPage .dynamicsBox{flex: 1;}
.hlMonitorPage .dynamicsBox .title{display: flex;align-items: center;justify-content: space-between;}
.hlMonitorPage .dynamicsBox .title h3{font-weight: 600;font-size: 16px;color: #0D1421;}
.hlMonitorPage .dynamicsBox .switchBtn{font-weight: 500;font-size: 14px;color: #0D1421;display: flex;align-items: center;cursor: pointer;}
.hlMonitorPage .dynamicsBox .switchBtn i{display: inline-block;width: 16px;height: 16px;background: url(../img/btn_xuan_01.png) no-repeat center;background-size: cover;margin-right: 2px;}
.hlMonitorPage .dynamicsBox .switchBtn.active i{background-image: url(../img/btn_xuan_02.png);}
.hlMonitorPage .dynamicsBox .table{margin-top: 20px;height: 470px;}
.hlMonitorPage .dynamicsBox .tableWrap{height: 100%;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.hlMonitorPage .dynamicsBox .table table{width: 100%;}
.hlMonitorPage .dynamicsBox .table table thead{position: sticky;top: 0;z-index: 1;}
.hlMonitorPage .dynamicsBox .table table tr{width: 100%;}
.hlMonitorPage .dynamicsBox .table table th,.hlMonitorPage .dynamicsBox .table table td{box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.hlMonitorPage .dynamicsBox .table table th{height: 35px;}
.hlMonitorPage .dynamicsBox .table table td{height: 50px;border-bottom: 1px solid #F8F9FB;}
.hlMonitorPage .dynamicsBox .table table td a.address{text-decoration: underline;}
.hlMonitorPage .dynamicsBox .table table .buy{background: linear-gradient( 90deg, rgba(22,199,132,0) 0%, rgba(22,199,132,0.5) 100%);}
.hlMonitorPage .dynamicsBox .table table .buy.highlight{background: #16C784;}
.hlMonitorPage .dynamicsBox .table table .sale{background: linear-gradient( 90deg, rgba(238,61,56,0) 0%, rgba(238,61,56,0.5) 100%);}
.hlMonitorPage .dynamicsBox .table table .sale.highlight{background: #EE3D38;}
.hlMonitorPage .dynamicsBox .table table .highlight td,.hlMonitorPage .dynamicsBox .table table .highlight td a{color: #fff;}
.hlMonitorPage .dynamicsBox .chartMap{margin-top: 20px;height: 470px;display: none;}
.hlMonitorPage .dynamicsBox .chartMap .chartFilter{display: flex;align-items: center;margin-top: 20px;}
.hlMonitorPage .dynamicsBox .chartMap .filterSelect{position: relative;display: flex;align-items: center;justify-content: space-between;width: 120px;height: 42px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;cursor: pointer;font-size: 14px;color: #0D1421;}
.hlMonitorPage .dynamicsBox .chartMap .filterSelect .currFilter{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.hlMonitorPage .dynamicsBox .chartMap .filterSelect i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.hlMonitorPage .dynamicsBox .chartMap .filterDropdown{position: absolute;top: 47px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 2;display: none;max-height: 200px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.hlMonitorPage .dynamicsBox .chartMap .dropdownItem{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;box-sizing: border-box;font-size: 14px;cursor: pointer;}
.hlMonitorPage .dynamicsBox .chartMap .dropdownItem:hover{background: #F5F5F6;}
.hlMonitorPage .dynamicsBox .chartMap .dropdownItem.active{background: #EFF2F5;}
.hlMonitorPage .dynamicsBox .chartMap .filterUpdate{display: flex;align-items: center;justify-content: center;width: 60px;height: 42px;background: #EFF2F5;border-radius: 10px;cursor: pointer;margin-left: 10px;}
.hlMonitorPage .dynamicsBox .chartMap .filterUpdate i{display: block;width: 20px;height: 20px;background: url(../img/ico_pop_reset01@2x.png) no-repeat center;background-size: cover;}
.hlMonitorPage .dynamicsBox .chartMapArea{height: 450px;}
/* 持仓人数多空比 */
.hlMonitorPage .longShort{display: flex;justify-content: space-between;margin-top: 60px;}
.hlMonitorPage .longShort h3{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
.hlMonitorPage .longShortChart{flex: 1;margin-right: 20px;}
.hlMonitorPage .longShortChart .chartList{display: flex;justify-content: space-between;margin-top: 20px;}
.hlMonitorPage .longShortChart .chartList li{flex: 1;display: flex;align-items: center;justify-content: center;flex-direction: column;height: 120px;margin-right: 10px;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;box-sizing: border-box;}
.hlMonitorPage .longShortChart .chartList li:last-child{margin-right: 0;}
.hlMonitorPage .longShortChart .chartList li .name{font-size: 16px;color: #0D1421;line-height: 14px;}
.hlMonitorPage .longShortChart .chartList li .num{font-weight: 500;font-size: 18px;color: #0D1421;line-height: 18px;margin-top: 15px;}
.hlMonitorPage .longShortChart .chartArea{width: 100%;height: 315px;margin-top: 20px;}
.hlMonitorPage .longShortRatio{flex: 1;}
.hlMonitorPage .longShortRatio .ratioList{width: 100%;height: 445px;margin-top: 20px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;padding-left: 6px;box-sizing: border-box;}
.hlMonitorPage .longShortRatio .ratioList li{display: flex;align-items: center;margin-bottom: 10px;}
.hlMonitorPage .longShortRatio .ratioList .name{width: 120px;font-size: 16px;color: #0D1421;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff{flex: 1;height: 50px;position: relative;display: flex;align-items: center;background: linear-gradient( 90deg, rgba(238,61,56,0.1) 0%, rgba(238,61,56,0.5) 100%);}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .longBar {height: 100%;background: linear-gradient( 270deg, rgba(22,199,132,0.1) 0%, rgba(22,199,132,0.5) 50%, rgba(22,199,132,1) 100%);}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .diffNum{position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: space-between;width: 100%;height: 100%;font-size: 14px;color: #0D1421;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .diffNum span{flex: 1;padding: 0 10%;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .diffNum .short{text-align: right;}
/* 表格 */
.hlMonitorPage .hlMonitorTable{margin-top: 60px;}
.hlMonitorPage .tableFilter{display: flex;align-items: flex-end;justify-content: space-between;}
.hlMonitorPage .tableFilter .filterList{display: flex;align-items: flex-end;}
.hlMonitorPage .tableFilter .filterList li{margin-right: 10px;}
.hlMonitorPage .tableFilter .filterList .name{font-size: 14px;color: #616E85;line-height: 14px;}
.hlMonitorPage .tableFilter .filterList .filterBox{position: relative;display: flex;align-items: center;justify-content: space-between;width: 90px;height: 42px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;margin-top: 12px;cursor: pointer;font-size: 14px;color: #0D1421;}
.hlMonitorPage .tableFilter .filterList .filterBox .currFilter{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.hlMonitorPage .tableFilter .filterList .filterBox i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.hlMonitorPage .tableFilter .filterList .filterDropdown{position: absolute;top: 47px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 2;display: none;max-height: 200px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.hlMonitorPage .tableFilter .filterList .dropdownItem{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;box-sizing: border-box;font-size: 14px;cursor: pointer;}
.hlMonitorPage .tableFilter .filterList .dropdownItem:hover{background: #F5F5F6;}
.hlMonitorPage .tableFilter .filterList .dropdownItem.active{background: #EFF2F5;}
.hlMonitorPage .tableFilter .filterList .symbol .filterBox{width: 120px;}
.hlMonitorPage .tableFilter .walletAnalyse{display: flex;align-items: center;justify-content: center;width: 152px;height: 38px;background: #3562FF;border-radius: 6px;font-weight: 500;font-size: 14px;color: #FFFFFF;}
.hlMonitorPage .hlMonitorTable .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.hlMonitorPage .hlMonitorTable .table{margin-top: 10px;}
.hlMonitorPage .hlMonitorTable .table table{width: 100%;}
.hlMonitorPage .hlMonitorTable .table table thead{position: sticky;top: 102px;z-index: 1;}
.hlMonitorPage .hlMonitorTable .table table tr{display: grid;width: 100%;grid-template-columns: 40px 1fr 1fr 0.5fr 1.2fr repeat(7,1fr);}
.hlMonitorPage .hlMonitorTable .table table th,.hlMonitorPage .hlMonitorTable .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.hlMonitorPage .hlMonitorTable .table table th:nth-child(n + 6),.hlMonitorPage .hlMonitorTable .table table td:nth-child(n + 6){justify-content: flex-end;}
.hlMonitorPage .hlMonitorTable .table table th{height: 50px;background: #F8F9FB;}
.hlMonitorPage .hlMonitorTable .table table td{height: 71px;border-bottom: 1px solid #F5F5F6;}
.hlMonitorPage .hlMonitorTable .table table th[data-filter] span {display: flex;align-items: center;cursor: pointer;}
.hlMonitorPage .hlMonitorTable .table table th .filter {display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 5px;}
.hlMonitorPage .hlMonitorTable .table table th[data-filter="desc"] .filter {background-image: url(../img/dex_ico_sort2@2x.png);}
.hlMonitorPage .hlMonitorTable .table table th[data-filter="asc"] .filter {background-image: url(../img/dex_ico_sort3@2x.png);}
.hlMonitorPage .hlMonitorTable .table table .up{color: #16C784;}
.hlMonitorPage .hlMonitorTable .table table .down{color: #EA3943;}
.hlMonitorPage .hlMonitorTable .table table .copy{display: flex;align-items: center;}
.hlMonitorPage .hlMonitorTable .table table .copy a{color: #0D1421;text-decoration: underline;}
.hlMonitorPage .hlMonitorTable .table table .copy i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;cursor: pointer;margin-left: 3px;}
.hlMonitorPage .hlMonitorTable .table table .position span{display: block;}
.hlMonitorPage .hlMonitorTable .table table .position .num{color: #616E85;}
.hlMonitorPage .hlMonitorTable .table table .profit span{display: block;text-align: right;}
.hlMonitorPage .hlMonitorTable .table table .openPrice span{display: block;text-align: right;}
.hlMonitorPage .hlMonitorTable .table table .openPrice .num{color: #616E85;}
@media screen and (max-width: 1400px) {
  .hlMonitorPage .hlMonitorTable .table table th, .hlMonitorPage .hlMonitorTable .table table td{padding: 0 5px;}
}
/* 鲸鱼实时监控 e */
/* 索拉纳etf s */
.solEtfPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.solEtfPage .mainShow .titleBox{display: flex;align-items: center;}
.solEtfPage .mainShow .title{font-size: 16px;color: #0D1421;font-weight: 500;margin-right: 10px;}
.solEtfPage .mainShow .btns{display: flex;align-items: center;}
.solEtfPage .mainShow .changeBtn{height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;margin-right: 10px;}
.solEtfPage .mainShow .changeBtn li{width: 62px;height: 100%;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;cursor: pointer;}
.solEtfPage .mainShow .changeBtn li:hover{color: #0D1421;}
.solEtfPage .mainShow .changeBtn li.active{background: #FFFFFF;color: #0D1421;}
.solEtfPage .mainShow .etfLink{width: 130px;height: 38px;background: #EAEFFF;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 14px;color: #3562FF;}
.solEtfPage .mainShow .updateTime{font-size: 12px;color: #616E85;line-height: 14px;}
/* 图表 */
.solEtfPage .solInflow {display: flex;justify-content: space-between;margin-top: 60px;}
.solEtfPage .solInflow .changeBtn{width: 130px;margin-top: 10px;}
.solEtfPage .solInflow .updateTime{margin-top: 10px;}
.solEtfPage .solInflow .dayInflow{flex: 1;margin-right: 20px;}
.solEtfPage .solInflow .dayInflowChart{width: 100%;height: 500px;}
.solEtfPage .solInflow .totalInflow{flex: 1;}
.solEtfPage .solInflow .totalInflowChart{width: 100%;height: 500px;}
/* 表格 */
.solEtfPage .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.solEtfPage .table{margin-top: 10px;}
.solEtfPage .table table{width: 100%;}
.solEtfPage .table table thead{position: sticky;top: 102px;z-index: 1;height: 60px;}
.solEtfPage .table table tr{display: grid;width: 100%;}
.solEtfPage .table table th,.solEtfPage .table table td{display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.solEtfPage .table table th{height: 60px;background: #F8F9FB;}
.solEtfPage .table table td{height: 60px;border-bottom: 1px solid #F5F5F6;}
.solEtfPage .table table th[data-filter] span {display: flex;align-items: center;cursor: pointer;}
.solEtfPage .table table th .filter {display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 5px;}
.solEtfPage .table table th[data-filter="desc"] .filter {background-image: url(../img/dex_ico_sort2@2x.png);}
.solEtfPage .table table th[data-filter="asc"] .filter {background-image: url(../img/dex_ico_sort3@2x.png);}
.solEtfPage .table table .up{color: #16C784;}
.solEtfPage .table table .down{color: #EA3943;}
/* 表格-流入流出 */
.solEtfPage .solFlow .table{display: none;}
.solEtfPage .solFlow .table.active{display: block;}
.solEtfPage .solFlow .table table tr{grid-template-columns: repeat(7,1fr);}
.solEtfPage .solFlow .table table tbody tr:first-child {background: rgba(22, 199, 132, .1);}
.solEtfPage .solFlow .table table th:nth-child(n+2):nth-child(-n+7),.solEtfPage .solFlow .table table td:nth-child(n+2):nth-child(-n+7){align-items: center;}
/* 表格-总览 */
.solEtfPage .solOverview{margin-top: 60px;margin-bottom: 40px;} 
.solEtfPage .solOverview .statistic{display: flex;align-items: center;font-size: 12px;color: #616E85;line-height: 14px;margin-top: 10px;}
.solEtfPage .solOverview .statistic li{margin-right: 20px;}
.solEtfPage .solOverview .statistic li:last-child{margin-right: 0;}
.solEtfPage .solOverview .changeBtn{width: 68px;margin-top: 10px;}
.solEtfPage .solOverview .table{margin-top: 20px;}
.solEtfPage .solOverview .table table thead{height: 50px;}
.solEtfPage .solOverview .table table tr{grid-template-columns: 40px 1fr 2fr repeat(10,1fr);}
.solEtfPage .solOverview .table table th:nth-child(n+4),.solEtfPage .solOverview .table table td:nth-child(n+4){align-items: flex-end;}
.solEtfPage .solOverview .table table th{height: 50px;}
.solEtfPage .solOverview .table table td{height: 70px;}
@media screen and (max-width: 1500px) {
  .solEtfPage .table table th,.solEtfPage .table table td{padding: 0 5px;} 
}
/* 索拉纳etf e */
/* 大额转账 s */
.whaleAlertPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.whaleAlertPage .titleBox h1{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
/* 列表 */
.whaleAlertPage .whaleAlertBox{margin-top: 30px;}
.whaleAlertPage .whaleAlertList{display: grid;grid-template-columns: repeat(2,1fr);gap: 0 20px;margin-bottom: 20px;}
.whaleAlertPage .whaleAlertList li{display: flex;align-items: center;justify-content: space-between;width: 100%;height: 120px;border-bottom: 1px solid #F5F5F6;padding: 0 20px;box-sizing: border-box;}
.whaleAlertPage .whaleAlertList li:nth-child(-n+2){border-top: 1px solid #F5F5F6;}
.whaleAlertPage .whaleAlertList li .infoBox{display: flex;align-items: center;flex: 1;position: relative;}
.whaleAlertPage .whaleAlertList li .infoBox.abnormalCoin::before{width: 30px;height: 30px;top: 50%;left: 0;transform: translateY(-50%) !important;font-size: 14px;}
.whaleAlertPage .whaleAlertList li .infoBox img{display: block;width: 30px;height: 30px;margin-right: 20px;}
.whaleAlertPage .whaleAlertList li .infoInner{flex: 1;}
.whaleAlertPage .whaleAlertList li .infoInner .title{font-size: 14px;color: #0D1421;line-height: 18px;}
.whaleAlertPage .whaleAlertList li .infoInner .content{font-size: 14px;color: #0D1421;line-height: 22px;margin-top: 5px;}
.whaleAlertPage .whaleAlertList li .infoInner .desc{font-size: 14px;color: #0D1421;line-height: 22px;}
.whaleAlertPage .whaleAlertList li .time{font-size: 14px;color: #0D1421;line-height: 18px;}
/* 大额转账 e */
/* 链上异动 s */
.coinFlowStatPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;display: flex;justify-content: space-between;}
/* 分类列表 */
.coinFlowStatPage .flowTableBox{flex: 1;margin-right: 20px;}
.coinFlowStatPage .flowTableBox .filterBox{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.coinFlowStatPage .flowTableBox .changeBtn{height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;}
.coinFlowStatPage .flowTableBox .changeBtn li{min-width: 62px;height: 100%;margin-right: 3px;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;cursor: pointer;padding: 0 15px;box-sizing: border-box;}
.coinFlowStatPage .flowTableBox .changeBtn li:last-child{margin-right: 0;}
.coinFlowStatPage .flowTableBox .changeBtn li:hover{color: #0D1421;}
.coinFlowStatPage .flowTableBox .changeBtn li.active{background: #FFFFFF;color: #0D1421;}
.coinFlowStatPage .flowTableBox .selectBox {position: relative;display: flex;align-items: center;justify-content: space-between;width: 80px;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;cursor: pointer;font-size: 12px;color: #0D1421;}
.coinFlowStatPage .flowTableBox .selectBox.hide{display: none;}
.coinFlowStatPage .flowTableBox .selectBox i {display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.coinFlowStatPage .flowTableBox .selectDropdown {position: absolute;top: 45px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 3;display: none;}
.coinFlowStatPage .flowTableBox .selectDropdown .item {width: 100%;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;font-size: 12px;cursor: pointer;}
.coinFlowStatPage .flowTableBox .selectDropdown .item:hover {background: #F5F5F6;}
.coinFlowStatPage .flowTableBox .selectDropdown .item.active {background: #EFF2F5;}
/* 统计 */
.coinFlowStatPage .statistic{flex: 1;}
.coinFlowStatPage .statistic .title{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 38px;}
.coinFlowStatPage .statisticChartArea{width: 100%;height: 530px;margin-top: 20px;}
.coinFlowStatPage .statisticHistory{margin-top: 60px;}
/* 表格 */
.coinFlowStatPage .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.coinFlowStatPage .table{margin-top: 20px;}
.coinFlowStatPage .table table{width: 100%;}
.coinFlowStatPage .table table thead{position: sticky;top: 102px;z-index: 2;height: 50px;}
.coinFlowStatPage .table table tr{display: grid;width: 100%;}
.coinFlowStatPage .table table th,.coinFlowStatPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.coinFlowStatPage .table table th{height: 50px;background: #F8F9FB;}
.coinFlowStatPage .table table td{height: 70px;border-bottom: 1px solid #F5F5F6;}
.coinFlowStatPage .table table .symbol{display: flex;align-items: center;position: relative;}
.coinFlowStatPage .table table .symbol img{display: block;width: 20px;height: 20px;border-radius: 50%;margin-right: 4px;}
/* 表格-类型 */
.coinFlowStatPage .flowTableBox .table{display: none;}
.coinFlowStatPage .flowTableBox .table.active{display: block;}
.coinFlowStatPage .flowTableBox .table table tr{grid-template-columns: 60px repeat(3,1fr);cursor: pointer;}
.coinFlowStatPage .flowTableBox .table.flowStat table th:first-child,.coinFlowStatPage .flowTableBox .table.flowStat table td:first-child{justify-content: center;}
.coinFlowStatPage .flowTableBox .table.flowStat table th:nth-child(n+3),.coinFlowStatPage .flowTableBox .table.flowStat table td:nth-child(n+3){justify-content: flex-end;text-align: right;}
.coinFlowStatPage .flowTableBox .table.allStat table tr{grid-template-columns: repeat(6,1fr);}
.coinFlowStatPage .flowTableBox .table.allStat table th:last-child,.coinFlowStatPage .flowTableBox .table.allStat table td:last-child{justify-content: flex-end;text-align: right;}
/* 表格-历史 */
.coinFlowStatPage .statisticHistory .table table tr{grid-template-columns: repeat(5,1fr);}
.coinFlowStatPage .statisticHistory .table table th:last-child,.coinFlowStatPage .statisticHistory .table table td:last-child{justify-content: flex-end;text-align: right;}
/* 链上异动 e */
/* 交易所比特币余额 s */
.bourseBalancePage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.bourseBalancePage .blockBox{margin-bottom: 60px;}
.bourseBalancePage .blockTitle{display: flex;align-items: center;justify-content: space-between;}
.bourseBalancePage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.bourseBalancePage .selectWrap{display: flex;align-items: center;}
.bourseBalancePage .selectBox {position: relative;display: flex;align-items: center;justify-content: space-between;min-width: 80px;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;cursor: pointer;font-size: 14px;color: #0D1421;margin-left: 20px;}
.bourseBalancePage .selectBox .currSelect{margin-right: 10px;}
.bourseBalancePage .selectSymbol{width: 120px;}
.bourseBalancePage .selectSymbol .currSelect{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.bourseBalancePage .selectBox i {display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.bourseBalancePage .selectDropdown {position: absolute;top: 45px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 3;display: none;max-height: 200px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.bourseBalancePage .selectBourse .selectDropdown{width: 120px;left: 50%;transform: translateX(-50%) !important;}
.bourseBalancePage .selectDropdown .item {width: 100%;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;font-size: 12px;cursor: pointer;}
.bourseBalancePage .selectDropdown .item:hover {background: #F5F5F6;}
.bourseBalancePage .selectDropdown .item.active {background: #EFF2F5;}
/* 图表 */
.bourseBalancePage .balanceChartArea{height: 550px;margin-top: 20px;}
.bourseBalancePage .flowChartArea{height: 550px;margin-top: 20px;}
/* 表格 */
.bourseBalancePage .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #F5F5F6;}
.bourseBalancePage .table{margin-top: 20px;}
.bourseBalancePage .table table{width: 100%;}
.bourseBalancePage .table table thead{position: sticky;top: 102px;z-index: 2;height: 50px;}
.bourseBalancePage .table table tr{display: grid;width: 100%;grid-template-columns: 60px repeat(5,1fr);}
.bourseBalancePage .table table th,.bourseBalancePage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.bourseBalancePage .table table th{height: 50px;background: #F8F9FB;}
.bourseBalancePage .table table td{height: 70px;border-bottom: 1px solid #F5F5F6;}
.bourseBalancePage .table table th:first-child,.bourseBalancePage .table table td:first-child{justify-content: center;}
.bourseBalancePage .table table th:nth-child(n+3),.bourseBalancePage .table table td:nth-child(n+3){justify-content: flex-end;}
.bourseBalancePage .table table .up{color: #16C784;}
.bourseBalancePage .table table .down{color: #EA3943;}
.bourseBalancePage .table table .symbol{display: flex;align-items: center;position: relative;}
.bourseBalancePage .table table .symbol img{display: block;width: 20px;height: 20px;margin-right: 5px;}
/* 交易所比特币余额 e */
/* 交易所资产透明度证明 s */
.transparencyPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.transparencyPage .titleBox{display: flex;align-items: center;}
.transparencyPage .titleBox h1{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
.transparencyPage .table{margin: 20px 0;}
.transparencyPage .table table{width: 100%;}
.transparencyPage .table table thead{position: sticky;top: 102px;z-index: 2;height: 50px;}
.transparencyPage .table table tr{display: grid;width: 100%;grid-template-columns: 60px repeat(7,1fr);}
.transparencyPage .table table th,.transparencyPage .table table td{display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.transparencyPage .table table th:nth-child(2),.transparencyPage .table table td:nth-child(2){justify-content: flex-start;}
.transparencyPage .table table th{height: 50px;background: #F8F9FB;}
.transparencyPage .table table td{height: 70px;border-bottom: 1px solid #F5F5F6;}
.transparencyPage .table table .up{color: #16C784;}
.transparencyPage .table table .down{color: #EA3943;}
.transparencyPage .table table .symbol{display: flex;align-items: center;position: relative;}
.transparencyPage .table table .symbol img{display: block;width: 20px;height: 20px;border-radius: 50%;margin-right: 4px;}
/* 交易所资产透明度证明 e */
/* 比特币回报率 s */
.btcRoePage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.btcRoePage .blockBox{margin-bottom: 60px;}
.btcRoePage .blockTitle{display: flex;align-items: center;}
.btcRoePage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
.btcRoePage .changeBtn{height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;}
.btcRoePage .changeBtn li{min-width: 62px;height: 100%;margin-right: 3px;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;cursor: pointer;padding: 0 15px;box-sizing: border-box;}
.btcRoePage .changeBtn li:last-child{margin-right: 0;}
.btcRoePage .changeBtn li:hover{color: #0D1421;}
.btcRoePage .changeBtn li.active{background: #FFFFFF;color: #0D1421;}
.btcRoePage .selectBox {position: relative;display: flex;align-items: center;justify-content: space-between;width: 80px;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;cursor: pointer;font-size: 12px;color: #0D1421;}
.btcRoePage .selectBox.hide{display: none;}
.btcRoePage .selectBox i {display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.btcRoePage .selectDropdown {position: absolute;top: 45px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 3;display: none;}
.btcRoePage .selectDropdown .item {width: 100%;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;font-size: 12px;cursor: pointer;}
.btcRoePage .selectDropdown .item:hover {background: #F5F5F6;}
.btcRoePage .selectDropdown .item.active {background: #EFF2F5;}
/* 季回报率 */
.btcRoePage .quarterBox{width: 100%;display: flex;justify-content: space-between;margin-bottom: 40px;}
.btcRoePage .quarterItem{flex: 1;padding: 30px 5px 20px 20px;background: rgba(248,249,251,0.5);border-radius: 12px;border: 2px solid #F5F5F6;box-sizing: border-box;}
.btcRoePage .quarterItem:first-child{margin-right: 20px;}
/* 周期回报率 */
.btcRoePage .dateRoeBox{width: 100%;padding: 30px 5px 20px 20px;background: rgba(248,249,251,0.5);border-radius: 12px;border: 2px solid #F5F5F6;box-sizing: border-box;}
.btcRoePage .dateRoeBox .filterBox{display: flex;align-items: center;margin-top: 20px;}
.btcRoePage .dateRoeBox .filterBox .selectBox{margin-right: 5px;}
/* 描述 */
.roeDesc{padding: 0 20px;box-sizing: border-box;}
.roeDesc p{font-size: 12px;color: #616E85;line-height: 30px;}
/* 图表 */
.btcRoePage .priceChartBox .blockTitle{justify-content: space-between;}
.btcRoePage .priceChartBox .priceChartArea{height: 550px;}
/* 表格 */
.btcRoePage .table{margin-top: 20px;}
.btcRoePage .table table{width: 100%;}
.btcRoePage .table table tr{display: grid;}
.btcRoePage .table table th,.btcRoePage .table table td{display: flex;align-items: center;justify-content: center;padding: 0 5px 5px 0;box-sizing: border-box;font-size: 14px;color: #0D1421;}
.btcRoePage .table table th{height: 40px;background: none;}
.btcRoePage .table table td span{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;width: 100%;height: 60px;color: #FFFFFF;}
.btcRoePage .table table .up{background: #16C784;}
.btcRoePage .table table .down{background: #EA3943;}
.btcRoePage .table table .calculate{background: #B0B6C2;}
.btcRoePage .table table td:nth-child(1), .btcRoePage .table table th:nth-child(1){position: sticky;background: #fbfcfd;left: 0;z-index: 1;}
/* 表格-季回报率 */
.btcRoePage .quarterBox .table table tr{grid-template-columns: 65px repeat(4,1fr);}
/* 表格-周期回报率 */
.btcRoePage .dateRoeBox .table {display: none;}
.btcRoePage .dateRoeBox .table.active{display: block;}
.btcRoePage .dateRoeBox .tableDay table{width: max-content;}
.btcRoePage .dateRoeBox .tableDay .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.btcRoePage .dateRoeBox .tableDay table th:nth-child(n+2){width: 100px;}
.btcRoePage .dateRoeBox .tableWeek table{width: max-content;}
.btcRoePage .dateRoeBox .tableWeek .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.btcRoePage .dateRoeBox .tableWeek table tr{grid-template-columns: 65px repeat(53,1fr);}
.btcRoePage .dateRoeBox .tableWeek table th:nth-child(n+2){width: 100px;}
.btcRoePage .dateRoeBox .tableMonth table tr{grid-template-columns: 65px repeat(12,1fr);}
.btcRoePage .dateRoeBox .tableQuarter table tr{grid-template-columns: 65px repeat(4,1fr);}
/* 比特币回报率 e */
/* 稳定币 s */
.stablecoinPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.stablecoinPage .blockBox{margin-bottom: 60px;}
.stablecoinPage .blockTitle{display: flex;align-items: center;justify-content: space-between;}
.stablecoinPage .blockTitle h3{font-weight: 500;font-size: 16px;color: #0D1421;}
.stablecoinValueChart{width: 100%;height: 550px;margin-top: 20px;}
.stablecoinTotalChart{width: 100%;height: 550px;margin-top: 20px;}
/* 稳定币 e */
/* 合约计算器 s */
.calculatorPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
/* title */
.calculatorPage .titleBox h1{font-size: 26px;color: #0D1421;line-height: 24px;text-align: center;}
.calculatorPage .titleBox p{font-size: 14px;color: #616E85;line-height: 14px;margin-top: 12px;text-align: center;}
/* 选项 */
.calculatorPage .filterBox{display: flex;margin-top: 20px;}
.calculatorPage .filterItem{width: 33.33%;}
.calculatorPage .changeBtn{width: max-content;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;margin-right: 10px;}
.calculatorPage .changeBtn li{min-width: 62px;height: 100%;border-radius: 6px;padding: 0 14px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;cursor: pointer;}
.calculatorPage .changeBtn li:hover{color: #0D1421;}
.calculatorPage .changeBtn li.active{background: #FFFFFF;color: #0D1421;}
.calculatorPage .changeRes{margin-top: 10px;}
.calculatorPage .changeCoin{margin: 0 auto;}
/* 计算 */
.calculatorPage .calculatorBox{display: flex;justify-content: space-between;margin: 20px 0 60px;}
.calculatorPage .calculatorBox>div{box-sizing: border-box;background: #F8F9FB;border-radius: 12px;border: 2px solid #F5F5F6;}
/* 计算-输入 */
.calculatorPage .calculator{width: 42%;padding: 15px;margin-right: 20px;}
.calculatorPage .calculator .btns{display: flex;align-items: center;justify-content: space-between;}
.calculatorPage .calculator .btns button{flex: 1;height: 48px;background: #B0B6C2;border-radius: 8px;border: none;font-size: 12px;color: #FFFFFF;cursor: pointer;}
.calculatorPage .calculator .btns button.long{margin-right: 10px;}
.calculatorPage .calculator .btns button.long.active{background: #16C784;}
.calculatorPage .calculator .btns button.short.active{background: #EA3943;}
.calculatorPage .calculator ul li{width: 100%;height: 48px;background: #EFF2F5;border-radius: 8px;border: 2px solid #E7EAEE;padding: 0 15px;box-sizing: border-box;align-items: center;justify-content: space-between;margin-top: 20px;display: none;}
.calculatorPage .calculator ul li:first-child{margin-top: 43px;}
.calculatorPage .calculator ul li.active{display: flex;}
.calculatorPage .calculator ul li.focus{border-color: #3562FF;}
.calculatorPage .calculator ul li .name{font-size: 14px;color: #616E85;white-space: nowrap;}
.calculatorPage .calculator ul li input{flex: 1;width: 100%;height: 100%;border: none;background: none;font-size: 14px;color: #0D1421;text-align: right;padding: 0 10px;box-sizing: border-box;}
.calculatorPage .calculator ul li .type{font-size: 14px;color: #616E85;text-align: center;width: 42px;}
/* 计算-输入-滑块 */
.calculatorPage .levelSliderBox{width: 100%;height: 80px;margin-top: 30px;padding-top: 45px;box-sizing: border-box;}
.calculatorPage .levelSlider-track {position: relative;height: 10px;background: rgba(176, 182, 194, .6);border-radius: 8px;}
.calculatorPage .levelSlider-progress {position: absolute;height: 100%;background: #3562FF;border-radius: 8px;width: 40%;}
.calculatorPage .levelSlider-thumb {position: absolute;width: 24px;height: 24px;background: #FFFFFF;border-radius: 50%;top: 50%;transform: translate(-50%, -50%);cursor: pointer;border: 3px solid #3562FF;z-index: 2;transition: transform 0.2s, box-shadow 0.2s;box-sizing: border-box;}
.calculatorPage .levelSlider-current {position: absolute;width: 40px;height: 30px;background: #3562FF;border-radius: 10px;top: -40px;left: 50%;transform: translate(-50%);display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 14px;color: #FFFFFF;}
.calculatorPage .levelSlider-current::after{content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);border-width: 5px;border-style: solid;border-color: #3562FF transparent transparent transparent;}
.calculatorPage .levelSlider-marks {position: relative;width: 100%;height: 25px;}
.calculatorPage .levelSlider-mark {position: absolute;width: 6px;height: 6px;top: -8px;transform: translateX(-50%);}
.calculatorPage .levelSlider-mark.major {background: #FFFFFF;border-radius: 3px;}
.calculatorPage .levelSlider-mark-label {position: absolute;bottom: 0;transform: translateX(-50%);font-size: 12px;color: #0D1421;line-height: 14px;}
/* 计算-结果 */
.calculatorPage .calculatorBox .result{width: 42%;padding: 30px;margin-right: 20px;}
.calculatorPage .calculatorBox .result .title{font-weight: 600;font-size: 16px;color: #0D1421;line-height: 16px;}
.calculatorPage .calculatorBox .result ul li{display: none;align-items: center;justify-content: space-between;margin-top: 35px;font-size: 14px;color: #0D1421;line-height: 14px;}
.calculatorPage .calculatorBox .result ul li:first-child{margin-top: 15px;}
.calculatorPage .calculatorBox .result ul li.active{display: flex;}
.calculatorPage .calculatorBox .result ul li .up{color: #16C784;}
.calculatorPage .calculatorBox .result ul li .down{color: #EA3943;}
/* 计算-热门交易所 */
.calculatorPage .hotBourse{width: 16%;padding: 30px;}
.calculatorPage .hotBourse .title{font-size: 14px;color: #0D1421;line-height: 14px;}
.calculatorPage .hotBourse ul li{margin-top: 30px;}
.calculatorPage .hotBourse ul li .symbol{display: flex;align-items: center;font-size: 14px;color: #0D1421;}
.calculatorPage .hotBourse ul li .symbol img{display: block;width: 20px;height: 20px;margin-right: 5px;}
/* 合约计算器 e */
/* 期权分析 s */
.optionsFuturesPage .headerBlock,
.optionsOpenInterestPage .headerBlock,
.optionsOlExpiryPage .headerBlock,
.optionsOlStrikePage .headerBlock,
.optionsVolExpiryPage .headerBlock,
.optionsVolStrikePage .headerBlock,
.optionsGreeksPage .headerBlock,
.optionsMaxPainPage .headerBlock{height: 100px;}
.optionsMain{width: 100%;display: flex;}
/* 左侧导航 */
.optionsNav {width: 220px;height: 100%;background: #fff;padding: 20px;box-sizing: border-box;position: sticky;top: 100px;left: 0;flex: none;} 
.optionsNav-title{display: flex;align-items: center;width: 100%;height: 48px;padding-left: 10px;box-sizing: border-box;margin-bottom: 10px;} 
.optionsNav-title i{display: inline-block;width: 20px;height: 20px;background: url(../img/dex_ico@2x.png) no-repeat center;background-size: cover;margin-right: 8px;}
.optionsNav-title h3{font-weight: 600;font-size: 18px;color: #0D1421;}
/* 左侧导航-list */
.optionsNav-list li{width: 100%;height: 48px;margin-bottom: 10px;}
.optionsNav-list li a{display: block;width: 100%;height: 100%;display: flex;align-items: center;padding-left: 10px;border-radius: 10px;box-sizing: border-box;transition: .2s;}
.optionsNav-list li a:hover,.optionsNav-list li a.active{background: #F8F9FB;}
.optionsNav-list li h4{font-weight: 500;font-size: 14px;color: #616E85;}
.optionsNav-list li a:hover h4,.optionsNav-list li a.active h4{color: #0D1421;}
.optionsNav-list li .markNew{display: inline-block;width: 40px;height: 20px;background: #3562FF;border-radius: 12px;font-size: 12px;color: #F5F9FF;line-height: 20px;text-align: center;margin-left: 8px;}
/* 主要内容 */
.optionsWrap{flex: 1;width: 100%;padding: 35px 20px 30px 29px;box-sizing: border-box;border-left: 1px solid #F5F5F6;overflow: hidden;position: relative;}
.optionsWrap .optionsTitle{display: flex;align-items: center;justify-content: space-between;}
.optionsWrap .optionsName{font-weight: 600;font-size: 20px;color: #0D1421;line-height: 18px;padding-left: 10px;box-sizing: border-box;}
.optionsWrap .optionsMobleNav{display: none;}
.options-tooltip{z-index: 1 !important;}
/* 主要内容-筛选 */
.optionsMain .filterBox{display: flex;align-items: center;}
.optionsMain .changeBtn{height: 38px;background: #EFF2F5;border-radius: 10px;padding: 3px;box-sizing: border-box;display: flex;align-items: center;}
.optionsMain .changeBtn li{min-width: 62px;height: 100%;margin-right: 3px;border-radius: 6px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #616E85;cursor: pointer;padding: 0 15px;box-sizing: border-box;}
.optionsMain .changeBtn li:last-child{margin-right: 0;}
.optionsMain .changeBtn li:hover{color: #0D1421;}
.optionsMain .changeBtn li.active{background: #FFFFFF;color: #0D1421;}
.optionsMain .selectBox {position: relative;display: flex;align-items: center;justify-content: space-between;width: 90px;height: 38px;background: #EFF2F5;border-radius: 10px;padding: 0 15px;box-sizing: border-box;cursor: pointer;font-size: 12px;color: #0D1421;margin-left: 10px;}
.optionsMain .selectBox i {display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) no-repeat center;background-size: cover;}
.optionsMain .selectDropdown {position: absolute;top: 45px;left: 0;width: 100%;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 3;display: none;}
.optionsMain .selectDropdown .item {width: 100%;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;font-size: 12px;cursor: pointer;}
.optionsMain .selectDropdown .item:hover {background: #F5F5F6;}
.optionsMain .selectDropdown .item.active {background: #EFF2F5;}
.optionsMain .selectNum .selectDropdown {max-height: 300px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
/* 期权/合约持仓比 s */
.optionsFuturesChart{width: 100%;height: 650px;margin-top: 30px;}
.optionsFuturesIntro{width: 100%;margin-top: 50px;}
.optionsFuturesIntro .introItem{margin-bottom: 30px;}
.optionsFuturesIntro .introItem p{font-size: 16px;color: #0D1421;line-height: 36px;text-align: justify;}
.optionsFuturesIntro .introItem .fontBold{font-weight: bold;}
.optionsFuturesIntro .introItem .colorLight{color: #616E85;}
/* 期权/合约持仓比 e */
/* 期权持仓量 s */
.openInterestBox{width: 100%;margin-top: 30px;}
.openInterestChart{width: 100%;height: 550px;}
.openInterestChart .openInterest-tooltip .tooltip-img{display: inline-block;width: 16px;height: 16px;margin-right: 3px;position: relative;}
.openInterestChart .openInterest-tooltip .tooltip-img.Binance{background: url('//img.baiyi.com/exchanges/Binance.png') no-repeat center;background-size: contain;}
.openInterestChart .openInterest-tooltip .tooltip-img.Bybit{background: url('//img.baiyi.com/exchanges/Bybit.png') no-repeat center;background-size: contain;}
.openInterestChart .openInterest-tooltip .tooltip-img.Deribit{background: url('//img.baiyi.com/exchanges/Deribit.png') no-repeat center;background-size: contain;}
.openInterestChart .openInterest-tooltip .tooltip-img.OKX{background: url('//img.baiyi.com/exchanges/OKX.png') no-repeat center;background-size: contain;}
.openInterestChart .openInterest-tooltip .tooltip-img.CME::before{content: 'C';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background: #eff2f5;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #0D1421;z-index: 1;}
/* 期权持仓量 e */
/* 期权持仓(行权日期) s */
.olExpiryBox{width: 100%;margin-top: 30px;}
.olExpiryChart{width: 100%;height: 550px;}
/* 期权持仓(行权日期) e */
/* 期权持仓(行权价) s */
.olStrikeBox{width: 100%;margin-top: 30px;}
.olStrikeChart{width: 100%;height: 550px;}
.olStrike-statistic{margin: 30px 0;}
.olStrike-statistic ul{display: flex;align-items: center;}
.olStrike-statistic ul li{display: flex;flex-direction: column;width: 9.7%;box-sizing: border-box;}
.olStrike-statistic ul li:last-child{width: 12.7%;}
.olStrike-statistic ul li:nth-child(3n){border-right: 1px solid rgba(176, 182, 194, .3);}
.olStrike-statistic ul li .name{width: 100%;height: 50px;background: #F8F9FB;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #0D1421;}
.olStrike-statistic ul li .num{width: 100%;height: 60px;border-bottom: 1px solid rgba(176, 182, 194, .3);display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 14px;color: #0D1421;position: relative;}
.olStrike-statistic .hasHover{position: relative;}
.olStrike-statistic ul li .num .hoverDrop{position: absolute;top: 40px;left: 50%;transform: translateX(-50%);height: 30px;display: flex;align-items: center;background: #EFF2F5;border-radius: 8px;padding: 0 10px;font-size: 14px;color: #0D1421;z-index: 1;opacity: 0;visibility: hidden;transition: .2s;}
.olStrike-statistic ul li .num:hover .hoverDrop{opacity: 1;visibility: visible;}
@media screen and (max-width: 1280px){
  .olStrike-statistic ul{flex-direction: column;border-top: 1px solid rgba(176, 182, 194, .3);border-bottom: 1px solid rgba(176, 182, 194, .3);}
  .olStrike-statistic ul li{width: 100% !important;height: 60px;flex-direction: row;}
  .olStrike-statistic ul li:nth-child(3n){border-right: none;border-bottom: 1px solid rgba(176, 182, 194, .3);}
  .olStrike-statistic ul li .name{width: auto;flex: 1;height: 100%;justify-content: flex-start;background: none;}
  .olStrike-statistic ul li .num{width: auto;height: 100%;justify-content: flex-end;border: none;}
  .olStrike-statistic ul li .num .hoverDrop{left: auto;right: 0;transform: none;}
}
/* 期权持仓(行权价) e */
/* 成交量(行权日期) s */
.volExpiryBox{width: 100%;margin-top: 30px;}
.volExpiryChart{width: 100%;height: 550px;}
/* 成交量(行权日期) e */
/* 成交量(行权价) s */
.volStrikeBox{width: 100%;margin-top: 30px;}
.volStrikeChart{width: 100%;height: 550px;}
.volStrike-statistic{display: flex;align-items: center;margin: 30px 0;}
.volStrike-statistic .statItem{flex: 1;}
.volStrike-statistic .statItem .name{width: 100%;height: 50px;background: #F8F9FB;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #0D1421;}
.volStrike-statistic .statItem .num{width: 100%;height: 60px;border-bottom: 1px solid rgba(176, 182, 194, .3);display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 14px;color: #0D1421;}
/* 成交量(行权价) e */
/* 期权希腊字母表 s */
.optionsGreeksPage .greeksBox{width: 100%;margin-top: 30px;display: flex;flex-wrap: wrap;}
.optionsGreeksPage .greeksBox .greeksChart{width: 50%;height: 450px;margin-bottom: 30px;}
@media screen and (max-width: 1390px){
  .optionsGreeksPage .greeksBox .greeksChart{width: 100%;}
}
/* 期权希腊字母表 e */
/* 最大痛点 s */
.optionsMaxPainPage .maxPainBox{width: 100%;margin-top: 30px;}
.optionsMaxPainPage .maxPainChart{width: 100%;height: 550px;}
.optionsMaxPainPage .maxPainIntro{margin-top: 30px;}
.optionsMaxPainPage .maxPainIntro .introItem{margin-bottom: 30px;}
.optionsMaxPainPage .maxPainIntro .introItem p{font-size: 16px;color: #0D1421;line-height: 36px;text-align: justify;}
.optionsMaxPainPage .maxPainIntro .introItem .fontBold{font-weight: bold;}
/* 最大痛点 e */
/* 期权分析 e */
/* 比特币专区 s */
.currencySectionPage .mainShow{width: 100%;padding: 0 20px 50px;box-sizing: border-box;min-width: 1280px;}
.currencySectionPage .moduleTop{display: flex;align-items: center;justify-content: space-between;}
.currencySectionPage .up{color: #3FC986;}
.currencySectionPage .down{color: #F23F58;}
/* 标题 */
.currencySectionPage .moduleTitle{position: relative;font-weight: bold;font-size: 20px;color: #333333;line-height: 36px;padding-left: 10px;box-sizing: border-box;}
.currencySectionPage .moduleTitle::before{content: "";position: absolute;top: 50%;left: 0px;transform: translateY(-50%);width: 4px;height: 20px;background: #325FFD;}
.currencySectionPage .moduleTitle span{margin-right: 15px;}
/* 筛选 */
.currencySectionPage .moduleFilter{display: flex;align-items: center;}
.currencySectionPage .filterItem{display: flex;align-items: center;}
.currencySectionPage .filterItem .name{font-size: 14px;color: #333333;margin-right: 10px;}
.currencySectionPage .filterTab{width: 100%;height: 32px;background: #F7F7F7;border-radius: 6px;display: flex;align-items: center;}
.currencySectionPage .filterTab li{flex: 1;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #999999;cursor: pointer;border-radius: 6px;}
.currencySectionPage .filterTab li:hover{color: #333333;}
.currencySectionPage .filterTab li.active{background: #325FFD;color: #FFFFFF;}
.currencySectionPage .filterTab li.active:hover{color: #FFFFFF;}
.currencySectionPage .filterCheckbox{display: flex;align-items: center;font-size: 14px;color: #333333;cursor: pointer;}
.currencySectionPage .filterCheckbox i{display: inline-block;width: 16px;height: 16px;background: url(../img/btn_xuan_01.png) no-repeat center;background-size: cover;margin-right: 2px;}
.currencySectionPage .filterCheckbox.active i{background-image: url(../img/btn_xuan_02.png);}
.currencySectionPage .filterSelect{position: relative;width: 80px;height: 32px;background: #F8F9FB;border-radius: 4px;cursor: pointer;}
.currencySectionPage .filterSelect .selectBox{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 10px;box-sizing: border-box;border-radius: 4px;}
.currencySectionPage .filterSelect .selectBox span{font-weight: bold;}
.currencySectionPage .filterSelect .selectBox i{display: inline-block;width: 7px;height: 12px;background: url(../img/ico_checkbox03.png) center / 100% no-repeat;}
.currencySectionPage .filterSelect .selectOption{position: absolute;top: 35px;left: 0;width: 100%;background: #fff;box-shadow: 0 4px 6px 0 rgba(164, 164, 165, .2);border-radius: 10px;padding: 10px 0;box-sizing: border-box;overflow: hidden;overflow-y: auto;max-height: 240px;scrollbar-width: thin;z-index: 3;display: none;}
.currencySectionPage .filterSelect .selectOption::-webkit-scrollbar{width: 4px;}
.currencySectionPage .filterSelect .selectOption::-webkit-scrollbar-thumb{width: 4px;background: #eff2f5;}
.currencySectionPage .filterSelect .selectOption ul li{width: 100%;height: 42px;padding: 0 10px;box-sizing: border-box;font-size: 14px;color: #333333;line-height: 42px;text-align: left;cursor: pointer;}
.currencySectionPage .filterSelect .selectOption ul li.active{background: #f8f9fb;}
/* 头条看点 */
.currencySectionPage .headlineBox{margin-top: 12px;}
.currencySectionPage .headlineBox ul{display: flex;align-items: center;justify-content: space-between;width: 100%;position: relative;}
.currencySectionPage .headlineBox ul li{position: relative;flex: 1;margin-right: 20px;}
.currencySectionPage .headlineBox ul li:last-child{margin-right: 0;}
.currencySectionPage .headlineBox ul li .headlineLink{display: block;width: 100%;height: 136px;background: #F5F7FC;border-radius: 10px;padding: 20px 23px;box-sizing: border-box;position: relative;transition: none;}
.currencySectionPage .headlineBox ul li .headlineLink::before{content: "";position: absolute;bottom: -16px;left: 50%;transform: translateX(-50%);border-width: 9px;border-style: solid;border-color: #325FFD transparent transparent transparent;display: none;}
.currencySectionPage .headlineBox ul li .headlineLink h4{font-weight: bold;font-size: 20px;color: #333333;line-height: 30px;max-height: 60px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.currencySectionPage .headlineBox ul li .headlineLink .desc{font-size: 14px;color: #999999;line-height: 24px;margin-top: 8px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.currencySectionPage .headlineBox ul li .headlineLink .desc.multiLine{line-clamp: 2;-webkit-line-clamp: 2;}
.currencySectionPage .headlineBox ul li .line{width: calc(100% + 20px);height: 1px;background: #EEEEEE;margin-top: 25px;}
.currencySectionPage .headlineBox ul li:last-child .line{width: 100%;}
.currencySectionPage .headlineBox ul li .time{font-weight: 400;font-size: 14px;color: #999999;line-height: 14px;margin-top: 20px;position: relative;text-align: center;}
.currencySectionPage .headlineBox ul li .time::before{content: "";position: absolute;top: -26px;left: 50%;transform: translateX(-50%);width: 12px;height: 12px;background: #EEEEEE;border-radius: 50%;z-index: 1;}
.currencySectionPage .headlineBox ul li .mark{position: absolute;top: 0;left: 0;width: 36px;height: 26px;font-weight: bold;font-size: 14px;color: #FFFFFF;line-height: 22px;text-align: center;}
.currencySectionPage .headlineBox ul li .mark.bullish{background: url(../img/section_mark_bullish.png) no-repeat center;background-size: cover;}
.currencySectionPage .headlineBox ul li .mark.bearish{background: url(../img/section_mark_bearish.png) no-repeat center;background-size: cover;}
.currencySectionPage .headlineBox ul li.active .headlineLink{background: #325FFD;}
.currencySectionPage .headlineBox ul li.active .headlineLink::before{display: block;}
.currencySectionPage .headlineBox ul li.active .headlineLink h4{color: #FFFFFF;}
.currencySectionPage .headlineBox ul li.active .headlineLink .desc{color: #FFFFFF;}
.currencySectionPage .headlineBox ul li.active .time{color: #325FFD;}
.currencySectionPage .headlineBox ul li.active .time::before{background: #325FFD;}
/* 资讯、数据 */
.currencySectionPage .marketModule{width: 100%;display: flex;justify-content: space-between;margin-top: 36px;}
.currencySectionPage .marketModule .left{flex: 1;margin-right: 20px;}
.currencySectionPage .marketModule .center{width: 500px;margin-right: 20px;}
.currencySectionPage .marketModule .right{width: 453px;}
/* 市场情绪 */
.currencySectionPage .marketTrend{width: 100%;height: 80px;background: #F8F9FB;border-radius: 12px;display: flex;justify-content: center;flex-direction: column;padding: 0 10px;box-sizing: border-box;}
.currencySectionPage .marketTrend .infoTitle{display: flex;align-items: center;font-weight: bold;font-size: 16px;color: #333333;line-height: 24px;}
.currencySectionPage .marketTrend .infoTitle i{display: inline-block;width: 27px;height: 20px;background: url('../img/section_trend.png') no-repeat center;background-size: cover;margin-right: 6px;}
.currencySectionPage .marketTrend .trendRatio{display: flex;align-items: center;margin-top: 10px;}
.currencySectionPage .marketTrend .trendRatio .ratioBox{display: flex;align-items: center;font-weight: bold;font-size: 14px;line-height: 16px;box-sizing: border-box;cursor: pointer;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.up{color: #3FC986;padding-right: 10px;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.down{color: #F23F58;padding-left: 10px;}
.currencySectionPage .marketTrend .trendRatio .ratioBox i{display: inline-block;width: 17px;height: 8px;margin-right: 6px;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.up i{background: url('../img/section_up.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.down i{background: url('../img/section_down.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketTrend .trendRatio .ratioBar{flex: 1;height: 16px;border-radius: 10px;position: relative;display: flex;align-items: center;cursor: pointer;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .upBar{height: 100%;position: relative;background: linear-gradient(90deg, #07E0A6 0%, #3FC986 100%);border-radius: 10px 0px 0px 10px;transition: .2s;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .downBar{height: 100%;position: relative;background: linear-gradient(90deg, #FD5F12 0%, #F23F58 100%);border-radius: 0px 10px 10px 0px;transition: .2s;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .hoverUp{transform: scaleY(1.15);transform-origin: bottom left;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .hoverDown{transform: scaleY(1.15);transform-origin: bottom right;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .ratioCoin{content: "";position: absolute;top: 50%;transform: translateY(-50%);width: 26px;height: 26px;z-index: 1;margin-left: -13px;border-radius: 50%;border: 2px solid rgba(245, 247, 252, 0.75);overflow: hidden;box-sizing: border-box;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .ratioCoin img{width: 100%;height: 100%;}
/* 资讯 */
.currencySectionPage .marketNews{margin: 15px 20px 0 0;}
.currencySectionPage .marketNews .newsBox{margin-top: 12px;}
.currencySectionPage .marketNews .newsBox.bearish{margin-top: 24px;}
.currencySectionPage .marketNews .newsType{width: 100%;height: 32px;position: relative;}
.currencySectionPage .marketNews .newsType::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(90deg, #07E0A6 0%, #3FC986 100%);border-radius: 1px;opacity: 0.5;}
.currencySectionPage .marketNews .newsType span{display: flex;align-items: center;width: 66px;height: 32px;background: linear-gradient(90deg, #07E0A6 0%, #3FC986 100%);border-radius: 6px 18px 0px 0px;clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);padding-left: 10px;box-sizing: border-box;font-weight: bold;font-size: 18px;color: #FFFFFF;}
.currencySectionPage .marketNews .bearish .newsType::after{background: linear-gradient(90deg, #FD5F12 0%, #F23F58 100%);}
.currencySectionPage .marketNews .bearish .newsType span{background: linear-gradient(90deg, #FD5F12 0%, #F23F58 100%);}
.currencySectionPage .marketNews .newsType .newsMore{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 14px;color: #333333;}
.currencySectionPage .marketNews .newsType .newsMore:hover{color: #325FFD;}
.currencySectionPage .marketNews .newsList{margin-top: 20px;}
.currencySectionPage .marketNews .newsList li{width: 100%;display: flex;align-items: center;}
.currencySectionPage .marketNews .newsTime{position: relative;width: 100px;font-size: 14px;color: #333333;box-sizing: border-box;text-align: center;padding-right: 10px;margin-top: -30px;}
.currencySectionPage .marketNews .newsTime::after{content: "";position: absolute;top: 50%;right: -4px;width: 7px;height: 7px;background: #325FFD;border-radius: 50%;}
.currencySectionPage .marketNews .newsInfo{flex: 1;padding-left: 27px;box-sizing: border-box;border-left: 1px solid #E6E6E6;padding-bottom: 30px;}
.currencySectionPage .marketNews .newsTitle{font-weight: bold;font-size: 16px;color: #333333;line-height: 16px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.currencySectionPage .marketNews .newsDesc{font-size: 14px;color: #999999;line-height: 15px;margin-top: 15px;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 1;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.currencySectionPage .marketNews .newsList li:last-child .newsTime{margin-top: 0;}
.currencySectionPage .marketNews .newsList li:last-child .newsInfo{padding-bottom: 0;}
/* 大v快讯 */
.currencySectionPage .marketSocial{width: 100%;}
.currencySectionPage .marketSocial .filterTab{margin: 12px 0 0;}
.currencySectionPage .marketSocial .filterTab li i{margin-right: 4px;}
.currencySectionPage .marketSocial .filterTab li .riseIcon{display: inline-block;width: 14px;height: 13px;background: url('../img/section_rise1.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketSocial .filterTab li .fallIcon{display: inline-block;width: 14px;height: 13px;background: url('../img/section_fall1.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketSocial .filterTab li .hotIcon{display: inline-block;width: 12px;height: 14px;background: url('../img/section_hot1.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketSocial .filterTab li .newIcon{display: inline-block;width: 14px;height: 14px;background: url('../img/section_new1.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketSocial .filterTab li.active .riseIcon{background-image: url('../img/section_rise2.png');}
.currencySectionPage .marketSocial .filterTab li.active .fallIcon{background-image: url('../img/section_fall2.png');}
.currencySectionPage .marketSocial .filterTab li.active .hotIcon{background-image: url('../img/section_hot2.png');}
.currencySectionPage .marketSocial .filterTab li.active .newIcon{background-image: url('../img/section_new2.png');}
.currencySectionPage .marketSocial .dynamicInfo-scroll{width: 100%;max-height: 720px;overflow: hidden;overflow-y: auto;scrollbar-width: 0;margin-top: 15px;}
.currencySectionPage .marketSocial .dynamicInfo-scroll::-webkit-scrollbar{display: none;}
.currencySectionPage .marketSocial .dynamicInfo-list .dynamicInfo-item{margin-top: 0;}
.currencySectionPage .marketSocial .dynamicInfo-item .authorBox h5{color: #333333;}
.currencySectionPage .marketSocial .dynamicInfo-item .authorBox .authorBox-extend{color: #C7CCD3;}
.currencySectionPage .marketSocial .dynamicInfo-item .detailText-content{color: #333333;}
.currencySectionPage .marketSocial .followBtn{background: #325FFD;border-color: #325FFD;}
.currencySectionPage .marketSocial .dynamicInfo-item .detailText-content a{color: #325FFD;}
.currencySectionPage .marketSocial .dynamicInfo-item .forwardBox-extend{color: #C7CCD3;}
.currencySectionPage .marketSocial .dynamicInfo-item .forwardBox-content{color: #333333;}
.currencySectionPage .marketSocial .dynamicInfo-item .evaluate-opt .emojiBox-float{right: 5px;}
.currencySectionPage .socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float::before{right: 45px;}
.currencySectionPage .marketSocial .dynamicInfo-item .evaluate-opt .emojiBox-float::after{right: 30px;}
.currencySectionPage .marketSocial .dynamicInfo-empty{display: flex;align-items: center;justify-content: center;font-size: 16px;color: #616E85;}
.currencySectionPage .socialBox .dynamicInfo-item .authorBox h5{font-weight: bold;}
/* 币种数据 */
.currencySectionPage .marketCoin .coinTitle{width: 100%;height: 48px;background: rgba(248, 249, 251, .94);border-radius: 10px;display: flex;align-items: center;position: relative;} 
.currencySectionPage .marketCoin .coinTitle::after{content: "";position: absolute;top: 50%;right:15px;transform: translateY(-50%);width: 16px;height: 15px;background: url('../img/ysp_ico_news@2x.png') no-repeat center;background-size: cover;}
.currencySectionPage .marketCoin .coinTitle img{display: block;width: 34px;height: 34px;margin: 0 10px 0 15px;}
.currencySectionPage .marketCoin .coinTitle h4{font-weight: bold;font-size: 20px;color: #333333;line-height: 20px;}
.currencySectionPage .marketCoin .coinPrice .priceInfo{display: flex;align-items: flex-end;justify-content: space-between;margin-top: 20px;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .price{font-weight: bold;font-size: 48px;color: #333333;line-height: 48px;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .time{display: flex;align-items: center;font-size: 14px;color: #3FC986;line-height: 20px;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .time i{display: inline-block;width: 18px;height: 18px;background: url('../img/section_cointime.png') no-repeat center;background-size: cover;margin-right: 5px;}
.currencySectionPage .marketCoin .coinPrice .numChange{margin-top: 15px;}
.currencySectionPage .marketCoin .coinPrice .ratio{font-weight: bold;font-size: 14px;line-height: 20px;}
.currencySectionPage .marketCoin .coinPrice .ratio.up{color: #3FC986;}
.currencySectionPage .marketCoin .coinPrice .ratio.down{color: #F23F58;}
.currencySectionPage .marketCoin .coinEchart{width: 100%;height: 260px;margin-top: 15px;} 
.currencySectionPage .marketCoin .coinData{width: 100%;margin-top: 20px;}
.currencySectionPage .marketCoin .coinData li{width: 100%;height: 46px;border-radius: 6px;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;box-sizing: border-box;border-top: 1px solid #EEEEEE;}
.currencySectionPage .marketCoin .coinData li:last-child{border-bottom: 1px solid #EEEEEE;}
.currencySectionPage .marketCoin .coinData li .name{font-size: 14px;color: #666666;}
.currencySectionPage .marketCoin .coinData li .num{font-weight: bold;font-size: 14px;color: #333333;}
/* 现货流入流出 */
.currencySectionPage .flowModule{width: 100%;display: flex;justify-content: space-between;margin-top: 50px;} 
.currencySectionPage .flowModule .left{flex: 1;margin-right: 20px;}
.currencySectionPage .flowModule .right{width: 660px;display: flex;justify-content: space-between;}
.currencySectionPage .flowModule .moduleTop .filterType{margin-left: 20px;}
.currencySectionPage .flowModule .flowEchart{height: 400px;margin-top: 23px;}
.currencySectionPage .flowModule .flowData{flex: 1;}
.currencySectionPage .flowModule .flowData:first-of-type{margin-right: 20px;}
.currencySectionPage .flowModule .flowData .filterType{margin-top: 7px;}
.currencySectionPage .flowModule .flowDealEchart{height: 365px;margin-top: 20px;}
.currencySectionPage .flowModule .flowOutEchart{height: 365px;margin-top: 20px;}
/* 监控 */
.currencySectionPage .monitorModule{width: 100%;display: flex;justify-content: space-between;margin-top: 40px;}
.currencySectionPage .monitorModule .left{flex: 1;margin-right: 20px;min-width: calc(100% - 513px);}
.currencySectionPage .monitorModule .right{width: 453px;}
.currencySectionPage .monitorModule .moduleTop .filterItem{margin-left: 40px;}
/* 监控-表格 */
.currencySectionPage .monitorModule .tableEmpty{width: 100%;height: 60px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 14px;color: #0D1421;border-bottom: 1px solid #EDEDED;}
.currencySectionPage .monitorModule .monitorTable{margin-top: 22px;}
.currencySectionPage .monitorModule .monitorTable table{width: 100%;}
.currencySectionPage .monitorModule .monitorTable table tr{display: grid;width: 100%;grid-template-columns: 40px 1fr 0.5fr 1.2fr repeat(7,1fr);}
.currencySectionPage .monitorModule .monitorTable table th,.currencySectionPage .monitorModule .monitorTable table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.currencySectionPage .monitorModule .monitorTable table th:nth-child(n + 5),.currencySectionPage .monitorModule .monitorTable table td:nth-child(n + 5){justify-content: flex-end;}
.currencySectionPage .monitorModule .monitorTable table th{height: 40px;background: #F8F9FB;}
.currencySectionPage .monitorModule .monitorTable table td{height: 61px;border-bottom: 1px solid #EDEDED;}
.currencySectionPage .monitorModule .monitorTable table th[data-filter] span {display: flex;align-items: center;cursor: pointer;}
.currencySectionPage .monitorModule .monitorTable table th .filter {display: inline-block;width: 7px;height: 11px;background: url(../img/dex_ico_sort1@2x.png) no-repeat center;background-size: cover;margin-left: 5px;}
.currencySectionPage .monitorModule .monitorTable table th[data-filter="desc"] .filter {background-image: url(../img/dex_ico_sort2@2x.png);}
.currencySectionPage .monitorModule .monitorTable table th[data-filter="asc"] .filter {background-image: url(../img/dex_ico_sort3@2x.png);}
.currencySectionPage .monitorModule .monitorTable table .up{color: #16C784;}
.currencySectionPage .monitorModule .monitorTable table .down{color: #EA3943;}
.currencySectionPage .monitorModule .monitorTable table .copy{display: flex;align-items: center;}
.currencySectionPage .monitorModule .monitorTable table .copy a{color: #0D1421;text-decoration: underline;}
.currencySectionPage .monitorModule .monitorTable table .copy i{display: inline-block;width: 14px;height: 14px;background: url(../img/ico_copy@2x.png) no-repeat center;background-size: cover;cursor: pointer;margin-left: 3px;}
.currencySectionPage .monitorModule .monitorTable table .position span{display: block;}
.currencySectionPage .monitorModule .monitorTable table .position .num{color: #616E85;}
.currencySectionPage .monitorModule .monitorTable table .profit span{display: block;text-align: right;}
.currencySectionPage .monitorModule .monitorTable table .openPrice span{display: block;text-align: right;}
.currencySectionPage .monitorModule .monitorTable table .openPrice .num{color: #616E85;}
/* 大额转账 */
.currencySectionPage .walletAlert .moduleTop .tips{font-size: 14px;color: #325FFD;}
.currencySectionPage .walletAlert .walletAlertList{max-height: 417px;margin-top: 10px;}
.currencySectionPage .walletAlertItem{display: flex;align-items: center;margin-bottom: 20px;}
.currencySectionPage .walletAlertItem .time{width: 95px;font-size: 14px;color: #999999;margin-right: 50px;text-align: center;}
.currencySectionPage .walletAlertItem .info{font-size: 14px;color: #333333;flex: 1;}
.currencySectionPage .walletAlertItem .info span{font-weight: 600;}
/* etf */
.currencySectionPage .etfModule{width: 100%;display: flex;justify-content: space-between;margin-top: 35px;}
.currencySectionPage .etfModule .left{flex: 1;margin-right: 20px;min-width: calc(100% - 513px);}
.currencySectionPage .etfModule .right{width: 453px;}
.currencySectionPage .etfModule .moduleTop .filterItem{margin-left: 40px;}
/* 总览 */
.currencySectionPage .etfModule .moduleOverview{display: flex;justify-content: space-between;}
.currencySectionPage .etfModule .overviewData{width: 265px;}
.currencySectionPage .etfModule .overviewDataItem{display: flex;flex-direction: column;justify-content: center;width: 100%;padding: 0 22px;box-sizing: border-box;background: #F8F9FB;border-radius: 12px;margin-bottom: 10px;}
.currencySectionPage .etfModule .overviewDataItem:last-child{margin-bottom: 0;}
.currencySectionPage .etfModule .overviewDataItem.item1{height: 90px;}
.currencySectionPage .etfModule .overviewDataItem.item2{height: 159px;}
.currencySectionPage .etfModule .overviewDataItem.item3{height: 127px;}
.currencySectionPage .etfModule .overviewDataItem .itemName h4{font-weight: 600;font-size: 18px;color: #333333;line-height: 18px;}
.currencySectionPage .etfModule .overviewDataItem .itemName span{font-size: 14px;color: #999999;line-height: 18px;}
.currencySectionPage .etfModule .overviewDataItem .content{margin-top: 20px;display: flex;align-items: center;justify-content: space-between;font-size: 14px;line-height: 14px;}
.currencySectionPage .etfModule .overviewDataItem .contentName{color: #666666;}
.currencySectionPage .etfModule .overviewDataItem .content .ratio{display: flex;align-items: center;font-weight: bold;}
.currencySectionPage .etfModule .overviewDataItem.item1 .itemName h4{color: #999999;font-weight: 400;}
.currencySectionPage .etfModule .overviewDataItem.item1 .content{margin-top: 12px;}
.currencySectionPage .etfModule .overviewDataItem.item1 .content .ratio{font-size: 28px;line-height: 24px;font-weight: 700;}
.currencySectionPage .etfModule .overviewChart{flex: 1;margin-left: 20px;box-sizing: border-box;}
.currencySectionPage .etfModule .overviewChart .filterType{margin-left: 18px;width: 192px;}
.currencySectionPage .etfModule .overviewChart .cryptoCoinEchartBar{height: 375px;margin-top: 15px;}
/* 总览-图表 */
.currencySectionPage .etfModule .moduleCharts{display: flex;margin-top: 20px;}
.currencySectionPage .etfModule .moduleCharts .chartWrap{flex: 1;}
.currencySectionPage .etfModule .moduleCharts .chartWrap:first-child{margin-right: 20px;}
.currencySectionPage .etfModule .moduleCharts .chartWrap .filterType{width: 192px;}
.currencySectionPage .etfModule .moduleCharts .cryptoCoinEchartArea,
.currencySectionPage .etfModule .moduleCharts .cryptoCoinEchartKline{height: 300px;margin-top: 20px;}
/* 比特币 ETF 净流入 */
.currencySectionPage .etfFlowin .tableOverview{margin-top: 18px;}
.currencySectionPage .etfFlowin .tableOverview .tableWrap{width: 100%;max-height: 740px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.currencySectionPage .etfFlowin .tableOverview table tr{display: grid;grid-template-columns: repeat(4, 1fr);}
.currencySectionPage .etfFlowin .tableOverview table tbody tr{border-bottom: 1px solid #EDEDED;}
.currencySectionPage .etfFlowin .tableOverview table thead{background: #F8F9FB;border-radius: 4px;position: sticky;top: 0;z-index: 2;}
.currencySectionPage .etfFlowin .table table th{height: 40px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-weight: bold;font-size: 14px;color: #333333;background: none;}
.currencySectionPage .etfFlowin .table table td{height: 45px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-size: 14px;color: #333333;word-break: break-all;}
.currencySectionPage .etfFlowin .tableOverview table th:nth-child(n+2),.currencySectionPage .etfFlowin .tableOverview table td:nth-child(n+2){justify-content: flex-end;}
/* 爆仓数据 */
.currencySectionPage .liquidationModule{width: 100%;display: flex;justify-content: space-between;margin-top: 40px;}
.currencySectionPage .liquidationModule .left{flex: 1;margin-right: 20px;min-width: calc(100% - 513px);}
.currencySectionPage .liquidationModule .right{width: 453px;}
/* 爆仓数据-表格 */
.currencySectionPage .liquidationModule .table{margin-top: 20px;}
.currencySectionPage .liquidationModule table{width: 100%;}
.currencySectionPage .liquidationModule table tr{display: grid;grid-template-columns: repeat(9, 1fr);}
.currencySectionPage .liquidationModule table tbody tr{border-top: 1px solid #EDEDED;border-bottom: 1px solid #EDEDED;margin-top: 20px;}
.currencySectionPage .liquidationModule table thead{background: #F7F7F7;border-radius: 6px;}
.currencySectionPage .liquidationModule table th{height: 40px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-size: 14px;color: #333333;background: none;}
.currencySectionPage .liquidationModule table td{height: 70px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;font-size: 14px;color: #333333;}
.currencySectionPage .liquidationModule table th:nth-child(2),.currencySectionPage .liquidationModule table td:nth-child(2){justify-content: right;}
.currencySectionPage .liquidationModule table th:nth-child(n+3),.currencySectionPage .liquidationModule table td:nth-child(n+3){justify-content: center;}
.currencySectionPage .liquidationModule table .nameInfo{display: flex;align-items: center;font-weight: bold;}
.currencySectionPage .liquidationModule table .nameInfo img{width: 30px;height: 30px;margin-right: 5px;}
.currencySectionPage .liquidationModule table .middlDown{background:rgba(234,57,67,.4)}
.currencySectionPage .liquidationModule table .mostDown{background:rgba(234,57,67,.7)}
.currencySectionPage .liquidationModule table .littleDown{background:rgba(234,57,67,.1)}
.currencySectionPage .liquidationModule table .middlUp{background:rgba(22,199,132,.2)}
.currencySectionPage .liquidationModule table .mostUp{background:rgba(22,199,132,.4)}
.currencySectionPage .liquidationModule table .littleUp{background:rgba(22,199,132,.1)}
.currencySectionPage .liquidationModule table .ratio:before{display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;}
.currencySectionPage .liquidationModule table .ratio.up:before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.currencySectionPage .liquidationModule table .ratio.down:before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
.currencySectionPage .liquidationModule table .ratio.noBefore::before {display: none;}
/* 爆仓数据-最大痛点 */
.currencySectionPage .liquidationModule .maxpain{margin-top: 28px;}
.currencySectionPage .liquidationModule .maxpain .filterTab{width: 490px;}
.currencySectionPage .liquidationModule .maxpain table tr{grid-template-columns: 1fr 1fr 3fr 3fr;}
.currencySectionPage .liquidationModule table .updateUp{color: #16c784 !important;}
.currencySectionPage .liquidationModule table .updateDown{color: #EA3943 !important;}
.currencySectionPage .liquidationModule table .short,.currencySectionPage .liquidationModule table .long{padding: 0 30px;flex-direction: column;justify-content: center;}
.currencySectionPage .liquidationModule table th.short,.currencySectionPage .liquidationModule table th.long{justify-content: space-between;flex-direction: row;}
.currencySectionPage .liquidationModule table .dataBox{width: 100%;display: flex;justify-content: space-between;}
.currencySectionPage .liquidationModule table .dataBox-num{font-weight: 500;font-size: 14px;line-height: 14px;}
.currencySectionPage .liquidationModule table .dataBox-left .dataBox-num{color: #333333;}
.currencySectionPage .liquidationModule table .dataBox-right .dataBox-num{text-align: right;}
.currencySectionPage .liquidationModule table .dataBox-bar{width: 100%;height: 6px;background: rgba(176, 182, 194, .1);border-radius: 4px;margin-top: 5px;position: relative;}
.currencySectionPage .liquidationModule table .dataBox-bar span{position: absolute;top: 0;right: 0;width: 0;height: 100%;border-radius: 4px;}
.currencySectionPage .liquidationModule table .short .dataBox-bar span{background: #3FC986;}
.currencySectionPage .liquidationModule table .dataBox-bar span::before{content: '';position: absolute;top: 50%;left: -10px;transform: translateY(-50%) !important;width: 18px;height: 18px;background: url(../img/ico_blast@2x.png) no-repeat center;background-size: cover;}
.currencySectionPage .liquidationModule table .long .dataBox-bar span{background: #F23F58;}
/* 爆仓数据-实时爆仓 */
.currencySectionPage .liquidationModule .realTime .filterType{margin-left: 20px;}
.currencySectionPage .liquidationModule .realTime .filterType.selArea{width: 120px;}
.currencySectionPage .liquidationModule .realTime .table{margin-top: 20px;}
.currencySectionPage .liquidationModule .realTime .tableWrap{width: 100%;max-height: 350px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.currencySectionPage .liquidationModule .realTime table tr{grid-template-columns: repeat(4, 1fr);margin-top: 0;border: none;border-bottom: 2px solid #FFFFFF;}
.currencySectionPage .liquidationModule .realTime table tr.addUp{background: linear-gradient(-90deg, #CCFFE6 0%, rgba(204,255,230,0) 100%);}
.currencySectionPage .liquidationModule .realTime table tr.addDown{background: linear-gradient(-90deg, #FFCCD3 0%, rgba(255,204,211,0) 100%);}
.currencySectionPage .liquidationModule .realTime table thead{background: #FFFFFF;position: sticky;top: 0;z-index: 2;}
.currencySectionPage .liquidationModule .realTime table th{height: 40px;font-weight: bold;}
.currencySectionPage .liquidationModule .realTime table td{height: 48px;}
.currencySectionPage .liquidationModule .realTime table th:nth-child(n+2),.currencySectionPage .liquidationModule .realTime table td:nth-child(n+2){justify-content: right;}
.currencySectionPage .liquidationModule .realTime table .time{text-align: right;}
.currencySectionPage .liquidationModule .realTime th,.currencySectionPage .liquidationModule .realTime td{padding: 0 5px;}
.currencySectionPage .liquidationModule .realTime .nameInfo span{word-break: break-all;font-size: 12px;}
/* 回报率 */
.currencySectionPage .btcroeModule{width: 100%;display: flex;justify-content: space-between;margin-top: 36px;}
.currencySectionPage .btcroeModule .left{flex: 1;margin-right: 20px;min-width: calc(100% - 513px);}
.currencySectionPage .btcroeModule .right{width: 453px;}
.currencySectionPage .btcroeModule .filterItem{margin-left: 20px;}
.currencySectionPage .btcroeModule [data-filter="btcroeMonth"]{display: none;}
.currencySectionPage .btcroeModule .filterTab{width: 352px;}
/* 回报率-表格 */
.currencySectionPage .btcroeModule .btcroeTable{margin-top: 16px;}
.currencySectionPage .btcroeModule .table table{width: 100%;}
.currencySectionPage .btcroeModule .table table tr{display: grid;}
.currencySectionPage .btcroeModule .table table th,.currencySectionPage .btcroeModule .table table td{display: flex;align-items: center;justify-content: center;padding: 0 5px 5px 0;box-sizing: border-box;font-size: 14px;color: #0D1421;}
.currencySectionPage .btcroeModule .table table th{height: 40px;background: none;}
.currencySectionPage .btcroeModule .table table td span{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;width: 100%;height: 60px;color: #FFFFFF;}
.currencySectionPage .btcroeModule .table table .up{background: #16C784;}
.currencySectionPage .btcroeModule .table table .down{background: #EA3943;}
.currencySectionPage .btcroeModule .table table .calculate{background: #B0B6C2;}
.currencySectionPage .btcroeModule .table table td:nth-child(1), .currencySectionPage .btcroeModule .table table th:nth-child(1){position: sticky;background: #fbfcfd;left: 0;z-index: 1;}
/* 回报率-表格-季回报率 */
.currencySectionPage .btcroeModule .quarterBox .table table tr{grid-template-columns: 65px repeat(4,1fr);}
/* 回报率-表格-周期回报率 */
.currencySectionPage .btcroeModule .table {display: none;}
.currencySectionPage .btcroeModule .table.active{display: block;}
.currencySectionPage .btcroeModule .tableDay table{width: max-content;}
.currencySectionPage .btcroeModule .tableDay .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.currencySectionPage .btcroeModule .tableDay table th:nth-child(n+2){width: 100px;}
.currencySectionPage .btcroeModule .tableWeek table{width: max-content;}
.currencySectionPage .btcroeModule .tableWeek .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.currencySectionPage .btcroeModule .tableWeek table tr{grid-template-columns: 65px repeat(53,1fr);}
.currencySectionPage .btcroeModule .tableWeek table th:nth-child(n+2){width: 100px;}
.currencySectionPage .btcroeModule .tableMonth table tr{grid-template-columns: 65px repeat(12,1fr);}
.currencySectionPage .btcroeModule .tableQuarter table tr{grid-template-columns: 65px repeat(4,1fr);}
/* 产业新闻 */
.currencySectionPage .btcroeModule .coinNewsList{margin-top: 18px;width: 100%;max-height: 1000px;overflow: hidden;overflow-y: auto;scrollbar-width: none;padding-left: 4px;box-sizing: border-box;}
.currencySectionPage .btcroeModule .coinNewsList::-webkit-scrollbar{display: none;}
.currencySectionPage .btcroeModule .coinNewsList ul li{position: relative; width: 100%;padding: 3px 0 20px 28px;box-sizing: border-box;border-left: 1px solid #E6E6E6;}
.currencySectionPage .btcroeModule .coinNewsList ul li::before{content: "";position: absolute;top: 9px;left: -4px;width: 7px;height: 7px;background: #325FFD;border-radius: 50%;}
.currencySectionPage .btcroeModule .coinNewsList ul li .time{font-size: 14px;color: #325FFD;line-height: 14px;}
.currencySectionPage .btcroeModule .coinNewsList ul li .title,.currencySectionPage .btcroeModule .coinNewsList ul li h5{font-size: 16px;color: #333333;line-height: 24px;margin-top: 8px;display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.currencySectionPage .btcroeModule .coinNewsList ul li:last-child{padding-bottom: 0;}
@media screen and (max-width: 1620px) {
  .currencySectionPage .monitorModule .monitorTable .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
  .currencySectionPage .monitorModule .monitorTable table{width: max-content;}
  .currencySectionPage .monitorModule .monitorTable table td:nth-child(1), .currencySectionPage .monitorModule .monitorTable table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
  .currencySectionPage .monitorModule .monitorTable table td:nth-child(2), .currencySectionPage .monitorModule .monitorTable table th:nth-child(2){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
  .currencySectionPage .monitorModule .monitorTable table th:nth-child(1),.currencySectionPage .monitorModule .monitorTable table th:nth-child(2){background-color: #F8F9FB;}
  .currencySectionPage .liquidationModule .liquidationTable .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
  .currencySectionPage .liquidationModule .liquidationTable table{width: max-content;}
  .currencySectionPage .liquidationModule .liquidationTable table td:nth-child(1), .currencySectionPage .liquidationModule .liquidationTable table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
  .currencySectionPage .liquidationModule .liquidationTable table th:nth-child(1){background-color: #F7F7F7;}
}
@media screen and (max-width: 1460px) {
  .currencySectionPage .marketModule .center{width: 400px;}
  .currencySectionPage .etfModule .moduleTop{flex-direction: column;align-items: flex-start;}
  .currencySectionPage .etfModule .moduleTop .moduleTitle{margin-bottom: 3px;}
  .currencySectionPage .etfModule .overviewChart .moduleFilter .filterType:first-child{margin-left: 0;}
  .currencySectionPage .btcroeModule .tableMonth .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
  .currencySectionPage .btcroeModule .tableMonth table{width: max-content;}
  .currencySectionPage .btcroeModule .tableMonth table th:nth-child(n+2){width: 80px;}
}
/* 比特币专区 e */
/* 去中心化交易所 s */
.decentPage .mainShow{width: 100%;padding: 20px;box-sizing: border-box;}
.decentPage .titleBox{display: flex;align-items: center;}
.decentPage .titleBox h1{font-weight: 500;font-size: 20px;color: #0D1421;line-height: 20px;}
/* 筛选 */
.decentPage .filterBox{display: flex;align-items: center;}
.decentPage .filterBox .filterItem{margin-left: 10px;}
.decentPage .filterBox .filterType{height: 42px;background: #EFF2F5;border-radius: 10px;padding: 5px;box-sizing: border-box;display: flex;}
.decentPage .filterBox .filterType li{margin-right: 5px;width: 60px;height: 100%;border-radius: 6px;font-weight: 500;font-size: 12px;color: #A6B0C3;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.decentPage .filterBox .filterType li:last-child{margin-right: 0px;}
.decentPage .filterBox .filterType li a{color: #A6B0C3;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;border-radius: 6px;}
.decentPage .filterBox .filterType li:hover,.decentPage .filterBox .filterType li a:hover{color: #0D1421;}
.decentPage .filterBox .filterType li.active,.decentPage .filterBox .filterType li a.active{background: #FFFFFF;color: #0D1421;}
.decentPage .filterBox .filterSelect{position: relative;}
.decentPage .filterBox .filterSelect .btn{width: 42px;height: 42px;border-radius: 10px;display: flex;align-items: center;justify-content: center;cursor: pointer;background: #EFF2F5;}
.decentPage .filterBox .filterSelect .btn i{width: 14px;height: 14px;background: url(../img/home_ico_filters.png) no-repeat center;background-size: cover;}
.decentPage .filterBox .selectOptions{position: absolute;top: 47px;right: 0;width: 160px;background: #fff;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 10px 0;z-index: 2;max-height: 200px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;display: none;}
.decentPage .filterBox .selectOptions .selectName{font-size: 12px;color: #0D1421;padding: 0 10px;box-sizing: border-box;margin-bottom: 10px;}
.decentPage .filterBox .selectOptions ul li{width: 100%;height: 36px;display: flex;align-items: center;padding: 0 10px;box-sizing: border-box;cursor: pointer;font-size: 12px;color: #0D1421;}
.decentPage .filterBox .selectOptions ul li i{display: inline-block;width: 16px;height: 16px;background: url(../img/btn_xuan_01.png) no-repeat center;background-size: cover;margin-right: 5px;}
.decentPage .filterBox .selectOptions ul li .bourseImg{position: relative;width: 20px;height: 20px;margin-right: 5px;}
.decentPage .filterBox .selectOptions ul li img{display: inline-block;width: 20px;height: 20px;}
.decentPage .filterBox .selectOptions ul li:hover{background: #F5F5F6;}
.decentPage .filterBox .selectOptions ul li.active i{background-image: url(../img/btn_xuan_02.png);}
/* 图表 */
.decentPage .chartWrap{display: flex;justify-content: space-between;margin-top: 20px;}
.decentPage .chartItem{flex: 1;height: 450px;margin-right: 20px;background: #FFFFFF;border: 2px solid #f5f5f6;border-radius: 12px;padding: 20px;box-sizing: border-box;}
.decentPage .chartItem:last-child{margin-right: 0;}
.decentPage .chartItem .chartHead{display: flex;align-items: center;justify-content: space-between;}
.decentPage .chartItem h4{font-weight: 500;font-size: 16px;color: #0D1421;line-height: 18px;}
.decentPage .chartItem .decentChartBox{width: 100%;height: 350px;margin-top: 10px;}
/* 表格 */
.decentPage .decentRank{margin-top: 40px;}
.decentPage .decentRank h2{font-weight: 500;font-size: 20px;color: #0D1421;line-height: 20px;}
.decentPage .table{margin: 20px 0;}
.decentPage .table table{width: 100%;}
.decentPage .table table thead{position: sticky;top: 102px;z-index: 2;height: 50px;}
.decentPage .table table tr{display: grid;width: 100%;grid-template-columns: 60px repeat(8,1fr);}
.decentPage .table table th,.decentPage .table table td{display: flex;align-items: center;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #0D1421;}
.decentPage .table table th:nth-child(1),.decentPage .table table td:nth-child(1){justify-content: center;}
.decentPage .table table th:nth-child(n+3),.decentPage .table table td:nth-child(n+3){justify-content: flex-end;}
.decentPage .table table th{height: 50px;background: #F8F9FB;}
.decentPage .table table td{height: 70px;border-bottom: 1px solid #F5F5F6;}
.decentPage .table table .up{color: #16C784;}
.decentPage .table table .down{color: #EA3943;}
.decentPage .table table .symbol{display: flex;align-items: center;position: relative;}
.decentPage .table table .symbol img{display: block;width: 20px;height: 20px;border-radius: 50%;margin-right: 4px;}
/* 去中心化交易所 e */
/* 导航搜索框调整 s */
.searchAll .searchDetail{padding: 10px;z-index: 2;}
.searchAll .searchDetail-item{margin-bottom: 10px;}
.searchAll .searchDetail-item[data-type="news"]{display: none;}
.searchAll .searchDetail-item[data-type="social"]{display: none;}
.searchAll .searchDetail-item:last-child{margin-bottom: 0;}
.searchAll .searchDetail-name{font-size: 14px;color: #616e85;line-height: 20px;margin-bottom: 5px;}
.searchAll .searchDetail-info{padding: 0 10px;box-sizing: border-box;}
.searchAll .searchDetail-info a{font-size: 14px;color: #0D1421;line-height: 20px;cursor: pointer;display: flex;align-items: center;}
.searchAll .searchDetail-info a span{color: #4a77ff;font-weight: bold;display: inline-block;max-width: 50%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin: 0 3px;}
.searchAll .searchDetail ul{padding: 0 10px;box-sizing: border-box;}
.searchAll .searchDetail ul li{width: 100%;}
/* 导航搜索框调整 e */
/* 新版新闻 s */
.newsTempPage .mainShow{display: flex;width: 1560px;margin: 0 auto;}
.newsTempPage .mainShow .center{flex: 1;margin-right: 20px;}
.newsTempPage .mainShow .right{width: 366px;position: relative;flex-shrink: 0;}
.newsTempPage .mainShow .right-inner{position: fixed;width: 366px;height: calc(100vh - 100px);box-sizing: border-box;overflow-y: scroll;scrollbar-width: none;overscroll-behavior: none;}
.newsTempPage .mainShow .right-inner::-webkit-scrollbar{display: none;}
.newsTempPage .mainShow .right-inner.show{position: absolute;bottom: 0;}
/* 头部新闻 */
.newsTempPage .topNews{display: flex;}
.newsTempPage .topNews img{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;}
.newsTempPage .topNews .cover{position: absolute;bottom: 0;left: 0;width: 100%;max-height: 99px;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);border-radius: 12px;padding: 45px 14px 11px;box-sizing: border-box;z-index: 1;}
.newsTempPage .topNews .maxItem{position: relative;display: block;width: 800px;height: 460px;margin-right: 14px;border-radius: 8px;overflow: hidden;}
.newsTempPage .topNews .maxItem .cover h3{max-width: 100%;font-size: 18px;color: #FFFFFF;line-height: 27px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newsTempPage .topNews .topList{width: 360px;}
.newsTempPage .topNews .topItem{position: relative;display: block;width: 100%;height: 223px;border-radius: 8px;margin-bottom: 14px;overflow: hidden;}
.newsTempPage .topNews .topItem:last-child{margin-bottom: 0;}
.newsTempPage .topNews .topItem .cover h3{max-width: 100%;font-size: 14px;
color: #FFFFFF;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/* 新闻列表 */
.newsTempPage .newsWrap{margin-top: 40px;}
.newsTempPage .categorySwiper{width: 100%;padding: 0 20px;box-sizing: border-box;}
.newsTempPage .categoryItem{position: relative;display: block;height: 27px;font-weight: 600;font-size: 16px;color: #0D1421;line-height: 18px;white-space: nowrap;width: auto;}
.newsTempPage .categoryItem::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #3562FF;display: none;}
.newsTempPage .categoryItem:hover, .newsTempPage .categoryItem.active{color: #3562FF;}
.newsTempPage .categoryItem.active::after{display: block;}
.newsTempPage .categorySwiper-prev{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 20px;height: 28px;background: #FFFFFF url(../img/ico_last@2x.png) no-repeat center;background-size: 7px auto;z-index: 1;}
.newsTempPage .categorySwiper-next{position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 20px;height: 28px;background: #FFFFFF url(../img/ico_next@2x.png) no-repeat center;background-size: 7px auto;z-index: 1;}
.newsTempPage .categorySwiper .swiper-button-disabled{display: none;}
.newsTempPage .newsItem{width: 100%;padding: 20px 0;display: flex;align-items: center;border-bottom: 1px solid #F5F5F6;}
.newsTempPage .newsItem .imgBox{display: block;width: 220px;height: 126px;border-radius: 8px;overflow: hidden;position: relative;margin-right: 14px;}
.newsTempPage .newsItem .imgBox img{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;}
.newsTempPage .newsItem .infoBox{flex: 1;display: block;}
.newsTempPage .newsItem .infoBox h3{font-weight: 500;font-size: 14px;color: #0D1421;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp: 1;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsTempPage .newsItem .infoBox .desc{height: 60px;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp:3;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 12px;color: #616E85;line-height: 20px;}
.newsTempPage .newsItem .infoBox .other{display: flex;align-items: center;margin-top: 12px;}
.newsTempPage .newsItem .infoBox .time{font-size: 10px;color: #616E85;line-height: 16px;margin-right: 10px;width: 65px;}
.newsTempPage .newsItem .infoBox .relateCoin{display: flex;align-items: center;flex-wrap: wrap;flex: 1;gap: 10px;}
.newsTempPage .newsItem .infoBox .coinBox{height: 28px;background: #EFF2F5;border-radius: 20px;padding: 0 6px;display: flex;align-items: center;position: relative;}
.newsTempPage .newsItem .infoBox .coinBox.up{background: #f3fbf6;}
.newsTempPage .newsItem .infoBox .coinBox.down{background: #fcf6f6;}
.newsTempPage .newsItem .infoBox .coinBox img{width: 16px;height: 16px;border-radius: 50%;}
.newsTempPage .newsItem .infoBox .coinBox.abnormalCoin::before{left: 6px;top: 50%;transform: translateY(-50%);width: 16px;height: 16px;background: #dfdfdf;}
.newsTempPage .newsItem .infoBox .coinBox .name{font-weight: 500;font-size: 12px;color: #0D1421;line-height: 12px;margin: 0 10px 0 2px;}
.newsTempPage .newsItem .infoBox .coinBox .ratio{font-weight: 500;font-size: 10px;color: #EA3943;line-height: 12px;}
.newsTempPage .newsItem .infoBox .coinBox .ratio::before{display: inline-block;width: 10px;height: 6px;content: '';vertical-align: middle;}
.newsTempPage .newsItem .infoBox .coinBox .ratio.up{color: #16C784;}
.newsTempPage .newsItem .infoBox .coinBox .ratio.up::before{background: url(../img/home_ico_up.png) no-repeat center;background-size: cover;}
.newsTempPage .newsItem .infoBox .coinBox .ratio.down{color: #EA3943;}
.newsTempPage .newsItem .infoBox .coinBox .ratio.down::before{background: url(../img/home_ico_down.png) no-repeat center;background-size: cover;}
/* 今日快讯 */
.newsTempPage .todayNews .title{display: flex;align-items: center;}
.newsTempPage .todayNews .title i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;}
.newsTempPage .todayNews .title h4{font-weight: 600;font-size: 16px;color: #0D1421;line-height: 26px;}
.newsTempPage .todayWrap{width: 100%;height: 508px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(164,164,165,0.15);border-radius: 12px;padding: 20px 14px;box-sizing: border-box;margin-top: 12px;}
.newsTempPage .todayWrap .timeBox{display: flex;align-items: center;height: 18px;}
.newsTempPage .todayWrap .timeBox .date{width: 60px;height: 100%;background: #3562FF;font-weight: 500;font-size: 12px;color: #FFFFFF;line-height: 18px;text-align: center;margin-right: 4px;}
.newsTempPage .todayWrap .timeBox .text{font-weight: 500;font-size: 12px;color: #0D1421;line-height: 17px;margin-right: 4px;} 
.newsTempPage .todayWrap .timeBox .week{font-weight: 400;font-size: 10px;color: #616E85;line-height: 14px;}
.newsTempPage .todayListBox{width: 100%;max-height: 430px;margin-top: 16px;overflow: hidden;overflow-y: auto;scrollbar-width: thin;}
.newsTempPage .todayList .item{padding: 0 0 16px 10px;position: relative;}
.newsTempPage .todayList .item:last-child{padding-bottom: 0;}
.newsTempPage .todayList .item::before{content: "";position: absolute;top: 0;left: 3px;width: 1px;height: 100%;background: rgba(97,110,133,0.2);}
.newsTempPage .todayList .item:first-child:before{top: 4px;height: calc(100% - 4px);}
.newsTempPage .todayList .item .time{font-size: 12px;color: #3562FF;line-height: 14px;position: relative;}
.newsTempPage .todayList .item .time::before{content: "";position: absolute;top: 50%;left:-10px;transform: translateY(-50%);width: 7px;height: 7px;background: #3562FF;border: 1px solid #FFFFFF;border-radius: 50%;box-sizing: border-box;}
.newsTempPage .todayList .item h3{margin-top: 6px;font-weight: 500;font-size: 14px;color: #373A42;line-height: 24px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsTempPage .todayList .item .desc{margin-top: 6px;font-weight: 400;font-size: 12px;color: #616E85;line-height: 20px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;line-clamp: 3;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
/* 社区动态 */
.newsTempPage .socialBox{margin-top: 30px;}
.newsTempPage .socialBox .socialType{margin: 0px;}
.newsTempPage .socialBox .title{display: flex;align-items: center;}
.newsTempPage .socialBox .title i{display: inline-block;width: 16px;height: 15px;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;}
.newsTempPage .socialBox .title h4{font-weight: 600;font-size: 16px;color: #0D1421;line-height: 26px;}
/* 适配 */
@media screen and (max-width: 1610px) { 
  .newsTempPage .mainShow{width: 1200px;flex-direction: column;}
  .newsTempPage .mainShow .center{flex: auto;width: 100%;margin-right: 0px;}
  .newsTempPage .mainShow .right{width: 100%;position: relative;flex-shrink: 0;margin-top: 40px;}
  .newsTempPage .mainShow .right-inner{position: relative;width: 100%;height: auto;}
  .newsTempPage .mainShow .right-inner.show{position: relative;}
}
/* 新版新闻 e */

/* H5 */
@keyframes downColor {
  0%{color:rgba(234,57,67,1)}
  90%{color:rgba(234,57,67,1)}
}
.upRateRun{animation: upColor 1s linear;animation-fill-mode: forwards;}
@keyframes upColor {
  0%{color:rgba(22,199,132,1)}
  90%{color:rgba(22,199,132,1)}

}
.detailPage .mainShow .left.show{position:absolute;bottom:0}
.detailPage .mainShow .right .newsUal.show{position:absolute;bottom:0}
.newDetailPage .mainTop .center .content span{background: transparent !important;}
.infoBox .left ul li h5{font-size: 14px;}
.infoBox .left ul li h6{font-size: 18px;}
/* 新底部 */
footer {background: #F9FAFB;width: 100%;}
.footerBox{max-width: 1440px;margin: 0 auto;padding: 30px 0 20px;}
.footerTop{display: flex;justify-content:space-between;width: 100%;padding: 0 0 36px 0;border-bottom: 1px solid #DCDCE1;}
.footerTop .footerNavList{display: flex;}
.footerTop .footerNavList .nav {width: 168px;}
.footerTop .footerNavList .nav h5{font-size: 14px;color: #0F0F0F;height: 18px;line-height: 18px;margin-bottom: 24px;font-weight: 600;}
.footerTop .footerNavList .nav li{margin-bottom: 24px;position: relative;}
.footerTop .footerNavList .nav li a{font-size: 12px;color: #616E85;line-height: 16px;cursor: pointer;}
.footerTop .footerNavList .nav li a:hover{color: #0D1421;}
.footerTop .footerNavList .nav li i{font-size: 12px;color: #616E85;line-height: 16px;cursor: pointer;}
.footerTop .footerNavList .nav li i:hover{color: #0D1421;}
.footerTop .footerNavList .nav li .showHintBox{position: absolute;left:0;top: 100%;padding: 10px;background: rgba(0,0,0,.5);border-radius: 7px;-webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select:text;font-size: 14px;color: #fff;display: none;}
.footerTop .fontDownBox{display: flex;width: 260px;justify-content: space-between;}
/* .footerTop .fontDownBox div{width: 100%;} */
.footerTop .fontDownBox img{display: block;width: 100px;height: 100px;margin:0 auto 12px;}
.footerTop .fontDownBox p{font-weight: 600;font-size: 14px;color: #0D1421;line-height: 20px;text-align: center;}
.footerBottom{ display: flex;justify-content: center;align-items: center;}
.footerBottom p{margin-top: 20px;font-size: 12px;color: #888888;line-height: 14px;text-align: center;padding: 0 10px;}
.footerBottom p a{color: #888888;}
footer .warnTips{display: none;}

@media (min-width: 320px) {
  html {
      font-size: 42.6667px;
  }
}

@media (min-width: 360px) {
  html {
      font-size: 48px;
  }
}

@media (min-width: 375px) {
  html {
      font-size: 50px;
  }
}

@media (min-width: 384px) {
  html {
      font-size: 51.2px;
  }
}

@media (min-width: 414px) {
  html {
      font-size: 55.2px;
  }
}

@media (min-width: 448px) {
  html {
      font-size: 59.7333px;
  }
}

@media (min-width: 480px) {
  html {
      font-size: 48px;
  }
}

@media (min-width: 512px) {
  html {
      font-size: 68.2667px;
  }
}

@media (min-width: 544px) {
  html {
      font-size: 72.5333px;
  }
}

@media (min-width: 576px) {
  html {
      font-size: 76.8px;
  }
}

@media (min-width: 608px) {
  html {
      font-size: 81.0667px;
  }
}

@media (min-width: 640px) {
  html {
      font-size: 85.3333px;
  }
}

@media (min-width: 750px) {
  html {
      font-size: 100px;
  }
}
.littleShow{display: none !important;}
.pcshow{display: flex !important;}



@media (max-width:1500px){
  .newDetailPage .mainTop .right{display: none;}
}

/* 进度条 */
.tabBox{display: flex;margin-bottom: 16px;position: relative;z-index: 1;}
.tabone {width: 40%;height: 16px;}
.tabone:nth-child(1){padding-right: 7px;}
.tabone:nth-child(2){padding-left: 7px;}
/* .tabBox:first-child .tabli {padding-left: 12px;} */
.tableft::before {/* border-radius: 0; */transform: skew(-17deg);left: -6.3px;}
.tableft::after {border-radius: 0;transform: skew(0deg);right: -17px}
.tabli {width: 100%;height: 100%;position: relative}
.tableft {border-radius: 0 8px 8px 0;background: #EA3943;z-index: 2;}
.tabright {border-radius: 8px 0 0 8px;background: #16C784; z-index: 2;}
.tableft::before{ content: '';position: absolute;bottom: 0;width: 17px;height: 100%;background: #EA3943;border-radius: 3px 0 0 3px;}
.tabright::after {content: ''; position: absolute;bottom: 0;width: 17px;height: 100%;background: #16C784;border-radius: 0 3px 3px 0 ;}
.tableft::before {
  transform: skew(-17deg);
  left: -5px;
}
.tabright::after {
  transform: skew(-17deg);
  right: -5px;
}

@media (max-width:1000px){
  *{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 透明背景 */
    tap-highlight-color: transparent; /* 通用属性，部分浏览器支持 */
  }
/* html{font-size: 50px;}   */
body{font-size:.22rem;width: 100%;}
.page{width:100%;overflow: hidden;}
.topOff{width:100vw}
.topInfoShow{height:.64rem;line-height:.64rem;border-bottom:.02rem solid #f5f5f6;width:100%;overflow: hidden;display: none !important;}
.topInfoShow ul{padding:0 .2rem;width: 100%;}
.topInfoShow ul li{margin-right:.44rem}
.topInfoShow ul li span{font-size:.22rem!important}
/* .topNav .leftNav ul{display: none;} */
.topNav .leftNav ul li:nth-of-type(n+2){display: none;}
.topNav .leftNav {padding: 0;height: .68rem;margin: .2rem;}
.topNav .leftNav .logo img{width: 2.14rem;height: .68rem;margin: 0;}
.topNav .moreBox{padding: 0;display: flex;}
.topNav .rightSearch .moreBox{padding: 0;}
.topNav .moreBox em{width:.6rem;height: .6rem;padding: .1rem;display: block;}
.topNav .moreBox em::before{content: '';display: block;width: 100%;height: 100%;background: url(../img/home_ico_menu.png) no-repeat center;background-size:cover ;}
.topNav{height:1rem}
.topNav .moreBox i{width:.6rem;height: .6rem;padding: .1rem;display: block;}
.topNav .moreBox i::before{content: '';display: block;width: 100%;height: 100%;background: url(../img/home_ico_search.svg) no-repeat center;background-size:.4rem ;}
.topNav{height:1rem;overflow: hidden;}
/* transition:height .2s ease; */
.topNav .rightSearch .searchAll{position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100vw;height: 100vh;background: #fff;display: none;z-index: 3;}
.topNav .rightSearch .searchAll .searchTop{margin: .52rem auto 0;height: .8rem;display: flex;}
.topNav .rightSearch .searchAll .searchTop i{display:block;background: url(../img/ico_back.png) no-repeat center;height: 100%;width: .6rem;background-size: .2rem;}
.topNav .rightSearch .searchAll .searchBox{flex: 1;height: .8rem;    border-radius: .24rem;padding: .22rem;margin-right:.16rem;background:#fff;border: .02rem solid #eff2f5;}
.topNav .rightSearch .searchBox:focus-within{border: .02rem solid #3562FF;}
.topNav .rightSearch .searchAll .searchBox img{width: .36rem;height: .36rem;}
.topNav .rightSearch .searchAll input{font-size: .28rem;height: .36rem;line-height: .36rem;}
.topNav .rightSearch .searchAll .searchDetail{display: block !important;position: relative;transform:none !important;left: 0;top: 0;width: 100%;margin:.6rem 0 0;    box-shadow:none;border-radius:0;height: calc(100vh - 1.92rem);max-height: auto;}
.topNav .rightSearch .collectBtn{line-height:1rem;font-size:.24rem;margin-right:.2rem}
.topNav .rightSearch .collectBtn:hover .collectList{display:none}
.topNav .rightSearch .collectBtn>i{width:.36rem;height:.36rem;vertical-align: -16%;
  line-height: .36rem;}
.topInfoShow ul li .ratio::before{width:.2rem;height:.14rem}
/* .topNav .rightSearch .searchBox img{width:.4rem;height:.4rem} */
.topNav .rightSearch .loginBtn{width:1.44rem;height:.6rem;border-radius:.2rem;font-size:.24rem;line-height:.6rem;margin-right: .2rem;display: none !important;}
.topNav .rightSearch .logOut{display: none !important;}
/* h5导航栏 s */
.navBar{width: 100%;height: 0.91rem;background: #FFFFFF;position: relative;box-sizing: border-box;display: block;}
.navBar-list{width: 100%;height: 100%;background: #fff;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;padding-right: 1.04rem;box-sizing: border-box;border-bottom: 0.01rem solid #FFF;box-sizing: border-box;}
.navBar-list::-webkit-scrollbar{display: none;}
.navBar-list li{display: inline-block;height: 100%;}
.navBar-list li a{display: inline-block;height: 100%;position: relative;margin: 0 0.2rem;font-size: 0.29rem;color: #0D1421;line-height: 0.9rem;color: #0D1421;padding-left: 0.23rem;box-sizing:border-box;}
.navBar-list li a::before{content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 0.13rem;height: 0.12rem;background: #0C3ADB;border-radius: 50%;}
.navBar-list li a::after{content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 0.79rem;height: 0.1rem;background: url("../img/menu_ico_tittle01.png") no-repeat center;background-size: cover;display: none;}
.navBar-list li a.bourse::before{background: #F71C47;}
.navBar-list li a.bourse::after{background-image: url("../img/menu_ico_tittle02.png");}
.navBar-list li a.fund::before{background: #FF7536;}
.navBar-list li a.fund::after{background-image: url("../img/menu_ico_tittle03.png");}
.navBar-list li a.capitalRateChart::before{background: #FFD81F;}
.navBar-list li a.capitalRateChart::after{background-image: url("../img/menu_ico_tittle04.png");}
.navBar-list li a.liquidation::before{background: #51D100;}
.navBar-list li a.liquidation::after{background-image: url("../img/menu_ico_tittle05.png");}
.navBar-list li a.long-short::before{background: #0AD9D2;}
.navBar-list li a.long-short::after{background-image: url("../img/menu_ico_tittle06.png");}
.navBar-list li a.position::before{background: #23C2FF;}
.navBar-list li a.position::after{background-image: url("../img/menu_ico_tittle07.png");}
.navBar-list li a.boh::before{background: #4854FF;}
.navBar-list li a.boh::after{background-image: url("../img/menu_ico_tittle08.png");}
.navBar-list li a.bitfinex::before{background: #A348FF;}
.navBar-list li a.bitfinex::after{background-image: url("../img/menu_ico_tittle09.png");}
.navBar-list li a.news::before{background: #23DC96;}
.navBar-list li a.news::after{background-image: url("../img/menu_ico_tittle10.png");}
.navBar-list li a.celebrity::before{background: #1CBAC1;}
.navBar-list li a.celebrity::after{background-image: url("../img/menu_ico_tittle11.png");}
.navBar-list li a.dex::before{background: #36A7FF;}
.navBar-list li a.dex::after{background-image: url("../img/menu_ico_tittle12.png");}
.navBar-list li a.wallet::before{background: #FFA736;}
.navBar-list li a.wallet::after{background-image: url("../img/menu_ico_tittle13.png");}
.navBar-list li a.etf::before{background: #FFD81F;}
.navBar-list li a.etf::after{background-image: url("../img/menu_ico_tittle04.png");}
.navBar-list li a.article::before{background: #51D100;}
.navBar-list li a.article::after{background-image: url("../img/menu_ico_tittle05.png");}
.navBar-list li a.dissertation::before{background: #0AD9D2;}
.navBar-list li a.dissertation::after{background-image: url("../img/menu_ico_tittle06.png");}
.navBar-list li a.liquidationMaxpain::before{background: #FFA736;}
.navBar-list li a.liquidationMaxpain::after{background-image: url("../img/menu_ico_tittle13.png");}
.navBar-list li a.bitcoinTreasury::before{background: #23C2FF;}
.navBar-list li a.bitcoinTreasury::after{background-image: url("../img/menu_ico_tittle07.png");}
.navBar-list li a.reversal::before{background: #4854FF;}
.navBar-list li a.reversal::after{background-image: url("../img/menu_ico_tittle08.png");}
.navBar-list li a.reserve::before{background: #A348FF;}
.navBar-list li a.reserve::after{background-image: url("../img/menu_ico_tittle09.png");}
.navBar-list li a.hlPosition::before{background: #23DC96;}
.navBar-list li a.hlPosition::after{background-image: url("../img/menu_ico_tittle10.png");}
.navBar-list li a.calendar::before{background: #1CBAC1;}
.navBar-list li a.calendar::after{background-image: url("../img/menu_ico_tittle11.png");}
.navBar-list li a.hlMonitor::before{background: #36A7FF;}
.navBar-list li a.hlMonitor::after{background-image: url("../img/menu_ico_tittle12.png");}
.navBar-list li a.solEtf::before{background: #FFA736;}
.navBar-list li a.solEtf::after{background-image: url("../img/menu_ico_tittle13.png");}
.navBar-list li a.whaleAlert::before{background: #F71C47;}
.navBar-list li a.whaleAlert::after{background-image: url("../img/menu_ico_tittle02.png");}
.navBar-list li a.coinFlow::before{background: #FF7536;}
.navBar-list li a.coinFlow::after{background-image: url("../img/menu_ico_tittle03.png");}
.navBar-list li a.bourseBalance::before{background: #FFD81F;}
.navBar-list li a.bourseBalance::after{background-image: url("../img/menu_ico_tittle04.png");}
.navBar-list li a.bourseTransparency::before{background: #51D100;}
.navBar-list li a.bourseTransparency::after{background-image: url("../img/menu_ico_tittle05.png");}
.navBar-list li a.bitcoinRoe::before{background: #0AD9D2;}
.navBar-list li a.bitcoinRoe::after{background-image: url("../img/menu_ico_tittle06.png");}
.navBar-list li a.stablecoin::before{background: #23C2FF;}
.navBar-list li a.stablecoin::after{background-image: url("../img/menu_ico_tittle07.png");}
.navBar-list li a.calculator::before{background: #4854FF;}
.navBar-list li a.calculator::after{background-image: url("../img/menu_ico_tittle08.png");}
.navBar-list li a.optionsAnalysis::before{background: #A348FF;}
.navBar-list li a.optionsAnalysis::after{background-image: url("../img/menu_ico_tittle09.png");}
.navBar-list li a.btcSection::before{background: #23DC96;}
.navBar-list li a.btcSection::after{background-image: url("../img/menu_ico_tittle10.png");}
.navBar-list li a.ethSection::before{background: #1CBAC1;}
.navBar-list li a.ethSection::after{background-image: url("../img/menu_ico_tittle11.png");}
.navBar-list li a.active::after{display: block;}
.navBar-btn{position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1.04rem;height: 0.62rem;background: url("../img/home_ico_menu2.png") no-repeat center;background-size: cover;}

.topOff-scroll .topNav{height: 0;transition: height 0.2s;}
.newDetailPage .topOff-scroll.topOff{height: 0;}
/* h5导航栏 e */
/* 币种图片异常处理 s */
.abnormalCoin::before{width: 0.4rem;height: 0.4rem;font-size: 0.22rem;}
/* 默认 */
.allList .table td .nameBox .abnormalCoin{height: 0.4rem;}
.allList .table td .nameBox .abnormalCoin img{margin-right: 0.06rem;}
/* 首页 */
.indexShow .left ul li .abnormalCoin::before{width: 0.6rem;height: 0.6rem;font-size: 0.28rem;}
.mainPage.allList .table td .nameBox .abnormalCoin::before{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
.classAllList .tableBox .table td .nameBox .abnormalCoin::before{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
/* 新闻 */
.newPage .mainShow .left .newsList li .infoBox .abnormalCoin::before{top: 0.12rem;left: 0.06rem;}
.newDetailPage .mainTop .center>ul .abnormalCoin::before{left: 0.16rem;}
/* 爆仓数据 */
.hotInfo .tableList .tableWrap table td .abnormalCoin{height: 0.4rem;}
.hotInfo .tableList .tableWrap table td .abnormalCoin::before{width: 0.4rem;font-size: 0.22rem;}
/* 币种图片异常处理 e */
.headerBlock{height:2.11rem;}
.detailPage  .topNav{transition: none;transform: none !important;} 
.detailPage  .topOff-scroll .navBar{display: none;}
.detailPage  .headerBlock{height:2.11rem;}
.indexModule{margin-bottom:.4rem;padding-bottom:.2rem;position:relative;width:100%;grid-template-columns:repeat(5,1fr);display:grid;overflow-x:scroll;grid-gap:.16rem}
.indexModule .listModule{width:4.6rem;height:4.8rem;background:#fff;box-shadow:0 0 .24rem 0 rgba(164,164,165,.12);border-radius:.18rem;border:.02rem solid #f5f5f6;padding:.26rem;margin-left: .2rem;}
.indexModule h3{font-size:.26rem;color:#0d1421;line-height:.29rem;margin-bottom:.14rem}
.indexModule .listModule li{line-height:.68rem;margin-bottom:.1rem}
.indexModule .listModule li>a{line-height:.68rem;}
.indexModule .listModule li .number{font-size:.22rem}
.indexModule .listModule li .nameinfo img{width:.32rem;height:.32rem;margin-right:.1rem}
.indexModule .listModule li .name{font-size:.22rem}
.indexModule .listModule li .price{margin-right:.1rem;font-size:.22rem}
.indexModule .listModule li .wave{height:.67rem}
.indexModule .listModule li .wave .waveSvg{width:1.15rem;height:.3rem}
.indexModule .ratio{font-size:.2rem;line-height:.2rem;width:.9rem}
.indexModule .ratio::before{width:.2rem;height:.12rem}
.indexModule .smallModule{width:2.38rem;height:2.38rem;box-shadow:0 0 .3rem 0 rgba(164,164,165,.12);border-radius:.18rem;border:.02rem solid #f5f5f6;padding:.26rem}
.indexModule .dialPlateModule{width:2.38rem;height:2.38rem;box-shadow:0 0 .3rem 0 rgba(164,164,165,.12);border-radius:.18rem;border:.02rem solid #f5f5f6;padding:.1rem}
.indexModule .smallModule:nth-of-type(1){border-radius:.18rem 0 0 0;}
.indexModule .smallModule:nth-of-type(2){border-radius: 0 .18rem 0 0;}
.indexModule .dialPlateModule:nth-of-type(3){border-radius: 0 0 0 .18rem ;}
.indexModule .dialPlateModule:nth-of-type(4){border-radius: 0  0  .18rem 0;}
.indexModule .fourModule{grid-template-columns:repeat(2,1fr);grid-gap:.02rem;box-sizing:border-box}
.indexModule .smallModule>p{font-size:.26rem;line-height:.21rem;letter-spacing: .5px;}
.indexModule .smallModule .ratio{text-align:left}
.indexModule .smallModule>.waveSvg{width:100%;height:.8rem}
.indexModule .dialPlateModule h3{margin-top:.16rem;margin-left:.16rem}
.indexModule .dialPlateModule .rowBox{width:1.92rem;height:.96rem;margin:.36rem auto 0;padding:.32rem 0 0 0}
.indexModule .dialPlateModule .rowBox .number{font-size:.35rem;line-height:.35rem}
.indexModule .dialPlateModule .rowBox .text{font-size:.19rem;line-height:.18rem;margin-top:.2rem}
.indexModule .dialPlateModule .rowBox .block::before{width:.21rem;height:.21rem;top:-.1rem;left:-.06rem}
.indexModule .dialPlateModule .rowBox .block{width:.96rem;height:.01rem}
.indexModule .dialPlateModule .name img{width:.32rem;height:.32rem;margin-right:.1rem}
.indexModule .dialPlateModule .name{padding:.24rem 0 .14rem .16rem}
.indexModule .dialPlateModule .name span{font-size:.22rem;line-height:.32rem}
.indexModule .dialPlateModule .name i{font-size:.26rem;line-height:.32rem}
.indexModule .dialPlateModule .wavenew .waveSvg{width:1.15rem;height:.48rem}
.indexModule .textListModule{height:4.8rem;background:#fff;box-shadow:0 0 .24rem 0 rgba(164,164,165,.12);border-radius:.18rem;border:.02rem solid #f5f5f6;padding:0 .2rem;box-sizing:border-box}
.indexModule .textListModule li{padding:0;height:.96rem}
.indexModule .textListModule li .more h5{font-size:.22rem;line-height:.22rem}
.indexModule .textListModule li .more h6{font-size:.16rem;line-height:.19rem}
.indexModule .textListModule li .price{width:1rem;font-size:.19rem;margin-left:.1rem;white-space:nowrap}
.indexModule .widthChange1{width: 5.4rem;}
.indexModule .widthChange2{width: 4.12rem;}
.indexModule .widthChange3{width: 5.88rem;margin-right: .2rem;}
.ratioNew{width:1rem;font-size:.2rem}
.mainPage{padding:0 .2rem;width:100%;box-sizing:border-box}
.allList{margin:0 auto .3rem;width:100%}
.allList .nav{height:.72rem;line-height:.72rem;margin-bottom:.14rem;overflow: hidden;}
.allList .nav ul li{font-size:.26rem;color:#0d1421;width:1.6rem;height:.7rem}
.allList .nav ul li.on::after{width:1.6rem;height:.04rem}
.allList .nav ul li a{font-size:.26rem}
.allList .listBtn{margin-bottom: .2rem;}
.allList .listBtn .changeBtn{height:.74rem;border-radius:.15rem;padding:.07rem}
.allList .listBtn .changeBtn i{width:1.44rem;height:.6rem;border-radius:.1rem;line-height:.6rem;font-size:.22rem}
.allList .listBtn{flex-direction:column;width:100%}
.allList .listBtn .left{width:100%;justify-content:space-between;margin-bottom:.14rem}
.allList .listBtn .right{width:100%;justify-content:space-between;}
.allList.mainPage .tableNav:nth-last-of-type(1) .listBtn{flex-direction: row;}
.allList.mainPage .tableNav:nth-last-of-type(1) .listBtn .right{width: auto;}
.allList .listBtn .right button{flex:1;margin-right:.12rem;height:.64rem;border-radius:.2rem;line-height:.64rem;font-size:.24rem;font-weight:600}
.allList .listBtn .right button:nth-last-of-type(1){flex:1;margin-right:0}
.allList .table table tr{width:max-content;min-width: 100%;}
.flowBtn{width:2.08rem;height:.74rem;border-radius:.2rem;font-size:.22rem;line-height:.74rem}
.pagination{margin:.3rem 0}
.pagination .page{width:auto}
.pagination .page .pageNum{width:.58rem;height:.58rem;border-radius:.16rem;margin:0;line-height:.58rem;font-size:.22rem}
.pagination .next{width:.58rem;height:.58rem}
.pagination .pre{width:.58rem;height:.58rem}
.indexShow{width:100%;padding:.2rem;box-sizing:border-box;flex-direction:column;margin:0 auto ;}
.indexShow .left h5{font-size:.28rem;margin-bottom:.26rem;}
.indexShow .left{width:100%;margin-bottom:.6rem}
.indexShow .right{width:100%;margin-bottom:.2rem}
.indexShow .left ul{grid-template-columns:repeat(1,1fr);grid-gap:.32rem}
.indexShow .left ul li{padding:.48rem .26rem;height:2.78rem;border-radius:.23rem;border:.04rem solid #f5f5f6}
.indexShow .left ul li p img{width:.59rem;height:.59rem}
.indexShow .left ul li p span{font-size:.27rem}
.indexShow .left ul li p em{font-size:.28rem}
.indexShow .left ul li .ratioBox>div span{font-size:.24rem}
.indexShow .left ul li .ratioBox>div{line-height:.28rem}
.indexShow .left ul li .ratioBox .ratio{font-size:.24rem}
.indexShow .left ul li .ratioBox{grid-gap:.4rem}
.chooseAll{margin:.24rem 0 0 0}
.chooseAll a{width:1.95rem;height:.78rem;border-radius:.2rem;line-height:.78rem;font-size:.23rem}
.indexShow .right h5{font-size:.28rem;margin-bottom:.26rem;}
.indexShow .right .rectangleChange{height:.74rem;border-radius:.16rem;padding:.05rem;font-size:.22rem;line-height:.74rem;margin-bottom:.2rem}
.indexShow .right .rectangleChange i{width:1.44rem;line-height:.64rem;border-radius:.12rem}
.indexShow .right .rectangleChange i.on{border-radius:.12rem}
.indexShow .right .chartBox{width:100%;height:5.88rem}
.rightfloat .toTop{width:1.16rem;height:1.16rem;background:url(../img/ico_top.png) no-repeat center;background-size:cover;border:none}
.rightfloat .toTop a{opacity:0}
.rightfloat{top:70%;right:.2rem}
.flowBox{width:100%;margin-bottom:.6rem}
.flowBox .topTitle{flex-direction:column;padding: 0 .2rem;margin-bottom: .36rem;}
.flowBox .topTitle h1{width: 100%;text-align: left;font-size: 0.36rem;margin-bottom: .2rem;}
.flowOptions{width:100%;}
.flowBox .flowOptions .checkbox{margin-right: 1.2rem;font-size: .28rem;width: 1.5rem;display: block;}
.flowBox .flowOptions .checkbox input{width: .32rem;height: .32rem;}
.flowChart{width:100%;height:7.86rem}
.flowTab.allList .listBtn{flex-direction:column-reverse;padding:0 .14rem;box-sizing: border-box;}
.flowTab.allList .listBtn .right{box-sizing:border-box;margin-bottom: .2rem;}
.allList .listBtn .right .searchBox{width:2.5rem;height:.74rem;border-radius:.24rem;padding:.2rem}
.allList .listBtn .right .searchBox img{width:.32rem;height:.32rem}
.allList .listBtn .right .searchBox input{height:.32rem;line-height:.32rem;font-size:.24rem;flex:1;width:0}
/* .searchBox .searchDetail{left: 0;transform: translateX(0) !important;} */
.allList .listBtn .right button:nth-last-of-type(1){width:2.08rem;height:.74rem;line-height:.74rem;border-radius:.2rem;flex: none;}
.allList .listBtn .right .offInto i{width:.31rem;height:.29rem}
.allList .listBtn .right .classBtn{width: 2.08rem;height:.74rem;border-radius:.2rem;font-size: .24rem;}
.allList .listBtn .right .classBtn input{width: .32rem;height: .32rem;}
.allList .table th{height: .96rem;line-height:.96rem;font-size: .22rem;}
.allList .table td{height: .8rem;padding: 0 .1rem;}
/* .allList .table td .waveSvg{max-width: 1.2rem;width: 100%;} */
.allList .table td .nameBox img{width: .4rem;height: .4rem;vertical-align: -.08rem;}
.allList .table td .nameBox .name{font-size: .22rem;}
.allList .table td .price{font-size: .22rem;}
.allList .table .collectOff{width: .32rem;height: .32rem;}
.allList .ratio{font-size: .22rem;}
.tableBox .tableWrap{overflow-x: scroll;}
.tableBox .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.tableBox .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}
.allList .tableWrap{overflow-x: scroll;}
.allList .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.allList .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}
.smallList .tableWrap{overflow-x: scroll;}
.smallList .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.smallList .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}
.tableItemLeft .tableWrap{overflow-x: scroll;}
.tableItemLeft .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.tableItemLeft .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}
.hotInfo .tableList .tableNormal .tableWrap{overflow-x: scroll;}
.hotInfo .tableList .tableNormal  .tableWrap>div::-webkit-scrollbar{width:6px;height:80%;border-radius:3px}
.hotInfo .tableList .tableNormal  .tableWrap>div::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background:#616e85}

.allList.mainPage .nav .next{width: .72rem;height: .72rem;}
.footer{overflow: hidden;}

.topNavList{position: fixed;width: 100vw;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background: #fff;z-index: 11;padding: .4rem .4rem 1.36rem;box-sizing: border-box;display: none;}
.topNavList.logining .loginBtn{background: #616E85;color: #FFFFFF;font-size: 0;}
.topNavList.logining .loginBtn::before{content: '退出登录';font-size: .24rem;display: block;width: 100%;}
.topNavList>div{height: 100%;display: flex;flex-direction: column;align-items: flex-end;}
.topNavList i{display: block;width: .6rem;height: .6rem;background: url(../img/ico_pop_closeNav.png) no-repeat center;background-size: .36rem;}
.topNavList ul{display: flex;flex-direction: column;overflow: hidden;overflow-y: auto;padding:.12rem 0  .2rem;box-sizing: border-box;flex: 1;width: 100%;align-items: flex-start;scrollbar-width: none;}
.topNavList .newsUal::-webkit-scrollbar{display: none;}
.topNavList ul li{line-height: 1.12rem;font-size: 0.28rem;width:100%;
  color: #0D1421;border-top: .02rem solid #F5F5F6;position: relative;}
.topNavList ul li a{color: #0D1421;display: block;min-height: 1.12rem;}
.topNavList ul li .moreList{display: flex;flex-direction: column;height: 0;overflow: hidden;transition:height .5s ease}
.topNavList ul li .moreList a{border-top: .02rem solid #F5F5F6;min-height: 1.12rem;font-size: 0.28rem;display: flex;align-items: center;}
.topNavList ul li .moreList a img{display: block;width: .48rem;height: .48rem;margin-right: .24rem;margin-left: .2rem;}
.topNavList .loginBtn{width: calc(100% - 0.8rem);height: 0.96rem;background: #3562FF;border-radius: 0.2rem;border: none;font-size: 0.28rem;
  color: #F5F9FF;position: fixed;bottom: .4rem;left: 50%;transform: translateX(-50%) !important;}
.topNavList ul li.lioff>.link,.topNavList ul li.lion>.link{position: relative;}
.topNavList ul li.lioff>.link::before{content: '';display: block;background: url(../img/ico_pop_more02.png) no-repeat center;background-size: .28rem .16rem;width: 1.12rem;height: 1.12rem;position: absolute;right: 0;transform: rotate(180deg);}
.topNavList ul li.lion>.link::before{content: '';display: block;background: url(../img/ico_pop_more02.png) no-repeat center;background-size: .28rem .16rem;width: 1.12rem;height: 1.12rem;position: absolute;right: 0;transform: rotate(0deg);}
.bourseInfo{width: 100%;margin: 0 auto .5rem;}
.bourseInfo .infoBox{flex-direction: column;}
.bourseInfo .infoBox .left{margin-right: 0;margin-bottom: .6rem;}
.bourseInfo .infoBox .left ul {display: grid;grid-template-columns: 1fr 1fr;width: 100%;grid-gap: .12rem;padding: 0 .2rem;box-sizing: border-box;}
.bourseInfo .infoBox .left ul li{width: auto;height:1.5rem;margin-bottom: 0;border-radius: .2rem;padding: 0 .28rem;}
.bourseInfo .infoBox .left ul li h5{font-size: 0.28rem;color: #616E85;}
.bourseInfo .infoBox .left ul li h6{font-size: 0.36rem;color: #0D1421;}
.bourseInfo .infoBox .right .chartBox{width:100%;height:9rem ;}
.bourseInfo .infoBox .right{padding: 0 .2rem;}
.chartChangeBtn i{width: 1.44rem;height: 0.64rem;border-radius: 0.12rem;line-height: 0.64rem;font-size: .24rem;}
.chartChangeBtn{height: .84rem;background: #EFF2F5;border-radius: 0.2rem;margin: 0 .2rem .2rem;}

.histogramBox{width: 100%;padding: 0 .2rem;box-sizing: border-box;}
.histogramBox .histogramList{width: 100%;height: 9.46rem;}
.reserve{width: 100%;padding: 0 .2rem;box-sizing: border-box;margin-bottom: .6rem;}
.flexBox{flex-direction: column;}
.reserve .smallList{width: 100%;padding: .28rem 0;height: auto;margin-bottom: .2rem;}
.reserve .rigthList{padding: .6rem .5rem;width: 100%;height: auto;}
.reserve .rigthList ul{width: 100%;}
.reserve .rigthList li{width: 100%;padding: .25rem 0 .3rem;height: .96rem;}
.reserve .rigthList li img{width: .48rem;height: .48rem;margin-right: .12rem;}
.reserve .rigthList li p{font-size: 0.26rem;}
.reserve .rigthList li em{font-size: 0.22rem;}
.bourseInfo .bourseTitle{margin:.3rem 0 .6rem;padding:0  .2rem;}
.crumbs{width: 100%;padding: 0 .2rem;box-sizing: border-box;}
.crumbs ul li a{font-size: 0.24rem;line-height: 0.36rem;}
.bourseInfo .bourseTitle img{width: .48rem;height: .48rem;margin-right: .1rem;}
.bourseInfo .bourseTitle h1{font-size: 0.38rem;}
.reserve>h3{font-size: 0.36rem;margin-bottom: .2rem;}
.reserve .smallList th{height: .77rem;line-height: .77rem;font-size: 0.22rem;}
.reserve .smallList td .coinInfo .coinImg{margin-right:0.08rem}
.reserve .smallList td .coinInfo .name h5{font-size: 0.26rem;}
.reserve .smallList td .coinInfo .name h6 img{width: .14rem;height: .14rem;margin-right: .03rem;}
.reserve .smallList td .coinInfo .name h6 span{font-size: 0.2rem;line-height: .2rem;}
.reserve .smallList td .coinInfo .name h6 i{display: block;}
.reserve .smallList td{height: 1.24rem;line-height: 1.24rem;font-size: .24rem;}
.bourseList{padding:0 .2rem;box-sizing: border-box;}
.reserve .smallList table{width: max-content;margin-bottom: .4rem;}
.reserve .smallList tr{padding: 0 .48rem;}
.listTitle{padding:0 .2rem;box-sizing: border-box;}
.risePage .mainShow{width: 100vw;}
.risePage .changeBtn i:nth-of-type(2){display: none;}
.risePage .changeBtn i:nth-of-type(5){display: none;}
.risePage .changeBtn{margin-right: 0;margin: 0 auto;}
.risePage .mainShow .tableList{flex-direction: column;padding: 0 .2rem;box-sizing: border-box;}
.classAllList .tableBox{margin-top: .4rem;}
.classAllList .tableBox .table tr th{line-height: .22rem;height: .44rem;}
.risePage .mainShow .tableList .tableItem{width: 100%;margin-bottom: .2rem;}
.capitalRateTitle{font-size: 0.36rem; line-height: 0.52rem;    margin: .2rem auto .6rem;text-align: left;padding: 0 .4rem ;box-sizing: border-box;}
.contractInfo>div>h5{font-size: 0.26rem;margin-bottom:.2rem;text-indent: 0;padding:0 .4rem;box-sizing: border-box;}
.capitalRateBox{width: 100%;}
.contractInfo{flex-direction: column;margin-bottom: .6rem;}
.contractInfo .left{width: 100%;margin-bottom: .6rem;}
.contractInfo .contractList{padding:0 .2rem;grid-gap: .12rem;}
.contractInfo .contractList li{width: auto;height: 1.64rem;}
.contractInfo .contractList li h3{font-size: .36rem;line-height: .36rem;margin-bottom: .23rem;}
.contractInfo .contractList li h4{font-size: 0.23rem;}
.contractInfo .right{margin: 0;}
.contractInfo .highAndLow{padding:0 .2rem;grid-template-columns: repeat(1, 1fr);}
.contractInfo .contractList li h4 img{width: .26rem;height: .26rem;}
.contractInfo .highAndLow .highAndLowBox{padding: .32rem .54rem .28rem;border-radius: 0.19rem;}
.contractInfo .highAndLow .highAndLowBox h5{font-size: 0.26rem;line-height: .36rem;margin-bottom: .28rem;}
.contractInfo .highAndLow .highAndLowBox li{height: 1rem;}
.contractInfo .highAndLow .highAndLowBox li .name .imgBox img{width: .32rem;height: .32rem;}
.contractInfo .highAndLow .highAndLowBox li .name .imgBox img:nth-of-type(1){margin-right: -.08rem;}
.contractInfo .highAndLow .highAndLowBox li .name p{font-size: 0.2rem;line-height: 0.2rem;margin-top: .1rem;}
.contractInfo .highAndLow .highAndLowBox li .ratio{font-size: 0.26rem;}
.moreTable.allList .listBtn {padding:0 .2rem;box-sizing: border-box;}
.moreTable.allList .listBtn .changeBtn{}
.allList .listBtn .changeBtn{margin-right:0 ;}
.moreTable.allList .listBtn .changeBtn i{width: 1.2rem;}
.listBtn .hotChartBtn{margin-right: .24rem;}
.moreTable.allList .listBtn .right>div{flex: 1;justify-content: space-between;}
.listBtn .hotChartBtn{width: 2.44rem;height: 0.74rem;border-radius: 0.2rem;}
.risePage .tableList .tableItem .tableWrap{border-radius: .24rem;border: .04rem solid #f5f5f6;padding: 0;}
.risePage .allList .listBtn .changeBtn{margin: 0 auto;}
.risePage .tableList .tableItem .tableWrap table td{height: 1rem;line-height: 1rem;}
.capitalRateBox .allList .table tr{grid-template-columns: 40px repeat(25, 100px) !important;}
.hotInfo .mainShow{width: 100%;padding: 0 .2rem;box-sizing: border-box;}
.hotInfo .mainShow .topShow .topItem{width: 100%;margin-bottom:.6rem ;}
.hotInfo .mainShow .topShow{flex-direction: column;}
.hotInfo .selectBtn{flex-direction: column;align-items:flex-start;margin-bottom: 0;}
.hotInfo .selectBtn .listBtn{flex-direction: column;align-items:flex-start}
.hotInfo .selectBtn .listBtn .changeBtn{border-radius: .14rem;padding: 0;height: .56rem;border: .06rem solid #eff2f5;margin: 0 .2rem .2rem .2rem;}
.hotInfo .selectBtn .listBtn .changeBtn i{height: .56rem;line-height: .56rem;font-size: .24rem;}

.hotInfo .selectBtn h5{font-size: 0.36rem;line-height:.36rem;margin-bottom: .2rem;margin-left: .2rem;}
.hotInfo .hotEchart{width: 100%;height: 5.88rem;}
.hotInfo .infoBox{width: 100%;height:auto;display: grid;grid-template-columns: repeat(2,1fr);grid-gap: .12rem;}
.hotInfo .infoBox li{width: auto;height: 2.12rem;padding: .35rem .16rem;margin: 0;}
.hotInfo .infoBox li .infoTxt>div{width: 50%;}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(3), .hotInfo .infoBox li .infoTxt>div>p:nth-child(1){font-size: 0.2rem;line-height: 0.2rem;}
.hotInfo .infoBox li .infoTxt>div>p:nth-child(2){font-size: 0.16rem;line-height: 0.18rem;margin: .48rem 0 .1rem;}
.hotInfo .infoBox li .infoTxt .totalNum{text-align: right !important;}
.hotInfo .multOrderNum{font-size: 0.24rem;line-height: .24rem;}
.hotInfo .noneOrderNum{font-size: 0.24rem;line-height: .24rem;}
.hotInfo .infoBox li .infoProcess{height: 0.12rem;border-radius: 0.06rem;}
.hotInfo .infoBox li .infoProcess .processWid{border-radius: 0.06rem;}
.hotInfo .addMargin{margin: 0;flex-direction: column;}
.hotInfo .mainShow .tableList .tableItem{width: 100%;}
.hotInfo .tableList .tableItem .tableWrap{margin: .2rem 0 .6rem;height: 11.2rem;width: 100%;overflow-x: scroll}
.hotInfo .tableList .tableItem .tableWrap table{width: max-content !important;min-width: 100%;}
.hotInfo .tableList .tableItem:nth-of-type(1) .tableWrap table tr{grid-template-columns: 4fr 3fr 3fr 3fr 2fr 3fr;min-width: 100%;}
.hotInfo .tableList .tableItem:nth-of-type(2) .tableWrap table tr{grid-template-columns: 3rem 2fr 2fr 2.8rem;min-width: 100%;}
.hotInfo .tableList .tableItem .tableWrap table th{font-size: 0.22rem;height: .6rem;line-height: .6rem;padding: 0 .2rem;}
.hotInfo .tableList .tableItem .tableWrap table td{height: 1rem;line-height: 1rem;padding: 0 .2rem;}
.hotInfo .mainShow .echartWapBox{margin-bottom: .6rem;}
.hotInfo .mainShow .echartWapBox .echartTopHot{height: 5.6rem;}
.hotInfo .tableList table{width: max-content;}
.favorites .mainShow{width: 100%;flex-direction: column;}
.favorites .mainShow .labelNav{width: 100%;margin: .68rem 0 1.02rem .38rem;}
.favorites .mainShow .labelNav .navChange>div{display: none;align-items: flex-start;justify-content: flex-start;width: auto;height: auto;}
.favorites .mainShow .labelNav .navChange>div.on{display: flex;background:transparent;}
.favorites .userInfo{width: 100%;box-sizing: border-box;padding: 0 .6rem;}
.favorites .userInfo>p{font-size: 0.28rem;line-height: 0.36rem;}
.favorites .userInfo .infoItem.phoneNum .phone{font-size: 0.4rem;line-height: 0.4rem;}
.favorites .codeBtn{font-size: 0.24rem;line-height: .24rem;}
.favorites .userInfo .infoItem{width: auto;height: .96rem;}
.favorites .password{font-size: .24rem;padding: .1rem .36rem;}
.favorites .eyeon{width: .34rem;height: .24rem;}
.favorites .btn{width: 3.6rem;height: 1rem;line-height: 1rem;margin: .6rem auto;font-size: 0.24rem;border-radius: 0.24rem;}
.favorites .tips{font-size: 0.22rem;line-height: .36rem;padding-left: .4rem;}
.favorites .favoriteNews .moreNews{grid-template-columns: repeat(1,1fr);padding:0 .2rem ;box-sizing: border-box;grid-gap:.4rem;margin-bottom: .4rem;}
.favorites .favoriteNews .moreNews li .imgBox{min-height: 3.56rem;border-radius:.3rem;}
.favorites .favoriteNews .moreNews li .newsTitle{font-size: 0.32rem;line-height: .44rem;height: .88rem;margin-top: .3rem;}
.favorites .favoriteNews .moreNews li .newsContent{font-size: 0.24rem;margin: .2rem 0;line-height: .4rem;height: 1.6rem;}
.favorites .ratioItem .ratioinfo{height: 0.48rem;border-radius: 0.24rem;font-size: .24rem;margin-right: .2rem;padding: .06rem .16rem;}
.favorites .ratioItem .ratioinfo img{width: .36rem;height: .36rem;margin-right: .08rem;}
.favorites .collect{width: 0.36rem;height: 0.32rem;}
.favorites .table td{height: 1rem;}
.favorites .table th{font-size: .24rem;height: .6rem;line-height: 0.6rem;}
.favorites .table td .nameBox img{width: .4rem;height: .4rem;vertical-align: -.12rem;}
.favorites .table td .nameBox .name{font-size: .28rem;}
.favorites .table td .waveSvg{width: 100%;min-width: 70px;}
.favorites .table td .waveSvg{width: 100%;min-width: 70px;}
.favorites .attention {width: 100%;box-sizing: border-box;padding: 0 .4rem;}
.favorites .attention ul li .autherPic{width: .58rem;height: .58rem;}
.favorites .attention ul li .attentionInfo {    padding: 0 1.4rem .32rem .26rem;}
.favorites .attention ul li .attentionInfo .authorBox h4 {font-size: .32rem;}
.favorites .attention ul li .attentionInfo>.followBtn {width: 1.28rem;height: .64rem;font-size: .24rem;}
.favorites .attention ul li .attentionInfo .authorBox span{font-size: .24rem;}
.favorites .attention ul li .attentionInfo .detailText p{font-size: .26rem;line-height: .36rem;}
.favorites .attention ul li .attentionInfo .followBtn i {width: .24rem;height: .24rem;}
.favorites .attention ul li .attentionInfo .authorBox a {height: .4rem;}
/* */
.topNav .rightSearch .searchBox{display: block !important;}
/* 登录注册弹窗 s */
.loginDialog-main{width: 6.67rem;height: 11rem;border-radius: 0.5rem;}
.loginDialog-left{display: none;}
.loginDialog-right{width: 100%;padding: 0 0.42rem;}
.loginDialog-close{top: 0.3rem;right: 0.3rem;width: 0.34rem;height: 0.34rem;}
.loginDialog-block{padding-top: 1.1rem;}
.loginDialog-block[data-module="setPasswordBlock"]{padding-top: 0.7rem;}
.loginDialog-title{font-size: 0.36rem;line-height: 0.48rem;}
.loginDialog-box{margin-top: 0.6rem;}
.loginDialog-form-item{margin-top: 0.5rem;}
.loginDialog-form-item:first-child{margin-top: 0;}
.loginDialog-form-item.noName{margin-top: 0.4rem;}
.loginDialog-form-name{font-size: 0.29rem;line-height: 0.38rem;padding-left: 0.1rem;margin-bottom: 0.2rem;}
.loginDialog-form-input{height: 0.8rem;border-radius: 0.15rem;}
.loginDialog-form-input input{font-size: 0.29rem;width: 100%;}
.loginDialog-form-error{font-size: 0.29rem;}
.loginDialog-form-item.noName .loginDialog-form-error{top: -0.38rem;}
.loginDialog-form-item .loginDialog-form-code-tip{bottom: -0.38rem;font-size: 0.22rem;line-height: 0.38rem;}
.loginDialog-form-icon{width: 0.36rem;height: 0.36rem;margin: 0 0.2rem;}
.loginDialog-form-verifyCode{font-size: 0.25rem;margin: 0 0.2rem;}
.loginDialog-form-clear{width: 0.38rem;height: 0.37rem;margin: 0 0.2rem;}
.loginDialog-form-eye{width: 0.35rem;height: 0.25rem;margin: 0 0.2rem;}
.loginDialog .loginDialog-btn{height: 0.8rem;border-radius: 0.15rem;font-size: 0.32rem;margin-top: 1.5rem;}
.loginDialog-block[data-module="setPasswordBlock"] .loginDialog-btn{margin-top: 1rem;}
.loginDialog-type{padding: 0.4rem 0 0.8rem;}
.loginDialog-type span{font-size: 0.28rem;line-height: 0.38rem;margin: 0 0.3rem;}
.loginDialog-type span::after{right: -0.3rem;}
.loginDialog-protocol{font-size:0.25rem;line-height: 0.38rem;margin-top: 0.8rem;} 
.loginDialog-protocol i{width:0.33rem;height:0.33rem;margin-right:0.13rem;}
.loginDialog-gologin{font-size: 0.25rem;line-height: 0.38rem;margin-top: 1rem;}
.loginDialog-block[data-module="setPasswordBlock"] .loginDialog-gologin{margin-top: 0.8rem;}
/* 登录注册弹窗 e */
.bourseAllList{padding: 0 .2rem;box-sizing: border-box;}
.risePage .tableList .tableItem .tableWrap table th{height: 1rem;line-height: 1rem;font-size: .26rem;padding: 0 .1rem;}
/* .footer{padding: .4rem .2rem;box-sizing: border-box;}
.footerTop{width: 100%;padding: 0;}
.footerTop .footerLogo{display: none;font-size: 0.28rem;line-height: 0.56rem;}
.footerTop .footerTxt p:nth-of-type(1){margin-bottom: .4rem;}
.footerTop .footerTxt .footerInfo{font-size: 0.24rem;line-height: 0.34rem;margin-bottom: .28rem;}
.footerTop .footerTxt .footerInfo em{display: block;}
.footerbottom{width: 100%;font-size: 0.24rem;padding: .2rem 0 0 0;}
.footerbottom p{width: 100%;display: flex;justify-content: space-between;}
.footerbottom .txtlink{display: none;} */
.hotChart{width: 100%;height: 10rem;}
.allList .table.futuresInflow table tr{    grid-template-columns: repeat(16, 1fr);}
.allList .table.futuresInflow table tr th,.allList .table.futuresInflow table tr td{padding: 0 .2rem;}
/*spotInflow  */
.allList .table.spotInflow table tr{    grid-template-columns: repeat(16, 1fr);}
.allList .table.spotInflow table tr th{padding: 0 .2rem;}

.aggreement .aggrementBox{width: 6.67rem;height: 11rem;border-radius: .48rem;padding: .8rem .3rem;}
.aggreement .aggrementBox .contentWarp{height: 65vh;}
.aggreement .aggrementBox .contentWarp .content p{font-size: .24rem;line-height: .56rem;}
.aggreement .aggrementBox .titleBox p{font-size: .36rem;line-height: .52rem;}
.aggreement .aggrementBox .titleBox .close{width: .28rem;height: .28rem;top: -.5rem;right: 0rem;}
.DKDChart{width: 100%;height: 7rem;margin-bottom: .5rem;}
.DKDCharthave{width: 100%;height: 7rem;margin-bottom: .5rem;}
/* .porosity {background-color: #eff2f5;} */
.porosity .mainShow{width: 100%;}
.porosity .mainShow .topSele{padding: 0 .2rem;box-sizing: border-box;}
.porosity .selectBtn{padding: .2rem;box-sizing: border-box;margin-bottom:.3rem ;flex-direction: column;}
.porosity .selectBtn.topSele .listBtn{margin: .52rem 0 .2rem;}
.porosity .selectBtn .listBtn .changeBtn{width: 100%;;height: .84rem;border-radius: .2rem;padding: .1rem;justify-content: space-between;}
.porosity .selectBtn .listBtn .changeBtn i{width: 1.4rem;height: .64rem;border-radius: .12rem;line-height: .64rem;font-size: .22rem;flex: 1;}
.porosity .selectBtn h5{font-size: .36rem;line-height: .36rem;padding-left: .2rem;  margin-bottom: .2rem;}
.porosity .topBox{flex-direction: column;padding: 0 .2rem;box-sizing: border-box;}
.porosity .topItem{width: 100%;height: auto;margin-bottom: .2rem;}
.porosity .topItem ul{padding: .66rem .8rem 0;flex-wrap:nowrap;flex-direction: column;}
.porosity .topItem ul li{width:100%;justify-content: space-between;}
.porosity .topItem ul li p{font-size: .22rem;line-height: .36rem;}
.porosity ul li .ratio{font-size: .2rem;}
.porosity .topItem ul li .right{font-size: .2rem;line-height: .3rem;}
.porosity .binanceBtc, .porosity .porpsitBtc{width: 100%;height: 5rem;margin-bottom:.4rem;}

.porosity .selectBtn .listBtn{align-items: flex-start;margin-top: .1rem;justify-content: space-between;}
.porosity .selectBtn .listBtn .right{width: 100%;margin:0 .2rem;justify-content: space-between;}
.porosity .selectBtn .listBtn .right>div{flex: 1;}
.porosity .selectBtn>div>p{padding-left: .2rem;}
.porosity .addMarginTop{margin: .6rem 0 0 0;padding: 0 .2rem;box-sizing: border-box;}
.porosity .tableList .tableItemLeft{width: 100%;padding: .6rem 0 .3rem;border-radius: .24rem;border: .04rem solid #f5f5f6;display: flex;flex-direction: column;height:15rem ;}
.porosity .tableList .tableMore{height: auto;flex: 1;}
.porosity .selectBtn.porMon{flex-direction: column;}
.tableItemLeft .selectBtn{flex-direction: column;padding: 0;}
.porosity .tableList .tableLeft table tr{grid-auto-flow: column;width: max-content;min-width: 100%;}
.porosity .tableBox table tr th{background: transparent;}
.porosity .tableBox table .numInfo{line-height: .3rem;}
/* .positionTable {background-color: #eff2f5;} */
.positionTable .selectBtn{padding: 0 .2rem;box-sizing: border-box;margin-bottom: .2rem;}
.positionTable .mainShow{width: 100%;}
.addMarginTop{padding: 0 .2rem;box-sizing: border-box;}
.positionTable .allList .table tr{width: max-content;min-width: 100%;}
.allList .table th{padding: 0 .1rem;}
.undefindBox{width: 100%;height: calc(100vh - 1.91rem);display: flex;flex-direction: column;justify-content: center;align-items: center;}
.undefindBox img{display: block;width: 4rem;margin-bottom: .6rem;}
.undefindBox p{font-size: .28rem;color: #616E85;line-height: .4rem;text-align: center;margin-bottom: .6rem;}
.undefindBox a{display: block;width: 1.8rem;height: .8rem;background: #3562FF;border-radius:.24rem;text-align: center;line-height:.8rem;font-size: .28rem;color: #F5F9FF;}
/*  */
.detailPage .flowOptions .select{width: 1.68rem;height: .6rem;line-height: .6rem;font-size: .24rem;margin-left: .15rem;border: .02rem solid transparent;padding: 0 .2rem 0 .15rem;}
.detailPage .flowOptions .select.active{border: .02rem solid #3562ff;}
.tableList .table td{height: .8rem;font-size: .22rem;}
.tableList .table th{line-height: .8rem;height: .8rem;font-size: .22rem;}
.tableList .ratio{font-size: .22rem;}
.tableList table td .price{font-size: .22rem;margin: .05rem 0;}
.tableList table td .nameBox{display: flex;align-items: center;}
.tableList table td .nameBox .name{font-size: .22rem;}
.tableList table td .nameBox img{width: .4rem;height: .4rem;border-radius: 50%;overflow: hidden;vertical-align: -.08rem;;margin-right: .1rem;}
.tableList .ratio::before{width: .2rem;height: .14rem;}
.listBtn .selectOption,.detailPage .flowOptions .selectOption{box-shadow: 0 .06rem .1rem 0 rgba(164, 164, 165, .2);border-radius: .16rem;padding: .1rem 0;font-size: .22rem;color: #0d1421;line-height: .6rem;max-height: 4rem;}

.listBtn .select.addWid{min-width: 2.4rem !important;}
.listBtn .selectOption li,.flowOptions .selectOption li{height: .5rem;font-size: .2rem;color: #0d1421;line-height: .5rem; padding-left: .2rem;box-sizing: border-box;}

.listBtn .selectDir{min-width: .26rem;right: .2rem}
.listBtn .select{min-width: 1.7rem;;height: .6rem;line-height: .6rem;font-size: .24rem;margin-left: .15rem;border-radius: .12rem;border: .02rem solid transparent;padding:0 .6rem 0 .15rem;flex-shrink: 0;}
.listBtn .select:nth-of-type(1){margin-left: 0;}
.listBtn .select.active{border:.02rem solid #3562ff;}
/* 交易所详情新增内容 s */
.bourseContentWrap{width: 100%;margin-bottom: 0.6rem;}
/* 新增内容-介绍 */
.bourseCard{margin-top: 0.4rem;padding: 0px 0.2rem 0.4rem;border: none;display: flex;align-items: flex-start;justify-content: space-between;}
.bourseCard-left{width: 100%;}
.bourseCard-statis{display: flex;align-items: center;height: auto;padding-bottom: 0.4rem;box-sizing: border-box;}
.bourseCard-title{width: 100%;padding-right: 0;display: flex;align-items: center;}
.bourseCard-title::after{display: none;}
.bourseCard-title img{width: 0.85rem;height: 0.85rem;}
.bourseCard-title h4{font-size: 0.48rem;margin-top: 0;margin-left: 0.2rem;}
.bourseCard-statis-list{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 0.2rem;padding: 0.4rem 0;border-bottom: 1px solid #F5F5F6;}
.bourseCard-statis-list li{width: auto;height: 1.8rem;border-radius: 0.24rem;padding-left: 0.3rem;margin-left: 0;}
.bourseCard-statis-name{font-size: 0.24rem;}
.bourseCard-statis-num{font-size: 0.32rem;margin-top: 0.12rem;}
.bourseCard-content{padding: 0.4rem 0;}
.bourseCard-content p{font-size: 0.28rem;line-height: 0.56rem;}
.bourseCard-content .bourseCard-content-more{font-size: 0.28rem;line-height: 0.56rem;}
.bourseCard-content .bourseCard-content-more::before{width: 0.4rem;height: 0.56rem;}
.bourseCard-links{margin-top: 0.4rem;}
.bourseCard-links ul{display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 0.3rem;padding: 0 0.1rem;box-sizing: border-box;}
.bourseCard-links ul li{width: auto;height: 1rem;margin-right: 0;}
.bourseCard-right{display: none;}
.bourseCard-right-inner{display: flex;flex-wrap: wrap;padding: 0.4rem 0;border-bottom: 1px solid #F5F5F6;}
.bourseCard-other{margin-bottom: 0.2rem;width: 33.33%;}
.bourseCard-other:last-child{width: 100%;margin-bottom: 0;}
.bourseCard-other-name{font-size: 0.24rem;line-height: 0.4rem;margin-bottom: 0.1rem;}
.bourseCard-other-name .tips{width: 0.28rem;height: 0.28rem;margin-left: 0.08rem;}
.bourseCard-other-content{font-size: 0.28rem;line-height: 0.4rem;}
.bourseCard-other-content .star-list i{width: 0.28rem;height: 0.27rem;margin-right: 0.08rem;}
.bourseCard-other-content .support-list{flex-wrap: nowrap;}
.bourseCard-other-content .support-list li {margin: 0;flex: 1;}
.bourseCard-other-content .support-list li i{width: 0.28rem;height: 0.28rem;margin-right: 0.1rem;}
/* 新增内容-认证等展示 */
.bourseQuality{margin-top: 0.6rem;padding: 0 0.2rem;box-sizing: border-box;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 0.2rem;}
.bourseQuality-item{width: auto;height: 1.8rem;border-radius: 0.3rem;margin-right: 0;padding-left: 0.3rem;}
.bourseQuality-item-name{font-size: 0.24rem;line-height: 0.4rem;}
.bourseQuality-item-content{font-size: 0.3rem;line-height: 0.4rem;margin-top: 0.2rem;}
.bourseQuality-item-content span{font-size: 0.4rem;}
.bourseQuality-item-content em{font-size: 0.3rem;}
/* 新增内容-费用 */
.bourseCost{margin-top: 0.6rem;}
.bourseCost-title{font-size: 0.4rem;line-height: 0.48rem;padding-left: 0.2rem;}
.bourseCost-title a{width: 1.68rem;height: 0.56rem;border-radius: 0.08rem;font-size: 0.24rem;line-height: 0.56rem;margin-left: 0.1rem;}
.bourseCost-box{flex-direction: column;padding: 0 0.2rem;box-sizing: border-box;margin-top: 0.2rem;}
.bourseCost-list{width: 100%;margin-top: 0;border-top: none;}
.bourseCost-list:first-child{border-top: 1px solid #979797;}
.bourseCost-list li{height: auto;padding: 0.24rem;}
.bourseCost-list li.specHigh{height: auto;}
.bourseCost-item-name{min-width: 1.4rem;font-size: 0.24rem;}
.bourseCost-item-content{font-size: 0.28rem;}
/* 交易所详情新增内容 e */

/* .detailPage{background-color: #eff2f5;} */

.detailPage .center .splitLine{margin-bottom:  0 !important;padding-left: .2rem;padding: .3rem 0 .2rem .2rem;border-top: .02rem solid #F5F5F6;}
.detailPage .center .splitLine::before{width: .4rem;height: .4rem;    margin-right: .1rem;}

.detailPage .center .centerLineK{display: block;}
.detailPage .center .centerLineK .lineKleft{padding-left: .2rem;}
.detailPage .center .changeBtcK i{height: .56rem;line-height: .56rem;font-size: .24rem;padding: 0 .16rem;}
.detailPage .center .centerLineK .lineKleft .changeBtcK{margin-right: .2rem;height: auto;border-radius: .16rem;border: .06rem solid #eff2f5;}
.detailPage .center .centerLineK{    margin: 0;}
.detailPage .center .centerLineK .lineKleft .changeBtcK i>img{width: .34rem;height: .34rem;}
.detailPage .centerLineK .selectBtn .listBtn .changeBtn i{flex: 1;width: .72rem;height: .6rem;border-radius: .12rem;line-height: .6rem;font-size: .24rem;}

.detailPage .mainShow{width:100vw;margin:0 auto .48rem;flex-direction: column;padding: 0;}
.detailPage .mainShow .left{position: relative;width:100vw;padding: .1rem .2rem;box-sizing: border-box;overflow: auto;height: auto;margin:0 ;}
.detailPage .mainShow .left.show{position: relative;}
.detailPage .selectBtn .listBtn .changeBtn {margin-right: .34rem;}
.detailPage .left .selectBtn .listBtn .changeBtn{border-radius: .18rem;padding: 0;}
.detailPage .mainShow .center{width: 100%;padding:0;margin-bottom: .4rem;}
.detailPage .selectBtn .tips>img{width: .4rem;height: .4rem;}
.detailPage .selectBtn .tips h5{font-size: .28rem;line-height: .3rem;}
.detailPage .selectBtn .tips .collectOff{width: .5rem;height: .5rem;border-radius: .18rem;background: url(../img/home_ico_collect01.png) no-repeat center;}
.detailPage .mainShow .addSpace, .detailPage .mainShow .left{width: 100%;}
.detailPage .mainShow .addSpace{height: 2.78rem;}
.detailPage .mainShow .left.meTop{position: fixed !important;top:0;bottom: auto !important;z-index: 3;background: #fff;animation: reshow .5s ease 1;animation-fill-mode: forwards;border-bottom: .02rem solid #eff2f5;overflow: hidden;}
.detailPage .mainShow .left.meoffTop{animation: rehide .5s ease 1;animation-fill-mode: forwards}
@keyframes reshow {
  0%{height: 0rem;}
  100%{height: 2.78rem;}
}
@keyframes rehide {
  0%{height: 2.78rem;}
  100%{height: 0rem;}
}
.detailPage .showTop .num{font-size: .56rem;line-height: .56rem;margin-bottom: 0;margin-right: .2rem;}
.detailPage .showTop{height: .88rem;margin-bottom:0;position: static;background: transparent;padding: 0;}
.detailPage .showTop .numChange{padding: .06rem 0 0 0;}
.detailPage .showTop .numChange span{font-size: .22rem;line-height:1;font-weight: 700;}
.detailPage .showTop .numExchange{font-size: .28rem;line-height: .28rem;}
.detailPage .showTop .ratio::before{width: .2rem;height: .12rem;}
.detailPage .left .priceChange h3{font-size:.26rem;line-height: .4rem;margin-bottom: .2rem;}
.detailPage .left .priceChange{margin-bottom: .12rem;display: none;}
.detailPage .left .priceChange ul{display: grid;grid-template-columns: 1fr 1fr;}
.detailPage .left .priceChange ul li{height: 1.4rem;padding: 0 .24rem;flex-direction: column;justify-content:center;align-items: flex-start;}
.detailPage .left .priceChange ul li h5{font-size: .24rem;color:#8a98af;}
.detailPage .left .priceChange ul li p{font-size: .28rem;}

.detailPage .left .selectBtn{background: transparent;position: static;display: flex;padding-bottom: .1rem;}
.detailPage .left ul.numList{grid-gap: .12rem;margin-bottom: .2rem;display: none;}
.detailPage .left ul.numList li{height: 1.44rem;border-radius: .24rem;}
/* .detailPage.moble .left ul.numList li.up{background: #F3FCF8;}
.detailPage.moble .left ul.numList li.down{background: #FDF5F5;} */
/* .detailPage .left .ulwrap{width: 100%;overflow: auto;margin-bottom: .42rem;}

.detailPage .left ul li{width:100%;height:1.4rem;padding:.3rem 0;border-radius: .24rem;border: .04rem solid #F5F5F6;margin-bottom: 0;} */
.detailPage .left ul li.numList .line .ratio::before{width: .2rem;height: .14rem;}
.detailPage .selectBtn .listBtn{width: 100%;}
.detailPage .left .selectBtn .listBtn{width: auto;}
/* .detailPage .selectBtn .tips{margin-bottom: .14rem;} */
.detailPage .selectBtn .listBtn .changeBtn{border-radius: .16rem;margin:0;border: .06rem solid #eff2f5;}
.detailPage .selectBtn .listBtn .changeBtn.changKType{width: 100%;}
.detailPage .left .selectBtn .listBtn .changeBtn i{width: 1.4rem;height: .6rem;border-radius: .15rem;line-height: .6rem;font-size: .22rem;}
/* .detailPage .topNav{background: #eff2f5;} */
.detailPage .selectBtn{margin: 0 auto .24rem;}
.detailPage .topOff{border-bottom: .02rem solid #eff2f5;z-index: 3;}
.detailPage .showName{font-size: .28rem;background: transparent;position: static;line-height: .36rem;padding-bottom: .08rem;display: none;}
.detailPage .left ul.numList li .ename, .detailPage .left ul.numList li .name{font-size: .2rem;    line-height: .28rem;height: .56rem;}
.detailPage .left ul.numList  li .line .num{font-size: .28rem;line-height: .36rem;}
.detailPage .left ul.numList  li .line .ratio{font-size: .22rem;}
.detailPage .left .flowChange{padding: .4rem 0;display: none;}
.detailPage .left .flowChange h3{font-size: .26rem;line-height: .36rem;margin-bottom: .2rem;}
.detailPage .left .flowChange ul li{height: .8rem;padding: 0 .28rem;border-radius: .16rem;}
.detailPage .left .flowChange ul{grid-gap: .16rem;}
.detailPage .left .flowChange ul li em{font-size: .24rem;}
.detailPage .left .flowChange ul li span{font-size: .24rem;}
.detailPage .mainShow .center{min-width: auto;border: none;}
/* .detailPage .center .nav{padding: .4rem 0 0 0;} */
.detailPage .centerchartBtnBox{display: block;margin: 0 0 .2rem;}
.detailPage .center .changeBtc{border-radius: .14rem;padding: 0;height: .56rem;border: .06rem solid #eff2f5;margin: 0 .2rem;}
.detailPage .center .changeBtc i{border-radius: .12rem;font-size: .22rem;padding:0 .2rem;height: .56rem;line-height: .56rem;flex: 1;}
.detailPage .selectBtn .listBtn .changeBtn i{width: 1.44rem;height: .56rem;line-height: .56rem;font-size: .24rem;}
.detailPage .center .selectBtn .listBtn>div{width: 100%;}
.detailPage .center .selectBtn .listBtn .changeBtn{width: 100%;}
.detailPage .center .selectBtn .listBtn .changeBtn i{flex: 1;width: auto;}
.detailPage .center h5{font-size: .28rem;line-height: .3rem;margin-bottom: .2rem;}
.detailPage .center .centerLineK .lineKleft h5{margin-bottom: 0;}
.detailPage .center .selectBtn.disflex{display: block;}
.detailPage .center .centerLineK .selectBtn{padding: .2rem;}
.detailPage .center .selectBtn{margin-bottom: .2rem !important;padding: .2rem;}
.detailPage .center .selectBtn .right{ width:100%;justify-content: flex-start;}
.detailPage .center #echartsBtc{width: 100vw;height: 5rem;margin: 0 auto .6rem;box-sizing: border-box;}
.detailPage .center #echartsBtcN{width: 100vw;height: 5rem;margin: 0 auto .6rem;box-sizing: border-box;}
.detailPage .center .Kchart{width: 100vw;height: 5rem;margin: 0 auto .2rem;box-sizing: border-box;}
.detailPage .center #echartInOut{width: 100vw;height: 5rem;margin: 0 auto .6rem;box-sizing: border-box;}
.detailPage .center .infoBox{width:100%;padding:0 .2rem;display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: .12rem;}
.detailPage .center .infoBox li .infoTop{margin-bottom: .3rem;}
.detailPage .center .infoBox li .infoTop p{font-size: .28rem;}
.detailPage .center .infoBox li .infoTxt{margin-bottom: 0;}
.detailPage .center .infoBox li .infoTxt>div{width: 50%;}
.detailPage .center .infoBox li{height: 2.12rem;padding: .35rem .16rem;box-sizing: border-box;width: auto;}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(1), .detailPage .center .infoBox li .infoTxt>div>p:nth-child(3){font-size: 0.2rem;line-height: 0.2rem;}
.detailPage .center .infoBox li .infoTxt>div>p:nth-child(2){font-size: 0.24rem;line-height: 0.18rem;margin: .2rem 0 .1rem;}
.detailPage .center .infoBox li .infoProcess{height: 0.12rem;border-radius: 0.06rem;}
.detailPage .center .infoBox li .infoProcess .processWid{height: 0.12rem;border-radius: 0.06rem;}
.detailPage .center .barBox>div{margin: 0;}
.detailPage .center .barBox>div>div{width:100%;height:6.5rem}
.detailPage .center .barBox{ padding: .6rem 0 .4rem 0;flex-direction: column;}
.detailPage .center .barBox>div{width: 100%;padding:0 .2rem;margin-bottom: .6rem;box-sizing: border-box;}
.detailPage .center .barBox>div h3{font-size: .28rem;line-height: .3rem;margin-bottom: .2rem;}
.detailPage .center .flowOptions{justify-content: flex-start !important;}
.detailPage .center .nav .priceChange{display: block;}
.detailPage .center .nav .numList{display: block;}

/*  */
/*  */
.detailPage .center .nav .priceChange h3{font-size: 14px;color: #0D1421;line-height: 18px;margin-bottom: 10px;}
.detailPage .center .nav .priceChange ul li{height: 40px;display: flex;justify-content: space-between;align-items: center;padding: 0 12px;line-height: 1.4;}
.detailPage .center .nav .priceChange ul li h5{font-size: 12px;color: #616E85;}
.detailPage .center .nav .priceChange ul li p{font-size: 14px;color: #4c4c4c;font-weight: 300;}
.detailPage .center .nav .priceChange h3{font-size:.26rem;line-height: .4rem;margin-bottom: .2rem;}
.detailPage .center .nav .priceChange{margin-bottom: .12rem;}
.detailPage .center .nav .priceChange ul{display: grid;grid-template-columns: 1fr 1fr 1fr;}
.detailPage .center .nav .priceChange ul li{height: .8rem;padding: 0 .2rem;flex-direction: column;justify-content:center;align-items: center;}
.detailPage .center .nav .priceChange ul li h5{font-size: .22rem;color:#8a98af;margin: 0;font-weight: 300;}
.detailPage .center .nav .priceChange ul li p{font-size: .24rem;}
.detailPage .center .nav .numListBox{width:100%;overflow: auto;margin-bottom: 20px;scrollbar-width: none;}
.detailPage .center .nav .numListBox::-webkit-scrollbar{display:none}
.detailPage .center .nav ul.numList{display: grid;grid-template-columns: 1fr 1fr;grid-gap:  8px 6px;padding: 0 .2rem;}
.detailPage .center .nav ul.numList li{width:50%;height:68px;padding:3px 0;background:#fff;border-radius:12px;border:1px solid #f5f5f6;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}
.detailPage .center .nav ul.numList li:nth-child(odd):nth-last-of-type(1){grid-column: 1 / span 2;}
.detailPage .center .nav ul.numList li .line{justify-content:center;align-items:center}
.detailPage .center .nav ul.numList li .upShow .ratio{display:none!important}
.detailPage .center .nav ul.numList li .ename,.detailPage .center .nav ul.numList li .name{font-weight:400;font-size:12px;color:#616e85;text-align:center;width: 70%;word-break: keep-all;line-height: 14px;height: 28px;}
.detailPage .center .nav ul.numList li .line .num{font-weight:600;font-size:14px;color:#0d1421;margin:0 12px 0 8px;letter-spacing: 1px;}
.detailPage .center .nav ul.numList li .line .num.up{color:#16c784;}
.detailPage .center .nav ul.numList li .line .num.down{color:#ea3943;}
.detailPage .center .nav ul.numList li .upShow .num{color:#16c784!important}
.detailPage .center .nav ul.numList li .line .ratio{font-weight:500;font-size:12px}
.detailPage .center .nav ul.numList li .line .ratio::before{display:inline-block;width:7px;height:6px;content:''}
.detailPage .center .nav .numListBox{width:100%;overflow: auto;margin-bottom: .2rem;}
.detailPage .center .nav ul.numList{}
.detailPage .center .nav ul.numList li{width:auto;height: 1rem;border-radius: .24rem;}
.detailPage .center .nav ul.numList .line .ratio::before{width: .2rem;height: .14rem;}
.detailPage .center .nav ul.numList li .ename,.detailPage .center .nav ul.numList li .name{font-size: .2rem;    line-height: .24rem;height: .48rem;}
.detailPage .center .nav ul.numList li .line .num{font-size: .24rem;line-height: .36rem;margin: 0 .12rem;}
.detailPage .center .nav ul.numList li .line .ratio{font-size: .22rem;}

/*  */
/*  */
.detailPage .mainShow>.right{width: 100%;display: block;}
.detailPage .mainShow .newsUal{position: static !important;height:auto;width: 100%;}
.detailPage .mainShow .newsUal li a{display: block;width: 100%;align-items: center;height: 100%;}
.detailPage .right .newsUal .topNews li{margin-bottom: 0;display: grid;grid-template-columns: 3rem 1fr;padding: .2rem 0;}
.detailPage .right .newsUal .topNews li>a:nth-child(1){grid-column: 1 / 2;grid-row: 1 / 3;padding: 0 .2rem 0 0;box-sizing: border-box;}
.detailPage .right .newsUal .topNews li>a img{max-width: 100%;max-height: auto;height: 1.6rem;border-radius: .1rem;margin-bottom: 0;}
.detailPage .right .newsUal .topNews li>em{font-size: .28rem;line-height: .32rem;margin-bottom: .2rem;}
.detailPage .right .newsUal .topNews li h5{font-size: .32rem;line-height: .36rem;font-weight: 600;color: #0d1421;margin: 0;height: .72rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.detailPage .right .newsUal .topNews li h6{font-size: .24rem;line-height: .48rem;margin-bottom: .2rem;max-height:1.92rem ;display: none;}
.detailPage .right .newsUal{padding: 0 .2rem;box-sizing: border-box;}
.detailPage .right .newsUal li{}
.detailPage .right .newsUal .topNews li .moreInfo{margin-bottom: 0;}
.detailPage .right .newsUal .topNews li .moreInfo .time{font-size: .22rem;margin-right: .08rem;flex:1}
.detailPage .right .newsUal .topNews li .moreInfo p{min-width:2.1rem;height: .56rem;border-radius: .4rem;padding: 0 .12rem;margin-right: .08rem;}
.detailPage .right .newsUal .topNews li .moreInfo p img{width: .4rem;height: .4rem;margin-right: .12rem;}
.detailPage .right .newsUal .topNews li .moreInfo p em{font-size: .28rem;margin-right: .2rem;color: #616E85;}
.detailPage .right .newsUal li div{font-size: .22rem;line-height: .24rem;}
.detailPage .right .newsUal li img{width: 1.6rem;height: 1rem;border-radius: .16rem;}
.detailPage .right .newsUal h4{height: .96rem;border-radius: .24rem 0px .24rem 0px;padding: 0 .24rem;margin-bottom: .3rem;}
.detailPage .right .newsUal h4 img{width: 2.56rem;height: .52rem;}
.detailPage .right .newsUal h4.newsTit img{width: 2.12rem;height: .52rem;}
.detailPage .right .newsUal .bottomNews li span{font-size: .28rem;line-height: .4rem;}
.detailPage .right .newsUal .bottomNews li h5{padding: 0 0 0 .26rem;font-size: .3rem;color: #373A42;line-height: .6rem;}
.detailPage .right .newsUal h4.newsTit{font-size: 0.4rem;}
.detailPage .right .newsUal h4.bottomNewsTitle{font-size: 0.4rem;}
/* .tableList .table td:nth-child(1), .tableList .table th:nth-child(1){background-color:#eff2f5}
.tableList .table td:nth-child(2), .tableList .table th:nth-child(2){background-color:#eff2f5}
.tableList .table td:nth-child(3), .tableList .table th:nth-child(3){background-color:#eff2f5} */

/* .detailPage .tableList .table th,.detailPage .tableList .table td{width: 1.7rem;} */
/* .detailPage .tableList .table th:nth-child(n+4){width: 1.8rem;} */
/* .detailPage .tableList .table td:nth-child(1), .detailPage .tableList .table th:nth-child(1){width: 1rem !important;display: none;}
.detailPage .tableList .table tr td:nth-last-child(3),.detailPage .tableList .table tr th:nth-last-child(3){width: 2rem !important;}
.detailPage .tableList .table tr td:nth-last-child(7),.detailPage .tableList .table tr th:nth-last-child(7){width: 2.5rem !important;}
.detailPage .tableList .table td:nth-child(2), .detailPage .tableList .table th:nth-child(2){left:0rem;padding: 0 0 0 .1rem;box-sizing: border-box;}
.detailPage .tableList .table td:nth-child(3), .detailPage .tableList .table th:nth-child(3){left: 1.7rem;}
.tableList .table tr td:nth-last-of-type(1),.tableList .table tr th:nth-last-of-type(1){box-sizing: border-box;padding-right: .2rem;width: 2.8rem !important;}
.tableList .table tr td:nth-last-of-type(2),.tableList .table tr th:nth-last-of-type(2){width: 2.8rem;} */
.detailPage .tableList table tr{display:grid;grid-template-columns: 2rem 1.8rem 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;}
.detailPage .tableList .table:nth-child(3) table tr{display:grid;grid-template-columns: 2rem 1.8rem 1fr 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr ;}
.detailPage .center .nav:nth-last-of-type(1) .tableList .table table tr{display:grid;grid-template-columns: 2rem 1.8rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
.tableList .table tr td,.tableList .table tr th{box-sizing: border-box;padding:0 .1rem;}
.detailPage .tableList .table td:nth-child(1), .detailPage .tableList .table th:nth-child(1){display: none;}
.detailPage .tableList .table td:nth-child(2), .detailPage .tableList .table th:nth-child(2){left:0rem;box-sizing: border-box;}
.detailPage .tableList .table td:nth-child(3), .detailPage .tableList .table th:nth-child(3){left:2rem;}
.detailPage .tableList .table tr td .pairSet{line-height: 1.2;font-size: .22rem;}
.allList .table tr td .pairSet{line-height: 1.2;font-size: .22rem;}
.detailPage .center .hotBox{flex-direction: column;align-items: center;}
.detailPage .center .hotBox .hotBoxItem{width: 100%;margin-bottom: .6rem;margin-right: 0;}
.detailPage .center .hotBox .hotBoxItem .selectBtn h5{font-size: .28rem;line-height: .3rem;margin: 0 0 .3rem 0;}
.detailPage .center .hotBox .hotBoxItem .selectBtn{margin-bottom: .28rem;margin-bottom: .3rem;}
.detailPage .echartHot{width: 100vw;height: 5.88rem;padding: 0 .2rem;box-sizing: border-box;}
.detailPage .center .hotBox{margin-bottom: .6rem;}
.detailPage .tableList table td .nameBox a{display: flex;align-items: center;}
.detailPage .tableList tr .poptips{min-width: 70%;top: -40%;padding: .08rem .18rem;border-radius: .2rem;    font-size: .24rem;}
.detailPage.moble ~ .topOff-scroll .navBar {display: none;}

/* 等待页面 */
.waitPage .headerBlock{height: 2.11rem;}
.waitPage .mainShow {height: calc(100vh - 2.11rem);max-width: 100vw;}

.undefindData .moneyInfo{margin-bottom: .28rem;}
.undefindData .moneyInfo img{width: .48rem;margin-right: .06rem;}
.undefindData .moneyInfo span{font-size: .32rem;;line-height: .32rem;}
.undefindData>img{width:1.56rem;margin-bottom: .38rem;}
.undefindData p{font-size: .32rem;line-height: .52rem;margin-bottom: .68rem;}
.undefindData a{width:1.8rem;height: .8rem;border-radius: .24rem;line-height: .8rem;font-size: .28rem;color: #F5F9FF;}



.paddingLeft{width: 100%;padding-left: .2rem;box-sizing: border-box;font-size: .28rem;margin: .2rem 0;}
/* .littleShow{display: flex !important}
.pcshow{display: none !important} */
/* .detailPageRecommond .title{padding: .4rem 0;}
.detailPageRecommond .title p{font-size: .28rem;}
.detailPageRecommond .title a{font-size: .24rem;} */
.detailPage .right .newsUal .detailPageRecommond .title p{font-size: .28rem;}
.detailPage .right .newsUal .detailPageRecommond .title{padding: .2rem 0 .4rem 0;;}
.detailPage .right .newsUal .detailPageRecommond .title a::after{width: .12rem;height: .22rem;    margin-left: .1rem;margin-bottom: .06rem;}
.detailPage .right .newsUal .detailPageRecommond .title a{font-size: .24rem;}
.detailPage .right .newsUal .detailPageRecommond ul li.firstTips{height: .62rem;border-top: .02rem solid #f5f5f6;}
.detailPage .right .newsUal .detailPageRecommond ul li.firstTips>span{    line-height: .62rem;display: flex; font-size: .24rem;}
.detailPage .right .newsUal .detailPageRecommond ul li{border-bottom: .02rem solid #f5f5f6;font-size: .24rem;padding: 0 .22rem 0 .08rem; height: .84rem;  }
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox p{font-size: .28rem;line-height: .28rem;}
.detailPage .right .newsUal .detailPageRecommond ul li .nameBox img{width: .4rem;height: .4rem;margin: 0 .12rem 0 0;}
.detailPage .right .newsUal .detailPageRecommond ul li .cell{font-size: .28rem;height: .84rem;}
.detailPage .right .newsUal .detailPageRecommond ul li .ratioBox .ratio{width: 1.34rem;height: .48rem;font-size: .24rem;line-height:.48rem;}
/* 币种详情新增内容 s */
.detailPage .centerNav-box{display: none;}
/* 新增内容-左侧信息 */
.detailPage .leftCoin-wrap{display: none;}
.detailPage .insert-block .leftCoin-content{padding: 0 0.2rem;box-sizing: border-box;border-top: 1px solid #EFF2F5;}
.detailPage .leftCoin{margin-top: 0.2rem;padding-bottom: 0rem;}
.detailPage .leftCoin-info{height: 0.48rem;margin-bottom: 0.2rem;}
.detailPage .leftCoin-info-name{font-size:0.24rem;line-height: 0.3rem;}
.detailPage .leftCoin-info-content{display: flex;align-items: flex-end;justify-content: flex-end;height: 100%;}
.detailPage .leftCoin-info-data,.leftCoin-info-link{padding: 0 0.14rem;margin-left: 0.12rem;border-radius: 0.36rem;font-size:0.24rem;}
.detailPage .leftCoin-info-content .network{width: 0.24rem;height: 0.24rem;margin-right: 0.06rem;}
.detailPage .leftCoin-info-content .network2{width: 0.2rem;height: 0.24rem;margin-right: 0.06rem;}
.detailPage .leftCoin-info-content .arrow{width: 0.18rem;height: 0.12rem;margin-left: 0.04rem;}
.detailPage .leftCoin-info-content .copy{width: 0.24rem;height: 0.24rem;margin-left: 0.08rem;}
.detailPage .leftCoin-info-content .mediaIcon{width: 0.6rem;}
.detailPage .leftCoin-info-content img{width: 0.36rem;height: 0.36rem;}
.detailPage .leftCoin-info.block{margin-bottom: 0.14rem;}
.detailPage .leftCoin-info.block .leftCoin-info-content{max-width: 6rem;}
.detailPage .leftCoin-info.block .leftCoin-info-link{margin-bottom: 0.06rem;}
.detailPage .leftCoin-info.contract .leftCoin-info-data{margin-bottom: 0.06rem;}
.detailPage .leftCoin-info.contract .leftCoin-info-data:last-child{margin-bottom: 0;}
.detailPage .priceData{margin-top: 0.3rem;}
.detailPage .priceData-title{font-size:0.28rem;}
.detailPage .priceData-list{margin-top: 0.2rem;}
.detailPage .priceData-list li{margin-bottom: 0.2rem;}
.detailPage .priceData-name{font-size:0.24rem;line-height: 0.3rem;}
.detailPage .priceData-content{font-size:0.24rem;line-height: 0.3rem;margin-top: 0.1rem;}
/* 新增内容-底部信息 */
.detailPage .coinRelate{width: 100%;position: relative;margin: 0.4rem 0px 0;padding: 0.3rem 0 0;}
.detailPage .coinIntro-title{font-size: 0.28rem;line-height: 0.3rem;padding: 0 0.2rem;}
.detailPage .coinIntro-content{margin-top: 0.3rem;}
.detailPage .coinIntro-block{padding: 0.2rem;}
.detailPage .coinIntro-block-name{width: 1.2rem;font-size:0.22rem;line-height: 0.3rem;margin-top: 0.06rem;}
.detailPage .coinIntro-block-text{max-height: 1.5rem;}
.detailPage .coinIntro-block-inner{font-size: 0.24rem;line-height: 0.38rem;}
.detailPage .coinIntro-block-text .coinIntro-block-more{font-size: 0.24rem;line-height: 0.38rem;}
.detailPage .coinIntro-block-text .coinIntro-block-more::before{width: 0.4rem;height: 0.38rem;}
.detailPage .coinIntro-block-rate{height: 0.44rem;padding: 0 0.18rem;margin: 0px 0.12rem 0.2rem 0;border-radius: 0.24rem;font-size:0.22rem;}
.detailPage .coinIntro-block-rate .rate i{width: 0.2rem;height: 0.12rem;margin: 0 0.06rem 0 0.1rem;}
.detailPage .coinIntro-block.classify{padding-bottom: 0.04rem;}
.detailPage .coinAllot{margin-top: 0.4rem;}
.detailPage .coinAllot-title{font-size: 0.28rem;line-height: 0.36rem;padding: 0 0.2rem;}
.detailPage .coinAllot-title a{font-size:0.22rem;}
.detailPage .coinAllot-title .arrow{width: 0.12rem;height: 0.2rem;margin-left: 0.04rem;}
.detailPage .coinAllot-content{margin-top: 0.2rem;}
.detailPage .coinAllot-content table tr{height: 0.8rem;font-size:0.22rem;}
.detailPage .coinAllot-content table thead tr{border-radius: 0.08rem;}
.detailPage .coinAllot-content table th,.coinAllot-content table td{padding-left: 0.2rem;}
.detailPage .coinAllot-content table th:last-child,.coinAllot-content table td:last-child{padding-right: 0.2rem;}
.detailPage .coinCore{margin-top: 0.4rem;}
.detailPage .coinCore-title{font-size: 0.28rem;line-height: 0.3rem;padding: 0 0.2rem;}
.detailPage .coinCore-title span{font-size:0.22rem;margin-left: 0.2rem;}
.detailPage .coinCore-content{margin-top: 0.3rem;}
.detailPage .coinCore-tab{width: 100%;height: 100%;border-radius: 0;padding: 0rem 0.2rem;overflow: hidden;overflow-x: auto;scrollbar-width: none;white-space: nowrap;}
.detailPage .coinCore-tab li{display: inline-block;width: auto;padding: 0 0.2rem;border-radius: 0.08rem;font-size:0.22rem;line-height: 0.8rem;margin-right: 0.2rem;}
.detailPage .coinCore-tab li:last-child{margin-right: 0;}
.detailPage .coinCore-block li{padding: 0.2rem;font-size:0.22rem;}
.detailPage .coinCore-block-name{width: 2rem;}
.detailPage .coinCore-block-info p{margin-bottom: 0.2rem;}
.detailPage .coinCore-block-info p:last-child{margin-bottom: 0;}
/* 导航 */
.detailPage .mobleBlockNav{width: 100%;display: flex;padding: 0rem 0 0.2rem;box-sizing: border-box;}
.detailPage .mobleBlockNav li{flex: 1;height: 0.6rem;text-align: center;font-size: 0.28rem;line-height: 0.6rem;color: #0D1421;border-radius: 0.08rem;}
.detailPage .mobleBlockNav li.active{background: #3562FF;color: #FFF;}
/* 推文 */
.socialCrumbs{font-size: 0.3rem;line-height: 0.42rem;}
.socialCrumbs i{width: 0.1rem;height: 0.2rem;margin: 0 0.1rem;}
/* 推文-分类 */
.socialType{margin: 0.2rem -0.2rem 0;}
.socialType-list{width: 100%;height: 0.82rem;padding-top: 0.2rem;}
.socialType-list li{margin: 0 1.1rem;font-size: 0.3rem;}
.socialType-list li::after{height: 0.06rem;}
/* 推文-更多按钮 */
.socialMore{width: 2rem;height: 0.8rem;margin: 0.4rem auto;border-radius: 0.2rem;font-size: 0.24rem;}
/* 推文-关注 */
.socialBox .followBtn{width: 1.33rem;height: 0.67rem;background: #3562FF;border-radius: 0.17rem;font-size: 0.25rem;line-height: 0.67rem;}
.socialBox .followBtn i{width: 0.21rem;height: 0.21rem;margin-right: 0.02rem;}
/* 大V快讯-通用-大V类型 */
.socialBox .celebritySign{width: 0.35rem;height: 0.35rem;margin-left: 0.1rem;}
.socialBox .iconimg{width: 0.32rem;height: 0.32rem;border-radius: 50%;margin-left: 0.03rem;}
/* 大V快讯-通用-emoji图标 */
.socialBox .emoji-icon{width: 0.5rem;height: 0.5rem;}
.socialBox .emoji-icon[data-emoji="1"]{width: 0.55rem;}
.socialBox .emoji-icon[data-emoji="2"]{width: 0.55rem;}
.socialBox .emoji-icon[data-emoji="7"]{width: 0.57rem;}
/* 推文-浮窗 */
.socialBox .portrait-float{display: none;}
/* 推文-列表 */
.socialBox .dynamicInfo-item{margin: 0.4rem 0;padding-bottom: 0.1rem;}
/* 推文-列表-头像 */
.socialBox .dynamicInfo-item .portrait{width: 0.83rem;height: 0.83rem;}
/* 推文-列表-作者 */
.socialBox .dynamicInfo-item .authorBox{margin-left: 0.15rem;}
.socialBox .dynamicInfo-item .authorBox h5{font-size: 0.28rem;}
.socialBox .dynamicInfo-item .authorBox .authorBox-extend{font-size: 0.24rem;}
/* 推文-列表-文本 */
.socialBox .dynamicInfo-item .detailText{margin-top: 0.2rem;}
.socialBox .dynamicInfo-item .detailText-content{font-size: 0.28rem;line-height: 0.38rem;}
.socialBox .dynamicInfo-item .detailText .location{font-size: 0.28rem;line-height: 0.38rem;}
.socialBox .dynamicInfo-item .mdeiaBox{margin-top: 0.3rem;}
.socialBox .dynamicInfo-item .mdeiaItem{border-radius: 0.16rem;}
/* 推文-列表-评论 */
.socialBox .dynamicInfo-item .evaluate{margin-top: 0.3rem;}
.socialBox .dynamicInfo-item .evaluate-list{float: none;display: flex;flex-wrap: nowrap;width: 100%;max-width: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;box-sizing: border-box;}
.socialBox .dynamicInfo-item .evaluate-list li{padding: 0 0.16rem;height: 0.6rem;margin: 0 0.2rem 0.2rem 0;border-radius: 0.3rem;padding-top: 0.06rem;}
.socialBox .dynamicInfo-item .evaluate-list li:last-child{margin-right: 0;}
.socialBox .dynamicInfo-item .evaluate-list li .emoji-num{font-size: 0.24rem;margin-left: 0.06rem;line-height: 0.48rem;}
.socialBox .dynamicInfo-item .evaluate-list li.up{border-radius: 0.34rem;padding-top: 0.04rem;}
.socialBox .dynamicInfo-item .evaluate-list li.down{border-radius: 0.34rem;padding-top: 0.04rem;}
/* 推文-列表-操作 */
.socialBox .dynamicInfo-item .evaluate-opt{margin-bottom: 0.2rem;}
.socialBox .dynamicInfo-item .evaluate-opt-btn{width: 0.6rem;height: 0.6rem;margin-left: 0.2rem;}
.socialBox .dynamicInfo-item .evaluate-opt-btn.share{display: block;}
/* 推文-列表-操作-emoji */
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox:hover .evaluate-opt-btn.emoji{background-image: url(../img/dav_ico_emoji02@2x.png)}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-float{display: none;}
.socialBox .dynamicInfo-item .evaluate-opt .emojiBox-num{font-size: 0.28rem;line-height: 0.6rem;}
/* 转发信息 */
.socialBox .dynamicInfo-item .forwardBox{border-radius: 0.24rem;margin-top: 0.3rem;padding-top: 0.3rem;width: 100%;box-sizing: border-box;}
.socialBox .dynamicInfo-item .forwardBox-head{padding: 0 0.2rem;}
.socialBox .dynamicInfo-item .forwardBox-name{font-size: 0.33rem;color: #616E85;line-height: 0.42rem;}
.socialBox .dynamicInfo-item .forwardBox-extend{font-size: 0.28rem;line-height: 0.42rem;margin-left: 0.1rem;}
.socialBox .dynamicInfo-item .forwardBox-content{font-size: 0.28rem;line-height: 0.42rem;padding: 0.2rem;}
.socialBox .dynamicInfo-item .forwardBox .mdeiaItem{border-radius: 0.24rem;}
.socialBox .dynamicInfo-item .forwardBox .mdeiaItem:only-child{border-radius: 0 0 0.24rem 0.24rem;}
/* 币种详情新增内容 e */
/* .detailPage .right .newsUal .detailPageRecommond ul li:first-of-type, .detailPage .right .newsUal .detailPageRecommond ul li>a{display: grid !important;} */
/* .newPage .topInfoShow{display: none;} */
.newPage .mainShow{width: 100vw;flex-direction: column-reverse;padding: 0 .2rem;box-sizing: border-box;}
.newPage .mainShow .left{width: 100%;}
.newPage .topNav{background: #eff2f5;}
.newPage .topOff{border-bottom: .02rem solid #eff2f5;}
.newPage .selectBtn{flex-direction: column;margin: 0 auto .2rem;}
.newPage .selectBtn .tit{font-size: .2rem;}
.newPage .mainShow .listBtn .right{margin: 0 auto .3rem;position: relative;}
.newPage .mainShow .listBtn .right::after{margin: 0 auto .3rem;display: inline-block;width: .18rem;height: .14rem;background: url(../img/ico_pop_sel.png) center / 100%;content: '';position: absolute;right: .3rem;top: 50%;transform: translateY(-50%);}
.slider{height: .8rem;display: none;}
.slides li{ padding: 0 .2rem;border-right: .02rem solid #f5f5f6;}
.slides li .left{margin-right: .2rem;}
.slides li .right .rightNum>i{font-size: .22rem;margin-left: .14rem;}
.slides li .left div p:nth-child(1),.slides li .right{font-size: .24rem;}
.newPage .selectBtn h5{font-size: .28rem;line-height: .3rem;margin-bottom: .2rem;}
.newPage .selectBtn>div{width: 100%;display: none;}
.newPage .listBtn .searchBox{width: 6.8rem;height: .8rem;    border-radius: .12rem;padding: 0 .4rem;box-sizing: border-box; margin-right: 0;}
.newPage .listBtn .searchBox input{vertical-align: top;font-size: .24rem;line-height: 100%;height: 100%;width: 100%;}
.newPage .listBtn .searchBox:focus-within{    border: .02rem solid #3562ff;}
.newPage .listBtn .searchBox img{width: .32rem;height: .32rem;vertical-align: middle;display: none;}
.searchBox .searchDetail{width:6.8rem;box-shadow:0 0 .24rem 0 rgba(0,0,0,.12);border-radius:.06rem;position:absolute;padding:.1rem .2rem;max-height:3rem;overflow-y:auto;z-index:1;background: #FFFFFF;display: none;left: 0;transform: translateX(0%) !important;}
.searchBox .searchDetail li{width:100%;height:.7rem;line-height:.7rem}

.searchBox .searchDetail li:hover{background:#f8f9fb}
.searchBox .searchDetail li a{display:flex;align-items:center}
.searchBox .searchDetail li a img{display:block;width:.2rem;height:.2rem;margin:0 .1rem 0 0}
.searchBox .searchDetail li a span{font-weight:700;font-size:.22rem;color:#0d1421;flex:1}
.newPage .listBtn .searchDetail{padding: 0.2rem;}
.newPage .listBtn .searchDetail-item{margin-bottom: 0.2rem;}
.newPage .listBtn .searchDetail-item:last-child{margin-bottom: 0;}
.newPage .listBtn .searchDetail-name{font-size: 0.22rem;line-height: 0.4rem;margin-bottom: 0.1rem;}
.newPage .listBtn .searchDetail-info{padding: 0 0.2rem;}
.newPage .listBtn .searchDetail-info a{font-size: 0.22rem;line-height: 0.4rem;}
.newPage .listBtn .searchDetail-info a span{margin: 0 0.06rem;max-width: 65%;}
.newPage .listBtn .searchDetail ul{padding: 0 0.2rem;}
.newPage .mainShow .rightBox .rightItem.show{bottom: auto}
.allList .table td .nameInfo{max-width: 2rem;}
.allList .table td .nameBox .chinese_name{font-size:.22rem;line-height: .24rem;}
.mainPage.allList .table td{height: 1rem;}
.mainPage.allList .table td .nameBox img{width: .4rem;height: .4rem;margin-right: 0.1rem;}
.mainPage.allList .table td .nameBox .name{font-size:.22rem;line-height: .24rem;}
.classAllList .tableBox .table td{height: 1rem;}
.classAllList .tableBox .table td .nameBox img{width: .4rem;height: .4rem;margin-right: 0.1rem;}
.classAllList .tableBox .table td .nameBox .name{font-size:.22rem;line-height: .24rem;}
/* table 左侧固定 s */
.mainPage.allList .table:nth-child(1) tr {grid-template-columns: 40px 2.5fr 2fr 2fr 2fr 120px 2fr 2fr 2fr 2fr 2fr 2fr;}
.mainPage.allList .table:nth-child(2) tr {grid-template-columns: 40px 3fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 120px 2fr 3fr 2fr 2fr 2fr 2fr;}
.mainPage .tableWrap table td:nth-child(2), .mainPage .tableWrap table th:nth-child(2){display: none;}
.mainPage .tableWrap table td:nth-child(3), .mainPage .tableWrap table th:nth-child(3){left: 40px;}

.bourseAllList.allList .table tr{grid-template-columns:2fr 2fr 2fr 2fr 2fr 2fr 3fr 2fr !important;}
.bourseAllList.allList .table table td:nth-child(1), .bourseAllList.allList .table table th:nth-child(1){display: none;}
.bourseAllList.allList .table table td:nth-child(2), .bourseAllList.allList .table table th:nth-child(2){position: sticky;left: 0px;background-color: #fff;z-index: 1;}
.bourseAllList.allList .table tr:hover>td{background-color:#f8f9fb!important}

.capitalRateBox .allList .table tr{grid-template-columns: 40px repeat(25, 100px) !important}

.hotInfo .tableself table tr{display:grid;grid-template-columns:2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;}
.hotInfo .tableList .tableNormal table td:nth-child(1), .hotInfo .tableList .tableNormal table th:nth-child(1){display: none;}
.hotInfo .tableList .tableNormal table td:nth-child(2), .hotInfo .tableList .tableNormal table th:nth-child(2){position: sticky;left: 0px;background-color: #fff;z-index: 1;}

.porosity .tableBox{width: 100%;overflow: hidden;}
.porosity .tableBox table tr{grid-template-columns:40px 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;}
.porosity .allList.addMarginTop table td:nth-child(1), .porosity .allList.addMarginTop table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.porosity .allList.addMarginTop table td:nth-child(2), .porosity .allList.addMarginTop table th:nth-child(2){display: none;}
.porosity .allList.addMarginTop table td:nth-child(3), .porosity .allList.addMarginTop table th:nth-child(3){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.porosity .tableBox table tr:hover>th,.porosity .tableBox table tr:hover>td:not(.mostDown,.moreDown,.middlDown,.littleDown,.mostUp,.moreUp,.middlUp,.littleUp){background-color:#f8f9fb!important}

.positionTable .allList .table table td:nth-child(1), .positionTable .allList .table table tr:nth-child(2) th:nth-child(1){position: sticky;left: 0;z-index: 1;}
.positionTable .allList .table table td:nth-child(1){background-color: #fff;}
.positionTable .allList .table table tr:hover>td:not(.mostDown,.moreDown,.middlDown,.littleDown,.mostUp,.moreUp,.middlUp,.littleUp){background-color:#f8f9fb!important}
/* table 左侧固定 e */
/* table 表头吸顶 s */
.mainPage.allList .table table thead,
.bourseAllList .tableWrap table thead,
.capitalRateBox .allList table thead,
.hotInfo .tableList table thead,
.porosity .tableBox table thead
{height: 0.96rem;}
.mainPage.allList .table table .table-head-fixed,
.bourseAllList .tableWrap table .table-head-fixed,
.capitalRateBox .allList table .table-head-fixed,
.hotInfo .tableList table .table-head-fixed,
.porosity .tableBox table .table-head-fixed
{top: 0.91rem;left: 0;transform: none !important; width: 100%;padding: 0 0.2rem;}
.mainPage.allList .table table .table-head-fixed::before,.mainPage.allList .table table .table-head-fixed::after,
.bourseAllList .tableWrap table .table-head-fixed::before,.bourseAllList .tableWrap table .table-head-fixed::after,
.hotInfo .tableList table .table-head-fixed::before,.hotInfo .tableList table .table-head-fixed::after,
.porosity .tableBox table .table-head-fixed::before,.porosity .tableBox table .table-head-fixed::after
{content: "";position: fixed;top: 0.91rem;width: 0.2rem;height: 0.96rem;background-color: #fff;z-index: 2;}
.mainPage.allList .table table .table-head-fixed::before,
.bourseAllList .tableWrap table .table-head-fixed::before,
.hotInfo .tableList table .table-head-fixed::before,
.porosity .tableBox table .table-head-fixed::before
{left: 0;}
.mainPage.allList .table table .table-head-fixed::after,
.bourseAllList .tableWrap table .table-head-fixed::after,
.hotInfo .tableList table .table-head-fixed::after,
.porosity .tableBox table .table-head-fixed::after
{right: 0;}
.capitalRateBox .allList table .table-head-fixed{padding: 0;}

.positionTable .tableBox .tableWrap table thead{height: 1.92rem;z-index: 2;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(1){top: 0.91rem;left: 0;transform: none !important; width: 100%;padding: 0 0.2rem;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2){top: 1.87rem;left: 0;transform: none !important; width: 100%;padding: 0 0.2rem;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(1)::before,.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(1)::after,
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::before,.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::after
{content: "";position: fixed;top: 0.91rem;width: 0.2rem;height: 0.96rem;background-color: #eff2f5;z-index: 2;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::before,.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::after{top: 1.87rem;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(1)::before,
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::before
{left: 0;}
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(1)::after,
.positionTable .tableBox .tableWrap table .table-head-fixed:nth-child(2)::after
{right: 0;}
/* table 表头吸顶 e */
/* .newPage{background-color: #eff2f5;} */

/* .newPage .mainShow .listBtn .right{display: none;} */

.newPage .rightBox .category::-webkit-scrollbar{width:.04rem;height:100%;border-radius:.03rem}
.newPage .rightBox .category::-webkit-scrollbar-thumb{border-radius:.03rem;background:rgba(60,38,11,.5)}

.newPage .mainShow .rightBox{width: 100%;margin: 0 auto;height: 1.04rem;margin-bottom: 0;overflow: auto;padding: 0.21rem;box-sizing: border-box;border-radius: 0;position: fixed;left: 0;top: 1.91rem;z-index: 2;}
.newPage .rightBox ul{transition: transform .5s ease }
.newPage .mainShow .rightBox h5{display: none;}
.newPage .mainShow .rightBox .navchange{display: none;}
.newPage .mainShow .rightBox  .pre{width: .72rem;height: .72rem;    background: #FFFFFF url(../img/home_ico_left.png) center / 100% no-repeat;position: absolute;left: 0;bottom: 0;z-index: 1;display: none;}
.newPage .mainShow .rightBox  .next{width: .72rem;height: .72rem;    background: #FFFFFF url(../img/home_ico_right.png) center / 100% no-repeat;position: absolute;right: 0;bottom: 0;z-index: 1;}
.newPage .mainShow .rightBox .rightItem{min-width: auto;position: relative;max-height: fit-content;overflow: scroll;scrollbar-width:none;}
.newPage .mainShow .rightBox .category{flex-direction: row;width: auto;}
.newPage .mainShow .rightBox .category li{width: auto;height: 100%;box-sizing: border-box;height: auto;margin: 0;font-size: .28rem;border-radius: 0;white-space: nowrap;position: relative;border-radius: 0.08rem;margin-right: 0.21rem;}
.newPage .mainShow .rightBox .category li:last-child{margin-right: 0;}
.newPage .mainShow .rightBox .category li a{padding: 0 .29rem;line-height: .62rem;box-sizing: border-box;}

.newPage .mainShow .rightBox .category li.active{background: #3562FF;color: #FFF;}
.newPage .mainShow .rightBox .category li.active a{color: #FFF;}
/* .newPage .mainShow .rightBox .category li.active::after{content: '';display: block;width: 100%;height: .04rem; background: #3562ff; position: absolute;left: 0;bottom: 0;} */
.newPage .mainShow .rightBox .category li:hover{background:none;color:#616E85;}
.newPage .rightBox.rightBox-fixed{top: 0.91rem !important;transition: .2s;}
.newPage .rightBox.rightBox-fixed .rightItem.show{position: relative !important;}
.newPage .headerBlock{height: 2.95rem;}

.newPage .mainShow .left .newsList li{height: auto;flex-direction: row;margin-bottom: .3rem;}
.newPage .mainShow .left .newsList li .time{height: .6rem;padding: 0;display: none;}
.newPage .mainShow .left .newsList li .time>p{font-size: .2rem;line-height: .3rem;}
.newPage .mainShow .left .newsList li>a{width: 2.72rem;height: 1.56rem;border-radius: .2rem;}
.newPage .mainShow .left .newsList li .infoBox{padding:  0;margin-left: .2rem;height: 1.56rem;overflow: hidden;}
.newPage .mainShow .left .newsList li .infoBox h3{font-size: .24rem;color: #0d1421;line-height: .39rem;}
.newPage .mainShow .left .newsList li .infoBox .content{    font-size: .22rem;height: 1.05rem;line-height: .35rem;margin: 0 0 .1rem 0;    -webkit-line-clamp: 3;display: none;}
.newPage .mainShow .left .newsList li .infoBox .rateWrap{justify-content: space-between;}
.newPage .mainShow .left .newsList li .infoBox .rateWrap .timeSmall{display: block;font-size: .24rem;color: #616E85;line-height: .38rem;}
.newPage .mainShow .left .newsList li .infoBox .rateWrap a:not(:first-of-type){display: none;}
.newPage .mainShow .left .newsList li .infoBox .rateNum{min-width: 1.2rem;    border-radius: .12rem;padding: .12rem .06rem;margin-right: .2rem;margin-bottom: 0;}
.newPage .mainShow .left .newsList li .infoBox .rateNum img{width: .3rem;height: .3rem;}
.newPage .mainShow .left .newsList li .infoBox .rateNum span{ margin: 0 .16rem;font-size: .22rem;}
.newPage .ratio{font-size: .22rem;}
.newPage .ratio::before{width: .2rem;height: .14rem;}
.newPage .up{color:#16c784;font-size:.22rem}
.newPage .down{color:#ea3943;font-size:.22rem}

/* .newDetailPage {background-color: #eff2f5;} */
/* .newDetailPage .topNav{background: #eff2f5;} */
.newDetailPage .headerBlock{height: 1.82rem;}
.newDetailPage .rightBox ul{transition: transform .5s ease }
.newDetailPage .rightBox{width: 100%;margin: 0 auto;height: 1.04rem;margin-bottom: 0;overflow: auto;padding: 0.21rem;box-sizing: border-box;border-radius: 0;position: fixed;left: 0;top: 1rem;z-index: 2;display: block;background: #FFFFFF;}
.newDetailPage .rightItem{min-width: auto;position: relative;max-height: fit-content;}
.newDetailPage .rightItem .category{flex-direction: row;width: auto;}
.newDetailPage .rightItem .category li{width: auto;;height: 100%;padding: 0 .29rem;box-sizing: border-box;height: auto;line-height: .62rem;margin: 0;font-size: .28rem;border-radius: 0;white-space: nowrap;position: relative;border-radius: 0.08rem;}
.newDetailPage .rightItem .category li.active{background: #3562FF;color: #FFF;}
/* .newDetailPage .rightItem .category li.active::after{content: '';display: block;width: 100%;height: .04rem; background: #3562ff; position: absolute;left: 0;bottom: 0;} */
.newDetailPage .rightItem .category li:hover{background:none;color:#616E85;}
.newDetailPage .rightBox.rightBox-fixed{top: 0;transition: .2s;}

.newDetailPage .topOff{border-bottom: .02rem solid #eff2f5;}
.newDetailPage .mainShow{width: 100vw;padding: 0 .2rem;box-sizing: border-box;}
.newDetailPage .mainTop{flex-direction: column;}
.newDetailPage .collectBox div .auth{font-size: .28rem;    line-height: .4rem;margin-right: .3rem;}
.newDetailPage .collectBox div .auth{font-size: .24rem;    line-height: .4rem;}
.newDetailPage .collectBox div .collectTxt{font-size: .24rem;line-height: .4rem;margin-left: .1rem;}
.newDetailPage .mainTop .center h1{font-size:.4rem;}
.newDetailPage .mainTop .center h2{font-size:.44rem;}
.newDetailPage .mainTop .center>h3{font-size:.44rem;}
.newDetailPage .mainTop .center{width:100%;margin:0 auto;order: -2;padding-top: .3rem;}
.newDetailPage .mainTop .center ul{ margin:.2rem 0;}
.newDetailPage .showDetail .link{}
.newDetailPage .mainTop .center>ul li{min-width:1.2rem;height: auto;background: #eff2f5;border-radius: .12rem;font-size: .22rem;line-height: .3rem;margin: 0 .26rem .16rem 0;padding: .1rem .18rem;}
.newDetailPage .mainTop .center li img{width: .3rem;height: .3rem;}
.newDetailPage .mainTop .center.addHidden .content {height: 4rem;overflow: hidden;}
.newDetailPage .mainTop .center .warnTxt::before{    width: .28rem;height: .28rem;margin-right: .1rem;}
.newDetailPage .mainTop .center .warnTxt{font-size: .24rem;line-height: .34rem;    margin-bottom: .4rem;display: block;}
.newDetailPage .mainTop .center .content{margin-top: .72rem;}
.newDetailPage .mainTop .center .content h1{font-size:.34rem;}
.newDetailPage .mainTop .center .content h2{font-size:.34rem;}
.newDetailPage .mainTop .center .content>h3{font-size:.38rem;padding-left: .36rem; border-left: .2rem solid #0057ff;border-radius: .06rem .06rem;}
.newDetailPage .mainTop .center .content h4{font-size: .34rem;margin-bottom: 0;}
.newDetailPage .mainTop .center .content p{font-size: .32rem;letter-spacing: .03rem;}
.newDetailPage .mainTop .center .content ol,.newDetailPage .mainTop .center .content ul{    -webkit-padding-start: .8rem;padding-left: .8rem;}
.newDetailPage .mainTop .center .content ul li{margin: 0;}
.newDetailPage .mainTop .center .content ol li{line-height: 2em;}
.newDetailPage .mainTop .left{width: 100%;margin: .5rem auto;;padding-top: 0;}
.newDetailPage .mainTop .left .showDetailBox{width: 100%;;position: relative;bottom: auto;max-height: fit-content;}

.newDetailPage .mainTop .pkBox{width: 100%;margin: 0 auto;padding-bottom: 0;}
.newDetailPage .mainTop .pkBox .pkp{height: .3rem;border-radius: .2rem;margin: .2rem 0;}
.newDetailPage .mainTop .pkBox .process{height: .3rem;border-radius: .2rem;}
.newDetailPage .mainTop .pkBox .pkb .btn{width: 45%;height: .5rem;border-radius: .12rem;line-height: .5rem;font-size: .24rem;}
.newDetailPage .mainTop .pkBox .up{border: .02rem solid #16c784;}
.newDetailPage .mainTop .pkBox .down{border: .02rem solid #ea3943;}
.newDetailPage .mainTop .pkb .btn.up::before,.newDetailPage .mainTop .pkb .btn.up::before{width: .32rem;height: .24rem;margin-left: .04rem}

.newDetailPage .mainTop .pkn{font-size: .22rem;line-height: .3rem;margin-bottom: .14rem;}
.newDetailPage .mainTop .pkn span:nth-child(2)::after{width: .36rem;height: .3rem;}
.tabBox{margin-bottom: .32rem;}
.tabone:nth-child(1){padding-right: .14rem;}
.tabone:nth-child(2){padding-left: .14rem;}
.tabright{    border-radius: .16rem 0 0 .16rem;}
.tableft{    border-radius:  0 .16rem .16rem 0;}
.tabright::after{    width: .28rem;;border-radius: 0 .06rem .06rem 0 ;right: -.1rem;}
.tableft::before{width: .28rem;;border-radius:.06rem 0  0 .06rem;left: -.1rem;}
.newDetailPage .mainTop .right{width: 100%;padding-top: 0;display: block;}
.newDetailPage .mainTop .right .showDetail{width: 100%;margin: .2rem 0;}
.newDetailPage .mainTop .right .showDetail li{width: 100%;height: .8rem;box-shadow: 0 0 .2rem 0 rgba(164, 164, 165, .2);border-radius: .2rem;border: .02rem solid #f5f5f6;padding: .2rem .3rem;margin: .06rem auto;}
.newDetailPage .mainTop .right .showDetail li .ratioinfo img{width: .3rem;height: .3rem;}
.newDetailPage .mainShow ul li .ratio::before{width:.2rem;height:.14rem}
.newDetailPage .mainShow ul li .ratio{font-size: .22rem;}
.newDetailPage .mainShow h5{font-size: .28rem;    line-height: .42rem;margin: .2rem 0;display: none;}
.newDetailPage .moreNews{width: 100%; grid-template-columns: 1fr;display: none;}
.newDetailPage .moreNews li{margin-bottom: .35rem;display: flex;}
.newDetailPage .moreNews li .newsTitle{ font-size: .24rem;color: #0d1421;line-height: .39rem;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;    font-weight: 600;}
.newDetailPage .moreNews li .picwrap{display: block;        width: 2.72rem;height: 1.56rem;border-radius: .2rem;}
.newDetailPage .moreNews li .contentWrap{flex: 1;padding: 0;margin-left: .2rem;height: 1.56rem;display: flex;flex-direction: column;justify-content: space-between;}
.newDetailPage .moreNews li .titwrap{display: block;max-height: .96rem;margin-bottom: .15rem;}
.newDetailPage .moreNews li .newsContent{    font-size: .24rem;line-height: .4rem;height: 1.2rem;margin-bottom: .1rem;display: none;}
.newDetailPage .moreNews li .newsTips{    height: .6rem;justify-content: space-between;}
.newDetailPage .ratioItem{    height: .6rem;border: .02rem solid #f5f5f6;border-radius: .12rem;padding: .12rem .06rem;font-size: .22rem;margin-right: .2rem;margin-bottom: 0;}
.newDetailPage .ratioItem .ratioinfo img{        width: .3rem;height: .3rem;margin-right: .05rem;}
.newDetailPage .ratioItem .ratioinfo{margin-right: .05rem;}
.newDetailPage .moreNews li .newsTips .newsTime{font-size: .24rem;color: #616E85;line-height: .38rem;margin-right: 0;font-weight: 400;}
.newDetailPage .moreNews li .newsTips a:not(:first-of-type){display: none;}
.newDetailPage .disclaimerBox{display: none;}


.newDetailPage .collectBox .overFlowIf{position: absolute;height: .6rem;top: 0;left: 50%;transform: translate(-50%);font-size: .24rem;line-height: .6rem;color: #4A77FF;}
.newDetailPage .collectBox{ margin:.4rem 0;}
.newDetailPage .collectBox .collect{width: .38rem;height: .34rem;}
.newDetailPage .center.addHidden .collectBox::before{content: '';width: 100%;height: 2rem;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);        position: absolute;bottom: 100%;left: 0;z-index: 1;}
.recommond .title{padding: .4rem 0;}
.recommond .title p{font-size: .28rem;}
.recommond .title a{font-size: .24rem;}
.recommond ul li{border-bottom: .02rem solid #f5f5f6;padding: 0 .08rem;}
.recommond ul li:first-of-type{border-top: .02rem solid #f5f5f6;height: .6rem;line-height: .6rem;font-size: .24rem;}
.recommond ul li>a>div:nth-of-type(2), .recommond ul li>a>span:nth-of-type(2){padding-right: .4rem;}
.recommond ul li>a .nameBox img{    width: .4rem;height: .4rem;margin: 0 .12rem 0 0;}
.recommond ul li>a .nameBox div p,.recommond ul li>a .nameBox p{font-size: .28rem;line-height: .36rem;}
.recommond ul li>a .nameBox div span{font-size: .2rem;line-height: .2rem;}
.recommond ul li>a .ratioBox .ratio{width: 1.8rem;font-size: .2rem;line-height: .3rem;}
.recommond ul li>a .ratioBox .waveSvg{    width: 1.8rem;height:.48rem;}
.recommond .title a::after{width: .12rem;height: .2rem;}
.newDetailPage .mainTop .right .newsUal{width: 100%;position: relative;bottom: auto;max-height: fit-content;}
.newDetailPage .mainTop .right .newsUal li{ height: auto;border-bottom: none;position: relative;padding-left: .08rem;}
/* .newDetailPage .mainTop .right .newsUal li::before{display: block;content: '';;width: 1px;height: 100%;border-left: 1px solid rgba(21, 67, 228, .5);} */
.newDetailPage .mainTop .right .newsUal li>div{ height: auto;    flex-direction: column-reverse;border-left: .02rem dashed rgba(21, 67, 228, .5);padding-bottom: .52rem;padding-left: .2rem;}
.newDetailPage .mainTop .right .newsUal a:last-of-type>li>div{border-left: none;}
.newDetailPage .mainTop .right .newsUal li.txTips{display: block;}
.newDetailPage .mainTop .right .newsUal li.txTips>div .time{font-size: .32rem;line-height: .4rem;color: #1543E4;font-weight: 700;}
.newDetailPage .mainTop .right .newsUal li img{    width: 1.5rem;height: 1.2rem;margin-left: .2rem;display: none;}
.newDetailPage .mainTop  .right .kxTips{display: block;padding-left: .08rem;}
.newDetailPage .mainTop  .right .kxTips span{display: block;position: relative;border-left: 1px dashed rgba(21, 67, 228, .5);}
.newDetailPage .mainTop  .right .kxTips>span::before{display: inline-block;padding-left: .08rem;display: inline-block;content: '';width: .16rem;height: .16rem;border-radius: 50%;background: #1543E4;position: absolute;top: .04rem;left: -.28rem;}
.newDetailPage .mainTop  .right .newsUal li>div .content{font-size:.24rem;line-height:.4rem;height:auto;color: #ABB6C9;display: none;}
.newDetailPage .mainTop  .right .newsUal li>div .time{font-size: .2rem;line-height: .3rem;color: #1543E4;position: relative;}
.newDetailPage .mainTop .right .newsUal li>div .title{display: flex;font-weight: 700;font-size: .32rem;color: #0D1421;line-height: .58rem;height: auto;}
.newDetailPage .mainTop  .right .newsUal li>div .time::before{display: inline-block;content: '';width: .16rem;height: .16rem;border-radius: 50%;background: #1543E4;position: absolute;top: .06rem;left: -.28rem;z-index: 1;}
.newDetailPage .mainTop  .right .newsUal li.txTips>div .time::before{top: .12rem;}
.newDetailPage .mainTop  .right .newsUal li.txTips>div .time::after{display: inline-block;content: '';width: .16rem;height: .16rem;background: #FFFFFF;position: absolute;top: 0;left: -.28rem;z-index: 0;}

.newDetailPage .mainTop .left .showDetail{width: 100%;padding-bottom: .2rem;margin-top: .4rem;}
.newDetailPage .mainTop .left .showDetail li .mainInfo{min-height: .5rem;}
.newDetailPage .mainTop .left .showDetail li{width: 100%;    border-radius: .22rem;border: .02rem solid #f5f5f6;padding: .2rem .3rem;box-sizing: border-box;margin: .08rem auto;    box-shadow: 0 0 .2rem rgba(164, 164, 165, .2)}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo img{    width: .4rem;height: .4rem;margin-right: .1rem;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span{ font-size: .24rem;}
.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span:first-of-type{ margin-right: .2rem;display: none;}

.newDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo{margin-right: .2rem;}
.newDetailPage .mainTop .left .showDetail li .mainInfo::before{width: .18rem;height: .14rem;}
.newDetailPage .mainTop .left .showDetail li .showMore{margin-top: .2rem;    border-top: .02rem solid #F5F5F6;padding: .2rem 0 0 0;}
.newDetailPage .mainTop .left .showDetail li .showMore p{font-size: .24rem;line-height: .3rem;}
.newDetailPage .mainTop .left .showDetail li .showMore span{font-size: .22rem;line-height: .3rem;margin-top: .1rem;}

.classAllList .nav{position: relative;padding:0 .72rem;box-sizing: border-box;}
.classAllList .nav .pre{width: .72rem;height: .72rem;    background: #FFFFFF url(../img/home_ico_left.png) center/100% no-repeat;position: absolute;left: 0;bottom: 0;z-index: 1;display: none;}
.classAllList .nav .next{width: .72rem;height: .72rem;    background: #FFFFFF url(../img/home_ico_right.png) center/100% no-repeat;position: absolute;right: 0;bottom: 0;z-index: 1;}
.bitfinex1, .bitfinex2, .bitfinex3{height: 4rem;}

.firstPageNews h5{display: none;}
.firstPageNews{width: 100%;padding: .2rem;box-sizing: border-box;}
.firstPageNews .moreNews{width: 100%;display: flex;flex-direction: column;}
.firstPageNews .moreNews li .picwrap {display: none;}
.firstPageNews .moreNews li{margin-bottom: 0;border-left: .02rem dashed rgba(21, 67, 228, .5);padding-left: .2rem;box-sizing: border-box;}
.firstPageNews .moreNews li .contentWrap{display: flex;flex-direction: column;}
.firstPageNews .moreNews li .contentWrap .newsTips>a{display: none;}
/* .firstPageNews .moreNews li .contentWrap .newsContent{display: none;} */
.firstPageNews .moreNews li .newsTips{height: auto;overflow: visible;}
.firstPageNews .moreNews li .newsTips .newsTime{font-size: .2rem;line-height: .3rem;color: #1543E4;position: relative}
.firstPageNews .moreNews li .newsTips .newsTime::before {display: inline-block;content: '';width: .16rem;height: .16rem;border-radius: 50%;background: #1543E4;position: absolute;top: .06rem;left: -.28rem;z-index: 1;}
.firstPageNews .moreNews li .newsTitle{font-weight: 700;font-size: .32rem;color: #0D1421;line-height: .48rem;height: .48rem;margin: .1rem 0;}
.firstPageNews .moreNews li .titwrap{order:2}
.firstPageNews .moreNews li .newsContent{font-size: .24rem;color: #ABB6C9;line-height: .36rem;-webkit-line-clamp: 2;max-height: .72rem;order: 3;height: auto;margin-bottom: .52rem;}
.firstPageNews .moreNews li.txTips{display: block;padding-bottom: .48rem;}
.firstPageNews .moreNews li.txTips .newsTips .newsTime{font-size: .32rem;color: #1543E4;line-height: .32rem;}
.firstPageNews .moreNews li:last-of-type {border-left: .02rem dashed transparent}
.firstPageNews .moreNews li:first-of-type .newsTips .newsTime::after{display: inline-block;content: '';width: .16rem;height: .16rem;background: #FFFFFF;position: absolute;top: 0rem;left: -.28rem;z-index: 0;}
/* 表格展示项弹窗 s */
.customTableDialog-main{top: 0;left: 0;transform: none;width: 100%;min-height: 100%;max-height: 100%;border-radius: 0;padding: 0;}
.customTableDialog-close{top: 0.58rem;right: 0.54rem;width: 0.38rem;height: 0.38rem;}
.customTableDialog-head{padding: 0.42rem 0.2rem 0;}
.customTableDialog-title{font-size: 0.38rem;padding-left: 0.22rem;box-sizing: border-box;}
.customTableDialog-title span{width: 1.06rem;height: 0.62rem;border-radius: 0.12rem;margin: 0 0.1rem;}
.customTableDialog-desc{font-size: 0.25rem;line-height: 0.54rem;padding: 0 0.22rem 0.3rem;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;}
/* 表格展示项弹窗-content */
.customTableDialog-content{max-height: calc(100vh - 4rem);height: calc(100vh - 4rem);margin-top: 0.3rem;padding: 0 0.2rem;}
/* 表格展示项弹窗-类型 */
.customTableDialog-type-select{width: 3.44rem;height: 0.87rem;}
.customTableDialog-type-curr{border-radius: 0.25rem;padding: 0 0.4rem;font-size: 0.25rem;}
.customTableDialog-type-curr i{width: 0.27rem;height: 0.17rem;}
.customTableDialog-type-float{top: 0.97rem;padding: 0.2rem;border-radius: 0.2rem;}
.customTableDialog-type-float::before{height: 0.2rem;}
.customTableDialog-type-float li{height: 0.6rem;padding-left: 0.2rem;font-size: 0.25rem;line-height: 0.6rem;border-radius: 0.12rem;margin-bottom: 0.2rem;}
.customTableDialog-type-float li:last-child{margin-bottom: 0;}
/* 表格展示项弹窗-重置 */
.customTableDialog-type-reset{width: 3.44rem;height: 0.87rem;border-radius: 0.25rem;font-size: 0.25rem;}
.customTableDialog-type-reset i{width: 0.42rem;height: 0.42rem;margin-right: 0.2rem;}
/* 表格展示项弹窗-选中项 */
.customTableDialog-display{width: 100%;padding: 0.4rem 0.2rem 0.2rem;border-radius: 0.25rem;margin-top: 0.37rem;}
.customTableDialog-display-list{flex-direction: column;align-items: flex-start;}
.customTableDialog-display-list li{align-items: center;width: calc(100% - 0.6rem);height: 0.87rem;border-radius: 0.2rem;padding: 0 0 0 0.8rem;margin: 0 0 0.17rem 0;box-sizing: border-box;position: relative;}
.customTableDialog-display-list li::before{content: "";position: absolute;top: 50%;left: 0.23rem;transform: translateY(-50%) !important;width: 0.33rem;height: 0.33rem;background: url(../img/ico_pop_adjust@2x.png) no-repeat center;background-size: cover;}
.customTableDialog-display-list li .num{display: none;}
.customTableDialog-display-list li .name{font-size: 0.3rem;margin: 0 0.2rem 0 0;}
.customTableDialog-display-list li i{position: absolute;top: 50%;right: -0.54rem;transform: translateY(-50%) !important;width: 0.38rem;height: 0.38rem;background: url(../img/ico_pop_delete2@2x.png) no-repeat center;background-size: cover;}
.customTableDialog-display-head{display: flex;align-items: center;justify-content: space-between;font-weight: 500;font-size: 0.25rem;color: #616E85;margin-bottom: 0.3rem;}
.customTableDialog-display-add{display: flex;align-items: center;width: 100%;height: 1.25rem;background: rgba(97, 110, 133, .1);border-radius: 0.21rem;padding: 0 0.25rem;box-sizing: border-box;}
.customTableDialog-display-add i{display: inline-block;width: 0.42rem;height: 0.42rem;margin-right: 0.15rem;background: url(../img/ico_pop_add@2x.png) no-repeat center;background-size: cover;}
.customTableDialog-display-add .addContent-name{font-weight: 500;font-size: 0.3rem;color: #0D1421;line-height: 0.3rem;}
.customTableDialog-display-add .addContent-desc{font-weight: 500;font-size: 0.25rem;color: #616E85;line-height: 0.3rem;}
/* 表格展示项弹窗-选项 */
.customTableDialog-option{margin-top: 0;display: none;}
/* 表格展示项弹窗-按钮 */
.customTableDialog-btn{justify-content: center;width: 100%;height: 1.8rem;margin-top: 0;padding: 0 0.42rem;}
.customTableDialog-btn button.cancel{display: none;}
.customTableDialog-btn button.apply{width: 100%;height: 1rem;background: #3562FF;border-radius: 0.21rem;font-size: 0.29rem;}
/* 表格展示项弹窗-添加弹窗 */
.customTableAddDialog{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 101;display: none;}
.customTableAddDialog-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.customTableAddDialog-main{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #FFFFFF;border-radius: 0;overflow: hidden;padding: 0;box-sizing: border-box;}
/* 表格展示项弹窗-添加弹窗-head */
.customTableAddDialog-head{display: flex;align-items: center;justify-content: space-between;width: calc(100% - 0.4rem);margin: 0 auto;border-bottom: 1px solid #F5F5F6;padding: 0.3rem 0.22rem;box-sizing: border-box;}
.customTableAddDialog-title{display: flex;align-items: center;font-weight: 500;font-size: 0.38rem;color: #0D1421;}
.customTableAddDialog-title span{width: 1.06rem;height: 0.62rem;background: #EFF2F5;border-radius: 0.13rem;display: flex;align-items: center;justify-content: center;margin: 0 0.1rem;}
.customTableAddDialog-close{width: 0.38rem;height: 0.38rem;background: url(../img/ico_pop_close@2x.png) no-repeat center;background-size: cover;cursor: pointer;}
/* 表格展示项弹窗-添加弹窗-content */
.customTableAddDialog-content{width: 100%;max-height: calc(100vh - 3.7rem);margin-top: 0;overflow: hidden;overflow-y: auto;scrollbar-width: none;padding: 0 0.2rem;box-sizing: border-box;}
.customTableAddDialog-content::-webkit-scrollbar{display: none;}
.customTableAddDialog-option{margin-top: 0.17rem;}
.customTableAddDialog-option li{padding: 0.45rem 0.22rem 0;box-sizing: border-box;}
.customTableAddDialog-option li .name{font-weight: 500;font-size: 0.29rem;color: #616E85;line-height: 0.25rem;padding: 0 0.3rem 0.33rem;box-sizing: border-box;border-bottom: 1px solid #F5F5F6;}
.customTableAddDialog-option li .optionBox{margin-top: 0.2rem;}
.customTableAddDialog-option li .optionItem{width: 100%;height: 0.75rem;padding-right: 0.13rem;display: flex;align-items: center;justify-content: space-between;cursor: pointer;font-size: 0.29rem;color: #0D1421;}
.customTableAddDialog-option li .optionItem i{width: 0.33rem;height: 0.33rem;background: url(../img/ico_pop_choose01@2x.png) no-repeat center;background-size: cover;}
.customTableAddDialog-option li .optionItem.active i{background: url(../img/ico_pop_choose02@2x.png) no-repeat center;background-size: cover;}
/* 表格展示项弹窗-添加弹窗-bottom */
.customTableAddDialog-bottom{width: 100%;padding: 0.2rem 0.2rem 0.4rem;box-sizing: border-box;border-top: 1px solid #F5F5F6;}
.customTableAddDialog-bottom .addList{width: 100%;height: 0.62rem;overflow: hidden;overflow-x: auto;scrollbar-width: none;font-size: 0;white-space: nowrap;}
.customTableAddDialog-bottom .addList::-webkit-scrollbar{display: none;}
.customTableAddDialog-bottom .addList li{display: inline-block;height: 100%;margin-right: 0.17rem;padding: 0 0.2rem;background: #E6ECFF;border-radius: 0.31rem;font-weight: 500;font-size: 0.25rem;color: #3562FF;line-height: 0.62rem;}
.customTableAddDialog-bottom .addList li:last-child{margin-right: 0;}
.customTableAddDialog-bottom .addList li i{display: inline-block;width: 0.33rem;height: 0.33rem;background: url(../img/ico_pop_delete@2x.png) no-repeat center;background-size: cover;margin-left: 0.13rem;vertical-align: text-top;}
.customTableAddDialog-bottom .add{display: block;width: calc(100% - 0.44rem);height: 1rem;margin: 0.25rem auto 0;background: linear-gradient( 270deg, #679CFF 0%, #3562FF 100%);border-radius: 0.21rem;font-weight: 500;font-size: 0.29rem;color: #F5F9FF;border: none;}
/* 表格展示项弹窗 e */
/* 大V快讯 s */
.celebrityTop{position: absolute !important;}
/* .page .headerBlock.celebrityHeader{height: 0 !important;} */
.celebrityMain.mainShow{flex-direction: column;width: 100%;padding-bottom: 0.42rem;}
/* 大V快讯-通用-加载 */
.pageModule-status-inner, .pop-status-inner{height: 0.9rem;font-size: 0.29rem;}
.pageModule-status .loading-img,.pop-status .loading-img{width: 0.42rem;height: 0.42rem;margin-right: 0.17rem;}
.celebrityMain .dynamicInfo-empty{font-size: 0.29rem;}
/* 大V快讯-通用-关注 */
.celebrityMain .followBtn,.celebrityRecoPop .followBtn{width: 1.33rem;height: 0.67rem;background: #3562FF;border-radius: 0.17rem;font-size: 0.25rem;line-height: 0.67rem;}
.celebrityMain .followBtn i,.celebrityRecoPop .followBtn i{width: 0.21rem;height: 0.21rem;margin-right: 0.02rem;}
/* 大V快讯-通用-大V类型 */
.celebrityMain .celebritySign,.celebrityRecoPop .celebritySign{width: 0.35rem;height: 0.35rem;margin-left: 0.1rem;}
.celebrityMain .iconImg,.celebrityRecoPop .iconImg{width: 0.32rem;height: 0.32rem;border-radius: 50%;margin-left: 0.03rem;}
/* 大V快讯-通用-emoji图标 */
.celebrityMain .emoji-icon{width: 0.5rem;height: 0.5rem;}
.celebrityMain .emoji-icon[data-emoji="1"]{width: 0.55rem;}
.celebrityMain .emoji-icon[data-emoji="2"]{width: 0.55rem;}
.celebrityMain .emoji-icon[data-emoji="7"]{width: 0.57rem;}
/* 大V快讯-左侧和右侧区域 */
.celebrityMain .left,.celebrityMain .right{display: none;}
/* 大V快讯-中间区域 */
.celebrityMain .center{min-width: 100%;min-height: calc(100vh - 5.2rem); padding: 0.42rem 0;}
/* 大V快讯-中间区域-分类 */
.celebrityMain .dynamicInfo-type{height: 0.71rem;}
.celebrityMain .dynamicInfo-type-inner{height: 0.71rem;}
.celebrityMain .dynamicInfo-type span{flex: 1;min-width: 0.6rem;height: 100%;font-size: 0.29rem;margin: 0;line-height: 0.54rem;}
.celebrityMain .dynamicInfo-type.multi span{margin: 0;}
.celebrityMain .dynamicInfo-type span::after{width: 100%;height: 0.04rem;}
/* 大V快讯-中间区域-列表 */
.celebrityMain .dynamicInfo-list{padding: 0;}
.celebrityMain .dynamicInfo-item{padding: 0.42rem 0.2rem;margin-bottom: 0;}
/* 大V快讯-中间区域-列表-头像 */
.celebrityMain .dynamicInfo-item .portrait{width: 0.83rem;height: 0.83rem;top: 0.42rem;left: 0.2rem;}
.celebrityMain .portrait-float{display: none !important;}
/* 大V快讯-中间区域-列表-展示内容 */
.celebrityMain .dynamicInfo-item .mainBox{padding: 0;}
.celebrityMain .dynamicInfo-item .mainBox>.followBtn{top: 0.42rem;right: 0.2rem;}
/* 大V快讯-中间区域-列表-作者 */
.celebrityMain .dynamicInfo-item .authorBox{padding-left: 1.06rem;display: block;height: auto;padding-right: 1.33rem;}
.celebrityMain .dynamicInfo-item .authorBox h4{font-size: 0.33rem;line-height: 0.42rem;}
.celebrityMain .dynamicInfo-item .authorBox .authorBox-extend{font-size: 0.25rem;margin-left: 0;margin-top: 0.17rem;line-height: 0.25rem;}
/* 大V快讯-中间区域-列表-文本 */
.celebrityMain .dynamicInfo-item .detailText{margin-top: 0.33rem;}
.celebrityMain .dynamicInfo-item .detailText-content{font-size: 0.29rem;line-height: 0.42rem;}
.celebrityMain .dynamicInfo-item .detailText .location{font-size: 0.29rem;line-height: 0.42rem;}
.celebrityMain .dynamicInfo-item .mdeiaItem{border-radius: 0.04rem;width: 100%;}
.celebrityMain .dynamicInfo-item .mdeiaItem .video-icon{width: 0.8rem;height: 0.8rem;}
/* 大V快讯-中间区域-列表-评论 */
.celebrityMain .dynamicInfo-item .evaluate{flex-direction: column;margin-top: 0.31rem;}
.celebrityMain .dynamicInfo-item .evaluate-list{flex-wrap: nowrap;max-width: 100%;overflow: hidden;        overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;box-sizing: border-box;}
.celebrityMain .dynamicInfo-item .evaluate-list::-webkit-scrollbar{display: none;}
.celebrityMain .dynamicInfo-item .evaluate-list li{padding: 0 0.17rem;height: 0.7rem;margin: 0 0.21rem 0 0;border-radius: 0.35rem;}
.celebrityMain .dynamicInfo-item .evaluate-list li .emoji-num{font-size: 0.29rem;margin-left: 0.06rem;}
/* 大V快讯-中间区域-列表-操作 */
.celebrityMain .dynamicInfo-item .evaluate-opt{height: 0.62rem;justify-content: flex-end;margin-top: 0.3rem;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn{width: 0.62rem;height: 0.62rem;cursor: pointer;margin-left: 0.2rem;}
.celebrityMain .dynamicInfo-item .evaluate-opt-btn.share{display: block;}
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-float{display: none;}
/* 大V快讯-中间区域-列表-操作-emoji */
.celebrityMain .dynamicInfo-item .evaluate-opt .emojiBox-num{font-size: 0.29rem;color: #B0B6C2;}
/* 大V快讯-中间区域-head */
.celebrityMain .dynamicInfo-head{flex-direction: column;align-items: flex-start;margin-bottom: 0.3rem;padding: 0 0.3rem 0.4rem;font-size: 0.33rem;line-height: 0.38rem;}
.celebrityMain .dynamicInfo-head h4{font-size: 0.33rem;line-height: 0.38rem;}
.celebrityCurrencyPage .celebrityMain .dynamicInfo-head,.celebrityTopicPage .celebrityMain .dynamicInfo-head{font-size: 0.33rem;}
.celebrityCurrencyPage .celebrityMain .dynamicInfo-head h4,.celebrityTopicPage .celebrityMain .dynamicInfo-head h4{font-size: 0.33rem;}
.celebrityDetailPage .celebrityMain .dynamicInfo-head{font-size: 0.33rem;margin-bottom: 0;height: 0.38rem;padding-bottom: 0.4rem;}
.celebrityDetailPage .celebrityMain .dynamicInfo-head i{width: 0.17rem;height: 0.29rem;margin-right: 0.13rem;}
/* 大V快讯-中间区域-head-主页 */
.celebrityMain .auchorIntro-head{padding: 0.5rem 0.2rem;margin-bottom: 0;}
.celebrityMain .auchorIntro-info{align-items: flex-start;}
.celebrityMain .auchorIntro-portrait{width: 1.6rem;height: 1.6rem;}
.celebrityMain .auchorIntro-main{margin-left: 0.2rem;}
.celebrityMain .auchorIntro-main .followBtn{top: 0.4rem;}
.celebrityMain .auchorIntro-name{height: 0.42rem;}
.celebrityMain .auchorIntro-name h4{font-size: 0.3rem;}
.celebrityMain .auchorIntro-text{font-size: 0.3rem;line-height: 0.42rem;}
.celebrityMain .auchorIntro-box{height: 1.6rem;display: flex;flex-direction: column;justify-content: center;}
.celebrityMain .auchorIntro-main p{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;margin-left: -1.8rem;}
/* 大V快讯-中间区域-详情页面 */
.celebrityDetailPage .celebrityMain .center{padding-top: 0.42rem;}
.celebrityDetailPage .celebrityMain .dynamicInfo-detail{padding: 0 0.2rem;}
.celebrityDetailPage .celebrityMain .dynamicInfo-item{margin-bottom: 0.1rem;}
.celebrityDetailPage .celebrityMain .dynamicInfo-list-name{font-size: 0.33rem;line-height: 0.38rem;padding: 0.42rem 0;}
/* 大V快讯-中间区域-推荐页 */
.dynamicInfo-search{width: 7.08rem;height: 0.83rem;margin: 0 auto 0.42rem;background: #EFF2F5;border-radius: 0.25rem;position: relative;padding-left: 0.73rem;box-sizing: border-box;overflow: hidden;display: block;}
.dynamicInfo-search-icon{position: absolute;top: 50%;left: 0.27rem;transform: translateY(-50%) !important;width: 0.33rem;height: 0.35rem;background: url(../img/home_ico_search.png) no-repeat center;background-size: cover;}
.dynamicInfo-search span{font-weight: 500;font-size: 0.29rem;color: #A6B0C3;line-height: 0.83rem;}
.centerInsert{width: 100%;padding: 0.42rem 0.2rem;box-sizing: border-box;border-bottom: 0.01rem solid #F5F5F6;margin-bottom: 0.42rem;display: block;}
.centerInsert-head{display: flex;align-items: center;justify-content: space-between;height: 0.42rem;}
.centerInsert-name{display: flex;align-items: center;font-weight: 600;font-size: 0.29rem;color: #0D1421;}
.centerInsert-name i{display: inline-block;width: 0.42rem;height: 0.42rem;background: url(../img/dav_ico_recommend@2x.png) no-repeat center;background-size: cover;margin-right: 0.06rem;}
.centerInsert-name i.active{background-image: url(../img/dav_ico_active@2x.png);}
.centerInsert-more{font-weight: 500;font-size: 0.25rem;color: #3562FF;cursor: pointer;}
.centerInsert-more i{display: inline-block;width: 0.13rem;height: 0.23rem;background: url(../img/ico_more@2x.png) no-repeat center;background-size: cover;margin-left: 0.15rem;}
.centerInsert-box{width: 100%;height: 1.46rem;overflow: hidden;margin-top: 0.2rem;}
.centerInsert-list{width: 100%;height: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;box-sizing: border-box;}
.centerInsert-list::-webkit-scrollbar{display: none;}
.centerInsert-list li{position: relative;display: inline-block;width: 1.38rem;height: 1.46rem;margin-right: 0.1rem;padding-top: 0.13rem;box-sizing: border-box;}
.centerInsert-list li a{display: block;width: 100%;height: 100%;}
.centerInsert-list li img{display: block;width: 0.83rem;height: 0.83rem;margin: 0 auto;border-radius: 50%;}
.centerInsert-list li .centerInsert-box-author{display: flex;align-items: center;justify-content: center; height: 0.25rem;margin-top: 0.13rem;}
.centerInsert-list li .centerInsert-box-author h4{font-weight: 500;font-size: 0.25rem;color: #0D1421;max-width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.centerInsert-list li .centerInsert-box-author i{display: inline-block;width: 0.25rem;height: 0.25rem;background: url(../img/dav_ico_certification01@2x.png) no-repeat center;background-size: cover;margin-left: 0.02rem;}
.centerInsert-list li .centerInsert-box-author i.yellow{background-image: url(../img/dav_ico_certification02@2x.png);}
.centerInsert-list li .centerInsert-box-author i.gray{background-image: url(../img/dav_ico_certification03@2x.png);}
.centerInsert-list li .followBtn{position: absolute;top: 0.77rem;left: 50%;transform: translateX(-50%);width: 0.63rem;height: 0.25rem;font-size: 0.13rem;line-height: 0.25rem;}
.centerInsert-list li .followBtn i{width: 0.13rem;height: 0.13rem;}
/* 大V快讯-中间区域-转发信息 */
.celebrityMain .dynamicInfo-item .forwardBox{border-radius: 0.24rem;margin-top: 0.3rem;padding-top: 0.3rem;width: 100%;box-sizing: border-box;}
.celebrityMain .dynamicInfo-item .forwardBox-head{padding: 0 0.2rem;}
.celebrityMain .dynamicInfo-item .forwardBox-name{font-size: 0.33rem;color: #616E85;line-height: 0.42rem;}
.celebrityMain .dynamicInfo-item .forwardBox-extend{font-size: 0.28rem;line-height: 0.42rem;margin-left: 0.1rem;}
.celebrityMain .dynamicInfo-item .forwardBox-content{font-size: 0.28rem;line-height: 0.42rem;padding: 0.2rem;}
.celebrityMain .dynamicInfo-item .forwardBox .mdeiaItem{border-radius: 0.24rem;}
.celebrityMain .dynamicInfo-item .forwardBox .mdeiaItem:only-child{border-radius: 0 0 0.24rem 0.24rem;}
/* 大V快讯-弹窗 */
.celebrityRecoPop-main{width: 6.67rem;height: 11rem;border-radius: 0.5rem;padding: 0.67rem 0.42rem 0.62rem;}
.celebrityRecoPop-close{top: 0.67rem;right: 0.42rem;width: 0.29rem;height: 0.29rem;}
.celebrityRecoPop-title{font-size: 0.33rem;line-height: 0.38rem;padding: 0;text-align: center;}
.celebrityRecoPop-box{margin-top: 0.62rem;}
.celebrityRecoPop-list li{margin-bottom: 0.62rem;padding: 0 0 0 0.88rem;}
.celebrityRecoPop-list li .followBtn{top: 0.08rem;}
.celebrityRecoPop-list li img{top: 0.04rem;width: 0.75rem;height: 0.75rem;}
.celebrityRecoPop-list li .authorInfo-name{height: 0.42rem;}
.celebrityRecoPop-list li .authorInfo-name h4{font-size: 0.29rem;line-height: 0.42rem;}
.celebrityRecoPop-list li .authorInfo-text{font-size: 0.25rem;line-height: 0.42rem;}
.celebrityRecoPop-list li p{font-size: 0.29rem;line-height: 0.42rem;margin-top: 0.08rem;}
/* emoji 弹窗 */
.emojiPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.emojiPop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
.emojiPop-main{position: absolute;bottom: 0.1rem;left: 50%;transform: translateX(-50%) !important;width: 7.08rem;height: 3.54rem;background: #FFFFFF;box-shadow: 0 0 0.33rem 0 rgba(0,0,0,0.12);border-radius: 0.17rem;padding: 0.33rem 0.62rem 0;box-sizing: border-box;}
.emojiPop-close{display: block;text-align: center;height: 0.17rem;}
.emojiPop-close i{display: inline-block;width: 0.17rem;height: 0.29rem;background: url(../img/ico_back.png) no-repeat center;background-size: cover;cursor: pointer;z-index: 1;transform: rotate(-90deg);}
.emojiPop-list{display: flex;justify-content: center;flex-wrap: wrap;align-content: flex-start;margin-top: 0.37rem;}
.emojiPop-list .emoji-icon{width: 0.62rem;height: 0.62rem;margin-right: 0.42rem;margin-bottom: 0.62rem;}
.emojiPop-list .emoji-icon:nth-child(6n){margin-right: 0;}
.emojiPop .emoji-icon[data-emoji="1"]{width: 0.65rem;margin-right: 0.4rem;}
.emojiPop .emoji-icon[data-emoji="2"]{width: 0.65rem;margin-right: 0.4rem;}
.emojiPop .emoji-icon[data-emoji="7"]{width: 0.67rem;margin-right: 0.38rem;}
/* 搜索弹窗 */
.celebritySearchPop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: 5;}
.celebritySearchPop-head{margin: .52rem auto 0;height: .8rem;display: flex;}
.celebritySearchPop-head i{display: block;background: url(../img/ico_back.png) no-repeat center;height: 100%;width: .6rem;background-size: .2rem;}
.celebritySearchPop-input{flex: 1;height: 100%;border-radius: .24rem;padding: .22rem;margin-right: .2rem;background: #fff;border: .02rem solid #eff2f5;box-sizing: border-box;}
.celebritySearchPop-input.focus{border-color: #3562FF;}
.celebritySearchPop-input img{width: .36rem;height: .36rem;}
.celebritySearchPop-input input{font-size: .28rem;height: .36rem;line-height: .36rem;border: none;outline: none;vertical-align: top;font-weight: 600;color: #0D1421;}
/* 搜索弹窗-热门话题 */
.celebritySearchPop-hotTopic{width: 100%;padding: 0 0.2rem;box-sizing: border-box;margin-top: 0.42rem;}
.celebritySearchPop-hotTopic-main{width: 100%;padding: 0.42rem 0;background: rgba(255,255,255,0);border-radius: 0.17rem;border: 0.02rem solid #F5F5F6;box-sizing: border-box;}
.celebritySearchPop-hotTopic-head{display: flex;align-items: center;font-weight: 600;font-size: 0.29rem;color: #0D1421;margin-bottom: 0.2rem;padding-left: 0.3rem;box-sizing: border-box;}
.celebritySearchPop-hotTopic-head i{display: inline-block;width: 0.29rem;height: 0.33rem;background: url(../img/dav_ico_hot@2x.png) no-repeat center;background-size: cover;margin-right: 0.06rem;}
.celebritySearchPop-hotTopic-list{width: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;box-sizing: border-box;}
.celebritySearchPop-hotTopic-list::-webkit-scrollbar{display: none;}
.celebritySearchPop-hotTopic-list ul{display: inline-block;width: 5.5rem;padding: 0 0.3rem;box-sizing: border-box;vertical-align: top;}
.celebritySearchPop-hotTopic-list ul li{width: 100%;height: 0.42rem;margin-bottom: 0.3rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 0.42rem;}
.celebritySearchPop-hotTopic-list ul li:last-child{margin-bottom: 0;}
.celebritySearchPop-hotTopic-list ul li a{display: inline-block;padding-left: 0.45rem;position: relative;}
.celebritySearchPop-hotTopic-list ul li .num{font-size: 0.29rem;color: #B0B6C2;position: absolute;top: 0;left: 0;}
.celebritySearchPop-hotTopic-list ul li .name{font-size: 0.29rem;font-weight: 500;color: #0D1421;}
/* 搜索弹窗-热门币种 */
.celebritySearchPop-hotCoin{width: 100%;margin-top: 0.42rem;}
.celebritySearchPop-hotCoin-title{font-weight: 500;font-size: 0.29rem;color: #0D1421;line-height: 0.54rem;padding-left: 0.52rem;}
.celebritySearchPop-hotCoin-list{width: 100%;height: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;box-sizing: border-box;margin-top: 0.25rem;}
.celebritySearchPop-hotCoin-list::-webkit-scrollbar{display: none;}
.celebritySearchPop-hotCoin-list li{display: inline-block;width: 1.63rem;height: 0.75rem;margin-right: 0.17rem;}
.celebritySearchPop-hotCoin-list li:first-child{margin-left: 0.2rem;}
.celebritySearchPop-hotCoin-list li:last-child{margin-right: 0.2rem;}
.celebritySearchPop-hotCoin-list li a{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;border-radius: 0.17rem;border: 0.02rem solid #F5F5F6;font-weight: bold;font-size: 0.29rem;color: #0D1421;box-sizing: border-box;}
/* 预览资源 */
.viewMediaPop-close{padding: 0.1rem;right: 0.2rem;top: -0.8rem;}
.viewMediaPop-close i{width: 0.29rem;height: 0.29rem;}
.viewMediaPop-main{width: 100%;box-sizing: border-box;}
.viewMediaPop-box{max-width: 100%;max-height: 100%;}
.viewMediaPop-main img{max-width: 100%;max-height: 100%;margin: 0 auto;}
.viewMediaPop-main video{max-width: 100%;max-height: 100%;margin: 0 auto;}
/* 今日快讯 */
.celebrityMain .newsFlash{display: none;}
/* 搜索币种信息 */
.celebrityMain .searchCoin{width: 100%;margin-top: 0.3rem;}
.celebrityMain .searchCoin ul{justify-content: space-between;}
.celebrityMain .searchCoin ul li{margin-right: 0px;}
.celebrityMain .searchCoin ul li:last-child{flex-direction: column;}
.celebrityMain .searchCoin .coinInfo img{width: 0.48rem;height: 0.48rem;margin-right: 0.1rem;}
.celebrityMain .searchCoin .coinInfo .nameBox{align-items: flex-start;flex-direction: column;}
.celebrityMain .searchCoin .coinInfo .name{font-size: 0.28rem;line-height: 0.28rem;margin-right: 0;}
.celebrityMain .searchCoin .coinInfo .chinese_name{font-size: 0.22rem;}
.celebrityMain .searchCoin .price{font-size: 0.28rem;line-height: 0.28rem;}
.celebrityMain .searchCoin .waveSvg{width: 1.44rem;height: 0.34rem;}
.celebrityMain .searchCoin .ratio{font-size: 0.22rem;line-height: 0.22rem;margin-right: 0;order: 1;}
.celebrityMain .searchCoin .ratio::before{width: 0.2rem;height: 0.12rem;}
/* 大V快讯 e */
/* dex s */
.dexPage .headerBlock{height: 1.91rem;}
/* 左侧导航 */
.dexNav{display: none;}
/* 主要内容 */
.dexWrap{flex: none;padding: 0;margin-bottom: 0.3rem;border: none;}
.dexWrap .dexName{display: none;}
.dexMobleNav{width: 100%;height: 1.02rem;display: block;}
.dexMobleNav ul{width: 100%;height: 1.02rem;padding: 0.2rem;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;background: #fff;}
.dexMobleNav ul.fixed-scroll{position: fixed;top: 0.91rem;left: 0;z-index: 3;transition: .2s;}
@keyframes dexMobleFixedHead {
  0% {height: 0;}
  100% {height: inherit;}
}
.dexMobleNav ul li{width: 2.29rem;height: 0.62rem;border-radius: 0.08rem;}
.dexMobleNav ul li a{width: 100%;height: 100%;border-radius: 0.08rem;font-size: 0.29rem;color: #3562FF;display: flex;align-items: center;justify-content: center;}
.dexMobleNav ul li a.active{background: #3562FF;color: #fff;}
.dexWrap .dexWarn{position: static;justify-content: center;font-size: 0.24rem;margin-bottom: 0.2rem;}
.dexWrap .dexWarn i{margin-right: 0.06rem;width: 0.28rem;height: 0.28rem;}
/* 主要内容-时间线 */
.dexSignal-timeLine{width: 100%;height: auto;padding-left: 0;overflow: hidden;overflow-x: auto;scrollbar-width: none;flex-direction: column;}
.dexSignal-timeLine::-webkit-scrollbar{display: none;}
.dexSignal-timeLine-all{margin: 0.8rem auto 0;width: 2rem;height: 0.8rem;background: #EFF2F5;border-radius: 0.2rem;font-size: 0.24rem;color: #0D1421;}
/* 主要内容-时间线-刻度 */
.dexSignal-timeLine .scale-list{padding: 0.73rem 0.3rem 0;width: fit-content;}
.dexSignal-timeLine .scale-list::after{top: 0.81rem;}
.dexSignal-timeLine .scale-list li{position: relative;width: 0.8rem;height: 0.18rem;z-index: 1;}
.dexSignal-timeLine .scale-list li .scale-line{width: 0.06rem;border-radius: 0.06rem;}
.dexSignal-timeLine .scale-list li .scale-line-text{position: absolute;bottom: -0.53rem;min-width: 0.52rem;font-size: 0.25rem;line-height: 0.25rem;}
.dexSignal-timeLine .scale-list li:nth-child(2n) .scale-text{display: none;}
/* 主要内容-时间线-信号 */
.dexSignal-timeLine .scale-signal{top: -0.58rem;width: 0.48rem;height: 0.48rem;}
.dexSignal-timeLine .scale-signal-inner::before{top: -0.2rem;width: 0.29rem;height: 0.22rem;}
.dexSignal-timeLine .scale-signal-img-mark{width: 0.21rem;height: 0.21rem;}
/* 主要内容-时间线-信号-浮窗 */
.dexSignal-timeLine .scale-signal-float{display: none !important;}
/* 主要内容-列表 */
.dexSignal-container{width: 100%;padding: 0 0.4rem;margin: 0;}
.dexSignal-list{padding: 0.65rem 0;}
.dexSignal-list-item{flex: none;width: 100%;height: 1.88rem;border-radius: 0.21rem;margin: 0;margin-right: 0.16rem;}
/* 主要内容-列表-head */
.dexSignal-list-item .headBar{height: 0.5rem;border-radius: 0.21rem 0.21rem 0px 0px;padding-left: 0.17rem;font-size: 0.25rem;}
.dexSignal-list-item .headBar i{width: 0.33rem;height: 0.29rem;margin-right: 0.06rem;}
/* 主要内容-列表-信息 */
.dexSignal-list-item .infoBox{padding: 0.25rem;}
.dexSignal-list-item .infoBox-img{width: 0.83rem;height: 0.83rem;}
.dexSignal-list-item .infoBox-img-mark{width: 0.33rem;height: 0.33rem;}
.dexSignal-list-item .infoBox-data{padding: 0 0.23rem;}
.dexSignal-list-item .infoBox-data-name h5{font-size: 0.29rem;}
.dexSignal-list-item .infoBox-data-name em{font-size: 0.23rem;margin-left: 0.06rem;}
.dexSignal-list-item .infoBox-data-name span{margin-left: 0.19rem;font-size: 0.23rem;}
.dexSignal-list-item .infoBox-data-name span i{width: 0.21rem;height: 0.23rem;margin-right: 0.04rem;}
.dexSignal-list-item .infoBox-data-intro{margin-top: 0.12rem;height: 0.25rem;}
.dexSignal-list-item .infoBox-data-intro span{font-size: 0.23rem;}
.dexSignal-list-item .infoBox-rate{top: 0.33rem;right: 0.27rem;font-size: 0.67rem;line-height: 0.42rem;}
.dexSignal-list-item .infoBox-data-intro-float{display: none;}
.dexSignal-list-item .infoBox-rate-float{display: none;}
/* 主要内容-列表-滚动 */
.dexSignal-scroll-btn{display: none !important;}
.dexSignal-container .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background: #616E85;opacity: 0.2;}
.dexSignal-container .swiper-pagination-bullet-active{background: #616E85;opacity: 1;}
/* 主要内容-详情 */
.dexSignal-detail{margin-top: 0;padding: 0 0.2rem;box-sizing: border-box;}
.dexSignal-detail-title{height: 0.75rem;padding: 0 0.27rem;border-radius: 0.44rem;}
.dexSignal-detail-title img{width: 0.33rem;height: 0.33rem;}
.dexSignal-detail-title h4{font-size: 0.25rem;margin-left: 0.1rem;height: 0.38rem;}
/* 主要内容-详情-list */
.dexSignal-detail-list{grid-template-columns: 1fr;margin-top: 0;gap: 0.21rem 0;}
.dexSignal-detail-list>li{height: auto;box-shadow: 0px 0px 0.21rem 0px rgba(164,164,165,0.2);border-radius: 0.21rem;padding-bottom: 0.3rem;}
/* 主要内容-详情-head信息 */
.dexSignal-detail-list .headWrap{height: 2.68rem;border-radius: 0.21rem 0.21rem 0px 0px;padding: 0.23rem 0rem 0;}
.dexSignal-detail-list .headWrap::after{width: calc(100% - 0.4rem);}
.dexSignal-detail-list .headWrap-tips{height: 0.38rem;padding: 0 0.3rem;}
.dexSignal-detail-list .headWrap-tips-left{font-size: 0.25rem;}
.dexSignal-detail-list .headWrap-tips-left i{width: 0.42rem;height: 0.38rem;margin-right: 0.06rem;}
.dexSignal-detail-list .headWrap-tips-right{font-size: 0.25rem;margin-right: 0;}
.dexSignal-detail-list .headWrap-info{margin-top: 0.33rem;padding: 0 0.3rem;}
.dexSignal-detail-list .headWrap-img{width: 0.83rem;height: 0.83rem;}
.dexSignal-detail-list .headWrap-img-mark{width: 0.33rem;height: 0.33rem;}
.dexSignal-detail-list .headWrap-data{padding: 0 0.23rem;}
.dexSignal-detail-list .headWrap-data-name{height: 100%;flex-wrap: wrap;}
.dexSignal-detail-list .headWrap-data-name h5{font-size: 0.29rem;}
.dexSignal-detail-list .headWrap-data-name em{font-size: 0.23rem;margin-left: 0.06rem;}
.dexSignal-detail-list .headWrap-data-name span{margin-left: 0.19rem;font-size: 0.23rem;}
.dexSignal-detail-list .headWrap-data-name span i{width: 0.21rem;height: 0.23rem;margin-right: 0.04rem;}
.dexSignal-detail-list .headWrap-data-intro{position: absolute;bottom: 0.25rem;left: 0.3rem;margin-top: 0;height: 0.25rem;width: calc(100% - 0.6rem);}
.dexSignal-detail-list .headWrap-data-intro-item{font-size: 0.23rem;}
.dexSignal-detail-list .headWrap-data-intro span:nth-child(4){display: none;}
.dexSignal-detail-list .headWrap-data-intro span i{margin-right: 0.06rem;}
.dexSignal-detail-list .headWrap-data-intro span .icon-user{width: 0.21rem;height: 0.21rem;}
.dexSignal-detail-list .headWrap-data-intro-float{display: none;}
/* 主要内容-详情-head信息-涨跌 */
.dexSignal-detail-list .headWrap-rate-text{min-width: 1.54rem;height: 0.83rem;padding: 0 0.35rem;border-radius: 0.44rem;font-size: 0.67rem;}
/* 主要内容-详情-head信息-涨跌-浮窗 */
.dexSignal-detail-list .headWrap-rate-float{display: none !important;}
/* 主要内容-详情-买入总计 */
.dexSignal-detail-list .buyTotal{margin-top: 0.25rem;padding: 0 0.2rem;}
.dexSignal-detail-list .buyTotal-inner{height: 0.5rem;padding: 0 0.17rem 0 0.15rem;border-radius: 0.08rem;font-size: 0.25rem;line-height: 0.5rem;}
/* 主要内容-详情-table */
.dexSignal-detail-list .dealTable{margin-top: 0.15rem;padding: 0 0.2rem;}
.dexSignal-detail-list .dealTable table tr{grid-template-columns: 1.5fr 1fr 1fr 1fr;}
.dexSignal-detail-list .dealTable table th{font-size: 0.23rem;height: 0.55rem;line-height: 0.55rem;}
.dexSignal-detail-list .dealTable table th:last-child{display: none;}
.dexSignal-detail-list .dealTable table td{height: 0.76rem;font-size: 0.23rem;}
.dexSignal-detail-list .dealTable table tr td:last-child{display: none;}
.dexSignal-detail-list .dealTable table .dealUser .name{max-width: 1.17rem;}
.dexSignal-detail-list .dealTable table .dealUser img{width: 0.46rem;height: 0.46rem;margin-right: 0.06rem;}
.dexSignal-detail-list .dealTable table .progress-bar{display: none;}
.dexSignal-detail-list .dealTable table .dealFrequency em{margin: 0 0.06rem;}
/* 主要内容-详情-更多 */
.dexSignal-detail-more{height: 0.12rem;margin-top: 0.08rem;line-height: 0.12rem;}
.dexSignal-detail-more i{width: 0.29rem;}
/* 弹窗-更多 */
.dexMorePop-main{top: auto;bottom: 0.42rem;transform: translate(-50%, 0);width: 6.67rem;height: 7.71rem;border-radius: 0.17rem;padding: 0.3rem 0.2rem;}
.dexMorePop-close{position: relative;top: 0;right: 0;text-align: center;}
.dexMorePop-close i{width: 0.42rem;height: 0.16rem;background-image: url(../img/dex_ico_more@2x.png) ;}
.dexMorePop-top{padding-bottom: 0.46rem;margin-top: 0.44rem;}
.dexMorePop-title{font-weight: 600;font-size: 0.33rem;line-height: 0.38rem;}
.dexMorePop-intro{display: none;}
.dexMorePop-table{max-height: 5.4rem;margin-top: 0.27rem;}
.dexMorePop-table table tr{grid-template-columns: 1.5fr 1fr 1fr 1fr;}
.dexMorePop-table table th{font-size: 0.23rem;height: 0.59rem;line-height: 0.59rem;}
.dexMorePop-table table th:nth-child(4),.dexMorePop-table table th:last-child{display: none;}
.dexMorePop-table table td{height: 0.96rem;font-size: 0.23rem;}
.dexMorePop-table table tr td:nth-child(4),.dexMorePop-table table tr td:last-child{display: none;}
.dexMorePop-table table .dealUser .name{max-width: 1.4rem;}
.dexMorePop-table table .dealUser img{width: 0.46rem;height: 0.46rem;margin-right: 0.06rem;}
.dexMorePop-table table .progress-bar{display: none;}
.dexMorePop-table table .dealFrequency em{margin: 0 0.06rem;}
.dexMorePop-table table .cost em{margin: 0 0.06rem;}
/* 弹窗-浮窗信息弹窗 */
.dexMobleDataPop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;display: none;}
.dexMobleDataPop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
.dexMobleDataPop-main{position: absolute;bottom: 0.42rem;left: 50%;transform: translateX(-50%);width: 7.08rem;padding: 0.25rem 0.2rem;background: #FFFFFF;box-shadow: 0px 0 0.25rem 0px rgba(0,0,0,0.12);border-radius: 0.13rem;overflow: hidden;box-sizing: border-box;}
.dexMobleDataPop-close{width: 100%;height: 0.16rem;text-align: center;line-height: 0.16rem;}
.dexMobleDataPop-close i{display: inline-block;width: 0.42rem;height: 100%;background: url(../img/dex_ico_more@2x.png) no-repeat center;background-size: cover;cursor: pointer;z-index: 1;}
/* 弹窗-时间线浮窗样式 */
.dexMobleDataPop .dexTimeLineFloat-main{margin-top: 0.37rem;}
.dexMobleDataPop .dexTimeLineFloat-main .topBox{font-size: 0.25rem;color: #616E85;display: flex;align-items: center;justify-content: space-between;height: 0.44rem;padding: 0 0 0.21rem;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox{width: 100%;padding: 0.29rem 0.13rem 0.7rem;box-sizing: border-box;display: flex;align-items: center;position: relative;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-img{position: relative;width: 0.83rem;height: 0.83rem;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-img-mark{position: absolute;bottom: 0;right: 0;width: 0.33rem;height: 0.33rem;border-radius: 50%;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data{flex: 1;padding: 0 0.23rem;box-sizing: border-box;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-name{display: flex;align-items: center;height: 100%;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-name h5{font-weight: 500;font-size: 0.29rem;color: #0D1421;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-intro{position: absolute;bottom: 0;left: 0.13rem;display: flex;align-items: center;height: 0.25rem;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-intro span{display: flex;align-items: center;margin-right: 0.33rem;font-size: 0.23rem;color: #000000;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-intro span:last-child{margin-right: 0;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-data-intro span i{color: #B0B6C2;margin-right: 0.08rem;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-rate{font-size: 0.67rem;color: #FEAE1D;line-height: 0.42rem;font-weight: bold;}
.dexMobleDataPop .dexTimeLineFloat-main .infoBox-rate span{transform: skewX(-8deg);display: inline-block;}
/* 弹窗-详情浮窗样式 */
.dexMobleDataPop .headWrapRateFloat-main{margin-top: 0.42rem;}
.dexMobleDataPop .headWrap-rate-float-info{font-size: 0.25rem;color: #616E85;display: flex;align-items: center;height: 0.47rem;padding: 0 0 0.21rem;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexMobleDataPop .headWrap-rate-float-info span{color: #0D1421;margin-left: 0.15rem;}
.dexMobleDataPop .headWrap-rate-float-info span .up{color: #16C784;}
.dexMobleDataPop .headWrap-rate-float-info span .down{color: #EA3943;}
.dexMobleDataPop .headWrap-rate-float-list{margin-top: 0.35rem;padding: 0 0.1rem 0.2rem 0.17rem;box-sizing: border-box;}
.dexMobleDataPop .headWrap-rate-float-list li{display: flex;align-items: center;width: 100%;height: 0.23rem;font-size: 11px;margin-bottom: 0.3rem;}
.dexMobleDataPop .headWrap-rate-float-list li:last-child{margin-bottom: 0;}
.dexMobleDataPop .headWrap-rate-float-list li .num{width: 0.7rem;color: #B0B6C2;}
.dexMobleDataPop .headWrap-rate-float-list li .time{flex: 1;color: #B0B6C2;}
.dexMobleDataPop .headWrap-rate-float-list li .price{width: 1.7rem;color: #000000;text-align: right;}

.dexMobleDataPop .infoBoxRateFloat-main{margin-top: 0.42rem;}
.dexMobleDataPop .infoBox-rate-float-info{font-size: 0.25rem;color: #616E85;display: flex;align-items: center;height: 0.47rem;padding: 0 0 0.21rem;box-sizing: border-box;border-bottom: 1px solid #F8F9FB;}
.dexMobleDataPop .infoBox-rate-float-info span{color: #0D1421;margin-left: 0.15rem;}
.dexMobleDataPop .infoBox-rate-float-info span .up{color: #16C784;}
.dexMobleDataPop .infoBox-rate-float-info span .down{color: #EA3943;}
.dexMobleDataPop .infoBox-rate-float-list{margin-top: 0.35rem;padding: 0 0.1rem 0.2rem 0.17rem;box-sizing: border-box;}
.dexMobleDataPop .infoBox-rate-float-list li{display: flex;align-items: center;width: 100%;height: 0.23rem;font-size: 11px;margin-bottom: 0.3rem;}
.dexMobleDataPop .infoBox-rate-float-list li:last-child{margin-bottom: 0;}
.dexMobleDataPop .infoBox-rate-float-list li .num{width: 0.7rem;color: #B0B6C2;}
.dexMobleDataPop .infoBox-rate-float-list li .time{flex: 1;color: #B0B6C2;}
.dexMobleDataPop .infoBox-rate-float-list li .price{width: 1.7rem;color: #000000;text-align: right;}
/* 信号列表弹窗 */
.dexSignal-timeLine-all-float{display: none;}
.dexSignalPop-main{position: absolute;top: auto;left: 0.2rem;bottom: 0.2rem;transform: none;width: calc(100% - 0.4rem);height: auto;max-height: 8rem;border-radius: 0.2rem;padding: 0.4rem 0.3rem 0;}
.dexSignalPop-close{top: 0.36rem;right: 0.3rem;}
.dexSignalPop-close i{width: 0.28rem;height: 0.28rem;}
.dexSignalPop-title{font-size: 0.3rem;line-height: 0.3rem;}
.dexSignal-timeLine-all-list{height: calc(100% - 0.6rem);margin-top: 0.3rem;}
.dexSignal-timeLine-all-list ul{display: grid;grid-template-columns: 1fr;grid-gap: 0.2rem;}
.dexSignal-timeLine-all-item{height: auto;border-radius: 0.1rem;}
/* 信号列表弹窗-head */
.dexSignal-timeLine-all-item .headBar{height: 0.5rem;padding-left: 0.06rem;font-size: 0.24rem;}
.dexSignal-timeLine-all-item .headBar i{width: 0.52rem;height: 0.5rem;margin-right: 0.06rem;}
.dexSignal-timeLine-all-item .headBar em{font-size: 0.22rem;margin-left: 0.04rem;}
/* 信号列表弹窗-信息 */
.dexSignal-timeLine-all-item .infoBox{padding: 0.2rem 0.2rem 0.64rem;}
.dexSignal-timeLine-all-item .infoBox-img{width: 0.83rem;height: 0.83rem;}
.dexSignal-timeLine-all-item .infoBox-img-def{width: 100%;height: 100%;border-radius: 50%;}
.dexSignal-timeLine-all-item .infoBox-img-mark{width: 0.3rem;height: 0.3rem;}
.dexSignal-timeLine-all-item .infoBox-data{padding: 0 0.2rem;height: 100%;}
.dexSignal-timeLine-all-item .infoBox-data-name{display: flex;align-items: center;}
.dexSignal-timeLine-all-item .infoBox-data-name h5{font-size: 0.28rem;}
.dexSignal-timeLine-all-item .infoBox-data-name em{font-size: 0.22rem;margin-left: 0.06rem;}
.dexSignal-timeLine-all-item .infoBox-data-name span{margin-left: 0.1rem;font-size: 0.22rem;}
.dexSignal-timeLine-all-item .infoBox-data-name span i{width: 0.2rem;height: 0.22rem;margin-right: 2px;}
.dexSignal-timeLine-all-item .infoBox-data-intro{position: absolute;bottom: 0.2rem;left: 0.2rem;margin-top: 0.12rem;height: 0.24rem;}
.dexSignal-timeLine-all-item .infoBox-data-intro-item{margin-right: 0.2rem;}
.dexSignal-timeLine-all-item .infoBox-data-intro-item:last-child{margin-right: 0;}
.dexSignal-timeLine-all-item .infoBox-data-intro span{font-size: 0.24rem;}
.dexSignal-timeLine-all-item .infoBox-data-intro span i{margin-right: 0.06rem;}
.dexSignal-timeLine-all-item .infoBox-rate{top: 0.32rem;right: 0.2rem;font-size: 0.67rem;color: #FEAE1D;line-height: 0.42rem;}
/* 新交易对 */
.dexNewPage .headerBlock{height: 1.91rem;}
.dexNewPage .table{margin-top: 0;min-width: 100%;padding: 0 0.2rem;box-sizing: border-box;}
.dexNewPage .table table{width: max-content;position: relative;}
.dexNewPage .table table tr th,.dexNewPage .table table tr td{font-size: 0.26rem;}
.dexNewPage .table table tr th:first-child,.dexNewPage .table table tr td:first-child{padding-left: 0.2rem;}
.dexNewPage .table table tr th:last-child,.dexNewPage .table table tr td:last-child{padding-right: 0.2rem;}
.dexNewPage .table table thead tr{height: 0.9rem;}
.dexNewPage .table table tbody tr{height: 1.7rem;}
.dexNewPage .table table th .filter{width: 0.15rem;height: 0.23rem;margin-left: 0.06rem;}
.dexNewPage .table table th .filter2{width: 0.21rem;height: 0.23rem;margin-left: 0.03rem;}
.dexNewPage .table table .coinImg{width: 0.56rem;height: 0.56rem;margin-right: 0.08rem;}
.dexNewPage .table table .coinImg .coinImg-mark{width: 0.19rem;height: 0.19rem;}
.dexNewPage .table table .coin .coin-name{font-size: 0.3rem;line-height: 0.3rem;}
.dexNewPage .table table .coin .coin-name span{font-size: 0.22rem;margin-left: 0.1rem;}
.dexNewPage .table table .coin .coin-text{font-size: 0.22rem;line-height: 0.22rem;margin-top: 0.1rem;}
.dexNewPage .table table .walletAddress .copy{width: 0.28rem;height: 0.28rem;margin-left: 0.06rem;}
.dexNewPage .table table .rate i{width: 0.16rem;height: 0.08rem;margin-right: 0.06rem;}
.dexNewPage .table table .dealNum-type{font-size: 0.24rem;}
.dexNewPage .table table .status{width: 0.28rem;height: 0.3rem;}
/* 顶级交易者 */
.dexTopPage .headerBlock{height: 1.91rem;}
.dexTopPage .table{margin-top: 0;min-width: 100%;padding: 0 0.2rem;box-sizing: border-box;}
.dexTopPage .table table{width: max-content;}
.dexTopPage .table table tr{grid-template-columns: 40px 2fr repeat(7, 1.5fr);}
.dexTopPage .table table tr th,.dexTopPage .table table tr td{font-size: 0.26rem;}
.dexTopPage .table table tr th:nth-child(n+1),.dexTopPage .table table tr td:nth-child(n+1){padding-right: 0.2rem;}
.dexTopPage .table table thead tr{height: 0.9rem;}
.dexTopPage .table table tbody tr{height: 1.7rem;}
.dexTopPage .table table th .filter{width: 0.15rem;height: 0.23rem;margin-left: 0.06rem;}
.dexTopPage .table table .walletAddress .copy{width: 0.27rem;height: 0.27rem;margin-left: 0.06rem;}
.dexTopPage .table table .walletAddress .search{width: 0.27rem;height: 0.27rem;margin-left: 0.15rem;}
.dexTopPage .table table .coinImg{width: 0.43rem;height: 0.43rem;margin-right: 0.2rem;}
.dexTopPage .table table .coinImg .coinImg-mark{width: 0.19rem;height: 0.19rem;}
.dexTopPage .table table .coinName{line-height: 0.23rem;margin-right: 0.19rem;}
.dexTopPage .table table .coinText{line-height: 0.23rem;}
/* table吸顶 */
.dexNewPage .table table .table-head-fixed,
.dexTopPage .table table .table-head-fixed
{top: 1.92rem;left: 0;width: calc(100% - 0.4rem) !important;left: 50%;transform: translateX(-50%);}
/* dex详情 */
.dexDetailPage .headerBlock{height: 1.91rem;}
.dexDetailMain.mainShow{padding-bottom: 0.6rem;flex-direction: column;}
/* dex详情-左侧区域 */
.dexDetailMain .left{width:100%;}
.dexDetailMain .left-inner{position: relative !important;width:100%;height: 2.13rem;padding: 0;}
.dexDetailMain .left .coinData{display: none;}
.dexDetailMain .left .coinDetail{display: none;}
/* dex详情-左侧区域-当前币种 */
.dexDetailMain .left .currCoin{padding: 0.2rem;border-bottom: none;box-sizing: border-box;}
.dexDetailMain .left .currCoin-info-content img{width: 0.85rem;height: 0.85rem;margin-right: 0.2rem;}
.dexDetailPage .defAvatar::before{width: 0.85rem;height: 0.85rem;}
.dexDetailMain .left .currCoin-info-title h1{font-size: 0.36rem;line-height: 0.36rem;}
.dexDetailMain .left .currCoin-info-adress{margin-top: 0.1rem;font-size: 0.24rem;line-height: 0.24rem;}
.dexDetailMain .left .currCoin-info-adress i{width: 0.24rem;height: 0.24rem;margin-left: 0.06rem;}
.dexDetailMain .left .currCoin-statis{margin-top: 0.2rem;}
.dexDetailMain .left .currCoin-statis-data{margin-right: 0.2rem;}
.dexDetailMain .left .currCoin-statis-amount{font-size: 0.24rem;line-height: 0.24rem;}
.dexDetailMain .left .currCoin-statis-distance{margin-top: 0.2rem;font-size: 0.24rem;line-height: 0.24rem;}
.dexDetailMain .left .currCoin-statis-distance .ratio::before{width: 0.14rem;height: 0.08rem;}
.dexDetailMain .left .currCoin-statis .currCoin-statis-item-name{font-size: 0.24rem;line-height: 0.24rem;}
.dexDetailMain .left .currCoin-statis .currCoin-statis-item-num{font-size: 0.24rem;line-height: 0.24rem;margin-top: 0.2rem;}
.dexDetailMain .left .currCoin-statis li.risk .currCoin-statis-item-num i{width: 0.24rem;height: 0.24rem;}
.dexDetailMain .left .currCoin.fixed-scroll{position: fixed;top: 0;bottom: auto;width: 100%;z-index: 3;background: #fff;animation: dexDetailTop .5s ease 1;animation-fill-mode: forwards;border-bottom: .02rem solid #eff2f5;overflow: hidden;}
@keyframes dexDetailTop {
  0%{height: 0rem;}
  100%{height: 2.13rem;}
}
/* dex详情-右侧区域 */
.dexDetailMain .right{width: 100%;display: block;}
.dexDetailMain .right .newsUal{position: static !important;height:auto;width: 100%;}
.dexDetailMain .right .newsUal li a{display: block;width: 100%;align-items: center;height: 100%;}
.dexDetailMain .right .newsUal .topNews li{margin-bottom: 0;display: grid;grid-template-columns: 3rem 1fr;padding: .2rem 0;}
.dexDetailMain .right .newsUal .topNews li>a:nth-child(1){grid-column: 1 / 2;grid-row: 1 / 3;padding: 0 .2rem 0 0;box-sizing: border-box;}
.dexDetailMain .right .newsUal .topNews li>a img{max-width: 100%;max-height: auto;height: 1.6rem;border-radius: .1rem;margin-bottom: 0;}
.dexDetailMain .right .newsUal .topNews li>em{font-size: .28rem;line-height: .32rem;margin-bottom: .2rem;}
.dexDetailMain .right .newsUal .topNews li h5{font-size: .32rem;line-height: .36rem;font-weight: 600;color: #0d1421;margin: 0;height: .72rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;}
.dexDetailMain .right .newsUal .topNews li h6{font-size: .24rem;line-height: .48rem;margin-bottom: .2rem;max-height:1.92rem ;display: none;}
.dexDetailMain .right .newsUal{padding: 0 .2rem;box-sizing: border-box;}
.dexDetailMain .right .newsUal .topNews li .moreInfo{margin-bottom: 0;}
.dexDetailMain .right .newsUal .topNews li .moreInfo .time{font-size: .22rem;margin-right: .08rem;flex:1}
.dexDetailMain .right .newsUal .topNews li .moreInfo p{min-width:2.1rem;height: .56rem;border-radius: .4rem;padding: 0 .12rem;margin-right: .08rem;}
.dexDetailMain .right .newsUal .topNews li .moreInfo p img{width: .4rem;height: .4rem;margin-right: .12rem;}
.dexDetailMain .right .newsUal .topNews li .moreInfo p em{font-size: .28rem;margin-right: .2rem;color: #616E85;}
.dexDetailMain .right .newsUal li div{font-size: .22rem;line-height: .24rem;}
.dexDetailMain .right .newsUal li img{width: 1.6rem;height: 1rem;border-radius: .16rem;}
.dexDetailMain .right .newsUal h4{height: .96rem;border-radius: .24rem 0px .24rem 0px;padding: 0 .24rem;margin-bottom: .3rem;}
.dexDetailMain .right .newsUal h4 img{width: 2.56rem;height: .52rem;}
.dexDetailMain .right .newsUal h4.newsTit img{width: 2.12rem;height: .52rem;}
.dexDetailMain .right .newsUal .bottomNews li span{font-size: .28rem;line-height: .4rem;}
.dexDetailMain .right .newsUal .bottomNews li h5{padding: 0 0 0 .26rem;font-size: .3rem;color: #373A42;line-height: .6rem;}
.dexDetailMain .right .newsUal h4.newsTit{font-size: 0.4rem;}
.dexDetailMain .right .newsUal h4.bottomNewsTitle{font-size: 0.4rem;}
/* dex详情-中间区域 */
.dexDetailMain .center{min-height: auto;flex: 1;border: none;}
/* dex详情-中间区域-图表 */
.dexDetailChart{height: auto;}
.dexDetailChart .centerLineK{margin: 0.2rem 0;padding: 0 0.2rem;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK{border-radius: 0.14rem;height: 0.6rem;border-width: 0.03rem;margin-right: 0.2rem;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK i{height: 100%;border-radius: 0.12rem;line-height: 0.54rem;font-size: 0.24rem;padding: 0 0.15rem;}
.dexDetailChart .centerLineK .lineKleft .changeBtcK i>img{width: 0.4rem;height: 0.4rem;}
.dexDetailChart .centerLineK .lineKleft h5{font-size: 0.32rem;line-height: 0.32rem;}
.dexDetailChart .selectBtn .listBtn .changeBtn{background: #eff2f5;border-radius: 0.14rem;padding: 0;display: flex;border-width: 0.03rem;}
.dexDetailChart .selectBtn .listBtn .changeBtn i{width: 0.7rem;height: 0.6rem;border-radius: 0.12rem;line-height: 0.6rem;font-size: 0.24rem;}
.dexDetailChart .Kchart{height: 5rem;}
/* dex详情-中间区域-选项卡 */
.dexDetailCard{margin: 0.6rem 0 0.4rem;padding: 0 0.2rem;box-sizing: border-box;}
.dexDetailCard-nav ul{height: 0.6rem;padding: 0 0.2rem;justify-content: space-between;}
.dexDetailCard-nav ul li{padding: 0;font-size: 0.28rem;margin-right: 0.2rem;}
.dexDetailCard-nav ul li:last-child{margin-right: 0;}
.dexDetailCard-table{margin-top: 0.2rem;overflow: hidden;overflow-x: auto;box-sizing: border-box;}
.dexDetailCard-table table{width: max-content;}
.dexDetailCard-table.dealAct table tr{grid-template-columns: 0.9fr 0.5fr 0.8fr 0.8fr 1.2fr 1.2fr 1.2fr 0.5fr;}
.dexDetailCard-table.profitAddress table tr{grid-template-columns: 40px 2fr 1fr 1fr 1.2fr 1.2fr 2fr 2fr 1.5fr repeat(3, 1fr);}
.dexDetailCard-table.holdAddress table tr{grid-template-columns: 40px 2fr 1fr 1fr 2fr 2fr repeat(3, 1fr) 1.5fr 1fr;}
.dexDetailCard-table table th{height: 0.6rem;padding-top: 0;font-size: 0.24rem;line-height: 0.24rem;display: flex;align-items: center;}
.dexDetailCard-table table th .sort{width: 0.14rem;height: 0.22rem;margin-left: 0.06rem;}
.dexDetailCard-table table th .arrow{width: 0.2rem;height: 0.12rem;margin-left: 0.06rem;}
.dexDetailCard-table table td{height: 0.85rem;font-size: 0.28rem;}
.dexDetailCard-table table td .subText{font-size: 0.24rem;}
.dexDetailCard-table table td.type span{height: 0.5rem;border-radius: 0.08rem;font-size: 0.28rem;}
.dexDetailCard-table table td .num-item .ratio::before{width: 0.14rem;height: 0.1rem;}
.dexDetailCard-table table td .num-item em{font-size: 0.28rem;line-height: 0.28rem;margin-left: 0.12rem;}
.dexDetailCard-table table td .copy{width: 0.28rem;height: 0.28rem;margin-left: 0.06rem;}
.dexDetailCard-table table td img{width: 0.48rem;height: 0.48rem;}
.dexDetailCard-table table td .detail{width: 0.24rem;height: 0.24rem;margin-left: 0.06rem;}
.dexDetailCard-table table th:first-child,.dexDetailCard-table table tr td:first-child{padding-left: 0.2rem;}
/* dex e */
/* 钱包 s */
.walletPage .walletTable table td.device span,.walletDetail-info-content.device span{width: 0.28rem;height: 0.28rem;margin-right: 0.12rem;}
.walletPage .walletTable table td.device span:last-child,.walletDetail-info-content.device span:last-child{margin-right: 0;}
/* 列表 */
.walletPage .headerBlock{height: 1.91rem;}
.walletPage .walletMain{width: 100%;margin: 0.2rem auto 0.4rem;}
.walletPage .walletNav{height: 1.02rem;padding: 0;border-bottom: none;z-index: 2;}
.walletPage .walletNav-list{height: 1.02rem;padding: 0.2rem;align-items: center;justify-content: space-between;}
.walletPage .walletNav-list.fixed-scroll{position: fixed;top: 0.91rem;left: 0;width: 100%;}
.walletPage .walletNav-list li{padding: 0;flex: 1;font-size: 0.28rem;line-height: 0.62rem;margin-right: 0.2rem;text-align: center;color: #3562FF;border-radius: 0.08rem;}
.walletPage .walletNav-list li:last-child{margin-right: 0;}
.walletPage .walletNav-list li::after{display: none !important;}
.walletPage .walletNav-list li.active{background: #3562FF;color: #FFFFFF;}
.walletPage .walletSelect{display: none;}
.walletPage .walletTable{margin-top: 0;padding: 0 0.2rem;box-sizing: border-box;}
.walletPage .walletTable .tableWrap{overflow: hidden;overflow-x: auto;box-sizing: border-box;}
.walletPage .walletTable table{width: max-content;}
.walletPage .walletTable table tr{grid-template-columns: 40px 1.2fr 0.8fr 1.5fr repeat(4, 1fr) 0.8fr 2fr 1.5fr;}
.walletPage .walletTable table th{height: 0.8rem;font-size: 0.24rem;}
.walletPage .walletTable table td{height: 1rem;font-size: 0.28rem;}
.walletPage .walletTable table th:last-child,.walletPage .walletTable table td:last-child{padding-right: 0;}
.walletPage .walletTable table td .star-list i{width: 0.28rem;height: 0.27rem;margin-right: 0.08rem;}
.walletPage .walletTable table td .star-list i:last-child{margin-right: 0;}
.walletPage .walletTable table td .coinImg{width: 0.56rem;height: 0.56rem;margin-right: 0.1rem;}
.walletPage .walletTable table td .extraType{width: 1.2rem;height: 0.52rem;border-radius: 0.08rem;margin-left: 0.12rem;}
.walletPage .walletTable table tr td:nth-child(1), .walletPage .walletTable table tr th:nth-child(1) {position: sticky;left: 0;background-color: #fff;z-index: 1;}
.walletPage .walletTable table td:nth-child(2), .walletPage .walletTable table th:nth-child(2) {position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.walletPage .walletTable table .table-head-fixed{top: 1.93rem;width: calc(100% - 0.4rem);animation: tableHeadFixed .5s ease 1;}
/* 钱包-详情 */
.walletDetailPage .headerBlock{height: 1.91rem;}
.walletDetailMain{width: 100%;margin: 0.4rem auto;}
.walletDetail-top{padding: 0 0.2rem;box-sizing: border-box;}
.walletDetail-top img{width: 1.2rem;height: 1.2rem;margin-right: 0.2rem;box-sizing: border-box;}
.walletDetail-top h1{font-size: 0.3rem;line-height: 0.36rem;}
.walletDetail-top .score{margin-top: 0.2rem;font-size: 0.24rem;line-height: 20px;}
.walletDetail-top .score .star-list{margin-left: 0.12rem;}
.walletDetail-top .score .star-list i{width: 0.28rem;height: 0.27rem;margin-right: 0.08rem;}
.walletDetail-top .score .star-list i:last-child{margin-right: 0;}
.walletDetail-block{margin-top: 0.6rem;}
.walletDetail-block-title{font-size: 0.28rem;line-height: 0.36rem;padding-left: 0.2rem;}
.walletDetail-intro-tags{margin-top: 0.15rem;padding-left: 0.2rem;}
.walletDetail-intro-tags ul li{height: 0.42rem;padding: 0 0.15rem;border-radius: 0.06rem;margin: 0 0.12rem 0.12rem 0;font-size: 0.24rem;line-height: 0.42rem;}
.walletDetail-intro-content{font-size: 0.28rem;line-height: 0.36rem;margin-top: 0.2rem;padding: 0 0.2rem;box-sizing: border-box;text-align: justify;}
.walletDetail-infoBox{margin-top: 0.2rem;}
.walletDetail-infoBox ul li{width: 100%;height: auto;font-size: 0.24rem;min-height: 0.8rem;line-height: 0.38rem;}
.walletDetail-info-name{width: 2.4rem;padding-left: 0.2rem;}
.walletDetail-info-content{font-size: 0.24rem;padding-right: 0.2rem;justify-content: flex-end;}
/* 钱包 e */
/* 加密货币 s */
.cryptoCoinPage .right{width: 100%;display: block;}
.cryptoCoinPage .right .newsUal{position: static !important;height:auto;width: 100%;}
.cryptoCoinPage .right .newsUal li a{display: block;width: 100%;align-items: center;height: 100%;}
.cryptoCoinPage .right .newsUal .topNews li{margin-bottom: 0;display: grid;grid-template-columns: 3rem 1fr;padding: .2rem 0;}
.cryptoCoinPage .right .newsUal .topNews li>a:nth-child(1){grid-column: 1 / 2;grid-row: 1 / 3;padding: 0 .2rem 0 0;box-sizing: border-box;}
.cryptoCoinPage .right .newsUal .topNews li>a img{max-width: 100%;max-height: auto;height: 1.6rem;border-radius: .1rem;margin-bottom: 0;}
.cryptoCoinPage .right .newsUal .topNews li>em{font-size: .28rem;line-height: .32rem;margin-bottom: .2rem;}
.cryptoCoinPage .right .newsUal .topNews li h5{font-size: .32rem;line-height: .36rem;font-weight: 600;color: #0d1421;margin: 0;height: .72rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;}
.cryptoCoinPage .right .newsUal .topNews li h6{font-size: .24rem;line-height: .48rem;margin-bottom: .2rem;max-height:1.92rem ;display: none;}
.cryptoCoinPage .right .newsUal{padding: 0 .2rem;box-sizing: border-box;}
.cryptoCoinPage .right .newsUal .topNews li .moreInfo{margin-bottom: 0;}
.cryptoCoinPage .right .newsUal .topNews li .moreInfo .time{font-size: .22rem;margin-right: .08rem;flex:1}
.cryptoCoinPage .right .newsUal .topNews li .moreInfo p{min-width:2.1rem;height: .56rem;border-radius: .4rem;padding: 0 .12rem;margin-right: .08rem;}
.cryptoCoinPage .right .newsUal .topNews li .moreInfo p img{width: .4rem;height: .4rem;margin-right: .12rem;}
.cryptoCoinPage .right .newsUal .topNews li .moreInfo p em{font-size: .28rem;margin-right: .2rem;color: #616E85;}
.cryptoCoinPage .right .newsUal li div{font-size: .22rem;line-height: .24rem;}
.cryptoCoinPage .right .newsUal li img{width: 1.6rem;height: 1rem;border-radius: .16rem;}
.cryptoCoinPage .right .newsUal h4{height: .96rem;border-radius: .24rem 0px .24rem 0px;padding: 0 .24rem;margin-bottom: .3rem;}
.cryptoCoinPage .right .newsUal h4 img{width: 2.56rem;height: .52rem;}
.cryptoCoinPage .right .newsUal h4.newsTit img{width: 2.12rem;height: .52rem;}
.cryptoCoinPage .right .newsUal .bottomNews li span{font-size: .28rem;line-height: .4rem;}
.cryptoCoinPage .right .newsUal .bottomNews li h5{padding: 0 0 0 .26rem;font-size: .3rem;color: #373A42;line-height: .6rem;}
.cryptoCoinPage .right .newsUal h4.newsTit{font-size: 0.4rem;}
.cryptoCoinPage .right .newsUal h4.bottomNewsTitle{font-size: 0.4rem;}
/* 加密货币-主要内容 */
.cryptoCoinMain{flex-direction: column;}
.cryptoCoinWrap {padding: 0;width: 100%;margin-bottom: 0.4rem;}
/* 加密货币-主要内容-公共样式 */
.cryptoCoinPage .chartWrap{height: auto;background: #FFFFFF;box-shadow: none;border-radius: 0;padding: 0.2rem;}
.cryptoCoinPage .chartWrap-name h4{font-weight: 500;font-size: 0.3rem;}
.cryptoCoinPage .chartWrap-name span{font-size: 0.24rem;}
.cryptoCoinPage .chartWrap-filter{width: 100%;justify-content: space-between;margin-top: 0.2rem;}
.cryptoCoinPage .chartWrap-filter .filterBox{margin-left: 0;}
.cryptoCoinPage .chartWrap-sign{margin: 0.2rem 0;}
.cryptoCoinPage .chartWrap-sign ul li{margin-right: 0.2rem;}
.cryptoCoinPage .chartWrap-sign ul li .ratio{font-size: 0.3rem;line-height: 0.3rem;margin-top: 0.1rem;}
/* .cryptoCoinPage .chartWrap-sign ul li .ratio::before{width: 0.14rem;height: 0.08rem;margin-right: 0.06rem;} */
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name{display: flex;align-items: center;font-size: 0.24rem;}
.cryptoCoinPage .chartWrap-sign .chartWrap-sign-name span{width: 0.24rem;height: 0.24rem;border-radius: 0.08rem;margin-right: 0.06rem;line-height: 0.24rem;}
.cryptoCoinPage .filterBox ul{height: 0.76rem;border-radius: 0.2rem;padding: 0.1rem;}
.cryptoCoinPage .filterBox ul li{margin-right: 0.1rem;width: auto;border-radius: 0.12rem;font-size: 0.24rem;padding: 0 0.15rem;box-sizing: border-box;}
.cryptoCoinPage .filterBox ul li:last-child{margin-right: 0px;}
.cryptoCoinPage .filterBox ul li a{border-radius: 0.12rem;}
.cryptoCoinPage .overviewChart .chartWrap-top{flex-direction: column;align-items: flex-start;}
/* 加密货币-主要内容-tab */
.cryptoCoinPage .moduleTab{margin-top: 0;}
.cryptoCoinPage .moduleTab ul{width: 100%;background: none;height: 1rem;padding: 0.2rem;}
.cryptoCoinPage .moduleTab ul li{width: auto;font-size: 0.3rem;color: #3562FF;margin-right: 0;flex: 1;}
.cryptoCoinPage .moduleTab ul li.active{background: #3562FF;color: #fff;}
.cryptoCoinPage .moduleTab-list.fixed-scroll{position: fixed;top: 0.91rem;left: 0;width: 100%;background: #fff;z-index: 2;animation: cryptoCoinFixedNav .3s ease 1;}
@keyframes cryptoCoinFixedNav {
  0%{height: 0rem;}
  100%{height: 1rem;}
}
/* 加密货币-主要内容-title */
.cryptoCoinPage .moduleTitle{margin-top: 0.2rem;padding: 0 0.2rem;}
.cryptoCoinPage .moduleTitle h1{font-size: 0.42rem;}
.cryptoCoinPage .moduleTitle p{font-size: 0.24rem;line-height: 0.3rem;margin-top: 0.2rem;}
/* 加密货币-主要内容-总览 */
.cryptoCoinPage .moduleOverview{justify-content: center;flex-direction: column-reverse;margin-top: 0.2rem;}
.cryptoCoinPage .overviewData{width: 100%;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 0.2rem;padding: 0 0.2rem;box-sizing: border-box;}
.cryptoCoinPage .overviewDataItem{width: 100%;padding: 0.3rem;border-radius: 0.24rem;margin-bottom: 0;}
.cryptoCoinPage .overviewDataItem.item1{height: auto;}
.cryptoCoinPage .overviewDataItem.item2{height: auto;}
.cryptoCoinPage .overviewDataItem.item3{height: auto;grid-column: 1 / span 2;}
.cryptoCoinPage .cryptoCoinBox[data-box="all"] .overviewDataItem .itemName{flex-direction: column;}
.cryptoCoinPage .overviewDataItem .itemName h4{font-size: 0.3rem;line-height: 0.3rem;}
.cryptoCoinPage .overviewDataItem .itemName span{font-size: 0.24rem;line-height: 0.28rem;}
.cryptoCoinPage .overviewDataItem .content{margin-top: 0.2rem;font-size: 0.24rem;line-height: 0.28rem;}
/* .cryptoCoinPage .overviewDataItem .content .ratio::before{width: 0.14rem;height: 0.08rem;margin-right: 0.06rem;} */
.cryptoCoinPage .overviewDataItem.item1 .content{font-size: 0.3rem;}
/* .cryptoCoinPage .overviewDataItem.item1 .content .ratio::before{width: 0.16rem;height: 0.12rem;} */
.cryptoCoinPage .overviewChart{margin-left: 0;width: 100%;margin-top: 0;}
.cryptoCoinPage .overviewChart .overviewFilterType ul li{width: auto;}
.cryptoCoinPage .overviewChart .cryptoCoinEchartBar{height: 4rem;}
.cryptoCoinPage .overviewChart.ticker .cryptoCoinEchartBar,
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .overviewChart .cryptoCoinEchartBar,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .overviewChart .cryptoCoinEchartBar{height: 5rem;margin-top: 0.2rem;}
/* 加密货币-主要内容-图表 */
.cryptoCoinPage .moduleCharts{margin-top: 0.2rem;flex-direction: column;}
.cryptoCoinPage .moduleCharts .chartWrap{width: 100%;}
.cryptoCoinPage .moduleCharts .chartWrap:first-child{margin-right: 0;}
.cryptoCoinPage .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .moduleCharts .cryptoCoinEchartKline{height: 4rem;}
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .cryptoCoinBox[data-box="btc"] .moduleCharts .cryptoCoinEchartKline,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleCharts .cryptoCoinEchartArea,
.cryptoCoinPage .cryptoCoinBox[data-box="eth"] .moduleCharts .cryptoCoinEchartKline{height: 5rem;}
/* 加密货币-主要内容-表格 */
.cryptoCoinPage .tableType{padding-left: 0.2rem;}
.cryptoCoinPage .moduleTable{margin-top: 0.4rem;}
.cryptoCoinPage .moduleTable .table{margin-top: 0.2rem;}
.cryptoCoinPage .moduleTable .table table{width: max-content;}
.cryptoCoinPage .moduleTable .table table th{height: 0.8rem;padding: 0 0.2rem;font-size: 0.28rem;}
.cryptoCoinPage .moduleTable .table table td{height: 1.2rem;padding: 0 0.2rem;font-size: 0.28rem;}
.cryptoCoinPage .moduleTable .tableOverview table .coinCode .category{font-size: 0.24rem;line-height: 0.24rem;}
.cryptoCoinPage .moduleTable .tableOverview table .fundName{max-width: 4rem;}
/* .cryptoCoinPage .moduleTable .table table .ratio::before{width: 0.14rem;height: 0.08rem;margin-right: 0.04rem;} */
.cryptoCoinPage .moduleTable .tableflow .tableWrap{width: 100%;}
.cryptoCoinPage .moduleTable .table table .table-head-fixed{top: 1.91rem;left: 0;}
/* 加密货币 e */
/* 文章 s */
.articlePage .mainShow{width: 100vw;flex-direction: column;padding: 0 .2rem;box-sizing: border-box;}
.articlePage .mainShow .left{width: 100%;padding: 0;border-right: none;min-height: 0.5rem;}
.articlePage .mainShow .left .newsList{grid-template-columns: 1fr;gap: 0;margin-top: 0.4rem;width: 100%;}
.articlePage .mainShow .left .newsList li{width: auto;height: auto;flex-direction: row;margin-bottom: .3rem;}
.articlePage .mainShow .left .newsList li>a{width: 2.72rem;height: 1.56rem;border-radius: .2rem;aspect-ratio: auto;margin-right: 0.2rem;}
.articlePage .mainShow .left .newsList li .infoBox{padding:  0;height: 1.56rem;overflow: hidden;flex: 1;width: auto;}
.articlePage .mainShow .left .newsList li .infoBox h3{font-size: .24rem;color: #0d1421;line-height: .39rem;margin-top: 0;line-clamp: 2;-webkit-line-clamp: 2;}
.articlePage .mainShow .left .newsList li .infoBox .content{font-size: .22rem;height: 1.05rem;line-height: .35rem;margin: 0 0 .1rem 0;line-clamp: 3;-webkit-line-clamp: 3;display: none;}
.articlePage .mainShow .left .newsList li .infoBox .otherInfo{margin-top: 0;justify-content: space-between;align-items: center;flex: 1;}
.articlePage .mainShow .left .newsList li .time{font-size: .24rem;color: #616E85;line-height: .38rem;margin-right: 0;}
.articlePage .mainShow .left .newsList li .time span{display: none;}
.articlePage .mainShow .left .newsList li .infoBox .rateWrap{justify-content: flex-end;}
.articlePage .mainShow .left .newsList li .infoBox .rateWrap .timeSmall{display: block;font-size: .24rem;color: #616E85;line-height: .38rem;}
.articlePage .mainShow .left .newsList li .infoBox .rateWrap a:not(:first-of-type){display: none;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum{min-width: 1.2rem;    border-radius: .12rem;padding: .12rem .06rem;margin-right: .2rem;margin-bottom: 0;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum img{width: .3rem;height: .3rem;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum span{ margin: 0 .16rem;font-size: .22rem;}
.articlePage .mainShow .left .newsList li .infoBox .rateNum .ratio{font-size: .22rem;}
.articlePage .ratio{font-size: .22rem;}
.articlePage .ratio::before{width: .2rem;height: .14rem;}
.articlePage .up{font-size:.22rem}
.articlePage .down{font-size:.22rem}
/* 文章-tab */
.articlePage .newsTab{height: 0.64rem;width: calc(100% + 0.4rem);margin: 0 -0.2rem;}
.articlePage .newsTab-list{height: 0.64rem;}
.articlePage .newsTab-list li{width: auto;flex: 1;height: 100%;margin-right: 0;}
.articlePage .newsTab-list li a{font-size: 0.28rem;}
.articlePage .newsTab-list li a::after{height: 0.06rem;}
.articlePage .newsTab-list.fixed-scroll{position: fixed;top: 0.91rem;width: 100%;z-index: 1;background: #fff;padding-top: 0.2rem;animation: newsMobleFixedHead .5s ease 1;}
@keyframes newsMobleFixedHead {
  0% {height: 0;top: 0;}
  100% {height: 0.64rem;top: 0.91rem;}
}
/* 文章-右侧 */
.articlePage .mainShow .right{width: 100%;display: block;}
.articlePage .right .newsUal{position: static !important;height:auto;width: 100%;padding: 0 .2rem;box-sizing: border-box;}
.articlePage .right .newsUal .bottomNews li a{display: block;width: 100%;align-items: center;height: 100%;}
.articlePage .right .newsUal .topNews li{margin-bottom: 0;display: grid;grid-template-columns: 3rem 1fr;padding: .2rem 0;}
.articlePage .right .newsUal .topNews li>a:nth-child(1){grid-column: 1 / 2;grid-row: 1 / 3;padding: 0 .2rem 0 0;box-sizing: border-box;}
.articlePage .right .newsUal .topNews li>a img{max-width: 100%;max-height: auto;height: 1.6rem;border-radius: .1rem;margin-bottom: 0;}
.articlePage .right .newsUal .topNews li>em{font-size: .28rem;line-height: .32rem;margin-bottom: .2rem;}
.articlePage .right .newsUal .topNews li h5{font-size: .32rem;line-height: .36rem;font-weight: 600;color: #0d1421;margin: 0;height: .72rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;}
.articlePage .right .newsUal .topNews li h6{font-size: .24rem;line-height: .48rem;margin-bottom: .2rem;max-height:1.92rem ;display: none;}
.articlePage .right .newsUal .topNews li .moreInfo{margin-bottom: 0;}
.articlePage .right .newsUal .topNews li .moreInfo .time{font-size: .22rem;margin-right: .08rem;flex:1}
.articlePage .right .newsUal .topNews li .moreInfo p{min-width:2.1rem;height: .56rem;border-radius: .4rem;padding: 0 .12rem;margin-right: .08rem;}
.articlePage .right .newsUal .topNews li .moreInfo p img{width: .4rem;height: .4rem;margin-right: .12rem;}
.articlePage .right .newsUal .topNews li .moreInfo p em{font-size: .28rem;margin-right: .2rem;color: #616E85;}
.articlePage .right .newsUal .bottomNews li div{font-size: .22rem;line-height: .24rem;}
.articlePage .right .newsUal .bottomNews li img{width: 1.6rem;height: 1rem;border-radius: .16rem;}
.articlePage .right .newsUal h4{height: .96rem;border-radius: .24rem 0px .24rem 0px;padding: 0 .24rem;margin-bottom: .3rem;}
.articlePage .right .newsUal h4 img{width: 2.56rem;height: .52rem;}
.articlePage .right .newsUal h4.newsTit img{width: 2.12rem;height: .52rem;}
.articlePage .right .newsUal .bottomNews li span{font-size: .28rem;line-height: .4rem;}
.articlePage .right .newsUal .bottomNews li h5{padding: 0 0 0 .26rem;font-size: .3rem;color: #373A42;line-height: .6rem;display: block;}
.articlePage .right .newsUal h4.newsTit{font-size: 0.4rem;}
.articlePage .right .newsUal h4.bottomNewsTitle{font-size: 0.4rem;}
/* 文章详情 s */
.articleDetailPage .headerBlock{height: 1.82rem;}
.articleDetailPage .topOff{border-bottom: .02rem solid #eff2f5;}
.articleDetailPage .mainShow{width: 100vw;padding: 0 .2rem;box-sizing: border-box;}
.articleDetailPage .mainTop{flex-direction: column;border: none;}
.articleDetailPage .collectBox div .auth{font-size: .28rem;    line-height: .4rem;margin-right: .3rem;}
.articleDetailPage .collectBox div .auth{font-size: .24rem;    line-height: .4rem;}
.articleDetailPage .collectBox div .collectTxt{font-size: .24rem;line-height: .4rem;margin-left: .1rem;}
.articleDetailPage .mainTop .center h1{font-size:.4rem;}
.articleDetailPage .mainTop .center h2{font-size:.44rem;}
.articleDetailPage .mainTop .center>h3{font-size:.44rem;}
.articleDetailPage .mainTop .center{width:100%;margin:0 auto;order: -2;padding: .3rem 0 0;border: none;}
.articleDetailPage .mainTop .center ul{ margin:.2rem 0;}
.articleDetailPage .mainTop .center>ul li{min-width:1.2rem;height: auto;background: #eff2f5;border-radius: .12rem;font-size: .22rem;line-height: .3rem;margin: 0 .26rem .16rem 0;padding: .1rem .18rem;}
.articleDetailPage .mainTop .center li img{width: .3rem;height: .3rem;}
.articleDetailPage .mainTop .center.addHidden .content {height: 4rem;overflow: hidden;}
.articleDetailPage .mainTop .center .warnTxt::before{    width: .28rem;height: .28rem;margin-right: .1rem;}
.articleDetailPage .mainTop .center .warnTxt{font-size: .24rem;line-height: .34rem;    margin-bottom: .4rem;display: block;}
.articleDetailPage .mainTop .center .content{margin-top: .72rem;}
.articleDetailPage .mainTop .center .content h1{font-size:.34rem;}
.articleDetailPage .mainTop .center .content h2{font-size:.34rem;}
.articleDetailPage .mainTop .center .content>h3{font-size:.38rem;padding-left: .36rem; border-left: .2rem solid #0057ff;border-radius: .06rem .06rem;}
.articleDetailPage .mainTop .center .content h4{font-size: .34rem;margin-bottom: 0;}
.articleDetailPage .mainTop .center .content p{font-size: .32rem;letter-spacing: .03rem;}
.articleDetailPage .mainTop .center .content ol,.articleDetailPage .mainTop .center .content ul{    -webkit-padding-start: .8rem;padding-left: .8rem;}
.articleDetailPage .mainTop .center .content ul li{margin: 0;}
.articleDetailPage .mainTop .center .content ol li{line-height: 2em;}
.articleDetailPage .mainTop .left{width: 100%;margin: .5rem auto;;padding: 0;}
.articleDetailPage .mainTop .left .showDetailBox{width: 100%;;position: relative;bottom: auto;max-height: fit-content;}
.articleDetailPage .mainTop .right{width: 100%;padding: 0;display: block;}
.articleDetailPage .mainTop .right .showDetail{width: 100%;margin: .2rem 0;}
.articleDetailPage .mainTop .right .showDetail li{width: 100%;height: .8rem;box-shadow: 0 0 .2rem 0 rgba(164, 164, 165, .2);border-radius: .2rem;border: .02rem solid #f5f5f6;padding: .2rem .3rem;margin: .06rem auto;}
.articleDetailPage .mainTop .right .showDetail li .ratioinfo img{width: .3rem;height: .3rem;}
.articleDetailPage .mainShow ul li .ratio::before{width:.2rem;height:.14rem}
.articleDetailPage .mainShow ul li .ratio{font-size: .22rem;}
.articleDetailPage .mainShow h5{font-size: .28rem;    line-height: .42rem;margin: .2rem 0;display: none;}
.articleDetailPage .moreNews{width: 100%; grid-template-columns: 1fr;display: none;}
.articleDetailPage .moreNews li{margin-bottom: .35rem;display: flex;}
.articleDetailPage .moreNews li .newsTitle{ font-size: .24rem;color: #0d1421;line-height: .39rem;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;    font-weight: 600;}
.articleDetailPage .moreNews li .picwrap{display: block;        width: 2.72rem;height: 1.56rem;border-radius: .2rem;}
.articleDetailPage .moreNews li .contentWrap{flex: 1;padding: 0;margin-left: .2rem;height: 1.56rem;display: flex;flex-direction: column;justify-content: space-between;}
.articleDetailPage .moreNews li .titwrap{display: block;max-height: .96rem;margin-bottom: .15rem;}
.articleDetailPage .moreNews li .newsContent{    font-size: .24rem;line-height: .4rem;height: 1.2rem;margin-bottom: .1rem;display: none;}
.articleDetailPage .moreNews li .newsTips{    height: .6rem;justify-content: space-between;}
.articleDetailPage .ratioItem{    height: .6rem;border: .02rem solid #f5f5f6;border-radius: .12rem;padding: .12rem .06rem;font-size: .22rem;margin-right: .2rem;margin-bottom: 0;}
.articleDetailPage .ratioItem .ratioinfo img{        width: .3rem;height: .3rem;margin-right: .05rem;}
.articleDetailPage .ratioItem .ratioinfo{margin-right: .05rem;}
.articleDetailPage .moreNews li .newsTips .newsTime{font-size: .24rem;color: #616E85;line-height: .38rem;margin-right: 0;font-weight: 400;}
.articleDetailPage .moreNews li .newsTips a:not(:first-of-type){display: none;}
.articleDetailPage .disclaimerBox{display: none;}
.articleDetailPage .collectBox .overFlowIf{position: absolute;height: .6rem;top: 0;left: 50%;transform: translate(-50%);font-size: .24rem;line-height: .6rem;color: #4A77FF;}
.articleDetailPage .collectBox{ margin:.4rem 0;}
.articleDetailPage .collectBox .collect{width: .38rem;height: .34rem;}
.articleDetailPage .center.addHidden .collectBox::before{content: '';width: 100%;height: 2rem;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);        position: absolute;bottom: 100%;left: 0;z-index: 1;}
.articleDetailPage .mainTop .right .newsUal{width: 100%;position: relative;bottom: auto;max-height: fit-content;}
.articleDetailPage .mainTop .right .newsUal li{ height: auto;border-bottom: none;position: relative;padding-left: .08rem;}
.articleDetailPage .mainTop .right .newsUal li>div{ height: auto;    flex-direction: column-reverse;border-left: .02rem dashed rgba(21, 67, 228, .5);padding-bottom: .52rem;padding-left: .2rem;}
.articleDetailPage .mainTop .right .newsUal a:last-of-type>li>div{border-left: none;}
.articleDetailPage .mainTop .right .newsUal li.txTips{display: block;}
.articleDetailPage .mainTop .right .newsUal li.txTips>div .time{font-size: .32rem;line-height: .4rem;color: #1543E4;font-weight: 700;}
.articleDetailPage .mainTop .right .newsUal li img{    width: 1.5rem;height: 1.2rem;margin-left: .2rem;display: none;}
.articleDetailPage .mainTop  .right .kxTips{display: block;padding-left: .08rem;}
.articleDetailPage .mainTop  .right .kxTips span{display: block;position: relative;border-left: 1px dashed rgba(21, 67, 228, .5);}
.articleDetailPage .mainTop  .right .kxTips>span::before{display: inline-block;padding-left: .08rem;display: inline-block;content: '';width: .16rem;height: .16rem;border-radius: 50%;background: #1543E4;position: absolute;top: .04rem;left: -.28rem;}
.articleDetailPage .mainTop  .right .newsUal li>div .content{font-size:.24rem;line-height:.4rem;height:auto;color: #ABB6C9;display: none;}
.articleDetailPage .mainTop  .right .newsUal li>div .time{font-size: .2rem;line-height: .3rem;color: #1543E4;position: relative;}
.articleDetailPage .mainTop .right .newsUal li>div .title{display: flex;font-weight: 700;font-size: .32rem;color: #0D1421;line-height: .58rem;height: auto;}
.articleDetailPage .mainTop  .right .newsUal li>div .time::before{display: inline-block;content: '';width: .16rem;height: .16rem;border-radius: 50%;background: #1543E4;position: absolute;top: .06rem;left: -.28rem;z-index: 1;}
.articleDetailPage .mainTop  .right .newsUal li.txTips>div .time::before{top: .12rem;}
.articleDetailPage .mainTop  .right .newsUal li.txTips>div .time::after{display: inline-block;content: '';width: .16rem;height: .16rem;background: #FFFFFF;position: absolute;top: 0;left: -.28rem;z-index: 0;}
.articleDetailPage .mainTop .left .showDetail{width: 100%;padding-bottom: .2rem;margin-top: .4rem;}
.articleDetailPage .mainTop .left .showDetail li .mainInfo{min-height: .5rem;}
.articleDetailPage .mainTop .left .showDetail li{width: 100%;    border-radius: .22rem;border: .02rem solid #f5f5f6;padding: .2rem .3rem;box-sizing: border-box;margin: .08rem auto;    box-shadow: 0 0 .2rem rgba(164, 164, 165, .2)}
.articleDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo img{    width: .4rem;height: .4rem;margin-right: .1rem;}
.articleDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span{ font-size: .24rem;}
.articleDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo span:first-of-type{ margin-right: .2rem;display: none;}
.articleDetailPage .mainTop .left .showDetail li .mainInfo .ratioinfo{margin-right: .2rem;}
.articleDetailPage .mainTop .left .showDetail li .mainInfo::before{width: .18rem;height: .14rem;}
.articleDetailPage .mainTop .left .showDetail li .showMore{margin-top: .2rem;    border-top: .02rem solid #F5F5F6;padding: .2rem 0 0 0;}
.articleDetailPage .mainTop .left .showDetail li .showMore p{font-size: .24rem;line-height: .3rem;}
.articleDetailPage .mainTop .left .showDetail li .showMore span{font-size: .22rem;line-height: .3rem;margin-top: .1rem;}
/* 文章详情 e */
/* 文章 e */
/* 关联内容 s */
/* 关联新闻 */
.relevNews{margin: 0.2rem 0;padding: 0.4rem 0.2rem;border-radius: 0.16rem;}
.relevTime{font-size: 0.24rem;line-height: 0.24rem;}
.relevTime::before{width: 0.14rem;height: 0.14rem;margin-right: 0.06rem;}
.relevLink{margin-top: 0.2rem;}
.relevLink a{font-size: 0.32rem;line-height: 0.32rem;}
.relevIntro{font-size: 0.24rem;line-height: 0.3rem;margin-top: 0.2rem;}
/* 关联币种 */
.relevCoin{margin: 0.2rem 0;}
/* 关联币种-头部 */
.relevCoin-head .coinTitle img{width: 0.48rem !important;height: 0.48rem;margin-right: 0.1rem;}
.relevCoin-head .coinTitle .name{font-size: 0.28rem;line-height: 0.28rem;}
.relevCoin-head .coinTitle .chinese-name{font-size: 0.22rem;line-height: 0.22rem;}
.relevCoin-head .coinTitle .coinRight{font-size: 0.24rem;line-height: 0.28rem;margin-top: 0.1rem;}
.relevCoin-head .coinPrice .priceBox{margin-right: 0.1rem;}
.relevCoin-head .coinPrice .price{font-size: 0.44rem;line-height: 0.44rem;}
.relevCoin-head .coinPrice .price-exchange{font-size: 0.28rem;line-height: 0.28rem;margin-top: 0.1rem;}
.relevCoin-head .coinPrice .changeBox span{font-size: 0.22rem;line-height: 0.22rem;margin-bottom: 0.04rem;}
.relevCoin-head .ratio::before {width: 0.2rem;height: 0.12rem;}
/* 关联币种-币种数据 */
.relevCoin-data{margin-top: 0.4rem;}
.relevCoin-data .relevName{font-size: 0.28rem;line-height: 0.28rem;}
.relevCoin-data ul{margin: 0.2rem 0 0 !important;}
.relevCoin-data ul li{width: 33.33%;height: 1.2rem;}
.relevCoin-data ul li:nth-child(7),.relevCoin-data ul li:nth-child(8){width: 50%;}
.relevCoin-data ul li:last-child{width: 100%;}
.relevCoin-data ul li:nth-child(-n+8){border-bottom: 1px solid #F5F5F6;}
.relevCoin-data ul li .data{font-size: 0.28rem;line-height: 0.28rem;}
.relevCoin-data ul li .name{font-size: 0.24rem;line-height: 0.24rem;margin-top: 0.1rem;}
/* 关联币种-图表 */
.relevCoin-chart{margin-top: 0.4rem;}
.relevCoin-chart .centerLineK {flex-direction: column;}
.relevCoin-chart .centerLineK .changeBtcK {border-radius: 0.16rem;height: 0.6rem;padding: 0.06rem;margin-right: 0.2rem;}
.relevCoin-chart .centerLineK .changeBtcK i {width: 0.6rem;border-radius: 0.12rem;font-size: 0.24rem;}
.relevCoin-chart .centerLineK .changeBtcK i>img {width: 0.4rem;height: 0.4rem;}
.relevCoin-chart .centerLineK .lineKleft .filterRight {font-size: 0.28rem;line-height: 0.28rem;}
.relevCoin-chart .centerLineK .selectBtn{width: 100% !important;}
.relevCoin-chart .selectBtn .listBtn{width: 100%;}
.relevCoin-chart .selectBtn .listBtn .changeBtn {width: 100%;border-radius: 0.16rem;height: 0.6rem;padding: 0.06rem;margin-top: 0.2rem;}
.relevCoin-chart .selectBtn .listBtn .changeBtn i {width: auto;flex: 1;border-radius: 0.08rem;font-size: 0.24rem;}
.relevCoin-chart .relevChartBox{margin-top: 0.2rem;}
.relevCoin-chart .relevChartBox .relevChartItem{height: 5rem;}
/* 关联内容 e */
/* 专题 s */
/* 专题-右侧区域 */
.dissertMain .right{width: 100%;display: block;order: 3;}
.dissertMain .right .newsUal{position: static !important;height:auto;width: 100%;}
.dissertMain .right .newsUal li a{align-items: center;height: 100%;}
.dissertMain .right .newsUal .topNews li{margin-bottom: 0;display: grid;grid-template-columns: 3rem 1fr;padding: .2rem 0;}
.dissertMain .right .newsUal .topNews li>a:nth-child(1){grid-column: 1 / 2;grid-row: 1 / 3;padding: 0 .2rem 0 0;box-sizing: border-box;}
.dissertMain .right .newsUal .topNews li>a img{max-width: 100%;max-height: auto;height: 1.6rem;border-radius: .1rem;margin-bottom: 0;}
.dissertMain .right .newsUal .topNews li>em{font-size: .28rem;line-height: .32rem;margin-bottom: .2rem;}
.dissertMain .right .newsUal .topNews li h5{font-size: .32rem;line-height: .36rem;font-weight: 600;color: #0d1421;margin: 0;height: .72rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;line-clamp: 2;-webkit-line-clamp: 2;}
.dissertMain .right .newsUal .topNews li h6{font-size: .24rem;line-height: .48rem;margin-bottom: .2rem;max-height:1.92rem ;display: none;}
.dissertMain .right .newsUal{padding: 0 .2rem;box-sizing: border-box;}
.dissertMain .right .newsUal .topNews li .moreInfo{margin-bottom: 0;}
.dissertMain .right .newsUal .topNews li .moreInfo .time{font-size: .22rem;margin-right: .08rem;flex:1}
.dissertMain .right .newsUal .topNews li .moreInfo p{min-width:2.1rem;height: .56rem;border-radius: .4rem;padding: 0 .12rem;margin-right: .08rem;}
.dissertMain .right .newsUal .topNews li .moreInfo p img{width: .4rem;height: .4rem;margin-right: .12rem;}
.dissertMain .right .newsUal .topNews li .moreInfo p em{font-size: .28rem;margin-right: .2rem;color: #616E85;}
.dissertMain .right .newsUal li div{font-size: .22rem;line-height: .24rem;}
.dissertMain .right .newsUal li img{width: 1.6rem;height: 1rem;border-radius: .16rem;}
.dissertMain .right .newsUal h4{height: .96rem;border-radius: .24rem 0px .24rem 0px;padding: 0 .24rem;margin-bottom: .3rem;}
.dissertMain .right .newsUal h4 img{width: 2.56rem;height: .52rem;}
.dissertMain .right .newsUal h4.newsTit img{width: 2.12rem;height: .52rem;}
.dissertMain .right .newsUal .bottomNews li span{font-size: .28rem;line-height: .4rem;}
.dissertMain .right .newsUal .bottomNews li h5{padding: 0 0 0 .26rem;font-size: .3rem;color: #373A42;line-height: .6rem;}
.dissertMain .right .newsUal h4.newsTit{font-size: 0.4rem;}
.dissertMain .right .newsUal h4.bottomNewsTitle{font-size: 0.4rem;}
.dissertMain .detailPageRecommond .title p{font-size: .28rem;}
.dissertMain .detailPageRecommond .title{padding: .2rem 0 .4rem 0;;}
.dissertMain .detailPageRecommond .title a::after{width: .12rem;height: .22rem;    margin-left: .1rem;margin-bottom: .06rem;}
.dissertMain .detailPageRecommond .title a{font-size: .24rem;}
.dissertMain .detailPageRecommond ul li.firstTips{height: .62rem;border-top: .02rem solid #f5f5f6;}
.dissertMain .detailPageRecommond ul li.firstTips>span{line-height: .62rem;display: flex; font-size: .24rem;}
.dissertMain .detailPageRecommond ul li{border-bottom: .02rem solid #f5f5f6;font-size: .24rem;padding: 0 .22rem 0 .08rem; height: .84rem;  }
.dissertMain .detailPageRecommond ul li .nameBox p{font-size: .28rem;line-height: .28rem;}
.dissertMain .detailPageRecommond ul li .nameBox img{width: .4rem;height: .4rem;margin: 0 .12rem 0 0;}
.dissertMain .detailPageRecommond ul li .cell{font-size: .28rem;height: .84rem;line-height: 0.84rem;}
.dissertMain .detailPageRecommond ul li .ratioBox .ratio{width: 1.34rem;height: .48rem;font-size: .24rem;line-height:.48rem;}
/* 专题-中间区域 */
.dissertPage .headerBlock{height: 1.91rem;}
.dissertPage .mainShow{flex-direction: column;padding-bottom: 0.4rem;}
.dissertPage .mainShow .center{width: 100%;padding: 0.2rem 0.2rem 0;min-width: auto;border: none;order: 1;}
.dissertPage .dissertBlock-title h4{font-size: 0.3rem;line-height: 0.58rem;}
/* 专题-中间区域-精选专题 */
.dissertPage .dissertPick .dissertBlock-title{margin-bottom: 0.2rem;}
.dissertPage .dissertPick .dissertPick-swiper-btn{width: 0.58rem;height: 0.58rem;}
.dissertPage .dissertPick-pagination{font-size: 0.24rem;line-height: 0.28rem;}
.dissertPage .dissertPick-wrapper{height: 2.96rem;}
.dissertPage .dissertPick-item{width: 2.2rem;margin-right: 0.2rem;}
.dissertPage .dissertPick-item img{border-radius: 0.16rem;}
.dissertPage .dissertPick-item .name{border-radius: 0.16rem;padding: 0.3rem 0.2rem;}
.dissertPage .dissertPick-item .name h5{font-size: 0.3rem;line-height: 0.38rem;}
/* 专题-中间区域-热门专题 */
.dissertPage .dissertHot{padding-top: 0.4rem;}
.dissertPage .dissertHot-list{grid-template-columns: 1fr;gap: 0.2rem 0;margin-top: 0.2rem;}
.dissertPage .dissertHot-item .img img{border-radius: 0.16rem;}
.dissertPage .dissertHot-item .info{margin-left: 15px;padding: 10px 0 26px;flex: 1;position: relative;box-sizing: border-box;}
.dissertPage .dissertHot-item .info h5{font-size: 0.3rem;line-height: 0.38rem;}
.dissertPage .dissertHot-item .info .content{font-size: 0.28rem;line-height: 0.32rem;margin-top: 0.2rem;}
.dissertPage .dissertHot-item .info .time{font-size: 0.24rem;line-height: 0.28rem;bottom: 0.04rem;}
/* 专题-左侧区域 */
.dissertMain .left{width: 100%;display: block;order: 2;;}
.dissertMain .left .left-inner{position: static !important;height:auto;width: 100%;padding: 0.2rem;}
.dissertMain .left .left-inner::-webkit-scrollbar{display: none;}
.dissertMain .left .left-inner.show{position: absolute;bottom: 0;}
.dissertMain .left .currDissert{display: none;}
/* 专题-左侧区域-更多专题 */
.dissertMain .left .dissertMore{margin-top: 0.4rem;}
.dissertMain .left .dissertMore-title{font-size: 0.3rem;line-height: 0.38rem;}
.dissertMain .left .dissertMore-list{margin-top: 0.2rem;}
.dissertMain .left .dissertMore-list li{margin-bottom: 0.2rem;}
.dissertMain .left .dissertMore-list li:last-child{margin-bottom: 0;}
.dissertMain .left .dissertMore-list li img{border-radius: 0.24rem;}
.dissertMain .left .dissertMore-list li .info{border-radius: 0.24rem;padding: 0.2rem;}
.dissertMain .left .dissertMore-list li .info h5{font-size: 0.24rem;line-height: 0.39rem;}
.dissertMain .left .dissertMore-list li .info .content{font-size: 0.24rem;line-height: 0.28rem;margin-top: 0.2rem;}
/* 专题详情 */
.dissertDetailPage .headerBlock{height: 1.91rem;}
.dissertDetailPage .mainShow{padding-bottom: 0.4rem;flex-direction: column;}
.dissertDetailPage .mainShow .center{width: 100%;padding: 0 0.2rem;border: none;order: 1;}
/* 专题详情-导航 */
.dissertDetailPage .dissertDetail-nav{width: calc(100% + 0.4rem);height: 0.75rem;margin: 0 -0.2rem;margin-top: 0.2rem;}
.dissertDetailPage .dissertDetail-nav-swiper{height: 0.75rem;padding: 0.1rem 0.2rem 0;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide{font-size: 0.28rem;max-width: 4.5rem;margin-right: 0.4rem;}
.dissertDetail-nav-swiper .swiper-slide:hover{color: #0D1421;}
.dissertDetailPage .dissertDetail-nav-swiper .swiper-slide::after{width: 1.5rem;height: 0.06rem;}
.dissertDetailPage .dissertDetail-nav-swiper.fixed-scroll{position: fixed;top: 0.91rem;left: 0;width: 100%;animation: dissertDetailFixedNav .3s ease 1;}
@keyframes dissertDetailFixedNav {
  0%{height: 0rem;}
  100%{height: 0.75rem;}
}
/* 专题详情-列表 */
.dissertDetailPage .dissertDetail-block{margin-top: 0.4rem;}
.dissertDetailPage .dissertDetail-title{height: 0.8rem;padding-left: 0.5rem;}
.dissertDetailPage .dissertDetail-title::before{width: 0.12rem;border-radius: 0.06rem 0px 0px 0.06rem;}
.dissertDetailPage .dissertDetail-title::after{width: 6rem;border-radius: 0.06rem 0px 0px 0.06rem;}
.dissertDetailPage .dissertDetail-title h4{font-size: 0.3rem;}
.dissertDetailPage .dissertDetail-list{grid-template-columns: 1fr;gap: 0.2rem 0;margin-top: 0.2rem;}
.dissertDetailPage .dissertDetail-item{display: flex;}
.dissertDetailPage .dissertDetail-item .img{width: 2.7rem;border-radius: 0.24rem;}
.dissertDetailPage .dissertDetail-item .info{padding: 0;margin-left: 0.2rem;flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.dissertDetailPage .dissertDetail-item .info h5{font-size: 0.3rem;line-height: 0.38rem;margin-top: 0.1rem;line-clamp: 2;-webkit-line-clamp: 2;}
.dissertDetailPage .dissertDetail-item .info .content{display: none;}
.dissertDetailPage .dissertDetail-item .info .time{font-size: 0.24rem;line-height: 0.65rem;margin-top: 0;}
/* 专题 e */
/* 清算痛点 s */
.liquidationMaxpainPage .mainShow{padding: 0.2rem;}
.liquidationMaxpainPage .mainTitle h1{font-size: 0.3rem;line-height: 0.38rem;}
/* 清算痛点-筛选项 */
.liquidationMaxpainPage .mainFilter{margin-top: 0.4rem;flex-direction: column;}
.liquidationMaxpainPage .filterTime{width: 100%;}
.liquidationMaxpainPage .filterTime-list{height: 0.72rem;border-radius: 0.12rem;padding: 0.06rem;}
.liquidationMaxpainPage .filterTime-list li{flex: 1;width: auto;border-radius: 0.12rem;font-size: 0.24rem;}
/* 清算痛点-搜索 */
.liquidationMaxpainPage .filterSearch{margin-top: 0.2rem;justify-content: space-between;width: 100%;}
.liquidationMaxpainPage .filterSearch-input{flex: 1;width: auto;height: .74rem;border-radius: 0.12rem;padding: 0 0.1rem;}
.liquidationMaxpainPage .filterSearch-input i{width: 0.28rem;height: 0.3rem;}
.liquidationMaxpainPage .filterSearch-input input{flex: 1;margin-left: 0.1rem;font-size: 0.24rem;}
.liquidationMaxpainPage .filterSearch-self{width: 2.08rem;height: .74rem;border-radius: 0.12rem;margin-left: 0;font-size: 0.24rem;margin-left: 0.2rem;}
.liquidationMaxpainPage .filterSearch-self i{width: 0.3rem;height: 0.3rem;margin-right: 0.06rem;}
/* 清算痛点-表格 */
.liquidationMaxpainPage .table{margin-top: 0.4rem;}
.liquidationMaxpainPage .table table{width: max-content;}
.liquidationMaxpainPage .table table th,.liquidationMaxpainPage .table table td{padding: 0 0.1rem;font-size: 0.24rem;}
.liquidationMaxpainPage .table table th{height: 0.8rem;}
.liquidationMaxpainPage .table table td{height: 1rem;}
.liquidationMaxpainPage .table table tr{grid-template-columns: 40px 1.5fr 1fr 4fr 4fr;}
.liquidationMaxpainPage .table table .short,.liquidationMaxpainPage .table table .long{padding: 0 0.2rem;}
.liquidationMaxpainPage .table table .collect i{width: 0.32rem;height: 0.32rem;}
.liquidationMaxpainPage .table table .nameBox img{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
.liquidationMaxpainPage .table table .dataBox-num{font-size: 0.24rem;line-height: 0.28rem;}
.liquidationMaxpainPage .table table .dataBox-bar{height: 0.12rem;border-radius: 0.08rem;margin-top: 0.1rem;}
.liquidationMaxpainPage .table table .dataBox-bar span{border-radius: 0.08rem;}
.liquidationMaxpainPage .table table .dataBox-bar span::before{left: -0.2rem;width: 0.36rem;height: 0.36rem;}
.liquidationMaxpainPage .table table td:nth-child(1), .liquidationMaxpainPage .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.liquidationMaxpainPage .table table td:nth-child(2), .liquidationMaxpainPage .table table th:nth-child(2){display: none;}
.liquidationMaxpainPage .table table td:nth-child(3), .liquidationMaxpainPage .table table th:nth-child(3){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.liquidationMaxpainPage .table table th:nth-child(1),.liquidationMaxpainPage .table table th:nth-child(3){background: #F8F9FB;}
.liquidationMaxpainPage .table table .table-head-fixed{width: 100%;top: 0.91rem;left: 0;transform: none !important;padding: 0 0.2rem;box-sizing: border-box;background: #F8F9FB;}
.liquidationMaxpainPage .table table .table-head-fixed::before,.liquidationMaxpainPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.liquidationMaxpainPage .table table .table-head-fixed::after{left: auto;right: 0;}
.liquidationMaxpainPage .table-empty{margin: 0.4rem 0;font-size: 0.24rem;}
.liquidationMaxpainPage .table .tableWrap table td .abnormalCoin{height: 0.4rem;}
.liquidationMaxpainPage .table .tableWrap table td .abnormalCoin::before{width: 0.4rem;font-size: 0.24rem;}
/* 清算痛点 e */
/* 比特币存储 s */
.bitcoinTreasuryPage .mainShow{padding: 0.2rem;}
.bitcoinTreasuryPage .blockBox{margin-bottom: 0.6rem;}
.bitcoinTreasuryPage .blockTitle h3{font-size: 0.3rem;}
/* 储备 */
.bitcoinTreasuryPage .reserveList{margin-top: 0.4rem;flex-wrap: wrap;}
.bitcoinTreasuryPage .reserveList li{flex: none;width: calc(50% - 0.1rem);height: auto;border-radius: 0.24rem;border: 0.04rem solid #F5F5F6;padding: 0.3rem 0.2rem;margin-right: 0;margin-bottom: 0.2rem;order: 1;}
.bitcoinTreasuryPage .reserveList li:nth-child(3){order: 2;width: 100%;margin: 0;}
.bitcoinTreasuryPage .reserveList li .name{font-size: 0.28rem;line-height: 0.3rem;}
.bitcoinTreasuryPage .reserveList li .info{font-size: 0.4rem;line-height: 0.4rem;margin-top: 0.3rem;}
.bitcoinTreasuryPage .reserveList li .other{font-size: 0.24rem;line-height: 0.24rem;margin-top: 0.2rem;}
.bitcoinTreasuryPage .reserveList li .other img{width: 0.24rem;height: 0.24rem;margin-right: 0.04rem;}
/* 单周净流入 */
.bitcoinTreasuryPage .comflowBox{flex-direction: column;}
.bitcoinTreasuryPage .comflowBox .blockItem{margin-right: 0;}
.bitcoinTreasuryPage .comflowBox .blockItem:last-child{margin-right: 0;}
.bitcoinTreasuryPage .comflowBox .weekFlowChart{height: 8rem;margin-top: 0.2rem;}
.bitcoinTreasuryPage .strategy{margin-top: 0.4rem;}
.bitcoinTreasuryPage .strategy .table{height: 8rem;margin-top: 0.2rem;}
.bitcoinTreasuryPage .strategy .tableWrap{overflow: auto;}
.bitcoinTreasuryPage .strategy .table table{width: max-content;}
.bitcoinTreasuryPage .strategy .table table th,.bitcoinTreasuryPage .strategy .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.bitcoinTreasuryPage .strategy .table table th{height: 0.8rem;}
.bitcoinTreasuryPage .strategy .table table td{height: 1rem;}
.bitcoinTreasuryPage .strategy .table table td:nth-child(1), .bitcoinTreasuryPage .strategy .table table th:nth-child(1){position: sticky;left: 0;}
.bitcoinTreasuryPage .strategy .table table td:nth-child(1){background-color: #fff;}
/* 持仓 */
.bitcoinTreasuryPage .positionChart{margin-top: 0.2rem;height: 10rem;}
/* 持仓排行 */
.bitcoinTreasuryPage .positionRankBox .table{margin-top: 0.2rem;}
.bitcoinTreasuryPage .positionRankBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.bitcoinTreasuryPage .positionRankBox .table table{width: max-content;}
.bitcoinTreasuryPage .positionRankBox .table table thead{top: 0;}
.bitcoinTreasuryPage .positionRankBox .table table th,.bitcoinTreasuryPage .positionRankBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.bitcoinTreasuryPage .positionRankBox .table table th{height: 0.8rem;}
.bitcoinTreasuryPage .positionRankBox .table table td{height: 1rem;}
.bitcoinTreasuryPage .positionRankBox .table table tr{display: grid;grid-template-columns: 3.5rem 1fr 1fr 1fr 1.5fr 1.5fr 1fr;}
.bitcoinTreasuryPage .positionRankBox .table table td:nth-child(1), .bitcoinTreasuryPage .positionRankBox .table table th:nth-child(1){display: none;}
.bitcoinTreasuryPage .positionRankBox .table table td:nth-child(2), .bitcoinTreasuryPage .positionRankBox .table table th:nth-child(2){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.bitcoinTreasuryPage .positionRankBox .table table td:nth-child(2) a{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.bitcoinTreasuryPage .positionRankBox .table table th:nth-child(2){background: #F8F9FB;}
.bitcoinTreasuryPage .positionRankBox .table table thead{z-index: 2;}
.bitcoinTreasuryPage .positionRankBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.bitcoinTreasuryPage .positionRankBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.bitcoinTreasuryPage .positionRankBox .table table .table-head-fixed::before,.bitcoinTreasuryPage .positionRankBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.bitcoinTreasuryPage .positionRankBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 比特币存储 e */
/* 比特币存储详情 s */
.bitcoinTreasuryDetailPage .mainShow{padding: 0.2rem;}
.bitcoinTreasuryDetailPage .blockBox{margin-bottom: 0.6rem;}
.bitcoinTreasuryDetailPage .blockTitle h3{font-size: 0.3rem;}
.bitcoinTreasuryDetailPage .crumbsBox ul li {font-size: 0.28rem;line-height: 0.3rem;height: 0.3rem}
.bitcoinTreasuryDetailPage .crumbsBox ul li::after {margin: 0 0.1rem}
/* 相关数据 */
.bitcoinTreasuryDetailPage .dataBox{margin-top: 0.4rem;}
.bitcoinTreasuryDetailPage .dataBox .blockContent{flex-direction: column;margin-top: 0.4rem;height: auto;}
.bitcoinTreasuryDetailPage .dataBox .dataInfo{width: 100%;margin-right: 0;}
.bitcoinTreasuryDetailPage .dataBox .dataItem{height: auto;border-radius: 0.24rem;padding: 0.3rem 0.2rem;}
.bitcoinTreasuryDetailPage .dataBox .dataItem:last-child{height: auto;margin-top: 0.4rem;}
.bitcoinTreasuryDetailPage .dataBox .dataName{font-weight: 600;font-size: 0.3rem;line-height: 0.32rem;}
.bitcoinTreasuryDetailPage .dataBox .dataIntro{font-size: 0.28rem;line-height: 0.3rem;margin-top: 0.2rem;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li{width: 33.33%;margin-top: 0.3rem;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .name{font-size: 0.28rem;line-height: 0.3rem;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .num{font-size: 0.36rem;line-height: 0.4rem;margin: 0.1rem 0;}
.bitcoinTreasuryDetailPage .dataBox .dataStatistic li .count{font-size: 0.28rem;line-height: 0.3rem;}
.bitcoinTreasuryDetailPage .dataBox .descInfo{border-radius: 0.24rem;padding: 0.3rem 0.2rem;margin-top: 0.4rem;}
.bitcoinTreasuryDetailPage .dataBox .dataContent{font-size: 0.28rem;line-height: 0.3rem;margin-top: 0.2rem;}
.bitcoinTreasuryDetailPage .dataBox .dataContent{margin-top: 0.2rem;max-height: 5rem;overflow: hidden;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-inner{font-size: 0.28rem;line-height: 0.36rem;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-more{font-size: 0.28rem;line-height: 0.3rem;display: none;}
.bitcoinTreasuryDetailPage .dataBox .dataContent-more::before{width: 0.4rem;height: 0.3rem;}
/* 历史图表 */
.bitcoinTreasuryDetailPage .historyChart{margin-top: 0.4rem;height: 7rem;}
/* 对比图表 */
.bitcoinTreasuryDetailPage .contrastChart{margin-top: 0.4rem;height: 8rem;}
/* 表格 */
.bitcoinTreasuryDetailPage .historyTableBox .table{margin-top: 0.4rem;}
.bitcoinTreasuryDetailPage .historyTableBox .tableWrap{max-height: 10.8rem; overflow: auto;scrollbar-width: thin;}
.bitcoinTreasuryDetailPage .historyTableBox .table table{width: max-content;}
.bitcoinTreasuryDetailPage .historyTableBox .table table th,.bitcoinTreasuryDetailPage .historyTableBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.bitcoinTreasuryDetailPage .historyTableBox .table table th{height: 0.8rem;}
.bitcoinTreasuryDetailPage .historyTableBox .table table td{height: 1rem;}
.bitcoinTreasuryDetailPage .historyTableBox .table table td:nth-child(1), .bitcoinTreasuryDetailPage .historyTableBox .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.bitcoinTreasuryDetailPage .historyTableBox .table table th:nth-child(1){background: #F8F9FB;}
.bitcoinTreasuryDetailPage .historyTableBox .table table thead{z-index: 2;}
/* .bitcoinTreasuryDetailPage .historyTableBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.bitcoinTreasuryDetailPage .historyTableBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.bitcoinTreasuryDetailPage .historyTableBox .table table .table-head-fixed::before,.bitcoinTreasuryDetailPage .historyTableBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;} */
/* 相似公司 */
.bitcoinTreasuryDetailPage .similarList{grid-template-columns: 1fr;gap: 0.2rem 0;margin-top: 0.4rem;} 
.bitcoinTreasuryDetailPage .similarList li{padding: 0.2rem;border-radius: 0.12rem;}
.bitcoinTreasuryDetailPage .similarList li .name{height: 0.4rem;}
.bitcoinTreasuryDetailPage .similarList li .name span{font-size: 0.24rem;margin-right: 0.1rem;}
.bitcoinTreasuryDetailPage .similarList li .name h4{font-size: 0.3rem;}
.bitcoinTreasuryDetailPage .similarList li .num{font-size: 0.36rem;line-height: 0.4rem;margin-top: 0.2rem;}
.bitcoinTreasuryDetailPage .similarList li .mark{top: 0.2rem;right: 0.2rem;font-size: 0.28rem;}
/* 弹窗 */
.bitcoinTreasuryDescPop .popClose{top: 0.2rem;right: 0.2rem;width: 0.28rem;height: 0.28rem;}
.bitcoinTreasuryDescPop .popMain{width: 90%;border-radius: 0.2rem;padding: 0.6rem 0.2rem;}
.bitcoinTreasuryDescPop .popContent{max-height: 9rem;}
.bitcoinTreasuryDescPop .popContent-inner{font-size: 0.28rem;line-height: 0.36rem;}
/* 比特币存储详情 e */
/* 加密资产反转榜 s */
.currencyReversalPage .mainShow{padding: 0.2rem;}
.currencyReversalPage .blockBox{margin-bottom: 0.6rem;}
.currencyReversalPage .blockTitle h3{font-size: 0.3rem;}
/* 对比 */
.currencyReversalPage .compareBox{flex-direction: column;}
/* 对比-列表 */
.currencyReversalPage .compareList{gap: 0.2rem;padding-right: 0;flex: 1;}
.currencyReversalPage .compareItem{height: 2rem;border-radius: 0.24rem;border: 0.04rem solid #F5F5F6;}
.currencyReversalPage .compareItem .name{font-size: 0.4rem;line-height: 0.4rem;}
.currencyReversalPage .compareItem .name em{margin: 0 0.1rem;}
.currencyReversalPage .compareItem .ratioNum{font-size: 0.24rem;line-height: 0.28rem;margin-top: 0.3rem;}
.currencyReversalPage .compareItem .ratioBar{height: 0.16rem;border-radius: 0.08rem;margin-top: 0.2rem;}
.currencyReversalPage .compareItem .ratioBar span{border-radius: 0.08rem;}
/* 对比-图表 */
.currencyReversalPage .compareChartBox{height: 5rem;border-radius: 0.24rem;border: 0.02rem solid #F5F5F6;padding: .2rem;margin-top: 0.4rem;}
.currencyReversalPage .compareChartBox .blockTitle{padding-left: 0.1rem;}
.currencyReversalPage .compareChartBox .compareChart{margin-top: 0.2rem;height: 4rem;}
/* 表格 */
.currencyReversalPage .positionBox .table{margin-top: 0.2rem;}
.currencyReversalPage .positionBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.currencyReversalPage .positionBox .table table{width: max-content;}
.currencyReversalPage .positionBox .table table thead{top: 0;}
.currencyReversalPage .positionBox .table table th,.currencyReversalPage .positionBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.currencyReversalPage .positionBox .table table th{height: 0.8rem;}
.currencyReversalPage .positionBox .table table td{height: 1rem;}
.currencyReversalPage .positionBox .table table td:nth-child(1), .currencyReversalPage .positionBox .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.currencyReversalPage .positionBox .table table th:nth-child(1){background: #F8F9FB;}
.currencyReversalPage .positionBox .table table thead{z-index: 2;}
.currencyReversalPage .positionBox .table table .symbolBox em{margin: 0 0.4rem 0 0.2rem;font-size: 0.24rem;}
.currencyReversalPage .positionBox .table table .symbolItem{width: 1.6rem;}
.currencyReversalPage .positionBox .table table .symbolItem img{width: 0.48rem;height: 0.48rem;margin-right: 0.1rem;}
.currencyReversalPage .positionBox .table table .ratioNum{font-size: 0.24rem;line-height: 0.28rem;}
.currencyReversalPage .positionBox .table table .ratioBar{width: 2.4rem;height: 0.16rem;border-radius: 0.08rem;margin-top: 0.1rem;}
.currencyReversalPage .positionBox .table table .ratioBar span{border-radius: 0.08rem;}
/* 表格-吸顶 */
.currencyReversalPage .positionBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.currencyReversalPage .positionBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.currencyReversalPage .positionBox .table table .table-head-fixed::before,.currencyReversalPage .positionBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.currencyReversalPage .positionBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 加密资产反转榜 e */
/* 加密资产反转详情 s */
.currencyReversalDetailPage .mainShow{padding: 0.2rem;}
.currencyReversalDetailPage .blockBox{margin-bottom: 0.6rem;}
.currencyReversalDetailPage .blockTitle h3{font-size: 0.3rem;}
.currencyReversalDetailPage .crumbsBox ul li {font-size: 0.28rem;line-height: 0.3rem;height: 0.3rem}
.currencyReversalDetailPage .crumbsBox ul li::after {margin: 0 0.1rem}
/* 对比 */
.currencyReversalDetailPage .compareBox{margin-top: 0.4rem;}
.currencyReversalDetailPage .compareList{margin-top: 0.2rem;flex-direction: column;}
.currencyReversalDetailPage .compareItem{width: 100%;height: 1.5rem;flex: auto;border-radius: 0.2rem;margin-right: 0;margin-bottom: 0.2rem;padding: 0 0.3rem;}
.currencyReversalDetailPage .compareItem:last-child{margin-bottom: 0;}
.currencyReversalDetailPage .compareItem .content img{width: 0.6rem;height: 0.6rem;margin-right: 0.16rem;}
.currencyReversalDetailPage .compareItem .content .reversal{width: 0.6rem;height: 0.5rem;margin-right: 0.16rem;}
.currencyReversalDetailPage .compareItem .content h4{font-size: 0.32rem;line-height: 0.3rem;}
.currencyReversalDetailPage .compareItem .num{font-size: 0.28rem;}
/* 对比-图表 */
.currencyReversalDetailPage .compareChartBox .compareChart{margin-top: 0.2rem;height: 8rem;}
/* 加密资产反转详情 e */
/* 以太坊存储 s */
.ethReservePage .mainShow{padding: 0.2rem;}
.ethReservePage .blockBox{margin-bottom: 0.6rem;}
.ethReservePage .blockTitle h3{font-size: 0.3rem;}
/* 储备 */
.ethReservePage .reserveList{margin-top: 0.2rem;flex-direction: column;}
.ethReservePage .reserveList li{flex: auto;width: 100%;height: 2.8rem;border-radius: 0.2rem;margin-right: 0;margin-bottom: 0.2rem;}
.ethReservePage .reserveList li:last-child{margin-bottom: 0;}
.ethReservePage .reserveList li .name{font-size: 0.28rem;line-height: 0.3rem;}
.ethReservePage .reserveList li .info{font-size: 0.4rem;line-height: 0.4rem;margin-top: 0.2rem;}
.ethReservePage .reserveList li .totalNum{font-size: 0.28rem;line-height: 0.3rem;margin: 0.25rem 0 0.1rem;}
.ethReservePage .reserveList li .intro{font-size: 0.24rem;line-height: 0.28rem;}
.ethReservePage .reserveList li .intro em{margin: 0 0.2rem;}
.ethReservePage .reserveList li .select{top: 0.2rem;right: 0.2rem;width: 1.4rem;height: 0.8rem;border-radius: 0.16rem;}
.ethReservePage .reserveList li .selectCurr{font-size: 0.28rem;padding: 0 0.2rem 0 0.3rem;}
.ethReservePage .reserveList li .selectCurr i{width: 0.14rem;height: 0.24rem;}
.ethReservePage .reserveList li .selectFloat{top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;}
.ethReservePage .reserveList li .selectItem{height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.28rem;}
.ethReservePage .reserveList li:last-child .info{margin-top: 0.2rem;}
.ethReservePage .reserveList li:last-child .totalNum{margin: 0.15rem 0 0.06rem;}
.ethReservePage .reserveList li:last-child .intro{line-height: 0.3rem;}
/* 图表 */
.ethReservePage .reserveChart{margin-top: 0.4rem;height: 5rem;}
/* 表格 */  
.ethReservePage .reserveRankBox .changeType{height: 0.6rem;border-radius: 0.2rem;padding: 0.06rem;box-sizing: border-box;display: flex;align-items: center;margin-left: 0.15rem;}
.ethReservePage .reserveRankBox .changeType span{width: 1rem;border-radius: 0.12rem;font-size: 0.24rem;}
.ethReservePage .reserveRankBox .table{margin-top: 0.2rem;}
.ethReservePage .reserveRankBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.ethReservePage .reserveRankBox .table table{width: max-content;}
.ethReservePage .reserveRankBox .table table thead{top: 0;}
.ethReservePage .reserveRankBox .table table th,.ethReservePage .reserveRankBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.ethReservePage .reserveRankBox .table table th{height: 0.8rem;}
.ethReservePage .reserveRankBox .table table td{height: 1rem;}
.ethReservePage .reserveRankBox .table.company table tr{grid-template-columns: 2fr repeat(9, 1fr);}
.ethReservePage .reserveRankBox .table table .symbol img{width: 0.48rem;height: 0.48rem;margin-right: 0.08rem;}
.ethReservePage .reserveRankBox .table table .symbol span{font-size: 0.28rem;}
.ethReservePage .reserveRankBox .table.deal table tr{grid-template-columns: 2fr repeat(6, 1fr);}
.ethReservePage .reserveRankBox .table table .dealType{width: 0.8rem;height: 0.54rem;border-radius: 0.2rem;font-size: 0.28rem;}
.ethReservePage .reserveRankBox .table .abnormalCoin::before{width: 0.48rem;height: 0.48rem;}
.ethReservePage .reserveRankBox .table table td:nth-child(1), .ethReservePage .reserveRankBox .table table th:nth-child(1){display: none;}
.ethReservePage .reserveRankBox .table table td:nth-child(2), .ethReservePage .reserveRankBox .table table th:nth-child(2){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.ethReservePage .reserveRankBox .table table th:nth-child(2){background: #F8F9FB;}
.ethReservePage .reserveRankBox .table table thead{z-index: 2;}
.ethReservePage .reserveRankBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.ethReservePage .reserveRankBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.ethReservePage .reserveRankBox .table table .table-head-fixed::before,.ethReservePage .reserveRankBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.ethReservePage .reserveRankBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 以太坊存储 e */
/* 以太坊存储详情 s */
.ethReserveDetailPage .mainShow{padding: 0.2rem;}
.ethReserveDetailPage .blockBox{margin-bottom: 0.6rem;}
.ethReserveDetailPage .blockTitle h3{font-size: 0.3rem;}
.ethReserveDetailPage .crumbsBox ul li {font-size: 0.28rem;line-height: 0.3rem;height: 0.3rem}
.ethReserveDetailPage .crumbsBox ul li::after {margin: 0 0.1rem}
/* 储备 */
.ethReserveDetailPage .detailTitle{margin-top: 0.4rem;}
.ethReserveDetailPage .detailTitle img{width: 1rem;height: 1rem;margin-right: 0.2rem;}
.ethReserveDetailPage .detailTitle h1{font-size: 0.3rem;line-height: 0.36rem;}
.ethReserveDetailPage .detailTitle.abnormalCoin::before{width: 1rem;height: 1rem;font-size: 0.4rem;}
.ethReserveDetailPage .detailStatistic{margin-top: 0.4rem;flex-direction: column;}
.ethReserveDetailPage .detailStatistic-item{flex: auto;width: 100%;height: 1.2rem;border-radius: 0.2rem;margin-right: 0;margin-bottom: 0.2rem;padding: 0 0.3rem;}
.ethReserveDetailPage .detailStatistic-item:last-child{margin-bottom: 0;}
.ethReserveDetailPage .detailStatistic-item .reserveIcon{width: 0.5rem;height: 0.5rem;margin-right: 0.2rem;}
.ethReserveDetailPage .detailStatistic-item .profit{width: 0.5rem;height: 0.5rem;margin-right: 0.2rem;}
.ethReserveDetailPage .detailStatistic-item .content h4{font-size: 0.28rem;line-height: 0.3rem;}
.ethReserveDetailPage .detailStatistic-item .content p{font-size: 0.22rem;line-height: 0.3rem;}
.ethReserveDetailPage .detailStatistic-item .num{font-size: 0.28rem;line-height: 0.3rem;}
.ethReserveDetailPage .detailInfo{margin-top: 0.4rem;flex-wrap: wrap;}
.ethReserveDetailPage .detailInfo li{flex: auto;width: calc(50% - 0.1rem);height: 1.2rem;border-radius: 0.2rem;padding-left: 0.3rem;margin-right: 0.2rem;margin-bottom: 0.2rem;}
.ethReserveDetailPage .detailInfo li:first-child{width: 100%;flex-direction: row;justify-content: space-between;align-items: center;padding-right: 0.3rem;}
.ethReserveDetailPage .detailInfo li:first-child .num{margin-top: 0;}
.ethReserveDetailPage .detailInfo li:nth-child(2n + 1){margin-right: 0;}
.ethReserveDetailPage .detailInfo li:last-child{margin-bottom: 0;}
.ethReserveDetailPage .detailInfo li .name{font-size: 0.28rem;}
.ethReserveDetailPage .detailInfo li .sign{width: 0.3rem;height: 0.3rem;margin-right: 0.04rem;}
.ethReserveDetailPage .detailInfo li .num{font-size: 0.3rem;margin-top: 0.2rem;}
/* 表格 */  
.ethReserveDetailPage .dealBox .table{margin-top: 0.2rem;}
.ethReserveDetailPage .dealBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.ethReserveDetailPage .dealBox .table table{width: max-content;}
.ethReserveDetailPage .dealBox .table table thead{top: 0;}
.ethReserveDetailPage .dealBox .table table th,.ethReserveDetailPage .dealBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.ethReserveDetailPage .dealBox .table table th{height: 0.8rem;}
.ethReserveDetailPage .dealBox .table table td{height: 1rem;}
.ethReserveDetailPage .dealBox .table table .dealType{width: 0.8rem;height: 0.54rem;border-radius: 0.2rem;font-size: 0.28rem;}
.ethReserveDetailPage .dealBox .table table td:nth-child(1), .ethReserveDetailPage .dealBox .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.ethReserveDetailPage .dealBox .table table th:nth-child(1){background: #F8F9FB;}
.ethReserveDetailPage .dealBox .table table thead{z-index: 2;}
.ethReserveDetailPage .dealBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.ethReserveDetailPage .dealBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.ethReserveDetailPage .dealBox .table table .table-head-fixed::before,.ethReserveDetailPage .dealBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.ethReserveDetailPage .dealBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 以太坊存储详情 e */
/* 钱包分析 s */
.hlPositionPage .mainShow{padding: 0.2rem;}
.hlPositionPage .blockBox{margin-bottom: 0.6rem;}
.hlPositionPage .blockTitle h3{font-size: 0.3rem;}
/* 图表 */
.hlPositionPage .heatMapChart{height: 6rem;margin-top: 0.4rem;}
/* 表格 */
.hlPositionPage .table{margin-top: 0.4rem;}
.hlPositionPage .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.hlPositionPage .table table{width: max-content;}
.hlPositionPage .table table thead{top: 0;height: 0.8rem;}
.hlPositionPage .table table th,.hlPositionPage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.hlPositionPage .table table th{height: 0.8rem;}
.hlPositionPage .table table td{height: 1rem;}
.hlPositionPage .table table tr{grid-template-columns: 1fr 1fr 1.5fr 3fr 1fr 3fr 1fr;}
.hlPositionPage .table table .positionInfo .num{font-size: 0.24rem;line-height: 0.28rem;}
.hlPositionPage .table table .ratioBar{width: 2rem;height: 0.16rem;border-radius: 0.08rem;margin-top: 0.08rem;}
.hlPositionPage .table table .ratioBar span{border-radius: 0.08rem;}
.hlPositionPage .table table .ratioDiff{height: 0.4rem;}
.hlPositionPage .table table .ratioDiff .diffNum{padding: 0 0.2rem;font-size: 0.28rem;}
.hlPositionPage .table table .attitude{padding: 0 0.2rem;height: 0.5rem;border-radius: 0.08rem;font-size: 0.28rem;}
/* 表格-吸顶 */
.hlPositionPage .table table td:nth-child(1), .hlPositionPage .table table th:nth-child(1){display: none;}
.hlPositionPage .table table td:nth-child(2), .hlPositionPage .table table th:nth-child(2){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.hlPositionPage .table table th:nth-child(2){background: #F8F9FB;}
.hlPositionPage .table table thead{z-index: 2;}
.hlPositionPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.hlPositionPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.hlPositionPage .table table .table-head-fixed::before,.hlPositionPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.hlPositionPage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 钱包分析 e */
/* 钱包分析类别 s */
.hlRangePage .mainShow{padding: 0.2rem;}
.hlRangePage .blockBox{margin-bottom: 0.6rem;}
.hlRangePage .blockTitle h3{font-size: 0.3rem;}
.hlRangePage .crumbsBox ul li {font-size: 0.28rem;line-height: 0.3rem;height: 0.3rem}
.hlRangePage .crumbsBox ul li::after {margin: 0 0.1rem}
.hlRangePage .ratioBar{height: 0.16rem;border-radius: 0.08rem;}
.hlRangePage .ratioBar span{border-radius: 0.08rem;}
.hlRangePage .ratioDiff .diffNum{padding: 0 0.2rem;font-size: 0.28rem;}
/* 详情信息 */
.hlRangePage .detailInfo{margin-top: 0.4rem;}
.hlRangePage .detailInfo .title h1{font-size: 0.4rem;line-height: 0.56rem;}
.hlRangePage .detailInfo .title span{font-size: 0.28rem;line-height: 0.3rem;}
.hlRangePage .detailInfo .statistic{margin-top: 0.2rem;}
.hlRangePage .detailInfo .statistic .item{font-size: 0.28rem;line-height: 0.3rem;margin: 0 0.2rem;}
.hlRangePage .detailInfo .peopleNum{margin-top: 0.3rem;width: 100%;}
.hlRangePage .detailInfo .peopleNum .content{font-size: 0.24rem;line-height: 0.28rem;}
.hlRangePage .detailInfo .peopleNum .ratioBar{margin-top: 0.1rem;}
/* 多空比 */
.hlRangePage .positionProfit{display: flex;justify-content: space-between;flex-direction: column;margin-top: 0.4rem;} 
.hlRangePage .positionProfit .item{flex: auto;width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
.hlRangePage .positionProfit .item:last-child{margin-bottom: 0;}
.hlRangePage .positionProfit .content{font-size: 0.28rem;line-height: 0.3rem;}
.hlRangePage .positionProfit .ratioDiff{height: 0.6rem;margin-top: 0.2rem;}
/* 排行等 */
.hlRangePage .rankBox{margin-top: 0.4rem;}
.hlRangePage .rankBox .item{flex: auto;width: 100%;max-height: 10rem;border-radius: 0.2rem;padding: 0.6rem 0.2rem 0.3rem;margin-right: 0;margin-bottom: 0.2rem;}
.hlRangePage .rankBox .item:last-child{margin-bottom: 0;}
.hlRangePage .rankBox .item .title{font-size: 0.3rem;line-height: 0.3rem;position: absolute;top: 0.3rem;left: 0.2rem;}
.hlRangePage .rankBox .item ul{max-height: 8rem;margin-top: 0.2rem;}
.hlRangePage .rankBox .item ul li{height: 0.8rem;font-size: 0.28rem;}
.hlRangePage .rankBox .item .name{width: 35%;}
.hlRangePage .rankBox .item:first-child .name{width: 30%;}
.hlRangePage .rankBox .item .ratioDiff{height: 0.4rem;}
.hlRangePage .rankBox .item .ratioDiff .diffNum{font-size: 0.22rem;}
.hlRangePage .rankBox .item .num{width: 25%;padding-right: 0.2rem;}
.hlRangePage .rankBox .item .ratio{width: 20%;}
/* 表格 */
.hlRangePage .classifyBox{margin-top: 0.6rem;}
.hlRangePage .classifyBox .blockTitle span{margin-right: 0.1rem;}
.hlRangePage .classifyBox .table{margin-top: 0.2rem;}
.hlRangePage .classifyBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.hlRangePage .classifyBox .table table{width: max-content;}
.hlRangePage .classifyBox .table table thead{top: 0;}
.hlRangePage .classifyBox .table table th,.hlRangePage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.hlRangePage .classifyBox .table table th{height: 0.8rem;}
.hlRangePage .classifyBox .table table td{height: 1rem;}
.hlRangePage .classifyBox .table table .risk .ratioBar{margin-top: 0.06rem;}
.hlRangePage .classifyBox .table table td:nth-child(1), .hlRangePage .classifyBox .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.hlRangePage .classifyBox .table table th:nth-child(1){background: #F8F9FB;}
.hlRangePage .classifyBox .table table thead{z-index: 2;}
.hlRangePage .classifyBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.hlRangePage .classifyBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.hlRangePage .classifyBox .table table .table-head-fixed::before,.hlRangePage .classifyBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.hlRangePage .classifyBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 钱包分析类别 e */
/* 钱包分析地址 s */
.hlWalletPage .mainShow{padding: 0.2rem;}
.hlWalletPage .blockBox{margin-bottom: 0.6rem;}
.hlWalletPage .blockTitle h3{font-size: 0.3rem;}
.hlWalletPage .crumbsBox{flex-direction: column;align-items: flex-start;}
.hlWalletPage .crumbsBox ul li {font-size: 0.28rem;line-height: 0.3rem;height: 0.3rem}
.hlWalletPage .crumbsBox ul li::after {margin: 0 0.1rem}
.hlWalletPage .hlWalletSearch{width: 100%;height: 0.6rem;border-radius: 0.16rem;padding: 0 0.1rem;margin-top: 0.2rem;}
.hlWalletPage .hlWalletSearch i{width: 0.28rem;height: 0.28rem;margin-right: 0.1rem;}
/* 数据统计 */
.hlWalletPage .statisticBox{flex-direction: column;margin-top: 0.4rem;}
.hlWalletPage .statisticBox .listBlock{width: 100%;}
.hlWalletPage .statisticBox .listBlock ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.hlWalletPage .statisticBox .listBlock li{width: calc(50% - 0.1rem);height: 2rem;background: #F8F9FB;border-radius: 0.2rem;padding: 0 0.2rem;margin-bottom: 0.2rem;}
.hlWalletPage .statisticBox .listBlock li:last-child{margin-bottom: 0;}
.hlWalletPage .statisticBox .listBlock li .name{font-size: 0.28rem;line-height: 0.3rem;}
.hlWalletPage .statisticBox .listBlock li .num{font-size: 0.4rem;line-height: 0.42rem;margin-top: 0.2rem;}
.hlWalletPage .statisticBox .listBlock li:first-child{width: 100%;height: 1.3rem;flex-direction: row;justify-content: space-between;align-items: center;}
.hlWalletPage .statisticBox .listBlock li:first-child .num{margin-top: 0;}
.hlWalletPage .statisticBox .chartBlock{flex: auto;width: 100%;margin-left: 0;margin-top: 0.4rem;}
.hlWalletPage .statisticBox .chartBlock .select{width: 2rem;height: 0.8rem;border-radius: 0.16rem;}
.hlWalletPage .statisticBox .chartBlock .selectCurr{font-size: 0.28rem;padding: 0 0.2rem;}
.hlWalletPage .statisticBox .chartBlock .selectCurr i{width: 0.14rem;height: 0.2rem;}
.hlWalletPage .statisticBox .chartBlock .selectFloat{top: 0.7rem;border-radius: 0.16rem;padding: 0.2rem 0;}
.hlWalletPage .statisticBox .chartBlock .selectItem{height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.28rem;}
.hlWalletPage .statisticBox .chartBlock .chartAreaBox{height: 8rem;margin-top: 0.4rem;}
/* 表格 */
.hlWalletPage .tableBox{margin-top: 0.6rem;}
.hlWalletPage .tableType ul{width: 100%;height: 0.8rem;border-radius: 0.2rem;padding: 0.06rem;margin-top: 0.2rem;font-size: 0.24rem;}
.hlWalletPage .tableType ul li{flex: 1;height: 100%;min-width: auto;padding: 0;border-radius: 0.12rem;}
.hlWalletPage .tableEmpty{height: 1rem;font-size: 0.28rem;}
.hlWalletPage .tableBox .table{margin-top: 0.4rem;}
.hlWalletPage .tableBox .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.hlWalletPage .tableBox .table table{width: max-content;}
.hlWalletPage .tableBox .table table thead{top: 0;}
.hlWalletPage .tableBox .table table th,.hlRangePage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.hlWalletPage .tableBox .table table th{height: 0.8rem;}
.hlWalletPage .tableBox .table table td{height: 1rem;}
.hlWalletPage .tableBox .table table .risk{width: 3rem;}
.hlWalletPage .tableBox .table table .risk .ratioBar{margin-top: 0.06rem;}
.hlWalletPage .tableBox .table table td:nth-child(1), .hlWalletPage .tableBox .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.hlWalletPage .tableBox .table table th:nth-child(1){background: #F8F9FB;}
.hlWalletPage .tableBox .table table thead{z-index: 2;}
.hlWalletPage .tableBox .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.hlWalletPage .tableBox .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.hlWalletPage .tableBox .table table .table-head-fixed::before,.hlWalletPage .tableBox .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.hlWalletPage .tableBox .table table .table-head-fixed::after{left: auto;right: 0;}
/* 钱包分析地址 e */
/* 财经日历 s */
.customDate-wrap .customDate-box{width: 3rem;height: 0.6rem;border-radius: 0.12rem;padding: 0 0.2rem;}
.customDate-wrap .customDate-box i{width: 0.32rem;height: 0.32rem;}
.customDate-wrap .customDate-input {width: 2rem;font-size: 0.28rem;}
.customDate-wrap .customDate-dropdown {display: none;right: 0;left:0;width: calc(100vw - 0.4rem);margin-top: 0.1rem;padding: 0.3rem;}
.customDate-wrap .customDate-header {margin-bottom: 0.3rem;}
.customDate-wrap .nav-btn {border-radius: 0.08rem;padding: 0.1rem 0.2rem;font-size: 0.28rem;}
.customDate-wrap .year-month {font-size: 0.3rem;}
.customDate-wrap .customDate-grid {margin-bottom: 0.3rem;}
.customDate-wrap .weekday {padding: 0.1rem;font-size: 0.28rem;}
.customDate-wrap .day {padding: 0.16rem;border-radius: 0.08rem;}
.customDate-wrap .customDate-buttons {margin-top: 0.3rem;}
.customDate-wrap .customDate-btn {padding: 0.16rem 0.3rem;border-radius: 0.08rem;}
/* common */
.calendarPage .mainShow{padding: 0.2rem;}
.calendarPage .blockBox{margin-bottom: 0.6rem;}
.calendarPage .blockTitle h3{font-size: 0.3rem;}
/* 筛选 */
.calendarPage .calendarDate .blockTitle{align-items: flex-start;flex-direction: column;}
.calendarPage .calendarDate .filterBox{margin-top: 0.2rem;justify-content: space-between;width: 100%;}
.calendarPage .calendarDate .filterBox .major{font-size: 0.28rem;margin-left: 0.4rem;}
.calendarPage .calendarDate .filterBox .major i{width: 0.3rem;height: 0.3rem;}
/* 周历 */
.calendarPage .calendarDate .weekBox{flex-wrap: wrap;height: auto;padding: 0.2rem 0;border-radius: 0.16rem;margin-top: 0.2rem;}
.calendarPage .calendarDate .weekBox .btnBox{justify-content: center;width: 50%;padding: 0;}
.calendarPage .calendarDate .weekBox .btnBox.next{justify-content: center;position: relative;}
.calendarPage .calendarDate .weekBox .btnBox.next::before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%) !important;width: 1px;height: 0.3rem;background: #B0B6C2;}
.calendarPage .calendarDate .weekBox .btn{font-size: 0.28rem;padding: 0;}
.calendarPage .calendarDate .weekBox .btn:hover{background: none;}
.calendarPage .calendarDate .weekBox .btn i{width: 0.14rem;height: 0.24rem;margin-right: 0.06rem;}
.calendarPage .calendarDate .weekBox .btnBox.next .btn i{margin-right: 0;margin-left: 0.06rem;}
.calendarPage .calendarDate .weekBox .weekList{order: 1;flex: none;width: 100%;display: flex;align-items: center;justify-content: flex-start;padding: 0 0.2rem;}
.calendarPage .calendarDate .weekBox .weekList::before,.calendarPage .calendarDate .weekBox .weekList::after{display: none;}
.calendarPage .calendarDate .weekBox .weekItem{flex: 1;width: auto;height: 0.8rem;border-radius: 0.12rem;font-size: 0.24rem;margin-top: 0.3rem;text-align: center;flex-direction: column;}
.calendarPage .calendarDate .weekBox .weekItem span{margin-right: 0;}
/* 表格 */
.calendarPage .tableEmpty{height: 1rem;font-size: 0.28rem;}
.calendarPage .table{margin-top: 0.4rem;}
.calendarPage .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.calendarPage .table table{width: max-content;}
.calendarPage .table table thead{top: auto;height: 0.8rem;position: static;}
.calendarPage .table table th,.hlRangePage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.calendarPage .table table th{height: 0.8rem;}
.calendarPage .table table td{height: 1rem;}
.calendarPage .table table td .starList i {width: 0.32rem;height: 0.3rem;margin-right: 0.08rem;}
.calendarPage .table table td .starList i:last-child {margin-right: 0;}
.calendarPage .table table td .countryBox img{width: 0.4rem;margin-right: 0.1rem;}
.calendarPage .calendarData .table table tr{grid-template-columns: repeat(2,120px) 3fr 1fr 1.5fr repeat(3,1fr);}
.calendarPage .table table td:nth-child(1), .calendarPage .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.calendarPage .table table th:nth-child(1){background: #F8F9FB;}
.calendarPage .table table thead{z-index: 2;}
.calendarPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.calendarPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.calendarPage .table table .table-head-fixed::before,.calendarPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.calendarPage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 财经日历 e */
/* 鲸鱼实时监控 s */
.hlMonitorPage .mainShow{padding: 0.2rem;}
/* header */
.hlMonitorPage .mainHeader{align-items: flex-start;flex-direction: column;}
.hlMonitorPage .mainHeader .left,.hlMonitorPage .mainHeader .right{width: 100%;justify-content: space-between;}
.hlMonitorPage .mainHeader .right{margin-top: 0.2rem;}
.hlMonitorPage .mainHeader h1{font-size: 0.3rem;}
.hlMonitorPage .mainHeader .vaultLink{width: 3rem;height: 0.8rem;border-radius: 0.12rem;margin-left: 0;font-size: 0.28rem;}
.hlMonitorPage .mainHeader .searchBox{width: 100%;height: 0.8rem;border-radius: 0.12rem;padding: 0 0.2rem;}
.hlMonitorPage .mainHeader .searchBox i{width: 0.32rem;height: 0.32rem;margin-right: 0.1rem;}
.hlMonitorPage .mainHeader .searchBox input{font-size: 0.28rem;}
.hlMonitorPage .mainHeader .apiLink{width: 2rem;height: 0.8rem;border-radius: 0.12rem;margin-left: 0.2rem;font-size: 0.28rem;}
/* 数据动态 */
.hlMonitorPage .dataDynamics{flex-direction: column;margin-top: 0.4rem;}
.hlMonitorPage .statisticBox{flex: auto;width: 100%;margin-right: 0;}
.hlMonitorPage .statisticBox .item{height: 2.5rem;border-radius: 0.2rem;margin-bottom: 0.2rem;padding: 0 0.2rem;box-sizing: border-box;display: flex;align-items: center;}
.hlMonitorPage .statisticBox .item:last-child{margin-bottom: 0;}
.hlMonitorPage .statisticBox .item .name{font-size: 0.28rem;line-height: 0.28rem;}
.hlMonitorPage .statisticBox .item .num{font-size: 0.3rem;line-height: 0.3rem;margin-top: 0.2rem;}
.hlMonitorPage .statisticBox .item .text{display: flex;flex-direction: column;}
.hlMonitorPage .statisticBox .item .text:last-child{text-align: right;}
.hlMonitorPage .statisticBox .item .text em{order: 1;}
.hlMonitorPage .statisticBox .item em{font-size: 0.24rem;margin: 0;}
.hlMonitorPage .statisticBox .item .bar{height: 0.16rem;border-radius: 0.08rem;margin-top: 0.2rem;}
.hlMonitorPage .statisticBox .item .long{border-radius: 0.08rem 0 0 0.08rem;}
.hlMonitorPage .statisticBox .item .short{border-radius: 0px 0.08rem 0.08rem 0px;}
.hlMonitorPage .statisticBox .item.double {padding-top: 0.5rem;}
.hlMonitorPage .dynamicsBox {flex: auto;width: 100%;margin-top: 0.4rem;}
.hlMonitorPage .dynamicsBox .title h3{font-size: 0.3rem;}
.hlMonitorPage .dynamicsBox .switchBtn{font-size: 0.28rem;}
.hlMonitorPage .dynamicsBox .switchBtn i{width: 0.32rem;height: 0.32rem;margin-right: 0.04rem;}
.hlMonitorPage .dynamicsBox .table{margin-top: 0.4rem;height: auto;}
.hlMonitorPage .dynamicsBox .table .tableWrap{width: 100%;max-height: 10rem;overflow: auto;scrollbar-width: thin;}
.hlMonitorPage .dynamicsBox .table table{width: max-content;}
.hlMonitorPage .dynamicsBox .table table th,.hlMonitorPage .dynamicsBox .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .dynamicsBox .table table th{height: 0.5rem;}
.hlMonitorPage .dynamicsBox .table table td{height: 0.8rem;}
.hlMonitorPage .dynamicsBox .chartMap{margin-top: 0.4rem;height: auto;}
.hlMonitorPage .dynamicsBox .chartMap .chartFilter{margin-top: 0.2rem;}
.hlMonitorPage .dynamicsBox .chartMap .filterSelect{width: 2.5rem;height: 0.8rem;border-radius: 0.2rem;padding: 0 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .dynamicsBox .chartMap .filterSelect i{width: 0.14rem;height: 0.24rem;}
.hlMonitorPage .dynamicsBox .chartMap .filterDropdown{top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;max-height: 4rem;}
.hlMonitorPage .dynamicsBox .chartMap .dropdownItem{height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .dynamicsBox .chartMap .filterUpdate{width: 1.2rem;height: 0.8rem;border-radius: 0.16rem;margin-left: 0.2rem;}
.hlMonitorPage .dynamicsBox .chartMap .filterUpdate i{width: 0.4rem;height: 0.4rem;}
.hlMonitorPage .dynamicsBox .chartMapArea{height: 5rem;margin-top: 0.2rem;}
/* 持仓人数多空比 */
.hlMonitorPage .longShort{flex-direction: column;margin-top: 0.6rem;}
.hlMonitorPage .longShort h3{font-size: 0.3rem;line-height: 0.3rem;}
.hlMonitorPage .longShortChart{flex: auto;width: 100%;margin-right: 0;}
.hlMonitorPage .longShortChart .chartList{margin-top: 0.2rem;}
.hlMonitorPage .longShortChart .chartList li{height: 2.4rem;margin-right: 0.2rem;border-radius: 0.2rem;}
.hlMonitorPage .longShortChart .chartList li:last-child{margin-right: 0;}
.hlMonitorPage .longShortChart .chartList li .name{font-size: 0.3rem;line-height: 0.3rem;}
.hlMonitorPage .longShortChart .chartList li .num{font-size: 0.36rem;line-height: 0.36rem;margin-top: 0.2rem;}
.hlMonitorPage .longShortChart .chartArea{height: 5rem;margin-top: 0.2rem;}
.hlMonitorPage .longShortRatio{flex: auto;width: 100%;margin-top: 0.4rem;}
.hlMonitorPage .longShortRatio .ratioList{height: auto;max-height: 9.4rem;margin-top: 0.2rem;padding-left: 0.12rem;}
.hlMonitorPage .longShortRatio .ratioList li{margin-bottom: 0.2rem;}
.hlMonitorPage .longShortRatio .ratioList .name{width: 2rem;font-size: 0.3rem;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff{flex: 1;height: 1rem;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .diffNum{font-size: 0.28rem;}
.hlMonitorPage .longShortRatio .ratioList .ratioDiff .diffNum span{padding: 0 5%;}
/* 表格 */
.hlMonitorPage .hlMonitorTable{margin-top: 0.6rem;}
.hlMonitorPage .tableFilter{flex-direction: column;position: relative;}
.hlMonitorPage .tableFilter .filterList{flex-wrap: wrap;width: 100%;}
.hlMonitorPage .tableFilter .filterList li{margin-right: 0.2rem;flex: 1;}
.hlMonitorPage .tableFilter .filterList li:nth-child(4){margin-right: 0;}
.hlMonitorPage .tableFilter .filterList .name{font-size: 0.28rem;line-height: 0.28rem;}
.hlMonitorPage .tableFilter .filterList .filterBox{width: 100%;height: 0.8rem;border-radius: 0.2rem;padding: 0 0.2rem;margin-top: 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .tableFilter .filterList .filterBox .currFilter{max-width: 1.5rem;}
.hlMonitorPage .tableFilter .filterList .filterBox i{width: 0.14rem;height: 0.24rem;}
.hlMonitorPage .tableFilter .filterList .filterDropdown{top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;max-height: 4rem;z-index: 3;}
.hlMonitorPage .tableFilter .filterList .dropdownItem{height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .tableFilter .filterList .symbol{flex: 1.3;}
.hlMonitorPage .tableFilter .filterList .symbol .filterBox{width: auto;}
.hlMonitorPage .tableFilter .walletAnalyse{width: 3rem;height: 0.8rem;border-radius: 0.12rem;font-size: 0.28rem;margin-top: 0.2rem;}
.hlMonitorPage .hlMonitorTable .tableEmpty{height: 1rem;font-size: 0.28rem;}
.hlMonitorPage .hlMonitorTable .table{margin-top: 0.2rem;}
.hlMonitorPage .hlMonitorTable .table .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.hlMonitorPage .hlMonitorTable .table table{width: max-content;}
.hlMonitorPage .hlMonitorTable .table table thead{top: 0;height: 0.8rem;}
.hlMonitorPage .hlMonitorTable .table table th,.hlMonitorPage .hlMonitorTable .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.hlMonitorPage .hlMonitorTable .table table th{height: 0.8rem;}
.hlMonitorPage .hlMonitorTable .table table td{height: 1.2rem;}
.hlMonitorPage .hlMonitorTable .table table th .filter {width: 0.14rem;height: 0.22rem;margin-left: 0.1rem;}  
.hlMonitorPage .hlMonitorTable .table table .copy i{width: 0.28rem;height: 0.28rem;margin-left: 0.06rem;}
.hlMonitorPage .hlMonitorTable .table table td:nth-child(1), .hlMonitorPage .hlMonitorTable .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.hlMonitorPage .hlMonitorTable .table table td:nth-child(2), .hlMonitorPage .hlMonitorTable .table table th:nth-child(2){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.hlMonitorPage .hlMonitorTable .table table th:nth-child(1),.hlMonitorPage .hlMonitorTable .table table th:nth-child(2){background: #F8F9FB;}
.hlMonitorPage .hlMonitorTable .table table thead{z-index: 2;}
.hlMonitorPage .hlMonitorTable .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.hlMonitorPage .hlMonitorTable .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.hlMonitorPage .hlMonitorTable .table table .table-head-fixed::before,.hlMonitorPage .hlMonitorTable .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.hlMonitorPage .hlMonitorTable .table table .table-head-fixed::after{left: auto;right: 0;}
/* 鲸鱼实时监控 e */
/* 索拉纳etf s */
.solEtfPage .mainShow{padding: 0.2rem;}
.solEtfPage .mainShow .titleBox{flex-direction: column;align-items: flex-start;}
.solEtfPage .mainShow .title{font-size: 0.3rem;margin-right: 0;}
.solEtfPage .mainShow .btns{justify-content: space-between;width: 100%;margin-top: 0.2rem;}
.solEtfPage .mainShow .changeBtn{height: 0.76rem;border-radius: 0.2rem;padding: 0.06rem;margin-right: 0;}
.solEtfPage .mainShow .changeBtn li{width: 1.2rem;border-radius: 0.12rem;font-size: 0.24rem;}
.solEtfPage .mainShow .etfLink{width: 2.4rem;height: 0.76rem;border-radius: 0.12rem;font-size: 0.28rem;}
.solEtfPage .mainShow .updateTime{font-size: 0.24rem;line-height: 0.28rem;margin-top: 0.2rem;}
/* 图表 */
.solEtfPage .solInflow {margin-top: 0.6rem;flex-direction: column;}
.solEtfPage .solInflow .changeBtn{width: max-content;margin-top: 0.2rem;}
.solEtfPage .solInflow .updateTime{margin-top: 0.2rem;}
.solEtfPage .solInflow .dayInflow{flex: auto;width: 100%;margin-right: 0;}
.solEtfPage .solInflow .dayInflowChart{height: 5rem;margin-top: 0.2rem;}
.solEtfPage .solInflow .totalInflow{flex: auto;width: 100%;margin-top: 0.4rem;}
.solEtfPage .solInflow .totalInflowChart{height: 8rem;margin-top: 0.2rem;}
/* 表格 */
.solEtfPage .tableEmpty{height: 1rem;font-size: 0.28rem;}
.solEtfPage .table{margin-top: 0.2rem;}
.solEtfPage .table .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.solEtfPage .table table{width: max-content;}
.solEtfPage .table table thead{top: 0;height: 1rem;}
.solEtfPage .table table th,.solEtfPage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.solEtfPage .table table th{height: 1rem;}
.solEtfPage .table table td{height: 0.8rem;}
.solEtfPage .table table th .filter {width: 0.14rem;height: 0.22rem;margin-left: 0.1rem;}
/* 表格-流入流出 */
.solEtfPage .solFlow .table table td:nth-child(1), .solEtfPage .solFlow .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.solEtfPage .solFlow .table table th:nth-child(1){background: #F8F9FB;}
.solEtfPage .solFlow .table table tbody tr:first-child td:nth-child(1){background: #e7f9f2;}
/* 表格-总览 */
.solEtfPage .solOverview{margin-top: 0.6rem;margin-bottom: 0.4rem;} 
.solEtfPage .solOverview .statistic{font-size: 0.24rem;line-height: 0.3rem;margin-top: 0.2rem;flex-wrap: wrap;}
.solEtfPage .solOverview .statistic li{margin-right: 0;display: flex;flex-direction: column;flex: 1;}
.solEtfPage .solOverview .changeBtn{width: max-content;margin-top: 0.2rem;}
.solEtfPage .solOverview .table{margin-top: 0.4rem;}
.solEtfPage .solOverview .table table thead{height: 0.8rem;}
.solEtfPage .solOverview .table table th{height: 0.8rem;}
.solEtfPage .solOverview .table table td{height: 1rem;}
.solEtfPage .solOverview .table table td:nth-child(1), .solEtfPage .solOverview .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.solEtfPage .solOverview .table table td:nth-child(2), .solEtfPage .solOverview .table table th:nth-child(2){position: sticky;left: 40px;background-color: #fff;z-index: 1;}
.solEtfPage .solOverview .table table th:nth-child(1),.solEtfPage .solOverview .table table th:nth-child(2){background: #F8F9FB;}
.solEtfPage .table table thead{z-index: 2;}
.solEtfPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.solEtfPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.solEtfPage .table table .table-head-fixed::before,.solEtfPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 100%;background-color: #F8F9FB;z-index: 2;}
.solEtfPage .table table .table-head-fixed::after{left: auto;right: 0;}
.solEtfPage .table table .table-head-fixed th span{font-size: 0.26rem;}
/* 索拉纳etf e */
/* 大额转账 s */
.whaleAlertPage .mainShow{padding: 0.2rem;}
.whaleAlertPage .titleBox h1{font-size: 0.3rem;line-height: 0.34rem;}
/* 列表 */
.whaleAlertPage .whaleAlertBox{margin-top: 0.6rem;}
.whaleAlertPage .whaleAlertList{grid-template-columns: 1fr;gap: 0;margin-bottom: 0.4rem;}
.whaleAlertPage .whaleAlertList li{height: 2.4rem;padding: 0 0.2rem;border-top: none;}
.whaleAlertPage .whaleAlertList li:first-child{border-top: 1px solid #F5F5F6;}
.whaleAlertPage .whaleAlertList li .infoBox.abnormalCoin::before{width: 0.6rem;height: 0.6rem;font-size: 0.28rem;}
.whaleAlertPage .whaleAlertList li .infoBox img{display: block;width: 0.6rem;height: 0.6rem;margin-right: 0.2rem;}
.whaleAlertPage .whaleAlertList li .infoInner .title{font-size: 0.28rem;line-height: 0.3rem;}
.whaleAlertPage .whaleAlertList li .infoInner .content{font-size: 0.28rem;line-height: 0.4rem;margin-top: 0.1rem;}
.whaleAlertPage .whaleAlertList li .infoInner .desc{font-size: 0.28rem;line-height: 0.4rem;}
.whaleAlertPage .whaleAlertList li .time{width: 1.8rem; font-size: 0.28rem;line-height: 0.3rem;text-align: right;}
/* 大额转账 e */
/* 链上异动 s */
.coinFlowStatPage .mainShow{padding: 0.2rem;display: flex;justify-content: space-between;flex-direction: column;}
/* 具体列表 */
.coinFlowStatPage .flowTableBox{flex: auto;width: 100%;margin-right: 0;}
.coinFlowStatPage .flowTableBox .filterBox{align-items: flex-end;flex-direction: column;}
.coinFlowStatPage .flowTableBox .changeBtn{width: 100%;height: 0.76rem;border-radius: 0.2rem;padding: 0.06rem;justify-content: space-between;}
.coinFlowStatPage .flowTableBox .changeBtn li{min-width: 1.2rem;margin-right: 0;border-radius: 0.12rem;font-size: 0.24rem;padding: 0;}
.coinFlowStatPage .flowTableBox .selectBox {width: 1.6rem;height: 0.76rem;border-radius: 0.2rem;padding: 0 0.2rem;font-size: 0.24rem;margin-top: 0.2rem;}
.coinFlowStatPage .flowTableBox .selectBox i {display: inline-block;width: 0.14rem;height: 0.24rem;}
.coinFlowStatPage .flowTableBox .selectDropdown {position: absolute;top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;}
.coinFlowStatPage .flowTableBox .selectDropdown .item {height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.24rem;}
/* 统计 */
.coinFlowStatPage .statistic{flex: auto;width: 100%;margin-top: 0.4rem;}
.coinFlowStatPage .statistic .title{font-size: 0.3rem;color: #0D1421;line-height: 0.76rem;}
.coinFlowStatPage .statisticChartArea{height: 6rem;margin-top: 0.2rem;}
.coinFlowStatPage .statisticHistory{margin-top: 0.4rem;}
/* 表格 */
.coinFlowStatPage .tableEmpty{height: 1rem;font-size: 0.28rem;}
.coinFlowStatPage .table{margin-top: 0.2rem;}
.coinFlowStatPage .table .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.coinFlowStatPage .table table{width: max-content;}
.coinFlowStatPage .table table thead{top: 0;height: 0.8rem;z-index: 2;}
.coinFlowStatPage .table table th,.coinFlowStatPage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.coinFlowStatPage .table table th{height: 0.8rem;}
.coinFlowStatPage .table table td{height: 1.2rem;}
.coinFlowStatPage .table table .symbol img{width: 0.4rem;height: 0.4rem;margin-right: 0.06rem;}
.coinFlowStatPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.coinFlowStatPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.coinFlowStatPage .table table .table-head-fixed::before,.coinFlowStatPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 100%;background-color: #F8F9FB;z-index: 2;}
.coinFlowStatPage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 表格-类型 */
.coinFlowStatPage .flowTableBox .table.flowStat table{width: 100%;}
.coinFlowStatPage .flowTableBox .table.allStat table td:nth-child(1), .coinFlowStatPage .flowTableBox .table.allStat table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.coinFlowStatPage .flowTableBox .table.allStat table th:nth-child(1){background: #F8F9FB;}
/* 表格-历史 */
.coinFlowStatPage .statisticHistory .table table td:nth-child(1), .coinFlowStatPage .statisticHistory .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.coinFlowStatPage .statisticHistory .table table th:nth-child(1){background: #F8F9FB;}
/* 链上异动 e */
/* 交易所比特币余额 s */
.bourseBalancePage .mainShow{padding: 0.2rem;}
.bourseBalancePage .blockBox{margin-bottom: 0.6rem;}
.bourseBalancePage .blockTitle{flex-wrap: wrap;}
.bourseBalancePage .blockTitle h3{font-size: 0.3rem;}
.bourseBalancePage .selectWrap{width: 100%;justify-content: flex-end;margin-top: 0.2rem;}
.bourseBalancePage .selectBox {min-width: 1.5rem;height: 0.76rem;border-radius: 0.2rem;padding: 0 0.2rem;font-size: 0.28rem;margin-left: 0.2rem;}
.bourseBalancePage .selectBox .currSelect{margin-right: 0.2rem;}
.bourseBalancePage .selectSymbol{width: 2.4rem;}
.bourseBalancePage .selectBox i {width: 0.14rem;height: 0.24rem;}
.bourseBalancePage .selectDropdown {top: 0.85rem;border-radius: 0.16rem;padding: 0.2rem 0;max-height: 4rem;}
.bourseBalancePage .selectDropdown .item {height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.24rem;}
.bourseBalancePage .selectBourse .selectDropdown{width: 2.4rem;}
/* 图表 */
.bourseBalancePage .balanceChartArea{height: 8rem;margin-top: 0.4rem;}
.bourseBalancePage .flowChartArea{height: 8rem;margin-top: 0.4rem;}
/* 表格 */
.bourseBalancePage .tableEmpty{height: 1rem;font-size: 0.28rem;}
.bourseBalancePage .table{margin-top: 0.4rem;}
.bourseBalancePage .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.bourseBalancePage .table table{width: max-content;}
.bourseBalancePage .table table thead{top: 0;z-index: 2;height: 1rem;}
.bourseBalancePage .table table th,.bourseBalancePage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.bourseBalancePage .table table th{height: 1rem;}
.bourseBalancePage .table table td{height: 1.2rem;}
.bourseBalancePage .table table .symbol img{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
.bourseBalancePage .table table td:nth-child(1), .bourseBalancePage .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.bourseBalancePage .table table td:nth-child(2), .bourseBalancePage .table table th:nth-child(2){position: sticky;left: 60px;background-color: #fff;z-index: 1;}
.bourseBalancePage .table table th:nth-child(-n+2){background: #F8F9FB;}
.bourseBalancePage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.bourseBalancePage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.bourseBalancePage .table table .table-head-fixed::before,.bourseBalancePage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.bourseBalancePage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 交易所比特币余额 e */
/* 交易所资产透明度证明 s */
.transparencyPage .mainShow{padding: 0.2rem;}
.transparencyPage .titleBox h1{font-size: 0.3rem;line-height: 0.36rem;}
.transparencyPage .table{margin: 0.4rem 0;}
.transparencyPage .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.transparencyPage .table table{width: max-content;}
.transparencyPage .table table thead{top: 0;height: 1rem;}
.transparencyPage .table table tr{grid-template-columns: 60px repeat(4,1fr) 1.2fr repeat(2,1fr);}
.transparencyPage .table table th,.transparencyPage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.transparencyPage .table table th{height: 1rem;}
.transparencyPage .table table td{height: 1.2rem;}
.transparencyPage .table table .symbol img{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
.transparencyPage .table table td:nth-child(1), .transparencyPage .table table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.transparencyPage .table table td:nth-child(2), .transparencyPage .table table th:nth-child(2){position: sticky;left: 60px;background-color: #fff;z-index: 1;}
.transparencyPage .table table th:nth-child(-n+2){background: #F8F9FB;}
.transparencyPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.transparencyPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.transparencyPage .table table .table-head-fixed::before,.transparencyPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.transparencyPage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 交易所资产透明度证明 e */
/* 比特币回报率 s */
.btcRoePage .mainShow{padding: 0.2rem;}
.btcRoePage .blockBox{margin-bottom: 0.6rem;}
.btcRoePage .blockTitle h3{font-size: 0.3rem;line-height: 0.36rem;}
.btcRoePage .changeBtn{height: 0.76rem;border-radius: 0.2rem;padding: 0.06rem;}
.btcRoePage .changeBtn li{min-width: 1.2rem;margin-right: 0.06rem;border-radius: 0.12rem;font-size: 0.24rem;padding: 0 0.2rem;}
.btcRoePage .changeBtn li:last-child{margin-right: 0;}
.btcRoePage .selectBox {width: 1.6rem;height: 0.76rem;border-radius: 0.2rem;padding: 0 0.2rem;font-size: 0.24rem;}
.btcRoePage .selectBox i {width: 0.14rem;height: 0.24rem;}
.btcRoePage .selectDropdown {top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;}
.btcRoePage .selectDropdown .item {height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.24rem;}
/* 季回报率 */
.btcRoePage .quarterBox{flex-direction: column;margin-bottom: 0.6rem;}
.btcRoePage .quarterItem{flex: auto;width: 100%;padding: 0.4rem 0.2rem 0.2rem;border-radius: 0.24rem;}
.btcRoePage .quarterItem:first-child{margin-right: 0;margin-bottom: 0.4rem;}
/* 周期回报率 */
.btcRoePage .dateRoeBox{padding: 0.4rem 0.2rem 0.2rem;border-radius: 0.24rem;}
.btcRoePage .dateRoeBox .filterBox{margin-top: 0.4rem;flex-wrap: wrap;}
.btcRoePage .dateRoeBox .filterBox .selectBox{margin-right: 0.1rem;}
.btcRoePage .dateRoeBox .filterBox .changeBtn{width: 100%;margin-top: 0.2rem;}
.btcRoePage .dateRoeBox .filterBox .changeBtn li{flex: 1;}
/* 描述 */
.roeDesc{padding: 0 0.2rem;}
.roeDesc p{font-size: 0.24rem;line-height: 0.6rem;}
/* 图表 */
.btcRoePage .priceChartBox .priceChartArea{height: 8rem;}
/* 表格 */
.btcRoePage .table{margin-top: 0.4rem;}
.btcRoePage .table table th,.btcRoePage .table table td{padding: 0 0.1rem 0.1rem 0;font-size: 0.28rem;}
.btcRoePage .table table th{height: 0.8rem;}
.btcRoePage .table table td span{height: 0.9rem;}
/* 表格-周期回报率 */
.btcRoePage .dateRoeBox .tableDay table th:nth-child(n+2){width: 2rem;}
.btcRoePage .dateRoeBox .tableWeek table th:nth-child(n+2){width: 2rem;}
.btcRoePage .dateRoeBox .tableMonth table{width: max-content;}
.btcRoePage .dateRoeBox .tableMonth .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.btcRoePage .dateRoeBox .tableMonth table th:nth-child(n+2){width: 2rem;}
/* 比特币回报率 e */
/* 稳定币 s */
.stablecoinPage .mainShow{padding: 0.2rem;}
.stablecoinPage .blockBox{margin-bottom: 0.6rem;}
.stablecoinPage .blockTitle h3{font-size: 0.3rem;}
.stablecoinValueChart{height: 8rem;margin-top: 0.2rem;}
.stablecoinTotalChart{height: 8rem;margin-top: 0.2rem;}
/* 稳定币 e */
/* 合约计算器 s */
.calculatorPage .mainShow{padding: 0.2rem;}
/* title */
.calculatorPage .titleBox h1{font-size: 0.36rem;line-height: 0.4rem;}
.calculatorPage .titleBox p{font-size: 0.28rem;line-height: 0.28rem;margin-top: 0.2rem;}
/* 选项 */
.calculatorPage .filterBox{margin-top: 0.4rem;flex-direction: column;}
.calculatorPage .filterItem{width: 100%;}
.calculatorPage .changeBtn{height: 0.76rem;border-radius: 0.2rem;padding: 0.06rem;margin-right: 0;}
.calculatorPage .changeBtn li{min-width: 1.2rem;border-radius: 0.12rem;padding: 0 0.2rem;font-size: 0.24rem;}
.calculatorPage .changeRes{margin-top: 0.2rem;}
.calculatorPage .changeCoin{margin: 0.2rem 0 0;}
/* 计算 */
.calculatorPage .calculatorBox{flex-direction: column;margin: 0.4rem 0 0.6rem;}
.calculatorPage .calculatorBox>div{border-radius: 0.2rem;}
/* 计算-输入 */
.calculatorPage .calculator{width: 100%;padding: 0.4rem 0.2rem;margin-right: 0;}
.calculatorPage .calculator .btns button{height: 0.9rem;border-radius: 0.16rem;font-size: 0.24rem;}
.calculatorPage .calculator .btns button.long{margin-right: 0.2rem;}
.calculatorPage .calculator ul li{height: 0.8rem;border-radius: 0.16rem;padding: 0 0.2rem;margin-top: 0.4rem;}
.calculatorPage .calculator ul li:first-child{margin-top: 0.4rem;}
.calculatorPage .calculator ul li .name{font-size: 0.28rem;}
.calculatorPage .calculator ul li input{font-size: 0.28rem;padding: 0 0.2rem;}
.calculatorPage .calculator ul li .type{font-size: 0.28rem;width: 0.82rem;}
/* 计算-输入-滑块 */
.calculatorPage .levelSliderBox{height: 1.6rem;margin-top: 0.4rem;padding-top: 0.9rem;}
.calculatorPage .levelSlider-track {height: 0.2rem;border-radius: 0.16rem;}
.calculatorPage .levelSlider-progress {border-radius: 0.16rem;}
.calculatorPage .levelSlider-thumb {width: 0.4rem;height: 0.4rem;}
.calculatorPage .levelSlider-current {width: 0.8rem;height: 0.6rem;border-radius: 0.2rem;top: -0.8rem;font-size: 0.28rem;}
.calculatorPage .levelSlider-current::after{bottom: -0.18rem;border-width: 0.1rem;}
.calculatorPage .levelSlider-marks {height: 0.5rem;}
.calculatorPage .levelSlider-mark {width: 0.12rem;height: 0.12rem;top: -0.16rem;}
.calculatorPage .levelSlider-mark.major {border-radius: 0.06rem;}
.calculatorPage .levelSlider-mark-label {font-size: 0.24rem;line-height: 0.28rem;}
/* 计算-结果 */
.calculatorPage .calculatorBox .result{width: 100%;padding: 0.4rem 0.2rem;margin-right: 0;margin-top: 0.4rem;}
.calculatorPage .calculatorBox .result .title{font-size: 0.3rem;line-height: 0.3rem;}
.calculatorPage .calculatorBox .result ul li{margin-top: 0.4rem;font-size: 0.28rem;line-height: 0.28rem;}
.calculatorPage .calculatorBox .result ul li:first-child{margin-top: 0.2rem;}
/* 计算-热门交易所 */
.calculatorPage .hotBourse{width: 100%;padding: 0.4rem 0.2rem;margin-top: 0.4rem;}
.calculatorPage .hotBourse .title{font-size: 0.28rem;line-height: 0.28rem;}
.calculatorPage .hotBourse ul li{margin-top: 0.4rem;}
.calculatorPage .hotBourse ul li .symbol{font-size: 0.28rem;}
.calculatorPage .hotBourse ul li .symbol img{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem;}
/* 合约计算器 e */
/* 期权分析 s */
.optionsFuturesPage .headerBlock,
.optionsOpenInterestPage .headerBlock,
.optionsOlExpiryPage .headerBlock,
.optionsOlStrikePage .headerBlock,
.optionsVolExpiryPage .headerBlock,
.optionsVolStrikePage .headerBlock,
.optionsMaxPainPage .headerBlock{height: 1.91rem;}
/* 左侧导航 */
.optionsNav{display: none;}
/* 主要内容 */
.optionsWrap{flex: none;padding: 0 0.2rem;margin-bottom: 0.3rem;border: none;}
.optionsWrap .optionsName{display: none;}
.optionsWrap .optionsMobleNav{width: 100%;height: 1.02rem;display: block;position: relative;}
.optionsMobleNav ul{position: relative;left: -0.2rem;width: 100vw;height: 1.02rem;padding: 0.2rem;box-sizing: border-box;display: flex;align-items: center;background: #fff;overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;}
.optionsMobleNav ul::-webkit-scrollbar {display: none;}
.optionsMobleNav ul.fixed-scroll{position: fixed;left: 0;top: 0.91rem;z-index: 1;animation: optionsMobleNavTop .3s ease 1;}
@keyframes optionsMobleNavTop {
  0%{height: 0rem;}
  100%{height: 1.02rem;}
}
.optionsMobleNav ul li{height: 0.62rem;border-radius: 0.08rem;margin-right: 0.2rem;}
.optionsMobleNav ul li a{width: 100%;height: 100%;padding: 0 0.1rem; border-radius: 0.08rem;font-size: 0.29rem;color: #3562FF;display: flex;align-items: center;justify-content: center;}
.optionsMobleNav ul li a.active{background: #3562FF;color: #fff;}
/* 主要内容- 筛选 */
.optionsMain .changeBtn{height: 0.76rem;border-radius: 0.2rem;padding: 0.06rem;}
.optionsMain .changeBtn li{min-width: 1.2rem;margin-right: 0.06rem;border-radius: 0.12rem;font-size: 0.24rem;padding: 0 0.2rem;}
.optionsMain .changeBtn li:last-child{margin-right: 0;}
.optionsMain .selectBox {width: 1.6rem;height: 0.76rem;border-radius: 0.2rem;padding: 0 0.2rem;font-size: 0.24rem;}
.optionsMain .selectBox i {width: 0.14rem;height: 0.24rem;}
.optionsMain .selectDropdown {top: 0.9rem;border-radius: 0.16rem;padding: 0.2rem 0;}
.optionsMain .selectDropdown .item {height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;font-size: 0.24rem;}
.optionsMain .selectNum .selectDropdown {max-height: 4rem;}
/* 期权/合约持仓比 s */
.optionsFuturesChart{height: 8rem;margin-top: 0.2rem;}
.optionsFuturesIntro{margin-top: 0.6rem;}
.optionsFuturesIntro .introItem{margin-bottom: 0.4rem;}
.optionsFuturesIntro .introItem p{font-size: 0.28rem;line-height: 0.56rem;}
/* 期权/合约持仓比 e */
/* 期权持仓量 s */
.optionsOpenInterestPage .optionsWrap .optionsTitle{margin-top: 0.2rem;}
.openInterestBox{margin-top: 0.4rem;}
.openInterestChart{height: 8rem;}
.openInterestChart .openInterest-tooltip .tooltip-img{width: 0.28rem;height: 0.28rem;margin-right: 0.06rem;}
.openInterestChart .openInterest-tooltip .tooltip-img.CME::before{font-size: 0.24rem;}
/* 期权持仓量 e */
/* 期权持仓(行权日期) s */
.optionsOlExpiryPage .optionsWrap .optionsTitle{margin-top: 0.2rem;}
.olExpiryBox{margin-top: 0.4rem;}
.olExpiryChart{height: 8rem;}
/* 期权持仓(行权日期) e */
/* 期权持仓(行权价) s */
.optionsOlStrikePage .optionsWrap .optionsTitle{margin-top: 0.2rem;}
.olStrikeBox{margin-top: 0.4rem;}
.olStrikeChart{height: 8rem;}
.olStrike-statistic{margin: 0.4rem 0;}
.olStrike-statistic ul li{height: 1rem;}
.olStrike-statistic ul li .name{font-size: 0.28rem;}
.olStrike-statistic ul li .num{font-size: 0.28rem;}
.olStrike-statistic ul li .num .hoverDrop{top: 0.7rem;height: 0.6rem;border-radius: 0.16rem;padding: 0 0.2rem;font-size: 0.28rem;}
/* 期权持仓(行权价) e */
/* 成交量(行权日期) s */
.optionsVolExpiryPage .optionsWrap .optionsTitle{margin-top: 0.2rem;}
.volExpiryBox{margin-top: 0.4rem;}
.volExpiryChart{height: 8rem;}
/* 成交量(行权日期) e */
/* 成交量(行权价) s */
.optionsVolStrikePage .optionsWrap .optionsTitle{margin-top: 0.2rem;}
.volStrikeBox{margin-top: 0.4rem;}
.volStrikeChart{height: 8rem;}
.volStrike-statistic{margin: 0.4rem 0;flex-direction: column;align-items: flex-start;border-top: 1px solid rgba(176, 182, 194, .3);border-bottom: 1px solid rgba(176, 182, 194, .3);}
.volStrike-statistic .statItem{flex: auto;width: 100%;height: 0.8rem;display: flex;align-items: center;justify-content: space-between;}
.volStrike-statistic .statItem .name{height: 100%;font-size: 0.28rem;background: none;justify-content: flex-start;}
.volStrike-statistic .statItem .num{height: 100%;font-size: 0.28rem;border-bottom: none;justify-content: flex-end;}
/* 成交量(行权价) e */
/* 期权希腊字母表 s */
.optionsGreeksPage .greeksBox{margin-top: 0.4rem;}
.optionsGreeksPage .greeksBox .greeksChart{height: 6rem;margin-bottom: 0.4rem;}
/* 期权希腊字母表 e */
/* 最大痛点 s */
.optionsMaxPainPage .maxPainBox{margin-top: 0.4rem;}
.optionsMaxPainPage .maxPainChart{height: 8rem;}
.optionsMaxPainPage .maxPainIntro{margin-top: 0.4rem;}
.optionsMaxPainPage .maxPainIntro .introItem{margin-bottom: 0.4rem;}
.optionsMaxPainPage .maxPainIntro .introItem p{font-size: 0.28rem;line-height: 0.56rem;}
/* 最大痛点 e */
/* 期权分析 e */
/* 比特币专区 s */
.currencySectionPage .mainShow{padding: 0.4rem 0.2rem;min-width: 100%;}
/* 标题 */
.currencySectionPage .moduleTitle{font-size: 0.36rem;line-height: 0.36rem;padding-left: 0.2rem;}
.currencySectionPage .moduleTitle::before{width: 0.08rem;height: 0.36rem;}
.currencySectionPage .moduleTitle span{margin-right: 0.3rem;}
/* 筛选 */
.currencySectionPage .filterItem .name{font-size: 0.24rem;margin-right: 0.2rem;}
.currencySectionPage .filterTab{height: 0.6rem;border-radius: 0.12rem;}
.currencySectionPage .filterTab li{font-size: 0.24rem;border-radius: 0.12rem;}
.currencySectionPage .filterCheckbox{font-size: 0.24rem;}
.currencySectionPage .filterCheckbox i{width: 0.32rem;height: 0.32rem;margin-right: 0.08rem;}
.currencySectionPage .filterSelect{width: 1.5rem;height: 0.6rem;border-radius: 0.08rem;}
.currencySectionPage .filterSelect .selectBox{padding: 0 0.2rem;border-radius: 0.08rem;}
.currencySectionPage .filterSelect .selectBox i{width: 0.14rem;height: 0.24rem;}
.currencySectionPage .filterSelect .selectOption{top: 0.7rem;border-radius: 0.2rem;padding: 0.2rem 0;max-height: 4.8rem;}
.currencySectionPage .filterSelect .selectOption::-webkit-scrollbar{width: 0.08rem;}
.currencySectionPage .filterSelect .selectOption::-webkit-scrollbar-thumb{width: 0.08rem;}
.currencySectionPage .filterSelect .selectOption ul li{height: 0.8rem;padding: 0 0.2rem;font-size: 0.24rem;line-height: 0.8rem;}
/* 头条看点 */
.currencySectionPage .headlineBox{margin-top: 0.2rem;}
.currencySectionPage .headlineBox ul{overflow: hidden;overflow-x: auto;white-space: nowrap;scrollbar-width: none;font-size: 0;}
.currencySectionPage .headlineBox ul li{flex: none;width: calc(50% - 0.1rem);margin-right: 0.2rem;}
.currencySectionPage .headlineBox ul li:last-child{margin-right: 0;}
.currencySectionPage .headlineBox ul li .headlineLink{height: 1.88rem;border-radius: 0.2rem;padding: 0.3rem 0.2rem 0.2rem;}
.currencySectionPage .headlineBox ul li .headlineLink::before{bottom: -0.35rem;border-width: 0.2rem;}
.currencySectionPage .headlineBox ul li .headlineLink h4{font-size: 0.28rem;line-height: 0.4rem;max-height: 0.96rem;white-space: normal;}
.currencySectionPage .headlineBox ul li .headlineLink .desc{font-size: 0.24rem;line-height: 0.36rem;margin-top: 0.16rem;}
.currencySectionPage .headlineBox ul li .line{width: calc(100% + 0.2rem);margin-top: 0.4rem;}
.currencySectionPage .headlineBox ul li:nth-child(2n) .line{width: 100%;}
.currencySectionPage .headlineBox ul li .time{font-size: 0.24rem;line-height: 0.24rem;margin-top: 0.3rem;}
.currencySectionPage .headlineBox ul li .time::before{top: -0.42rem;width: 0.24rem;height: 0.24rem;}
.currencySectionPage .headlineBox ul li .mark{width: 0.5rem;height: 0.36rem;font-weight: bold;font-size: 0.22rem;color: #FFFFFF;line-height: 0.3rem;text-align: center;}
/* 资讯、数据 */
.currencySectionPage .marketModule{flex-direction: column;margin-top: 0.6rem;}
.currencySectionPage .marketModule .left{flex: auto;width: 100%;margin-right: 0;}
.currencySectionPage .marketModule .center{width: 100%;margin-top: 0.6rem;margin-right: 0;}
.currencySectionPage .marketModule .right{width: 100%;margin-top: 0.4rem;}
/* 市场情绪 */
.currencySectionPage .marketTrend{height: 1.6rem;border-radius: 0.2rem;padding: 0 0.2rem;}
.currencySectionPage .marketTrend .infoTitle{font-size: 0.36rem;line-height: 0.36rem;}
.currencySectionPage .marketTrend .infoTitle i{width: 0.43rem;height: 0.36rem;margin-right: 0.1rem;}
.currencySectionPage .marketTrend .trendRatio{margin-top: 0.3rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBox{font-size: 0.28rem;line-height: 0.3rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.up{padding-right: 0.2rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBox.down{padding-left: 0.2rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBox i{width: 0.35rem;height: 0.2rem;margin-right: 0.1rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBar{height: 0.3rem;border-radius: 0.2rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .upBar{border-radius: 0.2rem 0px 0px 0.2rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .upBar::after{content: "";position: absolute;top: 50%;right: -0.1rem;width: 0.4rem;height: 0.4rem;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .downBar{border-radius: 0px 0.2rem 0.2rem 0px;}
.currencySectionPage .marketTrend .trendRatio .ratioBar .ratioCoin{width: 0.48rem;height: 0.48rem;margin-left: -0.24rem;}
/* 资讯 */
.currencySectionPage .marketNews{width: 100%;margin: 0.4rem 0 0 0;min-width: 100%;}
.currencySectionPage .marketNews .newsBox{margin-top: 0.2rem;}
.currencySectionPage .marketNews .newsBox.bearish{margin-top: 0.4rem;}
.currencySectionPage .marketNews .newsType{height: 0.6rem;}
.currencySectionPage .marketNews .newsType::after{height: 0.04rem;}
.currencySectionPage .marketNews .newsType span{width: 1.2rem;height: 0.6rem;border-radius: 0.12rem 0.36rem 0px 0px;padding-left: 0.2rem;font-size: 0.32rem;}
.currencySectionPage .marketNews .newsType .newsMore{font-size: 0.24rem;}
.currencySectionPage .marketNews .newsList{margin-top: 0.4rem;}
.currencySectionPage .marketNews .newsList li{align-items: flex-start;flex-direction: column;border-left: 1px solid #E6E6E6;padding-left: 0.2rem;box-sizing: border-box;}
.currencySectionPage .marketNews .newsTime{width: 100%;font-size: 0.24rem;padding-right: 0;margin-top: 0;text-align: left;}
.currencySectionPage .marketNews .newsTime::after{transform: translateY(-50%);right: auto;left: -0.27rem;width: 0.14rem;height: 0.14rem;}
.currencySectionPage .marketNews .newsInfo{flex: 1;padding-left: 0;border-left: none;padding-bottom: 0.4rem;}
.currencySectionPage .marketNews .newsTitle{font-size: 0.32rem;line-height: 0.32rem;margin-top: 0.2rem;line-clamp: 1;-webkit-line-clamp: 1;}
.currencySectionPage .marketNews .newsDesc{font-size: 0.24rem;line-height: 0.24rem;margin-top: 0.2rem;}
.currencySectionPage .marketNews .newsList li:last-child .newsInfo{padding-bottom: 0;}
/* 大v快讯 */
.currencySectionPage .marketSocial .filterTab{margin: 0.2rem 0 0;}
.currencySectionPage .marketSocial .filterTab li i{margin-right: 0.08rem;}
.currencySectionPage .marketSocial .filterTab li .riseIcon{width: 0.28rem;height: 0.26rem;}
.currencySectionPage .marketSocial .filterTab li .fallIcon{width: 0.28rem;height: 0.26rem;}
.currencySectionPage .marketSocial .filterTab li .hotIcon{width: 0.24rem;height: 0.28rem;}
.currencySectionPage .marketSocial .filterTab li .newIcon{width: 0.28rem;height: 0.28rem;}
.currencySectionPage .marketSocial .dynamicInfo-scroll{max-height: 10rem;margin-top: 0.4rem;}
.currencySectionPage .marketSocial .dynamicInfo-item .evaluate-opt .emojiBox-float{right: 0.1rem;}
.currencySectionPage .marketSocial .dynamicInfo-empty{font-size: 0.24rem;}
/* 币种数据 */
.currencySectionPage .marketCoin .coinTitle{height: 0.8rem;border-radius: 0.2rem;} 
.currencySectionPage .marketCoin .coinTitle::after{right: 0.2rem;width: 0.32rem;height: 0.3rem;}
.currencySectionPage .marketCoin .coinTitle img{width: 0.6rem;height: 0.6rem;margin: 0 0.1rem 0 0.2rem;}
.currencySectionPage .marketCoin .coinTitle h4{font-size: 0.32rem;line-height: 0.32rem;}
.currencySectionPage .marketCoin .coinPrice .priceInfo{margin-top: 0.4rem;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .price{font-size: 0.56rem;line-height: 0.56rem;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .time{font-size: 0.24rem;line-height: 0.24rem;}
.currencySectionPage .marketCoin .coinPrice .priceInfo .time i{width: 0.28rem;height: 0.28rem;margin-right: 0.1rem;}
.currencySectionPage .marketCoin .coinPrice .numChange{margin-top: 0.3rem;}
.currencySectionPage .marketCoin .coinPrice .ratio{font-size: 0.28rem;line-height: 0.28rem;}
.currencySectionPage .marketCoin .coinEchart{height: 5rem;margin-top: 0.4rem;} 
.currencySectionPage .marketCoin .coinData{margin-top: 0.3rem;}
.currencySectionPage .marketCoin .coinData li{height: 1rem;border-radius: 0.12rem;padding: 0 0.2rem;}
.currencySectionPage .marketCoin .coinData li .name{font-size: 0.28rem;}
.currencySectionPage .marketCoin .coinData li .num{font-size: 0.28rem;}
/* 现货流入流出 */
.currencySectionPage .flowModule{flex-direction: column;margin-top: 0.6rem;} 
.currencySectionPage .flowModule .left{flex: auto;width: 100%;margin-right: 0;}
.currencySectionPage .flowModule .right{width: 100%;display: flex;justify-content: space-between;flex-direction: column;}
.currencySectionPage .flowModule .moduleTop .filterType{margin-left: 0.2rem;}
.currencySectionPage .flowModule .flowEchart{height: 5rem;margin-top: 0.4rem;}
.currencySectionPage .flowModule .flowData{flex: auto;width: 100%;margin-top: 0.2rem;}
.currencySectionPage .flowModule .flowData:first-of-type{margin-right: 0;margin-top: 0.5rem;}
.currencySectionPage .flowModule .flowData .filterType{margin-top: 0.2rem;}
.currencySectionPage .flowModule .flowDealEchart{height: 5rem;margin-top: 0.2rem;}
.currencySectionPage .flowModule .flowOutEchart{height: 5rem;margin-top: 0.2rem;}
/* 监控 */
.currencySectionPage .monitorModule{flex-direction: column;margin-top: 0.3rem;}
.currencySectionPage .monitorModule .left{flex: auto;width: 100%;margin-right: 0;min-width: 100%;}
.currencySectionPage .monitorModule .right{width: 100%;margin-top: 0.3rem;}
.currencySectionPage .monitorModule .moduleTop{flex-direction: column;align-items: flex-start;}
.currencySectionPage .monitorModule .moduleTop .moduleFilter{margin-top: 0.2rem;}
.currencySectionPage .monitorModule .moduleTop .filterItem{margin-left: 0;margin-right: 0.2rem;flex-direction: column;align-items: flex-start;}
/* 监控-表格 */
.currencySectionPage .monitorModule .tableEmpty{height: 0.8rem;font-size: 0.28rem;}
.currencySectionPage .monitorModule .monitorTable{margin-top: 0.2rem;}
.currencySectionPage .monitorModule .monitorTable table th,.currencySectionPage .monitorModule .monitorTable table td{padding: 0 0.2rem;font-size: 0.28rem;}
.currencySectionPage .monitorModule .monitorTable table th{height: 0.8rem;}
.currencySectionPage .monitorModule .monitorTable table td{height: 1rem;}
.currencySectionPage .monitorModule .monitorTable table th .filter {width: 0.14rem;height: 0.22rem;margin-left: 0.1rem;}
.currencySectionPage .monitorModule .monitorTable table .copy i{width: 0.28rem;height: 0.28rem;margin-left: 0.06rem;}
/* 大额转账 */
.currencySectionPage .walletAlert .moduleTop .tips{font-size: 0.24rem;margin-top: 0.1rem;}
.currencySectionPage .walletAlert .walletAlertList{max-height: 8rem;margin-top: 0.2rem;}
.currencySectionPage .walletAlertItem{display: flex;align-items: center;margin-bottom: 0.2rem;}
.currencySectionPage .walletAlertItem .time{width: 1.9rem;font-size: 0.28rem;margin-right: 0.4rem;}
.currencySectionPage .walletAlertItem .info{font-size: 0.28rem;}
/* etf */
.currencySectionPage .etfModule{flex-direction: column;margin-top: 0.6rem;}
.currencySectionPage .etfModule .left{flex: auto;width: 100%;margin-right: 0;min-width: 100%;}
.currencySectionPage .etfModule .right{width: 100%;margin-top: 0.6rem;}
.currencySectionPage .etfModule .moduleTop .moduleFilter{margin-top: 0.2rem;justify-content: space-between;width: 100%;}
/* 总览 */
.currencySectionPage .etfModule .moduleOverview{flex-direction: column-reverse;margin-top: 0.2rem;}
.currencySectionPage .etfModule .overviewData{width: 100%;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 0.2rem;box-sizing: border-box;}
.currencySectionPage .etfModule .overviewData .moduleTop{grid-column: 1 / span 2;margin-top: 0.6rem;}
.currencySectionPage .etfModule .overviewDataItem{width: 100%;padding: 0.3rem;border-radius: 0.24rem;margin-bottom: 0;}
.currencySectionPage .etfModule .overviewDataItem.item1{height: auto;}
.currencySectionPage .etfModule .overviewDataItem.item2{height: auto;}
.currencySectionPage .etfModule .overviewDataItem.item3{height: auto;grid-column: 1 / span 2;}
.currencySectionPage .etfModule .cryptoCoinBox[data-box="all"] .overviewDataItem .itemName{flex-direction: column;}
.currencySectionPage .etfModule .overviewDataItem .itemName h4{font-size: 0.3rem;line-height: 0.3rem;}
.currencySectionPage .etfModule .overviewDataItem .itemName span{font-size: 0.24rem;line-height: 0.28rem;}
.currencySectionPage .etfModule .overviewDataItem .content{margin-top: 0.2rem;font-size: 0.24rem;line-height: 0.28rem;}
.currencySectionPage .etfModule .overviewDataItem.item1 .content{margin-top: 0.2rem;}
.currencySectionPage .etfModule .overviewDataItem.item1 .content .ratio{font-size: 0.4rem;line-height: 0.4rem;}
.currencySectionPage .etfModule .overviewChart{margin-left: 0;}
.currencySectionPage .etfModule .overviewChart .filterType{margin-left: 0;width: 3rem;}
.currencySectionPage .etfModule .overviewChart .cryptoCoinEchartBar{height: 5rem;margin-top: 0.2rem;}
/* 总览-图表 */
.currencySectionPage .etfModule .moduleCharts{flex-direction: column;margin-top: 0.6rem;}
.currencySectionPage .etfModule .moduleCharts .chartWrap{flex: auto;width: 100%;}
.currencySectionPage .etfModule .moduleCharts .chartWrap:first-child{margin-right: 0;}
.currencySectionPage .etfModule .moduleCharts .marketCapChartWrap{margin-top: 0.6rem;}
.currencySectionPage .etfModule .moduleCharts .chartWrap .filterType{width: 100%;margin-top: 0.2rem;}
.currencySectionPage .etfModule .moduleCharts .cryptoCoinEchartArea,
.currencySectionPage .etfModule .moduleCharts .cryptoCoinEchartKline{height: 5rem;margin-top: 0.2rem;}
/* 比特币 ETF 净流入 */
.currencySectionPage .etfFlowin .tableOverview{margin-top: 0.2rem;}
.currencySectionPage .etfFlowin .tableOverview .tableWrap{overflow: auto;max-height: 10rem;}
.currencySectionPage .etfFlowin .tableOverview table{width: max-content;}
.currencySectionPage .etfFlowin .tableOverview table thead{border-radius: 0.08rem;}
.currencySectionPage .etfFlowin .table table th{height: 0.8rem;padding: 0 0.2rem;font-size: 0.28rem;}
.currencySectionPage .etfFlowin .table table td{height: 0.9rem;padding: 0 0.2rem;font-size: 0.28rem;}
.currencySectionPage .etfFlowin .tableOverview table td:nth-child(1), .currencySectionPage .etfFlowin .tableOverview table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.currencySectionPage .etfFlowin .tableOverview table th:nth-child(1){background-color: #F8F9FB;}
/* 爆仓数据 */
.currencySectionPage .liquidationModule{flex-direction: column;margin-top: 0.6rem;}
.currencySectionPage .liquidationModule .left{flex: auto;width: 100%;margin-right: 0;min-width: 100%;}
.currencySectionPage .liquidationModule .right{width: 100%;margin-top: 0.6rem;}
/* 爆仓数据-表格 */
.currencySectionPage .liquidationModule .table{margin-top: 0.2rem;}
.currencySectionPage .liquidationModule .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.currencySectionPage .liquidationModule table{width: max-content;}
.currencySectionPage .liquidationModule table tbody tr{margin-top: 0.2rem;}
.currencySectionPage .liquidationModule table thead{border-radius: 0.12rem;}
.currencySectionPage .liquidationModule table th{height: 0.8rem;padding: 0 0.2rem;font-size: 0.28rem;}
.currencySectionPage .liquidationModule table td{height: 1.2rem;padding: 0 0.2rem;font-size: 0.28rem;}
.currencySectionPage .liquidationModule table .nameInfo img{width: 0.6rem;height: 0.6rem;margin-right: 0.1rem;}
.currencySectionPage .liquidationModule table td:nth-child(1), .currencySectionPage .liquidationModule table th:nth-child(1){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.currencySectionPage .liquidationModule table th:nth-child(1){background-color: #F7F7F7;}
.currencySectionPage .liquidationModule table .ratio:before{width: 0.2rem;height: 0.12rem;}
/* 爆仓数据-最大痛点 */
.currencySectionPage .liquidationModule .maxpain{margin-top: 0.6rem;}
.currencySectionPage .liquidationModule .maxpain .moduleTop{flex-direction: column;align-items: flex-start;}
.currencySectionPage .liquidationModule .maxpain .filterTab{width: 100%;margin-top: 0.2rem;}
.currencySectionPage .liquidationModule table .short,.currencySectionPage .liquidationModule table .long{padding: 0 0.2rem;}
.currencySectionPage .liquidationModule table .dataBox-num{font-size: 0.24rem;line-height: 0.24rem;}
.currencySectionPage .liquidationModule table .dataBox-bar{height: 0.12rem;border-radius: 0.08rem;margin-top: 0.1rem;position: relative;}
.currencySectionPage .liquidationModule table .dataBox-bar span{border-radius: 0.08rem;}
.currencySectionPage .liquidationModule table .dataBox-bar span::before{left: -0.2rem;transform: translateY(-50%) !important;width: 0.3rem;height: 0.3rem;}
/* 爆仓数据-实时爆仓 */
.currencySectionPage .liquidationModule .realTime .filterType{margin-left: 0.2rem;}
.currencySectionPage .liquidationModule .realTime .filterType.selArea{width: 2.4rem;}
.currencySectionPage .liquidationModule .realTime .table{margin-top: 0.2rem;}
.currencySectionPage .liquidationModule .realTime .tableWrap{max-height: 7rem;overflow: auto;}
.currencySectionPage .liquidationModule .realTime table tr{grid-template-columns: 3rem 2fr 2fr 2.8rem;}
.currencySectionPage .liquidationModule .realTime table th{height: 0.8rem;}
.currencySectionPage .liquidationModule .realTime table td{height: 0.9rem;}
.currencySectionPage .liquidationModule .realTime table th:nth-child(1){background-color: #FFFFFF;}
/* 回报率 */
.currencySectionPage .btcroeModule{flex-direction: column;margin-top: 0.6rem;}
.currencySectionPage .btcroeModule .left{width: 100%;margin-right: 0;min-width: 100%;}
.currencySectionPage .btcroeModule .right{width: 100%;margin-top: 0.6rem;}
.currencySectionPage .btcroeModule .moduleTop{flex-direction: column;align-items: flex-start;}
.currencySectionPage .btcroeModule .moduleTop .moduleFilter{margin-top: 0.2rem;justify-content: space-between;width: 100%;}
.currencySectionPage .btcroeModule .filterItem{margin-left: 0;}
.currencySectionPage .btcroeModule .filterTab{width: 5rem;}
/* 回报率-表格 */
.currencySectionPage .btcroeModule .table table th,.currencySectionPage .btcroeModule .table table td{padding: 0 0.1rem 0.1rem 0;font-size: 0.28rem;}
.currencySectionPage .btcroeModule .table table th{height: 0.8rem;}
.currencySectionPage .btcroeModule .table table td span{height: 0.9rem;}
/* 表格-周期回报率 */
.currencySectionPage .btcroeModule .dateRoeBox .tableDay table th:nth-child(n+2){width: 2rem;}
.currencySectionPage .btcroeModule .dateRoeBox .tableWeek table th:nth-child(n+2){width: 2rem;}
.currencySectionPage .btcroeModule .dateRoeBox .tableMonth table th:nth-child(n+2){width: 2rem;}
/* 产业新闻 */
.currencySectionPage .btcroeModule .coinNewsList{margin-top: 0.4rem;max-height: 100%;padding-left: 0.08rem;}
.currencySectionPage .btcroeModule .coinNewsList ul li{padding: 0.06rem 0 0.2rem 0.28rem;}
.currencySectionPage .btcroeModule .coinNewsList ul li::before{top: 0.18rem;left: -0.08rem;width: 0.14rem;height: 0.14rem;}
.currencySectionPage .btcroeModule .coinNewsList ul li .time{font-size: 0.28rem;line-height: 0.28rem;}
.currencySectionPage .btcroeModule .coinNewsList ul li .title,.currencySectionPage .btcroeModule .coinNewsList ul li h5{font-size: 0.32rem;line-height: 0.32rem;margin-top: 0.15rem;}
/* 比特币专区 e */
/* 去中心化交易所 s */
.decentPage .mainShow{padding: 0.2rem;}
.decentPage .titleBox h1{font-size: 0.32rem;line-height: 0.4rem;}
/* 筛选 */
.decentPage .filterBox .filterItem{margin-left: 0.2rem;}
.decentPage .filterBox .filterType{height: 0.64rem;border-radius: 0.2rem;padding: 0.06rem;}
.decentPage .filterBox .filterType li{margin-right: 0.1rem;width: 1rem;border-radius: 0.12rem;font-size: 0.24rem;}
.decentPage .filterBox .filterType li:last-child{margin-right: 0px;}
.decentPage .filterBox .filterType li a{border-radius: 0.12rem;}
.decentPage .filterBox .filterSelect .btn{width: 0.64rem;height: 0.64rem;border-radius: 0.2rem;}
.decentPage .filterBox .filterSelect .btn i{width: 0.24rem;height: 0.24rem;}
.decentPage .filterBox .selectOptions{top: 0.75rem;width: 3rem;border-radius: 0.16rem;padding: 0.2rem 0;max-height: 4rem;}
.decentPage .filterBox .selectOptions .selectName{font-size: 0.24rem;padding: 0 0.2rem;margin-bottom: 0.2rem;}
.decentPage .filterBox .selectOptions ul li{height: 0.6rem;padding: 0 0.2rem;font-size: 0.24rem;}
.decentPage .filterBox .selectOptions ul li i{width: 0.32rem;height: 0.32rem;margin-right: 0.08rem;}
.decentPage .filterBox .selectOptions ul li .bourseImg{width: 0.32rem;height: 0.32rem;margin-right: 0.08rem;}
.decentPage .filterBox .selectOptions ul li img{width: 100%;height: 100%;}
.decentPage .filterBox .selectOptions ul li:hover{background: #FFF;}
.decentPage .filterBox .selectOptions ul li .abnormalCoin::before{width: 0.32rem;height: 0.32rem;}
/* 图表 */
.decentPage .chartWrap{margin-top: 0.4rem;flex-direction: column;}
.decentPage .chartItem{flex: auto;width: 100%;height: auto;max-height: 8.8rem;margin-right: 0px;border-radius: 0.24rem;padding: 0.3rem 0.2rem;margin-bottom: 0.3rem;}
.decentPage .chartItem:last-child{margin-bottom: 0;}
.decentPage .chartItem h4{font-size: 0.28rem;line-height: 0.3rem;}
.decentPage .chartItem .decentChartBox{height: 7rem;margin-top: 0.2rem;}
/* 表格 */
.decentPage .decentRank{margin-top: 0.6rem;}
.decentPage .decentRank h2{font-size: 0.32rem;line-height: 0.4rem;}
.decentPage .table{margin: 0.4rem 0;}
.decentPage .table .tableWrap{overflow: hidden;overflow-x: auto;scrollbar-width: thin;}
.decentPage .table table{width: max-content;}
.decentPage .table table thead{top: 0;height: 0.8rem;}
.decentPage .table table tr{grid-template-columns: 1.5fr 1.2fr repeat(6,1fr);}
.decentPage .table table th,.decentPage .table table td{padding: 0 0.2rem;font-size: 0.28rem;}
.decentPage .table table th:nth-child(1),.decentPage .table table td:nth-child(1){display: none;}
.decentPage .table table th:nth-child(2),.decentPage .table table td:nth-child(2){position: sticky;left: 0;background-color: #fff;z-index: 1;}
.decentPage .table table th:nth-child(2){background: #F8F9FB;}
.decentPage .table table th{height: 0.8rem;white-space: nowrap;}
.decentPage .table table td{height: 1rem;}
.decentPage .table table .symbol img{width: 0.4rem;height: 0.4rem;margin-right: 0.08rem;}
.decentPage .table table .table-head-fixed{position: fixed;top: 0.91rem;left: 0;width: 100%;padding: 0 0.2rem;box-sizing: border-box;z-index: 2;overflow: hidden;overflow-x: auto;scrollbar-width: none;border-bottom: none;animation: tableHeadFixed .3s ease 1;background: #F8F9FB;}
.decentPage .table table .table-head-fixed::-webkit-scrollbar {display: none;}
.decentPage .table table .table-head-fixed::before,.decentPage .table table .table-head-fixed::after{content: "";position: fixed;top: 0.91rem;left: 0;width: 0.2rem;height: 0.8rem;background-color: #F8F9FB;z-index: 2;}
.decentPage .table table .table-head-fixed::after{left: auto;right: 0;}
/* 去中心化交易所 e */
.searchAll .searchDetail{padding: 0.2rem;max-height: calc(100vh - 2.4rem);}
.searchAll .searchDetail-item{margin-bottom: 0.2rem;}
.searchAll .searchDetail-item:last-child{margin-bottom: 0;}
.searchAll .searchDetail-name{font-size: 0.22rem;line-height: 0.4rem;margin-bottom: 0.1rem;}
.searchAll .searchDetail-info{padding: 0 0.2rem;}
.searchAll .searchDetail-info a{font-size: 0.22rem;line-height: 0.4rem;}
.searchAll .searchDetail-info a span{margin: 0 0.06rem;max-width: 65%;}
.searchAll .searchDetail ul{padding: 0 0.2rem;}
/* 新版新闻 s */
.newsTempPage .mainShow{flex-direction: column;width: 100%;padding: 0 .2rem;box-sizing: border-box;}
.newsTempPage .mainShow .center{flex: auto;width: 100%;margin-right: 0px;}
.newsTempPage .mainShow .right{width: 100%;position: relative;flex-shrink: 0;margin-top: 0.2rem;}
/* 头部新闻 */
.newsTempPage .topNews{flex-direction: column;}
.newsTempPage .topNews .cover{border-radius: .24rem;padding: .5rem .2rem .2rem;}
.newsTempPage .topNews .maxItem{width: 100%;height: 4.6rem;margin-right: 0;border-radius: .16rem;}
.newsTempPage .topNews .maxItem .cover h3{font-size: .28rem;line-height: .5rem;}
.newsTempPage .topNews .topList{width: 100%;display: flex;gap: 0 .2rem;margin-top: .2rem;}
.newsTempPage .topNews .topItem{height: 2.2rem;border-radius: .16rem;margin-bottom: 0;}
.newsTempPage .topNews .topItem .cover h3{font-size: .24rem;line-height: .28rem;}
/* 新闻列表 */
.newsTempPage .newsWrap{margin-top: .5rem;}
.newsTempPage .categorySwiper{padding: 0 .4rem;box-sizing: border-box;}
.newsTempPage .categoryItem{height: .54rem;font-size: .28rem;line-height: .54rem;flex: 1;}
.newsTempPage .categoryItem::after{height: .06rem;}
.newsTempPage .newsItem{padding: .2rem 0;}
.newsTempPage .newsItem .imgBox{width: 2.72rem;height: 1.56rem;border-radius: .16rem;margin-right: .2rem;}
.newsTempPage .newsItem .infoBox{display: flex;flex-direction: column;height: 1.56rem;}
.newsTempPage .newsItem .infoBox h3{font-size: .24rem;color: #0D1421;line-height: .39rem;line-clamp: 2;-webkit-line-clamp: 2;}
.newsTempPage .newsItem .infoBox .desc{display: none;}
.newsTempPage .newsItem .infoBox .other{justify-content: space-between;flex: 1;margin-top: 0;}
.newsTempPage .newsItem .infoBox .time{font-size: .24rem;line-height: .38rem;margin-right: 0px;width: auto;}
.newsTempPage .newsItem .infoBox .relateCoin{gap: 0;flex: none;}
.newsTempPage .newsItem .infoBox .coinBox{height: .64rem;background: #EFF2F5;border-radius: .2rem;padding: 0 .08rem;}
.newsTempPage .newsItem .infoBox .coinBox:nth-child(n+2){display: none;}
.newsTempPage .newsItem .infoBox .coinBox img{width: .3rem;height: .3rem;}
.newsTempPage .newsItem .infoBox .coinBox.abnormalCoin::before{left: .06rem;width: .3rem;height: .3rem;background: #dfdfdf;}
.newsTempPage .newsItem .infoBox .coinBox .name{font-size: .22rem;color: #0D1421;line-height: .24rem;margin: 0 .16rem 0 .04rem;}
.newsTempPage .newsItem .infoBox .coinBox .ratio{font-size: .22rem;color: #EA3943;line-height: .24rem;}
/* 今日快讯 */
.newsTempPage .todayNews .title i{width: .32rem;height: .3rem;margin-right: .1rem;}
.newsTempPage .todayNews .title h4{font-size: .32rem;line-height: .4rem;}
.newsTempPage .todayWrap{height: 10.16rem;border-radius: .2rem;padding: .2rem;margin-top: .2rem;}
.newsTempPage .todayWrap .timeBox{height: .36rem;}
.newsTempPage .todayWrap .timeBox .date{width: 1.2rem;font-size: .24rem;line-height: .36rem;margin-right: .08rem;}
.newsTempPage .todayWrap .timeBox .text{font-size: .24rem;line-height: .34rem;margin-right: .08rem;} 
.newsTempPage .todayWrap .timeBox .week{font-size: .2rem;line-height: .28rem;}
.newsTempPage .todayListBox{max-height: 8.6rem;margin-top: .32rem;padding-right: 0.1rem;box-sizing: border-box;}
.newsTempPage .todayList .item{padding: 0 0 .3rem .2rem;}
.newsTempPage .todayList .item:last-child{padding-bottom: 0;}
.newsTempPage .todayList .item::before{left: .06rem;width: .02rem;}
.newsTempPage .todayList .item:first-child:before{top: .08rem;height: calc(100% - .08rem);}
.newsTempPage .todayList .item .time{font-size: .24rem;line-height: .28rem;}
.newsTempPage .todayList .item .time::before{left:-0.2rem;width: .14rem;height: .14rem;}
.newsTempPage .todayList .item h3{margin-top: .12rem;font-weight: 500;font-size: .28rem;line-height: .28rem;}
.newsTempPage .todayList .item .desc{margin-top: .12rem;font-size: .24rem;line-height: .28rem;}
/* 社区动态 */
.newsTempPage .socialBox{margin-top: .5rem;}
.newsTempPage .socialBox .socialType{margin: 0px;}
.newsTempPage .socialBox .title i{display: inline-block;width: .32rem;height: .3rem;background: url(../img/ysp_ico_kuaixun@2x.png) no-repeat center;background-size: cover;margin-right: 5px;}
.newsTempPage .socialBox .title h4{font-size: .32rem;line-height: .4rem;}
/* 新版新闻 e */

.footerBox{width: 100%;background: #2C2D31;padding: .3rem 0;}
.footerTop{border: none;padding: 0 0 .36rem 0;}
.footerBottom{display: flex;flex-direction: row-reverse;width: 100%;justify-content: center;box-sizing: border-box;padding: 0 .2rem;}
.footerBottom p:nth-child(2){display: none;}
.footerBottom p{margin-top: 0;}
.footerTop .footerNavList{width:100%;}
.footerTop .footerNavList .nav{width: 100%;}
.footerTop .footerNavList .nav:nth-child(n+2){display: none;}
.footerTop .footerNavList .nav h5{display: none;}
.footerTop .footerNavList .nav ul{display: flex;justify-content: space-between;padding: 0 .2rem;}
.footerTop .footerNavList .nav li{width: 2.16rem;height: 0.68rem;border-radius: 0.35rem;border: 0.02rem solid rgba(255,255,255,.3);box-sizing: border-box;margin-bottom: 0;}
.footerTop .footerNavList .nav li i{display: block;width: 100%;line-height: .68rem;text-align: center;color: #F5F9FF;font-size: 0.24rem;}
.footerTop .footerNavList .nav li .showHintBox{left:auto;right: 0;}
.footerTop .footerNavList .nav li i:hover{color:#F5F9FF}
.footerTop .fontDownBox{display: none;}
footer .warnTips{display: flex;margin:.28rem 0;padding: 0 .2rem;justify-content: center;}
footer .warnTips>span{display: inline-block;width: .28rem;height: .28rem;background: url(../img/news_ico_notice2.png) center/100% no-repeat;margin-right: .1rem;        margin-top: .05rem;}
footer .warnTips p{font-size: .24rem;color: #E52424;line-height: .34rem;}
}

