@charset "UTF-8";
.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; }

.store_right {
  width: 817px;
  padding: 22px 23px;
  float: right; }
  .store_right .inner_brand_title2 {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px; }
    .store_right .inner_brand_title2 .s1 {
      color: #333333;
      font-size: 22px;
      font-weight: bolder;
      display: block;
      height: 39px;
      position: relative;
      line-height: 22px; }
      .store_right .inner_brand_title2 .s1:after {
        position: absolute;
        height: 3px;
        width: 100%;
        bottom: -2px;
        display: block;
        background: #FF4C53;
        content: ''; }
  .store_right .latest_mess .latest_mess_ul .latest_mess_li {
    width: 100%;
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 21px; }
    .store_right .latest_mess .latest_mess_ul .latest_mess_li .lm_content {
      color: #666666;
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 28px; }
    .store_right .latest_mess .latest_mess_ul .latest_mess_li .lm_source span {
      color: #999999;
      font-size: 16px; }
  .store_right .store_list {
    *zoom: 1; }
    .store_right .store_list:before, .store_right .store_list:after {
      content: " ";
      display: table; }
    .store_right .store_list:after {
      clear: both; }
    .store_right .store_list li {
      float: left;
      width: 31.3%;
      margin-right: 3%;
      margin-bottom: 30px; }
      .store_right .store_list li:nth-of-type(3n) {
        margin-right: 0; }
      .store_right .store_list li .pic {
        width: 100%;
        height: 150px; }
        .store_right .store_list li .pic img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%; }
      .store_right .store_list li .desc {
        width: 100%; }
        .store_right .store_list li .desc .d1 {
          color: #666;
          font-size: 16px;
          margin-top: 10px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
        .store_right .store_list li .desc .d2 {
          margin-top: 20px;
          color: #666;
          font-size: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
  .store_right .sub_brand_form {
    margin-top: 20px;
    margin-bottom: 20px; }
    .store_right .sub_brand_form > .left {
      width: 522px;
      margin-left: -23px; }
    .store_right .sub_brand_form > .right {
      width: 294px; }
      .store_right .sub_brand_form > .right .sub_write_text {
        background: #FF4C53;
        color: #fff;
        font-size: 14px;
        padding: 8px 20px;
        position: relative; }
        .store_right .sub_brand_form > .right .sub_write_text:before {
          content: "";
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-right: 8px solid #FF4C53;
          position: absolute;
          top: 11px;
          left: -8px; }
        .store_right .sub_brand_form > .right .sub_write_text u {
          color: #FFE617;
          font-size: 15px;
          margin-left: 7px;
          cursor: pointer; }
      .store_right .sub_brand_form > .right .sub_write_ul {
        background: url(../image/sub_brand/white_bg.png) no-repeat center;
        background-size: cover;
        padding: 12px 20px; }
        .store_right .sub_brand_form > .right .sub_write_ul .sub_write_li {
          color: #666;
          font-size: 12px;
          line-height: 32px;
          position: relative;
          padding-left: 6px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
          .store_right .sub_brand_form > .right .sub_write_ul .sub_write_li:before {
            content: '';
            width: 2px;
            height: 2px;
            background-color: #666666;
            font-size: 22px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            display: block; }
    .store_right .sub_brand_form form {
      width: 80%; }
    .store_right .sub_brand_form .layui-form-select dl dd.layui-this {
      background: #FF4C53; }
    .store_right .sub_brand_form button {
      background: #FF4C53;
      border-color: #FF4C53;
      width: 214px;
      height: 39px;
      text-align: center;
      line-height: 39px;
      transition: all 0.3s;
      border-radius: 4px;
      color: #fff;
      font-size: 17px; }
      .store_right .sub_brand_form button:hover {
        opacity: 0.8; }
      .store_right .sub_brand_form button span {
        color: #fff;
        font-size: 17px; }
  .store_right .at_province {
    *zoom: 1;
    margin-top: 36px;
    margin-bottom: 30px; }
    .store_right .at_province:before, .store_right .at_province:after {
      content: " ";
      display: table; }
    .store_right .at_province:after {
      clear: both; }
    .store_right .at_province > .left {
      color: #333;
      font-size: 16px;
      width: 10%;
      display: block; }
    .store_right .at_province > .right {
      width: 90%;
      *zoom: 1; }
      .store_right .at_province > .right:before, .store_right .at_province > .right:after {
        content: " ";
        display: table; }
      .store_right .at_province > .right:after {
        clear: both; }
      .store_right .at_province > .right li {
        float: left;
        margin-right: 18px;
        margin-bottom: 10px;
        cursor: pointer; }
        .store_right .at_province > .right li:hover span {
          background: #FF4C53;
          color: #fff; }
        .store_right .at_province > .right li.selected span {
          background: #FF4C53;
          color: #fff; }
        .store_right .at_province > .right li span {
          color: #666;
          font-size: 16px;
          padding: 5px 8px;
          border-radius: 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; }

.inner_join_wrapper {
  border-top: 2px solid #DFDFDF; }
  .inner_join_wrapper .inner_join_container .inner_com_title {
    position: relative;
    height: 39px;
    margin-top: 22px;
    margin-bottom: 15px; }
    .inner_join_wrapper .inner_join_container .inner_com_title .line {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 2px;
      background: #E9E9E9;
      display: block;
      content: ''; }
    .inner_join_wrapper .inner_join_container .inner_com_title .s1 {
      color: #333333;
      font-size: 26px;
      font-weight: bolder;
      padding-left: 13px;
      display: block;
      height: 39px;
      background: #fff;
      z-index: 2;
      position: relative;
      padding-right: 6px; }
      .inner_join_wrapper .inner_join_container .inner_com_title .s1:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 27px;
        background: #FF4C53;
        display: block;
        content: '';
        z-index: 2; }
    .inner_join_wrapper .inner_join_container .inner_com_title .s2 {
      color: #999999;
      font-size: 16px;
      z-index: 2;
      position: relative;
      background: #fff;
      padding-left: 11px;
      height: 39px;
      line-height: 39px;
      transition: 0.3s;
      cursor: pointer; }
      .inner_join_wrapper .inner_join_container .inner_com_title .s2:hover {
        color: #FF4C53; }
  .inner_join_wrapper .inner_join_container .inner_com_title2 {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px; }
    .inner_join_wrapper .inner_join_container .inner_com_title2 .s1 {
      color: #333333;
      font-size: 26px;
      font-weight: bolder;
      display: block;
      height: 39px;
      position: relative;
      line-height: 22px; }
      .inner_join_wrapper .inner_join_container .inner_com_title2 .s1:after {
        position: absolute;
        height: 3px;
        width: 100%;
        bottom: -2px;
        display: block;
        background: #FF4C53;
        content: ''; }
    .inner_join_wrapper .inner_join_container .inner_com_title2 .s2 {
      color: #999999;
      font-size: 16px; }
  .inner_join_wrapper .inner_join_container .join_left {
    width: 817px;
    padding: 16px; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-slide {
      background-size: cover;
      background-position: center; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-container {
      width: 401px !important;
      height: 303px !important;
      margin-left: auto;
      margin-right: auto; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .gallery-top {
      height: 80%;
      width: 100%; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .gallery-thumbs {
      height: 60px !important;
      box-sizing: border-box;
      margin: 10px 0; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      cursor: pointer; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 0.6;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-button-prev {
      background-size: 25px 60px;
      width: 25px;
      height: 60px;
      left: 10px; }
      .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-button-prev:hover {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px); }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-button-next {
      background-size: 25px 60px;
      width: 25px;
      height: 60px;
      right: 10px; }
      .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-button-next:hover {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }
    .inner_join_wrapper .inner_join_container .join_left .swiper_box .swiper-button-white {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
      background-size: 15px 25px; }
    .inner_join_wrapper .inner_join_container .join_left .intro_box {
      margin-left: 20px;
      width: 396px; }
      .inner_join_wrapper .inner_join_container .join_left .intro_box .intro_desc .intro_title {
        color: #333333;
        font-weight: bolder;
        font-size: 26px;
        margin-bottom: 10px; }
      .inner_join_wrapper .inner_join_container .join_left .intro_box .intro_desc p {
        color: #666666;
        font-size: 16px;
        margin-bottom: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .inner_join_wrapper .inner_join_container .join_left .intro_box .intro_desc p span {
          color: #FF4C53; }
    .inner_join_wrapper .inner_join_container .join_left .intro_btn {
      margin-top: 38px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .inner_join_wrapper .inner_join_container .join_left .intro_btn button {
        background: 4px;
        transition: 0.3s;
        color: #fff;
        font-size: 16px;
        width: 122px;
        height: 37px;
        line-height: 37px;
        text-indent: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .inner_join_wrapper .inner_join_container .join_left .intro_btn button:hover {
          opacity: 0.8; }
        .inner_join_wrapper .inner_join_container .join_left .intro_btn button span {
          color: #fff;
          font-size: 16px;
          padding-left: 26px; }
      .inner_join_wrapper .inner_join_container .join_left .intro_btn .b1 {
        background: #FF4C53 url("../image/sub_brand/b1.png") no-repeat left 17px center;
        border-color: #FF4C53; }
      .inner_join_wrapper .inner_join_container .join_left .intro_btn .b2 {
        background: #FEA50C url("../image/sub_brand/b2.png") no-repeat left 17px center;
        border-color: #FEA50C; }
      .inner_join_wrapper .inner_join_container .join_left .intro_btn .b3 {
        background: #08458B url("../image/sub_brand/b3.png") no-repeat left 17px center;
        border-color: #08458B; }
    .inner_join_wrapper .inner_join_container .join_left .intro_tel {
      border: 2px solid #FF4C53;
      border-right: 0;
      border-radius: 4px;
      margin-top: 15px; }
      .inner_join_wrapper .inner_join_container .join_left .intro_tel .t1 {
        margin-left: 60px; }
        .inner_join_wrapper .inner_join_container .join_left .intro_tel .t1 .i1 {
          margin-top: 11px;
          margin-right: 22px; }
        .inner_join_wrapper .inner_join_container .join_left .intro_tel .t1 .i2 p {
          color: #333333;
          font-size: 14px;
          padding-top: 5px; }
        .inner_join_wrapper .inner_join_container .join_left .intro_tel .t1 .i2 span {
          display: block;
          color: #FF4C53;
          font-size: 26px; }
      .inner_join_wrapper .inner_join_container .join_left .intro_tel .t2 {
        width: 59px;
        height: 59px;
        background: #FF4C53;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .inner_join_wrapper .inner_join_container .join_left .intro_tel .t2 span {
          color: #fff;
          font-size: 16px;
          font-weight: bolder;
          letter-spacing: 4px;
          cursor: pointer; }
    .inner_join_wrapper .inner_join_container .join_left .company_info {
      color: #666;
      font-size: 16px;
      line-height: 30px;
      font-family: "Microsoft YaHei"; }
      .inner_join_wrapper .inner_join_container .join_left .company_info img {
        display: block;
        max-width: 100% !important;
        margin: 10px auto; }
    .inner_join_wrapper .inner_join_container .join_left .franchise_info {
      width: 94%;
      margin: 0 auto; }
      .inner_join_wrapper .inner_join_container .join_left .franchise_info li {
        color: #666;
        font-size: 16px;
        line-height: 30px;
        width: 48%;
        float: left;
        margin-right: 2%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        font-family: "Microsoft YaHei"; }
        .inner_join_wrapper .inner_join_container .join_left .franchise_info li:nth-of-type(2n) {
          margin-right: 0; }
    .inner_join_wrapper .inner_join_container .join_left .fee {
      width: 94%;
      margin: 0 auto; }
      .inner_join_wrapper .inner_join_container .join_left .fee .f1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .inner_join_wrapper .inner_join_container .join_left .fee .f2 {
        color: #666666;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        line-height: 30px; }
        .inner_join_wrapper .inner_join_container .join_left .fee .f2 b {
          color: #FF4C53; }
    .inner_join_wrapper .inner_join_container .join_left .support {
      color: #666666;
      font-size: 16px;
      width: 95%;
      margin: 0 auto;
      font-family: "Microsoft YaHei"; }
      .inner_join_wrapper .inner_join_container .join_left .support img {
        display: block;
        margin: 10px auto;
        max-width: 100% !important; }
    .inner_join_wrapper .inner_join_container .join_left .news_list {
      *zoom: 1; }
      .inner_join_wrapper .inner_join_container .join_left .news_list:before, .inner_join_wrapper .inner_join_container .join_left .news_list:after {
        content: " ";
        display: table; }
      .inner_join_wrapper .inner_join_container .join_left .news_list:after {
        clear: both; }
      .inner_join_wrapper .inner_join_container .join_left .news_list li {
        line-height: 30px;
        position: relative;
        width: 46%;
        margin-right: 2%;
        padding-left: 17px;
        margin-bottom: 5px;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        font-family: "Microsoft YaHei";
        cursor: pointer; }
        .inner_join_wrapper .inner_join_container .join_left .news_list li:hover a {
          color: #FF4C53; }
        .inner_join_wrapper .inner_join_container .join_left .news_list li:hover:before {
          background: #FF4C53; }
        .inner_join_wrapper .inner_join_container .join_left .news_list li a {
          display: block;
          transition: 0.3s;
          color: #666666;
          font-size: 16px; }
        .inner_join_wrapper .inner_join_container .join_left .news_list li:nth-of-type(2n) {
          margin-right: 0; }
        .inner_join_wrapper .inner_join_container .join_left .news_list li:before {
          position: absolute;
          width: 4px;
          height: 4px;
          background: #999;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          content: '';
          transition: 0.3s; }
    .inner_join_wrapper .inner_join_container .join_left .store_list {
      *zoom: 1; }
      .inner_join_wrapper .inner_join_container .join_left .store_list:before, .inner_join_wrapper .inner_join_container .join_left .store_list:after {
        content: " ";
        display: table; }
      .inner_join_wrapper .inner_join_container .join_left .store_list:after {
        clear: both; }
      .inner_join_wrapper .inner_join_container .join_left .store_list li {
        float: left;
        width: 31.3%;
        margin-right: 3%;
        margin-bottom: 30px; }
        .inner_join_wrapper .inner_join_container .join_left .store_list li:nth-of-type(3n) {
          margin-right: 0; }
        .inner_join_wrapper .inner_join_container .join_left .store_list li .pic {
          width: 100%;
          height: 150px; }
          .inner_join_wrapper .inner_join_container .join_left .store_list li .pic img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%; }
        .inner_join_wrapper .inner_join_container .join_left .store_list li .desc {
          width: 100%; }
          .inner_join_wrapper .inner_join_container .join_left .store_list li .desc .d1 {
            color: #666;
            font-size: 16px;
            margin-top: 11px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all; }
          .inner_join_wrapper .inner_join_container .join_left .store_list li .desc .d2 {
            margin-top: 20px;
            color: #666;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all; }
    .inner_join_wrapper .inner_join_container .join_left .message > .left {
      color: #fff;
      font-size: 26px;
      font-weight: bolder;
      width: 50%;
      text-align: center;
      height: 60px;
      line-height: 60px;
      background: #09458B;
      cursor: pointer; }
    .inner_join_wrapper .inner_join_container .join_left .message > .right {
      width: 50%;
      height: 60px;
      background: #FF4C53;
      cursor: pointer; }
      .inner_join_wrapper .inner_join_container .join_left .message > .right .m1 {
        width: 228px;
        margin: 0 auto; }
        .inner_join_wrapper .inner_join_container .join_left .message > .right .m1 .m2 {
          margin-top: 11px; }
        .inner_join_wrapper .inner_join_container .join_left .message > .right .m1 .m3 {
          margin-left: 16px; }
          .inner_join_wrapper .inner_join_container .join_left .message > .right .m1 .m3 p {
            color: #fff;
            font-size: 14px;
            padding-top: 5px; }
          .inner_join_wrapper .inner_join_container .join_left .message > .right .m1 .m3 span {
            display: block;
            color: #fff;
            font-size: 26px;
            font-weight: bolder; }
    .inner_join_wrapper .inner_join_container .join_left .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;
      margin-top: 35px; }
      .inner_join_wrapper .inner_join_container .join_left .pub-big-btn:focus {
        box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
      .inner_join_wrapper .inner_join_container .join_left .pub-big-btn:hover {
        border-color: #FF4C53; }
      .inner_join_wrapper .inner_join_container .join_left .pub-big-btn span {
        color: #666666;
        font-size: 16px; }
    .inner_join_wrapper .inner_join_container .join_left .hot_brands {
      margin-top: 30px;
      position: relative; }
      .inner_join_wrapper .inner_join_container .join_left .hot_brands .hot_brands_wrapper {
        padding-bottom: 30px; }
        .inner_join_wrapper .inner_join_container .join_left .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; }
          .inner_join_wrapper .inner_join_container .join_left .hot_brands .hot_brands_wrapper .hot_brand_title:hover {
            color: #FF4C53; }
      .inner_join_wrapper .inner_join_container .join_left .hot_brands .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center; }
        .inner_join_wrapper .inner_join_container .join_left .hot_brands .swiper-pagination .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background: #DBDBDB;
          border-radius: 0;
          margin-right: 15px; }
          .inner_join_wrapper .inner_join_container .join_left .hot_brands .swiper-pagination .swiper-pagination-bullet:focus {
            outline: none; }
        .inner_join_wrapper .inner_join_container .join_left .hot_brands .swiper-pagination .swiper-pagination-bullet-active {
          width: 10px;
          height: 10px;
          border-radius: 0;
          background-color: #FF4C53; }
    .inner_join_wrapper .inner_join_container .join_left .latest_mess .latest_mess_ul .latest_mess_li {
      width: 100%;
      border-bottom: 1px dotted #E5E5E5;
      padding-bottom: 15px;
      margin-bottom: 21px; }
      .inner_join_wrapper .inner_join_container .join_left .latest_mess .latest_mess_ul .latest_mess_li .lm_content {
        color: #666666;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 28px;
        font-family: "Microsoft YaHei"; }
      .inner_join_wrapper .inner_join_container .join_left .latest_mess .latest_mess_ul .latest_mess_li .lm_source span {
        color: #999999;
        font-size: 16px; }
    .inner_join_wrapper .inner_join_container .join_left .sub_brand_form {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: -23px; }
      .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .layui-layer {
        background: transparent !important; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
      .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal {
        width: 687px !important;
        height: 543px;
        background: url("../image/popup/bg.png") no-repeat center;
        background-size: contain; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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%); }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form {
            margin-right: 40px; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .b1 {
              font-size: 16px;
              color: #666;
              margin-top: 31px;
              margin-bottom: 17px; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .b1 b {
                font-size: 18px;
                color: #333; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line {
              margin-top: 10px;
              *zoom: 1; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line:before, .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line:after {
                content: " ";
                display: table; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line:after {
                clear: both; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line .line-icon {
                background: url(../image/popup/tel.png) no-repeat;
                width: 58px;
                height: 58px;
                float: left; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line .line-phone {
                margin-left: 20px;
                float: left; }
                .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line .line-phone p {
                  font-size: 16px;
                  color: #666;
                  margin-bottom: 5px; }
                .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .budget-form .hot-line .line-phone strong {
                  font-size: 28px;
                  color: #FF4C53; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .figure-info h3 {
              font-size: 18px;
              color: #333;
              padding: 8px 0 6px 0; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal .tc-box1 .figure-info .dec {
              font-size: 16px;
              color: #666; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
              .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .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; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal button span {
            color: #fff;
            font-size: 18px;
            display: block;
            margin-top: -12px; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal button:hover {
            opacity: 0.8; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal button:hover span {
              color: #fff; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal button:focus {
            box-shadow: none; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form .receive_modal input {
          color: #333;
          font-size: 16px;
          height: 42px;
          border: 1px solid #CCCCCC;
          margin-bottom: 16px; }
      .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left {
        width: 522px; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left form {
          width: 80%; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left .layui-form-select dl dd.layui-this {
          background: #FF4C53; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left button {
          background: #FF4C53;
          border-color: #FF4C53;
          width: 214px;
          height: 39px;
          text-align: center;
          line-height: 39px;
          transition: all 0.3s;
          border-radius: 4px;
          color: #fff;
          font-size: 17px; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left button:hover {
            opacity: 0.8; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .left button span {
            color: #fff;
            font-size: 17px; }
      .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right {
        width: 294px; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right .sub_write_text {
          background: #FF4C53;
          color: #fff;
          font-size: 14px;
          padding: 8px 20px; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right .sub_write_text u {
            color: #FFE617;
            font-size: 15px;
            margin-left: 7px;
            cursor: pointer; }
        .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right .sub_write_ul {
          background: url(../image/sub_brand/white_bg.png) no-repeat center;
          background-size: cover;
          padding: 12px 20px; }
          .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right .sub_write_ul .sub_write_li {
            color: #666;
            font-size: 12px;
            line-height: 32px;
            position: relative;
            padding-left: 6px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all; }
            .inner_join_wrapper .inner_join_container .join_left .sub_brand_form > .right .sub_write_ul .sub_write_li:before {
              content: '';
              width: 2px;
              height: 2px;
              background-color: #666666;
              font-size: 22px;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              display: block; }
  .inner_join_wrapper .inner_join_container .join_right .renzheng {
    width: 255px;
    background: url(../image/sub_brand/white_bg.png) no-repeat center;
    background-size: cover;
    padding: 22px 31px;
    margin-bottom: 20px; }
    .inner_join_wrapper .inner_join_container .join_right .renzheng .r0 {
      width: 180px;
      height: 72px;
      margin: 0 auto; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng .r0 img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
    .inner_join_wrapper .inner_join_container .join_right .renzheng button {
      display: block;
      background: transparent;
      padding: 2px 8px;
      margin-bottom: 4px;
      border-color: #FF4C53; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng button:nth-of-type(2) {
        margin-bottom: 0; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng button span {
        color: #FF4C53;
        float: left; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng button img {
        margin-right: 5px;
        float: left;
        margin-top: 5px; }
    .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 {
      background: #fff;
      padding-top: 20px;
      padding-bottom: 15px;
      margin-top: 15px; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r2 {
        background: url("../image/sub_brand/icon.png") no-repeat top 5px left;
        padding-left: 30px;
        background-size: 20px;
        margin-left: 12px; }
        .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r2 b {
          color: #003D86;
          font-size: 20px;
          display: block; }
        .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r2 small {
          color: #003D86;
          font-size: 16px;
          display: block; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r3 {
        width: 210px;
        border-top: 2px dashed #666;
        margin: 10px auto; }
        .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r3 > p {
          color: #666;
          font-size: 16px;
          background: url("../image/sub_brand/icon1.png") no-repeat right center;
          width: 180px;
          margin: 10px auto; }
        .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r3 .p1 {
          text-align: center;
          background: none; }
      .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r4 {
        width: 210px;
        margin: 0 auto;
        border-top: 2px dashed #E4E4E4;
        padding-top: 10px; }
        .inner_join_wrapper .inner_join_container .join_right .renzheng .r1 .r4 > p {
          line-height: 30px;
          color: #666;
          font-size: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
  .inner_join_wrapper .inner_join_container .join_right .inner_side_title {
    background: #F4F4F4;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    *zoom: 1; }
    .inner_join_wrapper .inner_join_container .join_right .inner_side_title:before, .inner_join_wrapper .inner_join_container .join_right .inner_side_title:after {
      content: " ";
      display: table; }
    .inner_join_wrapper .inner_join_container .join_right .inner_side_title:after {
      clear: both; }
    .inner_join_wrapper .inner_join_container .join_right .inner_side_title span {
      color: #333333;
      font-size: 20px;
      margin-right: 11px;
      float: left; }
    .inner_join_wrapper .inner_join_container .join_right .inner_side_title small {
      color: #999999;
      font-size: 14px;
      float: left; }
  .inner_join_wrapper .inner_join_container .join_right .guide {
    background: #F4F4F4;
    margin-bottom: 20px;
    padding: 20px 17.5px 10px 17.5px;
    *zoom: 1; }
    .inner_join_wrapper .inner_join_container .join_right .guide:before, .inner_join_wrapper .inner_join_container .join_right .guide:after {
      content: " ";
      display: table; }
    .inner_join_wrapper .inner_join_container .join_right .guide:after {
      clear: both; }
    .inner_join_wrapper .inner_join_container .join_right .guide li {
      float: left;
      text-align: center;
      margin-right: 12px;
      cursor: pointer; }
      .inner_join_wrapper .inner_join_container .join_right .guide li:nth-of-type(3) {
        margin-right: 0; }
      .inner_join_wrapper .inner_join_container .join_right .guide li:hover span {
        color: #FF4C53; }
      .inner_join_wrapper .inner_join_container .join_right .guide li span {
        color: #333;
        font-size: 14px;
        margin-top: 4px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
  .inner_join_wrapper .inner_join_container .join_right .onsultant {
    background: #F4F4F4;
    margin-bottom: 20px;
    padding: 20px 17.5px 10px 17.5px; }
    .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li {
      *zoom: 1;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li:before, .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li:after {
        content: " ";
        display: table; }
      .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li:after {
        clear: both; }
      .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .pic {
        width: 72px;
        height: 72px;
        float: left;
        margin-right: 23px; }
        .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .pic img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 2px solid #fff;
          background: #fff; }
      .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .desc {
        float: left;
        margin-top: 7px; }
        .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .desc p {
          color: #666666;
          font-size: 14px;
          text-align: center;
          margin-bottom: 10px; }
        .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .desc button {
          border-radius: 4px;
          border: 1px solid #FEB22D;
          width: 163px;
          height: 31px;
          line-height: 31px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          color: #FEB22D;
          font-size: 14px;
          background: #fff url("../image/sub_brand/consult.png") no-repeat left 36px center;
          padding-left: 23px;
          background-size: 16px; }
          .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .desc button:hover {
            box-shadow: 0 0 0 2px rgba(255, 207, 124, 0.5); }
          .inner_join_wrapper .inner_join_container .join_right .onsultant .onsultant_ul li .desc button:focus {
            box-shadow: 0 0 0 2px rgba(255, 207, 124, 0.5); }
  .inner_join_wrapper .inner_join_container .join_right .side_recommend {
    background: #F4F4F4;
    width: 282px;
    text-align: center;
    padding: 20px 17.5px 17px 17.5px; }
    .inner_join_wrapper .inner_join_container .join_right .side_recommend .side_recommend_wrapper {
      height: 420px;
      overflow: hidden; }
    .inner_join_wrapper .inner_join_container .join_right .side_recommend li {
      width: 138px;
      height: 76px;
      margin-right: 6px;
      margin-bottom: 10px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -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;
      border: 2px solid #e4e4e4; }
      .inner_join_wrapper .inner_join_container .join_right .side_recommend li:hover {
        box-shadow: 0px 0px 8px 0px rgba(255, 76, 83, 0.68) inset; }
      .inner_join_wrapper .inner_join_container .join_right .side_recommend li:nth-of-type(2n) {
        margin-right: 0; }
      .inner_join_wrapper .inner_join_container .join_right .side_recommend li img {
        object-fit: contain;
        -o-object-fit: contain;
        object-position: contain;
        width: 100%;
        height: 100%;
        width: 95%; }
  .inner_join_wrapper .inner_join_container .join_right .ranking_list {
    width: 317px;
    background: #fff;
    margin-top: 20px; }
    .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_title p {
      background: #F4F4F4;
      color: #333333;
      font-size: 18px;
      text-align: center;
      display: inline-block;
      line-height: 45px;
      cursor: pointer; }
    .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_title .selected_title {
      background: #FF4C53;
      color: #fff;
      font-weight: bolder; }
    .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_title .left {
      width: 50%; }
    .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_title .right {
      width: 50%; }
    .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content {
      padding: 23px 20px 10px 20px;
      border: 2px solid #FF4C53;
      box-sizing: border-box; }
      .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul {
        *zoom: 1; }
        .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul:before, .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul:after {
          content: " ";
          display: table; }
        .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul:after {
          clear: both; }
        .inner_join_wrapper .inner_join_container .join_right .ranking_list .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; }
          .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul li:hover span {
            color: #FF4C53; }
          .inner_join_wrapper .inner_join_container .join_right .ranking_list .concern_content ul li b {
            color: #FF4C53;
            font-size: 14px;
            font-family: Impact; }
          .inner_join_wrapper .inner_join_container .join_right .ranking_list .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; }
  .inner_join_wrapper .inner_join_title {
    margin-bottom: 25px;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 15px;
    padding-top: 38px;
    line-height: 25px; }
    .inner_join_wrapper .inner_join_title p .s1 {
      color: #333333;
      font-size: 26px;
      font-weight: bolder;
      position: relative;
      padding-bottom: 20px; }
      .inner_join_wrapper .inner_join_title p .s1:after {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #FF4C53;
        display: block;
        content: '';
        left: 0;
        bottom: 0; }

/*----------------动画--------------*/
@keyframes tadass {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.needTada {
  animation: tadass 1.2s linear infinite;
  -webkit-animation: tadass 1.2s linear infinite; }

/*----------------动画--------------*/
.inner_news {
  padding-top: 21px; }
  .inner_news .inner_news_type {
    border-bottom: 2px solid #E7E7E7;
    margin-bottom: 25px; }
    .inner_news .inner_news_type p {
      display: inline-block;
      cursor: pointer; }
      .inner_news .inner_news_type p:nth-of-type(1) {
        margin-left: 40px;
        margin-right: 40px; }
      .inner_news .inner_news_type p span {
        color: #333333;
        font-size: 18px;
        display: block;
        padding-top: 13px;
        padding-bottom: 11px; }
      .inner_news .inner_news_type p.selected {
        position: relative; }
        .inner_news .inner_news_type p.selected:after {
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          display: block;
          content: '';
          background: #FF4C53;
          height: 2px; }
        .inner_news .inner_news_type p.selected span {
          color: #FF4C53; }
  .inner_news .inner_news_container {
    margin-top: 20px; }
    .inner_news .inner_news_container > .left {
      width: 824px;
      background: #fff; }
      .inner_news .inner_news_container > .left .company_news ul li {
        *zoom: 1;
        padding-bottom: 24px;
        margin-bottom: 23px;
        padding-left: 25px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .inner_news .inner_news_container > .left .company_news ul li:before, .inner_news .inner_news_container > .left .company_news ul li:after {
          content: " ";
          display: table; }
        .inner_news .inner_news_container > .left .company_news ul li:after {
          clear: both; }
        .inner_news .inner_news_container > .left .company_news ul li:hover .company_news_desc .cn1 {
          color: #FF4C53; }
        .inner_news .inner_news_container > .left .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); }
        .inner_news .inner_news_container > .left .company_news ul li:hover:before {
          width: 100%; }
        .inner_news .inner_news_container > .left .company_news ul li:hover:after {
          width: 0; }
        .inner_news .inner_news_container > .left .company_news ul li:before {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          display: block;
          content: '';
          background: #FF4C53;
          height: 1px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .inner_news .inner_news_container > .left .company_news ul li:after {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          display: block;
          content: '';
          background: #F3F4F5;
          height: 1px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .inner_news .inner_news_container > .left .company_news ul li .pic {
          float: left;
          width: 157px;
          height: 101px;
          overflow: hidden; }
          .inner_news .inner_news_container > .left .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; }
        .inner_news .inner_news_container > .left .company_news ul li .company_news_desc {
          float: left;
          margin-left: 15px; }
          .inner_news .inner_news_container > .left .company_news ul li .company_news_desc.first_new {
            width: 485px; }
            .inner_news .inner_news_container > .left .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; }
          .inner_news .inner_news_container > .left .company_news ul li .company_news_desc .cn1 {
            color: #333333;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px;
            margin-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; }
          .inner_news .inner_news_container > .left .company_news ul li .company_news_desc .cn2 {
            color: #666666;
            font-size: 16px; }
            .inner_news .inner_news_container > .left .company_news ul li .company_news_desc .cn2 small {
              padding-left: 5px;
              padding-right: 5px; }
            .inner_news .inner_news_container > .left .company_news ul li .company_news_desc .cn2 .cnd1 {
              margin-right: 8px; }
      .inner_news .inner_news_container > .left .video_news ul li .pic {
        position: relative; }
        .inner_news .inner_news_container > .left .video_news ul li .pic:after {
          width: 60px;
          height: 60px;
          background: url("../image/news/play.png") no-repeat center;
          background-size: 50px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: block;
          content: ''; }
    .inner_news .inner_news_container > .right {
      background: #fff; }
      .inner_news .inner_news_container > .right .latest_article .latest_title {
        color: #333333;
        font-size: 18px;
        border-bottom: 1px solid #DCDCDC;
        border-top: 2px solid #BE6767;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 22px;
        margin-bottom: 8px; }
      .inner_news .inner_news_container > .right .latest_article ul li {
        *zoom: 1;
        padding-bottom: 12px;
        cursor: pointer;
        width: 92%;
        margin: 0 auto; }
        .inner_news .inner_news_container > .right .latest_article ul li:before, .inner_news .inner_news_container > .right .latest_article ul li:after {
          content: " ";
          display: table; }
        .inner_news .inner_news_container > .right .latest_article ul li:after {
          clear: both; }
        .inner_news .inner_news_container > .right .latest_article 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); }
        .inner_news .inner_news_container > .right .latest_article ul li:hover .company_news_desc .cn1 {
          color: #FF4C53; }
        .inner_news .inner_news_container > .right .latest_article ul li .pic {
          float: left;
          width: 119px;
          height: 78px;
          overflow: hidden; }
          .inner_news .inner_news_container > .right .latest_article 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; }
        .inner_news .inner_news_container > .right .latest_article ul li .company_news_desc {
          width: 100%;
          float: left; }
          .inner_news .inner_news_container > .right .latest_article ul li .company_news_desc.first_new {
            width: 65%;
            margin-left: 15px; }
            .inner_news .inner_news_container > .right .latest_article 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; }
          .inner_news .inner_news_container > .right .latest_article ul li .company_news_desc .cn1 {
            color: #333333;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 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; }
          .inner_news .inner_news_container > .right .latest_article ul li .company_news_desc .cn2 {
            color: #666666;
            font-size: 14px; }
      .inner_news .inner_news_container > .right .follow {
        *zoom: 1;
        padding: 10px 0; }
        .inner_news .inner_news_container > .right .follow:before, .inner_news .inner_news_container > .right .follow:after {
          content: " ";
          display: table; }
        .inner_news .inner_news_container > .right .follow:after {
          clear: both; }
        .inner_news .inner_news_container > .right .follow .f1 {
          float: left;
          text-align: center;
          width: 50%; }
          .inner_news .inner_news_container > .right .follow .f1:nth-of-type(1) {
            position: relative; }
            .inner_news .inner_news_container > .right .follow .f1:nth-of-type(1):after {
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              display: block;
              content: '';
              height: 35px;
              width: 1px;
              background: #dcdcdc; }
          .inner_news .inner_news_container > .right .follow .f1 p {
            color: #333333;
            font-size: 24px; }
          .inner_news .inner_news_container > .right .follow .f1 span {
            color: #666666;
            font-size: 16px;
            display: block; }
  .inner_news .inner_news_top .btm {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 19px; }
    .inner_news .inner_news_top .btm .btm1 {
      width: 101px;
      height: 101px;
      margin-right: 14px;
      margin-top: -40px;
      margin-left: 22px; }
      .inner_news .inner_news_top .btm .btm1 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%;
        background: #fff; }
    .inner_news .inner_news_top .btm .btm2 > p {
      color: #333333;
      font-size: 24px; }
    .inner_news .inner_news_top .btm .btm2 > span {
      color: #BBBBBB;
      font-size: 14px;
      display: block;
      margin-top: 4px; }
  .inner_news .brand_desc {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.article_wrapper {
  width: 782px;
  margin: 0 auto; }
  .article_wrapper .comment_wrapper {
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px; }
    .article_wrapper .comment_wrapper .user_icon {
      width: 40px;
      height: 40px;
      margin-left: 18px; }
      .article_wrapper .comment_wrapper .user_icon img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .article_wrapper .comment_wrapper .comment_content {
      margin-left: 19px;
      width: 705px; }
      .article_wrapper .comment_wrapper .comment_content .reply {
        margin-bottom: 20px; }
        .article_wrapper .comment_wrapper .comment_content .reply .r0 .r1 {
          color: #060606;
          font-size: 20px;
          margin-top: 5px; }
        .article_wrapper .comment_wrapper .comment_content .reply .r0 .r2 {
          color: #999999;
          font-size: 18px;
          margin-top: 10px;
          margin-bottom: 5px; }
        .article_wrapper .comment_wrapper .comment_content .reply .r0 .r3 {
          color: #999999;
          font-size: 16px; }
        .article_wrapper .comment_wrapper .comment_content .reply .r4 {
          background: url("../image/news/good.jpg") no-repeat right center;
          background-size: 32px 30px; }
          .article_wrapper .comment_wrapper .comment_content .reply .r4 span {
            color: #999999;
            font-size: 20px;
            padding-right: 40px;
            padding-top: 8px;
            display: block; }
      .article_wrapper .comment_wrapper .comment_content .child_reply .r0 {
        margin-left: 19px; }
      .article_wrapper .comment_wrapper .comment_content .child_reply .user_icon {
        margin-left: 0; }
  .article_wrapper .common_title {
    color: #333;
    font-size: 20px;
    position: relative;
    padding-left: 11px; }
    .article_wrapper .common_title:before {
      position: absolute;
      width: 3px;
      height: 19px;
      display: block;
      content: '';
      background: #FF4C53;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .article_wrapper .recommend_reading ul {
    margin-top: 26px; }
    .article_wrapper .recommend_reading ul li {
      width: 182px;
      margin-right: 18px;
      cursor: pointer; }
      .article_wrapper .recommend_reading ul li:hover .pic img {
        transform: scale(1.1); }
      .article_wrapper .recommend_reading ul li:nth-of-type(4) {
        margin-right: 0; }
      .article_wrapper .recommend_reading ul li .pic {
        width: 182px;
        height: 102px;
        overflow: hidden; }
        .article_wrapper .recommend_reading ul li .pic img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      .article_wrapper .recommend_reading ul li .text_wrapper {
        background: #F4F4F4;
        padding: 10px 5px; }
        .article_wrapper .recommend_reading ul li .text_wrapper span {
          width: 90%;
          margin: 0 auto;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #333;
          font-size: 14px; }
  .article_wrapper .comment_list {
    margin-top: 78px; }
    .article_wrapper .comment_list .common_title {
      margin-bottom: 42px; }
  .article_wrapper .article_title {
    color: #222222;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .article_wrapper .individual .i1 {
    width: 40px;
    height: 40px;
    margin-right: 12px; }
    .article_wrapper .individual .i1 img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .article_wrapper .individual .i2 p {
    color: #333333;
    font-size: 16px; }
  .article_wrapper .individual .i2 span {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px; }
  .article_wrapper .source {
    margin-bottom: 30px; }
    .article_wrapper .source .s1 {
      color: #999999;
      font-size: 16px; }
    .article_wrapper .source .s2 {
      color: #999999;
      font-size: 16px;
      background: url("../image/news/icon.png") no-repeat left center;
      padding-left: 29px;
      background-size: contain; }
  .article_wrapper .detail-tips {
    border-top: 1px solid #f9ecca;
    border-bottom: 1px solid #f9ecca;
    background: #fffbf0;
    padding: 8px; }
    .article_wrapper .detail-tips h2 {
      color: #666;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 6px; }
    .article_wrapper .detail-tips p {
      font-size: 14px;
      color: #666;
      line-height: 24px; }
  .article_wrapper .article_content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 20px; }
    .article_wrapper .article_content img {
      max-width: 100% !important;
      height: auto !important;
      border-radius: 10px !important;
      display: block;
      margin: 15px auto; }
    .article_wrapper .article_content p, .article_wrapper .article_content span {
      font-size: 16px;
      line-height: 28px; }
  .article_wrapper .disclaimer {
    margin-bottom: 70px; }
    .article_wrapper .disclaimer p {
      color: #999999;
      font-size: 16px;
      line-height: 28px; }

.video_frequency {
  width: 100%;
  background: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 100px; }
  .video_frequency .article_wrapper {
    width: 843px;
    margin: 0 auto;
    background: #fff;
    padding: 30px; }
    .video_frequency .article_wrapper .comment_wrapper {
      border-bottom: 1px dashed #eee;
      margin-bottom: 20px; }
      .video_frequency .article_wrapper .comment_wrapper .user_icon {
        width: 40px;
        height: 40px;
        margin-left: 18px; }
        .video_frequency .article_wrapper .comment_wrapper .user_icon img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .video_frequency .article_wrapper .comment_wrapper .comment_content {
        margin-left: 19px;
        width: 705px; }
        .video_frequency .article_wrapper .comment_wrapper .comment_content .reply {
          margin-bottom: 20px; }
          .video_frequency .article_wrapper .comment_wrapper .comment_content .reply .r0 .r1 {
            color: #060606;
            font-size: 20px;
            margin-top: 5px; }
          .video_frequency .article_wrapper .comment_wrapper .comment_content .reply .r0 .r2 {
            color: #999999;
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 5px; }
          .video_frequency .article_wrapper .comment_wrapper .comment_content .reply .r0 .r3 {
            color: #999999;
            font-size: 16px; }
          .video_frequency .article_wrapper .comment_wrapper .comment_content .reply .r4 {
            background: url("../image/news/good.jpg") no-repeat right center;
            background-size: 32px 30px; }
            .video_frequency .article_wrapper .comment_wrapper .comment_content .reply .r4 span {
              color: #999999;
              font-size: 20px;
              padding-right: 40px;
              padding-top: 8px;
              display: block; }
        .video_frequency .article_wrapper .comment_wrapper .comment_content .child_reply .r0 {
          margin-left: 19px; }
        .video_frequency .article_wrapper .comment_wrapper .comment_content .child_reply .user_icon {
          margin-left: 0; }
    .video_frequency .article_wrapper .common_title {
      color: #333;
      font-size: 20px;
      position: relative;
      padding-left: 11px; }
      .video_frequency .article_wrapper .common_title:before {
        position: absolute;
        width: 3px;
        height: 19px;
        display: block;
        content: '';
        background: #FF4C53;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .video_frequency .article_wrapper .recommend_reading ul {
      margin-top: 26px; }
      .video_frequency .article_wrapper .recommend_reading ul li {
        width: 182px;
        margin-right: 18px;
        cursor: pointer; }
        .video_frequency .article_wrapper .recommend_reading ul li:hover .pic img {
          transform: scale(1.1); }
        .video_frequency .article_wrapper .recommend_reading ul li:nth-of-type(4) {
          margin-right: 0; }
        .video_frequency .article_wrapper .recommend_reading ul li .pic {
          width: 182px;
          height: 102px;
          overflow: hidden; }
          .video_frequency .article_wrapper .recommend_reading ul li .pic img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%;
            transition: 0.3s; }
        .video_frequency .article_wrapper .recommend_reading ul li .text_wrapper {
          background: #F4F4F4;
          padding: 10px 5px; }
          .video_frequency .article_wrapper .recommend_reading ul li .text_wrapper span {
            width: 90%;
            margin: 0 auto;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            color: #333;
            font-size: 14px; }
    .video_frequency .article_wrapper .comment_list {
      margin-top: 43px;
      border-top: 2px solid #E7E7E7;
      padding-top: 38px; }
      .video_frequency .article_wrapper .comment_list .common_title {
        margin-bottom: 42px; }
    .video_frequency .article_wrapper .article_title {
      color: #222222;
      font-size: 32px;
      margin-bottom: 20px; }
    .video_frequency .article_wrapper .individual .i1 {
      width: 40px;
      height: 40px;
      margin-right: 12px; }
      .video_frequency .article_wrapper .individual .i1 img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .video_frequency .article_wrapper .individual .i2 p {
      color: #333333;
      font-size: 16px; }
    .video_frequency .article_wrapper .individual .i2 span {
      display: block;
      color: #999;
      font-size: 12px;
      margin-top: 3px; }
    .video_frequency .article_wrapper .article_content {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 38px;
      border-bottom: 2px solid #E7E7E7;
      padding-bottom: 38px; }
      .video_frequency .article_wrapper .article_content img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
        display: block;
        margin: 15px auto; }
      .video_frequency .article_wrapper .article_content p, .video_frequency .article_wrapper .article_content span {
        font-size: 16px;
        line-height: 28px; }

.sub_com_profile .cp0 > .right .boss_ul .all_job_btn {
  width: 100%;
  height: 42px;
  border: 1px solid #FF4C53;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  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; }
  .sub_com_profile .cp0 > .right .boss_ul .all_job_btn:hover {
    background: #FF4C53;
    color: #fff; }
.sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 {
  padding-bottom: 18px;
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 15px; }
  .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl1 {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px; }
    .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl1 img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 {
    float: left;
    width: 220px; }
    .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
      .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span {
        font-size: 16px;
        color: #666;
        padding-right: 10px;
        margin-right: 10px; }
        .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span:nth-of-type(1) {
          position: relative; }
          .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span:nth-of-type(1):after {
            position: absolute;
            right: 0;
            top: 3px;
            height: 12px;
            width: 1px;
            background: #DFDFDF;
            display: block;
            content: ''; }
      .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(2) {
        display: block;
        font-size: 14px;
        color: #666; }
      .sub_com_profile .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(3) {
        display: block;
        font-size: 14px;
        color: #666; }
.sub_com_profile .cp0 > .right .leader {
  padding-bottom: 20px; }
  .sub_com_profile .cp0 > .right .leader .le1 .sle1 {
    *zoom: 1;
    margin-bottom: 18px; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle1:before, .sub_com_profile .cp0 > .right .leader .le1 .sle1:after {
      content: " ";
      display: table; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle1:after {
      clear: both; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle1 p {
      float: left;
      width: 62px;
      height: 62px;
      margin-right: 18px; }
      .sub_com_profile .cp0 > .right .leader .le1 .sle1 p img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle1 div {
      float: left; }
      .sub_com_profile .cp0 > .right .leader .le1 .sle1 div b {
        font-size: 20px;
        color: #333;
        display: block;
        margin-top: 3px; }
      .sub_com_profile .cp0 > .right .leader .le1 .sle1 div small {
        font-size: 16px;
        color: #333;
        display: block;
        margin-top: 6px; }
  .sub_com_profile .cp0 > .right .leader .le1 .sle2 {
    position: relative; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle2 .show_it {
      position: absolute;
      right: 0;
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .sub_com_profile .cp0 > .right .leader .le1 .sle2 p {
      font-size: 16px;
      color: #666;
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }
      .sub_com_profile .cp0 > .right .leader .le1 .sle2 p.show_text1 {
        overflow: unset;
        display: block; }
.sub_com_profile .cp0 > .right .enviroment {
  width: 298px;
  height: 165px; }
  .sub_com_profile .cp0 > .right .enviroment img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: cover;
    width: 100%;
    height: 100%; }
.sub_com_profile .cp0 > .left {
  width: 836px; }
  .sub_com_profile .cp0 > .left .ivu-collapse > .ivu-collapse-item.ivu-collapse-item > .ivu-collapse-header > i {
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px; }
  .sub_com_profile .cp0 > .left .ivu-collapse-content > .ivu-collapse-content-box {
    padding: 0; }
  .sub_com_profile .cp0 > .left .ivu-collapse-content {
    padding: 0; }
  .sub_com_profile .cp0 > .left .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    font-size: 16px;
    background: #fff url("../image/sub_brand/add1.png") no-repeat left 15px center;
    padding-left: 38px; }
  .sub_com_profile .cp0 > .left .ivu-collapse > .ivu-collapse-item-active > .ivu-collapse-header {
    background: #fff url("../image/sub_brand/add2.png") no-repeat left 15px center; }
  .sub_com_profile .cp0 > .left .sub_com_profile .cp0 > .left .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    height: 45px;
    line-height: 45px; }
  .sub_com_profile .cp0 > .left .far {
    width: 804px;
    border: 1px solid #D8D9DE;
    margin-top: 24px;
    position: relative;
    padding-left: 30px;
    padding-top: 26px;
    height: 78px;
    overflow: hidden;
    *zoom: 1; }
    .sub_com_profile .cp0 > .left .far.see_all {
      height: auto;
      overflow: unset; }
    .sub_com_profile .cp0 > .left .far:before, .sub_com_profile .cp0 > .left .far:after {
      content: " ";
      display: table; }
    .sub_com_profile .cp0 > .left .far:after {
      clear: both; }
    .sub_com_profile .cp0 > .left .far .show_it {
      position: absolute;
      right: 30px;
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .sub_com_profile .cp0 > .left .far span {
      margin-right: 30px;
      width: 200px;
      display: block;
      float: left;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      margin-bottom: 26px;
      font-size: 16px;
      color: #999; }
      .sub_com_profile .cp0 > .left .far span b {
        font-size: 16px;
        color: #333;
        padding-left: 5px; }
  .sub_com_profile .cp0 > .left .gongs > .left {
    font-size: 16px;
    color: #333; }
  .sub_com_profile .cp0 > .left .gongs > .right {
    font-size: 14px;
    color: #bbb; }
  .sub_com_profile .cp0 > .left .rec_company {
    margin-top: 30px; }
    .sub_com_profile .cp0 > .left .rec_company p {
      width: 275px; }
      .sub_com_profile .cp0 > .left .rec_company p:nth-of-type(1) {
        margin-bottom: 4px;
        font-size: 14px;
        color: #333;
        font-weight: bolder; }
      .sub_com_profile .cp0 > .left .rec_company p:nth-of-type(2) span {
        font-size: 14px;
        color: #666;
        margin-right: 24px; }
  .sub_com_profile .cp0 > .left .cp1 {
    position: relative; }
    .sub_com_profile .cp0 > .left .cp1 .show_it {
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      right: 0;
      bottom: 0;
      position: absolute;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .sub_com_profile .cp0 > .left .cp1 .info {
      width: 745px;
      font-size: 16px;
      color: #666;
      padding-right: 10px;
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 6;
      line-clamp: 6;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }
      .sub_com_profile .cp0 > .left .cp1 .info.show_text1 {
        overflow: unset;
        display: block; }
    .sub_com_profile .cp0 > .left .cp1 .show_text {
      position: absolute;
      right: 0;
      bottom: 0; }
  .sub_com_profile .cp0 > .left .pro .pro_li {
    margin-bottom: 35px; }
    .sub_com_profile .cp0 > .left .pro .pro_li .pic {
      width: 60px;
      height: 60px;
      margin-right: 19px; }
      .sub_com_profile .cp0 > .left .pro .pro_li .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .sub_com_profile .cp0 > .left .pro .pro_li .desc {
      font-size: 16px;
      color: #666;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
      .sub_com_profile .cp0 > .left .pro .pro_li .desc span {
        position: relative;
        display: block;
        float: left;
        padding-right: 10px;
        margin-right: 10px; }
        .sub_com_profile .cp0 > .left .pro .pro_li .desc span:nth-of-type(1):after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 12px;
          background: #DFDFDF;
          display: block;
          content: ''; }
.sub_com_profile .cp0 > .right {
  width: 300px; }
.sub_com_profile .ap_title {
  margin-top: 25px;
  margin-bottom: 25px; }
  .sub_com_profile .ap_title p {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 9px; }
    .sub_com_profile .ap_title p:after {
      position: absolute;
      display: block;
      content: '';
      width: 20px;
      height: 2px;
      background: #FF4C53;
      bottom: 0;
      left: 0; }
.sub_com_profile .sub_all_posts {
  background: #F1F1F1;
  padding-bottom: 18px; }
  .sub_com_profile .sub_all_posts .ap1 {
    margin: 28px 0 23px 0; }
    .sub_com_profile .sub_all_posts .ap1 > .left {
      font-size: 16px;
      color: #333; }
    .sub_com_profile .sub_all_posts .ap1 > .right {
      font-size: 16px;
      color: #666;
      cursor: pointer;
      background: url("../image/sub_brand/to.png") no-repeat right top 6px;
      padding-right: 18px;
      background-size: 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_com_profile .sub_all_posts .ap1 > .right:hover {
        color: #FF4C53; }
  .sub_com_profile .sub_all_posts .ap2 .ap2_li {
    width: 348px;
    background: #fff;
    margin-right: 15px;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    padding: 21px;
    position: relative;
    cursor: pointer; }
    .sub_com_profile .sub_all_posts .ap2 .ap2_li:after {
      position: absolute;
      width: 0;
      height: 100%;
      display: block;
      content: '';
      background: #F7F8FA;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -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_com_profile .sub_all_posts .ap2 .ap2_li:hover:after {
      width: 100%; }
    .sub_com_profile .sub_all_posts .ap2 .ap2_li:last-of-type {
      margin-right: 0; }
    .sub_com_profile .sub_all_posts .ap2 .ap2_li > a {
      display: block; }
      .sub_com_profile .sub_all_posts .ap2 .ap2_li > a > p {
        position: relative;
        z-index: 2; }
        .sub_com_profile .sub_all_posts .ap2 .ap2_li > a > p span:nth-of-type(1) {
          font-size: 18px;
          color: #333333;
          width: 50%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
        .sub_com_profile .sub_all_posts .ap2 .ap2_li > a > p span:nth-of-type(2) {
          font-size: 18px;
          color: #FF4C53;
          width: 50%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          text-align: center; }
      .sub_com_profile .sub_all_posts .ap2 .ap2_li > a > span {
        position: relative;
        z-index: 2;
        font-size: 16px;
        color: #999;
        margin-top: 14px;
        display: block; }

.recruit_container .ivu-page-item-active {
  border-color: #FF4C53; }
  .recruit_container .ivu-page-item-active a {
    color: #FF4C53; }
.recruit_container .ivu-page-item:hover {
  border-color: #FF4C53; }
  .recruit_container .ivu-page-item:hover a {
    color: #FF4C53; }
.recruit_container .ivu-page-item-jump-next:hover a {
  color: #FF4C53; }
.recruit_container .ivu-page-prev:hover {
  border-color: #FF4C53; }
  .recruit_container .ivu-page-prev:hover a {
    color: #FF4C53; }
.recruit_container .ivu-page-options-elevator:hover input {
  border-color: #FF4C53; }
.recruit_container .ivu-page-options-elevator input:focus {
  border-color: #FF4C53;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
.recruit_container .ivu-page-next:hover {
  border-color: #FF4C53; }
  .recruit_container .ivu-page-next:hover a {
    color: #FF4C53; }
.recruit_container .rc_ul {
  margin-bottom: 8px;
  overflow: hidden; }
  .recruit_container .rc_ul .rc_li {
    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: 24px;
    border: 1px solid #E2E2E2; }
    .recruit_container .rc_ul .rc_li:hover {
      box-shadow: 0 0 8px 0 rgba(255, 76, 83, 0.68);
      margin-left: 5px;
      margin-right: 5px; }
      .recruit_container .rc_ul .rc_li:hover .rc4 p 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); }
    .recruit_container .rc_ul .rc_li:nth-of-type(1) {
      margin-top: 30px; }
    .recruit_container .rc_ul .rc_li .rc0 {
      padding: 27px 0 15px 40px; }
      .recruit_container .rc_ul .rc_li .rc0 .rc1 {
        margin-right: 10px;
        width: 130px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc1 b {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            margin-bottom: 16px; }
          .recruit_container .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(2) {
            font-size: 16px;
            color: #FF4C53 !important; }
      .recruit_container .rc_ul .rc_li .rc0 .rc2 {
        margin-right: 39px;
        width: 250px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc2 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #999;
          font-size: 16px;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc2 span:nth-of-type(1) {
            margin-bottom: 16px; }
      .recruit_container .rc_ul .rc_li .rc0 .rc3 {
        width: 400px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc3 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(1) {
            font-size: 18px;
            color: #555;
            margin-bottom: 16px; }
          .recruit_container .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(2) {
            font-size: 16px;
            color: #999; }
      .recruit_container .rc_ul .rc_li .rc0 .rc4 {
        padding-left: 48px;
        border-left: 1px dashed #E2E6EC;
        padding-right: 50px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc4 p {
          width: 162px;
          height: 82px;
          overflow: hidden; }
          .recruit_container .rc_ul .rc_li .rc0 .rc4 p 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; }
    .recruit_container .rc_ul .rc_li .rc5 {
      background: #F7F7F7;
      height: 36px;
      line-height: 36px; }
      .recruit_container .rc_ul .rc_li .rc5 span {
        border: 1px solid #E0E4ED;
        font-size: 14px;
        color: #555555;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        padding: 2px 10px;
        margin-left: 20px; }

.recruit_choose_type {
  background: #F7F7F7;
  height: 60px;
  margin-top: 42px;
  line-height: 60px; }
  .recruit_choose_type .r1 {
    font-size: 16px;
    color: #333;
    padding-left: 21px;
    float: left; }
  .recruit_choose_type form {
    margin-top: 15px; }
  .recruit_choose_type .layui-input {
    height: 28px;
    background: #f7fafa; }
  .recruit_choose_type .layui-form-select dl dd {
    line-height: 28px; }
  .recruit_choose_type .layui-form-select dl {
    top: 33px; }
  .recruit_choose_type .layui-form-select dl dd.layui-this {
    background: #FF4C53; }

.recruit_top {
  background: #434B5E;
  padding-top: 25px; }
  .recruit_top .z1 p {
    cursor: pointer;
    margin-right: 40px;
    display: inline-block; }
    .recruit_top .z1 p.active span {
      color: #FF4C53;
      border-bottom: 2px solid #FF4C53; }
    .recruit_top .z1 p span {
      font-size: 18px;
      color: #fff;
      padding-bottom: 9px;
      display: inline-block; }
  .recruit_top .z0 .a1 {
    width: 77%;
    margin-bottom: 23px; }
    .recruit_top .z0 .a1 .b1 {
      width: 104px;
      height: 104px;
      margin-right: 21px;
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .recruit_top .z0 .a1 .b1 img {
        object-fit: contain;
        -o-object-fit: contain;
        object-position: contain;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .recruit_top .z0 .a1 .b0 {
      width: 80%; }
      .recruit_top .z0 .a1 .b0 .b2 {
        opacity: 0.9; }
        .recruit_top .z0 .a1 .b0 .b2 b {
          font-size: 32px;
          color: #fff;
          display: block;
          font-weight: normal;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
        .recruit_top .z0 .a1 .b0 .b2 small {
          font-size: 16px;
          color: #fff;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          margin: 7px 0; }
      .recruit_top .z0 .a1 .b0 .b3 {
        *zoom: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        opacity: 0.9;
        margin-top: 9px;
        overflow: hidden;
        height: 23px; }
        .recruit_top .z0 .a1 .b0 .b3:before, .recruit_top .z0 .a1 .b0 .b3:after {
          content: " ";
          display: table; }
        .recruit_top .z0 .a1 .b0 .b3:after {
          clear: both; }
        .recruit_top .z0 .a1 .b0 .b3 span {
          padding: 0 12px;
          border: 1px solid #FF4C53;
          color: #FF4C53;
          font-size: 14px;
          margin-right: 10px;
          float: left;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          display: block; }
  .recruit_top .z0 .a2 {
    width: 23%;
    *zoom: 1; }
    .recruit_top .z0 .a2:before, .recruit_top .z0 .a2:after {
      content: " ";
      display: table; }
    .recruit_top .z0 .a2:after {
      clear: both; }
    .recruit_top .z0 .a2 p {
      float: left;
      text-align: right;
      width: 100px; }
      .recruit_top .z0 .a2 p:nth-of-type(1) {
        margin-right: 76px; }
      .recruit_top .z0 .a2 p b {
        font-size: 34px;
        color: #fff;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .recruit_top .z0 .a2 p small {
        font-size: 14px;
        color: #fff;
        display: block; }

.address_1 {
  height: 38px;
  line-height: 38px;
  padding-left: 15px; }
  .address_1 span {
    color: #666;
    font-size: 16px;
    padding-left: 8px; }

.recruit_detail_container {
  margin-top: 32px; }
  .recruit_detail_container > .right {
    width: 284px; }
    .recruit_detail_container > .right .all_job_btn {
      width: 100%;
      height: 42px;
      border: 1px solid #FF4C53;
      display: block;
      text-align: center;
      line-height: 42px;
      font-size: 16px;
      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; }
      .recruit_detail_container > .right .all_job_btn:hover {
        background: #FF4C53;
        color: #fff; }
    .recruit_detail_container > .right .similar_positions1 > li {
      padding-bottom: 20px;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .recruit_detail_container > .right .similar_positions1 > li .line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #E2E6EC;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .recruit_detail_container > .right .similar_positions1 > li .line1 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #FF4C53;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .recruit_detail_container > .right .similar_positions1 > li:hover > .right img {
        -webkit-transform: scale(0.93) translateZ(0);
        -moz-transform: scale(0.93) translateZ(0);
        -ms-transform: scale(0.93) translateZ(0);
        -o-transform: scale(0.93) translateZ(0);
        transform: scale(0.93) translateZ(0);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
      .recruit_detail_container > .right .similar_positions1 > li:hover .line {
        width: 0; }
      .recruit_detail_container > .right .similar_positions1 > li:hover .line1 {
        width: 100%; }
      .recruit_detail_container > .right .similar_positions1 > li > .left {
        width: 208px; }
        .recruit_detail_container > .right .similar_positions1 > li > .left p {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
          .recruit_detail_container > .right .similar_positions1 > li > .left p:nth-of-type(1) span:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            margin-right: 10px; }
          .recruit_detail_container > .right .similar_positions1 > li > .left p:nth-of-type(1) span:nth-of-type(2) {
            font-size: 18px;
            color: #FF4C53; }
          .recruit_detail_container > .right .similar_positions1 > li > .left p:nth-of-type(2) {
            font-size: 16px;
            color: #999;
            display: block;
            margin-top: 9px; }
      .recruit_detail_container > .right .similar_positions1 > li > .right {
        width: 60px;
        height: 60px; }
        .recruit_detail_container > .right .similar_positions1 > li > .right img {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
    .recruit_detail_container > .right .update {
      font-size: 14px;
      color: #bbb;
      margin-bottom: 40px; }
    .recruit_detail_container > .right .son_rdc6 li {
      margin-bottom: 26px; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(1) {
        background: url("../image/sub_brand/c1.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(2) {
        background: url("../image/sub_brand/c2.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(3) {
        background: url("../image/sub_brand/c3.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(4) {
        background: url("../image/sub_brand/c4.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li span {
        font-size: 16px;
        color: #333;
        padding-left: 38px; }
    .recruit_detail_container > .right .son_rdc5 {
      margin-bottom: 23px; }
      .recruit_detail_container > .right .son_rdc5 p {
        width: 60px;
        height: 60px;
        margin-right: 17px; }
        .recruit_detail_container > .right .son_rdc5 p img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
      .recruit_detail_container > .right .son_rdc5 span {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 60px; }
    .recruit_detail_container > .right .rdc_title2 {
      *zoom: 1;
      margin-bottom: 20px;
      margin-top: 50px; }
      .recruit_detail_container > .right .rdc_title2:before, .recruit_detail_container > .right .rdc_title2:after {
        content: " ";
        display: table; }
      .recruit_detail_container > .right .rdc_title2:after {
        clear: both; }
      .recruit_detail_container > .right .rdc_title2 p:nth-of-type(1) {
        float: left;
        font-size: 16px;
        color: #333; }
      .recruit_detail_container > .right .rdc_title2 p:nth-of-type(2) {
        float: right;
        font-size: 16px;
        color: #bbb;
        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; }
        .recruit_detail_container > .right .rdc_title2 p:nth-of-type(2):hover {
          color: #FF4C53; }
  .recruit_detail_container > .left {
    width: 836px; }
    .recruit_detail_container > .left .rec_job_list {
      border: 1px solid #D8D9DE;
      padding: 22px 24px 60px 24px;
      position: relative; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-prev, .recruit_detail_container > .left .rec_job_list .swiper-button-next {
        background-size: 10px; }
        .recruit_detail_container > .left .rec_job_list .swiper-button-prev:focus, .recruit_detail_container > .left .rec_job_list .swiper-button-next:focus {
          outline: none; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 28px; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin-right: 8px; }
        .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet:focus {
          outline: none; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet-active {
        background: #FF4C53; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-next {
        background-image: url("../image/sub_brand/right.png");
        right: 10px;
        top: 340px; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-prev {
        background-image: url("../image/sub_brand/right.png");
        transform: rotate(-180deg);
        left: 10px;
        top: 340px; }
      .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span {
        display: block; }
        .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span:nth-of-type(1) {
          font-size: 18px;
          color: #333; }
        .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span:nth-of-type(2) {
          font-size: 14px;
          color: #999; }
      .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(2) {
        font-size: 18px;
        color: #FF4C53; }
    .recruit_detail_container > .left .rec_company {
      margin-top: 30px; }
      .recruit_detail_container > .left .rec_company p:nth-of-type(1) {
        margin-bottom: 4px;
        font-size: 16px;
        color: #333;
        font-weight: bolder; }
      .recruit_detail_container > .left .rec_company p:nth-of-type(2) span {
        font-size: 16px;
        color: #666;
        margin-right: 24px; }
    .recruit_detail_container > .left .rdc4 p {
      font-size: 16px;
      color: #666;
      background: #fff url("../image/sub_brand/add1.png") no-repeat left 15px center;
      padding-left: 38px;
      padding-top: 13px;
      padding-bottom: 13px; }
    .recruit_detail_container > .left .rdc3 > p {
      font-size: 16px;
      color: #333;
      margin-bottom: 15px; }
    .recruit_detail_container > .left .rdc3 .a1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px; }
      .recruit_detail_container > .left .rdc3 .a1 p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .recruit_detail_container > .left .rdc3 .a1 p span {
          font-size: 16px;
          color: #999; }
        .recruit_detail_container > .left .rdc3 .a1 p b {
          font-size: 16px;
          color: #333; }
    .recruit_detail_container > .left .rdc2 {
      *zoom: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      opacity: 0.9;
      margin-top: 9px;
      overflow: hidden;
      height: 23px; }
      .recruit_detail_container > .left .rdc2:before, .recruit_detail_container > .left .rdc2:after {
        content: " ";
        display: table; }
      .recruit_detail_container > .left .rdc2:after {
        clear: both; }
      .recruit_detail_container > .left .rdc2 span {
        padding: 0 12px;
        border: 1px solid #BBBBBB;
        color: #BBBBBB;
        font-size: 14px;
        margin-right: 10px;
        float: left;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        display: block; }
    .recruit_detail_container > .left .rdc1 {
      position: relative; }
      .recruit_detail_container > .left .rdc1 .info {
        width: 100%;
        font-size: 16px;
        color: #666;
        padding-right: 10px;
        overflow: hidden;
        line-height: 30px; }
      .recruit_detail_container > .left .rdc1 .show_text {
        position: absolute;
        right: 0;
        bottom: 0; }
    .recruit_detail_container > .left .ap_title {
      margin-top: 25px;
      margin-bottom: 25px; }
      .recruit_detail_container > .left .ap_title p {
        font-size: 16px;
        color: #333;
        position: relative;
        padding-bottom: 9px; }
        .recruit_detail_container > .left .ap_title p:after {
          position: absolute;
          display: block;
          content: '';
          width: 20px;
          height: 2px;
          background: #FF4C53;
          bottom: 0;
          left: 0; }
    .recruit_detail_container > .left .rdc0 .a1 {
      width: 60px;
      height: 60px;
      margin-right: 18px; }
      .recruit_detail_container > .left .rdc0 .a1 img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
    .recruit_detail_container > .left .rdc0 .a2 b {
      font-size: 20px;
      color: #333;
      display: block; }
    .recruit_detail_container > .left .rdc0 .a2 span {
      font-size: 16px;
      color: #999;
      display: block;
      margin-top: 4px; }

.recruit_detail_top {
  background: #434B5E;
  padding-top: 23px;
  padding-bottom: 33px; }
  .recruit_detail_top .rdt0 .rdt1 {
    font-size: 16px;
    color: #fff;
    opacity: 0.8; }
  .recruit_detail_top .rdt0 .rdt2 {
    padding-top: 8px; }
    .recruit_detail_top .rdt0 .rdt2 span {
      font-size: 32px;
      color: #fff;
      margin-right: 17px; }
    .recruit_detail_top .rdt0 .rdt2 b {
      font-size: 30px;
      color: #F96943; }
  .recruit_detail_top .rdt0 .rdt3 {
    padding: 10px 0; }
    .recruit_detail_top .rdt0 .rdt3 span {
      font-size: 16px;
      color: #fff;
      opacity: 0.8; }
    .recruit_detail_top .rdt0 .rdt3 i {
      font-size: 16px;
      color: #fff;
      opacity: 0.8;
      font-weight: normal;
      padding-left: 6px;
      padding-right: 6px; }
  .recruit_detail_top .rdt0 .rdt4 {
    *zoom: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    opacity: 0.9;
    margin-top: 9px;
    overflow: hidden;
    height: 23px; }
    .recruit_detail_top .rdt0 .rdt4:before, .recruit_detail_top .rdt0 .rdt4:after {
      content: " ";
      display: table; }
    .recruit_detail_top .rdt0 .rdt4:after {
      clear: both; }
    .recruit_detail_top .rdt0 .rdt4 span {
      padding: 0 12px;
      border: 1px solid #FF4C53;
      color: #FF4C53;
      font-size: 14px;
      margin-right: 10px;
      float: left;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      display: block; }

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