img {
  display: block;
}
.toolsPage {
  height: 100vh;
  background-color: #F3F4F7;
}
.toolsPage textarea:disabled {
  background-color: #fff;
}
.toolsPage_cont {
  height: calc(100% - 0.66rem);
}
.toolsPage_cont_bar {
  height: 100%;
  background-color: #fff;
  width: 2.6rem;
  border-top: 1px solid #ECEDF1;
  border-right: 1px solid #ECEDF1;
  box-sizing: border-box;
}
.toolsPage_cont_bar_item {
  padding-top: 0.38rem;
  padding-left: 0.6rem;
  cursor: pointer;
  color: #76797F;
  font-size: 0.16rem;
}
.toolsPage_cont_bar_item_img {
  width: 0.24rem;
  height: 0.24rem;
}
.toolsPage_cont_bar_item_title {
  margin-left: 0.1rem;
}
.toolsPage_cont_bar_item.cur {
  color: #000;
}
.toolsPage_cont_right {
  padding-top: 0.6rem;
  padding-left: 0.9rem;
  padding-right: 3.7rem;
  flex: 1;
}
.toolsText_title {
  color: #131416;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
.toolsText_cont {
  margin-top: 0.2rem;
}
.toolsText_bar {
  color: #76797F;
  font-size: 0.18rem;
  margin-top: 0.4rem;
}
.toolsText_bar_item {
  padding: 0 0.3rem;
  cursor: pointer;
}
.toolsText_bar_item.cur {
  font-weight: bold;
  color: #131416;
}
.toolsText_cont_textarea {
  width: 5.1rem;
  height: 5rem;
  background-color: #fff;
  display: block;
  border-radius: 0.2rem;
  padding: 0.3rem;
  box-sizing: border-box;
  color: #131416;
  font-size: 0.16rem;
  position: relative;
}
.toolsText_cont_textarea::-webkit-input-placeholder {
  color: #76797F;
}
.toolsText_cont_textarea .videoInfo {
  position: relative;
}
.toolsText_cont_wrap .uploadInfo {
  position: absolute;
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background-color: #D6D6D6;
  border-radius: 0.1rem;
  top: 0.9rem;
  display: none;
  color: #76797F;
  font-size: 0.16rem;
}
.toolsText_cont_wrap.right {
  padding-left: 0.3rem;
}
.toolsText_cont_wrap.right .toolsText_cont_textarea {
  width: 6.6rem;
}
#upVideo_input {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.tools_btnList {
  margin-top: 0.3rem;
}
.tools_btnList_item {
  width: 1.5rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  text-align: center;
  line-height: 0.42rem;
  color: #76797F;
  font-size: 0.16rem;
  background-color: #fff;
  cursor: pointer;
}
.tools_btnList_item:nth-child(n+2) {
  margin-left: 0.22rem;
}
.tools_btnList_item.clear {
  line-height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #DCDEE5;
}
.tools_btnList_item.submit {
  background-color: #DCDEE5;
}
.tools_btnList_item.copy {
  background-color: #DCDEE5;
}
.myLayerLoad .layui-layer-content {
  position: relative;
  height: 37px!important;
}
.myLayerLoad .layui-layer-content:before {
  position: absolute;
  content: attr(num);
  font-size: 0.14rem;
  color: #76797F;
  width: 37px;
  height: 20px;
  bottom: -20px;
  text-align: center;
}
.toolsRemove #player {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.copyExtPage .content_1 {
  display: none;
}
/*# sourceMappingURL=tools.css.map */