@font-face {
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi-M;
  src: url(150b8ee34940fba3a3d1.otf);
}
@font-face {
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi-R;
  src: url(7ce3397adc5570fccd7b.otf);
}
#webpack-dev-server-client-overlay {
  display: none !important;
}
/* Chrome Safari */
::-webkit-scrollbar {
  display: none;
}
.ant-select-dropdown {
  z-index: 99999999;
}
.ant-message {
  z-index: 99999999;
}
.ant-dropdown {
  z-index: 99999999;
}
.ant-mentions-dropdown {
  z-index: 99999999;
}
.ant-dropdown-menu {
  box-shadow: none;
  border-style: solid;
  border-color: rgba(85, 82, 115, 0.5);
  border-width: 1px;
  border-radius: 5px;
  max-height: 500px;
  overflow: scroll;
}

.mai_home_box_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row-reverse;
}
.mai_home_box_video_container {
  background: #000000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mai_home_box_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mai_home_box_content_root_container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.mai_home_box_content_container {
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  overflow-y: scroll;
}
.mai_home_box_top_container {
  width: 100%;
  min-height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.mai_home_box_top_icon {
  width: 25px;
  height: 25px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mai_home_box_content_header_root_container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
}
.mai_home_box_content_header_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mai_home_box_content_header_content_icon {
  width: 135px;
  height: 120px;
}
.mai_home_box_content_header_content_title_container {
  height: max-content;
}
.mai_home_box_content_header_content_title_txt {
  font-family: Arial, Arial;
  font-size: 50px;
  color: #F4F4F4;
  text-align: center;
}
.mai_home_box_content_header_content_title_desc_txt {
  font-family: ArialMT;
  font-size: 20px;
  color: #BBB5F8;
  margin-top: 10px;
  text-align: center;
}
.mai_home_box_content_header_content_slogan {
  font-family: ArialMT;
  font-size: 100px;
  color: #F4F4F4;
  margin-left: 30px;
}
.mai_home_box_btn_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.mai_home_box_btn_content_container {
  width: max-content;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 10px;
}
.mai_home_box_btn_content_container:hover {
  border-bottom: 1px solid #F4F4F4;
}
.mai_home_box_btn_icon {
  font-size: 20px;
  color: #F4F4F4;
  margin-right: 10px;
}
.mai_home_box_btn_txt {
  font-size: 20px;
  color: #F4F4F4;
}
.mai_home_box_bottom_txt_1 {
  color: #A2A6AD;
  font-size: 15px;
  font-family: ArialMT;
  margin-top: 30px;
}
.mai_home_box_bottom_txt_2 {
  color: #A2A6AD;
  font-size: 15px;
  font-family: ArialMT;
  margin-top: 10px;
  margin-bottom: 50px;
}
.mai_home_box_content_sections_content_container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
}
.mai_home_box_content_sections_content_icon {
  margin-top: 6px;
  height: 40px;
  width: 40px;
}
.mai_home_box_content_sections_content_title_txt {
  font-family: Arial, Arial;
  font-size: 25px;
  color: #F4F4F4;
}
.mai_home_box_content_sections_content_desc_txt {
  margin-top: 11px;
  font-family: ArialMT;
  font-size: 17px;
  color: #FFFFFF;
}
.mai_home_box_download_container {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.mai_home_box_download_sub_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: default;
  border-radius: 10px;
  border: #F4F4F4 solid 1px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  width: 300px;
  background: #0E1117;
}
.mai_home_box_download_icon {
  font-size: 35px;
  color: #F4F4F4;
  margin-right: 10px;
}
.mai_home_box_download_text {
  margin-top: 5px;
  font-size: 20px;
  color: #F4F4F4;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
.mai_home_box_download_text:hover {
  border-bottom: 1px solid #F4F4F4;
  color: #F4F4F4;
}

.mai_home_contact_dialog_container {
  width: 100%;
  height: max-content;
  background: #1B1C26;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.mai_home_contact_dialog_head_container {
  width: 100%;
  height: 44px;
  background: #0E1117;
  position: relative;
}
.mai_home_contact_dialog_title_txt {
  color: #E6EDF3;
  font-size: 14px;
  font-weight: bold;
  font-family: Alibaba-PuHuiTi-M;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mai_home_contact_dialog_title_close {
  font-size: 11px;
  color: #E6EDF3;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
  padding-right: 12px;
}
.mai_home_contact_dialog_content_container {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mai_home_contact_dialog_content_item_container {
  min-width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}
.mai_home_contact_dialog_content_title {
  color: #E6EDF3;
  font-size: 18px;
  min-width: 80px;
  max-width: 80px;
  margin-right: 30px;
  text-align: right;
}
.mai_home_contact_dialog_content_txt {
  color: #E6EDF3;
  font-size: 18px;
}
.mai_home_contact_dialog_content_img {
  width: 300px;
  height: 300px;
}

