img {
  display: block;
}
.tool_ai {
  width: 100%;
}
.tool_ai .left {
  width: 45%;
  background-color: #fff;
  height: 6rem;
  padding: 2%;
}
.tool_ai .left textarea {
  width: 94%;
  height: 4rem;
  padding: 3%;
  background-color: #F5F5F5;
  line-height: 0.22rem;
  color: #333;
}
.tool_ai .right {
  width: 45%;
  background-color: #fff;
  height: 6rem;
  padding: 2%;
}
.tool_ai .right .new_content {
  width: 94%;
  height: 4rem;
  overflow-y: scroll;
  padding: 3%;
  background-color: #F5F5F5;
  line-height: 0.22rem;
  color: #333;
}
.tool_ai .t {
  line-height: 0.26rem;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.tool_ai .btn {
  background: #4753F8;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0.4rem;
  border-radius: 0.2rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 0.2rem;
}
.lv_tools {
  padding: 0.4rem 0.3rem;
}
.lv_tools_title {
  font-size: 0.18rem;
  color: #0F1621;
  font-weight: bold;
}
.lv_tools_list {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
.lv_tools_list_li {
  width: 1.6rem;
  height: 1.67rem;
  background-color: #fff;
  border-radius: 0.1rem;
  float: left;
  margin-right: 0.2rem;
}
.lv_tools_list_li_img {
  width: 0.6rem;
  height: 0.6rem;
}
.lv_tools_list_li_title {
  font-size: 0.16rem;
  color: #0F1621;
  font-weight: bold;
  text-align: center;
  margin-top: 0.2rem;
}
.lv_tools_list_li_intro {
  font-size: 0.12rem;
  color: #969EA9;
  margin-top: 0.1rem;
  text-align: center;
}
.toolsPage {
  padding: 0 0.4rem;
}
.toolsPage .uploadInfo {
  position: absolute;
  width: calc(100% - 0.8rem);
  padding: 0 0.2rem;
  box-sizing: border-box;
  left: 0.4rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background-color: #D6D6D6;
  border-radius: 0.1rem;
  top: 0.9rem;
  display: none;
  color: #0F1621;
  font-size: 0.16rem;
}
.toolsPage_title {
  color: #2C2927;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4rem;
}
.toolsPage .titleBar {
  margin-top: 0.35rem;
}
.toolsPage .titleBar_item {
  color: #0F1621;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
}
.toolsPage .titleBar_item.cur {
  font-weight: bold;
}
.toolsPage .titleBar_item.cur:before {
  content: '';
  width: 90%;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #0F1621;
}
.toolsPage .titleBar_item:nth-child(n+2) {
  margin-left: 0.52rem;
}
.toolsPage .toolHide {
  display: none;
}
.toolsPage .toolsContent {
  width: 100%;
  margin-top: 0.2rem;
}
.toolsPage .toolsContent_btnList {
  margin-top: 0.3rem;
}
.toolsPage .toolsContent_btnList_item {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #BBB5B1;
  border: 1px solid #BBB5B1;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.toolsPage .toolsContent_btnList_item.right {
  background-color: #B6B6B6;
  color: #fff;
  border: none;
}
.toolsPage .toolsContent_btnList_item:nth-child(n+2) {
  margin-left: 0.3rem;
}
.toolsPage .toolsContent_btnList_item.btn {
  background-color: #B6B6B6;
  color: #fff;
  border: none;
}
.toolsPage .toolsContent_btnList_item.cur {
  color: #4753F8;
  background-color: #fff;
  border: 1px solid #4753F8;
}
.toolsPage .toolsContent_btnList_item.cur1 {
  color: #fff;
  background: #4753F8;
}
.toolsPage .toolsContent .toolTextarea {
  display: block;
}
.toolsPage .toolsContent .contWrap {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  height: 5.5rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.16rem;
  color: #0F1621;
  line-height: 0.24rem;
}
.toolsPage .toolsContent .contWrap::placeholder {
  color: #98928E;
}
.toolsPage .toolsContent .contWrap .addFileText {
  color: #98928E;
  font-size: 0.16rem;
  margin-top: 0.06rem;
}
.toolsPage .toolsContent .contWrap .addFileImg {
  width: 0.44rem;
  height: 0.44rem;
}
.toolsPage .toolsContent_wrap {
  flex: 1;
  position: relative;
  z-index: 2;
}
.toolsPage .toolsContent_wrap .myUpFile {
  position: absolute;
  z-index: 0;
  width: 0;
}
.toolsPage .toolsContent_wrap.right {
  margin-left: 0.3rem;
}
.md5ModifyPage_titles {
  color: #0F1621;
  font-size: 0.16rem;
  margin-top: 0.7rem;
  text-align: center;
}
.md5ModifyPage_item {
  height: 1.1rem;
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
  font-size: 0.15rem;
  color: #98928E;
}
.md5ModifyPage .addFileImg {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  padding: 0.05rem;
  border-radius: 0.08rem;
  border: 2px solid #B9BAC2;
}
.md5ModifyPage .hides {
  display: none;
}
.md5ModifyPage #newMd5 {
  color: #0F1621;
}
#upVideo_input {
  display: block;
  flex: 1;
  width: 100% !important;
}
.removeWatermarkPage .videoWrap {
  display: none;
  padding: 0 !important;
}
/*# sourceMappingURL=tool.css.map */