﻿.call-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.customerService {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
}

.add-cs-bg {
    background: rgba(253,110,52,.7);
}

.cs {
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 86%;
    height: 88%;
    border-radius: .1rem;
    background: #fff;
    overflow-y: auto;
}

.cs-person:first-child {
    margin-top: 3.3rem;
}

.cs-person:last-child {
    margin-bottom: .3rem;
}

.cs-person {
    margin: .1rem;
    border-bottom: .01rem dashed #666;
}

    .cs-person div {
        width: 90%;
        margin: 0 auto;
        line-height: .26rem;
        color: var(--content--text--color);
    }

        .cs-person div span {
            float: left;
            display: inline-block;
            width: .8rem;
            font-size: .12rem;
            color: #666;
        }

        .cs-person div p {
            display: inline-block;
            width: calc(100% - .8rem);
            word-break: break-all;
        }

.cs-person-name {
    font-weight: bold;
    color: #000;
}
.cs-name span{
    color: #333 !important;
    font-weight:bold;
}

.cs-person-area {
    margin-bottom: .1rem !important;
    font-size: .14rem;
}

.cs-person:last-child {
    border: none;
}
/**20210616 技术支持弹窗修改 zd start**/
.contactWay {
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 75%;
    border-radius: .1rem;
    background: #fff;
    overflow-y: auto;
    padding:20px;
}

.contact {
    margin: .1rem;
    border-bottom: .01rem dashed #666;
}

    .contact div {
        width: 90%;
        line-height: .26rem;
        /*color: var(--content--text--color);*/
    }
    .contact:last-child {
        border: none;
    }
.phoneStyle {
    font-size: 0.16rem;
    font-weight: bold;
    margin-left: 2em;
    margin-left: 0.4rem;
}
.title {
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
}
/**20210616 end**/
