html {
	height: 100%;
	background-color: #FFF;
	background-color: #f3f3f3;
}
body {
	min-height: 100%;
	background-color: #f3f3f3;
}
.hiddenOnPhone {
	display: none;
}

/* 顶部导航栏 */
#phone-navigation {
	height: 50px;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	position: fixed;
	border-top: 1px solid rgba(30,35,42,.06);
	box-shadow: 0 -1px 3px 0 rgba(0,34,77,.05);
	background-clip: content-box;
	bottom: 0;
	left: 0;
  right: 0;
	z-index: 40;
}
#topLogo {
	display: none;
}
#phone-navigationRightButtonContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 0;
}
#topNavRightButtonContainer .fa{
	font-size: 20px;
	padding: 15px 10px;
	color: #B8C9D3;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#topNavRightButtonContainer .fa-phone {
	padding: 0;
	color: white;
	position: relative;
	top: 2px;
}
#phone-navigationRightButtonContainer .onActivity .fa {
	color: #9acd91;
}
#notificationToggle {
	position: relative;
}
#notificationToggle .navNotificationCount {
	position: absolute;
	left: 46px;
	top: 10px;
	width: auto;
	height: 12px;
	min-width: 6px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 4px 0 4px;
	font-family: "PingHei", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"!important;
	background-color: red;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	display: none;
}
#homeToggle,#menuToggle,#uploadVideoToggle,#notificationToggle,#settingToggle,#userToggle {
	display: inline-block;
	width: 25%;
	text-align: center;
}
#homeToggle b,#menuToggle b {
	font-size: 14px;
	color: #B8C9D3;
	position: relative;
	top: -2px;
}
#uploadVideoToggle span {
	display: none;
}
#signOut,#settingToggle {
	display: none;
}
#signUpToggle {
	text-align: right;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
#signUpToggle a {
	display: inline-block;
	vertical-align: top;
	background-color: #55A6FF;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 16px;
	margin: 9px 18px 9px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.phoneNav {
	position: fixed;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 50px;
	z-index: 500;
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	text-align: center;
/*
	background-image: url(../Image/index/3-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 95%;
*/
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.phoneNav.active {
	top: 0;
	z-index: 105;
}
.phoneNav>img  {
	max-height: 200px;
	margin: 0 auto;
}
.phoneNav ol {
	font-size: 0;
	margin-top: 30px;
	text-align: left;
}
.phoneNav ol li {
	padding: 30px 0;
	display: inline-block;
	text-align: center;
}
.phoneNav ol li img {
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 4px;
	margin: 0 auto;
	opacity: 0.8;
}
.phoneNav ol li span {
	vertical-align: middle;
	font-family: "PingHei", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"!important;
	font-size: 16px;
	display: block;
	color: #4576DC;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
	padding-left: 2px;
}
@media screen and (max-width: 449px) {
	.phoneNav>img  {
		max-height: 150px;
		margin: 0 auto;
	}
	.phoneNav ol li {
		width: 33.3333%;
	}
}
@media screen and (max-width: 768px) and (min-width: 450px) {
	.phoneNav>img  {
		max-height: 300px;
		margin: 0 auto;
	}
	.phoneNav ol li {
/*		width: 25%;*/
		width: 33.3333%;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}
	.phoneNav ol li:last-child {
		border-right: none;
	}
	.phoneNav ol {
		margin-top: 100px;
		padding: 0 50px;
	}
}




#window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
}
#windowContainer {
  height: 100%;
}


#topMenu {
	display: none;
}




.loginOrReg {
	position: absolute;
	right: 40px;
	top: 13px;
}
#navigationReg {
	margin-right: 20px;
	line-height: 25px;
	color: #3d79c1;
	position: relative;
	top: 1px;
}


#userAvatarContainer {
	width: auto;
	margin: 20px 15px 10px 15px;
	z-index: 5;
	text-align: left;
}
#userAvatarImg {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
#userAvatarWrap>div {
	display: inline-block;
	vertical-align: middle;
}
#userAvatarName {
	display: block;
	color: #55585B;
	font-size: 16px;
	margin-bottom: 2px;
	text-align: left;
}
.proVersionLabel {
	height: 14px;
}
.userAvatarVersion {
	display: inline-block;
	background-color: #12CB84;
	font-size: 12px;
	color: #FFF;
	padding: 4px 6px 3px 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	vertical-align: middle;
}
.userAvatarVersionDeadLine {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-left: 6px;
	vertical-align: middle;
}
#userAvatarContainer .fa-graduation-cap {
	display: none;
}



