.visibility-hidden {
  visibility: hidden;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-self-center {
  align-self: center;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}

.flx-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flx-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flx-justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flx-align-center {
  display: flex;
  align-items: center;
}

.clearfix::after {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  content: "";
}

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

.mle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.break-word {
  word-break: break-all;
  word-wrap: break-word;
}


* {
  margin: 0;
  padding: 0;
  
  box-sizing: border-box;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}
img {
  
  border: 0;
  
  vertical-align: middle;
}
button {
  
  cursor: pointer;
}
a {
  text-decoration: none;
}
h1,
h2 {
  user-select: none;
}
button,
input {
  
  font-family: Roboto-Regular, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  
  border: 0;
  outline: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body {
  
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #666;
}
textarea {
  
  border: none;
  
  outline: none;
  resize: none;
}
select {
  
  border: none;
  
  outline: none;
  resize: none;
}
.hide,
.none {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.container {
  max-width: 80.25rem;
  margin: 0 auto;
  position: relative;
}


.header {
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
  margin-bottom: 12px;
}

.app-header-nav {
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 11.25rem;
}



.footer-container {
  background: #22263d;
  font-family: AlibabaSans-Regular;
  font-size: 1rem;
  color: #fff;
}

.footer {
  justify-content: space-between;
  height: 5rem;
  align-items: center;
}

.footer a {
  margin-left: 1.5rem;
  color: #fff;
}

.text-h1{
  font-family: Manrope;
  margin-top: 1rem;
  font-weight: 700;
  color: #000000;
  font-size: 2.1875rem;
  letter-spacing: -0.035rem;
  line-height: 4.625rem;
}
.text-text{
  margin:0.125rem 0;
  font-family: Manrope;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 1.225rem;
  line-height: 2.0625rem;
}
.text-h2{
  font-family: Manrope;
  font-weight: 500;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.0306rem;

}

.text-h3{
  font-family: Manrope;
  font-weight: 500;
  color: #000000;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.0306rem;

}

.text-text:last-child{
  margin-bottom: 6.25rem;
}
@media (max-width: 80.25rem) {
.container{
  padding: 0 1.875rem;
}
}

html {
  font-size: 16px; 
}
@media (max-width: 1200px) {
  html {
    font-size: 14px; 
  }
}

@media (max-width: 760px) {
  html {
    font-size: 12px; 
  }
}

.list .ul-title li{
  float:left;
  text-align: center;
  background: #eee;
  font-weight: 600;
}
.list .ul-title li.name{
  width:300px;
  border-right: 1px solid #ccc;
}

.list .ul-title li.url{
  width:438px;
  border-right: 1px solid #ccc;
}
.list .ul-title li.contact{
  width:520px;
}


.list .ul-box li{
  float:left;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  height: 41px;
  display: flex;
  align-items: center;
  padding: 0 38px;
}
.list .ul-box li.name{
  width:300px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.list .ul-box li.url{
  width:438px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.list .ul-box li.contact{
  width:520px;
  border-top: 1px solid #ccc;
}


.list{
  width: 1260px;
  margin: 30px 0;
  border: 1px solid #ccc;
}
.text-indent-2{
	text-indent: 2rem;
}
.text-indent-4{
	text-indent: 4rem;
}
