body {
	overflow-x: hidden;
	overflow-y: hidden;
  padding: 0px;
  margin: 0px;
}

html {
	height: 210px;
	overflow-y:auto;
	scrollbar-width:none;
	-ms-overflow-style:none;
  scroll-behavior: smooth;

  font-size: 1vw;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,.2);
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:10px;
  background-color:#F5F5F5;
}
::-webkit-scrollbar-thumb
{
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-color: #b3b3b3;
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 600px) {
  html {
		font-size: 1.6vw;
	}
}

.footer-container {
  display: flex;
  flex-direction: column;
  padding-left: 13%;
  padding-right: 13%;
  width: 74%;
  background-color: rgb(43, 43, 43);
  padding-top: 3rem;
  position: relative;
}

.footer-info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-navbar-container {
  width: 55%;
  margin-bottom: 2rem;
}

.footer-navbar-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-navbar-list-item {
  display: flex;
  flex-direction: column;
}

.footer-navbar-list-item-title {
  font-size: .9375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: .25rem;
  cursor: pointer;
}

.footer-title-underline {
  background-color: rgb(255, 255, 255);
  width: 1rem;
  height: .125rem;
  margin-bottom: 1rem;
}

.footer-navbar-list-item-text {
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 2;
  cursor: pointer;
}

.footer-navbar-list-item-text:hover {
  color: rgb(0, 114, 184);
}

.footer-contact-title {
  font-size: .9375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: .25rem;
  cursor: pointer;
}

.footer-contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-contact-content-icon {
  height: 1.5rem;
  width: 1rem;
  margin-right: .5rem;
}

.footer-contact-content-icon > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-contact-content-text {
  font-size: .875rem;
  color: rgb(255, 255, 255);
  margin-bottom: .125rem;
  line-height: 2;
}

.footer-qrcode-title {
  font-size: .9375rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: .25rem;
}

.footer-qrcode {
  width: 5rem;
  height: 5rem;
}

.footer-qrcode > img {
  width: 100%;
  height: 100%;
}

.footer-divide {
  background-color: rgb(255, 255, 255);
  opacity: 0.122;
  height: .0625rem;
  position: absolute;
  width: 100%;
  bottom: 3rem;
  left: 0;
}

.footer-icp-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-icp-container > div:not(:last-child) {
  margin-right: .5rem;
}

.footer-icp-support > span {
  cursor: pointer;
}

.footer-icp-support > span:hover {
  color: rgb(0, 114, 184);
}

.footer-icp {
  cursor: pointer;
}

.footer-icp:hover {
  color: rgb(0, 114, 184);
}

@media screen and (max-width: 1200px) { 
	.footer-info-container {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.footer-navbar-container {
		width: 100%;
	}

	.footer-navbar-list-item-title {
		font-size: 1.5rem;
	}

	.footer-navbar-list-item-text {
		font-size: 1.25rem;
	}

	.footer-contact-title {
		font-size: 1.5rem;
	}

	.footer-contact-content-text {
		font-size: 1.25rem;
	}

	.footer-contact-content-icon {
		height: 3rem;
		width: 2rem;
	}

	.footer-qrcode-title {
		font-size: 1.5rem;
	}

	.footer-qrcode {
		width: 8rem;
		height: 8rem;
	}

	.footer-title-underline {
		background-color: rgb(255, 255, 255);
		width: 16px;
		height: 2px;
		margin-bottom: 16px;
	}

	.footer-divide {
		bottom: 80px;
	}

	.footer-icp-container {
		height: 80px;
		font-size: 16px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {  
	.footer-navbar-container {
		display: none;
	}

	.footer-contact-container {
		margin-bottom: 20px;
	}

	.footer-contact-title {
		font-size: 2.5rem;
	}

	.footer-contact-content-text {
		font-size: 2.25rem;
	}

	.footer-contact-content-icon {
		height: 30px;
		width: 20px;
	}

	.footer-qrcode-title {
		font-size: 2.5rem;
	}

	.footer-qrcode {
		width: 120px;
		height: 120px;
	}

	.footer-icp-container {
		font-size: 14px;
		flex-direction: column;
	}
}

.breadcrumb-container {
  padding-left: 13%;
  padding-right: 13%;
  width: 74%;
  background-color: rgb(238, 238, 238);
  display: flex;
  flex-direction: row;
  height: 3.25rem;
  align-items: center;
}

.breadcrumb-container > div:not(:last-child) {
  margin-right: .25rem;
}

.breadcrumb-icon {
  height: 1rem;
  width: 1.5rem;
}

.breadcrumb-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.breadcrumb-text {
  font-size: .875rem;
}

.breadcrumb-link-active {
  cursor: pointer;
  color: #0072b8 !important;
}

.breadcrumb-link {
  color: #333333;
  font-size: .875rem;
}

.breadcrumb-split {
  font-size: 1rem;
  padding-left: .375rem;
  padding-right: .375rem;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-container {
    height: 60px;
  }

  .breadcrumb-container > div:not(:last-child) {
    margin-right: 2px;
  }
  
  .breadcrumb-icon {
    height: 16px;
    width: 24px;
  }

  .breadcrumb-text {
    font-size: 16px;
  }
  
  .breadcrumb-link {
    color: #333333;
    font-size: 16px;
  }
  
  .breadcrumb-split {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 767px) { 
  .breadcrumb-container {
    padding-left: 20px;
    width: 100%;
  }

  .breadcrumb-text {
    display: none;
  }
}