/*初始化*********************************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #3e3e3e;
	text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
a {
	color: #3e3e3e;
	text-decoration: none;
}
a:hover, a:focus, a.active {
	color: #e4583f;
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
input {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	outline: none;
	color: #3e3e3e;
	outline: none;
}
textarea {
	resize: none;
	outline: none;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}
a .glyphicon {
	color: #808080;
}
a:hover .glyphicon {
	color: #e4583f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.ml29 {
	margin-left: 29px;
}
/*按钮初始化*********************************************************************************************************************/
.btn {
	border-radius: 14px;
	padding: 0 15px;
	line-height: 28px;
}
.btn-primary {
	background-color: #e4583f;
	border-color: #e4583f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #da412c;
	border-color: #da412c;
}
.btn-xs {
	line-height: 18px;
	min-width: 80px;
	padding: 0 20px;
}
.btn-block {
	border-radius: 0;
}
a.active .glyphicon {
	color: #e4583f;
}
/*分割线虚线*********/
.dashedline {
	border-top: 1px #d8d8d8 dashed;
	margin-top: 20px;
	height: 20px;
	display: block;
}
/*圆型按钮*********/
.btn-round {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	line-height: 68px;
}
/*首页*********************************************************************************************************************/
/*禁用响应式布局*********/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
    position: relative;
}
/*header*********/
.header {
	width: 120px;
	margin-top: 40px;
}
.h-logo {
	float: left;
	padding: 10px 0 0 0;
}
.h-logo a {
	display: block;
	width: 122px;
	height: 83px;
	overflow: hidden;
	text-indent: -99em;
	background-image: url(images/i-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.h-logo a:hover {
	background-position: -122px 0;
}
.h-what {
	float: left;
	height: 90px;
	font-size: 12px;
	padding: 10px 0 0 10px;
}
.h-what a {
	color: #b2b2b2;
    display: block;
    text-align: left;
}
.h-what a:hover {
	color: #e4583f;
}
.h-account {
	font-size: 12px;
	line-height: 32px;
	position: absolute;
	right: 10px;
	top: 0;
}
.h-account img {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top: -4px;
	margin-right: 4px;
	vertical-align: middle;
}
.h-account .language {
	padding-left: 10px;
}
.h-nav {
	float: left;
}
.h-nav .nav > li{
    height: 40px;
}
.h-nav .nav > li > p{
	font-size: 20px;
	margin: 8px 15px 10px;
	font-weight: bold;
	float: initial;
	width: 83px;
}

.h-nav .nav > li > a {
	position: relative;
	display: block;
	padding: 0;
	width: 110px;
}
.h-nav .nav-pills > li > a {
	border-radius: 14px;
	color: #3e3e3e;
	font-size: 16px;
	background: #eee;
}
.h-nav .nav > li > a:hover, .h-nav .nav > li > a:focus {
    text-decoration: none;
    background-color: #e4583f;
    color: #fff;
}
.h-nav .nav-pills > li.active > a, .h-nav .nav-pills > li.active > a:hover, .h-nav .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #e4583f;
}
/*search*********/
.h-search {
	float: right;
	padding: 40px 0 0 0;
	width: 282px;
}
.h-search .form-control {
	height: 28px;
	padding: 4px 8px;
	line-height: 1.5;
	font-size: 12px;
	color: #3e3e3e;
	border: 1px #b2b2b2 solid;
	border-top-left-radius: 14px;
	-moz-top-left-border-radius: 14px;
	-webkit-top-left-border-radius: 14px;
	border-bottom-left-radius: 14px;
	-moz-bottom-left-border-radius: 14px;
	-webkit-bottom-left-border-radius: 14px;
}
.h-search .form-control:focus {
	border-color: #da412c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.h-search .btn {
	padding: 0px 12px;
	line-height: 26px;
	border-radius: 14px;
}
/*banner*********/
.banner {
	margin: 20px 0;
	height: 470px;
}
.banner .carousel-control.left, .banner .carousel-control.right {
	background: none;
}
.banner .carousel-image {
	float: left;
	margin-left: 110px;
	padding-bottom: 50px;
	background: url(../images/icon-banner-shadow.png) no-repeat bottom center;
}
.banner .carousel-inner .item img {
	border-radius: 80%;
	width: 416px;
	height: 416px;
}
.banner .carousel-caption {
	top: 80px;
	left: 570px;
	right: 110px;
	color: #3e3e3e;
	text-align: left;
	text-shadow: none;
}
.banner .carousel-caption .i-title {
	font-size: 24px;
	line-height: 40px;
	padding: 0 30px;
	text-align: right;
	background: url(../images/icon-quote-left.png) no-repeat left top;
}
.banner .carousel-caption .i-info {
	font-size: 18px;
	line-height: 40px;
	padding: 0 30px;
	text-align: right;
	background: url(../images/icon-quote-right.png) no-repeat right bottom;
}
.banner .carousel-caption .i-founder {
	font-size: 14px;
	line-height: 32px;
	margin-top: 30px;
}
.banner .carousel-caption .i-founder img {
	width: 32px;
	height: 32px;
	overflow: hidden;
	vertical-align: middle;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top: -4px;
	margin-right: 4px;
}
.banner .carousel-caption .i-founder a {
	color: #e4583f;
	text-decoration: underline;
}
.banner .carousel-caption .i-money {
	margin-top: 20px;
	line-height: 40px;
}
.banner .carousel-caption .i-money .scale {
	float: right;
	font-size: 32px;
	line-height: 40px;
	color: #e4583f;
	padding-bottom: 5px;
	background: url(../images/icon-banner-arrow.png) no-repeat bottom center;
}
.banner .carousel-caption .i-process {
	height: 10px;
}
.banner .carousel-caption .i-process .progress {
	height: 8px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.banner .carousel-caption .i-process .progress-bar {
	float: right;
	background-color: #e4583f;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.banner .carousel-caption .i-support {
	line-height: 40px;
}
.banner .arrow-left {
	display: inline-block;
	width: 50px;
	height: 150px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat 0 -100px;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 5;
	margin-top: -75px;
}
.banner .arrow-right {
	display: inline-block;
	width: 50px;
	height: 150px;
	right: 0;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -50px -100px;
	position: absolute;
	top: 45%;
	z-index: 5;
	margin-top: -75px;
}
.banner .carousel-indicators {
	visibility: hidden;
}
/*footer*********/	
.footer {
	height: 100px;
	line-height: 24px;
	margin-top: 60px;
	font-size: 12px;
	color: #9e9e9e;
}
.footer a {
	display: inline-block;
	vertical-align: middle;
	color: #9e9e9e;
}
.footer a:hover {
	color: #e4583f;
}
.footer a.sns {
	margin: 0 3px;
}
/*各种布局*********************************************************************************************************************/
.fqyyr{
    padding: 5px 0px;
    background: url(../images/fqyyr.png) no-repeat center left;
}
.requ{
    padding: 5px 0px;
    background: url(../images/requ.png) no-repeat center left;
}
.main {
	min-height: 300px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
/*页面布局(740+240)*********/
.m-left01 {
	float: left;
	width: 741px;
	border-right: 1px #d8d8d8 solid;
}
.m-right01 {
	float: right;
	width: 240px;
}
/*页面布局(800+180)*********/
.m-left02 {
	float: left;
	width: 801px;
	padding-right: 20px;
	border-right: 1px #d8d8d8 dashed;
}
.m-right02 {
	float: right;
	width: 180px;
}
/*页面布局(140+600+240)*********/
.m-left03 {
	float: left;
	width: 140px;
}
.m-left03b {
	float: left;
	width: 820px;
	border-right: 1px #d8d8d8 dashed;
	padding-right: 20px;
}
.m-center03 {
	float: left;
	width: 600px;
}
.m-center03a {
	float: right;
	width: 860px;
}
.m-center03b {
	float: left;
	width: 700px;
}
.m-right03 {
	float: right;
	width: 240px;
}
.m-right03b {
	float: right;
	width: 140px;
}
/*一般面板*********************************************************************************************************************/
.m-panel01 .panel {
	text-align: left;
	margin-bottom: 0;
	background-color: #ffffff;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.m-panel01 .panel-body {
	padding: 8px 0 0 0;
}
.m-panel01 .panel-heading {
	padding: 2px 0 8px;
	border-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.m-panel01 .panel-title {
	line-height: 24px;
	color: #3e3e3e;
}
.m-panel01 .panel-title .number {
	font-size: 12px;
	font-weight: 400;
}
.m-panel01 .panel-title ul.panel-title-tab {
	display: inline-block;
	margin-bottom: 0;
}
.m-panel01 .panel-title ul.panel-title-tab li {
	display: inline-block;
}
.m-panel01 .panel-title ul.panel-title-tab li.active a {
	color: #e4583f;
}
.panel-title-filter {
	float: right;
	margin-left: 10px;
}
.panel-title-filter .btn {
	border: none;
	height: 30px;
	box-shadow: none;
}
.panel-title-filter .caret {
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top-color: #e4583f;
	margin-top: -3px;
	margin-left: 5px;
}
.panel-title-filter .dropdown-menu {
	min-width: inherit;
	left: 0;
	right: 0;
}
.panel-title-filter .dropdown-menu > li > a {
	padding: 3px 12px;
	text-align: left;
}
.m-panel01 .panel-title .more {
	float: right;
	font-size: 12px;
	font-weight: 400;
}
.m-panel01 .panel-title .fr {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
}
.m-panel01 .panel-title .glyphicon {
	font-size: 24px;
	color: #e4583f;
	top: 6px;
}
.m-panel01 .panel-title .more .glyphicon {
	font-size: 16px;
	color: #8d8d8d;
}
.m-panel01 .panel-title .more.active .glyphicon, .m-panel01 .panel-title .more:hover .glyphicon {
	font-size: 16px;
	color: #e4583f;
}
.m-panel01 .panel-default > .panel-heading {
	color: #3e3e3e;
	background-color: #fff;
	border-color: #fff;
}
/*各种列表*********************************************************************************************************************/
/*图文列表(64px)*********/
.m-list01 {
	overflow: hidden;
}
.m-list01 li {
	float: left;
	width: 185px;
	height: 64px;
	margin: 5px 0 35px
}
.m-list01 .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-list01 .thumbnail > img, .m-list01 .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	margin-right: 15px;
    border: #3e3e3e 1px solid;
}
.m-list01 .thumbnail .caption {
	padding-top: 9px;
	color: #3e3e3e;
}
.m-list01 .thumbnail .caption p {
	margin: 0 0 6px;
}
/*文字列表*********/
.m-list02 .list-group {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.m-list02 .list-group-item {
	line-height: 35px;
	padding: 0;
	background-color: #ffffff;
	border: 0;
}
.m-list02 .list-group-item span {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}
.m-list02 .m-list-fr {
	display: inline-block;
	float: right;
	width: 60px;
	text-align: left;
}
.m-list02 .m-list-fr span {
	float: none;
	margin-top: 0;
}
/*图文列表(100px)*********/
.m-list03 {
	height: auto;
	overflow: hidden;
}
.m-list03 li {
	float: left;
	width: 195px;
	height: 100px;
	margin: 10px 0 30px;
}
.m-list03 .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-list03 .thumbnail > img, .m-list03 .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-right: 15px;
    border: #3e3e3e 1px solid;
}
.m-list03 .thumbnail .caption {
	padding-top: 25px;
	color: #3e3e3e;
}
.m-list03 .thumbnail .caption p {
	margin: 0 0 6px;
}
.m-list03 .thumbnail .caption p b {
	font-weight: 400;
	font-size: 15px;
}
/*文字列表*********/
.m-list04 .list-group {
	padding-left: 0;
	margin-bottom: 0;
}
.m-list04 .list-group-item {
	line-height: 30px;
	padding: 0;
	background-color: #ffffff;
	border: 0;
	height: 30px;
	overflow: hidden;
}
.m-list04 .list-group-item span {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}
.m-list04 .m-list-fr {
	display: inline-block;
	float: right;
	width: 60px;
	text-align: left;
}
.m-list04 .m-list-fr span {
	float: none;
	margin-top: 0;
}
.m-list04 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #808080;
	border-radius: 10px;
	font-style: normal;
	font-size: 12px;
}
.m-list04 li.hot i {
	background: #e4583f;
}
/*照片列表*********/
.m-list05 ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.m-list05 li {
	float: left;
	width: 120px;
	padding: 0 5px 5px 0;
	border: none;
}
.m-list05 li .thumbnail {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
.m-list05 li .thumbnail img {
	width: 115px;
	border: 1px #3e3e3e solid;
}
.m-list05 li .thumbnail .caption {
	display: block;
	text-align: center;
	line-height: 30px;
	padding: 0;
}
/*唱片列表*********/
.m-list06 ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.m-list06 li {
	float: left;
	width: 140px;
	padding: 0 10px;
	border: none;
}
.m-list06 li .thumbnail {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
.m-list06 li .thumbnail img {
	width: 120px;
	border: none;
}
/*音乐家照片*******************************************/
.m-list07 {
	width: 571px;
	overflow: hidden;
}
.m-list07 ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
	width: 600px;
}
.m-list07 li {
	float: left;
	width: 270px;
	margin: 0 30px 30px 0;
}
.m-list07 li .thumbnail {
	border-radius: 0;
	margin-bottom: 0;
	padding: 10px;
}
.m-list07 li .thumbnail img {
	width: 100%;
}
.m-list07 li .thumbnail .caption {
	display: block;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	font-size: 16px;
	padding: 0;
}
.m-list07 li .thumbnail .caption .fr {
	font-size: 14px;
}
/*粉丝团*********/
.m-list08 li {
	padding: 5px 0;
}
/*粉丝5列列表*********/
.m-list09 li {
	float: left;
	width: 165px;
	height: 64px;
	margin: 5px 0 15px
}
.m-list09 .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-list09 .thumbnail > img, .m-list09 .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	margin-right: 15px;
}
.m-list09 .thumbnail .caption {
	padding-top: 20px;
	color: #3e3e3e;
}
.m-list09 .thumbnail .caption p {
	margin: 0 0 6px;
}
/*文字列表*********/
.m-list10 .list-group {
	padding-left: 0;
	margin-bottom: 0;
}
.m-list10 .list-group-item {
	line-height: 30px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 0;
	height: auto;
	overflow: hidden;
}
.m-list10 .list-group-item .i-name a {
	color: #e4583f
}
/*喜欢的音乐人*********/
.m-list11 li {
	float: left;
	width: 64px;
	height: 64px;
	margin: 5px 8px;
}
.m-list11 .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-list11 .thumbnail > img, .m-list11 .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}
/*图文列表(64px)*********/
.m-list12 {
	overflow: hidden;
}
.m-list12 li {
	float: left;
	width: 130px;
	height: 64px;
	margin: 10px 0;
}
.m-list12 .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-list12 .thumbnail > img, .m-list12 .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	margin-right: 10px;
}
.m-list12 .thumbnail .caption {
	padding-top: 9px;
	color: #3e3e3e;
}
.m-list12 .thumbnail .caption p {
	margin: 0 0 6px;
}
/*照片列表*********/
.m-list13 {
	width: 800px;
	overflow: hidden;
}
.m-list13 ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
	width: 840px;
}
.m-list13 li {
	float: left;
	width: 170px;
	margin: 10px 40px 0 0;
	border: none;
}
.m-list13 li .thumbnail {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	background: none;
}
.m-list13 li .thumbnail img {
	width: 170px;
	height: 170px;
}
.m-list13 li .thumbnail .normal, .m-list13 li .thumbnail .hover {
	position: relative;
}
.m-list13 li .thumbnail .normal .aboveimg {
	display: none;
}
.m-list13 li .thumbnail .hover .aboveimg {
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.m-list13 li .thumbnail .aboveimg a {
	color: #000;
}
.m-list13 li .thumbnail .caption {
	display: block;
	text-align: left;
	line-height: 24px;
	padding: 0;
	margin-top: 10px;
}
.m-list13 li .thumbnail .caption p {
	margin: 0;
}
/*翻页*********************************************************************************************************************/
.m-page01 {
	text-align: right;
}
.m-page01 .pageall {
	float: left;
	padding-top: 20px;
}
.m-page01 .pagination > li > a, .m-page01 .pagination > li > span {
	position: relative;
	float: left;
	padding: 2px 7px;
	text-align: center;
	font-size: 16px;
	margin-left: 0;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
	border-radius: 12px;
	margin-left: 10px;
}
.m-page01 .pagination > .active > a, .m-page01 .pagination > .active > span, .m-page01 .pagination > .active > a:hover, .m-page01 .pagination > .active > span:hover, .m-page01 .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #e4583f;
	border-color: #e4583f;
}
/*子页面通用菜单*********************************************************************************************************************/
/*个人首页************************************************************/
.h-subnav {
	float: right;
	height: 60px;
	text-align: right;
}
.h-subnav .nav > li > a {
	position: relative;
	display: block;
	padding: 0;
}
.h-subnav .nav-pills > li > a {
	border-radius: 14px;
	line-height: 28px;
	color: #3e3e3e;
	font-size: 14px;
}
.h-subnav .nav > li > a:hover, .h-subnav .nav > li > a:focus {
	text-decoration: none;
	background: none;
	color: #e4583f;
}
.h-subnav .nav-pills > li + li {
	margin-left: 25px;
}
.h-subnav .nav-pills > li.active > a, .h-subnav .nav-pills > li.active > a:hover, .h-subnav .nav-pills > li.active > a:focus {
	color: #e4583f;
	background: none;
}
/*个人信息*********/	
.m-head01 .thumbnail {
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m-head01 .thumbnail > img, .m-head01 .thumbnail a > img {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    border: #3e3e3e 1px solid;
}
.m-head01 .thumbnail .caption {
	padding-top: 10px;
	color: #3e3e3e;
}
.m-head01 .thumbnail .caption p {
	margin: 0 0 6px;
}
.m-head01 .thumbnail .caption p b {
	font-weight: 400;
	font-size: 18px;
}
/*各种对话框*********************************************************************************************************************/
/*中间对话框*********/
.m-dialog01 {
	position: relative;
}
.m-dialog01 .dialog-arrow {
	position: absolute;
	left: 0;
	top: 30px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -100px -100px;
}
.m-dialog01 .dialog-body {
	margin-left: 29px;
	background: #e4583f;
	min-height: 100px;
	color: #fff;
	padding: 10px 30px;
	text-align: left;
}
.m-dialog01 .dialog-body .i-title {
	line-height: 35px;
	font-size: 18px;
}
.m-dialog01 .dialog-body .i-cont {
	line-height: 20px;
	font-size: 14px;
	margin-right: 30px;
}
.m-dialog01 .i-edit {
	position: absolute;
	top: 10px;
	right: 10px;
}
.m-dialog01 .i-edit a {
	color: #fff;
}
/*边框对话框*********/
.m-dialog02 {
	position: relative;
}
.m-dialog02 .dialog-arrow {
	position: absolute;
	left: 0;
	top: 30px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -100px -130px;
}
.m-dialog02.active .dialog-arrow {
	background: url(../images/i-sprites.png) no-repeat -100px -130px;
}
.m-dialog02 .dialog-body {
	margin-left: 29px;
	border: 1px #e4583f solid;
	background: #fff;
	min-height: 80px;
	color: #3e3e3e;
	padding: 10px 30px;
	text-align: left;
}
.m-dialog02.active .dialog-body {
	border: 1px #e4583f solid;
}
.m-dialog02.active .dialog-body .i-cont a {
	color: #e4583f;
}
.m-dialog02 .dialog-body .i-cont {
	line-height: 20px;
	font-size: 14px;
}
.m-dialog02 .dialog-body .i-photo {
	margin-top: 10px;
}
.m-dialog02 .dialog-body .i-photo img {
	height: 90px;
	margin-right: 10px;
}
.m-dialog02 .dialog-body .i-data {
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
	color: #8d8d8d;
}
.m-dialog02 .dialog-body .i-data span {
	float: right;
}
/**转发原内容**/
.m-dialog02 .dialog-body .i-repost{
	border: 1px solid gray;
	padding: 10px 20px 10px;
	margin: 5px 0 15px;
	border-radius: 3px;
}
.m-dialog02 .dialog-body .i-repost-cont {
	line-height: 20px;
	font-size: 12px;
}
.i-repost-arrow {
	position: absolute;
	z-index: 0;
	margin: -22px 0 0;
	width: 22px;
	cursor: default;
}

/*输入对话框*********/
.m-dialog03 {
	position: relative;
}
.m-dialog03 .dialog-arrow {
	position: absolute;
	left: 0;
	top: 30px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -100px -130px;
}
.m-dialog03 .dialog-body {
	float: left;
	width: 480px;
	margin-left: 29px;
	border: 1px #e4583f solid;
	background: #fff;
	min-height: 100px;
	color: #3e3e3e;
	padding: 10px 30px;
	text-align: left;
}
.m-dialog03 .dialog-body textarea {
	width: 100%;
	height: 80px;
	border: none;
	text-align: left;
}
.m-dialog03 .dialog-submit {
	float: right;
	width: 74px;
}
.m-dialog03 .dialog-submit a {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 37px;
}
.m-dialog03 .dialog-body .i-data span {
	float: right;
}
.m-dialog03 .dialog-attach {
	float: left;
	width: 480px;
	margin-left: 29px;
	text-align: left;
	line-height: 30px;
}
/*边框对话框*********/
.m-dialog04 {
	position: relative;
}
.m-dialog04 .dialog-arrow {
	position: absolute;
	right: 0;
	top: 30px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -100px -160px;
}
.m-dialog04 .dialog-body {
	margin-right: 29px;
	border: 1px #e4583f solid;
	background: #fff;
	min-height: 100px;
	color: #3e3e3e;
	padding: 10px 30px;
	text-align: left;
}
/*边框对话框*********/
.m-dialog05 {
	position: relative;
}
.m-dialog05 .dialog-head {
	position: absolute;
	left: 0;
	top: 0;
}
.m-dialog05 .dialog-head img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.m-dialog05 .dialog-arrow {
	position: absolute;
	left: 110px;
	top: 30px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -100px -130px;
}
.m-dialog05.active .dialog-arrow {
	background: url(../images/i-sprites.png) no-repeat -100px -130px;
}
.m-dialog05 .dialog-body {
	margin-left: 139px;
	border: 1px #e4583f solid;
	background: #fff;
	min-height: 80px;
	color: #3e3e3e;
	padding: 10px 30px;
	text-align: left;
}
.m-dialog05.active .dialog-body {
	border: 1px #e4583f solid;
}
.m-dialog05.active .dialog-body .i-cont a {
	color: #e4583f;
}
.m-dialog05 .dialog-body .i-cont {
	line-height: 20px;
	font-size: 14px;
}
.m-dialog05 .dialog-body .i-photo {
	margin-top: 10px;
}
.m-dialog05 .dialog-body .i-photo img {
	height: 90px;
	margin-right: 10px;
}
.m-dialog05 .dialog-body .i-data {
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
	color: #8d8d8d;
}
.m-dialog05 .dialog-body .i-data span {
	float: right;
}
/*各种项目信息*********************************************************************************************************************/
/*项目信息*********/
.m-activity01 {
	position: relative;
}
.m-activity01 .activity-image {
	float: left;
	margin-left: 0px;
	padding-bottom: 40px;
	margin-top: 20px;
}
.m-activity01 .activity-image img {
	width: 150px;
	height: 150px;
}
.m-activity01 .activity-caption {
	position: absolute;
	top: 10px;
	left: 180px;
	right: 10px;
	color: #3e3e3e;
	text-align: left;
	text-shadow: none;
}
.m-activity01 .activity-caption .i-title {
	font-size: 24px;
	line-height: 30px;
	padding: 0 30px;
	text-align: left;
	background: url(../images/icon-quote-left.png) no-repeat left top;
}
.m-activity01 .activity-caption .i-info {
	font-size: 18px;
	line-height: 30px;
	padding: 0 30px;
	text-align: right;
	background: url(../images/icon-quote-right.png) no-repeat right bottom;
}
.m-activity01 .activity-caption .i-money {
	line-height: 30px;
	margin-top: 10px;
}
.m-activity01 .activity-caption .i-money .scale {
	float: right;
	font-size: 32px;
	line-height: 30px;
	color: #e4583f;
	padding-bottom: 5px;
	background: url(../images/icon-banner-arrow.png) no-repeat bottom center;
}
.m-activity01 .activity-caption .i-process {
	height: 10px;
}
.m-activity01 .activity-caption .i-process .progress {
	height: 8px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m-activity01 .activity-caption .i-process .progress-bar {
	float: right;
	background-color: #e4583f;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.m-activity01 .activity-caption .i-support {
	line-height: 40px;
}
.m-activity01 .activity-caption .i-support .more {
	float: right;
}
/*项目**********************************/
.m-activity02 {
	padding: 20px 0;
}
.m-activity02 .i-title {
	font-size: 24px;
	line-height: 30px;
	padding: 0 30px;
	text-align: left;
	background: url(../images/icon-quote-left.png) no-repeat left top;
}
.m-activity02 .i-info {
	font-size: 18px;
	line-height: 30px;
	padding: 0 30px;
	text-align: right;
	background: url(../images/icon-quote-right.png) no-repeat right bottom;
}
.m-activity02 .i-detail {
	line-height: 24px;
	margin-top: 20px;
}
.m-activity02 .i-detail p {
	margin: 0 0 10px 0;
}
.m-activity02 .i-detail p img {
	max-width: 500px;
}
.m-activity02 .i-ps {
	line-height: 24px;
	margin-top: 20px;
	color: #e4583f;
}
.m-activity02 .project-img{
	width: 100%;
}
/*********/
.m-activity03 {
	color: #3e3e3e;
	text-align: left;
	text-shadow: none;
}
.m-activity03 .i-money {
	line-height: 30px;
	margin-top: 10px;
}
.m-activity03 .i-money b {
	font-size: 24px;
}
.m-activity03 .i-money .scale {
	float: right;
	font-size: 32px;
	line-height: 30px;
	color: #e4583f;
	padding-bottom: 5px;
	margin-top: 30px;
	background: url(../images/icon-banner-arrow.png) no-repeat bottom center;
}
.m-activity03 .i-process {
	height: 10px;
}
.m-activity03 .i-process .progress {
	height: 8px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m-activity03 .i-process .progress-bar {
	float: right;
	background-color: #e4583f;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.m-activity03 .i-support {
	line-height: 40px;
}
.m-activity03 .i-support .more {
	float: right;
}
.m-activity03 .i-ps {
	line-height: 20px;
	color: #8d8d8d;
	font-size: 12px;
}
/*项目频道*********************************************/
.m-activity04 {
	position: relative;
	margin-top: 20px;
}
.m-activity04 .activity-image {
	float: left;
	margin-left: 0px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.m-activity04 .activity-image img {
	border-radius: 80%;
	width: 250px;
	height: 250px;
}
.m-activity04 .activity-caption {
	position: absolute;
	top: 0px;
	left: 300px;
	right: 10px;
	color: #3e3e3e;
	text-align: left;
	text-shadow: none;
}
.m-activity04 .activity-caption .i-title {
	font-size: 24px;
	line-height: 30px;
	padding: 0 30px;
	text-align: left;
	background: url(../images/icon-quote-left.png) no-repeat left top;
}
.m-activity04 .activity-caption .i-info {
	font-size: 18px;
	line-height: 30px;
	padding: 0 30px;
	text-align: right;
	background: url(../images/icon-quote-right.png) no-repeat right bottom;
}
.m-activity04 .activity-caption .i-founder {
	font-size: 14px;
	line-height: 32px;
	margin-top: 30px;
}
.m-activity04 .activity-caption .i-founder img {
	width: 32px;
	height: 32px;
	overflow: hidden;
	vertical-align: middle;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top: -4px;
	margin-right: 4px;
}
.m-activity04 .activity-caption .i-founder a {
	color: #e4583f;
	text-decoration: underline;
}
.m-activity04 .activity-caption .i-money {
	line-height: 30px;
	margin-top: 30px;
}
.m-activity04 .activity-caption .i-money .scale {
	float: right;
	font-size: 32px;
	line-height: 30px;
	color: #e4583f;
	padding-bottom: 5px;
	background: url(../images/icon-banner-arrow.png) no-repeat bottom center;
}
.m-activity04 .activity-caption .i-process {
	height: 10px;
}
.m-activity04 .activity-caption .i-process .progress {
	height: 8px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m-activity04 .activity-caption .i-process .progress-bar {
	float: right;
	background-color: #e4583f;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.m-activity04 .activity-caption .i-support {
	line-height: 40px;
}
.m-activity04 .activity-caption .i-support .more {
	float: right;
}
/*播放器*********************************************************************************************************************/
/*个人音乐************************************************************/
.m-data {
	text-align: left;
	line-height: 30px;
}
.m-player01 {
	margin-left: 29px;
}
.m-player01 .i-timeline {
	line-height: 32px;
	position: relative;
}
.m-player01 .i-timeline .progress {
	height: 32px;
	margin-bottom: 0;
	background-color: #ec8a78;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.m-player01 .i-timeline .progress-bar {
	font-size: 14px;
	line-height: 32px;
	background-color: #e4583f;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.m-player01 .i-timeline .song {
	position: absolute;
	top: 0;
	left: 10px;
	color: #fff;
}
.m-player01 .i-timeline .time {
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
}
.m-player01 .i-control {
	line-height: 32px;
	height: 32px;
	background: #3e3e3e;
	margin-top: 1px;
	position: relative;
}
.m-player01 .i-control .play {
	position: absolute;
	top: 0;
	left: 0;
}
.m-player01 .i-control .play a {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	padding-top: 2px;
}
.m-player01 .i-control .play a:hover {
	background: #e4583f;
}
.m-player01 .i-control .play a .glyphicon {
	color: #e4583f;
	font-size: 16px;
}
.m-player01 .i-control .play a:hover .glyphicon {
	color: #fff;
}
.m-player01 .i-control .cycle {
	position: absolute;
	top: 0;
	right: 0;
}
.m-player01 .i-control .cycle a {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	padding-top: 2px;
}
.m-player01 .i-control .cycle a:hover {
	background: #e4583f;
}
.m-player01 .i-control .cycle a .glyphicon {
	color: #e4583f;
	font-size: 16px;
}
.m-player01 .i-control .cycle a:hover .glyphicon {
	color: #fff;
}
/*文字列表*********/
.m-player01 .i-playlist {
	height: 320px;
	overflow: auto;
}
.m-player01 .i-playlist table {
	margin-bottom: 0;
	width: 99%
}
.m-player01 .i-playlist td {
	text-align: left;
	padding: 0 10px;
	line-height: 32px;
	border: none;
}
.m-player01 .i-playlist th {
	text-align: left;
	padding: 0 10px;
	line-height: 32px;
	border-bottom: 1px #d8d8d8 solid;
	border-top: none;
}
.m-player01 .i-operate {
	padding: 20px 10px;
	text-align: right;
}
.m-player01 .table > thead > tr > .active, .m-player01 .table > tbody > tr > .active, .m-player01 .table > tfoot > tr > .active, .m-player01 .table > thead > .active > td, .m-player01 .table > tbody > .active > td, .m-player01 .table > tfoot > .active > td, .m-player01 .table > thead > .active > th, .m-player01 .table > tbody > .active > th, .m-player01 .table > tfoot > .active > th {
	background-color: #fff;
	border-top: 1px #e4583f solid;
	border-bottom: 1px #e4583f solid
}
.m-player01 .table .active > td:first-child {
	border-left: 1px #e4583f solid;
}
.m-player01 .table .active > td:last-child {
	border-right: 1px #e4583f solid;
}
/*认购方案*********/
.m-plan01 {
	font-size: 12px;
	line-height: 24px;
	margin-left: 30px;
}
.m-plan01 .i-detail p {
	margin: 0;
}
.m-plan01 .i-data {
	margin-top: 10px;
	font-weight: 700;
}
.m-plan01 .i-data b {
	color: #e4583f
}
.m-plan01 .i-buy {
	margin-top: 10px;
}
/*各种表单*********************************************************************************************************************/
/*个人信息表单*********/
.m-form01 {
	margin: 20px;
}
.m-form01 table {
	width: 100%;
}
.m-form01 td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.m-form01 td .tag {
	margin-right: 10px;
	line-height: 28px;
	padding: 0 5px;
	border-radius: 14px;
	background: #e4583f;
	color: #fff;
}
.m-form01 td .remind {
	color: #8d8d8d;
}
.m-form01 td textarea {
	width: 100%;
	border-radius: 14px;
	padding: 5px 10px;
	text-align: left;
	border: 1px #d8d8d8 solid;
	height: 100px;
}
.m-form01 .i-name {
	text-align: right;
}
.m-form01 .i-name b {
	color: #e4583f
}
.form-control {
	display: block;
	width: 100%;
	height: 28px;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 14px;
}
/*注册表单*********/
.m-form02 {
	margin: 20px;
}
.m-form02 table {
	width: 100%;
}
.m-form02 td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.m-form02 td .tag {
	margin-right: 10px;
	line-height: 28px;
	padding: 0 5px;
	border-radius: 14px;
	background: #e4583f;
	color: #fff;
}
.m-form02 td .remind {
	color: #8d8d8d;
	font-size: 12px;
}
.m-form02 td textarea {
	width: 100%;
	border-radius: 14px;
	padding: 5px 10px;
	text-align: left;
	border: 1px #d8d8d8 solid;
	height: 100px;
}
.m-form02 .i-name {
	text-align: right;
	width: 100px;
}
.m-form02 .i-name b {
	color: #e4583f
}
/*注册表单*********/
.m-form03 {
	margin: 0 20px;
}
.m-form03 table {
	width: 100%;
}
.m-form03 td {
	text-align: left;
	padding: 10px 0;
	vertical-align: top;
}
.m-form03 td .tag {
	margin-right: 10px;
	line-height: 28px;
	padding: 0 5px;
	border-radius: 14px;
	background: #e4583f;
	color: #fff;
}
.m-form03 td .remind {
	color: #8d8d8d;
	font-size: 12px;
}
.m-form03 td textarea {
	width: 100%;
	border-radius: 14px;
	padding: 5px 10px;
	text-align: left;
	border: 1px #d8d8d8 solid;
	height: 100px;
}
.m-form03 .i-name {
	text-align: right;
	width: 100px;
}
.m-form03 .i-name b {
	color: #e4583f
}
/*注册表单*********/
.m-form04 {
	margin: 0 100px;
}
.m-form04 table {
	width: 100%;
}
.m-form04 td {
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
	font-size: 18px;
}
.m-form04 td .tag {
	margin-right: 10px;
	line-height: 28px;
	padding: 0 5px;
	border-radius: 14px;
	background: #e4583f;
	color: #fff;
}
.m-form04 td .remind {
	color: #8d8d8d;
	font-size: 12px;
}
.m-form04 td textarea {
	width: 100%;
	border-radius: 14px;
	padding: 5px 10px;
	text-align: left;
	border: 1px #d8d8d8 solid;
	height: 100px;
}
.m-form04 .i-name {
	text-align: right;
	width: 100px;
}
.m-form04 .i-name b {
	color: #e4583f
}
.m-form04 .table-in td {
	padding: 5px 0;
	font-size: 12px;
}
/**********/
/*文字列表*********/
.m-playlist {
}
.m-playlist table {
	margin-bottom: 0;
	width: 99%
}
.m-playlist .table td {
	text-align: left;
	padding: 5px 10px;
	line-height: 32px;
	border: none;
}
/*注册***************************************************************/
.m-modal .inner800 {
	width: 800px;
	margin: 0 auto;
}
.m-modal .inner800 .modal-control .close {
	top: 0;
}
.m-modal .inner800 .modal-control {
	height: 50px;
}
.m-modal .modal-left {
	float: left;
	width: 300px;
	border-right: 1px #d8d8d8 dashed;
	height: 400px;
	padding-right: 40px;
}
.m-modal .modal-left .modal-left-title {
	margin-top: 100px;
	font-size: 30px;
	text-align: right;
}
.m-modal .modal-left .modal-left-info {
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
}
.m-modal .modal-left .modal-left-icon {
	margin-top: 50px;
	text-align: right;
}
.m-modal .modal-left .modal-left-btn {
	text-align: right;
	margin-top: 20px;
}
.m-modal .modal-left .modal-left-btn .btn {
	width: 120px;
}
.m-modal .modal-right {
	float: right;
	width: 460px;
}
.m-modal .modal-right .panel {
	background: none;
}
.m-modal .modal-right .m-right-text {
	height: 300px;
	overflow: auto;
	padding-right: 10px;
}
.m-modal .modal-right .modal-right-btn {
	text-align: left;
	margin-top: 20px;
}
.m-modal .modal-right .modal-right-btn .btn {
	width: 120px;
}
/*弹窗*********************************************************************************************************************/
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #fff;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.m-modal .modal-dialog {
	width: 1000px;
	margin: 110px auto;
}
.m-modal .modal-content {
	position: relative;
	background: inherit;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
.m-modal .inner {
	width: 720px;
	margin: 0 auto;
}
.m-modal .modal-control {
	position: relative;
	width: 100%;
	height: 1px;
}
.m-modal .modal-control .close {
	position: absolute;
	left: 740px;
	top: 40px;
	background: #3e3e3e;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	text-shadow: none;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.m-modal .modal-control .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #e4583f;
}
.m-modal .modal-control .arrow-left {
	display: inline-block;
	width: 50px;
	height: 150px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat 0 -100px;
	position: absolute;
	top: 200px;
	left: -70px;
	z-index: 5;
}
.m-modal .modal-control .arrow-right {
	display: inline-block;
	width: 50px;
	height: 150px;
	left: 740px;
	overflow: hidden;
	background: url(../images/i-sprites.png) no-repeat -50px -100px;
	position: absolute;
	top: 200px;
	z-index: 5;
}
.m-modal .modal-control .arrow-left, .m-modal .modal-control .arrow-right {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.m-modal .modal-control .arrow-left:hover, .m-modal .modal-control .arrow-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.m-modal .modal-body {
	padding: 0;
}
.m-modal .modal-header {
	text-align: left;
	padding: 0;
	border: none;
}
.m-modal .modal-title {
	font-size: 18px;
	line-height: 40px;
}
.m-modal .modal-title b {
	color: #e4583f
}
.m-modal .modal-like {
	float: right;
	line-height: 40px;
}
.m-modal .modal-like a {
	margin-left: 10px;
	font-size: 12px;
}
.m-modal .modal-body {
	padding: 0;
}
.m-modal .modal-comment {
	margin-top: 25px;
}
.m-modal .modal-comment-publish {
}
.m-modal .modal-comment-publish .i-head {
	float: left;
	width: 100px;
}
.m-modal .modal-comment-publish .i-head img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.m-modal .modal-comment-publish .i-textarea {
	float: left;
	width: 520px;
	position: relative;
	margin-left: 15px;
	text-align: left;
}
.m-modal .modal-comment-publish .i-textarea .i-arrow {
	position: absolute;
	top: 30px;
	left: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) -100px -130px;
	z-index: 999;
}
.m-modal .modal-comment-publish .i-textarea .i-cont {
	margin-left: 29px;
	border: 1px #e4583f solid;
}
.m-modal .modal-comment-publish .i-textarea .i-cont textarea {
	border: none;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	height: 80px;
	line-height: 30px;
	width: 100%;
	height: 100px;
	color: #3e3e3e;
}
.m-modal .modal-comment-publish .i-textarea .i-login {
	margin-left: 29px;
	text-align: left;
	line-height: 30px;
}
.m-modal .modal-comment-publish .i-textarea .i-login .i-login-text {
	float: right;
}
.m-modal .modal-comment-publish .i-submit {
	float: right;
	width: 74px;
}
.m-modal .modal-comment-publish .i-submit a {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 37px;
}
.m-modal .modal-comment-list {
	height: auto;
}
.m-modal .modal-comment-list li {
	height: auto;
	margin: 10px 0;
}
.m-modal .modal-comment-list .thumbnail {
	padding: 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: none;
}
.m-modal .modal-comment-list .thumbnail > img, .m-modal .modal-comment-list .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	margin-right: 15px;
}
.m-modal .modal-comment-list .thumbnail .caption {
	margin-top: 25px;
	color: #3e3e3e;
	text-align: left;
}
.m-modal .modal-comment-list .thumbnail .caption p {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 24px;
}
.m-modal .modal-comment-list .thumbnail .caption p b {
	font-weight: 400;
	font-size: 14px;
	color: #e4583f;
}
.m-modal .modal-comment-list .thumbnail .caption p b a {
	color: #e4583f;
}
.m-modal .modal-footer {
	display: none;
}
/*各种提醒弹窗*****************************************************/
.m-modal-s .modal-dialog {
	position: relative;
	z-index: 1050;
	width: auto;
}
.m-modal-s .modal-content {
	position: relative;
	background-color: inherit;
	border: 1px #d8d8d8 dashed;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
}
.m-modal-s .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}
.m-modal-s .modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.m-modal-s .modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.m-modal-s .modal-header {
	min-height: 16.428571429px;
	padding: 20px;
	border-bottom: none;
	text-align: left;
}
.m-modal-s .modal-header h4 {
	font-size: 16px;
}
.m-modal-s .modal-header .close {
	background: #3e3e3e;
	border-radius: 16px;
	width: 24px;
	height: 24px;
	text-shadow: none;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.m-modal-s .modal-header .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #e4583f;
}
.m-modal-s .modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.m-modal-s .modal-body {
	position: relative;
	padding: 10px 0 20px;
}
.m-modal-s .left-login {
	float: left;
	width: 350px;
	border-right: 1px #d8d8d8 dashed;
}
.m-modal-s .right-reg {
	float: right;
	width: 240px;
}
.m-modal-s .left-icon {
	float: left;
	width: 150px;
	text-align: right;
}
.m-modal-s .right-info {
	float: right;
	width: 440px;
	text-align: left;
}
.m-modal-s .right-info .btn {
	width: 100px;
}
.m-text01 {
	text-align: left;
	margin: 10px 20px;
}
.m-text01 b {
	font-size: 16px;
}
.m-modal-s .modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.m-modal-s .modal-footer:before, .m-modal-s .modal-footer:after {
	display: table;
	content: " ";
}
.m-modal-s .modal-footer:after {
	clear: both;
}
.m-modal-s .modal-footer:before, .m-modal-s .modal-footer:after {
	display: table;
	content: " ";
}
.m-modal-s .modal-footer:after {
	clear: both;
}
.m-modal-s .modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.m-modal-s .modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.m-modal-s .modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
.m-modal-s .modal-dialog {
	width: 600px;
	margin: 100px auto;
}
.m-modal-s .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.m-modal-s .modal-comment {
	margin: 0 20px;
}
.m-modal-s .modal-comment-publish {
}
.m-modal-s .modal-comment-publish .i-head {
	float: left;
	width: 100px;
}
.m-modal-s .modal-comment-publish .i-head img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.m-modal-s .modal-comment-publish .i-textarea {
	float: left;
	width: 360px;
	position: relative;
	margin-left: 15px;
	text-align: left;
}
.m-modal-s .modal-comment-publish .i-textarea .i-arrow {
	position: absolute;
	top: 30px;
	left: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/i-sprites.png) -100px -130px;
	z-index: 999;
}
.m-modal-s .modal-comment-publish .i-textarea .i-cont {
	margin-left: 29px;
	border: 1px #e4583f solid;
}
.m-modal-s .modal-comment-publish .i-textarea .i-cont textarea {
	border: none;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	height: 80px;
	line-height: 30px;
	width: 100%;
	height: 100px;
	color: #3e3e3e;
}
.m-modal-s .modal-comment-publish .i-textarea .i-login {
	margin-left: 29px;
	text-align: left;
	line-height: 30px;
}
.m-modal-s .modal-comment-publish .i-textarea .i-login .i-login-text {
	float: right;
}
.m-modal-s .modal-comment-publish .i-submit {
	float: right;
	width: 74px;
}
.m-modal-s .modal-comment-publish .i-submit a {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 37px;
}
.m-modal-s .modal-comment-list {
	height: auto;
}
.m-modal-s .modal-comment-list li {
	height: auto;
	margin: 10px 0;
}
.m-modal-s .modal-comment-list .thumbnail {
	padding: 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: none;
}
.m-modal-s .modal-comment-list .thumbnail > img, .m-modal-s .modal-comment-list .thumbnail a > img {
	float: left;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	margin-right: 15px;
}
.m-modal-s .modal-comment-list .thumbnail .caption {
	margin-top: 25px;
	color: #3e3e3e;
	text-align: left;
}
.m-modal .modal-comment-list .thumbnail .caption p {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 24px;
}
.m-modal-s .modal-comment-list .thumbnail .caption p b {
	font-weight: 400;
	font-size: 14px;
	color: #e4583f;
}
.m-modal-s .modal-comment-list .thumbnail .caption p b a {
	color: #e4583f;
}
/*发布日志*********/
.modal-postblog .form-control {
	height: 34px;
	font-size: 18px;
	border-radius: 2px;
	border: 1px #e4583f solid;
	line-height: 34px;
}
.modal-postblog .modal-postblog-title {
	height: 36px;
}
.modal-postblog .modal-postblog-style {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}
.modal-postblog .modal-postblog-style .panel-title-filter {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.modal-postblog .modal-postblog-style .panel-title-filter .btn {
	border: none;
	height: 20px;
	box-shadow: none;
	line-height: 20px;
	padding: 0 5px;
}
.modal-postblog .modal-postblog-style .panel-title-filter .caret {
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top-color: #e4583f;
	margin-top: -3px;
	margin-right: 5px;
}
.modal-postblog .modal-postblog-style .panel-title-filter .dropdown-menu {
	width: auto;
	min-width: 120px;
	left: 0;
}
.modal-postblog .modal-postblog-style .panel-title-filter .dropdown-menu > li > a {
	padding: 3px 12px;
	text-align: left;
}
.modal-postblog .modal-postblog-cont {
	margin-top: 10px;
}
.modal-postblog .modal-postblog-cont textarea {
	height: 420px;
	font-size: 14px;
	line-height: 20px;
}
.modal-postblog .modal-postblog-btns a {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	border: 1px #e4583f solid;
	border-radius: 2px;
}
.modal-postblog .modal-postblog-post {
	text-align: left;
	margin-top: 10px;
}
.modal-postblog .modal-postblog-post a.btn {
	display: inline-block;
	float: right;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 37px;
}
/*各种icon*********************************************************************************************************************/
/*icon16*********/
.icon16 {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-image: url(../images/i-icons.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-top: 2px;
}
li.active .icon16, a:hover .icon16 {
	background-image: url(../images/i-icons-active.png);
}
.icon16-home {
	background-position: 0 0;
}
.icon16-music {
	background-position: -16px 0;
}
.icon16-album {
	background-position: -32px 0;
}
.icon16-twit {
	background-position: -48px 0;
}
.icon16-funs {
	background-position: -64px 0;
}
.icon16-project {
	background-position: -80px 0;
}
.icon16-info {
	background-position: -96px 0;
}
.icon16-account {
	background-position: -112px 0;
}
.icon16-shop{
    background-position: 0 -32px;
}
.icon16-order{
    background-position: -16px -32px;
}
.icon16-video {
	background-position: -128px 0;
}
.icon16-key {
	background-position: 0 -16px;
}
.icon16-weibo {
	background-position: -16px -16px;
}
.icon16-edit-w {
	background-position: -32px -16px;
}
.icon16-edit {
	background-position: -80px -16px;
}
.icon16-face {
	background-position: -48px -16px;
}
.icon16-upload {
	background-position: -64px -16px;
}
.icon16-delete {
	background-position: -96px -16px;
}
.icon16-delete-red {
	background-image: url(../images/i-icons-active.png);
	background-position: -96px -16px;
}
a:hover .icon16-delete-red {
	background-image: url(../images/i-icons-active.png);
	background-position: -96px -16px;
}
.icon16-new {
	background-position: -112px -16px;
}
.icon16-move {
	background-position: -128px -16px;
}
/*icon24*********/
.icon24 {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url(../images/i-icons.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
}
.icon24-findstar {
	background-position: 0 -160px;
}
.icon24-hotmusic {
	background-position: -24px -160px;
}
.icon24-weibo {
	background-position: -48px -160px;
}
.icon24-facebook {
	background-position: -72px -160px;
}
.icon24-shop{
    background-position: -96px -160px;
}
.icon24-car{
    background-position: -120px -160px;
}
.icon24-order{
    background-position: -144px -160px;
}
/*icon64*********/
.icon64 {
	display: inline-block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background-image: url(../images/i-icons.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
}
.icon64-ok {
	background-position: 0 -320px;
}
.icon64-error {
	background-position: -64px -320px;
}
.icon64-alert {
	background-position: 0 -384px;
}
/*icon14*********/
.icon14 {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-image: url(../images/i-icons-editor.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-top: 2px;
}
.icon14-bold {
	background-position: 0 0;
}
.icon14-italic {
	background-position: -14px 0;
}
.icon14-underline {
	background-position: -28px 0;
}
.icon14-tl {
	background-position: -42px 0;
}
.icon14-tc {
	background-position: -56px 0;
}
.icon14-ta {
	background-position: -70px 0;
}
.icon14-photo {
	background-position: -84px 0;
}
.icon14-video {
	background-position: -98px 0;
}
.icon14-play {
	background-position: -112px;
}
.icon14-attachment {
	background-position: -126px 0;
}
.icon14-link {
	background-position: -140px;
}
/*icon64*********/
.icon200 {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	background-image: url(../images/i-icons.png);
	background-repeat: no-repeat;
	vertical-align: text-top;
}
.icon200-ok {
	background-position: 0 -450px;
}
.icon200-error {
	background-position: 0 -650px;
}
/*各种*********************************************************************************************************************/
/*帮助中心***************************************************************/
.m-aboutnav {
	height: auto;
	overflow: hidden;
}
.m-aboutnav li {
	line-height: 24px;
	padding: 10px;
	text-align: left;
}
.m-aboutnav li span {
	font-size: 16px;
	vertical-align: text-bottom;
	margin-bottom: 2px;
	margin-right: 4px;
}
.m-aboutnav li a {
	color: #3e3e3e;
}
.m-aboutnav li a:hover, .m-aboutnav li.active a {
	color: #e4583f;
}
.m-aboutnav li a:hover span, .m-aboutnav li.active a span {
	visibility: visible;
	color: #e4583f;
}
/*faq*********/
.m-faq {
	padding-left: 30px;
}
.m-faq-q {
	font-weight: 700;
	line-height: 40px;
}
.m-faq-q b {
	margin-right: 10px;
	color: #e4583f;
}
.m-faq-a {
	color: #5e5e5e;
	line-height: 20px;
	font-size: 12px;
}
/*about*********/
.m-about {
	padding-left: 30px;
	color: #5e5e5e;
}
.m-about p {
	margin: 0 0 8px 0;
}
.m-about b {
	color: #3e3e3e;
}
.m-about a {
	color: #e4583f;
}
/*404*************************************************/
.m-404 {
	margin-top: 100px;
}
.m-404 .i-text {
	float: right;
	width: 600px;
	text-align: left;
	line-height: 1.2;
	color: #8e8e8e;
	padding-top: 100px;
}
.m-404 .i-text b {
	font-size: 48px;
	color: #e4583f;
	font-weight: 400;
}
.m-404 .i-text b span {
	font-size: 64px;
}
/*成为音乐人按钮*************/
.m-bemusician {
	text-align: center;
	padding-bottom: 20px;
}
.m-bemusician a {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 20px;
	border-radius: 37px;
	padding-top: 15px;
	margin: 0 auto;
}
/*中间切换*************/
.m-tab01 {
	background: #3e3e3e;
	padding: 3px 10px 0;
	height: 36px;
	border-radius: 2px;
}
.m-tab01 .nav-tabs {
	border: none;
}
.m-tab01 .nav > li > a {
	line-height: 33px;
	padding: 0;
	border: none;
	width: 80px;
	color: #fff;
}
.m-tab01 .nav-tabs > li > a, .m-tab01 .nav-tabs > li > a:hover, .m-tab01 .nav-tabs > li > a:focus {
	border: none;
	color: #fff;
	background: #3e3e3e;
}
.m-tab01 .nav-tabs > li.active > a, .m-tab01 .nav-tabs > li.active > a:hover, .m-tab01 .nav-tabs > li.active > a:focus {
	border: none;
	color: #3e3e3e;
	background: #fff;
}
/*首页发现音乐人轮播*********/
.panel-title-tabdot {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.panel-title-tabdot .nav {
	border: none;
}
.panel-title-tabdot .nav li {
	margin-left: 4px;
}
.panel-title-tabdot .nav > li > a {
	width: 10px;
	height: 10px;
	line-height: 999;
	overflow: hidden;
	border-radius: 5px;
	background: #3e3e3e;
	padding: 0;
	border: none;
}
.panel-title-tabdot .nav > li > a:hover, .panel-title-tabdot .nav > li.active > a {
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius: 5px;
	background: #e4583f;
	border: none;
}
/*弹窗操作*********/
.modal-operate {
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
}
/*上传图片*********/
.uploadpic {
	display: inline-block;
	width: 170px;
	height: 170px;
	overflow: hidden;
}
/*博客详情*********/
.modal-blogdetail {
	border-top: 1px #d8d8d8 dashed;
	padding: 20px 0;
	text-align: left;
}
.modal-blogdetail p {
	margin: 12px 0;
}
/*更多*********/
.m-more01 .btn-block {
	background: #8d8d8d;
	border: 1px #8d8d8d solid;
}
.m-more01 .btn-block:hover {
	background: #e4583f;
	border: 1px #e4583f solid;
}
/*个人信息右侧菜单*********/
.m-rightnav {
	height: auto;
	overflow: hidden;
}
.m-rightnav li {
	line-height: 24px;
	padding: 10px;
}
.m-rightnav li {
	font-size: 16px;
}
.m-rightnav li span {
	font-size: 24px;
	vertical-align: text-bottom;
	margin-top: 6px;
}
.m-rightnav li a {
	color: #3e3e3e;
}
.m-rightnav li a:hover, .m-rightnav li.active a {
	color: #e4583f;
}
.m-rightnav li a span {
	visibility: hidden;
}
.m-rightnav li a:hover span, .m-rightnav li.active a span {
	visibility: visible;
	color: #e4583f;
}
/*项目收入表头*********/
.m-table .m-table-header {
	line-height: 40px;
	border-bottom: 1px #8d8d8d dashed;
	text-align: left;
}
.m-table .m-table-body table th, .m-table .m-table-body table td {
	border-top: none;
	text-align: center;
	vertical-align: middle;
}
.m-table .m-table-body table td .head img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}
/*通栏搜索****************************************/
.m-search .form-control {
	line-height: 26px;
	height: 40px;
	border-radius: 20px;
}
.m-search .form-control:focus {
	border-color: #da412c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.m-search .btn {
	line-height: 26px;
	height: 40px;
	border-radius: 20px;
	width: 80px;
}
.m-search .btn span {
	font-size: 20px;
	margin-top: 4px;
}
/*搜索选项卡*********/
.m-search-tab {
	margin-top: 20px;
}
.m-search-tab .nav-tabs {
	border-bottom: 1px #d8d8d8 dashed;
}
.m-search-tab .nav-tabs li {
	margin-bottom: 0;
}
.m-search-tab .nav-tabs li a {
	border: none;
}
.m-search-tab .nav-tabs li a:hover, .m-search-tab .nav-tabs li.active a {
	border: none;
	background: none;
}
.m-search-tab .nav-tabs li.active a {
	color: #e4583f;
}
.m-search-tab .tab-content {
	padding-top: 10px;
}
/*发微博-表情*************/
.m-postweibo-face{
	display:inline-block;
	}
.m-postweibo-face .dropdown-toggle{
	box-shadow: none;
	cursor:pointer;}
.m-postweibo-face.open .dropdown-toggle{
	box-shadow: none;
}
.m-postweibo-face .dropdown-menu{
	width:410px;
	padding:0;
	}
.m-postweibo-face .dropdown-menu ul{
	float:left;
	overflow:hidden;
	margin:5px 5px 5px 6px;
	border-top:1px #e8e8e8 solid;
	border-left:1px #e8e8e8 solid;}
.m-postweibo-face .dropdown-menu li{
	cursor: pointer;
	float: left;
	border: 1px solid #e8e8e8;
	height: 34px;
	width: 34px;
	margin: -1px 0 0 -1px;
	text-align: center;
	vertical-align:middle;}
/*发微博-照片*************/
.m-postweibo-photo{
	display:inline-block;
	}
.m-postweibo-photo .dropdown-toggle{
	box-shadow: none;
	cursor:pointer;}
.m-postweibo-photo.open .dropdown-toggle{
	box-shadow: none;
}
.m-postweibo-photo .dropdown-menu{
	width:300px;
	left:-100px;
	padding:0;
	}
.m-postweibo-photo .dropdown-menu .item-title{
	border-bottom:1px #e8e8e8 solid;
	background:#f3f3f3;
	text-align:left;
	padding-left:10px;
	line-height:30px;}
.m-postweibo-photo .dropdown-menu .item-cont{
	margin:20px;
	text-align:center;}
