.flex {
    display: box; 
display: -webkit-box;       
display: -moz-box;          
display: -ms-flexbox;       
display: -webkit-flex;      
display: flex; 
}
.flex-c {
    display: box; 
display: -webkit-box;       
display: -moz-box;          
display: -ms-flexbox;       
display: -webkit-flex;  
    -webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
    display: flex;
    justify-content: center;
  }
.flex-j {
    display: box; 
display: -webkit-box;       
display: -moz-box;          
display: -ms-flexbox;       
display: -webkit-flex;  
    -webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
    display: flex;
		justify-content: space-between;
	}
	.flex-warp {
        display: flex;
        display: box; 
display: -webkit-box;       
display: -moz-box;          
display: -ms-flexbox;       
display: -webkit-flex;  
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;

	}
.aic {
    align-items: center;
}
.dn {
    display: none !important;
}
.db {
    display: block !important;
}
.top {
    padding: .5rem .3rem .3rem;
    border-radius: 0 0 .4rem .4rem;
    background: linear-gradient(180deg,#ff9a9e,#fad0c4);
}
.t-t {
    font-size: .42rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.t-m {
    margin: .3rem 0;
}
.t-m-l {
    height: .7rem;
    width: 5rem;
    margin-right: .3rem;
    border-radius: .35rem;
    padding: 0 .3rem;
    background: #fff;
}
.t-m-l img {
    width: .36rem;
    height: .36rem;
    margin-right: .2rem;
}
.t-m-l input {
    width: 3.8rem;
    border: none;
    font-size: .3rem;
    color: #333;
}
.t-m-r {
    width: 1.6rem;
    height: .7rem;
    border-radius: .1rem;
    font-size: .3rem;
    text-align: center;
    line-height: .7rem;
    background: #fff;
}
.t-b img {
    width: 2.16rem;
    height: .56rem;
    display: block;
    margin: 0 auto;
}
.list {
    padding: .3rem;
}
.l-n img {
    display: block;
    margin: 1.5rem auto .4rem;
    width: 3.25rem;
    height: 2rem;
}
.l-n span {
    text-align: center;
    display: block;
    font-size: .28rem;
    color: #999;
    text-align: center;
}
.l-i {
    margin-bottom: .3rem;
    padding: .2rem .3rem;
    border-radius: .2rem;
    background: #fff;
}
.l-i-t-l {
    font-size: .28rem;
    color: #333;
}
.l-i-t-r {
    font-size: .28rem;
    color: rgb(255, 154, 158);
}
.l-i-b {
    margin-top: .2rem;
}
.l-i-b  img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .1rem;
    margin-right: .2rem;
}
.l-i-b-r {
    width: 4.3rem;
}
.l-i-b-r-t {
    font-size: .3rem;
    font-weight: 600;
    line-height: .4rem;
    color: #333;
    margin-bottom: .2rem;
}
.l-i-b-r-b-i {
    margin-top: .1rem;
    font-size: .28rem;
    color: #666;
}
.l-i-b-r-b-i1 {
    font-size: .3rem;
    font-weight: 600;
    color: rgb(255, 154, 158);
}
body {
    background: #f5f5f5;
}
.tx-b {
    position: fixed;
    top: 35%;
    left: 0;
    width: 100%;
}
.tx {
    display: inline-block;
    padding: 0 .2rem;
    height: .5rem;
    font-size: .28rem;
    line-height: .5rem;
    border-radius: .08rem;
    color: #fff;
    max-width: 3rem;
    background: rgba(0,0,0,.7);
}
.t-t1 {
    margin-bottom: .2rem;
}
.t-t1 img {
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
}
.t-t1-r {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
    height: .5rem;
}
.t-t1-r1 {
    font-size: .34rem;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    line-height: .5rem;
    animation-name: example;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes example {
    0%   {left: 100%}
    100% {left: -10rem}
}