
.pop,
.pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.pop.absolute {
	position: absolute;
}
.pop-bg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.pop-con {
	text-align: center;
	position: relative;
	z-index: 1001;
}
.pop-shadow {
	box-shadow: 0 0 32px rgba(0,0,0,0.7);
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	*display:inline;
	*zoom:1;
	overflow: hidden;
}
.hide {
    display: none;
}
.create-main-left .change-photo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #595959;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 78px;
}

.me2-pop {
	width: 576px;
	text-align: left;
	background: #fafafa;
}
.me2-pop .me2-pop-title {
	padding: 0 14px;
	line-height: 39px;
	height: 39px;
	border-bottom: 1px #e1e1e1 solid;
	font-size: 16px;
	color: #333;
	background: #fff;
}
.me2-pop .me2-pop-title .close {
	float: right;
	margin-top: 12px;
	width: 14px;
	height: 14px;
	background: url(../images/icons.png) -32px -130px;
	cursor: pointer;
	filter: alpha(opacity=40);
	opacity: 0.40;
}
.me2-pop-btn {
	height: 36px;
	overflow: hidden;
	padding: 8px;
	background: #f5f5f5;
	text-align: center;
	position: relative;
	border-top:1px solid #e6e6e6;
}
.me2-pop-btn p {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 104px;
	height: 34px;
	line-height: 34px;
	background: #578aff;
	color: #fff;
	border: 1px #4075ed solid;
	border-radius: 3px;
	margin: 0 10px;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.me2-pop-btn p.cancel-btn {
	background: #fff;
	border: 1px #d9d9d9 solid;
	color: #474747;
}
.me2-pop-btn p.blue-btn {
	background: #1577da;
	border: 1px #1577da solid;
}
.me2-pop-con {
	padding: 15px;
	overflow: hidden;
	background: #f5f5f5;
}
.change-photo-img {
	width: 440px;
	height: 440px;
	overflow: hidden;
	background: #1a1c1f;
	position: relative;
}

/* 圈子 --------------------------------------*/
.create-circle-pop .me2-pop-con,
.create-list-pop .me2-pop-con {
	color: #9b9b9b;
}
.create-circle-pop .me2-pop-con td,
.create-list-pop .me2-pop-con td {
	padding: 7px;
}
.create-circle-photo {
	background: url(../images/circle-img-bg.jpg) no-repeat;
	width: 290px;
	height: 158px;
	border-radius: 3px;
	overflow: hidden;
}
.create-list-photo {
	background: url(../images/img-bg.jpg) no-repeat;
}
.create-circle-pop .me2-pop-con img,
.create-list-pop .me2-pop-con img {
	width: 290px;
	height: 158px;
	border-radius: 3px;
}
.create-circle-pop .me2-pop-con .change-photo,
.create-list-pop .me2-pop-con .change-photo {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px #d9d9d9 solid;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	color: #595959;
	cursor: pointer;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.create-circle-pop .me2-pop-con input,
.create-list-pop .me2-pop-con input {
	width: 374px;
}
.create-circle-pop .me2-pop-con textarea {
	width: 374px;
	height: 122px;
}
.must {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 4px;
	height: 4px;
	margin-right: 4px;
	border-radius: 4px;
	background: #ef1616;
	vertical-align: middle;
}
.change-photo-pop {
	width: 470px;
	height:523px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.create-ind {
	position: relative;
}
.create-ind span {
	position: absolute;
	bottom: 12px;
	right: 63px;
	line-height: 26px;
	color: #4e4e4e;
}
.circle-pop-btn {
	text-align: right;
}
.circle-pop-btn p.circle-del {
	float: left;
	color: #f11919;
	background: #fff;
	border: 1px #d9d9d9 solid;
}

/* 圈子添加视频 --------------------------------------*/
.add-video-title {
	line-height: 14px;
	color: #525252;
	margin-bottom: 4px;
	padding: 0 6px;
}
.add-video-list {
	max-height: 315px;
	overflow: hidden;
	position: relative;
}
.add-video-con {
	overflow: hidden;
	position: relative;
}
.add-video-list dl {
	float: left;
	padding: 5px;
	border: 1px #fafafa solid;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
	height: 89px;
	overflow: hidden;
}
.add-video-list dl.selected,
.add-video-list dl.selected:hover {
	border: 1px #ff6000 solid;
}
.add-video-list dl:hover {
	border: 1px #e0dfdf solid;
	background: #fff;
	box-shadow: 0 1px 5px #e0dfdf;
}
.add-video-list dl dt {
	position: relative;
	width: 124px;
}
.add-video-list dl dt .video-num {
	top: 2px;
	left: 2px;
}
.add-video-list dl dt strong {
	display: block;
	font-size: 12px;
	color: #4e4e4e;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.add-video-list dl.selected dd {
	display: block;
}
.add-video-list dl dd {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #ff6000 url(../images/icons.png) -28px -94px;
	display: none;
}
.selected-num {
	position: absolute;
	left: 20px;
	top: 0px;
	height: 55px;
	line-height: 55px;
	color: #565656;
}
.selected-num span {
	color: #ff6000;
}

/* 查看他人资料 --------------------------------------*/
.other-user-pop {
	width: 380px;
	position: relative;
	text-align: left;
}
.other-user-pop .close {
	background: url(../images/icons.png) -70px -269px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.other-user-pop .other-user-top {
	height: 135px;
	padding-top: 45px;
	text-align: center;
	background: url(../images/user-info-bg1.png) no-repeat;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	text-shadow: 0 1px 1px #000;
}
.other-user-pop .other-user-top img {
	border: 2px #8db8f0 solid;
	border-radius: 45px;
	background: url(../images/headimg-bg.png) 0 0;
}
.other-user-con {
	padding: 20px 0;
	overflow: hidden;
}
.other-user-con dl dt,
.other-user-con dl dd {
	float: left;
	padding: 5px 0;
	line-height: 18px;
}
.other-user-con dl dt {
	width: 70px;
	color: #808080;
	text-align: right;
	padding-right: 10px;
}
.other-user-con dl dd {
	width: 240px;
	color: #333;
	padding-right: 60px;
	min-height: 18px;
}

/* 绑定手机号 --------------------------------------*/
.circle-phone-pop {
	width: 332px;
}
.circle-phone-title {
	padding: 0 12px;
	background: #3f8ff3;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
}
.circle-phone-title img {
	float: left;
	margin-right: 14px;
}
.circle-phone-title p {
	font-size: 18px;
	padding-top: 28px;
}
.circle-phone-con {
	padding: 20px 39px 34px;
	position: relative;
}
.circle-phone-con input {
	width: 232px;
	margin-bottom: 14px;
	padding: 10px;
}
.send {
	position: absolute;
	right: 39px;
	top: 30px;
	width: 99px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #b5b5b5;
	border-left: 1px #e3e3e3 solid;
}
.send a {
	color: #383838;
}
.circle-phone-btn {
	width: 254px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #3f8ff3;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

/* 片单-投放到 --------------------------------------*/
.list-put-menu {
	padding: 15px 0 10px;
	text-align: center;
}
.list-put-menu p {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 104px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px #d9d9d9 solid;
	border-radius: 0 5px 5px 0;
	color: #4d4d4d;
	cursor: pointer;
}
.list-put-menu p:first-child {
	border-radius: 5px 0 0 5px;
	border-right: 0;
}
.list-put-menu p.selected {
	background: #ff6000;
	color: #fff;
	border: 1px #e74701 solid;
	border-right: 0;
}
.list-put-title {
	padding: 0 6px;
}
.list-put-l {
	height: 330px;
	overflow: hidden;
}
.list-put-l dl {
	width: 50%;
	float: left;
	position: relative;
}
.list-put-l dl.selected dt,
.list-put-l dl.selected:hover dt {
	border: 1px #ff6000 solid;
}
.list-put-l dl dt:hover {
	border: 1px #e0dfdf solid;
	background: #fff;
	box-shadow: 0 1px 5px #e0dfdf;
}
.list-put-l dl dt {
	padding: 5px;
	border: 1px #fafafa solid;
}
.list-put-l dl dt p {
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.list-put-l dl.selected dd {
	display: block;
}
.list-put-l dl dd {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #ff6000 url(../images/icons.png) -28px -94px;
	display: none;
}

/* 内容同步 --------------------------------------*/
.syn-pop-con {
	padding: 0 20px;
}
.syn-pop-con dl {
	background: #fff;
	border: 1px #e1e1e1 solid;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 10px;
}
.syn-pop-con dl:first-child {
	margin: 0;
}
.syn-pop-con dl dt {
	padding: 13px 18px 13px 10px;
	height: 34px;
	line-height: 16px;
	cursor: pointer;
}
.syn-pop-con dl dt em,
.syn-pop-con dl dd em {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 34px;
	vertical-align: middle;
	background: url(../images/syn-icon.jpg);
}
.syn-pop-con dl dt em.arrow {
	width: 10px;
	height: 6px;
	margin: 14px 0 0 0;
	float: right;
	background: url(../images/icons.png) -380px -201px;
}
.syn-pop-con dl.selected dt em.arrow {
	background-position: -408px -201px;
}
.syn-pop-con dl em.checkbox {
	width: 16px;
	height: 16px;
	border: 1px #e1e1e1 solid;
	background: none;
	margin-top: 8px;
	cursor: pointer;
}
.syn-pop-con dl dd em.checkbox {
	margin-top: 14px;
}
.syn-pop-con dl em.checkbox.selected {
	border: 1px #ff6000 solid;
	background: url(../images/icons.png) -139px -95px;
}
.syn-pop-con dl dt p {
	padding-top: 2px;
	color: #474747;
}
.syn-pop-con dl dt span {
	font-size: 12px;
	color: #ff8c47;
}
.syn-pop-con dl dd {
	border-top: 1px #e1e1e1 solid;
	background: #f5f5f5;
	padding: 0 10px;
	width: 484px;
	height: 300px;
	overflow: hidden;
	display: none;
}
.syn-pop-con dl.selected dd {
	display: block;
}
.syn-pop-con dl dd li {
	padding: 10px 0;
	height: 46px;
	border-top: 1px #e1e1e1 solid;
}
.syn-pop-con dl dd li:first-child {
	border-top: 0;
}
.syn-pop-con dl dd li img {
	float: left;
	margin-right: 10px;
}
.syn-pop-con dl dd li p {
	padding-top: 4px;
	color: #464646;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.syn-pop-con dl dd li span {
	color: #818181;
	font-size: 12px;
}

/* 订阅圈子 --------------------------------------*/
.subscribe-con {
	padding: 0 5px;
	width: 536px;
	height: 440px;
	overflow: hidden;
}
.subscribe-con dl {
	float: left;
	width: 260px;
	position: relative;
	background: #efeff2;
	border-radius: 3px;
	margin-bottom:18px;
}
.subscribe-con dl:hover {
	z-index: 2;
}
.subscribe-con dl.fr {
	float: right;
}
.subscribe-con dl dt img {
	float: left;
	position: relative;
}
.subscribe-con dl dt div {
	border-radius: 3px;
	position: relative;
	width: 260px;
	height: 142px;
	overflow: hidden;
	cursor: pointer;
}
.subscribe-con dl dt div em {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.50;
	z-index: 2;
	display: none;
}
.subscribe-con dl dt div:hover em {
	display: block;
}
.subscribe-con dl dt p {
	clear: left;
	line-height: 26px;
	padding: 7px;
}
.subscribe-con dl dt p b {
	display: block;
	font-weight: normal;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subscribe-con dl dd {
	position: absolute;
	left: 272px;
	top: 0;
	width: 258px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 6px 12px rgba(0,0,0,0.53);
	border: 1px #1d1619 solid;
	display: none;
	z-index: 3;
}
.subscribe-con dl.fr dd {
	left: -272px;
}
.subscribe-con dl dd .subscribe-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1e1e1e;
	filter: alpha(opacity=94);
	opacity: 0.94;
}
.subscribe-circle-info,
.subscribe-user-info {
	position: relative;
	z-index: 2;
}
.subscribe-circle-info {
	padding: 10px 15px;
	height: 100px;
	border-bottom: 1px #1d1619 solid;
	margin-bottom: 1px;
	box-shadow: 0 0 1px 1px #7b787b;
}
.subscribe-circle-info h4 {
	font-weight: normal;
	color: #ff6000;
}
.subscribe-circle-info p {
	margin-bottom: 15px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #c3c3c3;
}
.subscribe-circle-info p strong {
	font-weight: normal;
	color: #dcdcdc;
}
.subscribe-circle-info p span {
	margin-right: 10px;
	font-size: 12px;
}
.subscribe-user-info {
	padding: 10px 15px;
	border-top: 1px #1d1619 solid;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 18px;
}
.subscribe-user-info img {
	border-radius: 20px;
	margin-right: 5px;
	float: left;
	background: url(../images/headimg-bg.png) 0 -241px;
}
.subscribe-user-info a {
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.subscribe-user-info p,
.subscribe-user-info span {
	display: block;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 订阅圈子（新） --------------------------------------*/
.me2-subscribe-con {
	padding: 20px;
}
.circle-search {
	width: 374px;
	border-radius: 3px;
	margin: 0 auto 5px;
	height: 34px;
	line-height: 34px;
	background: #fff;
	border: 1px #e3e3e3 solid;
	position: relative;
}
.circle-search input {
	border: 0;
	height: 18px;
	line-height: 18px;
	width: 290px;
}
.circle-search .circle-search-btn {
	width: 63px;
	border-left: 1px #e3e3e3 solid;
	text-align: center;
	float: right;
	cursor: pointer;
}
.circle-search .search-back {
	position: absolute;
	left: -80px;
	top: 0;
	height: 20px;
	line-height: 20px;
	padding: 7px 0;
	color: #979797;
	cursor: pointer;
}
.circle-search .search-back em {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 20px;
	margin-right: 7px;
	background: url(../images/icons.png) -230px -274px;
}
.subscribe-tit {
	font-size: 12px;
	padding: 0 10px;
	color: #979797;
	line-height: 34px;
}
.subscribe-tit span {
	color: #ff6810;
}
.subscribe-tab {
	overflow: hidden;
	margin-bottom: 10px;
}
.subscribe-tab ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}
.subscribe-tab ul li a {
	display: block;
	line-height: 26px;
	border-radius: 3px;
	overflow: hidden;
	padding: 0 10px;
	font-size: 12px;
	color: #555;
}
.subscribe-tab ul li.selected a {
	background: #ff6810;
	color: #fff;
}
.subscribe-con-new {
	height: 308px;
	clear: both;
}
.subscribe-con-new dl {
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #efeff2;
	position: relative;
}
.subscribe-con-new dl dt {
	margin-right: 16px;
	float: left;
	font-size: 0;
	border-radius: 5px;
	overflow: hidden;
}
.subscribe-con-new dl dd {
	padding-top: 14px;
}
.subscribe-con-new dl dd a img {
	border-radius: 20px;
}
.subscribe-con-new dl dd p span {
	margin-right: 10px;
	color: #bbb;
	font-size: 12px;
}
.subscribe-con-new dl dd p strong {
	color: #777;
}
.subscribe-con-new dl dd .circle-subscribe {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
}
.subscribe-search-null {
	height: 376px;
	position: relative;
}


/* 片单排序 --------------------------------------*/
.sequence-info {
	padding: 10px 19px 10px 15px;
	height: 28px;
	line-height: 28px;
}
.sequence-info dl {
	width: 110px;
	height: 28px;
	float: right;
	position: relative;
	cursor: pointer;
}
.sequence-info dl dt {
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	border: 1px #d9d9d9 solid;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	position: relative;
	padding-right: 17px;
	z-index: 3;
}
.sequence-info dl dt em {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 26px;
	content: '';
	background: url(../images/icons.png) -312px -191px;
}
.sequence-info dl.selected dt em {
	background: url(../images/icons.png) -345px -191px;
}
.sequence-info dl dd {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	line-height: 35px;
	text-align:center;
	border: 1px #d9d9d9 solid;
	border-radius: 0 0 3px 3px;
	background: #fff;
	padding: 3px 0;
	z-index: 2;
	display: none;
}
.sequence-info dl.selected dd {
	display: block;
}
.sequence-info dl dd p:hover {
	color: #ff752c;
}
.sequence-list {
	height: 360px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sequence-list li {
	width: 256px;
	height: 38px;
	margin: 0 15px 16px;
	float: left;
	cursor: move;
}
.sequence-list li span {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 38px;
	line-height: 18px;
	*line-height: 20px;
	font-size: 18px;
	vertical-align: bottom;
}
.sequence-list li p {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 196px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px #dfdfdf solid;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
.sequence-list li p em {
	position: absolute;
	top: 15px;
	right: 13px;
	width: 12px;
	height: 6px;
	background: url(../images/icons.png) -107px -233px;
}
.sequence-list li:hover span {
	color: #ff600c;
}
.sequence-list li:hover p {
	border: 1px #ff600c solid;
}
.sequence-list li:hover p em {
	background-position: -141px -233px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), not all
{

.me2-pop .me2-pop-title .close {
	background: url(../images/apple/icons.png) -32px -130px;
	background-size: 500px;
}
.create-circle-photo {
	background: url(../images/apple/circle-img-bg.jpg) no-repeat;
	background-size: 290px 158px;
}
.create-list-photo {
	background: url(../images/apple/img-bg.jpg) no-repeat;
	background-size: 290px 158px;
}
.add-video-list dl dd {
	background: #ff6000 url(../images/apple/icons.png) -28px -94px;
	background-size: 500px;
}
.other-user-pop .close {
	background: url(../images/apple/icons.png) -70px -269px;
	background-size: 500px;
}
.other-user-pop .other-user-top {
	background: url(../images/apple/user-info-bg1.png) no-repeat;
	background-size: 380px 180px;
}
.other-user-pop .other-user-top img {
	background: url(../images/apple/headimg-bg.png) 0 0;
	background-size: 390px 300px;
}
.list-put-l dl dd {
	background: #ff6000 url(../images/apple/icons.png) -28px -94px;
	background-size: 500px;
}
.syn-pop-con dl dt em,
.syn-pop-con dl dd em {
	background: url(../images/apple/syn-icon.jpg);
	background-size: 40px 34px;
}
.syn-pop-con dl dt em.arrow {
	background: url(../images/apple/icons.png) -380px -201px;
	background-size: 500px;
}
.syn-pop-con dl em.checkbox.selected {
	background: url(../images/apple/icons.png) -139px -95px;
	background-size: 500px;
}
.subscribe-con dl dt p span em {
	background: url(../images/apple/icons.png) -107px -166px;
	background-size: 500px;
}
.subscribe-user-info img {
	background: url(../images/apple/headimg-bg.png) 0 -241px;
	background-size: 390px 300px;
}
.circle-search .search-back em {
	background: url(../images/apple/icons.png) -230px -274px;
	background-size: 500px;
}

}
























