body{
    color:#fff;
}
.logo-container{
    overflow: hidden;
}
.logo_box{
    float: left;
    width:calc(20% - 2rem);
    padding:1rem;
    text-align: center;
}
.logo_box img{
    max-width: 230px;
    margin:0 auto;
}
.bg_main{
    background: #98338a;
    /* background-image: url("../images/bg01.jpg"); */
    /* background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png"); */
}

/* 顶部段落 */
.mk_bm a{
    display: block;
    width:33%;
    max-width:200px;
    margin:0 auto;
}
.mk_bm h3{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 6rem;
}
.mk_01{
    padding-top:4rem;
    padding-bottom: 4rem;
    border-radius: 1rem;
}
.mk_01>h3{
    width:35rem;
    margin:0 auto;
    margin-bottom: 2rem;
    border-bottom:1px dashed rgba(255, 255, 255, 0.8);
    font-size: 3rem;
    line-height: 6rem;    
    font-weight: 600;
}
.mk_01>p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-indent: 2em;
    max-width: 1000px;
    margin:1rem auto;
}
@media(max-width:768px){
    .mk_01{
        padding-top:2rem;
        border-radius: 0;
        /* border-bottom: 4px dashed rgba(255, 255, 255, 0.6);        */
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    }
    .mk_01>h3{
        font-size: 2.4rem;
        line-height: 6rem;
        letter-spacing: 2px;
        width:80%;
        margin-bottom: 2rem;
    }
    .mk_01>p{
        width:90%;
        margin:0 auto;
    }
}
/* 相框 */
.profile_box{
    color:#333;
    background: #fff;
    margin-top:2rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
    border:1px solid rgba(255, 255, 255, 0.4);
}
.swiper-container_01>.swiper-slide{
    font-size: 1.8rem;
    overflow: hidden;
    background-color:rgba(255, 255, 255);
}
.profile_left{
    width:70%;
    float: left;
}
.profile_left>img{
    display: block;
    width:100%;
}
.profile_right{
    width:30%;
    text-align: center;
    float: right;
}
.profile_right>h3{
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    margin-top:2rem;
    margin-bottom: 2rem;
}
.profile_right>p{
    width:80%;
    margin-left: 10%;
    line-height: 2.2rem;
    margin-top:0.4rem;
}
.profile_right>p:nth-child(5){
    text-align: left;
    max-width:800px;
    font-size: 1.6rem;
    padding-top:1rem;
    margin-top:1rem;
    border-top:1px solid #ddd;
}
.profile_right>a{
    display: block;
    width:80%;
    margin-left: 10%;
    text-align: center;
    font-size: 2rem;
    line-height: 4.2rem;
    border-radius: 2.1rem;
    margin-top:2rem;
    color:rgb(255, 255, 255);
    background-color: #d31c64;
    transition: all 0.3s;
}
.profile_right>a:hover{
    background: #a70546;
}
@media(max-width:768px){
    .profile_left{
        width:100%;
    }
    .profile_right{
        padding-left: 2rem;
        padding-right:2rem;
        width:calc(100% - 4rem);
        float: right;
    }
    .profile_right>a{
        margin-bottom:2rem;
    }
}




.sel_box{
    width:100%;
    max-width: 760px;
    margin:2rem auto;
    overflow: hidden;
}
.sel{
    cursor: pointer;
    width:50%;
    text-align: center;
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
    color:#fff;
    float: left;
}
.sel_on{
    border-bottom: 1px solid rgb(255, 255, 255,0.5);
}

/* 自定义圆点 */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0px;
}
.swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination_01{
    width:70%;
    margin: 0 auto;
}
.swiper-pagination-bullet {
    width: calc(100% / 6);
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    opacity: 1;
    background: none;
    outline: none;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  @media(max-width:768px){
    .swiper-pagination_01{
        width:100%;
        margin: 0 auto;
    }
    .swiper-pagination-bullet{
        width:33.33333333%;
    } 
  }
.swiper-pagination-bullet{
    border-radius:0;
}
.swiper-pagination{
    width:100%;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
  }
@media(max-width:768px){
    .swiper-pagination-bullet{
        height: 40px;
        line-height: 40px;
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background: rgba(204, 29, 157,0.5);
        border-radius: 10px;
      }
}
/* 前进后退按钮自定义 */

.prev_01{
    left: -3rem;
    outline: none;
}
.next_01{
    right:-3rem;
    outline: none;
}
/* 模块-新闻 */
.mk_news{
    overflow: hidden;
    margin-top: 3rem;
}

.mk_news_left{
    width:calc(40% - 20px);
    padding:10px;
    float: left;
}
.mk_news_left>img{
    display: block;
    width: 100%;
}
.mk_news_right{    
    width:calc(60% - 20px);
    padding:10px;
    float: left;
}
.mk_news_title{
    display: block;
    color: rgb(255, 235, 254);
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 600;
}
.mk_news_link{
    display: block;
    color: rgb(255, 212, 212);
    width: 10rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 3rem;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.01);
    border:1px solid rgba(255, 255, 255, 0.2);
}
.mk_news_title:hover{
    color:#fff;    
}
.mk_news_link:hover{
    color:#fff;
    background:rgba(255, 255, 255, 0.1);
}
@media(max-width:768px){
    .mk_news_left{
        width:calc(40% - 6px);
        padding:3px;
    }
    .mk_news_right{    
        width:calc(60% - 6px);
        padding:3px;
    }
    .mk_news_title{
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 500;
    }
    .mk_news_link{
        /* display:none; */
    }
}


