/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-world-account/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
   ms:margin-left,
   me:margin-right,
   mx:margin-left.margin-right, my:margin-top.margin-bottom
   mt:margin-top,
   mb:margin-bottom

   1:4
   2:8,
   3:16,
   4:24,
   5:32,
   6:40,
   7:56,
   8:64,
   9:80

*/
/*颜色值*/
/*字体大小*/
/*间距*/
.main-world-account {
  display: block;
}
.main-world-account .min-h-27 {
  min-height: 27px;
}
.main-world-account .border-top-f7 {
  border-top: 1px solid #f7f7f7;
}
.main-world-account .border-bottom-f7 {
  border-bottom: 1px solid #f7f7f7;
}
.main-world-account .radius-12 {
  border-radius: 12px;
}
.main-world-account .item {
  background: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 添加过渡效果 */
}
.main-world-account .item:active {
  background-color: #ececec;
}
.main-world-account .logout {
  padding: 10px;
  color: #4b4b4b;
  font-size: 14px;
  font-family: Sofia Pro;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  border-radius: 31px;
}
.main-world-account .right-arrow {
  width: 16px;
  height: 16px;
}
.main-world-account .right-arrow svg {
  width: 16px;
  height: 16px;
  stroke: rgb(124, 124, 124);
  color: rgb(124, 124, 124);
}
.main-world-account .dot {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ea0029;
}
