html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

/* ::-webkit-scrollbar {
     display: none;
 } */
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}

@-webkit-keyframes shake {

  0%,
  10%,
  55%,
  90%,
  94%,
  98%,
  100% {
    -webkit-transform: scale(1, 1);
  }

  30% {
    -webkit-transform: scale(1.14, 0.86);
  }

  75% {
    -webkit-transform: scale(0.92, 1.08);
  }

  92% {
    -webkit-transform: scale(1.04, 0.96);
  }

  96% {
    -webkit-transform: scale(1.02, 0.98);
  }

  99% {
    -webkit-transform: scale(1.01, 0.99);
  }
}

/* @font-face {
  font-family: "Montserrat Bold";
  src: url("https://sciengine.obs.myhuaweicloud.com/template/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("https://sciengine.obs.myhuaweicloud.com/template/Montserrat-Regular.ttf");
}

.font-regular {
  font-family: "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}

.font-bold {
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
} */

@font-face {
  font-family: "Roboto Regular";
  src: url("https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/Roboto-Regular.ttf");
}

@font-face {
  font-family: "PingFang Regular";
  src: url("https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/PingFang-regular1.ttf");
}
/* 后加的 */
@font-face {
  font-family: "Montserrat Bold";
  src: url("https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Microsoft YaHei";
  src: url("https://sciengine.obs.cn-north-1.myhuaweicloud.com/template/PingFang-regular1.ttf");
}
/* 后加的结束 */
.font-regular {
  font-family: "Roboto Regular", "Montserrat", "PingFang Regular";
}

.font-bold {
  font-family: "Montserrat Bold", "Roboto Regular", "Montserrat", "PingFang Regular";
}

html,
body {
  width: 100%;
  height: auto;
  /* font-family: "Montserrat Regular", "Montserrat", "Microsoft YaHei" !important; */
  font-family: "Roboto Regular", "Montserrat", "PingFang Regular" !important;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

@media (max-width: 768px) {

  /* .firstHeader:not(#home .firstHeader){
    min-height: 60px;
  }
  .secHeader:not(#home .secHeader){
    min-height: 40px;
  } */
  .navBoxH5:not(#home .navBoxH5) {
    top: 60px;
    position: fixed !important;
  }

  .container {
    width: 100%;
  }

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

  .headerBox .logoBox {
    padding-left: 15px;
  }

  .headerBox .menusBox {
    display: none;
  }

  .headerBox .fa-bars {
    color: #FFFFFF;
    height: 100%;
    float: right;
    padding-right: 15px;
    margin-top: 15px;
  }

  .headerBox .fa-search {
    color: #FFFFFF;
    height: 100%;
    float: right;
    padding-right: 20px;
    margin-top: 23px;
  }

  .searchBoxH5 {
    position: fixed;
    top: 60px;
    background: #f5f5f5;
    z-index: 21;
    display: none;
  }

  .searchBoxH5 .input {
    width: calc(100% - 30px);
    height: 37px;
    line-height: 37px;
    text-align: center;
    /* padding: 0 5px; */
    font-size: 16px;
    color: #7F7F7F;
    border: 1px solid #b9b9b9;
    margin-top: 10px;
    margin-left: 15px;
  }

  .searchBoxH5 .volume,
  .searchBoxH5 .issue {
    width: 75px;
  }

  .searchBoxH5 .firstPage {
    width: 90px;
  }

  .searchBoxH5 .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('../png/search-2.png') no-repeat;
    background-size: 21px 21px;
    background-color: #FFFFFF;
    background-position: center;
    vertical-align: bottom;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
  }

  .searchBoxH5 .advancedSearch {
    font-size: 16px;
    color: #3c9cd7;
    cursor: pointer;
    padding: 10px 15px;
  }

  .searchBoxH5 .select2-container {
    width: calc(100% - 30px) !important;
    height: 37px;
    font-size: 16px;
    color: #7F7F7F;
    margin-left: 15px;
    margin-top: 10px;
  }

  .searchBoxH5 .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid #b9b9b9;
    height: 37px;
  }

  .searchBoxH5 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    color: #7F7F7F;
    text-align: center;
  }

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

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

  .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 20px;
  }

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

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

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

  #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;
  }
}

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

  .headerBox .logoBox {
    padding-left: 58px;
  }

  .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 20px;
  }

  #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 .passwordBox .input {
    width: 321px !important;
  }

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

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

