a {
  text-decoration: none; }

.card-custombiennial[data-style="3"] {
  background: red;
  margin: 0; }
  .card-custombiennial[data-style="3"] .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1180px;
    margin: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, yellow), color-stop(30%, red));
    background: linear-gradient(90deg, yellow 70%, red 30%);
    height: 100vh; }
    @media only screen and (max-width: 1179px) {
      .card-custombiennial[data-style="3"] .main {
        width: 100%; } }
    @media only screen and (max-width: 580px) {
      .card-custombiennial[data-style="3"] .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: yellow; } }
    .card-custombiennial[data-style="3"] .main .text-wrapper {
      display: none;
      text-align: center; }
      .card-custombiennial[data-style="3"] .main .text-wrapper .text {
        color: #ff3366;
        font-style: italic;
        padding: 0 20px; }
        .card-custombiennial[data-style="3"] .main .text-wrapper .text:first-child {
          font-size: 3.5rem; }
        .card-custombiennial[data-style="3"] .main .text-wrapper .text:last-child {
          font-size: 2.5rem; }
      .card-custombiennial[data-style="3"] .main .text-wrapper .logo img {
        width: 80%; }
      @media only screen and (max-width: 580px) {
        .card-custombiennial[data-style="3"] .main .text-wrapper {
          display: block;
          margin: 20px 0; } }
    .card-custombiennial[data-style="3"] .main .left-part {
      width: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      @media only screen and (max-width: 580px) {
        .card-custombiennial[data-style="3"] .main .left-part {
          display: block;
          -ms-flex-preferred-size: unset;
              flex-basis: unset;
          padding: 0 10px;
          overflow: visible; } }
      .card-custombiennial[data-style="3"] .main .left-part .text {
        color: #ff3366;
        font-size: 5.5rem;
        font-style: italic;
        text-align: right;
        margin-right: 30px; }
        @media only screen and (max-width: 580px) {
          .card-custombiennial[data-style="3"] .main .left-part .text {
            display: none; } }
    .card-custombiennial[data-style="3"] .main .lang-en-box, .card-custombiennial[data-style="3"] .main .lang-cn-box {
      display: block;
      margin: 20px 0;
      position: relative;
      z-index: 1; }
      .card-custombiennial[data-style="3"] .main .lang-en-box .lang-choose, .card-custombiennial[data-style="3"] .main .lang-cn-box .lang-choose {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        width: 320px;
        height: 185px;
        display: block; }
        @media only screen and (max-width: 580px) {
          .card-custombiennial[data-style="3"] .main .lang-en-box .lang-choose, .card-custombiennial[data-style="3"] .main .lang-cn-box .lang-choose {
            width: 100%;
            background-size: contain; } }
        .card-custombiennial[data-style="3"] .main .lang-en-box .lang-choose:hover, .card-custombiennial[data-style="3"] .main .lang-cn-box .lang-choose:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .card-custombiennial[data-style="3"] .main .lang-en-box .lang-choose {
      background-image: url("../../../images/en01.jpg"); }
    .card-custombiennial[data-style="3"] .main .lang-cn-box .lang-choose {
      background-image: url("../../../images/cn01.jpg"); }
    .card-custombiennial[data-style="3"] .main .right-part {
      width: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      position: relative; }
      .card-custombiennial[data-style="3"] .main .right-part .main-text {
        color: #fff;
        font-size: 3.5rem;
        font-style: italic;
        padding: 0 5px;
        white-space: nowrap; }
        @media only screen and (max-width: 1179px) {
          .card-custombiennial[data-style="3"] .main .right-part .main-text {
            white-space: unset; } }
      @media only screen and (max-width: 580px) {
        .card-custombiennial[data-style="3"] .main .right-part {
          display: none; } }
      .card-custombiennial[data-style="3"] .main .right-part .text-outbox {
        position: absolute;
        left: -310px;
        top: -150px;
        pointer-events: none; }
        @media only screen and (max-width: 1179px) {
          .card-custombiennial[data-style="3"] .main .right-part .text-outbox {
            top: -107px; } }
        @media only screen and (max-width: 800px) {
          .card-custombiennial[data-style="3"] .main .right-part .text-outbox {
            display: none; } }
        .card-custombiennial[data-style="3"] .main .right-part .text-outbox .text {
          -webkit-transform: scaleY(-1) rotate(270deg);
                  transform: scaleY(-1) rotate(270deg);
          -webkit-filter: FlipH;
                  filter: FlipH;
          width: 620px;
          font-size: 1.8rem;
          line-height: 30px;
          color: #555555;
          font-style: unset;
          padding: 0; }
          @media only screen and (max-width: 800px) {
            .card-custombiennial[data-style="3"] .main .right-part .text-outbox .text {
              color: rgba(85, 85, 85, 0.5); } }
        .card-custombiennial[data-style="3"] .main .right-part .text-outbox .logo {
          position: absolute;
          right: -62px;
          top: 272px; }
          .card-custombiennial[data-style="3"] .main .right-part .text-outbox .logo img {
            width: 80%; }
    .card-custombiennial[data-style="3"] .main .bottom-part {
      display: none; }
      .card-custombiennial[data-style="3"] .main .bottom-part img {
        width: 70%; }
      @media only screen and (max-width: 580px) {
        .card-custombiennial[data-style="3"] .main .bottom-part {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
