/* 公共导航栏 */
html {
  font-size: 16px;
}
nav {
  width: 100%;
  box-sizing: border-box;
  height: 3.75rem;
  margin: 0 auto;
 /*  line-height: 3.75rem; */
  background: rgba(29,35,39,1);
  font-size: 1rem;
  
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 500 !important;
}
.fixed-top-padding{
  padding-top: 3.75rem;
}
#language-number{
	
	display:none;
}
nav .logo-img {
  width: 9.38rem;
  height: 3.75rem;
  object-fit: cover;
  position: relative;
}
nav .logo-img img{
  width: 9.38rem;
  height: 1.63rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.navigation-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 3rem;
  flex: 1;
  float:left;
}
.navigation-bar li:hover{
  background: #373D40;
}
.navigation-bar li.active{
  background: #373D40;
}
.navigation-bar li.active>a{
	color:#fff;
}
.navigation-bar li a{
	color:rgba(255,255,255,1);
	/* height:3.75rem; */
}
.navigation-bar>li{
	text-align:center !important;
	flex:1;
	display:flex;
  	justify-content: center;
  	align-items: center;
}
.navigation-bar li {
  /* margin-left: 4rem; */
  font-size: 1rem;
  /* margin: 0 2rem; */
  padding: 0 0.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  position: relative;
  text-align:left;

  height:3.75rem;
  
}
.select-toggle{
  font-size: 2rem;
  padding: 0 2rem;
  display: none;
}
/* 导航栏搜索框 */
.search-container {
  width: 4.94rem;
  padding-right: 8rem;
  height: 3.75rem;
  margin: auto 4rem auto 1rem;
  position: relative;
}
.placeholder-search::-webkit-input-placeholder{
  font-size: 1rem;
  line-height: 3.75rem;
}
.placeholder-search:-moz-placeholder { /* Mozilla Firefox 4 ~ 18 */
  font-size: 1rem;
  line-height: 3.75rem;
}
.placeholder-search::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 1rem;
  line-height: 3.75rem;
}
.placeholder-search:-ms-input-placeholder { /* Internet Explorer 10 ~ 11 */
  font-size: 1rem;
  line-height: 3.75rem;
}
.placeholder-search::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 1rem;
  line-height: 3.75rem;
}

.placeholder-search::placeholder { /* 大部分现代浏览器 */
  font-size: 1rem;
  line-height: 3.75rem;
}
.search-container .search {
  position: absolute;
  margin: auto;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 2rem;
  width: 1rem;
  height: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-sizing: border-box;
}

.search-container:focus {
  background: rgba(55, 61, 64, 1);
}

.search-container .search:hover {
  cursor: pointer;
}

.search-container input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.94rem;
  height: 3.75rem;
  color: #fff;
  padding-left: 2.5rem;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: rgba(55, 61, 64, 1);
  transition: all 1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 3.75rem;
  z-index: 700;
  font-weight: bolder;
  letter-spacing: 0.1em;
}

.search-container input:hover {
  cursor: pointer;
}

.search-container input:focus {
  width: 12.94rem;
  opacity: 1;
  cursor: text;
}

.search-container input:focus ~ .search {
  left: 0.5rem;
  z-index: 6;
}

.search-container input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}

.search-container input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}
.modile-select-ul{
  display: none;
  padding-left:2rem;
  box-sizing: border-box;
}

.navigation-switch:hover ul{
  display: block !important;
}
/* 选择框 */
#outDiv {
  width: 200px;
}
#outDiv span.select-tag {
  box-sizing: border-box;
  padding-left: 5px;
  width: 12.5rem;
  height: 2.5rem;
  border-radius: 0.31rem;
  display: block;
  line-height: 2.5rem;
  border: 0.06rem solid rgba(220, 223, 230, 1);
  cursor: pointer;
}
.border-up-empty-container:hover ul{
	display:block;	
}
/*.border-up-empty-container{
	position:absolute;
	left:0;
	top:-9px;
	width:100%;
	height:10px;
}
.border-up-empty {
  width: 0;
  height: 0;
  border-left:10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E4E7ED;
  position: relative;
  !* margin: 50px auto; *!
  position: absolute;
  top: 0px;
  left: 30px;
}
.border-up-empty span {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: -8px;
  top: 2px;
}*/
.select-ul:hover{
	display: block !important;
	color:red;
}
.navigation-switch:hover ul.modile-select-ul,
.navigation-switch ul.modile-select-ul:hover{
  display: block !important;
}
.select-ul{
  border-top: none;
  padding-top: 10px;
  display: none;
  width: 12.5rem;
  box-sizing: border-box;
/*  background:#373d40;*/
/*  padding: 0 1.13rem;*/
  box-shadow:0px 1px 6px 0px rgba(0,0,0,0.05) !important;
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 500;
  font-size:1rem;
  font-weight:400;
}

