/* 小于750px 手机*/
@media screen and (max-width: 750px) {
  .rate_title {
    margin: 0.2rem 0;
  }
  .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 .rate_ul {
    margin-top: 0.1rem;
    border-top: 1px solid #e5e5e5;
  }
  .rate_text .rate_ul .news_item {
    width: 100%;
    margin-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .rate_text .rate_ul .news_item .news_details {
    width: 100%;
    position: relative;
    display: block;
  }
  .rate_text .rate_ul .news_item .news_details img {
    width: 0.2rem;
    height: 0.14rem;
    margin-left: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rate_text .rate_ul .news_item .news_details p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.16rem;
  }
  .rate_text .rate_ul .news_item .news_details p:active {
    color: #8b6825;
  }
  .rate_text .rate_ul .news_item .news_details span {
    text-align: right;
  }
  .rate_text .m_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.2rem;
  }
  .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: 30px;
  }
  .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(.disable):hover {
    color: #254a98;
  }
  .rate_text .m_pagination .el-pagination .el-pager li:not(.disable).active {
    color: #254a98;
  }
  .rate_text .m_pagination .el-pager .more::before {
    line-height: 0.3rem;
    content: "-";
  }
  .rate_text .m_pagination .confirm {
    border: 0.01rem solid #92a4cb;
    background-color: #f0f0f0;
    color: #92a4cb;
    margin-left: 0.2rem;
    width: 0.9rem;
  }
  .rate_text .m_pagination .el-pagination__editor.el-input .el-input__inner {
    color: #254a98;
    background-color: #f0f0f0;
  }
  .rate_text .pagination {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .rate_title {
    margin: 50px 0;
  }
  .rate_content {
    padding-bottom: 50px;
  }
  .rate_introduction {
    margin-bottom: 20px;
    line-height: 26px;
  }
  .rate_text {
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px 0;
  }
  .rate_text .rate_text_con {
    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 .rate_nav .rate_nav_item a {
    display: inline-block;
    width: 100%;
  }
  .rate_text .rate_ul {
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
  }
  .rate_text .rate_ul .news_item {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
  .rate_text .rate_ul .news_item .news_details {
    display: flex;
    justify-content: space-between;
  }
  .rate_text .rate_ul .news_item .news_details img {
    width: 30px;
    height: 24px;
    margin: 0 10px;
  }
  .rate_text .rate_ul .news_item .news_details p {
    width: calc(100% - 180px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 18px;
  }
  .rate_text .rate_ul .news_item .news_details p:hover {
    color: #8b6825;
  }
  .rate_text .rate_ul .news_item .news_details span {
    font-size: 18px;
  }
  .rate_text .m_pagination {
    display: none;
  }
}
