/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
/* 隐藏banner上的ul */
header .menu-bg {
  z-index: 23 !important;
}
/* 公共样式 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(23, 25, 29, 0.3);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(23, 25, 29, 0.3);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(23, 25, 29, 0.3);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(23, 25, 29, 0.3);
}
.trim-container {
  width: 100%;
  margin: 0 auto;
}
/* 顶部banner的3步走 */
.trim-guide {
  position: fixed;
  width: 700px;
  top: 28px;
  left: 50%;
  margin-left: -350px;
  z-index: 24;
}
.trim-guide span {
  display: inline-block;
  line-height: 24px;
}
.trim-guide span svg {
  float: left;
  margin-right: 8px;
}
.trim-guide i {
  margin: 0 28px;
}
.trim-guide i svg {
  opacity: 0.5;
}
.trim-guide .active {
  color: #FF822C;
}
.trim-guide .active svg path {
  fill: #FF822C;
}
.trim-guide .inactive {
  color: #17191D;
}
.trim-guide .inactive svg path {
  fill: #17191D;
}
.trim-guide .enabled {
  opacity: 1;
  cursor: pointer;
}
.trim-guide .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* 编辑区域 */
.convert-editor {
  background: #F3F5F6;
}
.convert-editor .convert-editor-input {
  display: block;
  padding-top: 60px;
  padding-bottom: 45px;
}
.convert-editor .convert-editor-input * {
  text-align: center;
}
.convert-editor .convert-editor-input .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 70px;
  color: #17191D;
}
.convert-editor .convert-editor-input .desc {
  height: 23px;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.7;
  color: #17191D;
  line-height: 23px;
  text-align: center;
}
.convert-editor .convert-editor-input .dragging {
  border: 2px solid #CFD1D2 !important;
}
.convert-editor .convert-editor-input .input_wrapper {
  width: max-content;
  margin: auto;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  margin-top: 30px;
}
.convert-editor .convert-editor-input .input_wrapper .uploader_icon {
  width: 33px;
  height: 33px;
  margin: auto;
}
.convert-editor .convert-editor-input .input_wrapper .uploader_icon > img {
  width: 100%;
  height: 100%;
}
.convert-editor .convert-editor-input .input_wrapper .uploader_title {
  font-size: 18px;
  font-weight: 500;
  color: #17191d;
  line-height: 21px;
  margin-top: 22px;
  margin-bottom: 15px;
}
.convert-editor .convert-editor-input .input_wrapper .uploader_or {
  font-size: 17px;
  font-weight: 500;
  color: rgba(23, 25, 29, 0.38);
  line-height: 20px;
  margin-bottom: 20px;
}
.convert-editor .convert-editor-input .uploader_tip {
  font-size: 15px;
  line-height: 18px;
  margin-top: 17px;
  color: #fff;
}
.convert-editor .convert-editor-input .input {
  background: white;
  border-radius: 4px;
  width: 530px;
  border: 2px dashed #d3d6dd;
  padding: 40px;
  margin: 0;
}
.convert-editor .convert-editor-input .input * {
  box-sizing: border-box;
  outline: none;
}
.convert-editor .convert-editor-input .input svg {
  display: block;
  margin: 30px auto 15px auto;
}
.convert-editor .convert-editor-input .input .format {
  height: 20px;
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 20px;
  text-align: center;
}
.convert-editor .convert-editor-input .input button {
  width: fit-content;
  height: 42px;
  margin: auto;
  border-radius: 21px;
  padding: 11px 49px;
  background: #FF822C;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.convert-editor .convert-editor-input .input button:hover {
  background: #E0640F;
}
.convert-editor .convert-editor-input .input .file-input {
  display: none;
}
.convert-editor .convert-editor-input .input span {
  margin: 0 10px;
  color: #17191D;
  opacity: 0.3;
}
.convert-editor .convert-editor-input .input input {
  width: 370px;
  height: 56px;
  padding-left: 15px;
  background: white;
  border-radius: 4px;
  border: 1px solid #D1D8DC;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #17191D;
  text-align: left;
}
.convert-editor .convert-editor-input .input input:focus {
  border-color: #a0a7ab;
}
.convert-editor .convert-editor-loading {
  display: none;
  height: 545px;
}
.convert-editor .convert-editor-loading .convert-editor-loading-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1px;
}
.convert-editor .convert-editor-loading .convert-editor-loading-container .bg {
  width: 140px;
  height: 140px;
  margin: 202px auto;
  padding: 40px;
  background: white;
  border-radius: 4px;
  box-sizing: border-box;
}
.convert-editor .convert-editor-loading .convert-editor-loading-container .bg .u-pure-rotate {
  width: 60px;
}
.convert-editor .convert-editor-loading p {
  color: #17191D;
  opacity: 0.3;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.convert-editor .convert-editor-app {
  display: none;
}
.convert-editor .convert-editor-app.show {
  display: block;
}
.convert-editor .convert-editor-app.hide {
  position: absolute;
  top: 5000px;
  left: 5000px;
}
/* Feature区域 */
.trim-featured {
  min-height: 504px;
  padding: 120px 0;
  background: #fff;
  box-sizing: border-box;
}
.trim-featured * {
  box-sizing: border-box;
}
.trim-featured .trim-featured-item {
  float: left;
  width: 380px;
  height: 264px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dfe2e8;
}
.trim-featured ul li {
  position: relative;
  width: 380px;
  height: 264px;
  background: white;
  border-radius: 4px;
  border: 1px solid #DFE2E8;
  list-style: none;
}
.trim-featured ul li:nth-child(2),
.trim-featured ul li:nth-child(5) {
  margin-left: 55px;
  margin-right: 55px;
}
.trim-featured ul li:nth-child(n+4) {
  margin-top: 55px;
}
.trim-featured ul li * {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.trim-featured ul li svg {
  position: absolute;
  left: 50%;
  bottom: 168px;
  margin-left: -30px;
}
.trim-featured ul li h4 {
  height: 23px;
  margin: 117px auto 16px auto;
  font-size: 19px;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
}
.trim-featured ul li p {
  height: 48px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 24px;
}
@media screen and (max-width: 1259px) {
  .header-more {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .header-more {
    display: block !important;
  }
  .menu .logo {
    display: inline-block !important;
    position: relative;
  }
  .menu ul li {
    display: inline-block !important;
  }
  .menu-bg .logo {
    margin-top: 0px !important;
  }
  .tools-mobile {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .trim-guide {
    display: none;
  }
  .convert-editor {
    display: none;
  }
  .trim-featured {
    height: 892px;
    padding: 0;
  }
  .trim-featured .trim-container {
    width: 100%;
    padding-top: 34px;
  }
  .trim-featured ul li {
    width: calc(100% - 34px) !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    position: relative;
    left: 17px;
  }
}
/*# sourceMappingURL=functional-tools.css.map */
/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.tools-mobile {
  display: none;
  width: 100%;
  background: #f3f5f6;
  padding-top: 47px;
}
.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%;
  height: 114px;
  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) {
  .tools-mobile {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*# sourceMappingURL=mobile.css.map */
*{box-sizing:border-box}html,body,#loginRoot{padding:0;margin:0;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}html,body{height:100%;margin:0;padding:0;font-size:16px}#loginRoot{position:fixed;top:0;left:0;z-index:9999999}p{margin:0;padding:0}input{border:none;outline:none}textarea,input{padding:0;word-wrap:break-word;word-break:break-all}input[type=number]{appearance:textfield}input::-ms-clear{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none!important;margin:0}li{list-style-type:none}ul,li{margin:0;padding:0;outline:none}ul:focus,li:focus{outline:none}img{border:0 none}button{overflow:hidden;border:none;outline:none!important}button:visited{color:#fff!important}._audio_box_m5di9_1{width:100%;height:106px;margin-top:20px;border-radius:12px;padding:0 15px;box-sizing:border-box;background-color:#75e9d3;box-shadow:0 4px 20px #00000026;position:relative}._audio_box_m5di9_1:before{left:0px;border-radius:12px 0 0 12px;content:"";display:block;width:15px;height:100%;position:absolute;top:0px;background-color:#181b1b73}._audio_box_m5di9_1:after{right:0px;border-radius:0 12px 12px 0;content:"";display:block;width:15px;height:100%;position:absolute;top:0px;background-color:#181b1b73}._audio_box_m5di9_1 ._wave_box_m5di9_34{position:absolute;width:100%;height:100%;z-index:0}._audio_box_m5di9_1 ._wave_box_m5di9_34 wave{border-right:none!important}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43{display:flex;width:100%;height:100%;position:relative}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cover_box_start_m5di9_49,._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cover_box_end_m5di9_54{flex-shrink:0;position:relative;background-color:#181b1b73}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cutter_box_m5di9_59{flex:1;border-top:3px solid #ffffff;border-bottom:3px solid #ffffff;box-sizing:border-box;position:relative;z-index:2;cursor:move}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cutter_box_m5di9_59 ._cutter_start_m5di9_68{left:-15px;border-radius:12px 0 0 12px;content:"";display:block;position:absolute;top:-3px;width:15px;height:calc(100% + 6px);background-color:#fff;box-sizing:border-box;cursor:ew-resize}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cutter_box_m5di9_59 ._cutter_start_m5di9_68:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:26px;background:#1c1c1e;border-radius:1px;transform:translate(-50%,-50%)}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cutter_box_m5di9_59 ._cutter_end_m5di9_92{right:-15px;border-radius:0 12px 12px 0;content:"";display:block;position:absolute;top:-3px;width:15px;height:calc(100% + 6px);background-color:#fff;box-sizing:border-box;cursor:ew-resize}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._cutter_box_m5di9_59 ._cutter_end_m5di9_92:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:26px;background:#1c1c1e;border-radius:1px;transform:translate(-50%,-50%)}._audio_box_m5di9_1 ._audio_operate_box_m5di9_43 ._current_time_line_box_m5di9_116{position:absolute;width:100%;height:100%}._current_time_line_m5di9_116{width:2px;height:calc(100% - 6px);background:#000000;position:absolute;box-sizing:border-box;z-index:3;transform:translateY(3px);cursor:pointer}._current_time_text_box_m5di9_131{width:50px;height:18px;position:absolute;top:0px;text-align:center;background:#000000;border-radius:5px;font-size:12px;font-weight:400;color:#fff;line-height:18px;transform:translate(calc(-50% + 1px),calc(-100% - 5px))}._current_time_text_box_m5di9_131 ._arrow_m5di9_145{position:absolute;border:5px solid;top:100%;left:50%;border-color:#000000 transparent transparent transparent!important;transform:translate(-50%)}._fade_in_cover_m5di9_153{position:absolute;height:100%;background-color:#ffffff59;clip-path:polygon(0 100%,0 0,100% 0)}._fade_out_cover_m5di9_159{position:absolute;right:0px;height:100%;background-color:#ffffff59;clip-path:polygon(0 0,100% 0,100% 100%)}._cutter_drag_common_style_m5di9_166{content:"";display:block;position:absolute;top:-3px;width:15px;height:calc(100% + 6px);background-color:#fff;box-sizing:border-box;cursor:ew-resize}._cutter_drag_common_style_m5di9_166:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:26px;background:#1c1c1e;border-radius:1px;transform:translate(-50%,-50%)}._cover_up_m5di9_188{content:"";display:block;width:15px;height:100%;position:absolute;top:0px;background-color:#181b1b73}._container_1cbtq_1{display:flex;width:100%;align-items:center;overflow:hidden}._container_1cbtq_1 ._audioName_1cbtq_7{flex:1;font-size:19px;font-weight:500;color:#fff;line-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:10px 0;max-width:684px}._container_1cbtq_1 ._audioInfo_1cbtq_19{min-width:max-content;flex-shrink:0;font-size:15px;font-weight:400;color:#69b5fc;line-height:23px}._container_1cbtq_1 ._audioInfo_1cbtq_19 i{display:inline-block;width:2px;height:10px;margin:0 12px;background-color:#69b5fc}._button_180ht_1{display:flex;justify-content:center;align-items:center;cursor:pointer;border:0px;background-color:#0000;transition:all .3s!important}._input_10mon_1{width:120px;height:40px;outline:none;border-radius:6px;border:1px solid #5fb0f9;background-color:#fff0;font-size:15px;font-weight:400;color:#fff;line-height:18px;padding-left:24px;box-sizing:border-box}._input_10mon_1:focus{border:1px solid #5fb0f9}._input_10mon_1::selection{background:#2669a4;color:#fff}._input_10mon_1::-moz-selection{background:#2669a4;color:#fff}._input_10mon_1::-webkit-selection{background:#2669a4;color:#fff}._panel_7sylt_1{width:100%;min-height:14px;display:flex;align-items:center}._panel_7sylt_1 ._range_panel_7sylt_7{display:flex;height:100%;width:100%;align-items:center}._panel_7sylt_1 ._range_panel_7sylt_7 ._slider_7sylt_13{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background-color:#1a1b1c00;padding:0;margin:0}._panel_7sylt_1 ._range_panel_7sylt_7 ._slider_7sylt_13::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background-color:#fff;border-radius:50%;border:1px solid #c4c4ca;cursor:pointer;transform:translateY(-50%)}._panel_7sylt_1 ._range_panel_7sylt_7 ._slider_7sylt_13::-webkit-slider-runnable-track{background-color:#9ecffb;height:2px;background:linear-gradient(to right,var(--progress-fill-color) var(--slider-position),var(--progress-color) var(--slider-position))}._drop_down_box_3fzr3_1{display:none;position:absolute;z-index:22;width:max-content;border-radius:2px;background-color:#fff;box-shadow:0 2px 10px #00000040;cursor:auto}._drop_down_box_3fzr3_1 ._arrow_3fzr3_11{position:absolute;width:0;height:0;border-width:8px;border-style:solid;box-sizing:border-box}._drop_down_box_3fzr3_1 ._arrow_3fzr3_11 svg{display:none}._drop_down_box_3fzr3_1._bottom_left_3fzr3_22,._drop_down_box_3fzr3_1._bottom_center_3fzr3_23,._drop_down_box_3fzr3_1._bottom_right_3fzr3_24{margin-top:6px}._drop_down_box_3fzr3_1._bottom_left_3fzr3_22 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._bottom_center_3fzr3_23 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._bottom_right_3fzr3_24 ._arrow_3fzr3_11{border-color:transparent transparent #fff transparent}._drop_down_box_3fzr3_1._bottom_left_3fzr3_22 ._arrow_3fzr3_11{top:-16px;left:16px}._drop_down_box_3fzr3_1._bottom_center_3fzr3_23 ._arrow_3fzr3_11{top:0;left:50%;transform:translate(-50%,-100%)}._drop_down_box_3fzr3_1._bottom_right_3fzr3_24 ._arrow_3fzr3_11{top:-16px;right:16px}._drop_down_box_3fzr3_1._top_left_3fzr3_45,._drop_down_box_3fzr3_1._top_center_3fzr3_46,._drop_down_box_3fzr3_1._top_right_3fzr3_47{margin-bottom:6px}._drop_down_box_3fzr3_1._top_left_3fzr3_45 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._top_center_3fzr3_46 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._top_right_3fzr3_47 ._arrow_3fzr3_11{border-color:#fff transparent transparent transparent}._drop_down_box_3fzr3_1._top_left_3fzr3_45 ._arrow_3fzr3_11{bottom:-16px;left:16px}._drop_down_box_3fzr3_1._top_center_3fzr3_46 ._arrow_3fzr3_11{bottom:-16px;left:50%;transform:translate(-50%)}._drop_down_box_3fzr3_1._top_right_3fzr3_47 ._c-drop-down-arrow_3fzr3_64{right:16px;bottom:-16px}._drop_down_box_3fzr3_1._right_top_3fzr3_68,._drop_down_box_3fzr3_1._right_center_3fzr3_69,._drop_down_box_3fzr3_1._right_bottom_3fzr3_70{margin-left:6px}._drop_down_box_3fzr3_1._right_top_3fzr3_68 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._right_center_3fzr3_69 ._arrow_3fzr3_11,._drop_down_box_3fzr3_1._right_bottom_3fzr3_70 ._arrow_3fzr3_11{left:-16px;border-color:transparent #fff transparent transparent}._drop_down_box_3fzr3_1._right_top_3fzr3_68 ._arrow_3fzr3_11{top:16px}._drop_down_box_3fzr3_1._right_center_3fzr3_69 ._arrow_3fzr3_11{top:50%;transform:translateY(-50%)}._drop_down_box_3fzr3_1._right_bottom_3fzr3_70 ._arrow_3fzr3_11{bottom:16px}._in_3fzr3_89{animation-name:_dropDownIn_3fzr3_1;animation-duration:.1s;animation-timing-function:cubic-bezier(.18,1.11,.77,1.51)}._out_3fzr3_94{animation-name:_dropDownOut_3fzr3_1;animation-duration:.1s;animation-fill-mode:forwards}@keyframes _dropDownIn_3fzr3_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes _dropDownOut_3fzr3_1{0%{opacity:1}to{opacity:0}}._input_nrmio_1{outline:none;border-radius:6px;border:1px solid #5fb0f9;background-color:#fff0;font-size:15px;font-weight:400;color:#fff;box-sizing:border-box}._input_nrmio_1:focus{border:1px solid #5fb0f9}._input_nrmio_1::selection{background:#2669a4;color:#fff}._input_nrmio_1::-moz-selection{background:#2669a4;color:#fff}._input_nrmio_1::-webkit-selection{background:#2669a4;color:#fff}._panel_1e1o2_1{width:300px;border-radius:6px;background-color:#50a8f8;color:#fff;padding:17px 19px;box-shadow:none;box-sizing:border-box}._panel_1e1o2_1 ._top_panel_1e1o2_10 ._title_1e1o2_10{font-size:14px;font-weight:500;color:#fff;line-height:16px}._panel_1e1o2_1 ._top_panel_1e1o2_10 ._input_1e1o2_16{width:54px;height:24px;padding:4px 0;border-radius:4px;text-align:center;float:right;border:1px solid #fff}._panel_1e1o2_1 ._slider_panel_1e1o2_25{margin-top:9px;width:100%}._fade_button_1e1o2_29{width:40px;height:40px;background:#ffffff;border-radius:6px;transition:all .3s!important}._fade_button_1e1o2_29:hover{background-color:#dee0e1}._arrow_1e1o2_39{border-color:transparent transparent #50a8f8 transparent!important}._select_131vp_1{width:120px;height:40px;color:#000;background:#ffffff;border-radius:6px;border:0px;cursor:pointer;position:relative;line-height:40px;padding-left:17px;font-size:15px;font-weight:400;box-sizing:border-box;transition:all .3s!important}._select_131vp_1:hover{background-color:#dee0e1}._select_131vp_1 ._icon_131vp_20{float:right;margin-right:9px}._select_131vp_1 ._options_131vp_24{display:none;position:absolute;top:calc(100% + 2px);left:0px;width:100%;height:auto;margin:0;padding:10px 0;list-style:none;overflow:hidden;opacity:0;background-color:#fff;border-radius:6px;box-shadow:0 2px 10px #00000040}._select_131vp_1 ._options_131vp_24 li{width:100%;height:40px;padding-left:20px;box-sizing:border-box;line-height:40px;transition:all;transition:all .3s!important;color:#17191d;font-size:15px;font-weight:400}._select_131vp_1 ._options_131vp_24 li._active_131vp_52,._select_131vp_1 ._options_131vp_24 li:hover{background-color:#eee}._select_131vp_1 ._options_131vp_24._show_131vp_56{display:block;opacity:1}._in_131vp_60{animation-name:_dropDownIn_131vp_1;animation-duration:.1s;animation-timing-function:cubic-bezier(.18,1.11,.77,1.51)}._out_131vp_65{animation-name:_dropDownOut_131vp_1;animation-duration:.1s;animation-fill-mode:forwards}@keyframes _dropDownIn_131vp_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes _dropDownOut_131vp_1{0%{opacity:1}to{opacity:0}}._toolbar_panel_1md1x_1{display:flex;margin-top:32px;align-items:center;font-weight:400;color:#fff}._toolbar_panel_1md1x_1 ._play_control_1md1x_8{width:50px;height:50px;background:#42a2f8;border-radius:50%}._toolbar_panel_1md1x_1 ._play_control_1md1x_8:hover{box-shadow:0 4px 12px #0003}._toolbar_panel_1md1x_1 ._input_time_panel_1md1x_17{flex:1;display:flex;justify-content:end;align-items:center;gap:11px;font-weight:400}._toolbar_panel_1md1x_1 ._audio_type_panel_1md1x_25{display:flex;align-items:center;gap:11px;margin:0 46px}._toolbar_panel_1md1x_1 ._fade_panel_1md1x_31{display:flex;gap:11px;align-items:center}._export_panel_4yh59_1{margin-top:79px;text-align:center}._export_panel_4yh59_1 ._export_button_4yh59_5{width:231px;height:54px;background:#ffffff;border-radius:27px;margin:0 auto;transition:all .3s!important}._export_panel_4yh59_1 ._export_button_4yh59_5:hover{box-shadow:0 4px 12px #0003}._export_panel_4yh59_1 ._export_button_4yh59_5 span{font-size:19px;font-weight:400;color:#17191d;line-height:23px}html,body,#_root_e1iyr_1{height:100%}._u-button-cursor_e1iyr_14:hover{cursor:pointer}._u-toolbar-icon-btn_e1iyr_17{width:30px;height:30px}._u-toolbar-icon-btn_e1iyr_17._disabled_e1iyr_21{opacity:.5}._u-toolbar-icon-btn_e1iyr_17._disabled_e1iyr_21:hover{cursor:no-drop;background-color:inherit!important}._u-input-file_e1iyr_28{opacity:0;z-index:-1;position:absolute;color:#ff822c;width:0;height:0}._u-music__btn_e1iyr_36{position:absolute;left:0;height:100%}._u-music__btn_e1iyr_36 svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-music__btn_e1iyr_36:hover svg path,._u-music__btn_e1iyr_36:hover svg rect,._u-music__btn_e1iyr_36:hover svg polygon{fill:#e0640f}._u-header_e1iyr_54{width:100%;background:#FFFFFF}._u-hide_e1iyr_58{display:none!important}._u-center-for-absolute_e1iyr_61{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-clearFix_e1iyr_69{zoom:1}._u-clearFix_e1iyr_69:before,._u-clearFix_e1iyr_69:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}._u-float-left_e1iyr_81{float:left}._u-float-right_e1iyr_84{float:right}._u-rotate_e1iyr_87{position:absolute;top:50%;bottom:0;right:0;left:0;margin-top:-25px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_e1iyr_1 1s linear infinite;-moz-animation:_play_e1iyr_1 1s linear infinite;animation:_play_e1iyr_1 1s linear infinite}._u-pure-rotate_e1iyr_101{width:60px}._u-loading-rotate_e1iyr_104{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_e1iyr_1 1s linear infinite;-moz-animation:_play_e1iyr_1 1s linear infinite;animation:_play_e1iyr_1 1s linear infinite}@-webkit-keyframes _play_e1iyr_1{0%{-webkit-transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(360deg)}}._rotateIn_e1iyr_120{animation:.3s linear _rotateIn_e1iyr_120}._rotateOut_e1iyr_123{animation:.3s linear _rotateOut_e1iyr_123}@-moz-keyframes _play_e1iyr_1{0%{-moz-transform:rotateZ(0deg)}to{-moz-transform:rotateZ(360deg)}}@keyframes _play_e1iyr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _rotateIn_e1iyr_120{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes _rotateOut_e1iyr_123{0%{transform:rotate(90deg)}to{transform:rotate(0)}}._tooltip_e1iyr_158{top:-4px;pointer-events:none}._tooltip_e1iyr_158 ._arrow_e1iyr_162:before{border-width:10px!important}._tooltip_e1iyr_158._bs-tooltip-bottom_e1iyr_165{top:16px!important}._tooltip_e1iyr_158._bs-tooltip-bottom_e1iyr_165 ._tooltip-inner_e1iyr_168,._tooltip_e1iyr_158._bs-tooltip-bottom_e1iyr_165 ._arrow_e1iyr_162{transform:translateY(-10px)}._tooltip_e1iyr_158._bs-tooltip-bottom_e1iyr_165 ._arrow_e1iyr_162{width:20px!important;height:10px!important}._tooltip_e1iyr_158._bs-tooltip-bottom_e1iyr_165 ._arrow_e1iyr_162:before{border-bottom-color:#21272f!important}._tooltip_e1iyr_158._bs-tooltip-top_e1iyr_179{top:-6px!important}._tooltip_e1iyr_158._bs-tooltip-top_e1iyr_179 ._arrow_e1iyr_162{width:20px!important;height:10px!important}._tooltip_e1iyr_158._bs-tooltip-top_e1iyr_179 ._arrow_e1iyr_162:before{border-top-color:#21272f!important}._tooltip_e1iyr_158._bs-tooltip-left_e1iyr_189{left:-6px!important}._tooltip_e1iyr_158._bs-tooltip-left_e1iyr_189 ._arrow_e1iyr_162{width:10px!important;height:20px!important}._tooltip_e1iyr_158._bs-tooltip-left_e1iyr_189 ._arrow_e1iyr_162:before{border-left-color:#21272f!important}._tooltip_e1iyr_158._bs-tooltip-right_e1iyr_199{right:6px!important}._tooltip_e1iyr_158._bs-tooltip-right_e1iyr_199 ._arrow_e1iyr_162{width:10px!important;height:20px!important}._tooltip_e1iyr_158._bs-tooltip-right_e1iyr_199 ._arrow_e1iyr_162:before{border-right-color:#21272f!important}._tooltip-inner_e1iyr_168{padding:0 8px!important;height:28px;line-height:28px;border-radius:2px!important;background-color:#21272f!important;font-size:13px!important;text-transform:capitalize;color:#fff;box-shadow:0 2px 8px #00000059}._u-cursor-grab_e1iyr_220{cursor:-webkit-grab!important;cursor:-moz-grab!important;cursor:grab!important}._u-cursor-grabbing_e1iyr_225{cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}._u-cursor-ew_e1iyr_230{cursor:ew-resize!important}._u-ellipsis_e1iyr_233{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._panel_e1iyr_238{width:100%;position:relative;background:#e6e4e6;border-radius:8px;overflow:hidden;height:12px}._panel_e1iyr_238 ._inner_e1iyr_246{display:block;position:absolute;left:0;top:0;height:100%;background-color:#ff822c;border-radius:8px}html,body,#_root_1af7p_1{height:100%}._u-button-cursor_1af7p_14:hover{cursor:pointer}._u-toolbar-icon-btn_1af7p_17{width:30px;height:30px}._u-toolbar-icon-btn_1af7p_17._disabled_1af7p_21{opacity:.5}._u-toolbar-icon-btn_1af7p_17._disabled_1af7p_21:hover{cursor:no-drop;background-color:inherit!important}._u-input-file_1af7p_28{opacity:0;z-index:-1;position:absolute;color:#ff822c;width:0;height:0}._u-music__btn_1af7p_36{position:absolute;left:0;height:100%}._u-music__btn_1af7p_36 svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-music__btn_1af7p_36:hover svg path,._u-music__btn_1af7p_36:hover svg rect,._u-music__btn_1af7p_36:hover svg polygon{fill:#e0640f}._u-header_1af7p_54{width:100%;background:#FFFFFF}._u-hide_1af7p_58{display:none!important}._u-center-for-absolute_1af7p_61{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-clearFix_1af7p_69{zoom:1}._u-clearFix_1af7p_69:before,._u-clearFix_1af7p_69:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}._u-float-left_1af7p_81{float:left}._u-float-right_1af7p_84{float:right}._u-rotate_1af7p_87{position:absolute;top:50%;bottom:0;right:0;left:0;margin-top:-25px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_1af7p_1 1s linear infinite;-moz-animation:_play_1af7p_1 1s linear infinite;animation:_play_1af7p_1 1s linear infinite}._u-pure-rotate_1af7p_101{width:60px}._u-loading-rotate_1af7p_104{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_1af7p_1 1s linear infinite;-moz-animation:_play_1af7p_1 1s linear infinite;animation:_play_1af7p_1 1s linear infinite}@-webkit-keyframes _play_1af7p_1{0%{-webkit-transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(360deg)}}._rotateIn_1af7p_120{animation:.3s linear _rotateIn_1af7p_120}._rotateOut_1af7p_123{animation:.3s linear _rotateOut_1af7p_123}@-moz-keyframes _play_1af7p_1{0%{-moz-transform:rotateZ(0deg)}to{-moz-transform:rotateZ(360deg)}}@keyframes _play_1af7p_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _rotateIn_1af7p_120{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes _rotateOut_1af7p_123{0%{transform:rotate(90deg)}to{transform:rotate(0)}}._tooltip_1af7p_158{top:-4px;pointer-events:none}._tooltip_1af7p_158 ._arrow_1af7p_162:before{border-width:10px!important}._tooltip_1af7p_158._bs-tooltip-bottom_1af7p_165{top:16px!important}._tooltip_1af7p_158._bs-tooltip-bottom_1af7p_165 ._tooltip-inner_1af7p_168,._tooltip_1af7p_158._bs-tooltip-bottom_1af7p_165 ._arrow_1af7p_162{transform:translateY(-10px)}._tooltip_1af7p_158._bs-tooltip-bottom_1af7p_165 ._arrow_1af7p_162{width:20px!important;height:10px!important}._tooltip_1af7p_158._bs-tooltip-bottom_1af7p_165 ._arrow_1af7p_162:before{border-bottom-color:#21272f!important}._tooltip_1af7p_158._bs-tooltip-top_1af7p_179{top:-6px!important}._tooltip_1af7p_158._bs-tooltip-top_1af7p_179 ._arrow_1af7p_162{width:20px!important;height:10px!important}._tooltip_1af7p_158._bs-tooltip-top_1af7p_179 ._arrow_1af7p_162:before{border-top-color:#21272f!important}._tooltip_1af7p_158._bs-tooltip-left_1af7p_189{left:-6px!important}._tooltip_1af7p_158._bs-tooltip-left_1af7p_189 ._arrow_1af7p_162{width:10px!important;height:20px!important}._tooltip_1af7p_158._bs-tooltip-left_1af7p_189 ._arrow_1af7p_162:before{border-left-color:#21272f!important}._tooltip_1af7p_158._bs-tooltip-right_1af7p_199{right:6px!important}._tooltip_1af7p_158._bs-tooltip-right_1af7p_199 ._arrow_1af7p_162{width:10px!important;height:20px!important}._tooltip_1af7p_158._bs-tooltip-right_1af7p_199 ._arrow_1af7p_162:before{border-right-color:#21272f!important}._tooltip-inner_1af7p_168{padding:0 8px!important;height:28px;line-height:28px;border-radius:2px!important;background-color:#21272f!important;font-size:13px!important;text-transform:capitalize;color:#fff;box-shadow:0 2px 8px #00000059}._u-cursor-grab_1af7p_220{cursor:-webkit-grab!important;cursor:-moz-grab!important;cursor:grab!important}._u-cursor-grabbing_1af7p_225{cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}._u-cursor-ew_1af7p_230{cursor:ew-resize!important}._u-ellipsis_1af7p_233{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._panel_1af7p_238{width:597px;height:246px;background:#ffffff;box-shadow:0 6px 12px #0000001a;border-radius:4px;padding:58px 34px;margin:0 auto;box-sizing:border-box;text-align:center}._panel_1af7p_238 ._title_1af7p_249{font-size:21px;font-weight:500;color:#17191d;line-height:24px;margin-top:3px}._panel_1af7p_238 ._progressBar_1af7p_256{display:flex;align-items:center;margin-top:50px;gap:16px;font-size:17px;font-weight:700;color:#ff822c;line-height:20px}._panel_1af7p_238 ._estimateWaitTime_1af7p_266,._panel_1af7p_238 ._tips_1af7p_273{font-size:15px;font-weight:400;color:#344750;line-height:18px;margin-top:23px}._note_1af7p_280{height:18px;font-size:15px;font-weight:400;color:#ffffffab;line-height:18px;opacity:.7;text-align:center;margin-top:30px}._panel_15g8s_9{width:100%;height:100%;color:#fff;position:relative}._panel_15g8s_9 ._audio_15g8s_15{display:none}._panel_15g8s_9 ._btu_pay_state_panel_15g8s_18{position:absolute;top:50%;left:50%;display:flex;justify-content:center;align-items:center;transform:translate(-50%,-50%)}._panel_15g8s_9 ._btu_pay_state_panel_15g8s_18 ._btu_15g8s_18{width:82px;height:82px;background:rgba(225,225,225,.25);border-radius:41px;transition:all .3s!important}._panel_15g8s_9 ._btu_pay_state_panel_15g8s_18 ._btu_15g8s_18:hover svg g{fill:#e0640f}._panel_15g8s_9 ._btu_pay_state_panel_15g8s_18 ._btu_15g8s_18:hover svg path{fill:#e0640f}._panel_15g8s_9 ._control_panel_15g8s_40{width:100%;display:flex;justify-content:center;position:absolute;bottom:20px;background-color:var(--control-panel-bg-color);padding-left:14px;padding-right:9px;box-sizing:border-box}._panel_15g8s_9 ._control_panel_15g8s_40 ._volumeButton_15g8s_51{margin-left:6px}._panel_15g8s_9 ._control_panel_15g8s_40 ._slider_15g8s_54{background-color:#0000;flex:1}._panel_15g8s_9 ._control_panel_15g8s_40 ._time_15g8s_58{margin-left:12px}._panel_15g8s_9 ._control_panel_15g8s_40 ._time_15g8s_58 ._partition_15g8s_61{margin:0 4px}._overlay_panel_15g8s_64{width:300px;border-radius:6px;background-color:#50a8f8;color:#fff;padding:17px 19px;box-shadow:none;box-sizing:border-box}._overlay_panel_15g8s_64 ._top_panel_15g8s_73 ._title_15g8s_73{font-size:14px;font-weight:500;color:#fff;line-height:16px}._overlay_panel_15g8s_64 ._top_panel_15g8s_73 ._input_15g8s_79{width:54px;height:24px;padding:4px 0;border-radius:4px;text-align:center;float:right}._overlay_panel_15g8s_64 ._slider_panel_15g8s_87{margin-top:22px;width:100%}._arrow_15g8s_91{border-color:transparent transparent #50a8f8 transparent!important}html,body,#_root_iw5uz_1{height:100%}._u-button-cursor_iw5uz_14:hover{cursor:pointer}._u-toolbar-icon-btn_iw5uz_17{width:30px;height:30px}._u-toolbar-icon-btn_iw5uz_17._disabled_iw5uz_21{opacity:.5}._u-toolbar-icon-btn_iw5uz_17._disabled_iw5uz_21:hover{cursor:no-drop;background-color:inherit!important}._u-input-file_iw5uz_28{opacity:0;z-index:-1;position:absolute;color:#ff822c;width:0;height:0}._u-music__btn_iw5uz_36{position:absolute;left:0;height:100%}._u-music__btn_iw5uz_36 svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-music__btn_iw5uz_36:hover svg path,._u-music__btn_iw5uz_36:hover svg rect,._u-music__btn_iw5uz_36:hover svg polygon{fill:#e0640f}._u-header_iw5uz_54{width:100%;background:#FFFFFF}._u-hide_iw5uz_58{display:none!important}._u-center-for-absolute_iw5uz_61{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}._u-clearFix_iw5uz_69{zoom:1}._u-clearFix_iw5uz_69:before,._u-clearFix_iw5uz_69:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}._u-float-left_iw5uz_81{float:left}._u-float-right_iw5uz_84{float:right}._u-rotate_iw5uz_87{position:absolute;top:50%;bottom:0;right:0;left:0;margin-top:-25px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_iw5uz_1 1s linear infinite;-moz-animation:_play_iw5uz_1 1s linear infinite;animation:_play_iw5uz_1 1s linear infinite}._u-pure-rotate_iw5uz_101{width:60px}._u-loading-rotate_iw5uz_104{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-animation:_play_iw5uz_1 1s linear infinite;-moz-animation:_play_iw5uz_1 1s linear infinite;animation:_play_iw5uz_1 1s linear infinite}@-webkit-keyframes _play_iw5uz_1{0%{-webkit-transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(360deg)}}._rotateIn_iw5uz_120{animation:.3s linear _rotateIn_iw5uz_120}._rotateOut_iw5uz_123{animation:.3s linear _rotateOut_iw5uz_123}@-moz-keyframes _play_iw5uz_1{0%{-moz-transform:rotateZ(0deg)}to{-moz-transform:rotateZ(360deg)}}@keyframes _play_iw5uz_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _rotateIn_iw5uz_120{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes _rotateOut_iw5uz_123{0%{transform:rotate(90deg)}to{transform:rotate(0)}}._tooltip_iw5uz_158{top:-4px;pointer-events:none}._tooltip_iw5uz_158 ._arrow_iw5uz_162:before{border-width:10px!important}._tooltip_iw5uz_158._bs-tooltip-bottom_iw5uz_165{top:16px!important}._tooltip_iw5uz_158._bs-tooltip-bottom_iw5uz_165 ._tooltip-inner_iw5uz_168,._tooltip_iw5uz_158._bs-tooltip-bottom_iw5uz_165 ._arrow_iw5uz_162{transform:translateY(-10px)}._tooltip_iw5uz_158._bs-tooltip-bottom_iw5uz_165 ._arrow_iw5uz_162{width:20px!important;height:10px!important}._tooltip_iw5uz_158._bs-tooltip-bottom_iw5uz_165 ._arrow_iw5uz_162:before{border-bottom-color:#21272f!important}._tooltip_iw5uz_158._bs-tooltip-top_iw5uz_179{top:-6px!important}._tooltip_iw5uz_158._bs-tooltip-top_iw5uz_179 ._arrow_iw5uz_162{width:20px!important;height:10px!important}._tooltip_iw5uz_158._bs-tooltip-top_iw5uz_179 ._arrow_iw5uz_162:before{border-top-color:#21272f!important}._tooltip_iw5uz_158._bs-tooltip-left_iw5uz_189{left:-6px!important}._tooltip_iw5uz_158._bs-tooltip-left_iw5uz_189 ._arrow_iw5uz_162{width:10px!important;height:20px!important}._tooltip_iw5uz_158._bs-tooltip-left_iw5uz_189 ._arrow_iw5uz_162:before{border-left-color:#21272f!important}._tooltip_iw5uz_158._bs-tooltip-right_iw5uz_199{right:6px!important}._tooltip_iw5uz_158._bs-tooltip-right_iw5uz_199 ._arrow_iw5uz_162{width:10px!important;height:20px!important}._tooltip_iw5uz_158._bs-tooltip-right_iw5uz_199 ._arrow_iw5uz_162:before{border-right-color:#21272f!important}._tooltip-inner_iw5uz_168{padding:0 8px!important;height:28px;line-height:28px;border-radius:2px!important;background-color:#21272f!important;font-size:13px!important;text-transform:capitalize;color:#fff;box-shadow:0 2px 8px #00000059}._u-cursor-grab_iw5uz_220{cursor:-webkit-grab!important;cursor:-moz-grab!important;cursor:grab!important}._u-cursor-grabbing_iw5uz_225{cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}._u-cursor-ew_iw5uz_230{cursor:ew-resize!important}._u-ellipsis_iw5uz_233{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._panel_iw5uz_238{display:flex;min-width:1160px;margin:0 auto}._panel_iw5uz_238 ._left_panel_iw5uz_243{flex:1}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._back_iw5uz_246 ._btu_back_iw5uz_246{font-size:15px;font-weight:400;color:#ffffffbf;line-height:18px}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._back_iw5uz_246 ._btu_back_iw5uz_246 svg{margin-right:11px;vertical-align:bottom}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._back_iw5uz_246 ._btu_back_iw5uz_246:hover{color:#fff}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._back_iw5uz_246 ._btu_back_iw5uz_246:hover svg g{fill:#fff}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._content_text_iw5uz_262{max-width:530px;margin-top:37px}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._content_text_iw5uz_262 ._title_iw5uz_266{font-size:42px;font-weight:700;color:#fff;line-height:70px}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._content_text_iw5uz_262 ._text_iw5uz_272{margin-top:7px;font-size:19px;font-weight:400;color:#fff;line-height:28px}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279{display:flex;gap:20px;margin-top:30px}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279 ._btu_use_audio_iw5uz_284{display:flex;gap:15px;width:203px;height:50px;background:#ffffff;border-radius:8px;font-size:17px;color:#17191d;font-weight:500}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279 ._btu_use_audio_iw5uz_284:hover{background:hsla(0,0%,100%,.74)}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279 ._btu_download_iw5uz_298{display:flex;gap:15px;width:203px;height:50px;border-radius:8px;font-size:17px;color:#fff;font-weight:500;border:1px solid #ffffff}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279 ._btu_download_iw5uz_298:hover{background:#fff;border:1px solid #fff;border-radius:8px;color:#000}._panel_iw5uz_238 ._left_panel_iw5uz_243 ._button_panel_iw5uz_279 ._btu_download_iw5uz_298:hover svg path{fill:#000}._panel_iw5uz_238 ._right_panel_iw5uz_318{width:374px;height:374px;background-color:#000;border-radius:12px;position:relative;overflow:hidden}._panel_iw5uz_238 ._right_panel_iw5uz_318 img{width:100%;height:100%;position:absolute}@media screen and (max-width: 1200px){._panel_iw5uz_238{min-width:923px}}._app_container_a4bi3_1{width:100%;height:540px;display:flex;justify-content:center;align-items:center;background:#168cf6;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}._app_container_a4bi3_1 ._app_panel_a4bi3_10{min-width:923px}

