/* 右侧客服 */
.floating_ck {
    position: fixed;
    right: 24px;
    bottom: 25%;
    font-size: 14px;
    z-index: 10;
}

.floating_ck dl dd {
    position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 8px;
    border: solid 1px #1179E5;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.floating_ck dl dd.consult {
    height: 98px;
    background: #fff url(../images/customer/cont.png) no-repeat center 30%;
    border: solid 1px #0B7BF0;
    border-radius: 6px;
    background-size: 50px;
}

.floating_ck dl dd.consult:hover {
    background-color: #0B7BF0;
}

.floating_ck dl dd.qrcord {
    background: #FFF url(../images/customer/we.png) no-repeat center 20%;
    background-size: 30px !important;
}

.floating_ck dl dd.return {
    background: #FFF url(../images/customer/top.png) no-repeat center 20%;
    background-size: 30px !important;
}

.floating_ck dl dd.qrcord:hover {
    background: #0B7BF0 url(../images/customer/weh.png) no-repeat center 20%;
    border: solid 1px #0B7BF0;
}

.floating_ck dl dd.return:hover {
    background: #0B7BF0 url(../images/customer/toph.png) no-repeat center 20%;
    border: solid 1px #0B7BF0;
}

.floating_ck dd span {
    padding-top: 45px;
    font-size: 12px;
    color: #293340;
    display: block;
}

.floating_ck dd:hover span {
    color: #FFF;
}

.floating_ck dd.consult span {
    padding-top: 74px;
}

.floating_left {
    width: 200px;
    padding-bottom: 15px;
    background: #FFF;
    position: absolute;
    left: -220px;
    top: 0px;
    box-shadow: 0px 0px 20px 0px rgba(110, 125, 141, 0.1);
    border-radius: 6px;
    display: none;
    overflow: hidden;
}

.floating_ewm {
    top: 0;
}

.floating_ewm h3 {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background: linear-gradient(308deg, #479EF9 0%, #0B7BF0 100%);
}

.floating_ewm i {
    width: 130px;
    height: 130px;
    margin: 10px auto 5px auto;
    display: block;
}

.floating_ewm i img {
    width: 100%;
    height: 100%;
    display: block;
}

.floating_ewm h4 {
    font-size: 14px;
    font-weight: 400;
    color: #293340;
}

.floating_ewm p {
    line-height: 22px;
    text-align: left;
    margin-left: 35px;
    padding-left: 25px;
    font-size: 18px;
    font-family: 'DIN-Bold';
    color: #0B7BF0;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    margin-top: 15px;
    background: url(../images/customer/tbg.png) no-repeat left center;
    background-size: 18px !important;
}

.floating_ewm .qrcord_p02 {
    background: url(../images/customer/qq.png) no-repeat left center;
    background-size: 18px !important;
}


/* 适配尊享会员页面客服样式 */
.enjoy-plus .floating_ck dl dd.consult {
    background: #fff url(../images/customer/cont.png) no-repeat center 30%;
    border-color: #DCB37B;
    background-size: 50px;
}

.enjoy-plus .floating_ck dl dd.consult:hover {
    background-color: #DCB37B;
}

.enjoy-plus .floating_ck dl dd.qrcord {
    background: #FFF url(../images/customer/enjoy-us.png) no-repeat center 20%;
}

.enjoy-plus .floating_ck dl dd.return {
    background: #FFF url(../images/customer/enjoy-top.png) no-repeat center 20%;
}

.enjoy-plus .floating_ck dl dd.qrcord:hover {
    background: #DCB37B url(../images/customer/weh.png) no-repeat center 20%;
    border-color: #DCB37B;
}

.enjoy-plus .floating_ck dl dd.return:hover {
    background: #DCB37B url(../images/customer/toph.png) no-repeat center 20%;
    border-color: #DCB37B;
}

.enjoy-plus .floating_ck dl dd {
    border-color: #DCB37B;
}

.enjoy-plus .floating_ck dl dd {
    border-color: #DCB37B;
}

.enjoy-plus .floating_ewm h3 {
    background: #DCB37B;
}

.enjoy-plus .floating_ewm p {
    color: #DCB37B;
}

.enjoy-plus .floating_ewm .qrcord_p01 {
    background: url(../images/customer/enjoy-tel.png) no-repeat left center;
}

.enjoy-plus .floating_ewm .qrcord_p02 {
    background: url(../images/customer/enjoy-qq.png) no-repeat left center;
}