input,
select,
textarea {
  overflow: hidden;
  border: 1px solid #ccc !important;
}

* {
  font-family: "Arial" !important;
  word-wrap: break-word !important;
}
#focusAndScope > div,
.issueDescription {
  color: #4e4e4e !important;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.b-text {
  height: 24px !important;
}
#articleAbstract > div,
#articleSubject > div {
  color: #4e4e4e;
}

#main {
  padding-bottom: 15px;
  border-bottom: solid 1px #b9b9b9;
}

#header h1 {
  font-family: "Fredericka the Great", cursive;
  font-size: 40px;
}

div a,
a:link,
a:hover,
a:visited {
  font-size: 14px;
  color: #000000;
}

div a:hover {
  color: #41c4ee;
}

li > a {
  font-size: 15px;
  color: #555;
}

#content ul li a {
  color: #555;
  line-height: 24px;
}

ul.menu a:hover {
  font-size: 15px;
}

ul.menu a:hover,
#breadcrumb a:hover,
.ULclass2 a:hover,
#content a:hover,
div#notification.block a:hover,
div#sidebarInformation.block a:hover {
  color: #41c4ee;
}

/*sidebar titles*/
.blockTitle,
.blockSubtitle {
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #000000;
}

.blockSubtitle {
  margin-bottom: 19px;
}

#sidebar div.block span.blockTitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #000000;
  text-transform: capitalize;
  padding-left: 7%;
}

#sidebarEditor,
#sidebarAuthor {
  padding-left: 7%;
}

#sidebarEditor li,
#sidebarAuthor li {
  text-decoration: underline;
  color: #000000;
}

#content .instruct,
p,
td label {
  font-size: 16px;
}

#content .textArea {
  height: auto;
}

#content h4 > a {
  font-weight: bold;
  font-size: 20px;
  color: #555;
}

/*sidebar text*/
#sidebarUser,
#sidebar label {
  color: #000000;
  font-size: 13px;
}

/*sidebar content align left*/
div#sidebarUser {
  text-align: left;
}

div#notification.block a,
div#sidebarInformation.block a {
  text-decoration: underline;
}

/*sidebar field width*/
#simpleSearchInput {
  width: 80%;
}

input#simpleQuery.textField,
select#searchField.selectMenu {
  width: 100%;
}

#sidebar div.block label,
select#languageSelect.selectMenu {
  margin: 2px 8%;
}

#sidebar div.block input.button {
  margin: 6px 8%;
}

.button {
  overflow: hidden !important;
  background:#0575c4 !important;
  border-radius: 4px !important;
  padding: 5px 15px !important;
  line-height: auto !important;
  height: auto !important;
  cursor: pointer !important;
  font-weight: normal !important;
}

input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
  margin-bottom: auto;
  width: 80%;
}

#content ul > li {
  margin-left: 20px;
  list-style-type: disc;
}

#side-menu {
  width: 160px;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  box-shadow: 3px 3px 5px #888888;
}

#side-menu a {
  text-decoration: none;
  background: #3cc1fa;
  padding: 7px 10px 7px 10px;
  color: white;
  display: block;
  border: 2px solid #3cc1fa;
}

#side-menu a:hover {
  background: white;
  color: #3cc1fa;
  transition: 0.4s;
}

#cover_section {
  padding-top: 3px;
  padding-left: 40px;
  position: relative;
  float: left;
}

#cover-img {
  box-shadow: 2px 2px 5px #888888;
  width: 120px;
}

#issn_section {
  top: 3px;
  text-align: right;
  position: relative;
  float: right;
  clear: left;
  font-size: 10px;
}

.journalDescription p,
.journalDescription li {
  font-size: 16px;
  color: #555;
}

div#sidebarDevelopedBy,
div#sidebarHelp {
  visibility: hidden;
  height: 0px;
}

#content select.selectMenu,
input.textField {
  width: auto;
}

.ebm-name {
  font-size: 20px;
  text-decoration: underline;
}

div.articleToolItem {
  padding-left: 15px;
}

div#sidebarRTArticleTools.block a:hover {
  color: #3cc1fa;
}

div#sidebarRTArticleTools.block {
  padding-bottom: 20px;
  padding-top: 20px;
}