@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;
  }
}

@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;
  }

}

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

.headerBox {
  width: 100%;
  height: 60px;
  background: linear-gradient(90.05968308deg, #11426f 0%, #002446 50%);
  border-bottom: 1px solid #7f7f7f;
  border-top: 1px solid #7f7f7f;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

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

.headerBox .logoBox {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  cursor: pointer;
}

.headerBox .logoBox .img {
  width: auto;
  height: 50px;
}

.headerBox .logoBox .text {
  font-size: 29px;
  color: #FFFFFF;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  margin-left: 5px;
}

.headerBox .menusBox {
  float: right;
  height: 100%;
}

.headerBox .menusBox .menus {
  width: 93px;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #555555;
  margin-top: 6px;
}

.headerBox .menusBox .menus .img {
  cursor: pointer;
}

.headerBox .menusBox .menus .journalsImg {
  width: 22px;
  height: 22px;
  /* margin-top: 2px; */
}

.headerBox .menusBox .menus .booksImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .cartImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .customerImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .languageImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .userImg {
  width: 20px;
  height: 22px;
}

.headerBox .menusBox .menus .user {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .text {
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: -3px;
}

.headerBox .menusBox .menus .text:hover {
  text-decoration: underline;
}

.headerBox .menusBox .userMenus {
  width: auto !important;
  position: relative;
}

.headerBox .menusBox .userMenus .dropdown-toggle {
  color: white;
}

.headerBox .menusBox .userMenus .text {
  padding: 0px 10px;
}

.headerBox .menusBox .cartMenus,
.headerBox .menusBox .languageMenus,
.headerBox .menusBox .userMenus {
  width: 75px;
}

.headerBox .menusBox .customerMenus {
  position: relative;
}

.headerBox .menusBox .customerMenus .weChatImgBox {
  position: absolute;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.headerBox .menusBox .customerMenus .weChatImgBox .img {
  width: 100%;
  height: auto;
}

.headerBox .menusBoxH5 {
  background: #1a1a1f;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -275px;
  width: 275px;
}

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

.headerBox .menusBoxH5 .rlist .list {
  padding: 16px;
  border-bottom: 1px solid hsla(0, 0%, 85.1%, 0.2);
  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: #FFFFFF;
  padding-left: 20px;
}

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

.headerBox .menusBoxH5 .rlist .list .dropdown-toggle {
  color: #FFFFFF;
}

.headerBox .menusBoxH5:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
}

.searchBoxPc {
  width: 100%;
  height: auto;
  /* background: linear-gradient(90deg, #203f54 0%, #355677 13%, #053a6c 27%, #03326a 38%, #18246c 50%); */
  background: #3c9cd7;
  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.myhuaweicloud.com/template/platform/search.svg') no-repeat; */
  background: url('../png/search-2.png') 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;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  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 .dropdown-menu {
  background-color: #1a1a1f;
  margin: -2px 0 0;
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0px;
  border-radius: 0;
  border: none;
  min-width: 0;
  /* width: 100%; */
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu .childA {
  width: 100%;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 34px !important;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  /* white-space: normal; */
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu li {
  display: flex;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #7F7F7F;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu a {
  border-left: 5px solid transparent;
  background: #1a1a1f;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu a:hover {
  background-color: #555555;
  border-left: 5px solid #D7D7D7;
}

.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: #3c9cd7;
}

.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: 60px;
}

.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;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  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("../png/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;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
}

.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);
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  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%; */
  width: 170px;
}

.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;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  cursor: pointer;
}

.navBoxH5 .menusItem .menu .tabItem {
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  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;
  z-index: 20;
}

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

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

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

#loginModal .modal-body .title {
  font-size: 20px;
  color: #3c9cd7;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34);
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
}

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

#loginModal .modal-body .loginBox .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #AAAAAA;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
}

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

#loginModal .modal-body .loginBox .tabs .active {
  color: #000000;
  border-bottom: 3px solid #3c9cd7;
  padding-bottom: 3px;
}

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

#loginModal .modal-body .loginBox .loginForm .inputBox .input {
  width: 100%;
  height: 37px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  color: #7F7F7F;
  font-size: 14px;
  padding: 0 20px;
}

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

