<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ctrlPanel{
  margin: 0px;
  background: #ffa426;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: none;
}

.ctrlPanel .compressStart{
  position: absolute;
  right: 24px;
  top: 24px;
  border-width: 1px 4px 4px 1px;
  border-style: solid;
  border-color: #f39818 #d08214 #d08214 #f39818;
  background: #f39818;
  width: 83px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
  padding-top: 6px;
  vertical-align: middle;
  border-radius: 10px;
  cursor: pointer;
  display: none;
  line-height: 24px;
}

.ctrlPanel .compressStart:hover{
  border-color: #f5a83b #f39818 #f39818 #f5a83b;
  background: #f5a83b;
}

.ctrlPanel .ctrlCover{
  top: 22px;
  right: 22px;
  bottom: 12px;
  left: 22px;
  opacity: 0.5;
  background: #fff;
  position: absolute;
  display: none;
  cursor: not-allowed;
  z-index: 3;
}

.ctrlPanel .ctrlCoverText{
  top: 22px;
  right: 22px;
  bottom: 12px;
  left: 22px;
  position: absolute;
  text-align: center;
  display: none;
}

.funRow{
  font-size: 14px;
  margin: 20px 20px 10px 20px;
  padding: 0;
  position: relative;
}


.funRow .funRowBox{
  border:1px solid #eaf0f4;
  padding: 22px 100px 22px 20px;
  border-radius: 4px;
  background-color: #fff;
}

.funRow *{
  *vertical-align: middle;
}

.funRow label{
  display: inline-block;
  margin: 0 0 0px 0 ;
}

.funRow input, .funRow select {
  width: 70px;
  border: 1px solid #ccc;
  background: #f6f6f6 url(/themes/default/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  padding: .3em .4em .3em .4em;
  border-radius: 4px;
  font-size: 14px;
  color: #2c3239;
}

.funRow input{
  position: relative;
  top: -3px;
  height: 18.3px;
}

.funRow select{
  width: 92px;
}


.funRow select.w80{
  width: 80px;
}

.funRow select.w90{
  width: 90px;
}

.funRow select.w100{
  width: 100px;
}

.funRow input.w60{
  width: 60px;
}

.funRow input.w80{
  width: 80px;
}

.funRow input.w90{
  width: 90px;
}

.funRow input.w100{
  width: 100px;
}


.funRow textarea {
  color: #d03e1d;
  border: 1px solid #ccc;
  background: #f6f6f6 url(/themes/default/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  padding: .3em .4em .3em .4em;
  border-radius: 4px;
  margin: 0 0 -8px 0;
}

.funRow input[type=checkbox],
.funRow input[type=radio]{
  width: auto;
  margin-right: 6px;
}
.funRow input[type=radio]{
  margin-top: -2px;
}

.funRow i{
  display: block;
  margin: 6px 0 0 0;
  font-size: 12px;
  color: #999;
}

.compress input, .compress select{
  width: 64px;
}

.funRow label.funSelectBox{
  color: #d03e1d;
  font-size: 16px;
}

.initWH {
  background: #ef602c;
  color: #fff;
  padding: 4px 6px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ef602c;
}

.initWH:hover{
  border-radius: 0;
  border: 2px solid #d03e1d;
}

.initWH.active{
  border-radius: 0;
  border: 2px solid #d03e1d;
  background: #d03e1d;
}

.paramTip{
  position: absolute;
  background: #2c3239;
  color: #fff;
  padding: 6px 8px;
  bottom: 80px;
  display: none;
  border: 1px #fff solid;
  font-size: 16px;
  border-radius: 6px;
}



.ctlContainer {
  padding: 14px;
  background: #ffa426;
}

.ctlDashed {
  border: 2px dashed #d08214;
  border-radius: 5px;
  background: #f39818;
}

.fileContainer .uploadBar{
  background-color: #f39818;
}



.fileItems .ulProgressBar{
  background:#f39818;
}

.uploadBtnBox{
  max-width:none;
  margin-bottom: 0;
}

.fileItems .fileZone{
  border-color: #f39818;
}

.iconBox{
  margin: 0;
}


.colorBox {
  position: absolute;
  left: 42px;
  top: 26px;
  display: none;
  z-index: 9;
  border: 1px solid #1f8dd6;
  background: #fff;
}

.colorConfirm {
  position: absolute;
  left: 75px;
  top: 225px;
  border: 0;
  line-height: 200%;
  border-radius: 4px;
  background: #1f8dd6;
  padding: 4px 20px;
  color: #fff;
}

.relative{
  position: relative;
}



.mattingPayBtn{
  border: 2px solid #262626;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 20px;
  color: #262626;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
.mattingPayBtn i{
  float: left;
  width:22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/default/images/nunoUI/download.png);
  background-size: cover;
  -ms-behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  margin: 2px 4px 0 0;
}

.downloadAllBtn.disabled{
  pointer-events: none;
  cursor: not-allowed;
}</pre></body></html>