.cont {
  position: relative;
  width: 58px;
  height: 84px;
}

.vip-link {
  display: block;
  /*width: 100%;*/
  height: 100%;
  background: linear-gradient(124deg, #ffffff -16%, #f1c78d 52%);
  box-shadow: 0px 0 10px 6px rgb(249,214,164, .6);
  cursor: pointer;
  width: 54px;
}

.backInfoBox {
  display: none;
  width: 278px;
  min-height: 230px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px #d6d3d3;
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.cont:hover .backInfoBox,
.backInfoBox:hover {
  display: block;
}

.backInfoBox .poptip-arrow {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

.backInfoBox .poptip-arrow i {
    color: #fff;
    text-shadow: none;
    z-index: 999;
    top: 42%;
}

.backInfoBox .tit {
    height: 73px; /* 图片的高度 */
    width: 100%; /* 图片的宽度与父容器相同 */
    background: url("../img/tianyu-vip.png") no-repeat center;
    background-size: cover; /* 确保图片填充整个容器 */
    border-radius: 10px 10px 0 0; /* 圆角 */
}

.backInfoBox .itemBox {
  background: #FFFCF8;
  margin: 0 10px;
  padding: 10px 12px;
}

.backInfoBox .item {
  display: flex;
  width: 249px;
  margin: auto;
  line-height: 26px;
  color: #222;
}

.backInfoBox .item p {
  min-width: 108px;
  text-align: left;
  margin-right: 20px;
}

.backInfoBox .item p:last-child {
  margin-right: 0;
}

.backInfoBox .item p img {
  position: relative;
 -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 5px;
}

.backInfoBox .btn {
  display: block;
  width: 249px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(131deg, #ffcc85, #b67418 100%);
  border-radius: 3px;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  border: none;
  text-align: center;
}

.backInfoBox span {
  display: flex;
  width: 270px;
  margin: 10px 15px auto;
  text-align: center;
  color: #ccc;
}

.backInfoBox span a {
  display: block;
  width: 67px;
  color: #888;
  text-decoration: none;
}

.backInfoBox span a:hover {
  color: #AD6D13;
}

.thisHover {
  width: 12px;
  height: 86px;
  position: absolute;
  right: -12px;
  top: 59px;
  z-index: 0;
}

.hgico,
.side-icon-new img {
  max-width: 100%;
  height: auto;
}

.side-icon-new {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

/* 定义浮动框的样式 */
.tianyu-float {
  position: fixed;
    bottom: 20%;
    right: 1%;
    z-index: 999;
}

/* 定义浮动框的盒子样式 */
.tianyu-float-box{
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
}

/* 定义浮动框内的项目样式 */
.tianyu-float .tianyu-float-item{
    color: rgba(23,23,24,0.8);
    text-align: center;
    cursor: pointer;
    width: 54px;
    padding-bottom: 10px;
    box-sizing: initial;
    align-items: center;
    display: block;
}

/* 为浮动框内的图标设置样式 昼夜图标放大且稍加粗 */
.tianyu-float-item i.fa-toggle-theme {
    font-size: 22px !important; /* 设置图标的字体大小为22px，并确保该样式优先级高于其他样式 */
    z-index: 2; /* 设置图标的层叠顺序，使其在其他元素之上 */
    position: relative; /* 使用相对定位，保持图标的默认布局位置 */
    color: #171718; /* 设置图标的颜色 */
    font-weight: 600; /* 设置图标的字体稍加粗 */
}

/* 为浮动框内的图标设置样式 */
.tianyu-float .tianyu-float-item a{
    color: rgba(23,23,24,0.8);
    font-size: 12px;
  text-decoration: none;
}

/* 为浮动框内的链接在hover时设置样式 */
.tianyu-float .tianyu-float-item a:hover{
    color: var(--primary-color)!important;
}

/* 为浮动框内的图片设置样式 */
.tianyu-float .tianyu-float-item img{
    width: 24px;
}

/* 为浮动框内的文本设置样式 */
.tianyu-float .tianyu-float-item p.text{
    /* 设置文本字体大小为12px */
    font-size: 12px;
    /* 设置文本上边距为5px */
    margin-top: 5px;
}

/* 当鼠标悬停在浮动框项上时，改变文本颜色 */
.tianyu-float .tianyu-float-item:hover p.text{
    color: var(--primary-color)!important;
}

/* 定义一个包含多个浮动项的样式 */
.tianyu-float .tianyu-float-item.tianyu-floats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tianyu-float .activity{
    background: transparent;
    position: relative;
    /*height: 128px;*/
    padding-bottom: 0;
}
.tianyu-float .activity a{
    display: block;
}
.tianyu-float .activity .a1{
    width: 100%;
    height: 100%;
    border-radius: 7px 7px 0px 0px;
}
.tianyu-float .activity .a2{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 33px;
    height: 43px;
    animation: red-envelope-shake 0.8s linear infinite;
    transition: all .3s;
}
@keyframes red-envelope-shake {
    0% { transform: rotate(-7deg) }
    50%  { transform: rotate(7deg) }
    100% {transform: rotate(-7deg) }
}
@keyframes turnX{

    0%{transform:rotateX(0deg);}

    100%{transform:rotateX(360deg);}

}
.tianyu-float .activity .popover {
    position: absolute;
    width: 251px;
    height: 128px;
    right: 0;
    left: -196px;
    bottom: 0;
    display: none;
}
.tianyu-float .activity:hover .popover {
    display: block;
}

/* 定义VIP浮动框的样式 */
.tianyu-float-box .tianyu-float-vip{
    background: linear-gradient(10deg,#fedd92,#fef6e1);
    color: #803300;
    padding-top: 10px;
    margin-bottom: 15px;
}

/* 为VIP浮动框内的链接设置样式 */
.tianyu-float-box .tianyu-float-vip a{
    color: #803300!important;
}

/* 当鼠标悬停在VIP浮动框上时，改变文本颜色 */
.tianyu-float-box .tianyu-float-vip:hover p.text{
    color: #803300!important;
    font-weight: 600;
}


/* 定义服务浮动框的样式 */
.tianyu-float-service{
    position: relative;
}
.tianyu-float-service:hover .tianyu-float-service-box {
  display: block;
  transition: all .3s;
}
.tianyu-float-service-box {
    display: none;
    position: absolute;
    z-index: 999;
    right: 55px;
    bottom: 0px;
    width: 150px;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    transition: all .3s;
    background: #fff;
}
.tianyu-float-service-box .tops{
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f2;
}
.tianyu-float-service-box .tops img{

}
.tianyu-float-service-box .tops a{
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 15px auto 10px auto;
    border: 1px solid #b5b9bc;
    font-size: 12px;
    border-radius: 4px;
}
.tianyu-float-service-box .tops a:hover{
    background:#fff0;
    color: var(--primary-color)!important;
    border: 1px solid var(--primary-color)!important;
}
.tianyu-float-service-box .tops p{
    font-size: 13px;
}
.tianyu-float-service-box .btms{
    text-align: center;
}
.tianyu-float-service-box .btms em{
    font-size: 14px;
    color: #5f6575;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    display: block;
}
.tianyu-float-service-box .btms p{
    height: 25px;
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    color: #4775FF;
    margin-bottom: 10px;
    display: inline-block;
}
.tianyu-float-service-box .btms span{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #FF5151;
    margin-bottom: 10px;

}

.tianyu-float-wx-box {
    margin-bottom: 15px;
}
.tianyu-float-wx-box .boxs p{
    font-size: 14px;
    color: #5f6575;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}
.tianyu-float-wx-box .boxs img {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid var(--border-color);
    margin: 10px auto 0px auto;
}

.tianyu-float-ma{
    position: relative;
}
.tianyu-float-ma:hover .tianyu-float-ma-box {
  display: block;
  transition: all .3s;
}
.tianyu-float-ma-box {
    display: none;
    position: absolute;
    z-index: 999;
    right: 54px;
    bottom: 0px;
    width: 170px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    transition: all .3s;
    background: var(--primary-color);
}
.tianyu-float-ma-box i{
    display: block;
    width: 31px;
    height: 5px;
    margin: 0 auto 10px;
    border-radius: 2px;
    background: #6f96ff;
}
.tianyu-float-ma-box em{
    display: block;
    margin: 10px auto 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #6f96ff;
}
.tianyu-float-ma-box .tops{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}
.tianyu-float-ma-box .tops p{
    font-size: 12px;
    color: #5f6575;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
}
.tianyu-float-ma-box .tops img {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 10px;
    margin: 10px auto 0px auto;
}
@media screen and (max-width: 767px) {
    .tianyu-float {
        display: none !important;
    }
}
.hgico {
    width: 29px;
        height: 26px;
        left: 50%;
        transform: translateX(-50%);
        top: -19px;
        position: absolute;
        animation: zsmove 1.3s ease infinite;
        -webkit-animation: zsmove 1.3s ease infinite;
    }
    @-webkit-keyframes zsmove {50% {top:-13px;}
100% {top:-19px;}
}
@keyframes zsmove {50% {top:-13px;}
100% {top:-19px;}
}