.btn{
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
}
/*
 * todc bootstrap style
 *
*/
.alert {
  padding: 8px 35px 8px 10px;
  text-shadow: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333333;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #a3d48e;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #dd4b39;
  color: #dd4b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #85c5e5;
  color: #3a87ad;
}
.alert-success,
.alert-danger,
.alert-error,
.alert-info {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-danger,
.alert-error {
  border-color: #d59595;
  color: #b94a48;
}
/*
 * bootstrap style
 *
*/

.navbar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width:100%;
	min-width:980px;
	font-weight:700;
}
.dropdown-menu{
	font-weight:400;
	left: -530px;
    min-width: 635px;
	/*背景渐变*/
	background: -ms-linear-gradient(top, #fff,  #e5e5e5);        /* IE 10 */
	background:-moz-linear-gradient(top,#fff,#e5e5e5);/*火狐*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #fff, #e5e5e5);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #fff, #e5e5e5);  /*Opera 11.10+*/
	
}

.navbar .nav > li > .dropdown-menu:before {
    left: 570px;
}
.navbar .nav > li > .dropdown-menu:after {
    left: 571px;
}



.navbar .brand {
    padding:0px; 
    margin-left: 0px;
}

.navbar-padding{height:80px;}
/**/
.navbar-static-top{
	box-shadow: none;;
}
.navbar-inverse .navbar-inner {
  background-color: #ffffff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);

}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse,.navbar-inverse .navbar-inner{
	background: #333;
	border-color: #EEEEEE;
}


.navbar-inverse .brand, .navbar-inverse .nav > li > a{
	text-shadow: none; 
	color:#fff;
}
.navbar-inverse .brand img{height:60px;}
.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover{
  color:#fff;
}
.navbar-inverse .nav > li > a:hover{
  background-color: #FF6666;
}



.navbar .brand:hover,
.navbar .brand:focus {
  color:#fff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #fff;
    background-color: #FF6666;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.navbar-inverse .navbar-link {
	
    color: #fff;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #FF6666;
}

.navbar-text {
    line-height: 60px;
}
.navbar .nav > li {
    line-height: 40px;
}

.navbar .brand{
	 line-height: 40px;
}


.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret{
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 28px;
  margin-left: 5px;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{
    color: #fff;
    background-color: #f5f5f5;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.nav-collapse{
	width:940px;
	margin:0 auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 5px;
    border-bottom: 1px solid #eeeeee;
}


/*
 * common
 *
*/
.hot{background: #FF3366;padding:2px 4px;color:#fff}
.center{text-align:center}
.clear{clear:both;}
.mabtn,.mabtn-0 {
  text-align: center;
  display: inline-block;
	padding:5px 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
	background: rgba(255,255,255,.01);
}
.mabtn{
	border: 1px solid #fff;
	color: #fe0;
}
.mabtn:hover {
	background: #fff;
	color:#333;
}
	
.mabtn-0{
	border: 1px solid #333;
	color: #333;
} 
.mabtn-0:hover {
	background: #fff;
	color:#333;
}

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
*/
.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 40px;
  color: #777;
  text-align: left;
  border-top: 2px solid #333;
  background-color:#f5f5f5
}









/*爆布流*/

.features {
	overflow: hidden;
	padding: 40px 0 30px 0;
	margin-bottom:20px;

	background: #f7f7f6;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,.03);
}
	.features li {
		position: relative;
		padding: 0 25px 0 40px;
		list-style: none;
		width: 25%;
		float: left;
	}
	
	.features b {
		display: block;
		padding-bottom: 6px;
	}
 









 /*流*/

.wxpreview{
    width:330px;
    overflow: hidden;
    border: 1px solid #e7e7eb;
    background-color: #fff;
    color: #666;
    padding:15px;
    margin:10px;
    position: relative;
	float:left;
	text-align:center;
}
.wxpreview:hover{
	border-color: #f30;
}
.wxpreview a:hover{
    text-decoration: none;
}
.wxpreview .preicon{
    position: absolute;
    left:0px;
    top:30px;
    background: #FF3366;
    color:#fff;
    padding:0 10px;
}
.wxpreview .gificon{
    position: absolute;
    left:0px;
    top:55px;
    background: #FF3366;
    color:#fff;
    padding:0 2px;
}
.wxpreview .preicon a{color:#fff;}
.wxpreview h4{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.wxpreview h4 a,.wxstr a{
	color: #666;
}
.wxpreview em{
    font-weight: 400;
    font-style: normal;
}
.wxpreview .wxstr{
    padding: 5px 0 10px;
    word-wrap: break-word;
    word-break: break-all;
}
.wxpreview .wxad{text-align: center; font-size: 10px; border-top:1px solid #eee;margin-top:5px}
.wxpreview .wxadbg{width:290px;height:10px;background: #ccc;}




/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  padding: 0;
  list-style-type: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  list-style-type: none;
  float: left;
  cursor: pointer;

}


#mbm_copyright{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#FF9999;
	color:#fff;
	font-weight:700;
	padding:0 5px;

}



/* GRID */
.progress-loading {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display:none;
}
/* PROGRESS */
.progress {
  background-color: #e5e9eb;
  height: 0.25em;
  position: relative;
  width: 90em;
}
.progress-bar {
  animation-duration:2s;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:100;
  animation-name: width;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-size: 100em 0.25em;
  height: 100%;
  position: relative;
}

.progress-shadow {
  background-image: linear-gradient(to bottom, #eaecee, transparent);
  height: 1em;
  position: absolute;
  top: 100%;
  transform: skew(45deg);
  transform-origin: 0 0;
  width: 100%;
}
/* ANIMATIONS */
@keyframes width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*webupload上传进度*/
.wu-example .progress-bar{
	background-size: 20em 0.25em;
}
.wu-example .progress{
	width: 20em;
}
.red{color:red}


/*img-radio*/
.img-radio{
	
}
.img-radio img{width:30px; height:30px; margin:3px; cursor:pointer;border:2px solid #fff}
.img-radio img.active{border-color:red;}

.img-radio350 img{width:50px; height:50px;}

/*模板大小*/
#imglist_bg .imgbg  img,#tab5 img{max-width:500px;}
