.form-group-jus-center {
  justify-content: center;
}
.hidden {
  display: none !important;
}
.form-cell input {
  width: 100%;
}
.import-order {
  padding-bottom: 20px;
}
.import-order .exclamatory-mark {
  width: 16px;
  height: 16px;
}
.import-order .import-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.import-order .import-main .import-warm {
  margin-top: 30px;
  width: 1160px;
  height: 35px;
  background: #F3F3F5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.import-order .import-main .import-warm .warm-left {
  display: flex;
}
.import-order .import-main .import-warm .warm-left .normal-text {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-left: 7px;
}
.import-order .import-main .import-warm .warm-left .look-op {
  margin-left: 19px;
  font-size: 12px;
  font-weight: 400;
  color: #16A5FF;
  border-bottom: 1px solid #16A5FF;
}
.import-order .upload-sel {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.import-order .upload-sel .sel-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.import-order .upload-sel .uploader {
  display: none;
}
.import-order .upload-sel .sel-main {
  width: 315px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  justify-content: space-between;
  margin-right: 11px;
  box-sizing: border-box;
}
.import-order .upload-sel .sel-main .no-sel-text {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
  max-width: 180px;
}
.import-order .upload-sel .sel-main .sel-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 32px;
  background: #F0292F;
  border-radius: 4px;
  box-sizing: border-box;
}
.import-order .upload-sel .sel-main .sel-div .sel-text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.import-order .upload-sel .download-temp {
  width: 154px;
  height: 31px;
  background: #78CBFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.import-order .upload-sel .download-temp a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.import-order .excel-warm {
  margin-top: 13px;
  display: flex;
  align-items: center;
}
.import-order .excel-warm .excel-warm-text {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.import-order .black_btn {
  background-color: #999999 !important;
}
.import-order .import-order-btn {
  width: 162px;
  height: 49px;
  background: #EF2228;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.import-order .import-order-btn span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.channel-list {
  padding: 9px 44px 36px 44px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.channel-list .channel-item {
  width: 260px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-top: 20px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
.channel-list .channel-item img {
  width: 72px;
  height: 72px;
}
.channel-list .channel-item .channel-item-div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.channel-list .channel-item .channel-item-div .channel-item-title {
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}
.channel-list .channel-item .channel-item-div .channel-item-desc {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 36px;
  margin-top: 7px;
}
.now-access {
  width: 162px;
  height: 42px;
  border: 1px solid #EF2228;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.now-access span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #EF2228;
  line-height: 36px;
}
