.box[data-v-487243cb] {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.box label[data-v-487243cb] {
  width: 100%;
  height: 140px;
  border-radius: 4px;
  border: 2px dashed #FEA406;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: 0.1s;
}
.box label[data-v-487243cb]:hover {
  border-color: #fe7006;
}
.box label .icon[data-v-487243cb] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.box label .icon svg[data-v-487243cb] {
  width: 24px;
  height: 24px;
  fill: #FEA406;
}
.box label .text[data-v-487243cb] {
  color: #666;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.box label .tip[data-v-487243cb] {
  width: 100%;
  padding: 0 80px;
  word-break: break-all;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.box label input[data-v-487243cb] {
  opacity: 0;
  height: 0;
}
.box label.ready[data-v-487243cb] {
  cursor: pointer;
}
.box label.uploading[data-v-487243cb] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box label.uploading img[data-v-487243cb] {
  animation: ani-load-loop 1s linear infinite;
}
.box label.uploading .text[data-v-487243cb] {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.box .draging[data-v-487243cb] {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.app .box[data-v-47379028] {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.app .box textarea[data-v-47379028] {
  width: 100%;
  border-radius: 4px;
  border: 2px dashed #FEA406;
  height: 140px;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
  resize: none;
  display: block;
}
.app .box .clear[data-v-47379028] {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #666;
}

.result[data-v-4ba25eb2] {
  display: flex;
  height: 100vh;
  background-color: #F5F7F9;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
}
.result .leftResult[data-v-4ba25eb2] {
  background-color: #fff;
}
.result .leftResult .comm_menu .back[data-v-4ba25eb2] {
  height: 32px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  padding: 0 15px;
}
.result .leftResult .comm_menu .history[data-v-4ba25eb2] {
  color: #333;
  margin-right: 20px;
}
.result .middleHandler[data-v-4ba25eb2] {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20%;
  box-sizing: border-box;
}
.result .middleHandler button[data-v-4ba25eb2] {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 12px;
  opacity: 0.5;
}
.result .middleHandler button.active[data-v-4ba25eb2] {
  opacity: 1;
}
.result .middleHandler button.active[data-v-4ba25eb2]:hover {
  transform: scale(1);
}
.result .middleHandler button.active[data-v-4ba25eb2]:active {
  transform: scale(1);
}
.result .middleHandler button[data-v-4ba25eb2]:active {
  transform: scale(0.9);
}
.result .middleHandler button .leftIcon[data-v-4ba25eb2] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.result .middleHandler button span[data-v-4ba25eb2] {
  font-weight: bold;
}
.result .middleHandler button .rightIcon[data-v-4ba25eb2] {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.result .rightResult[data-v-4ba25eb2] {
  background-color: #fff;
}
.result .rightResult .comm_menu .tit[data-v-4ba25eb2] {
  font-size: 16px;
  font-weight: bold;
}
.result .rightResult .nodata[data-v-4ba25eb2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result .rightResult .nodata img[data-v-4ba25eb2] {
  width: 350px;
  margin-bottom: 20px;
}
.result .rightResult .nodata span[data-v-4ba25eb2] {
  font-size: 12px;
  color: #666;
}
.result .rightResult .nodata button[data-v-4ba25eb2] {
  width: 132px;
  height: 40px;
  background: linear-gradient(90deg, #7FA7FF 0%, #1677FF 100%);
  font-size: 16px;
  color: #fff;
  border-radius: 12px;
  margin-top: 35px;
}
.result .comm_result[data-v-4ba25eb2] {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.result .comm_menu[data-v-4ba25eb2] {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.result .comm_main[data-v-4ba25eb2] {
  font-size: 14px;
  white-space: pre-wrap;
  flex: 1;
  overflow-y: auto;
}
.result .comm_copy[data-v-4ba25eb2] {
  height: 32px;
  background-color: #E9EBED;
  padding: 0 15px;
  border-radius: 6px;
}

.mask[data-v-10adbe86] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.vipPopup[data-v-10adbe86] {
  width: 700px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.vipPopup .title[data-v-10adbe86] {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}
.vipPopup .title button[data-v-10adbe86] {
  position: absolute;
  right: 0;
}
.vipPopup .title button img[data-v-10adbe86] {
  width: 15px;
}
.vipPopup .sets[data-v-10adbe86] {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.vipPopup .sets .set.active[data-v-10adbe86] {
  background: url(/static_file/ai_tools_index/d9ffe224a931d94b356d.png) bottom right / 40px no-repeat;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(178, 30, 16, 0.4);
  border: 2px solid #E5301E;
}
.vipPopup .sets .set[data-v-10adbe86] {
  flex: 1;
  border: 1px solid #C8C8C8;
  padding-top: 22px;
  padding-bottom: 32px;
  margin-right: 20px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.vipPopup .sets .set .top[data-v-10adbe86] {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  text-align: center;
}
.vipPopup .sets .set .money[data-v-10adbe86] {
  color: #E5301E;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 5px;
}
.vipPopup .sets .set .money sup[data-v-10adbe86] {
  margin-bottom: 10px;
}
.vipPopup .sets .set .money span[data-v-10adbe86] {
  font-size: 48px;
  font-weight: bold;
}
.vipPopup .sets .set .origin[data-v-10adbe86] {
  text-align: center;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 20px;
}
.vipPopup .sets .set .label[data-v-10adbe86] {
  width: 120px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  background-color: #E2C594;
  text-align: center;
}
.vipPopup .sets .set .recommend[data-v-10adbe86] {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
}
.vipPopup .sets .set[data-v-10adbe86]:last-child {
  margin-right: 0;
}
.vipPopup .sets .set[data-v-10adbe86]:hover {
  box-shadow: 0px 4px 10px 0px rgba(178, 30, 16, 0.4);
}
.vipPopup .payment[data-v-10adbe86] {
  border: 1px dashed #C8C8C8;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}
.vipPopup .payment .qrcodeBox[data-v-10adbe86] {
  width: 180px;
  height: 180px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.vipPopup .payment .qrcodeBox .border[data-v-10adbe86] {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vipPopup .payment .qrcodeBox .qrcode[data-v-10adbe86] {
  width: 100%;
  height: 100%;
}
.vipPopup .payment .qrcodeBox .ali[data-v-10adbe86],
.vipPopup .payment .qrcodeBox .wx[data-v-10adbe86] {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vipPopup .payment .switch[data-v-10adbe86] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.vipPopup .payment .switch button[data-v-10adbe86] {
  width: 90px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  border: solid 1px #C8C8C8;
  box-sizing: border-box;
}
.vipPopup .payment .switch button.active[data-v-10adbe86] {
  color: #BA7A32;
  background-color: #FFF8EE;
  border: solid 1px #EBD7BE;
}
.vipPopup .wholeVip[data-v-10adbe86] {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: right;
  color: #666;
  font-size: 12px;
}
.vipPopup .wholeVip a[data-v-10adbe86] {
  color: #666;
  text-decoration: underline;
}
.vipPopup .rights[data-v-10adbe86] {
  display: flex;
}
.vipPopup .rights .tit[data-v-10adbe86] {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}
.vipPopup .rights .list[data-v-10adbe86] {
  display: flex;
}
.vipPopup .rights .list .li[data-v-10adbe86] {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vipPopup .rights .list .li .icon[data-v-10adbe86] {
  margin-bottom: 5px;
}
.vipPopup .rights .list .li .icon img[data-v-10adbe86] {
  width: 30px;
}
.vipPopup .rights .list .li .text[data-v-10adbe86] {
  font-size: 12px;
  color: #666;
  text-align: center;
}

.app .banner[data-v-f5739e86] {
  padding: 0 40px;
  box-sizing: border-box;
}
.app .banner img[data-v-f5739e86] {
  width: 100%;
}
.app .container[data-v-f5739e86] {
  max-width: 1000px;
  margin: 0 auto;
}
.app .menuList[data-v-f5739e86] {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.app .menuList button[data-v-f5739e86]:first-child {
  margin-right: 10px;
  background-image: url(/static_file/ai_tools_index/fb0272d69b1affb4ace5.png);
}
.app .menuList button[data-v-f5739e86]:last-of-type {
  background-image: url(/static_file/ai_tools_index/3c68aeda9d473728c1f8.png);
}
.app .menuList button[data-v-f5739e86] {
  width: 150px;
  height: 40px;
  box-shadow: 0px 2px 10px 0px #D1D1D1;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-position: 10px 8px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.app .menuList button.active[data-v-f5739e86] {
  background-color: #F39D18;
  color: #fff;
}
.app .menuList button.active[data-v-f5739e86]:first-child {
  background-image: url(/static_file/ai_tools_index/e7d6174c01426aa225f7.png);
}
.app .menuList button.active[data-v-f5739e86]:last-of-type {
  background-image: url(/static_file/ai_tools_index/94ed6e610ddaa55aa2f7.png);
}
.app .menuList a[data-v-f5739e86] {
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 14px;
  color: #FEA406;
}
.app .uploading[data-v-f5739e86] {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  border: 1px dashed #FEA406;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app .uploading img[data-v-f5739e86] {
  animation: ani-load-loop 1s linear infinite;
}
.app .uploading .text[data-v-f5739e86] {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.app .vipvv[data-v-f5739e86] {
  width: 100%;
  display: flex;
  justify-content: right;
  padding-top: 5px;
  margin-bottom: 15px;
}
.app .vipvv a[data-v-f5739e86] {
  color: #FEA406;
  font-size: 14px;
}
.app .submitBox[data-v-f5739e86] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.app .submitBox button[data-v-f5739e86] {
  width: 120px;
  height: 36px;
  background-color: #FEA406;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
.app .video[data-v-f5739e86] {
  border: solid 1px #F0F0F0;
  border-radius: 4px;
  margin: 20px 0;
}
.app .video .title[data-v-f5739e86] {
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #F5F7F9;
  font-size: 14px;
  color: #666;
}
.app .video .resultContent[data-v-f5739e86] {
  padding: 15px;
}
.app .video .bottom[data-v-f5739e86] {
  display: flex;
}
.app .video .bottom > div[data-v-f5739e86] {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 60px;
}
.app .video .bottom .left[data-v-f5739e86] {
  display: flex;
  border-right: solid 1px #F0F0F0;
  box-sizing: border-box;
}
.app .video .bottom .left .video_wrapper[data-v-f5739e86] {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .video .bottom .left .video_wrapper video[data-v-f5739e86] {
  width: 100%;
}
.app .video .bottom .left .img[data-v-f5739e86] {
  width: 180px;
  height: 180px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}
.app .video .bottom .left .img img[data-v-f5739e86] {
  width: 100%;
}
.app .video .bottom .left .content[data-v-f5739e86] {
  padding-left: 20px;
  flex: 1;
}
.app .video .bottom .left .content .text[data-v-f5739e86] {
  width: 100%;
  font-size: 14px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.app .video .bottom .left .content .btn[data-v-f5739e86] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.app .video .bottom .left .content .btn a[data-v-f5739e86] {
  padding: 0 10px;
  line-height: 35px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #FEA406;
  text-decoration: none;
}
.app .video .bottom .right .ipt[data-v-f5739e86] {
  display: flex;
  align-items: center;
  margin-right: 60px;
  margin-bottom: 20px;
}
.app .video .bottom .right .ipt span[data-v-f5739e86] {
  font-size: 14px;
  color: #333;
  position: relative;
}
.app .video .bottom .right .ipt span sub[data-v-f5739e86] {
  color: #FF1B2E;
  position: absolute;
  right: 100%;
}
.app .video .bottom .right .ipt input[data-v-f5739e86] {
  width: 250px;
}
.app .video .bottom .right .ipt select[data-v-f5739e86],
.app .video .bottom .right .ipt input[data-v-f5739e86] {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
  outline: none;
  border: solid 1px #ddd;
}
.app .video .bottom .right .ipt input[data-v-f5739e86]::placeholder {
  color: #999;
}
.app .video .bottom .right .btn[data-v-f5739e86] {
  position: absolute;
  bottom: 20px;
  display: flex;
}
.app .video .bottom .right .btn button[data-v-f5739e86] {
  padding: 0 10px;
  line-height: 35px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #0687FE;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app .video .bottom .right .btn button img[data-v-f5739e86] {
  width: 12px;
  margin-right: 5px;
}

