body {
    background-color: #000;
}

.header-hr {
    height: 5px;
    background: #de0a16;
}

.header-content {
    padding: 3vw 0;
    display: block;
    color: #fff;
    background-image: url("/?originalUrl=https%3A%2F%2Fwebapi.adata.com%2Fimages%2Fxpg_header.svg");
    background-size: cover;
    background-position: center center;
}

.header-text {
    width: 85%;
    margin: auto;
}

.line {
    width: 100%;
    height: 5px;
    background: #de0a16;
    /*background: linear-gradient(90deg, #ff6c00, #ffb700);*/
    /* background: #ff6c00;
    linear-gradient：*/
}

.bg-adata {
    /* background-image: url("/?originalUrl=https%3A%2F%2Fwebapi.adata.com%2Fimages%2Fcpa_bg_XPG.jpg"); */
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: top right;
    background-color: #000;
}

.section-01 h2 {
    /* font-size: 1.5vw; */
    font-weight: 500;
    text-align: center;
    padding: 2vw 0;
    color: #fff;
    line-height: 1.5;
}

.home {
    display: flex;
}

.card-ok {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff;*/
    background-color: rgba(255, 254, 254, 0.384);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    height: 300px;
    padding: 20px;
    margin: 5px;
    width: calc((100% / 3) - 10px);
    text-align: center;
}

.card-ok h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #fff;
}

.card-ok img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-cilck {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; 
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(222, 10, 22, 80%);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    height: 300px;
    padding: 20px;
    margin: 5px;
    width: calc((100% / 3) - 10px);
    text-align: center;
}

.card-cilck h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #fff;
    font-weight: 400;
}

.card-cilck img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-no {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(185, 185, 185, 0.2);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    height: 300px;
    padding: 20px;
    margin: 5px;
    width: calc((100% / 3) - 10px);
    text-align: center;
}

.card-no h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #8d8d8d;
}

.card-no img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-no select {
    background-color: rgba(247, 247, 247, 0.3);
}

.btn-padding {
    padding: 50px 0px;
    margin: auto;
}

.btn-yblue {
    padding-right: 4vw;
    padding-left: 4vw;
    color: #fff;
    background-color: #00a7ea;
    border-color: #00a7ea;
}

.btn-reset {
    padding-right: 4vw;
    padding-left: 4vw;
    color: #fff;
    border: none;
}

.btn-yred {
    padding-right: 4vw;
    padding-left: 4vw;
    color: #fff;
    background-color: #de0a16;
    border-color: #de0a16;
}

.border-bottom {
    border-bottom: 1px solid #a1a1a1!important;
}


/*****0824增加*****/

.section-01 h3 {
    color: #fff;
    /* font-size: 1.5vw; */
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-lg-2 {
    padding: 0.4rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin-left: 10px;
    /* border-radius: 0.3rem; */
}

#searchByPDFrom {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
}

.filter-results {
    text-align: center;
    padding: 30px 0 40px 0;
}

#CompatibleList tbody tr:nth-of-type(odd) {
    background-color: rgba(102, 102, 102, 60%);
}

#CompatibleList tbody th {
    font-weight: lighter;
}

#CompatibleList tbody td {
    vertical-align: middle;
}

#CompatibleList tbody td:nth-child(1) {
    text-align: center;
}

.page-item .page-link {
    color: #de0a16;
    background: #fff;
}

.page-item.active .page-link {
    color: #fff;
    border-color: #c7c5c5;
    background: #b1b1b1;
}

@media (max-width: 825px) {
    .section-01 h2 {
        font-size: 2.2rem;
    }
    .card-ok h4 {
        font-size: 1.2rem;
    }
    .card-cilck h4 {
        font-size: 1.2rem;
    }
    .card-no h4 {
        font-size: 1.2rem;
    }
    .card-ok {
        width: 30%;
    }
    .card-cilck {
        width: 30%;
    }
    .card-no {
        width: 30%;
    }
    .section-01 h3 {
        flex-direction: column;
    }

    .btn-lg-2 {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .section-01 h2 {
        font-size: 2rem;
    }
    .card-ok {
        width: 100%;
    }
    .card-cilck {
        width: 100%;
    }
    .card-no {
        width: 100%;
    }
}

.setion-02 h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    color: #fff;
}

.btn-2 {
    /* font-size: 1.8rem;
    font-weight: 400;*/
    text-align: center;
    /*justify-content: center;*/
    padding-top: 40px;
    padding-bottom: 40px;
    /*margin: auto;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
}