.activeBarBox {
    background-color: #148df7;
    min-width: 1200px
}

.bannerBox {
    height: 500px;
    min-width: 1200px;
    /* background-size: 100% 100%; */
    position: relative;
    overflow: hidden;
}

.bannerBox img {
    /* display: block;
    height: 100%;
    width: 100%; */
    position: absolute;
    margin-left: 50%;
    top: 0px;
    left: -960px;
    width: 1920px !important;
    height: 500px;
}


.c808080 {
    color: #808080;
}


.mt80 {
    margin-top: 80px;
}
.f30 {
    font-size: 30px;
}



 
.contactBox {
    justify-content: space-between;
}

.titleBox {
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  font-size: 26px;
  background: url(../images/icon01.png) no-repeat left center;
  margin: 0px 0 20px 0px;
}
/* 最新动态 */
/* con2Box */
.con2Box {
  /* background-color: #f7f9fc; */
  padding-top: 40px;
}
.projectBox {
  display: flex;
  align-items: center;
  padding: 0 20px 0 ;
  background-color: #fff;
  border-radius: 10px;
  height: 120px;
}
.projectItem {
    display: flex;
    align-items: center;
    width: 290px;
    box-sizing: border-box;
    border-right: 1px solid #e8eef7;
    padding-left: 40px;
}
.projectItem:last-child { 
  border-right: none;
}
.projectItem img { 
    margin-right: 20px;
}

