.c-page-container {
  min-width: 1400px; }

.brand-banner {
  width: 100%;
  height: 400px; }
  .brand-banner .swiper-container {
    width: 100%;
    height: 400px; }
  .brand-banner .banner {
    display: block;
    width: 100%;
    height: 400px;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    left: 0px; }
  .brand-banner .banner-01 {
    background-image: url(../img/banner-01.png); }
  .brand-banner .banner-02 {
    background-image: url(../img/banner-02.png); }
  .brand-banner .banner-03 {
    background-image: url(../img/banner-03.png); }
  .brand-banner .banner-04 {
    background-image: url(../img/banner-04.png); }

.brand-search-wrap {
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(214, 214, 214, 0.5);
  width: 1180px;
  /*min-height: 122px;*/
  margin: -40px auto 0;
  padding: 20px 24px;
  position: relative;
  z-index: 1; }
  .brand-search-wrap .brand-search-bar {
    height: 50px; }
    .brand-search-wrap .brand-search-bar .input-wrap {
      float: left;
      border: 2px solid #ff6a00;
      width: 950px;
      height: 100%;
      padding: 5px 0;
      font-size: 0; }
      .brand-search-wrap .brand-search-bar .input-wrap .selector {
        display: inline-block;
        width: 130px;
        height: 100%;
        line-height: 36px;
        min-width: 0;
        border-right: 1px solid #dadada;
        font-size: 14px; }
        .brand-search-wrap .brand-search-bar .input-wrap .selector .placeholder {
          display: inline-block;
          width: 129px;
          height: 36px; }
        .brand-search-wrap .brand-search-bar .input-wrap .selector .layui-form .layui-input-block {
          margin-left: 0px; }
          .brand-search-wrap .brand-search-bar .input-wrap .selector .layui-form .layui-input-block .layui-form-select .layui-input {
            border: none; }
          .brand-search-wrap .brand-search-bar .input-wrap .selector .layui-form .layui-input-block .layui-form-select dl dd.layui-this {
            background-color: #ff6a00; }
      .brand-search-wrap .brand-search-bar .input-wrap .input {
        display: inline-block;
        width: 674px;
        height: 36px;
        color: #181818;
        border-radius: 0; }
        .brand-search-wrap .brand-search-bar .input-wrap .input input {
          width: 100%;
          height: 34px;
          padding: 0 12px;
          margin: 0;
          border: none;
          outline: none;
          font-size: 14px;
          font-weight: 400;
          vertical-align: bottom;
          background-color: transparent;
          color: #181818; }
    .brand-search-wrap .brand-search-bar a.search-btn,
    .brand-search-wrap .brand-search-bar a.select-btn {
      display: inline-block;
      width: 150px;
      height: 50px;
      margin-right: 10px;
      padding: 0 24px;
      vertical-align: top;
      color: #fff;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      background-color: #ff6a00;
      cursor: pointer;
      transition: all 0.1s linear; }
      .brand-search-wrap .brand-search-bar a.search-btn:hover,
      .brand-search-wrap .brand-search-bar a.select-btn:hover {
        opacity: 0.7; }
    .brand-search-wrap .brand-search-bar a.select-btn {
      width: 160px;
      margin-right: 0px;
      margin-left: -3px;
      border: 1px solid #ff6a00;
      color: #ff6a00;
      background: transparent; }
      .brand-search-wrap .brand-search-bar a.select-btn:hover {
        color: white;
        background: #ff6a00;
        opacity: 1; }
  .brand-search-wrap .brand-search-bottom {
    margin-top: 12px; }
    .brand-search-wrap .brand-search-bottom .products-box {
      display: inline-block;
      height: 24px; }
      .brand-search-wrap .brand-search-bottom .products-box .product {
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0px;
        line-height: 28px; }
        .brand-search-wrap .brand-search-bottom .products-box .product a {
          text-decoration: none;
          color: #3d3d3d;
          letter-spacing: 1px;
          cursor: pointer; }
          .brand-search-wrap .brand-search-bottom .products-box .product a b {
            display: inline-block;
            font-weight: 400;
            color: #ff6a00;
            margin-right: 10px; }
          .brand-search-wrap .brand-search-bottom .products-box .product a em {
            font-style: normal;
            color: #595959; }

.brand-ad {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 26px; }
  .brand-ad .card-list .list-item {
    float: left;
    border: 1px solid #e4e4e4;
    width: 380px;
    height: 111.6px;
    margin-right: 20px;
    padding: 16px 16px 0 18px;
    background: url(../img/card-bg.png) no-repeat;
    background-size: 100% 100%; }
    .brand-ad .card-list .list-item:hover {
      box-shadow: 0 2px 6px 2px rgba(219, 219, 219, 0.5); }
    .brand-ad .card-list .list-item .ad-cont {
      display: inline-block;
      width: 256px; }
      .brand-ad .card-list .list-item .ad-cont .title {
        text-align: left;
        line-height: 22px;
        font-size: 16px;
        color: #181818; }
      .brand-ad .card-list .list-item .ad-cont .desc {
        display: block;
        margin-top: 8px;
        line-height: 18px;
        font-size: 14px;
        color: #3d3d3d; }
        .brand-ad .card-list .list-item .ad-cont .desc b {
          font-weight: 400;
          color: #ff6a00; }
      .brand-ad .card-list .list-item .ad-cont .link {
        display: inline-block;
        margin-top: 12px;
        line-height: 24px;
        font-size: 12px;
        color: #ff6a00; }
  .brand-ad .card-list .list-item-1 {
    background: url(../img/card-bg.png) no-repeat;
    background-size: 100% 100%; }
  .brand-ad .card-list .list-item-2 {
    background: url(../img/TB1SCR2XipE_u4jSZKbXXbCUVXa-760-224.png) no-repeat;
    background-size: 100% 100%; }
  .brand-ad .card-list .list-item-3 {
    background: url(../img/TB1LTNmMXP7gK0jSZFjXXc5aXXa-760-224.png) no-repeat;
    background-size: 100% 100%; }

.rec-wrap .floor {
  padding: 50px 0px 0px;
  background-color: transparent;
  height: auto;
  display: block; }
  .rec-wrap .floor .floor-row {
    padding: 0px;
    max-width: 1180px;
    margin: 0 auto; }
    .rec-wrap .floor .floor-row .rec-cont .title {
      text-align: center;
      line-height: 36px;
      font-size: 28px; }
    .rec-wrap .floor .floor-row .rec-cont .tips {
      text-align: center;
      margin-top: 10px;
      line-height: 20px; }
      .rec-wrap .floor .floor-row .rec-cont .tips span {
        color: #3d3d3d;
        margin-right: 40px; }
        .rec-wrap .floor .floor-row .rec-cont .tips span img {
          width: 18px;
          margin-right: 10px;
          vertical-align: text-bottom; }

.brand-maintain-wrap .floor {
  padding: 30px 0px 0px;
  background-color: transparent;
  height: auto;
  display: block; }
  .brand-maintain-wrap .floor .floor-row {
    padding: 0px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
.brand-maintain-wrap .brand-maintain .title {
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  font-size: 28px; }
.brand-maintain-wrap .brand-maintain .sub-title {
  text-align: center;
  margin-top: 10px;
  line-height: 20px; }

.extra-service-wrap .floor {
  padding: 0px;
  background-color: #f6f7f9;
  height: auto;
  display: block; }
  .extra-service-wrap .floor .floor-row {
    padding: 50px 0px 0px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
.extra-service-wrap .extra-service .domain-title {
  text-align: center; }
  .extra-service-wrap .extra-service .domain-title .title {
    font-size: 28px;
    color: #181818;
    font-family: PingFangSC-Regular; }
  .extra-service-wrap .extra-service .domain-title .sub-title {
    margin-top: 8px;
    line-height: 26px;
    font-size: 14px;
    color: #73777a;
    display: block; }
    .extra-service-wrap .extra-service .domain-title .sub-title a {
      color: #fe6a00; }
.extra-service-wrap .extra-service .domain-cont {
  background: #fff;
  height: auto;
  margin-top: 45px; }
  .extra-service-wrap .extra-service .domain-cont:after {
    display: block;
    height: 57px;
    content: '';
    background-color: #f6f7f9; }
  .extra-service-wrap .extra-service .domain-cont .card-list {
    height: 409px; }
    .extra-service-wrap .extra-service .domain-cont .card-list .left-block {
      float: left;
      width: 237px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: 0 100%;
      color: #fff;
      padding: 24px 18px;
      background-color: #ff6900; }
      .extra-service-wrap .extra-service .domain-cont .card-list .left-block h6 {
        line-height: 25px;
        font-family: PingFangSC-Medium;
        font-size: 18px;
        margin-bottom: 12px;
        color: #fff;
        font-weight: 500; }
      .extra-service-wrap .extra-service .domain-cont .card-list .left-block p {
        line-height: 24px;
        font-size: 14px;
        color: #fff; }
    .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link {
      float: left;
      width: 235.7px;
      border-right: 1px solid #eaeaea;
      height: 263px;
      padding: 32px 0 0;
      text-align: center;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link:hover {
        box-shadow: 0 2px 6px 2px rgba(219, 219, 219, 0.5); }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link img {
        max-width: 58.7px;
        max-height: 58.7px; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link .item-content .item-title {
        margin-top: 22px;
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #181818; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link .item-content .item-desc {
        margin: 10px auto 0;
        height: 51px;
        width: 194px;
        line-height: 17px;
        color: #7f7f7f;
        font-size: 12px; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link .item-content .price-box {
        margin-top: 12px;
        line-height: 26px;
        font-size: 12px;
        color: #181818;
        letter-spacing: 0.7px; }
        .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link .item-content .price-box .price {
          line-height: 26px;
          font-size: 14px;
          color: #ff6a00;
          letter-spacing: 0.81px; }
          .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-link .item-content .price-box .price b {
            font-weight: 400;
            line-height: 26px;
            font-family: PingFangSC-Medium;
            font-size: 24px;
            color: #ff6a00;
            letter-spacing: 0.98px; }
    .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link {
      float: left;
      width: 471px;
      height: 146px;
      border-top: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      padding: 26px 28px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link:hover {
        box-shadow: 0 2px 6px 2px rgba(219, 219, 219, 0.5); }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link:after {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link img {
        float: left;
        width: 48px;
        margin-right: 24px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content {
        display: inline-block; }
        .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .item-title {
          line-height: 22px;
          font-size: 16px;
          color: #181818; }
          .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .item-title .corner {
            color: #ff6a00;
            letter-spacing: 0.33px; }
        .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .item-desc {
          margin-top: 8px;
          max-width: 342px;
          height: 34px;
          line-height: 17px;
          color: #7f7f7f;
          font-size: 12px; }
        .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .price-box {
          line-height: 26px;
          font-size: 12px;
          color: #181818;
          letter-spacing: 0.7px;
          margin-top: 8px; }
          .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .price-box .price {
            line-height: 26px;
            font-size: 14px;
            color: #ff6a00;
            letter-spacing: 0.81px; }
            .extra-service-wrap .extra-service .domain-cont .card-list .right-block .ace-bottom-link .item-content .price-box .price b {
              font-weight: 400;
              line-height: 26px;
              font-family: PingFangSC-Medium;
              font-size: 24px;
              color: #ff6a00;
              letter-spacing: 0.98px; }

.bottom-ad .ace-test-card-counts-display {
  height: 150px;
  position: relative;
  color: #fff; }
  .bottom-ad .ace-test-card-counts-display .module-title {
    display: inline-block;
    height: 100%;
    width: 35%;
    text-align: center;
    line-height: 150px;
    font-size: 32px;
    font-weight: 600; }
  .bottom-ad .ace-test-card-counts-display .count-unit-wrapper {
    height: 100%;
    width: 65%;
    float: right;
    font-size: 0px; }
    .bottom-ad .ace-test-card-counts-display .count-unit-wrapper .count-unit-item {
      display: inline-block;
      width: 33.3%;
      margin-top: 45px; }
      .bottom-ad .ace-test-card-counts-display .count-unit-wrapper .count-unit-item .text {
        font-size: 18px;
        font-family: PingFangSC-Regular; }
      .bottom-ad .ace-test-card-counts-display .count-unit-wrapper .count-unit-item .count {
        font-size: 32px;
        font-family: Roboto-Medium;
        font-weight: 600; }
        .bottom-ad .ace-test-card-counts-display .count-unit-wrapper .count-unit-item .count .unit {
          margin-left: 4px;
          font-size: 20px;
          font-family: PingFangSC-Medium; }
  .bottom-ad .ace-test-card-counts-display .module-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .bottom-ad .ace-test-card-counts-display .placeholder-image {
    background-image: linear-gradient(180deg, #414448 10%, #242323 88%); }

.advantage-wrap .floor {
  background-color: white;
  height: auto;
  display: block; }
  .advantage-wrap .floor .floor-row {
    padding: 0px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
.advantage-wrap .advantage {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0px 0px; }
  .advantage-wrap .advantage .domain-title {
    text-align: center;
    margin-bottom: 30px; }
    .advantage-wrap .advantage .domain-title .title {
      font-size: 28px;
      color: #181818;
      line-height: 42px; }
    .advantage-wrap .advantage .domain-title .sub-title {
      font-size: 14px;
      margin-top: 8px;
      line-height: 26px;
      color: #73777a;
      display: block; }
      .advantage-wrap .advantage .domain-title .sub-title a {
        color: #fe6a00; }
  .advantage-wrap .advantage .domain-cont .advantage {
    padding: 8px;
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .advantage-wrap .advantage .domain-cont .advantage {
      padding: 0; } }
  .advantage-wrap .advantage .domain-cont .advantage li {
    text-align: center;
    width: 24%;
    height: 200px;
    float: left;
    margin-right: 15px;
    list-style: none; }
  @media screen and (max-width: 768px) {
    .advantage-wrap .advantage .domain-cont .advantage li {
      width: 50% !important;
      margin-right: 0;
      height: 125px; } }
  .advantage-wrap .advantage .domain-cont .advantage li:last-of-type {
    margin: 0; }
  .advantage-wrap .advantage .domain-cont .advantage li img {
    width: auto;
    height: 56px;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .advantage-wrap .advantage .domain-cont .advantage li img {
      height: 32px; } }
  .advantage-wrap .advantage .domain-cont .advantage li .title {
    line-height: 28px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #373d41;
    letter-spacing: 0.5px;
    margin: 24px 0 8px;
    height: 28px;
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    .advantage-wrap .advantage .domain-cont .advantage li .title {
      font-size: 14px;
      font-weight: 600;
      margin: 0; } }
  .advantage-wrap .advantage .domain-cont .advantage li .cont {
    line-height: 24px;
    font-size: 14px;
    color: #373d41;
    width: 86%;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    line-height: 22px;
    color: #73777a; }
  @media screen and (max-width: 768px) {
    .advantage-wrap .advantage .domain-cont .advantage li .cont {
      font-size: 12px;
      height: 44px;
      overflow: hidden; } }

.brand-copyright-service-wrap .ace-trademark-video {
  font-family: PingFangSC-Regular;
  color: #fff; }
  .brand-copyright-service-wrap .ace-trademark-video .top-video {
    width: 100%;
    height: 430px;
    padding: 38px 0 0;
    background-size: auto 100%;
    background-position: 0;
    background-repeat: no-repeat;
    background-color: #ffa350; }
  .brand-copyright-service-wrap .ace-trademark-video .inner-box {
    width: 1180px;
    margin: 0 auto; }
  .brand-copyright-service-wrap .ace-trademark-video .copy-writer {
    float: left;
    max-width: 510px; }
    .brand-copyright-service-wrap .ace-trademark-video .copy-writer h5 {
      line-height: 42px;
      font-family: PingFangSC-Semibold;
      font-size: 30px;
      color: #fff;
      letter-spacing: 2.14px; }
    .brand-copyright-service-wrap .ace-trademark-video .copy-writer .cont {
      line-height: 20px;
      font-size: 14px;
      color: #fff;
      letter-spacing: 1px;
      margin-top: 12px; }
  .brand-copyright-service-wrap .ace-trademark-video .video-wrap {
    display: inline-block;
    margin-left: 43px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    width: 579px;
    height: 362px;
    position: relative; }
    .brand-copyright-service-wrap .ace-trademark-video .video-wrap img {
      width: 100%;
      height: 100%; }
    .brand-copyright-service-wrap .ace-trademark-video .video-wrap .mark {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .brand-copyright-service-wrap .ace-trademark-video .video-wrap .play-btn {
      width: 56px;
      height: 56px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .brand-copyright-service-wrap .ace-trademark-video .video-wrap .play-btn img {
        display: block;
        width: 100%;
        height: 100%; }
      .brand-copyright-service-wrap .ace-trademark-video .video-wrap .play-btn:hover .play-base {
        display: none; }
      .brand-copyright-service-wrap .ace-trademark-video .video-wrap .play-btn:hover .play-hover {
        display: block; }
      .brand-copyright-service-wrap .ace-trademark-video .video-wrap .play-btn .play-hover {
        display: none; }
  .brand-copyright-service-wrap .ace-trademark-video .layer {
    display: block;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    opacity: 0.85;
    background: rgba(23, 23, 23, 0.8);
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    z-index: 10; }
    .brand-copyright-service-wrap .ace-trademark-video .layer .layer-img {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: 50%; }
    .brand-copyright-service-wrap .ace-trademark-video .layer img {
      height: 100%;
      width: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

.rec-wrap .rec-cont .card-list,
.brand-maintain-wrap .brand-maintain .card-list {
  margin-top: 45px; }
  .rec-wrap .rec-cont .card-list .item-card,
  .brand-maintain-wrap .brand-maintain .card-list .item-card {
    margin-bottom: 20px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #ededed;
    width: 380px;
    min-height: 342px;
    float: left;
    position: relative; }
    .rec-wrap .rec-cont .card-list .item-card .corner,
    .brand-maintain-wrap .brand-maintain .card-list .item-card .corner {
      position: absolute;
      top: -9px;
      right: -10px;
      width: 84px; }
    .rec-wrap .rec-cont .card-list .item-card .content,
    .brand-maintain-wrap .brand-maintain .card-list .item-card .content {
      width: 100%;
      height: 302px;
      padding: 0 20px; }
      .rec-wrap .rec-cont .card-list .item-card .content .cont-top,
      .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-top {
        padding: 18px 0 15px;
        border-bottom: 1px solid #ebecec;
        min-height: 112px;
        background-repeat: no-repeat;
        background-size: auto 165%;
        background-position: 100% 0; }
        .rec-wrap .rec-cont .card-list .item-card .content .cont-top h5,
        .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-top h5 {
          margin-bottom: 11px;
          line-height: 30px;
          font-size: 20px;
          font-weight: 400; }
        .rec-wrap .rec-cont .card-list .item-card .content .cont-top .desc-top,
        .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-top .desc-top {
          width: 96%;
          text-align: justify;
          line-height: 18px;
          font-size: 12px;
          color: #999;
          letter-spacing: 0.56px; }
      .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom,
      .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom {
        padding-left: 3px; }
        .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .points,
        .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .points {
          margin-top: 16px;
          max-height: 65px; }
          .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .points li,
          .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .points li {
            margin-bottom: 4px;
            text-align: justify;
            line-height: 18px;
            letter-spacing: 0.56px;
            font-size: 12px;
            color: #181818; }
            .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .points li img,
            .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .points li img {
              width: 14px;
              height: 14px;
              vertical-align: middle;
              margin-right: 8px; }
        .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .tags,
        .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .tags {
          margin-top: 16px;
          height: 20px; }
          .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .tags a,
          .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .tags a {
            padding: 0 10px;
            background-image: url(../img/tag-bg.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            color: #fff; }
        .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .price-wrap,
        .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .price-wrap {
          margin-top: 12px;
          height: 49px;
          position: absolute;
          left: 23px; }
          .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .price-wrap .price-num,
          .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .price-wrap .price-num {
            line-height: 26px;
            letter-spacing: 0.7px;
            font-size: 14px;
            font-weight: 400; }
            .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .price-wrap .price-num .price,
            .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .price-wrap .price-num .price {
              color: #ff6a00;
              line-height: 26px;
              font-size: 14px;
              letter-spacing: 0.81px; }
              .rec-wrap .rec-cont .card-list .item-card .content .cont-bottom .price-wrap .price-num .price b,
              .brand-maintain-wrap .brand-maintain .card-list .item-card .content .cont-bottom .price-wrap .price-num .price b {
                font-weight: 400;
                line-height: 26px;
                font-family: PingFangSC-Medium;
                font-size: 30px;
                letter-spacing: 1.22px; }
    .rec-wrap .rec-cont .card-list .item-card .action::after,
    .brand-maintain-wrap .brand-maintain .card-list .item-card .action::after {
      display: block;
      content: '';
      clear: both; }
    .rec-wrap .rec-cont .card-list .item-card .action a.btn-primary,
    .brand-maintain-wrap .brand-maintain .card-list .item-card .action a.btn-primary {
      width: 100%;
      min-width: 189px;
      height: 40px;
      line-height: 36px;
      font-size: 14px;
      letter-spacing: 0.57px;
      color: #fff;
      border-style: solid;
      background-color: #ff6a00;
      border-color: transparent;
      position: relative;
      text-align: center;
      transition: all 0.1s linear;
      float: left;
      cursor: pointer; }
    .rec-wrap .rec-cont .card-list .item-card .action a.btn-secondary,
    .brand-maintain-wrap .brand-maintain .card-list .item-card .action a.btn-secondary {
      min-width: 189px;
      height: 40px;
      line-height: 36px;
      font-size: 14px;
      letter-spacing: 0.57px;
      cursor: pointer;
      position: relative;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #ff6a00;
      color: #ff6a00;
      float: left;
      transition: all 0.1s linear; }
      .rec-wrap .rec-cont .card-list .item-card .action a.btn-secondary:hover,
      .brand-maintain-wrap .brand-maintain .card-list .item-card .action a.btn-secondary:hover {
        color: #fff;
        background-color: #ff6a00;
        border-color: #ff6a00;
        text-decoration: none; }

/*# sourceMappingURL=brand.css.map */

.rec-wrap .rec-cont .card-list .item-card .action a.btn-primary.jqqd, .brand-maintain-wrap .brand-maintain .card-list .item-card .action a.btn-primary.jqqd{
	background: #ebecec; font-weight: bold;
}