  /* crumbs */
  .new-crumb {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F2F2F2;
    font-size: 14px;
    color: #666;
  }

  .new-crumb a,
  .new-crumb span {
    color: inherit;
  }

  /* crumbs end*/


  /* special-main */
  .main {
    padding: 10px 10px 40px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
  }

  .head-banner img {
    width: 100%;
  }

  .shadow-box {
    box-shadow: 0px 0px 10px 0px #F0F0F0;
    border: 1px solid #EFEFEF;
  }

  h2,h1 {
    font-size: 30px;
    text-align: center;
    padding: 38px 0 42px;
  }

  .special-form {
    margin-bottom: 30px;
  }

  .sf-content {
    padding-bottom: 38px;
  }

  .sf-option {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    padding: 43px 52px 35px;
  }

  .sf-option label:nth-child(-n+3) {
    margin-bottom: 27px;
  }

  .sf-option label span {
    font-size: 16px;
    margin-right: 12px;
  }

  .sf-option label select,
  .sf-option label input {
    width: 230px;
    height: 50px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    padding-left: 6px;
    font-size: 14px;
    font-family: initial;
  }

  .sf-option label input {
    text-indent: 4px;
  }

  .sf-option label select:focus,
  .sf-option label input:focus {
    border: 1px solid #EF232C;
  }


  .sf-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sf-submit button {
    cursor: pointer;
    width: 290px;
    height: 50px;
    background-color: #EF232C;
    margin-bottom: 12px;
    border: none;
    font-size: 16px;
    color: #fff;
  }

  .sf-submit a {
    color: #EF232C;
  }

  .privacy-agreement {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
  }

  .privacy-agreement input {
    margin-right: 6px;
  }

  .explain {
    display: flex;
    align-items: stretch;
    background-color: #f8f8f8;
    margin: 0 10px 22px;
  }

  .explain>span {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #EF232C;
  }

  .explain>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding-left: 16px;
    box-sizing: border-box;
  }

  .explain>div>span {
    min-height: 50px;
    margin-right: 30px;
    display: flex;
    align-items: center;
  }

  .explain>div>span:last-child {
    margin-right: 0;
  }

  .explain>div>span img {
    height: 19px;
    margin-right: 6px;
  }

  .tips {
    color: #999;
    margin: 0 10px;
  }

  .introduction {
    background-color: #fff2f2;
    padding: 0 10px 42px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .introduction-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .ic-item {
    width: 370px;
    min-height: 290px;
    margin: 0 25px 62px 0;
    background-color: #fff;
    position: relative;
  }

  .ic-item:nth-child(3n) {
    margin-right: 0;
  }

  .ic-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .ici-tle {
    display: block;
    min-width: 100px;
    height: 45px;
    background: url(/statics/images/special/ic-item-tle.png) no-repeat;
    background-size: 100% 45px;
    padding: 0 30px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 10px;
    top: -25px;
  }

  .ici-content {
    padding: 30px 20px 20px;
    box-sizing: border-box;
  }

  .ici-content p {
    font-size: 14px;
    text-indent: 28px;
    margin: 6px 0;
  }

  .ici-content p span:first-child {
    font-weight: bold;
  }

  .se-container {
    padding: 48px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .se-container img {
    width: 276px;
    height: 152px;
    margin-right: 18px;
    cursor: pointer;
  }

  .se-container img:last-child {
    margin-right: 0;
  }

  /* special-main end*/
