/* 数字纹样-详情 */
.polInf_btns {
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.polInf_btn {
    padding: 6px 20px;
    background-color: #26478a;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.polInf_btn img {
    width: 14px;
}

.downloadBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_box {
    background: #fff;
    padding: 2rem;
    /* min-height: 70vh; */

    width: 50%;
}
.download_head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0 1rem;
    box-sizing: border-box;
}
.download_title {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(50%, 0);
    font-size: 1.2rem;
    font-weight: bold;
}


.download_tent {
    /* display: flex; */
    gap: 4rem;
    /* align-items: flex-start; */
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.download_content {
    flex: 1;
    /* padding: 0 8.5rem; */
    padding: 0 2.5rem;
    background: #000;
}
.download_content img {
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
}
.download_cards {
    display: flex;
    justify-content: flex-end;
}
.download_card {
    background-color: #f1f1f1;
    /* padding: 2.3rem 1.9rem 0.5rem; */
    padding: 1.7rem 1.3rem 0.2rem;
    border-radius: 8px;
    box-sizing: border-box;
    /* height: 25rem; */
    height: 20rem;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.card_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1111rem 0;
    margin-top: auto;
}
.card_btn {
    padding: .5rem 3.5rem;
    background-color: #26478a;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.card_btn img {
    width: 14px;
}


.download_file {
    display: flex;
    /* gap: 1rem; */
    gap: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.8rem 0;
    box-sizing: border-box;
}
.download_file_tags {
    display: flex;
    gap: 1rem;
}
.download_file_tag {
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.8rem;
    background-color: #26478a;
}
.download_file_title {
    font-size: 1rem;
    font-weight: bold;
}
.download_file_type {
    background-color: #666666;
    padding: 0.3rem 1rem;
    border-radius: 3px;
    color: #fff;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.download_file_type img {
    width: 1.3rem;
}
@keyframes identifier {
    0% {
        opacity: 0;
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.anima {
    animation: identifier .5s forwards;
}
.payBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.payBox_show {
    display: flex;
}
.pay_box {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.pay_code {
    width: 380px;
    background-color: #f2f2f2;
}
.pay_code_title {
    text-align: center;
    color: #fff;
    background-color: #26478a;
    padding: 8px 0;
    font-size: 17px;
    box-sizing: border-box;
}
.pay_code_tent {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 0 45px;
    box-sizing: border-box;
}
.code_tent_title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    gap: 3px;
    align-items: center;
}
.code_tent_title img {
    width: 41px;
    vertical-align: baseline;
}
.code_tent_code {
    width: 200px;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.code_tent_code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
}
.code_tent_price {
    color: #26478a;
    font-size: 30px;
    padding: 20px 0;
}
.code_tent_tags {
    display: flex;
    gap: 9px;
    align-items: center;
}
.code_tent_tags img {
    width: 50px;
    height: 50px;
}
.code_tent_tag {
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.code_tent_tag span {
    font-size: 14px;
    color: #444;
}
.code_tent_bens {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: auto;
}
.code_tent_ben {
    padding: 5px 30px;
    background-color: #26478a;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.code_tent_ben img {
    width: 14px;
}
.pay_note {
    width: 600px;
    height: 100px;
    background-color: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
}
.pay_note_title {
    font-size: 15px;
}
.pay_note_tent {
    font-size: 14px;
}