﻿.mui-table-view .mui-media-object {
  line-height: 122px;
  max-width: 122px;
  height: 122px;
}

.nav_bar {
  background: #1d1d73;
  color: #fff
}
.nav_bar.mui-bar .mui-title {
  color: #fff
}
.nav_bar.mui-bar .mui-title img{height:32px; margin-top:6px;}
.nav_bar a {
  color: #fff;
}

.Tit_1 {
  background: url(../images/tit_1_bg.png) left no-repeat;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  ;
}
.Tit_1 .tit {
  width: 120px;
  height: 30px;
  float: left;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.Tit_1 .desc {
  float: left;
  color: #3399ff;
  font-size: 14px;
  padding-left: 8px;
  font-weight: bold;
  font-style: italic
}
.Tit_1 .more {
  width: 50px;
  height: 30px;
  float: right;
  color: #999;
  font-size: 12px;
  font-style: italic
}
#Copyright {
  text-align: center;
  color: #666;
  line-height: 18px;
  width: 100%;
  padding: 5px;
  font-size: 10px;
  background: #ddd;
  position: fixed;
  bottom: 0px;
}
.zj_list_box li {
  background: url(../images/zj_list_bg.png) no-repeat;
}
.zj_img_box {
  background: url(../images/zj_img_bg.png) repeat-x;
  width: 100%;
  height: 320px;
}
.zj_img_box .user_img {
  position: relative;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 50%;
  margin: 0 0 0 -60px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 60px;
  -moz-border-radius: 60px;
}
.zj_img_box .user_img img {
  width: 100%;
  height: 100%;
}
.zj_img_box .user_text {
  position: relative;
  width: 100%;
  height: 40px;
  top: 50px;
  color: #fff;
  text-align: center;
}

.zj_img_box .user_text * {
  color: #fff;
}

.mui-preview-image.mui-fullscreen {
  position: fixed;
  z-index: 20;
  background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}
.mui-preview-header {
  height: 44px;
  top: 0;
}
.mui-preview-footer {
  height: 50px;
  bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin: 15px auto 4;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  font-size: 16px;
}
.mui-preview-image {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
  background: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
  display: none;
}
.mui-zoom-scroller {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.mui-zoom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mui-slider .mui-slider-group .mui-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  display: table-cell;
  vertical-align: middle;
}
.mui-preview-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.mui-preview-loading.mui-active {
  display: block;
}
.mui-preview-loading .mui-spinner-white {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
.mui-preview-image img.mui-transitioning {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
p img {
  max-width: 100%;
  height: auto;
}
body {
  margin-bottom: 60px;
}
.mui-slider .mui-slider-group .mui-slider-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 50% 0 0;
}
.mui-slider .mui-slider-group .mui-slider-item a img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mui-btn-block{background:#1d1d73; color:#fff}
label.title{width:100%; color:#1d1d73; font-weight:bold; padding:6px 15px;}
label.desc{width:100%; color: #EA3208; padding:6px 15px;font-size: 15px;}