.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; }

.sub_brand_banner {
  height: 400px; }
  .sub_brand_banner .left {
    width: 322px;
    height: 352px;
    background: url("../image/sub_brand/form_bg.png") no-repeat center;
    background-size: cover;
    margin-top: 24px; }
    .sub_brand_banner .left .budget {
      background: url("../image/sub_brand/moeny.png") no-repeat left center;
      padding-left: 46px;
      margin-left: 24px;
      margin-top: 12px;
      margin-bottom: 11px; }
      .sub_brand_banner .left .budget b {
        display: block;
        color: #fff;
        font-size: 24px; }
      .sub_brand_banner .left .budget small {
        display: block;
        color: #fff;
        font-size: 12px; }
    .sub_brand_banner .left .notice_tip {
      background: url("../image/sub_brand/notice.png") no-repeat left 9px top 11px;
      padding-left: 30px;
      padding-top: 3px; }
    .sub_brand_banner .left .notice_wrapper {
      width: 90%;
      height: 30px;
      line-height: 30px;
      overflow: hidden; }
      .sub_brand_banner .left .notice_wrapper .notice {
        color: #666666;
        font-size: 12px;
        padding-left: 26px;
        line-height: 34px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
  .sub_brand_banner .right {
    width: 874px;
    height: 352px; }
    .sub_brand_banner .right img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%; }
  .sub_brand_banner .layui-form {
    background: #fff;
    width: 98%;
    margin: 0 auto;
    padding: 10px 0 0; }
    .sub_brand_banner .layui-form .layui-form-select dl dd.layui-this {
      background: #FF4C53; }
    .sub_brand_banner .layui-form .layui-form-select dl {
      top: 35px; }
    .sub_brand_banner .layui-form .layui-input-block {
      margin-left: 80px; }
    .sub_brand_banner .layui-form button {
      width: 95%;
      height: 40px;
      line-height: 40px;
      background: #FF4C53;
      border-radius: 6px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff;
      font-size: 18px; }
    .sub_brand_banner .layui-form input {
      height: 30px;
      line-height: 30px; }
    .sub_brand_banner .layui-form .layui-form-item {
      width: 95%;
      margin: 0 auto; }
    .sub_brand_banner .layui-form .layui-form-label {
      padding: 0;
      color: #333333;
      font-size: 15px;
      text-align: left;
      line-height: 30px; }

.progress {
  margin-top: 34px; }
  .progress .progress_bg {
    background: url("../image/sub_brand/progress.png") no-repeat center;
    height: 120px;
    background-size: contain; }
    .progress .progress_bg .p1 {
      color: #fff;
      font-size: 26px;
      font-weight: bolder;
      line-height: 120px;
      margin-left: 28px;
      margin-right: 90px; }
    .progress .progress_bg .p2 {
      margin-top: 17px; }
      .progress .progress_bg .p2 ul li {
        text-align: center;
        background: url(../image/sub_brand/right.png) no-repeat right bottom 6px;
        padding-right: 28px;
        margin-right: 28px; }
        .progress .progress_bg .p2 ul li:last-of-type {
          padding-right: 0;
          margin-right: 0;
          background: transparent; }
        .progress .progress_bg .p2 ul li p img {
          width: 55px;
          height: 55px; }
        .progress .progress_bg .p2 ul li span {
          display: block;
          color: #333333;
          font-size: 18px; }
    .progress .progress_bg .p3 {
      margin-right: 24px;
      margin-top: 15px; }
      .progress .progress_bg .p3 .a1 {
        color: #999999;
        font-size: 14px;
        padding-left: 10px;
        margin-bottom: 8px;
        margin-top: 5px; }
        .progress .progress_bg .p3 .a1 span {
          color: #FF4C53;
          font-size: 18px;
          padding-left: 5px;
          padding-right: 5px; }
      .progress .progress_bg .p3 form {
        width: 432px;
        height: 49px;
        *zoom: 1; }
        .progress .progress_bg .p3 form:before, .progress .progress_bg .p3 form:after {
          content: " ";
          display: table; }
        .progress .progress_bg .p3 form:after {
          clear: both; }
        .progress .progress_bg .p3 form input {
          width: 295px;
          height: 47px;
          float: left;
          border-color: #FF4C53 !important;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
        .progress .progress_bg .p3 form button {
          width: 113px;
          height: 47px;
          background: #FF4C53;
          border-color: #FF4C53;
          transition: all 0.3s;
          color: #fff;
          font-size: 16px;
          cursor: pointer;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px; }
          .progress .progress_bg .p3 form button:hover {
            opacity: 0.8; }

.public_title {
  margin-bottom: 25px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px; }
  .public_title p .s1 {
    color: #333333;
    font-size: 20px; }
  .public_title p .s2 {
    color: #999999;
    font-size: 14px;
    padding-left: 12px; }

.sub_brand_join {
  margin-top: 20px; }
  .sub_brand_join .layui-layer {
    background: transparent !important; }
    .sub_brand_join .layui-layer .layui-layer-setwin a {
      width: 30px !important;
      height: 30px !important;
      background: url("../image/close.png") no-repeat center !important;
      background-size: contain !important; }
  .sub_brand_join .receive_modal {
    width: 687px !important;
    height: 543px;
    background: url("../image/popup/bg.png") no-repeat center;
    background-size: contain; }
    .sub_brand_join .receive_modal .tc-box1 {
      width: 639px;
      height: 350px;
      background: white;
      border-radius: 14px;
      margin: 0 auto;
      position: absolute;
      top: 154px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .sub_brand_join .receive_modal .tc-box1 .budget-form {
        margin-right: 40px; }
        .sub_brand_join .receive_modal .tc-box1 .budget-form .b1 {
          font-size: 16px;
          color: #666;
          margin-top: 31px;
          margin-bottom: 17px; }
          .sub_brand_join .receive_modal .tc-box1 .budget-form .b1 b {
            font-size: 18px;
            color: #333; }
        .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line {
          margin-top: 10px;
          *zoom: 1; }
          .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line:before, .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line:after {
            content: " ";
            display: table; }
          .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line:after {
            clear: both; }
          .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line .line-icon {
            background: url(../image/popup/tel.png) no-repeat;
            width: 58px;
            height: 58px;
            float: left; }
          .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line .line-phone {
            margin-left: 20px;
            float: left; }
            .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line .line-phone p {
              font-size: 16px;
              color: #666;
              margin-bottom: 5px; }
            .sub_brand_join .receive_modal .tc-box1 .budget-form .hot-line .line-phone strong {
              font-size: 28px;
              color: #FF4C53; }
      .sub_brand_join .receive_modal .tc-box1 .figure-info {
        width: 199px;
        height: 350px;
        background: linear-gradient(90deg, white 0%, #f0f0f0 100%);
        border-radius: 14px 0 0 14px;
        text-align: center; }
        .sub_brand_join .receive_modal .tc-box1 .figure-info h3 {
          font-size: 18px;
          color: #333;
          padding: 8px 0 6px 0; }
        .sub_brand_join .receive_modal .tc-box1 .figure-info .dec {
          font-size: 16px;
          color: #666; }
        .sub_brand_join .receive_modal .tc-box1 .figure-info .figure-name {
          margin: 17px 0 10px;
          color: #FF4C53;
          border: 1px solid #FF4C53;
          border-radius: 16px;
          display: inline-block;
          font-size: 16px;
          padding: 3px 9px; }
        .sub_brand_join .receive_modal .tc-box1 .figure-info .head-img {
          width: 116px;
          height: 116px;
          background: #fee1e0;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto;
          margin-top: 39px; }
          .sub_brand_join .receive_modal .tc-box1 .figure-info .head-img img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%;
            width: 100px;
            height: 100px;
            background: #fff; }
    .sub_brand_join .receive_modal button {
      height: 67px;
      width: 380px;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 5px;
      margin-left: -10px;
      display: block;
      background: url("../image/popup/btn2.png") no-repeat center;
      background-size: contain;
      cursor: pointer;
      border: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .sub_brand_join .receive_modal button span {
        color: #fff;
        font-size: 18px;
        display: block;
        margin-top: -12px; }
      .sub_brand_join .receive_modal button:hover {
        opacity: 0.8; }
        .sub_brand_join .receive_modal button:hover span {
          color: #fff; }
      .sub_brand_join .receive_modal button:focus {
        box-shadow: none; }
    .sub_brand_join .receive_modal input {
      color: #333;
      font-size: 16px;
      height: 42px;
      border: 1px solid #CCCCCC;
      margin-bottom: 16px; }
  .sub_brand_join .l0 {
    width: 293px;
    background: #F4F4F4;
    padding: 23px 20px 20px 20px; }
    .sub_brand_join .l0 ul li {
      margin-bottom: 10px; }
      .sub_brand_join .l0 ul li p {
        color: #666666;
        font-size: 16px; }
        .sub_brand_join .l0 ul li p span {
          color: #FF4C53; }
    .sub_brand_join .l0 .s3 {
      margin-top: 25px; }
      .sub_brand_join .l0 .s3 .left button {
        width: 130px;
        height: 40px;
        background: #FF4C53;
        border-radius: 6px;
        border-color: #FF4C53;
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        transition: all 0.3s;
        font-size: 18px;
        cursor: pointer; }
        .sub_brand_join .l0 .s3 .left button:hover {
          opacity: 0.8; }
        .sub_brand_join .l0 .s3 .left button span {
          color: #fff;
          font-size: 18px; }
      .sub_brand_join .l0 .s3 .right button {
        width: 130px;
        height: 40px;
        background: #fff;
        border-radius: 6px;
        border: 2px solid #FF4C53;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.3s;
        color: #FF4C53;
        font-size: 18px;
        cursor: pointer; }
        .sub_brand_join .l0 .s3 .right button:hover {
          opacity: 0.8; }
        .sub_brand_join .l0 .s3 .right button span {
          color: #FF4C53;
          font-size: 18px; }
  .sub_brand_join .l1 {
    width: 293px;
    background: #F4F4F4;
    padding: 23px 20px 20px 20px;
    margin-top: 20px; }
    .sub_brand_join .l1 .public_title {
      margin-bottom: 18px; }
    .sub_brand_join .l1 ul li {
      padding-bottom: 15px;
      border-bottom: 1px dashed #C1C1C1; }
      .sub_brand_join .l1 ul li .m1 {
        color: #666666;
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        white-space: normal;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 12px;
        transition: all 0.3s; }
      .sub_brand_join .l1 ul li .m2 span {
        color: #999999;
        font-size: 14px; }
      .sub_brand_join .l1 ul li .m2 .s1 {
        width: 75%; }
      .sub_brand_join .l1 ul li .m2 .s2 {
        width: 25%; }
  .sub_brand_join .l2 {
    width: 293px;
    background: #F4F4F4;
    padding: 23px 20px 20px 20px;
    margin-top: 20px; }
    .sub_brand_join .l2 button {
      width: 100%;
      height: 42px;
      margin-top: 19px;
      background: #FF4C53;
      border-color: #FF4C53;
      transition: all 0.3s; }
      .sub_brand_join .l2 button:hover {
        opacity: 0.9; }
      .sub_brand_join .l2 button span {
        font-size: 16px;
        color: #fff; }
    .sub_brand_join .l2 .s3 .pic {
      width: 72px;
      height: 72px;
      margin-right: 16px; }
      .sub_brand_join .l2 .s3 .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #fff; }
    .sub_brand_join .l2 .s3 .desc {
      width: 192px; }
      .sub_brand_join .l2 .s3 .desc .d1 {
        color: #333333;
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .sub_brand_join .l2 .s3 .desc .d2 {
        color: #333333;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .sub_brand_join .l2 .s3 .desc .d2 span {
          color: #FF4C53;
          padding-left: 5px;
          padding-right: 5px;
          font-weight: bolder; }
  .sub_brand_join .l3 {
    width: 333px;
    background: #fff;
    margin-top: 20px; }
    .sub_brand_join .l3 .concern_title p {
      background: #F4F4F4;
      color: #333333;
      font-size: 18px;
      text-align: center;
      display: inline-block;
      line-height: 45px;
      cursor: pointer; }
    .sub_brand_join .l3 .concern_title .selected_title {
      background: #FF4C53;
      color: #fff;
      font-weight: bolder; }
    .sub_brand_join .l3 .concern_title .left {
      width: 50%; }
    .sub_brand_join .l3 .concern_title .right {
      width: 50%; }
    .sub_brand_join .l3 .concern_content {
      padding: 23px 20px 10px 20px;
      border: 2px solid #FF4C53;
      box-sizing: border-box; }
      .sub_brand_join .l3 .concern_content ul {
        *zoom: 1; }
        .sub_brand_join .l3 .concern_content ul:before, .sub_brand_join .l3 .concern_content ul:after {
          content: " ";
          display: table; }
        .sub_brand_join .l3 .concern_content ul:after {
          clear: both; }
        .sub_brand_join .l3 .concern_content ul li {
          float: left;
          width: 50%;
          margin-bottom: 13px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          cursor: pointer; }
          .sub_brand_join .l3 .concern_content ul li:hover span {
            color: #FF4C53; }
          .sub_brand_join .l3 .concern_content ul li b {
            color: #FF4C53;
            font-size: 14px;
            font-family: Impact; }
          .sub_brand_join .l3 .concern_content ul li span {
            color: #333333;
            font-size: 14px;
            padding-left: 8px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }

.public_title2 {
  margin-bottom: 25px;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 15px;
  padding-top: 23px;
  line-height: 25px; }
  .public_title2 p .s1 {
    color: #333333;
    font-size: 22px;
    font-weight: bolder;
    position: relative;
    padding-bottom: 20px; }
    .public_title2 p .s1:after {
      position: absolute;
      width: 100%;
      height: 3px;
      background: #FF4C53;
      display: block;
      content: '';
      left: 0;
      bottom: 0; }
  .public_title2 p .s2 {
    color: #999999;
    font-size: 14px;
    padding-left: 12px; }
  .public_title2 .s3 {
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background: url(../image/sub_brand/more.jpg) no-repeat right center;
    padding-right: 18px; }
    .public_title2 .s3:hover {
      color: #FF4C53; }

.supports {
  width: 823px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 12px;
  margin-bottom: 116px; }
  .supports .supports_text {
    color: #666;
    font-size: 16px;
    margin-bottom: 26px;
    font-family: "Microsoft YaHei"; }
    .supports .supports_text img {
      display: block;
      max-width: 100% !important;
      margin: 10px auto; }
  .supports .company_info {
    color: #666;
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 30px;
    font-family: "Microsoft YaHei"; }
    .supports .company_info img {
      display: block;
      max-width: 100% !important;
      margin: 10px auto; }
  .supports .company_news ul li {
    *zoom: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F4F5;
    margin-bottom: 23px;
    cursor: pointer; }
    .supports .company_news ul li:before, .supports .company_news ul li:after {
      content: " ";
      display: table; }
    .supports .company_news ul li:after {
      clear: both; }
    .supports .company_news ul li:hover .pic img {
      -webkit-transform: scale(1.1) translateZ(0);
      -moz-transform: scale(1.1) translateZ(0);
      -ms-transform: scale(1.1) translateZ(0);
      -o-transform: scale(1.1) translateZ(0);
      transform: scale(1.1) translateZ(0); }
    .supports .company_news ul li:hover .company_news_desc .cn1 {
      color: #FF4C53;
      padding-left: 30px; }
      .supports .company_news ul li:hover .company_news_desc .cn1:before {
        width: 18px; }
    .supports .company_news ul li .pic {
      float: left;
      width: 157px;
      height: 101px;
      overflow: hidden; }
      .supports .company_news ul li .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .supports .company_news ul li .company_news_desc {
      float: left;
      margin-left: 15px; }
      .supports .company_news ul li .company_news_desc.first_new {
        width: 535px; }
        .supports .company_news ul li .company_news_desc.first_new .cn1 {
          width: 100%;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          display: box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          white-space: normal; }
      .supports .company_news ul li .company_news_desc .cn1 {
        color: #333333;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .supports .company_news ul li .company_news_desc .cn1:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 2px;
          background: #FF4C53;
          display: block;
          content: '';
          top: 10px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .supports .company_news ul li .company_news_desc .cn2 {
        color: #666666;
        font-size: 16px; }
        .supports .company_news ul li .company_news_desc .cn2 small {
          padding-left: 5px;
          padding-right: 5px; }
        .supports .company_news ul li .company_news_desc .cn2 .cnd1 {
          margin-right: 8px; }
  .supports .product_list .p0 {
    *zoom: 1; }
    .supports .product_list .p0:before, .supports .product_list .p0:after {
      content: " ";
      display: table; }
    .supports .product_list .p0:after {
      clear: both; }
    .supports .product_list .p0 .p1 {
      width: 260px;
      float: left;
      border: 2px solid #E0E1E0;
      box-sizing: border-box;
      overflow: hidden;
      margin-right: 7px;
      margin-left: 7px;
      cursor: pointer;
      transition: 0.3s;
      margin-bottom: 14px; }
      .supports .product_list .p0 .p1:hover {
        border-color: #FF4C53; }
      .supports .product_list .p0 .p1 .pic {
        width: 256px;
        height: 179px;
        overflow: hidden;
        cursor: url(../image/viewer.png), default; }
        .supports .product_list .p0 .p1 .pic img {
          transition: 0.5s;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          width: 257px;
          height: 179px; }
      .supports .product_list .p0 .p1 .pro_desc {
        text-align: center;
        padding: 13px; }
        .supports .product_list .p0 .p1 .pro_desc span {
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #333333;
          font-size: 16px; }
  .supports .program {
    background: #FF4C53;
    margin-top: 30px;
    padding: 22px 10px 25px 10px; }
    .supports .program .program_title {
      text-align: center; }
      .supports .program .program_title p {
        color: #fff;
        font-size: 32px; }
        .supports .program .program_title p b {
          letter-spacing: 2px; }
      .supports .program .program_title span {
        color: #fff;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .supports .program .program_title span b {
          font-size: 30px;
          padding-left: 16px;
          padding-right: 16px; }
    .supports .program .program_container {
      margin-top: 17px; }
      .supports .program .program_container .left {
        background: #fff;
        width: 422px;
        padding-top: 30px;
        padding-bottom: 16px; }
        .supports .program .program_container .left .layui-form-select dl dd.layui-this {
          background: #FF4C53; }
        .supports .program .program_container .left .red_label {
          position: relative;
          padding-left: 5px; }
          .supports .program .program_container .left .red_label:before {
            content: '*';
            font-size: 20px;
            color: #FF4C53;
            border-radius: 50%;
            position: absolute;
            top: 14px;
            left: -12px;
            display: block; }
        .supports .program .program_container .left form {
          width: 90%;
          margin: 0 auto; }
          .supports .program .program_container .left form .layui-form-item {
            margin-bottom: 12px; }
          .supports .program .program_container .left form .layui-form-label {
            padding-left: 0;
            color: #333333;
            font-size: 16px;
            float: left;
            padding: 10px 2px 10px 0;
            text-align: left; }
          .supports .program .program_container .left form .layui-input-block {
            margin-left: 82px;
            width: 75%; }
          .supports .program .program_container .left form .layui-input-inline {
            width: 75%; }
          .supports .program .program_container .left form .layui-form-select {
            margin-bottom: 12px; }
        .supports .program .program_container .left button {
          background: #FF4C53;
          border-radius: 6px;
          border-color: #FF4C53;
          height: 51px;
          line-height: 51px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #fff;
          font-size: 17px;
          font-weight: bolder;
          padding-left: 55px;
          padding-right: 55px; }
      .supports .program .program_container .right {
        background: #EFEFEF;
        width: 381px;
        height: 351px; }
        .supports .program .program_container .right .join_person {
          height: 351px; }
          .supports .program .program_container .right .join_person .j0 {
            padding: 7px 19px;
            *zoom: 1; }
            .supports .program .program_container .right .join_person .j0:before, .supports .program .program_container .right .join_person .j0:after {
              content: " ";
              display: table; }
            .supports .program .program_container .right .join_person .j0:after {
              clear: both; }
            .supports .program .program_container .right .join_person .j0 span {
              color: #666666;
              font-size: 14px; }
              .supports .program .program_container .right .join_person .j0 span.j1 {
                display: inline-block;
                width: 60px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                text-align: center; }
              .supports .program .program_container .right .join_person .j0 span.j2 {
                display: inline-block;
                width: 60px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                text-align: center; }
              .supports .program .program_container .right .join_person .j0 span.j3 {
                float: right;
                display: inline-block;
                width: 214px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all; }
  .supports .hot_brands {
    margin-top: 30px;
    position: relative; }
    .supports .hot_brands .hot_brands_wrapper {
      padding-bottom: 30px; }
      .supports .hot_brands .hot_brands_wrapper .hot_brand_title {
        text-align: center;
        line-height: 35px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .supports .hot_brands .hot_brands_wrapper .hot_brand_title:hover {
          color: #FF4C53; }
    .supports .hot_brands .swiper-pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center; }
      .supports .hot_brands .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #DBDBDB;
        border-radius: 0;
        margin-right: 15px; }
        .supports .hot_brands .swiper-pagination .swiper-pagination-bullet:focus {
          outline: none; }
      .supports .hot_brands .swiper-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        border-radius: 0;
        background-color: #FF4C53; }
  .supports .pub-big-btn {
    width: 100%;
    height: 32px;
    border: 2px solid #E6E6E6;
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.3s;
    margin-bottom: 15px;
    background: transparent;
    cursor: pointer;
    color: #666666;
    font-size: 16px; }
    .supports .pub-big-btn:focus {
      box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
    .supports .pub-big-btn:hover {
      border-color: #FF4C53; }
    .supports .pub-big-btn span {
      color: #666666;
      font-size: 16px; }

.sub_brand_footer {
  background: #DCDCDC;
  padding-bottom: 30px; }
  .sub_brand_footer .f0 {
    margin-bottom: 57px; }
    .sub_brand_footer .f0 .f1 {
      width: 254px;
      height: 264px;
      background: url("../image/sub_brand/footer_bg.png") no-repeat center;
      margin-top: -18px;
      text-align: center; }
      .sub_brand_footer .f0 .f1 .f1_img {
        margin-top: 30px;
        border: 1px solid #E0E0E0;
        width: 180px;
        height: 100px; }
      .sub_brand_footer .f0 .f1 p {
        color: #333333;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px; }
    .sub_brand_footer .f0 .f2 {
      margin-top: 37px;
      margin-left: 130px; }
      .sub_brand_footer .f0 .f2 ul {
        *zoom: 1; }
        .sub_brand_footer .f0 .f2 ul:before, .sub_brand_footer .f0 .f2 ul:after {
          content: " ";
          display: table; }
        .sub_brand_footer .f0 .f2 ul:after {
          clear: both; }
        .sub_brand_footer .f0 .f2 ul li {
          float: left;
          margin-right: 60px;
          padding-right: 60px;
          position: relative; }
          .sub_brand_footer .f0 .f2 ul li:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 180px;
            background: #CECECE;
            display: block;
            content: ''; }
          .sub_brand_footer .f0 .f2 ul li b {
            display: block;
            color: #333;
            font-size: 16px;
            padding-top: 8px;
            padding-bottom: 12px; }
          .sub_brand_footer .f0 .f2 ul li span {
            display: block;
            color: #333;
            font-size: 14px;
            margin-bottom: 12px;
            cursor: pointer;
            transition: 0.3s; }
            .sub_brand_footer .f0 .f2 ul li span:hover {
              color: #FF4C53; }
          .sub_brand_footer .f0 .f2 ul li:nth-of-type(3) {
            margin-right: 0;
            padding-right: 0; }
            .sub_brand_footer .f0 .f2 ul li:nth-of-type(3):after {
              width: 0; }
    .sub_brand_footer .f0 .f3 {
      margin-left: 107px;
      margin-top: 42px; }
      .sub_brand_footer .f0 .f3 p {
        color: #333;
        font-size: 14px;
        line-height: 24px; }
        .sub_brand_footer .f0 .f3 p:nth-of-type(1) {
          margin-bottom: 20px; }
  .sub_brand_footer .f4 {
    text-align: center;
    width: 1083px; }
    .sub_brand_footer .f4 p {
      line-height: 22px;
      color: #999;
      font-size: 12px; }

.budget_modal2 {
  padding: 20px 0;
  width: 570px; }
  .budget_modal2 .yg-tc-jmys02 h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 12px; }
  .budget_modal2 .yg-tc-jmys02 .jmy1 {
    background: #F4F4F4;
    width: 540px;
    margin: 0 auto;
    padding: 13px 15px; }
    .budget_modal2 .yg-tc-jmys02 .jmy1 p:nth-of-type(1) {
      margin-bottom: 5px; }
    .budget_modal2 .yg-tc-jmys02 .jmy1 p span {
      font-size: 14px;
      color: #333; }
    .budget_modal2 .yg-tc-jmys02 .jmy1 p em {
      font-size: 14px;
      color: #FF4C53; }
  .budget_modal2 .yg-tc-jmys02 .jmy2 {
    text-indent: 35px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333; }
    .budget_modal2 .yg-tc-jmys02 .jmy2 span {
      font-size: 18px;
      color: #FAA20D;
      font-weight: bolder; }
  .budget_modal2 .yg-tc-jmys02 .jm3 {
    width: 540px;
    margin: 0 auto; }
    .budget_modal2 .yg-tc-jmys02 .jm3 .left {
      font-size: 14px;
      color: #666; }
    .budget_modal2 .yg-tc-jmys02 .jm3 .right {
      font-size: 14px;
      color: #FF4C53;
      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; }
      .budget_modal2 .yg-tc-jmys02 .jm3 .right:hover {
        opacity: 0.8; }
  .budget_modal2 .yg-tc-jmys02 .jm4 {
    width: 540px;
    margin: 0 auto;
    margin-top: 18px; }
    .budget_modal2 .yg-tc-jmys02 .jm4 .pic {
      width: 121px;
      height: 50px;
      border: 2px solid #DFDCDF;
      margin-right: 13px;
      margin-bottom: 10px; }
      .budget_modal2 .yg-tc-jmys02 .jm4 .pic:nth-of-type(4n) {
        margin-right: 0; }
      .budget_modal2 .yg-tc-jmys02 .jm4 .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
  .budget_modal2 .yg-tc-jmys02 .title {
    border-bottom: 1px solid #ddd;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .budget_modal2 .yg-tc-jmys02 .title em {
      padding-bottom: 16px;
      border-bottom: 2px solid #FF4C53;
      font-size: 16px; }
  .budget_modal2 .yg-tc-jmys02 .fei {
    width: 540px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    padding: 5px 0; }
    .budget_modal2 .yg-tc-jmys02 .fei ul {
      *zoom: 1; }
      .budget_modal2 .yg-tc-jmys02 .fei ul:before, .budget_modal2 .yg-tc-jmys02 .fei ul:after {
        content: " ";
        display: table; }
      .budget_modal2 .yg-tc-jmys02 .fei ul:after {
        clear: both; }
      .budget_modal2 .yg-tc-jmys02 .fei ul li {
        padding: 0 0 0 20px;
        font-size: 16px;
        float: left;
        line-height: 40px;
        text-align: center;
        width: 240px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .budget_modal2 .yg-tc-jmys02 .fei ul li i {
          font-size: 20px;
          color: #FAA20D;
          font-style: normal; }

.sub_brand_company {
  margin-top: 20px; }
  .sub_brand_company .layui-layer {
    background: transparent !important; }
    .sub_brand_company .layui-layer .layui-layer-setwin a {
      width: 30px !important;
      height: 30px !important;
      background: url("../image/close.png") no-repeat center !important;
      background-size: contain !important; }
  .sub_brand_company .receive_modal {
    width: 687px !important;
    height: 543px;
    background: url("../image/popup/bg.png") no-repeat center;
    background-size: contain; }
    .sub_brand_company .receive_modal .tc-box1 {
      width: 639px;
      height: 350px;
      background: white;
      border-radius: 14px;
      margin: 0 auto;
      position: absolute;
      top: 154px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .sub_brand_company .receive_modal .tc-box1 .budget-form {
        margin-right: 40px; }
        .sub_brand_company .receive_modal .tc-box1 .budget-form .b1 {
          font-size: 16px;
          color: #666;
          margin-top: 31px;
          margin-bottom: 17px; }
          .sub_brand_company .receive_modal .tc-box1 .budget-form .b1 b {
            font-size: 18px;
            color: #333; }
        .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line {
          margin-top: 10px;
          *zoom: 1; }
          .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line:before, .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line:after {
            content: " ";
            display: table; }
          .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line:after {
            clear: both; }
          .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line .line-icon {
            background: url(../image/popup/tel.png) no-repeat;
            width: 58px;
            height: 58px;
            float: left; }
          .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line .line-phone {
            margin-left: 20px;
            float: left; }
            .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line .line-phone p {
              font-size: 16px;
              color: #666;
              margin-bottom: 5px; }
            .sub_brand_company .receive_modal .tc-box1 .budget-form .hot-line .line-phone strong {
              font-size: 28px;
              color: #FF4C53; }
      .sub_brand_company .receive_modal .tc-box1 .figure-info {
        width: 199px;
        height: 350px;
        background: linear-gradient(90deg, white 0%, #f0f0f0 100%);
        border-radius: 14px 0 0 14px;
        text-align: center; }
        .sub_brand_company .receive_modal .tc-box1 .figure-info h3 {
          font-size: 18px;
          color: #333;
          padding: 8px 0 6px 0; }
        .sub_brand_company .receive_modal .tc-box1 .figure-info .dec {
          font-size: 16px;
          color: #666; }
        .sub_brand_company .receive_modal .tc-box1 .figure-info .figure-name {
          margin: 17px 0 10px;
          color: #FF4C53;
          border: 1px solid #FF4C53;
          border-radius: 16px;
          display: inline-block;
          font-size: 16px;
          padding: 3px 9px; }
        .sub_brand_company .receive_modal .tc-box1 .figure-info .head-img {
          width: 116px;
          height: 116px;
          background: #fee1e0;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto;
          margin-top: 39px; }
          .sub_brand_company .receive_modal .tc-box1 .figure-info .head-img img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            object-fit: contain;
            -o-object-fit: contain;
            object-position: contain;
            width: 100%;
            height: 100%;
            width: 100px;
            height: 100px;
            background: #fff; }
    .sub_brand_company .receive_modal button {
      height: 67px;
      width: 380px;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 5px;
      margin-left: -10px;
      display: block;
      background: url("../image/popup/btn2.png") no-repeat center;
      background-size: contain;
      cursor: pointer;
      border: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .sub_brand_company .receive_modal button span {
        color: #fff;
        font-size: 18px;
        display: block;
        margin-top: -12px; }
      .sub_brand_company .receive_modal button:hover {
        opacity: 0.8; }
        .sub_brand_company .receive_modal button:hover span {
          color: #fff; }
      .sub_brand_company .receive_modal button:focus {
        box-shadow: none; }
    .sub_brand_company .receive_modal input {
      color: #333;
      font-size: 16px;
      height: 42px;
      border: 1px solid #CCCCCC;
      margin-bottom: 16px; }
  .sub_brand_company .l0 {
    width: 277px;
    background: #F4F4F4;
    padding: 23px 20px 20px 20px; }
    .sub_brand_company .l0 .evaluate ul li {
      padding-bottom: 17px;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 17px; }
      .sub_brand_company .l0 .evaluate ul li .comment {
        font-size: 14px;
        margin-right: 5px; }
        .sub_brand_company .l0 .evaluate ul li .comment.comment1 {
          color: #FF4C53; }
        .sub_brand_company .l0 .evaluate ul li .comment.comment2 {
          color: #FEA711; }
        .sub_brand_company .l0 .evaluate ul li .comment.comment3 {
          color: #C4C4C4; }
      .sub_brand_company .l0 .evaluate ul li .content {
        color: #666666;
        font-size: 14px; }
      .sub_brand_company .l0 .evaluate ul li .date {
        color: #999;
        font-size: 14px;
        float: right; }
    .sub_brand_company .l0 .evaluate .write_comments {
      text-align: center;
      width: 100%;
      height: 36px;
      background: #fff;
      border: 2px solid #FF4C53;
      box-sizing: border-box;
      cursor: pointer;
      margin-top: 23px;
      margin-bottom: 24px; }
      .sub_brand_company .l0 .evaluate .write_comments span {
        line-height: 32px;
        background: url("../image/sub_brand/write.png") no-repeat left center;
        color: #FF4C53;
        font-size: 14px;
        padding-left: 26px; }
    .sub_brand_company .l0 .evaluate .e1 > span {
      color: #FF4C53;
      font-size: 14px; }
    .sub_brand_company .l0 .evaluate .e1 .ivu-progress-success .ivu-progress-bg {
      background: #FF4C53; }
    .sub_brand_company .l0 .evaluate .e1 .ivu-progress-success .ivu-progress-text {
      color: #FF4C53; }
    .sub_brand_company .l0 .evaluate .e2 > span {
      color: #FEA711;
      font-size: 14px; }
    .sub_brand_company .l0 .evaluate .e2 .ivu-progress-bg {
      background: #FEA711; }
    .sub_brand_company .l0 .evaluate .e2 .ivu-progress-text {
      color: #FEA711; }
    .sub_brand_company .l0 .evaluate .e3 > span {
      color: #C4C4C4;
      font-size: 14px; }
    .sub_brand_company .l0 .evaluate .e3 .ivu-progress-bg {
      background: #C4C4C4; }
    .sub_brand_company .l0 .evaluate .e3 .ivu-progress-text {
      color: #C4C4C4; }
    .sub_brand_company .l0 .ivu-progress-inner {
      background: #eaeaea; }
  .sub_brand_company .l2 {
    width: 277px;
    background: #F4F4F4;
    padding: 23px 20px 20px 20px;
    margin-top: 20px; }
    .sub_brand_company .l2 ul {
      margin-top: 15px; }
      .sub_brand_company .l2 ul li {
        color: #333;
        font-size: 14px;
        line-height: 30px; }
  .sub_brand_company .l3 {
    width: 317px;
    background: #fff;
    margin-top: 20px; }
    .sub_brand_company .l3 .concern_title p {
      background: #F4F4F4;
      color: #333333;
      font-size: 18px;
      text-align: center;
      display: inline-block;
      line-height: 45px;
      cursor: pointer; }
    .sub_brand_company .l3 .concern_title .selected_title {
      background: #FF4C53;
      color: #fff;
      font-weight: bolder; }
    .sub_brand_company .l3 .concern_title .left {
      width: 50%; }
    .sub_brand_company .l3 .concern_title .right {
      width: 50%; }
    .sub_brand_company .l3 .concern_content {
      padding: 23px 20px 10px 20px;
      border: 2px solid #FF4C53;
      box-sizing: border-box; }
      .sub_brand_company .l3 .concern_content ul {
        *zoom: 1; }
        .sub_brand_company .l3 .concern_content ul:before, .sub_brand_company .l3 .concern_content ul:after {
          content: " ";
          display: table; }
        .sub_brand_company .l3 .concern_content ul:after {
          clear: both; }
        .sub_brand_company .l3 .concern_content ul li {
          float: left;
          width: 50%;
          margin-bottom: 13px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          cursor: pointer; }
          .sub_brand_company .l3 .concern_content ul li:hover span {
            color: #FF4C53; }
          .sub_brand_company .l3 .concern_content ul li b {
            color: #FF4C53;
            font-size: 14px;
            font-family: Impact; }
          .sub_brand_company .l3 .concern_content ul li span {
            color: #333333;
            font-size: 14px;
            padding-left: 8px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }

.sub_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px; }
  .sub_title p .s1 {
    color: #333333;
    font-size: 20px; }
  .sub_title p .s2 {
    color: #999999;
    font-size: 14px;
    padding-left: 12px; }

.sub_title2 {
  margin-bottom: 25px;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 15px;
  padding-top: 23px;
  line-height: 25px; }
  .sub_title2 p .s1 {
    color: #333333;
    font-size: 22px;
    font-weight: bolder;
    position: relative;
    padding-bottom: 20px; }
    .sub_title2 p .s1:after {
      position: absolute;
      width: 100%;
      height: 3px;
      background: #FF4C53;
      display: block;
      content: '';
      left: 0;
      bottom: 0; }
  .sub_title2 p .s2 {
    color: #666;
    font-size: 14px;
    padding-left: 12px; }
  .sub_title2 .s3 {
    color: #999999;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background: url(../image/sub_brand/more.jpg) no-repeat right center;
    padding-right: 18px; }
    .sub_title2 .s3:hover {
      color: #FF4C53; }

.com_info {
  width: 835px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 12px;
  margin-bottom: 116px; }
  .com_info .com_info_text {
    color: #666;
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 30px; }
    .com_info .com_info_text img {
      display: block;
      max-width: 100% !important;
      margin: 10px auto; }
  .com_info .certify_info {
    *zoom: 1;
    width: 100%;
    height: 86px;
    border: 3px solid #DCDCDC;
    border-radius: 6px;
    margin-bottom: 15px; }
    .com_info .certify_info:before, .com_info .certify_info:after {
      content: " ";
      display: table; }
    .com_info .certify_info:after {
      clear: both; }
    .com_info .certify_info .c1 {
      float: left;
      background: url(../image/sub_brand/icon.png) no-repeat left center;
      padding-left: 54px;
      margin-left: 25px;
      margin-top: 10px;
      margin-right: 70px; }
      .com_info .certify_info .c1 b {
        color: #003D86;
        font-size: 26px;
        display: block; }
      .com_info .certify_info .c1 small {
        color: #003D86;
        font-size: 16px;
        display: block; }
    .com_info .certify_info .c2 {
      float: left;
      width: 50%; }
      .com_info .certify_info .c2 li {
        line-height: 40px;
        margin-right: 50px;
        padding-left: 25px;
        float: left;
        color: #666666;
        font-size: 16px;
        background: url(../image/sub_brand/icon1.png) no-repeat left center; }
        .com_info .certify_info .c2 li:nth-of-type(2), .com_info .certify_info .c2 li:nth-of-type(4) {
          margin-right: 0; }
  .com_info .intelligence ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    text-align: center;
    width: 130px; }
    .com_info .intelligence ul li:nth-of-type(6n) {
      margin-right: 0; }
    .com_info .intelligence ul li div {
      width: 70px;
      height: 70px;
      margin: 0 auto; }
      .com_info .intelligence ul li div img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .com_info .intelligence ul li span {
      display: block;
      color: #666;
      font-size: 14px;
      height: 34px;
      line-height: 34px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
  .com_info .company_pic .c0 > div {
    width: 195.5px;
    height: 152px;
    border: 1px solid #E2E2E2;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../image/viewer.png), default; }
    .com_info .company_pic .c0 > div:hover {
      border-color: #FF4C53; }
    .com_info .company_pic .c0 > div:nth-of-type(4n) {
      margin-right: 0; }
    .com_info .company_pic .c0 > div .pic {
      width: 93%;
      height: 93%; }
      .com_info .company_pic .c0 > div .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }

.certified_banner {
  padding-top: 20px;
  height: 400px;
  width: 100%; }
  .certified_banner .left {
    width: 317px;
    height: 363px;
    background: url("../image/sub_brand/white_bg.png") no-repeat bottom;
    background-size: cover; }
    .certified_banner .left .certified_brand {
      background: url("../image/sub_brand/brand.png") no-repeat left center;
      height: 102px;
      width: 100%;
      background-size: cover; }
    .certified_banner .left .certified_text {
      padding: 20px 24px 20px 24px; }
      .certified_banner .left .certified_text p {
        color: #333;
        font-size: 16px;
        margin-bottom: 7px; }
    .certified_banner .left .certified_btn {
      padding: 0 24px;
      *zoom: 1; }
      .certified_banner .left .certified_btn:before, .certified_banner .left .certified_btn:after {
        content: " ";
        display: table; }
      .certified_banner .left .certified_btn:after {
        clear: both; }
      .certified_banner .left .certified_btn .b1 {
        float: left;
        background: #FF4C53;
        border: 2px solid #FF4C53;
        color: #fff; }
      .certified_banner .left .certified_btn .b2 {
        float: right;
        border: 2px solid #FF4C53;
        box-sizing: border-box;
        background: transparent;
        color: #FF4C53; }
        .certified_banner .left .certified_btn .b2 span {
          color: #FF4C53; }
      .certified_banner .left .certified_btn button {
        padding: 6px 15px;
        transition: 0.3s;
        border-radius: 5px;
        font-size: 15px; }
        .certified_banner .left .certified_btn button i {
          margin-right: 5px; }
        .certified_banner .left .certified_btn button:hover {
          opacity: 0.8; }
  .certified_banner .right {
    width: 883px;
    height: 363px; }
    .certified_banner .right img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%; }

.yg-com-info {
  border-top: 2px solid #dfdfdf; }
  .yg-com-info .ivu-page-item-active {
    border-color: #FF4C53; }
    .yg-com-info .ivu-page-item-active a {
      color: #FF4C53; }
  .yg-com-info .ivu-page-item:hover {
    border-color: #FF4C53; }
    .yg-com-info .ivu-page-item:hover a {
      color: #FF4C53; }
  .yg-com-info .ivu-page-item-jump-next:hover a {
    color: #FF4C53; }
  .yg-com-info .ivu-page-prev:hover {
    border-color: #FF4C53; }
    .yg-com-info .ivu-page-prev:hover a {
      color: #FF4C53; }
  .yg-com-info .ivu-page-options-elevator:hover input {
    border-color: #FF4C53; }
  .yg-com-info .ivu-page-options-elevator input:focus {
    border-color: #FF4C53;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
  .yg-com-info .ivu-page-next:hover {
    border-color: #FF4C53; }
    .yg-com-info .ivu-page-next:hover a {
      color: #FF4C53; }
  .yg-com-info .hd {
    padding: 30px 0; }
    .yg-com-info .hd .inner_brand_product i {
      width: 51px;
      height: 76px;
      background: url(../image/sub_brand/brand_info.png) left center no-repeat;
      display: block; }
    .yg-com-info .hd .inner_brand_product h2 {
      color: #333333;
      font-size: 42px;
      line-height: 76px;
      margin-left: 18px;
      margin-right: 30px; }
    .yg-com-info .hd .inner_brand_product .sub_brand_logo {
      box-shadow: 0 0 20px #b3b3b3;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 4px; }
    .yg-com-info .hd .inner_brand_product .ibp1 {
      color: #3097FD;
      font-size: 12px;
      margin-top: 17px;
      transition: 0.3s;
      cursor: pointer;
      display: block; }
      .yg-com-info .hd .inner_brand_product .ibp1:hover {
        opacity: 0.8; }
    .yg-com-info .hd .inner_brand_product .ibp2 span {
      color: #333333;
      font-size: 12px;
      margin-right: 19px; }
      .yg-com-info .hd .inner_brand_product .ibp2 span em {
        color: #FF4C53;
        font-size: 16px;
        font-weight: bolder; }
    .yg-com-info .hd .p_content {
      color: #666;
      font-size: 16px;
      line-height: 28px;
      margin-top: 24px; }
      .yg-com-info .hd .p_content img {
        display: block;
        max-width: 100% !important;
        margin: 10px auto; }
    .yg-com-info .hd .check_more {
      color: #666666;
      font-size: 16px;
      border: 1px solid #E6E6E6;
      display: inline-block;
      padding: 5px 13px;
      cursor: pointer;
      transition: 0.3s; }
      .yg-com-info .hd .check_more:hover {
        border-color: #FF4C53; }

.xiaoguo_wrapper {
  padding: 20px 13px; }
  .xiaoguo_wrapper .effect {
    border: 2px solid #E6E6E6;
    margin-bottom: 20px; }
    .xiaoguo_wrapper .effect .left {
      width: 171px;
      height: 43px;
      text-align: center;
      line-height: 43px;
      background: #FF4C53;
      color: #fff;
      font-size: 15px;
      display: inline-block; }
    .xiaoguo_wrapper .effect .right {
      color: #666;
      font-size: 16px;
      line-height: 43px;
      padding-right: 15px; }
      .xiaoguo_wrapper .effect .right span {
        color: #FF4C53; }
  .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li {
    width: 282px;
    border: 2px solid #E0E1E0;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer; }
    .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li:hover {
      border-color: #FF4C53; }
    .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li:nth-of-type(4n) {
      margin-right: 0; }
    .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li .pic {
      width: 278px;
      height: 203px;
      overflow: hidden;
      cursor: url(../image/viewer.png), default; }
      .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
    .xiaoguo_wrapper .xiaoguo_ul .xiaoguo_li span {
      font-size: 16px;
      color: #333;
      width: 95%;
      margin: 10px auto;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      text-align: center; }

.hot_search_pic {
  margin-top: 16px;
  padding: 16px; }
  .hot_search_pic .inner_brand_title2 {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px; }
    .hot_search_pic .inner_brand_title2 .s1 {
      color: #333333;
      font-size: 22px;
      font-weight: bolder;
      display: block;
      height: 39px;
      position: relative;
      line-height: 22px; }
      .hot_search_pic .inner_brand_title2 .s1:after {
        position: absolute;
        height: 3px;
        width: 100%;
        bottom: -2px;
        display: block;
        background: #FF4C53;
        content: ''; }
  .hot_search_pic .hot_search_ul .hot_search_li {
    width: 20%;
    margin-bottom: 10px;
    cursor: pointer; }
    .hot_search_pic .hot_search_ul .hot_search_li:hover span {
      color: #FF4C53; }
    .hot_search_pic .hot_search_ul .hot_search_li span {
      color: #333;
      font-size: 16px;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      transition: 0.3s; }

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