/*活动入口样式 */
/* 右上角悬浮公共 */
.home-float-right {
  position: fixed;
  right: 4%;
  top: 85px;
  z-index: 100;
  animation: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 右上角关闭按钮 */
.home-float-right .float-pop-close {
  position: absolute;
  top: -10px;
  right: -10px;
}

.home-float-right .icon-iconfontclose {
  color: #000;
  font-size: 12px;
}

/* end */

/* 底部霸屏公共 */
.home-bottom-screen {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

/* 底部关闭按钮 */
.home-bottom-screen .float-pop-close {
  display: block;
  position: absolute;
  top: 8%;
  right: 3%;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: url(//js.ibaotu.com/revision/img/newAct/190102/img_close.png) center no-repeat;
  /*background: url(//js.ibaotu.com/revision/img/newAct/190520/close.png) center no-repeat;*/
  background-size: cover;
}

/* end */

/* 首页弹窗公共 */
#activity {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

#activity a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 577px;
  height: 471px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 关闭按钮 */
#activity a i.iconfontclose {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(//js.ibaotu.com/revision/img/newAct/190102/img_close.png) center no-repeat;
  background-size: cover;
  z-index: 10;
}

/* end */

/* 个人下拉公共 */
.pb-head .user-info .opearations.comUser>li.first {
  padding-top: 0px;
  margin-bottom: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

/* end */

/* 用户个人中心公共 */
.userAdver {
  margin: 0 0 20px;
  width: 600px;
  height: 90px;
}

.userAdver a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* end */

/* 下载确认页公共 */
/* 小横幅 */
.AdverDown {
  display: block;
  width: 500px;
  margin: 30px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 下载弹窗 */
.adverDown-alert,
.adverDown-alert a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.adverDown-alert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  z-index: 20;
}

.adverDown-alert a,
.adverDown-alert a span,
.adverDown-alert a i.iconClose {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 关闭按钮 */
.adverDown-alert a i.iconClose {
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 0;
  /* left: 0;
  bottom: 30px; */
  margin: 0 auto;
  background-image: url(//js.ibaotu.com/revision/img/newAct/190520/close.png);
}

/* end */

/* 分类页横幅 */
.AdverBanner {
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.AdverBanner .ad-img {
  width: 100%;
  height: 100%;
  background: url(//js.ibaotu.com/revision/img/ad/img.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.AdverBanner .cover-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-radius: 50px;
  overflow: hidden;
  background: url(//js.ibaotu.com/revision/img/ad/cover.jpg) no-repeat left bottom;
  background-size: 1450px 100px;
  border-bottom-left-radius: 0 !important;
}

/* 关闭按钮 */
.AdverBanner i.icon-iconfontclose {
  display: block;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* end */

/* 搜索页对联 */
.subsite-ad {
  width: 90px;
  height: 500px;
  position: fixed;
  top: 250px;
  z-index: 10;
}

.subsite-ad.left {
  left: 70px;
}

.subsite-ad.right {
  right: 70px;
}

.subsite-ad a.close-btn {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  bottom: -55px;
  left: 25px;
  line-height: 36px;
  text-align: center;
}

.subsite-ad a.close-btn:hover {
  color: #000;
  background: #eee;
}

.subsite-ad a.a-img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* end */

/* 左下角红包公共 */
.nationalRed-wrap {
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: 10;
}

.nationalRed-wrap a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nationalRed-wrap i {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 10px;
  text-align: center;
  line-height: 13px;
  color: #666;
  cursor: pointer;
}

/* 红包弹窗 */
#canvas-prize,
#canvas-prize .light-circle,
#canvas-prize a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#canvas-prize {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#canvas-prize .light-circle {
  /*width: 747px;*/
  /*height: 752px;*/
  width: 647px;
  height: 652px;
  background: url(//js.ibaotu.com/revision/img/newAct/190822/gold.png) center no-repeat;
  background-size: cover;
  animation: light_rotation 10s linear infinite;
  position: absolute;
}

#canvas-prize a,
#canvas-prize a i {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#canvas-prize a i {
  width: 32px;
  height: 32px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/190102/img_close.png);
  top: -9%;
  right: 1%;
}

/* end */

/* 侧边栏第一栏样式修改 */
.pb-aside-right .summer-special {
  background: #ffffff;
  border-bottom-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.pb-aside-right .summer-special .icon-allvip {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0 0px;
}

.pb-aside-right .summer-special a p {
  line-height: 18px;
}

.pb-aside-right .summer-special .enter-offers {
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* end */

/* 头部logo */
.pb-float-head .head-wrap .NationalReturn {
  position: relative;
}

.pb-float-head .head-wrap .NationalReturn img {
  width: 215px;
  height: 70px;
  position: absolute;
  top: -16px;
  left: -54px;
}

.pb-head .logo-b-wrap .logo-b-different {
  position: relative;
  top: -25px;
  display: inline-block;
}

/* end */


/* *************************** */
/* 活动替换此处的图片就可以 */
/* 39升级终身更换此处图片，与一般的充值活动并行 */
/*底部霸屏伸缩效果*/
.fl_open_wrap,
.fl_pop_wrap {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}

.fl_open_wrap {
  width: 97px;
  height: 187px;
  left: -100%;
  transition: all 0.4s ease-out;
}

.fl_pop_wrap {
  width: 100%;
  height: 190px;
  left: 0;
  display: none;
  background: rgba(17, 17, 20, 0.9);
  transition: all 0.2s ease-out;
}

.fl_open_wrap a,
.fl_pop_wrap a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fl_open_wrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fl_pop_wrap a {
  position: relative;
  width: 1200px;
  height: 130px;
  margin: 30px auto;
}

.fl_pop_wrap i {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 18%;
  right: 16%;
  background: url(//js.ibaotu.com/revision/img/newAct/190530/close.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.fl_open_wrap a.special39-update {
  background-image: url(//js.ibaotu.com/revision/img/newAct/191011/img_right39s.png);
  background-size: unset;
}

.fl_pop_wrap a.special39-update {
  background-image: url(//js.ibaotu.com/revision/img/newAct/191011/img_bot39.png);
}

.fl_open_wrap.on {
  left: -5px;
}

.fl_pop_wrap.on {
  left: -100%;
}

/* 个人下拉 */
.pb-head .user-info .opearations>li.first.special39-update2 {
  height: 120px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_user_drop.png);
}

/* 悬浮 */
.home-float-right.special39-update2 {
  width: 130px;
  height: 130px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_float.gif);
}

.home-float-right.special39-update2 img {
  display: none;
}

/* 个人中心 */
.userAdver.special39-update2>a {
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_user_bg.png);
}

/* 下载确认页 */
.AdverDown.special39-update2 {
  height: 120px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_download.png);
}

/* 分类页横幅 */
.AdverBanner.special39-update2 .ad-img {
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_adver.png);
}

/* 对联 */
.subsite-ad .special39-update2 {
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_duilian.png);
}

/* 首页霸屏 */
.home-bottom-screen.special39-update2 {
  height: 352px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191125/img_bottom_bg.gif);
}

.home-bottom-screen.special39-update2 img {
  display: none;
}

/* 一般充值活动更换此处图片，与39升级终身活动并行 */
/* 右上角悬浮图片 */
.home-float-right.act-200205 {
  width: 150px;
  height: 136px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_float_bg.png);
}

.home-float-right.act-200205 .p_flaot_img {
  display: none;
  width: 146px;
  height: 68px;
  background: url(//js.ibaotu.com/revision/img/newAct/200205/img_float_text.png) center no-repeat;
  background-size: cover;
  margin: 33px auto 0px;
  animation: text_rotate 4s infinite;
}

.home-float-right.act-200205 .p_flaot_img2 {
  margin: 0 auto;
  /* display: block; */
  display: none;
  width: 150px;
  height: 35px;
  background: url(//js.ibaotu.com/revision/img/newAct/200205/img_float_button.png) center no-repeat;
  background-size: cover;
  animation: small_big 0.6s linear alternate infinite;
}

.p_flaot_img2 .days {
  /* display: inline-block; */
  display: none;
  margin-left: 74px;
  font-size: 30px;
  font-weight: 800;
  color: red;
  line-height: 1;
  /*text-shadow: 0 5px 8px rgba(202, 22, 6, 0.88);*/
  -webkit-text-stroke: 2px red;
  text-stroke: 2px red;
}

/* 底部霸屏图片 */
.home-bottom-screen.act-200205 {
  height: 390px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_home_bg.png);
}

.home-bottom-screen.act-200205 .p_bottom_img {
  position: relative;
  display: block;
  margin: 2px auto 0;
  width: 960px;
  height: 386px;
  background: url(//js.ibaotu.com/revision/img/newAct/200205/img_home_text.png) center no-repeat;
  /* background-size: cover; */
  -webkit-animation: small_big 0.7s linear alternate infinite;
  animation: small_big 0.7s linear alternate infinite;
}

.p_bottom_img .days {
  position: absolute;
  left: 335px;
  bottom: 14px;
  display: inline-block;
  font-size: 77px;
  font-weight: bold;
  color: #FEEA6C;
  line-height: 1;
  text-shadow: 0 2px 4px #FFD659;
}

/* 首页霸屏图片 */
/* #activity .eleven_Return {
  width: 728px;
  height: 560px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191028/img_home.gif);
} */

/* 关闭按钮 */
/* #activity a i.iconfontclose {
  top: 4%;
  right: 2%;
} */

/* 个人下拉图片 */
.pb-head .user-info .opearations>li.first.act-200205 {
  height: 120px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_user_drop.png);
}

/*用户个人中心 */
.userAdver.act-200205 a {
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_user_bg.png);
}

/* 下载确认页 */
.AdverDown.act-200205 {
  height: 120px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_download.png);
}

/* 下载弹窗 */
.adverDown-alert.act-200205 a {
  width: 382px;
  height: 391px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_red_alert.png);
}

/* 下载弹窗按钮 */
/*.adverDown-alert.eleven_Return a span {
  width: 167px;
  height: 44px;
  left: 72px;
  margin-top: 255px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/191031/alert_bt_nor.png);
}

.adverDown-alert.eleven_Return a span:hover {
  background-image: url(//js.ibaotu.com/revision/img/newAct/190917/img_button_hover.png);
}*/


/* 分类页横幅 */
.AdverBanner.act-200205 .ad-img {
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_adver.png);
}

/* 下滑出现另外的横幅，需要的话打开 */
/* .AdverBanner.eleven_Return .cover-img {
  background: url(//js.ibaotu.com/revision/img/newAct/190822/img_02.png) no-repeat center;
} */

/* 搜索页对联 */
.subsite-ad .act-200205 {
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_duilian.png);
}