/*左侧的用户导航栏*/
#leftNav {
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding-bottom: 50px;
	z-index: 3;
	display: none;
}
#leftNav.showRightContainer {
  display: block;
}
#leftNav.onActivity {
  top: 0;
  bottom: 50px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#leftNavContainer {
	text-align: center;
	padding-bottom: 30px;
}
#leftNavContainer #userPanelLeave {
	font-size: 20px;
	line-height: 20px;
	margin: 10px 15px 10px 0;
	color: #B8C9D3;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	float: right;
}
#userMenuContainer {
	margin-bottom: 10px;
	text-align: left;
}
#userMenuContainer li {
	width: 33.33%;
	display: inline-block;
}
#userMenuContainer li>div {
/*	padding: 20px 0;*/
	margin: 20px;
	padding: 10px 0;
	text-align: center;
}
#userMenuContainer .fa {
	color: #668291;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#userMenuContainer span {
	color: #668291;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#userMenuContainer .menuOnActivity>div {
	background-color: #75CE30;
}
#userMenuContainer .menuOnActivity>div .fa,
#userMenuContainer .menuOnActivity>div span {
	color: #FFFFFF;
}


/*日历*/
#calendar {
	margin: 30px;
}
#userCalendar {
	width: 100%;
}
#userCalendar tr {
	height: 44px;
}
#userCalendar th {
	color: #515151;
	width: 25px;
	vertical-align: middle;
}
#userCalendar td {
	width: 14.28%;
	color: #5E5E5E;
	vertical-align: middle;
	text-align: center;
}
#userCalendarHeader #calendarYearSpan span {
	font-size: 30px;
	color: #4A4A4A;
	line-height: 30px;
	font-weight: bold;
}
#userCalendarHeader #calendarMonthSpan {
	text-align: right;
	padding-right: 6px;
}
#userCalendarHeader #calendarMonthSpan span {
	font-size: 18px;
	color: #4A4A4A;
	line-height: 30px;
	margin: 0 10px;
}
#calendarMonthSpan .fa-angle-left,
#calendarMonthSpan .fa-angle-right {
	font-size: 18px;
	color: #4A4A4A;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 0 6px;
}
#userCalendarHeader {
	height: 40px;
}
#userCalendar tr .today {
	font-weight: bold;
	background-color: #75CE30;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	color: #FFF;
}
.calendarDay:hover {
	color: #75CE30;
	font-weight: bold;
	cursor: pointer;
}

.gotoUserVersionUp {
	padding: 20px 0;
	margin: 0 20px;
	color: #FFF;
	cursor: pointer;
	background: #76b852;
	background: -webkit-linear-gradient(to right, #8DC26F, #76b852);
	background: linear-gradient(to right, #8DC26F, #76b852);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.gotoUserVersionUp small {
	font-size: 12px;
	margin-top: 4px;
}

#needHelp {
	display: none;
}





#videoUpload {
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding-bottom: 50px;
	z-index: 3;
	display: none;
	min-height: 100%;
}
#videoUpload.showRightContainer {
  display: block;
}
#videoUploadContainer {
	margin-left: 15px;
	padding-right: 15px;
}
#videoUpload #videoUploadTitle {
	font-size: 20px;
	display: block;
	margin: 30px 0;
}
#videoUpload #videoUploadTitle2 {
	font-size: 20px;
	display: block;
	margin: 40px 0 30px 0;
}
#videoUpload #videoUploadTitle2 small {
	color: #999;
	font-size: 14px;
}
#videoUploadContainer #videoUploadLeave {
	font-size: 20px;
	line-height: 20px;
	color: #B8C9D3;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	float: right;
}
#videoUploadContainer #videoUploadLeave:hover {
	color: #7e8990;
}
#dropToUpload {
	width: 100%;
	height: 60px;
	background-color: #3d79c1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
}
#uploadVideoPluploadButton {
	height: 60px;
	width: 100%;
}
#dropToUpload .fa {
	display: none;
}
#dropToUploadOnPhone {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	width: 100%;
}
#dropToUploadOnScreen {
	display: none;
}
.moxie-shim {
	width: 100%!important;
	height: 60px!important;
}
#videoUploadList {
	margin-bottom: 50px;
}
#videoUploadList li {
	margin-bottom: 20px;
}
#videoUploadList li div {
	position: relative;
}
#videoUploadList .videoUploadName {
	display: inline-block;
	margin-bottom: 4px;
	width: 140px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
#videoUploadList .videoUploadStatus {
	display: inline-block;
	margin-bottom: 4px;
	float: right;
	color: #999;
}
#AppSuggest, #promoteLevel {
/*	margin: 30px 0;*/
	text-align: center;
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
}
#AppSuggest p {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	background-color: #9acd91;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#AppSuggest img, #promoteLevel img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	opacity: 0.9;
	display: none;
}
#AppSuggest img:hover, #promoteLevel img:hover {
	opacity: 1.0;
}










