@CHARSET "UTF-8";

.mt20 {
	margin-top: 20px;
}

.input-file {
	position: relative; /* 保证子元素的定位 */
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	color: white;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
  transition: opacity .3s;
}

.input-file:hover {
  opacity: .7;
}

.input-file-text {
	display: inline-block;
	color: #fff;
	font-family: 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	cursor: pointer;
	z-index: 1;
}

.fileupload-input {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px; /* 宽高和外围元素保持一致 */
	height: 50px;
	z-index: 100;
	font-size: 450px;
	margin-left: -10px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.imageupload {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 290px;
	margin-left: -10px;
	width: 120px; /* 宽高和外围元素保持一致 */
	height: 30px;
	/*以下是透明度为0*/
	opacity: 0;
	-moz-opacity: 0; /* 兼容老式浏览器 */
	filter: alpha(opacity = 0); /* 兼容IE */
}

.avatarupload {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 290px;
	margin-left: -10px;
	width: 120px; /* 宽高和外围元素保持一致 */
	height: 30px;
	/*以下是透明度为0*/
	opacity: 0;
	-moz-opacity: 0; /* 兼容老式浏览器 */
	filter: alpha(opacity = 0); /* 兼容IE */
	padding:12px 10px;
}
.componentsupload,.s_componentsupload,.baikeupload {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 290px;
	margin-left: -10px;
	width: 120px; /* 宽高和外围元素保持一致 */
	height: 30px;
	/*以下是透明度为0*/
	opacity: 0;
	-moz-opacity: 0; /* 兼容老式浏览器 */
	filter: alpha(opacity = 0); /* 兼容IE */
	padding:0px 20px;
}

.progress {
	background-color: #E5E5E5;
	margin-top: 20px;
	width: 100%;
}

.bar {
	background-color: #000;
	height: 3px;
	width: 1px;
}

.step2 {
	display: none;
}

.step3 {
	display: none;
}

.step4 {
	display: none;
}

.tag_btn {
	display: inline-block;
	min-height: 28px;
	line-height: 28px;
	padding: 2px 5px;
	background-color: #f6f4ec;
	border: 2px solid #dcd9d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #867f6f;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.tag_btn:hover {
	background-color: #F1EDE1;
	border: 2px solid #D4CEB9;
}

.tag_btn img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 0 5px 0 -2px;
}

.glyphicon-remove {
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(../images/index/remove.png) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: -5px;
}

#tagzone {
	float: left;
	width: 530px;
}

#tagzone #ni {
  margin: 0;
  padding: 0;
}

.selectzone {
	float: left;
	width: 540px;
}

.tag_info {
	clear: both;
	font-size: 12px;
	color: #999;
	margin: 0 0 15px 0;
	display: block;
}

.upload_info {
	clear: both;
	font-size: 12px;
	color: #999;
	margin: 0 0 15px 0;
	display: block;
}

.album_item {
	width: 120px;
	margin-left: 40px;
	float: left;
	color: #867f6f;
}

.msound_album_item {
	width: 120px;
	margin-left: 20px;
	float: left;
	color: #867f6f;
}

.album_cover {
	width: 120px;
	height: 120px;
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 6px;
	cursor: pointer;
}

.album_cover img {
	width: 120px;
	height: 120px;
	vertical-align: middle;
}

#album_cover .h100 #cover_100,
#album_cover .h100 #picture_100 {
  border-radius: 4px;
}

.album_item_title {
	text-align: center;
	color: #fff;
	font-family: helvetica;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding:5px;
	z-index: 2;
	font-size: 14px;
	height:15px;
	line-height:18px;
	overflow:hidden;
}

.album_item_bg {
	background-color: #000;
	border-width: 0;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
}

.selected .album_item_bg {
	opacity: 1;
	background-color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

.selected .album_item_title {
	color: #B80000;
}

#content {
	background-color: #fff;
	margin: 30px auto 0 auto;
	width: 968px;
	position: relative;
	top: 50px;
	z-index: 1;
	border: solid 1px #E0E0E0;
  border-radius: 4px;
	padding: 20px;
	min-height: 500px;
	margin-bottom: 30px;
  transition: .2s;
}

@media (min-width:1201px) {
  #content {
    width: 1100px;
  }
}
.leftTab {
	float: right;
	width: 300px;
	padding-top: 50px;
}

.leftTab li{
	width:300px;
	height:60px;
	color:#999;
	font-size:23px;
	text-align:center;
}

