﻿.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.wrap:hover {
    opacity: 0.9;
}

.wraps {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: rgb(1, 132, 127);
}

.flash {
    font-weight: bold;
    font-size: calc(10px + 4vh);
    line-height: calc(10px + 6.6vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    padding: 1rem 0;
}
.bling{text-align:center;padding:2rem 0;}
.bling1 {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 2.3rem;;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

/* xifeng 0415 新增 */

/* xifeng 0415 新增 */

/* 面包线样式 start */
.nav-breadcrumb-wrap{
    display: flex;
    align-items: center;
}
.nav-breadcrumb-wrap .point{
    flex-shrink: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
.nav-breadcrumb-wrap .action-butn{
    flex-shrink: 0;
    font-size: 16px !important;
    color: #1abc9d !important;
}
.nav-breadcrumb-wrap .name{
    width: 20rem;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.nav-breadcrumb-outside{
    padding: 2rem 0;
}
.search-nav-breadcrumb-wrap{
    margin :0.1875rem 0 0.375rem;
}
.archive-nav-breadcrumb-wrap{
    margin :1.875rem 0 2.5rem;
}
.tagcloud-nav-breadcrumb-wrap{
    margin :1.875rem 0 0.625rem
}
.is-mobile-c {
    display: none;
}

.is-desktop-c {
    display: block;
}
@media (max-width: 768px) {
    .nav-breadcrumb-outside{
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .search-nav-breadcrumb-wrap{
        margin :0.09375rem 0 0.1875rem;
    }
    .archive-nav-breadcrumb-wrap{
        margin :0.9375rem 0 1.25rem;
    }
    .tagcloud-nav-breadcrumb-wrap{
        margin :0.9375rem 0 0;
    }

    .is-mobile-c {
		display: block;
	}

	.is-desktop-c {
		display: none;
	}
    .outside{
        padding: 0 1rem;
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
        box-sizing: border-box;
    }
    .outside-connect-head+#masthead{
        padding-top: 0 !important;
    }
    .nav-breadcrumb-wrap .action-butn{
         font-size: 12px !important;
    }
    .nav-breadcrumb-wrap .point{
        width: 0.25rem;
        height: 0.5rem;
    }
    .nav-breadcrumb-wrap .name{
        width: auto;
        font-size: 12px !important;
    }
}
/* 面包线样式 end */

/* 猜你喜欢 start */
.recommend-wrap-outside{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.recommend-wrap{


}
.recommend-wrap .part1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6875rem;
}
.recommend-wrap .part1 .title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.13;
    color: #fff;
}
.recommend-wrap .part1 .more{
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 1rem;
    color: #1abc9d;
}
.recommend-wrap .part1 .more-i{

}
.recommend-wrap .list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.recommend-wrap .list .item{

    
}
.recommend-wrap .list .item .img{
    width: 100%;
    aspect-ratio: 1.56 / 1;
    border-radius: 0.625rem;
    overflow: hidden;
}
.recommend-wrap .list .item .img img{
    width: 100%;
    height: 100%;
}
.recommend-wrap .list .item .detail{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: normal;
    color: rgba(255,255,255,0.8);
    display: -webkit-box; /* 弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号 */
}
.recommend-wrap .list .item .msg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recommend-wrap .list .item .time{
    font-size: 0.875rem;
    color:rgba(255,255,255,0.5);
}
.recommend-wrap .list .item .comment{
    display: flex;
    align-items: center;
    gap: 0.375rem;
    
}
.recommend-wrap .list .item .comment-i{
    width: 0.9375rem;
    height: 0.875rem;
}
.recommend-wrap .list .item .num{
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
}
/* 热门标签 */
.hot-tags-wrap .list{
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: auto; */
    gap: 0.875rem 0.75rem;


}
.hot-tags-wrap .list .item-tag{
    padding: 0.75rem 1.6875rem;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    border-radius: 0.3125rem;
    border: solid 1px rgba(255,255,255,0.5);
}
.hot-tags-wrap .list .item-tag h3{
    font-size: 1rem;
    font-weight: normal;
}

@media (max-width: 768px) {
    .recommend-wrap-outside{
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .recommend-wrap{
 
    }
    .recommend-wrap .part1{
        margin-bottom: 0.9375rem;
    }
    .recommend-wrap .part1 .title{
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1;
    }
    .recommend-wrap .part1 .more{
        gap: 0.28125rem;
        font-size: 0.75rem;
    }
    .recommend-wrap .part1 .more-i{
        width: 0.1875rem;
        height: 0.375rem;
    }
    .recommend-wrap .list{
        grid-template-columns: repeat(2, 1fr);
        gap: 0.9375rem 0.625rem ;
    }
    .recommend-wrap .list .item{

        
    }
    .recommend-wrap .list .item .img{
        width: 100%;
        aspect-ratio: 343 / 192;
        border-radius: 0.3125rem;
        overflow: hidden;
    }
    .recommend-wrap .list .item .img img{
        width: 100%;
        height: 100%;
    }
    .recommend-wrap .list .item .detail{
        margin-top: 0.625rem;
        margin-bottom: 0.5625rem;
        font-size: 0.75rem;
        color: rgba(255,255,255,0.8);
        display: -webkit-box; /* 弹性盒子模型 */
        -webkit-box-orient: vertical; /* 垂直排列 */
        -webkit-line-clamp: 2; /* 限制显示两行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 使用省略号 */
    }
    .recommend-wrap .list .item .time{
        font-size: 0.65625rem;
    }
    .recommend-wrap .list .item .comment{
        gap: 0.28125rem;
        
    }
    .recommend-wrap .list .item .comment-i{
        width: 0.6875rem;
        height: 0.65625rem;
    }
    .recommend-wrap .list .item .num{
        font-size:0.65625rem;
    }
    /* 热门标签 */
    .hot-tags-wrap .list{
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;


    }
    .hot-tags-wrap .list .item-tag{
        padding: 0.625rem 0.8125rem;
        font-size: 0.8125rem;
        line-height: 1.31;
        letter-spacing: 0.76px;
        color: #bbb;
        border-radius: 0.25rem;
        border: solid 1px #979797;
    }
    .hot-tags-wrap .list .item-tag h3{
        font-size: 0.8125rem;
    }

}
/* 猜你喜欢 end */


/* 下载页面 start */
.download_dialog{
    background-color: rgba(0, 0, 0, 0.5);
}
.download_dialog .login_close_btn{
    margin-bottom: 1.25rem;
}
.download_dialog .login_modal{
    width: 27.3vw;
}
.down-content{
    /* width: 29.259rem; */
    padding: 1.5rem;
    border-radius: 0.625rem;
    background-color: rgba(0, 0, 0, 0.8);
    height: 72.2vh;
}
.down-content .part1{
    display: flex;
    justify-content: center;
    height: 9.1%;
}
.down-content .part1 .logo{
    width: 8.434rem;
    height: 2.499rem;
}
.down-content .part2{
    display: flex;
    justify-content: center;
    margin-top: 1.458rem;
    margin-bottom: 1.458rem;
    height: 10.5%;
}
.down-content .part2 .title{
    width: 21.189rem;
    height: 4.165rem;
}

.down-content .part3{
    display: flex;
    justify-content: center;
    height: 48.5%;
}
.down-content .part3 .qrcode{
    position: relative;
    width: auto;
    height: 100%;
    background-image: url('/usr/themes/Mirages/images/download/qr-wrap.png');
    background-size: 100% 100%;
    aspect-ratio: 1;
}

.down-content .part3 .qrcode #qrcode-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 77%;
}

.down-content .part4{
    margin-top: 1.458rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.354rem;
    height: 15.4%;
    /* flex: 1; */
}
.down-content .part4 .download{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.833rem;
    height: 3.124rem;
    line-height:  3.124rem;
    text-align: center;
    border-radius: 0.625rem;
    border: solid 1px #fff;
    font-size: 1.041rem;
    line-height: 1;
    color: #fff;
}
.down-content .part4 .download img{
    width: 1.458rem;
    height: 1.458rem;
}
@media (max-width: 768px) {
    .download_dialog .login_close_btn{
        margin-bottom: 0.625rem;
        width: 2rem;
        height: 2rem;
    }
    .download_dialog .login_modal{
        width: 18.71875rem;
    }
    .down-content{
        /* width: 18.71875rem; */
        padding: 1.25rem 1.0625rem ;
        border-radius: 0.375rem;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .down-content .part1 .logo{
        width: 5.9375rem;
        height: 1.75rem;
    }
    .down-content .part2{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .down-content .part2 .title{
        width: 14.625rem;
        height: 2.875rem;
    }
    .down-content .part3 .qrcode{
        width: 12.5rem;
        height: 12.5rem;
    }
    
    .down-content .part3 .qrcode #qrcode-img{
        width:  9.625rem;
        height: 9.625rem;
    }
    .down-content .part4{
        margin-top: 1rem;
        gap: 1rem;
        height: 15.4%;
    }
    .down-content .part4 .download{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        height: 2.125rem;
        line-height:  2.125rem;
        text-align: center;
        border-radius: 0.375rem;
        border: solid 1px #fff;
        font-size: 0.75rem;
        line-height: 1;
        color: #fff;
    }
    .down-content .part4 .download img{
        width: 1rem;
        height: 1rem;
    }

}
/* 下载页面 end */
