.pc{
    position: fixed;
}
.warp{
    position: fixed;
    top:60px;
}
.pg-phone{
    display: none;
}
.pg-pc{
    display: block;
}

.dc-brand {
    width: 192rem;
    height: 50rem;
    padding-top: 60px;
    /* position: relative; */
}

.brand-img {
    width: 100%;
    height: 100%;
}
.brand-txt {
    font-family: Rany-Medium;
    font-size: 6rem;
    color: #FFFFFF;
    position: absolute;
    top: 26rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.dc-table {
    background-color: #FFF;
}
.dc-top {
    display: flex;
    width: 100%;
    height: 8.5rem;
    padding: 1.75rem 18.5rem;
}
.dc-top-search {
    position: relative;
    width: 30rem;
    height: 5rem;
}
.search-icon {
    position: absolute;
    top: 1rem;
    left: 1.6rem;
    width: 3rem;
    height: 3rem;
    background: url('/assets/img/support/downloadCenter/search.png') no-repeat center;
    background-size: contain;
}
.dc-top-search input {
    width: 100%;
    height: 100%;
    padding-left: 5.6rem;
    font-family: Rany;
    font-size: 2.4rem;
    color: #bfbfbf;
    background-color: #eee;
    border-radius: 2.5rem;
    border: none;
}
.dc-top-search input::-webkit-input-placeholder {
    font-family: Rany !important;
    font-size: 2.4rem !important;
}
.dc-top-search input::-moz-placeholder {
    font-family: Rany !important;
    font-size: 2.4rem !important;
    opacity: 1;
}
.dc-top-search input::placeholder {
    font-family: Rany !important;
    font-size: 2.4rem !important;
}
.dc-top-select {
    position: relative;
    width: 25rem;
    height: 5rem;
    margin: 0 2rem;
}
.dc-top-select-input {
    width: 100%;
    height: 100%;
    font-family: Rany;
    font-size: 2.4rem;
    border: none;
    cursor: pointer;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 20rem;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.option {
    min-height: 5rem;
    padding: 1rem 2rem;
    font-family: Rany;
    font-size: 2.4rem;
    color: #333;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

/* .dc-top-select.active .dc-top-select-input {
    background-color: #FFB300;
} */
.dc-top-select::after {
    content: '';
    position: absolute;
    right: -2.9rem;
    top: 2.15rem;
    width: 2.1rem;
    height: 1.1rem;
    background-image: url('/assets/img/support/downloadCenter/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.dc-top-select.active::after {
    background-image: url('/assets/img/support/downloadCenter/arrow-active.png');
}
.dc-top-button {
    width: 21rem;
    height: 5rem;
    margin-left: 18rem;
}
.dc-top-apply {
    width: 100%;
    height: 100%;
    font-family: Rany;
    font-size: 2.4rem;
    color: #FFFFFF;
    background-color: #FFB300;
    border-radius: 2.5rem;
    border: none;
}
.dc-list {
    width: 100%;
    padding: 7.2rem 18rem 0;
    background-color: #fafafa;
    box-sizing: border-box;
}
.dc-list table{
    width: 100%;
    background-color: #fafafa;
}
.dc-list table tbody{
    width: 100%;
    background-color: #fafafa;
}
.dc-list table tbody tr {
    width: 100%;
    background-color: #fafafa;
}
/* .dc-list table tbody tr:hover td {
    background-color: #d7e9ff;
} */
.dc-list .dc-th-file {
    width: 70.6rem;
}
.dc-list .dc-th-type {
    width: 20rem;
    text-align: center;
}
.dc-list .dc-th-date {
    width: 18rem;
    text-align: center;
}
.dc-list .dc-th-size {
    width: 15rem;
    text-align: center;
}
.dc-list .dc-th-download-btn {
    width: 32rem;
}
.dc-list table tbody tr th {
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 3rem;
    font-family: Rany;
    font-weight: normal;
    font-size: 2.4rem;
    color: #000;
    border-bottom: 1px solid #B5B5B5;
}
.dc-list table tbody tr td {
    height: 15rem;
    line-height: 15rem;
    padding: 0 3rem;
    font-family: OPPOSans;
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    background-color: #fafafa;
    border-bottom: 1px solid #B5B5B5;
}
.dc-list table tbody tr .file-name {
    text-align: left;
}
.dc-list table tbody tr td .dc-table-download {
    position: relative;
    width: 20rem;
    height: 4rem;
    margin: 0 3rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
    color: #fff;
    border: 0px;
    border-radius: 2.5rem;
    background-color: #000;
}
.dc-list table tbody tr td .dc-table-download:hover {
    background-color: #FFB300;
}
.dc-list table tbody tr td .dc-table-download span {
    position: relative;
    left: 0.8rem;
}
.dc-list table tbody tr td .dc-table-download span::before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: -2.5rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url('/assets/img/support/downloadCenter/download.png') no-repeat center;
    background-size: contain;
}

.dc-buttom-page {
    width: 192rem;
    height: 14.5rem;
    padding: 6rem 61rem 10rem;
    background-color: #fafafa;
}

.dc-buttom-clearfix {
    display: flex;
    justify-content: center;
    width: 100%;
}
.dc-buttom-arrow {
    margin: 1.25rem 2rem;
    cursor: pointer;
}
.dc-buttom-arrow.off {
    cursor: not-allowed;
}
.dc-buttom-page-item {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.8rem;
    text-align: center;
    border-radius: 2.5rem;
    margin: 0 2rem;
    font-family: Rany-Light;
    font-size: 2.4rem;
    color: #000;
    background-color: #fff;
}
.dc-buttom-page-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
.on.dc-buttom-page-item {
    font-family: Rany;
    font-size: 2.4rem;
    background-color: #FFB300;
}
.dc-buttom-page-item:hover {
    background-color: #FFB300;
}
.dc-buttom-page-item:hover a {
    color: #fff;
}
.on.dc-buttom-page-item a {
    color: #FFF;
}
.footerTable {
    margin-top: 0rem;
}