body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-style: normal;
  font-weight: initial;
  text-transform: None;
}
.loading,
#infscr-loading {
  clear: both;
  text-align: center;
}
.loading img,
#infscr-loading img {
  display: none;
}
.cdp_ajax_load_widget_inview .loading {
  padding: 20px;
}
.icon_wrap a {
  color: #FFFFFF;
}
.red .default_title {
  color: #d80031;
}
.panel-body .flexslider {
  min-height: 80px;
  background: #fff url(../images/ajax-loader.gif) no-repeat center center;
}
.panel-body .flexslider .flex-viewport {
  background: #fff;
}
.flexslider {
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
}
.flexslider.cdp_slider {
  border-width: 3px;
  margin: 0 0 20px 0;
}
.flexslider.flex-cdp-birthday {
  margin: 0px;
  border: none;
}
.flexslider .flex-direction-nav a {
  opacity: 0.25;
}
.flexslider .flex-direction-nav a .iconfont {
  background: rgba(255, 255, 255, 0.5);
  font-size: 42px;
}
.flexslider .flex-direction-nav a:hover .iconfont {
  background: rgba(255, 255, 255, 0.75);
}
.flexslider .flex-direction-nav a:before {
  display: none;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav {
  bottom: 0px;
}
@media (min-width: 1200px) {
  .flexslider.cdp_slider {
    height: 270px;
  }
}
body.media {
  margin-top: 0;
}
body p {
  word-wrap: break-word;
}
.is_desktop .row {
  margin-left: -10px;
  margin-right: -10px;
}
.is_desktop .container,
.is_desktop .col-lg-1,
.is_desktop .col-lg-10,
.is_desktop .col-lg-11,
.is_desktop .col-lg-12,
.is_desktop .col-lg-2,
.is_desktop .col-lg-3,
.is_desktop .col-lg-4,
.is_desktop .col-lg-5,
.is_desktop .col-lg-6,
.is_desktop .col-lg-7,
.is_desktop .col-lg-8,
.is_desktop .col-lg-9,
.is_desktop .col-md-1,
.is_desktop .col-md-10,
.is_desktop .col-md-11,
.is_desktop .col-md-12,
.is_desktop .col-md-2,
.is_desktop .col-md-3,
.is_desktop .col-md-4,
.is_desktop .col-md-5,
.is_desktop .col-md-6,
.is_desktop .col-md-7,
.is_desktop .col-md-8,
.is_desktop .col-md-9,
.is_desktop .col-sm-1,
.is_desktop .col-sm-10,
.is_desktop .col-sm-11,
.is_desktop .col-sm-12,
.is_desktop .col-sm-2,
.is_desktop .col-sm-3,
.is_desktop .col-sm-4,
.is_desktop .col-sm-5,
.is_desktop .col-sm-6,
.is_desktop .col-sm-7,
.is_desktop .col-sm-8,
.is_desktop .col-sm-9,
.is_desktop .col-xs-1,
.is_desktop .col-xs-10,
.is_desktop .col-xs-11,
.is_desktop .col-xs-12,
.is_desktop .col-xs-2,
.is_desktop .col-xs-3,
.is_desktop .col-xs-4,
.is_desktop .col-xs-5,
.is_desktop .col-xs-6,
.is_desktop .col-xs-7,
.is_desktop .col-xs-8,
.is_desktop .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.stop-scrolling {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.staff-panel {
  padding: 20px 0;
}
.flex-direction-nav a {
  line-height: 1;
}
.radius-border {
  border-radius: 4px;
}
.user-nav {
  font-size: 12px;
}
.user-nav .date {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.user-nav .user-info {
  float: right;
}
.user-nav .user-info #wpml_active_languages {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 28px;
}
.user-nav .user-info #wpml_active_languages.inline a {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.user-nav .user-info #wpml_active_languages.inline a.active {
  background: #fff;
}
.user-nav .user-info #wpml_active_languages.inline a span {
  display: block;
  line-height: 26px;
  height: 28px;
}
.user-nav .user-info #wpml_active_languages > li {
  position: relative;
}
.user-nav .user-info #wpml_active_languages > li > a {
  display: block;
  position: relative;
  padding-right: 13px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.user-nav .user-info #wpml_active_languages > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.5s;
}
.user-nav .user-info #wpml_active_languages > li:hover > a:after {
  transform: rotate(180deg);
}
.user-nav .user-info #wpml_active_languages > li:hover .subitems {
  opacity: 1;
  z-index: 99;
}
.user-nav .user-info #wpml_active_languages .subitems {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0px 1px 1px #ccc;
  background: #ebeff2;
}
.user-nav .user-info #wpml_active_languages .subitems a {
  padding: 8px 15px;
  display: block;
}
.topbar_userinfo {
  float: right;
  height: 28px;
  overflow: hidden;
}
.topbar_userinfo > span {
  padding: 0 8px;
  border-left: 1px solid #ccc;
  display: inline-block;
  line-height: 28px;
}
.topbar_userinfo > a {
  display: block;
  float: left;
  padding: 0 8px;
  text-decoration: none;
  line-height: 28px;
  border-left: 1px solid #ccc;
}
.topbar_userinfo .notifications span,
.topbar_userinfo .messages span {
  display: inline-block;
}
.topbar_userinfo .notifications .iconfont,
.topbar_userinfo .messages .iconfont {
  margin-right: 5px;
  color: #d70232;
  font-size: 12px;
}
.topbar_userinfo .notifications .count,
.topbar_userinfo .messages .count {
  background: #999 none repeat scroll 0 0;
  display: inline;
  border-radius: 7px;
  color: #fff;
  font-weight: lighter;
  margin-left: 3px;
  padding: 0px 4px;
  text-align: center;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.topbar_userinfo .currnet_user .fa,
.topbar_userinfo .loginout .fa {
  font-size: 12px;
}
.topbar_userinfo .popoverImage {
  cursor: pointer;
}
.cdp-docs-masthead {
  display: none;
  margin-bottom: 20px;
  position: relative;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  margin-top: -20px;
  border-top: 1px solid #eee;
}
.cdp_slider.flexslider .slides img {
  border-radius: 4px;
}
.cdp-knowledgelist .panel-body,
.cdp-knowledgelist-2 .panel-body,
.cdp-knowledgelist-3 .panel-body {
  min-height: 130px;
  border: none;
}
.cdp-knowledgelist .panel-body ul,
.cdp-knowledgelist-2 .panel-body ul,
.cdp-knowledgelist-3 .panel-body ul {
  list-style: none;
  padding: 0;
}
.cdp-knowledgelist .panel-body ul li,
.cdp-knowledgelist-2 .panel-body ul li,
.cdp-knowledgelist-3 .panel-body ul li {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdp-knowledgelist .panel-body ul li a,
.cdp-knowledgelist-2 .panel-body ul li a,
.cdp-knowledgelist-3 .panel-body ul li a {
  margin-left: 5px;
}
.knowledgelist-2 li {
  float: left;
  display: block;
  width: 50%;
}
.knowledgelist-3 li {
  float: left;
  display: block;
  width: 33.333%;
}
.cdp-hr-notice .entry-header {
  font-size: 20px;
  font-weight: bold;
}
.cdp-hr-notice .entry-content {
  margin: 10px 0;
  height: 40px;
  background-color: #FFFFFF;
}
.cdp-short-notice {
  margin: 0 0 20px 0;
}
.cdp-short-notice img {
  width: 50px;
  position: absolute;
  z-index: 999;
}
.cdp-short-notice .alert-warning {
  padding-left: 60px;
}
.cdp-short-notice .flexslider {
  margin: 0;
  border: none;
  padding-left: 60px;
  line-height: 50px;
  font-size: 16px;
}
.cdp-short-notice .flexslider .slides li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 60px;
}
.cdp-short-notice .flexslider .flex-direction-nav {
  position: absolute;
  right: 15px;
  width: 41px;
  top: 15px;
}
.cdp-short-notice .flexslider .flex-direction-nav a {
  opacity: 0.75;
  margin: 0;
  width: 20px;
  height: 20px;
}
.cdp-short-notice .flexslider .flex-direction-nav a .iconfont {
  background: #eee;
  font-size: 20px;
}
.cdp-short-notice .flexslider .flex-direction-nav a:hover .iconfont {
  background: #ccc;
  color: #fff;
}
.cdp-short-notice .flexslider .flex-direction-nav a::before {
  display: none;
}
.cdp-short-notice .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.cdp-short-notice .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.staff_grid {
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.staff_grid .staff_card {
  width: 100%;
  height: 101%;
  position: absolute;
  cursor: pointer;
}
.staff_grid .staff_card figure {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.staff_grid .staff_card figure a {
  text-decoration: none;
}
.staff_grid .staff_card figure span {
  padding: 0 15px;
  display: block;
  line-height: 1.5;
}
.staff_grid .staff_card figure span.first {
  padding-top: 20px;
  font-size: 18px;
}
.staff_grid .staff_card figure span.english_name {
  font-style: italic;
}
.staff_grid .staff_card .front span {
  display: block;
  margin: auto;
  padding: 0;
  background-position: center center;
  background-size: cover;
}
.staff_grid .staff_card .back {
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.staff_grid .staff_card .back .content {
  padding: 20px;
  color: #fff;
  display: block;
}
.staff_grid .staff_card .back .content span {
  display: block;
  line-height: 1.5;
  padding-bottom: 10px;
}
.staff_grid .staff_card .back .content span.name {
  font-size: 1.5em;
}
.staff_carousel.flexslider {
  margin: 0 auto;
  border: none;
}
.staff_carousel.flexslider .staff_container {
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin: auto;
}
.staff_carousel.flexslider .staff_container .staff_card {
  width: 100%;
  height: 101%;
  position: absolute;
  cursor: pointer;
}
.staff_carousel.flexslider .staff_container .staff_card figure {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.staff_carousel.flexslider .staff_container .staff_card figure img {
  border-radius: 4px;
  width: 150px;
  height: 200px;
  margin: auto;
}
.staff_carousel.flexslider .staff_container .staff_card figure a {
  text-decoration: none;
}
.staff_carousel.flexslider .staff_container .staff_card figure span {
  padding: 0 15px;
  display: block;
  line-height: 1.5;
}
.staff_carousel.flexslider .staff_container .staff_card figure span.first {
  padding-top: 20px;
  font-size: 115%;
  text-transform: uppercase;
}
.staff_carousel.flexslider .staff_container .staff_card figure span.english_name {
  font-style: italic;
}
.staff_carousel.flexslider .staff_container .staff_card .front span {
  display: block;
  margin: auto;
  padding: 0;
  background-position: center center;
  background-size: cover;
}
.staff_carousel.flexslider .staff_container .staff_card .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.staff_carousel.flexslider .staff_container .staff_card .back a {
  display: block;
  height: 100%;
  background: #f2f2f2;
  margin: auto;
  border-radius: 4px;
}
.staff_carousel.flexslider.columns-5 .staff_container .staff_card figure span,
.staff_carousel.flexslider.columns-6 .staff_container .staff_card figure span {
  padding: 0 10px;
  font-size: 85.7%;
}
.staff_carousel.flexslider.columns-5 .staff_container .staff_card figure span.first,
.staff_carousel.flexslider.columns-6 .staff_container .staff_card figure span.first {
  padding-top: 15px;
  text-transform: uppercase;
}
#share-list {
  list-style: none;
  padding: 0;
}
#share-list .share-item {
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
#share-list .share-item .share-avatar {
  float: left;
}
#share-list .share-item .share-content {
  margin-left: 70px;
}
#share-list .share-item .share-content .share-body {
  margin-top: 10px;
}
#share-list .share-item .share-content .share-body p {
  margin: 0;
}
#share-list .share-item .share-content .cdplife_share {
  padding-left: 0;
}
.cdp_tools_icons {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
.cdp_tools_icons li {
  list-style: none;
  margin: 0;
  width: 25%;
  float: left;
  padding-bottom: 8px;
}
.cdp_tools_icons li .icon_wrap {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center 10px;
  position: relative;
  transition: 0.125s;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}
.cdp_tools_icons li .icon_wrap:hover {
  background-size: 70%;
}
.cdp_tools_icons li .icon_wrap:hover .default_title {
  opacity: 0;
}
.cdp_tools_icons li .icon_wrap:hover .hover {
  top: 0;
}
.cdp_tools_icons li .icon_wrap a {
  position: relative;
  display: block;
  height: 100%;
}
.cdp_tools_icons li .icon_wrap a .default_title {
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 5px;
  font-size: 14px;
  transition: 0.125s;
}
.cdp_tools_icons li .icon_wrap a .count {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  width: 100%;
  height: 16px;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.cdp_tools_icons li .icon_wrap a .count i {
  font-style: normal;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  border-radius: 8px;
  min-width: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
}
.cdp_tools_icons li .icon_wrap .hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: .75em;
  transition: 0.125s;
}
.cdp_tools_icons li .icon_wrap .hover span {
  display: block;
  position: absolute;
  width: 100%;
}
.cdp_tools_icons li .icon_wrap .hover span.data {
  font-size: 2em;
  color: #666;
  top: 25px;
}
.cdp_tools_icons li .icon_wrap .hover span.title {
  font-size: 14px;
  padding-top: 10px;
  color: #666;
  bottom: 5px;
}
.widget-cdp-share .widgettitle a.readmore {
  float: right;
  font-size: 14px;
}
.widget-cdp-share .share-list {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0;
}
.widget-cdp-share .share-list li .share-avatar {
  float: left;
}
.widget-cdp-share .share-list li .share-avatar img {
  width: 50px;
}
.widget-cdp-share .share-list li .share-content {
  margin-left: 70px;
}
.widget-cdp-share .share-list li .share-content .share-body {
  margin-top: 10px;
}
.widget-cdp-share .share-list li .share-content .share-body p {
  margin: 0;
}
.widget-cdp-share .share-list li .share-content .cdplife_share {
  padding-left: 0;
}
.widget-cdp-share .share-list li .share-content .cdplife_share .media-object {
  width: 50px;
}
.widget-cdp-share .share-list li .share-content .cdplife_share .media-heading {
  font-size: 16px;
}
.cdp-share-template {
  padding: 20px;
}
.cdp-share-template form#whats-new-form p.activity-greeting {
  line-height: 1;
  margin-bottom: 10px;
}
.cdp-share-template #whats-new-form textarea {
  border-radius: 5px;
  height: 100px;
  font-size: 14px;
}
.cdp-share-template #aw-whats-new-submit {
  border-radius: 4px;
}
.cdp-share-template #activity-privacy {
  margin-top: 10px;
  height: 30px;
}
.cdp-share-template .cdp-share-good {
  padding: 20px;
  width: 100%;
  min-width: 300px;
  margin-top: 12px;
}
.cdp-share-template .cdp-share-good img {
  max-width: 220px;
  max-height: 220px;
}
.cdp-share-template .cdp-share-good .media-heading {
  margin-bottom: 15px;
}
.points_text,
.points_value {
  font-size: 14px;
  font-weight: 600;
}
.cdp-users-birthday {
  min-height: 317px;
}
.cdp-users-birthday h4 {
  padding-top: 24px;
  text-align: center;
}
.cdp-users-birthday .users-birthday-body {
  text-align: center;
  padding: 24px 0;
  min-height: 200px;
  font-size: 14px;
  line-height: 1.4em;
}
.cdp-users-birthday .users-birthday-body .user-name {
  font-weight: bold;
  margin: 0 5px;
}
.cdp-users-birthday .users-birthday-body .user-birth {
  font-style: italic;
  margin: 0 5px;
}
.cdp-users-birthday .users-birthday-body .btn {
  border-radius: 5px;
  margin: 0 5px;
}
.cdp-users-birthday .footer {
  padding-left: 100px;
}
.cdp-users-birthday .footer a {
  display: block;
  text-align: center;
  width: 100px;
  height: 40px;
  padding-top: 10px;
  font-size: 16px;
}
#mycred-users-badges {
  padding-top: 10px;
}
#mycred-users-badges span,
#mycred-users-badges .the-badge {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
#mycred-users-badges span img,
#mycred-users-badges .the-badge img {
  height: 36px;
  width: 36px;
}
.user_cards {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.user_cards .user_card {
  float: left;
  margin-right: 10px;
}
.user_cards .user_card span {
  display: block;
  text-align: center;
}
.user_cards .user_card span .iconfont {
  font-size: 3em;
}
.user_cards .user_card span.card {
  position: relative;
  width: 70px;
  margin: auto;
  border-radius: 5px;
  display: block;
  height: 40px;
}
.user_cards .user_card span.card i {
  color: #fff;
  font-size: 0.857em;
  position: absolute;
  right: 1px;
  top: 1px;
}
.user_cards .user_card span.card label {
  position: absolute;
  width: 100%;
  display: block;
  top: 12px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.user_cards .user_card span.cound {
  padding-top: 5px;
}
.footer-menu > .menu-item {
  float: left;
  width: 25%;
}
.footer-menu > .menu-item > a {
  font-size: 18px;
}
.footer-menu > .menu-item .sub-menu {
  padding-top: 10px;
}
.cdp_attachments_list {
  padding: 30px 0;
}
.cdp-posts {
  padding: 0;
}
.cdp-posts .media-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  max-height: 3em;
}
.cdp-posts li {
  margin: 0 10px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  height: 100px;
}
.cdp-posts li img {
  border-radius: 5px;
}
.wpb_content_element {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
}
.wpb_content_element.cdp_posts_2 .wpb_wrapper .section_content .cdp-posts {
  margin-left: -10px;
  margin-right: -10px;
}
.wpb_content_element.cdp_posts_2 .wpb_wrapper .section_content .cdp-posts .meta-info {
  margin: 0;
}
.wpb_content_element.cdp_posts_2 .wpb_wrapper .section_content .cdp-posts .meta-info span {
  display: inline-block;
  min-width: 70px;
  padding-right: 15px;
  font-size: 12px;
  color: #999;
}
.wpb_content_element .wpb_wrapper .section_title {
  border-bottom: 2px solid #eeeeee;
}
.wpb_content_element .wpb_wrapper .section_title .icon {
  padding-right: 5px;
  float: left;
}
.wpb_content_element .wpb_wrapper .section_title .title {
  padding-right: 5px;
  float: left;
}
.wpb_content_element .wpb_wrapper .section_title .description {
  font-size: 12px;
  padding-top: 4px;
  float: left;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts {
  margin: 0px;
  overflow: visible;
  border-bottom: 1px solid #EEEEEE;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts:first-child {
  margin-top: -15px;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts:last-child {
  border-bottom: none;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .media-left {
  padding-right: 20px;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .media-left img {
  border-radius: 4px;
  max-width: 80px;
  height: auto;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .col-sm-6 .media {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .col-sm-6 .media-left {
  padding-right: 10px;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .col-sm-6 .media-heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  max-height: 3em;
  font-size: 1em;
  overflow: hidden;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts .col-sm-6:hover {
  background-image: url("../images/hotbg.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts.media {
  padding-bottom: 15px;
  padding-top: 15px;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts.media:hover {
  background-image: url("../images/hotbg.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.wpb_content_element .wpb_wrapper .section_content .cdp-posts.media:hover .media-left img {
  transform: rotate(-2deg) scale(1.05, 1.05);
  -ms-transform: rotate(-2deg) scale(1.05, 1.05);
  -webkit-transform: rotate(-2deg) scale(1.05, 1.05);
}
.wpb_content_element .panel-default {
  border: none;
}
.wpb_content_element .panel-default > .panel-heading {
  background: none;
}
.wpb_content_element .panel-default > .panel-footer {
  background: none;
  border-top: none;
  padding: 0 15px 10px;
  color: #f9c100;
}
.wpb_content_element .panel-default > .panel-footer a.cdp-posts-block-pagination {
  border: 1px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
.wpb_content_element .panel-default > .panel-footer a.cdp-posts-block-pagination .iconfont {
  color: #ccc;
}
.wpb_content_element .panel-default > .panel-footer a.cdp-posts-block-pagination:hover {
  background-color: #f9c100;
  border: 1px solid #f9c100;
}
.wpb_content_element .panel-default > .panel-footer a.cdp-posts-block-pagination:hover .iconfont {
  color: #fff;
}
.wpb_content_element .list-group-item a {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.wpb_content_element .list-group-item .badge {
  background: none;
  color: #ccc;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts {
  position: relative;
  min-height: 60px;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .alert {
  margin-top: 20px;
  text-align: center;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #EEEEEE;
  overflow: visible;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post .media-left img {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post:hover {
  background-image: url(../images/hotbg.png);
  background-position: 0 0;
  background-repeat: repeat;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post:hover .media-left img {
  transform: rotate(-2deg) scale(1.05, 1.05);
  -ms-transform: rotate(-2deg) scale(1.05, 1.05);
  -webkit-transform: rotate(-2deg) scale(1.05, 1.05);
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post:hover a {
  color: #23527c;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post .meta-info span {
  display: inline-block;
  min-width: 100px;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-fullWidth .cdp-post .excerpt {
  font-size: 85.7%;
  margin: 0;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .col-sm-6 .media-left .thumb {
  display: block;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .separator {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts.loading .cdp-post {
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* IE */
  text-align: left;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts.loading .alert {
  opacity: 0.25;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .placeholder {
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 30px;
  top: 0;
  height: 100%;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .placeholder .iconfont {
  font-size: 2em;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .placeholder .cdp-posts-last {
  color: #d80031;
}
.wpb_content_element.cdp_posts_block .section_content .cdp-posts .placeholder .cdp-posts-last-transition {
  opacity: 1;
  transition: opacity 2s;
  -moz-transition: opacity 2s;
  /* Firefox 4 */
  -webkit-transition: opacity 2s;
  /* Safari 和 Chrome */
  -o-transition: opacity 2s;
  /* Opera */
}
.wpb_content_element.cdp_posts_block .section_title .btn-default {
  border: none;
  border-radius: 0px;
}
.wpb_content_element.cdp_posts_block .section_title .btn-active {
  color: #d80031;
}
.wpb_content_element.cdp_posts_block .section_title .btn-default:hover,
.wpb_content_element.cdp_posts_block .section_title .btn-default:focus {
  background-color: #edd9de;
}
.global-toolbar {
  box-shadow: 0px 1px 2px #ccc;
  background: #fff;
  position: fixed;
  right: 0;
  z-index: 999;
  top: 32.5%;
  width: 42px;
}
.global-toolbar ul {
  padding: 0;
  margin: 0 0;
  list-style: none;
}
.global-toolbar ul .scrollToTop {
  display: none;
  cursor: pointer;
}
.global-toolbar ul .scrollToTop .toolbar-tab {
  padding: 0 8px;
}
.global-toolbar ul .toolbar-tab {
  padding: 8px;
  font-size: 1.5em;
  display: block;
  text-align: center;
  text-decoration: none;
}
.global-toolbar ul .toolbar-tab span {
  display: block;
}
.global-toolbar ul .toolbar-tab .vertical-text {
  font-size: 12px;
}
.global-toolbar ul .toolbar-tab .iconfont {
  font-size: 24px;
}
.global-toolbar ul .toolbar-tab.helpdesk .glyphicon,
.global-toolbar ul .toolbar-tab.helpdesk .iconfont {
  padding-bottom: 5px;
}
.global-toolbar ul .cdp-ewei-chat {
  cursor: pointer;
  background-color: #32b1eb;
  color: #fff;
  padding: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.global-toolbar ul .cdp-ewei-chat .iconfont {
  font-size: 24px;
}
.global-toolbar ul .cdp-ewei-chat .vertical-text {
  font-size: 12px;
}
#ewei-websdk-iframe1 {
  position: fixed;
  top: 50%;
  margin-top: -300px;
  right: 5px;
  padding: 0px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 400px;
  height: 602px;
  box-shadow: #e4e4e4 0px 0px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1000001;
  display: none;
}
/* ----------
# buddypress
-------------*/
body.buddypress .width-slidebar #buddypress .cover-userinfo .user_labels {
  padding-left: 0;
  clear: both;
}
body.buddypress .width-slidebar #buddypress .cover-userinfo .user_labels .generic-button {
  display: none;
}
#buddypress .cover-userinfo .user-nicename,
#buddypress .cover-userinfo .user_labels {
  float: left;
}
#buddypress .cover-userinfo .user-nicename small {
  color: #eee;
}
#buddypress .cover-userinfo .user_labels {
  padding-top: 8px;
  padding-left: 20px;
}
#buddypress .cover-userinfo .user_labels .label .iconfont {
  font-size: 12px;
}
#buddypress div#item-header img.avatar {
  border-radius: 50%;
  max-height: 150px;
  max-width: 150px;
  width: 150px;
  height: 150px;
}
#buddypress div#item-header img.avatar #item-header-content {
  margin-top: -148px;
}
#buddypress div#item-header div#item-meta {
  margin: 5px 0 !important;
}
#buddypress #template-notices {
  padding: 0 15px;
}
#buddypress #item-nav,
#buddypress #item-body {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#buddypress #item-nav #members-following-personal-li,
#buddypress #item-body #members-following-personal-li,
#buddypress #item-nav #members-followers-personal-li,
#buddypress #item-body #members-followers-personal-li,
#buddypress #item-nav #notifications-personal-li,
#buddypress #item-body #notifications-personal-li,
#buddypress #item-nav #profile-personal-li,
#buddypress #item-body #profile-personal-li {
  display: none;
}
#buddypress #item-body {
  padding-bottom: 15px;
}
#buddypress .activity-inner p img {
  display: block;
  padding-top: 10px;
}
#buddypress .activity-inner .rtmedia-item-title {
  display: none;
}
#buddypress #members-dir-search.dir-search {
  float: none;
  margin: 0 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px dashed #ccc;
}
#buddypress .profile .group_title {
  margin-bottom: 10px;
}
#buddypress .profile .profile-fields2 th {
  min-width: 80px;
  width: 100px;
}
#buddypress .profile .profile-fields2 .field_1 {
  display: none;
}
#buddypress .profile .profile-fields2 .field_type_textbox p {
  margin: 0px;
}
.widget .panel-body div.loading {
  text-align: center;
  font-size: 20px;
}
.widget .avatar-block {
  padding: 15px;
}
.widget #buddypress #activity-stream {
  margin: 0;
  padding: 0;
}
.widget #buddypress #activity-stream li {
  padding: 0 0 25px;
  overflow: visible;
}
.widget #buddypress #activity-stream li .activity-header p {
  margin: 0;
  line-height: 1.5em;
}
.widget #buddypress #activity-stream li .activity-header p .avatar {
  display: none;
}
.widget #buddypress #activity-stream li:last-child {
  padding: 0;
}
.widget #buddypress #activity-stream .activity-inner p {
  margin: 0;
}
.widget #buddypress #activity-stream .activity-inner p img {
  display: block;
  padding-top: 0px;
  max-width: 75%;
}
.widget #buddypress #activity-stream .activity-meta {
  margin-top: 10px;
}
.widget #buddypress #activity-stream .activity-meta a {
  display: inline-block;
}
.widget #buddypress #activity-stream div.activity-comments {
  margin: 0;
}
.widget #buddypress #activity-stream div.activity-comments form input {
  padding: 8px 10px;
  line-height: 1;
}
#comments #wc-comment-header {
  display: none;
}
#comments #wpcomm .wpdiscuz-front-actions {
  padding: 5px 15px;
  margin: 0;
}
#comments #wpcomm .wc_comment_level-1 {
  padding: 0 15px;
}
#comments #wpcomm .wc-comment-title {
  margin: 0;
}
#wpadminbar .quicklinks li .blavatar::before {
  content: "\f513";
}
.public-nav-layout {
  /*** ESSENTIAL STYLES ***/
  float: right;
  /*** DEMO SKIN ***/
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing arrows */
}
.public-nav-layout .primary-menu,
.public-nav-layout .primary-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.public-nav-layout .primary-menu {
  list-style: none;
  padding: 8px 0 0;
  padding-left: 0;
}
.public-nav-layout .primary-menu li {
  position: relative;
}
.public-nav-layout .primary-menu > li {
  float: left;
  border-radius: 5px;
}
.public-nav-layout .primary-menu > li.current-menu-ancestor a {
  color: #c91231;
}
.public-nav-layout .primary-menu > li a {
  display: inline-block;
  padding: 8px 24px;
}
.public-nav-layout .primary-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.public-nav-layout .primary-menu ul li {
  width: 100%;
}
.public-nav-layout .sf-menu li:hover > ul,
.public-nav-layout .sf-menu li.sfHover > ul {
  display: block;
}
.public-nav-layout .sf-menu a {
  display: block;
  position: relative;
}
.public-nav-layout .sf-menu ul ul {
  top: 0;
  left: 100%;
  background: #fff;
  width: 100%;
  text-align: left;
}
.public-nav-layout .sf-menu ul ul li {
  background: #fff;
}
.public-nav-layout .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.public-nav-layout .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}
.public-nav-layout .sf-arrows > li > .sf-with-ul:focus:after,
.public-nav-layout .sf-arrows > li:hover > .sf-with-ul:after,
.public-nav-layout .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}
.public-nav-layout .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.public-nav-layout .sf-arrows ul li > .sf-with-ul:focus:after,
.public-nav-layout .sf-arrows ul li:hover > .sf-with-ul:after,
.public-nav-layout .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
.cdp_connection_wrapper .grid5 {
  padding: 2.5px;
}
.cdp_connection_wrapper .grid5 div {
  width: 24%;
  height: 150px;
  float: left;
  background-color: #11967a;
  margin: 2.5px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.cdp_connection_wrapper .grid5 div span.connection_num {
  display: block;
  font-size: 50px;
  margin: 20px 0;
}
.cdp_connection_wrapper .grid5 div span.connection_num a {
  color: #FFFFFF;
  font-size: 50px;
  text-decoration: none;
}
.cdp_connection_wrapper .grid5 div span.connection_title {
  display: inline-block;
  font-size: 20px;
}
.cdp_connection_wrapper .grid5 div:first-child {
  width: 50%;
  height: 305px;
  background-color: #EF4F4F;
}
.cdp_connection_wrapper .grid5 div:first-child span.connection_num {
  font-size: 100px;
  margin: 40px 0;
}
.cdp_connection_wrapper .grid5 div:first-child span.connection_num a {
  font-size: 100px;
}
.cdp_connection_wrapper .grid5 div:first-child span.connection_title {
  font-size: 40px;
}
.cdp_connection_wrapper .grid5 div:nth-child(2) {
  background-color: #0a88ff;
}
.cdp_connection_wrapper .grid5 div:nth-child(3) {
  background-color: #8CC152;
}
.cdp_connection_wrapper .grid5 div:nth-child(4) {
  background-color: #9d9d9d;
}
.cdp_connection_wrapper .grid5 div:hover span.connection_num a {
  font-size: 150%;
  transition: 1s;
}
.cdp_connection_wrapper .grid5 div:hover span.connection_title {
  display: none;
}
.cdp_connection_wrapper .grid7 {
  padding: 2px;
}
.cdp_connection_wrapper .grid7 div {
  width: 20%;
  height: 140px;
  float: left;
  background-color: #11967a;
  margin: 2px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.cdp_connection_wrapper .grid7 div span.connection_num {
  display: block;
  font-size: 50px;
  margin: 20px 0;
}
.cdp_connection_wrapper .grid7 div span.connection_num a {
  color: #FFFFFF;
  font-size: 50px;
  text-decoration: none;
}
.cdp_connection_wrapper .grid7 div span.connection_title {
  display: inline-block;
  font-size: 20px;
}
.cdp_connection_wrapper .grid7 div:first-child {
  width: 37.9%;
  height: 284px;
  background-color: #EF4F4F;
}
.cdp_connection_wrapper .grid7 div:first-child span.connection_num {
  font-size: 100px;
  margin: 40px 0;
}
.cdp_connection_wrapper .grid7 div:first-child span.connection_num a {
  font-size: 100px;
}
.cdp_connection_wrapper .grid7 div:first-child span.connection_title {
  font-size: 40px;
}
.cdp_connection_wrapper .grid7 div:nth-child(2) {
  background-color: #0a88ff;
}
.cdp_connection_wrapper .grid7 div:nth-child(3) {
  background-color: #8CC152;
}
.cdp_connection_wrapper .grid7 div:nth-child(4) {
  background-color: #9d9d9d;
}
.cdp_connection_wrapper .grid7 div:nth-child(5) {
  background-color: #faa732;
}
.cdp_connection_wrapper .grid7 div:nth-child(6) {
  background-color: #7cead1;
}
.cdp_connection_wrapper .grid7 div:hover span.connection_num a {
  font-size: 150%;
  transition: 1s;
}
.cdp_connection_wrapper .grid7 div:hover span.connection_title {
  display: none;
}
.cdp_connection_wrapper .grid3 {
  padding: 2px;
}
.cdp_connection_wrapper .grid3 .item_wrap {
  width: 33.3%;
  height: 150px;
  float: left;
  background-color: #11967a;
  margin: 0px;
  color: #FFFFFF;
  border-radius: 5px;
}
.cdp_connection_wrapper .grid3 .item_wrap .item {
  margin: 2px;
}
.cdp_connection_wrapper .grid3 .item_wrap span {
  display: block;
  float: left;
  width: 50%;
  padding-left: 5%;
}
.cdp_connection_wrapper .grid3 .item_wrap span.iconfont {
  width: 30%;
  font-size: 50px;
}
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num,
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num_unfinish,
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num_finish {
  font-size: 20px;
}
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num a,
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num_unfinish a,
.cdp_connection_wrapper .grid3 .item_wrap p.connection_num_finish a {
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
}
.cdp_connection_wrapper .grid3 .item_wrap p.connection_title {
  margin: 14px 0 0 0;
}
.cdp_connection_wrapper .grid3 div:nth-child(2) {
  background-color: #0a88ff;
}
.cdp_connection_wrapper .grid3 div:nth-child(3) {
  background-color: #EF4F4F;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  .cdp_connection_wrapper.panel {
    background: none;
    box-shadow: none;
  }
  .cdp_connection_wrapper .grid3 {
    padding: 0;
  }
  .cdp_connection_wrapper .grid3 > div {
    width: 100%;
    margin: 0 0 10px;
  }
  .cdp_connection_wrapper .grid3 > div:last-child {
    margin: 0;
  }
}
.cdp_connection_wrapper2 .panel-body {
  padding: 0 1px;
}
.cdp_connection_wrapper2 .panel-body .tab-item {
  padding: 0 5px;
  height: 120px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin: 0 1.4px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.cdp_connection_wrapper2 .panel-body .tab-item canvas {
  float: left;
}
.cdp_connection_wrapper2 .panel-body .tab-item span {
  display: block;
}
.cdp_connection_wrapper2 .panel-body .tab-item span p {
  padding: 0;
}
.cdp_connection_wrapper2 .panel-body .tab-item span p.cdigital {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
}
.cdp_connection_wrapper2 .panel-body .tab-item span p.pdigital {
  margin-bottom: 0;
  font-size: 18px;
}
.cdp_connection_wrapper2 .panel-body .tab-item span p.desc {
  color: #98a6ad;
}
.cdp_connection_wrapper2 .panel-body .tab-item span.left {
  float: left;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 5px;
  margin-top: 10px;
}
.cdp_connection_wrapper2 .panel-body .tab-item span.right {
  float: right;
  text-align: right;
}
.isotope_filters {
  padding: 10px;
}
.rss_link {
  display: none;
}
.rtmedia-gallery-item-actions {
  display: none;
}
.wplc-color-bg-1 {
  background-color: #ED832F !important;
}
.wplc-color-4 {
  color: #666 !important;
}
#cdp-live-chat {
  position: fixed;
  z-index: 28000000;
  display: block;
  border-radius: 5px 5px 0 0;
  color: #999;
  bottom: 0;
  right: 25px;
}
#cdp-live-chat #cdp-live-chat-header {
  color: #FFF !important;
  margin-bottom: 14px;
  border-radius: 62px 62px;
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
}
#cdp-live-chat #cdp-live-chat-header .iconfont {
  font-size: 2em;
}
#cdp-live-chat #cdp-live-chat-body {
  position: fixed;
  bottom: 100px;
  right: 20px;
  min-height: 350px;
  max-height: 500px;
  width: 368px;
  max-width: 100%;
  height: 50%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(150, 165, 190, 0.14);
  z-index: 28000000;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg {
  height: 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg #wplc_chatbox_header {
  position: absolute;
  background-color: #FFF;
  background: rgba(255, 255, 255, 0.98);
  top: 0;
  right: 0;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.16) !important;
  margin-top: 0px;
  opacity: 0.90;
  transition: all .2s ease;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg #wplc_chatbox_header .wplc_agent_info {
  display: block;
  overflow: auto;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg #wplc_chatbox_header .wplc_agent_info .wplc_thumb32 {
  border-radius: 32px;
  float: left;
  height: 60px;
  margin-left: 25px;
  margin-top: 15px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg #wplc_chatbox_header .wplc_agent_info .wplc_agent_name {
  display: block;
  float: left;
  font-size: 1.2em;
  color: #fff;
  padding: 15px 0 0 10px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox_header_bg #wplc_chatbox_header #cdp-chat-box-close {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 32px;
  font-weight: lighter;
  line-height: 1;
  opacity: .75;
  margin-top: -15px;
  margin-right: 10px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox {
  top: 90px;
  bottom: 0;
  z-index: 99999;
  position: absolute;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
  overflow-y: scroll;
  transition: all 0.2s ease;
  background: #fff;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg {
  position: relative;
  padding: 5px 8px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg .chat-person {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  box-shadow: 0px 1px 2px #ccc;
  border-radius: 50%;
  text-align: center;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg .chat-text {
  position: relative;
  margin: 5px 0 0 50px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #333;
  background-color: #d2d6de;
  font-size: 14px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg .chat-text::after,
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg .chat-text::before {
  border-color: transparent #d2d6de transparent transparent;
  border-right-color: #d2d6de;
  border-left-color: transparent;
  border-style: solid;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg .chat-text::before {
  border-width: 6px;
  margin-top: -6px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg.your-chat .chat-person {
  float: right;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg.your-chat .chat-text {
  margin-left: 0;
  margin-right: 50px;
  background-color: #ED832F;
  color: #fff;
}
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg.your-chat .chat-text::after,
#cdp-live-chat #cdp-live-chat-body #wplc_chatbox .chat-msg.your-chat .chat-text::before {
  border-left-color: #ED832F;
  border-right-color: transparent;
  left: 100%;
  right: auto;
}
#cdp-live-chat #cdp-live-chat-body #wplc_user_message_div {
  position: absolute;
  height: 60px;
  bottom: -60px;
  border-top: 1px #ccc solid;
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
}
#cdp-live-chat #cdp-live-chat-body #wplc_user_message_div .cdp_chatmsg {
  background-color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #60686e;
  width: 100%;
  width: 275px !important;
  height: 40px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  resize: none;
  border: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding-left: 30px;
  padding-right: 100px;
  box-sizing: border-box;
  min-height: 35px;
  overflow-y: hidden;
  padding: 5px 5px 5px 20px;
  margin-top: 10px;
}
#cdp-live-chat #cdp-live-chat-body #wplc_user_message_div .cdp_chatmsg:focus {
  outline: none !important;
  background-color: #fff;
  box-shadow: none !important;
}
#cdp-live-chat #cdp-live-chat-body #wplc_user_message_div .warning {
  display: none;
  position: absolute;
  padding: 5px 10px;
  color: red;
  background-color: #fff;
  font-size: 14px;
}
/*---------------------------------------
#login form
--------------------------------------*/
body.login #login_header {
  border-left: 4px solid #00a0d2;
  margin: auto;
  padding: 12px;
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 400px;
}
body.login #login {
  padding-top: 4%;
}
body.login #login #loginform {
  margin-bottom: 20px;
}
body.login #login #loginform input {
  background-color: #edecec;
  -webkit-box-shadow: 0 0 0px 1000px #edecec inset;
}
body.login #login #loginform .submit input {
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(#e8292b, #b01c1e) repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 36px;
  text-shadow: none;
  margin-top: 10px;
}
body.login #login #backtoblog {
  display: none;
}
body.login #login #nav {
  float: right;
  margin: -50px 0 10px;
}
body.login #login #lostpasswordform {
  margin-bottom: 20px;
}
body.login #login #lostpasswordform .submit input {
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(#e8292b, #b01c1e) repeat scroll 0 0;
  box-shadow: none;
  border: none;
  line-height: 36px;
  height: 36px;
  text-shadow: none;
  margin-top: 10px;
}
body.login #login form#lostpasswordform + p {
  display: none;
}
.entry-meta {
  position: relative;
}
.entry-meta .thumbs-rating-container {
  float: right;
}
.thumbs-rating-container {
  padding: 0px;
}
.thumbs-rating-container span {
  cursor: pointer;
  display: block;
}
.thumbs-rating-container span:before {
  content: attr(data-text);
}
.thumbs-rating-container span:hover {
  color: #dddddd;
}
.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down {
  padding: 6px 8px;
  color: white;
  line-height: initial;
}
.thumbs-rating-container .thumbs-rating-up {
  background: #a4c346;
}
.thumbs-rating-container .thumbs-rating-down {
  background: #c84848;
}
.thumbs-rating-container .thumbs-rating-down {
  display: none;
}
.thumbs-rating-container .thumbs-rating-already-voted {
  padding-top: 1em;
  font-size: 0.9em;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumbs-rating-container .thumbs-rating-already-voted:before {
  content: attr(data-text);
}
/*
Colors
 */
body {
  color: #666666;
  background-color: #ebeff2;
}
a {
  color: #555555;
}
a:hover {
  color: #23527c;
}
.entry-meta {
  color: #666666;
}
.excerpt {
  color: #999999;
}
header {
  background-color: #ffffff;
}
.primary-menu .current-menu-item a {
  color: #c91231;
}
.primary-menu li:hover {
  background-color: #d6d6d6;
}
.archive .site-main {
  background-color: #ffffff;
}
.archive .full-width .site-main {
  background: none;
}
#buddypress {
  background-color: #ffffff;
}
.page-entry-content .meta-info {
  color: #666666;
}
.page-entry-content .excerpt {
  color: #999999;
}
.cdp_tools_icons .icon_wrap {
  background-color: #fff;
}
footer {
  color: #cccccc;
  background-color: #ffffff;
}
.cdp-notification-btn {
  position: fixed;
  bottom: 15px;
  right: 60px;
  color: #fff;
  background-color: #8a6d3b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
}
.cdp-notification-btn .icon-biandongtongzhi,
.cdp-notification-btn .icon-times {
  font-size: 38px;
  display: block;
}
.cdp-notification-btn i.icon-dot {
  float: right;
  position: absolute;
  color: #d70232;
  top: -24px;
  left: 7px;
  font-size: 50px;
}
.cdp-notification-btn:hover .icon-biandongtongzhi {
  animation: swing 2s linear infinite backwards;
  -moz-animation: swing 2s linear infinite backwards;
  -webkit-animation: swing 2s linear infinite backwards;
}
@-webkit-keyframes swing {
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  6%,
  8%,
  10%,
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  7%,
  9%,
  11% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
}
@keyframes swing {
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  6%,
  8%,
  10%,
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  7%,
  9%,
  11% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
}
#cdp-notification-box {
  width: 350px;
  bottom: 80px;
  right: 1px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  display: none;
}
#cdp-notification-box h4 {
  padding: 5px;
  text-align: center;
}
#cdp-notification-box #cdp-notification-box-content i.cdp-spin {
  font-size: 50px;
  margin: 50px 150px;
}
#cdp-notification-box #cdp-notification-box-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
}
#cdp-notification-box #cdp-notification-box-content ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  height: 90px;
}
#cdp-notification-box #cdp-notification-box-content ul li .notice-close {
  float: right;
  position: relative;
  cursor: pointer;
}
#cdp-notification-box #cdp-notification-box-content ul li .notice-left {
  float: left;
  /* background-color: lightgrey; */
  border: 1px solid #e47070;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  padding: 5px;
  margin-right: 5px;
}
#cdp-notification-box #cdp-notification-box-content ul li .notice-left .iconfont {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
#cdp-notification-box #cdp-notification-box-content ul li .notice-right {
  float: right;
  width: 250px;
  font-size: 12px;
  padding: 5px;
}
#cdp-notification-box #cdp-notification-box-content ul li .notice-right .notice-message {
  font-size: 14px;
}
#cdp-notification-box #cdp-notification-box-content .notice-more {
  text-align: center;
  padding-top: 10px;
  height: 30px;
}
#cdp-notification-box #cdp-notification-box-content .notice-no {
  border-top: 1px solid #eee;
  text-align: center;
}
#cdp-notification-box #cdp-notification-box-content .notice-no span {
  padding: 10px;
  display: block;
}
#buddypress .cdp-notifications-nav {
  background: transparent;
  margin: 10px 0;
}
#buddypress .cdp-notifications-nav ul li {
  padding: 10px 15px;
  cursor: pointer;
}
#buddypress .cdp-notifications-nav ul li.current {
  background-color: #eee;
  color: #555;
  opacity: 0.9;
  font-weight: 700;
}
.admin-editor {
  background-color: lightskyblue;
  z-index: 9999;
}
.bodyCover {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}
