.notice {
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 2px;
  right: 0;
  bottom: 0;
  display: none;
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  border-radius: 5px;
  left: 50%;
  margin-left: -50px;
  z-index: 9999;
  background: #000;
  opacity: .6;
  color: #fff;
}
.feedback-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 33px;
  text-align: center;
  background: #fff;
  line-height: 33px;
  color: #3e8ce4;
  border-radius: 2px;
  border: 1px solid #3e8ce4;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  cursor: pointer;
  outline: none;
}
.feedback-btn:hover {
  background: #3e8ce4;
  color: #fff;
}
.copy-feedback {
  display: none;
}
.copy-feedback .copy-feedback-box {
  box-shadow: 0 10px 40px rgba(0,0,0,.1);
  width: 550px;
  padding: 0 25px 10px;
  z-index: 999;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
.copy-feedback .close-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 30px;
  cursor: pointer;
}
.copy-feedback .close-btn:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #666;
  position: absolute;
  transform: rotateZ(45deg);
}
.copy-feedback .close-btn:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #666;
  position: absolute;
  transform: rotateZ(-45deg);
}
.copy-feedback .copy-feedback-box>h3 {
  font-size: 18px;
  line-height: 26px;
  color: #252B3A;
  margin-bottom: 28px;
}
.mark-content-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #eff0f1;
}
.mark-content {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  /* overflow: hidden; */
  max-height: 80px;
  overflow-y: auto;
  margin: 10px;
}
.screen-mark-label {
  font-weight: normal;
  color: #0070CC;
  cursor: pointer;
}
#screen-mark-checkbox {
  cursor: pointer;
  margin: 0 4px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.canvas-container {
  height: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  display: none;
}
.canvas-container.show {
  position: absolute;
  height: auto;
  width: 868px;
  overflow-y: scroll;
  top: -50px;
  /* right: -170px; */
  bottom: -50px;
  left: -170px;
}
.edit-tools {
  position: absolute;
  left: -230px;
  background-color: #fff;
  width: 50px;
  height: 235px;
  top: -50px;
  text-align: center;
  display: none;
  padding: 20px 10px;
}
.edit-tools .rect {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: #fff;
}
.edit-tools .rect::after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 222, 3, 0.15);
  border: 1px solid #FFDE03;
  position: absolute;
  right: 9px;
  top: 9px;
}
.edit-tools .text {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: #fff;
}
.edit-tools .text::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: 'T';
  display: block;
  width: 12px;
  height: 12px;
  font-size: 16px;
  color: #F54743;
}
.edit-tools .discard {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: #fff;
}
.edit-tools .close-btn {
  /* display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer; */
  display: inline-block;
  width: 100%;
  height: 30px;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 18px;
}
.edit-tools .close-btn:after {
  width: 16px;
  left: 7px;
}
.edit-tools .close-btn:before {
  width: 16px;
  left: 7px;
}
.edit-tools .submit-btn {
  display: inline-block;
  width: 16px;
  height: 8px;
  cursor: pointer;
  transform: rotateZ(-45deg);
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  margin-left: 2px;
  margin-bottom: 5px;
}
.canvas-container-after {
  cursor: pointer;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  text-align: center;
  padding-top: 40px;
}
.styles-list {
  font-size: 13px;
  margin-bottom: 25px;
}
.styles-list label {
  display: inline-block;
  width: 32%;
  margin: 4px 0;
  font-weight: normal;
}
.styles-list label input {
  display: inline-block;
  margin: -2px 2px 0;
  vertical-align: middle;
}
.copy-feedback .copy-feedback-box .support-mast {
  width: auto;
  vertical-align: top;
  margin-right: 58px;
  color: #252B3A;
  line-height: 18px;
}
.copy-feedback .copy-feedback-box textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
  resize: none;
  line-height:18px;
  padding:6px 10px;
  border-color:#ADB0B8;
}
.copy-feedback-box .contact {
  border: 1px solid #ADB0B8;
  padding: 6px 10px;
  width: 100%;
}
.copy-feedback .copy-feedback-box>p:last-child {
  margin-top: 30px;
  text-align: center;
}
.copy-feedback .copy-feedback-box p:last-child a {
  text-decoration: none;
  display: inline-block;
}
.copy-feedback .copy-feedback-box p:last-child a:last-child {
  margin-left: 50px;
  border: solid 1px #ADB0B8;
  color: #252b3a;
}
.cui-btn-primary {
  cursor: default;
  background-color: #f7f7f7;
  border: solid 1px #ddd;
  color: #a0a2a8;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  color: #a0a2a8;
}
.cui-btn-primary.ready {
  border-color: #3e8ce4;
  background-color: #3e8ce4;
  color: #fff;
}
.cui-btn-primary.ready:hover,
.cui-btn-primary.ready.hover {
  box-shadow: 0 8px 16px rgba(62, 140, 228, 0.5);
  color: #fff;
  cursor: pointer;
}
.por-btn-small {
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  border-radius: 2px;
}
.copy-feedback:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}