/*for PiscoMed Common OJS leftSideTabs created by Justin on 29/06/2017*/
.tab {
  width: 100%;
  margin: 0 10px 20px 0;
  box-shadow: 3px 3px 5px #888888;
  overflow: hidden;
}
/*#content table{
	width:100% !important;
}*/
.tablinks {
  width: 20%;
  background-image: linear-gradient(40deg, #01b2bb 0%, #0575c4 100%);
  padding: 7px 10px;
  color: white;
  display: block;
  border: none;
  text-align: left;
  transition: 0.4s;
  font-weight: bold;
  font-size: 14px;
  min-height: 45px;
  float: left;
  height: 55px;
  text-align: center;
}
.tablinks:hover {
  background: linear-gradient(40deg, #0575c4 0%, #01b2bb 100%);
  color: #fff;
}
div.tab button.active {
  background-image: linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
  border: none;
  outline: none;
}
/*End Left Tabs*/

/*Show-Hide List added by Justin on 21/06/2017*/
.sh-list {
  list-style-type: none;
  padding-left: 0px !important;
}
.sh-list li h4 {
  cursor: pointer !important;
}
.sh-label {
  /*style later*/
}
.sh-input {
  display: none;
}
.sh-input ~ div {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  white-space: wrap;
  text-align: justify;
}
.sh-input:checked ~ div {
  max-height: 100%;
  max-width: 100%;
}
/*End Show-Hide List*/

#navbar {
  height: 30px !important;
  line-height: 30px !important;
  background-color: #0575c4;
}
#navbar li a {
  font-size: 14px !important;
}
#navbar ul {
  width: 100%;
  overflow: hidden;
}
#navbar li {
  margin: 0 2% !important;
  padding: 0 !important;
  display: block;
  float: left;
  text-align: center;
}
.menu {
  padding: 0;
  margin: 0;
}
.nav-sec {
  background-color: #0575c4;
}
.logozone {
  padding: 0px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#body {
  margin-top: 0px;

  margin: 0 auto;
}
.breadcrumb font {
  text-align: left;
  float: left;
  padding: 15px 0;
  font-weight: bold;
}
#main {
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-left: 0 !important;
}
#bigBG {
  border: none;
}

#rightSidebar {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;

  margin-right: 0 !important;
}
#sidebarUser table {
  width: 100%;
}
#sidebarUser table input[type="text"],
#sidebarUser table input[type="password"] {
  width: 80%;
  background: #f1f1f1;
}

.selectMenu {
  background: #f1f1f1 !important;
  padding: 4px 0 !important;
  height: auto !important;
}
textarea {
  background: #f1f1f1 !important;
}
.textField {
  background: #f1f1f1 !important;
}
#sidebarLanguageToggle {
  border: none !important;
  padding-bottom: 20px !important;
}

#content h3 {
  padding: 0 !important;

  font-family: "arial" !important;
}
#content h3 a {
  font-size: 19px !important;
}
.foot-func {
  margin-bottom: 15px !important;
}
.foot-func a {
  border-radius: 4px !important;
  overflow: hidden !important;
  padding: 5px 10px !important;
  background: #19bbc4 !important;
  color: #fff !important;
  font-size: 14px !important;
  text-decoration: none;
}

#sidebarUser {
  border-bottom: none !important;
}
#sidebarFontSize {
  border: none !important;
}

.site-footer {
  background: #0575c4;

  background-position: center center;
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #ccc;
  font-size: 14px;
  position: relative;
}
.footer-info {
  width: 100%;
}
#text01 {
  width: 100%;
}
.site-footer .footer-widgets {
  padding: 30px 0 0 0;
}
.menu-sample-pages-container {
  margin-top: 15px;
}
.two-columns {
  padding-left: 20px;
  margin-top: 20px;
}
.two-columns a {
  font-size: 16px;
  font-weight: 400;
}
.site-footer .footer-widgets .widget .widget-title {
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}

.site-footer .widget.widget_nav_menu {
  width: 16.666666666666668%;
  float: left;
  padding: 0 15px;
}

.site-footer .footer-widgets .widget.widget_nav_menu ul li a {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
}
.footer-content {
  clear: both;
}

.site-footer .footer-widgets .widget a {
  color: #ccc;
}
.nav_list ul li a {
  font-size: 14px;
}
.nav_list ul li {
  width: 100% !important;
  display: block !important;
}
.nav_list ul li a:after {
  position: absolute;
  content: "→";
  color: #fff;
  left: 0;
  top: 0;
  font-size: 13px;
}

.nav_list ul li a:hover {
  padding-left: 30px !important;
  color: #fff;
  font-size: 14px !important;
}
.nav_list .menu {
  padding-left: 0 !important;
}

