.pc{
    position: fixed;
}
.warp{
    position: fixed;
    top:60px;
}
.pg-phone{
    display: block;
}
.pg-pc{
    display: none;
}
.dc-brand {
    width: 108rem;
    height: 45rem;
    padding-top: 117px;
    /* 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;
    flex-wrap: wrap;
    width: 100%;
    height: 30rem;
    padding: 2.5rem 7rem;
}
.dc-top-search {
    position: relative;
    width: 40rem;
    height: 5rem;
    margin: 0 60rem 0 0 ;
}
.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: 3rem;
    color: #bfbfbf;
    background-color: #eee;
    border-radius: 2.5rem;
    border: none;
}
.dc-top-search input::-webkit-input-placeholder {
    font-family: Rany;
}
.dc-top-select {
    position: relative;
    width: 40%; /* 全宽适应移动端 */
    height: 6rem; /* 增大高度，适配触摸操作 */
    margin: 0 2rem 0 0; /* 减小外边距 */
}

.dc-top-select-input {
    width: 100%;
    height: 100%;
    padding-left: 2rem; /* 调整内边距，避免文字贴边 */
    font-family: Rany;
    font-size: 2.8rem; /* 增大字体，提升可读性 */
    border: none;
    border-radius: 1.5rem; /* 适配移动端圆角 */
    cursor: pointer;
}
.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 30rem; /* 增大最大高度，支持更多选项 */
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1.5rem; /* 适配移动端圆角 */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.option {
    padding: 1.5rem 2rem; /* 增大内边距，提升点击区域 */
    font-family: Rany;
    font-size: 2.8rem; /* 增大字体 */
    color: #333;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}
.dc-top-select::after {
    content: '';
    position: absolute;
    right: 0rem; /* 靠右显示，避免超出屏幕 */
    top: 2.15rem;
    width: 2.4rem; /* 增大箭头尺寸 */
    height: 1.4rem;
    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: 24rem;
    height: 5rem;
    margin-left: 6rem;
}
.dc-top-apply {
    width: 100%;
    height: 100%;
    font-family: Rany;
    font-size: 3rem;
    color: #FFFFFF;
    background-color: #FFB300;
    border-radius: 2.5rem;
    border: none;
}
.dc-list {
    width: 100%;
    padding: 7.2rem 6rem 0;
    background-color: #fafafa;
    box-sizing: border-box;
    overflow-y: scroll;
}
.dc-list table{
    width: 154rem;
    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:52rem;
}
.dc-list .dc-th-type {
    width: 20rem;
    text-align: center;
}
.dc-list .dc-th-date {
    width: 20rem;
    text-align: center;
}
.dc-list .dc-th-size {
    width: 20rem;
    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 2rem;
    font-family: Rany;
    font-weight: normal;
    font-size: 3rem;
    color: #000;
    border-bottom: 1px solid #B5B5B5;
}
.dc-list table tbody tr td {
    height: 12.5rem;
    line-height: 12.5rem;
    padding: 0 2rem;
    font-family: OPPOSans;
    font-size: 2.4rem;
    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: 25rem;
    height: 5rem;
    margin: 0 3rem;
    line-height: 3.5rem;
    font-size: 2.4rem;
    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: 1.3rem;
}
.dc-list table tbody tr td .dc-table-download span::before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: -3.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('/assets/img/support/downloadCenter/download.png') no-repeat center;
    background-size: contain;
}
.dc-buttom-page {
    width: 108rem;
    height: 28rem;
    padding: 6rem 19rem 14.8rem;
    background-color: #fafafa;
}

.dc-buttom-clearfix {
    display: flex;
    justify-content: center;
    width: 100%;
}
.dc-buttom-arrow {
    margin: 2.5rem 2rem;
    cursor: pointer;
}
.dc-buttom-arrow.off {
    cursor: not-allowed;
}
.dc-buttom-page-item {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    border-radius: 3.5rem;
    margin: 0 1.5rem;
    font-family: Rany-Light;
    font-size: 3.6rem;
    color: #000;
    background-color: #fff;
}
.dc-buttom-page-item a {
    display: block;
    color: #000;
}
.on.dc-buttom-page-item {
    font-family: Rany;
    font-size: 3.6rem;
    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;
}