@media (max-width: 767px) {
  .navBoxH5:not(#home .navBoxH5) {
    top: 60px;
    position: fixed !important;
  }

  .container {
    width: 100%;
  }

  .headerBox {
    position: fixed !important;
    top: 0 !important;
  }

  .headerBox .menusBox {
    display: none;
  }

  .searchBoxH5 {
    width: 100%;
    position: fixed;
    top: 72px;
    background: #f5f5f5;
    z-index: 11;
    display: none;
  }

  .searchBoxH5 .headerSearch2 {
    width: calc(100% - 30px);
    margin: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .searchBoxH5 .headerSearch2 .hs2-d1 {
    width: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    cursor: pointer;
  }

  .searchBoxH5 .headerSearch2 .hs2-d1 .img1 {
    width: 16px;
    height: 16px;
  }

  .searchBoxH5 .headerSearch2 .input1 {
    width: 100%;
    border: none;
    outline: none;
    height: 36px;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
  }

  .searchBoxPc {
    display: none;
  }

  .jgNavBoxPc {
    display: none;
  }

  .jgNavBoxH5 {
    /* position: fixed !important; */
    /* top: 60px;
    z-index: 8; */
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .text {
    display: none !important;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
    width: 100%;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search {
    width: 60vw !important;
    max-width: 390px;
  }

  .commonHeaderBox .jgBg {
    margin-top: 60px;
  }

  #loginModal .modal-header,
  #resetSuccessModal .modal-header {
    padding: 10px 15px;
  }

  #forgotPasswordModal .modal-header {
    padding: 10px 15px;
  }

  #loginModal .modal-body,
  #forgotPasswordModal .modal-body,
  #resetSuccessModal .modal-body {
    padding: 15px;
  }

  #loginModal .modal-body .loginBox {
    width: 100%;
  }

  #loginModal .modal-body .loginBox .loginForm .codeBox .input {
    width: calc(100% - 160px) !important;
  }

  #loginModal .modal-footer .checkAgreementBox .input {
    float: left;
    margin-top: 2px !important;
  }

  #loginModal .modal-footer .checkAgreementBox .agreement {
    width: calc(100% - 18px);
    float: left;
  }

  .posterBox {
    display: none;
  }

  .headerBox .header .left .menusBox,
  .headerBox .header .right {
    display: none !important;
  }

  .floating-iframe {
    z-index: 100 !important;
    width: 380px !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .headerBox .fa {
    display: none;
  }

  .headerBox .menusBoxH5 {
    display: none;
  }

  .searchBoxH5 {
    display: none !important;
  }

  .firstPage,
  .search,
  .advancedSearch {
    margin-top: 10px;
  }

  .jgNavBoxPc {
    display: none;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
    width: 100%;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: calc(100% - 30px);
  }

  .searchBoxPc .searchBox .input {
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .keywords {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .searchBoxPc .searchBox .authorName {
    width: calc((100% - 20px) / 2);
  }

  .searchBoxPc .select2-container {
    width: calc((100% - 20px) / 2) !important;
  }

  .searchBoxPc .searchBox .volume {
    width: 200px;
  }

  .searchBoxPc .searchBox .issue {
    width: 200px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 200px;
  }

  .searchBoxPc .searchBox .search {
    float: right;
  }

  .searchBoxPc .searchBox .advancedSearch {
    display: block;
  }

  #loginModal .modal-header,
  #resetSuccessModal .modal-header {
    padding: 10px 40px;
  }

  #forgotPasswordModal .modal-header {
    padding: 10px 40px;
  }

  #loginModal .modal-body {
    padding: 15px 40px;
  }

  #forgotPasswordModal .modal-body,
  #resetSuccessModal .modal-body {
    padding: 20px 40px 15px;
  }

  #loginModal .modal-body .loginBox {
    width: 350px;
  }

  #loginModal .modal-body .loginBox .loginForm .codeBox .input {
    width: 182px !important;
  }

  #loginModal .modal-footer .checkAgreementBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bannerBox .middleBox .searchBox,
  .bannerBox .middleBox .title {
    width: 100%;
    max-width: 750px;
  }

  .modal-login {
    width: 384px;
  }

  #loginModal .modal-login {
    padding: 0;
  }

  #loginModal .modal-login .modal-body {
    padding: 18px 32px 0;
  }

  #loginModal .modal-login .loginBox {
    width: 320px;
  }

  #loginModal .modal-login .loginBox {
    margin: 0 !important;
  }

  #loginModal .modal-login .modal-header {
    margin: 24px 32px 0;
    padding: 0 0 16px;
  }

  #zjuHeaderBox .rightH5 {
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: 940px;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: 940px;
  }

  .searchBoxPc .searchBox .keywords {
    width: 380px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .authorName {
    width: 380px;
  }

  .searchBoxPc .searchBox .volume {
    width: 131px;
  }

  .searchBoxPc .searchBox .issue {
    width: 144.5px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 144.5px;
  }

  .searchBoxPc .select2-container {
    width: 229px !important;
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .search {
    float: none;
  }

  .searchBoxPc .searchBox .advancedSearch {
    display: inline-block;
    margin-left: 9px;
  }

  .bannerBox .middleBox .searchBox,
  .bannerBox .middleBox .title {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .commonHeaderBox .jgNavBoxPc .jgSearch .text {
    display: none;
  }

  .jgNavBoxPc {
    display: block;
  }

  .jgNavBoxH5 {
    display: none;
  }

  .searchBoxPc .searchBox #searchForm {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .searchBoxPc .searchBox .input {
    margin-right: 15px;
  }

  .searchBoxPc .select2-container {
    margin-right: 15px;
  }

  .searchBoxPc .searchBox {
    text-align: center;
  }

  .searchBoxPc .searchBox .keywords {
    width: 201px;
    border-radius: 20px 0 0 20px;
  }

  .searchBoxPc .searchBox .authorName {
    width: 154px;
  }

  .searchBoxPc .searchBox .volume {
    width: 75px;
  }

  .searchBoxPc .searchBox .issue {
    width: 75px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 90px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }

  /* .bannerBox .advancedSearch {
    margin: 10px 105px 0 0;
  } */
  .firstPage,
  .search,
  .advancedSearch {
    margin-top: 0;
  }

  .commonHeaderBox .jgNavBoxPc .jgSearch .text {
    display: inline-block;
  }

  .searchBoxPc .searchBox .input {
    margin-right: 20px;
  }

  .searchBoxPc .select2-container {
    margin-right: 20px;
  }

  .navBox {
    /* display: block !important; */
    display: none;
    text-align: center;
  }

  .navBoxH5 {
    display: none;
  }
}

#loginModal .modal-login .modal-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

#loginModal .modal-login .modal-header .close {
  margin: 0;
}