/* 左下角红包 */
.nationalRed-wrap.act-200205 a {
  width: 159px;
  height: 175px;
  /*margin-left: 13px;*/
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_left_red.png);
}

#canvas-prize.act-200205 a {
  width: 382px;
  height: 391px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_red_alert.png);
}

/* 侧边栏小icon */
.pb-aside-right .act-200205 .icon-allvip {
  width: 26px;
  height: 26px;
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/icon_right.png);
  margin: 15px 0 0;
}

.pb-aside-right .act-200205 a p {
  color: #e3392b;
  font-weight: bold;
}

.pb-aside-right .act-200205 .enter-offers {
  /*width: 290px;*/
  background-image: url(//js.ibaotu.com/revision/img/newAct/200205/img_right.png);
}

.pb-aside-right .act-191224:hover .enter-offer {
  left: -323px;
  opacity: 1;
}

/* *************************** */


/* *************************** */
/* 动效 start */
/* 放大缩小 */
@-webkit-keyframes small_big {
  0% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes small_big {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/*上下浮动*/
@-webkit-keyframes up_down {
  0% {
    top: 4%;
  }

  50% {
    top: 6%;
  }

  100% {
    top: 4%;
  }
}

@keyframes up_down {
  0% {
    top: 4%;
  }

  50% {
    top: 6%;
  }

  100% {
    top: 4%;
  }
}

/* 文字旋转 */
@-webkit-keyframes text_rotate {
  0% {
    transform: rotateY(0deg);
  }

  15% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes text_rotate {
  0% {
    transform: rotateY(0deg);
  }

  15% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* 中奖背景旋转 */
@-webkit-keyframes light_rotation {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes light_rotation {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*测试样例*/
/*.ball {*/
/*  width: 200px;*/
/*  height: 200px;*/
/*  background: red;*/
/*  position: fixed;*/
/*  top: 100px;*/
/*  animation-name: left_right;*/
/*  animation-duration: 3s;*/
/*  animation-timing-function: ease-in-out;*/
/*  animation-iteration-count: 1;*/
/*  animation-delay: 1s;*/
/*  animation-fill-mode: both;*/
/*  z-index: 10;*/
/*}*/

@keyframes left_right {
  0% {
    left: -200px;
    /*transform: translateX(-200px);*/
  }

  /*20% {*/
  /*  transform: translateX(-10px);*/
  /*}*/
  100% {
    left: 90%;
    /*transform: translateX(90%);*/
  }
}

/* 动效 end */
/* *************************** */

.AdverBanner_fixed {
  display: none;
  width: 1450px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
}

/* *************************** */
/* 响应式 start*/
/* 1680 */
@media (max-width: 1680px) {

  /* 分类页横幅响应式 */
  .AdverBanner {
    height: 80px;
  }

  .AdverBanner_fixed {
    width: 1200px;
  }
}

/* 1520 */
@media (max-width: 1520px) {

  /* 对联 */
  .subsite-ad.left {
    left: 40px;
  }

  .subsite-ad.right {
    right: 50px;
  }
}

/* 1440 */
@media (max-width: 1440px) {

  /* 底部霸屏响应式 */
  .home-bottom-screen.act-191224 {
    height: 260px;
  }

  .home-bottom-screen.act-191224 .p_bottom_img {
    margin: 11px auto 0;
    width: 721px;
    height: 260px;
  }

  /* .p_bottom_img .days {
    font-size: 60px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    left: 368px;
    bottom: 15px;
  } */

  /* 分类页横幅响应式 */
  .AdverBanner {
    height: 70px;
  }

  .AdverBanner_fixed {
    width: 1000px;
  }

  /* 对联响应式 */
  .subsite-ad {
    top: 180px;
  }

  /* 收缩横幅关闭按钮 */
  .fl_pop_wrap i {
    right: 5%;
  }

  /*头部logo*/
  .pb-head .logo-b-different>img {
    width: 80%;
    height: 100%;
  }

  /* 对联 */
  .subsite-ad.left {
    left: 70px;
  }

  .subsite-ad.right {
    right: 70px;
  }
}

/* 响应式 end */
/* *************************** */



/* ****************************** */
/*企业主站活动入口*/
/* 导航下拉20190426-新用户 */
.pb-nav .nav-hover-banner.perVip.comVip.buyone-plusone9 {
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/dlpop.png") center no-repeat;
  background-size: cover;
}

/* 导航下拉20190426-老用户 */
.pb-nav .nav-hover-banner.perVip.comVip.buyone-plusone10 {
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/dlpop.png") center no-repeat;
  background-size: cover;
}

/* 导航下拉20190426-未登录 */
.pb-nav .nav-hover-banner.perVip.comVip.buyone-plusone11 {
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/dlpop.png") center no-repeat;
  background-size: cover;
}

/* 导航下拉20190426-终身用户 */
.pb-nav .nav-hover-banner.perVip.comVip.buyone-plusone12 {
  background: url(//js.ibaotu.com/son/images/newedition/qyvip/20200211/dlzspop.png) center no-repeat;
  /*background: url("//js.ibaotu.com/revision/img/qyvip/191128/dlzspop.png") center no-repeat;*/
  background-size: cover;
}

/* 企业侧边栏更换20190426 */
.item-top.sp-offer .com-enter-offer.buyone-plusone11 {
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/flqypop.png") center no-repeat;
  background-size: cover;
}

/*190325 升级企业vip悬浮*/
.home-float-right.upgrade-Comvip {
  width: 153px;
  height: 213px;
  position: fixed;
  right: 3%;
  top: 88px;
  z-index: 100;
  animation: vip-199-180510 2.4s infinite;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20190723/frqypop2.png") center no-repeat;
  background-size: 100%;
  z-index: 10001;
}

/*  终身用户个人头像下拉入口*/
.pb-head .user-info .opearations>li.upgrade-com0325 {
  height: 120px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/qygrxl.png") center no-repeat;
  /*background: url("//js.ibaotu.com/revision/img/qyvip/191128/qygrxl.png") center no-repeat;*/
  background-size: cover;
}

/* 企业买一赠一底部霸屏--新用户 */
.enter-double-eleven.enter-double-eleven9 {
  height: 381px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20190723/qybotbg2.png") center no-repeat;
  background-size: auto 100%;
}

/* 企业买一赠一底部霸屏--老用户 */
.enter-double-eleven.enter-double-eleven10 {
  height: 381px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20190723/qybotbg2.png") center no-repeat;
  background-size: auto 100%;
}

/* 企业买一赠一底部霸屏--未登录 */
.enter-double-eleven.enter-double-eleven11 {
  height: 381px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20190723/qybotbg2.png") center no-repeat;
  background-size: auto 100%;
}

/*非企业用户企业主页 入口*/
.vip-Firm-right a.qyentry {
  display: block;
  width: 260px;
  height: 90px;
  background: url('//js.ibaotu.com/revision/img/qyvip/lifelong/qyentry.png');
  margin: 66px auto 0px;
}

.vip-user-right a.qyentry {
  display: block;
  width: 350px;
  height: 40px;
  background: url('//js.ibaotu.com/revision/img/qyvip/lifelong/qyentry2.png');
}

/*添加企业入口*/
.care-tit .vip-qy {
  position: absolute;
  right: 0;
  display: block;
  width: 350px;
  height: 40px;
  top: 54px;
}

.vip-qy .qyentry {
  display: block;
  width: 350px;
  height: 40px;
  background: url('//js.ibaotu.com/revision/img/qyvip/lifelong/qyentry2.png');
}

/*end*/
/*企业下载确认页入口*/
.upgrade-comVip {
  display: block;
  width: 500px;
  height: 114px;
  margin-top: 10px;
  /* margin: 10px 0 0 -40px; */
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/qydl.png") center no-repeat;
}

/* 个人中心（终身用户我的会员页面入口） */
.vip-upgrade-jump3 a {
  font-size: 20px!important;
  color: #E3D2A6;
  font-weight: bold;
  text-align: right;
  padding-right: 68px !important;
  line-height: 62px !important;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/upgrade-LJ.png") center no-repeat;
}

/*企业VIP介绍页霸屏入口*/
.com-float.newuser {
  height: 160px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/qybanner.png") center bottom no-repeat;
  background-size: 100%;
}

.com-float.olduser {
  height: 210px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/qybanner.png") center bottom no-repeat;
  background-size: 100%;
}

.com-float.nologin {
  height: 160px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/qybanner.png") center bottom no-repeat;
  background-size: 100%;
}

.com-float.zsuser {
  height: 160px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/zsqybanner.png") center bottom no-repeat;
  background-size: 100%;
}

.zs-float {
  width: 170px !important;
  height: 142px !important;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/20200211/zsfloat.png") center bottom no-repeat;
  /*background: url("//js.ibaotu.com/revision/img/qyvip/191128/zsfloat.png") center bottom no-repeat;*/
  background-size: 100%;
}

/*企业用户个人中心续费按钮*/
.p-vip .xufei-qiyevip {
  display: block;
  width: 210px;
  height: 66px;
  background: url('//js.ibaotu.com/son/images/newedition/qyvip/20200211/qyvip_xufei.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 38px;
  right: 20px;
}

/*企业用户个人中心企业主页续费按钮*/
.user-com .renew-btn {
  background: url('//js.ibaotu.com/son/images/newedition/qyvip/20200211/qyvip_xufei.png') no-repeat;
}

/*下拉悬浮头部企业vip角标*/
.pb-float-head .float-nav-item .nav-enterprise.notqyvip3 {
  background: url('//js.ibaotu.com/revision/img/public/jiaobiao-qy3.png') center no-repeat;
  background-size: 100%;
}

/*企业VIP角标*/
.pb-nav .nav-item>.nav-enterprise.notqyvip3 {
  background: url('//js.ibaotu.com/revision/img/public/jiaobiao-qy3.png') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.pb-float-head .float-nav-item .nav-enterprise.zsicont {
  background: url('//js.ibaotu.com/revision/img/public/jiaobiao-qy3.png') center no-repeat;
  background-size: 100%;
  top: -17px;
  right: -54px;

}

.pb-nav .nav-item>.nav-enterprise.zsicont {
  background: url('//js.ibaotu.com/revision/img/public/jiaobiao-qy3.png') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: -2px;
  right: 2px;
}

/*终身霸屏按钮*/
.upgrade—qyvip .btn {
  background: url("//js.ibaotu.com//son/images/newedition/qyvip/20191125/floatbtn.png") no-repeat;
}

/*终身霸屏*/
.upgrade—qyvip {
  height: 308px !important;
  background: url('//js.ibaotu.com//son/images/newedition/qyvip/zsvip/20200211/giftbt.png') bottom no-repeat;
  background-size: 100%;
  /*background: url('//js.ibaotu.com/revision/img/qyvip/191128/giftbt.png') center;*/
}

/*终身右侧悬浮  旋转文字*/
.float-upgrade{
  position: fixed;
  top: 100px;
  right: 54px;
  z-index: 1002;
  width: 190px;
}
.float-upgrade .floatbtn {
  width: 188px;
  height: 68px;
  background: url(//js.ibaotu.com/son/images/newedition/qyvip/zsvip/20200211/img_float_text.png) no-repeat;
  /*background: url('//js.ibaotu.com/revision/img/qyvip/191128/img_float_text.png') no-repeat;*/
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -94px;
  top: 42px;
  animation: rotateText 3s infinite;
}

/*终身用户VIP 新增入口  分类页*/
.elevenPrehe .ad-img.zsvipuser {
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/zsvip/20200211/hengfu.png") no-repeat center;
  /*background: url("//js.ibaotu.com/revision/img/qyvip/191128/img_adver.png") no-repeat center;*/
  background-size: cover;
}

.nationalRed-wrap.zsqyvipuser {
  width: 180px;
  height: 180px;
  /* -webkit-animation: rotate 0.4s linear alternate infinite;
  animation: rotate 0.4s linear alternate infinite; */
}

.nationalRed-wrap.zsqyvipuser a {
  width: 160px;
  height: 214px;
  background: url("//js.ibaotu.com/son/images/newedition/qyvip/zsvip/20200211/botpop.png") no-repeat center;
  background-size: 100%;
  /*background: url("//js.ibaotu.com/revision/img/qyvip/191128/botpop.png") no-repeat center;*/
}

/* 放大缩小 */
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(5deg);
    ;
  }
}

/*下载确认页入口*/
.downloadpop-zsvip {
  width: 380px;
  height: 498px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  background: url("https://js.ibaotu.com/son/images/newedition/qyvip/zsvip/20191016/toppop1016.png") no-repeat center;
}

.downloadpop-zsvip .close-zsvip {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #808080;
  font-size: 35px;
  cursor: pointer;
  font-weight: bold;
  z-index: 11;
}

/* ******************************
