@font-face {
    font-family: 'iconfont';  /* Project id 77770 */
    src: url('//at.alicdn.com/t/c/font_77770_m749mk57e1.woff2?t=1714360645947') format('woff2'),
    url('//at.alicdn.com/t/c/font_77770_m749mk57e1.woff?t=1714360645947') format('woff'),
    url('//at.alicdn.com/t/c/font_77770_m749mk57e1.ttf?t=1714360645947') format('truetype');
}
.returnTop-wrap{
	position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 100000;
	/*display: none;*/
}
.returnTop-wrap.show{
    animation: swiperShow 0.3s;
    -webkit-animation: swiperShow 0.3s;
    -o-animation: swiperShow 0.3s;
    -moz-animation: swiperShow 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.returnTop-wrap.hide{
    animation: swiperHide 0.3s;
    -webkit-animation: swiperHide 0.3s;
    -o-animation: swiperHide 0.3s;
    -moz-animation: swiperHide 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.right-list, .nuo-custom-wrap{
    width: 70px;
    height: 68px;
    background: #ff761a;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    margin-bottom: 8px;
    position: relative;
    border-radius: 4px;
    font-size: 26px;
    color: #fff;
}
.custom-icon-wrap{
    height: 24px;
    line-height: 24px;
    padding-top: 14px;
}
.custom-icon-wrap .custom-icon {
    font-size: 24px;
}
.nuo-custom-wrap .custom-text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
}
.right-list-hover .hotline-wrap {
    display: flex;
    flex-direction: column;
    width: 70px;
    height: 108px;
    padding-top: 12px;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    background: url(../images/hotline_bg.png) center center no-repeat;
}
.right-list-hover .hotline-title {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}
.right-list-hover .hotline-num {
    padding-left: 6px;
    text-align: left;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 25px;
    text-shadow: -1px 1px 0 #FF9B64, 1px 1px 0 #FF9B64, 1px -1px 0 #FF9B64,-1px -1px 0 #FF9B64;
    word-break: break-all;
}
.f-hover-desc{
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
}

.right-list-hover .iconfont{
	padding-right: 0;
	color: #fff;
}
.hover-text{
	display: none;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.weix-qr-wrap{
    width: 120px;
    position: absolute;
    left: -144px;
    top: 0px;
    display: none; 
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 8px;
}
.weix-qr-wrap img{
	width: 120px;
    height: 120px;
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.weix-qr-wrap p{
    font-size: 14px;
    text-align: center;
    color: #444;
    line-height: 18px;
}
#to-top-btn,#show-caculate{
  display: none;
}
/* .nyContainer, .swiper-packup {
    inset: auto !important;
    right: 24px !important;
    bottom: 32px !important;
} */
/* 在线客服按钮样式优化覆盖-->#510974去除sdk引用 */
/* 收起服务按钮样式 */
.returnTop-wrap .web-swiper-cont{
    width: 70px;
    padding: 4px 0;
    background: rgba(61, 75, 102, 0.7);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.web-swiper-cont .arrow-icon {
    padding: 0;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
}
.web-swiper-cont .swiper-hover {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: none;
}
.web-swiper-cont:hover {
    background: #3D4B66;
}
.web-swiper-cont:hover .arrow-icon {
    display: none;
}
.web-swiper-cont:hover .swiper-hover {
    display: block;
}
/* 展开服务按钮样式 */
.web-swiper-packup {
    position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    cursor: pointer;
    display: none;
}
.web-swiper-packup.show{
    animation: packUpShow 0.3s;
    -webkit-animation: packUpShow 0.3s;
    -o-animation: packUpShow 0.3s;
    -moz-animation: packUpShow 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    display: flex !important;
}
.web-swiper-packup.hide{
    animation: packUpHide 0.3s;
    -webkit-animation: packUpHide 0.3s;
    -o-animation: packUpHide 0.3s;
    -moz-animation: packUpHide 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.web-swiper-packup .packup-img {
    width: 48px;
    height: 48px;
}
.web-swiper-packup .packup-text {
    width: 100%;
    background: rgba(61, 75, 102, 0.7);
    border-radius: 12px;
    text-align: center;
    margin-top: 4px;
    padding: 6px 0;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.packup-text:hover {
    background: #3D4B66;
}
.packup-text::after {
    content: '在线服务';
}
.packup-text:hover::after {
    content: '展开服务';
}
/* 动画效果 */
@keyframes swiperShow {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(0, 44px);
  }
  100% {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes swiperHide {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(0, 44px);
  }
}
@-webkit-keyframes swiperShow {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(0, 44px);
  }
  100% {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes swiperHide {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(0, 44px);
  }
}
@keyframes packUpShow {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    display: flex;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes packUpHide {
  0% {
    opacity: 1;
    display: flex;
    visibility: visible;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(10px, 0);
  }
}
@-webkit-keyframes packUpShow {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    display: flex;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes packUpHide {
  0% {
    opacity: 1;
    display: flex;
    visibility: visible;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translate(10px, 0);
  }
}