@media (max-width: 1760px) {
  .foot-box {
  }

  .footer-cont .left {
    margin-bottom: 20px;
  }

  .footer-cont .link-logo {
    margin-bottom: 20px;
  }
}


@media (max-width: 1640px) {
  .main-width {
  }

  .menu-list {
    display: none;
  }

  .header .navbar-btn {
    display: block;
  }
}


@media (max-width: 1592px) {
}

@media (max-width: 1448px) {
}

@media (max-width: 1320px) {
  .footer-bottom {
    font-size: 12px;
  }

  .footer-bottom .link {
    gap: 12px;
  }
}



@media (max-width: 1040px) {
  .servicepointlist .item {
    width: 100%;
  }
}


@media (min-width: 992px) {
  .foot-box .box-content {
    display: block !important;
    height: auto !important;
  }
}


@media (max-width: 992px) {
  .main-width {
    padding: 0 16px;
  }
  .sider-menu-box {
    display: none;
  }

  .mobile-side-menu {
    display: block;
  }

  .pbody {
  }

  .header {
    height: auto;
    margin-top: 0;
    padding: 0 15px;
    background: linear-gradient(92deg, #15448B -28.08%, #1458BE 37.78%);
    border-bottom: none;
  }

  .header .main-width {
    padding: 0 16px;
  }

  .header .logobox {
    padding: 8px 0 7px;
  }

  .header .logo img {
    height: 40px;
  }

  .header .head-right .extra {
    display: none;
  }

  .head-nav {
    display: none;
  }

  .header .user a {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 14px;
  }

  .header .user .ico {
    font-size: 16px;
  }

  .header .navbar-btn {
    height: 28px;
    line-height: 28px;
  }

  .header .navbar-btn .ico {
    font-size: 28px;
  }

  .header .navbar-btn .ico img {
    width: 30px;
    height: auto;
  }


  .navigation {
    width: 100%;
  }

  .navigation-close-box {}

  .navigation-close-box .close {
    right: 18px;
    left: auto;
    transform: none;
  }

  .navigation-close-box .close .ico {
  }

  .nav li .title {
    width: auto;
    padding: 18px 0 8px 0;
  }

  .nav li ul {
    padding: 4px 0;
  }


  .home-search {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-search .advanced {
    display: none;
  }

  .search-content {
    display: none !important;
  }

  .home-search-overlay-on {
    display: none;
  }

  .head-banner .info {
    right: 15px;
    left: 15px;
  }

  .head-banner .info .more {
    display: none;
  }


  .main-search {
    padding: 0 15px;
  }

  .main-search .advanced {
    display: none;
  }


  .app-side .main-search {
    display: none;
  }

  .app-container {
    flex-direction: column;
  }

  .app-side-wrap {
    width: 100%;
    max-width: 100%;
  }

  .app-side {
    max-width: 100%;
    border-top: 4px solid #F1A646;
  }

  .side-title { display: block;}

  .side-nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 58px;
    left: 0;
    right: 0;
  }

  .side-nav li {
    background: #1F519C;
  }

  .side-nav a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side-box {
    display: none;
  }


  .app-main-wrap {
    width: 100%;
    padding-left: 0;
  }

  .app-main {
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-container-single .app-main {
    padding-right: 15px;
  }

  .app-header {
    top: -128px;
    left: 0;
    padding: 0 15px;
  }

  .app-header .title {
    height: 66px;
    font-size: 24px;
    font-weight: normal;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .app-header .breadcrumb {
    display: none;
  }

  .main-header-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-header-wrap-2 {
    display: none;
    margin: 0;
  }

  .main-header {
    padding: 10px 15px;
  }

  .main-header-filter {
    display: none;
  }

  .main-header .slide a {
    min-width: 52px;
    height: 30px;
    line-height: 30px;
  }

  .main-header .slide a:hover {
    border-color: transparent;
  }

  .filter-select .cell {
    flex-direction: column;
  }

  .filter-select .cell .slide a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .news-list li {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .news-list .title {
    font-size: 13px;
    font-weight: normal;
  }

  .news-list .info {
    font-size: 12px;
  }











  .footer {
    padding: 36px 15px;
    background-image: url(../image/bg-footer-m.jpg);
    background-position: 50% top;
    background-size: 100% auto;
  }

  .footer-cont {
    flex-direction: column-reverse;
  }

  .footer-cont .right {
    flex-direction: column;
    gap: 22px;
  }

  .foot-box {
    width: auto;
    padding-bottom: 14px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.30);
  }

  .foot-box .box-title {
    font-size: 20px;
    background: url(../image/icon-plus-white.png) no-repeat 100% 50%;
    font-weight: normal;
  }

  .foot-box .box-content {
    display: none;
    line-height: 1.7;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
  }

  .foot-box.choosed .box-title {
    background-image: url(../image/icon-minus-white.png);
  }

  .foot-box.choosed .box-content {
    /* display: block; */
  }

  .footer .link-logo {
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 62px;
  }

  .footer .link-logo a img {
    max-width: 100%;
  }

  .footer .link-logo a:nth-child(1) img {
    width: 78px;
  }

  .footer .link-logo a:nth-child(2) img {
    width: 86px;
  }

  .footer .link-logo a:nth-child(3) img {
    width: 108px;
  }

  .footer .link-logo .line {
    height: 14px;
    background-color: rgba(255, 255, 255, 0.40);
  }

  .footer .supervise {
    display: none;
  }

  .footer .follow {
    margin-top: 40px;
    justify-content: center;
  }

  .footer .follow .item .icon {
    width: 36px;
  }

  .footer .follow .item .poptip {
    gap: 24px;
    left: 18px;
    padding: 10px 16px;
  }

  .footer .follow .item .poptip .qr-item img {
    width: 80px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 0;
    border-top: none;
  }

  .footer-bottom .link {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
  }
  .footer-bottom .link a {
    flex-basis: calc(50% - 8px);
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
  }

  .footer-bottom .supervise {
    display: flex;
    gap: 12px;
    order: -1;
  }
  .footer-bottom .supervise img {
    max-height: 28px;
  }

  .footer-bottom .info {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .footer-bottom .info .copyright {
    display: block;
    margin-bottom: 8px;
  }

  .slide-server { display: none;}
  .m-ai-btn {
    display: flex;
  }

  .back-top-opt {
    width: 45px;
    height: 45px;
    right: 16px;
    gap: 2px;
    font-size: 12px;
  }

  .back-top-opt::before {
    background-size: 14px auto;
  }






  .app-container-single .app-header {
    min-height: 0;
    padding: 24px 15px 12px;
  }

  .app-container-single .app-header .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
  }

  .detail-header-info {
    flex-direction: column;
    align-items: initial;
    border-bottom: none;
    text-align: left;
  }

  .app-container-single .detail-header-info {
    margin-top: 0;
  }

  .detail-header-info .info {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 12px;
  }

  .detailtitle {
    border-bottom: none;
  }

  .detailtitle .title .t1 {
    font-size: 24px;
  }


  .expand-list-head {
    display: none;
  }


  .soure_list thead tr th {
    white-space: nowrap;
  }

  .btn_animate .b_1 {
    display: none;
  }

  .btn_animate .b_2 {
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    background: none;
    color: #495079;
    opacity: 1;
  }

  .btn_animate .b_2::after {
    content: '\0020';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 9px;
    margin-top: -4px;
    background: url(../image/icon-more.png) no-repeat 50% 55%;
    background-size: auto 9px;
  }

  .btn_animate:hover .b_2 {
    width: auto;
  }



  .filter-sort-num {
    display: none;
  }

  .filter-btn {
    display: block;
  }

  .book-list-simple li {
    width: calc(50% - 14px);
  }


  ul.rulelist li {
    width: 100%;
  }


  .bobox_group_1 .bobox_4 {
    width: 100%;
    height: auto;
    float: none;
  }


  .photo-list {
    gap: 20px;
  }

  .photo-list li {
    margin-bottom: 0;
  }

  .photo-list li .img {
    margin-bottom: 6px;
  }

  .photo-list li .title {
    font-size: 16px;
    font-weight: normal;
  }

  .photo-list li .info {
    font-size: 12px;
  }

  .photo-list-2 li {
    width: calc(33.33% - 15px);
  }

  .book-rank li:first-child a {
    background-image: none;
  }



  .lang-en_US .app-header .title {
    font-size: 20px;
  }

  .lang-en_US .app-header .title {
    height: 56px;
  }
}





@media (max-width: 640px) {
  .book-list-simple li {
    width: 100%;
  }


  .visitslide {}

  .visitslide .thumblist {
    padding: 8px 12px;
  }

  .visitslide .thumblist .item img {
    width: 45px;
  }

  .visitslide .showprev,
  .visitslide .shownext {
    width: 20px;
    height: 40px;
    background-size: 40% auto;
  }
}
