header {
  width: 100%;
}

.tit-font {
  font-family: Muli-Bold, Muli;
}

.header-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 15px;
  display: flex;
}

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

.logo-container {
  width: 242px;
  height: 57px;
  display: block;
  flex: none;
}

.logo-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.current-site {
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  flex: none;
  margin-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.current-site-select {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  position: relative;
}

.current-site-select:after {
  display: block;
  content: "";
  background-image: url("../images/newHomePage/nav.png");
  background-size: 16px 40px;
  background-position: 0px -24px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  flex: none;
  margin-top: 2px;
}

.current-site-select-ck:after {
  background-position: 0px 0px;
}

.current-site-list {
  width: 140px;
  background: #fff;
  position: absolute;
  top: calc(100% + 12px);
  z-index: 20;
  right: -35px;
  box-shadow: 0 2px 10px 1px rgba(63, 63, 63, 0.1);
  display: none;
}

.current-site-list a {
  line-height: 34px;
  width: 100%;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}

.current-site-list a:hover,
.current-site-list-ck {
  background: #036e70;
  color: #fff;
}

.header-container-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.request-demo {
  color: #cb2026;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.request-demo:hover {
  text-decoration: underline;
}

.login-container,
.user-container {
  height: 22px;
  border-left: #e4e4e4 1px solid;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.login-container,
.user-container:hover {
}

.login-container .login-btn {
  display: block;
  line-height: 22px;
  width: 70px;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  flex: none;
  color: #333;
}

.login-container .login-btn:hover {
  text-decoration: underline;
}

.login-container .signup-btn {
  color: #038183;
  /*background: #036E70;*/
}

.login-container .signup-btn:hover {
  color: #038183;
  text-decoration: underline;
}

.user-container {
  padding-left: 20px;
  position: relative;
}

.user-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.user-container:hover .user-menu {
  display: block;
}

.user-name:after {
  display: block;
  content: "";
  background: url("../../images/user2x.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  flex: none;
}

.user-menu-top {
  width: 100%;
  position: absolute;
  height: 25px;
  left: 0px;
  top: calc(100% - 2px);
}

.user-menu {
  position: absolute;
  min-width: 200px;
  background: rgba(232, 232, 232, 0.95);
  right: 0px;
  top: calc(100% + 20px);
  z-index: 10;
  display: none;
}

.user-menu-link {
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  display: block;
}

.user-menu-link:hover {
  text-decoration: underline;
}

.user-menu-out {
  font-size: 14px;
  font-weight: bold;
}

.nav-container-box {
  width: 100%;
  height: 50px;
}

.nav-container {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border-bottom: #e4e4e4 1px solid;
  border-top: #e4e4e4 1px solid;
  z-index: 200;
}

.nav-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  display: flex;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  font-family: Muli-Bold, Muli;
  line-height: 50px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}

div.nav-link {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

div.nav-link:after {
  border-right: 4px transparent solid;
  border-left: 4px transparent solid;
  border-top: 4px #3f3f3f solid;
  width: 0;
  height: 0;
  display: block;
  content: "";
  margin-left: 5px;
}

div.nav-link:hover:after {
  border-bottom: 4px #00837e solid;
  border-top: none;
}

.nav-link-new-icon {
  position: absolute;
  right: -10px;
  top: 5px;
}

.nav-children {
  background: #f2f5f7;
  box-shadow: 0px 2px 2px 0px rgba(63, 63, 63, 0.1);
  position: absolute;
  top: calc(100% - 1px);
  z-index: 10;
  min-width: 140px;
  display: none;
}

.nav-link:hover .nav-children {
  display: block;
}

.nav-children .nav-link-new-icon {
  right: initial;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.nav-children .nav-link {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  background: #ffffff;
  display: block;
  white-space: nowrap;
}

.nav-children .nav-link:hover {
  background: #036e70;
  color: #fff;
}

.mobile-header-container-box {
  width: 100%;
  height: 64px;
  display: none;
}

.mobile-header-container {
  width: 100%;
  height: 64px;
  border-bottom: #e4e4e4 2px solid;
  padding: 0 12px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  display: none;
  background: #fff;
  z-index: 20;
}

.mobile-nav-container,
.mobile-user-container {
  flex: none;
  width: 60px;
  display: flex;
  align-items: center;
}

.mobile-user-container {
  justify-content: flex-end;
}

.mobile-user-login {
  font-size: 18px;
  font-weight: 500;
  color: #66cd00;
  line-height: 24px;
  white-space: nowrap;
}

.mobile-user-login-container {
}

.mobile-nav {
  background-image: url("../images/newHomePage/nav.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: block;
}

.mobile-nav-children {
  width: 100%;
  /*display: flex;*/
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: none;
}

.mobile-nav-children a {
  min-height: 26px;
  line-height: 16px;
  font-size: 14px;
  margin-top: 5px;
  padding-bottom: 5px;
  display: block;
  box-sizing: border-box;
}

.mobile-user {
  background-image: url("../../images/user_mobile2x.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: block;
}

.mobile-close {
  background-image: url("../images/newHomePage/close1.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: none;
}

.mobile-logo-container {
  width: 135px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.mobile-logo-container img {
  width: 135px;
  height: 55px;
  display: block;
}

.mobile-nav-bg {
  background: rgba(0, 0, 0, 0.7);
  top: calc(100% + 1px);
  z-index: 15;
  left: 0px;
  width: 100%;
  height: calc(100vh - 64px);
  position: absolute;
  display: none;
}

.mobile-nav-list {
  position: absolute;
  top: calc(100% + 1px);
  z-index: 20;
  background: #fff;
  left: 0px;
  width: 75%;
  height: calc(100vh - 64px);
  padding: 12px;
  box-sizing: border-box;
  display: none;
}

.mobile-nav-list .mobile-nav-item {
  width: 100%;
  border-bottom: #e4e4e4 1px solid;
  min-height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  margin-top: 7px;
  padding-bottom: 7px;
  color: #212121;
}

.mobile-nav-list div.mobile-nav-item:hover {
  color: #00837e;
}

.mobile-nav-list div.mobile-nav-item:hover .mobile-nav-children {
  display: flex;
}

.mobile-nav-list .mobile-nav-link-ck,
.mobile-nav-list .nav-link-ck,
.mobile-nav-list .nav-link:hover {
  color: #66cd00;
}

footer {
  width: 100%;
  background: #f5f5f5;
  /* padding: 60px 0 0 0;. */
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-logo-container {
  max-width: 242px;
  width: 100%;
  height: 57px;
  display: block;
  flex: none;
}

.footer-logo-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 24px;
  margin-top: 20px;
}

.footer-share {
  padding-bottom: 20px;
}

.footer-share a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  display: block;
  float: left;
  font-size: 28px;
  margin-top: 10px;
}

.footer-share a:hover {
  color: #212121;
  text-decoration: none;
}

.footer-nav-container {
  display: flex;
}

.footer-nav {
  flex: 1;
  margin-left: 40px;
}

.footer-nav a,
.footer-nav-text {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 24px;
  margin-top: 10px;
  width: 100%;
  display: block;
}

.footer-nav-tit {
  font-size: 16px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 24px;
  width: 100%;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav-img {
  width: 80px;
  margin-top: 20px;
}

.footer-info-container {
  margin-top: 25px;
  border-top: #e4e4e4 1px solid;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 45px;
}

.footer-info-link {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 18px;
  margin: 13px 10px;
}

.footer-info-link:hover {
  text-decoration: underline;
}

.footer-info-link:first-child {
  margin-left: 0px;
}

.footer-info-text {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 18px;
  margin: 13px 0;
  float: right;
}

.main-box-container {
  width: 100%;
}

.main-box {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}

.news-list {
  padding-bottom: 20px;
  border-bottom: #e5e5e5 1px solid;
  width: 100%;
  margin-top: 20px;
}

.news-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.news {
  margin-top: 60px;
}

.news-tit {
  font-size: 20px;
  font-weight: bold;
  color: #036e70;
  line-height: 26px;
}

.news-img {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.news-img-container {
  width: 100%;
  overflow: hidden;
}

.news-img:hover .news-img-container img {
  /*transform: scale(1.1, 1.1);*/
  /*-webkit-transform: scale(1.1, 1.1);*/
  /*transition: all .3s ease-in;*/
  /*-webkit-transition: all .3s ease-in;*/
}

.news-img .news-img-container img {
  /*transform: scale(1, 1);*/
  /*-webkit-transform: scale(1, 1);*/
  /*transition: all .3s ease-in;*/
  /*-webkit-transition: all .3s ease-in;*/
  width: 100%;
}

.news-img-tag {
  position: absolute;
  font-size: 14px;
  /*font-weight: 500;*/
  color: #ffffff;
  line-height: 24px;
  padding: 0 10px;
  /*background: #187AAB;*/
  bottom: 5px;
  right: 15px;
}

.news-tag-color-red {
  background: #931b1f;
}

.news-tag-color-gray {
  background: #385a6b;
}

.news-tag-color-green {
  background: #518551;
}

.news-tag-color-blue {
  background: #187aab;
}

.news-content {
  padding-left: 10px;
  padding-righta: 10px;
}

.news-tag {
  width: 100%;
  overflow: hidden;
  height: 28px;
}

.news-tag a {
  font-size: 14px;
  display: block;
  float: left;
  font-weight: 400;
  color: #767676;
  line-height: 26px;
  padding: 0 10px;
  border: #e5e5e5 1px solid;
  margin-right: 10px;
  max-width: 100%;
}

.news-tag a:hover {
  color: #036e70;
  border: #036e70 1px solid;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 30px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.news-text {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 24px;
  -webkit-line-clamp: 2;
  max-height: 48px;
  margin-top: 10px;
}

.news-title:hover,
.news-text:hover {
  text-decoration: underline;
}

.news-date {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 18px;
  margin-top: 10px;
}

.news-more {
  width: 130px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  display: block;
  margin: 20px auto;
  background: #f6924b;
}

.news-more:hover {
  background: #e9853f;
}

.pages-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.pages-container a {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  min-width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border: #d6d6d6 1px solid;
  margin: 0 2px;
  box-sizing: border-box;
}

.pages-container span {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 32px;
  margin: 0 5px;
}

.pages-container a:hover {
  border: #036e70 1px solid;
  color: #036e70;
}

.pages-container .pages-num-ck {
  border: #036e70 1px solid;
  color: #fff;
  background: #036e70;
}

.pages-container .pages-num-ck:hover {
  color: #fff;
}

.pages-disabled,
.pages-disabled:hover {
  color: #767676 !important;
  background: #f7f7f7 !important;
  border: 1px solid #d6d6d6 !important;
  cursor: auto;
}

.pages-container .pages-pre,
.pages-container .pages-next {
  padding: 0 17px;
}

/*分页原来的版本*/

.pages-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  float: left;
}

.pages-box a {
  line-height: 30px;
  border: #d6d6d6 1px solid;
  padding: 0 12px;
  color: #666666;
  margin: 0 2px;
}

.pages-box span {
  line-height: 30px;
  color: #212121;
  margin: 0 5px;
}

.pages-box a:hover {
  color: #036e70;
  text-decoration: none;
  border-color: #036e70;
}

.pages-box .pages-box-btn-ck {
  background: #036e70;
  border: 1px #036e70 solid;
  color: #fff;
}

.pages-box .pages-box-btn-ck:hover {
  color: #fff;
}

.pages-box-btn-none {
  background: #f7f7f7;
}

.pages-box-btn-none:hover {
  color: #666666 !important;
  text-decoration: none;
  border-color: #d6d6d6 !important;
  cursor: auto;
}

.pages-box-tobtn {
  height: 30px;
  border: #e5e5e5 1px solid;
}

.pages-box-tobtn input[type="text"] {
  line-height: 30px;
  border: none;
  width: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}

.pages-box-tobtn a {
  line-height: 30px;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
  border-left: 1px #e5e5e5 solid;
  display: block;
  float: left;
  margin: 0px;
}

.pages-box a:first-child .iconfont {
  font-size: 12px;
  line-height: 32px;
  /*display: block;*/
  float: left;
  display: none;
}

.pages-box a:last-child .iconfont {
  font-size: 12px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  line-height: 38px;
  /*display: block;*/
  float: right;
  padding-right: 0px;
  display: none;
}

.pages-box a:last-child,
.pages-box a:first-child {
  white-space: nowrap;
}

.adv-container {
}

.adv:first-child {
  margin-top: 0px !important;
}

.adv {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.adv img {
  width: 100%;
}

.article-list {
  width: 100%;
  padding-left: 19px;
  border-left: #e4e4e4 1px solid;
  box-sizing: border-box;
  margin-top: 30px;
}

.article-list:first-child {
  margin-top: 0px;
}

.article-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #036e70;
  line-height: 28px;
  padding-top: 12px;
  border-top: #036e70 2px solid;
}

.article-list-items {
  width: 100%;
  padding: 0 0 20px 0;
}

.article-list-items li {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #e4e4e4 1px solid;
  display: flex;
}

.article-list-items li:last-child {
  border-bottom: none;
}

.article-list-items li:before {
  font-size: 24px;
  font-family: Muli-Bold, Muli;
  font-weight: bold;
  color: #3f3f3f;
  display: block;
  line-height: 30px;
  content: attr(text-content-after);
  flex: none;
  width: 15px;
  text-align: center;
  margin-right: 12px;
  margin-top: 3px;
}

.article-list-items li a {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  flex: 1;
}

.article-list-items li a:hover {
  text-decoration: underline;
}

.article-images-list-items {
  width: 100%;
  padding: 0 0 20px 0;
}

.article-images-list-items li {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #e4e4e4 1px solid;
  display: flex;
}

.article-images-list-items-img {
  width: 60px;
  flex: none;
  margin-top: 4px;
}

.article-images-list-items-text {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 22px;
  -webkit-line-clamp: 3;
  height: 66px;
}

.article-images-list-items-text:hover {
  text-decoration: underline;
}

.article-images-list-items-img img {
  width: 100%;
  display: block;
}

.filter-container {
  width: 100%;
  position: relative;
}

.images-list-filter {
  align-items: center;
}

.filter {
  border-bottom: #e4e4e4 1px solid;
  /*height: 34px;*/
  display: flex;
  align-items: center;
}

.filter a {
  font-size: 16px;
  font-weight: bold;
  color: #767676;
  line-height: 20px;
}

.filter .filter-pc a {
  float: left;
  margin-right: 25px;
  /*margin-top: 7px;*/
}

.filter .filter-pc .filter-pc-ck,
.filter .filter-pc a:hover {
  color: #036e70;
}

.filter .filter-select,
.filter .filter-radio,
.filter .filter-date {
  color: #036e70;
  padding-left: 20px;
  padding-right: 20px;
  border-right: #e4e4e4 1px solid;
  border-left: #e4e4e4 1px solid;
  display: flex;
  line-height: 20px;
  margin-right: -1px;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  white-space: nowrap;
}

.filter .filter-select-ck:after,
.filter .filter-radio-ck:after,
.filter .filter-date-ck:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.filter .filter-select:after,
.filter .filter-radio:after,
.filter .filter-date:after {
  background: url("../../images/filter@2x.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  margin-left: 10px;
}

#event-filte {
  display: flex;
}

#mobile-event-filter {
  display: none;
}

.filter-details,
.filter-radio-details {
  width: 100%;
  margin-top: 10px;
  background: #f2f5f7;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 5;
}

.filter-list {
  display: flex;
  width: 100%;
  /*flex-wrap: wrap;*/
  flex-direction: column;
}

.filter-list-option {
  width: 100%;
  display: flex;
}

.filter-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.filter-list-tit {
  font-size: 16px;
  font-weight: bold;
  color: #767676;
  line-height: 32px;
  width: 100px;
  flex: none;
}

.filter-item a {
  border: 1px solid #d6d6d6;
  background: #fff;
  flex: none;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 0 10px;
  color: #3f3f3f;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 14px;
  display: block;
}

.filter-item a:hover {
  border: 1px solid #036e70;
  color: #036e70;
}

.filter-item .filter-list-ck,
.filter-item .filter-list-ck:hover {
  background: #036e70;
  color: #fff;
  border: 1px solid #036e70;
}

.filter-operation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.filter-operation a {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 26px;
  padding: 0 10px;
  margin: 0 5px;
}

.filter-operation a:hover {
  text-decoration: underline;
}

.filter-operation .filter-operation-apply {
  color: #036e70;
}

.filter-tags {
  width: 100%;
  margin-top: 20px;
}

.filter-tag-item {
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 26px;
  padding: 0 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-tag-item .remove-tag {
  background: url("../../images/remove2x.png");
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  margin-left: 5px;
}

.filter-mobile {
  border: none;
  display: none;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari 和 Chrome */
  color: #036e70;
  margin-right: 20px;
  line-height: 20px;
  align-items: center;
  margin-top: 7px;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  background: url("../../images/filter@2x.png") no-repeat center right;
  background-size: 12px 12px;
  margin-bottom: 7px;
  cursor: pointer;
  padding-right: 30px;
}

.list-header {
  width: 100%;
  border-bottom: #e4e4e4 1px solid;
  padding-top: 30px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
}

.list-header-title {
  font-size: 36px;
  font-weight: 900;
  color: #3f3f3f;
  line-height: 50px;
  flex: 1;
}

.list-header-text {
  font-size: 18px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 28px;
  width: 580px;
  flex: none;
}

.addthis_toolbox {
  float: left;
  margin-left: 28px;
  width: 44px;
}

.share-link-btn .iconfont {
  font-size: 24px;
  line-height: 36px;
}

.share-link-btn {
  width: 44px;
  height: 44px;
  text-align: center;
  display: block;
  margin-bottom: 5px !important;
}

.share-link-btn:hover {
  text-decoration: none;
}

.addthis_button_linkedin {
  background: #197fd2;
}

.addthis_button_facebook {
  background: #197fd2;
}

.addthis_button_twitter {
  background: #00aef2;
}

.addthis_button_email {
  background: rgb(132, 132, 132);
}

.share-link-btn .iconfont {
  font-size: 32px;
  color: #fff;
  line-height: 44px;
}

.share-link-pdf-btn,
.share-link-Favorite-btn,
.share-link-Favorite-btn-ck {
  width: 44px;
  height: 44px;
  float: left;
  cursor: pointer;
  text-align: center;
}

.share-link-pdf-btn .iconfont,
.share-link-Favorite-btn .iconfont,
.share-link-Favorite-btn-ck .iconfont {
  font-size: 32px;
  line-height: 48px;
}

.share-link-pdf-btn {
  background: #e7222a;
  color: #fff;
  margin-bottom: 5px;
}

.share-link-pdf-btn .iconfont {
  color: #fff;
}

.share-link-Favorite-btn .iconcollected {
  display: none;
}

.share-link-Favorite-btn-ck .iconcollection {
  display: none;
}

.share-link-Favorite-btn {
  background: #ffd4d4;
  color: #e7222a;
}

.share-link-Favorite-btn-ck {
  background: #ffd4d4;
  color: #e7222a;
}

.share-link-Favorite-btn-ck .iconfont,
.share-link-Favorite-btn .iconfont {
  color: #e7222a;
}

.config-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 17998999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.config-box {
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 2px;
  padding: 0px 0px 30px 0px;
  z-index: 9999;
}

.config-btn-tit {
  font-size: 20px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  padding: 0 0 0 20px;
  background: #f7f7f7;
  height: 50px;
}

.config-btn-body {
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}

.config-btn-close {
  width: 24px;
  height: 24px;
  background: url("../../../images/close.png") no-repeat center center;
  float: right;
  margin-top: 13px;
  margin-right: 13px;
}

.config-btn-txt {
  height: auto;
  width: 300px;
  box-sizing: border-box;
  margin: 36px 0;
  font-size: 16px;
  line-height: 20px;
}

.config-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 36px;
}

.config-btn-box a:hover {
  text-decoration: none;
}

.config-btn {
  width: 115px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px 0 0;
  background: #036e70;
  color: #fff;
  border-radius: 2px;
  font-size: 18px;
  border: #036e70 1px solid;
}

.config-btn2 {
  background: #e8e8e8;
  color: #666;
  border: #e8e8e8 1px solid;
  margin: 0 0 0 5px;
}

.config-btn:hover {
  color: #fff;
}

.config-btn2:hover {
  color: #666;
}

.cl-Modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  z-index: 999999;
  display: none;
}

.cl-Modal-con {
  width: auto;
  height: auto;
  position: relative;
  /*transform: scale(.1, .1);*/
  /*-webkit-transform: scale(.1, .1);*/
  /*transition: all .3s ease-in;*/
  /*-webkit-transition: all .3s ease-in;*/
  animation: modal_ani 0.5s ease-in;
  -webkit-animation: modal_ani 0.5s ease-in;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.cl-Modal-closeBtn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.cl-confirm {
  width: 500px;
  height: 170px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  z-index: 99999999;
  top: 0px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}

.cl-confirm img {
  width: 84px;
  height: 84px;
  flex: none;
}

.cl-confirm-txt {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-left: 20px;
  position: relative;
}

.cl-confirm-btn {
  width: 120px;
  height: 35px;
  border-radius: 1px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
}

.cl-confirm-btn:hover {
  text-decoration: none;
}

.cl-confirm-btn-allow {
  background: #036e70;
  color: #fff;
  border: #036e70 1px solid;
  right: 0px;
}

.cl-confirm-btn-allow:hover {
  background: #038183;
  color: #fff;
}

.cl-confirm-btn-later {
  border: #fff 1px solid;
  background: #fff;
  color: #036e70;
  right: 125px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 151px;
  right: 10px;
  /*background: url("../images/head/go_top.png");*/
  background-size: 100% 100%;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 50px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  font-size: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.my-cart {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 190px;
  right: 10px;
  /*background: url("../images/head/cart.png");*/
  background-size: 100% 100%;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}

.my-cart:hover,
.scroll-top:hover {
  text-decoration: none !important;
}

.my-cart .iconfont,
.scroll-top .iconfont {
  color: #999999;
  font-size: 24px;
}

.my-cart-is-login-num {
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e44245;
  font-size: 16px;
  /*font-weight: bold;*/
  display: none;
}

.my-cart-is-login .iconfont {
  color: #212121;
  font-size: 24px;
}

.my-cart-is-login .my-cart-is-login-num {
  display: block;
}

.list-null {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  line-height: 24px;
}

.header-loggedin-con {
  width: 100%;
  background: #fff;
  min-height: 100px;
  margin-top: 5px;
  border-radius: 3px;
}

.header-loggedin-con-top {
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: #e5e5e5 1px solid;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 36px;
  color: #212121;
  font-style: italic;
  font-weight: bold;
}

.header-loggedin-con-list-tit {
  height: 36px;
  line-height: 36px;
  background: #f7f7f7;
  padding: 0 12px 0 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #212121;
  display: block;
}

.header-loggedin-con-list-tit:hover {
  color: #212121;
}

.header-loggedin-con-list-tit .iconfont {
  font-size: 12px;
  float: right;
  line-height: 36px;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: inherit !important;
}

.header-loggedin-con-list-li {
  line-height: 36px;
  height: 36px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  float: left;
  color: #666666;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 30px;
}

.header-loggedin-con-list-li .iconfont {
  color: #cccccc;
  line-height: 36px;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.header-loggedin-con-list-li:hover {
  background: #00837e;
  color: #fff;
  text-decoration: none;
}

.header-loggedin-con-list-li:hover .iconfont {
  color: inherit !important;
}

.header-loggedin-con-list-out {
  margin-top: 10px;
  border-top: #e5e5e5 1px solid;
  box-sizing: border-box;
  line-height: 36px;
  height: 36px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.header-loggedin-con-list-out:hover {
  color: #000;
  text-decoration: underline;
}

.user-container .header-login-container-fluid {
  top: calc(100% + 20px);
}

.user-container:hover .header-login-container-fluid {
  display: block;
}

.header-login-container-fluid {
  padding: 0px;
  width: 250px;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 30px);
  right: 0px;
  background: #fff;
  border: 1px solid rgba(214, 214, 214, 1);
  z-index: 300;
  display: none;
}

.logo-container {
  width: 240px;
  height: 75px;
}

.logo-text-container {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  line-height: 18px;
  padding-left: 10px;
  margin-left: 15px;
  border-left: #d8d8d8 1px solid;
}

.share-container {
  border-left: none;
}

.share-container .iconsearch:hover {
  text-decoration: none;
}

.login-container {
  margin-left: 10px;
  border-left: none;
}

.login-container .login-btn {
  width: auto;
  /*margin-left: 20px;*/
}

.user-container {
  margin-left: 10px;
  padding-left: 10px;
  border-left: none;
  height: 32px;
}

.current-site {
  height: 30px;
  float: right;
}

.current-site-list {
  top: 100%;
  right: 0px;
}

.user-container {
  position: relative;
}

.user-container .header-login-container-fluid {
  top: 100%;
}

.user-avatar-container {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: #e4e4e4 1px solid;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  box-sizing: border-box;
}

.user-avatar {
  width: 100%;
  height: 100%;
  display: block;
}

.share-container {
  height: 22px;
  /*border-left: #E4E4E4 1px solid;*/
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.share-container-search {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../../images/search_icon.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.mobile-share-container-search {
  width: 24px;
  height: 24px;
  display: block;
  flex: none;
  background: url("../../images/search_icon.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 12px;
}

.current-site-select {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  border-right: #e4e4e4 1px solid;
  color: #00837e;
}

.current-site-select:hover,
.current-site-list a:hover {
  text-decoration: none !important;
}

.current-site-select {
  display: flex;
  align-items: center;
}

.current-site-select:before {
  background: url("../../images/site_baipharm_icon.png");
  width: 21px;
  height: 20px;
  background-size: 21px 20px;
  display: block;
  content: "";
  margin-right: 5px;
}

.header-search-btn-upgrade-box {
  height: 50px;
  overflow: hidden;
  float: right;
  margin-right: 20px;
  width: 150px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.header-search-btn-upgrade {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
}

.header-search-btn-upgrade {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-search-btn-upgrade-show {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-search-btn-upgrade-box .request-demo,
.header-search-btn-upgrade-box .head-nav-search-btn {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #999;
}

.head-nav-search-btn .iconfont {
  margin-left: 5px;
  color: #999;
  font-size: 16px;
}

.head-nav-search-btn:hover,
.head-nav-search-btn:hover .iconfont {
  color: #00837e;
}

.cl_10th_link {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}

.cl_10th_img {
  width: 400px;
  height: 50px;
  display: block;
  flex: none;
}

.message-button {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  background: url("../../images/message_btn.jpg");
  background-size: 100% 100%;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  box-sizing: border-box;
}

.contact-modal-container {
  width: 520px;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .contact-modal-container {
    width: 300px;
  }
}

.contact-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  line-height: 24px;
  text-transform: uppercase;
}

.contact-modal-err {
  font-size: 16px;
  font-weight: normal;
  color: #ff4e18;
  line-height: 24px;
  margin-top: 10px;
  min-height: 24px;
  position: static !important;
}

.contact-modal-form {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}

.contact-modal-label {
  font-size: 16px;
  font-weight: 400;
  color: #302e2f;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}

.contact-modal-label b {
  font-size: 16px;
  font-weight: 400;
  color: #ff4e18;
  line-height: 24px;
  margin-left: 5px;
}

.contact-modal-text {
  width: 100%;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 10px;
}

.contact-modal-textBox {
  resize: none;
  width: 100%;
  min-height: 120px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 10px;
}

.contact-modal-textBox:focus {
  border: 1px solid #e6e6e6;
}

.contact-modal-form .contact-modal-input-err {
  border: #ff4e18 1px solid !important;
}

.contact-modal-btn-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  display: flex;
}

.contact-modal-btn {
}

.contact-modal-btn-container .modal-btn-ok {
  /*background: #000 !important;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  float: left;
  font-weight: 400;
  color: #fff !important;
  line-height: 24px !important;
  border: none !important;
  box-sizing: border-box;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: 1px !important;
  height: 44px !important;
  background-color: #00837e;
  border-radius: 2px !important;
  flex: 1;
}

.contact-modal-btn-container .modal-btn-cancel {
  height: 44px !important;
  background: #fff !important;
  border-radius: 2px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  float: left;
  flex: 1;
  font-weight: 400;
  color: #212121 !important;
  line-height: 24px !important;
  border: #212121 1px solid !important;
  box-sizing: border-box;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.contact-modal-btn-container .modal-btn-ok:hover {
  text-decoration: none !important;
}

.contact-modal-btn-container .modal-btn-cancel:hover {
  text-decoration: none !important;
}

.modal-dialog-main {
  padding-bottom: 0px !important;
}

.modal-close {
  width: 12px !important;
  height: 12px !important;
  background-image: url("../../images/close.png") !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  right: 10px !important;
  top: 10px !important;
}

.contact-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 16999900;
}

.newsletter-right-container {
  width: 100%;
  background-color: #00837e;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}

.newsletter-right-container input[type="text"] {
  width: 100%;
  margin: 20px 0 0 0;
  color: #6e6e6e;
  outline: none;
  height: 40px;
  border: 0px solid rgb(112, 112, 112);
  background-color: #fff;
  padding: 10px;
}

.newsletter-right-container button {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  border: 0;
  background-color: #f6924b;
  margin-top: 20px;
  font-weight: bold;
}

.newsletter-right-container button:hover {
  background: #e9853f;
}

.newsletter-right-title {
  text-align: left;
  /*margin-top: 20px;*/
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.newsletter-right-text {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.newsletter-bottom-container {
  width: 100%;
  margin-top: 45px;
  box-sizing: border-box;
}

.newsletter-bottom-input {
  width: 100%;
  display: flex;
  border: #cccccc 1px solid;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 10px;
  background-color: #fff;
}

.newsletter-bottom-tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.newsletter-bottom-container input[type="text"] {
  width: 100%;
  color: #6e6e6e;
  outline: none;
  height: 40px;
  border: 0px solid rgb(112, 112, 112);
  background-color: #fff;
  padding: 10px;
}

.newsletter-bottom-container button {
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  border: 0;
  background-color: #f6924b;
  padding: 0 5px;
  font-weight: bold;
}

.newsletter-bottom-container button:hover {
  background: #e9853f;
}
.header-search-container {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  /*background: #fff;*/
  /*border-top: #e5e5e5 1px solid;*/
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
}

.header-search-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header-search-mask-logo {
  width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-search-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-search-box {
  width: 1000px;
  /* margin-top: 32px; */
  position: relative;
}

.header-search-box a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 120;
}

.header-search-box .iconclose {
  right: 52px;
  color: #999;
  display: none;
  top: 56%;
}

.header-search-box .iconsearch {
  right: 20px;
  font-size: 24px;
}

.header-search-text {
  width: 1000px;
  height: 30px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  line-height: 30px;
  font-size: 21px;
}
.header-search-text::placeholder {
  color: #999;
}

.header-search-tags-list {
  width: 1000px;
  margin-top: 30px;
  /* height: 24px; */
  overflow: hidden;
  box-sizing: border-box;
}

.header-search-tags-item {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #959597;
  padding: 0 8px;
  background: #f6f7f7;
  margin-right: 10px;
  display: block;
  float: left;
  max-width: 100%;
  margin-top: 10px;
}

.header-search-tags-tit {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  line-height: 28px;
}

.header-search-tags-container {
  margin-top: 5px;
}
.header-search-tags-item:hover {
  background: #ebebeb;
}

@media (max-width: 767px) {
  .newsletter-bottom-container {
    display: none;
  }
}

@media (max-width: 1080px) {
  .cl_10th_link {
    display: none;
  }
}

@media (max-width: 992px) {
  .request-demo {
    display: none;
  }

  .user-container {
    border-left: none;
  }

  .footer-nav-container {
    display: none;
  }

  .footer-nav {
    margin-left: 0px;
    margin-top: 30px;
  }

  footer {
    margin-top: 30px;
  }

  .filter-pc {
    display: none;
  }

  .filter-mobile {
    display: flex;
  }

  .article-list {
    padding-left: 0;
    border-left: none;
  }

  .list-container {
    margin-top: 30px;
  }

  .list-header-text {
    width: 100%;
  }

  .list-header {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .list-header-text {
    margin-top: 20px;
  }

  #event-filter {
    display: none;
  }

  #mobile-event-filter {
    display: flex;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .event-filter {
    justify-content: flex-start !important;
  }

  .cl-Modal-con {
    width: 90%;
    height: auto;
  }

  .cl-Modal-con img {
    width: 100%;
  }

  .pages-box a {
    line-height: 30px;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 14px;
  }

  .pages-box span {
    line-height: 30px;
  }

  .pages-box a:last-child .iconfont,
  .pages-box a:first-child .iconfont {
    line-height: 28px;
    display: none;
  }

  .filter-list-option {
    flex-direction: column;
  }

  .filter-item {
    margin-top: 10px;
  }

  .config-btn-tit {
    padding: 0 0 0 15px;
  }

  .config-btn-body {
    padding: 0 20px;
  }

  .footer-info-text {
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .mobile-header-container {
    display: flex;
  }

  .mobile-header-container-box {
    display: block;
  }

  .header-container,
  .nav-container-box {
    display: none;
  }

  .news-content {
    margin-top: 20px;
  }

  .news {
    margin-top: 30px;
  }

  .adv-container {
    display: none;
  }

  .pages-container a {
    min-width: 24px;
  }

  .pages-container .pages-pre,
  .pages-container .pages-next {
    padding: 0 7px;
  }

  .filter .filter-select,
  .filter .filter-radio,
  .filter .filter-date {
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
  }

  .filter-mobile {
    margin-right: 10px;
    width: auto !important;
  }

  .newsletter-bottom-container {
    display: none;
  }
}

@media (max-width: 370px) {
  .mobile-logo-container img {
    width: 100px;
    height: 22px;
    display: block;
  }

  .mobile-share-container-search {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-right: 5px;
  }
}
