.layui-layer-title {
    text-align: center;
    color: #79c704 !important;
    font-size: 30px !important;
    padding: 0 !important;
    border: none;
  }

  .layui-form-item {
    background-color: #f8f8f8;
    width: 400px;
    height: 40px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 10px;
  }

  .layui-form-label {
    width: auto;
    padding: 0 15px 0 15px;
    line-height: 38px;
    font-size: 27px;
    color: #79c704;
  }

  .layui-input,
  .layui-textarea {
    width: 300px;
    font-size: 23px;
    color: #666;
    border: none;
    background-color: #f8f8f8;
    border-left: 1px solid #707070;
    border-radius: 0;
  }

  .layui-layer-dialog .layui-layer-content {
    height: auto !important;
  }

  .layui-layer-btn .layui-layer-btn0 {
    border-color: #79c725 !important;
    color: #fff;
    background-color: #79c725 !important;
    width: 370px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    border-radius: 10px 10px 10px 10px;
  }

  .layui-layer-btn a {
    line-height: 65px;
  }

  .layui-layer-btn {
    text-align: center !important;
    padding: 0 !important;
  }

  /* 右侧精准报价弹窗样式 */
  .fixDialog {
    width: 330px;
    height: 260px;
    padding: 20px 30px;
    text-align: center;
  }

  .fixDialog .title {
    font-size: 30px;
    color: #000;
  }

  .fixDialog .type {
    color: #000;
    margin: 0 auto;
    margin: 30px 0;
    font-size: 18px;
  }

  .fixDialog .choose {
    color: #666;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
  }

  .fixDialog .area {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    margin: 30px auto;
    background-color: rgba(200, 200, 200, 0.3);
    border-radius: 5px;
  }

  .fixDialog .phone {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    position: relative;
    margin: 0 auto;
    background-color: rgba(200, 200, 200, 0.3);
    border-radius: 5px;
  }

  .fixDialog .phone .suo {
    width: 50px;
    height: 50px;
    background-color: #999;
    position: absolute;
    top: 1px;
    right: 0px;
    border-radius: 0 5px 5px 0;
    z-index: -1;
  }

  .fixDialog .phone .suo img {
    width: 20px;
    height: 20px;
  }

  .fixDialog .area input,
  .fixDialog .phone input {
    border: none;
    outline: none;
    text-align: center;
    background-color: transparent;
  }

  .fixDialog .orangeBtn button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background-color: rgb(255, 100, 0);
    border: none;
    border-radius: 5px;
    margin: 30px 0;
  }

  .fixDialog .area input:-moz-placeholder,
  textarea:-moz-placeholder {
    text-align: right;
  }

  .fixDialog .area input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    text-align: right;
  }

  .fixDialog .area input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    text-align: right;
  }

  /* 右侧获取方案弹窗样式 */
  .fixDialog1 {
    width: 330px;
    height: 350px;
    padding: 20px 30px;
  }

  .fixDialog1 .title {
    font-size: 30px;
    color: rgb(183, 150, 104);
    text-align: center;
    margin-bottom: 10px;
  }

  .fixDialog1 .introduce1 {
    display: flex;
    padding-left: 30px;
  }

  .fixDialog1 .introduce1 .desc {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .fixDialog1 .introduce1 img {
    width: 40px;
    height: 15px;
  }

  .fixDialog1 .introduce1 span {
    font-size: 18px;
  }

  .fixDialog1 .name,
  .fixDialog1 .phone,
  .fixDialog1 .address {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: rgba(200, 200, 200, 0.3);
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
  }

  .fixDialog1 .name span::before,
  .fixDialog1 .phone span::before,
  .fixDialog1 .address span::before {
    content: '*';
  }

  .fixDialog1 .name input,
  .fixDialog1 .phone input,
  .fixDialog1 .address input {
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    margin-left: 20px;
  }

  .fixDialog1 .message {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
  }

  .fixDialog1 .orangeBtn button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background-color: rgb(183, 150, 104);
    border: none;
    border-radius: 30px;
    margin: 30px 0;
  }