.select-ul li {
  background:#373d40;
  color:#fff !important;
  list-style-type: none;
  height: 2.5rem;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 2.5rem;
  padding:0 1.13rem;
  cursor: pointer;
  font-size: 1rem;
}
.select-ul li a{
  /* color: rgba(51, 51, 51, 1); */
  color:#fff;
}
.select-ul li a:hover{
  color: #31C1DF !important;
}
.fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.main-content-padding {
  /* min-width: 75rem; */
  padding-left: calc((100% - 75rem) / 2);
  padding-right: calc((100% - 75rem) / 2);
  width: 100%;
  box-sizing: border-box;
}
/* 底部footer */
body{
  min-height: 100vh;
  position: relative;
/*  font-family: TitilliumWeb-Regular-10;*/
 /*  width: 100vw; */
  /* overflow-x: hidden;  */
}
footer {
  width: 100%;
  margin-top: 2rem;
  background: #0a0e0f;
}
footer ul {
  width: 100%;
  /* min-width: 75rem;
  padding-left: calc((100% - 75rem)/2); */
  background: #0a0e0f;
  /* height: 17.38rem; */
  min-height: 17.38rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.75rem;
  
  font-weight: 400;
  color: rgba(49, 193, 223, 1);
  padding-top: 4rem;
  max-width: 75rem;
  margin: 0 auto;
}
footer ul li {
  max-width: 12rem;
  margin: 0 1rem;
  text-align: start;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer ul li a:nth-child(1) {
  font-size: 1.125rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 1) !important;
}
footer ul li a {
  margin: 0.6rem 0;
  font-size:0.88rem;
  font-weight:400;
  color:rgba(49,193,223,1) !important;
}
footer > div {
  width: 100%;
  height: 9.38rem;
  background: rgba(0, 0, 0, 1);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer > div p:nth-of-type(1) {
  font-size: 0.88rem;
  
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
footer > div p:nth-of-type(2) {
  font-size: 0.88rem;
  
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.5rem 0 1rem 0;
}
footer > div img {
  width: 21px;
  height: 21px;
  margin: 0 0.5rem;
}
button.error{
  height:2.5rem;
  background:rgba(226,58,64,1);
  border-radius:0.31rem;
  padding: 0 2rem;
  line-height: 2.5rem;
  font-size:1rem;
  
  font-weight:400;
  color:rgba(255,255,255,1);
}
button.success{
  padding: 0 2rem;
  line-height: 2.5rem;
  height:2.5rem;
  background:rgba(49,193,223,1);
  border-radius:0.31rem;
  font-size:1rem;
  
  font-weight:400;
  color:rgba(255,255,255,1);
}
.code-container{
    width: 10rem;
    position: absolute;background: #fff;
    bottom: 4.32rem;
    display: none;
}
.code-container img{
    width: 7.75rem;
    height: 7.75rem;
    margin: 0.62rem 0 0.92rem 0;
}
.code-container .title{
    color: #333333;
    font-size: 0.88rem;
    margin-top: 0.62rem;
}
.code-container .text{
    color: #FFFFFF;
    display: block;
    width: 100%;
    background: #31C1DF;
    line-height: 1.94rem;
    text-align: center;
}

/*隐私声明 和免责声明*/
.cover-privacy-modal{
  position:fixed;
  left:0;
  top:0;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.4);
  z-index:1000;
  display:none;
}
.privacy-modal {
  margin: 0 auto;
  padding: 1.88rem;
  width: 80%;
  max-width:56.25rem;
  height:32.25rem;
  /*overflow-y:scroll;*/
  background:rgba(255,255,255,1);
  box-shadow:0rem 0.06rem 0.38rem 0rem rgba(0,0,0,0.05);
  border-radius:0.31rem;
  border:0.06rem solid rgba(228,231,237,1);
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  z-index:1001;
  /*display:none;*/
}

.privacy-modal  .search-top div{
  font-size:1.25rem;
  font-weight:500;
  color:rgba(51,51,51,1);
}
.privacy-modal .search-top{
 /* margin-bottom:1.94rem;*/
 /* position: fixed;
  top: 2rem;*/
  width: 100%;

}
.privacy-modal .search-top div img{
  width:2rem;
  margin-right:1.25rem;
}
.privacy-modal-content{
  font-size: 1rem;
  line-height: 2rem;white-space: pre-line;
  overflow-y: scroll;
  max-height: 90%;margin-top: 2rem;

}
.cover-disclaimer-modal{
  position:fixed;
  left:0;
  top:0;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.4);
  z-index:1000;
  display:none;
}
.disclaimer-modal {
  margin: 0 auto;
  padding: 1.88rem;
  width: 80%;
  max-width:56.25rem;
  height:32.25rem;
  overflow-y:scroll;
  background:rgba(255,255,255,1);
  box-shadow:0rem 0.06rem 0.38rem 0rem rgba(0,0,0,0.05);
  border-radius:0.31rem;
  border:0.06rem solid rgba(228,231,237,1);
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  z-index:1001;
  /*display:none;*/
}
.disclaimer-modal .search-top div{
  font-size:1.25rem;
  font-weight:500;
  color:rgba(51,51,51,1);
}
.disclaimer-modal  .search-top{
  margin-bottom:1.94rem
}
.disclaimer-modal .search-top div img{
  width:2rem;
  margin-right:1.25rem;
}
.disclaimer-modal-content{
  font-size: 1rem;
  line-height: 2rem;
  white-space: pre-line;
}