#loginModal .modal-login .modal-header .close .img {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

.banerdx {
  width: 100%;
  height: 90px;
  margin-top: 60px;
  cursor: pointer;
}

.headerBox {
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.headerBoxFixed {
  position: fixed;
  top: 0;
}

.headerBoxMaxscrolled {
  height: 54px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.headerBox .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.headerBoxMaxscrolled .header {
  height: 54px;
}

.headerBox .header .left {
  display: flex;
  align-items: center;
}

.headerBox .header .left .logoBox .logo {
  width: 200px;
  height: auto;
  cursor: pointer;
}

.headerBox .header .left .menusBox {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.headerBox .header .left .menusBox .menu {
  color: rgba(0, 0, 0, 0.86);
  margin-right: 28px;
  cursor: pointer;
  height: 19px;
  position: relative;
}

.headerBox .header .left .menusBox .iframeAI {
  position: relative;
  color: #194BBF;
}

.headerBox .header .left .menusBox .textAI {
  position: relative;
  z-index: 1;
}

.headerBox .header .left .menusBox .colorAI {
  position: absolute;
  display: none;
  width: 98px;
  height: 26px;
  border-radius: 15px;
  background: #EBEDF2;
  bottom: -4px;
  z-index: 0;
  left: -16px;
}

.headerBox .header .left .menusBox .menu .line {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #194BBF;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}

.headerBox .header .left .menusBox .menu:hover>.line {
  visibility: visible;
}

.headerBox .header .right {
  display: flex;
  align-items: center;
}

.headerBox .header .right .headerSearch {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.headerBox .header .right .headerSearch img {
  width: 16px;
  height: 16px;
}

.headerBox .header .right .headerSearch2 {
  width: 0;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-left: 10px;
}

.headerBox .header .right .headerSearch2 .hs2-d1 {
  width: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  cursor: pointer;
}

.headerBox .header .right .headerSearch2 .img1 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 7px;
}

.headerBox .header .right .headerSearch2 .input1 {
  border: none;
  outline: none;
  height: 36px;
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.headerBox .header .right .headerSearch2 .input1:focus {
  border: none;
  outline: none;
}

.headerBox .header .right .loginSign {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.86);
  cursor: pointer;
  position: relative;
}

.headerBox .header .right .loginSign .line {
  display: inline-block;
  width: 1px;
  height: 16px;
}

.headerBox .header .right .loginSign .login:hover {
  border-bottom: 2px solid #194BBF;
}

.headerBox .header .right .loginSign .sign:hover {
  border-bottom: 2px solid #194BBF;
}

.headerBox .header .right .loginSign .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.headerBox .header .right .loginSign .dropdown-toggle {
  color: rgba(0, 0, 0, 0.86);
}

.headerBox .header .right .language {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.86);
  cursor: pointer;
  margin-left: 20px;
}

.headerBox .header .right .language .lang:hover {
  border-bottom: 2px solid #194BBF;
}

.searchBoxPc {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #203f54 0%, #355677 13%, #053a6c 27%, #03326a 38%, #18246c 50%);
  padding: 21px 0;
}

.searchBoxPc1 {
  margin-top: 60px;
}

.searchBoxPc .searchBox {
  position: relative;
}

.searchBoxPc .searchBox .input {
  height: 37px;
  line-height: 37px;
  text-align: center;
  /* padding: 0 5px; */
  font-size: 16px;
  color: #7F7F7F;
}

.searchBoxPc .searchBox .bookTitle {
  width: 229px;
}

.searchBoxPc .searchBox .search {
  width: 51px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline-block;
  background: url('https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/platform/img/search.svg') no-repeat;
  background-size: 21px 21px;
  background-color: #FFFFFF;
  background-position: center;
  vertical-align: bottom;
  cursor: pointer;
}

.searchBoxPc .searchBox .advancedSearch {
  font-size: 16px;
  color: #FFFFFF;
  vertical-align: bottom;
  cursor: pointer;
}

.searchBoxPc .select2-container {
  height: 37px;
  font-size: 16px;
  color: #7F7F7F;
}

.searchBoxPc .select2-container .select2-selection--single {
  border-radius: 0;
  border: none;
  height: 37px;
}

.searchBoxPc .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
  color: #7F7F7F;
}

.searchBoxPc .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #7F7F7F;
}

.searchBoxPc .select2-container .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

.commonHeaderBox .jgNavBoxPc {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  z-index: 8;
  position: relative;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs {
  height: 40px;
  line-height: 40px;
  float: left;
  position: absolute;
  z-index: 10;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link .fa {
  margin-left: 5px;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab:hover {
  background: rgba(85, 85, 85, 0.7);
}

.commonHeaderBox .jgNavBoxPc .jgSearch {
  float: right;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.commonHeaderBox .jgSearch .fa-search {
  right: 10px;
  font-size: 20px;
  position: absolute;
  color: #00508B;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .desc {
  cursor: pointer;
  color: white;
  font-size: 14px;
  display: none;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search {
  width: 210px;
  height: 32px;
  color: #7F7F7F;
  background: #ffffff;
  border: 1px solid #797979;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-top: 0;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search .input {
  width: 100%;
  height: 100%;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search .img {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: 6.5px;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .text {
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 3px;
  vertical-align: bottom;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxPcFixed {
  position: fixed !important;
  top: 70px;
}

.commonHeaderBox .jgNavBoxH5 {
  width: 100%;
  background: #1a1a1f;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader {
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgNavIcon {
  height: 40px;
  background: #1a1a1f;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgNavIcon .text {
  margin-left: 10px;
  font-size: 18px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch {
  height: 40px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search {
  width: 390px;
  height: 32px;
  color: #7F7F7F;
  background: #ffffff;
  border: 1px solid #797979;
  font-size: 15px;
  display: inline-block;
  margin-top: 4px;
  position: relative;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search .input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search .img {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: 6.5px;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .text {
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 3px;
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs {
  width: 100%;
  background: #f5f7fa;
  display: none;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 16px;
  border-top: 1px solid #cfd5e4;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem .link {
  display: inline-block;
  width: 100%;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab-white {
  display: none;
  background: #FFFFFF;
  font-size: 13px;
}

.commonHeaderBox .jgBg {
  width: 100%;
  height: 115px;
  background: url("https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/platform/img/bg.png") no-repeat;
  background-size: cover;
  background-position: left top;
}

.commonHeaderBox .jgBg .title {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 115px;
}

.navBox {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 9;
  display: none;
}

.navBox1 {
  position: fixed;
  top: 60px;
}

.navBox .nav {
  width: 189px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
}

.navBox .nav:hover {
  background: #555555;
  cursor: pointer;
}

.navBox .nav #titleBox {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navBox .nav #titleBox .fa-angle-down {
  margin-left: 5px;
}

.navBox .nav .dropdown-menu {
  background-color: #1a1a1f;
  margin: -2px 0 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0px;
  border-radius: 0;
  border: none;
  min-width: 0;
  width: 100%;
}

.navBox .nav .dropdown-menu li {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #7F7F7F;
  text-align: center;
}

.navBox .nav .dropdown-menu .childA {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
  height: 34px !important;
  line-height: 34px !important;
  margin-top: 8px;
  position: relative;
}

.navBox .nav .dropdown-menu .childA .line {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #D7D7D7;
  position: absolute;
  left: 0;
  visibility: hidden;
}

.navBox .nav .dropdown-menu a:hover {
  background-color: #555555;
  /* border-left: 5px solid #D7D7D7; */
}

.navBox .nav .dropdown-menu a:hover .line {
  visibility: visible;
}

.navBoxH5 {
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 8;
}

.navBoxH5 .menusIcon {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.navBoxH5 .menusIcon .text {
  margin-left: 10px;
  font-size: 18px;
}

.navBoxH5 .menusItem {
  width: 100%;
  height: auto;
  background: #f5f7fa;
  display: none;
}

.navBoxH5 .menusItem .menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  border-top: 1px solid #cfd5e4;
  padding: 0 15px;
  cursor: pointer;
}

.navBoxH5 .menusItem .menu .tabItem {
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  position: relative;

}

.navBoxH5 .menusItem .menu .tabItem .link {
  display: inline-block;
  width: 100%;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.navBoxH5 .menusItem .menu .tabItem .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.navBoxH5 .menusItem .tab-white {
  display: none;
  background: #FFFFFF;
  font-size: 13px;
}

.navBoxFixed {
  position: fixed;
  top: 60px;
}

#loginModal .modal-header .close {
  opacity: 1;
  margin: 10px 0 0 0;
}

#loginModal .modal-header .close .img {
  width: 20px;
  height: 20px;
}

#loginModal .modal-header .modal-title .img {
  width: 149px;
  height: 38px;
}

#loginModal .modal-body .title {
  font-size: 20px;
  color: #00508B;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34);
  font-weight: bold;
}

#loginModal .modal-body .loginBox {
  margin: 25px auto 0;
}

#loginModal .modal-body .loginBox .tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#loginModal .modal-body .loginBox .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #AAAAAA;
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 3px;
}

#loginModal .modal-body .loginBox .tabs .tab:last-of-type {
  margin-left: 37px;
}

#loginModal .modal-body .loginBox .tabs .active {
  color: rgba(0, 0, 0, 0.86);
  border-bottom: 3px solid #194BBF;
  padding-bottom: 3px;
}

#loginModal .modal-body .loginBox .loginForm .inputBox {
  margin-top: 20px;
}

#loginModal .modal-body .loginBox .loginForm .inputBox .input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  color: #7F7F7F;
  font-size: 14px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.04);
}

#loginModal .modal-body .loginBox .loginForm .inputBox .input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#loginModal .modal-body .loginBox .loginForm .inputBox .input:focus {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

#loginModal .modal-body .loginBox .loginForm .inputBox .yzmInt {
  width: 200px !important;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox {
  position: relative;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox .img {
  position: absolute;
  right: 16px;
  top: 30%;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox .fa-eye {
  position: absolute;
  right: 16px;
  top: 30%;
  color: #888888;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .picture {
  height: 37px;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .picture .fa {
  color: #AAAAAA;
  font-size: 20px;
  vertical-align: top;
  height: 37px;
  padding-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn {
  width: 110px;
  height: 40px;
  border: none;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.86);
  margin-left: 13px;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn2 {
  color: #C0C4CC !important;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn2:hover {
  cursor: not-allowed !important;
  color: #C0C4CC;
}

#loginModal .modal-body .loginBox .loginForm .phoneumberBox {
  position: relative;
  display: flex;
}

#loginModal .modal-body .loginBox .loginForm .phoneumberBox div {
  position: absolute;
  color: rgba(0, 0, 0, 0.86);
  font-size: 14px;
  width: 50px;
  height: 40px;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loginModal .modal-body .loginBox .loginForm .phoneumberBox .input {
  padding-left: 60px !important;
}

#loginModal .modal-body .loginBox .forgotText {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .btns .btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
}

#loginModal .modal-body .loginBox .btns .loginBtn {
  background-color: #194BBF;
  color: #FFFFFF;
  border-radius: 2px;
}

#loginModal .modal-body .loginBox .btns .loginBtn:hover {
  background-color: #0179c1;
}

#loginModal .modal-body .loginBox .thirdPartyLogin {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

#loginModal .modal-body .loginBox .newAccount {
  text-align: center;
  font-size: 12px;
  color: #406ACC;
  margin-top: 36px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .btns .registerBtn {
  background-color: #FFFFFF;
  color: #00508B;
  border: 1px solid #00508b;
}

#loginModal .modal-body .loginBox .btns .registerBtn:hover {
  background-color: #00508b;
  color: #FFFFFF;
}

#loginModal .modal-footer {
  border-top: none;
  text-align: left;
}

#loginModal .modal-footer .otherLoginMethodsTextBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#loginModal .modal-footer .otherLoginMethodsTextBox .line {
  width: 100%;
  height: 1px;
  background-color: #D7D7D7;
}

#loginModal .modal-footer .otherLoginMethodsTextBox .text {
  font-size: 16px;
  white-space: nowrap;
}

#loginModal .modal-footer .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

#loginModal .modal-footer .imgBox .img {
  cursor: pointer;
}

