  /* 直播分享海报 begin */
   /**
 * @author: jcc
 * @date: 2023-08-02 16:46:40
 * @description 直播分享海报
 */
 .share-img-box {
    width: 1082px;
    height: 2230px;
    position: relative;
    border-radius: 84px;
    overflow: hidden;
 }

 .share-img-box-hide {
    display: none;
 }

 .share-img-box .logo {
    position: absolute;
    z-index: 3;
    left: 67px;
    top: 77px;
 }

 .share-img-box .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

 .share-img-box .share-img-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 }

 .share-img-box .share-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .share-img-box .title-box{
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    top: 470px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
 }
 .share-img-box .title-box span{
    font-size: 80%;
 }
 .share-img-box .header-box{
  

    position: absolute;
    z-index: 9;
    left: 112px;
    height: 374px;
    font-size: 32px;
    line-height: 56px;
    top: 934px;
    
 }
 .share-img-box .header-name {
    position: relative;
    z-index: 10;
    top: -21px;
    font-size: 28px;
    color: #fe3312;
    text-align: center;
 }

 .share-img-box .header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 }

 .share-img-box .header-img {
    width: 330px;
    height: 330px;
    text-align: center;
    border-radius: 165px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    left: 2px;
 }

 .share-img-box .header-bg img,
 .share-img-box .header-img img,
 .share-img-box .header-img canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

 .share-img-box .time-box {
    position: absolute;
    z-index: 9;
    top: 957px;
    text-align: center;
    width: 100%;
    font-size: 33px;
    color: #fff;
 }



 .share-img-box .ewm-box {
    width: 205px;
    height: 205px;
    float: right;
    margin-top: 8px;
    position: absolute;
    right: 209px;
    bottom: 288px;
    z-index: 9;
 }

 .share-img-box .ewm-box img,
 .share-img-box .ewm-box canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

 .fxhb {
    width: 100px;
    height: 200px;
 }

 .fxhb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }