.help-notice-pop.layui-layer {
  background-color: unset;
  border-radius: 8px;
  overflow: hidden;
}
#helpNotice {
  background: #fff;
  width: 400px;
}
.help-notice-line {
  background: linear-gradient(90deg, #78bdf2, #167bff);
  height: 10px;
}
.help-notice-title {
  font-size: 20px;
  font-family: PingFang HK;
  font-weight: 600;
  color: #303030;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-title-left {
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, #78bdf2 0%, rgba(120, 189, 242, 0) 100%);
  border-radius: 2px;
  margin-right: 8px;
}
.help-notice-time {
  font-size: 14px;
  font-family: DIN Alternate;
  font-weight: bold;
  line-height: 14px;
  color: #a8b3c3;
  margin-top: 4px;
  text-align: center;
}
.help-notice-title-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-family: PingFang HK;
  font-weight: 600;
  color: #1d9dfc;
  padding: 0 20px;
  text-align: center;
  margin-top: 12px;
}
.help-notice-content {
  padding: 0 20px 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.86);
  margin-top: 20px;
  word-break: break-all;
  font-size: 16px;
  min-height: 200px;
  overflow-y: auto;
  max-height: 300px;
}
.help-notice-bottom-btn {
  height: 48px;
  border-top: 1px solid rgba(213, 218, 226, 0.39);
  color: #303030;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.new-help-list-line {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #464646;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 99;
  overflow: hidden;
}
.help-notice-content::-webkit-scrollbar {
  width: 2px;
  background: 0 0;
}
.help-notice-content::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  background-color: #c3cad7;
}
.help-notice-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  background-color: #e6e8ee;
}
.layui-layer-page.help-notice-pop .layui-layer-content {
  overflow: unset;
}
.footer-logo-list li:nth-child(2) {
  width: 95px;
  height: 22px;
  background: url(/assets/emc2019/images/logo/footer-ai-1.webp) no-repeat;
  background-size: 100% 100%;
}
.footer-logo-list li:nth-child(2):hover {
  background: url(/assets/emc2019/images/logo/footer-ai-2.webp) no-repeat;
  background-size: 100% 100%;
}
.brand-fonts {
  width: 950px;
  text-align: center;
  margin: 34px auto 22px;
}
.brand-fonts-img {
  width: 100%;
}
.footer-bottom-fonts {
  height: 20px;
  margin-top: -2px;
}
.footer-content-line3-left ul li a:hover {
  font-weight: unset;
}
.footer-content-line3-left ul li .footer-content-line3-fonts {
  opacity: unset;
}
/*  ‘USDT大奖池’入口 */
.usdt-discount-img-box {
  position: fixed;
  right: 13px;
  bottom: 300px;
  z-index: 901;
  margin-bottom: 20px;
  text-align: right;
}
.usdt-discount-img {
  cursor: pointer;
  transition: all 0.3s;
}
.usdt-discount-img:hover,
.usdt-discount-close:hover {
  transform: scale(1.1);
}
.usdt-discount-img {
  width: 170px;
}
.usdt-discount-close {
  position: absolute;
  top: -4px;
  right: 8px;
  font-size: 22px;
  color: #7e7d7d;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}
.customer-service-text {
  line-height: 18px;
  font-weight: 600;
}
.customer-service-text span {
  font-size: 18px;
}
#hotlineNoticeLayer_1,
#hotlineNoticeLayer_2,
#hotlineNoticeLayer_3 {
  overflow: unset;
  min-width: 400px;
}
.hotline-notice-background {
  background: #fff !important;
  border-radius: 8px;
  overflow: hidden;
}
.hotline-notice-content {
  color: #7c8591;
  font-size: 16px;
  padding: 20px 0;
  flex-direction: column;
  gap: 15px;
}
#phoneNumber {
  color: black;
  border: none;
  background: rgba(240, 242, 247, 0.39);
  border-radius: 2px;
  width: 252px;
  height: 32px;
  padding: 7px 11px;
  margin-bottom: 10px;
}
#phoneNumber::placeholder {
  color: #7c8591;
}
#hotlineResponse .hotline-notice-content {
  flex-direction: row;
  padding: 20px 20px;
  gap: 10px;
}
#hotlineResponseContent {
  color: black;
}
img#successIcon {
  width: 19px;
  height: 19px;
}
img#warningIcon {
  width: 24px;
  height: 24px;
}
.hotline-notice-bottom {
  border-top: 1px solid rgba(213, 218, 226, 0.39);
  display: flex;
}
.hotline-notice-bottom-btn {
  height: 48px;
  color: #7c8591;
  font-size: 16px;
  cursor: pointer;
  flex: 1;
}
.hotline-notice-bottom-btn:last-child {
  border-left: 1px solid rgba(213, 218, 226, 0.39);
  color: #303030;
  font-weight: 500;
}
button.hotline-notice-bottom-btn {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
#hotline-input-empty-warning {
  color: #ff0000;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 36px;
  left: 5px;
}
