/** ANGLE METHODS **/
/** @MEDIA **/
/** BROWSER PREFIXS **/
/** FOR SPECIAL BROWSERS **/
/** SOME HELPERS **/
/** COMPONENTS **/
/** LANGUAGES **/
html {
  font-size: 16px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.grid {
  display: grid;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex {
  display: flex;
}
.flex-35 {
  flex: 1 1 35%;
}
.flex-65 {
  flex: 1 1 65%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow {
  flex-grow: 1;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}
.z-1-against {
  z-index: -1;
}

.top-0 {
  top: 0rem;
}
.top-2-against {
  top: -0.5rem;
}
.top-11-against {
  top: -2.75rem;
}

.right-0 {
  right: 0rem;
}
.right-11-against {
  right: -2.75rem;
}
.right-15 {
  right: 3.75rem;
}
.right-25-against {
  right: -6.25rem;
}
.right-27\.5 {
  right: -6.875rem;
}

.left-0 {
  left: 0rem;
}
.left-6\.5-against {
  left: -1.625rem;
}
.left-12 {
  left: 3rem;
}

.bottom-0 {
  bottom: 0rem;
}
.bottom-11-against {
  bottom: -2.75rem;
}

.left-0 {
  left: 0rem;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-10\.5 {
  height: 2.625rem;
}
.h-12\.5 {
  height: 3.125rem;
}
.h-15 {
  height: 3.75rem;
}
.h-20 {
  height: 5rem;
}
.h-25\.5 {
  height: 6.375rem;
}
.h-35 {
  height: 8.75rem;
}
.h-121 {
  height: 30.25rem;
}
.h-147 {
  height: 36.75rem;
}
.h-147\.5 {
  height: 36.875rem;
}
.h-38\.75 {
  height: 38.75rem;
}
.h-full {
  height: 100%;
}
.h-unset {
  height: unset;
}

.w-6 {
  width: 1.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-10\.5 {
  width: 2.625rem;
}
.w-15 {
  width: 3.75rem;
}
.w-20 {
  width: 5rem;
}
.w-24\.5 {
  width: 6.125rem;
}
.w-30\.5 {
  width: 7.625rem;
}
.w-39 {
  width: 9.75rem;
}
.w-51\.5 {
  width: 12.875rem;
}
.w-56\.5 {
  width: 14.125rem;
}
.w-64 {
  width: 16rem;
}
.w-74 {
  width: 18.5rem;
}
.w-76\.5 {
  width: 19.125rem;
}
.w-84 {
  width: 21rem;
}
.w-91\.5 {
  width: 22.875rem;
}
.w-103 {
  width: 25.75rem;
}
.w-106\.5 {
  width: 26.625rem;
}
.w-123 {
  width: 30.75rem;
}
.w-125 {
  width: 31.25rem;
}
.w-160 {
  width: 40rem;
}
.w-168 {
  width: 42rem;
}
.w-380 {
  width: 95rem;
}
.w-395 {
  width: 98.75rem;
}
.w-396 {
  width: 99rem;
}
.w-full {
  width: 100%;
}
.w-full-80 {
  width: 80%;
}
.w-full-50 {
  width: 50%;
}
.w-full-200 {
  width: 200%;
}

.max-w-125 {
  max-width: 31.25rem;
}
.max-w-165 {
  max-width: 41.25rem;
}
.max-w-194\.5 {
  max-width: 48.625rem;
}
.max-w-212 {
  max-width: 53rem;
}
.max-w-236 {
  max-width: 59rem;
}
.max-w-full-80 {
  max-width: 80%;
}
.max-w-full-90 {
  max-width: 90%;
}

.leading-normal {
  line-height: normal !important;
}
.leading-unset {
  line-height: unset !important;
}
.leading-8 {
  line-height: 2rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-12 {
  line-height: 3rem;
}
.leading-14\.5 {
  line-height: 3.625rem;
}
.leading-15 {
  line-height: 3.75rem !important;
}

.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-primary {
  background-color: #fa7534;
}
.bg-secondary {
  background-color: #fcf1ea;
}
.bg-third {
  background-color: #fdf5f1;
}
.bg-fourth {
  background-color: rgba(255, 126, 21, 0.05);
}
.bg-gray-100 {
  background-color: #e7e7e7;
}
.bg-gray-200 {
  background-color: #0000000d;
}
.bg-gray-300 {
  background: rgba(147, 147, 147, 0.05);
}
.bg-gray-400 {
  background: rgba(0, 0, 0, 0.05);
}
.bg-purple-100 {
  background-color: #f1f3fe;
}
.bg-purple-200 {
  background-color: #f8f0fe;
}
.bg-hover {
  background-color: #e97c460d;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}

.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-super {
  vertical-align: super;
}
.align-sub {
  vertical-align: sub;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}

.rounded-1 {
  border-radius: 0.25rem;
}
.rounded-2 {
  border-radius: 0.5rem;
}
.rounded-2\.5 {
  border-radius: 0.625rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-5 {
  border-radius: 1.25rem;
}
.rounded-7 {
  border-radius: 1.75rem;
}
.rounded-full {
  border-radius: 50%;
}
.rounded-t-5 {
  border-radius: 1.25rem 1.25rem 0 0;
}

.border-1 {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-primary {
  border-color: #fa7534;
}
.border-color-999 {
  border-color: #999;
}
.border-right-666 {
  border-right: 1px solid #666;
}

.text-3\.5 {
  font-size: 0.875rem;
  line-height: 1rem;
}
.text-1 {
  font-size: 1rem !important;
}
.text-4\.5 {
  font-size: 1.125rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.text-6xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-6\.5 {
  font-size: 1.625rem;
}
.text-primary {
  color: #fa7534;
}
.text-black-100 {
  color: #666666 !important;
}
.text-black-200 {
  color: #333333;
}
.text-black-300 {
  color: #202020;
}
.text-black-500 {
  color: #111;
}
.text-black-600 {
  color: #888 !important;
}
.text-white {
  color: #fff !important;
}
.text-\#CCCCCC {
  color: #cccccc;
}
.text-gray-300 {
  color: #5e5e5e;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-opacity-93 {
  opacity: 0.93;
}
.text-opacity-80 {
  opacity: 0.8;
}
.text-opacity-100 {
  opacity: 1;
}

.m-auto {
  margin: auto;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6\.5 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-19 {
  margin-top: 4.75rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-33\.5 {
  margin-top: 8.375rem;
}
.mt-33\.5-against {
  margin-top: -8.375rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-41\.5 {
  margin-top: 10.375rem;
}
.mt-42\.5 {
  margin-top: 10.625rem;
}
.mt-56 {
  margin-top: 14rem;
}
.mr {
  margin-right: 0.625rem;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4\.5 {
  margin-right: 1.125rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-8\.5 {
  margin-right: 2.125rem;
}
.mr-9\.5 {
  margin-right: 2.375rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mr-12\.5 {
  margin-right: 3.125rem;
}
.mr-15 {
  margin-right: 3.75rem !important;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-26 {
  margin-right: 6.5rem;
}
.mr-30 {
  margin-right: 7.5rem;
}
.mr-32\.5 {
  margin-right: 8.125rem;
}
.mr-8\.5-against {
  margin-right: -2.125rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5\.5 {
  margin-bottom: 1.375rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-6\.5 {
  margin-bottom: 1.625rem;
}
.mb-7\.5 {
  margin-bottom: 1.875rem;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11\.5 {
  margin-bottom: 2.875rem;
}
.mb-12\.5 {
  margin-bottom: 3.125rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-17\.5 {
  margin-bottom: 4.375rem;
}
.mb-19 {
  margin-bottom: 4.75rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-23 {
  margin-bottom: 5.75rem;
}
.mb-29\.5 {
  margin-bottom: 7.375rem;
}
.mb-35\.5 {
  margin-bottom: 8.875rem;
}
.mb-36 {
  margin-bottom: 9rem !important;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12\.5 {
  margin-left: 3.125rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24-against {
  margin-left: -6rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-6\.5 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-17 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-12\.5 {
  padding-top: 3.125rem;
}
.pt-22\.5 {
  padding-top: 5.625rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pb-12\.5 {
  padding-bottom: 3.125rem;
}
.pb-35\.5 {
  padding-bottom: 8.875rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8\.5 {
  padding-left: 2.125rem;
}

.font-bold {
  font-weight: bold;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

.boxshadow-1 {
  box-shadow: 0px 3px 21px 0px rgba(218, 218, 218, 0.56);
}
.boxshadow-2 {
  box-shadow: 0px 10px 21px 0px #f8d7c5;
}
.boxshadow-3 {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}
.boxshadow-4 {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}
.boxshadow-5 {
  box-shadow: 0px 10px 21px 0px rgba(208, 100, 42, 0.51);
}
.boxshadow-6 {
  box-shadow: 0px 10px 21px 0px rgba(233, 124, 70, 0.2);
}
.boxshadow-7 {
  box-shadow: 0px 3px 21px 0px rgba(218, 218, 218, 0.56);
}

.opacity-0 {
  opacity: 0;
}
.opacity-0\.8 {
  opacity: 0.8;
}
.opacity-1 {
  opacity: 1;
}

.center-vertical {
  top: 50%;
  transform: translateY(-50%);
}
.center-horizontal {
  left: 50%;
  transform: translateX(-50%);
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}

.hover\:-translate-y-4:hover {
  transform: translateY(-0.25rem);
}
.hover\:text-black-600:hover {
  color: #888 !important;
}
.hover\:text-primary:hover {
  color: #fa7534 !important;
}
.hover\:text-\#F01E2A:hover {
  color: #f01e2a !important;
}
.hover\:text-white:hover {
  color: white;
}
.hover\:bg-primary:hover {
  background-color: #fa7534;
}
.hover\:bg-primary-100:hover {
  background-color: #fe8346;
}
.hover\:bg-white:hover {
  background-color: #fff;
}
.hover\:boxshadow-6:hover {
  box-shadow: 0px 10px 21px 0px rgba(233, 124, 70, 0.2);
}
.hover\:border-primary:hover {
  border-color: #fa7534;
}
.hover\:border-white:hover {
  border-color: #fff !important;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent transparent #ccc;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.clear-both::after {
  content: "";
  display: block;
  clear: both;
}

.cursor-pointer {
  cursor: pointer;
}

.whitespace-nowrap {
  white-space: nowrap;
}

@media (max-width: 2560px) {
  /* html {
    font-size: 18px;
  } */

  .media2560\:hidden {
    display: none;
  }
}
@media (max-width: 1920px) {
  /* html {
    font-size: 16px;
  } */

  .media1920\:inline-block {
    display: inline-block;
  }
  .media1920\:hidden {
    display: none;
  }
}
@media (max-width: 1680px) {
  .media1680\:w-56 {
    width: 14rem;
  }
  .media1680\:w-66 {
    width: 16.5rem;
  }
  .media1680\:w-70 {
    width: 17.5rem;
  }
  .media1680\:w-83\.5 {
    width: 20.875rem;
  }
  .media1680\:w-68\.5 {
    width: 17.125rem;
  }
  .media1680\:w-76 {
    width: 19rem;
  }
  .media1680\:w-95 {
    width: 23.75rem;
  }
  .media1680\:w-98\.5 {
    width: 24.625rem;
  }
  .media1680\:w-115 {
    width: 28.75rem;
  }
  .media1680\:w-152 {
    width: 38rem;
  }
  .media1680\:w-180 {
    width: 45rem;
  }
  .media1680\:w-125 {
    width: 31.25rem;
  }
  .media1680\:w-393 {
    width: 98.25rem;
  }
  .media1680\:max-w-full-87 {
    max-width: 87%;
  }
  .media1680\:pb-40 {
    padding-bottom: 10rem;
  }
  .media1680\:left-32 {
    left: 8rem;
  }
}
@media (max-width: 1440px) {
  /* html {
    font-size: 14px;
  } */

  .media1440\:inline-block {
    display: inline-block;
  }
  .media1440\:hidden {
    display: none;
  }
  .media1440\:w-64 {
    width: 16rem;
  }
  .media1440\:w-112 {
    width: 28rem;
  }
  .media1440\:w-160 {
    width: 40rem;
  }
  .media1440\:max-w-full-87 {
    max-width: 87%;
  }
  .media1440\:pb-36 {
    padding-bottom: 9rem;
  }
  .media1440\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (max-width: 1366px) {
  /* html {
    font-size: 13px;
  } */

  .media1366\:w-72 {
    width: 18rem;
  }
  .media1366\:w-120 {
    width: 30rem;
  }
  .media1366\:w-168 {
    width: 42rem;
  }
  .media1366\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1024px) {
  /* html {
    font-size: 14px;
  } */
  /* html:not(:lang(zh)) {
    font-size: 13px;
  } */

  .media1024\:w-98\.5 {
    width: 24.625rem;
  }
  .media1024\:max-w-full-90 {
    max-width: 90% !important;
  }
  .media1024\:min-w-52 {
    min-width: 13rem;
  }
  .media1024\:block {
    display: block !important;
  }
  .media1024\:hidden {
    display: none !important;
  }
  .media1024\:flex-d-cr {
    flex-direction: column-reverse;
  }
  .media1024\:flex-d-c {
    flex-direction: column;
  }
  .media1024\:m-auto {
    margin: 0 auto;
  }
  .media1024\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .media1024\:mt-12\.5 {
    margin-top: 3.125rem;
  }
  .media1024\:mr-8\.5 {
    margin-right: 2.125rem;
  }
  .media1024\:mr-32\.5 {
    margin-right: 8.125rem !important;
  }
  .media1024\:mb-0 {
    margin-bottom: 0;
  }
  .media1024\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .media1024\:mb-7\.5 {
    margin-bottom: 1.875rem !important;
  }
  .media1024\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .media1024\:ml-0 {
    margin-left: 0 !important;
  }
  .media1024\:pd-0 {
    padding: 0 !important;
  }
  .media1024\:leading-12 {
    line-height: 2.85rem !important;
  }
  .media1024\:text-8 {
    font-size: 2rem;
  }
  .media1024\:text-left {
    text-align: left !important;
  }
  .media1024\:border-none {
    border: none !important;
  }
  .media1024\:padding-none {
    padding: 0 !important;
  }
  .media1024\:margin-none {
    margin: 0 !important;
  }
  .media1024\:margin-top-10px {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .media760\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }
}
body {
  font-size: 1rem;
  font-family: "Open Sans";
}
body:lang(zh) {
  font-family: "Source Han Sans CN";
}
