
.global_mode_customize .content .banner {
  width: 100%;
  height: 100px;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.global_mode_customize .content .banner .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
