.user-body {
  padding: 20px !important;
}
.user-body .title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #353b50;
}
.user-body .title span {
  font-size: 12px;
  color: #1366ec;
  background-color: #e6eefc;
  padding: 0 6px;
  line-height: 18px;
  border-radius: 10000px;
  margin-left: 5px;
}
.user-body .txt {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  /* 上方气泡 */
  /* 显示动画 */
}
.user-body .txt .upgrade {
  font-size: 12px;
  color: #1366ec;
  border: 1px solid #1366ec;
  border-radius: 10px;
  padding: 2px 7px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.user-body .txt .upgrade .bubble {
  display: none;
  position: absolute;
  color: #333;
  background: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* 气泡箭头 */
}
.user-body .txt .upgrade .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
}
.user-body .txt .top .bubble {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.user-body .txt .top .bubble::after {
  top: 100%;
  border-top-color: #fff;
}
.user-body .txt .show-bubble {
  display: block !important;
  animation: fadeIn 0.2s;
}
.user-body .balance {
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, #fff9ee 0.909%, #ffffff 100%);
  border-radius: 6px;
  padding: 10px;
  margin-top: 16px;
}
.user-body .balance .balance-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-body .balance .balance-top .balance-left {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #353b50;
}
.user-body .balance .balance-top .balance-left img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.user-body .balance .balance-top .balance-right {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 2px 8px;
  border-radius: 10000px;
  cursor: pointer;
  box-sizing: border-box;
}
.user-body .balance .balance-top .balance-right.j-get-kafe {
  color: #FF9A0A;
  border: 1px solid #ff9a0a;
  margin-left: 25px;
}
.user-body .balance .balance-top .balance-right.j-recharge {
  color: #fff;
  border: 1px solid #ff9a0a;
  background: #ff9a0a;
}
.user-body .balance .balance-bottom {
  display: flex;
  margin-top: 13px;
  height: 30px;
}
.user-body .balance .balance-bottom .balance-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.user-body .balance .balance-bottom .balance-left .t1 {
  font-size: 12px;
  color: #353b50;
}
.user-body .balance .balance-bottom .balance-left .t2 {
  font-size: 12px;
  color: #ff4e4e;
  margin-top: 5px;
}
.user-body .balance .balance-bottom .xian {
  width: 1px;
  height: 30px;
  background-color: #ffefd1;
}
.user-body .balance .balance-bottom .balance-right {
  flex: 1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-body .balance .balance-bottom .balance-right .t1 {
  font-size: 12px;
  color: #353b50;
}
.user-body .balance .balance-bottom .balance-right .t2 {
  margin-top: 5px;
  font-size: 12px;
  color: #ff4e4e;
}
.user-body .medal {
  width: 100%;
  margin-top: 16px;
}
.user-body .medal .medal_title {
  width: 100%;
  font-size: 14px;
  color: #353b50;
  font-weight: bold;
  background-image: url(/assets/img/user_path9.png);
  background-size: 100% 14px;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
}
.user-body .medal .medal_list {
  display: flex;
  flex-direction: column;
  /* 上方气泡 */
  /* 显示动画 */
}
.user-body .medal .medal_list .medal-row {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.user-body .medal .medal_list .medal-row .medal_item {
  margin: 0 17px;
}
.user-body .medal .medal_list .trigger {
  display: inline-block;
  color: white;
  cursor: pointer;
  position: relative;
  /* 为气泡定位提供基准 */
  /* 气泡框样式 */
}
.user-body .medal .medal_list .trigger .bubble {
  display: none;
  position: absolute;
  color: #333;
  background: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* 气泡箭头 */
}
.user-body .medal .medal_list .trigger .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
}
.user-body .medal .medal_list .top .bubble {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.user-body .medal .medal_list .top .bubble::after {
  top: 100%;
  border-top-color: #fff;
}
.user-body .medal .medal_list .show-bubble {
  display: block !important;
  animation: fadeIn 0.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.user-body .medal .medal_list .medal_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  margin-right: 28px;
  cursor: pointer;
}
.user-body .medal .medal_list .medal_item img {
  width: 40px;
  height: 40px;
}
.user-body .medal .medal_list .medal_item .medal_txt {
  font-size: 10px;
  color: #353b50;
  margin-top: 6px;
}
.user-footer {
  display: flex;
  justify-content: space-evenly;
}
.scrollBox {
  overflow-y: auto !important;
}
.scrollBox::-webkit-scrollbar {
  width: 6px;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #0d53ff;
  border-radius: 4px;
}
.scrollBox::-webkit-scrollbar-resizer {
  background: #0d53ff;
}
.scrollBox::-webkit-scrollbar-track-piece {
  background: #eee;
  border-radius: 4px;
}
.com-popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.com-popup .popup1_box {
  left: 50%;
  top: 50%;
  width: 860px;
  height: 90vh;
  background-color: #f7faff;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 10px;
  padding: 40px 0px 40px 30px;
  position: relative;
  overflow: hidden;
}
.com-popup .popup1_box .popup_btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.com-popup .popup1_box .popup_btn img {
  width: 100%;
  height: 100%;
}
.com-popup .popup1_box .popup1_title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.com-popup .popup1_box .history {
  width: 270px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 10px 0 20px;
  box-sizing: border-box;
}
.com-popup .popup1_box .history ._top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-popup .popup1_box .history ._top .title {
  font-size: 20px;
  color: #353b50;
  font-weight: bold;
}
.com-popup .popup1_box .history ._top img {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.com-popup .popup1_box .history .sou {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.com-popup .popup1_box .history .sou ._left {
  width: 194px;
  height: 36px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 0 10px;
  box-sizing: border-box;
  border-radius: 100px;
}
.com-popup .popup1_box .history .sou ._left div {
  flex: 1;
  display: flex;
  align-items: center;
}
.com-popup .popup1_box .history .sou ._left div img {
  width: 14px;
  height: 14px;
}
.com-popup .popup1_box .history .sou ._left div input {
  border: none;
  width: 80%;
  font-size: 14px;
  color: #353b50;
  outline: none;
}
.com-popup .popup1_box .history .sou ._left button {
  width: 50px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  background-color: #0d53ff;
  border: none;
  padding: 0;
  border-radius: 100px;
}
.com-popup .popup1_box .history .sou ._right {
  width: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.com-popup .popup1_box .history .sou ._right img {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.com-popup .popup1_box .history ._list {
  margin-top: 20px;
  height: 651px;
  overflow-y: auto;
}
.com-popup .popup1_box .history ._list ._item {
  font-size: 14px;
  color: #353b50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 100px;
  margin-bottom: 5px;
}
.com-popup .popup1_box .history ._list ._item .text {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer;
}
.com-popup .popup1_box .history ._list ._item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.com-popup .popup1_box .history ._list ._item:hover img {
  display: block;
}
.com-popup .popup1_box .history ._list ._item img {
  width: 14px;
  height: 14px;
  display: none;
  cursor: pointer;
}
.com-popup .popup1_box .history ._noData {
  width: 100%;
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.com-popup .popup1_box .history .more {
  width: 100%;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.com-popup .popup1_box .history ._loadMore {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  /* HTML: <div class="loader"></div> */
}
.com-popup .popup1_box .history ._loadMore .loader {
  width: 15px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  margin-right: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, #0000 0 70%, #000000 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, #0000 0 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.com-popup .popup1_box .history ._loadMore .loader::before,
.com-popup .popup1_box .history ._loadMore .loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.com-popup .popup1_box .history ._loadMore .loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}
@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}
.com-popup .popup1_box .popup1_top {
  height: calc(100% - 130px);
  padding-right: 30px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .logo {
  width: 178px;
  height: 60px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .popup1_box1_txt {
  margin-top: 10px;
  font-size: 16px;
  color: #353b50;
  line-height: 24px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box {
  width: 100%;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box .ask_title {
  font-size: 20px;
  color: #353b50;
  font-weight: bold;
  margin-top: 20px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box .ask_list {
  margin-top: 20px;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box .ask_list .ask_item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7faff;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box .ask_list .ask_item .ask_item_left {
  font-size: 16px;
  color: #353b50;
}
.com-popup .popup1_box .popup1_top .popup1_box1 .ask_box .ask_list .ask_item .jiantou {
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  width: 8px;
  height: 8px;
  border-color: #353b50;
}
.com-popup .popup1_box .popup1_top .popup1_box2 {
  width: 100%;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .pop1_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .userbox {
  min-width: 480px;
  min-height: 102px;
  border-radius: 20px 20px 0px 20px;
  background-color: #0d53ff;
  padding: 20px 30px 45px;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .userbox .user_text {
  font-size: 16px;
  color: #fff;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .userbox .user_btns {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .userbox .user_btns .user_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-left: 40px;
  cursor: pointer;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .userbox .user_btns .user_btn img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box {
  width: 100%;
  margin-top: 30px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #353b50;
  font-weight: bold;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_title img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he {
  margin-top: 10px;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #353b50;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0d53ff;
  position: absolute;
  left: -20px;
  border-radius: 50%;
  top: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_left {
  display: flex;
  align-items: center;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_left .robot_item {
  font-size: 14px;
  color: #999999;
  margin-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_left .robot_item.active {
  color: #0d53ff;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_left .robot_item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_right .robot_item {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.com-popup .popup1_box .popup1_top .popup1_box2 .robot_box .robot_he .robot_bottom .robot_bottom_right .robot_item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box4 {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 30px 10px;
  border-radius: 20px;
}
.com-popup .popup1_box .popup1_top .popup1_box4 .popup1_box4_title {
  font-size: 20px;
  color: #0d53ff;
  font-weight: bold;
}
.com-popup .popup1_box .popup1_top .popup1_box4 ul {
  margin-top: 10px;
}
.com-popup .popup1_box .popup1_top .popup1_box4 ul li {
  line-height: 30px;
  font-size: 14px;
  color: #353b50;
  cursor: pointer;
}
.com-popup .popup1_box .popup1_box3 {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  box-shadow: 0 1px 4px 1px rgba(102, 102, 102, 0.2);
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_list {
  display: flex;
  flex-wrap: wrap;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_list .popup1_box3_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #353b50;
  border: 1px solid #cccccc;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_list .popup1_box3_item.active {
  color: #0d53ff;
  background-color: #f1f5ff;
  border: none;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_list .popup1_box3_item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp {
  width: 100%;
  box-shadow: 0 1px 4px 1px rgba(102, 102, 102, 0.2);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 20px;
  min-height: 40px;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .fad49dec {
  flex: 1;
  min-height: 40px;
  max-height: 300px;
  margin: 0 4px;
  position: relative;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .fad49dec .b13855df {
  visibility: hidden;
  pointer-events: none;
  min-height: 40px;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  max-height: 300px;
  font-size: 20px;
  line-height: 40px;
  word-break: break-word;
  white-space: pre-wrap;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .fad49dec .auto-resize {
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  min-height: 40px;
  max-height: 300px;
  box-sizing: border-box;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  word-break: break-word;
  white-space: pre-wrap;
  margin: 0;
  padding: 0;
  font-family: inherit;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .inp_btn {
  width: 40px;
  height: 40px;
  background-color: #0d53ff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .inp_btn img {
  width: 20px;
  height: 20px;
}
.com-popup .popup1_box .popup1_box3 .popup1_box3_inp .inp_btn2 img {
  width: 15px;
  height: 15px;
}
.com-popup .popup2_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 860px;
  height: 560px;
  background-image: url(/assets/img/popup2_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}
.com-popup .popup2_box .iphBox {
  width: 250px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translateX(-50%) translateY(-50%);
}
.com-popup .popup2_box .iphBox .inp_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.com-popup .popup2_box .iphBox .inp_info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 10px 10px 10px;
}
.com-popup .popup2_box .iphBox .inp_info .info-box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 999;
  border-radius: 33px;
  overflow: hidden;
}
.com-popup .popup2_box .iphBox .popup_btn {
  width: 24px;
  height: 24px;
  background-color: #353b50;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  z-index: 999;
}
.com-popup .popup2_box .popup_btn {
  width: 24px;
  height: 24px;
  background-color: #353b50;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.com-popup .popup2_box .popup2_userinfo {
  display: flex;
  padding: 5px 10px;
}
.com-popup .popup2_box .popup2_userinfo img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 50%;
}
.com-popup .popup2_box .popup2_userinfo .info-txt {
  height: 48px;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-popup .popup2_box .popup2_userinfo .info-txt .info-name {
  font-size: 18px;
  color: #353b50;
  font-weight: bold;
  line-height: 1.2;
}
.com-popup .popup2_box .popup2_userinfo .info-txt .info-num {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.com-popup .popup2_box .popup2_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left {
  width: 660px;
  height: 472px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff4d5 0.148%, #ffffff 16.111%);
  padding: 20px 30px;
  box-sizing: border-box;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_title img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item {
  width: 194px;
  height: 140px;
  background-image: url(/assets/img/popup2_8.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid #eeeeee;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item.active {
  border-color: #ff5353;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item.active .bq {
  background-image: url(/assets/img/popup2_4.png);
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .bq {
  position: absolute;
  left: -4px;
  top: -10px;
  width: 44px;
  height: 32px;
  background-image: url(/assets/img/popup2_5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .item_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .left_item_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .left_item_txt {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .price {
  display: flex;
  align-items: flex-end;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .price .price_left {
  font-size: 32px;
  line-height: 1;
  color: #ff5353;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .price .price_left span {
  font-size: 20px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .price .price_right {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .level_price {
  display: flex;
  align-items: flex-end;
  padding: 0 5px;
  width: 100%;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .level_price .item {
  width: 24%;
  border: 1px solid #d1d0d0;
  border-radius: 5px;
  padding: 0 2px;
  margin: 1px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .level_price .item.active {
  border: 2px solid #fcb903;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .level_price .item .t {
  text-align: center;
  color: #3e88e2;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_list .left_item .level_price .item .t_price {
  text-align: center;
  font-size: 10px;
  color: #FF0000;
  padding: 2px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_text {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 8px;
  display: flex;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box {
  width: 100%;
  height: 198px;
  box-sizing: border-box;
  background-image: url(/assets/img/popup2_9.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
  padding-top: 18px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_top {
  display: flex;
  height: 36px;
  padding-left: 215px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_top img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_top .box_top-txt {
  padding: 4px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_top .box_top-txt .box_top-name {
  font-size: 16px;
  line-height: 1;
  color: #9a691d;
  font-weight: bold;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_top .box_top-txt .box_top-num {
  font-size: 12px;
  color: #9a691d;
  line-height: 1;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom {
  margin-top: 20px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom .left_box_bottom-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 35px;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom .left_box_bottom-list .left_box_bottom-item {
  width: 120px;
  margin-bottom: 2px;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #9a691d;
  line-height: 20px;
  font-weight: bold;
  padding: 3px 4px;
  margin-right: 20px;
  position: relative;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom .left_box_bottom-list .left_box_bottom-item.active {
  border: 1px solid #FF6600;
  border-radius: 2px;
  background-color: #fff;
  color: #FF6600;
  cursor: pointer;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom .left_box_bottom-list .left_box_bottom-item.active .bq {
  width: 16px;
  height: 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  margin-right: 0;
}
.com-popup .popup2_box .popup2_bottom .popup2_left .popup2_left_box .left_box_bottom .left_box_bottom-list .left_box_bottom-item img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right {
  margin-left: -5px;
  width: 160px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top {
  width: 160px;
  height: 413px;
  box-sizing: border-box;
  border: 1px solid #ecc89e;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 17.778%, #fff4d5 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .price {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  color: #ff5353;
  line-height: 1;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .price span {
  font-size: 28px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .price_txt {
  background-color: #ff5353;
  font-size: 12px;
  color: #ffffff;
  width: 104px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .ewm {
  margin-top: 28px;
  width: 140px;
  height: 140px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .ewm img {
  width: 100%;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .sm {
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_top .sm img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.com-popup .popup2_box .popup2_bottom .popup2_right .right_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}
.com-popup .popup3_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 1000px;
  padding-bottom: 10px;
  background-color: #f2f7fd;
  border-radius: 10px;
}
.com-popup .popup3_box .popup_btn {
  width: 24px;
  height: 24px;
  background-color: #353b50;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.com-popup .popup3_box .popup3_top {
  width: 100%;
  height: 160px;
  background-image: url(/assets/img/popup3_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 50px 0;
}
.com-popup .popup3_box .popup3_top .popup3_top_box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-popup .popup3_box .popup3_top .popup3_top_box1 .popup3_top_left {
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
.com-popup .popup3_box .popup3_top .popup3_top_box1 .popup3_top_right {
  width: 360px;
  height: 48px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
.com-popup .popup3_box .popup3_top .popup3_top_box1 .popup3_top_right img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.com-popup .popup3_box .popup3_top .popup3_top_box1 .popup3_top_right .inp {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}
.com-popup .popup3_box .popup3_top .popup3_top_box2 {
  display: flex;
  margin-top: 38px;
}
.com-popup .popup3_box .popup3_top .popup3_top_box2 .popup3_top_box2-item {
  color: #ffffff;
  font-size: 20px;
  margin-right: 20px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.com-popup .popup3_box .popup3_top .popup3_top_box2 .popup3_top_box2-item.active::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.com-popup .popup3_box .popup3_bottom {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  height: 390px;
  margin-top: 24px;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box {
  cursor: pointer;
  width: 290px;
  height: 180px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box:nth-child(3n) {
  margin-right: 0;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box .title {
  font-size: 20px;
  color: #353b50;
  line-height: 20px;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box .title img {
  width: 20px;
  height: 20px;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box .text {
  font-size: 14px;
  color: #68718f;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 确保换行符被尊重 */
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box .btn_box {
  display: flex;
  justify-content: flex-end;
}
.com-popup .popup3_box .popup3_bottom .popup3_bottom_box .btn_box img {
  width: 20px;
  height: 20px;
}
.com-popup .popup4_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 400px;
  padding-bottom: 10px;
  height: 263px;
  border-radius: 10px;
}
.com-popup .popup4_box .popup4_img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.com-popup .popup4_box .popup4_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.com-popup .popup4_box .popup4 {
  width: 100%;
  height: 243px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.com-popup .popup4_box .popup4 .popup4_text {
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  font-weight: bold;
}
.com-popup .popup4_box .popup4 .popup4_text2 {
  font-size: 28px;
  color: #0d53ff;
  font-weight: bold;
  line-height: 30px;
}
.com-popup .popup4_box .popup4 .popup_btn {
  width: 150px;
  height: 40px;
  background-color: #0d53ff;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}
.com-popup .popup5_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup5_box .record {
  width: 420px;
  height: 365px;
  background-color: #fff;
  position: absolute;
  left: 110%;
  top: -30px;
  border-radius: 10px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.com-popup .popup5_box .record .record_list {
  height: 80%;
}
.com-popup .popup5_box .record .record_list .record_item {
  padding: 13px 0;
  border-bottom: 1px solid #eeeeee;
}
.com-popup .popup5_box .record .record_list .record_item ._top {
  display: flex;
  justify-content: space-between;
}
.com-popup .popup5_box .record .record_list .record_item ._top ._left ._title {
  line-height: 16px;
  font-size: 14px;
  color: #333333;
}
.com-popup .popup5_box .record .record_list .record_item ._top ._left ._txt {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.com-popup .popup5_box .record .record_list .record_item ._top ._right {
  width: 60px;
  height: 30px;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.com-popup .popup5_box .record .record_list .record_item ._bottom {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 16px;
}
.com-popup .popup5_box .popup5_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.com-popup .popup5_box .popup5_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.com-popup .popup5_box .popup5_title .span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0d53ff;
  margin-left: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.com-popup .popup5_box .popup5_title .span img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.com-popup .popup5_box .inp {
  width: 100%;
  height: 48px;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 4px;
  margin-top: 30px;
}
.com-popup .popup5_box .select {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.com-popup .popup5_box .select .select_text {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-right: 12px;
  font-weight: bold;
}
.com-popup .popup5_box .select .select_box {
  display: flex;
  align-items: center;
}
.com-popup .popup5_box .select .select_box .lab {
  display: flex;
  align-items: center;
  margin-right: 50px;
  height: 19px;
  margin-bottom: 0;
  cursor: pointer;
}
.com-popup .popup5_box .select .select_box .lab input {
  margin-right: 10px;
  cursor: pointer;
}
.com-popup .popup5_box .select .select_box .lab input[type="radio"] {
  margin-top: 0;
}
.com-popup .popup5_box .text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 16px;
  color: #aaaaaa;
}
.com-popup .popup5_box .text span {
  color: #0d53ff;
}
.com-popup .popup5_box .text2 {
  font-size: 14px;
  margin-top: 28px;
  line-height: 16px;
  color: #333333;
}
.com-popup .popup5_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.com-popup .popup5_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
}
.com-popup .popup5_box .popup_btns div img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.com-popup .popup5_box .popup_btns div.popup_btn1 {
  color: #999999;
  border-color: #999999;
}
.com-popup .popup5_box .popup_btns div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup5_box .popup_btns2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.com-popup .popup5_box .popup_btns2 ._left {
  display: flex;
  align-items: center;
}
.com-popup .popup5_box .popup_btns2 ._left span {
  font-size: 16px;
  color: #333;
}
.com-popup .popup5_box .popup_btns2 ._right {
  display: flex;
  justify-content: flex-end;
}
.com-popup .popup5_box .popup_btns2 ._right div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
}
.com-popup .popup5_box .popup_btns2 ._right div img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.com-popup .popup5_box .popup_btns2 ._right div.popup_btn1 {
  color: #999999;
  border-color: #999999;
}
.com-popup .popup5_box .popup_btns2 ._right div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup6_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 775px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup6_box.p6box {
  width: 640px;
}
.com-popup .popup6_box .box_main {
  display: flex;
}
.com-popup .popup6_box .box_main .el-menu-nav {
  width: 150px;
}
.com-popup .popup6_box .box_main .tabs {
  margin-left: 20px;
}
.com-popup .popup6_box .popup6_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
.com-popup .popup6_box .popup6_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.com-popup .popup6_box .popup6_title .popup6_img {
  width: 20px;
  height: 27px;
  margin-right: 10px;
  margin-left: 10px;
}
.com-popup .popup6_box .item_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.com-popup .popup6_box .item_box .left {
  font-size: 14px;
  color: #333333;
  margin-right: 12px;
  margin-top: 4px;
  width: 60px;
}
.com-popup .popup6_box .item_box .select_box {
  height: 30px;
  border: 1px solid #dcdfe6;
  outline: none;
  padding: 0 10px;
}
.com-popup .popup6_box .item_box .inp {
  flex: 1;
  height: 30px;
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 4px;
}
.com-popup .popup6_box .item_box .textarea {
  flex: 1;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 4px;
  height: 115px;
  padding: 12px;
  resize: none;
}
.com-popup .popup6_box .item_box .text {
  font-size: 14px;
  color: #999999;
}
.com-popup .popup6_box .item_box .text span {
  color: #0d53ff;
  text-decoration: underline;
  cursor: pointer;
}
.com-popup .popup6_box .item_box .t_txt {
  margin-left: 8px;
  color: #AAAAAA;
  width: 688px;
  height: 66px;
  overflow-y: auto;
  cursor: pointer;
}
.com-popup .popup6_box .item_box2 {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-popup .popup6_box .item_box2 ._left {
  display: flex;
  align-items: center;
}
.com-popup .popup6_box .item_box2 ._left .lf_item {
  padding: 0 10px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.com-popup .popup6_box .item_box2 ._left .lf_item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.com-popup .popup6_box .item_box2 ._right {
  font-size: 14px;
  color: #999999;
}
.com-popup .popup6_box .item_box2 ._right span {
  color: #0d53ff;
  text-decoration: underline;
  cursor: pointer;
}
.com-popup .popup6_box .select {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.com-popup .popup6_box .select .select_text {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-right: 12px;
  font-weight: bold;
}
.com-popup .popup6_box .select .select_box {
  display: flex;
  align-items: center;
}
.com-popup .popup6_box .select .select_box .lab {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.com-popup .popup6_box .select .select_box .lab input {
  margin-right: 10px;
}
.com-popup .popup6_box .content {
  width: 100%;
  height: 430px;
  overflow-y: auto;
  border: 1px solid #666;
  border-radius: 10px;
}
.com-popup .popup6_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-popup .popup6_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}
.com-popup .popup6_box .popup_btns div.popup_btn1 {
  color: #999999;
  border-color: #999999;
}
.com-popup .popup6_box .popup_btns div.popup_btn1 img {
  width: 16px;
  margin-right: 5px;
}
.com-popup .popup6_box .popup_btns div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup7_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup7_box .popup7_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-popup .popup7_box .popup7_title .popup7_img2 {
  width: 12px;
  cursor: pointer;
  height: 12px;
}
.com-popup .popup7_box .item_box {
  margin-bottom: 22px;
}
.com-popup .popup7_box .item_box .item_title {
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-popup .popup7_box .item_box .item_title .left {
  font-size: 14px;
  color: #333333;
}
.com-popup .popup7_box .item_box .item_title .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0d53ff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.com-popup .popup7_box .item_box .item_title .right:hover .hover_box {
  display: block;
}
.com-popup .popup7_box .item_box .item_title .right .popup7_img1 {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.com-popup .popup7_box .item_box .item_title .right .hover_box {
  display: none;
  position: absolute;
  right: -4px;
  top: 20px;
  width: 300px;
  height: 69px;
  color: #333333;
  font-size: 12px;
  background-color: #fff;
  padding: 15px 10px 6px;
  line-height: 16px;
  border-radius: 10px;
  background-image: url(/assets/img/hover-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.com-popup .popup7_box .item_box .textarea {
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 4px;
  width: 100%;
  height: 84px;
  padding: 10px;
  resize: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.com-popup .popup7_box .item_box .textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}
.com-popup .popup7_box .item_box .textarea::-moz-placeholder {
  color: #d8d8d8;
}
.com-popup .popup7_box .item_box .textarea:-ms-input-placeholder {
  color: #d8d8d8;
}
.com-popup .popup7_box .item_box .textarea::placeholder {
  color: #d8d8d8;
}
.com-popup .popup7_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-popup .popup7_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
  text-align: center;
}
.com-popup .popup7_box .popup_btns div.popup_btn1 {
  color: #999999;
  width: 80px;
  border-color: #999999;
}
.com-popup .popup7_box .popup_btns div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup8_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 430px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup8_box .popup8_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-popup .popup8_box .popup8_title .popup8_img2 {
  width: 12px;
  cursor: pointer;
  height: 12px;
}
.com-popup .popup8_box .popup8-text {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-top: 10px;
}
.com-popup .popup8_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-popup .popup8_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
}
.com-popup .popup8_box .popup_btns div.popup_btn1 {
  color: #999999;
  width: 80px;
  border-color: #999999;
}
.com-popup .popup8_box .popup_btns div.popup_btn2 {
  color: #fff;
  width: 80px;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup9_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 430px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup9_box .popup9_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-popup .popup9_box .popup9_title .popup9_img2 {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.com-popup .popup9_box .popup9-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.com-popup .popup9_box .popup9-item .left {
  display: flex;
}
.com-popup .popup9_box .popup9-item .left img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 2px;
}
.com-popup .popup9_box .popup9-item .left .img_dou {
  margin-right: 10px;
  margin-top: -2px;
}
.com-popup .popup9_box .popup9-item .left .info .t1 {
  font-size: 14px;
  color: #000000;
}
.com-popup .popup9_box .popup9-item .left .info .t2 {
  font-size: 12px;
  color: #999999;
}
.com-popup .popup9_box .popup9-item .left .info .t3 {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 2px 0;
}
.com-popup .popup9_box .popup9-item .left .info .t3 img {
  width: 14px;
  height: 14px;
}
.com-popup .popup9_box .popup9-item .left .info .t3 .tred {
  color: #FF0000;
}
.com-popup .popup9_box .popup9-item .right {
  width: 60px;
  height: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  cursor: pointer;
}
.com-popup .popup9_box .popup9-item .right.style1 {
  background-color: #fff0da;
  color: #ff9a0a;
}
.com-popup .popup9_box .popup9-item .right.style2 {
  background-color: #f9f9f9;
  color: #999999;
}
.com-popup .popup10_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.com-popup .popup10_box img {
  width: 112px;
  height: 152px;
  margin-right: 20px;
}
.com-popup .popup10_box ._right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.com-popup .popup10_box ._right .loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  margin: 40px;
  border-radius: 50%;
  color: #fff;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.com-popup .popup10_box ._right .loader_text {
  font-size: 20px;
  color: #fff;
}
.com-popup .record_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 620px;
  height: 365px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 0px 0 20px;
  box-sizing: border-box;
}
.com-popup .record_box .popup5_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.com-popup .record_box .popup5_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.com-popup .record_box .popup5_title .span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0d53ff;
  margin-left: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.com-popup .record_box .popup5_title .span img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.com-popup .record_box .record_list {
  height: 80%;
}
.com-popup .record_box .record_list .record_item {
  padding: 13px 20px 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.com-popup .record_box .record_list .record_item ._top {
  display: flex;
  justify-content: space-between;
}
.com-popup .record_box .record_list .record_item ._top ._left {
  flex: 1;
  margin-right: 20px;
}
.com-popup .record_box .record_list .record_item ._top ._left ._title {
  line-height: 16px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}
.com-popup .record_box .record_list .record_item ._top ._left ._txt {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 确保换行符被尊重 */
}
.com-popup .record_box .record_list .record_item ._top ._right {
  width: 60px;
  height: 30px;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.com-popup .record_box .record_list .record_item ._bottom {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 16px;
}
.com-popup .popup11_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup11_box .popup6_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
.com-popup .popup11_box .popup6_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.com-popup .popup11_box .item_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.com-popup .popup11_box .item_box .textarea {
  flex: 1;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 4px;
  height: 115px;
  padding: 12px;
  resize: none;
}
.com-popup .popup11_box .item_box .text {
  font-size: 14px;
  color: #999999;
}
.com-popup .popup11_box .item_box .text span {
  color: #0d53ff;
  text-decoration: underline;
  cursor: pointer;
}
.com-popup .popup11_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-popup .popup11_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}
.com-popup .popup11_box .popup_btns div.popup_btn1 {
  color: #999999;
  border-color: #999999;
}
.com-popup .popup11_box .popup_btns div.popup_btn1 img {
  width: 16px;
  margin-right: 5px;
}
.com-popup .popup11_box .popup_btns div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
.com-popup .popup12_box {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 450px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.com-popup .popup12_box.p6box {
  width: 640px;
}
.com-popup .popup12_box .popup6_img2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
.com-popup .popup12_box .popup6_title {
  font-size: 20px;
  color: #353b50;
  line-height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.com-popup .popup12_box .popup6_title .popup6_img {
  width: 20px;
  height: 27px;
  margin-right: 10px;
  margin-left: 10px;
}
.com-popup .popup12_box .s_box {
  margin-top: 20px;
}
.com-popup .popup12_box .s_box .subsystem-container {
  display: flex;
  margin-bottom: 20px;
}
.com-popup .popup12_box .s_box .subsystem-label {
  font-size: 14px;
  color: #333;
  width: 100px;
  line-height: 36px;
}
.com-popup .popup12_box .s_box .subsystem-content {
  flex: 1;
}
.com-popup .popup12_box .s_box .subsystem-input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.com-popup .popup12_box .s_box .subsystem-options {
  margin-top: 10px;
}
.com-popup .popup12_box .s_box .subsystem-option {
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #606266;
  font-weight: normal !important;
}
.com-popup .popup12_box .s_box .subsystem-option input[type="checkbox"],
.com-popup .popup12_box .s_box .subsystem-option input[type="radio"] {
  margin-top: 0px;
  margin-right: 8px;
  vertical-align: middle;
}
.com-popup .popup12_box .select {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.com-popup .popup12_box .select .select_text {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-right: 12px;
  font-weight: bold;
}
.com-popup .popup12_box .select .select_box {
  display: flex;
  align-items: center;
}
.com-popup .popup12_box .select .select_box .lab {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.com-popup .popup12_box .select .select_box .lab input {
  margin-right: 10px;
}
.com-popup .popup12_box .content {
  width: 100%;
  height: 430px;
  overflow-y: auto;
  border: 1px solid #666;
  border-radius: 10px;
}
.com-popup .popup12_box .popup_btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-popup .popup12_box .popup_btns div {
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}
.com-popup .popup12_box .popup_btns div.popup_btn1 {
  color: #999999;
  border-color: #999999;
}
.com-popup .popup12_box .popup_btns div.popup_btn1 img {
  width: 16px;
  margin-right: 5px;
}
.com-popup .popup12_box .popup_btns div.popup_btn2 {
  color: #fff;
  border: none;
  background-color: #0d53ff;
}
