.contentBox .navListBox {
  display: none;
}
.contentBox .crumbs {
  position: relative;
}
.contentBox .crumbs .speed {
  position: absolute;
  right: 10px;
}
.contentBox .crumbs .speed a {
  color: #0076FF;
  cursor: pointer;
}
.headSearchBox {
  padding-bottom: 16px;
}
.mainBody {
  display: flex;
}
.mainBody .infoBox {
  flex: 1;
  background-color: #fff;
  padding: 12px 28px;
}
.mainBody .infoBox .title {
  font-size: 18px;
  margin-bottom: 30px;
}
.mainBody .infoBox .title span {
  font-size: 12px;
  color: #FF8B00;
}
.mainBody .infoBox .tr_box {
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}
.mainBody .infoBox .tr_box .left {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 4px;
}
.mainBody .infoBox .tr_box .countBox .el-select .el-input .el-input__inner {
  height: 36px;
  line-height: 36px;
  width: 60px;
  border-color: #C1C7D6;
  border-left: none;
  border-radius: 0;
  padding-left: 4px;
  font-size: 12px;
}
.mainBody .infoBox .tr_box .countBox .el-select .el-input .el-input__icon {
  line-height: 36px;
}
.mainBody .infoBox .tr_box .right {
  flex: 1;
  display: flex;
  align-items: center;
}
.mainBody .infoBox .tr_box .right .btn {
  width: 140px;
  height: 40px;
  background: #FEC32D;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  cursor: pointer;
}
.mainBody .infoBox .tr_box .right .btns {
  display: none;
}
.mainBody .infoBox .tr_box .right .btns .btn:nth-child(2) {
  width: 100px;
  background-color: #dedede;
}
.mainBody .infoBox .tr_box .right .msg {
  font-size: 12px;
  color: #999999;
}
.mainBody .infoBox .tr_box .right .textInput {
  width: 400px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C1C7D6;
  padding: 0 6px;
}
.mainBody .infoBox .tr_box .right .codeInput {
  width: 290px;
}
.mainBody .infoBox .tr_box .right .sendCode {
  height: 36px;
  background-color: #FEC32D;
  width: 100px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  border-radius: 4px;
}
.mainBody .infoBox .tr_box .right .radioBox {
  margin-left: 10px;
}
.mainBody .infoBox .tr_box .right .sum-input {
  width: 82px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #C1C7D6;
  box-sizing: border-box;
  margin-left: 4px;
  padding-left: 6px;
}
.mainBody .infoBox .tr_box .btnType .apply {
  display: none;
}
.mainBody .infoBox .tr_box .btnType .btns {
  display: flex;
}
.mainBody .infoBox .tr_box textarea {
  width: 400px;
  line-height: 26px;
  padding: 6px;
  border-color: #C1C7D6;
}
.mainBody .flowBox {
  width: 200px;
  margin-left: 10px;
}
.mainBody .flowBox .flowImg {
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #666;
}
.mainBody .flowBox .flowImg .title {
  text-align: center;
  margin-bottom: 17px;
}
.mainBody .flowBox .flowImg .jt_icon {
  width: 16px;
  transform: rotate(90deg);
  margin: 20px auto;
}
.mainBody .flowBox .flowImg .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainBody .flowBox .flowImg .item img {
  width: 50px;
  margin-bottom: 9px;
}
.mainBody .flowBox .flowImg .item span {
  text-align: center;
  font-size: 12px;
}
.mainBody .service {
  background-color: #fff;
  margin-top: 10px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainBody .service p {
  margin-bottom: 4px;
  font-size: 12px;
}
.mainBody .service img {
  width: 100px;
}
.el-upload-dragger {
  width: 146px;
  height: 146px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.el-upload-dragger .el-icon-upload {
  margin: 0px 0 16px;
}
