.include-zp-foot-adv {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.include-zp-adv-a {
    width: 100%;
    height: 162px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.95);
    /*background-color: #474f68;*/
}

.include-zp-adv-a-xs {
    width: 100%;
    height: 134px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /*background-color: rgba(0, 0, 0, 0.95);*/
    background-color: #474f68;
}
.include-zp-adv-a img {
    width: 1250px;
    height: 100%;
}
.close-zp-adv {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.ggbox{
    position: relative
}
.cybt{
    width: 196px;
    height: 56px;
    text-align: center;
    padding: 15px;
    background: #edc581;
    color: #0d0d0d;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    bottom: 113px;
    left: 799px;
    font-size: 24px;
    line-height: 21px;
}
.cybt:hover{
    opacity: 0.8;
}
.sjbt{
    width: 196px;
    height: 56px;
    text-align: center;
    padding: 15px;
    background: rgba(0,0,0,0);
    color: #edc581;
    box-sizing: border-box;
    border:1px solid #edc581;
    border-radius: 3px;
    position: relative;
    bottom: 170px;
    left: 1021px;
    font-size: 24px;
    line-height: 21px;
}
.sjbt:hover{
    opacity: 0.8;
}

.custome-adv-footer {
  width: 100%;
  height: 120px;
  display: none;
}

.custome-adv-footer .adv-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.custome-close-adv {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: -16px;
  cursor: pointer;
}