.FT-col-span-3 {
  grid-column: span 3 / span 3;
}

.FT-col-span-1 {
  grid-column: span 1 / span 1;
}

.FT-col-span-2 {
  grid-column: span 2 / span 2;
}

.FT-col-start-4 {
  grid-column-start: 4;
}

.FT-col-start-9 {
  grid-column-start: 9;
}

.FT-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.FT-mt-10 {
  margin-top: 2.5rem;
}

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

.FT-flex {
  display: flex;
}

.FT-grid {
  display: grid;
}

.FT-max-w-\[1200px\] {
  max-width: 1200px;
}

.FT-grid-flow-col {
  grid-auto-flow: column;
}

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

.FT-flex-row {
  flex-direction: row;
}

.FT-flex-col {
  flex-direction: column;
}

.FT-bg-\[\#FAAD14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 173 20 / var(--tw-bg-opacity));
}

.FT-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.FT-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.FT-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.FT-pl-12 {
  padding-left: 3rem;
}

.FT-text-\[13px\] {
  font-size: 13px;
}

.FT-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.FT-text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

#FT-botnav{
  padding: 56px 0;
  background-color: #f2f2f2;
}

#FT-botnav .list-footer-item h4{
  font-size: 16px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

#FT-botnav .list-group{
  font-size: 13px;
  /* font-family: PingFangSC-Light, PingFang SC; */
  font-weight: 300;
  color: #333333;
  line-height: 16px;
}

#FT-botnav .list-group li{
  margin-bottom: 14px;
}

#FT-botnav .list-group-last{
  font-size: 18px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#FT-botnav .list-group-last li{
  margin-bottom: 20px;
}

#FT-botnav .FT-footer-update-btn{
  padding: 12px 36px;
  font-size: 18px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  width: 240px;
  height: 40px;
  background: #FAAD14;
  border-radius: 4px;
}

#FT-botnav .footer-content hr{
  /* display: none; */
  max-width: 1200px;
  height: 1px;
  background: black;
  opacity: 0.5;
  margin-bottom: 50px;
}

#FT-botnav .footer-update-bottom{
  color: #333333;
  font-size: 13px;
}

#FT-botnav .secret{
  line-height: 38px;
  font-size: 13px;
}

#theme_box {
  display: inline-block;
  width: 195px;
  height: 40px;
  background-color: #fff;
  cursor:pointer;
  top: 0;
  left: 0;
}

#content_box {
  position: absolute;
  top: 0;
  left: 220px;
}

#FT-botnav .theme_title{
  position: relative;
}

#FT-botnav .theme_text {
  display: block;
  /* width: 173px; */
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  border: 1px solid #d8d7d9;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  background: #8a8a8a;
}

#FT-botnav .theme_text_sele {
  display: block;
  /* width: 173px; */
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  border: rgba(202,228,252,0.2);
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  background: #8a8a8a;
}

/* 箭头 */

#FT-botnav .triangle_up {
  width: 0;
  height: 0;
  right: 20px;
  top: 17px;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

#FT-botnav .triangle_bom {
  width: 0;
  height: 0;
  right: 20px;
  top: 17px;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

#theme_box ul {
  list-style: none;
  padding: 0px;
  /* margin-top: 4px; */
  border: 1px solid #333333;
  background-color: #8a8a8a;
  position: relative;
  border: 1px solid #d8d7d9;
  border-radius: 4px;
  z-index: 2;
}

#theme_box ul li{
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}

#theme_box ul li:hover, #content_box ul li:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  font-weight: 600;
}

#privacy {
  text-decoration: none;
  color: #7d8189;
  display: inline-block;
}

#FT-botnav .list-group li a{
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .list-group-footer-main {
    display: none;
  }

  #FT-botnav .footer-content hr{
    display: none;
    width: auto;
  }

  .list-group-last{
    text-align: center;
  }

  #FT-botnav .footer-update-bottom{
    display: none;
  }

  #FT-botnav .list-group-last .FT-flex{
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
}

@media(max-width:1199px) and (min-width:1024px) {
  .footer-main{
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:FT-grid {
    display: grid;
  }
}

@media (min-width: 1200px) {
  .xl\:FT-grid {
    display: grid;
  }
}

@media (min-width: 1536px) {
  .\32xl\:FT-grid {
    display: grid;
  }
}