.el-main {
  padding: 70px 30px 30px 30px;
  background: #F3F5F9;
}
.main-card {
  max-width: none;
}
.main-content .top-box {
  display: flex;
}
.main-content .top-box .top-left {
  flex: 1;
  height: 2.1rem;
  box-sizing: border-box;
  margin-right: 20px;
  background: url('../img/home/baiduHome_left.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.main-content .top-box .top-left .head-img {
  margin: 0 0 0 0.3rem;
}
.main-content .top-box .top-left .head-img img {
  border-radius: 50%;
  width: 0.94rem;
  height: 0.94rem;
}
.main-content .top-box .top-left .head-img .head-name {
  text-align: center;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.main-content .top-box .top-left .info-box {
  display: flex;
  height: 100%;
  align-items: center;
  flex: 1;
  justify-content: space-around;
}
.main-content .top-box .top-left .info-box .info-left,
.main-content .top-box .top-left .info-box .info-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.main-content .top-box .top-left .info-box .info-item {
  white-space: nowrap;
}
.main-content .top-box .top-left .info-box .info-item .info-label {
  display: inline-block;
  width: 0.7rem;
  min-width: 0.7rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.32rem;
}
.main-content .top-box .top-left .info-box .info-item .info-value {
  white-space: nowrap;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.main-content .top-box .top-left .info-box .info-item .rz-info {
  margin-left: 0.12rem;
  display: inline-block;
  height: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0 0.08rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  background: rgba(255, 255, 255, 0.16);
}
.main-content .top-box .top-left .info-box .info-item .success-text {
  color: #00FF00;
}
.main-content .top-box .top-left .info-box .no-bottom {
  margin-bottom: 0;
}
.main-content .top-box .top-right {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 5.86rem;
  height: 2.1rem;
  background: url('../img/home/baiduHome_right.png') no-repeat;
  background-size: 100% 100%;
}
.main-content .top-box .top-right .right-top {
  font-weight: bold;
  font-size: 0.16rem;
  color: #171725;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}
.main-content .top-box .top-right .right-bottom {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  margin-left: 0.3rem;
}
.main-content .top-box .top-right .right-bottom .money-div {
  font-weight: 800;
  color: #171725;
  font-size: 0.24rem;
}
.main-content .top-box .top-right .right-bottom .btn-box {
  margin-left: 0.7rem;
  display: flex;
}
.main-content .top-box .top-right .right-bottom .btn-box .el-button {
  width: 0.8rem;
  height: 0.32rem;
  font-size: 0.14rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.main-content .top-box .top-right .right-bottom .btn-box .cz-btn {
  color: #FFFFFF;
  background: #0058FF;
}
.main-content .top-box .top-right .right-bottom .btn-box .zc-btn {
  margin-left: 0.2rem;
  color: #0058FF;
  border: 0.01rem solid #0058FF;
}
.main-content .mid-box {
  box-sizing: border-box;
  margin-top: 0.2rem;
  padding-top: 0.3rem;
  position: relative;
  min-height: 1.76rem;
  width: 100%;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  background: linear-gradient(180deg, #E7F0FF 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.01);
}
.main-content .mid-box .mid-title {
  margin-left: 0.3rem;
  font-weight: bold;
  color: #171725;
  font-size: 0.16rem;
}
.main-content .mid-box .product-div {
  position: relative;
  z-index: 5;
  margin-top: 0.24rem;
  margin-left: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.main-content .mid-box .product-div .product-item {
  cursor: pointer;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}
.main-content .mid-box .product-div .product-item .pro-top {
  display: flex;
  align-items: center;
}
.main-content .mid-box .product-div .product-item .pro-top .blue-span {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #0058FF;
  margin-right: 0.07rem;
}
.main-content .mid-box .product-div .product-item .pro-top .item-name {
  display: inline-block;
  width: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171725;
  font-size: 0.14rem;
}
.main-content .mid-box .product-div .product-item .pro-bottom {
  margin-left: 0.13rem;
  font-size: 0.14rem;
  color: #F54645;
  margin-top: 0.08rem;
  width: 0.8rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(243, 62, 62, 0.06);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.main-content .mid-box .product-div .product-item .pro-bottom .dis-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.04rem;
}
.main-content .mid-box .right-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.35rem;
  height: 100%;
  background: url('../img//home/baiduHome_mid.png') no-repeat;
  background-size: 100%;
}
.main-content .bootom-box {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.main-content .bootom-box .red-time {
  color: #F54645;
}
.main-content .bootom-box .bootom-left {
  box-sizing: border-box;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.01);
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin-right: 0.2rem;
  flex: 1;
}
.main-content .bootom-box .bootom-right {
  box-sizing: border-box;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  background-image: url('../img/home/baiduHome_bottom.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F9FCFF;
  width: 5.86rem;
  flex-shrink: 0;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.16rem;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item .notice-left {
  display: flex;
  align-items: center;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item .notice-left .greey-box {
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  background: #8692B0;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item .notice-left .notice-text {
  display: inline-block;
  font-size: 0.14rem;
  color: #171725;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item .notice-right {
  text-align: right;
  font-size: 0.12rem;
  color: #8692B0;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item:hover {
  cursor: pointer;
  background: #F5F7FA;
}
.main-content .bootom-box .bootom-right .notice-box .notice-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main-content .bootom-box .bottom-title {
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #171725;
}
.question-icon {
  cursor: pointer;
  margin-left: 0.05rem;
  color: #8692B0;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  text-align: center;
  line-height: 0.14rem;
  font-size: 0.1rem;
  border-radius: 50%;
  border: 1px solid #8692B0;
}
.el-icon-more {
  color: #0058FF;
  cursor: pointer;
}
.el-popover {
  min-width: 0.5rem !important;
}
.el-popover .operation-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.el-popover .operation-box .operation-item {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.el-popover .operation-box .operation-item:hover {
  background: #e6f3ff;
  color: #3699ff;
}
/* 提现弹窗 */
.cz-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
.dialog-form {
  display: flex;
  flex-direction: column;
}
.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz-input > .btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: #0058FF;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-html {
  display: flex;
  justify-content: center;
}
.pay-html > img {
  width: 2.5rem;
  height: 2.5rem;
}
.ty-select {
  width: 100%;
}
