@charset "utf-8";
:root{
    --swiper-theme-color: #093b81;
    --themes_color: #2f1fac;
    --font_color: #fff;
    --img_scale: 1.1;
    --liner_bg: linear-gradient(to top, #a35c70, #15144a);
}
body{ 
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/bg.jpg") no-repeat top center;
}
.placeholder{
    width: 100%;
    height: 818px;
}
.text_liner{
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    left: 0;
}
.text_liner p{
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.p1{
    width: 1300px;
    height: 646px;
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.p1::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1; 
  margin: -2px; 
  padding: 2px; 
  background: var(--liner_bg); 
  border-radius: 40px;
  box-sizing: border-box;
}

.headline{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.headline a{
    font-size: 40px;
}
.headline a:hover{
    color: var(--themes_color);
}
.front_page{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.swiper_front_page{
    width: 640px;
    height: auto;
    overflow: hidden;
    float: left;
    border-radius: 20px;
}
.swiper_front_page .swiper-slide{
    width: 100%;
    height: 406px;
    display: block;
}
.swiper_img{
    width: 100%;
    height: 100%;
}
.swiper_front_page .swiper-pagination {
    top: initial;
    bottom: 0;
}
.swiper-pagination-bullet-active{
    background: var(--themes_color);
}
.swiper_button{
    width: 30px;
    height: 30px;
    top: initial;
    left: initial;
    bottom: 50px;
    user-select: none;
}
.swiper_normal_title_inner_text{
    padding: 40px 20px 10px 20px;
    box-sizing: border-box;
}
.swiper_button_prev{
    right: 60px;
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/prev.png");
}
.swiper_button_next{
    right: 20px;
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/next.png");
}
.swiper_button_prev:hover{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/prev.png");
}
.swiper_button_next:hover{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/next.png");
}
.healine_lists{
    width: calc(100% - 640px);
    height: 406px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.healine_lists_item{
    width: calc(100% - 40px);
    flex: 1;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.healine_lists_item a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.healine_lists_item:last-of-type{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.healine_lists_item:hover a{
    color: var(--themes_color);
    font-weight: bold;
}
.healine_lists_item:hover{
    background: linear-gradient(to right, #552573, #161352);
    border: none;
    width: 100%;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    margin-left: 0;
}
.healine_lists_item:hover a{
    color: #fff;
}
.more{
    width: 120px;
    height: 30px;
    background: linear-gradient(to right, #592976, #161352);
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    display: block;
}
.more:hover{
    opacity: 0.95;
}
.link{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.data{
    display: none;
}
.title{
    width: 454px;
    height: 114px;
    margin: 0 auto;
    margin-top: 160px;
}
.ztyj{
    width: 1300px;
    margin: 0 auto;
}
.ztyj_main{
    margin-top: 80px;
    position: relative;
    padding-bottom: 60px;
}
.swiper_ztyj{
    width: 100%;
    height: 550px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.ztyj_left{
    width: 990px;
    height: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    float: left;
}
.ztyj_left_img{
    width: 490px;
    height: 490px;
    border-radius: 20px;
    position: relative;
    float: left;
}
.zjyj_left_text{
    position: absolute;
    left: -10px;
    bottom: 40px;
    padding: 10px 20px;
    background: #8e60c6;
    box-sizing: border-box;
    color: #fff;
    max-width: 380px;
}
.ztyj_yanjiang_triangle{
    display: block;
    width: 10px;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 0px;
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/yanjiang_triangle.png");
}
.ztyj_left_img_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ztyj_left_msg{
    width: calc(100% - 520px);
    height: 100%;
    float: right;
    position: relative;
}
.ztyj_left_msg_top{
    margin-top: 30px;
}
.name{
    font-size: 40px;
    font-weight: bold;
    color: #9b8df1;
    line-height: 1.5em;
}
.poster{
    color: #666;
    margin-top: 20px;
}
.ztyj_left_bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
}
.ztyj_small_title{
    width: 112px;
    height: 30px;
    font-size: 16px;
    background: linear-gradient(to right, #592976, #161352);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
.ztyj_small_title i{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.ztyj_left_news{
    display: block;
    margin-top: 20px;
}
.ztyj_left_news_title{
    font-size: 20px;
    font-weight: bold;
    color: #4747bf;
}
.ztyj_left_news_title:hover{
    color: var(--themes_color);
}
.ztyj_left_news_des{
    font-size: 16px;
    color: #999;
    line-height: 1.5em;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ztyj_right{
    width: calc(100% - 990px);
    height: 100%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}
.ztyj_right_img{
    width: 100%;
    height: 100%;
}
.ztyj_right_bot{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}
.ztyj_right_title{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.ztyj_right_title p{
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ztyj_small_title_ztyj_left_right{
    position: absolute;
    top: 0;
}
.ztyj_main .swiper_button{
    bottom: -15px;
}
.ztyj_main .swiper_button_prev{
    left: 48%;
}
.ztyj_main .swiper_button_next{
    left: 52%;
}
.more_ztyj{
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    margin-top: 0;
}
/* 主题分享 */
.ztfx_main{
    width: 1300px;
    height: 538px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.swiper_ztfx1{
    width: 958px;
    height: 100%;
    float: left;
    border-radius: 40px;
}
.ztfx_main icon{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/play.png") no-repeat;
    background-size: cover;
    bottom: 100px;
}
.swiper_ztfx2{
    width: calc(100% - 998px);
    height: 100%;
    float: right;
    border-radius: 40px;
}
.swiper_ztfx2 icon{
    width: 30px;
    height: 30px;
}
.swiper_ztfx2 .swiper_normal_title_inner_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5em;
}

/* 精彩现场 */
.jcxc_main{
    width: 100%;
    height: 624px;
    padding-bottom: 60px;
    margin-top: 80px;
    position: relative;
}
.swiper_jcxc{
    width: 100%;
    height: 100%;
}
.swiper_jcxc .swiper-slide{
    width: 980px;
    height: 624px;
    display: block;
}
.jcxc_main .swiper_button{
    bottom: 0;
}
.jcxc_main .swiper_button_prev{
    left: 48%;
}
.jcxc_main .swiper_button_next{
    left: 52%;
}
.foot_simple{
    background: none;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    
    body{ 
        background: url("/img/WIRELESS/WIRELESS_2_305913/2025/11/300694/img/bg_wap.jpg") no-repeat top center;
        background-size: 100% auto;
        background-color: #020238;
    }
    .placeholder{
        width: 100%;
        height: 7.2rem;
    }
    .p1{
        width: 6.8rem;
        height: auto;
        border-radius: 0.4rem;
        padding: 0.2rem;
    }
    .p1::before {
        border-radius: 0.4rem;
    }

    .headline{
        text-align: center;
        font-weight: bold;
        margin-top: 0.4rem;
    }
    .headline a{
        font-size: 0.36rem;
    }
    .headline a:hover{
        color: #333;
    }
    .front_page{
        margin-top: 0.5rem;
    }
    .swiper_front_page{
        width: 100%;
        float: none;
        border-radius: 0.2rem;
    }
    .swiper_front_page .swiper-slide{
        height: 4.07rem;
    }
    .swiper_button{
        display: none;
    }
    .swiper_normal_title_inner_text{
        padding: 0.4rem 0.2rem 0.2rem 0.2rem;
    }
    .healine_lists{
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
        display: block;
        margin-top: 0.3rem;
    }
    .healine_lists_item{
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .healine_lists_item:hover a{
        color: #333;
        font-weight: normal;
    }
    .healine_lists_item:hover{
        background: none;
        border-bottom: 1px solid #eeeeee;
        padding: 0;
    }
    .healine_lists_item:hover a{
        color: #333;
    }
    .more{
        width: 1.6rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0;
        font-size: 0.26rem;
        border-radius: 0.1rem 0.1rem 0 0;
        position: relative;
        left: 50%;
        bottom: 0;
        margin: 0;
        margin-top: 0.5rem;
        transform: translateX(-50%);
    }
    .more:hover{
        opacity: 1;
    }
    .link{
        width: 6.8rem;
        margin-top: 0.5rem;
    }
    .data{
        display: none;
    }
    .title{
        width: 4.54rem;
        height: 1.14rem;
        margin-top: 1.6rem;
    }
    .ztyj{
        width: 6.8rem;
    }
    .ztyj_main{
        margin-top: 0.8rem;
        padding-bottom: 0;
    }
    .swiper_ztyj{
        width: 100%;
        height: auto;
        border-radius: 0.2rem;
    }
    .ztyj_left{
        width: 100%;
        height: 5.8rem;
        overflow: hidden;
        float: none;
        padding: 0.2rem;
        position: relative;
    }
    .ztyj_left_img{
        width: 100%;
        height: auto;
        border-radius: 0.2rem;
        float: none;
    }
    .zjyj_left_text{
        width: 100%;
        left: 0;
        bottom: initial;
        top: 1.6rem;
        padding: 0.1rem 0.2rem;
        max-width: 100%;
    }
    .ztyj_yanjiang_triangle{
        display: none;
    }
    .ztyj_left_img_img{
        display: none;
        
    }
    .ztyj_left_msg{
        width: 100%;
        height: auto;
        float: none;
        position: initial;
    }
    .ztyj_left_msg_top{
        position: absolute;
        top: 0.3rem;
        margin-top: 0;
    }
    .name{
        width: 6.4rem;
        font-size: 0.36rem;
        text-align: center;
    }
    .poster{
        width: 6.4rem;
        margin-top: 0.1rem;
        text-align: center;
        font-size: 0.26rem;
    }
    .ztyj_left_bot{
        width: 6.4rem;
        position: absolute;
        bottom: initial;
        top: 3.4rem;
        border: 1px solid #eeeeee;
    }
    .ztyj_small_title{
        width: 1.8rem;
        height: 0.5rem;
        font-size: 0.26rem;
        border-radius: 0 0.1rem 0.1rem 0;
    }
    .ztyj_small_title i{
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.1rem;
    }
    .ztyj_left_news{
        margin-top: 0;
        padding: 0.2rem;
        box-sizing: border-box;
    }
    .ztyj_left_news_title{
        font-size: 0.3rem;
    }
    .ztyj_left_news_title:hover{
        color: #333;
    }
    .ztyj_left_news_des{
        display: none;
    }
    .ztyj_right{
        width: 6.4rem;
        height: 4.6rem;
        float: none;
        border-radius: 0.2rem;
        margin: 0 auto;
        margin-bottom: 0.3rem;
    }
    .ztyj_right_img{
        width: 2.6rem;
        height: 100%;
        float: left;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    .ztyj_right_bot{
        position: initial;
        width: calc(100% - 2.9rem);
        height: auto;
        overflow: hidden;
    }
    .ztyj_right_title{
        position: initial;
        height: auto;
        overflow: hidden;
        background: none;
        margin-top: 0.4rem;
    }
    .ztyj_right_title p{
        color: #333;
        padding: 0 0 0 0.3rem;
        position: initial;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ztyj_small_title_ztyj_left_right{
        position: initial;
        margin-top: 0.4rem;
    }
    .more_ztyj{
        position: initial;
        border-radius: 0.1rem;
        margin: 0 auto;
        margin-top: 0.4rem;
        transform: translateX(0);
    }
    /* 主题分享 */
    .ztfx_main{
        width: 6.8rem;
        height: auto;
        margin-top: 0.8rem;
    }
    .swiper_ztfx1{
        width: 100%;
        height: 3.82rem;
        float: none;
        border-radius: 0.4rem;
    }
    .ztfx_main icon{
        width: 0.6rem;
        height: 0.6rem;
        right: 0.2rem;
        bottom: initial;
        top: 0.2rem;
    }
    .swiper_ztfx2{
        width: 100%;
        height: 5.3rem;
        float: none;
        border-radius: 0.4rem;
        margin-top: 0.3rem;
    }
    .swiper_ztfx2 .swiper-slide{ 
        width: 3rem !important;
        height: 100%;
        margin-right: 0.2rem;
    }

    .swiper_ztfx2 icon{
        width: 0.6rem;
        height: 0.6rem;
    }
    .swiper_ztfx2 .swiper_normal_title_inner_text p{
        font-size: 0.3rem;
    }

    /* 精彩现场 */
    .jcxc_main{
        height: 3.82rem;
        padding-bottom: 0;
        margin-top: 0.8rem;
    }
    .swiper_jcxc .swiper-slide{
        width: 6rem;
        height: 3.82rem;
    }
}
	