@charset "UTF-8";
.bc-main {
  width: 100%;
  min-width: 1400px;
  overflow: hidden; }
  .bc-main .bc-cancel-consult {
    width: 100%;
    padding: 50px 0; }
    .bc-main .bc-cancel-consult .cancel-consult-row {
      width: 1000px;
      margin: 50px auto; }
      .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form {
        display: flex;
        background: white;
        border: 1px solid #ff8d48; }
        .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box {
          display: flex;
          flex: 1; }
          .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box .form-control, .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 18px;
            color: #999999;
            padding-left: 53px; }
          .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box .input-name {
            border-left: 2px solid #E7E7E7;
            border-right: 2px solid #E7E7E7;
            margin: 15px 0; }
          .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box .form-control {
            border: none;
            outline: none;
            line-height: 40px;
            height: auto;
            /*很关键：将默认的select选择框样式清除*/
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            /*在选择框的最右侧中间显示小箭头图片*/
            background: url("../images/cancel/arrow-bottom.png") no-repeat scroll right center transparent;
            background-size: 11% 33%;
            background-position-x: 209px;
            background-position-y: 21px; }
            .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form .input-box .form-control option {
              font-size: 15px; }
        .bc-main .bc-cancel-consult .cancel-consult-row .cancel-input form button {
          width: 203px;
          height: 71px;
          background: linear-gradient(90deg, #ffc149 0%, #ff7263 100%);
          color: #fff;
          font-size: 20px;
          font-weight: bold; }
  .bc-main .bc-endanger {
    width: 100%;
    background: url("../images/cancel/background1.png") no-repeat center;
    background-size: 100% 100%;
    padding: 70px 0; }
    .bc-main .bc-endanger .modular-title h1 {
      line-height: 46px;
      opacity: 0.16;
      background: linear-gradient(180deg, white 0%, #717c85 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .bc-main .bc-endanger .modular-title h2 {
      color: #fff;
      letter-spacing: 1px; }
    .bc-main .bc-endanger .bc-endanger-row {
      width: 1200px;
      margin: 90px auto; }
      .bc-main .bc-endanger .bc-endanger-row ul {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .bc-main .bc-endanger .bc-endanger-row ul li {
          text-align: center; }
          .bc-main .bc-endanger .bc-endanger-row ul li img {
            width: 100px;
            height: 100px;
            border-radius: 50%; }
          .bc-main .bc-endanger .bc-endanger-row ul li p {
            color: #fff;
            margin-top: 20px;
            font-size: 17px; }
  .bc-main .bc-organization {
    width: 100%;
    background: linear-gradient(0deg, #6643ff 0%, #2d5acf 100%);
    padding: 50px 0; }
    .bc-main .bc-organization .modular-title h1 {
      line-height: 46px;
      opacity: 0.16;
      background: linear-gradient(180deg, white 0%, #717c85 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .bc-main .bc-organization .modular-title h2 {
      color: #fff;
      letter-spacing: 1px; }
    .bc-main .bc-organization .organization-row {
      width: 1300px;
      margin: auto; }
      .bc-main .bc-organization .organization-row .case-picScroll {
        position: relative;
        margin-top: 20px; }
        .bc-main .bc-organization .organization-row .case-picScroll .hd {
          width: 1300px;
          height: 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 999; }
          .bc-main .bc-organization .organization-row .case-picScroll .hd .prev {
            display: block;
            width: 30px;
            height: 30px;
            color: #000; }
            .bc-main .bc-organization .organization-row .case-picScroll .hd .prev img {
              transform: rotate(180deg); }
          .bc-main .bc-organization .organization-row .case-picScroll .hd .next {
            display: block;
            width: 30px;
            height: 30px;
            color: #000; }
        .bc-main .bc-organization .organization-row .case-picScroll .bd {
          padding: 10px;
          width: 1300px;
          overflow: hidden;
          margin: auto;
          z-index: 999; }
          .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap {
            overflow: hidden; }
            .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .tempWrap {
              margin: auto; }
            .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList {
              overflow: hidden; }
              .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList > li {
                width: 220px;
                height: 270px;
                margin: 10px 20px;
                box-sizing: border-box;
                float: left;
                display: inline;
                overflow: hidden;
                text-align: center;
                background: #fbfbfb;
                border-radius: 8px; }
                .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList > li .caseWrap-col {
                  padding: 20px;
                  width: 100%;
                  height: 250px;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 4;
                  overflow: hidden; }
                  .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList > li .caseWrap-col img {
                    width: 80px;
                    height: 80px; }
                  .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList > li .caseWrap-col h1 {
                    margin-top: 20px;
                    font-size: 17px;
                    font-weight: bold;
                    margin-bottom: 20px;
                    text-align: center; }
                  .bc-main .bc-organization .organization-row .case-picScroll .bd .caseWrap .picList > li .caseWrap-col p {
                    color: #999999; }
  .bc-main .bc-service-advantage {
    width: 100%;
    padding: 50px 0; }
    .bc-main .bc-service-advantage .service-advantage-row {
      width: 1300px;
      margin: auto;
      margin-top: 50px; }
      .bc-main .bc-service-advantage .service-advantage-row ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .bc-main .bc-service-advantage .service-advantage-row ul li {
          display: flex;
          width: 40%;
          padding: 30px;
          box-shadow: 0px 1px 16px 5px rgba(187, 187, 187, 0.22);
          border-radius: 8px;
          margin: 0 50px;
          margin-bottom: 50px; }
          .bc-main .bc-service-advantage .service-advantage-row ul li .img-box {
            margin-right: 40px;
            display: flex;
            align-items: center; }
            .bc-main .bc-service-advantage .service-advantage-row ul li .img-box img {
              width: 70px;
              height: 70px; }
          .bc-main .bc-service-advantage .service-advantage-row ul li .info h1 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px; }
          .bc-main .bc-service-advantage .service-advantage-row ul li .info p {
            font-size: 14px;
            width: 80%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
  .bc-main .bc-need-data {
    width: 100%;
    padding: 50px 0;
    background: url("../images/cancel/databg.png") no-repeat center;
    background-size: 100% 100%; }
    .bc-main .bc-need-data .modular-title h1 {
      line-height: 46px;
      opacity: 0.16;
      background: linear-gradient(180deg, white 0%, #2d5acf 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .bc-main .bc-need-data .modular-title h2 {
      color: #fff;
      letter-spacing: 1px; }
    .bc-main .bc-need-data .need-data-row {
      width: 1300px;
      margin: auto; }
      .bc-main .bc-need-data .need-data-row ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 100px 0;
        margin-top: 80px; }
        .bc-main .bc-need-data .need-data-row ul li {
          color: #fff; }
          .bc-main .bc-need-data .need-data-row ul li .img-box {
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
            text-align: center;
            line-height: 100px;
            background: #fff;
            margin-bottom: 30px; }
            .bc-main .bc-need-data .need-data-row ul li .img-box img {
              width: 50px;
              height: 50px;
              margin-left: 6px; }
          .bc-main .bc-need-data .need-data-row ul li p {
            text-align: center;
            font-size: 17px; }
  .bc-main .bc-flow {
    width: 100%;
    margin: 80px 0; }
    .bc-main .bc-flow .flow-row {
      width: 1300px;
      margin: auto;
      display: flex;
      margin-top: 50px; }
      .bc-main .bc-flow .flow-row .tag {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        background: #1d2cf0;
        color: #fff;
        font-weight: bold;
        margin-right: 10px; }
      .bc-main .bc-flow .flow-row .flow-left {
        background: white;
        box-shadow: 0px 1px 16px 5px rgba(187, 187, 187, 0.22);
        padding: 40px 0;
        padding-left: 80px;
        flex: 1; }
        .bc-main .bc-flow .flow-row .flow-left h1 {
          font-size: 22px;
          font-weight: bold;
          margin-bottom: 15px; }
        .bc-main .bc-flow .flow-row .flow-left h2 {
          font-size: 18px; }
          .bc-main .bc-flow .flow-row .flow-left h2 span {
            color: #FFBB04; }
        .bc-main .bc-flow .flow-row .flow-left ul {
          width: 400px;
          margin-top: 50px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .bc-main .bc-flow .flow-row .flow-left ul li {
            width: 45%;
            margin-bottom: 20px; }
            .bc-main .bc-flow .flow-row .flow-left ul li label {
              margin: 0;
              font-size: 15px; }
      .bc-main .bc-flow .flow-row .flow-right {
        background: url("../images/cancel/background2.png") no-repeat center;
        background-size: 100% 100%;
        box-shadow: 0px 1px 16px 5px rgba(187, 187, 187, 0.22);
        padding: 40px 0;
        padding-left: 80px;
        flex: 1;
        color: #fff; }
        .bc-main .bc-flow .flow-row .flow-right h1 {
          font-size: 22px;
          font-weight: bold;
          margin-bottom: 15px; }
        .bc-main .bc-flow .flow-row .flow-right h2 {
          font-size: 18px; }
          .bc-main .bc-flow .flow-row .flow-right h2 span {
            color: #FFBB04; }
        .bc-main .bc-flow .flow-row .flow-right ul {
          width: 400px;
          margin-top: 60px; }
          .bc-main .bc-flow .flow-row .flow-right ul li {
            margin-bottom: 20px; }
            .bc-main .bc-flow .flow-row .flow-right ul li label {
              margin: 0;
              font-size: 17px;
              font-weight: 400; }
  .bc-main .bc-question {
    width: 100%;
    background: url("../images/cancel/background3.png") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0; }
    .bc-main .bc-question .question-row {
      width: 1300px;
      margin: auto;
      margin-top: 20px; }
      .bc-main .bc-question .question-row ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto; }
        .bc-main .bc-question .question-row ul li {
          margin: 50px 0;
          width: 45%; }
          .bc-main .bc-question .question-row ul li h1 {
            display: flex;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px; }
          .bc-main .bc-question .question-row ul li p {
            display: flex;
            color: #999999;
            font-size: 14px; }
          .bc-main .bc-question .question-row ul li label {
            display: inline-block;
            width: 25px;
            height: 25px;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            margin-right: 10px;
            color: #fff; }
          .bc-main .bc-question .question-row ul li .icon-blue {
            background: linear-gradient(180deg, #4158ff 0%, #43baff 100%); }
          .bc-main .bc-question .question-row ul li .icon-yellow {
            background: linear-gradient(180deg, #ff910d 0%, #ffc151 100%); }
          .bc-main .bc-question .question-row ul li span {
            flex: 1; }
