@charset "utf-8";

/* top */
#hhrtop {
    /* display: -webkit-flex;
    display: flex; */
    color:#333;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: center;
    /* flex: 1; */
}
#hhrtop .backa {
    line-height: 40px;
    height:100%;
    position: absolute;
    left: 12px;
    font-size: 22px;
}
.toptitle {
    /* width: 100%; */
}

#hhrtop a {
  font-size: 12px;
  color: #666;
}
#hhrtop a.jrecord {
  line-height: 40px;
  height:100%;
  position: absolute;
  right: 12px;
}

.hhform, .income-wrap {
    margin: 46px auto 0;
    border-top: 1px solid #d1d1d1;
}
.form-wrap1 {
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 22px;
}
.in-dia {
    margin: 10px 0;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 40px;
}
.in-dia input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 0 0 6px;
    font-size: 16px;
    color: #666;
}
.form-wrap1 p {
    font-size: 12px;
     color: #55bbff;
     padding: 5px 0;
}
.form-wrap2 {

}
.form-wrap2 input {
    width: 50%;
    color: #666;
    background: #d1d1d1;
    border-radius: 5px;
    height:40px;
    line-height: 40px;
}

/* 合伙人中心 */
.hhinfo-w {
    margin-top:46px;
    height: 85px;
    color: #fff;
    background: url(../images/user/u-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 22px 12px 12px 100px;
    position: relative;
}
.hhtou-x {
    width:60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 22px;
    left: 12px;
}
.hhtou-x img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.hh-rinfo {
    line-height: 22px;
    
}
.hh-rinfo h3 {
    font-size:18px;
}
.hhx-a {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    padding: 15px 6px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
}
.li-hhx {
    border-left:1px solid #d1d1d1;
    width: 25%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.li-hhx:first-child {
    border: 0;
}
.li-hhx i {
  height: 24px;
  line-height: 24px;
}
.li-hhx i img {
  height: 100%;
}
.li-hhx a {
  color:#333;
}
.hhx-b {

}
.hhx-b li {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 35px;
    line-height: 35px;
    background: #fff;
    padding:5px 12px;
    font-size: 16px;
    margin-top: 10px;
}
.hhx-b li a {
    color:#333;
    display: block;
}
.hhx-b li span i {
    margin-left: 10px;
    font-size: 20px;
}

.txceng {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.65);
}
.txceng.xian {
  display: -webkit-flex;
  display: flex;
}
.txceng-w {
  border-radius: 10px;
  background: #fff;
  font-size:14px;
  color: #333;
  width: 60%;
  overflow: hidden;
}
.tx-text {
  margin: 18px 12px;
}
.tx-text h2 {
  margin: 0 0 14px;
  letter-spacing: 0.3px;
}
.tx-text span {
  color: #ff4321;
  letter-spacing: 0.3px;
}
.tx-btn {
  height: 40px;
  line-height: 40px;
  background: #ccc;
  color:#fff;
  justify-content: space-between;
  
}
.tx-btn span {
  width: 50%;
}
.tx-quan {
  background: #ff4321;
}
.myewrt {
  height: 22px
}
.ewmtceng {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.65);
}
.ewmtceng.xian {
  display: -webkit-flex;
  display: flex;
}
.myewm {
  background: #fff;
  padding: 10px 10px 40px;
  border-radius: 10px;
  position: relative;
  /* overflow: hidden; */
}
.myewm span {
  display: none;
}
.myewm h3 {
  height: 40px;
  left:0;
  right:0;
  bottom:0;
  background: #ff4321;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.myewm img {
  padding: 6px;
  border:1px solid #ddd;
}
.myewm em {
  position: absolute;
  font-size: 32px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee;
}

/* 我的客户 */

.ul-tab {
  display:none;
}
.ul-tab-1 {
  display:block;
}
.mycusul {
  
}
.mycusul li {
  padding: 0.5rem 0;
  background: #fff;
  margin: 3px auto;
  border-bottom:1px solid #e2e2e2;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.mycusul li span {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.mycusul li span:nth-of-type(1) {
  width: 15%;
}
.mycusul li span:nth-of-type(2) {
  width: 20%;
}
.mycusul li span:nth-of-type(3) {
  width: 20%;
}
.mycusul li span:nth-of-type(4) {
  width: 45%;
}
.mycusul li span img {
  width: 24px;
  height:24px;
  margin-right:6px;

} 