#loginModal .modal-footer .imgBox .img:hover {
  animation: shake 0.38s;
  -webkit-animation: shake 0.38s;
}

#loginModal .modal-footer .imgBox .wxImg {
  width: 41px;
  height: 41px;
}

#loginModal .modal-footer .imgBox .qqImg {
  width: 35px;
  height: 37px;
  margin: 0 20px;
}

#loginModal .modal-footer .imgBox .fImg {
  width: 40px;
  height: 40px;
}

#loginModal .modal-footer .checkAgreementBox {
  margin: 25px 0 20px;
}

#loginModal .modal-footer .checkAgreementBox input[type=checkbox] {
  margin: 0;
}

#loginModal .modal-footer .checkAgreementBox .agreement {
  font-size: 14px;
  margin-left: 5px;
}

#loginModal .modal-footer .checkAgreementBox .agreement .policy {
  color: #00508B;
  cursor: pointer;
}

#forgotPasswordModal .modal-header .close {
  opacity: 1;
  margin: 0;
  line-height: unset;
}

#forgotPasswordModal .modal-header .close .img {
  width: 15px;
  height: 15px;
}

#forgotPasswordModal .modal-header .modal-title .img {
  width: 149px;
  height: 38px;
}

#forgotPasswordModal .modal-header .text {
  color: #00508B;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

