@charset "UTF-8";
.b {
  font-weight: bold; }

.blue {
  color: #1b75d0; }

.red {
  color: #e36358 !important; }

.orange {
  color: #F3A551; }

.udl {
  text-decoration: underline; }

.lightBg {
  background-color: #f5f8fc !important; }

input:focus, button:focus, select:focus, textarea:focus, a:focus {
  outline: none; }

input {
  font-size: 14px; }

option {
  text-indent: 10px; }

button {
  cursor: pointer; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.container {
  width: 1120px;
  margin-left: auto;
  margin-right: auto; }

.hide {
  opacity: 0;
  display: none; }

.content {
  line-height: 1.5;
  color: #8fa0b4;
  letter-spacing: 1px; }

.mt50 {
  margin-top: 50px; }

.ani {
  -webkit-transition: all 300ms linear;
          transition: all 300ms linear; }

.oh {
  overflow: hidden; }

.fs10 {
  font-size: 10px; }

.fs14 {
  font-size: 14px; }

.fs18 {
  font-size: 18px; }

.btn {
  width: 132px;
  height: 36px;
  border: 1px solid #464e55;
  margin: 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  cursor: pointer; }
  .btn:focus {
    outline: none; }

a.btn {
  display: inline-block; }

.btn-white {
  color: #fff;
  border-color: #fff; }

.btn-bg-white {
  border-color: #fff;
  background-color: #fff;
  color: #464e55; }

.btn-blue {
  background-color: #1C75D1;
  color: #fff;
  border: none; }

.btn-red {
  border: none;
  background-color: #e36358;
  color: #fff; }

.btn-orange {
  border: none;
  background-color: #F3A551;
  color: #fff; }

.ib {
  display: inline-block; }

.vm {
  vertical-align: middle; }

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 66px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .header .title-wrap img {
    width: 60px; }
  .header .title-wrap img, .header .title-wrap .contact, .header .title-wrap .title {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px; }
  .header .title-wrap .title {
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 28px;
    font-weight: normal; }
    @media screen and (max-width: 1366px) {
      .header .title-wrap .title {
        font-size: 25px; } }
  .header .title-wrap .contact {
    color: #fff;
    height: 66px;
    line-height: 1.1;
    padding-top: 22px; }
  .header .nav-box .link, .header .nav-box .welcome {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 16px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
            transition: all 300ms linear; }
    @media screen and (max-width: 1366px) {
      .header .nav-box .link, .header .nav-box .welcome {
        font-size: 14px; } }
  .header .nav-box .link:hover {
    color: #ED0A5A; }
  .header .nav-box .welcome {
    width: auto;
    padding-right: 20px; }
  .header .fixed-group {
    width: 0;
    padding-left: 0;
    line-height: 66px;
    overflow: hidden; }
    .header .fixed-group.show {
      width: auto;
      padding-left: 30px; }
    .header .fixed-group span {
      cursor: pointer; }
    .header .fixed-group .copy-btn {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 10px;
      height: 35px;
      padding: 10px 0;
      border-radius: 3px;
      font-size: 14px;
      line-height: 0;
      width: 0;
      overflow: hidden;
      white-space: nowrap;
      opacity: 0;
      -webkit-box-sizing: border-box;
      border: 1px solid #fff;
      color: #fff;
      background-color: transparent; }
    .header .fixed-group .copy-btn.important {
      border: none;
      background-color: #fff;
      color: #464e55; }
    .header .fixed-group .show {
      font-size: 14px;
      width: 90px;
      line-height: 1.1;
      opacity: 1; }

/* 并排列表 */
.figure-list {
  display: table; }
  .figure-list .figure {
    display: table-cell;
    text-align: center;
    vertical-align: top; }

/* 页脚导航 */
.footer-nav {
  height: 60px;
  line-height: 60px;
  padding-top: 30px;
  text-align: center;
  color: #959faa;
  background-color: #f5f8fc; }
  .footer-nav a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    width: 95px; }
    .footer-nav a:before {
      content: '·';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 60px; }
    .footer-nav a:last-child:before {
      content: '';
      font-size: 0;
      line-height: 0; }

/* footer */
.footer {
  background-color: #16191c;
  color: #898989;
  height: 48px;
  box-sizing: border-box;
  padding-top: 5px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  min-width: 1120px; }
  .footer a {
    color: #ddd; }
  .footer a:hover {
    text-decoration: underline; }

/* modal覆盖 */
.modal-content {
  border-radius: 5px; }
  .modal-content .modal-header {
    background-color: #f5f8fc;
    border-radius: 3px 3px 0 0; }
    .modal-content .modal-header .modal-title {
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 3px;
      color: #8fa0b4; }
  .modal-content .modal-body {
    border: none; }

/* validator */
.has-danger .help-block {
  position: relative; }
  .has-danger .help-block .list-unstyled {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    z-index: 1;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5)); }
    .has-danger .help-block .list-unstyled:before {
      content: '';
      position: absolute;
      top: -12px;
      right: 10px;
      display: block;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-bottom-color: #fff; }

.login-modal.modal .modal-content {
  position: relative;
  width: 448px; }
.login-modal.modal .modal-body {
  height: 181px; }
.login-modal.modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }

.find-pwd-modal.modal .modal-content {
  width: 448px; }

.modal .modal-content {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
.modal .form-group {
  margin-bottom: 10px; }
.modal .input-group {
  height: 40px;
  border: 1px solid #8fa0b4;
  border-radius: 3px;
  font-size: 0; }
  .modal .input-group label, .modal .input-group input {
    font-size: 14px; }
  .modal .input-group label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #464e55;
    width: 80px;
    text-align: left; }
    .modal .input-group label .icon {
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px; }
  .modal .input-group input {
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    width: 334px; }
  .modal .input-group input, .modal .input-group textarea {
    color: #959faa;
    font-family: inherit; }
  .modal .input-group.form-area {
    height: auto;
    height: 88px; }
    .modal .input-group.form-area textarea {
      width: 100%;
      height: 88px;
      padding: 10px;
      box-sizing: border-box;
      border: none;
      resize: none; }
.modal button.close {
  margin-right: 15px;
  margin-top: 15px; }
.modal .modal-header {
  padding: 0;
  border: none; }
.modal .modal-footer {
  padding: 0;
  border: none; }
  .modal .modal-footer .btn {
    margin: 0; }
.modal .tab-item {
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  .modal .tab-item.active {
    color: #1b75d0;
    background: url(../img/tab_border_blue.png) no-repeat bottom;
    background-size: 100%; }
.modal .page-item {
  opacity: 0;
  display: none; }
  .modal .page-item.current {
    opacity: 1;
    display: block; }
.modal .to-login {
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #1b75d0;
  text-align: left; }
.modal .vali-code input {
  width: 240px; }
.modal .vali-code button {
  height: 100%;
  width: 94px;
  color: #1C75D1;
  border: none;
  background-color: transparent; }
.modal .vali-code .wait {
  background: #959faa;
  vertical-align: top;
  float: right; }
.modal .wait {
  background: #959faa;
  vertical-align: top;
  float: right; }
.modal .error {
  height: 15px;
  line-height: 15px;
  color: red;
  text-align: left;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }

.register-modal.modal .modal-content {
  width: 448px; }
.register-modal.modal .tab-item {
  width: 100px; }
.register-modal.modal label {
  text-indent: 10px; }
.register-modal.modal .btn {
  margin: 0; }

/* 雪碧图 */
.icon {
  display: inline-block; }

.icon {
  background: url(../img/icon/icon.png) no-repeat; }

.icon_phone {
  height: 18px;
  width: 13px;
  background-position: 0 0; }

.icon_password {
  height: 19px;
  width: 15px;
  background-position: -13px 0; }

.icon_wait {
  height: 52px;
  width: 52px;
  background-position: -28px 0; }

.icon_paper {
  height: 52px;
  width: 52px;
  background-position: -80px 0; }

.icon_defend {
  height: 52px;
  width: 52px;
  background-position: -132px 0; }

.icon_card {
  height: 52px;
  width: 63px;
  background-position: -184px 0; }

/* 表单位置导航 */
.form-nav {
  display: table;
  border: 1px solid #d1e1f2; }
  .form-nav .step {
    position: relative;
    height: 70px;
    display: table-cell;
    width: 25%;
    text-align: center;
    background-color: #F4F9FF;
    color: #82aedb;
    overflow: hidden;
    cursor: pointer; }
    .form-nav .step.active {
      background-color: #82aedb;
      color: #fff; }
    .form-nav .step p {
      line-height: 20px; }
    .form-nav .step .step-title {
      padding-top: 18px;
      font-size: 24px;
      font-weight: bold; }
    .form-nav .step:before, .form-nav .step:after {
      content: '';
      display: block;
      width: 87px;
      height: 40px;
      position: absolute;
      right: -52px;
      border: 1px solid #d1e1f2;
      background: #F4F9FF; }
    .form-nav .step:before {
      top: -10px;
      -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
              transform: rotate(55deg); }
    .form-nav .step:after {
      bottom: -10px;
      -webkit-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
              transform: rotate(-55deg); }
    .form-nav .step.pre::before, .form-nav .step.pre::after {
      background-color: #82aedb; }
    .form-nav .step:nth-child(3)::before, .form-nav .step:nth-child(3)::after {
      background-color: #fff; }
    .form-nav .step:last-child::before, .form-nav .step:last-child::after {
      content: '';
      display: none; }
    .form-nav .step.insure-company-logo {
      background-color: #fff; }
      .form-nav .step.insure-company-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

/* ask modal */
.ask-modal .modal-content {
  width: 550px; }
.ask-modal .ask-title {
  height: 56px;
  padding-left: 20px;
  padding-top: 30px;
  background: url(../img/ask_modal_title.jpg) center no-repeat;
  font-size: 18px;
  color: #464e55; }
.ask-modal .desc {
  line-height: 1.5; }
.ask-modal .warn {
  margin-top: 20px;
  color: red;
  font-size: 12px;
  text-align: center; }
.ask-modal .btn-blue:hover {
  color: #fff; }

.btn-blue-stroke {
  border-color: #1b75d0;
  color: #1b75d0; }
  .btn-blue-stroke:hover {
    color: #1b75d0; }

.ask-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555; }

.ask-btn {
  margin-top: 40px;
  padding: 10px;
  overflow: hidden; }
  .ask-btn .btn {
    margin: 0 10px 10px 0; }
    .ask-btn .btn:nth-child(1) {
      margin-right: 0; }
  .ask-btn .warn {
    margin-top: 20px; }

.modal-sm.modal {
  width: auto; }
  .modal-sm.modal .modal-body {
    padding: 40px 10px 0 10px; }
  .modal-sm.modal .modal-content {
    width: 420px; }
    .modal-sm.modal .modal-content .desc {
      color: #959faa;
      font-size: 16px;
      line-height: 1.8;
      padding: 10px 0;
      text-align: center; }
    .modal-sm.modal .modal-content .tip {
      font-size: 10px;
      text-align: center;
      color: #E36359;
      padding: 15px 0; }
  .modal-sm.modal .modal-sm-footer {
    border-top: 1px solid #ced2d7;
    padding: 15px 0;
    text-align: center;
    color: #1b75d0;
    font-size: 14px;
    cursor: pointer; }

.modal-alert .modal-body {
  text-align: center;
  font-size: 14px;
  line-height: 3; }
.modal-alert .modal-content {
  width: auto;
  max-width: 400px;
  border-radius: 0;
  border: none; }
.modal-alert .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  color: #E36359; }
  .modal-alert .modal-footer a {
    color: inherit; }
.modal-alert + .modal-backdrop {
  opacity: 0.1;
  filter: alpha(opacity=10); }

/* 增强交互 */
.btn-shine {
  position: relative;
  -webkit-transition: all 300ms linear 100ms;
          transition: all 300ms linear 100ms;
  z-index: 1; }
  .btn-shine:after {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: transparent;
    -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
    z-index: -1; }
  .btn-shine:hover {
    background-color: rgba(242, 147, 0, 0.5); }
    .btn-shine:hover::after {
      width: 100%;
      background-color: #E36359; }

[data-toggle] {
  cursor: pointer; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs16 {
  font-size: 16px; }

.bold {
  font-weight: bold; }

.red {
  color: #E36359 !important; }

.body-wrap {
  background-color: #f5f8fc; }

/* 公共 */
.form-content {
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff; }

.to-pre {
  display: inline-block;
  margin: 16px auto;
  text-indent: 15px;
  vertical-align: bottom;
  cursor: pointer;
  color: #8fa0b4;
  text-decoration: underline; }

.form-group {
  width: 416px;
  display: inline-block;
  vertical-align: top; }

.modal .form-group {
  width: auto; }

.input-title {
  padding: 10px;
  font-size: 14px; }
  .input-title label {
    display: inline-block;
    color: #82aedb;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    margin-right: 10px;
    border: 1px solid #82aedb; }
    .input-title label.empty {
      background-color: transparent; }

input[type="radio"] {
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 14px;
  border: 1px solid #959faa;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
  input[type="radio"]:checked {
    border: 1px solid #1b75d0; }
    input[type="radio"]:checked:after {
      content: '';
      display: block;
      width: 60%;
      height: 60%;
      border-radius: 100%;
      box-shadow: 0 0 3px #1b75d0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #1b75d0;
      -webkit-animation: flash 1500ms ease infinite;
              animation: flash 1500ms ease infinite; }

@-webkit-keyframes flash {
  0% {
    box-shadow: 0 0 3px #1b75d0; }
  50% {
    box-shadow: 0 0 10px #1b75d0; }
  100% {
    box-shadow: 0 0 3px #1b75d0; } }

@keyframes flash {
  0% {
    box-shadow: 0 0 3px #1b75d0; }
  50% {
    box-shadow: 0 0 10px #1b75d0; }
  100% {
    box-shadow: 0 0 3px #1b75d0; } }
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icon/select.png);
  background-repeat: no-repeat; }

.input-group {
  width: 100%; }
  .input-group input[type="text"],
  .input-group input[type="date"],
  .input-group input[type="number"],
  .input-group input[type="password"],
  .input-group input[type="tel"],
  .input-group select {
    padding: 0;
    padding-left: 10px;
    height: 40px;
    font-size: 14px;
    color: #464e55;
    border-radius: 3px;
    box-sizing: border-box; }
  .input-group select {
    background-position: right 10px center;
    background-size: 15px; }

input[type="date"] {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none; }

input[disabled], select[disabled] {
  background-color: transparent; }

.form-content .input-group input[type="text"],
.form-content .input-group input[type="date"],
.form-content .input-group input[type="password"],
.form-content .input-group input[type="number"],
.form-content .input-group input[type="tel"],
.form-content .input-group select {
  width: 402px;
  border: 1px solid #d1e1f2; }
  .form-content .input-group input[type="text"].select-1, .form-content .input-group input[type="text"].input-s,
  .form-content .input-group input[type="date"].select-1,
  .form-content .input-group input[type="date"].input-s,
  .form-content .input-group input[type="password"].select-1,
  .form-content .input-group input[type="password"].input-s,
  .form-content .input-group input[type="number"].select-1,
  .form-content .input-group input[type="number"].input-s,
  .form-content .input-group input[type="tel"].select-1,
  .form-content .input-group input[type="tel"].input-s,
  .form-content .input-group select.select-1,
  .form-content .input-group select.input-s {
    width: 125px;
    margin-right: 10px; }
    .form-content .input-group input[type="text"].select-1:last-child, .form-content .input-group input[type="text"].input-s:last-child,
    .form-content .input-group input[type="date"].select-1:last-child,
    .form-content .input-group input[type="date"].input-s:last-child,
    .form-content .input-group input[type="password"].select-1:last-child,
    .form-content .input-group input[type="password"].input-s:last-child,
    .form-content .input-group input[type="number"].select-1:last-child,
    .form-content .input-group input[type="number"].input-s:last-child,
    .form-content .input-group input[type="tel"].select-1:last-child,
    .form-content .input-group input[type="tel"].input-s:last-child,
    .form-content .input-group select.select-1:last-child,
    .form-content .input-group select.input-s:last-child {
      margin-right: 0; }
.form-content .error-s ul {
  right: 280px !important; }

/* end */
/* 安逸推荐 */
.input-group {
  position: relative; }

.input-desc {
  color: #8fa0b4;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.recommend-wrap {
  padding-top: 150px; }

.section-title {
  margin-top: 20px;
  line-height: 30px;
  height: 30px; }
  .section-title .content {
    font-size: 14px; }

.table-wrap {
  position: relative; }

.anyi-table {
  width: 100%;
  border-collapse: collapse; }
  .anyi-table th {
    color: #8fa0b4; }
  .anyi-table td {
    color: #959faa; }
    .anyi-table td:first-child {
      color: #464e55; }
  .anyi-table th, .anyi-table td {
    font-size: 14px;
    text-align: left;
    text-indent: 5px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccd4dd; }

.fee-box {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
          transition: all 300ms linear;
  border: 2px solid #ced2d7;
  text-align: center;
  color: #464e55; }
  .fee-box.high {
    right: 0; }
  .fee-box.low {
    right: 152px; }
  .fee-box .fee-title {
    background-color: #fff;
    text-align: center;
    color: #E36359;
    padding: 16px 0; }
    .fee-box .fee-title span {
      font-size: 18px; }
  .fee-box.active {
    z-index: 2;
    border: 2px solid #E36359; }
    .fee-box.active .fee-title {
      color: #fff;
      border-color: #E36359;
      background-color: #E36359; }
  .fee-box p {
    font-size: 14px;
    width: 150px;
    height: 35px;
    line-height: 35px; }

/* ---  submit -----*/
.button-box {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px; }

.insurance-fee {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px; }

.submit-btn {
  width: 230px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  margin: 16px auto;
  background-color: #E36359; }
  .submit-btn.disabled {
    background: #a8a8a8; }

.my-check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: inherit;
  margin-right: 5px;
  border: 2px solid #959faa;
  border-radius: 14px;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  outline: none; }
  .my-check.checked {
    outline: none;
    border: 2px solid #16f62b;
    background: url(../img/checked.png) no-repeat center;
    background-size: 100%; }

.introduction {
  width: 300px;
  float: right;
  margin: 16px 200px 0 0;
  color: #959faa;
  line-height: 20px; }

.notice {
  position: relative;
  margin: 0 auto;
  height: 20px;
  line-height: 20px; }
  .notice span {
    vertical-align: middle; }
  .notice a {
    color: #1b75d0; }

.toggle-content {
  display: none;
  position: absolute;
  left: 550px;
  top: 30px;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-filter: drop-shadow(3px 4px 5px black);
          filter: drop-shadow(3px 4px 5px black); }
  .toggle-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }
  .toggle-content a {
    display: block;
    white-space: nowrap; }
  .toggle-content a:hover {
    text-decoration: underline; }

.modal-wrap {
  display: none; }
  .modal-wrap .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 480px;
    overflow-y: auto; }
    .modal-wrap .modal-content p {
      text-align: left; }
  .modal-wrap .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px; }
  .modal-wrap .modal-footer {
    text-align: center; }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.warn {
  height: 20px;
  line-height: 20px;
  opacity: 1; }

.transparent {
  opacity: 0; }

/* 填写保单信息 */
.buy-wrap, .confirm-wrap {
  padding-top: 120px; }

.btn-mini {
  width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px; }

.buy-form {
  background-color: #fff; }
  .buy-form .section-title {
    margin-top: 10px;
    font-size: 12px;
    color: #959faa; }
    .buy-form .section-title .content {
      font-size: 14px;
      white-space: normal; }
    .buy-form .section-title span {
      font-size: 14px;
      margin-right: 5px; }
    .buy-form .section-title .red {
      font-size: inherit; }
  .buy-form .form-group {
    margin-right: 111px; }

.radio-wrap {
  background: #f5f8fc;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #ced2d7; }
  .radio-wrap:last-child {
    border-bottom: none; }
  .radio-wrap:first-child {
    margin-top: 20px; }

.radio-item {
  display: inline-block;
  padding-right: 10px; }

.plan-wrap {
  height: 50px; }
  .plan-wrap .plan-item {
    height: 100%;
    border-radius: 3px;
    border: 1px solid #ced2d7;
    background-color: transparent;
    padding: 0 10px;
    margin-left: 35px;
    color: #222;
    cursor: pointer; }
    .plan-wrap .plan-item .selected-icon {
      position: relative;
      padding: 10px;
      color: #fff;
      margin-top: 10px;
      -webkit-transition: all 300ms linear 100ms;
              transition: all 300ms linear 100ms; }
      .plan-wrap .plan-item .selected-icon:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 7px;
        border: none;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .plan-wrap .plan-item p {
      height: 100%;
      line-height: 2; }
    .plan-wrap .plan-item.active {
      background-color: #e36358;
      border-color: #e36358;
      color: #fff; }
      .plan-wrap .plan-item.active .selected-icon {
        margin-top: 0; }

.avenue-wrap.radio-wrap {
  padding-left: 42px; }
  .avenue-wrap.radio-wrap .input-group input {
    width: 226px;
    height: 30px;
    margin: 0 20px; }
  .avenue-wrap.radio-wrap .input-group .help-block {
    right: 80px;
    line-height: 1.5; }

.radio-wrap .form-group {
  display: inline-block;
  width: auto;
  margin-right: 0; }
.radio-wrap .input-group {
  display: inline-block;
  width: auto;
  padding-left: 20px; }
  .radio-wrap .input-group input, .radio-wrap .input-group select {
    width: 200px !important;
    margin-left: 20px;
    height: 30px;
    background-color: #fff;
    background-position: right 10px center;
    background-size: 15px; }
  .radio-wrap .input-group .help-block {
    line-height: 1.5; }
  .radio-wrap .input-group .btn {
    width: 92px;
    height: 28px;
    margin: 0;
    line-height: 28px; }

.form-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #464e55;
  line-height: 40px;
  border-bottom: 1px solid #ccd4dd; }

.insurance-date.form-group {
  width: 100%; }
  .insurance-date.form-group .input-group {
    width: 265px; }
    .insurance-date.form-group .input-group input {
      width: 265px;
      height: 36px; }
    .insurance-date.form-group .input-group .input-desc {
      right: 10px; }
    .insurance-date.form-group .input-group .date-icon {
      display: inline-block;
      background: url(/images/icon/date.png);
      background-size: 20px;
      width: 20px;
      height: 20px; }

.box-insure-item {
  height: 224px;
  margin-top: 20px;
  border: 1px solid #ced2d7; }
  .box-insure-item table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse; }
    .box-insure-item table th {
      background-color: #f5f8fc; }
    .box-insure-item table th, .box-insure-item table td {
      height: 35px;
      line-height: 35px; }
      .box-insure-item table th input, .box-insure-item table th select, .box-insure-item table td input, .box-insure-item table td select {
        width: 80%;
        height: 70%;
        border: none;
        text-align: center;
        outline: 1px solid #ced2d7;
        appearance: none;
        -webkit-appearance: none;
        padding: 0; }
        .box-insure-item table th input:disabled, .box-insure-item table th select:disabled, .box-insure-item table td input:disabled, .box-insure-item table td select:disabled {
          outline: none; }
      .box-insure-item table th .btn, .box-insure-item table td .btn {
        width: 64px;
        height: 25px;
        line-height: 23px;
        margin: 0;
        border-color: #8fa0b4; }
    .box-insure-item table .clearInsured {
      cursor: pointer;
      color: #1b75d0; }
    .box-insure-item table .form-group {
      text-indent: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      border: none; }
  .box-insure-item .none-staff {
    width: 1056px;
    height: 160px; }
    .box-insure-item .none-staff img {
      display: block;
      height: 90%;
      margin: 20px auto; }

.confirm-wrap table.table-hover tr:hover {
  background-color: #f8f9f9; }
.confirm-wrap table tr {
  border-bottom: 1px solid #ced2d7; }

.pagination-wrap {
  padding: 20px 0; }
  .pagination-wrap span {
    display: inline-block;
    padding: 2px 5px;
    margin-right: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #8fa0b4;
    cursor: pointer;
    min-width: 20px; }
    .pagination-wrap span.cur {
      background-color: #1b75d0;
      color: #fff;
      border-color: #1b75d0; }
  .pagination-wrap .numbers {
    display: inline-block; }

.upload-area {
  position: relative; }

.ace-file-input {
  position: absolute;
  width: 131px;
  height: 35px;
  right: 10px;
  top: 10px;
  z-index: 1;
  opacity: 0; }
  .ace-file-input input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.anyi-file-list {
  display: inline-block; }

.anyi-file-group {
  display: inline-block; }

.anyi-file-error {
  display: inline-block;
  -webkit-animation: all 300ms linear;
          animation: all 300ms linear; }

a.remove {
  display: inline-block;
  padding: 0 5px;
  height: 20px; }
  a.remove:after {
    content: '删除';
    display: inline-block;
    color: #1b75d0; }

/* 块标题 */
.block-title {
  position: relative;
  color: #1b75d0;
  text-align: center;
  margin-top: 40px; }
  .block-title span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    .block-title span.before, .block-title span.after {
      position: absolute;
      top: 22px;
      width: 100px;
      height: 10px;
      border-bottom: 1px solid #959faa; }
      .block-title span.before:before, .block-title span.after:before {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background-color: #959faa; }
    .block-title span.before {
      left: 50%;
      text-align: right;
      margin-left: -230px; }
      .block-title span.before:before {
        right: 0; }
    .block-title span.after {
      right: 50%;
      text-align: left;
      margin-right: -230px; }
      .block-title span.after:before {
        left: 0; }
  .block-title.block-title-white {
    color: #fff; }
    .block-title.block-title-white .before, .block-title.block-title-white .after {
      border-color: #fff; }
      .block-title.block-title-white .before:before, .block-title.block-title-white .after:before {
        background-color: #fff; }

/* 确认信息 */
.confirm-wrap .info {
  display: inline-block;
  width: 528px;
  font-size: 14px;
  line-height: 1.8; }

.form-title small {
  display: inline-block;
  font-size: 12px;
  color: #959faa;
  font-weight: normal;
  text-indent: 10px; }

.short-block {
  display: inline-block;
  width: 50%; }

.total span {
  display: inline-block;
  text-indent: 15px;
  margin-right: 30px; }
  .total span em {
    font-size: 22px;
    font-style: normal; }

.insurance-info table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse; }
.insurance-info th, .insurance-info td {
  border: 1px solid #ced2d7;
  text-indent: 15px;
  height: 35px;
  max-width: 1060px; }
.insurance-info th {
  color: #8fa0b4;
  font-size: 1.3em;
  font-weight: normal;
  text-align: left; }
.insurance-info .items-wrap {
  text-indent: 0;
  font-size: 0;
  white-space: normal; }
.insurance-info .item {
  text-indent: 0;
  display: inline-block; }
  .insurance-info .item .item-name, .insurance-info .item .item-value {
    text-indent: 15px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: inline-block; }
  .insurance-info .item .item-name {
    width: 230px; }
  .insurance-info .item .item-value {
    background-color: #fff;
    width: 119.9px; }

.bg-light {
  background-color: #f5f8fc; }

.img-kaptcha {
  width: 94px;
  height: 40px;
  vertical-align: top; }

/*# sourceMappingURL=formInput.css.map */