<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  padding: 0rem;
  margin: 0rem;
  font-family: '微软雅黑';
  background: #F2F2F2;
  width: 100%;
  height: 100%;
}
.appContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.appContainer div {
  box-sizing: border-box;
}
.appContainer .nav_warp {
  /* width: 1202px; */
  width: 12.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.94rem;
  background: #ffffff;
  margin: 0 auto;
}
.appContainer .nav_warp .topleftLogo {
  height: 0.58rem;
}
.appContainer .nav_warp .menuList {
  display: flex;
  align-items: center;
}
.appContainer .nav_warp .menuList .menuItem {
  width: 1.5rem;
  height: 0.91rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #A3A3A3;
  margin-left: 0.18rem;
  cursor: pointer;
}
.appContainer .nav_warp .menuList .menuItem .mark {
  visibility: hidden;
  width: 1rem;
  height: 0.04rem;
  background: #E18F22;
  margin-top: 0.29rem;
}
.appContainer .nav_warp .menuList .menuActive {
  color: #E18F22;
}
.appContainer .nav_warp .menuList .menuActive .mark {
  visibility: visible;
}
.appContainer .nav_warp .menuList .kefu {
  width: 1.5rem;
  height: 0.52rem;
  background: url("../static/others/kefuIcon.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  margin-left: 0.18rem;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.appContainer .nav_warp .menuList .kefu .kefubox {
  visibility: hidden;
  position: absolute;
  top: 0.52rem;
  padding-top: 0.29rem;
  left: -0.45rem;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner {
  width: 2.45rem;
  height: 2.61rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: url("../static/others/kefuboxBg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.44rem;
  cursor: auto;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.77rem;
  height: 0.62rem;
  background: #ffffff;
  border-radius: 0.1rem;
  margin-bottom: 0.33rem;
  padding-left: 0.25rem;
  padding-right: 0.19rem;
  background: url("../static/others/border1.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .lbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .lbox .kefuIcon {
  width: 0.34rem;
  height: 0.35rem;
  background: url("../static/kefuIcon.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .lbox .wangwangIcon {
  width: 0.34rem;
  height: 0.35rem;
  background: url("../static/wangwangIcon.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .lbox .l_text {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #c49e7d;
  margin-left: 0.07rem;
  text-align: left;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .lbox .l_text .l_text2 {
  margin-top: 0.02rem;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .kefuArrow {
  width: 0.1rem;
  height: 0.16rem;
  background: url("../static/others/right_arrow1.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item .kefuArrow2 {
  display: none;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:last-child {
  margin-bottom: 0;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover {
  background: url("../static/others/border2.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover .l_text {
  color: #ffffff;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover .kefuIcon {
  width: 0.34rem;
  height: 0.35rem;
  background: url("../static/kefuIcon2.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover .wangwangIcon {
  width: 0.34rem;
  height: 0.35rem;
  background: url("../static/wangwangIcon2.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover .kefuArrow1 {
  display: none;
}
.appContainer .nav_warp .menuList .kefu .kefubox .inner .kefulist .item:hover .kefuArrow2 {
  display: block;
}
.appContainer .nav_warp .menuList .kefu:hover {
  background: url("../static/others/kefuIcon2.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .kefu:hover .kefubox {
  visibility: visible;
}
.appContainer .nav_warp .menuList .downApp {
  width: 1.5rem;
  height: 0.52rem;
  background: url("../static/downApp.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  margin-left: 0.18rem;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.appContainer .nav_warp .menuList .downApp .erweimabox {
  visibility: hidden;
  position: absolute;
  top: 0.52rem;
  padding-top: 0.29rem;
  left: -0.45rem;
}
.appContainer .nav_warp .menuList .downApp .erweimabox .inner {
  width: 2.45rem;
  height: 2.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: url("../static/others/erweimaboxBg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  cursor: auto;
}
.appContainer .nav_warp .menuList .downApp .erweimabox .inner .tittle {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #AE875E;
}
.appContainer .nav_warp .menuList .downApp .erweimabox .inner .erweima {
  width: 1.52rem;
  height: 1.52rem;
  margin-top: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../static/others/erweimaBg.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .downApp .erweimabox .inner .erweima .erweima_img {
  display: block;
  width: 1.14rem;
  height: 1.14rem;
}
.appContainer .nav_warp .menuList .downApp .erweimabox .inner .b_tittle {
  font-size: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #AE875E;
  margin-top: 0.1rem;
}
.appContainer .nav_warp .menuList .downApp:hover {
  background: url("../static/downApp2.png") no-repeat;
  background-size: 100% 100%;
}
.appContainer .nav_warp .menuList .downApp:hover .erweimabox {
  visibility: visible;
}
.appContainer .RouterItem {
  display: none;
}
.appContainer .RouterItem_show {
  display: block;
}
.appContainer .indexRouter {
  width: 100%;
}
.appContainer .indexRouter .homePageVue {
  width: 100%;
  background-color: #E8E8EB;
}
.appContainer .indexRouter .homePageVue .content {
  width: 100%;
  background-color: #E8E8EB;
}
.appContainer .indexRouter .homePageVue .content .homebg {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.appContainer .indexRouter .homePageVue .content .huodongList {
  /* width: 1202px; */
  width: 12.02rem;
  height: 1.95rem;
  margin: 0 auto;
  margin-top: -1.9rem;
}
.appContainer .indexRouter .homePageVue .content .huodongList .huodongListInner {
  display: flex;
  justify-content: center;
  /* width: 1202px; */
  width: 12.02rem;
  height: 1.3rem;
  margin: 0 auto;
}
.appContainer .indexRouter .homePageVue .content .huodongList .huodongListInner .huodongItem {
  width: 2.95rem !important;
  height: 1.3rem;
  margin-bottom: 0.05rem;
  margin-right: 0.05rem;
  cursor: pointer;
}
.appContainer .indexRouter .homePageVue .content .huodongList .huodongListInner .huodongItem .huodongItem_img {
  width: 100%;
  height: 100%;
}
.appContainer .indexRouter .homePageVue .content .huodongList .huodongListInner .huodongItem:nth-child(even) {
  margin-right: 0rem;
}
.appContainer .indexRouter .homePageVue .content .huodongList .huodongListInner::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.appContainer .bottomBox {
  width: 100%;
  height: 1.5rem;
  background-color: #414755;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appContainer .bottomBox .topContent {
  /* width: 1202px; */
  width: 12.02rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.appContainer .bottomBox .topContent .item {
  width: 0.84rem;
  height: 0.3rem;
}
.appContainer .bottomBox .topContent .item .eachImg {
  height: 0.3rem;
}
.appContainer .bottomBox .topContent .item .eachImg1 {
  display: block;
}
.appContainer .bottomBox .topContent .item .eachImg2 {
  display: none;
}
.appContainer .bottomBox .topContent .item:hover .eachImg1 {
  display: none;
}
.appContainer .bottomBox .topContent .item:hover .eachImg2 {
  display: block;
}
.appContainer .bottomBox .middleContent {
  /* width: 1202px; */
  width: 12.02rem;
  height: 0.01rem;
  background-color: #878FA7;
}
.appContainer .bottomBox .bContent {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #878EA6;
  margin-top: 0.16rem;
}
</pre></body></html>