.leftTab li a{
	color:#666;
}

.leftTab .uactive a {
color: #CD3333;
font-size: 23px;
font-weight: bolder;
text-shadow: 1px 1px 1px rgba(0,0,0,.9);
-webkit-transition: 0;
-moz-transition: 0;
-o-transition: 0;
transition: 0;
}

.rightContent {
	float: left;
	width: 645px;
	padding-left: 20px;
	min-height: 500px;
}

.clear {
	clear: both;
}

#files {
	padding-bottom: 30px;
}

#content .label_input {
	margin-bottom: 20px;
}

#uploadlogo1 {
	padding-left: 75px;
}

.nav {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.cover_image_box {
  z-index: 1;
	display: none;
	position: relative;
	margin-bottom: 20px;
}

.imagedelete {
	display: none;
	position: absolute;
	top: -2px;
  left: 320px;
	color: #fff;
	background: url('../images/index/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item {
  width: 623px;
  height: 50px;
  font-size: 13px;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 15px;
}

.uploadify-queue-item .cancel a {
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item .data {
  float: right;
  color: #9c9c9c;
}

.uploadify-queue-item .progress {
  margin-top: 4px;
}

.uploadify-queue-item .bar {
  background-color: #8c8c8c;
  height: 2px;
}

.labeltextarea {
	width: 460px;
	min-height: 150px;
}

.btn_submit {
    cursor: pointer;
    font-size: 20px;
    background-color: #000;
    color: #fff !important;
    width: 140px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .3s;
}

.btn_submit:hover,.btn_submit:focus {
	opacity: .7;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.label-message {
	float: left;
	padding: 10px;
	font-size: 14px;
  line-height: 22px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.label-important,.errorMessage {
	float: left;
	color: #b94a48;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
}

#sound_cover .errorMessage {
	margin-left: 90px;
	margin-bottom: 20px;
}

.label-success {
	color: #84bd7f;
}

.label-spaceleft {
  color: #9c9c9c;
}

#album_title_list {
	margin-left: -40px;
}

#soundselectcontent {
	margin: 0 0 20px 105px;
	font-size: 14px;
	color: #999;
	display: block;
}

.soundselectcheck {
	float:left;
	width:100px;
	height:130px;
	margin-right:20px;
	cursor:pointer;
}
.soundselectcheckstr {
	text-align:center;
	width:100px;
	display:block;
}

.sinput {
	display: none;
}

span.required {
	color: #ff0000;
	position: absolute;
	right: 5px;
	top: 3px;
}

.info {
	color: #b94a48;
}

#catalog_tags {
	display: none;
}

#catalog_tags_zone {
	float: left;
	width: 450px;
	padding: 0 10px 0 0;
	margin:0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#catalog_tags_zone .tag_btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.edit {
	display: none;
	float: left;
	margin-top: 3px;
}

.uploaddata {
	float: left;
}

.MSound_soundstrlist {
	float: left;
	width: 300px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	color: #000;
	border: 0px solid #000;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	outline: 0;
}

.editConfirm {
	text-align: center;
	color: #fff;
	padding: 0 7px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	border-radius: 2px;
	background-color: #6f6f6f;
}

.editConfirm:hover,.editConfirm:focus {
	background-color: #8e8e8e;
}

.uploadify-queue-item a {
	margin-left: 10px;
}

.updateimg {
	position: relative;
	top: 4px;
}
.updatetitle {
display:none;
}
.cancel{
	display:none;
}

#preview-pane .preview-container {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

/* 头像设置 -> 三次元头像选择框样式 */
/* WORKAROUND: Jcrop 不支持图片在宽高固定的容器中水平垂直居中，所以需使用 transform 等强行覆盖原有样式 */
#avatarbox .jcrop-holder {
  position: absolute !important; /* stylelint-disable-line */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -moz-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -ms-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -o-transform: translate(-50%, -50%); /* stylelint-disable-line */
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: transparent !important; /* stylelint-disable-line */
}
#avatarbox .jcrop-holder > .jcrop-tracker {
  top: 50% !important; /* stylelint-disable-line */
  left: 50% !important; /* stylelint-disable-line */
  width: 410px !important; /* stylelint-disable-line */
  height: 210px !important; /* stylelint-disable-line */
  -webkit-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -moz-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -ms-transform: translate(-50%, -50%); /* stylelint-disable-line */
  -o-transform: translate(-50%, -50%); /* stylelint-disable-line */
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, .5); /* stylelint-disable-line */
}
#avatarbox .jcrop-holder > div .jcrop-tracker {
  background-color: rgba(255, 255, 255, .1); /* stylelint-disable-line */
}
#avatarbox .jcrop-holder img {
  opacity: 1 !important; /* stylelint-disable-line */
}
#avatarbox .h100 {
  border: .5px solid #e6e6e6; /* stylelint-disable-line */
  border-radius: 6px;
}
.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 2000;
	top: 10px;
	right: -280px;
	padding: 6px;
	border: 1px rgba(0, 0, 0, .4) solid;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