/* 收益记录 */
.tx-tab {
  height: 60px;
  border-bottom:1px solid #d1d1d1;
  display: flex;
  text-align: center;
  background: #fff;
}
.tx-tab div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tx-a::after,.tx-b::after,.tx-c::after {
  content:'';
  display: block;
  position: absolute;
  width:1px;
  height: 36px;;
  top: 12px;
  right: 0;
  background: #d1d1d1;
}
.tx-tab div.curtab {
  color: #55bbff;
}
.tx-tab div h5 {
  position: relative;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.tx-tab div h5 a {
  color:#666;
}

.tx-tab div.curtab h5::after {
  content:'';
  display: block;
  position: absolute;
  height: 3px;;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #55bbff;
}
.tx-tab div.curtab h5::after a {
  color: #55bbff;
}
.in-record {
  padding: 20px 12px;
  background: #fff;
  display: none;
}
.in-record-cus li {
  margin-top:10px;
  border: 1px solid #d4d4d4;
  border-width:1px 0;
  background:#fff;
}
.in-record-cus .cus-title {
  padding: 0 12px;
  line-height: 52px;
  border-bottom: 1px solid #d4d4d4;
}
.cus-title span {
  justify-content: flex-start;
  align-items: center;
  font-size:14px;
  color: rgba(0,0,0,0.75);
}
.cus-title span em {
  width: 36px;
  height:36px;
  overflow: hidden;
  margin-right:12px;
}
.cus-title span em img {
  width:100%;
  height:100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.cus-des {
  padding: 0 10px;
  line-height: 30px;
  font-size:12px;
  justify-content: flex-start;
  color: rgba(0,0,0,0.75);
}
.cus-des span {
  margin-right:2px;
}
.cus-des em {
  color: #55bbff;
}

.in-record.active {
  display: block;
}
.in-record.in-record2 {
  display:block;
}

/* 排行榜 */
.rank-ul {
  padding: 12px 12px;
}
.rank-pai {
  line-height: 30px;
  padding: 6px 0;
  border-bottom:1px solid #ddd;
  color:#666;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.table-c {
  color:#55bbff;
}
.rank-pai div {
  
}
.rank-pai .table-a {
  width: 50px;
}
.rank-pai .table-b {
  width: 150px;
}
.rank-pai .table-c {

}
.rank-pai .table-1 {
  background: url(../images/user/partner/rank1.png) center no-repeat;
  background-size: auto 30px;
}
.rank-pai .table-2 {
  background: url(../images/user/partner/rank2.png) center no-repeat;
  background-size: auto 30px;
}
.rank-pai .table-3 {
  background: url(../images/user/partner/rank3.png) center no-repeat;
  background-size: auto 30px;
}
.rank-pai .table-1 b, .rank-pai .table-2 b, .rank-pai .table-3 b {
  opacity: 0;
}

/* 任务 */
.tasking {
  width: 100%;
  background:#fff;
  
}
.tasking .nodata {
  line-height: 30px;
}
.tasking .data-list {
  margin-bottom:12px;
  color: rgba(0,0,0,0.75);
  font-size: 14px;
  
}
.data-list .task-title {
  padding:0 12px;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.data-list .task-title b {
  position: absolute;
  right:0;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  /* transform: -webkit-rotate(-45deg);
  transform: rotate(-45deg); */
  background: no-repeat center;
  background-size: 100%; 
}
.data-list .task-title b.ing {
  background-image: url(../images/user/partner/tasking.png);
}
.data-list .task-title b.over1 {
  background-image: url(../images/user/partner/taskover.png);
}
.data-list .task-title b.over2 {
  background-image: url(../images/user/partner/taskold.png);
}
.data-list .task-par {
  padding: 12px 12px;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
}
.data-list .task-par em {
  color:rgb(0,181,163);
}
.data-list .task-par em.red {
  color: red;
}
.data-list .task-time {
  padding:6px 12px;
  line-height: 24px;
  border-bottom: 1px solid #d4d4d4;
}
.data-list .task-can {
  padding:0 12px;
  line-height: 24px;
  justify-content: space-between;
  border: 1px solid #d4d4d4;
  padding: 0 12px;
  /* width:100%; */
}
.data-list .task-can span {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding:12px 0;
}
.data-list .task-can span:nth-child(2) {
  border: 1px solid #d4d4d4;
  border-width: 0 1px;
}
.data-list .task-can span em {
  color:rgb(0,181,163);
}
.data-list .task-can span em.red {
  color: red;
}