@import url('aliyunfont.css');
.icon-orange {
    font-family: "iconfont" !important;
    font-size: 30px !important;
    font-style: normal;
    color: #f36b2b;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-green {
    font-family: "iconfont" !important;
    font-size: 24px !important;
    font-style: normal;
    color: #1e2d30;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    font: 400 14px 'Open Sans', sans-serif;
    line-height: 25px;
    color: #323232;
}

.b-pageHeader {
    background: url("../images/backgrounds/price-bg.png") no-repeat !important;
}

.b-sort {
    background: url("../images/chanpin/product-sort.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
}

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

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

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

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

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

.b-top-title p+p {
    font-size: 16px;
    color: #eaeaea;
}

.price-top {
    padding: 110px 0 70px 0;
    background: linear-gradient(#fff 45%, #fafafa 45%);
}

.price-cntr {
    width: 1146px;
    margin: 0 auto;
    text-align: center;
}

.price-cntr>p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
}

.price-cntr>p:nth-child(2) {
    font-size: 16px;
}

.price-cntr-1 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: inherit;
    margin-top: 70px;
    flex-wrap: wrap;
}

.price-list-big {
    width: 33%;
    padding: 30px;
    display: flex;
    align-items: stretch;
}

.price-list-small {
    height: 520px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    text-align: left;
    color: #888888;
    position: relative;
}

.price-list-small .btn-cntr {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.price-list-small p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    color: #f36b2b;
    margin: 15px 0;
}

.top-ul, .bottom-ul {
    padding-left: 15px;
    line-height: 25px;
    font-size: 12px;
}

.top-ul {
    margin: 20px 0 20px -25px;
    width: calc(100% + 50px);
    list-style: none;
    padding: 10px 25px;
    background: #f5f5f5;
}

.btn-cntr {
    margin-top: 28px;
    text-align: center;
}

.btn-130, .btn-254 {
    width: 130px;
    height: 40px;
    border: 1px solid #f36b2b;
    outline: none;
    color: #f36b2b;
    background: none;
    display: inline-block;
    line-height: 40px;
}

.btn-130:hover, .btn-254:hover {
    background: #f36b2b;
    color: #fff;
}

.section-color {
    padding: 80px 0;
}

.section-color:nth-child(even) {
    background: #f9f9f9;
}

/* 在线客服系统 */

.price-center {
    padding-top: 130px;
    text-align: center;
}

.price-list-small-1 {
    /* height: 330px; */
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    text-align: left;
    color: #323232;
}

.section-web-color {
    padding-bottom: 80px;
}

.pro-web-list-small {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: left;
    color: #323232;
}

.pro-web-title {
    padding: 20px 30px;
}

.pro-web-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.pro-web-title p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.pro-web-title p:nth-child(2) {
    margin: 0;
}

.pro-web-title a {
    color: #f36b2b;
}

.pro-web-title a:hover {
    text-decoration: none;
}

.pro-web-list-img {
    text-align: center;
}

.pro-web-list-img img {
    max-width: 100%;
}

.price-list-small-1 p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.price-list-small-1 .btn-cntr {
    margin-top: 30px;
}

.orange-a {
    color: #f36b2b;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.orange-a:link {
    color: #f36b2b;
    text-decoration: none;
}

.gray-a {
    color: #888888 !important;
    text-decoration: none !important;
    margin-top: 20px;
    display: block;
}

.gray-a:hover {
    color: #f36b2b !important;
}

.btn-254 {
    width: 254px;
}

/* 智能机器人系统 */

.price-list-small-2 {
    /* height: 720px; */
    background: #fafafa;
    color: #332233;
    border: 1px solid #f3f3f3;
    flex-grow: 1;
}

.Ebot-top p {
    line-height: 60px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.Ebot-center {
    height: 60px;
    background: #fff;
    line-height: 60px;
}

.Ebot-center span:first-child {
    font-size: 18px;
    font-weight: 700;
}

.Ebot-bottom {
    text-align: left;
    padding: 20px 24px;
    height: calc(100% - 200px);
}

.Ebot-bottom ul {
    margin-top: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #888888;
}

.Ebot-btn {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/* 工单支持系统 */

.price-list-big-1 {
    width: 50%;
    padding: 30px;
}

.price-list-small-3 {
    height: 575px;
}

/*滚动条样式*/

.price-container::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}

.price-container::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.price-container::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

/* 价格弹窗 */

.price-popup {
    width: 90%;
    max-width: 1440px;
    height: 73%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
    opacity: 0;
    z-index: -100;
    transition: transform, opacity 0.3s, 0.2s;
    -webkit-transition: transform, opacity 0.4s, 0.2s;
    -moz-transition: transform, opacity 0.3s, 0.2s;
    -o-transition: transform, opacity 0.3s, 0.2s;
}

.price-popup-show {
    opacity: 1;
    z-index: 1000;
    transform: translate(-50%, -50%) scale(1.0);
    transition: transform, opacity 0.3s, 0.2s;
    -webkit-transition: transform, opacity 0.4s, 0.2s;
    -moz-transition: transform, opacity 0.3s, 0.2s;
    -o-transition: transform, opacity 0.3s, 0.2s;
}

.price-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.price-popup .price-list-big {
    flex-grow: 1;
}

.price-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #888888;
}

.price-popup p.industry-title {
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 30px;
}

.price-popup>p {
    margin-bottom: 80px;
}

.price-popup-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* 自适应处理 */

@media screen and (max-width:1150px) {
    .price-cntr {
        width: 100%;
    }
    .price-list-big {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .price-list-big {
        width: 100%;
    }
    .price-list-big-1 {
        width: 100%;
    }
    .price-popup {
        width: 100%;
        height: 100%;
    }
    .price-container::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
    }
}