#footer-end {
  background-color: #fff;
  font-size: 16px;
}

#footer-end ul, #footer-end li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-end .containerFooter {
  padding: 100px 0 31px;
  margin: 0 auto;
}

#footer-end .containerFooter .line {
  width: 100%;
  border-bottom: 1px solid #000B33;
  margin-top: 80px;
  margin-bottom: 33px;
}

#footer-end .containerFooter p {
  margin: 0;
  padding: 0;
}

#footer-end .containerFooter>ul>li {
  width: 160px;
  margin-right: 0;
}

#footer-end .containerFooter>ul>li:nth-child(1) {
  width: 240px;
  margin-right: 100px;
}

#footer-end .containerFooter>ul>li:nth-child(2),
#footer-end .containerFooter>ul>li:nth-child(4),
#footer-end .containerFooter>ul>li:nth-child(3) {
  width: 160px;
}

#footer-end .containerFooter>ul>li:nth-child(1) p:last-child {
  color: #4C5470;
}

#footer-end .containerFooter>ul>li:nth-child(1) img {
  width: 125px;
  height: 40px;
}

#footer-end .containerFooter>ul>li:nth-child(1) p:nth-child(2) {
  color: #4C5470;
  margin-top: 16px;
}


#footer-end .containerFooter .explain p {
  margin-bottom: 15px;
}

#footer-end .containerFooter .explain p a {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  color: #4C5470;
}

#footer-end .containerFooter .explain p span:nth-of-type(1),
#footer-end .containerFooter .explain p span:nth-of-type(2) {
  color: #4C5470;
}

#footer-end .containerFooter .explain p:nth-child(1) {
  color: #000B33;
  font-weight: 500;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
  margin-bottom: 31px;
}

#footer-end .containerFooter>ul>li .explain_p a:hover {
  cursor: pointer;
  color: #1D6AFF;
}

#footer-end .containerFooter .explain p>img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}

#footer-end .containerFooter li:last-child {
  height: auto;
  white-space: nowrap;
  margin-right: 0;
  width: auto;
  width: 220px;
}

#footer-end .containerFooter li:last-child p:nth-child(4) {
  margin: 0;
}

#footer-end .containerFooter li:last-child p:nth-child(4)>img {
  width: 100px;
  height: 100px;
  margin: 0;
}

#footer-end .containerFooter li:last-child p:nth-child(5) {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  color: rgba(30, 31, 32, 0.8);
}

#footer-end .containerFooter li:last-child p:nth-child(5) span:nth-child(1) {
  margin-left: 6px;
  color: #1E1F20;
}

#footer-end .containerFooter li:last-child p:nth-child(5) span:nth-child(2) {
  margin-left: 30px;
  color: #1E1F20;
}

.tk-ft-contact-us {
  width: 240px;
}
.tk-ft-contact-us .tk-ft-title {
  margin-bottom: 30px!important;
}
.tk-ft-contact-us .tk-ft-address {
  margin-top: 10px!important;
  /* margin-bottom: 15px!important; */
}
.tk-ft-contact-us .tk-ft-address img {
  width: 20px !important;
  height: 20px!important;
  margin-right: 4px!important;
}
.tk-ft-contact-us .tk-ft-address span {
  margin-left: 0;
}
.tk-ft-contact-us .tk-qr-code {
  display: flex;
  margin-top: 20px;
  text-align: center;
}
.tk-ft-contact-us .tk-qr-code > div:first-child {
  margin-right: 40px;
}
.tk-ft-contact-us .tk-qr-code img {
  width: 100px;
  height: 100px;
}

.footer-list{
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width:1025px) {
#footer-end {
  min-width: 1100px;
  padding: 0 100px;
  box-sizing: border-box;
}
}