/*滚动条整体样式*/
.sq_01>p::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
/*滚动条滑块*/
.sq_01>p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #082135;
}
/*滚动条轨道*/
.sq_01>p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: rgba(204, 204, 204, 0.2);
}
/* 新闻列表 */
.btline{
    width:80%;
    margin-left: 10%;
}
.news_list a{
    display: block;
    padding-left:1rem;
    padding-right: 1rem;
    text-align: center;
    color:#eee;
    font-size: 1.8rem;
    line-height: 6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news_list a:hover{
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
}

/* 新闻盒子 */
.news_box{
    margin-top: 3rem;
}
.news_box img{
    display: block;
    width:90%;
    margin-left: 5%;
}
.news_box a{
    display: block;
    margin-top:2rem;
    color:#fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 2rem;
    border:1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.news_box p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    margin-top:0.6rem;
}
.news_title{
    font-size: 2rem;
    font-weight: 600;
}
.news_box a:hover{
    background-color: #264708;
}
@media(max-width:768px){
    .news_box img{
        width:100%;
        margin-left: 0;
        margin-top:3rem;
    }
    .news_title{
    margin-top:1rem;
    }
}

/* 按钮 */
.btn_lianjie{
    color:#9c2229;
    border-radius: 6px;
    display: block;
    line-height: 3rem;
    height: 3rem;
    margin-top:1rem;
    width:50%;
    margin-left: 10%;
    text-align: center;
    border:1px dashed #c51729;
}
.btn_lianjie:hover{
    background:#c51729;
    color:#fff;
}
@media(max-width:768px){
    .btn_lianjie{
        margin-left: 6%;
    }
}

/* 往届相框 */
.profile_item{
    border-radius: 1rem;
    background:rgba(255, 255, 255, 0.1);
}
.profile_item_left{
    /* width:50%; */
    /* float: left; */
}
.profile_item_left>img{
    display: block;
    width:90%;
    margin:2rem auto;
}
.profile_item_right{
    /* width:50%; */
    text-align: left;
    /* float: right; */
}
.profile_item_right>h3{
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    /* margin-left: 10%; */
    font-weight: 600;
    margin-top:1rem;
}
.profile_item_right>p{
    width:80%;
    margin-left: 10%;
    line-height: 2rem;
    margin-top:0.4rem;
    text-align: center;
}
.profile_item_right>p:nth-child(5){
    text-align: center;
    max-width:800px;
    font-size: 1.6rem;
    padding-top:1rem;
    margin-top:1rem;
    border-top:1px solid #ddd;
    display: none;
}
.profile_item_right>a{
    display: block;
    width:70%;
    margin-left: 15%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.2rem;
    border-radius: 1.9rem;
    margin-top:1rem;
    margin-bottom: 1rem;
    color:rgb(255, 255, 255);
    background-color: #a52485;
    border:1px solid rgba(255, 255, 255, 0.2);
}
.profile_item_right>a:hover{
    background: #e237b7;
}
@media(max-width:768px){
    .profile_item_right>h3{
        text-align: left;
        margin-left: 10%;
    }
    .profile_item_left{
        /* width:52%; */
        /* float: left; */
    }
    .profile_item_right{
        /* width:48%; */
        /* float: left; */
        margin-left: 0;
    }
    .profile_item_right>p{
        font-size: 12px;
        text-align: left;
        margin-left: 10%;
    }
    .profile_item_right>a{
        margin-left: 10%;
        margin-bottom:2rem;
    }
    .profile_item_left>img{
        width:96%;
    }
}

/* 底部 */
.footer{
    background:#333333;
    margin-top:10rem;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:2rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:5rem;
    }
    .footer p{
        line-height:2.6rem;
    }
}

/* 侧边导航按钮 */
.nav_right{
    padding:1rem;
    position: fixed;
    right:2rem;
    bottom:200px;
    background: rgba(133, 15, 20, 0.2);
    z-index: 9999;
}
.nav_right>a{
    display: block;
    text-align: center;
    color:#fff;
    font-size: 1.6rem;
    line-height: 4.4rem;
    border-bottom:1px dotted #fff;
    transition:all 0.2s;
}
.nav_right a:hover{
    transform: scale(1.2)
}
@media(max-width:768px){
    .nav_right{
        bottom:0;
        left: 0;
        right:0;
        padding:0;
        width:100%;
        background: rgba(133, 15, 20,1);
    }
    .nav_right>a{
        line-height:6rem;
        display: block;
        float: left;
        width:20%;
        border:none;
    }
}
/* 往期回顾 */
.huigu{
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    clear: both;
}
.title_01{
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;    
}
.title_02{
    margin-top:5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.6rem;
    line-height: 4rem;
}
.baguetteBoxOne a{
    margin-top:0;
}
.vote-gallery{
    padding-bottom:1rem;
}
.vote-gallery>img{
    display: block;
    width:96%;
    margin:0 auto;
}