#picture_100,#picture_200 {
	float: left;
}

#picture_200 {

}

#picture_200_out{
	float:right;
	width:500px;
	height:120px;
	overflow:hidden;
	display:none;
}

#picture_200_outer{
	float:left;
	width:200px;
	height:120px;
	overflow:hidden;
}

#picture_200_outer img{
	position:absolute;
	top:-37px;
}

#albumzone {
	float: left;
	max-width: 540px;
}

#albumzonelist {
	display: none;
	margin-left: -20px;
  clear: both;
}

#edit_zone {
	width: 710px;
	margin: 0 auto;
	padding: 20px 0;
}

#create-album {
  display: none;
  position: relative;
  float: left;
  margin-left: 20px;
}

#create-album #create-album-input {
  width: 160px;
  padding: 0 62px 0 10px;
}

#create-album .input-file {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 26px;
  line-height: 26px;
}

#create-album .input-file.loading {
  margin-left: 0;
  left: inherit;
}

#create-album .input-file.loading:after {
  content: "...";
}

#create-album .input-file.loading .input-file-text {
  display: none;
}

.h100 {
	height: 100px;
	position:relative;
}

.flarge {
	font-size: 16px;
	line-height: 23px;
	color: #333;
}

.save_name_box {
  position: relative;
  left: 103px;
  margin-bottom: 20px;
}
#mimage_picture{
	display:none;
}
#mimage_picture{
	margin-bottom:20px;
}
.mimage_error{
position:absolute;
	left:220px;
	top:3px;
color: #b94a48;
font-size: 14px;
padding-left: 10px;
}
#image_cover{
	position:relative;
}

.section-header {
  font-size: 18px;
  font-weight: bold;
}

.edui-container .edui-toolbar {
  border: none !important;
  box-shadow: none !important;
}

.uploadify-queue-item-image {

	border: 1px solid #DFDFDF;
	font-size: 14px;
	max-width: 650px;
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	padding: 10px;
}

.uploadify-queue-detail {
  margin-bottom: 15px;
}
.uploadify-queue-left {
  width: 320px;
  float: left;
  border-radius: 6px;
}
.uploadify-queue-left .jcrop-holder {
  border-radius: 6px;
}
.uploadify-queue-left .jcrop-holder > div:first-child {
  background-color: #fff; /* stylelint-disable-line */
}
.uploadify-queue-left .jcrop-holder > img {
  border-radius: 6px;
  background-color: #fff; /* stylelint-disable-line */
}
.uploadify-queue-right {
  /* 190 + 320 + 11 + 2 = 523 */
  /* 图片预览区的宽 + 图片调整区的宽 + 预览区和调整区的间隔 + 预览区 border = 整个容器的宽 */
  width: 190px;
  margin-left: 11px;
  float: left;
  border: 1px solid #e6e6e6; /* stylelint-disable-line */
  border-radius: 6px;
}
.uploadify-queue-right > div:first-child {
  border-radius: 6px;
}
.uploadify-queue-right > div:first-child img {
  background-color: #fff; /* stylelint-disable-line */
}
.MImage_savenamelist {
	float: left;
	width: 180px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0px 15px 0px 15px;
	color: #000;
	border: 0px solid #000;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 4px;
	outline: 0;
}

#missionlist li {
overflow: hidden;
position: relative;
height: 150px;
margin: 0 25px 20px;
border-radius: 6px;
background: no-repeat right -312px;
background-image: url('http://img.xiami.net/static/img/achievements/index.png?v=20140401164645');
_background-image: url('http://img.xiami.net/static/img/achievements/index-8.png?v=20140401164645');
}

#missionlist .content {
float: left;
margin: 12px 0 0 10px;
_margin-left: 0;
}

#missionlist .content .listen {
background-position: 0 -584px;
}

