* {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: -apple-system-font, sans-serif;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}


/*包含以下四种的链接*/

a {
    text-decoration: none;
    color: #666666;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
    color: #666666;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
    color: #666666;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
    color: #666666;
}


/* 正在点击的链接*/

a:active {
    text-decoration: none;
    color: #666666;
}

input {
    width: 100%;
    border: none;
    outline-style: none;
}

textarea {
    width: 100%;
    border: none;
    outline-style: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 0.3rem;
    color: rgb(202, 202, 202);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 0.3rem;
    color: rgba(202, 202, 202, 1);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 0.3rem;
    color: rgba(202, 202, 202, 1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.3rem;
    color: rgba(202, 202, 202, 1);
}

.danshen {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.moreshen {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
}

.align_items {
    display: flex;
    align-items: center;
}

.cloum_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-box {
    padding-top: .8rem;
}
.cos-header {
    width: 100%;
    height: .8rem;
    /* background-color: #FFE401; */
    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 100;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .2rem;
    max-width: 750px !important;
    background: linear-gradient(#13ab56, #077e35);
}
.cos-header>div {
    width: 28%;
}
.cos-header>div:nth-of-type(2) {
    width: 44%;
    text-align: center;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-size: .28rem;
    color: #ffffff;
}
.cos-header>div:nth-of-type(3) { 
    justify-content: flex-end;
    display: flex;
}
.cos-header .back-head img {
    width: .40rem;
    height: .40rem;
}
.cos-header .down-app {
    width: 1.65rem;
    height: .5rem;
    /* background: linear-gradient(-30deg, #581E03, #2D0E00); */
    border: .03rem solid;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #FBDF8A;
    white-space: nowrap;
}
.cos-header .down-app img {
    width: .34rem;
    margin-right: .07rem;
    height: .34rem;
}
.check-tab {
    display: flex;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000000;
    font-size: .28rem;
    position: fixed;
    top: .8rem;
    /* left: 0; */
    box-sizing: border-box;
    padding-top: .33rem;
    padding-bottom: .35rem;
    max-width: 750px !important;
}
.check-tab>div {
    white-space: nowrap;
    position: relative;
}
.check-tab .active::before {
    content: '';
    width: 0.4rem;
    height: 0.07rem;
    background-color: #077E35;
    border-radius: 0.03rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}


.list-rowTitle {
    height: .84rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    font-size: .28rem;
    color: #000000;
}
.list-rowTitle>img {
    margin-right: .1rem;
}
.message-empty {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-empty>img {
    width: 2.3rem;
    height: 1.26rem;
}
.user-message {
    display: flex;
    box-sizing: border-box;
    padding: .29rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.user-message>img {
    width: .76rem;
    height: .76rem;
    border-radius: 50%;
    margin-right: .2rem;
}
.message-cont>.user-message:nth-of-type(1) {
    margin-top: .2rem;
}
.user-message>div {
    flex: 1;
}
.user-message>div .message-cont {
        font-size: .26rem;
    color: #424242;
    line-height: .45rem;
}
.user-message>div .message-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .13rem;
    margin-bottom: .1rem;
}
.user-message>div .message-name>div:nth-of-type(1) {
        font-size: .3rem;
    color: #000000;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 3.8rem;
    font-weight: 700;
}
.user-message>div .message-name>div:nth-of-type(2) {
    font-size: .2rem;
    color: #999999;
}
.send-message {
    width: 100%;
    position: fixed;
    bottom: 0;
    /* left: 0; */
    z-index: 50;
    box-sizing: border-box;
    padding: .17rem .17rem;
    display: flex;
    background-color: #fff;
    align-items: center;
    max-width: 750px !important;
}
.send-message input {
    flex: 1;
    border-radius: .42rem;
    height: .84rem;
    box-sizing: border-box;
    padding: 0 .36rem;
    background-color: #F7F7F7;
    margin-right: .1rem;
    font-size: .28rem;
}
.send-message>div {
    width: .84rem;
    height: .84rem;
    background-color: #077E35;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: .23rem;
    color: #ffffff;
}
.waterfall-page {
    columns: 2; 
  column-gap: .2rem; 
  margin-top: .22rem;
}
.list-box{
    margin-top: .14rem;
}
.waterfall-page .waterfall-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    break-inside: avoid;
}
.waterfall-page .waterfall-list>img {
    width: 100%;
    border-radius: .05rem;
}
.waterfall-page .waterfall-list>div {
    font-size: .28rem;
    color: #000000;
    margin-top: .23rem;
    text-align: center;
    width: 100%;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    margin-bottom: .28rem;
}


/* 新加的 */
#app{
    max-width: 750px !important;
    margin: 0 auto;
  }

.tbz{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    align-items: center;
}
.zizi{
    padding: 0.1rem 0.08rem;
    font-size: .23rem;
    color: #ffffff;
    line-height: .23rem;
    border-radius: 5px;
    text-align: center;
    /* background-color: #333333; */
    background: linear-gradient(180deg, #12a34d, #067e36);
}


    /* 定义由小到大的动画 */
    @keyframes scaleUp {
        0% { transform: scale(0.95); }  /* 初始缩小到50% */
        50% { transform: scale(1); }   /* 中间放大到100% */
        100% { transform: scale(0.95); } /* 回到初始缩小状态 */
    }

    /* 应用动画到图片 */
    .scale-up {
        animation: scaleUp 1.5s ease-in-out infinite; /* 动画1秒完成 */
    }




/* 每期部分 */
.fcsd{
    margin: 0 auto 0;


    background-size: 100% 100%;
    position: relative;

}
.fcsd>p{
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}
.fcsda{
    margin: 0 auto 0;

    background-size: 100% 100%;
    position: relative;

}
.fcsda>p{
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}

.fcsdb{
    margin: 0 auto 0;
    height:350px ;
    background-size: 100% 100%;
    position: relative;

}
.fcsdb>p{
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}
.table{
    width: 100%;
    margin: 0px auto;
    /* padding-top: 0.25rem; */


}
.tableTitle{
    display: flex;
    justify-content: space-between;
    height: .6rem;
    align-items: center;
    /* border-top: 1px solid #facc15; */
    /* border-bottom: 1px solid #dad7d7; */
    background-color: #077e35;
	/* background-image: linear-gradient(45deg, #f77062 0%, #fe5196 100%); */
    margin-top: -0.1rem;

}
.tableTitle>p{
    font-size: .28rem;
    color: #ffffff;
    border-right: 1px solid #dad7d7;
    width: 20%;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
}
.tableTitle>p:last-child{
	border-right: 0px solid #dad7d7;
}
.tableGet{
    display: flex;
    height: .6rem;
    align-items: center;
    border-right: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;



}
.tableGet>p{
    font-size: 13px;
    color: #B18520;
    margin-left: 5%;
}
.tableGet>span{
    font-size: 13px;
    color: #F92639;
    margin-left: 8%;
    flex: 1;
}
.tableGet>img{
    width: 70px;
    height: 24px;
    margin-right: 3%;

}
.result>img{
    height: 0.42rem;
    margin-top: 0.09rem;
}

.tableContent:nth-child(even){
    display: flex;
    justify-content: space-between;

    height: .6rem;
    align-items: center;
    border-bottom: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;

}
.tableContent:nth-child(odd){
    display: flex;
    justify-content: space-between;

    height: .6rem;
    align-items: center;
    border-bottom: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;

}
.tableContent>p{
    font-size: .28rem;
    color: #363635;
    border-right: 1px solid #dad7d7;
    width: 20%;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
}
.result {
    color: #F92639 !important;
}


.gg{
	bottom: 0.2rem;
    /* width: 100%; */
    padding: 0.25rem 0.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    background-image: linear-gradient(231deg, #00ca9d, #aeefaa 69%, #fbffc1);
    margin: 0 auto;
    display: block;
    left: 0.28rem;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 33px rgba(190,196,207,.28);
}
.gg span{
	color: #f6c080;
    line-height: 16px;
    border-radius: 5px;
    background: #090b18;
    padding: 0.04rem 0.08rem;
    margin-left: 4px;
    margin-right: 4px;
}

@keyframes scaleDraw { 
	0%{
		transform: scale(1); 
	}
	25%{
		transform: scale(1.2);
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.2);
	}
}

.copy_btn{
	width:65px;
	height: 99px;
	position: absolute;
	bottom: 15;   
	right:280px;
	-webkit-animation-name: scaleDraw; 
	-webkit-animation-timing-function: ease-in-out; 
	-webkit-animation-iteration-count: infinite;  
	-webkit-animation-duration: 3s; 
}


@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-10px); }
	50% { transform: translateX(10px); }
	75% { transform: translateX(-10px); }
	100% { transform: translateX(10px); }
  }
   
  .shake-animation {
	display: inline-block;
	animation: shake 2.5s;
	animation-iteration-count: infinite; 
	animation-direction: alternate; 
  }