/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  height: 100vh;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}
.btn{
  cursor: pointer;
}

.web-menu-btn {
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 10;
  width: 6.86rem;
  height: 6.86rem;
  padding-top: 1.2rem;
  background: #000;
  cursor: pointer;
}

.page-footer {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.web-menu-btn .menu-tit {
  margin: .48rem 0;
  color: #fff;
  font-size: 0.96rem;
  line-height: 2.32rem;
  text-align: center;
}
.web-logo-h1 {
  width: 14.52rem;
  height: 5.88rem;
  left: 1.2rem;
}
.web-menu-btn .menu-icon {
  width: 4.2rem;
  height: 2.64rem;
}

.mask-menu-wrap .close-btn {
  right: .2rem;
  top: .2rem;
  width: 5.88rem;
  height: 5.88rem;
  padding-top: .15rem;
}
.mask-menu-wrap .close-btn .close-icon {
  width: 4.2rem;
  height: 2.64rem;
  margin: 0 auto;
}
.mask-menu-wrap .close-btn .close-tit {
  margin: .48rem 0;
  color: #fff;
  font-size: .96rem;
  line-height: 1.32rem;

}
.mask-menu-wrap .mask-content .logos-wrap {
  width: 12rem;
  margin-right: 3rem;
}
.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-title {
  margin-bottom: 1.8rem;
  font-size: 2.16rem;
  line-height: 3rem;
}
.mask-menu-wrap .mask-content .menus-wrap .menus-item {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
}
.mask-menu-wrap .mask-content .menus-wrap {
  width: 18rem;
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item {
  padding-left: 1.44rem;
  line-height: 1.8rem;
}
.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item a {
  font-size: 1.08rem;
}
.mask-menu-wrap .mask-content {
  width: auto;
  padding-top: 4.2rem;
}


.text-wrapper_9995 {
  width: 3.38rem;
  height: 1.06rem;
  border: solid 0.063rem #6c6b70;
  margin: 1px;
}
.text-wrapper_9996 {
  width: 10.06rem;
  height: 1.06rem;
  border: solid 0.063rem #6c6b70;
  margin: 1px;
}
.font_3001 {
  font-size: 0.75rem;
  font-family: 'PingFang SC';
  line-height: 0.97rem;
  color: #eeeeee;
}
.section_9007 {
  padding: 0.63rem 0 0.13rem;
  background-color: #6c6b70;
  width: 2.31rem;
  height: 100%;
}
.section_9006 {
  border: solid 0.063rem #6c6b70;
}
.text_9006 {
  color: #eeeeee;
  font-size: 1.44rem;
  font-family: 'PingFang SC';
  line-height: 2rem;
}
.text-wrapper_3000 {
  background-color: #6c6b70;
  width: 2.31rem;
  height: 1.06rem;
  margin: 5px;
}
.font_3002 {
  font-size: 0.75rem;
  font-family: 'PingFang SC';
  line-height: 1.06rem;
  color: #ffffff;
}
.web-photo-btn{
  right: 8.2rem;
  border: 2px solid #000;
  padding: 1px;
  background: white;
  display: none;
  position: fixed;
  top: 1.2rem;
  z-index: 10;
  width: 6.86rem;
  height: 6.86rem;
  cursor: pointer;
}
.web-user-panel {
  position: fixed;
  top: 1.2rem;
  z-index: 10;
  cursor: pointer;
  right: 8.1rem;
  width: 21.5rem;
  height: 11.9rem;
  border: 2px solid #000;
  padding: 1px;
  background: white;
  display: none;
}
