@keyframes zoomModalIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomModalOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.c-zoom-modal-in {
  animation-name: zoomModalIn;
  animation-duration: 0.15s;
  animation-timing-function: linear;
}
.c-zoom-modal-out {
  animation-name: zoomModalOut;
  animation-duration: 0.15s;
  animation-timing-function: linear;
}
.tools-common-loading {
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  outline: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.tools-common-loading.active {
  display: flex;
}
.tools-common-loading div {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 2px;
  background: #fff;
}
.tools-common-loading div img {
  width: 40%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*# sourceMappingURL=loading.css.map */
@keyframes zoomModalIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomModalOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.c-zoom-modal-in {
  animation-name: zoomModalIn;
  animation-duration: 0.15s;
  animation-timing-function: linear;
}
.c-zoom-modal-out {
  animation-name: zoomModalOut;
  animation-duration: 0.15s;
  animation-timing-function: linear;
}
.tools-common-loading {
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  outline: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.tools-common-loading.active {
  display: flex;
}
.tools-common-loading div {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 2px;
  background: #fff;
}
.tools-common-loading div img {
  width: 40%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#screen_recorder * {
  box-sizing: border-box;
}
.screen_recorder-module {
  display: none;
}
.screen_recorder-module.active {
  display: block;
}
.screen_recorder-interactive-area {
  display: none;
  background: #F3F5F6;
}
.screen_recorder-interactive-area.active {
  display: block;
}
.screen_recorder-title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
}
.screen_recorder-btn {
  padding: 0 55px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  line-height: 50px;
  background: #FF822C;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.screen_recorder-btn:hover {
  background: #E0640F;
}
.screen_recorder-start {
  display: none;
  background: #F3F5F6;
  padding: 87px 0 86px;
}
.screen_recorder-start.active {
  display: block;
}
.screen_recorder-start .title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
  height: 70px;
  font-size: 42px;
  line-height: 70px;
}
.screen_recorder-start .desc {
  height: 23px;
  margin-top: 4px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #17191D;
  line-height: 23px;
  opacity: 0.7;
}
.screen_recorder-start > div {
  width: 520px;
  height: 270px;
  margin: 30px auto 0;
  padding-top: 42px;
  background: #FEFFFF;
  border-radius: 4px;
  text-align: center;
}
.screen_recorder-start > div svg {
  display: block;
  width: 144px;
  margin: 0 auto 11px;
}
.screen_recorder-option {
  display: none;
  background: #F3F5F6;
  padding: 70px 0 71px;
}
.screen_recorder-option.active {
  display: block;
}
.screen_recorder-option .title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
}
.screen_recorder-option .options {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 38px auto 0;
}
.screen_recorder-option .options .option-item {
  width: 200px;
  height: 170px;
  padding-top: 38px;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.screen_recorder-option .options .option-item.selected {
  border: 2px solid #ff822c;
}
.screen_recorder-option .options .option-item.selected:hover {
  border: 2px solid #ff822c;
}
.screen_recorder-option .options .option-item:hover {
  border: 2px solid #00699E;
}
.screen_recorder-option .options .option-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
}
.screen_recorder-option .options .option-item > span {
  height: 23px;
  font-size: 19px;
  font-weight: 500;
  color: #17191D;
  line-height: 23px;
}
.screen_recorder-option .option-other {
  position: relative;
  width: 720px;
  height: 66px;
  margin: auto;
  z-index: 9;
}
.screen_recorder-option .option-other > div {
  display: none;
}
.screen_recorder-option .option-other.active > div {
  display: block;
}
.screen_recorder-option .option-other .device-select {
  display: none;
  position: relative;
  width: 720px;
  top: 10px;
  margin: auto 0;
}
.screen_recorder-option .option-other .device-select.active {
  display: block;
}
.screen_recorder-option .option-other .device-select span {
  height: 36px;
  font-size: 15px;
  font-weight: 400;
  color: #17191D;
  line-height: 36px;
  white-space: nowrap;
}
.screen_recorder-option .option-other .device-select .device-select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 36px;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #E4E6E7;
  background: #FFFFFF;
  cursor: pointer;
}
.screen_recorder-option .option-other .device-select .device-select-btn span {
  overflow: hidden;
  width: 80%;
  display: block;
  text-overflow: ellipsis;
}
.screen_recorder-option .option-other .device-select .device-select-btn svg {
  margin-right: 11px;
}
.screen_recorder-option .option-other .device-select .device-select-btn.active,
.screen_recorder-option .option-other .device-select .device-select-btn:hover {
  background: #DEE0E1;
}
.screen_recorder-option .option-other .device-select .device-select-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 10px 0;
  width: max-content;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.screen_recorder-option .option-other .device-select .device-select-panel.active {
  display: block;
}
.screen_recorder-option .option-other .device-select .device-select-panel .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 0 10px 0 20px;
  cursor: pointer;
}
.screen_recorder-option .option-other .device-select .device-select-panel .item svg {
  opacity: 0;
  margin-left: 12px;
}
.screen_recorder-option .option-other .device-select .device-select-panel .item.selected,
.screen_recorder-option .option-other .device-select .device-select-panel .item:hover {
  background: #f3f5f6;
}
.screen_recorder-option .option-other .device-select .device-select-panel .item.selected svg {
  opacity: 1;
}
.screen_recorder-option .option-other .audio-device-error {
  position: absolute;
  display: none;
  top: 10px;
  width: 200px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.screen_recorder-option .option-other .audio-device-error.active {
  display: block;
}
.screen_recorder-option .record-btn {
  text-align: center;
  height: 70px;
}
.screen_recorder-option .record-btn svg {
  cursor: pointer;
}
.screen_recorder-option .record-btn svg:hover path:nth-of-type(1),
.screen_recorder-option .record-btn svg:hover path:nth-of-type(3) {
  fill: #CB1007;
}
.screen_recorder-option .btn-desc {
  margin-top: 13px;
  text-align: center;
  height: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #17191D;
  line-height: 20px;
  opacity: 0.7;
}
.screen_recorder-recording {
  display: none;
  background: #F3F5F6;
  padding: 110px 0;
}
.screen_recorder-recording.active {
  display: block;
}
.screen_recorder-recording .title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
}
.screen_recorder-recording > div {
  width: 680px;
  height: 270px;
  margin: 38px auto 0;
  padding-top: 53px;
  background: #feffff;
  border-radius: 4px;
}
.screen_recorder-recording > div .desc {
  height: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #17191D;
  opacity: 0.3;
  line-height: 20px;
}
.screen_recorder-recording > div .icon {
  width: 70px;
  height: 70px;
  margin: 24px auto 25px;
  cursor: pointer;
}
.screen_recorder-recording > div .timer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen_recorder-recording > div .timer span {
  height: 23px;
  font-size: 19px;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
}
.screen_recorder-recording > div .timer span.hide:before {
  visibility: hidden;
}
.screen_recorder-recording > div .timer span:before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  vertical-align: text-top;
  margin-right: 10px;
  border-radius: 50%;
  background: #FB352C;
}
.screen_recorder-ended {
  display: none;
  background: #F3F5F6;
  padding: 90px 0 92px;
}
.screen_recorder-ended.active {
  display: block;
}
.screen_recorder-ended .title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
}
.screen_recorder-ended video {
  display: block;
  width: 1003px;
  margin: 45px auto 0;
}
.screen_recorder-ended > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  width: 1003px;
}
.screen_recorder-ended > div .other-option {
  display: flex;
  justify-content: flex-start;
}
.screen_recorder-ended > div .other-option div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 25px;
}
.screen_recorder-ended > div .other-option div span {
  color: #fff;
}
.screen_recorder-ended > div .other-option div svg g,
.screen_recorder-ended > div .other-option div svg path {
  fill: #FFF;
}
.screen_recorder-ended > div .other-option div:hover {
  background: #FFFFFF;
}
.screen_recorder-ended > div .other-option div:hover span {
  color: #17191D;
}
.screen_recorder-ended > div .other-option div:hover svg g,
.screen_recorder-ended > div .other-option div:hover svg path {
  fill: #17191D;
}
.screen_recorder-ended > div .other-option div span {
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 12px;
}
.screen_recorder-introduce {
  display: none;
  padding: 146px 0 150px;
}
.screen_recorder-introduce.active {
  display: block;
}
.screen_recorder-introduce .title {
  height: 42px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 42px;
  height: 33px;
  font-size: 28px;
  line-height: 33px;
}
.screen_recorder-introduce .introduce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1240px;
  margin: 50px auto;
}
.screen_recorder-introduce .introduce .line {
  height: 50px;
  width: 100%;
}
.screen_recorder-introduce .introduce .item {
  width: 380px;
  height: 264px;
  border-radius: 4px;
  border: 1px solid #dfe2e8;
  padding-top: 17px;
}
.screen_recorder-introduce .introduce .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.screen_recorder-introduce .introduce .item h4 {
  height: 23px;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
}
.screen_recorder-introduce .introduce .item p {
  width: 320px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 16px;
  color: #4A4E57;
  line-height: 24px;
}
.screen_recorder-introduce .share {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0 20px;
  height: 54px;
  background: #f3f5f6;
  border-radius: 27px;
}
.screen_recorder-introduce .share span {
  height: 18px;
  font-size: 15px;
  color: #17191D;
  line-height: 18px;
  margin-right: 10px;
  opacity: 0.6;
}
.screen_recorder-introduce .share svg {
  cursor: pointer;
}
.screen_recorder-introduce .share svg.twitter {
  margin-right: 10px;
}
.screen_recorder-introduce .share svg.twitter:hover circle {
  fill: #078ad5;
}
.screen_recorder-introduce .share svg.facebook:hover path {
  fill: #075ac7;
}
.screen_recorder-speciality {
  display: none;
}
.screen_recorder-speciality.active {
  display: block;
}
.screen_recorder-speciality > div {
  display: flex;
  justify-content: center;
  height: 524px;
  padding: 139px 0 127px;
}
.screen_recorder-speciality > div > div {
  width: 380px;
  height: 264px;
  margin: 0 27px;
  padding-top: 32px;
  border-radius: 4px;
  border: 1px solid #DFE2E8;
}
.screen_recorder-speciality > div > div .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin: auto;
}
.screen_recorder-speciality > div > div > h3 {
  height: 23px;
  margin-top: 17px;
  font-size: 19px;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
  text-align: center;
}
.screen_recorder-speciality > div > div > p {
  width: 320px;
  margin: 16px auto 0;
  font-size: 16px;
  color: #4A4E57;
  line-height: 24px;
  text-align: center;
}
.screen_recorder-re-record-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(34, 37, 40, 0.9);
  z-index: 9999999;
}
.screen_recorder-re-record-modal.active {
  display: flex;
}
.screen_recorder-re-record-modal > div {
  padding: 45px 36px;
  background: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.screen_recorder-re-record-modal > div .title {
  height: 24px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #17191D;
  line-height: 24px;
}
.screen_recorder-re-record-modal > div .desc {
  width: 428px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 26px;
}
.screen_recorder-re-record-modal > div > div {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.screen_recorder-re-record-modal > div > div button {
  padding: 0 55px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  line-height: 50px;
  background: #FF822C;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 160px;
  height: 42px;
  margin: 0 9px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 42px;
}
.screen_recorder-re-record-modal > div > div button:hover {
  background: #E0640F;
}
.screen_recorder-re-record-modal > div > div button.cancel-btn {
  background: #ffffff;
  color: #344750;
  border: 1px solid #E4E4E4;
}
.screen_recorder-re-record-modal > div > div button.cancel-btn:hover {
  background: #E4E4E4;
  color: #000000;
}
.screen_recorder-audio-denied-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(34, 37, 40, 0.9);
  z-index: 9999999;
}
.screen_recorder-audio-denied-modal.active {
  display: flex;
}
.screen_recorder-audio-denied-modal > div {
  padding: 45px 36px;
  background: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.screen_recorder-audio-denied-modal > div .title {
  height: 24px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #17191D;
  line-height: 24px;
}
.screen_recorder-audio-denied-modal > div .desc {
  width: 428px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 26px;
}
.screen_recorder-audio-denied-modal > div > div {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.screen_recorder-audio-denied-modal > div > div button {
  padding: 0 55px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  line-height: 50px;
  background: #FF822C;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 160px;
  height: 42px;
  margin: 0 9px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 42px;
}
.screen_recorder-audio-denied-modal > div > div button:hover {
  background: #E0640F;
}
.screen_recorder-audio-denied-modal > div > div button.cancel-btn {
  background: #FF822C;
  color: #ffffff;
}
.screen_recorder-audio-denied-modal > div > div button.cancel-btn:hover {
  background: #E0640F;
}
.screen_recorder-project-limit-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(34, 37, 40, 0.9);
  z-index: 9999999;
}
.screen_recorder-project-limit-modal.active {
  display: flex;
}
.screen_recorder-project-limit-modal > div {
  padding: 45px 36px;
  background: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.screen_recorder-project-limit-modal > div .title {
  height: 24px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #17191D;
  line-height: 24px;
}
.screen_recorder-project-limit-modal > div .desc {
  width: 428px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 26px;
}
.screen_recorder-project-limit-modal > div > div {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.screen_recorder-project-limit-modal > div > div button {
  padding: 0 55px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  line-height: 50px;
  background: #FF822C;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 160px;
  height: 42px;
  margin: 0 9px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 42px;
}
.screen_recorder-project-limit-modal > div > div button:hover {
  background: #E0640F;
}
.screen_recorder-project-limit-modal > div > div button.cancel-btn {
  background: #ffffff;
  color: #344750;
  border: 1px solid #E4E4E4;
}
.screen_recorder-project-limit-modal > div > div button.cancel-btn:hover {
  background: #E4E4E4;
  color: #000000;
}
.screen_recorder-no-audio-output-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(34, 37, 40, 0.9);
  z-index: 9999999;
}
.screen_recorder-no-audio-output-modal.active {
  display: flex;
}
.screen_recorder-no-audio-output-modal > div {
  padding: 45px 36px;
  background: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.screen_recorder-no-audio-output-modal > div .title {
  height: 24px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #17191D;
  line-height: 24px;
}
.screen_recorder-no-audio-output-modal > div .desc {
  width: 428px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 26px;
}
.screen_recorder-no-audio-output-modal > div > div {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.screen_recorder-no-audio-output-modal > div > div button {
  padding: 0 55px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  line-height: 50px;
  background: #FF822C;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 160px;
  height: 42px;
  margin: 0 9px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 42px;
}
.screen_recorder-no-audio-output-modal > div > div button:hover {
  background: #E0640F;
}
.screen_recorder-no-audio-output-modal > div > div button.cancel-btn {
  background: #ffffff;
  color: #344750;
  border: 1px solid #E4E4E4;
}
.screen_recorder-no-audio-output-modal > div > div button.cancel-btn:hover {
  background: #E4E4E4;
  color: #000000;
}
.tools-mobile {
  display: none;
  width: 100%;
  background: #f3f5f6;
  padding: 50px 0;
}
.tools-mobile .mobile-title {
  padding: 0 30px;
  font-size: 34px;
  font-weight: bold;
  color: #17191d;
  line-height: 44px;
  margin: auto;
  text-align: center;
}
.tools-mobile .mobile-desc {
  padding: 0 30px;
  margin: auto;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  opacity: 0.5;
  margin-top: 12px;
}
.tools-mobile .mobile-jump {
  width: 80%;
  margin: auto;
  margin-top: 18px;
  padding: 30px 18px;
  background: #fff;
  border: 1px #b7b7b7 dashed;
  text-align: center;
  line-height: 25px;
}
.tools-mobile .mobile-jump a {
  color: #ff822c;
}
@media screen and (max-width: 640px) {
  .screen_recorder-start {
    display: none !important;
  }
  .tools-mobile {
    display: block;
  }
  .screen_recorder-speciality > div {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 34px 17px;
  }
  .screen_recorder-speciality > div > div {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
/*# sourceMappingURL=recorder.css.map */
