.zzsb-wrapper {
  margin: 10px 0;
  padding: 20px;
  background: #fff;
}
.zzsb-wrapper .content {
  padding: 20px 0;
}
.zzsb-wrapper .content p {
  text-indent: 2em;
  line-height: 2.2em;
  font-size: 18px;
  color: rgba(0,0,0,0.65);
}
.zzsb-wrapper .bottom-btn {
  padding: 70px 380px 20px;
}
.zzsb-form-wrapper {
  margin: 10px 0;
  padding: 20px;
  background: #fff;
  color: rgba(0,0,0,0.65);
}
.zzsb-form-wrapper .zzsb-form-title {
  background-color: #eee;
  padding: 10px 20px;

  margin-bottom: 20px;
}
.zzsb-form-wrapper .zzsb-form-title span{
  font-size: 16px;
  font-weight: bold;
}
.zzsb-form-wrapper .zzsb-form-title i {
  font-size: 16px;
}
.zzsb-form-wrapper .zzsb-form .left-tab {
  width: 180px;
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab {
  cursor: pointer;
  padding: 0 20px 0 10px;
  height: 90px;
  line-height: 60px;
  margin-bottom: 5px;
  background-color: #eee;
  color: rgba(0,0,0,0.65);
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab .icon {
  width: 23px;
  height: 23px;
  background-image: url("../../images/zzsb/icon1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 10px;
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab .icon.icon1 {
  background-image: url("../../images/zzsb/icon1.png");
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab .icon.icon2 {
  background-image: url("../../images/zzsb/icon2.png");
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab .icon.icon3 {
  background-image: url("../../images/zzsb/icon3.png");
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab.on {
  background-color: #1089ff;
  color: #fff;
  background-image: linear-gradient(to right, #1089ff, #3ca0ff);
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab.on .icon1 {
  background-image: url("../../images/zzsb/icon1_on.png");
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab.on .icon2 {
  background-image: url("../../images/zzsb/icon2_on.png");
}
.zzsb-form-wrapper .zzsb-form .left-tab .tab.on .icon3 {
  background-image: url("../../images/zzsb/icon3_on.png");
}
.zzsb-form-wrapper .zzsb-form .from-wrapper {
  width: calc(100% - 200px);
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-title {
  line-height: 36px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-title span:first-child {
  font-size: 16px;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-title span:last-child {
  color: #f00;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-inner {
  padding: 20px 50px;
  min-height: 400px;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-inner .add_box{
  text-align: right;
  clear: both;
  font-size: 16px;
  padding: 35px 0;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-inner .add_box  a{
  color:#333;
  cursor:pointer;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-inner .add_box  a:hover{
  color:#409eff;
  cursor:pointer;
}
.zzsb-form-wrapper .zzsb-form .from-wrapper .form-bottom {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: right;
}
.zzsb-from-dialog .content p {
  line-height: 2.2em;
  color: #606266;
}
.zzsb-from-dialog .el-dialog__header {
  padding: 17px 20px 15px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.zzsb-from-dialog .el-dialog__body {
  padding: 20px 30px;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #606266;
}
