
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.hiding {
	display: none;
}
.point-none {
    pointer-events: none;
}


.animate-fade-in {
    -webkit-animation: animte-fade-in ease .3s forwards;
    animation: animte-fade-in ease .3s forwards;
}
@keyframes animte-fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.animate-scale-in {
    -webkit-animation: animte-scale-in cubic-bezier(0.35, 0.09, 0.57, 1.48) .3s forwards;
    animation: animte-scale-in cubic-bezier(0.35, 0.09, 0.57, 1.48) .3s forwards;
}
@keyframes animte-scale-in {
    0% {transform: scale(0.8);opacity:0.6;}
    100% {transform: scale(1);opacity:1;}
}
.animate-bot-in {
    -webkit-animation: animte-bot-in ease-out .3s forwards;
    animation: animte-bot-in ease-out .3s forwards;
}
@keyframes animte-bot-in {
    0% {transform: translateY(0.6rem);opacity:0.6;}
    100% {transform: translateY(0);opacity:1;}
}


/* 公用标题栏 */
.header-bar {
	width: 100%;
	position: relative;
	border-bottom: 0.013333rem solid #e5e5e5;
	min-height: 1.173333rem;
	background: #fff;
	z-index: 999;
}
.header-bar.border-none {
	border: none;
}
.header-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header-bar.absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.header-bar.transparent {
	background: transparent;
	border-bottom-color: transparent;
}
.header-bar .header-bar-left {
	position: absolute;
	width: 1.066666rem;
	height: 1.173333rem;
}
.header-bar .header-bar-left span{
	display: block;
	margin: 0.32rem 0 0 0.266666rem;
	width: 0.533333rem;
	height: 0.533333rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRCQTEyN0IzOTcwMTFFODk1OEZCOEVCMEE2QUU1NkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRCQTEyN0MzOTcwMTFFODk1OEZCOEVCMEE2QUU1NkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NEJBMTI3OTM5NzAxMUU4OTU4RkI4RUIwQTZBRTU2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NEJBMTI3QTM5NzAxMUU4OTU4RkI4RUIwQTZBRTU2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PulQWg8AAAF/SURBVHja7Ni9SsRAEAfwnd1wldiIlqK1td4LiL7CFQaFCHZWgmVqH+GK4FejryA+gPcA9vZ2YnVkd5yAcBLOYJKZ3UWyRbIchPsxSzb/HUBEFfPQKvIxAP89MGn7wPHpuTLOtXoGMdl1WF4rUBug9cX25tpdnufRVHBssXxGhTu0Y6yjs1P6bRTLEo9Lp56ohquLasKcbk5sifvgAMBRRc5oWoau4FIcfRJOaPoQ+i1uwt2H3mZYcdxAdhwnUATHBRTDcQBFcX2B4rg+QC+4rsA9X7gunzpQ1j7S3QuudQWz7HKFjjBbNXNR4QhaYcMCi+LqkwxvtbSX0SWNJVGjAZhQ1T4W8Qk11e2GpkexRP5ZotVBHUmXWwlk122mCZnGAPwV+b3caQxAL0iOsCCK5IpbYkjOwCqC5I787EiJQxMrUurY2YScxNI8Woq0qKZtUpR062NmQB/+RALgqM3/+mgevRhI9imMvVIcewdtqtbH/M8BdOhRD8DA40uAAQDL2thNJDxLvAAAAABJRU5ErkJggg==) no-repeat 50%;
	background-position: 0 0;
	background-size: contain;
}
.header-bar.transparent .header-bar-left span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUdwTP///////////////////////////////xb9HQ4AAAAIdFJOUwD6i0/UdjQCdVO0QgAAAEZJREFUKM9jYKAiKMAixiqSgCmo0eGAIcbUgUVQo6PRAItC4WGjkBWbQhYsCrELYtWO1SLsThoWSh2IS2DYkyJDQQE1kj4AQAEnj84DdFIAAAAASUVORK5CYII=) no-repeat 50%;
	background-size: 100%;
}
.header-bar .header-bar-center {
	margin: 0 1.866666rem;
	height: 1.173333rem;
	font-size: 0.426666rem;
	line-height: 1.173333rem;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header-bar.transparent .header-bar-center{
	color: #fff;
}


/* 底部导航条 */
.footer-nav {
    text-align: center;
    padding: 0.2rem 0;
    background: #fff;
    z-index: 16;
}

.footer-nav a {
    display: flex;
    flex-direction: column;
    width: 33%;
    float: left;
    color: #666;
}

.footer-nav a span.glyphicon {
    font-size: 0.48rem;
}

.footer-nav a.active {
    color: #e1320b;
}

.footer-nav a .footer-nav-txt {
    display: block;
    font-size: .346667rem;
    line-height: .346667rem;
    margin-top: .133333rem;
}

/*文章列表*/
.articles {
    width: 100%;
}
.articles ul {
    padding-top: 0.1333rem;
}
.articles li {
	width: 100%;
	background-color: white;
    margin-bottom: 0.1333rem;
    padding: 0.1333rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.articles li.none-image .right-part {
	display: none;
}
.articles li.none-image .left-part {
	width: 100%;
}
.articles .left-part {
	width: 6.6933rem;
	padding: 0 0.1333rem 0 0.4133rem;
}
.articles .right-part {
	/*width: 3.3066rem;*/
	width: 2.9066rem;
	height: 2.0666rem;
	border-radius: 0.1333rem;
	overflow: hidden;
}
.right-part img {
	width: 2.9066rem;
	height: 2.0666rem;
	object-fit: cover;
}
.articles .article-title {
	/*height: 0.96rem;*/
	line-height: 0.6933rem;
	font-size: 0.4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.articles .article-intro {
	height: 0.8rem;
	font-size: 0.32rem;
	line-height: 0.4rem;
	color: rgb(160,153,153);
	overflow: hidden;
	letter-spacing: 0.0266rem;
	margin-top: 0.1333rem;
}
.articles .article-msg {
	/*height: 0.7733333333333333rem;*/
	font-size: 0.2533rem;
	line-height: 0.48rem;
}
.articles .article-from {
	float: left;
}
.articles .article-time {
	float: right;
	padding-right: 0.3333rem;
}
.loading-tip {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	color: rgb(160,153,153);
	font-size: 0.4266666666666667rem;
	text-align: center;
	background: white;
}

/*签到框*/
.page-cover .cover-bg {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.page-cover p {
  margin: 0;
}

.qd-cover .qd-box {
    width: 9.066667rem;
    height: 9.293333rem;
    position: fixed;
    z-index: 101;
    left: 0.466667rem; 
    top: 15%;
}

.qd-cover .qd-box img {
    width: 100%;
}

.qd-box .msg-box {
    width: 7.693333rem;
    height: 7.68rem;
    position: absolute;
    top: 1.573333rem;
    left: 0.813333rem;
    color: #fff;
    text-align: center;
}

.qd-box .msg-box .msg1 {
    font-size: 0.653333rem;
    line-height: 0.653333rem;
    margin-top: 4.306667rem;
}

.qd-box .msg-box .msg2 {
    font-size: 0.44rem;
    line-height: 0.44rem;
    margin-top: 0.293333rem;
}

.qd-box .msg-box .msg2 .score {
    color: rgb(255,242,13);
    padding: 0 0.08rem;
}

.qd-box .msg-box .qd-btn {
    width: 3.413333rem;
    height: 0.933333rem;
    font-size: 0.4rem;
    line-height: 0.933333rem;
    text-align: center;
    color: rgb(105,12,18);
    position: absolute;
    left: 2.12rem;
    top: 6.306667rem;
}

/*邀请码*/
.invited-cover .invited-box {
    width: 7.76rem;
    height: 9.946667rem;
    position: fixed;
    z-index: 101;
    left: 0.96rem; 
    top: 15%;
}
.invited-cover .invited-box img {
    width: 100%;
}

.invited-box .msg-box {
    height: 8.533333rem;
    width: 6.133333rem;
    position: absolute;
    top: 1.44rem;
    left: 1.0rem;
    color: #fff;
    text-align: center;
}

.invited-box .msg-box .msg1 {
    font-size: 0.706667rem;
    line-height: 0.706667rem;
    margin-top: 1.44rem;
}

.invited-box .msg-box .msg2 {
    font-size: 0.453333rem;
    line-height: 0.453333rem;
    margin-top: 0.4rem;
}

.invited-box .msg-box .msg3 {
    height: 2.506667rem;
    margin-top: 0.293333rem;
}

.invited-box .msg-box .msg3 .msg3-1 {
    font-size: 1.16rem;
    line-height: 1.693333rem;
    color: rgb(237,107,92);
}

.invited-box .msg-box .msg3 .msg3-2 {
    font-size: 0.333333rem;
    line-height: 0.8rem;
    color: rgb(51,51,51);
}

.invited-box .msg-box .msg4 {
    font-size: 0.266667rem;
    line-height: 0.266667rem;
    margin-top: 0.48rem;
    letter-spacing: 0.026667rem;
}

.invited-box .msg-box .msg5 {
    text-align: center;
    line-height: 0;
    margin-top: 0.266667rem;
}

.invited-box .msg-box .msg5 .copy-btn{
    width: 4.84rem;
    height: 1.066667rem;
    font-size: 0.36rem;
    line-height: 1.066667rem;
    color: rgb(197,41,28);
    text-align: center;
    display: inline-block;
    background: linear-gradient(rgb(255,255,255) , rgb(247,216,214));
    border-radius: 0.533333rem;
    letter-spacing: 0.026667rem;
}

.page-cover .close-btn {
    width: 0.706667rem;
    height: 0.706667rem;
}

.invited-cover .close-btn{
    width: 0.706667rem;
    height: 0.706667rem;
    position: absolute;
    top: 10.493333rem;
    left: 3.666667rem; 
}

.qd-cover .close-btn {
    width: 0.706667rem;
    height: 0.706667rem;
    position: absolute;
    top: 10rem;
    left: 4.266667rem;
}


/*loading*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.loader {
  font-size: 10px;
  transform: translate(-50%,-50%);
  text-indent: -9999em;
  border-top: 0.08rem solid rgb(152,150,151);
  border-right: 0.08rem solid rgb(152,150,151);
  border-bottom: 0.08rem solid rgb(152,150,151);
  border-left: 0.08rem solid #ffffff;
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
  transform-origin: 50% 50%;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}


/*loading*/ 
.loading-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loading-cover .loading-box {
  width: 2rem;
  height: 2rem;
  background-color: rgba(0,0,0,0.3);
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%,-50%);
}


/*toast*/
.toast-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.toast-cover .toast {
  max-width: 4rem;
  background-color: rgba(0,0,0,0.7);
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0.3733rem;
  line-height: 0.5333rem;
  text-align: center;
  color: #fff;
}


/******myUI******/
/*dailog*/
.myUI-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.myUI-cover .toast {
    max-width: 4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.3733rem;
    line-height: 0.5333rem;
    text-align: center;
    color: #fff;
}
.myUI-cover .loading-box {
    width: 2.8rem;
    min-height: 2.8rem;
    background-color: hsla(0,0%,7%,.7);
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.myUI-cover .loading-box .loader {
    display: inline-block;
    margin-top: 0.9rem;
}
.myUI-cover .loading-box .loading-msg {
    font-size: 0.3733rem;
    color: #fff;
    margin-bottom: 0.2rem;
}


.myUI-mask {
    background: rgba(0,0,0,.6);
}
.myUI-mask,.myUI-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.myUI-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.myUI-dialog__bd:first-child {
    padding: 2.7em 20px 1.7em;
    color: #353535;
}
.myUI-dialog__bd {
    padding: 0 1.6em .8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999;
}
.myUI-dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.myUI-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.myUI-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
}
.myUI-dialog__btn:active {
    background-color: #eee;
}