.ex-list {
  padding-top: 140px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
}
.ex-list::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(28, 48, 255, 0) 0%, #1c30ff 49.5%, rgba(28, 48, 255, 0) 100%);
}
.ex-list .ex-item {
  width: fit-content;
  padding-bottom: 12px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "TT Octosquares Trl";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  cursor: pointer;
}
.ex-list .ex-item.on {
  color: #fff;
  position: relative;
}
.ex-list .ex-item.on::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: #c059ff;
}
.p-title {
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  margin-bottom: 16px;
}
.p-map {
  width: 100%;
  height: auto;
}
.p-1 {
  margin-bottom: 30px;
}
.p-2 {
  margin-bottom: 30px;
}
.p-3 {
  margin-bottom: 120px;
}
.p-1 {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.p-1 .p-1-item {
  flex: 1;
}
.p-1 .p-1-item:nth-child(1) .p-1-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../images/support/icon-1.png") no-repeat;
  background-size: 100% 100%;
}
.p-1 .p-1-item:nth-child(2) .p-1-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url("../images/support/icon-2.png") no-repeat;
  background-size: 100% 100%;
}
.p-1 .p-1-item .p-1-info {
  width: 100%;
  height: 200px;
  padding-left: 252px;
  padding-right: 40px;
}
.p-1 .p-1-item .p-1-info .title {
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 29px;
}
.p-1 .p-1-item .p-1-info .bt {
  padding: 0 44px;
  width: fit-content;
  height: 48px;
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 175% */
  border-radius: 12px;
  background: linear-gradient(90deg, #1c30ff 0%, #ae33f9 100%);
  white-space: nowrap;
  cursor: pointer;
}
.p-2-info {
  border-radius: 16px;
  background: #141722;
  padding: 30px;
  display: flex;
  gap: 50px;
}
.p-2-info .info {
  flex: 1;
}
.p-2-info ul li {
  margin-bottom: 20px;
}
.p-2-info ul li .til {
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin-bottom: 10px;
}
.p-2-info ul li .til span {
  color: #f40a0a;
}
.p-2-info ul li .inp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.p-2-info ul li .inp input {
  flex: 1;
  height: 40px;
  outline: none;
  border: none;
  padding: 0 10px;
  background: transparent;
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 100% */
}
.p-2-info ul li .inp:focus-within {
  border-color: #1c30ff;
}
.p-2-info ul li .inp .area-out {
  display: none;
  padding-top: 6px;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
  width: 100%;
}
.p-2-info ul li .inp .area-out .area-search {
  padding: 10px;
  position: relative;
  background: #272A39;
  border-radius: 4px 4px 0 0;
}
.p-2-info ul li .inp .area-out .area-search input {
  width: 100%;
  height: 32px;
  border-radius: 2px;
  background: #1E212F;
  border: none;
  outline: none;
  padding: 8px 8px 8px 32px;
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
.p-2-info ul li .inp .area-out .area-search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
.p-2-info ul li .inp .area-out .area-search .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 16px;
  height: 16px;
  background: url('../images/search-icon.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.p-2-info ul li .inp .area-list {
  border-radius: 4px;
  background: #272a39;
  padding: 6px 0;
  overflow-y: auto;
  max-height: 200px;
}
.p-2-info ul li .inp .area-list::-webkit-scrollbar {
  width: 0;
}
.p-2-info ul li .inp .area-list .area-text {
  padding: 8px 12px;
  cursor: pointer;
}
.p-2-info ul li .inp .area-list .area-text img {
  width: auto;
  height: 16px;
  margin-right: 8px;
}
.p-2-info ul li .inp .area-list .area-text:hover {
  background: rgba(28, 48, 255, 0.2);
}
.p-2-info ul li .inp .area {
  width: fit-content;
  height: 100%;
  padding-left: 12px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  cursor: pointer;
}
.p-2-info ul li .inp .area img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.p-2-info ul li textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 80px;
  padding: 10px;
  border-radius: 4px;
}
.p-2-info ul li textarea:focus-within {
  border-color: #1c30ff;
}
.p-2-info .bt {
  min-width: 400px;
  width: fit-content;
  height: 48px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(90deg, #1c30ff 0%, #ae33f9 100%);
  color: #fff;
  font-family: "TT Octosquares Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 100% */
  margin: 32px auto 0;
  padding: 0 82px;
  cursor: pointer;
}
.p-2-info .icon {
  width: 568px;
}
.p-2-info .icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .ex-list {
    padding-top: 80px;
    margin-bottom: 40px;
  }
  .p-1 {
    display: block;
  }
  .p-1 .p-1-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .p-1 .p-1-item:nth-child(1) .p-1-info {
    align-items: flex-end;
  }
  .p-1 .p-1-item .p-1-info {
    height: 140px;
    padding-left: 180px;
  }
  .p-1 .p-1-item .p-1-info .title {
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .p-2-info {
    display: block;
  }
  .p-2-info .icon {
    display: none;
  }
  .p-2-info .info .bt {
    width: 100%;
    min-width: 100%;
  }
  .p-3 {
    margin-bottom: 30px;
  }
}
