.collectionPage {
    overflow: hidden;
    width: 100%;
    /*padding-top: 0.8rem;*/
}
.desktop .collectionPage {
    padding-top: 40px;
}
.collectionTop {
    position: fixed;
    width: 100%;
    background: #a4332c;
    left: 0;
    top: 0;
    height: 0.8rem;
    z-index: 10;
}
.desktop .collectionTop h1 {
    width: 1200px;
    margin: 0 auto;
}
.mobile .collectionTop {
    position: relative;
}
.collectionTop h1 {
    position: relative;
    background: #a4332c;
    color: #fff;
    width: 100%;
    font-weight: normal;
}
.mobile .collectionTop h1 {
    font-size: 0.26rem;
    text-indent: 0.9rem;
    line-height: 0.8rem;
}
.desktop .collectionTop h1 {
    width: 1200px;
    margin: 0 auto;
}
.collectionMain {
    box-sizing: border-box;
    padding: 0 0.4rem;
}
.desktop .collectionMain {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}
.collectionMain h1 {
    color: #000000;
    width: 100%;
    font-weight: normal;
    font-size: 0.32rem;
    font-weight: 800;
    line-height: 0.9rem;
}
.desktop .collectionMain h1 {
    margin-top: 20px;
}
.collSel {
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.22rem;
    user-select: none;
    margin-bottom: 0.4rem;
}
.collSel .selections {
    width: 80%;
    display: flex;
}
.collSel .collSelect,
.collSel .seasonSelect {
    position: relative;
    width: 42%;
    height: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #707070;
    border: 0.01rem solid #ececec;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
}
.collSel .seasonSelect{
    width: 55%;
}
.desktop .collSel .collSelect,
.desktop .collSel .seasonSelect {
    position: relative;
    width: 200px;
    cursor: pointer;
    user-select: none;
}
.collSel .collSelect .collSelectTxt,
.collSel .seasonSelect .seasonSelectTxt {
    font-size: 0.22rem;
    text-indent: 0.3rem;
    width: 100%;
    height: 100%;
    line-height: 0.7rem;
    color: #707070;
}
.collSel .collSelect img,
.collSel .seasonSelect img {
    position: absolute;
    right: 0.2rem;
    width: 0.12rem;
    transform: rotateZ(-90deg);
    transition: transform 0.3s;
}
.collSel .collSelect .collListsClear,
.collSel .seasonSelect .seasonListsClear {
    width: 0.24rem;
    height: auto;
    right: 0.6rem;
    transform: unset;
    transition: unset;
    display: none;
    z-index: 20;
}
.collSel .collSelect img.active,
.collSel .seasonSelect img.active {
    transform: rotateZ(-270deg);
}
.collSel .deleOk {
    display: none;
    font-size: 0.24rem;
    cursor: pointer;
    font-weight: bold;
}
.collSel .collDel {
    width: 0.36rem;
}
.collSel .collSelect .collSelectTxt.active {
    color: #000;
}
.collSelect .collLists,
.seasonSelect .seasonLists {
    width: 100%;
    text-align: center;
    background: #fff;
    max-height: 2.8rem;
    position: absolute;
    left: 0;
    top: 0.72rem;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: auto;
    border-radius: 0.08rem;
    z-index: 9;
    display: none;
}
.collSelect .collLists li,
.seasonSelect .seasonLists li {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #e5e3e3;
    font-size: 0.2rem;
    box-sizing: border-box;
    color: #707070;
}
.collSelect .collLists li.active,
.seasonSelect .seasonLists li.active {
    color: #a4332c;
    font-weight: bold;
}
.collSelect .collLists li:last-child,
.seasonSelect .seasonLists li:last-child {
    border: none;
}
.collectionArticle {
    width: 100%;
    height: calc(100vh - 5.14rem);
    overflow: auto;
    margin-bottom: 0.4rem;
}
.mobile .collectionArticle {
    user-select: none;
}
.collectionArticle ul li {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    background: #fff;
    padding: 0.2rem;
}
.collectionArticle a {
    display: block;
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
}
.collectionArticle p {
    clear: both;
    line-height: 2.2;
}
.collectionArticle .date {
    float: left;
    color: #999999;
}
.collectionArticle .dele {
    display: none;
    margin-left: 0.2rem;
    cursor: pointer;
    color: #a4332c;
    font-weight: bold;
}
.collectionArticle .shareUrl {
    width: calc(100% - 0.5rem);
    /*background: red;*/
}
.collectionArticle .shareIcon {
    height: 0.4rem;
    /*background: green;*/
}
.collectionArticle .shareIcon span {
    float: right;
    width: 0.26rem;
    height: 100%;
    background: url(../img/share.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.collectionArticle .shareIcon span:active {
    background: url(../img/share_active.png) 0 0 no-repeat;
    background-size: 100%;
}
.collectionArticle .articletype,
.collectionArticle .dele {
    float: right;
    color: #999999;
}
@media screen and (orientation: landscape) and (max-width: 1080px) {
    /* 横屏 */
    .mobile .searchTop {
        height: 0.8rem;
    }
    .mobile .back {
        width: 0.14rem;
        top: 18px;
    }
    .collectionArticle {
        height: auto;
    }
    .collectionArticle p {
        line-height: 1.8;
    }
    .collectionMain {
        padding: 0 1rem;
    }
    .collectionArticle a {
        font-size: 0.18rem;
    }
    .collectionArticle .shareIcon span {
        width: 0.3rem;
        height: 0.5rem;
        background: url(../img/share.png) 0 0 no-repeat;
        background-size: contain;
    }
    .mobile .back {
        width: 0.2rem;
        left: 1rem;
        top: 0.26rem;
    }
    .footer {
        padding: 0.2rem 0;
    }
    .footer p {
        line-height: 0.4rem;
    }
    /*@supports ((height: constant(safe-area-inset-top)) or (height: env(safe-area-inset-top))) and (-webkit-overflow-scrolling: touch) {
        .mobile .back{
            width: 0.2rem;
            left: constant(safe-area-inset-left);
            left: env(safe-area-inset-left);
        }
    }*/
}

.dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.alertTxtBox {
    /*display: block !important;*/
    display: none;
}
.alertTxtBox .innerBox {
    width: 80%;
    background: #fff;
    height: 2rem;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -1rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    padding: 0;
}
.alertTxtBox .innerBox p {
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0.2rem;
}
.alertTxtBox .innerBox span {
    border: 1px solid #ccc;
    padding: 0.02rem 10px;
    border-radius: 0.2rem;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}

.desktop .alertTxtBox .innerBox {
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
.alertTxtBox1 .innerBox p {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: left;
    box-sizing: border-box;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}

.alertTxtBox1 .innerBox span {
    margin-top: 0.2rem;
}