/*全局样式*/
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, 
h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, 
ul, input , pre ,var textarea,th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
	font-family:"微软雅黑",sans-serif,Verdana, Arial, Helvetica !important;
}
body{
    background:#f9f9f9; width:100%; height:100%;outline: 0;
}
ol, ul , li {
	list-style: outside none none;
}
img{ 
    border:none; display:block;vertical-align:middle;
}
input::-webkit-search-cancel-button{
	display: none;  /*搜索框在ie浏览器下去掉叉号*/
}
input,textarea {
    border: 0; /*去掉内阴影 方法1 */
}
a{ 
    text-decoration:none;blr:expression(this.onFocus=this.blur());
    -moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}
a:hover {
	color: #e72d41;
}
a,input,button,*:focus,textarea,select{
    outline:none;
}
table{ 
    border-collapse:collapse;table-layout: fixed;border-spacing: 0;
}
tr th,tr td { 
    word-break: break-all; word-wrap:break-word;
}
.clearfix:after {
    clear: both;
		content: ".";
		display: block;
		visibility: hidden;
		*zoom:1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em,i{
	font-style:normal;
}
.fl{ 
    float:left;
}
.fr{ 
    float:right;
}
.container { 
    width:1100px; margin:0 auto;
}
.container1 { 
    width:1002px; margin:0 auto;
}
/*header*/
.header {
	padding: 20px 0;
	position: relative;
}
.header-logo {
	margin-top: 5px;
}
.header-logo a {
	background-image: url(../images/img_01.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	text-indent: -9999px;
}
.header-search {
	width: 392px;
	margin: 0 auto;
}
.header-search {
	width: 392px;
	position: relative;
}
.search-form input[type="text"]{
	padding-left: 21px;
	padding-right: 48px;
	position: relative;
	border: 1px solid #dfdfdf;
	background-color: #eeeded;
	height: 45px;
	line-height: 45px;
	width: 323px;
	display: block;
	border-radius: 30px;
	color: #9f9f9f;
}
.search-form input[type="text"]::-webkit-input-placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.search-form input[type="submit"]{
	right: 23px;
	bottom: 13px;
	position: absolute;
	display: block;
	background-image: url(../images/img_02.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.header-nav span,.header-nav a {
	color: #afafaf;
	font-size: 18px;
}
.header-nav a:hover {
	color: #e72d41;
}
.header-nav {
	position: absolute;
	top: 20px;
	right: 0px;
	line-height: 47px;
}
.header-nav span {
	position: relative;
}
.header-nav .a3 {
	font-size: 12px;
	padding: 0 15px;
}
.code-top {
	display: none;
	position: absolute;
	margin-left: -9px;
	border-radius: 3px;
	padding: 3px;
	background-color: #dfdfdf;
}
.code-top .i1 {
	top: -13px;
	left: 42%;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 13px solid #dfdfdf;
}
/*navigation*/
nav {
	background-color: #e72d41;
}
.nav-ul li {
	float: left;
}
.nav-ul li.select a {
	background-color: #c52738;
}
.nav-ul li a {
	padding-top: 12px;
	padding-bottom: 14px;
	width: 110px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
.nav-ul li a:hover {
	background-color: #c52738;
}
/*首页-main*/
.main {
	margin-top: 30px;
}
/*轮播图*/
.slides-img {
	position: relative;
}
.slides p {
	padding: 12px 40px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
}
.slides p a {
	color: #FFFFFF;
	font-size: 20px;
}
/*小编精选*/
.title-zj {
	margin-bottom: 30px;
}
.play-h2 {
	font-size: 22px;
	color: #282728;
	font-weight: bold;
}
.play-list {
	padding-top: 30px;
	padding-bottom: 11px;
	border-bottom: 1px solid #eaeaea;
}
.play-list:last-child {
	border-bottom: 0px;
}
.radio-a {
	width: 780px;
}
.radio-a-cont {
	width: 220px;
    padding-right: 40px;
	float: left;
}
.radio-text {
	padding: 16px 0;
	height: 24px;
	overflow: hidden;
}
.radio-text a {
	color: #666666;
	font-size: 16px;
}
.radio-text a:hover {
	color: #e72d41;
}
.radio-img {
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.radio-img img {
	width: 100%;
	height: 100%;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.radio-img img:hover {
	transform: scale(1.1);
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.main-le {
	width: 740px;
}
.main-fr {
	padding-left: 29px;
	width: 300px;
}
.ad-img {
	padding-bottom: 27px;
}
.ad-img img {
	max-width: 300px;
	margin: 0 auto;
}

/**推荐用户**/
.refer-users {
	padding: 30px 0 13px 0;
	border-bottom: 1px solid #f0f0f0;
}
.refer-users a {
 display: flex;
}
.refer-users-img img {
	width: 61px !important;
	height: 61px !important;
	border-radius: 50% !important;
	margin-right: 15px !important;
}
.refer-users-infor {
	display: flex;
	flex-direction: column;
	color: #282728;
	font-weight: 600;
	font-size: 15px;
  line-height: 26px;
}
.refer-users-infor .name {
	margin-top: 5px;
	margin-bottom: 5px;
}
.refer-users-infor .num .mark {
	color: #d74040;
}
.refer-users-infor .num  span {
	padding-right: 4px;
}
.comment-img {
	padding: 28px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.comment-img-top {
	display: flex;
	margin-bottom: 15px;
}
.comment-img img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	margin-right: 16px;
	margin-top: 4px;
}
.comment-infor {
	line-height: 26px;
	font-size: 15px;
}
.comment-infor .p1 {
	color: #333333;
}
.comment-infor .p1 .a1 {
	color: #666666;
	font-weight: bold;
}
.comment-infor .p1 .a2 {
	color: #333333;
	font-weight: bold;
}
.comment-img .comment-content {
	color: #333333;
	font-size: 13px;
	line-height: 26px;
}
.comment {
	margin-bottom: 30px;
}


.com-text {
	color: #666666;
}
.com-text p {
	line-height: 20px;
}




.aud-text p a {
	display: block;
}
.aud-text .p3 a {
	padding-top: 15px;
	color: #666666;
	font-size: 16px;
}
.aud-text .p3 a:hover {
	color: #e72d41;
}
.aud-text .p4 a {
	padding-top: 5px;
	color: #999999;
	font-size: 14px;
}
.aud-img {
	float: left;
	margin-right: 29px;
}
.aud-img img {
	width: 106px;
	height: 106px;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}
.aud-img img:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
/*底部*/
footer {
	margin-top: 20px;
}
.footer-top {
	height: 175px;
	background-color: #f2f2f2;
}
.footer-top-container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top .copyright {
	width: 676px;
}
.footer-top .copyright .title {
	font-size: 21px;
	color: #282728;
	font-weight: bold;
	padding-bottom: 16px;
}
.footer-top .copyright span {
	display: block;
	color: #282728;
	font-size: 15px;
	line-height: 26px;
}
.footer-bottom {
	background-color: #282a2d;
}
.footer-bottom span {
	display: block;
	text-align: center;
	color: #ebebeb;
	font-size: 16px;
	top: 10px;
	position: relative;
}
.footer-bottom span a {
	color: #ebebeb;
}
.footer-nav {
	height: 58px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-nav a {
	color: #282728;
	font-size: 17px;
	padding: 0 16px;
}
.footer-nav a:hover {
	color: #ce3a40;
}
.foot {
	height: 110px !important;
}
.foot-a {
	padding-top: 24px;
	width: 359px;
}
.foot-a ul {	
	width: 327px;
}
.foot-a ul li {
	line-height: 27px; 
	float: left;
	padding-right: 24px;
}
.foot-a ul li a {
	color: #666666;
	font-size: 16px;
}
.foot-a ul li a:hover {
	color: #e72d41;
}
.foot-a p {
	color: #666666;
	font-size: 16px;
	line-height: 27px;
}
.foot-b {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding-top: 24px;
	width: 429px;
}
.foot-b p{
	word-wrap:break-word;
	line-height: 27px;
	padding-left: 9px;
	color: #666666;
	font-size: 16px;
}
.foot-b img {
	margin: 15px auto;
	cursor: pointer;
}
.foot-c {
	width: 308px;
}
.code {
	margin-top: 11px ;
	width: 220px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
}
.code img{
	float: left;
        width: 100px;
}
.code span{
	display: block;
	padding: 31px 11px 0 17px;
	float: left;
	color: #666666;
}
footer {
	background-color: #282a2d;
}
/*福音电台专辑*/
.picture {
	width: 1130px;
}
.picture-nav {
	padding-top: 34px;
	width: 395px;
	margin: 0 auto;
}
.picture-nav a {
	margin: 0 15px;
	padding: 6px 24px;
	font-size: 18px;
	color: #999999;
}
.picture-nav a.select {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.picture-nav a:hover {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.picture-lb {
	width: 250px;
	padding-right: 30px;
	padding-top: 34px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e9e9e9;
	float: left;
}
.picture-lb .radio-img {
	width: 250px;
	height: 250px;
}
.picture-lb .radio-img img {
	width: 100%;
}
.picture-cont {
	border-bottom: 1px solid #e9e9e9;
}
.comment-list-div {
	padding: 20px 0;
	border: 1px;
	background-image: url(../images/audio_08.png);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
.comment-list-div:first-child {
	padding-top: 0px;
}
/*加载更多*/
.more-btn {
	margin: 40px 0 40px 122px;
	width: 230px;
	height: 52px;
	border-radius: 30px;
	line-height: 52px;
	text-align: center;
	background-color: #f2f2f2;
}
.more-btn a {
	color: #282728;
	font-size: 20px;
	font-weight: bold;
}
.more-btn a svg {
	margin-top:
}
.more-btn a:hover{
	color: #e72d41;
}
/*福音电台单曲*/
.audio-cont {
	padding-bottom: 36px;
	border-bottom: 1px solid #eaeaea;
}
.audio-cont-img a:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.audio-cont-img img {
	width: 239px;
	height: 239px;
}
.audio-cont-intro {
	padding-left: 49px;
	padding-top: 16px;
	width: 449px;
}
.audio-cont-intro h1 {
	padding-bottom: 19px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.label span {
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	display: block;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	border: 1px solid #d3d3d3;
	background-color: #ededed;
}
.label span:hover {
	background-color: #f3f3f3;
}
.play-icon img {
	cursor: pointer;
	float: left;
	opacity: 1;
	filter:alpha(opacity=100);
}
.play-icon img:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.play-icon p {
	padding-left: 21px;
	line-height: 51px;
	float: left;
	color: #999999;
	font-size: 18px;
}
.play-icon p span {
	color: #e72d41;
	font-size: 28px;
	font-weight: bold;	
}
.audio-cont-text {
	padding-top: 24px;
	width: 640px;
}
.audio-cont-text p {
	line-height: 24px;
	color: #666666;
}
.miniPlayer3 .aBtn {
	cursor: pointer;
	float: left;
	display: block;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	opacity: 1;
	filter:alpha(opacity=100);
}
.miniPlayer3 .playBtn {
	background-image: url(../images/audio_07.png);
}
.miniPlayer3 .pauseBtn {
	background-image: url(../images/audio_06.png);
}
.miniPlayer3 .playBtn:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.miniPlayer3 .title {
	padding-left: 19px;
	line-height: 26px;
	color: #666666;
	font-size: 16px;
}
.miniPlayer3 .title:hover {
	color: #e72d41;;
}
.miniPlayer3 .sound-playcount,.title-h2 .sound-playcount {
	padding-right: 14px;
	float: right;
	padding-left: 21px;
	color: #666666;
	background-image: url(../images/audio_01.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.miniPlayer3 .sound-date {
	float: right;
	padding-right: 30px;
	color: #666666;
}
.audio-soundlist {
	padding-top: 30px;
}
.audio-soundlist li {
	margin-top: -1px;
	padding: 13px 30px;
	border: 1px solid #eeebeb;
}
.title-h2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.title-h2 .sound-playcount {
	margin-left: 20px;
	line-height: 26px;
	float: left !important;
}
.title-h2 h2 {
	float: left;
	color: #e72d41;
	font-size: 18px;
	font-weight: bold;
}
.title-h2 h2 a {
	color: #e72d41;
}
.title-h2 h2 a:hover {
	text-decoration: underline;
}
/*页码*/
.page ul {
	width: 300px;
	margin: 50px auto;
}
.page ul li {
	float: left;
}
.page ul li a {
	margin: 0 7px;
	line-height: 37px;
	text-align: center;
	display: block;
	color: #333333;
	font-size: 18px;
	padding: 0 14px;
}
.page ul li a:hover,.page ul li a.select {
	color: #FFFFFF;
	border-radius: 37px;
	background-color: #e72d41;
}
.page ul li.active span {
	color: #FFFFFF !important;
	border-radius: 37px;
	background-color: #e72d41;
}
.share {
	margin-top: 16px;
}
.more-a {
	padding-top: 6px;
	color: #999999;
	font-size: 12px;
}
/*详情页*/
.jp-playlist ul li:nth-of-type(odd){ background-color:#f3f3f3}
.feature-div {
	width: 770px;
}
.feature-cont {
	width: 160px;
	float: left;
}
.feature-cont .radio-img {
	width: 160px;
	height: 160px;
}
.feature-cont .radio-img img {
	width: 160px;
	height: 160px;
}
.com-head-le-img {
	float: left;
}
.com-head-le-img img {
	width: 46px;
	height: 46px;
	border-radius: 46px;
}
.com-head-le span {
	padding-left: 22px;
	line-height: 46px;
	color: #999999;
	font-size: 16px;
}
.com-head-le span a {
	color: #999999;
}
.com-head-date {
	line-height: 46px;
	color: #999999;
}
.com-content {
	padding-left: 68px;
	padding-top: 9px;
}
.com-content p {
	line-height: 25px;
	color: #666666;
	font-size: 16px;
}
.comment-div-li {
	padding: 20px 0 15px 15px;
	border-bottom: 1px solid #eaeaea;
}
.commentSection-cont {
	margin-top: 27px;
}
.comment-pl {
	padding-bottom: 30px;
}
/*详情页-*/
.content {
	height: 370px;
	border: 1px solid #eaeaea;
	background-color: #FFFFFF;
}
.official-div {
	padding: 30px 15px 30px 30px;
}
.official-div  ul li {
	padding: 11.5px 0;
}
.official-div  ul li a {
	color: #666666;
}
.official-div  ul li a:hover {
	color: #e72d41;
}
.official {
	padding-bottom: 105px;
}
.a-icon {
	display: block;
	width: 51px;
	height: 51px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/img_21.png);
}
/*关于我们*/
.us-head {
	width: 100%;
	overflow: hidden;
}
.us-head-img {
	width: 100%;
	height: 500px;
	animation: fangda 4s linear;
	overflow: hidden;
	animation-fill-mode: forwards;
}
@keyframes fangda{
	0%{transform: scale(1.0);}
	100%{transform: scale(1.2);}

}
.us-head-img > img {
	width: 100%;
	height: 100%;
}
.us-head-center {
	text-align: center;
	margin: 0 auto;
}
.us-logo h3 {
	padding-top: 27px;
	color: #4b5b65;
	font-size: 20px;
}
.us-head-center {
	position: absolute;
	top: 0px;
}
.us-h2 {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 19px;
}
.us-le,.us-ri {
	width: 48%;
}
.us-le img {
	width: 100%;
}
.contact-li {
	padding-top: 18px;
}
.contact-li ul li {
	width: 25%;
	padding-bottom: 25px;
	float: left;
}
.contactUl {
	text-align: center;	
}
.contactUl img {
	margin: 0 auto;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}
.contactUl:hover img {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.contactUl span {
	display: block;
	padding-top: 21px;
	color: #666666;
	font-size: 16px;
}
.us-direct {
	margin-bottom: 38px;
}
.us-img2 {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -26.5px;
	animation: imgDh 2s infinite;
}
@keyframes imgDh{
	0%{top: 0px;}
	100%{top:40px}
}
.topBtn {
	transition: all .5s linear;
}
.topBtn:hover {
	transform: scaleX(-1);
}
.contL1 {
	animation: video1Fly 2s ease 0s 1 normal;
}
@keyframes video1Fly{
	100% {
	    -webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    -o-transform: translate(0,0);
	    transform: translate(0,0);
	    opacity: 1;
	}
	50% {
	    opacity: 0.5;
	}
	0% {
	    -webkit-transform: translate(-20%,0);
	    -moz-transform: translate(-20%,0);
	    -ms-transform: translate(-20%,0);
	    -o-transform: translate(-20%,0);
	    transform: translate(-20%,0);
	    opacity: 0;
	}
}
/*我的主页*/
.bg-img-wrapper {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-img-wrapper img {
	width: 100%;
	min-height: 365px;
	position: absolute;
}
.masker {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	height: 365px;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.ps-center {
	height: 365px;
	overflow: hidden;
}
.my-homepage img {
	margin: 20px 0;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
}
.my-homepage {
	color: #FFFFFF;
	position: relative;
}
.my-homepage h1 {
	font-size: 30px;
	font-weight: 500;
}
.my-homepage p {
	padding-top: 10px;
}
.my-homepage ul li {
	float: left;
}
.my-homepage ul li a {
	color: #FFFFFF;
}
.my-homepage-lb {
	margin: 20px 0;
}
.my-homepage-lb a {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 25px;
}
.userCenterHd {
    margin-top: 40px;
}
.userCenterHd a {
    float: right;
    color: #999999;
}
.userCenterHd a:hover,.titleBar a:hover {
	color: #E72D41;
}
.userCenterHd span {
    font-size: 16px;
    font-weight: 500;
}
.album_tile_list {
    padding-left: 10px;
}
.body_list li {
    border-bottom: 0;
    margin-right: 15px;
    margin-top: 20px;
    float: left!important;
		height: 239px;
		overflow: hidden;
}
.album_tile_list .item .picture {
    padding: 0 5px 10px 10px;
    position: relative;
}
.my-homepage-lb span {
	padding-left: 5px;
}
.my-homepage-gz a {
	color: #FFFFFF;
	padding: 3px 20px;
	border-radius: 3px;
	border: 1px solid #CDCDCD;
}
.followBtn {
	background-color: #E72D41;
    border: 1px solid #f92d2d !important;
}
.shareBtn {
	background-color: #fff;
    border: 1px solid #CDCDCD;
    color: #666 !important;
    margin-left: 20px;
}
.zj-picture {
	position: relative;
	padding: 0 5px 10px 10px;
}
.zj-picture img {
	width: 149px;
	height: 150px;
	border: 1px solid #dedede;
	display: block;
    cursor: pointer;
    background-position: 0px 0px;
}
.zj-picture > a {
	background: url(../images/bg-album-w140.jpg) no-repeat right;
	background-size: 100%;
	width: 151px;
	height: 151px;
	padding: 4px 4px 0 0;
	display: block;
}
.info {
	height: 18px;
	overflow: hidden;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
}
.info a {
	color: #666666;
}
.info a:hover {
	color: #E72D41;
}
.titleBar .more-t {
	float: right;
	color: #999999;
}
.titleBar h2 {
	font-weight: bold;
	font-size: 14px;
}
.titleBar {
	border-bottom: 1px solid #EAEAEA;
	height: 26px;
	line-height: 26px;
}
.fans-content {
	margin-top: 10px;
}
.fans-content img {
	width: 40px;
	height: 40px;
	padding: 2px 0 0 2px;
	float: left;
}
.fansBar {
	margin-top: 20px;
}
.jp-audio{width:auto !important;}
.pic-img img {
	width: 60px;
	height: 60px;
}
.nav_wrap {
	margin-left: 25px;
}
.username {
	margin-top: 5px;
}
.username h2 {
	font-size: 20px;
	color: #000000;
    height: 30px;
}
.attenBtn {
	margin-left: 15px;
	background-color: #E72D41;
    border: 1px solid #B25900 !important;
}
.nav_list {
	height: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 0;
    font-size: 12px;
}
.nav_list li {
	float: left;
    text-align: center;
    margin-right: 12px;
    border-top: solid 1px transparent;
}
.nav_list li a {
	display: inline-block;
    padding: 0 5px;  
    color: #666666; 
}
.nav_list li.on a,.nav_list li:hover a {
	border-radius: 2px;
    background-color: #E72D41;
    color: #FFFFFF;
} 
.user-top {
	margin-top: 30px;
	border-bottom: 1px solid #EAEAEA;
	height: 33px;
	padding-bottom: 10px;
	font-size: 16px;
	position: relative;
}
.user-top-left {
	position: absolute;
    top: 15px;	
	display: inline-block;
    align-items: center;
}
.head-search {
	width: 240px;
	height: 33px;
	border: 1px solid #dcdcdc;
	float: right;
}

.head-search-icon {
	width: 40px;
	height: 33px;
	background-color: #666666;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-search-input {
	height: 33px;
	margin-left: 20px;
}
.user-top span {
	font-size: 12px;
	color: #999999;
}
.content-wrap {
	width: 170px;
}
.zjP-1 {
	max-height: 37PX;
	overflow: hidden;
}
.zjP-1 a {
	color: #666666;
}
.zjP-1 a:hover {
	color: #E72D41;
}
.zjP-2 span {
	color: #999999;
	font-size: 12px;
}
.zjP-3 i {
	margin-right: 4px;
	margin-top: 3px;
	float: left;
	background: url(../images/audio_07.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: block;
}
.zjP-3 a {
	font-size: 12px;
	color: #a5c3e2;
}
.zjP-3 a:hover {
	text-decoration: underline;
}
.soundBar {
	margin-top: 30px;
}
.soundPanelBar a {
	display: block;
	float: left;
	width: 70%;
    color: #666;
}
.soundPanelBar a:hover {
	text-decoration: underline;
	color: #E72D41;
}
.soundPanelBar span {
	float: right;
	background: url(../images/audio_01.png) no-repeat;
	background-size: 18%;
	background-position: 0px 3px;
	color: #999999;
	padding-left: 5%;
	text-align: right;
	font-size: 12px;
}
.soundBar-ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #eaeaea;
}
.attenNr-top a {
	display: block;
	color: #3586BC;
	padding-bottom: 8px;
}
.attenNr-top a:hover {
	text-decoration: underline;
}
.attenNr-top p {
    color: #666666;
}
.attenNr {
	margin-left: 20px;
	width: 70%;
}
.operate_btns a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 6px 15px;
    color: #333333;
    background-color: #ffffff;
    cursor: pointer;
}
.operate_btns a:hover {
	border: 1px solid #DA4F03;
    background-color: #FF6000;
    color: #FFFFFF;
    text-decoration: none;
}
.follow_list li {
	width: 100%;
	margin:0;
	padding: 20px 10px;
	border-bottom: 1px solid #EEEEEE;
	height: auto !important;
}
.attenNr-bottom {
	padding-top: 10px;
}
.attenNr-bottom span{
	padding-right: 20px;
	font-size: 12px;
	color: #999999;
}
.operate_btns {
	margin-right: 20px;
}
.Margin3 {
	margin-top: 30px;
}
.Margin2 {
	margin-top: 20px;
}
.borderNo {
	border: none;
}
.editing-p {
	padding-top: 30px;
}
.editing-p a {
	padding-left: 15px;
	float: right;
	color: #3586BC;
}
.editing-p a:hover {
	text-decoration: underline;
}
.edit-album  {
	
}
.edit-album h2 {
	padding-bottom: 5px;
	color: #333333;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	border-left: 10px solid #e72d41;
	border-bottom: 1px solid #e72d41;
}
.form-horizontal input[type="text"] {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background-color: #FFFFFF;
	width: 310px;
	padding: 0 5px;
	line-height: 36px;
	height: 36px;
}
.form-group {
	margin-top: 30px;
}
.form-group label {
	width: 15%;
	float: left;
	line-height: 36px;
}
.form-select select {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background-color: #FFFFFF;
	width: 120px;
	padding: 0 5px;
	line-height: 36px;
	height: 36px;
}
.form-select select option {
	height: 36px;
	line-height: 36px;
}
.form-textarea {
	width: 82%;
	float: left;
}
.form-textarea textarea {	
	width: 100%;
	height: 210px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.container2 {
	width: 800px;
	margin: 0 auto;
}
@media only screen and (max-width: 800px) {
	.container2 {
		width: 100%;
		margin: 0 auto;
	}
}
.form-group-a {
	text-align: center;
	margin: 50px 0;
}
.form-group-a a {
	margin: 0 15px;
	padding: 4px 26px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
}
.btn-secondary {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    color: #666;
}
.btn-primary:hover {
	color: #FFFFFF;
}
.btn-secondary:hover {
	color: #666;
}
.loginBtn {
	display: none;
	position: absolute;
    top: 20px;
    right: 0px;
    line-height: 47px;
}
.loginBtn a {
	font-size: 16px;
	color: #999;
}
/*主播认证页面*/
.auth-title {
	font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}
.auth-title em {
	color: #E72D41;
	font-size: 14px;
	font-weight: bold;
}
.field-name {
	float: left;
    width: 130px;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}
.need {
	color: red;
}
.v-content {
	background: #FFFFFF;
	padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.v-content legend {
	font-size: 22px;
    margin: 30px 0;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px !important;
}
.v-content legend span {
	font-size: 12px;
	color: #E72D41;
	font-weight: normal;
	padding-left: 20px;
}
.field-r {
    line-height: 32px;
    font-size: 14px;
    margin-left: 140px;
}
.field-r input {
	background: #FFFFFF;
}
.field-r input[type='text'] {
	padding: 10px;
    width: 267px;
    border: 1px solid #ccc;
    width: 267px;
    margin-right: 15px;
    font-size: 14px;
    height: 20px;
}
.registerform li {
	margin: 22px 0;
}
.idcard-w {
	margin-top: -15px !important;
}
.idcard-w img {
	max-width: 200px;
}
.identity .focus {
	line-height: 20px !important;
}
.pro-select {
	width: 150px;
	margin-right: 15px;
	float: left;
    line-height: 16px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: arial,"宋体";
    color: #999;
    overflow: hidden;
}
.intro-text textarea {
	padding: 5px;
	border: 1px solid #DDDDDD;
	width: 500px;
	height: 200px;
	resize: none !important;
	line-height: 22px;
}
.intro-text .focus {
	left: 510px !important;
}
.intro-text .focus {
	line-height: 20px !important;
}
.btn-primary {
	background-color: #E72D41 !important;
	border: 1px solid #E72D41 !important;
	color: #fff;
	width: 270px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 2px;
}
.btn-primary:hover {
	background-color: #C52536 !important;
}
.item-ifo input[type="radio"] {
	cursor: pointer;
}
.v-p {
	text-align: center;
	padding-top: 60px;
	font-size: 16px;
}
.v-header {
	min-height: 600px;
}
.footer-code-img {
	width: 263px;
}
/**第二版头部样式改版--头部样式*/
.container {
	position: relative;
}
.nav-ul li a {
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
}
.two-header {
	background-color: #e62c41;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.tow-header-logo a {
	text-align: center;
	display: block;
}
.tow-header-logo a img {
	display: block;
	margin: auto;
}
.two-loginBtn {
	line-height: 34px;
}
.two-loginBtn a {
	margin: 0 11px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.two-header-search-icon {
	position: absolute;
	top: 9px;
	left: 6px;
}
.two-header-search-input {
	position: relative;
	height: 35px;
    width: 50px;
    border-radius: 18px;
    padding: 0 10px 0 28px;
    line-height: 30px;
    background-color: rgba(255,255,255,0);
    color: #fff;
    transition: width background-color;.5s ease animation-duration: 0s;
    transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari 和 Chrome */
	-o-transition: width 1s; /* Opera */
}
.two-header-search-input:hover {
	background-color: rgba(255,255,255,0.5);
	width:200px;
}
.two-header-search-input.active {
	background-color: rgba(255,255,255,0.5);
	width: 200px;
}
.two-header-search-input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.two-header-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.two-header-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
.two-header-search-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.two-header-search {
	position: absolute;
	left: 0;
}
.two-loginBtn {
    position: absolute;
    right: 0;
}
.nav-ul li a {
	margin-top: -1px;
}
.nav-ul li.select a {
    background-color: #c52738;
    margin-top: -1px;
}
.nav-ul li a:hover {
	background-color: #c52738;
	margin-top: -1px;
}
.comment-button .comment-button-prev, .comment-button .comment-button-next {
	display: inline-block;
}
.comment-button .comment-button-prev svg, .comment-button .comment-button-next svg {
	cursor: pointer;
	fill: #dedede;
}
.comment-button .comment-button-prev svg:hover, .comment-button .comment-button-next svg:hover {
	cursor: pointer;
	fill: #282728;
}
.comment-top-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comment-button .comment-button-next {
	margin-left: 40px;
}
.comment-swiper {
	width: 300px;
	overflow: hidden;
}




