*{box-sizing:border-box}html ::-webkit-scrollbar{width:8px;height:8px}html ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}html ::-webkit-scrollbar-thumb:hover{background:#555}body{margin:0;padding:0;background:#000;line-height:1;overflow-x:hidden}.be_hover_underline,.be_pointer{cursor:pointer}.be_hover_underline:hover{text-decoration:underline}.between-center{align-items:center}.between-baseline,.between-center{display:flex;justify-content:space-between}.between-baseline{align-items:baseline}.around-center{justify-content:space-around}.around-center,.evenly-center{display:flex;align-items:center}.evenly-center{justify-content:space-evenly}.center-center{align-items:center}.center-center,.center-stretch{display:flex;justify-content:center}.start-center{justify-content:flex-start}.end-center,.start-center{display:flex;align-items:center}.end-center{justify-content:flex-end}.between-start{align-items:flex-start}.between-end,.between-start{display:flex;justify-content:space-between}.between-end{align-items:flex-end}.between-stretch{display:flex;justify-content:space-between;align-items:stretch}.column-center{justify-content:center;align-items:center}.column-center,.column-end{display:flex;flex-direction:column}.column-end{justify-content:flex-end;align-items:flex-end}.ellipsis{white-space:nowrap}.ellipsis,.ellipsis2{overflow:hidden;text-overflow:ellipsis}.ellipsis2{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.break{word-break:break-all}.hideen-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hideen-scrollbar::-webkit-scrollbar{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.common-mask-loading{width:100vw;height:100vh;background:rgba(0,0,0,.8);position:fixed;top:0;left:0;z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center}.common-mask-loading .common-text-white{color:#fff}.loadmore_style{width:100%;height:100%;overflow-y:auto}.loadmore_style .status{overflow:hidden;padding:10px}.loadmore_style .status .text1{color:#fff;font-size:18px}@media(max-width:768px){.loadmore_style .status .text1{font-size:13px}}.text-white{color:#fff}.text-center{text-align:center}@keyframes rotates{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common-bg-x3{background-image:url(/images/x3.png);background-repeat:no-repeat;background-size:100% auto;background-position:top}@media(max-width:768px){.px15px{padding-left:15px!important;padding-right:15px!important}}.pc-show{display:block}@media(max-width:768px){.pc-show{display:none}}.h5-show{display:none}@media(max-width:768px){.h5-show{display:block}}.mango-main-content{width:100%;overflow:hidden}@keyframes width0to100{0%{width:0}to{width:100%}}.ani-width0to100{animation:width0to100 5s linear}