* {
    margin: 0;
    padding: 0;
    /* letter-spacing: 1px;
    word-spacing: 1px; */
}
body{
    margin-bottom: 0!important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

li a {
    color: #000;
}

#box {
    width: 100%;
    background: url(./80_mobile_bg.png) no-repeat;
    background-size: 100% 100%;
}

#box .top {
    position: relative;
    margin-bottom: 70px;
}

#box .topImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.header {
    width: 100%;
    height: 90px;
    margin-top: -15px;
}

.header ul {
    height: 100%;
    font-size: 36px;
    color: #fff8d7;
}

.header ul li a {
    color: #fff8d7;
}
/* =================新增 */

.firstModel_header {
    font-size: 30px;
    color: #e61614;
    width: 100%;
    height: 134px;
    /* background:url(./80_mobile_bg_tt.png) no-repeat; */
    background-size:  100% 100%;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 25px auto;
}
/* 主容器 */
.image-container {
    width: 100%;   
    height: 140px; 
    margin: 0 auto;
    position: relative;
    /* border: 1px solid #ddd;  */
  }

  /* 四个红色角的通用样式 */
  .corner {
    width: 30px;   
    height: 30px;  
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;  
    z-index: 1; 
  }

  /* 左上角 */
  .corner.top-left {
    top: 0;
    left: 0;
    background-image: url('80_toutiao_bg_s.png');  
  }

  /* 右上角 */
  .corner.top-right {
    top: 0;
    right: 0;
    background-image: url('80_toutiao_bg_s.png');  
  }

  /* 左下角 */
  .corner.bottom-left {
    bottom: 0;
    left: 0;
    background-image: url('80_toutiao_bg_s.png');  
  }


  /* 右下角 */
  .corner.bottom-right {
    bottom: 0;
    right: 0;
    background-image: url('80_toutiao_bg_s.png'); 
  }

  /* 中间黄色图片 */
  .middle-image {
    position: absolute;
    width: 97.5%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('80_toutiao_bg_b.png');  
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center;  
    z-index: 2;  
    padding: 12px 50px;
    box-shadow: 4px 6px 3px 0px rgb(221 142 73 / 17%);
    display: flex;
    align-items: center;
  }
  .image-container .middle-image a{
    height: auto;
  }
  .middle-image  span{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
    color: #b40500;
  }


/* =================新增 */

