@charset 'utf-8';
/* CSS reset */
html {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  background: #fff;
  /* font-family: tahoma, arial, sans-serif; */
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: none;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
strong {
  padding: 0;
  margin: 0;
  /* font-family: "Microsoft YaHei", tahoma, arial, sans-serif; */
}
.position-box::-webkit-scrollbar,
.cotainer::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar,
.item-x-box::-webkit-scrollbar,
.cont-box::-webkit-scrollbar,
#home::-webkit-scrollbar,
.country-box::-webkit-scrollbar,
.cotainer .tab-box::-webkit-scrollbar,
.wrap-tab .legal_ul::-webkit-scrollbar,
#home .tab-ul::-webkit-scrollbar,
.trade .alert-trade-box .zyzx-title::-webkit-scrollbar,
.trade .date-wrap .date-box::-webkit-scrollbar,
.head .tab-head-box::-webkit-scrollbar,
.cotainer .tab-head-box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/* html,body{max-width: 800px;margin: 0 auto;} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
i {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 1000px #323b5d !important;
}
input:-webkit-autofill {
  text-fill-color: white;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #fcd437 inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fcd437 inset !important;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 13px;
}
input {
  background: transparent;
  color: #333;
}
abbr,
article,
aside,
audio,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
}
a:link {
  text-decoration: none;
}
input::placeholder {
  font-size: 0.3rem;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-center,
.tc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipses {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipses3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipses4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.transparent {
  background: transparent;
}
.position-box {
  max-width: 800px !important;
}
.line {
  width: 100%;
  height: 0.2rem;
  background: #f9f9f9;
}
.btn-bg {
  display: block;
  width: auto;
  height: 0.9rem;
  color: #000;
  font-size: 0.34rem;
  line-height: 0.9rem;
  background: #c2e22a;
  border-radius: 0.25rem;
  text-align: center;
}
.marginlr {
  margin: 0 0.1rem;
}
.mr1 {
  margin-right: 0.1rem;
}
.mr3 {
  margin-right: 0.3rem;
}
.mr5 {
  margin-right: 0.5rem;
}
.mt5 {
  margin-top: 0.15rem;
}
.mt12 {
  margin-top: 0.12rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt31 {
  margin-top: 0.31rem;
}
.mt36 {
  margin-top: 0.36rem;
}
.mt32 {
  margin-top: 0.42rem;
}
.mt58 {
  margin-top: 0.58rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt45 {
  margin-top: 0.45rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt100 {
  margin-top: 1rem;
}
.mt128 {
  margin-top: 1.28rem;
}
.ml15 {
  margin-left: 0.3rem;
}
.ml20 {
  margin-left: 0.2rem;
}
.ml10 {
  margin-left: 0.1rem;
}
.mb23 {
  margin-bottom: 0.23rem;
}
.mb32 {
  margin-bottom: 0.32rem;
}
.mb36 {
  margin-bottom: 0.36rem;
}
.green {
  color: #c2e22a !important;
}
.red {
  color: #ce7735 !important;
}
.c_8d8b8b {
  color: #8d8b8b;
}
.red2 {
  color: #f22748 !important;
}
.bg-red {
  background: #db5656 !important;
}
.bg-green {
  background: #c2e22a !important;
}
.bg-fcd437 {
  background: #fcd437 !important;
}
.bg-2a2a2a {
  background-color: #2a2a2a;
}
.bg-fbd538 {
  background: #fcd437;
}
.bg-c9c9d1 {
  background: #c9c9d1;
}
.bg-f6f6f6 {
  background: #f6f6f6;
}
.bg-1a1a1a {
  background: #1a1a1a;
}
.bg-2ebd85 {
  background: #2ebd85;
}
.bg-f5354d {
  background: #f5354d;
}
.bg-d4d4d4 {
  background: #d4d4d4;
}
.c-868b98 {
  color: #868b98;
}
.c-fff5 {
  color: rgba(255, 255, 255, 0.5);
}
.c-2ebd85 {
  color: #2ebd85;
}
.c-d4d4d4 {
  color: #d4d4d4;
}
.c-fff3 {
  color: #fff;
  opacity: 0.3;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.mask2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.mask-notice {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
}
.null-box {
  margin: auto;
  padding: 0.6rem 0;
  text-align: center;
}
.null-box .icon {
  width: 1.26rem;
  height: 1.26rem;
}
.null-box .text {
  padding-top: 0.2rem;
  color: #7d7d7d;
  font-size: 0.3rem;
}
.alert-pwd-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1000;
  width: 90%;
  padding: 20px 22px 40px;
  background: #1a1a1a;
  box-sizing: border-box;
  transform: translateY(-50%);
  margin: auto;
  border-radius: 0.2rem;
}
.alert-pwd-box .alert-head {
  position: relative;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.alert-pwd-box .close {
  position: absolute;
  right: 32px;
  top: 24px;
  width: 16px;
  height: 16px;
  z-index: 999;
}
.alert-pwd-box .pwd-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 22px;
}
.alert-pwd-box .pwd-box .pwd {
  height: 40px;
}
.alert-pwd-box .pwd-box .pwd .input {
  width: 44px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
  outline: none;
  /* box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6); */
  border: 1px solid #fff;
  box-sizing: border-box;
}
.alert-pwd-box .pwd-box .pwd:last-child .input {
  /* border-right: none; */
}
.go-top {
  position: fixed;
  right: 0.2rem;
  bottom: 0.15rem;
  z-index: 9999;
  width: 0.6rem;
  height: 0.6rem;
}
.load-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.load-box .load {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%, -50%);
}
/* 左侧币种弹窗 */
.alert-left {
  position: fixed;
  left: -1px;
  top: 0;
  z-index: 1000;
  width: 270px;
  height: 100%;
  background: #fff;
}
.alert-left .tab-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 246px;
  display: flex;
  align-items: center;
  margin: 0 12px;
  padding: 20px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.alert-left .tab-box .tab {
  padding-bottom: 9px;
}
.alert-left .tab-box .active {
  color: #218adc;
  border-bottom: 2px solid #218adc;
}
.alert-left .tab-box .tab {
  margin-right: 30px;
}
.alert-left .tab-box .tab:last-child {
  margin-right: 0;
}
.alert-left .ul-box {
  position: absolute;
  top: 62px;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
}
.alert-left .ul-box .list .list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px;
  padding: 12px 6px 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.alert-left .ul-box .list.active {
  background: #f0f5f7;
}
.alert-left .ul-box .list.active .list-box {
  border: none;
}
.alert-left .ul-box .list .t1 {
  color: #000;
  font-weight: bold;
}
.alert-left .ul-box .list .t1 span {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}
.alert-left .ul-box .list .price {
  color: #d85656;
}
.alert-left .ul-box .list .t1 .money {
  padding-top: 8px;
  color: #aaa;
  font-size: 12px;
}
.alert-left .ul-box .list .list-box .btn-collect {
  width: 0.5rem;
}
/* 密码提示 */
.alert-tips-box {
  position: fixed;
  top: 50%;
  left: 0.45rem;
  right: 0.45rem;
  z-index: 1000;
  width: auto;
  padding: 0.48rem;
  background: #1a1a1a;
  color: #fff;
  border-radius: 0.24rem;
  transform: translateY(-50%);
}
.alert-tips-box .title {
  color: #fff;
  font-size: 0.36rem;
}
.alert-tips-box .btn {
  width: 100%;
  margin-top: 0.6rem;
}
.w-full {
  width: 100%;
}
.remind-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  text-align: center;
}
.remind-box .img {
  width: 4rem;
  margin-top: 1rem;
}
.remind-box .info {
  padding: 0 1rem;
  margin-top: 0.36rem;
}
.remind-box .info .title {
  color: #000;
  font-size: 0.72rem;
}
.remind-box .info .t1 {
  margin-top: 0.1rem;
  color: #464646;
  font-size: 0.36rem;
}
.remind-box .info .t2 {
  margin-top: 0.06rem;
  color: #464646;
  font-size: 0.24rem;
}

.flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 0.45rem;
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}
.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

.col {
  flex-direction: column;
}
.col-c {
  align-items: center;
}

.col-t {
  align-items: flex-start;
}

.col-b {
  align-items: flex-end;
}

.row {
  flex-direction: row;
}
.row-c {
  justify-content: center;
}

.row-l {
  justify-content: flex-start;
}

.row-r {
  justify-content: flex-end;
}

.row-b {
  justify-content: space-between;
}

.row-a {
  justify-content: space-around;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.b-b-1 {
  border-bottom: 1px solid #444;
}
/* 展示更多 */
.more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
  color: #000;
  font-size: 0.4rem;
}
.more-box .icon {
  width: 0.42rem;
  margin-left: 0.1rem;
}
.bg-fff {
  background: #fff;
}
.bg-000 {
  background: #000;
}
.bg-717171 {
  background: #717171;
}
.bg-f4f4f4 {
  background: #f4f4f4;
}
.bg-f5f5f5 {
  background: #f5f5f5;
}
.bg-f9f9f9 {
  background: #f9f9f9;
}
.bg-cfcfcf {
  background: #cfcfcf;
}
.bg-00c483 {
  background: #00c483;
}
.bg-ff0000 {
  background: #ff0000;
}
.bg-ff575c {
  background: #ff575c;
}
.c-000 {
  color: #000;
}
.c-fff {
  color: #fff;
}
.c-e0e0e0 {
  color: #e0e0e0;
}
.c-c3c3c3 {
  color: #c3c3c3;
}
.c-717171 {
  color: #717171;
}
.c-282828 {
  color: #282828;
}
.c-545454 {
  color: #545454;
}
.c-245ed4 {
  color: #245ed4;
}
.c-646464 {
  color: #646464;
}
.c-9a9a9a {
  color: #9a9a9a;
}
.c-ffec4d {
  color: #ffec4d;
}
.c-a4a4a4 {
  color: #a4a4a4;
}
.c-7d7d7d {
  color: #7d7d7d;
}
.c-f5f5f5 {
  color: #f5f5f5;
}
.c-4e4e4e {
  color: #4e4e4e;
}
.c-00c483 {
  color: #00c483;
}
.c-7f7f7f {
  color: #7f7f7f;
}
.c-d7d7d7 {
  color: #d7d7d7;
}
.c-588bf8 {
  color: #588bf8;
}
.c-27895b {
  color: #27895b;
}
.c-aaa {
  color: #aaa;
}
.c-676767 {
  color: #676767;
}
.c-00a527 {
  color: #00a527;
}
.c-cf4f4f {
  color: #cf4f4f;
}
.c-009a62 {
  color: #009a62;
}
.c-474747 {
  color: #474747;
}
.c-8b8b8b {
  color: #8b8b8b;
}
.c-fe3c42 {
  color: #fe3c42;
}
.c-a7f279 {
  color: #a7f279;
}
.c-878787 {
  color: #878787;
}
.c-47ae9b {
  color: #47ae9b;
}
.c-7286a7 {
  color: #7286a7;
}
.c-d14b65 {
  color: #d14b65;
}
.c-f23249 {
  color: #f23249;
}
.c-ff0000 {
  color: #ff0000;
}
.c-919191 {
  color: #919191;
}
.c-ccc {
  color: #ccc;
}
.c-active {
  color: #000;
}
.c-4f51f7 {
  color: #4f51f7;
}
.c-949494 {
  color: #949494;
}
.c-ffe54a {
  color: #ffe54a;
}
.c-fcd437 {
  color: #fcd437;
}
.c-004cd8 {
  color: #004cd8;
}
.c-0265fe {
  color: #0265fe;
}
.c-727272 {
  color: #727272;
}
.c_a4a4a4 {
  color: #a4a4a4;
}
.border {
  border: 1px solid #000;
}
.border-ccc {
  border: 1px solid #ccc;
}
.border-fff {
  border: 1px solid #fff;
}
.border-4 {
  border: 0.04rem solid #000;
}
.border-5 {
  border: 0.05rem solid #c2e22a;
}
.border-d5d5d5 {
  border: 1px solid #d5d5d5;
}
.border-9a9a9a {
  border: 1px solid #9a9a9a;
}
.border-919191 {
  border: 1px solid #919191;
}
.border-bt {
  border-bottom: 1px solid #f7f7f7;
}
.titleLength2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.titleLength4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-2 {
  font-size: 0.2rem;
}
.font-22 {
  font-size: 0.22rem;
}
.font-24 {
  font-size: 0.24rem;
}
.font-25 {
  font-size: 0.25rem;
}
.font-26 {
  font-size: 0.26rem;
}
.font-27 {
  font-size: 0.27rem;
}
.font-28 {
  font-size: 0.28rem;
}
.font-29 {
  font-size: 0.29rem;
}
.font-3 {
  font-size: 0.3rem;
}
.font-33 {
  font-size: 0.33rem;
}
.font-34 {
  font-size: 0.34rem;
}
.font-32 {
  font-size: 0.32rem;
}
.font-36 {
  font-size: 0.36rem;
}
.font-38 {
  font-size: 0.38rem;
}
.font-4 {
  font-size: 0.4rem;
}
.font-48 {
  font-size: 0.48rem;
}
.font-5 {
  font-size: 0.5rem;
}
.font-56 {
  font-size: 0.56rem;
}
.font-6 {
  font-size: 0.6rem;
}
.font-62 {
  font-size: 0.62rem;
}
.font-66 {
  font-size: 0.66rem;
}
.font-70 {
  font-size: 0.7rem;
}
.font-72 {
  font-size: 0.72rem;
}
.font-8 {
  font-size: 0.8rem;
}
.font-42 {
  font-size: 0.42rem;
}
.bolder {
  font-weight: bolder;
}
.flex05 {
  flex: 0.5;
}
.flex1 {
  flex: 1;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-6 {
  opacity: 0.6;
}
.mt-1 {
  margin-top: 0.1rem;
}
.mtb-1 {
  margin: 0.1rem 0;
}
.mtb-28 {
  margin: 0.28rem 0;
}
.mt-61 {
  margin-top: 0.61rem;
}
.mr-28 {
  margin-right: 0.28rem;
}
.mb-42 {
  margin-bottom: 0.42rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mb-20 {
  margin-bottom: 0.2rem;
}
.mb-30 {
  margin-bottom: 0.3rem;
}
.mt-16 {
  margin-top: 0.16rem;
}
.mt-20 {
  margin-top: 0.2rem;
}
.mt-24 {
  margin-top: 0.24rem;
}
.mt-26 {
  margin-top: 0.26rem;
}
.mt-29 {
  margin-top: 0.29rem;
}
.mt-30 {
  margin-top: 0.3rem;
}
.mt-38 {
  margin-top: 0.38rem;
}
.mt-36 {
  margin-top: 0.36rem;
}
.mt-40 {
  margin-top: 0.4rem;
}
.mt-46 {
  margin-top: 0.46rem;
}
.mt-50 {
  margin-top: 0.5rem;
}
.mt-56 {
  margin-top: 0.56rem;
}
.mt-70 {
  margin-top: 0.7rem;
}
.mt-100 {
  margin-top: 1rem;
}
.mt-120 {
  margin-top: 1rem;
}
.mt-180 {
  margin-top: 1.8rem;
}
.p-l-9 {
  padding-left: 0.9rem;
}
.p-l-13 {
  padding-left: 1.3rem;
}
.p-l-20 {
  padding-left: 0.5rem;
}
.p-20 {
  padding: 0.2rem;
}
.faj_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex1 {
  flex: 1;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-5 {
  width: 0.5rem;
}
.h-5 {
  height: 0.5rem;
}
.nowrap {
  white-space: nowrap;
}
/* 查看更多 */
.more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0.28rem 0.4rem 0;
}
.more-box .btn-down {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.button-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 0px 10px 5px;
}
.button-container button {
  padding: 2px 6px;
  background-color: #2a2a2a;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  outline: none;
  /* border: 1px solid #000; */
}
.button-container button.active {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
}
.ssBgColor {
  background-color: #22262f !important;
}
.ssColor {
  color: #fff !important;
}
.ssC_a4a4a4 {
  color: #a4a4a4 !important;
}
.ssInput {
  background-color: #2a303c !important;
}
.ssBox_39404e {
  background-color: #39404e !important;
}
.ssBox_fcd437 {
  background-color: #fcd437 !important;
}
.ssBox_38404f {
  background-color: #38404f !important;
}
.ssBg_white {
  background-color: #ffffff !important;
}
.ssBg_red {
  background-color: #44282b !important;
}
.ssBg_green {
  background-color: #1e423b !important;
}
.ss_red {
  background-color: #a33030 !important;
}
.ss_green {
  background-color: #1a935b !important;
}
.ss_878d9a {
  background-color: #878d9a !important;
}
.ssBody_white {
  border: 1px solid #ffffff !important;
}
.ssBody_858585 {
  border: 1px solid #858585 !important;
}
.ssFont_fcd437 {
  color: #fcd437 !important;
}
.ssFont_white {
  color: #ffffff !important;
}
.ssDetailLine {
  border-top: solid 0.01rem #40495c !important;
  padding-top: 0.26rem;
  margin-top: 0.3rem;
}
.ssHengxian {
  border-bottom: solid 0.01rem #40495c !important;
}
.ssButton_container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 0px 10px 5px;
}
.ssButton_container button {
  padding: 2px 6px;
  background-color: #22262f;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  outline: none;
  /* border: 1px solid #000; */
}
.ssQqDefaultBtn {
  width: 100%;
  height: 0.74rem;
  border-radius: 0.096rem;
  border: solid 0.018rem #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.ssButton_container button.active {
  background-color: #39404e;
  font-weight: bold;
}
.ssActive {
  font-weight: bold;
  font-size: 0.24rem;
  background-color: #39404e;
  padding: 0.02rem 0.06rem;
  border-radius: 0.1rem;
}
.footerBtn {
  width: 100%;
  height: 2rem;
  position: fixed;
  bottom: 0;
}
.position-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.ssList_content {
  border-top: solid 0.01rem #40495c !important;
}
.ssNoTitle_box2 {
  border-top: solid 0.01rem #40495c !important;
  border-bottom: solid 0.01rem #40495c !important;
}
.statusColor_red {
  color: #ce7735 !important;
}
.statusColor_green {
  color: #c2e22a !important;
}
.statusColor_normal {
  color: #9a9a9a !important;
}
.ss_border_5 {
  border: 0.05rem solid #fff;
}
.border_bottom_1 {
  border-bottom: 0.01rem solid #ececec;
}
.border_bottom_2 {
  border-top: 0.2rem solid #f3f5fa;
}
.breakAll {
  word-break: break-all;
}
.uidSty {
  position: absolute;
  font-size: 0.2692rem;
  right: 0.2rem;
}
.fc-widget-normal .fc-mobile-view {
  bottom: -80px !important;
}
.fc-widget {
  bottom: -80px !important;
}
