﻿.onlineList {
    /*background: rgba(0, 47, 255, 1);*/
    /*height: 240px;*/
    width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    /*top: calc(50% - 120px);*/
    bottom: 0;
    /*border-color: rgba(0, 47, 255, 1);
    background: rgba(0, 47, 255, 1);*/
    position: fixed;
    border-radius: 8px;
    z-index: 1000;
}

.monlineList {
    /*background: rgba(0, 47, 255, 1);*/
    /*height: 240px;*/
    width: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    top: calc(50% - 120px);
    bottom: 0;
    /*border-color: rgba(0, 47, 255, 1);
    background: rgba(0, 47, 255, 1);*/
    position: fixed;
    border-radius: 8px;
    z-index: 1000;
}

.onlineBox-Content {
    position: relative;
}

.onlineBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.parting-line:before {
    content: "";
    width: 32px;
    height: 1px;
    background: #fff;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.onlineBox-Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: relative;
}

.onlineBox:hover {
    /*background: rgba(166, 162, 162, 0.3);*/
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}



.contents {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    justify-content: center;
}

    .contents .iconfont {
        font-size: 24px;
        width: 24px !important;
        height: 24px !important;
    }

.codeContent {
    position: absolute;
    right: 80px;
    display: none;
    background: #fff;
    padding: 15px;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    box-shadow: 3px 3px 18px #bfbaba;
    transition: opacity 0.5s ease-in-out;
}


.textContent {
    position: absolute;
    right: 80px;
    background: #fff;
    padding: 15px;
    display: none;
    bottom: 0;
    white-space: nowrap;
    /*color: rgba(0, 47, 255, 1);*/
    box-shadow: 3px 3px 18px #bfbaba;
    transition: opacity 0.5s ease-in-out;
}

i {
    font-size: 28px;
    color: rgb(255, 255, 255);
}

.contents span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

a {
    text-decoration: none;
}


.codeContentleft {
    position: absolute;
    left: 80px;
    display: none;
    background: #fff;
    padding: 15px;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    box-shadow: 3px 3px 18px #bfbaba;
    transition: opacity 0.5s ease-in-out;
}


.textContentleft {
    position: absolute;
    left: 80px;
    background: #fff;
    padding: 15px;
    display: none;
    bottom: 0;
    white-space: nowrap;
    /*color: rgba(0, 47, 255, 1);*/
    box-shadow: 3px 3px 18px #bfbaba;
    transition: opacity 0.5s ease-in-out;
}

.codeContent img {
    max-width: 200px;
}

.codeContentleft img {
    max-width: 200px;
}

.rightmodel {
    position: fixed;
    /*bottom: 10px;
    right: 2px;*/
    /*background: #0c83f0;*/
    width: 210px;
    border-radius: 6px;
    z-index: 2147483647;
}

    .rightmodel .rightmodel_body {
        width: 80%;
        margin: 0 auto;
        position: relative;
        padding-top: 22px;
    }

        .rightmodel .rightmodel_body .closeRightModel {
            position: absolute;
            top: 5px;
            right: -15px;
            color: #fff;
        }

        .rightmodel .rightmodel_body p {
            color: #fff;
            font-size: 13px;
            text-align: center;
        }

        .rightmodel .rightmodel_body div {
            margin: 15px auto 22px;
            padding: 8px;
            background: #fff;
            border-radius: 8px;
            width: 150px;
        }

            .rightmodel .rightmodel_body div img {
                height: auto;
                width: 100%;
            }

.icon-guanbi {
    font-size: 16px;
}
