@charset "UTF-8";
body {
  background-color: #F7F7F7;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: .96rem;
  color: #232323;
  font-size: .36rem;
  text-align: center;
  line-height: .96rem;
}

header img {
  position: absolute;
  left: .32rem;
  top: 50%;
  transform: translateY(-50%);
  width: .2rem;
  height: .36rem;
}

section {
  background: url('//img.huanhaoba.com/o_1edba5lqoh3t1iq618ud18sfr69.png')no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3.24rem;
  display: flex;
  align-items: center;
}

section div {
  flex: 1;
}

section .sold,
section .back{
  margin: auto;
  color: #fff;
  text-align: center;
}
.sold p:first-child,
.back p:first-child{
  font-size: .38rem;
  font-weight: bold;
  line-height: .6rem;
}
.sold p:last-child,
.back p:last-child{
  font-size: .26rem;
  font-weight: 500;
}

.retrievingRate {
  width: 2.32rem;
  height: 2.32rem;   
  margin: auto;
  border-radius: 50%;
}

.retrievingRate p {
  color: #fff;
}
.circleChart_text{
  line-height: .52rem !important;
  top: 28% !important;
  font-size: .42rem !important;
  font-weight: 800 !important;
}
.retrievingRate canvas{
  width: 2.32rem;
  height: 2.32rem;
}

article {
  background-color: #fff;
  margin-top: .32rem;
  margin-left: 2%;
  width: 96%;
/*   height: 3.62rem; */
  border-radius: .16rem;
}

article .event {
  height: .76rem;
  line-height: .76rem;
  border-bottom: 1px solid #E5E5E5;
  margin: 0 .1rem;
  display: flex;
}

.event h2 {
  font-size: .32rem;
  margin-left: .24rem;
  flex: 2;
}

.event a {
  flex: 1;
  text-align: right;
  margin-right: .24rem;
  color: #A4A3A3;
  font-size: .28rem;
}

.event_content a {
  height: .94rem;
  line-height: .94rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  margin: 0 .3rem;
}
.event_content a:last-child {
  border: none;
}

.event_content a i {
  font-style: normal;
  color: #FF8700;
  font-size: .22rem;
  border: 1px solid rgba(255,135,0,1);
  border-radius:5px 0px 5px 0px;
  width: .82rem;
  height: .34rem;
  line-height: .34rem;
  margin-top: .3rem;
  text-align: center;
}

.event_content a .pay {
  color: #5E9EFF;
  border:1px solid rgba(94,158,255,1);
}

.event_content a span {
  color: #333;
  font-size: .28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-left: .1rem;
}

.event_content a img {
  width: .16rem;
  height: .3rem;
  margin: 0 .1rem 0 .6rem;
  margin-top: .3rem;
}
.after_box {
  margin-left: 2%;
  width: 96%;
  display: flex;
  height: 1.58rem;
}

.after_box a {
	flex: 1;
}
.after_box a img {
  width: 100%;
  height: 100%;
  margin-top: .06rem;
}

/* 底部 */
.footer {
  height: 3.1rem;
  width: 96%;
  background-color: #fff;
  margin: 0 2% .24rem;
  border-radius: .16rem;
  padding: .32rem .3rem;
  box-sizing: border-box;
}

.footer ul {
  width: 100%;
  display: flex;
  height: 1.2rem;
}

.footer ul li {
  flex: 1;
  margin-right: .2rem;
  height: 100%;
  border-radius: .2rem;
  padding: 0 .22rem;
  line-height: 100%;
  display: flex;
}

.footer ul li img {
  width: .46rem;
  height: .46rem;
  margin-top: .38rem;
}

.footer ul li span {
  font-size: .24rem;
  color: #303030;
  margin-left: .18rem;
  flex: 1;
  line-height: .36rem;
  margin-top: .24rem;
}

.footer ul .security {
  background-color: #F9ECEA;
}

.footer ul .account {
  background-color: #EEF7FB;
}

.footer ul .benefit {
  background-color: #FEF5E4;
  margin-right: 0;
}

.footer #blacklist {
  margin-top: .34rem;
  width: 100%;
  height: .92rem;
  line-height: .92rem;
  border:1px solid rgba(247,75,61,1);
  border-radius:.16rem;
  color: #F74B3D;
  text-align: center;
  font-size: .32rem;
  display: block;
}