#loginModal .modal-body .loginBox .loginForm .passwordBox .img {
  width: 20px;
  height: 14px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox .fa-eye {
  color: #AAAAAA;
  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: 130px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #3c9cd7;
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  margin-right: 20px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn:hover {
  background-color: #337ab7;
}

#loginModal .modal-body .loginBox .forgotText {
  font-size: 14px;
  color: #3c9cd7;
  margin-top: 12px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .btns .btn {
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  display: block;
  padding: 0;
  margin: 25px 0 0 0;
}

#loginModal .modal-body .loginBox .btns .loginBtn {
  background-color: #3c9cd7;
  color: #FFFFFF;
}

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

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

#loginModal .modal-body .loginBox .btns .registerBtn:hover {
  background-color: #3c9cd7;
  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: #3c9cd7;
  cursor: pointer;
}

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

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

#forgotPasswordModal .modal-header .modal-title .img {
  width: 54px;
}

#forgotPasswordModal .modal-header .text {
  color: #3c9cd7;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  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: #3c9cd7;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
}

#forgotPasswordModal .modal-footer .resetBtn:hover {
  background: #337ab7;
}

#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: #3c9cd7;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  font-size: 18px;
  margin: 10px 0 0 0;
}

#resetSuccessModal .modal-body .text {
  color: #757575;
  font-size: 14px;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
}

#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: #3c9cd7;
  color: #ffffff;
  opacity: 1;
}

.verifyCodeBox .btn:hover {
  background: #337ab7;
  color: #ffffff;
}

/* 后来修改首页时添加的一些样式 */
.xbb-headerBox{
  background: #fff!important;
  border: none;
}
.xbb-headerBox .logoBox .text{
  color: #000;
}
.xbb-headerBox .menusBox .menus{
  border-left: none;
}
.xbb-headerBox .logoBox{
  float: none;
}
.xbb-headerBox .menusBox{
  float: none;
}
.xbb-headerBox .xbb-h-d1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.xbb-headerBox .navBox{
  position: initial!important;
  background: #fff!important;
  box-shadow: none!important;
}
.xbb-headerBox .navBox .nav{
  width: auto;
  color: #707070;
  padding: 0 22px;
  font-size: 15px!important;
  font-weight: 100;
  color: #000;
}
.xbb-headerBox .navBox .nav:hover{
  background: #fff!important;
}
.xbb-headerBox .navBox .nav:hover > a{
  /* color: rgb(0, 32, 85)!important; */
  color: #000!important;
}
.xbb-headerBox .navBox .nav .dropdown-menu li{
  height: auto!important;
  line-height: 0!important;
}
.xbb-headerBox .navBox .nav .dropdown-menu .childA{
  margin-top: 0!important;
  text-align: left;
  padding-left: 10px;
}
.xbb-headerBox .xbb-h-d1 .xbb-hd1-d1{
  width: 66%;
  height: 50px;
}
@media (min-width: 1366px){
    .navBox {
        display: block !important;
        text-align: center;
      }
    
    .navBoxH5 {
        display: none;
    }
}
@media (max-width: 1370px){
    .xbb-headerBox .navBox .nav{
        padding: 0 20px;
    }
}
@media (max-width: 1366px){
  .xbb-headerBox .xbb-h-d1 .xbb-hd1-d1{
    width: 50%;
    height: 50px;
  }
}
.xbb-headerBox .xbb-h-d1 .xbb-hd1-d2{
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px){
  .xbb-headerBox .xbb-h-d1 .xbb-hd1-d2{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.xbb-headerBox .navBoxH5{
  display: none!important;
}
.xbb-headerBox .fa-bars{
  margin-top: 0;
  color: #000;
}
.xbb-headerBox .fa-search{
  margin-top: 0;
  color: #000;
}
.xbb-headerBox .navBox .nav #titleBox .fa-angle-down{
  display: inline-block!important;
  color: #000;
  margin-left: 5px;
}
.xbb-headerBox .fa-2x{
  font-size: 1.5em;
}
.xbb-headerBox .xbb-hd1-d2 .fa-2x{
  font-size: 2em;
}
.xbb-headerBox .navBox .nav #titleBox .fa-angle-up{
  display: inline-block!important;
  /* color: rgb(0, 32, 85)!important; */
  color: #000!important;
  margin-left: 5px;
}
.xbb-headerBox .navBox .nav #titleBox{
  color: #000;
  font-weight: 100;
}
.xbb-headerBox .navBox .nav .dropdown-menu{
  /* background: rgb(14,62,145); */
  /* background: rgb(0, 32, 85); */
  /* background: rgb(14,62,148); */
  background: #000;
}
.xbb-headerBox .menusBox{
  width: 246px;
  display: flex;
  justify-content: space-around;
}
.xbb-headerBox .menusBox .menus .text{
  color: #000;
  font-weight: 100;
}
.xbb-headerBox .menusBox .userMenus .dropdown-toggle{
  color: #000;
}
.headerBox .logoBox{
  padding-left: 0;
  width: 246px;
}
.xbb-headerBox .menusBox .menus{
  width: auto;
  padding: 0 5px;
}
.xbb-headerBox .menusBox .userMenus .text{
  padding: 0;
}
.xbb-headerBox .commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu a:hover {
  background-color: rgb(75,83,97);
  border-left: 5px solid #fff;
}
@media (max-width: 768px){
  .xbb-headerBox .menusBox{
    display: none;
  }
}

