* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
.udesk-client-btn{
    display: none!important;
}
.zsfooter {
}

.zsfooter-cont {
    overflow: hidden;
    width: 1293px;
    margin: 0 auto;
    padding: 52px 0 46px;
}

.zsfooter-item {
    float: left;
    margin-left: 50px;
}
.zsfooter-item .time{
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
}
.zsfooter-item:first-child {
    margin-left: 0;
}

.zsfooter-item>div.title {
    font-size: 24px;
    color: #fff;
}
.zsfooter-item>a:first-child{
    margin-top: 17px;
}
.zsfooter-item>a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 12px;
    line-height: 20px;
}

.zsfooter-item>a:first-child {
    margin-top: 20px;
}

.zsfooter-item>a:hover {
    color: white;
}

.zsdjhcodebox>div.attention {
    overflow: hidden;
    color: white;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.zsdjhcodebox>div.attention>img {
    vertical-align: middle;
    width: auto;
    float: left;
}
.zsdjhcodebox>div.attention>span{
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    float: left;
}
.zsfooter-record {
    font-size: 16px;
    color: #fff;
    padding-bottom: 24px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.zsdjhcodebox>img.zsdjhcode {
    width: 154px;
    height: 154px;
    border-radius: 4px;
}

.zsfooter-img {
    width: 1192px;
    margin: 0 auto;
    overflow: hidden;
}

.zsfooter-img>.img-item {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 25%;
}

.zsfooter-img>.img-item:first-child {}

.zsfooter-img>.img-item>img {
    vertical-align: middle;
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
}

.zsfooter-img>.img-item>span {
    font-size: 26px;
    color: #3D3D3D;
    margin-top: 10px;
    display: block;
}

.zsfooter-hd {
    background-color: white;
    clear: both;
    padding: 30px 0;
}

.zsfooter-bd {
    background-image: url(../img/login/footerBg.png);
}
.zsdjhcodebox{
    float: right;
}
.zsfooter-item .phoneNum{
    color: white;
    font-size: 18px;
    margin-top: 12px;
    line-height: 20px;
}

.ifloat-item {
    width: 88px;
    height: 88px;
    position: relative;
    text-align: center;
    background-color: rgb(255, 255, 255);
    display: block;
    background-position: 26px 16px;
    background-repeat: no-repeat;
    background-size: 36px;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 10px 0px;
}
.ifloat-item.customer-telephone{
    background-image: url(../img/newVersion/floatIcon1.svg);
}
.ifloat-item.customer-line{
    background-image: url(../img/newVersion/floatIcon2.svg);
}
.ifloat-item.returntop{
    background-image: url(../img/newVersion/floatIcon3.svg);
}
.ifloat-item:first-child {
    border-radius: 4px 4px 0 0;
}

.ifloat-item:last-child {
    border-radius: 0 0 4px 4px;
}

.ifloat-line {
    width: 70px;
    height: 1px;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    z-index: 9;
}

.ifloat-item>p {
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 12px;
    width: 70px;
    color: rgb(61, 61, 61);
    font-size: 14px;
    opacity: 0.7;
}

.ifloat {
    position: fixed;
    top: calc(50% - 70px);
    margin-top: -39px;
    right: 8px;
    z-index: 999;
}

.customer-telephone span {
    background-color: rgb(255, 255, 255);
    width: 258px;
    height: 75px;
    text-align: center;
    color: rgb(61, 61, 61);
    font-size: 16px;
    position: absolute;
    left: -268px;
    top: 5px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 10px 0px;
    line-height: inherit;
    display: none;
}

.customer-telephone i {
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgb(255, 255, 255);
    position: absolute;
    top: 14px;
    left: -10px;
    display: none;
}
.ifloat-item.customer-feedback{
    display: none;
}
.ifloat-item.service-manager{
    background-image: url(../img/newVersion/floatIcon03.svg);
    background-size: 50px!important;
    background-position: center 16px!important;
}
.ifloat-item.service-manager:hover .service-manager-data{
    display: block;
}
.ifloat-item:hover,.ifloat-item:focus{
    text-decoration: none;
}
.service-manager .service-manager-data{
    padding: 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 30%);
    position: relative;
    left: -368px;
    top: -142px;
    box-sizing: border-box;
    text-align: left;
    display: none;
}
.service-manager .service-manager-data .service-manager-data-box{
    width: 360px;
    padding: 0 13px;
}
.service-manager .service-manager-data::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: transparent #fff #fff transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 165px;
}
.service-manager .service-manager-data.nanshan{
    top: 0;
}
.service-manager .service-manager-data.nanshan::after{
    top: 28px;
}
.service-manager .service-manager-data .title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.service-manager .service-manager-data .item{
    margin-top: 10px;
}
.service-manager .service-manager-data .item:first-child{
    margin-top: 9px;
}
.service-manager .service-manager-data .item .item-hd{
    font-size: 12px;
    color: #000;
    padding: 0 10px;
}
.service-manager .service-manager-data .item .item-bd{
    background-color: #F1F1F1;
    padding: 7px 10px;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    word-break: break-all;
    margin-top: 2px;
}