#missionlist .icon {
margin-top: -1px;
vertical-align: middle;
background: url(http://img.xiami.net/res/glory/img/glory_icon.png) no-repeat 0 0;
}

#missionlist .content .icon {
float: left;
overflow: hidden;
width: 128px;
height: 128px;
background: no-repeat;
}

#missionlist .content p {
margin: 15px 0 0 140px;
_margin-left: 65px;
line-height: 30px;
	width:220px;
}
#missionlist .content strong {
display: block;
font-weight: bold;
font-size: 14px;
}
#missionlist .action {
float: right;
width: 336px;
margin-top: 20px;
}
#missionlist .action p {
position: relative;
width: 281px;
height: 24px;
border: 3px solid #414141;
border-radius: 4px;
background: #212121;
-webkit-background-image: linear-gradient(-45deg, #212121 25%, #333 25%, #333 50%, #212121 50%, #212121 75%, #333 75%);
background-image: linear-gradient(-45deg, #212121 25%, #333 25%, #333 50%, #212121 50%, #212121 75%, #333 75%);
background-size: 30px 30px;
}
#missionlist .action p span {
position: absolute;
z-index: 2;
width: 277px;
border: 2px solid #212121;
line-height: 20px;
text-align: center;
color: #FFF;
}
#missionlist .action p b {
display: block;
height: 24px;
background-color: #cd3333;
}
#missionlist .action em {
display: block;
line-height: 40px;
height: 40px;
}
#missionlist .action strong {
  font-weight: bold;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}
#missionlist .action button {
position: relative;
width: 100px;
height: 34px;
margin-left: 10px;
border: none;
border-radius: 4px;
background-color: #333;
text-align: center;
font-weight: bold;
color: #FFF;
cursor: pointer;
}
#missionlist .action button:hover{
	color:#cd3333;
}
#missionlist .action button b {
display: none;
position: absolute;
left: 110px;
top: 0;
padding: 0 10px;
border-radius: 4px;
background-color: #FFB62E;
line-height: 34px;
font-weight: normal;
white-space: nowrap;
color: #000;
}
#missionlist .action button b .triangle {
position: absolute;
left: -8px;
top: 0;
overflow: hidden;
width: 10px;
font-size: 20px;
color: #FFB62E;
}
#missionlist .action em {
display: block;
line-height: 40px;
height: 40px;
	font-size:12px;
	font-style: normal;
}
#missionlist .action #profilego,
#missionlist .action #newsprofilego,
#missionlist .action #rcprofilego  {
	display:inline;
}
#missionlist .todo {
  float: right;
  margin-right: 50px;
}
#ex-content {
	background-color: #fff;
	margin: 30px auto 20px auto;
	width: 1200px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
}
#explore-left{
	width:150px;
	float:left;
	border-right: 1px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#explore-right{
	width:1050px;
	float:left;
	padding:15px 0 15px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#taglist li {
	z-index: 5;
	width: 100%;
	padding: 14px 0 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	text-align:center;
	cursor:pointer;

}
#taglist .oddline {
background: #f5f5f5;
}
.explore-content .video-box{
	width:500px;
	margin:0 15px 15px 0;
	border:solid 1px #ddd;
	box-shadow:none;
  border-radius: 4px;
  background: #fdfdfd;
}
.explore-tag a{
	color:#000;
	display:block;
	width:100%;
  font-size: 16px;
}

.explore-tag a:hover, .tag-active a:hover {
  color: #CD3333;
}
.tag-active a {
  color: #CD3333;
  font-size: 20px;
  font-weight: bolder;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
}

/* exam样式 */

.bakatest {
list-style-type: none;
}
.bakatest li {
margin: 10px;
list-style-type: none;
border-radius: 4px;
width: 100%;
border-bottom: dashed #bbb 1px;
}
.bakatest .qtitle {
margin: 3px 5px;
line-height: 30px;
font-size: 16px;
text-shadow: #DDD 1px 1px 1px;
}
.bakatest .qtitle span {
background: #000;
color: #fff;
border-radius: 4px;
padding: 2px 5px;
}
.bakatest .qselect {
line-height: 27px;
margin: 10px 5px;
}
.bakatest .qselect span {
line-height: 30px;
background: #EEE;
border-radius: 4px;
padding: 5px;
margin: 2px 8px;
	font-size:14px;
}
.create-intro-container {
  float: left;
  margin-bottom: 20px;
}
.create-intro-container .edui-body-container {
  height: 190px !important;
}
