*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
html,body{
  width: 100%;
  min-height: 100%;
  background: #181F32;
}
body{
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header{
  width: 100%;
  height: 80px;
  background: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1A1A1A;
  position: fixed;
  z-index: 91;
}
.language-switcher{
  position: absolute;
  top: 50%;
  right: 4.73%;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
header .international{
  width: 36px;
  height: 36px;
  display: block;
}
.language-arrow{
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 21px;
  height: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
}
.language-panel{
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  width: 204px;
  padding: 7px 22px 23px 40px;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 102;
}
.language-switcher.open .language-arrow,
.language-switcher.open .language-panel{
  display: block;
}
.language-option{
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #AAAAAA;
  white-space: nowrap;
}
.language-option:hover,
.language-option-active{
  color: #BA2A2F;
}
.language-select-icon{
  width: 6px;
  height: 4px;
  margin-left: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-left{
  padding-left: 2.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo2{
  width: 120px;
  height: 34px;
}
.logo-content{
  width: 90px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}
.logo{
  width: 50px;
  height: 45px;
}
.header-item {
  width: 116px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
}
.header-item:hover{
  color: #C3AB71;
}
.header-item-active {
  background: #333333;
  color: #C3AB71;
}

.header-item-active::before {
  position: absolute;
  left: 0;
  bottom: -16px;
  content: '';
  width: 100%;
  height: 4px;
  background: #3D9FB9;
  border-radius: 6px 6px 6px 6px;
}
.header-item-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 80px;
  background: #133950;
  position: relative;
  overflow: hidden;
}
.main-bg{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.main-box{
  width: 59%;
  margin-left: 20.5%;
  position: relative;
  z-index: 10;
}
footer{
  width: 100%;
  height: 320px;
  background: #111111;
  position: relative;
  z-index: 10;
}
.footer-box{
  width: 59%;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.footer-content{
  height: 100%;
  position: relative;
}
.footer-center{
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 38px;
  text-align: center;
}
.footer-social-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}
.footer-social{
  width: 32px;
  height: 32px;
  display: block;
}
.footer-social img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer-logo-list{
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
.footer-riot-logo{
  width: 97px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.footer-lvs-logo{
  width: 72px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.footer-copyright{
  width: 673px;
  max-width: none;
  margin-top: 24px;
  margin-left: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #737373;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-copyright-line{
  white-space: nowrap;
}
.footer-link-list{
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.footer-link-list a{
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .left-icon{
  color: #D9D9D9;
}
.pagination .pagination-numbers{

}
.pagination .right-icon{
  color: #D9D9D9;
}
.ellipsis{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cursor{
  cursor: pointer;
}
.hide{
  display: none;
}
