@charset "utf-8";
/*******文字转语音*******/
.proty {
  width: 100%;
  background-color: #EBEEFF;
  padding: 75px 0px 80px;
}
.tyselect-layer {
  margin-top: 63px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
  border-radius: 4px;
}
.tyselect-tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0F2F5;
}
.tyselect-tab ul {
  display: flex;
  width: 50%;
  padding-left: 24px;
}
.tyselect-tab ul li {
  position: relative;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tyselect-tab ul li:not(:last-child) {
  margin-right: 40px;
}
.tyselect-tab ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  height: 2px;
  background-color: #6435FC;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.tyselect-tab ul li.active {
  color: #6435FC;
}
.tyselect-tab ul li.active::after {
  width: 100%;
}
.tyselect {
  display: flex;
  justify-content: space-between;
  height: 520px;
}
.tyselect-left {
  width: 816px;
  padding-top: 19px;
}
.tyselect-left .nologin-tips {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  padding: 200px 0px 0px 0px;
}
.tyselect-left .nologin-tips a {
  color: #FF6666;
}
.tyselect-left .left-title {
  line-height: 26px;
  font-size: 16px;
  padding-left: 24px;
}
.tyselect-left .tyselect-list {
  display: flex;
  padding: 0px 24px;
  margin-top: 19px;
}
.tyselect-left .tyselect-list li {
  position: relative;
  min-width: 88px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  padding: 0px 6px;
  border: 1px solid #DBE1E8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tyselect-left .tyselect-list li:first-child {
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}
.tyselect-left .tyselect-list li:last-child {
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}
.tyselect-left .tyselect-list li:not(:first-child) {
  margin-left: -1px;
}
.tyselect-left .tyselect-list li:hover {
  border-color: #6435FC;
  z-index: 1;
}
.tyselect-left .tyselect-list li.active {
  color: #6435FC;
  background-color: #EFEAFF;
  border-color: #6435FC;
  z-index: 2;
}
.tyselect-item-box {
  padding-left: 24px;
  margin-top: 24px;
}
.tyselect-item {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-height: 392px;
  overflow-y: scroll;
}
.tyselect-item::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.tyselect-item::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.tyselect-item::-webkit-scrollbar-track {
  background-color: transparent;
}
.tyselect-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DBE1E8;
}
.tyselect-item::-webkit-scrollbar-thumb:hover {
  background-color: #9EA7B3;
}
@supports (-moz-appearance: none) {
  .tyselect-item {
    scrollbar-width: thin;
    /* 或者使用 'auto' 或 'none' */
    scrollbar-color: #DBE1E8 #FFF;
    /* 第一个颜色为滚动条颜色，第二个颜色为轨道颜色 */
  }
}
.tyselect-item:nth-child(1) {
  display: flex;
}
.tyselect-item .item-type {
  position: relative;
  width: 248px;
  height: 84px;
  background: #FFFFFF;
  padding: 15px 0px 0px 63px;
  border-radius: 2px;
  border: 1px solid #DBE1E8;
  margin: 0px 12px 12px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tyselect-item .item-type:nth-child(3n) {
  margin-right: 0px;
}
.tyselect-item .item-type img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 32px;
}
.tyselect-item .item-type .title {
  line-height: 20px;
  font-size: 14px;
}
.tyselect-item .item-type .title span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #7D4538 !important;
  background: #FFDCB9 !important;
  border-radius: 12px 10px 10px 0px;
  margin-left: 8px;
}
.tyselect-item .item-type .badge-list {
  display: flex;
  margin-top: 12px;
}
.tyselect-item .item-type .badge-list span {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #9EA7B3;
  background: #F0F2F5;
  padding: 0px 8px;
  border-radius: 2px;
}
.tyselect-item .item-type .badge-list span:not(:last-child) {
  margin-right: 4px;
}
.tyselect-item .item-type:hover {
  border-color: #6435FC;
}
.tyselect-item .item-type.active {
  border-color: #6435FC;
}
.tyselect-item .item-type.active .title {
  color: #6435FC;
}
.tyselect-right {
  width: 384px;
  height: 100%;
  background-color: #F6F8FA;
  padding: 19px 24px 0px;
}
.tyselect-right .right-title {
  line-height: 26px;
  font-size: 16px;
}
.tyselect-right .right-textarea {
  position: relative;
  height: 396px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 18px;
}
.tyselect-right .right-textarea textarea {
  width: 100%;
  height: 368px;
  line-height: 24px;
  font-size: 14px;
  color: #2D3037;
  padding: 10px 16px;
  border: none;
  resize: none;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tyselect-right .right-textarea textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.tyselect-right .right-textarea textarea::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.tyselect-right .right-textarea textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.tyselect-right .right-textarea textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DBE1E8;
}
.tyselect-right .right-textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: #9EA7B3;
}
@supports (-moz-appearance: none) {
  .tyselect-right .right-textarea textarea {
    scrollbar-width: thin;
    /* 或者使用 'auto' 或 'none' */
    scrollbar-color: #DBE1E8 #FFF;
    /* 第一个颜色为滚动条颜色，第二个颜色为轨道颜色 */
  }
}
.tyselect-right .right-textarea textarea[disabled] {
  height: 396px;
  color: #9EA7B3 !important;
  background-color: #ECEFF2 !important;
  border-color: #ECEFF2 !important;
  cursor: not-allowed !important;
}
.tyselect-right .right-textarea .text-math {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 14px;
  font-size: 14px;
  color: #9EA7B3;
}
.tyselect-right .right-slider {
  margin-top: 18px;
}
.tyselect-right .right-slider .right-slider-item {
  display: flex;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.tyselect-right .right-slider .right-slider-item:last-child {
  margin-top: 12px;
}
.tyselect-right .right-slider .right-slider-item > i {
  width: 44px;
  text-align: right;
}
.tyselect-right .right-slider .right-slider-item .cmSlider {
  width: 248px;
  height: 4px;
  background: #DBE1E8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0px 0px 16px;
}
.tyselect-right .right-slider .right-slider-item .cmSlider .ins {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  background: #6435FC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tyselect-right .right-slider .right-slider-item .cmSlider .ui-slider-handle {
  top: -4px;
  width: 12px;
  height: 12px;
  background: #6435FC;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.usemath {
  line-height: 24px;
  font-size: 14px;
  color: #9EA7B3;
  padding-bottom: 16px;
  padding-left: 26px;
}
.tyselect-bottom {
  position: relative;
  display: flex;
  line-height: 40px;
  background-color: #fff;
  padding: 24px 24px 10px;
}
.tyselect-bottom audio {
  display: none;
  position: absolute;
  top: -40px;
  left: 180px;
}
.tyselect-bottom .create-audio-btn {
  width: 128px;
  height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  background: #6435FC;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.tyselect-bottom .create-audio-btn .ldgif {
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(../../images/loading-white.png) no-repeat center;
  margin: 1px 10px 0px 0px;
  display: none;
}
.tyselect-bottom .create-audio-btn:hover {
  background: #6435FC;
}
.tyselect-bottom .create-audio-btn.requesting .ldgif {
  display: inline-block;
  animation: shibie-animate 1s linear infinite;
}
.tyselect-bottom .create-audio-btn[disabled] {
  color: #9EA7B3 !important;
  background-color: #ECEFF2 !important;
  border-color: #ECEFF2 !important;
  cursor: not-allowed !important;
}
.tyselect-bottom .diy-audio {
  display: flex;
  justify-content: right;
  width: calc(100% - 128px);
  height: 40px;
  font-size: 14px;
  margin-left: 24px;
}
.tyselect-bottom .diy-audio .audio-control {
  width: 16px;
  height: 16px;
  background: url(../../images/audio-play.png) no-repeat center;
  margin-top: 12px;
  margin-right: 24px;
  cursor: pointer;
}
.tyselect-bottom .diy-audio .audio-control.audio-stop {
  background: url(../../images/audio-stop.png) no-repeat center;
}
.tyselect-bottom .diy-audio .audio-time {
  margin-right: 22px;
}
.tyselect-bottom .diy-audio .audio-progress {
  position: relative;
  width: 852px;
  height: 4px;
  background: #DBE1E8;
  border-radius: 2px;
  margin-top: 18px;
}
.tyselect-bottom .diy-audio .audio-progress .audio-progress-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  background: #6435FC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tyselect-bottom .diy-audio .audio-progress .audio-progress-handle {
  position: absolute;
  top: -4px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #6435FC;
  cursor: pointer;
}
@keyframes shibie-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tyselect-right .right-slider {
  margin-top: 8px;
}
.speed-tips {
  color: #FF6666;
  margin-top: 6px;
}
