/* 小于750px 手机*/
@media screen and (max-width: 750px) {
  .rate_title {
    margin: 0.2rem 0;
  }
  .rate_content {
    padding-bottom: 0.4rem;
  }
  .main_wrap {
    height: 0.4rem;
    overflow: hidden;
  }
  .main_wrap.show_all {
    height: auto;
  }
  .show_more {
    float: right;
    cursor: pointer;
    color: #254a98;
  }
  .show_more img {
    object-fit: cover;
    transition: 0.5s;
  }
  .show_more .rolate {
    transform: rotate(180deg);
  }
  .rate_introduction {
    margin-bottom: 0.2rem;
    line-height: 0.26rem;
  }
  .rate_text {
    width: 100%;
    background-color: #f0f0f0;
    padding: 0.2rem;
  }
  .rate_text .m_nav_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rate_text .m_nav_content .nav_title {
    color: #254a98;
  }
  .rate_text .m_nav_content .product_select {
    position: relative;
  }
  .rate_text .rate_nav {
    display: none;
  }
  .rate_text .notice_contain {
    margin-top: 0.1rem;
    font-weight: 600;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .rate_text .notice_contain .notice_item a {
    width: 100%;
    display: block;
    padding: 0.1rem;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .rate_text .notice_contain .notice_item a .notice_text {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
  }
  .rate_text .notice_contain .notice_item a .notice_text::before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background: url(origin_logo.png) no-repeat;
    background-size: cover;
    margin-right: 0.06rem;
  }
  .rate_text .notice_contain .notice_item a .notice_text span {
    width: calc(100% - 0.16rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rate_text .notice_contain .notice_item a .notice_text img {
    width: 0.2rem;
    height: 0.14rem;
    margin-left: 0.1rem;
  }
  .rate_text .notice_contain .notice_item a .notice_right .notice_time {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-weight: normal;
  }
  .rate_text .notice_contain .notice_item a:active {
    background-color: #254a98;
    color: #fff;
  }
  .rate_text .notice_contain .notice_item a:active .notice_text::before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background: url(left_logo.png) no-repeat;
    background-size: cover;
    margin-right: 0.06rem;
  }
  .rate_text .m_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.2rem;
    background-color: #f0f0f0;
  }
  .rate_text .m_pagination .el-pager li {
    font-size: 0.14rem;
  }
  .rate_text .m_pagination .el-pagination button,
  .rate_text .m_pagination .el-pagination span:not([class*="suffix"]) {
    font-size: 0.14rem;
  }
  .rate_text .m_pagination .el-input {
    font-size: 0.14rem;
  }
  .rate_text .m_pagination .el-pagination .btn-next,
  .rate_text .m_pagination .el-pagination .btn-prev {
    background-color: #f0f0f0;
  }
  .rate_text .m_pagination .el-pagination .btn-next .el-icon,
  .rate_text .m_pagination .el-pagination .btn-prev .el-icon {
    font-size: 0.14rem;
  }
  .rate_text .m_pagination .el-icon.el-icon-arrow-left,
  .rate_text .m_pagination .el-icon.el-icon-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.28rem;
    width: 0.28rem;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background-color: #f0f0f0;
    margin-bottom: 0.3rem;
  }
  .rate_text .m_pagination .el-icon.el-icon-arrow-left:hover,
  .rate_text .m_pagination .el-icon.el-icon-arrow-right:hover {
    background-color: #254a98;
    color: #fff;
  }
  .rate_text .m_pagination .el-pagination .btn-next .el-icon,
  .rate_text .m_pagination .el-pagination .btn-prev .el-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rate_text .m_pagination .el-pagination .el-pager li {
    background-color: #f0f0f0;
  }
  .rate_text .m_pagination .el-pagination .el-pager li:not(.disabled):hover {
    color: #254a98;
  }
  .rate_text .m_pagination .el-pagination .el-pager li:not(.disabled).active {
    color: #254a98;
  }
  .rate_text .m_pagination .el-pager .more::before {
    line-height: 0.3rem;
    content: "-";
  }
}
@media screen and (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .rate_title {
    margin: 50px 0;
  }
  .rate_content {
    padding-bottom: 50px;
  }
  .main_wrap {
    height: 40px;
    overflow: hidden;
  }
  .main_wrap.show_all {
    height: auto;
  }
  .show_more {
    float: right;
    cursor: pointer;
    color: #254a98;
  }
  .show_more img {
    object-fit: cover;
    transition: 0.5s;
  }
  .show_more .rolate {
    transform: rotate(180deg);
  }
  .rate_introduction {
    margin-bottom: 20px;
    line-height: 26px;
  }
  .rate_text {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 20px;
  }
  .rate_text .rate_text_box {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .rate_text .m_nav_content {
    display: none;
  }
  .rate_text .rate_nav {
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 1px;
    cursor: pointer;
  }
  .rate_text .rate_nav .current_rate_nav {
    background-color: #254a98;
    color: #fff;
  }
  .rate_text .rate_nav .rate_nav_item {
    width: 25%;
    text-align: center;
    height: 100px;
    line-height: 100px;
  }
  .rate_text .rate_nav .rate_nav_item:hover {
    background-color: #254a98;
    color: #fff;
  }
  .rate_text .notice_contain {
    margin-top: 50px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .rate_text .notice_contain .notice_item a {
    display: flex;
    align-items: center;
    padding: 60px 20px;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .rate_text .notice_contain .notice_item a .notice_text {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    width: 90%;
  }
  .rate_text .notice_contain .notice_item a .notice_text::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(origin_logo.png) no-repeat;
    background-size: cover;
    margin-right: 40px;
  }
  .rate_text .notice_contain .notice_item a .notice_text span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .rate_text .notice_contain .notice_item a .notice_text img {
    width: 30px;
    height: 24px;
    margin: 0 10px;
  }
  .rate_text .notice_contain .notice_item a .notice_right .notice_time {
    font-size: 18px;
    word-break: keep-all;
    min-width: 101px;
    font-weight: normal;
  }
  .rate_text .notice_contain .notice_item a:hover {
    background-color: #254a98;
    color: #fff;
  }
  .rate_text .notice_contain .notice_item a:hover .notice_text::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(left_logo.png) no-repeat;
    background-size: cover;
    margin-right: 40px;
  }
}