/* con3Box */
.con3Box {
  /* background-color: #f7f9fc; */
  padding-top: 40px;
}
.policyBox { 
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.policyItem {
   background-color: #fff; 
   width: 590px;
   height: 440px;
   border-radius: 10px;
   padding: 20px;
   box-sizing: border-box;
}
.policyItemTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8eef7;
}
.policyItemTitleLeft {
    width: 125px;
    height: 38px;
    background: url(../imgMegagame/p1.png) no-repeat center center;
    padding-left: 20px;
    line-height: 38px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.policyListBox {

}
.policyListItem {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #e8eef7;
}
.policyListItem p {
    display: flex;
    align-items: center;
}
.policyListItem:last-child { 
  border-bottom: none;
}
.policyListItemName {
    
}
.policyListItem:hover p span {
    color: #148df7;
}
.policyListItemLeft {
    width: 74px;
    height: 86px;
    background: url(../imgMegagame/p17.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.policyListItemLeft p {
    display: block;
    margin: 0;
    padding: 0;
}
.policyListItemRight p:nth-child(1) {
    display: inline-block;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policyListItemRight div:nth-child(2) {
    width: 450px;
    line-height: 22px;      /* 固定像素值，便于计算 */
    height: 44px;          /* 22 × 2 = 44，正好两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.policyListItem:hover .policyListItemName {
    color: #148df7;
}


/* 报名入口 */
 .topBox {
  margin: 40px 0 0;
}
 .topBox img {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}

 .topBox a {
  top: 42px;
  right: 80px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/bmBtn.png) no-repeat center center;
}
.bgAuto {
    width: 100%;
    height: 900px;
    background: url(../imgMegagame/bg1.png) no-repeat center center;
    background-size: 100% 100%;
}
/* con4Box */
.con4Box {
    /* border: solid 1px red; */
    padding-top: 40px;
    width: 100%;
    height: 540px;
    background: url(../imgMegagame/bg2.png) no-repeat center center;
    background-size: 100% 100%;
}
.fundBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.fundItem { 
    background-color: #fff; 
    width: 590px;
    height: 442px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #dcedfc; 
}
.fundItemTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f9fd;
    padding: 13px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}
.fundItemTitleLeft {
    display: flex;
    align-items: center;
}
.fundListBox {
    padding: 0 20px;

}
.fundListItem {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #e8eef7;
}
.fundListItem img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
}
.fundListItem:last-child { 
  border-bottom: none;
}
.fundListItem:hover div p:nth-child(1) { 
    color: #148df7;
}
.fundListItem div p { 
    width: 433px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* con5Box */
.con5Box {
    width: 100%;
    height: 340px;
    background: url(../imgMegagame/bg3.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 40px;
}
.carrierBox {
    display: flex;
    gap: 20px;
    overflow: hidden;
}
.carrierItem {
    background-color: #fff;
    width: 284px;
    height: 244px;
    border-radius: 10px;
    padding: 20px 20px 0px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    z-index: 99;
}
.carrierItem img { 
    width: 256px;
    height: 167px;
    border-radius: 10px;
}
.carrierItem p {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.carrierItem:hover{ 
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}
.carrierItem:hover p { 
    color: #148df7;
}

/* con6Box */
.con6Box {
    width: 100%;
    height: 470px;
    background: url(../imgMegagame/bg4.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 40px;
    
}
.demandTitleList {
    display: flex;
    gap: 20px;
    align-items: center;
    /* border: 1px solid red; */
    margin-left: 20px;
    width: 938px;
    overflow: hidden;
}
.demandTitleItem {
    padding: 6px 4px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #dcedfc;
    min-width: 80px;
    box-sizing: border-box;
    text-align: center;
}
.demandTitleItem:hover, .demandTitleItem.active { 
    background-color: #fff;
    color: #148df7;
    border-color: #148df7;
}


.demandBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.demandItem { 
    background-color: #fff; 
    width: 590px;
    height: 376px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #dcedfc; 

}
.demandItemTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f9fd;
    padding: 13px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}
.demandItemTitleLeft {
    display: flex;
    align-items: center;
}
.demandListBox {
    padding: 0 20px;

}
.demandListItem {
    padding: 20px 0;
    border-bottom: 1px dashed #e8eef7;
}
.demandListItem p:nth-child(1) {
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.demandListItem p:nth-child(3) {
    width: 550px;
    height: 40x;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.demandListItem:last-child { 
  border-bottom: none;
}
.demandListItem:hover p:nth-child(1) { 
    color: #148df7;
} 
.demandType li, .demandType2 li{
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    margin-right: 10px;
}
.demandType li:nth-child(1), .demandType2 li:nth-child(1){
    border: 1px solid #edf6fe;
    color: #148df7;
    background-color: #edf6fe;
}
.demandType li:nth-child(2){
    border: 1px solid #e7fbeb;
    color: #0fd537;
    background-color: #e7fbeb;
}
.demandType2 li:nth-child(2){
    border: 1px solid #fff4ec;
    color: #f79a14;
    background-color: #fff4ec;
}
/* con7Box */
.con7Box {
    width: 100%;
    height: 350px;
    background: url(../imgMegagame/bg5.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 40px;
}

/* 直播专题 */
.special .bd {
    overflow: hidden;
    width: 1180px;
    height: 250px;
}
.tempWrap {
    /* width: 1180px !important; */
}
.special .bd li {
    width: 380px;
    height: 250px;
    float: left;
    /* padding: 0 20px; */
    margin-right: 20px;
    background: url(../images/special.jpg) center center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
.special .bd li img{
    width: 380px;
    height: 250px;
    border-radius: 10px;
}

.special .bd p {
    left: 20px;
    bottom: 20px;
}

.special .bd span {
    width: 20px;
    height: 20px;
    background: url(../images/back.png) center center no-repeat;
}

.next {
    right: -35px;
    top: 110px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #e1e3e5;
    color: #bdbdbd;
    /* background: url(../images/prev.png) center center no-repeat; */
}
.next:hover {
    background: #148df7;
    color: #fff;
}

.prev {
    left: -50px;
    top: 110px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #e1e3e5;
    color: #bdbdbd;
    /* background: url(../images/next.png) center center no-repeat; */
}
.prev:hover {
    background: #148df7;
    color: #fff;
}
.pageState {
    width: 50px;
    text-align: center;
}

.pageState span {
    color: #147af7;
    font-weight: 700;
}
/* con8Box */
.con8Box { 
    width: 100%;
    height: 510px;
    background: url(../imgMegagame/bg6.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 40px;
}
.activityTitle {
    width: 750px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; 
    margin-bottom: 30px;
}
.selArea {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    background: #fff;
    margin-right: 10px;
    color: #666;
}
.activityBox .activityListBox {
    position: relative;
    top: 0;
}
/* 轮播容器：高度 = 每条 li 高度 × vis，必须精确匹配 */
.activitySlideBox {
    height: 340px;
    overflow: hidden;
}
.activityListItem {
    width: 750px;
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.activityListItem:hover .activityName{
    color: #148df7;
}
.activityListItem:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.activityImgImg {
    width: 150px;
    height: 100px;
    border-radius: 8px;
}
.activityInfo p:nth-child(1) {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.superscript {
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
}
/* 日历 */
.calendarBox {
    width: 420px;
    height: 422px;
    background: url(../imgMegagame/p15.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -20px;
}
.cal1 .clndr .clndr-controls{
    height: 10px;
    line-height: 10px;
    display: flex;
    justify-content: end;
}
.cal1 .clndr .clndr-controls .month{
    line-height: 40px;
}
.cal1 .clndr .clndr-table{
    width: 100%;
    border-spacing: 14px;
    padding: 2px 0px;
}
.calendarBox .cal1{
    width: 402px;
    height: 350px;
    margin-top: 60px;
    margin-left: 10px;
}
.cal1 {
    background: none;
}
.cal1 .clndr .clndr-table tr .day {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px;
    /* margin-top: 6px; */
    padding: 2px;
    border-radius: 50%;
    background-color: #e8f5ff;
    cursor: pointer;
    /* box-shadow: 0px 0px 10px #ecf2fb; */
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
    background: url(../imgMegagame/riliPoint.png) no-repeat 30px 10px;
    background-color: #e8f5ff;
    cursor: pointer;
}
.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .event.on,
.cal1 .clndr .clndr-table tr .day.my-event:hover,
.cal1 .clndr .clndr-table tr .my-event.on {
    background: url(../imgMegagame/riliPoint.png) no-repeat 30px 10px;
    background-color: #f99414;
    color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
    float: left;
    width: 1%;
    text-align: right;
    margin-top: 14px;
}

.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
    text-align: left;
    width: 1%;
    margin-right: 8px;
}
.cal1 .clndr .clndr-controls .month {
    float: left;
    width: 33%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    font-size: 18px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    font-size: 18px;
    color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    font-size: 18px;
    color: #fff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    background: none;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: none;
}
.calendarTitle {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    left: 20px;
    top: 50px;
}
