@font-face {
  font-family: 'iconfont';
  /* project id 359250 */
  src: url('//at.alicdn.com/t/font_359250_ag0szrwe259g4x6r.eot');
  src: url('//at.alicdn.com/t/font_359250_ag0szrwe259g4x6r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_359250_ag0szrwe259g4x6r.woff') format('woff'), url('//at.alicdn.com/t/font_359250_ag0szrwe259g4x6r.ttf') format('truetype'), url('//at.alicdn.com/t/font_359250_ag0szrwe259g4x6r.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.page-container .pages {
  text-align: center;
  padding: 1em 0;
}
.page-container .pages a,
.page-container .pages span,
.page-container .pages input,
.page-container .pages button {
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  color: #666;
  border: 1px solid #CCC;
  margin: 0 5px;
  vertical-align: bottom;
  border-radius: 2px;
  text-decoration: none;
}
.page-container .pages span {
  color: #666;
  border-color: #FFF;
}
.page-container .pages .jumpBox {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 0;
}
.page-container .pages .jumpBox input {
  width: 4em;
  line-height: 20px;
  outline: none;
  margin: 0;
  float: left;
  border: none;
  text-align: center;
  height: 20px;
}
.page-container .pages .jumpBox button {
  width: 4em;
  background: #FFF;
  margin: 0;
  right: 0;
  float: left;
  border: none;
  border-left: 1px dotted #CCC;
  outline: none;
}
.html-container {
  line-height: 2em;
  color: #666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  word-wrap: break-word;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimSun, Song, sans-serif;
}
.html-container p {
  padding: 0;
  margin: 0;
}
.html-container img {
  max-width: 100%;
}
.html-container img.emotion {
  height: 2em;
}
.html-container a {
  background: transparent;
}
.html-container a:active,
.html-container a:hover {
  outline: 0;
}
.html-container strong {
  font-weight: bold;
}
.html-container h1 {
  font-size: 2em;
  margin: 1.2em 0;
}
.html-container img {
  border: 0;
}
.html-container hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.html-container pre {
  overflow: auto;
}
.html-container code,
.html-container kbd,
.html-container pre {
  font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
  font-size: 1em;
}
.html-container input {
  color: inherit;
  font: inherit;
  margin: 0;
}
.html-container html input[disabled] {
  cursor: default;
}
.html-container input {
  line-height: normal;
}
.html-container input[type="checkbox"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.html-container table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 98%;
  margin: 1em auto !important;
  -webkit-box-shadow: 0 0 10px #CCC;
  -moz-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
}
.html-container > p svg,
.html-container > p table,
.html-container > p pre {
  -webkit-box-shadow: 0 0 10px #CCC;
  -moz-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  margin: 1em auto;
  display: block;
}
.html-container td,
.html-container th {
  padding: 0;
}
.html-container * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-container input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.html-container a {
  color: #4183c4;
  text-decoration: none;
}
.html-container a:hover,
.html-container a:active {
  text-decoration: underline;
}
.html-container hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.html-container hr:before {
  display: table;
  content: "";
}
.html-container hr:after {
  display: table;
  clear: both;
  content: "";
}
.html-container h1,
.html-container h2,
.html-container h3,
.html-container h4,
.html-container h5,
.html-container h6 {
  font-weight: bold;
  margin: 1.2em 0 .6em 0;
  text-align: start;
}
.html-container h1 {
  font-size: 2.6em;
}
.html-container h2 {
  font-size: 2.15em;
}
.html-container h3 {
  font-size: 1.7em;
}
.html-container h4 {
  font-size: 1.25em;
}
.html-container h5 {
  font-size: 1em;
}
.html-container h6 {
  font-size: 0.85em;
}
.html-container blockquote {
  margin: 0;
}
.html-container ul,
.html-container ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.html-container ol ol,
.html-container ul ol {
  list-style-type: lower-roman;
}
.html-container ul ul ol,
.html-container ul ol ol,
.html-container ol ul ol,
.html-container ol ol ol {
  list-style-type: lower-alpha;
}
.html-container dd {
  margin-left: 0;
}
.html-container code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  white-space: pre;
  font-family: "Source Code Pro", monospace;
  font-size: .9em;
  padding: 2px 4px;
}
.html-container pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.html-container .octicon {
  font: normal normal 16px octicons-anchor;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.html-container .octicon-link:before {
  content: '\f05c';
}
.html-container > *:first-child {
  margin-top: 0 !important;
}
.html-container > *:last-child {
  margin-bottom: 0 !important;
}
.html-container .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}
.html-container .anchor:focus {
  outline: none;
}
.html-container h1,
.html-container h2,
.html-container h3,
.html-container h4,
.html-container h5,
.html-container h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.html-container h1 .octicon-link,
.html-container h2 .octicon-link,
.html-container h3 .octicon-link,
.html-container h4 .octicon-link,
.html-container h5 .octicon-link,
.html-container h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}
.html-container h1:hover .anchor,
.html-container h2:hover .anchor,
.html-container h3:hover .anchor,
.html-container h4:hover .anchor,
.html-container h5:hover .anchor,
.html-container h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  text-decoration: none;
}
.html-container h1:hover .anchor .octicon-link,
.html-container h2:hover .anchor .octicon-link,
.html-container h3:hover .anchor .octicon-link,
.html-container h4:hover .anchor .octicon-link,
.html-container h5:hover .anchor .octicon-link,
.html-container h6:hover .anchor .octicon-link {
  display: inline-block;
}
.html-container h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
}
.html-container h1 .anchor {
  line-height: 1;
}
.html-container h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
}
.html-container h2 .anchor {
  line-height: 1;
}
.html-container h3 {
  font-size: 1.5em;
  line-height: 1.43;
}
.html-container h3 .anchor {
  line-height: 1.2;
}
.html-container h4 {
  font-size: 1.25em;
}
.html-container h4 .anchor {
  line-height: 1.2;
}
.html-container h5 {
  font-size: 1em;
}
.html-container h5 .anchor {
  line-height: 1.1;
}
.html-container h6 {
  font-size: 1em;
  color: #777;
}
.html-container h6 .anchor {
  line-height: 1.1;
}
.html-container blockquote,
.html-container ul,
.html-container ol,
.html-container dl,
.html-container table,
.html-container pre {
  margin: 0 0 1.1em;
  line-height: 25px;
}
/*
.html-container hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}*/
.html-container ul,
.html-container ol {
  padding-left: 2em;
}
.html-container ul ul,
.html-container ul ol,
.html-container ol ol,
.html-container ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.html-container li > p {
  margin-top: 16px;
}
.html-container dl {
  padding: 0;
}
.html-container dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.html-container dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.html-container blockquote > :first-child {
  margin-top: 0;
}
.html-container blockquote > :last-child {
  margin-bottom: 0;
}
.html-container table {
  max-width: 100%;
  overflow: auto;
  word-break: normal;
}
.html-container table th {
  font-weight: bold;
}
.html-container table th,
.html-container table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.html-container table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.html-container table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.html-container img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.html-container code:before,
.html-container code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
.html-container pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.html-container .highlight {
  margin-bottom: 16px;
}
.html-container .highlight pre,
.html-container pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.html-container .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.html-container pre {
  word-wrap: normal;
}
.html-container pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.html-container pre code:before,
.html-container pre code:after {
  content: normal;
}
.html-container kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}
.html-container .pl-c {
  color: #969896;
}
.html-container .pl-c1,
.html-container .pl-mdh,
.html-container .pl-mm,
.html-container .pl-mp,
.html-container .pl-mr,
.html-container .pl-s1 .pl-v,
.html-container .pl-s3,
.html-container .pl-sc,
.html-container .pl-sv {
  color: #0086b3;
}
.html-container .pl-e,
.html-container .pl-en {
  color: #795da3;
}
.html-container .pl-s1 .pl-s2,
.html-container .pl-smi,
.html-container .pl-smp,
.html-container .pl-stj,
.html-container .pl-vo,
.html-container .pl-vpf {
  color: #333;
}
.html-container .pl-ent {
  color: #63a35c;
}
.html-container .pl-k,
.html-container .pl-s,
.html-container .pl-st {
  color: #a71d5d;
}
.html-container .pl-pds,
.html-container .pl-s1,
.html-container .pl-s1 .pl-pse .pl-s2,
.html-container .pl-sr,
.html-container .pl-sr .pl-cce,
.html-container .pl-sr .pl-sra,
.html-container .pl-sr .pl-sre,
.html-container .pl-src {
  color: #df5000;
}
.html-container .pl-mo,
.html-container .pl-v {
  color: #1d3e81;
}
.html-container .pl-id {
  color: #b52a1d;
}
.html-container .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}
.html-container .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}
.html-container .pl-ml {
  color: #693a17;
}
.html-container .pl-mh,
.html-container .pl-mh .pl-en,
.html-container .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}
.html-container .pl-mq {
  color: #008080;
}
.html-container .pl-mi {
  color: #333;
  font-style: italic;
}
.html-container .pl-mb {
  color: #333;
  font-weight: bold;
}
.html-container .pl-md,
.html-container .pl-mdhf {
  background-color: #ffecec;
  color: #bd2c00;
}
.html-container .pl-mdht,
.html-container .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}
.html-container .pl-mdr {
  color: #795da3;
  font-weight: bold;
}
.html-container kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}
.html-container .task-list-item {
  list-style-type: none;
}
.html-container .task-list-item + .task-list-item {
  margin-top: 3px;
}
.html-container .task-list-item input {
  float: left;
  margin: 0.3em 0 0.25em -1.6em;
  vertical-align: middle;
}
.html-container :checked + .radio-label {
  z-index: 1;
  position: relative;
  border-color: #4183c4;
}
.page-container .pages a:hover {
  color: #cd3a3a;
  border-color: #cd3a3a;
}
body input,
body textarea,
body select {
  font-size: 14px;
}
body select,
body textarea,
body input[type='text'],
body input[type='search'],
body input[type='password'],
body input[type='datetime'],
body input[type='datetime-local'],
body input[type='date'],
body input[type='month'],
body input[type='time'],
body input[type='week'],
body input[type='number'],
body input[type='email'],
body input[type='url'],
body input[type='tel'],
body input[type='color'] {
  font-size: 14px;
}
body .mui-btn {
  font-size: 14px;
  padding: 10px 0;
}
body .mui-btn-primary {
  background: #cd3a3a !important;
  border-color: #cd3a3a;
}
body .mui-btn-primary:link,
body .mui-btn-primary:focus,
body .mui-btn-primary:active,
body .mui-btn-primary:hover {
  color: #FFF;
  background: #bd3030;
}
body .mui-title {
  color: #cd3a3a;
}
body .mui-title img {
  height: 30px;
}
body .mui-input-group {
  margin: 10px 0;
}
body .mui-bar-tab .mui-tab-item {
  text-decoration: none;
}
body .mui-bar-tab .mui-tab-item.mui-active {
  color: #cd3a3a;
}
body .mui-bar-nav.mui-bar a {
  color: #cd3a3a;
  font-size: 16px;
}
body .mui-bar-nav.mui-bar .mui-icon {
  color: #cd3a3a;
  text-decoration: none;
}
body .mui-content > .mui-table-view {
  margin-top: 10px;
}
body .mui-content > .mui-table-view:first-child {
  margin-top: 10px;
}
body .mui-content .mui-table-view {
  margin-top: 10px;
}
body .mui-content .mui-table-view:first-child {
  margin-top: 10px;
}
body .mui-radio input[type='radio']:checked:before,
body .mui-checkbox input[type='checkbox']:checked:before {
  color: #cd3a3a;
}
body .mui-segmented-control {
  border: none;
  border-radius: 0px;
  background: #FFF;
}
body .mui-segmented-control .mui-control-item {
  border: none;
  color: #999;
}
body .mui-segmented-control .mui-control-item.mui-active {
  color: #cd3a3a;
  border-bottom: 2px solid #cd3a3a;
  background: #FFF;
}
body .mui-table-view-cell {
  overflow: hidden;
}
body .mui-table-view-cell .name {
  float: left;
  color: #999;
}
body .mui-table-view-cell .value {
  float: right;
}
body .mui-search.mui-active:before {
  top: 25px;
}
body .mui-input-row .mui-active {
  color: #cd3a3a !important;
}
body .mui-input-row .value {
  line-height: 1.1;
  padding: 11px 15px;
  color: #666;
}
body .mui-input-row.image {
  height: auto;
  padding: 10px 0;
}
body .mui-input-row.captcha {
  position: relative;
}
body .mui-input-row.captcha input {
  width: 30%;
  margin-right: 35%;
}
body .mui-input-row.captcha .mui-icon {
  margin-right: 30%;
}
body .mui-input-row.captcha img {
  position: absolute;
  height: 30px;
  width: 100px;
  border: 1px solid #EEE;
  border-radius: 3px;
  right: 5px;
  top: 5px;
}
body .mui-input-row.captcha .btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
body .mui-input-row.captcha .btn button {
  height: 30px;
  line-height: 30px;
  width: 100px;
  padding: 0;
  text-align: center;
}
.pb-text-primary {
  color: #2d7091 !important;
}
.pb-text-success {
  color: #659f13 !important;
}
.pb-text-warning {
  color: #e28327 !important;
}
.pb-text-danger {
  color: #d85030 !important;
}
.pb-text-muted {
  color: #999 !important;
}
html,
body {
  background: #EEE;
  color: #333;
  font-size: 14px;
}
html.locked,
body.locked {
  ovflow: hidden;
}
.pb {
  margin: 10px 0 0 0;
  background: #FFF;
}
.pb .head {
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #EEE;
}
.pb-event-list {
  background: none;
}
.pb-event-list .head {
  text-align: center;
  font-size: 18px;
}
.pb-event-list .empty {
  text-align: center;
  line-height: 100px;
  color: #999;
}
.pb-event-list .item {
  display: block;
  background: #FFF;
  margin: 10px 0 0 0;
  position: relative;
}
.pb-event-list .item .cover {
  background: #FFF no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.pb-event-list .item .cover:after {
  content: '';
  display: block;
  margin-top: 50%;
}
.pb-event-list .item .title {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0 10px;
}
.pb-home-search {
  padding: 5px;
}
.pb-home-search .mui-placeholder {
  font-size: 14px;
}
.pb-home-search input {
  margin-bottom: 0;
}
.pb-event-basic {
  background: #FFF;
}
.pb-event-basic .images .swiper-slide {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
}
.pb-event-basic .images .swiper-slide:after {
  content: '';
  display: block;
  margin-top: 50%;
}
.pb-event-basic .images .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.pb-event-basic h1 {
  font-size: 18px;
  margin: 0;
  padding: 10px;
}
.pb-event-basic .info {
  padding: 0 0 0 10px;
}
.pb-event-basic .info .attr {
  padding: 5px 0 5px 80px;
  border-top: 1px solid #EEE;
}
.pb-event-basic .info .attr .name {
  float: left;
  margin: 0 0 0 -80px;
  color: #999;
}
.pb-event-action {
  padding: 10px;
  background: #FFF;
  position: fixed;
  bottom: 0;
  right: 0px;
  left: 0px;
  border-top: 1px solid #CCC;
}
.pb-event-action a,
.pb-event-action div {
  background: #cd3a3a;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
}
.pb-event-action a.disabled,
.pb-event-action div.disabled {
  background: #999;
  color: #FFF;
}
.pb-event-detail .content {
  padding: 10px;
}
.pb-event-submit-dialog {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.pb-event-submit-dialog .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.pb-event-submit-dialog .mask .content {
  background: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  max-height: 90%;
}
.pb-event-submit-dialog .mask .content .title {
  text-align: center;
}
.pb-event-submit-dialog .mask .content .title .close {
  float: right;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  display: block;
  color: #999;
}
.pb-event-submit-dialog .mask .content .title h2 {
  font-size: 16px;
  color: #cd3a3a;
  line-height: 40px;
}
.pb-event-submit-dialog .mask .content .apply-field {
  width: 100%;
  padding: 10px;
}
.pb-event-submit-dialog .mask .content .apply-field .line .label {
  color: #999;
}
.pb-event-submit-dialog .mask .content .apply-field .line .field input,
.pb-event-submit-dialog .mask .content .apply-field .line .field select {
  border: 1px solid #EEE !important;
}
.pb-event-submit-dialog .mask .content .action {
  padding: 10px;
}
.pb-event-submit-dialog .mask .content .action button {
  background: #cd3a3a;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  border: none;
  width: 100%;
  padding: 0;
}
.pb-home-banner .swiper-slide {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
}
.pb-home-banner .swiper-slide:after {
  content: '';
  display: block;
  margin-top: 50%;
}
.pb-home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.pb-member-home-head {
  padding: 0;
  margin: 0;
}
.pb-member-home-head .body {
  padding: 40px 0;
  background: linear-gradient(#cd3a3a, #a92b2b);
  position: relative;
}
.pb-member-home-head .body .logout {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
}
.pb-member-home-head .body .avatar {
  text-align: center;
  display: block;
}
.pb-member-home-head .body .avatar img {
  background: #EEE;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.pb-member-home-head .body .name {
  text-align: center;
  color: #FFF;
  padding-top: 10px;
}
.pb-member-home-head .body .assets {
  color: #FFF;
  font-size: 10px;
  line-height: 16px;
  padding-top: 15px;
}
.pb-member-home-head .body .assets .credit {
  text-align: center;
}
.pb-form .submit {
  padding: 0 10px;
}
.pb-center-link {
  text-align: center;
  padding: 20px 0;
}
.pb-oauth {
  text-align: center;
  padding: 20px 0;
}
.pb-oauth .title {
  color: #999;
}
.pb-oauth .body {
  padding: 10px 0 0 0;
}
.pb-oauth .body a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #999;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
}
.pb-oauth .body a i {
  font-size: 36px;
  line-height: 50px;
}
.pb-oauth .body a.wechat {
  background: #00bb29;
}
.pb-oauth .body a.qq {
  background: #498ad5;
}
.pb-oauth .body a.weibo {
  background: #e05244;
}
.pb-member-avatar .preview {
  text-align: center;
}
.pb-member-avatar .preview img {
  width: 50%;
  padding: 10px 0;
}
.pb-member-avatar .upload button {
  position: relative;
}
.pb-member-avatar .upload button input {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.pb-member-avatar .editor {
  display: none;
}
.pb-member-avatar .editor .view {
  border: 1px solid #EEE;
  background: #FFF;
}
.pb-member-avatar .editor .view img {
  max-width: 100%;
  min-height: 300px;
}
.pb-member-avatar .editor .tool {
  overflow: hidden;
  margin-top: 10px;
}
.pb-member-avatar .editor .tool button {
  display: block;
  width: 50%;
  float: left;
  color: #999;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}
.pb-category-filter {
  background: #FFF;
  padding: 15px 0;
}
.pb-category-filter .filter {
  padding-left: 60px;
}
.pb-category-filter .filter .label {
  float: left;
  margin: 0 0 0 -60px;
  font-weight: bold;
  color: #666;
  line-height: 30px;
  padding: 0 0 0 10px;
}
.pb-category-filter .filter .value a {
  line-height: 30px;
  display: inline-block;
  color: #333;
  padding: 0 10px;
  border-radius: 3px;
}
.pb-category-filter .filter .value a.active {
  color: #cd3a3a;
}
.pb-member-home-order {
  margin-top: 0;
}
.pb-member-home-order .head {
  padding: 10px;
  color: #999;
}
.pb-member-home-order .body {
  background: #FFF;
  overflow: hidden;
}
.pb-member-home-order .body a {
  display: block;
  text-align: center;
  width: 33%;
  float: left;
  padding: 10px 0;
}
.pb-member-home-order .body a i {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #999;
}
.pb-member-home-order .body a span {
  display: block;
  color: #666;
}
.pb-member-order-list .list-box .empty {
  line-height: 100px;
  color: #999;
  text-align: center;
}
.pb-member-order-list .list-box .item {
  margin: 10px 0;
  background: #FFF;
}
.pb-member-order-list .list-box .item .head {
  padding: 10px;
  color: #333;
}
.pb-member-order-list .list-box .item .head .status {
  float: right;
}
.pb-member-order-list .list-box .item .event {
  background: #F8F8F8;
  padding: 10px 10px 10px 50px;
  display: block;
  overflow: hidden;
}
.pb-member-order-list .list-box .item .event .cover {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: -40px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF no-repeat center;
  background-size: cover;
}
.pb-member-order-list .list-box .item .event .title {
  padding: 0 0 0 10px;
  color: #333;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.pb-member-order-list .list-box .item .event .buyInfo {
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.pb-member-order-list .list-box .item .attr {
  padding: 10px;
  color: #999;
}
.pb-member-order-list .list-box .item .attr .time {
  float: right;
}
.pb-member-order-list .list-box .item .attr .fee {
  color: #cd3a3a;
}
.pb-member-order-list .list-box .item .action {
  text-align: right;
  line-height: 20px;
  padding: 10px;
  border-top: 1px solid #EEE;
}
.pb-member-order-list .list-box .item .action a {
  display: inline-block;
  overflow: hidden;
  background: #FFF;
  padding: 0 5px;
  border-radius: 3px;
  color: #666;
  border: 1px solid #999;
  line-height: 20px;
  vertical-align: middle;
}
.pb-member-order-list .list-box .item .action a.main {
  border: 1px solid #cd3a3a;
  color: #cd3a3a;
}
.pb-member-order-pay .pay-list {
  background: #FFF;
  margin-top: 10px;
}
.pb-member-order-pay .pay-list a {
  display: block;
  line-height: 50px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 0 10px;
  color: #333;
}
.pb-member-order-pay .pay-list a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.pb-member-order-pay .pay-list a .check {
  float: right;
  color: #cd3a3a;
  display: none;
}
.pb-member-order-pay .pay-list a.cur .check {
  display: block;
}
.pb-member-order-pay-submit {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.pb-member-order-pay-submit a {
  display: block;
  margin: 0;
}
