.translate-box .main-content {
  min-height: calc(100vh - 42px);
  padding-top: 71px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 100px;
  background-color: #F4F5F8;
}
.translate-box .main-content .translate-type-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.translate-box .main-content .translate-type-box .translate-type-item {
  display: flex;
  align-items: center;
  color: #0F2B46;
  font-weight: 600;
  font-size: 20px;
  margin-right: 24px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  height: 70px;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.translate-box .main-content .translate-type-box .translate-type-active {
  border-color: var(--p-color-2);
  background-color: rgba(0, 200, 117, 0.08);
}
.translate-box .main-content .translate-type-box .c-img {
  margin-right: 8px;
}
.translate-box .main-content .t-tools {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.translate-box .main-content .t-tools .arrow {
  margin: 0 16px;
  width: 20px;
  cursor: pointer;
}
.translate-box .main-content .t-tools .tool-item {
  min-width: 180px;
  width: fit-content;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: var(--c333-color);
  cursor: pointer;
}
.translate-box .main-content .t-tools .tool-item:hover {
  color: var(--p-color-2);
}
.translate-box .main-content .t-tools .tool-item .cus-down {
  margin: 0 5px;
  color: var(--c666-color);
}
.translate-box .main-content .result-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.translate-box .main-content .result-content .c-input {
  height: 100%;
}
.translate-box .main-content .result-content .c-input textarea {
  height: 100%;
  resize: none;
  padding: 11px 14px;
  font-size: 20px;
  border-radius: 5px 0 0 5px;
  border-color: #fff;
  color: var(--c333-color);
}
.translate-box .main-content .result-content .c-input textarea:focus {
  border-color: var(--p-color-2);
}
.translate-box .main-content .result-content .show-result {
  min-width: 600px;
  width: 600px;
  height: 100%;
  padding: 11px 14px;
  background-color: rgba(169, 173, 204, 0.1);
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  overflow-y: auto;
  word-break: break-all;
  font-size: 20px;
  line-height: 1.5;
  color: var(--c333-color);
}

.cus-trans-content {
  padding: 16px 16px;
  padding-right: 0;
  border-radius: 10px;
}
.cus-trans-content .group-list {
  max-height: 400px;
  overflow: auto;
}
.cus-trans-content .group-list .group-item {
  margin-bottom: 16px;
}
.cus-trans-content .group-list .group-item .group-label {
  color: #999;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.cus-trans-content .group-list .group-item .trans-list {
  display: flex;
  flex-wrap: wrap;
}
.cus-trans-content .group-list .group-item .trans-list .trans-item {
  color: var(--c333-color);
  cursor: pointer;
  display: inline-block;
  font-size: 13.5px;
  line-height: 22px;
  margin-bottom: 9px;
  vertical-align: top;
  width: 150px;
}
.cus-trans-content .group-list .group-item .trans-list .trans-item:hover {
  color: var(--p-color-2);
}
.cus-trans-content .group-list .group-item .trans-list .trans-disabled {
  cursor: not-allowed;
  color: #ddd;
}
.cus-trans-content .group-list .group-item .trans-list .trans-disabled:hover {
  color: #ddd;
}