.inner_shadow {
  box-shadow: 0px 0px 8px 0px rgba(60, 60, 60, 0.28); }

main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }

main:before, main:after {
  content: " ";
  display: table; }

main:after {
  clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Microsoft YaHei"; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button {
  cursor: pointer; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

.left {
  float: left; }

.right {
  float: right; }

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clear {
  zoom: 1; }

:root .gradient {
  filter: none; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.4);
  background-color: white; }

.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  background-color: rgba(200, 200, 200, 0.01); }

.needTada {
  animation: tadass 1.2s linear infinite;
  -webkit-animation: tadass 1.2s linear infinite; }

@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.drop-down-leave-active {
  opacity: 0;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.drop-down-enter-active {
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.brand_center {
  margin-top: 45px; }
  .brand_center .inner_title {
    color: #333333;
    font-size: 26px;
    padding-left: 15px;
    position: relative; }
    .brand_center .inner_title:before {
      position: absolute;
      left: 0;
      top: 6px;
      width: 4px;
      height: 26px;
      background: #FF4C53;
      display: block;
      content: ''; }
  .brand_center .bc_top {
    margin-top: 10px;
    margin-bottom: 21px;
    padding-top: 7px;
    padding-bottom: 1px;
    padding-right: 10px;
    *zoom: 1; }
    .brand_center .bc_top:before, .brand_center .bc_top:after {
      content: " ";
      display: table; }
    .brand_center .bc_top:after {
      clear: both; }
    .brand_center .bc_top .left ul {
      *zoom: 1; }
      .brand_center .bc_top .left ul:before, .brand_center .bc_top .left ul:after {
        content: " ";
        display: table; }
      .brand_center .bc_top .left ul:after {
        clear: both; }
      .brand_center .bc_top .left ul li {
        width: 102px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #333333;
        font-size: 14px;
        border-right: 1px solid #E2E2E2;
        float: left;
        cursor: pointer; }
        .brand_center .bc_top .left ul li.selected {
          background: #FF4C53;
          color: #fff; }
    .brand_center .bc_top .right form .layui-form-label {
      width: unset; }
    .brand_center .bc_top .right form .layui-input {
      height: 32px;
      line-height: 32px; }
    .brand_center .bc_top .right form button {
      width: 61px;
      background: #FF4C53;
      color: #fff;
      height: 32px;
      line-height: 32px;
      margin-left: -3px; }
  .brand_center .bc_container {
    *zoom: 1; }
    .brand_center .bc_container:before, .brand_center .bc_container:after {
      content: " ";
      display: table; }
    .brand_center .bc_container:after {
      clear: both; }
    .brand_center .bc_container .invest {
      width: 820px; }
      .brand_center .bc_container .invest .bc0 {
        padding-top: 14px;
        padding-bottom: 15px;
        border: 1px solid #E2E2E2;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 11px;
        border-radius: 12px; }
        .brand_center .bc_container .invest .bc0:hover {
          border-color: #E74812; }
        .brand_center .bc_container .invest .bc0 .bc1 {
          margin-left: 16px;
          margin-right: 16px;
          width: 210px;
          height: 144px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          background: #fff; }
          .brand_center .bc_container .invest .bc0 .bc1 img {
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%; }
        .brand_center .bc_container .invest .bc0 .bc2 {
          width: 378px; }
          .brand_center .bc_container .invest .bc0 .bc2 .a1 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 12px;
            margin-bottom: 15px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a1 .b1 {
              color: #333333;
              font-size: 21px;
              font-weight: bolder;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all; }
            .brand_center .bc_container .invest .bc0 .bc2 .a1 .b2 {
              margin-left: 14px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a1 .b3 {
              margin-left: 14px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a1 .b4 {
              margin-left: 14px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a1 .b5 {
              color: #333333;
              font-size: 18px;
              font-weight: bolder;
              margin-left: 14px; }
          .brand_center .bc_container .invest .bc0 .bc2 .a2 {
            margin-top: 14px;
            margin-bottom: 14px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a2 li {
              color: #666666;
              font-size: 16px;
              margin-right: 15px; }
          .brand_center .bc_container .invest .bc0 .bc2 .a3 {
            color: #333;
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            margin-bottom: 5px;
            margin-top: 5px; }
          .brand_center .bc_container .invest .bc0 .bc2 .a5 {
            color: #666;
            font-size: 14px;
            margin-bottom: 12px; }
          .brand_center .bc_container .invest .bc0 .bc2 .a6 span {
            color: #FF4C53;
            border: 1px solid #FF4C53;
            padding: 0 10px;
            border-radius: 25px;
            font-size: 14px;
            margin-right: 8px;
            margin-bottom: 8px;
            display: inline-block; }
          .brand_center .bc_container .invest .bc0 .bc2 .a4 p {
            color: #666666;
            font-size: 12px;
            margin-right: 19px; }
            .brand_center .bc_container .invest .bc0 .bc2 .a4 p span {
              color: #FF4C53;
              font-size: 16px;
              font-weight: bolder; }
        .brand_center .bc_container .invest .bc0 .bc3 {
          width: 165px;
          margin-right: 27px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .brand_center .bc_container .invest .bc0 .bc3 p {
            color: #DB295A;
            font-size: 16px;
            margin-bottom: 26px; }
          .brand_center .bc_container .invest .bc0 .bc3 button {
            background: #FF4C53;
            width: 148px;
            height: 35px;
            border-color: #FF4C53;
            transition: all 0.3s;
            border-radius: 18px;
            font-size: 16px; }
            .brand_center .bc_container .invest .bc0 .bc3 button.bc3-btn1 {
              background: #FFFFFF;
              border: 1px solid #DB295A;
              color: #DB295A;
              margin-bottom: 13px; }
            .brand_center .bc_container .invest .bc0 .bc3 button.bc3-btn2 {
              background: #E74812;
              border-radius: 18px;
              color: #FBF9F9; }

.kind .kind_wrapper {
  *zoom: 1;
  margin-top: 32px; }
  .kind .kind_wrapper:before, .kind .kind_wrapper:after {
    content: " ";
    display: table; }
  .kind .kind_wrapper:after {
    clear: both; }
  .kind .kind_wrapper .left {
    width: 127px;
    height: 142px;
    border: 1px solid #DFDDDD;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    background: #F3F3F3; }
  .kind .kind_wrapper .right {
    width: 1073px;
    height: 142px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-left: none;
    background: #F8F8F8; }
    .kind .kind_wrapper .right ul {
      *zoom: 1;
      margin: 12px; }
      .kind .kind_wrapper .right ul:before, .kind .kind_wrapper .right ul:after {
        content: " ";
        display: table; }
      .kind .kind_wrapper .right ul:after {
        clear: both; }
      .kind .kind_wrapper .right ul li {
        float: left;
        margin-right: 18px;
        margin-bottom: 10px;
        cursor: pointer;
        margin-top: 10px; }
        .kind .kind_wrapper .right ul li:hover a {
          background: #E74812;
          color: #fff; }
        .kind .kind_wrapper .right ul li a {
          color: #333333;
          font-size: 15px;
          padding: 3px 7px;
          border-radius: 25px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .kind .kind_wrapper .right ul li.selected a {
          background: #E74812;
          color: #fff; }

.client {
  margin-top: 18px;
  margin-bottom: 18px; }
  .client .client_wrapper .left {
    width: 168px;
    height: 210px;
    cursor: pointer; }
  .client .client_wrapper .right {
    position: relative;
    width: 1032px; }
    .client .client_wrapper .right .swiper-button-prev0 {
      background: url("../image/index/up.png") no-repeat center;
      background-size: 50px 91px;
      width: 50px;
      height: 91px;
      left: 972px;
      top: 22px; }
      .client .client_wrapper .right .swiper-button-prev0:focus {
        outline: none; }
    .client .client_wrapper .right .swiper-button-next0 {
      background: url("../image/index/down.png") no-repeat center;
      background-size: 50px 91px;
      width: 50px;
      height: 91px;
      top: 118px; }
      .client .client_wrapper .right .swiper-button-next0:focus {
        outline: none; }
    .client .client_wrapper .right .swiper-container-client {
      width: 944px;
      height: 192px;
      margin-right: 72px; }
    .client .client_wrapper .right .swiper-slide {
      width: 146px; }
      .client .client_wrapper .right .swiper-slide .container {
        border: 1px solid #E8E8E8;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .client .client_wrapper .right .swiper-slide .container:hover {
          box-shadow: 0 0 8px 0 rgba(255, 76, 83, 0.68) inset; }
        .client .client_wrapper .right .swiper-slide .container .pic {
          width: 136px;
          height: 54px;
          margin: 0 auto;
          margin-top: 3px; }
          .client .client_wrapper .right .swiper-slide .container .pic img {
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%; }
        .client .client_wrapper .right .swiper-slide .container .title0 {
          color: #666666;
          font-size: 14px;
          display: block;
          text-align: center;
          height: 29px;
          line-height: 29px; }

.sidebar {
  width: 322px; }
  .sidebar form {
    width: 90%;
    margin: 0 auto; }
  .sidebar button {
    width: 100%;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    background: #FF4C53;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px; }
  .sidebar .layui-input-block {
    margin-left: 0; }
  .sidebar .layui-form-select dl dd.layui-this {
    background: #FF4C53; }
  .sidebar .bc4 {
    margin-bottom: 18px;
    position: relative;
    z-index: 5; }
    .sidebar .bc4 .c0 {
      color: #FF4C53;
      font-size: 25px;
      text-align: center;
      font-weight: bolder; }
    .sidebar .bc4 .c1 {
      color: #333333;
      font-size: 16px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
    .sidebar .bc4 .c2 {
      text-align: center;
      margin-bottom: 12px;
      line-height: 21px; }
      .sidebar .bc4 .c2 small {
        color: #999999;
        font-size: 12px;
        display: block; }
  .sidebar .inner_title {
    color: #333;
    font-size: 20px;
    padding-left: 14px;
    position: relative;
    font-weight: bolder; }
    .sidebar .inner_title:before {
      position: absolute;
      left: 0;
      top: 5px;
      display: block;
      content: '';
      background: #FF4C53;
      width: 4px;
      height: 22px; }
  .sidebar .bc5 {
    padding-left: 11px;
    padding-right: 11px; }
    .sidebar .bc5 .bc5_content {
      margin-left: 9px;
      margin-top: 20px;
      height: 540px;
      overflow: hidden;
      *zoom: 1; }
      .sidebar .bc5 .bc5_content:before, .sidebar .bc5 .bc5_content:after {
        content: " ";
        display: table; }
      .sidebar .bc5 .bc5_content:after {
        clear: both; }
      .sidebar .bc5 .bc5_content li {
        width: 138px;
        height: 76px;
        border: 2px solid #E4E4E4;
        float: left;
        margin-bottom: 10px;
        margin-right: 6px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .sidebar .bc5 .bc5_content li:hover {
          -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 76, 83, 0.68) inset;
          box-shadow: 0px 0px 8px 0px rgba(255, 76, 83, 0.68) inset; }
        .sidebar .bc5 .bc5_content li:nth-of-type(2n) {
          margin-right: 0; }
        .sidebar .bc5 .bc5_content li img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%;
          width: 95%;
          height: 95%; }
  .sidebar .bc6 {
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 30px; }
    .sidebar .bc6 .bc6_content {
      margin-top: 18px; }
      .sidebar .bc6 .bc6_content li {
        margin-bottom: 15px;
        cursor: pointer; }
        .sidebar .bc6 .bc6_content li:hover p {
          color: #FF4C53; }
        .sidebar .bc6 .bc6_content li p {
          color: #333333;
          font-size: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          position: relative;
          padding-left: 20px;
          transition: all 0.3s; }
          .sidebar .bc6 .bc6_content li p:before {
            width: 5px;
            height: 4px;
            background: #CDCDCD;
            display: block;
            content: '';
            left: 0;
            top: 10px;
            position: absolute; }

.agent_info .inner_title {
  color: #333333;
  font-size: 26px;
  padding-left: 15px;
  position: relative;
  margin-top: 33px; }
  .agent_info .inner_title:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 26px;
    background: #FF4C53;
    display: block;
    content: ''; }
.agent_info .bc_top {
  padding: 7px 20px;
  margin-top: 10px;
  margin-bottom: 21px;
  *zoom: 1; }
  .agent_info .bc_top:before, .agent_info .bc_top:after {
    content: " ";
    display: table; }
  .agent_info .bc_top:after {
    clear: both; }
  .agent_info .bc_top .left .layui-input-block {
    margin-left: 0; }
  .agent_info .bc_top .left .layui-form-select dl dd.layui-this {
    background: #FF4C53; }
  .agent_info .bc_top .left input {
    height: 32px;
    line-height: 32px;
    width: 203px; }
  .agent_info .bc_top .left button {
    width: 61px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #FF4C53;
    margin-left: -3px; }
.agent_info .bc_container {
  *zoom: 1; }
  .agent_info .bc_container:before, .agent_info .bc_container:after {
    content: " ";
    display: table; }
  .agent_info .bc_container:after {
    clear: both; }
  .agent_info .bc_container .invest {
    width: 856px;
    padding-bottom: 20px; }
    .agent_info .bc_container .invest .bc0 {
      padding-top: 14px;
      padding-bottom: 40px;
      border-bottom: 2px solid #F2F2F2;
      padding-left: 18px;
      padding-right: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .agent_info .bc_container .invest .bc0:hover {
        background: #f5f5f5; }
        .agent_info .bc_container .invest .bc0:hover .bc3 .ivu-btn {
          background: #FF4C53; }
          .agent_info .bc_container .invest .bc0:hover .bc3 .ivu-btn span {
            color: #fff; }
      .agent_info .bc_container .invest .bc0 .bc1 {
        *zoom: 1; }
        .agent_info .bc_container .invest .bc0 .bc1:before, .agent_info .bc_container .invest .bc0 .bc1:after {
          content: " ";
          display: table; }
        .agent_info .bc_container .invest .bc0 .bc1:after {
          clear: both; }
        .agent_info .bc_container .invest .bc0 .bc1 .a1 {
          width: 74px;
          height: 25px;
          border: 1px solid #FF4C53;
          display: inline-block;
          text-align: center;
          line-height: 25px;
          color: #FF4C53;
          font-size: 14px;
          float: left;
          margin-top: 4px; }
        .agent_info .bc_container .invest .bc0 .bc1 .a2 {
          color: #333333;
          font-size: 21px;
          margin-left: 9px;
          float: left; }
      .agent_info .bc_container .invest .bc0 .bc2 p {
        *zoom: 1;
        margin-top: 20px; }
        .agent_info .bc_container .invest .bc0 .bc2 p:before, .agent_info .bc_container .invest .bc0 .bc2 p:after {
          content: " ";
          display: table; }
        .agent_info .bc_container .invest .bc0 .bc2 p:after {
          clear: both; }
        .agent_info .bc_container .invest .bc0 .bc2 p span {
          color: #999999;
          font-size: 14px;
          float: left;
          display: inline-block;
          width: 260px;
          margin-right: 32px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
          .agent_info .bc_container .invest .bc0 .bc2 p span i {
            color: #666666;
            font-size: 14px;
            font-style: normal; }
      .agent_info .bc_container .invest .bc0 .bc3 .time {
        color: #999999;
        font-size: 14px;
        text-align: right;
        line-height: 30px; }
      .agent_info .bc_container .invest .bc0 .bc3 .ivu-btn {
        padding: 10px 31px;
        border-radius: 0;
        background: #fff;
        border: 2px solid #FF4C53;
        margin-top: 28px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .agent_info .bc_container .invest .bc0 .bc3 .ivu-btn span {
          color: #FF4C53;
          font-size: 14px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }

.agent_detail .bc_container {
  *zoom: 1; }
  .agent_detail .bc_container:before, .agent_detail .bc_container:after {
    content: " ";
    display: table; }
  .agent_detail .bc_container:after {
    clear: both; }
  .agent_detail .bc_container .inner_title {
    color: #333333;
    font-size: 26px;
    padding-left: 15px;
    position: relative;
    margin-top: 33px; }
    .agent_detail .bc_container .inner_title:before {
      position: absolute;
      left: 0;
      top: 7px;
      width: 4px;
      height: 26px;
      background: #FF4C53;
      display: block;
      content: ''; }
  .agent_detail .bc_container .detail {
    margin-top: 38px; }
    .agent_detail .bc_container .detail h5 {
      color: #333333;
      font-size: 24px;
      text-align: center;
      padding-top: 12px;
      padding-bottom: 12px;
      font-weight: bolder; }
    .agent_detail .bc_container .detail ul li {
      border-top: 1px solid #E3E3E3;
      *zoom: 1; }
      .agent_detail .bc_container .detail ul li:before, .agent_detail .bc_container .detail ul li:after {
        content: " ";
        display: table; }
      .agent_detail .bc_container .detail ul li:after {
        clear: both; }
      .agent_detail .bc_container .detail ul li p {
        float: left; }
        .agent_detail .bc_container .detail ul li p .d1 {
          width: 122px;
          height: 40px;
          text-align: right;
          padding-right: 12px;
          background: #F4F4F4;
          display: inline-block;
          color: #999999;
          font-size: 16px;
          line-height: 40px;
          float: left;
          box-sizing: border-box;
          border-left: 1px solid #E3E3E3;
          border-right: 1px solid #E3E3E3; }
        .agent_detail .bc_container .detail ul li p .d2 {
          float: left;
          width: 306px;
          height: 40px;
          line-height: 40px;
          color: #333333;
          font-size: 16px;
          box-sizing: border-box;
          text-indent: 11px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
        .agent_detail .bc_container .detail ul li p .d3 {
          width: 734px;
          float: left;
          box-sizing: border-box;
          color: #333333;
          font-size: 16px;
          height: 40px;
          line-height: 40px;
          text-indent: 11px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
  .agent_detail .bc_container .invest {
    width: 856px;
    margin-top: 18px; }
    .agent_detail .bc_container .invest .bc0 {
      padding-top: 14px;
      padding-bottom: 40px;
      border-bottom: 2px solid #F2F2F2;
      padding-left: 18px;
      padding-right: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .agent_detail .bc_container .invest .bc0:hover {
        background: #f5f5f5; }
        .agent_detail .bc_container .invest .bc0:hover .bc3 .ivu-btn {
          background: #FF4C53; }
          .agent_detail .bc_container .invest .bc0:hover .bc3 .ivu-btn span {
            color: #fff; }
      .agent_detail .bc_container .invest .bc0 .bc1 {
        *zoom: 1; }
        .agent_detail .bc_container .invest .bc0 .bc1:before, .agent_detail .bc_container .invest .bc0 .bc1:after {
          content: " ";
          display: table; }
        .agent_detail .bc_container .invest .bc0 .bc1:after {
          clear: both; }
        .agent_detail .bc_container .invest .bc0 .bc1 .a1 {
          width: 74px;
          height: 25px;
          border: 1px solid #FF4C53;
          display: inline-block;
          text-align: center;
          line-height: 25px;
          color: #FF4C53;
          font-size: 14px;
          float: left;
          margin-top: 4px; }
        .agent_detail .bc_container .invest .bc0 .bc1 .a2 {
          color: #333333;
          font-size: 21px;
          margin-left: 9px;
          float: left; }
      .agent_detail .bc_container .invest .bc0 .bc2 p {
        *zoom: 1;
        margin-top: 20px; }
        .agent_detail .bc_container .invest .bc0 .bc2 p:before, .agent_detail .bc_container .invest .bc0 .bc2 p:after {
          content: " ";
          display: table; }
        .agent_detail .bc_container .invest .bc0 .bc2 p:after {
          clear: both; }
        .agent_detail .bc_container .invest .bc0 .bc2 p span {
          color: #999999;
          font-size: 14px;
          float: left;
          display: inline-block;
          width: 180px;
          margin-right: 32px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
          .agent_detail .bc_container .invest .bc0 .bc2 p span i {
            color: #666666;
            font-size: 14px;
            font-style: normal; }
      .agent_detail .bc_container .invest .bc0 .bc3 .time {
        color: #999999;
        font-size: 14px;
        text-align: right;
        line-height: 30px; }
      .agent_detail .bc_container .invest .bc0 .bc3 .ivu-btn {
        padding: 10px 31px;
        border-radius: 0;
        background: #fff;
        border: 2px solid #FF4C53;
        margin-top: 28px;
        transition: all 0.3s; }
        .agent_detail .bc_container .invest .bc0 .bc3 .ivu-btn span {
          color: #FF4C53;
          font-size: 14px; }

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