@import url('aliyunfont.css');
html, body {
    font: 400 12px 'Open Sans', sans-serif;
}

section {
    text-align: center;
    padding: 80px 0 60px 0;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    color: #e94620;
}

.iconfont-anli {
    font-family: "iconfont" !important;
    font-size: 50px !important;
    font-style: normal;
    color: #e94620;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 80px;
    cursor: pointer;
}

.iconfont-close {
    font-family: "iconfont" !important;
    font-size: 15px !important;
    font-style: normal;
    color: #b4b4b4;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    cursor: pointer;
}

.b-case {
    background: url("../images/solution/b-group.png") no-repeat center !important;
    background-size: 1200px 140px !important;
    position: relative;
}

.b-top-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
}

.b-top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 450px;
}

.b-top-title-line::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #f5f5f5;
    vertical-align: middle;
    margin-right: 20px;
}

.b-top-title-line::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #f5f5f5;
    vertical-align: middle;
    margin-left: 20px;
}

.b-top-title h1 {
    font-size: 24px;
    position: relative;
}

.b-top-title p:nth-child(2) {
    font-size: 16px;
    color: #eaeaea;
}

.echat-anli-logo {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 39px;
    position: absolute;
    left: 50%;
    top: 54px;
    transform: translateX(-50%);
    z-index: 200;
    line-height: 78px;
}

.echat-anli-motai {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.echat-anli {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    height: 420px;
    margin-top: 60px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.echat-anli-list {
    width: 333px;
    height: 263px;
    position: relative;
    background: palegreen;
}

[v-cloak] {
    display: none;
}

/* 侧边栏导航 */

.aside-case {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999999999999;
}

.aside-menu {
    width: 80px;
    max-height: 80px;
    border-radius: 40px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: max-height 0.4s linear;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    -o-transition: max-height 0.4s linear;
    overflow: hidden;
    background: #fff;
}

.aside-menu-show {
    max-height: 800px;
    transition: max-height 0.4s linear;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    -o-transition: max-height 0.4s linear;
    padding-bottom: 20px;
}

.aside-menu ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 40px;
    margin: 0 auto;
}

.aside-menu ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #323232;
    text-decoration: none;
    position: relative;
}

.aside-menu ul li a.menu-click {
    color: #e94620;
}

.aside-menu ul li a:hover {
    color: #e94620;
}

.aside-menu ul li a::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
    position: absolute;
    left: 18px;
    bottom: 0px;
}

.aside-menu ul li a:hover::after {
    background: #e94620;
}

.aside-menu ul li a.menu-click::after {
    background: #e94620;
}

.aside-menu ul li:last-child a::after {
    display: none;
}

@media screen and (max-width:1200px) {
    .echat-anli-list {
        max-width: 30%;
        min-width: 30%;
        height: 263px;
        position: relative;
        background: palegreen;
    }
    .echat-anli {
        height: 470px;
    }
}

@media screen and (max-width:1000px) {
    .echat-anli {
        height: 550px;
    }
}

@media screen and (max-width:768px) {
    section {
        overflow: hidden;
    }
    .echat-anli-list {
        max-width: 46%;
        min-width: 46%;
        height: 263px;
        position: relative;
        background: palegreen;
    }
    .echat-anli-list+.echat-anli-list {
        margin-left: 4%;
    }
    .echat-anli {
        height: 450px;
    }
    .aside-case {
        display: none;
    }
    .b-case {
        background: url("../images/solution/b-group.png") no-repeat left !important;
        background-size: 1200px 120px !important;
        position: relative;
    }
}

@media screen and (max-width:600px) {
    .echat-anli-list {
        max-width: 90%;
        min-width: 90%;
        height: 263px;
        position: relative;
        background: palegreen;
    }
    .echat-anli-list+.echat-anli-list {
        margin-left: 4%;
    }
    .echat-anli {
        height: 420px;
    }
    section {
        padding: 80px 0 0 0;
    }
}

.echat-anli-content {
    width: 90%;
    position: relative;
    top: 154px;
    left: 5%;
    background: #fff;
    padding: 10px 20px;
    line-height: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 300;
}

.echat-anli-content p {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.echat-anli-p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    margin: auto;
}