.notice-item-wrapper .notice-item {
  background-color: #fff;
  box-shadow: 0 0 1px #333;
}
.modal .modal-title .point-type-icon {
  font-size: 24px;
  line-height: 1;
}
.modal .btn-cdp-mycred {
  background-color: #d80031;
  color: #ffffff;
}
.modal .btn-cdp-mycred[disabled],
.modal .btn-cdp-mycred[disabled]:hover {
  background-color: #d80031;
  color: #ffffff;
}
.modal .success {
  margin: 40px auto;
}
.modal .success a {
  color: #d80031;
}
.modal .icon-EP-chenggong {
  font-size: 60px;
  color: #1d9823;
}
.modal .autoredirect {
  font-size: 12px;
  color: #ccc;
  margin-top: 20px;
}
.cdp-mycred-balance-widget .page-header .btn-default {
  line-height: 8px;
  padding: 5px 2px;
  margin-left: 5px;
  margin-bottom: 3px;
  background-color: #1e82d0;
  color: #ffffff;
}
.cdp-mycred-balance-widget .page-header #btn_cdp_mycred_help {
  margin-left: 15px;
}
.cdp-mycred-balance-widget .mycred-balance-list {
  list-style: none;
  padding: 0px;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item {
  padding-bottom: 10px;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .mycred-balance {
  padding-right: 10px;
  background: #fff;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .cdp_mycred_transfer.fa-plus {
  cursor: pointer;
  margin-left: 5px;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .cdp_mycred_transfer.fa-plus:before {
  color: #ccc;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .cdp_mycred_transfer.fa-plus:hover:before {
  color: #1ba8e5;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .cdp_mycred_no_banlance {
  color: #ddd;
  padding-left: 5px;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .donators {
  padding-left: 20px;
  background: #fff;
}
.cdp-mycred-balance-widget .mycred-balance-list .balance-item .donators .donator {
  margin-left: 2px;
  display: inline-block;
}
.cdp-mycred-balance-widget .mycred-balance-list .left {
  float: left;
}
.cdp-mycred-balance-widget .mycred-balance-list .right {
  float: right;
}
.cdp-mycred-balance-widget .mycred-balance-list .hr-line {
  border-top: 1px solid #f0f0f0;
  margin-top: 18px;
}
#buddypress #mycred-sort-cred-history-form {
  text-align: right;
  margin-top: -40px;
}
#buddypress #mycred-sort-cred-history-form input[type="submit"] {
  padding: 6px 12px;
}
#buddypress #transferModal .select-recipient-wrapper .mycred-autofill {
  width: 50%;
  display: inline;
}
#buddypress #transferModal .select-recipient-wrapper .glyphicon-search {
  right: 22px;
  cursor: pointer;
}
#buddypress #transferModal .select-recipient-wrapper .ui-autocomplete {
  margin-top: 30px;
  margin-left: 60px;
}
#buddypress #transferModal .select-recipient-wrapper .ui-autocomplete li {
  min-width: 150px;
}
#buddypress #transferModal .mycred-transfer-form-reason {
  border-top: 1px dashed #c5c5c5;
}
#buddypress #transferModal .mycred-transfer-form-reason .title {
  position: relative;
  top: -12px;
  background-color: #ffffff;
  font-size: 15px;
}
#buddypress #transferModal .mycred-transfer-form-reason .col-lg-2 label {
  float: right;
}
#buddypress #transferModal .mycred-transfer-form-reason .glyphicon-minus {
  color: #d80031;
  transform: rotate(90deg);
}
#buddypress #transferModal .mycred-transfer-form-reason textarea {
  resize: none;
  height: 100px;
}
#buddypress #transferModal .mycred-transfer-form-reason textarea::-webkit-input-placeholder {
  text-align: right;
  font-size: 12px;
  padding-top: 70px;
}
#buddypress #transferModal .mycred-transfer-form-reason textarea::-moz-placeholder {
  text-align: right;
  line-height: 150px;
  font-size: 12px;
}
#buddypress #transferModal .form-control-static {
  display: inline;
  border: 1px solid #cbcbcb;
  background-color: #f2f2f2;
  padding: 5px 15px;
  border-radius: 5px;
}
#buddypress #transferModal .cdp-mycred-submit-transfer {
  padding: 8px 12px;
  color: #fff;
  background-color: #d80031;
  border-color: #d80031;
  font-size: 14px;
  width: 20%;
  margin: auto;
}
#buddypress #transferModal .mycred-submit-transfer {
  display: none;
}
#buddypress #after_member_header span.btn-hover {
  position: absolute;
  top: -10px;
  right: 65px;
  border: none;
  width: 25px;
  height: 25px;
  opacity: 0;
  transition: 1s;
  display: inline;
  color: #dc002f;
  font-size: 25px;
  padding: 0;
  cursor: pointer;
  background-color: #FFFFFF;
}
#buddypress #after_member_header li.active:hover span.btn-hover {
  right: -10px;
  opacity: 1;
  animation: myexchange 5s infinite;
  -webkit-animation: myexchange 5s infinite;
  /*Safari and Chrome*/
  -moz-animation: myexchange 5s infinite;
  /*Mozilla*/
}
#buddypress #mycredExchange .modal-title .icon-duihuanfudou,
#buddypress #exchangeConfirmModal .modal-title .icon-duihuanfudou {
  color: #dc002f;
  margin-right: 10px;
}
#buddypress #mycredExchange .modal-title span.info,
#buddypress #exchangeConfirmModal .modal-title span.info {
  font-size: 14px;
}
#buddypress #mycredExchange form label,
#buddypress #exchangeConfirmModal form label {
  float: right;
}
#buddypress #mycredExchange form .form-control,
#buddypress #exchangeConfirmModal form .form-control {
  width: 80%;
}
#buddypress #mycredExchange form span.form-control,
#buddypress #exchangeConfirmModal form span.form-control {
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
  display: inline-block;
}
#buddypress #mycredExchange form span.glyphicon,
#buddypress #exchangeConfirmModal form span.glyphicon {
  border: none;
  cursor: pointer;
  pointer-events: all;
  color: #9a9a9a;
}
#buddypress #mycredExchange form #add_fudou,
#buddypress #exchangeConfirmModal form #add_fudou {
  left: 50%;
}
#buddypress #mycredExchange form #reduce_fudou,
#buddypress #exchangeConfirmModal form #reduce_fudou {
  left: 4%;
}
#buddypress #mycredExchange form span.glyphicon:hover,
#buddypress #exchangeConfirmModal form span.glyphicon:hover {
  color: #ccc;
}
#buddypress #mycredExchange form #mycred_exchange_fudou,
#buddypress #exchangeConfirmModal form #mycred_exchange_fudou {
  text-align: center;
  width: 60%;
}
#buddypress #mycredExchange form .btn-cdp-mycred,
#buddypress #exchangeConfirmModal form .btn-cdp-mycred {
  display: block;
  width: 31%;
  margin: auto;
  border-color: #d80031;
  border-radius: 6px;
  margin-top: 10px;
}
#mycred_modal_error_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #626262;
  opacity: 0.6;
  text-align: center;
  display: none;
}
#mycred_modal_error_container .error_info {
  margin: auto;
  color: #ffffff;
  background-color: #000000;
  padding: 13px 20px;
  display: block;
  width: 10%;
  margin-top: 130px;
  border-radius: 4px;
}
@keyframes myexchange {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes myexchange {
  /*Safari and Chrome*/
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@-ms-keyframes myexchange {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.widget_cdp_mycred_point_rank_widget .btn-default {
  border: none;
  border-radius: 0px;
}
.widget_cdp_mycred_point_rank_widget .btn-active {
  border-bottom: 2px solid #d80031;
  color: #d80031;
}
.widget_cdp_mycred_point_rank_widget .btn-default:hover,
.widget_cdp_mycred_point_rank_widget .btn-default:focus {
  background-color: #edd9de;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list {
  padding: 0;
  border: none;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .media-left .avatar {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  border-radius: 4px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li {
  padding: 5px 0;
  border: none;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li a {
  width: 10%;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li a img {
  border-radius: 5px;
  width: 50px;
  height: 50px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li .media .media-body {
  padding-top: 2px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li .media .media-body .mycred-point-bar-outer {
  display: block;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 3px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li .media .media-body .mycred-point-bar-outer .mycred-point-bar-inner {
  height: 8px;
  margin: 5px 0;
  display: block;
  background-color: #fbf2f5;
  border-radius: 3px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li .media .media-body p {
  color: #8a8a8a;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list li .media .media-body span.iconfont {
  font-size: 30px;
  margin-left: 10px;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .mycred-label {
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
  margin-left: 5px;
  color: #FFFFFF;
  background-color: #00a0d2;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .esplise,
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .narrow {
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
  margin-left: 5px;
  color: #CCCCCC;
  cursor: pointer;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .expand {
  width: 0;
  border: none;
  padding: 0;
  transition: 1s;
}
.widget_cdp_mycred_point_rank_widget .mycred-rank-list .expand-click {
  width: auto;
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
}
.mycred-history .pagination-links {
  float: right;
}
.mycred-history .tablenav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mycred-history .tablenav .clear {
  display: none;
}
.mycred-history .tablenav.top {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.mycred-history .tablenav.bottom {
  border-top: 1px dashed #ccc;
}
.mycred-history #current-page-selector {
  margin: 0;
  border: none;
}
.cdp-mycred-balance-wrapper {
  position: relative;
}
.cdp-mycred-balance-wrapper .cdp-mycred-loading {
  text-align: center;
  padding: 2%;
}
.cdp-mycred-balance-wrapper .cdp-mycred-loading .iconfont {
  font-size: 3em;
}
.supper_cards_wrapper {
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  border-radius: 4px;
  z-index: 9;
  top: 20px;
}
.supper_cards_wrapper .supper_card {
  display: block;
  padding: 20px 0 25px;
  border-radius: 4px;
  position: relative;
  color: #fff;
  background: #ccc;
  text-align: center;
  box-shadow: 0px 0px 10px #999;
  line-height: 1;
}
.supper_cards_wrapper .supper_card:before {
  font-family: iconfont;
  content: "\e74a";
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 2em;
  line-height: 1;
}
.supper_cards_wrapper .supper_card .point-type-icon {
  font-size: 4em;
  line-height: 1;
}
.supper_cards_wrapper .supper_card .balance {
  position: relative;
  padding-left: 1em;
  font-size: 3em;
  cursor: pointer;
}
.supper_cards_wrapper .supper_card .balance:before {
  font-family: iconfont;
  content: "\e632";
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
}
.supper_cards_wrapper .supper_card .line {
  position: absolute;
  height: 4px;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 13px;
  opacity: 0.5;
}
.supper_cards_wrapper .supper_card .merge {
  font-size: 3em;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  animation: cdpglow ease-in 1s infinite;
  text-shadow: 0px 4px 1px #ccc;
}
.supper_cards_wrapper .supper_card_caption {
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 1.286em;
}
.supper_cards_wrapper .supper_card_caption span {
  display: none;
}
.supper_cards_wrapper .supper_card_caption.merge {
  cursor: pointer;
  animation: cdpglow ease-in 1s infinite;
  text-shadow: 0px 4px 1px #ccc;
}
.supper_cards_wrapper .supper_card_caption.merge span {
  display: inline-block;
}
.supper_cards_wrapper.active .supper_card {
  color: #fff;
  background: #d80031;
}
.supper_cards_wrapper.active .supper_card:before {
  color: #ffff00;
}
.supper_cards_wrapper.active .supper_card_caption {
  color: #d80031;
}
.cdp_mycred_points_container {
  position: relative;
  overflow: hidden;
}
.cdp-mycred-point-types {
  height: 300px;
  width: 750px;
}
.cdp-mycred-point-types .cdp-mycred-point.active {
  position: relative;
}
.cdp-mycred-point-types .cdp-mycred-point.active .point-type-item:before {
  content: "\e747";
}
.cdp-mycred-point-types .cdp-mycred-point .caption .cdp_mycred_transfer {
  margin-left: 5px;
  color: #1ba8e5;
  font-size: 2em;
}
.cdp-mycred-point-types .cdp-mycred-point .caption .cdp_mycred_transfer.deactive {
  color: #ccc;
}
.cdp-mycred-point-types .cdp-mycred-point .can-transfer:hover .cdp_mycred_transfer {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.cdp-mycred-point-types .point-type-item {
  padding: 10% 0 15%;
  width: 225px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 4%;
  box-shadow: 0px 5px 10px #ccc;
  line-height: 1;
}
.cdp-mycred-point-types .point-type-item:before {
  font-family: iconfont;
  content: "\e746";
  position: absolute;
  color: #fff;
  right: 5px;
  top: 5px;
  font-size: 2em;
  line-height: 1;
}
.cdp-mycred-point-types .point-type-item:hover:before {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.cdp-mycred-point-types .point-type-item .point-type-icon {
  font-size: 5em;
  line-height: 1;
}
.cdp-mycred-point-types .point-type-item .balance {
  position: relative;
  padding-left: 1em;
  font-size: 3.5em;
}
.cdp-mycred-point-types .point-type-item .balance:before {
  font-family: iconfont;
  content: "\e632";
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
}
.cdp-mycred-point-types .point-type-item .line {
  background: rgba(255, 255, 255, 0.5);
  border-bottom-right-radius: 4%;
  border-bottom-left-radius: 4%;
  display: block;
  position: absolute;
  width: 100%;
  height: 4%;
  bottom: 10%;
  left: 0;
}
.cdp-mycred-point-types .caption {
  margin-top: 8px;
  cursor: pointer;
}
.cdp-mycred-point-types .caption span {
  display: inline-block;
}
.cdp-mycred-point-types .caption .name {
  padding-right: 8px;
  font-size: 2em;
}
.donators-wrapper.active {
  position: relative;
  background-color: #ebeff2;
  border-radius: 4px;
  padding: 10px 5px;
}
.donators-wrapper.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebeff2;
}
.donators-wrapper .donator {
  display: block;
  width: 64px;
  text-align: center;
  float: left;
  position: relative;
  overflow: hidden;
}
.donators-wrapper .donator .avatar {
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
  box-shadow: 0px 1px 1px #999;
}
.donators-wrapper .donator .name {
  display: block;
  font-size: 10px;
  padding-top: 5px;
  text-align: center;
}
.donators-wrapper .donator .cover {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 64px;
}
.donators-wrapper .donator .cover .btn {
  margin: 1px 1px;
  display: block;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.75);
}
.points_carousel_swich {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
.supper_points_detail {
  position: absolute;
  margin-top: 160px;
  top: 0;
  left: 750px;
  width: 750px;
}
.supper_points_detail .row.theta-carousel {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.supper_points_detail .theta-carousel .mycred-point-type {
  padding: 10px 10px 15px;
}
.supper_points_detail .caption .name {
  display: inline-block;
  line-height: 2;
}
.supper_points_detail .active .mycred-point-type:before {
  content: "\e746";
}
.supper_points_detail .mycred-point-type {
  display: block;
  position: relative;
  line-height: 1;
  padding: 10px 0 15px;
  cursor: pointer;
  border-radius: 4px;
}
.supper_points_detail .mycred-point-type:before {
  font-family: iconfont;
  content: "\e747";
  position: absolute;
  color: #fff;
  right: 3px;
  top: 3px;
  font-size: 0.85em;
  line-height: 1;
}
.supper_points_detail .mycred-point-type:hover:before {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.supper_points_detail .mycred-point-type .point-type-icon {
  font-size: 2.5em;
}
.supper_points_detail .mycred-point-type .balance {
  font-size: 2em;
  padding-left: 1em;
  position: relative;
}
.supper_points_detail .mycred-point-type .balance:before {
  font-family: iconfont;
  content: "\e632";
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
}
.supper_points_detail .mycred-point-type .caption .cdp_mycred_transfer {
  padding-left: 5px;
}
.supper_points_detail .mycred-point-type .line {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  left: 0;
}
.donator_wrapper {
  border: 2px #ccc dashed;
  padding: 8px 5px;
  margin-top: 20px;
  color: #666;
}
.donator_wrapper .log_detail p {
  word-wrap: break-word;
}
.notice-wrap .notice-icon span {
  margin: 5px 5px 5px 10px;
}
.notice-wrap .notice-icon span:first-child {
  margin-left: 0;
}
.notice-wrap .notice-icon span.icon-jiazhiqia {
  color: purple;
}
.notice-wrap .notice-icon span.icon-jifen,
.notice-wrap .notice-icon span.icon-niandushiyong {
  color: #f89201;
}
.notice-wrap .notice-message {
  width: 250px;
  margin-right: 25px;
}
.notice-wrap .notice-item-close {
  float: right;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cdpglow {
  0% {
    color: #666;
  }
  50% {
    color: red ;
  }
  100% {
    color: #dd3333;
  }
}
@keyframes cdpglow {
  0% {
    color: #666;
  }
  50% {
    color: red;
  }
  100% {
    color: #dd3333;
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*# sourceMappingURL=cdp-mycred-public.css.map */