.site-footer .footer-widgets .widget .footer-info .button {
  color: #fff;
  margin-top: 30px;
}

.site-footer .footer-widgets .widget .footer-info i {
  font-size: 14px;
  color: #fff;
  width: 18px;
}

.site-footer #text01 {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 60px;
}

.site-footer .footer-content {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0;
}

.site-footer .social-links {
  float: right;
}

.site-footer .social-links a {
  float: left;
  display: block;
  margin-left: 10px;
}

.site-footer .copyright-content {
  margin-top: 3px;
}

.site-footer .copyright a {
  color: #fff;
}

.site-footer .copyright a:hover {
  text-decoration: underline;
}
.footer-social i {
  color: #859098;
}
.footer-social a:hover i {
  color: #fff;
}
.widget_nav_menu li a img {
  width: 110px;
  height: 40px;
}
.value_links a {
  background: #fff;
  padding-left: 0 !important;
}
.value_links .menu {
  padding-left: 0 !important;
}
#customblock-Editor-in-Chief,
#sidebarUser {
  border: none !important;
}
#sidebarKeywordCloud {
  border-top: none !important;
}
#customblock-Submit-Your-Manuscript {
  border-bottom: none !important;
}
#sidebarKeywordCloud {
  padding-bottom: 35px;
}
#announcementsHome h3 {
  padding: 10px 0 5px 5px !important;
  height: 100%;
}

.title,.headline h2 {
  font-weight: bold !important;
  color: #000 !important;
  background: #fff !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.more a {
}

.details {
  margin-top: 15px;

  padding-bottom: 30px;
  overflow: hidden;
}
.tocArticle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  width: 100%;
  margin: 15px 0;
  padding: 20px 15px 20px 15px;
}
.tocSectionTitle {
  display: inline-block;
  /* font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; */
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #3fa4f0;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  margin-top: 0px;
  border-radius: 2px;
}

.tocView a {
  color: #3fa4f0 !important;
  box-shadow: #3fa4f0 0 0px 0px 1px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: inline-block;
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 1.2em;
  text-decoration: none;
}

able td:first-child {
  /* CSS样式 */
}

.journalDescription table td:first-child {
  width: 76% !important;
}

.journalDescription table td p {
  text-align: justify;
}
.journalDescription table td {
  vertical-align: top !important;
}
.copyright div {
  display: inline-block;
  margin-right: 20px;
}

#focusAndScope,
#sectionPolicies,
#peerReviewProcess,
#publicationFrequency,
#openAccessPolicy,
#authorSelfArchivePolicy,
#delayedOpenAccessPolicy,
#purchaseIssue,
#purchaseArticle,
#archiving,
#custom-1,
#custom-2,
#custom-3,
#custom-4,
#custom-5,
#custom-6,
#custom-7,
#custom-8,
#custom-9,
#custom-10,
#custom-11,
#custom-12,
#custom-13,
#custom-14,
#custom-15,
#custom-16,
#custom-17,
#custom-18,
#custom-19,
#custom-20 {
  scroll-margin-top: 60px;
}

@media screen and (max-width: 769px) {
  #main #content .book-right {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #main #content .book-right .b-text {
    line-height: 25px !important;
  }
  #main #content .book-right .b-text b {
    font-size: 19px !important;
  }
  #main #content .book-right .email {
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box !important;
  }
  #main #content .book-right .email .conx,
  #main #content .book-right .email .names {
    width: auto !important;
  }
  #main #content .book-right .info {
    margin-top: 100px !important;
  }
  #main #content .book-right .info .show {
    width: 100% !important;
  }
  #main #content .book-right .info .show h3 a {
    font-size: 16px !important;
  }
  #main #content .book-right .info h2 {
    font-size: 20px !important;
    line-height: 40px !important;
    height: 40px !important;
    margin-top: 30px !important;
  }
  .copyright div {
    display: block;
  }
  #navbar {
    display: none;
  }
  .tablinks {
    height: 88px;
  }
  .tabcontent ol {
    padding-left: 15px;
  }
  #issueCoverImage img {
    width: 100%;
    height: auto;
  }
  #rightSidebar {
    height: auto !important;
  }
  .footer {
    padding: 30px 20px 20px;
  }
  .center .tab {
    flex-wrap: wrap;
  }
  .tablinks {
    width: 50% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 769px) {
  .right .photoBox {
    display: inline-block;
  }
}