#notification {
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding-bottom: 50px;
	z-index: 3;
	display: none;
	min-height: 100%;
}
#notification.showRightContainer {
  display: block;
}
#notificationContainer {
	height: 100%;
	margin-left: 15px;
	padding-right: 15px;
}
#notification #notificationTitle {
	font-size: 20px;
	display: block;
	margin: 30px 0;
}
#notificationContainer #notificationLeave {
	font-size: 20px;
	line-height: 20px;
	color: #B8C9D3;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	float: right;
}
#notificationContainer #notificationLeave:hover {
	color: #7e8990;
}
#notification .notificationMenu {
	margin-top: 6px;
	position: relative;
	height: 16px;
}
#notification li {
	padding-bottom: 40px;
}
#notification li .notificationCreateTime {
	color: #999;
	font-size: 14px;
	position: absolute;
	left: 0;
}
#notification li .notificationCheck {
	color: #999;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
#notification li .notificationSignal {
	color: #999;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	right: 60px;
}
#notification li:hover .notificationCheck {
	display: inline;
}
#notification li:hover .notificationSignal {
	display: inline;
}
#notification li .notificationCheck:hover {
	color: #505558;
}
#notification li .notificationSignal:hover {
	color: #505558;
}
#notificationContainer #oldNotificationSignal {
	color: #999;
	text-align: center;
	font-size: 14px;
	margin: 40px 0 20px 0;
}
#notificationContainer #oldNotificationSignal:nth-child(3) {
	margin-top: 0;
}
.nullNotification,
.nullVideoUploadList {
	width: 80%;
	margin: 20px auto 0 auto;
	text-align: center;
}
.nullNotification img,
.nullVideoUploadList img {
	width: 100%;
	max-width: 200px;
}
.nullNotification p,
.nullVideoUploadList p {
	font-size: 16px;
	color: #999;
	text-align: center;
	font-family: "PingHei", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"!important;
}





#setting {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
}
#settingContainer {
	padding: 50px 15px;
}
#setting #settingTitle {
	font-size: 20px;
	display: block;
	margin: 30px 0;
}
#settingContainer>.fa-close {
	font-size: 20px;
	line-height: 20px;
	color: #B8C9D3;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	float: right;
	margin: 30px 0;
}
#settingContainer>.fa-close:hover {
	color: #7e8990;
}
.settingInputContainer {
	margin: 40px 0 80px 0;
}
.settingInputContainer span {
	display: block;
}
.settingInputContainer .settingHint {
	display: block;
	color: #999;
}
.settingInputContainer input {
	border: none;
	border-bottom: 1px solid #999;
	padding: 4px 0;
	width: 200px;
	margin-right: 5px;
	margin: 10px 5px 0 0;
}
#getPassCode {
	margin-top: 6px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#getPassCode:hover {
	color: #3d79c1;
}






/*进度条样式*/
.progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 2px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("../Image/Background/ProgressBar.png") 0 0 repeat-x;
  border-radius: 10px;
}
.progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: -moz-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: -o-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
  background-image: linear-gradient(to bottom, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
}
.progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: -moz-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: -o-linear-gradient(top, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
  background-image: linear-gradient(to bottom, #ea8a7e 0%, #e15a4a 70%, #db3a27 100%);
}
.progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: -moz-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: -o-linear-gradient(top, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
  background-image: linear-gradient(to bottom, #f8da9c 0%, #f5c462 70%, #f2b63c 100%);
}
.progress .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -moz-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: -o-linear-gradient(top, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
  background-image: linear-gradient(to bottom, #aed5ed 0%, #7bbbe2 70%, #5aaadb 100%);
}


/*登陆后，底部新建心语、日记等的交互按钮*/
.cd-stretchy-nav.hasRightContainer {
	display: none;
}

#mainWindow {
	word-wrap:break-word;
	background-color: #FFF;
  display: block;
	background-color: #f3f3f3;
	min-height: 100%;
	padding-bottom: 50px;
}
#mainWindow.hasRightContainer {
  display: none;
}
#mainContainer {
	min-height: 100%;
	margin-top: 50px;
}

#loading {
	background-image: url(../Icon/Loading/5-160914192R5-50.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #FFF;
	text-align: center;
	z-index: 1000;
}
#loading div {
	position: absolute;
	left: 2%;
	right: 2%;
	top: 0;
	bottom: 0;
	width: 90%;
	background-image: url(../Image/App/appTopImage2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin: 0 auto;
}
#loading span {
	position: fixed;
	bottom: 26%;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
#loading p {
	position: fixed;
	bottom: 10%;
	display: block;
	width: 100%;
	text-align: center;
	color: #AAA;
	font-size: 14px;
}


#userIntegralOnPhone {
	margin: 20px;
	padding: 10px 18px;
	background-color: #9acd91;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-align: right;
	font-family: "PingHei", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"!important;
	background-image: url(../Image/Background/heartPaperPlane.png);
	background-size: contain;
	background-color: #F97E76;
	background-position: left center;
	background-repeat: no-repeat;
}
#userIntegralOnPhone>span {
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
}
#userIntegralOnPhone p {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	margin-top: 4px;
}


























