:root {
  --main-color: #c50303;
  --sidebar-bg-color: #fce7e0;
  --base-color-active: #9f0000;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  font-family: 'PuHuiTi', 'Helvetica Neue', Helvetica, 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
}
.header-bg {
}
.singe {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  width: 100%;
}
.singe1 {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  width: 100%;
}
.singe3 {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 3;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  width: 100%;
}

.home_page {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.home_page_layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}

.menu_layout {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}

.menu_layout .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-right: 105px;
  cursor: pointer;
}

.menu_layout .item .text {
  font-weight: 500;
}
.menu_layout .item .text1 {
  font-weight: 700;
}

.menu_layout .item .selectIcon {
  width: 75px;
  height: 4px;
  margin-top: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

.menu_layout .item .selectIcon1 {
  width: 75px;
  height: 4px;
  margin-top: 3px;
}

.home_info {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}
.home_info_layout {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_info_layout .left {
  display: flex;
  flex-direction: column;
  line-height: 30px;
  height: 250px;
  justify-content: space-between;
}

.home_info_layout .right {
  width: 360px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #000000;
  height: 250px;
}

.home_info_layout .right .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_info_layout .right .top .imgs {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_info_layout .right .top .imgs .img {
  width: 160px;
  height: 160px;
}

.home_info_layout .right .buttons {
  width: 100%;
  margin-top: 24px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c50303;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.home_code {
  width: 100%;
  height: 48px;
  background: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
}

.kefu {
  width: 64px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  right: 25px;
  top: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
}
.jingdong {
  width: 180px;
  height: 224px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  left: 0px;
  top: 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jingdong .top {
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #2876ff 0%, #c50303 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jingdong .content {
  width: 100%;
  height: 184px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jingdong .content .img {
  width: 160px;
  height: 160px;
}

.gongzonghao {
  width: 180px;
  height: 224px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 0px;
  top: 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gongzonghao .top {
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #2876ff 0%, #c50303 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gongzonghao .content {
  width: 100%;
  height: 184px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gongzonghao .content .img {
  width: 160px;
  height: 160px;
}