/* 第二部分新版本样式 */
.xbb-bannerBox{
  background: #fff!important;
  height: auto!important;
}
#home .xbb-bannerBox .middleBox .searchBox{
  margin-top: 0;
}
.xbb-bannerBox .numberBox .number{
  color: #000;
  border-color: #000;
  border: none;
  font-weight: 100;
  font-size: 20px;
  text-decoration:none!important;
}
#home .xbb-bannerBox .middleBox .searchBox .input{
  border: 1px solid #707070;
}
#home .xbb-bannerBox .middleBox .select2-container{
  /* height: auto;
  border: 1px solid #707070; */
}
#home .xbb-bannerBox .middleBox{
  position: initial;
  transform: none;
}
#home .xbb-bannerBox .middleBox .title{
  margin-top: 20px;
}
#home .xbb-bannerBox .numberBox{
  margin: 20px 0;
}
#home .xbb-bannerBox .middleBox .searchBox .search{
  border: 1px solid #707070;
}
#home .xbb-bannerBox .middleBox .searchBox .advancedSearch{
  color: #000;
}
#home .xbb-bannerBox .middleBox .title{
  color: #000;
  height: 90px;
  line-height: 75px;
  margin-top: 15px;
}
@media (max-width: 598px){
  #home .xbb-bannerBox .middleBox .title{
    line-height: 50px;
  }
}
#home .xbb-bannerBox .menusBox .menus .userImg{
  width: 20px;
}
#home .bannerBox .middleBox .select2-container .select2-selection--single{
  border: 1px solid #707070;
}
.dropdown-menu>li>a{
  color: #000;
}
.xbb-tkBtn .btn-primary {
  color: #fff;
  background-color: #3c9cd7;
  border-color: #3c9cd7;
}
.xbb-tkBtn .btn-primary:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
#loginModal .read-header-btn .el-checkbox__label{
    color: rgb(48, 49, 51)!important;
}
#loginModal .read-header-btn {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 26px;
}
#loginModal .read-header-btn .read-text{
    font-size: 14px;
}
#loginModal .read-header-btn .read-span{
    color: #3c9cd7;
    cursor: pointer;
    /* margin: 0 5px; */
}
#loginModal .read-header-btn .span1{
    margin-left: 5px;
}
#loginModal .read-header-btn .span2{
    margin-right: 5px;
}
#loginModal .opacity-btn{
    opacity: 0.5;
}
#loginModal .opacity-btn:hover{
    background-color: #3c9cd7!important;
}
#loginModal .opacity-btn2{
    opacity: 0.5;
}
#loginModal .opacity-btn2:hover{
    background-color: #fff!important;
    color: #3c9cd7!important;
}

.read-btn .el-checkbox .el-checkbox__inner{
  border: 1px solid #00000075;
}
.read-header-btn .el-checkbox .el-checkbox__inner{
  border: 1px solid #00000075;
}
.read-btn .el-checkbox .el-checkbox__inner:hover{
  border: 1px solid #409EFF;
}
.read-header-btn .el-checkbox .el-checkbox__inner:hover{
  border: 1px solid #409EFF;
}
#dropdownMenu1{
    display: flex;
    align-items: center;
}
#dropdownMenu1 .dropdownMenu1-d1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 110px;
    word-wrap: break-word;
}