#forgotPasswordModal .modal-header .desc {
  color: #000000;
  font-size: 14px;
}

#forgotPasswordModal .modal-body label {
  font-size: 14px;
  color: #000000;
}

#forgotPasswordModal .modal-body .inputBox {
  margin-top: 10px;
}

#forgotPasswordModal .modal-body .inputBox .input {
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 0 20px;
}

#forgotPasswordModal .modal-body .pictureCode {
  display: flex;
  align-items: center;
}

#forgotPasswordModal .modal-body .pictureCode .input {
  width: calc(100% - 177px);
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 0 20px;
}

#forgotPasswordModal .modal-body .pictureCode .picture {
  margin-left: 25px;
  cursor: pointer;
}

#forgotPasswordModal .modal-body .pictureCode .picture .fa {
  color: #AAAAAA;
  font-size: 20px;
  vertical-align: top;
  height: 45px;
  padding-top: 13px;
  margin-left: 10px;
  cursor: pointer;
}

#forgotPasswordModal .modal-footer {
  border-top: none;
}

#forgotPasswordModal .modal-footer .resetBtn {
  width: 175px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #00508b;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
}

#forgotPasswordModal .modal-footer .resetBtn:hover {
  background: #0179c1;
}

#resetSuccessModal .modal-header .close {
  opacity: 1;
  margin: 22px 0 0 0;
}