.policy-button{
color:rgba(255, 255, 255, 0.5) !important;
  font-size: 0.88rem;margin-right: 0.2rem;
}
.policy-button:hover{
  border-bottom:2px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:920px){
	/* .navigation-bar li{
		margin:0;
	} */
	.search-container{
		padding-right:0 !important;
	}
}
@media screen and (min-width:1578px){
	html{
		font-size:16px;
	}
}
@media screen and (max-width:1577px) and ( min-width:996px ){
	html{
		font-size:13px;
	}
}
@media screen and (max-width:996px) and ( min-width:768px ){
	html{
		font-size:10px;
	}
}

@media screen and (min-width:768px){
  .select-toggle-container{
    display: none;
  }
}
@media screen and (max-width:768px){
	html{
		font-size:10px;
	}
	.search-container .search{
		left:3rem;	
	}
	.version-infomation-module .version-img{
	/* 	width:80%;
		margin-left:0 !important; */
	}
  .search-container{
    padding-right: 4rem;
  }
  .navigation-bar li:not(.search-container):not(.select-toggle){
    display: none;
  }
  .navigation-bar{
    justify-content: flex-end !important;
  }
  .select-toggle{
    /* z-index: 1000; */
    display: inline-block;
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
    z-index: 500;
  }
  .search-container{
    width:8.94rem;
    margin-right: 2rem;
  }
  .navigation-bar>li{
  	flex:none;
  }
  .select-toggle-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    display: none;
     padding-top: 3.75rem;
  }
  .select-toggle-container li{
    background: #1d2327;
    width: 100%;
    padding:0 1rem;
    box-sizing: border-box;
	line-height:3.75rem;
  }
  .select-toggle .icon-menu{
    font-size: 15px;
  }
  .select-toggle-container li a{
  	color:#fff;
    font-size:1.3rem;
    
    font-weight:500;
  }
  footer{
    min-width: 0;
  }
  footer ul{
    flex-direction: column;
    padding: 0 1.69rem;
    box-sizing: border-box;
  }
  footer ul li a:nth-child(1){
    margin: 2rem 0 1.5rem 0;
  }
  footer ul li{
    width: 100%;
  }
  .our-services li{
    width: 100% !important;
    margin-bottom: 8rem;
  }
  .show-toggle{
    display: block !important;
    opacity: 1;
  }
  .about-us-module .first-item,
  .about-us-module .second-item{
    width: 100% !important;
    padding: 9rem 0;
  }
  .search-stock-module ul,
  .data-module ul,
  .market-information-module{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .search-stock-module ul li,
  .data-module ul li{
    margin: 1.5rem auto;
  }
  .data-module ul li{
    width: 100%;
  }
  .market-information-module .first-item{
    padding: 0 !important;
  }
  .market-information-module ul{
    padding: 0 2rem;
    box-sizing: border-box;
    width:100%;
  }
  footer>div{
    text-align: center;
    padding:2rem;
    box-sizing: border-box;
  }
}