.main-home-wrapper {
  height: 100vh;
  overflow: scroll;
}

ul p {
  margin: 0.40rem 0;
}

/* 通知公告 */
.tzgg-area {
  width: 100%;
  height: 1.10rem;
  background: #FFFFFF;
}

.tzgg-area .tzgg-center {
  width: 15.20rem;
  height: 1.10rem;
  margin: 0 auto;
  overflow: hidden;
}
 
.tzgg-area .tzgg-center ul {
  position: relative;
  top: 0;
  left: 0;
}

.tzgg-area .tzgg-center ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.10rem;
  cursor: pointer;
}

.tzgg-area .tzgg-center ul li .tzgg-left {
  display: flex;
  align-items: center;
  /* flex: 1; */
  margin-right: 0.24rem;
  width: 90%;
  overflow: hidden;
}

.tzgg-area .tzgg-center ul li .tzgg-left img {
  width: 0.32rem;
  height: 0.32rem;
}

.tzgg-area .tzgg-center ul li .tzgg-left .line {
  display: inline-block;
  width: 1px;
  height: 0.12rem;
  background: rgba(0,0,0,0.25);
  margin: 0 0.32rem;
}

.tzgg-area .tzgg-center ul li .tzgg-left .tag {
  width: 0.96rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #B89770;
  border-radius: 0.08rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-right: 0.24rem;
}

.tzgg-area .tzgg-center ul li .tzgg-left .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  /* flex: 1; */
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tzgg-area .tzgg-center ul li .more {
  display: flex;
  align-items: center;
}

.tzgg-area .tzgg-center ul li .more .more-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  margin-right: 0.09rem;
}

.tzgg-area .tzgg-center ul li .more .more-icon {
  width: 0.18rem;
  height: 0.12rem;
  background-image: url(../images/right_grey.png);
  background-size: 100% 100%;
}
/* 通知公告 */


/* 统计数据和广告位轮播 */
.data-ad-area {
  width: 100%;
  height: 5.52rem;
  background-image: url(../images/home/home_bg.png);
  background-size: 100% 100%;
  padding: 0.40rem 0px;
  box-sizing: border-box;
}

.data-center {
  width: 15.20rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 0.40rem;
}

.data-left {
  width: 10.74rem;
  height: 2.92rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  margin-right: 0.24rem;
  display: flex;
  padding: 0.32rem;
  box-sizing: border-box;
}

.data-left .data-outer-item {
  flex: 1;
}

.data-left .data-outer-item .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.20rem;
  color: #333333;
  line-height: 0.28rem;
}

.data-left .data-outer-item .data-list {
  margin-top: 0.40rem;
  display: flex;
  flex-direction: column;
}

.data-list .data-item {
  display: flex;
  align-items: center;
  height: 0.64rem;
}

.data-list .data-item:first-child {
  margin-bottom: 0.32rem;
}

.data-list .data-item .item-icon {
  width: 0.64rem;
  height: 0.64rem;
  background-size: 100% 100%;
  margin-right: 0.24rem;
}

.data-list .data-item .num-icon {
  background-image: url(../images/home/icon_ljcjje.png);
}

.data-list .data-item .count-icon {
  background-image: url(../images/home/icon_ljcjsl.png);
}

.data-list .data-item .item-right {
  display: flex;
  flex-direction: column;
}

.data-list .data-item .item-right .data-number {
  display: flex;
  align-items: flex-end;
}

.data-list .data-item .item-right .data-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.18rem;
  margin-bottom: 0.12rem;
}

.data-list .data-item .item-right .data-num {
  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 0.32rem;
  color: #B89770;
  line-height: 0.32rem;
}

.data-list .data-item .item-right .data-unit {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.20rem;
}

.login-area {
  width: 4.22rem;
  height: 2.92rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  padding: 0.32rem;
  box-sizing: border-box;
}

.login-area .login-item {
  width: 3.58rem;
  height: 1.00rem;
  background: rgba(184,151,113,0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.login-area .login-item:first-child {
  margin-bottom: 0.28rem;
}

.login-area .login-item .login-icon {
  height: 0.48rem;
  width: 0.48rem;
  background-size: 100% 100%;
  margin-right: 0.16rem;
  margin-left: 0.32rem;
}

.login-area .login-item .zc-icon {
  background-image: url(../images/icon_zc.png);
}

.login-area .login-item .dl-icon {
  background-image: url(../images/icon_login.png);
}

.login-area .login-item .login-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #B89771;
}

.login-area .login-item .more {
  width: 0.26rem;
  height: 0.24rem;
  position: absolute;
  right: 0.31rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/right_act.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.ad-banner {
  width: 15.20rem;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.ad-banner .swiper-slide img {
  width: 15.20rem;
  height: 1.40rem;
}


/* 统计数据和广告位轮播 */

/* 交易信息 */
.unit-header {
  height: 0.84rem;
  width: 15.20rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.56rem;
  margin-bottom: 0.40rem;
}

.unit-header .unit-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.40rem;
  line-height: 0.56rem;
  color: #333333;
  position: relative;
}

.unit-header .unit-title::after {
  display: inline-block;
  content: "";
  width: 1.60rem;
  height: 3px;
  background: #8A3637;
  position: absolute;
  bottom: -0.28rem;
  left: 50%;
  transform: translateX(-50%);
}

.more {
  position: absolute;
  right: 0px;
  /* top: 0.10rem; */
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  cursor: pointer;
}

.unit-header .more {
  top: 0.16rem;
}

.more .more-icon {
  margin-left: 0.09rem;
  width: 0.18rem;
  height: 0.12rem;
  background-image: url(../images/right_grey.png);
  background-size: 100% 100%;
}

.jyxx-area {
  background: #F8F8F8;
  overflow: hidden;
}

.jyxx-center {
  width: 15.20rem;
  margin: 0 auto;
  display: flex;
}


.jyxx-left {
  width: 10.74rem;
  margin-right: 0.24rem;
}

.jyxx-right {
  width: 4.22rem;
}

.jyxx-title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.40rem;
  margin-bottom: 0.24rem;
}

.jyxx-title .title-line {
  width: 3px;
  height: 0.24rem;
  background: #8A3637;
  margin-right: 0.16rem;
}


.left-list {
  /* height: 4.48rem; */
  border-radius: 0.16rem;
  background: #FFFFFF;
}

.left-list .gg-tab {
  height: 0.86rem;
  line-height: 0.85rem;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 0.32rem;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
}

.left-list .gg-tab span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.20rem;
  color: #999999;
  margin-right: 0.56rem;
}

