/* 小于750px 手机*/
@media screen and (max-width: 750px) {
  .page {
    font-size: 0.14rem;
    overflow: auto;
  }
  .page .main_page {
    width: 100%;
    margin-top: 0.6rem;
  }
  .page .main_page .main_contain {
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.14rem;
  }
  .page .main_page .main_contain .banner_section {
    width: 100%;
  }
  .page .main_page .main_contain .banner_section .baner_bg {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  .page .main_page .main_contain .banner_section .baner_bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .page .main_page .main_contain .banner_section .baner_bg::after {
    content: "";
    width: 64%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -webkit-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -o-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -moz-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
  }
  .page .main_page .main_contain .banner_section .baner_bg p {
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.8rem;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .page .main_page .main_contain .banner_section .baner_bg p::after {
    content: "";
    width: 0.36rem;
    height: 0.04rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
  }
  .page .main_page .main_contain .nav_section {
    display: none;
  }
  .page .main_page .main_contain .m_nav_section {
    width: 100%;
    padding: 0.1rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .page .main_page .main_contain .m_nav_section .m_nav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #254a98;
  }
  .page .main_page .main_contain .m_nav_section .m_nav_content .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
  }
  .page .main_page .main_contain .m_nav_section .m_nav_content .el-range-editor.is-active,
  .page .main_page .main_contain .m_nav_section .m_nav_content .el-range-editor.is-active:hover,
  .page .main_page .main_contain .m_nav_section .m_nav_content .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
  }
  .page .main_page .main_contain .m_nav_section .m_nav_content .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .page .main_page .main_contain .main_section {
    width: 100%;
    padding: 0 0.2rem;
  }
  .page .main_page .main_contain .main_section .main_section_contain {
    width: 100%;
  }
  .page .main_page .main_contain .pagination {
    display: none;
  }
  .page .main_page .main_contain .m_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
  }
  .page .main_page .main_contain .m_pagination .el-pagination {
    display: flex;
    align-items: center;
  }
  .page .main_page .main_contain .m_pagination.bg_gray .el-pagination button:disabled,
  .page .main_page .main_contain .m_pagination.bg_gray .el-pager li {
    background: #f1f1f1;
  }
  .page .main_page .main_contain .m_pagination .el-pager li {
    font-size: 0.16rem;
  }
  .page .main_page .main_contain .m_pagination .el-pagination button,
  .page .main_page .main_contain .m_pagination .el-pagination span:not([class*="suffix"]) {
    font-size: 0.16rem;
  }
  .page .main_page .main_contain .m_pagination .el-pagination .btn-next,
  .page .main_page .main_contain .m_pagination .el-pagination .btn-prev {
    height: 0.46rem;
  }
  .page .main_page .main_contain .m_pagination .el-pagination .btn-next .el-icon,
  .page .main_page .main_contain .m_pagination .el-pagination .btn-prev .el-icon {
    font-size: 0.16rem;
  }
  .page .main_page .main_contain .m_pagination .el-icon.el-icon-arrow-left,
  .page .main_page .main_contain .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;
  }
  .page .main_page .main_contain .m_pagination .el-icon.el-icon-arrow-left:hover,
  .page .main_page .main_contain .m_pagination .el-icon.el-icon-arrow-right:hover {
    background-color: #254a98;
    color: #fff;
  }
  .page .main_page .main_contain .m_pagination .el-pagination .btn-next .el-icon,
  .page .main_page .main_contain .m_pagination .el-pagination .btn-prev .el-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page .main_page .main_contain .m_pagination .el-pagination .el-pager li:not(.disabled):hover {
    color: #254a98;
  }
  .page .main_page .main_contain .m_pagination .el-pagination .el-pager li:not(.disabled).active {
    color: #254a98;
  }
  .page .main_page .main_contain .m_pagination .el-pager .more::before {
    line-height: 0.3rem;
    content: "-";
  }
  .page .pagination {
    display: none;
  }
  .page .m_pagination .el-pagination {
    display: flex;
    align-items: center;
  }
  .page .m_pagination .el-pagination .btn-next,
  .page .m_pagination .el-pagination .btn-prev {
    height: 0.46rem;
  }
  .page .m_pagination .el-icon.el-icon-arrow-left,
  .page .m_pagination .el-icon.el-icon-arrow-right {
    margin-bottom: 0;
  }
  .m_fixed {
    width: 100%;
    position: fixed;
    height: 0.6rem;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  }
  .top_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.16rem 0.2rem;
    position: relative;
  }
  .top_header .top_Left .logo a img {
    width: 1.45rem;
    height: 0.3rem;
  }
  .top_header .top_Left .logo a img.home_logo_img {
    display: none;
  }
  .top_header .top_Left .logo a img.logo_img {
    display: block;
  }
  .top_header .top_Left .menu {
    position: absolute;
    top: 0.6rem;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
  }
  .top_header .top_Left .menu ul li {
    display: flex;
    align-items: center;
    height: 0.5rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.14rem;
    font-weight: bold;
    cursor: pointer;
  }
  .top_header .top_Left .menu ul li .pc {
    display: none;
  }
  .top_header .top_Left .menu ul li > a {
    display: inline-block;
    position: relative;
    width: calc(100% - 0.1rem);
    padding: 0 0.2rem;
  }
  .top_header .top_Left .menu ul li > a::before {
    content: "";
    width: 0%;
    height: 0.01rem;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -0.17rem;
    background-color: #222;
    transition: 0.3s linear;
  }
  .top_header .top_Left .menu ul li > a::after {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0;
    background: url(dsj_02.png) center no-repeat;
  }
  .top_header .top_Left .menu ul li.menu_on > a::before {
    width: 0%;
  }
  .top_header .top_Left .menu ul li.menu_on .menu_c {
    display: block;
  }
  .top_header .top_Left .menu ul li .menu_c {
    overflow-y: auto;
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 0.6rem);
  }
  .top_header .top_Left .menu ul li .menu_c .menuc_close {
    width: 100%;
    overflow: hidden;
    height: 0.5rem;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0.6rem;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 9999;
  }
  .top_header .top_Left .menu ul li .menu_c .menuc_close a {
    display: inline-block;
    background: url(dsj_01.png) left center no-repeat;
    background-size: 0.08rem;
    padding-left: 0.2rem;
    margin-left: 0.2rem;
  }
  .top_header .top_Left .menu ul li .menu_c .menu_mobile_font {
    font-size: 0.14rem;
    margin: 0.12rem 0;
  }
  .top_header .top_Left .menu ul li .menu_c .menu_mobile_font a {
    color: #333;
  }
  .top_header .top_Left .menu ul li .menu_c .ment_font_size {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
  .top_header .top_Left .menu ul li .menu_c .ment_font_size a {
    color: #999;
  }
  .top_header .top_Left .menu ul li .menu_c dl {
    padding: 0 0.2rem;
  }
  .top_header .top_Left .menu ul li .menu_c dl a:hover {
    color: #8b6825;
  }
  .top_header .top_Left .menu ul li .menu_c dl:nth-child(2) {
    margin-top: 0.6rem;
  }
  .top_header .top_Left .menu_show {
    display: none;
  }
  .top_header .top_login_btn {
    display: flex;
    align-items: center;
  }
  .top_header .top_login_btn .search_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.14rem;
    cursor: pointer;
  }
  .top_header .top_login_btn .search_icon img {
    width: 100%;
    height: 100%;
  }
  .top_header .top_login_btn .search_icon img.home_search {
    display: none;
  }
  .top_header .top_login_btn .search_icon img.other_search {
    display: block;
  }
  .top_header .top_login_btn .login_tt {
    display: block;
    width: 0.6rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border: 2px solid #e6e6e6;
    border-radius: 0.15rem;
    font-size: 0.14rem;
  }
  .top_header .top_login_btn .login_tt:hover {
    background-color: #8b6825;
    border: 2px solid #8b6825;
    color: #fff;
  }
  .top_header .top_login_btn .login_en {
    font-size: 0.16rem;
    padding: 0.05rem;
  }
  .top_header .top_login_btn .user_info {
    text-align: center;
    border-radius: 0.25rem;
    font-size: 0.12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top_header .top_login_btn .user_info label {
    font-size: 0.12rem;
    padding-left: 0rem;
    cursor: pointer;
  }
  .top_header .top_login_btn .mtmenu_click {
    display: flex;
    align-items: center;
    margin-left: 0.14rem;
  }
  .top_header .top_login_btn .mtmenu_click img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .top_header .top_login_btn .mtmenu_click .mt_01_home,
  .top_header .top_login_btn .mtmenu_click .mt_02_home,
  .top_header .top_login_btn .mtmenu_click .mt_02_other {
    display: none;
  }
  .top_header .top_login_btn .mtmenu_click .mt_01_other {
    display: block;
  }
  .top_header .top_login_btn .mtmenu_click .mt_noshow {
    display: none;
  }
  .section_footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    position: relative;
  }
  .section_footer .footer_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .section_footer .footer_bg_red {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
  }
  .section_footer .main_footer {
    width: 100%;
    font-size: 0.16rem;
  }
  .section_footer .main_footer .left_footer .top_footer {
    padding-bottom: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-bottom: 1px solid #d6d9e0;
  }
  .section_footer .main_footer .left_footer .top_footer a {
    color: #000;
    font-size: 0.14rem;
    padding: 0 0.04rem;
    font-family: "Microsoft YaHei";
    line-height: 21px;
  }
  .section_footer .main_footer .left_footer .about_select {
    margin: 0.16rem 0;
    position: relative;
  }
  .section_footer .main_footer .left_footer .about_select .el-select {
    width: 1.5rem;
  }
  .section_footer .main_footer .left_footer .about_select .el-select .el-scrollbar .el-select-dropdown__wrap {
    max-height: 1.7rem !important;
  }
  .section_footer .main_footer .left_footer .about_select .el-select-dropdown {
    background-color: #dfe5f3;
  }
  .section_footer .main_footer .left_footer .about_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 400;
    font-size: 0.14rem;
    background-color: #dfe5f3;
  }
  .section_footer .main_footer .left_footer .about_select .el-input--suffix .el-input__inner {
    font-size: 0.14rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.36rem;
    background-color: #DFE5F3;
    border: 1px solid #6f7279;
    color: #7f8185;
  }
  .section_footer .main_footer .left_footer .about_select .el-select > .el-input {
    font-size: 0.14rem;
    font-weight: 600;
  }
  .section_footer .main_footer .left_footer .filing_footer {
    line-height: 0.2rem;
    font-size: 0.14rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.1rem;
  }
  .section_footer .main_footer .left_footer .filing_footer a,
  .section_footer .main_footer .left_footer .filing_footer span {
    color: #606060;
    cursor: pointer;
  }
  .section_footer .main_footer .left_footer .filing_footer a:hover,
  .section_footer .main_footer .left_footer .filing_footer span:hover {
    color: #8b6825;
  }
  .section_footer .main_footer .left_footer .filing_footer .ip_logo {
    margin: 0 0.05rem;
  }
  .section_footer .main_footer .left_footer .filing_footer .ip_logo img {
    width: 0.9rem;
    height: 0.14rem;
  }
  .section_footer .main_footer .left_footer .copyright_footer {
    line-height: 0.2rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #606060;
  }
  .section_footer .main_footer .left_footer .copyright_footer a {
    margin-left: 0.1rem;
    color: #606060;
    cursor: pointer;
  }
  .section_footer .main_footer .left_footer .copyright_footer a:hover {
    color: #8b6825;
  }
  .section_footer .main_footer .right_footer .logo_footer {
    margin-bottom: 0.1rem;
  }
  .section_footer .main_footer .right_footer .logo_footer img {
    width: 1.5rem;
    height: 0.3rem;
    object-fit: contain;
  }
  .section_footer .main_footer .right_footer .info_footer p {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    color: #666;
  }
  .main_title {
    font-size: 0.2rem;
    margin: 0.1rem 0;
    color: #333;
    display: flex;
    align-items: center;
  }
  .main_title::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.22rem;
    background: url(main_logo.png) no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
  }
  .pubilc_select {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
  }
  .pubilc_select .el-select {
    width: 1.3rem;
  }
  .pubilc_select .el-select-dropdown__item {
    font-size: 0.14rem;
  }
  .pubilc_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
    font-size: 0.14rem;
  }
  .pubilc_select .el-range-editor.is-active,
  .pubilc_select .el-range-editor.is-active:hover,
  .pubilc_select .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
    font-size: 0.14rem;
  }
  .pubilc_select .el-input {
    font-size: 0.14rem;
  }
  .pubilc_select .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .pubilc_select .el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #254a98;
  }
  .pubilc_select .el-date-table td.today span {
    border-radius: 50%;
    border: 1px solid red;
    color: #333;
  }
  .pubilc_select .el-date-table td.available:hover {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 50%;
  }
  .pubilc_select .el-input.is-active .el-input__inner,
  .pubilc_select .el-input__inner:focus {
    border-color: #254a98;
    outline: 0;
  }
  .pubilc_select .el-picker-panel {
    top: 0.4rem !important;
  }
  .table_about_more {
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .table_about_more a {
    display: inline-block;
    border: 2px solid #8b6825;
    color: #8b6825;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0px 0.16rem;
    border-radius: 0.36rem;
  }
  .table_about_more a:hover {
    background-color: #8b6825;
    color: #fff;
  }
  .login_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .login_box .login_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .login_box.login_dialog {
    display: none;
  }
  .login_box.login_dialog.on {
    display: block;
  }
  .login_box.register_dialog {
    display: none;
  }
  .login_box.register_dialog.on {
    display: block;
  }
  .login_box.register_dialog .content {
    min-width: 3.35rem;
    padding: 0.2rem 0.1rem;
  }
  .login_box.psd_dialog {
    display: none;
  }
  .login_box.psd_dialog.on {
    display: block;
  }
  .login_box .content {
    z-index: 10001;
    width: 3rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 0.06rem;
    margin-top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .login_box .content .flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .login_box .content .close {
    width: 0.14rem;
    height: 0.14rem;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0.06rem;
    top: 0.06rem;
    padding: 0.1rem;
  }
  .login_box .content .close img {
    width: 100%;
    height: 100%;
  }
  .login_box .content h3 {
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
    color: #222;
  }
  .login_box .content .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .login_box .content .item input {
    width: 100%;
    height: 0.3rem;
    border: 0.01rem solid #f2f2f2;
    color: #222;
    padding: 0 0.12rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .login_box .content .item input::-moz-placeholder,
  .login_box .content .item input::-ms-input-placeholder,
  .login_box .content .item input::-webkit-input-placeholder {
    color: #666;
    font-size: 0.12rem;
  }
  .login_box .content .item span {
    font-size: 12px;
    padding-left: 0.1rem;
    margin-top: 0.1rem;
    color: red;
  }
  .login_box .content .p1 img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1.8rem;
    height: 0.38rem;
  }
  .login_box .content .p2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-bottom: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .login_box .content .p2 p {
    position: relative;
    width: 100%;
  }
  .login_box .content .p2 .lgn_txt1 {
    width: calc(100% - 1.5rem);
  }
  .login_box .content .p2 .yzm {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.4rem;
    z-index: 10001;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .login_box .content .p2 .yzm img {
    display: block;
    width: 0.6rem;
    height: 0.25rem;
  }
  .login_box .content .p2 .yzm img.refresh {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .login_box .content .p2 .p2_sub {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .login_box .content .p2 .p2_sub .lgn_txt {
    width: 89%;
  }
  .login_box .content .p2 .p2_sub .send-verify-btn {
    width: 1.45rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 0.2rem;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0.02rem;
  }
  .login_box .content .p2 .p2_sub .send-verify-btn.disabled {
    cursor: not-allowed;
  }
  .login_box .content .p3 {
    margin: 0 auto 0.1rem;
    padding: 0;
    display: flex;
  }
  .login_box .content .p3 .lgn_btn {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 0.1rem;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    margin-right: 0.1rem;
  }
  .login_box .content .p3 .lgn_btn:last-child {
    margin-right: 0;
  }
  .login_box .content .p4 {
    text-align: center;
    margin-bottom: 0;
  }
  .login_box .content .p4 a {
    display: inline-block;
    margin-right: 0.1rem;
  }
  .login_box .content .p4 a:last-child {
    margin-right: 0;
  }
  .login_box .content .p4 a.a1 {
    color: #a7a7a7;
  }
  .login_box .content .p4 a.a2 {
    color: #222;
  }
  .login_box .content .p4 a.a2 img {
    vertical-align: middle;
    padding-left: 0.06rem;
    width: 0.07rem;
    height: 0.12rem;
  }
  .login_box .content .p5 p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .login_box .content .p5 p .send-verify-btn {
    width: 1.45rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 0.2rem;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0.02rem;
  }
  .login_box .content .p5 p .send-verify-btn.disabled {
    cursor: not-allowed;
  }
  .login_box .content .p5 input {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 0.01rem solid #f2f2f2;
    color: #222;
    padding: 0 0.1rem;
    border-radius: 0.08rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex: 0 0 0.56rem;
  }
  .login_box .content .p5 input.tel {
    flex: 0 0 1.1rem;
  }
  .login_box .content .p5 input:nth-child(1),
  .login_box .content .p5 input:nth-child(2) {
    flex: 0 0 0.5rem;
  }
  .login_box .content .p5 input:nth-child(4) {
    flex: 0 0 0.87rem;
  }
  .login_box .content .p5 input:nth-child(5) {
    flex: 0 0 0.7rem;
  }
  .login_box .content .privacy-agreement-class-box input {
    width: 0.2rem !important;
  }
  .login_box .content .privacy-agreement-class-box label {
    font-size: 0.12rem;
  }
  .login_box .content .privacy-agreement-class-box label a {
    text-decoration: underline;
    color: blue;
  }
  .m_common_left_menu_swiper {
    width: 100%;
    overflow: hidden;
    height: 0.36rem;
    line-height: 0.36rem;
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.15rem;
  }
  .m_common_left_menu_swiper .swiper-slide {
    width: auto;
  }
  .m_common_left_menu_swiper .swiper-slide a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000;
  }
  .m_common_left_menu_swiper .swiper-slide a.on {
    color: #254a98;
  }
}
@media screen and (min-width: 750px) {
  .page {
    margin: 0 auto;
  }
  .page .main_page {
    width: 100%;
  }
  .page .main_page .main_contain {
    width: 100%;
    font-size: 18px;
  }
  .page .main_page .main_contain .banner_section {
    width: 100%;
    padding: 0 20px;
  }
  .page .main_page .main_contain .banner_section .baner_bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .page .main_page .main_contain .banner_section .baner_bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page .main_page .main_contain .banner_section .baner_bg::after {
    content: "";
    width: 64%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -webkit-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -o-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
    background: -moz-linear-gradient(to right, #254a98 30%, rgba(37, 74, 152, 0));
  }
  .page .main_page .main_contain .banner_section .baner_bg p {
    color: #fff;
    font-size: 80px;
    line-height: 120px;
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .page .main_page .main_contain .banner_section .baner_bg p::after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .page .main_page .main_contain .nav_section {
    max-width: 1300px;
    margin: 0 auto;
    height: 200px;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page .main_page .main_contain .nav_section .nav_content {
    display: flex;
    flex-wrap: wrap;
    font-size: 27px;
  }
  .page .main_page .main_contain .nav_section .nav_content .nav_active {
    color: #254a98;
    position: relative;
  }
  .page .main_page .main_contain .nav_section .nav_content .nav_active::before {
    content: "";
    position: absolute;
    top: 50px;
    width: calc(100% - 28px);
    height: 0.75px;
    left: 0;
    background-color: #254a98;
  }
  .page .main_page .main_contain .nav_section .nav_content .nav_active:last-child::before {
    width: calc(100% - 20px);
  }
  .page .main_page .main_contain .nav_section .nav_content span {
    margin-left: 20px;
    cursor: pointer;
    color: #222;
  }
  .page .main_page .main_contain .nav_section .nav_content span::after {
    content: "/";
    margin-left: 20px;
    color: #333;
  }
  .page .main_page .main_contain .nav_section .nav_content span:last-child::after {
    content: "";
  }
  .page .main_page .main_contain .m_nav_section {
    display: none;
  }
  .page .main_page .main_contain .main_section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .page .main_page .main_contain .main_section .main_section_contain {
    width: 100%;
    border-top: 0.75px solid #e5e5e5;
  }
  .page .main_page .m_left_nav_section,
  .page .main_page .m_common_left_menu_swiper {
    display: none;
  }
  #public_header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 20px 20px 0 20px;
  }
  .m_fixed {
    width: 100%;
    height: 120px;
    background-color: #fff;
    box-shadow: 0 0 15.79px rgba(0, 0, 0, 0.05);
  }
  .top_header {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 22px;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #3c3c3c;
  }
  .top_header .top_Left {
    display: flex;
    align-items: center;
  }
  .top_header .top_Left .logo a img {
    width: 263px;
    height: 55px;
  }
  .top_header .top_Left .logo a img.home_logo_img {
    display: none;
  }
  .top_header .top_Left .logo a img.logo_img {
    display: block;
  }
  .top_header .top_Left .menu {
    margin-left: 140px;
    height: 80px;
  }
  .top_header .top_Left .menu ul {
    display: flex;
    height: 100%;
  }
  .top_header .top_Left .menu ul li {
    display: flex;
    align-items: center;
    padding-right: 39px;
    transition: 0.3s linear;
    overflow: hidden;
    justify-content: flex-start;
    height: 100%;
  }
  .top_header .top_Left .menu ul li .mobile {
    display: none;
  }
  .top_header .top_Left .menu ul li > a {
    display: inline-block;
    position: relative;
    color: #222;
    word-break: keep-all;
    font-size: 24px;
  }
  .top_header .top_Left .menu ul li > a::before {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #222;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .top_header .top_Left .menu ul li.show > a::before {
    width: 100%;
  }
  .top_header .top_Left .menu ul li.show > .menu_c1 {
    display: block;
  }
  .top_header .top_Left .menu ul li.show > .menu_c2 {
    display: flex;
    justify-content: center;
  }
  .top_header .top_Left .menu ul li .menu_c {
    width: 100%;
    border-top: 0.75px solid #eee;
    position: absolute;
    left: 0;
    top: 120px;
    padding: 0 40px;
    display: none;
    box-shadow: 0 15.79px 15.79px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }
  .top_header .top_Left .menu ul li .menu_c .menuc_close {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c1 {
    display: none;
    text-align: center;
    padding: 20px 30px 0;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 22px;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl dd {
    position: relative;
    line-height: 1.5;
    padding: 0 30px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 22px;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl dd::before {
    content: "";
    width: 0.75px;
    height: 16px;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl dd a {
    color: #333;
    font-size: 21px;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl dd a:hover {
    color: #8b6825;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl dd:last-child::before {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c1 dl a::before {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c2 {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl {
    position: relative;
    padding: 20px 40px;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl::before {
    content: "";
    width: 0.75px;
    height: 100%;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl:last-child::before {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl dt {
    overflow: hidden;
    line-height: 1.75;
    font-size: 18px;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl dt a {
    color: #333;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl dd {
    overflow: hidden;
    margin: 10px 0;
    line-height: 1.75;
    font-size: 16px;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl dd a {
    color: #999;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl a::before {
    display: none;
  }
  .top_header .top_Left .menu ul li .menu_c2 dl a:hover {
    color: #8b6825;
  }
  .top_header .top_Left .menu.showPC {
    display: block;
  }
  .top_header .top_login_btn {
    display: flex;
    align-items: center;
  }
  .top_header .top_login_btn .search_icon {
    width: 24px;
    height: 24px;
    margin-right: 40px;
    cursor: pointer;
  }
  .top_header .top_login_btn .search_icon img {
    width: 100%;
    height: 100%;
  }
  .top_header .top_login_btn .search_icon img.home_search {
    display: none;
  }
  .top_header .top_login_btn .search_icon img.other_search {
    display: block;
  }
  .top_header .top_login_btn .login_tt {
    display: block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1.5px solid #e6e6e6;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 10px;
  }
  .top_header .top_login_btn .login_tt:hover {
    background-color: #8b6825;
    border: 1.5px solid #8b6825;
    color: #fff;
  }
  .top_header .top_login_btn .login_en {
    font-size: 20px;
    padding: 5px;
  }
  .top_header .top_login_btn .user_info {
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
  }
  .top_header .top_login_btn .user_info label {
    font-size: 16px;
    padding-left: 6px;
    cursor: pointer;
  }
  .top_header .top_login_btn .mtmenu_click {
    display: none;
  }
  .section_footer {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    height: 460px;
    padding: 130px 24px 100px;
    position: relative;
  }
  .section_footer .footer_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .section_footer .footer_bg_red {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
  }
  .section_footer .main_footer {
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 18px;
  }
  .section_footer .main_footer .left_footer {
    width: 70%;
  }
  .section_footer .main_footer .left_footer .top_footer {
    padding-bottom: 30px;
    display: flex;
    justify-content: start;
    font-size: 20px;
    border-bottom: 0.75px solid #d6d9e0;
    flex-wrap: wrap;
  }
  .section_footer .main_footer .left_footer .top_footer a:hover {
    font-weight: bold;
    text-decoration: underline;
  }
  .section_footer .main_footer .left_footer .top_footer a:hover::after {
    font-weight: 400;
  }
  .section_footer .main_footer .left_footer .top_footer a::after {
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 400;
  }
  .section_footer .main_footer .left_footer .top_footer a:last-child::after {
    content: "";
  }
  .section_footer .main_footer .left_footer .about_select {
    margin: 25px 0;
    position: relative;
  }
  .section_footer .main_footer .left_footer .about_select .el-select {
    width: 150px;
  }
  .section_footer .main_footer .left_footer .about_select .el-select .el-scrollbar .el-select-dropdown__wrap {
    max-height: 186px !important;
  }
  .section_footer .main_footer .left_footer .about_select .el-select .el-input__suffix {
    top: 0px !important;
  }
  .section_footer .main_footer .left_footer .about_select .el-select-dropdown {
    background-color: #f0f4ff;
  }
  .section_footer .main_footer .left_footer .about_select .el-select-dropdown__item {
    cursor: auto;
  }
  .section_footer .main_footer .left_footer .about_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 400;
    font-size: 16px;
    background-color: #f0f4ff;
  }
  .section_footer .main_footer .left_footer .about_select .el-input--suffix .el-input__inner {
    height: 36px;
    border-radius: 36px;
    background-color: #eef2f9;
    border: 0.75px solid #6f7279;
    color: #7f8185;
    font-size: 16px;
  }
  .section_footer .main_footer .left_footer .about_select .el-select > .el-input {
    font-size: 18px;
    font-weight: 600;
  }
  .section_footer .main_footer .left_footer .filing_footer {
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .section_footer .main_footer .left_footer .filing_footer a,
  .section_footer .main_footer .left_footer .filing_footer span {
    font-size: 16px;
    color: #606060;
    cursor: pointer;
  }
  .section_footer .main_footer .left_footer .filing_footer a:hover,
  .section_footer .main_footer .left_footer .filing_footer span:hover {
    color: #8b6825;
  }
  .section_footer .main_footer .left_footer .filing_footer .ip_logo {
    margin: 0 2px;
  }
  .section_footer .main_footer .left_footer .filing_footer .ip_logo img {
    width: 120px;
    height: 15px;
  }
  .section_footer .main_footer .left_footer .copyright_footer {
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #606060;
  }
  .section_footer .main_footer .left_footer .copyright_footer a {
    margin-left: 10px;
    color: #606060;
    cursor: pointer;
  }
  .section_footer .main_footer .left_footer .copyright_footer a:hover {
    color: #8b6825;
  }
  .section_footer .main_footer .right_footer {
    min-width: 180;
  }
  .section_footer .main_footer .right_footer .logo_footer {
    margin-bottom: 20px;
  }
  .section_footer .main_footer .right_footer .logo_footer img {
    width: 280px;
    height: 90px;
    object-fit: contain;
  }
  .section_footer .main_footer .right_footer .info_footer {
    margin-top: 40px;
  }
  .section_footer .main_footer .right_footer .info_footer p {
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
  }
  .main_title {
    font-size: 36px;
    margin: 30px 0;
    color: #333;
    display: flex;
    align-items: center;
  }
  .main_title::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 36px;
    background: url(main_logo.png) no-repeat;
    background-size: contain;
    margin-right: 20px;
  }
  .pubilc_select {
    display: flex;
    align-items: center;
    font-size: 20px;
    position: relative;
  }
  .pubilc_select span {
    margin-right: 10px;
  }
  .pubilc_select .el-select {
    width: 240px;
  }
  .pubilc_select .el-select-dropdown__item {
    font-size: 20px;
  }
  .pubilc_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
    font-size: 20px;
  }
  .pubilc_select .el-cascader-menu {
    font-size: 20px;
  }
  .pubilc_select .el-range-editor.is-active,
  .pubilc_select .el-range-editor.is-active:hover,
  .pubilc_select .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
    font-size: 20px;
  }
  .pubilc_select .el-input {
    font-size: 20px;
  }
  .pubilc_select .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .pubilc_select .el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #254a98;
  }
  .pubilc_select .el-date-table td.today span {
    border-radius: 50%;
    border: 0.75px solid red;
    color: #333;
  }
  .pubilc_select .el-date-table td.available:hover {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 50%;
  }
  .pubilc_select .el-input.is-active .el-input__inner,
  .pubilc_select .el-input__inner:focus {
    border-color: #254a98;
    outline: 0;
  }
  .pubilc_select .el-input--prefix .el-input__inner {
    padding-left: 40px;
  }
  .table_about_more {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .table_about_more a {
    display: inline-block;
    border: 1.5px solid #8b6825;
    color: #8b6825;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 40px;
  }
  .table_about_more a:hover {
    background-color: #8b6825;
    color: #fff;
  }
  .login_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .login_box .login_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .login_box.login_dialog {
    display: none;
  }
  .login_box.login_dialog.on {
    display: block;
  }
  .login_box.register_dialog {
    display: none;
  }
  .login_box.register_dialog.on {
    display: block;
  }
  .login_box.register_dialog .content {
    padding: 75px 50px;
  }
  .login_box.psd_dialog {
    display: none;
  }
  .login_box.psd_dialog.on {
    display: block;
  }
  .login_box .content {
    z-index: 10001;
    width: 670px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 75px 105px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .login_box .content input {
    width: 100%;
    color: #222;
    padding: 0 10px;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f2f2f2;
    font-size: 18px;
  }
  .login_box .content input::-moz-placeholder,
  .login_box .content input::-ms-input-placeholder,
  .login_box .content input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
  }
  .login_box .content .flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .login_box .content .close {
    width: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .login_box .content .close img {
    width: 100%;
    height: 100%;
  }
  .login_box .content h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: #222;
  }
  .login_box .content .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .login_box .content .item span {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 4px;
    color: red;
  }
  .login_box .content .p1 {
    margin-bottom: 57px;
  }
  .login_box .content .p1 img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .login_box .content .p2 {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .login_box .content .p2 p {
    position: relative;
    width: 100%;
  }
  .login_box .content .p2 .lgn_txt1 {
    width: calc(100% - 150px);
  }
  .login_box .content .p2 .yzm {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    z-index: 10001;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .login_box .content .p2 .yzm img {
    display: block;
    width: 80px;
    height: 100%;
  }
  .login_box .content .p2 .yzm img.refresh {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    padding: 8px 0 8px 8px;
  }
  .login_box .content .p2 .p2_sub {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .login_box .content .p2 .p2_sub .send-verify-btn {
    width: 145px;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .login_box .content .p2 .p2_sub .send-verify-btn.disabled {
    cursor: not-allowed;
  }
  .login_box .content .p3 {
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
  }
  .login_box .content .p3 .lgn_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
  }
  .login_box .content .p3 .lgn_btn:last-child {
    margin-right: 0;
  }
  .login_box .content .p4 {
    text-align: center;
    margin-bottom: 0;
  }
  .login_box .content .p4 a {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
  }
  .login_box .content .p4 a:last-child {
    margin-right: 0;
  }
  .login_box .content .p4 a.a1 {
    color: #a7a7a7;
  }
  .login_box .content .p4 a.a2 {
    color: #222;
    padding-right: 20px;
  }
  .login_box .content .p4 a.a2 img {
    vertical-align: middle;
    margin-left: 6px;
    width: 7px;
    height: 12px;
  }
  .login_box .content .p5 p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
  }
  .login_box .content .p5 p .send-verify-btn {
    width: 145px;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: #8b6825;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-left: 0;
  }
  .login_box .content .p5 p .send-verify-btn.disabled {
    cursor: not-allowed;
  }
  .login_box .content .p5 input {
    flex: 0 0 90px;
  }
  .login_box .content .p5 input.tel {
    flex: 0 0 312px;
  }
  .login_box .content .p5 input:nth-child(1),
  .login_box .content .p5 input:nth-child(2) {
    flex: 0 0 70px;
  }
  .login_box .content .p5 input:nth-child(4) {
    flex: 0 0 120px;
  }
  .login_box .content .p5 input:nth-child(5) {
    flex: 0 0 120px;
  }
  .login_box .content .privacy-agreement-class-box input {
    width: 20px !important;
  }
  .login_box .content .privacy-agreement-class-box label {
    font-size: 12px;
  }
  .login_box .content .privacy-agreement-class-box label a {
    text-decoration: underline;
    color: blue;
  }
  .pagination {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
  }
  .pagination .el-pager li {
    font-size: 18px;
  }
  .pagination .el-pagination button:hover {
    color: #254a98;
  }
  .pagination .el-pagination button,
  .pagination .el-pagination span:not([class*="suffix"]) {
    font-size: 18px;
  }
  .pagination .el-input {
    font-size: 18px;
  }
  .pagination .el-pagination__editor.el-input .el-input__inner {
    padding-bottom: 1.5px;
    height: 20px;
    border: 0;
    border-bottom: 0.75px solid #e5e5e5;
  }
  .pagination .el-pagination .btn-next .el-icon,
  .pagination .el-pagination .btn-prev .el-icon {
    font-size: 18px;
  }
  .pagination .el-icon.el-icon-arrow-left,
  .pagination .el-icon.el-icon-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0.75px solid #e5e5e5;
    margin-bottom: 0;
  }
  .pagination .el-icon.el-icon-arrow-left:hover,
  .pagination .el-icon.el-icon-arrow-right:hover {
    background-color: #254a98;
    color: #fff;
  }
  .pagination .el-pagination .btn-next .el-icon,
  .pagination .el-pagination .btn-prev .el-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination .el-pagination .el-pager li:not(.disabled):hover {
    color: #254a98;
  }
  .pagination .el-pagination .el-pager li:not(.disabled).active {
    color: #254a98;
  }
  .pagination .el-pager .more::before {
    line-height: 30px;
    content: "-";
  }
  .pagination .confirm {
    border: 1px solid #92a4cb;
    color: #92a4cb;
    margin-left: 20px;
    width: 90px;
  }
  .pagination .el-pagination__editor.el-input .el-input__inner {
    color: #254a98;
  }
  .pagination .el-button:focus,
  .pagination .el-button:hover {
    color: #fff;
    background-color: #254a98;
  }
  .pagination.bg_gray .el-pagination .btn-next,
  .pagination.bg_gray .el-pagination .btn-prev {
    margin-top: 6px;
    background-color: #f0f0f0;
  }
  .pagination.bg_gray .el-pagination .btn-next .el-icon,
  .pagination.bg_gray .el-pagination .btn-prev .el-icon {
    font-size: 18px;
  }
  .pagination.bg_gray .el-icon.el-icon-arrow-left,
  .pagination.bg_gray .el-icon.el-icon-arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 0.75px solid #e5e5e5;
    background-color: #f0f0f0;
    margin-bottom: 22.56px;
  }
  .pagination.bg_gray .el-icon.el-icon-arrow-left:hover,
  .pagination.bg_gray .el-icon.el-icon-arrow-right:hover {
    background-color: #254a98;
    color: #fff;
  }
  .pagination.bg_gray .el-pagination .el-pager li {
    background-color: #f0f0f0;
  }
  .pagination.bg_gray .el-pagination .el-pager li:not(.disable):hover {
    color: #254a98;
  }
  .pagination.bg_gray .el-pagination .el-pager li:not(.disable).active {
    color: #254a98;
  }
  .pagination.bg_gray .confirm {
    border: 1px solid #92a4cb;
    background-color: #f0f0f0;
    color: #92a4cb;
    margin-left: 20px;
    width: 90px;
  }
  .pagination.bg_gray .el-pagination__editor.el-input .el-input__inner {
    color: #254a98;
    background-color: #f0f0f0;
  }
  .pagination.bg_gray .el-button:focus,
  .pagination.bg_gray .el-button:hover {
    color: #fff;
    background-color: #254a98;
  }
  .m_pagination {
    display: none;
  }
  .pagination .el-pagination {
    height: 72px;
    display: flex;
    align-items: center;
  }
  .pagination .el-pagination .btn-prev {
    height: 48px;
  }
  .pagination .el-pagination .btn-next {
    height: 48px;
  }
}
@media (min-width: 750px) and (max-width: 1400px) {
  .nav_section {
    padding: 0 10px !important;
  }
  .top_header {
    background-color: #fff;
    justify-content: space-between;
  }
  .top_header .top_Left .logo a img {
    width: 263px;
    height: 55px;
  }
  .top_header .top_Left .logo a img.home_logo_img {
    display: none;
  }
  .top_header .top_Left .logo a img.logo_img {
    display: block;
  }
  .top_header .top_Left .menu {
    position: absolute;
    top: 140px;
    left: 0;
    height: 100vh;
    width: calc(100% - 40px);
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 20px;
  }
  .top_header .top_Left .menu ul {
    display: flex;
    flex-direction: column;
  }
  .top_header .top_Left .menu ul li {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 12px !important;
  }
  .top_header .top_Left .menu ul li .pc {
    display: none;
  }
  .top_header .top_Left .menu ul li .mobile {
    display: block;
  }
  .top_header .top_Left .menu ul li > a {
    display: inline-block;
    position: relative;
    width: calc(100% - 10px);
    padding: 0 20px;
    color: #222;
  }
  .top_header .top_Left .menu ul li > a::before {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -17px;
    background-color: #222;
    transition: 0.3s linear;
  }
  .top_header .top_Left .menu ul li > a::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(dsj_02.png) center no-repeat;
  }
  .top_header .top_Left .menu ul li.menu_on > a::before {
    width: 0%;
  }
  .top_header .top_Left .menu ul li.menu_on .menu_c {
    display: block;
  }
  .top_header .top_Left .menu ul li .menu_c {
    overflow-y: auto;
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 60px);
  }
  .top_header .top_Left .menu ul li .menu_c .menuc_close {
    display: block !important;
    width: calc(100% - 40px);
    overflow: hidden;
    height: 50px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 140px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 9999;
    margin: 0 20px;
  }
  .top_header .top_Left .menu ul li .menu_c .menuc_close a {
    display: inline-block;
    background: url(dsj_01.png) left center no-repeat;
    background-size: 8px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .top_header .top_Left .menu ul li .menu_c .menu_mobile_font {
    font-size: 22px;
    margin: 12px 0;
  }
  .top_header .top_Left .menu ul li .menu_c .menu_mobile_font a {
    color: #333;
  }
  .top_header .top_Left .menu ul li .menu_c .ment_font_size {
    font-size: 14px;
    margin: 10px 0;
  }
  .top_header .top_Left .menu ul li .menu_c .ment_font_size a {
    color: #999;
  }
  .top_header .top_Left .menu ul li .menu_c dl {
    padding: 0 20px;
    display: block;
    text-align: left;
    font-size: 22px;
  }
  .top_header .top_Left .menu ul li .menu_c dl a:hover {
    color: #8b6825;
  }
  .top_header .top_Left .menu ul li .menu_c dl:nth-child(2) {
    margin-top: 60px;
  }
  .top_header .top_Left .menu_show {
    display: none;
  }
  .top_header .top_login_btn .login_tt {
    color: #3c3c3c;
  }
  .top_header .top_login_btn .search_icon {
    width: 24px;
    height: 24px;
    margin-right: 50px;
    cursor: pointer;
  }
  .top_header .top_login_btn .search_icon img {
    width: 100%;
    height: 100%;
  }
  .top_header .top_login_btn .search_icon .home_search {
    display: none;
  }
  .top_header .top_login_btn .search_icon .other_search {
    display: block;
  }
  .top_header .top_login_btn .mtmenu_click {
    display: block !important;
    margin-left: 10px;
  }
  .top_header .top_login_btn .mtmenu_click img {
    width: 40px;
    height: 40px;
  }
  .top_header .top_login_btn .mtmenu_click .mt_01_other {
    display: block;
  }
  .top_header .top_login_btn .mtmenu_click .mt_02_other,
  .top_header .top_login_btn .mtmenu_click .mt_01_home,
  .top_header .top_login_btn .mtmenu_click .mt_02_home {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1640px) {
  .menu_show {
    margin-left: 40px !important;
  }
  .home_page .m_fixed .top_header .top_login_btn .search_icon {
    margin-right: 20px !important;
  }
  .top_header .top_Left .menu ul li {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page {
    width: 100%;
  }
  .m_fixed {
    width: 100%;
  }
}