body,
html {
  background: #F8F8F8;
  font-size: 13px;
}
body a,
html a {
  color: #07d;
}
body a:hover,
html a:hover {
  color: #1191ff;
  text-decoration: none;
}
body *,
html * {
  text-shadow: none !important;
}
.main-container {
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
}
.pb-header-top {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  display: none;
}
.pb-header-top .right {
  float: right;
}
.pb-header-top .left {
  float: left;
}
.pb-header-top .mute {
  color: #333;
}
.pb-header-top a {
  display: inline-block;
  margin: 0 5px;
}
.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: #ccc;
}
.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;
}
.page-container .pages a:hover {
  color: #cd3a3a;
  border-color: #cd3a3a;
}
.uk-form .line {
  padding: 10px 0 10px 100px;
}
.uk-form .line .label {
  display: block;
  float: left;
  text-align: right;
  line-height: 30px;
  padding: 0 5px 0 0;
  margin: 0 0 0 -100px;
  width: 90px !important;
}
.uk-form .line .label span {
  color: red;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
}
.uk-form .line .field {
  line-height: 30px;
  margin-left: 0;
}
.uk-form .line .field .help {
  color: #808080;
  line-height: 18px;
  padding: 5px 0;
}
.uk-form .line .field textarea {
  line-height: 1.5em;
}
.uk-button-primary {
  background: #1f8adc;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background: #1f8adc;
}
header {
  background: #1f8adc;
}
header nav.uk-navbar {
  background: #1f8adc;
  color: #FFF;
  height: 60px;
  border: none;
}
header nav.uk-navbar .uk-navbar-brand {
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  padding-left: 0;
}
header nav.uk-navbar .uk-navbar-brand img {
  width: 170px;
  height: 60px;
  vertical-align: top;
  display: inline-block;
}
header nav.uk-navbar .uk-navbar-nav-right {
  float: right;
}
header nav.uk-navbar .uk-navbar-nav-right form {
  position: relative;
  padding: 10px 0;
}
header nav.uk-navbar .uk-navbar-nav-right form input {
  display: block;
  border: 1px solid #EEE;
  border-radius: 3px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  width: 200px;
  outline: none;
  font-size: 14px;
}
header nav.uk-navbar .uk-navbar-nav-right form button {
  border: none;
  background: none;
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  outline: none;
  padding: 0;
  margin: 0;
  right: 0px;
  top: 10px;
  color: #666;
  font-size: 18px;
}
header nav.uk-navbar .uk-navbar-nav {
  margin-top: 10px;
  height: 50px;
}
header nav.uk-navbar .uk-navbar-nav li {
  height: 50px;
}
header nav.uk-navbar .uk-navbar-nav li.uk-active a {
  line-height: 50px;
  color: #FFF;
  border-bottom: 3px solid #FFF;
}
header nav.uk-navbar .uk-navbar-nav li a {
  background: none;
  color: #EEE;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  border: none;
}
header nav.uk-navbar .uk-navbar-nav li a:hover {
  color: #FFF;
}
footer {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #CCC;
  margin-top: 15px;
  color: #999;
}
footer .articles a {
  color: #666;
  display: inline-block;
  margin: 0 5px;
}
footer .link a {
  color: #999;
}
footer .copyright {
  padding: 10px 0;
  color: #999;
}
footer .copyright a {
  color: #999;
}
.pb {
  background: #FFF;
  padding: 10px;
  margin: 15px 0;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px #DDD;
  -webkit-box-shadow: 0px 0px 8px #DDD;
  box-shadow: 0px 0px 8px #DDD;
}
.pb > .head {
  color: #333;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
}
.pb > .head h1 {
  line-height: 20px;
  padding: 0 0 0 6px;
  font-size: 14px;
}
.pb > .head h2 {
  border-left: 3px solid #cd3a3a;
  line-height: 20px;
  padding: 0 0 0 6px;
  font-size: 14px;
}
.pb > .body {
  padding: 10px;
  color: #666;
}
.pb-home-banner {
  background: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin: 0;
  box-shadow: none;
}
.pb-home-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
}
.pb-home-banner .swiper-slide:after {
  content: '';
  display: block;
  margin-top: 35%;
}
.pb-home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #cd3a3a;
}
.pb-breadcrumb {
  background: none;
  padding: 0;
  margin: 15px 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pb-breadcrumb ul {
  margin: 0;
  padding: 0;
}
.pb-breadcrumb ul li a,
.pb-breadcrumb ul li span {
  color: #666;
  font-size: 12px;
}
.pb-member-profile-menu {
  border: 1px solid #DDD;
  border-bottom: none;
  padding: 0;
}
.pb-member-profile-menu a {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 12px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #DDD;
}
.pb-member-profile-menu a i {
  width: 1.5em;
}
.pb-member-profile-menu a:hover {
  color: #333;
}
.pb-member-profile-menu a.cur {
  background: #1f8adc;
  color: #FFF;
}
.pb-category-filter {
  background: #FFF;
  padding: 15px 0;
}
.pb-category-filter .filter {
  padding-left: 80px;
}
.pb-category-filter .filter .label {
  float: left;
  margin: 0 0 0 -80px;
  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-event-list .head {
  border-bottom: 1px solid #EEE;
  padding: 0 0 10px 0;
}
.pb-event-list .head .more {
  float: right;
  line-height: 20px;
}

.pb-event-list .head .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #353535;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  border: 1px solid #F6FBFF;
  background: #fff
}

.pb-event-list .head .title:before {
  content: '';
  width: 4px;
  height: 20px;
  position: absolute;
  background: #1f8adc;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border-top-right-radius: 4px
}

.pb-event-list .head .title .sub {
  color: #999;
  font-size: 12px;
}
.pb-event-list .list {
  margin:0px;
  padding: 0;
}
.pb-event-list .list .empty {
  text-align: center;
  color: #999;
  line-height: 200px;
  background: #FFF;
}
.pb-event-list .list .item {
  background: #FFF;
  display: block;
  color: #666;
  margin: 15px 10px;
  border:1px #ccc solid;
}
.pb-event-list .list .item .cover {
  padding-top: 65%;
  background: #FFF no-repeat center;
  background-size: cover;
}
.pb-event-list .list .item .cover :after {
  content: '';
  width: 100%;
}
.pb-event-list .list .item .title {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px 0 10px;
  color: #111;
}
.pb-event-list .list .item .attr {
  padding: 10px;
  color: #999;
  font-size: 12px;
}
.pb-event-basic {
  box-shadow: none;
  padding: 0;
}
.pb-event-basic .images {
  background: none;
  padding: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0;
  box-shadow: none;
}
.pb-event-basic .images .swiper-slide {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
}
.pb-event-basic .images .swiper-pagination .swiper-pagination-bullet-active {
  background: #cd3a3a;
}
.pb-event-basic .basic {
  padding: 0px 0 0 10px;
}
.pb-event-basic .basic h1 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0 0 0;
  height: 20px;
  overflow: hidden;
}
.pb-event-basic .basic .info {
  padding: 20px 0 0 0;
  min-height: 180px;
}
.pb-event-basic .basic .info .attr {
  padding: 0 0 10px 80px;
  color: #999;
}
.pb-event-basic .basic .info .attr .name {
  line-height: 20px;
  float: left;
  margin: 0 0 0 -80px;
}
.pb-event-basic .basic .info .attr .value .price {
  color: #cd3a3a;
  font-size: 18px;
}
.pb-event-basic .basic .action {
  padding: 20px 0 20px 0;
}
.pb-event-basic .basic .action .submit {
  line-height: 50px;
  background: #cd3a3a;
  color: #FFF;
  padding: 0 30px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
}
.pb-event-basic .basic .action .disabled {
  line-height: 50px;
  background: #CCC;
  color: #FFF;
  padding: 0 30px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
}
.pb-event-detail {
  box-shadow: none;
}
.pb-event-detail .title {
  color: #999;
  line-height: 30px;
  border-bottom: 1px solid #EEE;
}
.pb-event-detail .content {
  padding: 20px 0;
  color: #666;
}
.pb-event-detail .content p {
  line-height: 2em;
}
.pb-event-detail .content img {
  max-width: 90%;
}
.pb-event-info {
  box-shadow: none;
}
.pb-event-info .title h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  color: #666;
}
.pb-event-info .attr {
  padding: 0 0 10px 80px;
  color: #666;
}
.pb-event-info .attr .name {
  line-height: 20px;
  float: left;
  margin: 0 0 0 -80px;
}
.pb-event-info .attr .value .price {
  color: #cd3a3a;
}
.pb-event-info .summary {
  border-top: 1px solid #EEE;
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #999;
  line-height: 2em;
}
.pb-event-submit-dialog .uk-modal-header h2 {
  font-size: 16px;
}
.pb-event-submit-dialog .apply-text {
  color: #666;
}
.pb-event-submit-dialog .apply-text p {
  line-height: 2em;
}
.pb-event-submit-dialog .apply-text img {
  max-width: 90%;
}
.pb-event-submit-dialog .apply-field-title {
  color: #cd3a3a;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.pb-event-submit-dialog .apply-field {
  border: 1px solid #EEE;
  border-radius: 3px;
}
.pb-member-order-list .list-box .empty {
  line-height: 100px;
  color: #999;
  text-align: center;
}
.pb-member-order-list .list-box table {
  border: 1px solid #EEE;
}
.pb-member-order-list .list-box table thead {
  background: #EEE;
}
.pb-member-order-list .list-box table td {
  border: 1px solid #EEE;
}
.pb-member-order-list .list-box table th {
  color: #999;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.pb-member-order-list .list-box .event {
  display: block;
  overflow: hidden;
  padding: 0 0 0 70px;
}
.pb-member-order-list .list-box .event .cover {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 3px;
  border: 1px solid #EEE;
  margin: 0 0 0 -70px;
  background: #EEE no-repeat center;
  background-size: contain;
}
.pb-member-order-list .list-box .event .buyInfo {
  color: #999;
}
.pb-member-order-list .list-box .remove {
  color: #999;
}
.pb-member-order-list .list-box .action {
  padding: 5px;
  text-align: right;
}
.pb-member-order-list .list-box .action a {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #FFF;
  border-radius: 3px;
  color: #666;
  border: 1px solid #999;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.pb-member-order-list .list-box .action a:last-child {
  margin: 0;
}
.pb-member-order-list .list-box .action a:hover {
  background: #EEE;
}
.pb-member-order-list .list-box .action a.main {
  border: 1px solid #cd3a3a;
  color: #cd3a3a;
}
.pb-member-order-list .list-box .action a.remove {
  border: none;
  color: #999;
  float: left;
  font-size: 12px;
}
.pb-member-order-detail table {
  border: 1px solid #EEE;
}
.pb-member-order-detail table thead {
  background: #EEE;
}
.pb-member-order-detail table td {
  border: 1px solid #EEE;
}
.pb-member-order-detail table th {
  color: #999;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.pb-member-order-detail .event {
  display: block;
  overflow: hidden;
  padding: 0 0 0 70px;
}
.pb-member-order-detail .event .cover {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 3px;
  border: 1px solid #EEE;
  margin: 0 0 0 -70px;
  background: #EEE no-repeat center;
  background-size: contain;
}
.pb-member-order-detail .event .buyInfo {
  color: #999;
}
.pb-member-order-detail .remove {
  color: #999;
}
.pb-member-order-detail .action {
  padding: 5px;
  text-align: right;
}
.pb-member-order-detail .action a {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #FFF;
  border-radius: 3px;
  color: #666;
  border: 1px solid #999;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.pb-member-order-detail .action a:last-child {
  margin: 0;
}
.pb-member-order-detail .action a:hover {
  background: #EEE;
}
.pb-member-order-detail .action a.main {
  border: 1px solid #cd3a3a;
  color: #cd3a3a;
}
.pb-member-order-detail .action a.remove {
  border: none;
  color: #999;
  float: left;
  font-size: 12px;
}
.pb-member-order-pay {
  margin: 10px 0;
}
.pb-member-order-pay .container {
  background: #FFF;
}
.pb-member-order-pay .container > div {
  padding: 60px 0;
}
.pb-member-order-pay .pay-summary {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 2em;
}
.pb-member-order-pay .pay-summary span {
  color: #cd3a3a;
}
.pb-member-order-pay .pay-list {
  padding: 40px 0 0 0;
  text-align: center;
}
.pb-member-order-pay .pay-list a {
  display: inline-block;
  line-height: 40px;
  border: 3px solid #EEE;
  padding: 0 10px;
  border-radius: 8px;
  text-align: left;
  width: 120px;
  color: #333;
  margin: 0 10px;
  box-sizing: border-box;
}
.pb-member-order-pay .pay-list a.cur {
  border-color: #cd3a3a;
}
.pb-member-order-pay .pay-list a img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.pb-member-order-pay .pay-submit {
  padding: 40px 0 0 0;
  text-align: center;
  height: 200px;
}
.pb-member-order-pay .pay-submit a {
  height: 40px;
  line-height: 40px;
  background: #cd3a3a;
  color: #FFF;
  padding: 0 25px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  border-radius: 8px;
}
.pb-article {
  margin: 10px 0;
}
.pb-article .container {
  background: #FFF;
}
.pb-article .container h1 {
  color: #cd3a3a;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 60px;
  border-bottom: 1px solid #cd3a3a;
  text-align: center;
}
.pb-article .container .content {
  padding: 20px;
  font-size: 13px;
}
.pb-account > .head h1 {
  color: #1f8adc;
}
.pb-account > .body .form {
  margin: 30px 0;
  padding: 30px;
  border-right: 1px solid #EEE;
}
.pb-account > .body .text {
  margin: 30px 0;
  padding: 30px;
  line-height: 2em;
}
.pb-account > .body .text .oauth {
  padding: 10px 0;
}
.pb-account > .body .text .oauth .item {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  background: #EEE;
  color: #cd3a3a;
}
.dl_left{ float: right;margin-left:30px;  }
.dl_left a{ color: #fff; font-size: 14px; line-height: 60px;}

.nav_div{height: 40px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.12);}
.nav_div_list{width: 1200px;margin: 0 auto}
.nav_div_list a{font-size: 14px;
    color: #1d9dd1;
    line-height: 40px;float: left;
    padding: 0 22px;display: inline-block;}

