.serviceGuideContainer {
    width: 100%;
    height: 100%;
  }
  
  
  
  /* banner */
    .serviceGuideContainer .banner {
        height: 357px;
        width: 100%;
      /*  background: url("../../images/demand/demandBanner.png") center center no-repeat;*/
        background-image: url('../images/demandBanner.png');
        background-size: cover;
        position: relative;
    }
  
  /* 搜索 */
  .serviceGuideContainer .content {
    width: 800px;
    position: absolute;
    top: 250px;
    left: 26%;
    padding: 30px 0px 30px 40px;
    box-sizing: border-box;
    /* border: 1px solid rgb(228, 228, 228); */
    border-radius: 6px;
    /* background: linear-gradient(
      180deg,
      rgb(240, 244, 250),
      rgb(255, 255, 255) 100%
    ); */
    margin-bottom: 30px;
  }
  
  .serviceGuideContainer .content .searchContent {
    display: flex;
    margin-bottom: 22px;
  }
  
  .serviceGuideContainer .content .searchContent .searchIpt {
    width: 484px;
    height: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    outline: none;
    padding: 0px 20px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    font-family: 思源黑体 CN;
    font-size: 24px;
    font-weight: 350;
    letter-spacing: 0%;
  }
  
  .serviceGuideContainer .content .searchContent .searchBtn {
    width: 120px;
    /* height: 100%; */
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    /* shad */
    box-shadow: 0px 4px 30px 0px rgba(25, 92, 173, 0.1);
    background: linear-gradient(
      270deg,
      rgb(49, 132, 231),
      rgb(64, 183, 255) 103.629%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
  }
  
  .serviceGuideContainer .content .keywords {
    display: flex;
  }
  
  .serviceGuideContainer .content .keywords .keywords_item {
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    margin-right: 10px;
    color: rgb(51, 51, 51);
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    cursor: pointer;
  }
  
  .serviceGuideContainer .navContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 23px 112px 0px 93px;
    box-sizing: border-box;
  }

    .serviceGuideContainer .navContainer .title {
        width: 530px;
        height: 112px;
       /* background: url("../../images/home/titleLogo.png") center center no-repeat;*/
        background-image: url('../images/titleLogo.png');
        background-size: 100% 100%;
    }
    .serviceGuideContainer .navContainer .title2 {
        width: 530px;
        height: 112px;
        /* background: url("../../images/home/titleLogo.png") center center no-repeat;*/
        background-image: url('../images/titleLogo2.png');
        background-size: 100% 100%;
    }
  /* nav */
  .serviceGuideContainer .navContainer .nav {
    display: flex;
    align-items: center;
  }
  
  .serviceGuideContainer .navContainer .nav_item {
    color: rgb(51, 51, 51);
    font-family: 思源黑体 CN;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: left;
    cursor: pointer;
    margin-right: 40px;
  
    &:nth-last-child(1) {
      margin-right: 0px;
    }
  }
  
  .serviceGuideContainer .navContainer .active {
    color: rgb(40, 108, 211);
  }
  
  .serviceGuideContainer .news_title {
   
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    margin: 65px 32px 35px 32px;
  }
  
  .serviceGuideContainer .news_title .left_line {
    /* position: absolute;
    top: 10px ;
    left: 50%; */
    width: 120px;
    height: 0;
    transform: rotate(180deg);
    border: 2px solid rgb(15, 107, 217);
  }
  
  .serviceGuideContainer .news_title .right_line {
    /* position: absolute;
    top: 10px ;
    left: 50%; */
    width: 120px;
    height: 0;
    transform: rotate(180deg);
    border: 2px solid rgb(15, 107, 217);
  }
  
  .serviceGuideContainer .news_title .title_text {
    /* position: absolute;
    top: 10px ;
    left: 50%; */
    color: rgb(40, 108, 211);
    font-family: 思源黑体 CN;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0%;
    margin: 32px;
  }
  
  /* 底部 */
  .serviceGuideContainer .footer {
    width: 100%;
    height: 204px;
    background-color: #4252b9;
    padding-top: 20px;
    box-sizing: border-box;
  }
  
  .serviceGuideContainer .footer .footer_bottom .text {
    color: rgb(255, 255, 255);
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
  }
  
  .serviceGuideContainer .footer .footer_bottom .text span {
    cursor: pointer;
    margin-right: 20px;
  }
  
  .serviceGuideContainer .demand_item {
    margin-bottom: 20px;
    padding: 28px 40px;
    box-sizing: border-box;
    border: 1px solid rgb(228, 228, 228);
    border-radius: 6px;
    background: linear-gradient(
      180deg,
      rgb(240, 244, 250) 0.426%,
      rgb(255, 255, 255) 100%
    );
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  
  .serviceGuideContainer .demand_item .left {
    flex: 1;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 2px solid #e9ecef;
  }
  
  .serviceGuideContainer .demand_item .left .title {
    color: rgb(0, 0, 0);
    font-family: 思源黑体 CN;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
  }
  
  .serviceGuideContainer .demand_item .left .desc {
    display: flex;
    flex-shrink: 0;
  }
  .serviceGuideContainer .demand_item .left .desc .label {
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    width: 90px;
  }
  
  .serviceGuideContainer .demand_item .left .desc .value {
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    flex: 1;
  }
  
  .serviceGuideContainer .demand_item .left .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
  }
  
  .serviceGuideContainer .demand_item .left .bottom .left_bottom {
    display: flex;
  }
  
  .serviceGuideContainer .demand_item .left .bottom .left_bottom .item {
    color: rgb(51, 51, 51);
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    background: rgb(242, 242, 242);
    margin-right: 15px;
    padding: 2px 10px;
    box-sizing: border-box;
  }
  
  .serviceGuideContainer .demand_item .left .bottom .city {
    color: rgb(51, 51, 51);
    font-family: 思源黑体 CN;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  
  .serviceGuideContainer .demand_item .right {
    width: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .serviceGuideContainer .demand_item .right .more {
    width: 124px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* shad */
    box-shadow: 0px 4px 30px 0px rgba(25, 92, 173, 0.1);
    background: linear-gradient(
      270deg,
      rgb(49, 132, 231),
      rgb(64, 183, 255) 103.629%
    );
    color: rgb(255, 255, 255);
    font-family: 思源黑体 CN;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    cursor: pointer;
  }
  
.form-container {
    margin: 0 auto;
   /* background-color: #fff;*/
    padding: 20px;
    border-radius: 4px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
    max-width: 800px;
    width: 100%;
}
.formtitle{
    font-size: 20px;
    color: rgba(0, 0, 0, .85);
    line-height: 28px;
    font-weight: 700;
    padding: 20px;
}
.form-group .form-radio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.radio-all{
    display: flex;
    flex-wrap: wrap;
}
.form-group label {
    width: 200px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.form-group input:focus {
    border-color: #409eff;
    outline: none;
}
.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #409eff;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.submit-button:hover {
    background-color: #66b1ff;
}





  /* 自定义样式 */
  .mo-input {
    color: #606266;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;

    box-sizing: border-box;
    display: inline-block;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);

    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .mo-select{
    color: #606266;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;

    box-sizing: border-box;
    display: inline-block;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);

    width: 800px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  /* 提示文字 */
  .mo-input::placeholder {
    color: #c0c4cc;
  }

  /* 鼠标hover */
  .mo-input:hover {
    border-color: #c0c4cc;
  }

  /* 获得焦点 */
  .mo-input:focus {
    border-color: #3677f0;
  }

   /* 去除默认样式 */
   textarea {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    font-size: inherit;
    width: 100%;
  }

  textarea:focus {
    outline: none;
  }

  /* 自定义样式 */
  .mo-textarea {
    display: inline-block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    color: #606266;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  /* 提示文字 */
  .mo-textarea::placeholder {
    color: #c0c4cc;
  }

  /* 鼠标hover */
  .mo-textarea:hover {
    border-color: #c0c4cc;
  }

  /* 获得焦点 */
  .mo-textarea:focus {
    border-color: #3677f0;
  }