.firstModel {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.firstModel img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imageItem img,.imageItem2 img{
    width: 720px;
    height: 405px;
}
.firstModel_list ul li {
    width: 100%;
    height: 178px;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 9px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.firstModel_list ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(-45deg,
            transparent,
            transparent 12px,
            #999898 12px,
            #999898 24px);
}


.firstModel_list ul li a,.activeModel_list ul li a{
    width: 95%;
    display: block;
    color: #000;
    font-size: 31px;
    line-height: 46px;
    /* font-family: "Source Han Sans CN", "Source Han Sans", sans-serif; */
    float: right;
    display: flex;
    align-items: center;
    height: 150px;
    overflow: hidden;
}

.line {
    width: 8px;
    height: 150px;
    background: url(./80_mobile_part1_bg_smalltitle.png);
    background-size: 100% 100%;
    float: left;
    margin-right: 20px;
}

.activeModel_item ul {
    height: 350px;
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
}

.activeModel_item ul li {
    width: 334px;
    height: 350px;
    font-size: 42px;
    background-color: #fff;
    margin-bottom: 25px;
    background: #c83917;
    float: left;
    overflow: hidden;
}
.activeModel_item ul .activeModel_item_l{
    float: left;
}
.activeModel_item ul .activeModel_item_r{
    float: right;
}
.activeModel_item ul .activeModel_item_r div,.activeModel_item ul .activeModel_item_l div{
    width: 100%;
    height: 150px;
}


.activeModel_item ul li img {
    width: 334px;
    height: 188px;
}

.activeModel_item ul li div {
    box-sizing: border-box;
    font-size: 31px;
    line-height: 45px;
    color: #f7f9fe;
    padding: 10px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.activeModel_list ul li{
    width: 100%;
    height: 160px;
    font-size: 42px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 32px;
    padding-bottom: 12px;
    box-sizing: border-box;
    position: relative;
}
.activeModel_list ul li:after,.firstModel_list ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: radial-gradient(#6e6d6d 2px, transparent 2px), radial-gradient(#6e6d6d 2px, transparent 2px);
    background-size: 12px 21px;
    /* background-position: 0 0, 3px 8px; */
    background-position: 0 0, 2px 8px;
}
.activeModel_list ul li::before,.firstModel_list ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: radial-gradient(#6e6d6d 2px, transparent 2px), radial-gradient(#6e6d6d 2px, transparent 2px);
    background-size: 12px 21px;
    background-position: 0 0, -4px 8px;
}
.activeModel_list ul li a {
    height: 150px;
}


.hotModel_item{
    margin-bottom: 30px;
    width: 97%;
    margin: 0 auto;
}

.hotModel_item ul {
    height: 330px;
    /* margin-top: 20px; */
}
.hotModel_item_1{
    float: left;
}
.hotModel_item_1{
    float: right;
}
.hotModel_item ul li {
    width: 48%;
    width: 334px;
    height: 100%;
    font-size: 42px;
    background-color: #fff;
    margin-bottom: 58px;
    background: url(./80_mobile_part3_bg_smalltitle.png) no-repeat;
    background-size: 100% 100%;
}
.hotModel_item ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.hotModel_item ul li img {
    width: 100%;
    height: auto;
    vertical-align: top;
    width: 334px;
    height: 188px;
}

.hotModel_item ul li div {
    padding: 15px 20px;
    color: #fff;
    font-size: 32px;
}

.maxHotImg {
    margin-top: 35px;
}

.endImg {
    width: 100%;
    height: 868px;
    background: url(./80_mb_bottom.png) no-repeat bottom;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 682px;
    box-sizing: border-box;
    margin-top: -581px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endImg p{
    /* font-size: 25px; */
    font-size: 23px;
    line-height: 50px;
}
.tab {
    width: 150px;
    height: 52px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    border-radius: 10px;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.tab a{
    color: #333;
}
#box .top .tab img{
    width: 100%;
    height: 100%;
}

.jian {
    position: absolute;
    /* top: 8px; */
    left: 28px;
}

.fan {
    position: absolute;
    /* top: 8px; */
    right: 28px;
}

.maxImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    height: auto;
    display: none;
}

.carousel-item.active {
    display: block;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dots {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    background-color: #e2e2e2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #fff;
}

.text {
    padding-bottom: 30px;
    width: 100%;
    height: 200px;
    background: url(./80_swiper1_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 31px;
    line-height: 48px;
    color: #fff;
    /* text-align: center; */
    padding-top: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    font-size: 31px;
    display: flex;
    align-items: center;
}

.text a {
    color: #fff;
}

.time {
    width: 110px;
    height: 120px;
    background: url('../25周年mb/images/繁体版澳门25回归（手机首页）-恢复的_09.jpg') no-repeat;
    margin-right: 30px;
    color: #fff;
    align-items: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.hotTitle {
    width: 100%;
    background: url('./80_swiper1_bg.png') no-repeat;
    height: 70px;
    font-size: 31px;
    text-align: center;
    color: #fff;
    /* line-height: 70px; */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.positon_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gaxs_con {
    margin-bottom: 45px;
}
.gaxs_con .li_r{
    background: url(./80_mobile_part3_bg_smalltitle.png) no-repeat;
    background-size: 100% 100%;
}
.gaxs_con .tab_80{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gaxs_con .tab_80 .mb_tab_r{
    font-size: 26px;
    height: 120px;
    line-height: 154px;
    color: #6a2720;
    font-weight: 500;
}
.gaxs_con .tab_l{
    height: 130px; 
    display: flex;
    align-items: center;
}
.gaxs_con  .tab_l .sp{
    margin-right: 32px;
    
}
.gaxs_con .tab_l .pic {
}
.gaxs_con .tab_l img{
    width: 250px;
    height: 70px;
}
 .gaxs_con .context_box .tab_box .l .part3_80_play{
    width: 56px;
    height: 56px;
    background: url(./80_part3_play_btn20250801.png) no-repeat;
    background-size: 100%;
}

 .gaxs_con .part3_ins_con{
    position: relative;
}
.gaxs_con .font div{
    background: url(./80_swiper1_bg.png) no-repeat;
    line-height: 80px;
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gaxs_con  .r img{
    width: 100%;
    float: left;
    height: 210px;
}
.gaxs_con   .r li{
    height: 210px;
    width: 100%;
    margin-bottom: 15px;
}
.gaxs_con .r li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}
.gaxs_con  .r .li_l{
    width: 47%;
    height: 100%;
    position: absolute;
    left: 0;
    position: relative;
    display: inline-block;
}
.gaxs_con  .r .li_l .part3_80_play{
    width: 56px;
    height: 56px;
    background: url(./80_part3_play_btn20250801.png) no-repeat;
    background-size: 100%;
    position: absolute;
}
.gaxs_con   .r .li_r{
    width: 53%;
    height: 100%;
}
.gaxs_con  .r .li_r img{
    width: 100%;
}
.gaxs_con  .r .li_r{
    float: right;
    padding: 30px 20px;
    font-size: 30px;
    color: #fff;
}



.hotModel_content {
    margin-top: 30px;
}

.hotModel_content img {
    width: 482px;
    height: 248px;
}

.hotModel_content div {
    background-color: #5f9716;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    box-sizing: border-box;
}

.hotModel_content div div:first-child {
    font-size: 36px;
    margin-bottom: 5px;
}

.hotModel_content div div:last-child {
    font-size: 30px;
    line-height: 45px;
}

.color {
    color: #f0a53b;
}

.rightImg {
    text-align: right;
}

.hotModel_contents {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hotModel_contents img {
    width: 470px;
    height: 248px;
    justify-content: right;
}

.hotModel_contents div {
    width: 480px;
    height: 248px;
    justify-content: right;
}

.ceshi {
    width: 480px;
    height: 248px;
}

.yellows {
    width: 100%;
    background-color: #fecb00;
    color: #713434;
    font-size: 38px;
    padding-top: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}

.blue {
    width: 100%;
    background-color: #0263d8 !important;
    color: #fff;
    font-size: 38px;
    padding-top: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}

.height {
    height: 248px;
}

.hotModel_contentss {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hotModel_contentss img {
    width: 480px;
    height: 248px;
    justify-content: right;
}

.hotModel_contentss div {
    width: 480px;
    height: 248px;
    justify-content: right;
}

.bot {
    position: relative;
    margin-top: 30px;
}

.video {
    width: 162px !important;
    height: 132px !important;
    position: absolute;
    top: 200px;
    left: 400px;
}

.botTitle a {
    line-height: 84px;
    color: #fff !important;

}

.botTitle {
    width: 100%;
    height: 84px;
    position: absolute;
    bottom: 32px;
    background-color: rgba(15, 15, 15, 0.3);
    font-size: 36px;
    text-align: center;
    line-height: 84px;
    color: #fff !important;
}


.containter,.containter2 {
    position: relative;
    width: 100%;
    height: 605px;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    margin-bottom: 20px;
    /* margin-bottom: 20px; */
    /* padding-bottom: 30px; */
}

.imageBox,.imageBox2 {
    width: 100%;
    display: flex;
    transition: all .5s;
}

.imageItem,.imageItem2 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.circleBox,.circleBox2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 18px; */
    width: 200px;
    height: 40px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: -60px;
}

.circleItem,.circleItem2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 10;
    background: url('./80_mobile_icon_btn1.png') no-repeat center;
    background-size: 60% 60%; 
}

.circleItem:hover, .circleItem2:hover {
    cursor: pointer;
}

.active_mb {
    /* background: url('./80_mobile_icon_btn2.png') no-repeat; */
    background-size: 100% 100%; 
}
.circleBox .active_mb, .circleBox2 .active_mb{
    background: url('./80_mobile_icon_btn2.png') no-repeat;
    background-size: 100% 100%; 
}

/* 基础样式重置 */
body{
    overflow-x: hidden;
}
#box .header {
    width: 100%;
    overflow: hidden;  
    -ms-overflow-style: none;  
    background: url(./80_nav_bg.png);
    background-size: 100% 100%;
    position: absolute;
    padding-left: 10px;
    padding-right: 20px;
}

#box .nav-scroll {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap; 
    overflow-x: auto;  
    overflow-y: hidden;  
    -webkit-overflow-scrolling: touch;  
    display: flex;
    padding-top: 15px;
}

#box .nav-scroll {
    *zoom: 1;  
}

#box .nav-scroll li {
    display: inline-block;
    *display: inline; 
    *zoom: 1; 
    font-size: 30px; 
    display: flex;
    align-items: center;
}

#box .nav-scroll a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    height: auto;
}

#box .nav-scroll::-webkit-scrollbar {
    display: none;
}
#godesktop{
    padding-left: 5px;
    margin-left: 4px;    
    border-left: 2px solid #fff;
}

/* swiper 轮播图圆点样式调整 */
.imageBox.swiper-horizontal>.swiper-pagination-bullets,
.imageBox2.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}   
.imageBox .swiper-pagination-bullet,
.imageBox2 .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 10;
    /* background: url(./80_mobile_icon_btn1.png) no-repeat center;
    background-size: 100% 100%; */
    background: #fff;
    opacity: 1;
    position: relative;
}
/* .imageBox .swiper-pagination-bullet-active,
.imageBox2 .swiper-pagination-bullet-active {
    background: url('./80_mobile_icon_btn2.png') no-repeat;
    background-size: 100% 100%; 
} */
.imageBox .swiper-pagination-bullet-active::before,
.imageBox2 .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    border: 1px solid yellow;
    border-radius: 50%;
}
.imageBox .swiper-pagination-bullet-active::after,
.imageBox2 .swiper-pagination-bullet-active::after {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 50%;
}
#box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px !important;
 }