.tx-editor-wrapper {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
    height: 100%;
}

.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10090;
  background:rgba(0, 0, 0, 0.5);
}


.tx-editor-wrapper .tx-editor .outside{
	display:none;
}
.tx-editor-wrapper .tx-editor.expanded .outside{
	position:absolute;
	z-index:300;
	width: 70vw !important;
	height: 80vh !important;
	display:block;
	border:#000 3px solid;
	background:#f6f6f6;
}
.tx-editor-wrapper .tx-editor.expanded .outside .tit{
   font-size:22px;
   font-weight:bold;
   text-align:left;
   color:#000;
   padding:15px 0 0 20px;
   height:30px;
   line-height:30px;
   /* background:url('/img_work/txt_expand.png') no-repeat 14px 9px; */
}

.tx-editor-wrapper .tx-editor.expanded .outside .close{
   position:absolute;
   right:10px;
   top:10px;
   width:27px;
   height:27px;
   background:url('/img_work/layer_close.png') no-repeat 0 0;
   cursor:pointer;
}


.tx-editor-wrapper .tx-editor.expanded textarea{
	position: absolute;
	z-index:400;
	width: calc(70vw - 10px) !important;
	height: calc(80vh - 150px) !important;
	top: 30px;
	left: 30px;
	background:#fff;
	border-top:#dcdcdc 1px solid;
	border-bottom:#dcdcdc 1px solid;
	font-size:15px;
	line-height:22px;
}



.tx-editor-wrapper .tx-editor {
    /* height: 70px; */
    height: 100%;
}

.tx-editor-wrapper .tx-editor textarea{
	background:#fafafa url('/img_work/txt_expand2.png') no-repeat bottom 4px right 18px;;
}


.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
  cursor: pointer;
  z-index: 3;
}

.tx-editor-wrapper .tx-editor .tx-icon2 {
 z-index:500;
  position: absolute;
  right:calc(50% - 100px);
  bottom:15px;
  width: 200px;
  min-width:200px;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  background:#028805;
  border : 1px solid #5699b9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size:20px;
  font-weight:normal;
  text-align:center;
}
.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  opacity: 0;
}
