html {
  font-size: 100px;
}

.nav {
  width: 60%;
}

.nav ul li {
  width: 11.11111111%;
}

.w1440 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.investor {
  background-color: #fafafa;
  line-height: 1;
}
.investor .a_dw {
  top: -50px;
  position: relative;
}
.investor *, .investor *:before, .investor *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.investor img {
  -o-object-fit: cover;
     object-fit: cover;
}
.investor .section1 {
  padding-top: 1rem;
}
.investor .section1 .w1440 {
  background: url(../images/investor19.png) no-repeat left center/cover;
  border: solid 1px #dddddd;
}
.investor .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 3.4722222222% 0.52rem 4.1666666667%;
}
.investor .section1 .left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 4.8611111111%;
}
.investor .section1 .left.red {
  --left-color: #c7000b;
}
.investor .section1 .left.green {
  --left-color: #1b8254;
}
.investor .section1 .left.green .left-title::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.investor .section1 .left-title {
  margin-bottom: 0.21rem;
}
.investor .section1 .left-title::after {
  position: relative;
  content: "";
  border-bottom: 0.13rem solid var(--left-color);
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  display: inline-block;
  margin-left: 0.13rem;
}
.investor .section1 .left-title span:nth-child(1) {
  font-size: 0.9rem;
  font-family: "Arial";
  font-weight: bold;
  margin-right: 0.25rem;
  color: var(--left-color);
}
.investor .section1 .left-info {
  margin-bottom: 0.16rem;
  line-height: 1.5;
}
.investor .section1 .left-info span {
  color: var(--left-color);
}
.investor .section1 .left-text {
  color: #666;
  line-height: 1.875;
}
.investor .section1 .right {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.investor .section1 .right span {
  display: block;
  width: 1px;
  height: 0.81rem;
  background-color: #ddd;
}
.investor .section1 .item {
  white-space: nowrap;
}
.investor .section1 .item-title {
  font-weight: lighter;
  line-height: 1.4444444444;
  margin-bottom: 0.2rem;
}
.investor .section1 .item-num {
  font-weight: bold;
  font-family: Arial;
}
.investor .section2 {
  padding-top: 1.2rem;
}
.investor .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}
.investor .section2 .select-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-bottom: 0.23rem;
  border-bottom: 4px solid #dadada;
  position: relative;
  cursor: pointer;
}
.investor .section2 .select-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background-color: #fdb510;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.investor .section2 .select-item.active::before {
  width: 100%;
}
.investor .section2 .content {
  display: none;
}
.investor .section2 .content.active {
  display: block;
}
.investor .section2 .content:nth-child(1) .content-table {
  border: solid 1px #dddddd;
  border-radius: 0.15rem;
  overflow: hidden;
}
.investor .section2 .content:nth-child(1) .content-title {
  color: #fff;
  line-height: 2.8125;
  background-color: #282828;
  padding: 0 0.4rem;
}
.investor .section2 .content:nth-child(1) .content-item {
  min-height: 0.45rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.investor .section2 .content:nth-child(1) .content-item + .content-item {
  border-top: solid 1px #dddddd;
}
.investor .section2 .content:nth-child(1) .content-item-title {
  padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.5rem;
  background-color: #f5f5f5;
  min-height: 0.45rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  border-right: solid 1px #dddddd;
}
.investor .section2 .content:nth-child(1) .content-item-text {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  font-weight: lighter;
  line-height: 1.5;
}
.investor .section2 .content:nth-child(1) .content-tip {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5714285714;
  color: #666;
  padding-left: 0.4rem;
  margin-top: 0.07rem;
}
.investor .section2 .content:nth-child(2) .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.investor .section2 .content:nth-child(2) .item {
  width: 49.2361111111%;
  border-radius: 15px;
  border: solid 1px #d6e4eb;
  background-color: #fff;
  padding: 0.3rem 0.4rem 0.1rem;
  min-height: 1.5rem;
  margin-bottom: 0.2rem;
}
.investor .section2 .content:nth-child(2) .item-title {
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 0.2rem;
}
.investor .section2 .content:nth-child(2) .item-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: lighter;
}
.investor .section2 .content:nth-child(2) .item-text span {
  margin-right: 0.6rem;
  margin-bottom: 0.14rem;
}
.investor .section3 {
  margin-top: 1.2rem;
}
.investor .section3 .top {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.2rem;
}
.investor .section3 .top:hover > img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.investor .section3 .top > img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.investor .section3 .top-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  color: #fff;
}
.investor .section3 .top-info > img {
  width: 1.5em;
  margin-bottom: 0.23rem;
}
.investor .section3 .top-info-title {
  margin-bottom: 0.29rem;
}
.investor .section3 .top-info-more img {
  width: 1.2142857143em;
  margin-left: 0.06rem;
}
.investor .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.investor .section3 .item {
  display: block;
  overflow: hidden;
  position: relative;
  width: 49.5138888889%;
}
.investor .section3 .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 3;
}
.investor .section3 .item:hover .item-bg {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.investor .section3 .item-bg {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.investor .section3 .item-info {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 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%);
  color: #fff;
}
.investor .section3 .item-icon {
  margin: 0 auto;
  display: block;
  width: 1.8333333333em;
  margin-bottom: 0.2rem;
}
.investor .section3 .item-title {
  white-space: nowrap;
  padding-bottom: 0.21rem;
  position: relative;
}
.investor .section3 .item-title::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.investor .section4 {
  padding: 1.2rem 0;
}
.investor .section4 .w1440 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  padding: 0.8rem 1rem;
  border-bottom: 4px solid #fdb811;
  background-image: url(../images/investor17.png);
  background-repeat: no-repeat;
  -o-background-size: 18.4722222222% auto;
     background-size: 18.4722222222% auto;
  background-position: 24.3055555556% 100%;
}
.investor .section4 .left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.investor .section4 .left-title {
  padding-bottom: 0.31rem;
  position: relative;
}
.investor .section4 .left-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 1em;
}
.investor .section4 .left-more {
  margin-top: auto;
  display: inline-block;
  color: #fff;
  line-height: 3.25;
  background-color: #fdb812;
  padding: 0 0.33rem;
  border-radius: 26px;
}
.investor .section4 .left-more img {
  vertical-align: middle;
  margin-left: 0.06rem;
}
.investor .section4 .right {
  width: 6.95rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.investor .section4 .right-title {
  font-weight: bold;
  margin-bottom: 0.29rem;
}
.investor .section4 .right-title a {
  color: #fdb811;
  line-height: 1;
}
.investor .section4 .right-title a:hover {
  text-decoration: underline;
}
.investor .section4 .right-title img {
  vertical-align: baseline;
  display: inline-block;
  width: 0.7333333333em;
}
.investor .section4 .right-info {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2857142857;
  padding: 0.28rem 0;
  border-top: 1px dashed rgba(107, 127, 122, 0.4);
}
.investor .section4 .right-info:last-child {
  padding-bottom: 0;
}
.investor .section4 .right-info img {
  margin-top: 0.2857142857em;
  margin-right: 0.06rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.investor .section4 .right-info p {
  font-weight: lighter;
}
.investor .section4 .right-info span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.investor .section4 .right-info span:nth-child(2) {
  margin-right: 0.2rem;
}
.investor .section4 .right-info a {
  color: #fff;
  font-weight: lighter;
}
.investor .section4 .right-info a:hover {
  text-decoration: underline;
  color: #fdb811;
}

@media screen and (max-width: 1024px) {
  .nav {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .investor .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .investor .section1 .left, .investor .section1 .right {
    width: 100%;
  }
  .investor .section1 .left {
    margin-bottom: 0.6rem;
    margin-right: 0;
  }
  .investor .section1 .left-title span:nth-child(1) {
    font-size: 0.6rem;
  }
  .investor .section1 .right span {
    display: none;
  }
  .investor .section1 .item {
    text-align: center;
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .investor .section2 {
    padding-top: 50px;
  }
  .investor .section2 .content:nth-child(1) .content-item-title {
    width: 3.2rem;
    padding-left: 10px;
  }
  .investor .section2 .content:nth-child(1) .content-title, .investor .section2 .content:nth-child(1) .content-item-text, .investor .section2 .content:nth-child(1) .content-tip {
    padding-left: 10px;
  }
  .investor .section2 .content:nth-child(2) .item {
    width: 100%;
  }
  .investor .section3 {
    margin-top: 50px;
  }
  .investor .section3 .top {
    margin-bottom: 50px;
  }
  .investor .section3 .top > img {
    min-height: 3rem;
  }
  .investor .section3 .top-info > img {
    margin-bottom: 0.1rem;
  }
  .investor .section3 .top-info-title {
    margin-bottom: 0.18rem;
  }
  .investor .section3 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .investor .section3 .item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .investor .section4 {
    padding: 50px 0;
  }
  .investor .section4 .w1440 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.8rem 0.4rem;
    background-position: 90% 10%;
    -o-background-size: 28% auto;
       background-size: 28% auto;
  }
  .investor .section4 .left, .investor .section4 .right {
    width: 100%;
  }
  .investor .section4 .left-title, .investor .section4 .left-more {
    margin-bottom: 0.6rem;
  }
  .investor .section4 .right-info img {
    margin-top: 0;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_17 {
  font-size: 17px;
}

.f_18 {
  font-size: 18px;
}

.f_19 {
  font-size: 19px;
}

.f_20 {
  font-size: 20px;
}

.f_21 {
  font-size: 21px;
}

.f_22 {
  font-size: 22px;
}

.f_23 {
  font-size: 23px;
}

.f_24 {
  font-size: 24px;
}

.f_25 {
  font-size: 25px;
}

.f_26 {
  font-size: 26px;
}

.f_27 {
  font-size: 27px;
}

.f_28 {
  font-size: 28px;
}

.f_29 {
  font-size: 29px;
}

.f_30 {
  font-size: 30px;
}

.f_31 {
  font-size: 31px;
}

.f_32 {
  font-size: 32px;
}

.f_33 {
  font-size: 33px;
}

.f_34 {
  font-size: 34px;
}

.f_35 {
  font-size: 35px;
}

.f_36 {
  font-size: 36px;
}

.f_37 {
  font-size: 37px;
}

.f_38 {
  font-size: 38px;
}

.f_39 {
  font-size: 39px;
}

.f_40 {
  font-size: 40px;
}

.f_41 {
  font-size: 41px;
}

.f_42 {
  font-size: 42px;
}

.f_43 {
  font-size: 43px;
}

.f_44 {
  font-size: 44px;
}

.f_45 {
  font-size: 45px;
}

.f_46 {
  font-size: 46px;
}

.f_47 {
  font-size: 47px;
}

.f_48 {
  font-size: 48px;
}

.f_49 {
  font-size: 49px;
}

.f_50 {
  font-size: 50px;
}

.f_51 {
  font-size: 51px;
}

.f_52 {
  font-size: 52px;
}

.f_53 {
  font-size: 53px;
}

.f_54 {
  font-size: 54px;
}

.f_55 {
  font-size: 55px;
}

.f_56 {
  font-size: 56px;
}

.f_57 {
  font-size: 57px;
}

.f_58 {
  font-size: 58px;
}

.f_59 {
  font-size: 59px;
}

.f_60 {
  font-size: 60px;
}

.f_61 {
  font-size: 61px;
}

.f_62 {
  font-size: 62px;
}

.f_63 {
  font-size: 63px;
}

.f_64 {
  font-size: 64px;
}

.f_65 {
  font-size: 65px;
}

.f_66 {
  font-size: 66px;
}

.f_67 {
  font-size: 67px;
}

.f_68 {
  font-size: 68px;
}

.f_69 {
  font-size: 69px;
}

.f_70 {
  font-size: 70px;
}

.f_71 {
  font-size: 71px;
}

.f_72 {
  font-size: 72px;
}

.f_73 {
  font-size: 73px;
}

.f_74 {
  font-size: 74px;
}

.f_75 {
  font-size: 75px;
}

.f_76 {
  font-size: 76px;
}

.f_77 {
  font-size: 77px;
}

.f_78 {
  font-size: 78px;
}

.f_79 {
  font-size: 79px;
}

.f_80 {
  font-size: 80px;
}

@media (max-width: 1681px) {
  .f_12 {
    font-size: 12px;
  }
  .f_13 {
    font-size: 13px;
  }
  .f_14 {
    font-size: 13px;
  }
  .f_15 {
    font-size: 13px;
  }
  .f_16 {
    font-size: 15px;
  }
  .f_17 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 17px;
  }
  .f_19 {
    font-size: 18px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_21 {
    font-size: 19px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_23 {
    font-size: 21px;
  }
  .f_24 {
    font-size: 22px;
  }
  .f_25 {
    font-size: 23px;
  }
  .f_26 {
    font-size: 24px;
  }
  .f_27 {
    font-size: 25px;
  }
  .f_28 {
    font-size: 26px;
  }
  .f_29 {
    font-size: 27px;
  }
  .f_30 {
    font-size: 27px;
  }
  .f_31 {
    font-size: 28px;
  }
  .f_32 {
    font-size: 29px;
  }
  .f_33 {
    font-size: 30px;
  }
  .f_34 {
    font-size: 31px;
  }
  .f_35 {
    font-size: 32px;
  }
  .f_36 {
    font-size: 33px;
  }
  .f_37 {
    font-size: 34px;
  }
  .f_38 {
    font-size: 35px;
  }
  .f_39 {
    font-size: 36px;
  }
  .f_40 {
    font-size: 37px;
  }
  .f_41 {
    font-size: 38px;
  }
  .f_42 {
    font-size: 39px;
  }
  .f_43 {
    font-size: 39px;
  }
  .f_44 {
    font-size: 40px;
  }
  .f_45 {
    font-size: 41px;
  }
  .f_46 {
    font-size: 42px;
  }
  .f_47 {
    font-size: 43px;
  }
  .f_48 {
    font-size: 44px;
  }
  .f_49 {
    font-size: 45px;
  }
  .f_50 {
    font-size: 45px;
  }
  .f_51 {
    font-size: 46px;
  }
  .f_52 {
    font-size: 47px;
  }
  .f_53 {
    font-size: 48px;
  }
  .f_54 {
    font-size: 49px;
  }
  .f_55 {
    font-size: 50px;
  }
  .f_56 {
    font-size: 51px;
  }
  .f_57 {
    font-size: 52px;
  }
  .f_58 {
    font-size: 53px;
  }
  .f_59 {
    font-size: 54px;
  }
  .f_60 {
    font-size: 54px;
  }
  .f_61 {
    font-size: 55px;
  }
  .f_62 {
    font-size: 56px;
  }
  .f_63 {
    font-size: 57px;
  }
  .f_64 {
    font-size: 58px;
  }
  .f_65 {
    font-size: 59px;
  }
  .f_66 {
    font-size: 60px;
  }
  .f_67 {
    font-size: 61px;
  }
  .f_68 {
    font-size: 62px;
  }
  .f_69 {
    font-size: 63px;
  }
  .f_70 {
    font-size: 64px;
  }
  .f_71 {
    font-size: 65px;
  }
  .f_72 {
    font-size: 66px;
  }
  .f_73 {
    font-size: 66px;
  }
  .f_74 {
    font-size: 66px;
  }
  .f_75 {
    font-size: 68px;
  }
  .f_76 {
    font-size: 68px;
  }
  .f_77 {
    font-size: 69px;
  }
  .f_78 {
    font-size: 70px;
  }
  .f_79 {
    font-size: 71px;
  }
  .f_80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  .f_12 {
    font-size: 12px;
  }
  .f_13 {
    font-size: 13px;
  }
  .f_14 {
    font-size: 13px;
  }
  .f_15 {
    font-size: 13px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_17 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_19 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_21 {
    font-size: 17px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_23 {
    font-size: 19px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_25 {
    font-size: 21px;
  }
  .f_26 {
    font-size: 22px;
  }
  .f_27 {
    font-size: 23px;
  }
  .f_28 {
    font-size: 24px;
  }
  .f_29 {
    font-size: 25px;
  }
  .f_30 {
    font-size: 26px;
  }
  .f_31 {
    font-size: 25px;
  }
  .f_32 {
    font-size: 26px;
  }
  .f_33 {
    font-size: 27px;
  }
  .f_34 {
    font-size: 28px;
  }
  .f_35 {
    font-size: 29px;
  }
  .f_36 {
    font-size: 30px;
  }
  .f_37 {
    font-size: 31px;
  }
  .f_38 {
    font-size: 32px;
  }
  .f_39 {
    font-size: 33px;
  }
  .f_40 {
    font-size: 34px;
  }
  .f_41 {
    font-size: 35px;
  }
  .f_42 {
    font-size: 36px;
  }
  .f_43 {
    font-size: 37px;
  }
  .f_44 {
    font-size: 38px;
  }
  .f_45 {
    font-size: 37px;
  }
  .f_46 {
    font-size: 38px;
  }
  .f_47 {
    font-size: 39px;
  }
  .f_48 {
    font-size: 40px;
  }
  .f_49 {
    font-size: 41px;
  }
  .f_50 {
    font-size: 42px;
  }
  .f_51 {
    font-size: 43px;
  }
  .f_52 {
    font-size: 44px;
  }
  .f_53 {
    font-size: 45px;
  }
  .f_54 {
    font-size: 46px;
  }
  .f_55 {
    font-size: 47px;
  }
  .f_56 {
    font-size: 48px;
  }
  .f_57 {
    font-size: 49px;
  }
  .f_58 {
    font-size: 50px;
  }
  .f_59 {
    font-size: 51px;
  }
  .f_60 {
    font-size: 52px;
  }
  .f_61 {
    font-size: 51px;
  }
  .f_62 {
    font-size: 52px;
  }
  .f_63 {
    font-size: 53px;
  }
  .f_64 {
    font-size: 54px;
  }
  .f_65 {
    font-size: 55px;
  }
  .f_66 {
    font-size: 56px;
  }
  .f_67 {
    font-size: 57px;
  }
  .f_68 {
    font-size: 58px;
  }
  .f_69 {
    font-size: 59px;
  }
  .f_70 {
    font-size: 60px;
  }
  .f_71 {
    font-size: 55px;
  }
  .f_72 {
    font-size: 56px;
  }
  .f_73 {
    font-size: 57px;
  }
  .f_74 {
    font-size: 58px;
  }
  .f_75 {
    font-size: 59px;
  }
  .f_76 {
    font-size: 60px;
  }
  .f_77 {
    font-size: 61px;
  }
  .f_78 {
    font-size: 61px;
  }
  .f_79 {
    font-size: 63px;
  }
  .f_80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  .f_13 {
    font-size: 12px;
  }
  .f_14 {
    font-size: 12px;
  }
  .f_15 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 13px;
  }
  .f_17 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 15px;
  }
  .f_19 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 17px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_24 {
    font-size: 19px;
  }
  .f_25 {
    font-size: 20px;
  }
  .f_26 {
    font-size: 21px;
  }
  .f_27 {
    font-size: 22px;
  }
  .f_28 {
    font-size: 23px;
  }
  .f_29 {
    font-size: 24px;
  }
  .f_30 {
    font-size: 25px;
  }
  .f_31 {
    font-size: 26px;
  }
  .f_32 {
    font-size: 27px;
  }
  .f_33 {
    font-size: 24px;
  }
  .f_34 {
    font-size: 25px;
  }
  .f_35 {
    font-size: 26px;
  }
  .f_36 {
    font-size: 27px;
  }
  .f_37 {
    font-size: 28px;
  }
  .f_38 {
    font-size: 29px;
  }
  .f_39 {
    font-size: 30px;
  }
  .f_40 {
    font-size: 31px;
  }
  .f_41 {
    font-size: 32px;
  }
  .f_42 {
    font-size: 33px;
  }
  .f_43 {
    font-size: 34px;
  }
  .f_44 {
    font-size: 35px;
  }
  .f_45 {
    font-size: 36px;
  }
  .f_46 {
    font-size: 37px;
  }
  .f_47 {
    font-size: 38px;
  }
  .f_48 {
    font-size: 39px;
  }
  .f_49 {
    font-size: 40px;
  }
  .f_50 {
    font-size: 38px;
  }
  .f_51 {
    font-size: 39px;
  }
  .f_52 {
    font-size: 40px;
  }
  .f_53 {
    font-size: 41px;
  }
  .f_54 {
    font-size: 42px;
  }
  .f_55 {
    font-size: 43px;
  }
  .f_56 {
    font-size: 44px;
  }
  .f_57 {
    font-size: 45px;
  }
  .f_58 {
    font-size: 46px;
  }
  .f_59 {
    font-size: 47px;
  }
  .f_60 {
    font-size: 48px;
  }
  .f_61 {
    font-size: 49px;
  }
  .f_62 {
    font-size: 50px;
  }
  .f_63 {
    font-size: 51px;
  }
  .f_64 {
    font-size: 52px;
  }
  .f_65 {
    font-size: 53px;
  }
  .f_66 {
    font-size: 54px;
  }
  .f_67 {
    font-size: 55px;
  }
  .f_68 {
    font-size: 56px;
  }
  .f_69 {
    font-size: 57px;
  }
  .f_70 {
    font-size: 58px;
  }
  .f_71 {
    font-size: 51px;
  }
  .f_72 {
    font-size: 52px;
  }
  .f_73 {
    font-size: 53px;
  }
  .f_74 {
    font-size: 54px;
  }
  .f_75 {
    font-size: 55px;
  }
  .f_76 {
    font-size: 56px;
  }
  .f_77 {
    font-size: 57px;
  }
  .f_78 {
    font-size: 58px;
  }
  .f_79 {
    font-size: 59px;
  }
  .f_80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .f_24 {
    font-size: 16px;
  }
  .f_25 {
    font-size: 17px;
  }
  .f_26 {
    font-size: 18px;
  }
  .f_27 {
    font-size: 19px;
  }
  .f_28 {
    font-size: 20px;
  }
  .f_29 {
    font-size: 21px;
  }
  .f_30 {
    font-size: 22px;
  }
  .f_31 {
    font-size: 23px;
  }
  .f_32 {
    font-size: 24px;
  }
  .f_33 {
    font-size: 21px;
  }
  .f_34 {
    font-size: 22px;
  }
  .f_35 {
    font-size: 23px;
  }
  .f_36 {
    font-size: 24px;
  }
  .f_37 {
    font-size: 25px;
  }
  .f_38 {
    font-size: 26px;
  }
  .f_39 {
    font-size: 27px;
  }
  .f_40 {
    font-size: 28px;
  }
  .f_41 {
    font-size: 29px;
  }
  .f_42 {
    font-size: 30px;
  }
  .f_43 {
    font-size: 31px;
  }
  .f_44 {
    font-size: 32px;
  }
  .f_45 {
    font-size: 33px;
  }
  .f_46 {
    font-size: 34px;
  }
  .f_47 {
    font-size: 35px;
  }
  .f_48 {
    font-size: 36px;
  }
  .f_49 {
    font-size: 37px;
  }
  .f_50 {
    font-size: 34px;
  }
  .f_51 {
    font-size: 35px;
  }
  .f_52 {
    font-size: 36px;
  }
  .f_53 {
    font-size: 37px;
  }
  .f_54 {
    font-size: 38px;
  }
  .f_55 {
    font-size: 39px;
  }
  .f_56 {
    font-size: 40px;
  }
  .f_57 {
    font-size: 41px;
  }
  .f_58 {
    font-size: 42px;
  }
  .f_59 {
    font-size: 43px;
  }
  .f_60 {
    font-size: 44px;
  }
  .f_61 {
    font-size: 45px;
  }
  .f_62 {
    font-size: 46px;
  }
  .f_63 {
    font-size: 47px;
  }
  .f_64 {
    font-size: 48px;
  }
  .f_65 {
    font-size: 49px;
  }
  .f_66 {
    font-size: 50px;
  }
  .f_67 {
    font-size: 51px;
  }
  .f_68 {
    font-size: 52px;
  }
  .f_69 {
    font-size: 53px;
  }
  .f_70 {
    font-size: 54px;
  }
  .f_71 {
    font-size: 47px;
  }
  .f_72 {
    font-size: 48px;
  }
  .f_73 {
    font-size: 49px;
  }
  .f_74 {
    font-size: 50px;
  }
  .f_75 {
    font-size: 51px;
  }
  .f_76 {
    font-size: 52px;
  }
  .f_77 {
    font-size: 53px;
  }
  .f_78 {
    font-size: 54px;
  }
  .f_79 {
    font-size: 55px;
  }
  .f_80 {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .f_16 {
    font-size: 12px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_33 {
    font-size: 20px;
  }
  .f_34 {
    font-size: 21px;
  }
  .f_35 {
    font-size: 22px;
  }
  .f_36 {
    font-size: 23px;
  }
  .f_37 {
    font-size: 24px;
  }
  .f_38 {
    font-size: 25px;
  }
  .f_39 {
    font-size: 26px;
  }
  .f_40 {
    font-size: 24px;
  }
  .f_41 {
    font-size: 25px;
  }
  .f_42 {
    font-size: 26px;
  }
  .f_43 {
    font-size: 27px;
  }
  .f_44 {
    font-size: 28px;
  }
  .f_45 {
    font-size: 29px;
  }
  .f_46 {
    font-size: 30px;
  }
  .f_47 {
    font-size: 31px;
  }
  .f_48 {
    font-size: 32px;
  }
  .f_49 {
    font-size: 33px;
  }
  .f_50 {
    font-size: 28px;
  }
  .f_51 {
    font-size: 29px;
  }
  .f_52 {
    font-size: 30px;
  }
  .f_53 {
    font-size: 31px;
  }
  .f_54 {
    font-size: 32px;
  }
  .f_55 {
    font-size: 33px;
  }
  .f_56 {
    font-size: 34px;
  }
  .f_57 {
    font-size: 35px;
  }
  .f_58 {
    font-size: 36px;
  }
  .f_59 {
    font-size: 37px;
  }
  .f_60 {
    font-size: 36px;
  }
  .f_61 {
    font-size: 37px;
  }
  .f_62 {
    font-size: 38px;
  }
  .f_63 {
    font-size: 39px;
  }
  .f_64 {
    font-size: 40px;
  }
  .f_65 {
    font-size: 41px;
  }
  .f_66 {
    font-size: 42px;
  }
  .f_67 {
    font-size: 43px;
  }
  .f_68 {
    font-size: 44px;
  }
  .f_69 {
    font-size: 45px;
  }
  .f_70 {
    font-size: 46px;
  }
  .f_70 {
    font-size: 42px;
  }
  .f_71 {
    font-size: 43px;
  }
  .f_72 {
    font-size: 44px;
  }
  .f_73 {
    font-size: 45px;
  }
  .f_74 {
    font-size: 46px;
  }
  .f_75 {
    font-size: 47px;
  }
  .f_76 {
    font-size: 48px;
  }
  .f_77 {
    font-size: 49px;
  }
  .f_78 {
    font-size: 50px;
  }
  .f_79 {
    font-size: 51px;
  }
  .f_80 {
    font-size: 52px;
  }
}