.box1 {
    padding: 2.4rem 0 1.4rem;
}
.box1 .box {
    display: flex;
    justify-content: space-between;
    column-gap: 0.3rem;
    margin-top: 0.6rem;
}
.box1 .box .rate {
    flex:1;
    background: #fff;
    box-shadow: 0px 0px 76.7px 0px #00000012;
}

.box1 .box .rate .t {
    padding: 0 0.6rem;
}
.box1 .box .rate .t .top {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.box1 .box .rate .t .top .name,
.box1 .box .rate .t .top .status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box1 .box .rate .t .top .status .arrow {
    display: flex;
    align-items: center;
}
.box1 .box .rate .t .top .red-up {
    color: #FF0000;
}
.box1 .box .rate .t .top .green-down {
    color: #00B900;
}
.box1 .box .rate .t .top .green-down .arrow img {
    transform: rotate(180deg);
}
.box1 .box .rate .t .top .status .arrow span {
    line-height: 1;
}
.box1 .box .rate .t .top .status .arrow img {
    width: 0.1rem;
    margin-left: 0.15rem;
}
.box1 .box .rate .t .top .status p span:first-child {
    margin-right: 0.25rem;
}
.box1 .box .rate .t .bot {
    display: flex;
    flex-direction: column;
    row-gap: 0.45rem;
    margin: 0.3rem 0;
}
.box1 .box .rate .t .bot p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.box1 .box .content {
    width: 64%;
    padding: 0.6rem 0.34rem;
    box-shadow: 0px 0px 76.7px 0px #00000012;
}
.box1 .box .content h3 {
    margin-bottom: 0.3rem;
}
.box1 .box .content .item {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.2rem;
    background: #f7f7f7;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 76.7px 0px #00000012;
    cursor: pointer;
}
.box1 .box .content .item:hover {
    background: #fff;
}
.box1 .box .content .item .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.74rem;
    height: 0.74rem;
    margin-right: 0.5rem;
    background: #fff;
    border: 1px solid #66666633;
}
.box1 .box .content .item .left img {
    width: auto;
    height: 0.4rem;
}
.box1 .box .content .item .center {
    flex:1;
}
.box1 .box .content .item .right {
    display: flex;
    align-items: center;
}
.box1 .box .content .item .right img {
    width: 0.16rem;
    margin-right: 0.1rem;
}

.box2 {
    padding: 1.78rem 0 2.44rem;
}

.mbtn {
    justify-content: flex-start !important;
}

.mbtn a {
    margin: 0 !important;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.16rem;
    margin: 0.5rem auto;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    color: #D1D1D1;
}

.pagination a img {
    width: 0.06rem;
}

.pagination a.prev {
    margin-right: 0.16rem;
    transform: rotate(180deg);
}

.pagination a.next {
    margin-left: 0.16rem;
}

.pagination a.disabled img {
    filter: var(--imggray);
}

.pagination a.dots {
    line-height: 1;
}

.pagination a.active {
    background: var(--color-primary);
    color: #fff;
}

.pagination a.page:hover {
    background: var(--color-primary);
    color: #fff;
}

/* pagination */