#resetSuccessModal .modal-header .close .img {
  width: 20px;
  height: 20px;
}

#resetSuccessModal .modal-header .modal-title .img {
  width: 54px;
  height: 56px;
}

#resetSuccessModal .modal-header .text {
  color: #00508B;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}

#resetSuccessModal .modal-body .text {
  color: #757575;
  font-size: 14px;
  font-weight: bold;
}

#resetSuccessModal .modal-body .desc {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.menusBox .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.verifyCodeBox {
  display: flex;
}

.verifyCodeBox .btn {
  background: #00508B;
  color: #ffffff;
  opacity: 1;
}

.verifyCodeBox .btn:hover {
  background: #0179c1;
  color: #ffffff;
}

.verifyCodeBox-login {
  display: flex;
  align-items: center;
}

.verifyCodeBox-login img {
  width: 90px;
  height: 40px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
}

.verifyCodeBox-login .refresh {
  margin-left: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bannerBox .middleBox .searchBox {
  margin: 26px auto 0;
  height: 50px;
  position: relative;
}

.bannerBox .middleBox .searchBox .searchInput {
  width: 100%;
}

.bannerBox .middleBox .searchBox .searchInput .el-input__inner {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}

.bannerBox .middleBox .searchBox .searchBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #194BBF;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

.bannerBox .middleBox .searchBox .searchBtn:hover {
  background: #5278cf;
}

.bannerBox .middleBox .searchBox .searchBtn .img {
  width: 16px;
  height: 16px;
}

#zjuHeaderBox .rightH5 .menuIcon {
  margin-left: 23px;
}

