.limitBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
.limitBg.quick {
  background: rgba(0, 0, 0, 0.13);
}
.limitBg .limitBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  background: url(//pic.cgyouxi.com/orange/upload/202306/25322333_351908592d4a34e7cabb5416005b20e4.png) top center no-repeat #fff;
  background-size: 100%;
  padding: 0 20px;
  padding-bottom: 20px;
}
.limitBg .limitBox .qs_detail {
  width: 250px;
  margin: 0 auto;
}
.limitBg .limitBox .qs_detail h2 {
  font-size: 18px;
  color: #2C2C2C;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.limitBg .limitBox .qs_detail > p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
}
.limitBg .limitBox .qs_detail .title_qs {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}
.limitBg .limitBox .qs_detail .title_qs::before {
  content: '';
  position: absolute;
  width: 100%;
  padding-right: 8px;
  height: 11px;
  background: rgba(255, 115, 10, 0.1);
  top: 7px;
  left: 0;
}
.limitBg .limitBox .qs_detail .qs_item {
  display: none;
}
.limitBg .limitBox .qs_detail .qs_avatar ul {
  list-style: none;
  font-size: 0;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 90px;
  background: #F9F9F9;
  border-radius: 6px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li:nth-child(2n+1) {
  margin-left: 0;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li:nth-child(n+2) {
  margin-bottom: 0px;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-right: 12px;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li.on {
  background: rgba(255, 115, 10, 0.05);
  border: 1px solid #FF730A;
}
.limitBg .limitBox .qs_detail .qs_avatar ul li.on span {
  color: #FF730A;
}
.limitBg .limitBox .qs_detail .common_qs ul {
  list-style: none;
  font-size: 0;
}
.limitBg .limitBox .qs_detail .common_qs ul li {
  display: flex;
  align-items: center;
  width: 250px;
  height: 40px;
  background: #F9F9F9;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #666666;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.limitBg .limitBox .qs_detail .common_qs ul li.on {
  background: rgba(255, 115, 10, 0.05);
  border-radius: 6px;
  border: 1px solid #FF730A;
  color: #FF730A;
}
.limitBg .limitBox .qs_detail .common_qs ul li:last-child {
  margin-bottom: 0px;
}
.limitBg .limitBox .qs_detail .show {
  display: block !important;
}
.limitBg .limitBox .foot_qs {
  text-align: center;
  margin-top: 20px;
}
.limitBg .limitBox .foot_qs button {
  width: 171px;
  height: 40px;
  border: none;
  background: linear-gradient(270deg, #FF730A 0%, #FF8900 100%);
  border-radius: 22px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 39px;
  cursor: pointer;
}
.limitBg .limitBox .foot_qs button:disabled {
  background: #C0C0C0;
  cursor: default;
}
.limitBg .rtBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  background: url(//pic.cgyouxi.com/orange/upload/202306/25322333_0c76d0b72c6dc7c66d59588c305f74a0.png) top center no-repeat #fff;
  background-size: 100%;
  padding: 0 20px;
  padding-bottom: 20px;
}
.limitBg .rtBox .qs_result {
  text-align: center;
  padding-top: 34px;
  width: 250px;
  margin: 0 auto;
}
.limitBg .rtBox .qs_result > img {
  width: 102px;
  margin-bottom: 20px;
}
.limitBg .rtBox .qs_result p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 18px;
  margin-bottom: 20px;
}
.limitBg .rtBox .qs_result button {
  border: none;
  width: 171px;
  display: block;
  margin: 0 auto;
  height: 40px;
  background: linear-gradient(270deg, #FF730A 0%, #FF8900 100%);
  border-radius: 22px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 39px;
  margin-bottom: 20px;
  cursor: pointer;
}
.limitBg .rtBox .qs_result button:disabled {
  background: #C0C0C0;
  cursor: default;
}
.limitBg .rtBox .qs_result > a {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
}
.login-kick-off {
  font-family: 微软雅黑, arial;
}
.login-kick-off .pop {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
}
.login-kick-off .pop .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  background: #FFFF;
  border-radius: 9px;
}
.login-kick-off .pop .pop_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 238px;
  height: 4px;
  background: #FF730A;
  border-radius: 0 0 2px 2px;
}
.login-kick-off .pop .pop_content::after {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 88px;
  background: url(//pic.cgyouxi.com/orange/upload/202504/108005369_ae30aa4d4e83c704d2b4dd43db0d71a0.png) no-repeat center / 100% auto;
}
.login-kick-off .pop .pop_content .head_title {
  margin: 48px auto 8px;
  color: #2C2C2C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.login-kick-off .pop .pop_content .text {
  width: 240px;
  margin: 0 auto 20px;
  padding-top: 4px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: center;
}
.login-kick-off .pop .pop_content .text .device_desc {
  color: #FF730A;
}
.login-kick-off .pop .pop_content .btns {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #EBEBEB;
}
.login-kick-off .pop .pop_content .btns div {
  flex: 1;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.login-kick-off .pop .pop_content .btns .cancel {
  color: #666;
}
.login-kick-off .pop .pop_content .btns .confirm {
  color: #FF730A;
  font-weight: bold;
  border-left: 1px solid #EBEBEB;
}
.login-kick-off .pop .pop_content .device_list {
  max-height: 378px;
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #EBEBEB;
  scrollbar-color: rgba(102, 102, 102, 0.25) transparent;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.login-kick-off .pop .pop_content .device_list::-webkit-scrollbar {
  width: 0.04rem;
}
.login-kick-off .pop .pop_content .device_list::-webkit-scrollbar-track {
  background-color: #EFEFEF;
  border-radius: 0.03rem;
}
.login-kick-off .pop .pop_content .device_list::-webkit-scrollbar-thumb {
  background-color: rgba(102, 102, 102, 0.25);
  border-radius: 0.02rem;
}
.login-kick-off .pop .pop_content .device_list .device_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #EBEBEB;
}
.login-kick-off .pop .pop_content .device_list .device_item .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-kick-off .pop .pop_content .device_list .device_item .left img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.login-kick-off .pop .pop_content .device_list .device_item .left .device_info .device_desc {
  line-height: 18px;
  font-size: 14px;
  color: #2C2C2C;
}
.login-kick-off .pop .pop_content .device_list .device_item .left .device_info .last_login_time {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  white-space: nowrap;
}
.login-kick-off .pop .pop_content .device_list .device_item .kick_off_btn {
  width: 60px;
  height: 28px;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #FF730A;
  color: #FF730A;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.login-kick-off .pop .pop_content .device_list .device_item .kick_off_btn:hover {
  background: #FF730A;
  color: #fff;
}
.login-kick-off .kick_off_pop .pop_content .device_list .device_item .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-toast-pop {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  text-align: center;
}
.m-toast-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.m-toast-inner-text {
  display: inline-block;
  padding: 14px 18px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 21px;
  opacity: 0.69;
  filter: alpha(opacity=69);
  background: #000000;
  border-radius: 3px;
}
