﻿
/*
.m-pop {
    z-index: 80;
    position: fixed;
    bottom: 200px;
    right: 0;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0px;
}

    .m-pop > p {
        margin: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
    }

        .m-pop > p > span {
            font-size: 2.5rem;
        }

.m-pop-service {
    background: #99d3df;
}

.m-pop-contact {
    background: #88bbd6;
}

.m-pop-tel {
    background: #328cc1;
}

.m-pop-service-list {
    z-index: 80;
    position: fixed;
    bottom: 200px;
    right: 50px;
    margin: 0px;
    width: 180px;
    color: #fff;
    border: 1px solid #e8e8e8;
}

    .m-pop-service-list > ul > li > img {
        width: 100%;
    }

.m-pop-tel-list {
    z-index: 80;
    position: fixed;
    bottom: 190px;
    right: 50px;
    margin: 0px;
    width: 200px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 20px;
    font-size: 2rem;
    background-color: #fff;
}

.m-pop-service-list ul {
    margin: 0px !important;
}


.m-pop-totop {
    margin: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #7c7c7c;
    color: #fff;
    display: none;
}
    */



/*line*/
.line-top {
    border-top: 1px solid #ececec;
}

.line-bottom {
    border-bottom: 1px solid #ececec;
}

.line-left {
    border-left: 1px solid #ececec;
}

.line-right {
    border-right: 1px solid #ececec;
}
/*line*/

/*行显示*/
.line-one {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-two {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-three {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*行显示*/

/*浮动菜单*/
.fm-body {
    z-index: 80;
    position: fixed;
    bottom: 200px;
    right: 0;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    /*    opacity: 0.7;*/
    /* filter: alpha(opacity=70);*/
    margin-bottom: 0px;
}

    .fm-body > p {
        margin: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
    }

        .fm-body > p > span {
            font-size: 2.5rem;
        }

.fm-menu-service {
    background: #99d3df;
}

.fm-menu-service-list {
    z-index: 80;
    position: fixed;
    bottom: 200px;
    right: 50px;
    margin: 0px;
    width: 180px;
    color: #fff;
    border: 1px solid #e8e8e8;
}

    .fm-menu-service-list ul {
        margin: 0px !important;
    }

    .fm-menu-service-list > ul > li > img {
        width: 100%;
    }

.fm-menu-contact {
    background: #88bbd6;
}

.fm-menu-tel {
    background: #328cc1;
}

.fm-menu-tel-list {
    z-index: 80;
    position: fixed;
    bottom: 190px;
    right: 50px;
    margin: 0px;
    width: 200px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 20px;
    font-size: 2rem;
    background-color: #fff;
}

.fm-menu-totop {
    margin: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #7c7c7c;
    color: #fff;
    display: none;
}
/*浮动菜单*/

/*即时沟通窗口*/

.v1-msg {
    width: 400px;
    height: 500px;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 50px;
    margin-bottom: 0px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 5px;
}

.v1-msg-mobile {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 5px;
}

.v1-msg-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    color: #666;
    padding: 0px 10px;
    border-bottom: 1px solid #ececec;
}

.v1-msg-title-close {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
}

.v1-msg-title > span {
    font-size: 1.75rem;
}

.v1-msg-list {
    margin: 0px;
    overflow-y: scroll;
    height: 380px;
    border-bottom: 1px solid #ececec;
    /*scrollTop =scrollHeight;*/
}

    .v1-msg-list > ul {
    }

        .v1-msg-list > ul > li {
            padding: 10px 15px;
            font-size: 14px;
            /*font-weight: lighter;*/
        }

            .v1-msg-list > ul > li > p {
                padding-right: 10%;
            }

.v1-msg-list-ask {
    text-align: right;
    background: #f8f8f8;
    color: blue;
}

    .v1-msg-list-ask > p {
        padding-left: 10%;
        padding-right: 0px !important;
        text-align: right;
    }

.v1-msg-list-alert {
    text-align: center;
    color: #bbb;
}

.v1-msg-list-reply {
    color: #666;
}

.v1-msg-send {
    height: 60px;
    padding: 8px 12px;
}

    .v1-msg-send > span {
        color: #aaa;
        font-size: 3rem;
        cursor: pointer;
    }

    .v1-msg-send > input {
        line-height: 40px;
        font-size: 14px;
        width: 88%;
        border: 1px solid #bbb;
        border-radius: 4px;
        text-indent: 10px;
    }

/*即时沟通窗口*/