#zjuHeaderBox .rightH5 img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.headerBox .menusBoxH5 {
  background: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -275px;
  width: 275px;
  z-index: 1000;
}

.headerBox .menusBoxH5 .menuHeader {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.86);
  padding: 0 0 0 16px;
  font-size: 14px;
}

.headerBox .menusBoxH5 .rlist .list {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.86);
  display: flex;
  align-items: center;
}

.headerBox .menusBoxH5 .rlist .list .journalsImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .booksImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .cartImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .customerImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .weChatImgBox {
  /* position: absolute;
  top: 32.5%;
  right: 50%;
  transform: translateX(80%); */
  display: none;
}

.headerBox .menusBoxH5 .rlist .weChatImgBox .img {
  width: 100%;
  height: auto;
}

.headerBox .menusBoxH5 .rlist .list .languageImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .userImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.86);
}

.headerBox .menusBoxH5 .rlist .list .line {
  display: inline-block;
  margin: 0 5px;
}

.headerBox .menusBoxH5 .rlist .list .userText {
  position: relative;
}

.headerBox .menusBoxH5 .rlist .list .dropdown-toggle {
  color: rgba(0, 0, 0, 0.86);
}

.headerBox .menusBoxH5:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.86);
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.6, 0.01, 0.16, 1.01);
}

.headerBox .open:after {
  z-index: -1;
  /* opacity: 1; */
  visibility: visible;
  left: 0;
}

#body .el-popper .popper__arrow {
  display: none !important;
}

#body .el-autocomplete-suggestion {
  border-radius: 0 !important;
}

#body .el-popper {
  margin-top: 0 !important;
}

#body .el-autocomplete-suggestion {
  margin: 0 !important;
}

#body .el-autocomplete-suggestion__wrap {
  max-height: 205px !important;
}

#body .el-autocomplete-suggestion li {
  color: rgba(0, 0, 0, 0.4) !important;
}

#body .el-autocomplete-suggestion li .highlight {
  color: rgba(0, 0, 0, 0.86);
}

#body .el-autocomplete-suggestion li:hover {
  color: #406ACC !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

#body .el-autocomplete-suggestion li:hover .highlight {
  color: #406ACC !important;
}

/* 悬浮容器的样式 */
.floating-iframe {
  position: fixed;/* 固定定位，使 iframe 悬浮 */
  top: 0;/* 距离底部 20px */
  right: -500px; /* 距离右侧 20px */
  width: 500px;/* iframe 宽度 */
  height: 100%; /* iframe 高度 */
  box-shadow: -4px 0 12px 4px rgba(0, 0, 0, 0.08); /* 阴影效果 */
  background: #fff; /* 背景色 */
  z-index: 1000; /* 确保 iframe 在最上层 */
}

/* iframe 本身的样式 */
.floating-iframe iframe {
  width: 100%; /* iframe 宽度占满容器 */
  height: 100%;/* iframe 高度占满容器 */
  border: none; /* 去掉 iframe 边框 */
}

.floating-iframe .downAI {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  cursor: all-scroll;
  user-select: none
}

.floating-iframe .downAI .remove {
  font-size: 26px;
  cursor: pointer;
  color: #797979;
}

.floating-iframe .downAI .imgBox {
  color: #194BBF;
}