#quote-wrapper #mart-quote-header {
  height: 22rem;
  background-color: #045ABF;
  position: relative;
  z-index: 10000; }
  #quote-wrapper #mart-quote-header::after {
    background: url("https://yuanqqbucket.yuanqq.cn/7b83fce1-e8d3-4729-9cb3-7fcf33b075b6.jpg") center/cover no-repeat;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7; }
  #quote-wrapper #mart-quote-header .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    #quote-wrapper #mart-quote-header .title span {
      padding-top: 3.5rem;
      z-index: 1;
      font-size: 2.5rem;
      line-height: 5rem;
      color: #fff; }

#quote-wrapper .quote-detail {
  max-width: 980px;
  margin: 0 auto 4em; }
  #quote-wrapper .quote-detail h1 {
    font-size: 2rem;
    color: #2D3238;
    line-height: 2rem;
    margin: 2.5em auto .7em; }
  #quote-wrapper .quote-detail .intro {
    font-size: 1.18rem;
    color: #273444;
    line-height: 1.57; }
  #quote-wrapper .quote-detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(151, 159, 168, 0.2); }
    #quote-wrapper .quote-detail ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 1.07em; }
      #quote-wrapper .quote-detail ul li:first-child {
        padding-right: 1.07em;
        padding-left: 0; }
      #quote-wrapper .quote-detail ul li:last-child {
        padding-right: 0;
        padding-left: 1.07em; }
      #quote-wrapper .quote-detail ul li img {
        width: 4em;
        height: 4em; }
      #quote-wrapper .quote-detail ul li h2 {
        font-size: 1.5rem;
        color: #3C4858;
        line-height: 2.5em;
        font-weight: 400; }
      #quote-wrapper .quote-detail ul li .step-intro {
        text-align: left;
        line-height: 1.6; }
  #quote-wrapper .quote-detail .quote-btn {
    font-size: 1.3rem;
    font-weight: 200;
    margin: 2em auto 0;
    background: #eb6133;
    outline: none;
    width: 15em;
    height: 2.7em;
    display: block;
    color: #FFFFFF;
    line-height: 2.7;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(45, 51, 56, 0.2);
    border-radius: 4px; }

@media all and (min-width: 768px) and (max-width: 980px) {
  #quote-wrapper .quote-detail {
    margin-left: 2em;
    margin-right: 2em; } }

@media only screen and (max-width: 767px) {
  #quote-wrapper #mart-quote-header .title span {
    font-size: 2.2rem; }
  #quote-wrapper .quote-detail {
    margin: auto 1em 2em; }
    #quote-wrapper .quote-detail h1 {
      font-size: 1.5rem; }
    #quote-wrapper .quote-detail ul {
      display: block;
      margin: 3em auto 0;
      padding-bottom: 2em; }
      #quote-wrapper .quote-detail ul li {
        max-width: 320px;
        margin: 0 auto; }
        #quote-wrapper .quote-detail ul li .step-intro {
          color: #8796A8; }
    #quote-wrapper .quote-detail .quote-btn {
      width: 90%; } }
