/***
* Copyright (c) 2025 湖南数字侠软件有限公司
* @author freedom.yi
* @date 2025/4/17
* @project sht-mall-web
*
**/
.__userAgent__image {
  display: inline-block;
}

.__userAgent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11300;
  width: 100%;
  height: 1000px
}

.__userAgent__mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #9f9f9f
}

.__userAgent__content {
  width: 800px;
  position: relative;
  top: 10%;
  left: 50%;
  margin-left: -400px;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2)
}

.__userAgent__content_t {
  padding: 16px 24px
}

.__userAgent__content_t_text {
  color: #f66229;
  width: 100%;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 0
}

.__userAgent__header {
  padding: 16px 24px
}

.__userAgent__header_title {
  color: #333;
  font-size: 22px;
  margin: 0;
  text-align: center
}

.__userAgent__body {
  margin: 40px 0
}

.__userAgent__body::after {
  content: "";
  display: table;
  clear: both
}

.__userAgent__body_item {
  display: inline-block;
  text-align: center;
  width: 250px;
  float: left
}

.__userAgent__body_text {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #17a34a;
  margin-top: 4px
}

.__userAgent__wx {
  width: 100%;
  text-align: center
}

.__userAgent__wx_text {
  margin: 0 0 24px 0;
  font-size: 20px;
  color: #ce2222
}