.left-list .gg-tab span:last-child {
  margin-right: 0px;
}

.left-list .gg-tab .active {
  color: #B89771;
}

.left-list .header,
.left-list ul li {
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-size: 0.18rem;
  color: rgba(51,51,51,0.85);
  padding: 0px 0.32rem;
  box-sizing: border-box;
}

.left-list .header {
  height: 0.73rem;
  line-height: 0.73rem;
  font-weight: 600;
  color: #333333;
}

.left-list ul li {
  height: 0.75rem;
  line-height: 0.74rem;
  font-weight: 400;
  color: rgba(51,51,51,0.85);
  border-top: 1px solid #EEEEEE;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.left-list ul li:hover {
  background: rgba(184,151,113,0.1);
}

.left-list ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-list .name {
  width: 5.17rem;
}

.left-list .code {
  /* width: 4.77rem; */
  width: 2rem;
  margin: 0px 0.24rem;
}

.left-list .time {
  width: 1.20rem;
}

.ggxx-area {
  margin-top: 0.40rem;
  margin-bottom: 0.56rem;
}

.ggxx-area .left-list .name {
  width: 5.12rem;
}

.ggxx-area .left-list .code {
  width: 4.82rem;
}

/* 右侧 */
.psxx-outer {
  background: url(../images/home/psxx_bg.png) no-repeat;
  background-color: #FFFFFF;
  background-size: 100% 1.59rem;
  border-radius: 0.16rem;
}

.psxx-tab {
  height: 0.85rem;
  line-height: 0.85rem;
  box-sizing: border-box;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}

.psxx-tab span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.20rem;
  color: #999999;
  flex: 1;
  cursor: pointer;
  text-align: center;
}

.psxx-tab .active {
  color: #B89771;
}

.right-list {
  box-sizing: border-box;
}

.right-list li {
  height: 0.75rem;
  line-height: 0.75rem;
  padding:  0 0.24rem;
  border-top: 1px solid #EEEEEE;
  box-sizing: border-box;
  position: relative;
}

.right-list li:hover {
  background: rgba(184,151,113,0.1);
}

.right-list li span {
  position: relative;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.22rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: rgba(51,51,51,0.85);
  display: inline-block;
}

.right-list li span::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #B89771;
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
}

#cgjh-list {
  height: 3.75rem;
  overflow: hidden;
}

#ggxx-list, #psxx-list, #cjwt-list {
  height: 5.25rem;
  overflow: hidden;
}

.cjwt-area {
  margin-top: 0.40rem;
}

.cjwt-outer {
  background: url(../images/home/cjwt_bg.png) no-repeat;
  background-color: #FFFFFF;
  background-size: 100% 1.59rem;
  border-radius: 0.16rem;
}

.cjwt-outer .right-list li:first-child {
  border: none;
}

.cjwt-outer .right-list li span::after {
  background: #8A3637;
}

/* 交易信息 */


/* 阳光商城公告 */
.ygcgsc-area {
  width: 15.20rem;
  margin: 0 auto;
  margin-bottom: 0.56rem;
}

.ygcg-center {
  background: #F8F8F8;
  border-radius: 0.16rem;
}

.ygcg-center .name {
  width: 6.16rem;
}

#ygcg-list {
  height: 5.25rem;
}

#ygcg-list .name {
  width: 10.16rem;
}

.ygcgsc-area .ygcg-center .name {
  width: 10.16rem;
}

#ygcg-list p {
  margin: 10px auto;
}

/* 阳光商城公告 */


/* 漂浮弹窗 */
.runMessageBox {
  position: fixed;
  padding: 0.24rem 0.28rem;
  width: 4.00rem;
  height: 2.15rem;
  background: rgba(255,255,255,0.55);
  box-shadow: 0px 0.03rem 0.09rem 0px rgba(0,0,0,0.05);
  border-radius: 0.16rem;
  border: 1px solid rgba(0,0,0,0.1);
  backdrop-filter: blur(0.10rem);
  /* top: 0;
  left: 0; */
  right: 1.00rem;
  bottom: 0.30rem;
  z-index: 9999;
  box-sizing: border-box;
}

.runMessageBox a {
  cursor: pointer;
}

.runMessageBox .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC, PingFang SC;
  font-weight: 700;
  font-size: 0.20rem;
  color: #333333;
  line-height: 0.28rem;
}

.runMessageBox .header img {
  width: 0.12rem;
  height: 0.12rem;
  cursor: pointer;
}

.runMessageBox .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.1);
  margin: 0.16rem 0 0.24rem 0;
}

.runMessageBox ul li  {
  margin-top: 0.16rem;
}

.runMessageBox ul li:first-child {
  margin-top: 0;
}

.runMessageBox ul li a {
  display: inline-block;
  width: 100%;
}

.runMessageBox ul li span {
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ad-banner-swiper {
  position: relative;
}

.swiper-pagination-bullet {
  background: #fff;
}