﻿@charset "utf-8";

.qc-navigation {
    min-width: 320px
}

.body {
    background: #fff;
    margin: 0 auto;
    min-width: 320px
}

.mod-inner {
    max-width: 1460px;
    margin: 0 auto;
    /*font-size: 0;*/
    min-width: 320px;
    position: relative;
    /* padding: 0 15px; */

}

.tc-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 35px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    min-width: 24px;
    border-radius: 2px;
    -webkit-transition: .2s ease background;
    transition: .2s ease background
}

.tc-btn-1 {
    background-color: #fff;
    color: #00a4ff;
    border: 1px solid #00a4ff
}

.tc-btn-1:hover {
    background-color: #0092ee;
    color: #fff
}

.tc-btn-1.tc-btn-1-disable:hover {
    cursor: default
}

.tc-btn-2 {
    background-color: #cb2525;
    color: #fff;
    border: 1px solid #cb2525
}

.tc-btn-2:hover {
    background-color: #ad0e0e;
    border: 1px solid #ad0e0e;
    color: #ffffff;
}

.tc-btn-3 {
    background-color: #00a4ff;
    color: #fff;
    border: 1px solid #00a4ff
}

.tc-btn-3:hover {
    background-color: #0092ee;
    border: 1px solid #0092ee;
    text-decoration: none
}

.tc-btn-1.tc-btn-1-disable,
.tc-btn-2.tc-btn-2-disable,
.tc-btn-3.tc-btn-3-disable {
    background-color: #d5d7de;
    color: #fff;
    border: 1px solid #e8e8e8
}

.tc-btn-1-disable:hover,
.tc-btn-2-disable:hover,
.tc-btn-3-disable:hover {
    cursor: default
}

.tc-15-bubble {
    position: absolute;
    color: #404A58
}

.tc-15-bubble .tc-15-bubble-inner:after,
.tc-15-bubble .tc-15-bubble-inner:before {
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent
}

.tc-15-bubble .tc-15-bubble-inner:after {
    border: 7px dashed transparent
}

.tc-15-bubble-inner {
    font-size: 12px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #b3b7bf;
    border-radius: 2px;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    position: static !important;
    left: 50%;
    top: 50%
}

.tc-15-bubble-top .tc-15-bubble-inner:after,
.tc-15-bubble-top .tc-15-bubble-inner:before {
    bottom: 100%;
    left: inherit;
    right: inherit;
    margin-bottom: -1px;
    border-bottom-style: solid
}

.tc-15-bubble-top .tc-15-bubble-inner:before {
    margin-left: -8px;
    border-bottom-color: #b3b7bf
}

.tc-15-bubble-top .tc-15-bubble-inner:after {
    margin-left: -7px;
    border-bottom-color: #fff
}

.tc-15-bubble-icon {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.tc-15-bubble-icon .tc-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.tc-15-bubble-icon .tc-15-bubble {
    visibility: hidden;
    width: 300px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: center;
    pointer-events: none;
    opacity: 0
}

.tc-15-bubble-icon.hover .tc-15-bubble,
.tc-15-bubble-icon:hover .tc-15-bubble {
    z-index: 9999;
    visibility: visible;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1
}

.tc-15-bubble-icon .tc-15-bubble .tc-15-bubble-inner {
    display: inline-block;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
    text-align: left;
    vertical-align: middle;
    pointer-events: auto
}

.tc-15-bubble-icon .tc-15-bubble-top {
    left: 50%;
    margin-left: -150px;
    top: 100%;
    margin-top: 8px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.tc-15-bubble-icon.hover .tc-15-bubble-top,
.tc-15-bubble-icon:hover .tc-15-bubble-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tc-15-rich-radio {
    vertical-align: middle;
    padding-left: 1px;
    display: inline-block;
    font-size: 0
}

.tc-15-rich-radio .tc-btn {
    float: left;
    position: relative;
    margin-left: -1px;
    z-index: 0;
    border-radius: 0;
    border: 1px solid #d1d2d3;
    background: #fff;
    color: #00a4ff;
    font-weight: 400
}

.tc-15-rich-radio .tc-btn.first {
    border-radius: 3px 0 0 3px
}

.tc-15-rich-radio .tc-btn.last {
    border-radius: 0 3px 3px 0
}

.tc-15-rich-radio .tc-btn.checked,
.tc-15-rich-radio .tc-btn:focus,
.tc-15-rich-radio .tc-btn:hover {
    z-index: 1;
    border-color: #71a9e0;
    background: #d8ebff;
    color: #404a58
}

.tc-15-rich-radio .tc-btn.disabled {
    border-color: #d5d5d5;
    background: #e8e8e8;
    color: #a2a2a2
}

.tc-15-rich-radio .tc-15-btn.disabled:focus,
.tc-15-rich-radio .tc-btn.disabled:hover {
    z-index: 0
}

.tc-15-rich-radio .tc-btn.m {
    height: 25px;
    min-width: 21px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px
}

.icon-what {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    cursor: pointer;
    background-position: -154px -172px
}

.tab .tab-list {
    display: table;
    width: 100%;
    table-layout: fixed
}

.tab .tab-list .tab-item {
    display: table-cell;
    height: 50px;
    background-color: #ebeced;
    line-height: 50px;
    text-align: center;
    font-weight: 700
}

.tab .tab-list .tab-item a {
    font-size: 16px;
    color: #333;
    display: block
}

.tab .tab-list .tab-item a:hover {
    color: #00a4ff
}

.tab .tab-list .tab-item.current {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: none
}

.tab .tab-list .tab-item.current a {
    color: #00a4ff
}

.tab-content table {
    text-align: center;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    color: #666
}

.tab-content table th {
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
    color: #333;
    white-space: nowrap;
    padding: 20px 10px
}

.tab-content table td {
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    text-align: left;
    vertical-align: top
}

.tab-content table td p {
    line-height: 20px
}

.tab-content table .tb-sub-title {
    text-align: center
}

.product-table-overflow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.qc-wrapper {
    max-width: 1200px
}

.qc-grids {
    font-size: 0
}

.qc-grids [class*=qc-unit] {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    box-sizing: border-box
}

.ct-slot {
    margin-left: 10px;
    margin-right: 10px
}

.guide-list.with-slot {
    margin-right: -10px;
    margin-left: -10px
}

.qc-grids.with-slot [class*=qc-unit] {
    padding-left: 10px;
    padding-right: 10px
}

.qc-unit-1-24 {
    width: 4.1667%
}

.qc-unit-1-12,
.qc-unit-2-24 {
    width: 8.3333%
}

.qc-unit-1-8,
.qc-unit-3-24 {
    width: 12.5%
}

.qc-unit-1-6,
.qc-unit-4-24 {
    width: 16.6667%
}

.qc-unit-5-24 {
    width: 20.8333%
}

.qc-unit-1-4,
.qc-unit-6-24 {
    width: 25%
}

.qc-unit-7-24 {
    width: 29.1667%
}

.qc-unit-1-3,
.qc-unit-8-24 {
    width: 33.3333%
}

.qc-unit-9-24 {
    width: 37.5%
}

.qc-unit-10-24 {
    width: 41.6667%
}

.qc-unit-11-24 {
    width: 45.8333%
}

.qc-unit-1-2,
.qc-unit-12-24 {
    width: 50%
}

.qc-unit-13-24 {
    width: 54.1667%
}

.qc-unit-14-24 {
    width: 58.3333%
}

.qc-unit-15-24 {
    width: 62.5%
}

.qc-unit-16-24 {
    width: 66.6667%
}

.qc-unit-17-24 {
    width: 70.8333%
}

.qc-unit-18-24 {
    width: 75%
}

.qc-unit-19-24 {
    width: 79.1667%
}

.qc-unit-20-24 {
    width: 83.3333%
}

.qc-unit-21-24 {
    width: 87.5%
}

.qc-unit-22-24 {
    width: 91.6667%
}

.qc-unit-23-24 {
    width: 95.8333%
}

.qc-unit-1-1,
.qc-unit-24-24,
.qc-unit-5-5 {
    width: 100%
}

.qc-unit-1-5 {
    width: 20%
}

.qc-unit-2-5 {
    width: 40%
}

.qc-unit-3-5 {
    width: 60%
}

.qc-unit-4-5 {
    width: 80%
}

.side-navigation {
    z-index: 10;
    position: absolute;
    top: 40px;
    width: 250px;
    vertical-align: top;
    bottom: 0
}

.sticky {
    top: 70px !important;
}

.side-nav-inner {
    background-color: rgba(255, 255, 255, .8);
    border-left: 1px solid #e8eef5;
    border-right: 1px solid #e8eef5;
    border-top: 1px solid #e8eef5;
    font-size: 16px
}

.side-nav-inner.side-nav-fixed {
    position: fixed;
    width: 14.6%
}

.side-nav-inner-list {
    text-indent: 10px;
    border-bottom: 1px solid #e8eef5;
    padding-bottom: 5px
}

.side-nav-inner-list:hover ul {
    display: block !important;
}

.side-nav-title-1 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 0;
    color: #333;
    vertical-align: text-bottom
}

.side-navigation .ico {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.side-nav-title-2 {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav-inner-list-2 {
    padding-bottom: 9px;
    display: none
}

.side-nav-inner-list.active .nav-inner-list-2 {
    display: block;
}

.nav-inner-list-2>li {
    text-indent: 37px
}

.nav-inner-list-2>li.on {
    background-color: #e5e8ee
}

.nav-inner-list-3>li {
    color: #777
}

.nav-inner-list-3 .product-detail {
    color: #666;
    font-size: 12px;
    line-height: 38px;
    display: block;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav-inner-list-3 .product-detail:before {
    content: "\2022\20";
    font-size: 10px;
    line-height: 36px;
    color: #666;
    margin-right: 5px
}

.side-navigation .list-focus .product-detail:hover:before,
.side-navigation li.list-focus .product-detail:before {
    color: #00a4ff;
    font-weight: 400
}

.side-navigation li.list-focus .product-detail:hover {
    background-color: #e5e8ee
}

.side-navigation .nav-inner-list-2>li .side-nav-title-2:hover {
    background-color: #e5e8ee;
    color: #333
}

.side-navigation .nav-inner-list-2>li .side-nav-title-2.list-focus:hover {
    background-color: #e5e8ee;
    color: #00a4ff
}

.side-navigation .nav-inner-list-3>li:hover {
    color: #00a4ff;
    background-color: #e5e8ee
}

.side-navigation .list-focus,
.side-navigation .nav-inner-list-3 .list-focus .product-detail,
.side-navigation .nav-inner-list-3 .list-focus .product-detail:hover {
    color: #00a4ff;
    font-weight: 700
}

.nav-drop-down-icon {
    position: relative;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    background-position: -199px -154px
}

.nav-drop-down-up {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -187px -154px
}

.main-content {
    vertical-align: top;
    padding-bottom: 80px;
    padding-left: 265px
}

.main-content .mt-15 {
    margin-top: 15px
}

.head-area {
    position: relative;
    padding-left: 13.6%;
    height: 336px;
    overflow: hidden
}

.head-area h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px
}

.head-area .icon {
    position: absolute;
    top: -16px;
    left: -13%;
    display: inline-block;
    width: 78px;
    height: auto;
    background-repeat: no-repeat
}

.head-area .head-content {
    position: relative;
    width: 59.2%;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 3.7%
}

.head-area .head-operation {
    position: relative;
    width: 100%
}

.head-area .head-operation .tc-btn {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    padding: 0 6.8%;
    font-weight: 400
}

.head-area .head-operation .activity {
    font-size: 14px;
    color: #d4d4d4;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

.head-area .head-operation .activity p {
    margin-bottom: 10px
}

.head-area .head-operation .activity .strong-color-1 {
    color: #ffb800
}

.head-area .head-operation .activity a.strong-color-1:hover {
    text-decoration: underline
}

.mod-hero {
    position: relative;
    overflow: hidden;
    background-size: auto 100%
}

.mod-hero .mod-inner {
    position: relative;
    min-height: 400px
}

.mod-hero .banner-ct {
    padding-left: 265px;
    width: 70%;
    display: inline-block
}

.mod-hero .title {
    color: #333;
    font-size: 54px;
    font-weight: 400;
    margin-top: 9%;
    margin-bottom: 2%
}

.mod-hero .title .title-cn,
.mod-hero .title .title-en {
    display: inline-block
}

.mod-hero .title .title-cn {
    font-size: 30px
}

.mod-hero .title .title-en {
    font-size: 48px
}

.mod-hero .head-content {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: auto;
    min-height: 120px
}

.mod-hero .head-operation {
    margin-bottom: 9%;
    margin-top: 10px
}

.mod-hero .head-operation .op-line {
    margin-bottom: 28px
}

.mod-hero .op-line .tc-btn {
    width: 140px;
    padding: 0;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    position: relative;
    font-weight: 400
}

.mod-hero .op-line .tc-btn-cal {
    text-indent: 20px
}

.mod-hero .op-line .tc-btn .icon-cal {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    top: 8px;
    left: 21%;
    background-position: -136px -172px
}

.mod-hero .op-line .tc-btn-1:hover .icon-cal {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -172px -172px
}

.mod-hero .pt-icon {
    position: absolute;
    top: 60px;
    left: 74.4%;
    width: 340px;
    height: 292px;

    text-align: center
}


.mod-hero .m-pt-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.mod-hero .ad .des {
    font-size: 14px;
    color: #666
}

.mod-hero .ad a.des:hover {
    color: #00a4ff
}

.mod-hero .ad .des .icon-info {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    vertical-align: -2px;
    margin-right: 5px;
    background-position: -190px -172px
}

.mod-hero .ad .des .strong-color {
    color: #ff7200;
    font-weight: 400
}

.mod-hero .ad .stick {
    margin: 0 10px;
    color: #666;
    font-size: 14px
}

.mod-hero .ad a.des:hover .strong-color {
    color: #00a4ff
}

.mod-hero .event {
    margin-bottom: 0;
    padding-left: 21px
}

.mod-hero .first-event {
    padding-left: 0;
    margin-bottom: 10px
}

.mod-hero .event .des {
    font-size: 14px;
    color: #666
}

.mod-hero .event a.des:hover {
    color: #00a4ff
}

.mod-hero .event .des .icon-info {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    vertical-align: -2px;
    margin-right: 5px;
    background-position: -190px -172px
}

.mod-hero .event .des .strong-color {
    color: #ff7200;
    font-weight: 400
}

.mod-hero .event .stick {
    margin: 0 10px;
    color: #666;
    font-size: 14px
}

.mod-hero .event a.des:hover .strong-color {
    color: #00a4ff
}

.customer-case .title {
    font-size: 18px;
    color: #000;
    margin: 24px 0
}

.customer-case .case-list {
    border: 1px solid #e8eef5
}

.customer-case .case-list [class*=qc-unit] {
    text-align: center
}

.customer-case .case-list img {
    height: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 100%
}

.tab-content .comparison-table {
    width: 100%;
    font-size: 14px;
    color: #333
}

.tab-content .comparison-table td {
    position: relative;
    line-height: 40px;
    border-right: none;
    border-top: none
}

.tab-content .comparison-table th {
    border-right: none;
    border-top: none
}

.tab-content .comparison-table tr.bg-color {
    background-color: #f8f8f8
}

.tab-content .comparison-table .info .tb-sub-title {
    text-align: left;
    line-height: 22px
}

.tab-content .comparison-table .cp-block {
    background-color: #e8f1fb;
    color: #00a4ff;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #bcd6f4
}

.tab-content .comparison-table .cp-block-ft {
    position: relative
}

.tab-content .comparison-table .cp-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    width: 100%;
    height: 10px;
    background-color: #e8f1fb;
    border: 1px solid #00a4ff;
    border-bottom: none
}

.tab-content .comparison-table .cp-block-ft:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -1px;
    width: 100%;
    height: 10px;
    background-color: #fff;
    border: 1px solid #00a4ff;
    border-top: none
}

.tab-content .comparison-table .border-l-r {
    border-left: 1px solid #00a4ff;
    border-right: 1px solid #00a4ff;
    position: relative;
    background-clip: padding-box
}

.tab-content .comparison-table .tb-sub-title {
    font-weight: 700;
    line-height: 1.5em
}

.tab-content .comparison-table .td-center {
    text-align: center
}

.tab-content .comparison-table .td-checked {
    width: 17px;
    height: 11px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -132px -154px
}

.tab-content .comparison-table .tb-title .pt-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.main-content .tab-title {
    background-color: #fff;
    border-bottom: 1px solid #c6c6c7;
    height: 60px;
    margin-bottom: 15px
}

.main-content .tab-title ul {
    vertical-align: middle;
    width: 100%;
    font-size: 0;
    -webkit-transition: width ease .8s;
    transition: width ease .8s
}

.main-content .tab-title ul li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 140px;
    min-width: 12.5%
}

.main-content .tab-title ul li a {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    height: 59px;
    line-height: 59px;
    display: inline-block
}

.main-content .tab-title ul li a:hover {
    color: #00a4ff;
    background: #fff
}

.main-content .tab-title ul li.current a {
    display: block;
    border-bottom: 3px solid #00a4ff;
    color: #00a4ff;
    background: #fff
}

.main-content .tab-title .op-btn {
    position: absolute;
    top: 15px;
    right: 5px
}

.main-content .tab-title .tc-btn {
    display: none;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px
}

.main-content .tab-title-fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, .22) 0 5px 10px -5px;
    border-bottom: 0
}

.main-content .tab-title-fixed ul {
    width: 70%
}

.main-content .tab-title-fixed .tc-btn {
    display: inline-block
}

.main-content .m-tab-title {
    display: none
}

.main-content .tab-content {
    margin: 40px 0 0 0;
}

.main-content .tab-content .anchor {
    position: relative;
    top: -40px
}

.main-content .tab-content .tab-content-title {
    border-left: 5px solid #cc3333;
    padding-left: 8px;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 20px;
    font-weight: 700
}

.main-content .tab-content .tab-content-title h3 {
    float: left
}

.customer-case .title .link,
.tab-content .tab-content-title .link {
    float: right;
    font-size: 14px;
    font-weight: 400
}

.main-content .vertical-size {
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.main-content .column-4 .vertical-size {
    width: 25%
}

.main-content .vertical-size .item-icon {
    display: inline-block;
    max-width: 93%;
    background-repeat: no-repeat
}

.main-content .vertical-size.last {
    margin-right: 0
}

.main-content .vertical-size h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 20px 0 8px
}

.main-content .vertical-size .text {
    font-size: 14px;
    color: #666;
    max-width: 100%;
    text-align: left;
    line-height: 25px;
    width: 92.2%;
    margin: 0 auto;
    word-wrap: break-word
}

.main-content .tab-content.mod-advantage {
    margin-bottom: 20px
}

.mod-advantage .tab-content-detail .vertical-size {
    margin-bottom: 40px
}

.mod-advantage .vertical-size .item-icon {
    height: auto;
    border: 1px solid #d3d3d3
}

.mod-function .item-icon {
    width: 48px;
    height: 48px;
    padding: 22px;
    border-radius: 100%;
    border: 1px solid #d3d3d3
}

.mod-function .item-icon .ico {
    display: inline-block;
    width: 48px;
    height: 48px
}

.main-content .slide-text,
.main-content .text-content {
    font-size: 14px;
    color: #666;
    width: 99%;
    line-height: 23px
}

.main-content .slide-text {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0
}

.main-content .text-content {
    width: 89%
}

.main-content .price-content table.width-full,
.main-content .width-full {
    width: 100%
}

.main-content .slide-text .other-link {
    float: right;
    font-size: 14px;
    color: #00a4ff;
    line-height: 40px
}

.main-content .text-content .tip-text {
    color: #999
}

.main-content .link {
    color: #00a4ff
}

.main-content .link:hover {
    text-decoration: underline
}

.price-content {
    font-size: 14px;
    color: #666;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.price-content table {
    width: 89%
}

.price-content table td .text-list {
    padding: 10px 20px;
    text-align: left
}

.price-content table td .text-list li {
    line-height: 26px
}

.price-content table .icon {
    display: inline-block;
    width: 18px;
    height: 18px
}

.price-content table .icon-right {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -116px -172px
}

.price-content table .icon-wrong {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -96px -172px
}

.mod-timeline {
    position: relative;
    font-size: 14px;
    padding-bottom: 20px
}

.mod-timeline .btn-arrow {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 29px
}

.mod-timeline .arrow-left {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    left: 0;
    background-position: 0px -172px
}

.mod-timeline .arrow-left.disable {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -72px -172px
}

.mod-timeline .arrow-right {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    right: 0;
    background-position: -24px -172px
}

.mod-timeline .arrow-right.disable {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -48px -172px
}

.mod-timeline .arrow-left.disable:hover,
.mod-timeline .arrow-right.disable:hover {
    cursor: default
}

.mod-timeline .timeline-mask {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    height: 160px;
    position: relative
}

.mod-timeline .version-list {
    font-size: 0;
    margin-top: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 4000px
}

.mod-timeline .version-list .version-item {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    height: 120px;
    position: relative;
    width: 226px;
    padding: 0 107px;
    vertical-align: top;
    border-top: 2px solid #00a4ff
}

.mod-timeline .version-list .date {
    color: #888;
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
    text-indent: -21%
}

.mod-timeline .version-list .version {
    color: #888;
    line-height: 40px;
    margin-left: -23%
}

.mod-timeline .version-list .detail {
    color: #666;
    line-height: 20px;
    text-align: left
}

.mod-timeline .version-list .detail li {
    line-height: 25px
}

.mod-timeline .version-list .detail a {
    color: #00a4ff
}

.mod-timeline .version-list .detail li:before {
    content: "\2022\20";
    color: silver;
    padding-right: 5px;
    font-size: 14px
}

.mod-timeline .icon-circle {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid #00a4ff;
    top: -5px;
    left: 45%;
    background: #fff;
    margin-left: -5px
}

.mod-timeline .version-list .item-newest {
    padding: 0 15px
}

.mod-timeline .version-list .item-newest li:before {
    color: #0b76ce
}

.mod-timeline .version-list .item-newest .icon-circle {
    width: 10px;
    height: 10px;
    background-color: #00a4ff;
    top: -7px;
    left: 40%
}

.mod-timeline .version-list .item-newest .date,
.mod-timeline .version-list .item-newest .version {
    color: #00a4ff
}

.mod-timeline .version-list .item-newest .date {
    text-indent: -23%
}

.mod-timeline .version-list .item-newest .version {
    margin-left: -23%
}

.main-content .mod-timeline .version-list .item-last {
    border-top: 2px dashed silver;
    padding: 0 15px
}

.mod-download .qc-wrapper {
    overflow: hidden
}

.mod-download .download-list {
    margin-bottom: 5px
}

.mod-download .slide-text {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px
}

.download-box {
    margin-bottom: 20px
}

.download-box .box-inner {
    padding: 9% 0 9% 6.7%;
    border: 1px solid #ebedf0;
    border-bottom: none;
    white-space: nowrap
}

.download-box .box-img {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    min-width: 48px;
    height: 48px
}

.download-box .box-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 6%;
    color: #888;
    white-space: normal
}

.download-box .box-info p {
    text-align: left
}

.download-box .box-info .info-ct:first-child {
    font-size: 16px;
    color: #333
}

.download-box .box-info .info-ct span {
    margin-right: 10px;
    line-height: 20px
}

.download-box .box-info .link-area {
    margin-top: 8px
}

.download-box .box-info .link-area .link {
    color: #666
}

.download-box .box-info .link-area .link:hover {
    color: #008bff
}

.download-box .box-op {
    height: 28px;
    line-height: 28px;
    color: #333;
    background: #f8f8f8;
    font-size: 14px;
    text-align: center;
    display: block;
    border: 1px solid #ebedf0
}

.download-box .box-op:hover {
    background: #edeff2;
    color: #00a4ff
}

.download-box .box-op-disable,
.download-box .box-op-disable:hover {
    color: #a2a2a2;
    background: #f9f9f9
}

.download-box .box-op-disable:hover {
    cursor: default
}

.mod-download .tool-list {
    padding-bottom: 6px
}

.mod-download .tool-list .tool .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 700
}

.mod-download .tool-list .tool .text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 60%;
    height: 70px
}

.mod-download .tool-list .tool .unit-box {
    display: block;
    border: 1px solid #ebedf0;
    padding: 15px;
    position: relative
}

.mod-download .tool-list .tool .unit-box:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.mod-download .tool-list .tool .unit-box:hover .title {
    color: #00a4ff
}

.mod-download .tool-list .tool .link {
    font-size: 14px
}

.mod-download .tool-list .tool .tool-list-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 108px;
    height: 84px
}

.mod-download .tool-list .tool .tool-1 {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: 0px 0px
}

.mod-download .tool-list .tool .tool-2 {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: 0px -86px
}

.mod-download .tool-list .tool .tool-3 {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -110px 0px
}

.mod-wiki .menu-list {
    font-size: 0;
    padding: 0 0 15px
}

.mod-wiki .menu-links {
    display: inline-block;
    vertical-align: top;
    width: 24.9%;
    font-size: 14px
}

.mod-wiki .menu-links-large {
    width: 40%
}

.mod-wiki .menu-links h4 {
    color: #333;
    margin-bottom: 12px
}

.mod-wiki .menu-links .links-title {
    display: none
}

.mod-wiki .menu-links ul li a {
    color: #666;
    line-height: 28px;
    max-width: 80%;
    display: inline-block
}

.mod-wiki .menu-links ul li a:hover {
    color: #008bff;
    text-decoration: underline
}

.mod-buy .sell-box {
    border: 1px solid #ccc;
    padding: 20px 0
}

.mod-buy .sell-box .name {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.mod-buy .sell-box .name .icon {
    display: inline-block;
    width: 78px;
    height: 86px;
    background-repeat: no-repeat
}

.mod-buy .sell-box .name .title {
    color: #333;
    font-size: 16px;
    display: block;
    margin-top: 15px
}

.mod-buy .sell-box .sell-box-list {
    width: 78%;
    border-left: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%
}

.mod-buy .sell-box .sell-box-list .sell-box-item {
    width: 31.3%;
    display: inline-block;
    padding: 1%;
    vertical-align: top
}

.mod-buy .sell-box .sell-box-item .type {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.mod-buy .sell-box .sell-box-item .type .text {
    margin-right: 13px
}

.mod-buy .sell-box .sell-box-item .type strong {
    color: #f87831
}

.mod-buy .sell-box .sell-box-item .type .price-bf {
    color: #888;
    text-decoration: line-through
}

.mod-buy .sell-box .sell-box-item .setting {
    font-size: 13px;
    color: #999;
    line-height: 26px;
    margin-bottom: 7px
}

.mod-buy .sell-box .sell-box-item .tc-btn {
    padding: 0 21%
}

.mod-framework .framework-op {
    margin-bottom: 6%
}

.mod-framework .framework-img {
    text-align: center
}

.mod-framework .framework-img .img {
    max-width: 100%
}

.summary-content {
    font-size: 14px;
    overflow-x: auto;
    padding-top: 10px;
    overflow-y: hidden;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch
}

.mod-summary .summary-tb {
    width: 100%
}

.mod-summary .summary-tb .tb-title {
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px
}

.mod-summary .summary-tb .tb-sub-title {
    text-align: center
}

.mod-summary .summary-tb .tb-title-old {
    color: #999
}

.mod-summary .summary-tb td {
    padding: 20px 10px
}

.mod-summary .summary-content .ct-title {
    color: #333;
    font-weight: 700
}

.mod-summary .summary-content .text-old,
.mod-summary .summary-content .text-old .ct-title {
    color: #999
}

.mod-features .tab-content-detail {
    font-size: 14px
}

.mod-features .list-content {
    border: 1px solid #d3d3d3;
    margin-bottom: 25px
}

.mod-features .list-content .list-content-head {
    display: block;
    position: relative;
    background-color: #f3f3f3;
    line-height: 45px;
    padding-left: 24px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d3d3d3
}

.mod-features .list-content-head .icon {
    display: inline-block;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 17px;
    right: 20px
}

.mod-features .list-content.arr-up .icon {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -151px -154px
}

.mod-features .list-content.arr-down .icon {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -169px -154px
}

.mod-features .list-content.arr-down .list-content-body {
    display: none
}

.mod-features .list-content.arr-down .list-content-head {
    border-bottom: none
}

.mod-features .list-content .list-content-body {
    padding: 20px 24px 5px
}

.mod-features .list-content .list-content-body>li {
    margin-bottom: 15px
}

.mod-features .list-content .list-content-body .list-body-title {
    line-height: 26px;
    color: #333
}

.mod-features .list-content .list-content-body .list-bory-content {
    line-height: 20px;
    color: #666
}

.mod-features .ct-table {
    margin: 10px 0;
    width: 100%
}

.mod-features .ct-table th {
    padding: 10px
}

.mod-summary-case .width-1-4 {
    width: 25%
}

.mod-summary-case .width-2-4 {
    width: 50%
}

.mod-summary-case .width-3-4 {
    width: 75%
}

.mod-summary-case .width-4-4 {
    width: 100%
}

.mod-summary-case .case-title .case-item {
    display: inline-block
}

.mod-summary-case .case-title .case-item:first-child .title {
    padding-right: 10px
}

.mod-summary-case .case-title .case-item:last-child .title {
    padding-left: 10px
}

.mod-summary-case .case-title .title {
    padding-top: 25px;
    line-height: 45px;
    height: 45px;
    text-align: center
}

.mod-summary-case .case-title .line {
    display: block;
    background-color: #dcdee0;
    height: 1px;
    width: 100%
}

.mod-summary-case .case-title .text {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #333;
    position: relative;
    top: -25px
}

.mod-summary-case .case-list {
    width: 100%
}

.mod-summary-case .case-list .item {
    display: inline-block;
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
    vertical-align: top
}

.mod-summary-case .case-list .item:first-child {
    margin-left: 0
}

.mod-summary-case .case-list .pic {
    border: 1px solid #dcdee0;
    box-sizing: border-box;
    max-width: 100%
}

.mod-summary-case .case-list .text {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.customer-case .qc-grids [class*=qc-unit] {
    vertical-align: middle
}


.mod-comparison > div{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* background: red; */
}
.mod-comparison > div > div {
    width: 32%;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.mod-comparison > div > div:not(:nth-child(3n+3)){
    margin-right: 1.5% !important;
}

.mod-comparison > div > div >div{
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.mod-comparison >  div::before{
    display: none !important;
    content: none
}

.mod-comparison > div > div .col-sm-3,.mod-comparison > div > div .col-sm-9{
    width: 100% !important;
}
.mod-comparison .comparison-table {
    width: 100%;
    font-size: 14px;
    color: #333
}

.mod-comparison .comparison-table td {
    position: relative;
    line-height: 40px;
    padding: 0;
    border-right: none;
    border-top: none
}

.mod-comparison .comparison-table th {
    border-right: none;
    border-top: none
}

.mod-comparison .comparison-table .info {
    width: 90%;
    padding: 0 5%;
    height: 100%;
    left: -1px;
    top: 0;
    position: relative
}

.mod-comparison .comparison-table .cp-block {
    background-color: #00a4ff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative
}

.mod-comparison .comparison-table .cp-block-ft {
    position: relative
}

.mod-comparison .comparison-table .cp-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    width: 100%;
    height: 10px;
    background-color: #00a4ff;
    border: 1px solid #00a4ff
}

.mod-comparison .comparison-table .cp-block-ft:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 100%;
    height: 10px;
    background-color: #fff;
    border: 1px solid #00a4ff;
    border-top: none
}

.mod-comparison .comparison-table .cp-block+.cp-block:before {
    border-right: none
}

.mod-comparison .comparison-table .border-l-r {
    border-left: 1px solid #00a4ff;
    border-right: 1px solid #00a4ff;
    position: relative
}

.mod-comparison .comparison-table .tb-sub-title {
    font-weight: 700
}

.mod-comparison .comparison-table .td-center {
    text-align: center
}

.mod-comparison .comparison-table .td-checked {
    width: 17px;
    height: 11px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -132px -154px
}

.mod-lightspot .feature-item {
    color: #666;
    font-size: 14px;
    padding-bottom: 36px
}

.mod-lightspot .feature-item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.mod-lightspot .feature-item .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: -10px;
    margin-right: 10px
}

.mod-lightspot .feature-item .icon-performance {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -144px -120px
}

.mod-lightspot .feature-item .icon-dollar {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -110px -120px
}

.mod-lightspot .feature-item .icon-easily {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -178px -86px
}

.mod-lightspot .feature-item .icon-safety {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -144px -86px
}

.mod-lightspot .feature-item .icon-team {
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: -110px -86px
}

.mod-lightspot .feature-item .feature-item-title {
    line-height: 42px
}

.mod-lightspot .feature-item p {
    line-height: 40px;
    padding-left: 42px
}

.mod-lightspot .feature-item ul {
    padding-left: 42px
}

.mod-lightspot .feature-item ul li {
    line-height: 28px
}

.mod-lightspot .feature-item .icon-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-position: 0px -196px
}

.mod-guide .qc-wrapper {
    overflow: hidden
}

.mod-guide .guide-item .unit-box {
    display: inline-block;
    width: 100%
}

.mod-guide .guide-item .img {
    position: relative
}

.mod-guide .guide-item .label {
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 10px;
    line-height: 16px
}

.mod-guide .guide-item .label .read {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background-color: #00a4ff;
    padding: 0 5px;
    height: 16px
}

.mod-guide .guide-item .label .time {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background-color: #000;
    padding: 0 3px;
    height: 16px
}

.mod-guide .guide-item .unit-box .title {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
    line-height: 36px;
    width: 100%
}

.mod-guide .guide-item .unit-box .img-bg {
    max-width: 100%;
    width: 100%
}

.mod-guide .guide-item .unit-box:hover .img-bg {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.mod-guide .guide-item .unit-box:hover .title {
    color: #00a4ff
}

.markdown-text-box h4 {
    line-height: 26px;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px
}

.markdown-text-box p {
    line-height: 24px;
    color: #666;
    margin-bottom: 20px
}

.markdown-text-box a {
    color: #00a4ff
}

.markdown-text-box a:hover {
    text-decoration: underline
}

.markdown-text-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    margin: 10px 0
}

.markdown-text-box table th {
    background: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ebeced;
    color: #333
}

.markdown-text-box table td {
    padding: 15px;
    border: 1px solid #ebedf0;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    word-break: break-all
}

.markdown-text-box img {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 100%
}

.markdown-text-box ol {
    list-style-type: decimal
}

.markdown-text-box ol ul,
.markdown-text-box ul ul {
    list-style-type: circle
}

.markdown-text-box ol ol ul,
.markdown-text-box ol ul ul,
.markdown-text-box ul ol ul,
.markdown-text-box ul ul ul {
    list-style-type: square
}

.markdown-text-box ol,
.markdown-text-box ul,
.text-list {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #666;
    line-height: 1.5em
}

.markdown-text-box ul li,
.text-list li {
    padding-left: 15px;
    position: relative
}

.markdown-text-box ul li:before,
.text-list li:before {
    content: "\2022\20";
    position: absolute;
    top: 0;
    left: 3px;
    color: #8c8c8c;
    font-size: 14px
}

.markdown-text-box ol ol,
.markdown-text-box ul ol {
    list-style-type: lower-roman
}

.markdown-text-box ol ol ol,
.markdown-text-box ol ul ol,
.markdown-text-box ul ol ol,
.markdown-text-box ul ul ol {
    list-style-type: lower-alpha
}

.list-content-v2 {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-top: none;
    font-size: 14px
}

.list-content-v2 .list-content-head {
    position: relative;
    background-color: #f1f1f1;
    line-height: 45px;
    padding-left: 24px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: none
}

.list-content-v2 .list-content-head .icon {
    display: inline-block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 17px;
    right: 20px
}

.list-content-v2 .list-content-head.arr-up .icon {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 2% 1.79%;
    background-size: 278.57142857142856% 411.1111111111111%;
    ;
    background-repeat: no-repeat
}

.list-content-v2 .list-content-head.arr-down .icon {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 62% 1.79%;
    background-size: 278.57142857142856% 411.1111111111111%;
    ;
    background-repeat: no-repeat
}

.list-content-v2 .list-content-body {
    padding: 30px 24px;
    border-bottom: 1px solid #e0e0e0
}

.list-content-v2 .list-content-body>li {
    margin-bottom: 20px
}

.list-content-v2 .ct-table {
    margin: 10px 0;
    width: 100%
}

.list-content-v2 .list-content-body .pt-line {
    margin-bottom: 15px
}

.list-content-v2 .list-content-body .pt-line .title {
    color: #333;
    font-weight: 700;
    float: left
}

.list-content-v2 .list-content-body .pt-line .link {
    margin-right: 10px;
    margin-left: 5px
}

.list-content-v2 .list-content-body .pt-line .link:hover .name {
    text-decoration: underline
}

.list-content-v2 .list-content-body .pt-line .pt-icon-16 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0
}

.list-content-v2 .list-content-body .pt-line .name {
    display: inline-block;
    vertical-align: middle
}

.list-content-v2 .list-content-body .text-area {
    background-color: #f8f8f8;
    padding: 13px 20px
}

.list-content-v2 .list-content-body .text-area li {
    margin: 8px 0;
    padding-left: 30px;
    position: relative
}

.list-content-v2 .list-content-body .text-area .label {
    display: inline-block;
    width: 20px;
    height: 13px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    text-indent: 3px;
    background-position: -110px -154px
}

.list-content-v2 .list-content-body .sp-line {
    height: 1px;
    border-bottom: 1px solid #e4e9f0;
    padding-top: 20px;
    margin-bottom: 35px
}

.mod-scenario .list-content-v2 .line-solution {
    margin-bottom: 35px
}

.mod-scenario .list-content-v2 .solution .unit-box {
    border: 1px solid #e5eaf0;
    position: relative;
    min-height: 70px;
    display: table;
    width: 100%
}

.mod-scenario .list-content-v2 .solution:hover {
    text-decoration: none
}

.mod-scenario .list-content-v2 .solution:hover .unit-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.mod-scenario .list-content-v2 .solution:hover .title {
    color: #00a4ff
}

.mod-scenario .list-content-v2 .solution .sl-img {
    display: table-cell;
    width: 23%;
    height: 100%;
    border-right: 1px solid #e5eaf0;
    vertical-align: middle;
    text-align: center
}

.mod-scenario .list-content-v2 .solution .img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
}

.mod-scenario .list-content-v2 .solution .ct {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.mod-scenario .list-content-v2 .solution .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0
}

.mod-scenario .list-content-v2 .solution .text {
    font-size: 14px;
    color: #666
}

.mod-scenario .list-content .line-recommend {
    margin-bottom: 0
}

.mod-scenario .list-body-content.qc-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.mod-scenario .sell-box-item .unit-box {
    border: 1px solid #e5eaf0
}

.mod-scenario .sell-box-item .type {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #e5eaf0;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 15px
}

.mod-scenario .sell-box-item .type .price {
    float: right
}

.mod-scenario .sell-box-item strong {
    color: #ff7200
}

.mod-scenario .sell-box-item .setting {
    font-size: 14px;
    color: #666;
    padding: 10px 15px
}

.mod-scenario .sell-box-item .setting .text {
    line-height: 24px
}

.mod-scenario .sell-box-item .setting .text:before {
    content: "\2022\20";
    color: #666;
    padding-right: 5px;
    font-size: 12px
}

.mod-scenario .sell-box-item .tc-btn {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400
}

.mod-scenario .sell-box-item .tc-btn:hover {
    text-decoration: none
}

.mod-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.mod-mask .btn-close {
    display: inline-block;
    width: 30px;
    height: 29px;
    background-image: url(/skin/images/product-temp20160918-201804111636.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: 50px;
    background-position: -178px -120px
}

.price-content-1 {
    max-width: 89.5%;
    height: auto;
    display: block;
    margin: 0 auto
}

.price-content-2 {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.slide-avc .pb-10 {
    padding-bottom: 10px
}

.slide-avc .mod-function .tab-content-detail {
    margin: 15px 0
}

.slide-avc .mod-function .slide-text {
    margin: 15px auto
}

.slide-clb .mod-price .text-content {
    margin-top: 10px
}

.slide-mvs .mod-function .tab-content-detail {
    margin-bottom: 30px
}

.pb-10 {
    padding-bottom: 10px
}

.slide-sc .head-area .head-operation .activity .line-1 {
    margin-top: 15px
}

.slide-td .mod-function .tab-content-detail-1,
.slide-vod .mod-function .tab-content-detail,
.slide-wns .mod-function .tab-content-detail {
    margin-bottom: 30px
}

.ie8 .mod-inner,
body.ie8 {
    min-width: 1200px
}

body.ie8 .main-content .mod-timeline .version-list .date {
    text-indent: -23%
}

.icon-pro-new {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: 100%
}

.icon-pro-new.compute {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 59.68% 36.21%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.network {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 98.39% 32.76%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.cdn {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 30.65% 36.21%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.database {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 1.6099999999999999% 67.24%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.security {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 98.39% 63.79%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.monitor {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 98.39% 1.72%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.domain {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 1.6099999999999999% 36.21%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.mobile {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 59.68% 67.24%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.vod {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 1.6099999999999999% 98.28%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.icon-pro-new.ai {
    background-image: url(sprite/product-temp20160918-201804111636.svg);
    ;
    background-position: 30.65% 67.24%;
    background-size: 487.5% 462.5%;
    ;
    background-repeat: no-repeat
}

.side-nav-title-1 span {
    vertical-align: middle
}

.download-box .box-info .info-ct:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 140px
}

.tc-15-bubble.error {
    color: #e1504a
}

.international .side-navigation .ico {
    margin-right: 1px
}

.international .side-navigation {
    width: 185px
}

.international .side-nav-title-1,
.international .side-nav-title-2 {
    font-size: 12px
}

.international .main-content {
    padding-top: 1px
}

.markdown-text-box .highlight pre,
.markdown-text-box pre {
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px
}

.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic
}

.hljs-doctag,
.hljs-string {
    color: #d14
}

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
    color: teal
}

.markdown-text-box pre code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0
}

.markdown-text-box blockquote {
    margin: 0;
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd
}

.cn-zh .side-navigation {
    display: none
}

.cn-zh .mod-hero .banner-ct {
    padding-left: 20px
}


.btn {

    display: flex;

}

.spanList {

    display: inline-block;
    position: relative;

}

/*.active{
    font-family: PingFang-SC-Bold;
    font-size: 0.48rem;
    font-weight: 600;
    color: #3f3f3f; 
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 0.005rem;
    display:inline-block;
}
.active::after{
    position: absolute;
    left: 0.48rem;
    top: 1rem;
    content:""; 
    width: 0.8rem;
    height: 0.08rem;
    background-color: #0FA2F9;
    border-radius: 0.04rem;
}*/
.context {
    width: 100%;
    float: left;
}

.con {
    display: none;
    width: 98%;
    margin: 0 auto;
    margin-top: 0.8rem;
}

.context img {
    max-width: 100% !important;
    height: auto !important;
}

.cn-zh .main-content {
    vertical-align: top;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

.international .download-box .box-info .link-area {
    margin-top: 8px;
    max-width: 140px;
    word-break: break-all;
    font-size: 0
}

.international .download-box .box-info .link-area a {
    font-size: 12px;
    display: block
}

#main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    z-index: 1
}

#main .side {
    position: absolute;
    width: 200px;
    left: auto;
    top: 0
}

/*#main .content{width:990px;margin-left:210px;overflow:hidden}*/
#main .content {
    width: 100%;
    /*margin-left:210px;*/
    overflow: hidden
}

#main .content .nav {
    margin: 0 0 20px 10px;
    background: #fff;
    overflow: hidden
}

#main .content .nav ul {
    padding-left: 10px
}

#main .content .nav ul li {
    list-style-type: none;
    float: left;
    border-left: 1px solid #f1f1f1
}

#main .content .nav ul li.start {
    border: 0
}

#main .content .nav ul li a {
    display: block;
    line-height: 40px;
    padding: 0 15px
}

#main .content .nav ul li a.current {
    color: #e60012
}

/*#main .content .pro-list{margin-bottom:10px;width:320px;background:#fff;margin-left:10px;float:left;overflow:hidden;text-align:center;padding:20px 0 30px 0}*/
#main .content .pro-list {
    margin-bottom: 10px;
    width: 290px;
    background: #fff;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 0px;
}

@media screen and (max-width:768px) {
    #main .side {
        display: none
    }

    #main .content {
        width: 100%;
        margin-left: 0
    }

    /*#main .content .pro-list{margin-bottom:10px;width:94%;margin:0 3% 10px 3%;background:#fff;float:left;overflow:hidden;text-align:center;padding:20px 0 30px 0}*/
    #main .content .pro-list {
        margin-bottom: 10px;
        width: 48%;
        margin: 0 1% 10px 1%;
        background: #fff;
        float: left;
        overflow: hidden;
        text-align: center;
        padding: 0
    }

    #main .content .pro-list .plBox .n {
        font-size: 14px;
        font-weight: bold;
    }

    #main .content .pro-list .plBox .cate {
        max-width: 74%
    }

    #main .content .pro-list .plBox .text {
        display: none
    }

    #product_banner {
        display: none
    }

    #breadcrumb {
        display: block;
        top: 63px;
        z-index: 2;
        overflow: hidden;
    }

    #main .content .nav {
        margin: 0 0 20px 0
    }
}

#main .content .pro-list a h3 {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0 10px 0;
    margin: 10px 20px 0 20px;
    height: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 100;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#main .content .pro-list a:hover h3 {
    color: #e60012
}

#main .content .pro-list a h4 {
    color: #666;
    font-size: 12px;
    font-weight: 100;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#main .content .pro-list a:hover h4 {
    color: #888
}

#main .content .cutpage {
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%
}

#main .content .cutpage a {
    position: relative;
    top: 23px;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 28px;
    margin: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfdfdf
}

#main .content .cutpage a.current,
#main .content .cutpage a.active,
#main .content .cutpage a:hover {
    background: #035cac;
    color: #fff;
    border: 0
}

#main .content .cutpage a.end,
#main .content .cutpage a.start {
    line-height: 38px;
    width: 80px
}

#main .content-detail {
    width: 100%;
    overflow: hidden;
    background: #FFF
}

#main .product-info {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 35px;
    padding-top: 0px;
    height: 500px;
    position: relative;
    z-index: 1
}

#main .product-photo {
    position: relative;
    float: left;
    width: 52%;
    padding-right: 1%;
    height: 500px
}

a.big {
    position: absolute;
    z-index: 2;
    display: block;
    width: 450px;
    top: 5px;
    left: 0;
    height: 450px;
    left: 50%;
    margin-left: -225px;
    /*cursor:url(../images/big.cur),auto*/
}

.panels {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff;
    border-bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.active {
    z-index: 100;
    filter: alpha(opacity=100);
    opacity: 1
}

.panels-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 101
}

.panels-content iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.closed {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 46px;
    height: 46px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/closed.png);
    z-index: 102
}

.closed:hover {
    background: url(../images/closed.png) no-repeat left -50px
}

.product_title {
    position: absolute;
    top: 25%;
    left: 5%;
}

.product_title .channel_name {
    width: auto;
    height: 60px;
    float: left;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-shadow: #333 2px 2px 2px;
    padding: 0 15px 0 30px;
    white-space: nowrap;
    color: #fff;
}

.product_title .breadcrumbs {
    width: auto;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    color: #f2f2f2;
}

.product_title .breadcrumbs a:hover {
    color: #fff;
}

.product_title .breadcrumbs a {
    color: #f2f2f2;
}

#product_banner {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
    overflow: hidden;
}

#product_hot {
    /* margin-bottom: 30px; */
    overflow: hidden;
    position: relative;
    bottom: 0px;
    height: 100px;
    margin: 0 auto;
    width: 1200px;
    padding-left: 10px;
    margin-top: 220px;
}

#product_hot .hot_nav {
    width: 1190px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.40);*/
    bottom: -7px;
    /*padding-left: 5px;*/
    /*border-radius: 10px 10px 0px 0px;*/
}

#product_hot .hot_nav ul {
    display: inline-block;
}

#product_hot .hot_nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    /*width: 150px;*/
    overflow: hidden;
    height: 100px;
    margin-right: 4px;
    border-radius: 5px 5px 0px 0px;
}

/*#product_hot .hot_nav li:first-child{width: 168px;}
#product_hot .hot_nav li:last-child{width: 168px;margin-right: 0px;}*/
#product_hot .hot_nav li a {
    display: block;
    padding-top: 73px;
    height: 100px;
    color: #fff;
    border-bottom: 0px solid #008ed6;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding-left: 30px;
    padding-right: 30px;
}

.proBox {
    clear: both;
    background-color: #f2f2f2;
    padding-top: 40px;
}

.plBox {
    background-color: #fff;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.plBox .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.plBox .img img {
    width: 100%;
    height: auto;
}

.plBox .n,
.plBox .text,
.plBox .cate {
    display: block;
    margin: 0 25px;
    text-align: left;
}

.plBox .n {
    font-size: 24px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.plBox .text {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plBox .cate {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border: #939393 1px solid;
    max-width: 194px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plBox .link {
    padding: 15px 0 25px;
    height: 26px;
    line-height: 26px;
}

.plBox .link a {
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #01a2ea;
    margin: 0 12px;
}

.plBox .link a .ci {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) -20px 0 no-repeat;
    overflow: hidden;
    vertical-align: -4px;
    margin-left: 3px;
}

.selected .plBox .link a .ci {
    background-position: 0 0;
}

.plBox .cover,
.pcover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/black_op60.png);
}

.plBox .cover i,
.pcover i {
    display: block;
    width: 62px;
    height: 62px;
    background: url(../images/plus_ico.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}

.pl_hover {
    background-color: #3cb8ef;
}

.pl_hover *,
.pl_hover .link a {
    color: #fff;
}

.pl_hover .cate {
    border-color: #fff;
}

#product_hot .hot_nav li a {
    background: no-repeat center 13px;
}

#product_hot .hot_nav li a:hover,
#product_hot .hot_nav li a.current {
    color: #000;
    border-bottom: 3px solid #ff5503;
    background-color: rgba(240, 196, 2, 1);
    /*rgba(0, 142, 214, 0.47);*/
}






#main .product-describe {
    overflow: hidden;
    padding-left: 35px;
    padding-right: 15px;
}

#main .product-describe h1 {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 42px
}

#main .product-describe h3 {
    font-size: 16px;
    color: #999;
    font-style: italic;
    line-height: 20px
}

#main .product-describe .price {
    overflow: hidden;
    padding-top: 50px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 6px
}

#main .product-describe .price span {
    color: red
}

#main .product-describe .price span i {
    font-size: 30px;
    font-style: normal
}

#main .product-describe .trait {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333
}

.right {
    float: right
}

.blue1,
.color_blue {
    color: #005aab
}

.ml_15 {
    margin-left: 15px
}

#main .product-describe .promo {
    background: #f6f6f6;
    padding: 20px 20px;
    margin: 15px 0
}

#main .product-describe .promo .cost {
    line-height: 30px;
    color: #999
}

#main .product-describe .promo .cost span {
    font-size: 12px
}

#main .product-describe .promo .cost .yuan {
    font-size: 24px;
    font-weight: 400
}

#main .product-describe .promo ul li {
    padding: 5px 0;
    line-height: 25px;
    color: #999
}

#main .product-describe .promo ul li .privilege_name {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    background: #005aab;
    width: 70px;
    text-align: center;
    margin-right: 10px
}

#main .product-describe .promo ul li .a_arrows_blue {
    margin-left: 10px
}

.hn_btnwhite {
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5
}

.hn_btnwhite:hover {
    border: 1px solid #32beff
}

.hn_btn30_icon {
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer
}

.hn_btn30_icon .padding {
    padding: 0 10px 0 10px
}

.ico_25 {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/hn_ico25.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px
}

.ico_25.i_add {
    background: url(../images/hn_ico25_2.png) left -300px;
    vertical-align: top
}

.ico_25.i_del2 {
    background: url(../images/hn_ico25_2.png) no-repeat -50px -25px;
    vertical-align: top
}

.ico_25.i_erweima {
    background: url(../images/hn_ico25_2.png) left -325px;
    margin: 0 20px
}

a:hover {
    color: #32beff
}

a:hover .ico_25.i_erweima {
    background: url(../images/hn_ico25_2.png) -25px -325px
}

a:hover .ico_25.i_add {
    background: url(../images/hn_ico25_2.png) -25px -300px
}

.none {
    display: none !important
}

.hn_btn30_icon.cur {
    color: #fff;
    background: #005aab;
    border-color: #005aab
}

#main .product-describe .price_prompt {
    color: #999;
    background: url(../images/hn_prodetailPrompt.png) 0 3px no-repeat;
    padding-left: 20px;
    font-size: 12px;
    margin-bottom: 18px
}

#main .product-describe .buybox .btn_buy {
    vertical-align: middle;
    position: relative;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    width: 155px;
    border: 1px solid #e01d20;
    background: #e01d20
}

#main .product-describe .buybox .btn_buy .text {
    color: #fff;
    font-size: 14px;
    width: 155px;
    text-align: center;
    display: inline-block
}

#main .product-describe .buybox .btn_buy .ico {
    float: right;
    width: 40px;
    border-left: 1px solid #005aab;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

#main .product-describe .buybox .btn_buy .ico .i_arrows_d_white {
    margin-left: -3px
}

#main .product-describe .buybox .btn_buy ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 400px;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

#main .product-describe .buybox .btn_buy:hover ul {
    display: block
}

#main .product-describe .buybox .btn_buy ul li {
    min-height: 44px;
    position: relative;
    color: #333;
    line-height: 22px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px
}

#main .product-describe .buybox .btn_buy ul li .hn_table {
    min-height: 44px
}

#main .product-describe .buybox .btn_phonebuy {
    cursor: default;
    display: inline-block;
    position: relative;
    line-height: 40px
}

#main .product-describe .buybox .btn_phonebuy img {
    display: none
}

#main .product-describe .buybox .btn_phonebuy:hover img {
    display: block
}

a.btn_phonebuy:hover {
    color: #32beff
}

a.btn_phonebuy:hover .ico_25.i_erweima {
    background: url(../images/hn_ico25_2.png) -25px -325px
}

#main .product-describe .trait p {
    line-height: 26px;
    font-size: 14px;
    padding: 0 0 0 12px;
    background: url(../images/circle.png) no-repeat left center;
    margin: 0
}

#main .product-describe .mall {
    padding: 25px 0 15px 0;
    overflow: hidden
}

#main .product-describe .mall a.tm {
    display: block;
    float: left;
    width: 170px;
    height: 40px;
    background: url(../images/mall-btn.png) no-repeat left top
}

#main .product-describe .mall a.jd {
    display: block;
    float: right;
    width: 170px;
    height: 40px;
    background: url(../images/mall-btn.png) no-repeat right top
}

#main .product-describe .mall a.buy {
    display: block;
    float: left;
    margin-right: 12px;
    width: 169px;
    height: 38px;
    background: url(../images/buy.png) no-repeat right top
}

#main .product-describe .mall a.tel {
    display: block;
    float: left;
    margin-right: 0;
    width: 169px;
    height: 38px;
    background: url(../images/tel.png) no-repeat right top
}

#main .product-describe .mall a:hover {
    filter: alpha(opacity=85);
    opacity: .85
}

#main .product-describe .share {
    padding-top: 18px;
    padding-left: 0
}

#main .product-describe .share .t {
    float: left;
    padding-top: 3px
}

#main .product-describe .share .bdsharebuttonbox {
    float: left;
    padding-top: 5px;
}

#main .product-describe .sys {
    width: 350px;
    height: 130px;
    padding-top: 15px
}

#main .product-describe .sys .wx {
    width: 169px;
    height: 87px;
    margin-left: 0;
    text-align: center;
    float: left;
    background: url(../images/wx.jpg) no-repeat
}

#main .product-describe .sys .wx-windows {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#main .product-describe .sys .wx-windows {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#main .product-describe .sys .active {
    display: block
}

@media screen and (max-width:768px) {
    #main .product-describe {
        width: 100%;
        margin-top: 20px;
        padding: 0
    }

    #main .product-describe .sys .active {
        display: none
    }

    #main .product-describe .trait {
        height: auto
    }

    #main .product-describe .sys {
        display: none
    }

    #main .product-describe .share {
        display: none
    }

    #main .product-describe .mall {
        padding: 25px 0 0 0
    }

    #main .product-describe .mall a.buy {
        display: block;
        float: left;
        margin-right: 2%;
        width: 49%;
        height: 38px;
        background: url(../images/buy.png) no-repeat right top;
        background-size: 100%
    }

    #main .product-describe .mall a.tel {
        display: block;
        float: left;
        margin-right: 0;
        width: 49%;
        height: 38px;
        background: url(../images/tel.png) no-repeat right top;
        background-size: 100%
    }

    #main .product-describe .promo .cost .right>span {
        display: none;
    }

    #main .product-describe .price_prompt {
        margin-bottom: 8px;
    }
}

#main .product-describe .sys .wx-windows img {
    display: block;
    width: 305px;
    height: 332px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -152px;
    -moz-box-shadow: 0 2px 5px #888;
    box-shadow: 0 2px 5px #888
}

#main .product-describe .sys .wb {
    width: 169px;
    height: 87px;
    float: right;
    text-align: center;
    background: url(../images/wb.jpg) no-repeat
}

#main .product-describe .sys h1 {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
    padding-top: 5px
}

#main .product-con {
    position: relative
}

@media screen and (max-width:768px) {
    #main .content-detail {
        width: 100%
    }

    #main .product-info {
        margin-bottom: 20px;
        padding: 0px;
        height: auto
    }

    #main .product-photo {
        float: none;
        width: 100%;
        padding-right: 0;
        height: auto;
        border-right: 0
    }

    a.big {
        display: none;
    }

    #main .product-describe h1 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    #main .product-describe h3 {
        font-size: 14px;
    }

    #main .product-describe .trait {
        font-size: 14px;
        padding-top: 10px;
    }

    #main .product-describe .promo {
        margin-top: 10px;
    }

    #main .product-describe .buybox .btn_phonebuy {
        display: none;
    }

    #DB_gallery .DB_imgSet {
        width: 100% !important;
        height: auto !important;
    }

}

#float-block {
    height: 0;
    left: 50%;
    top: 100px;
    width: 1340px;
    margin: 0 0 0 -670px;
    position: fixed;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media screen and (max-width:768px) {
    #float-block {
        display: none
    }
}

#float-block ul {
    float: right
}

#float-block ul li {
    list-style-type: none
}

#float-block a {
    display: block;
    width: 56px;
    height: 53px;
    padding: 0;
    margin: 0;
    background: url(../images/fd.png)
}

#float-block li.go_top a {
    background-position: 0 0
}

#float-block li.go_top a:hover {
    background-position: -60px 0
}

#float-block li.tmll a {
    background-position: 0 -54px
}

#float-block li.tmll a:hover {
    background-position: -60px -54px
}

#float-block li.jd a {
    background-position: 0 -108px
}

#float-block li.jd a:hover {
    background-position: -60px -108px
}

#tabs {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding-top: 52px
}

#tabs .ui-tabs-nav {
    margin: 0;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    background: #f6f6f6
}

#tabs .ui-tabs-nav .hx {
    width: 1200px;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 58px;
    z-index: 1
}

#tabs .ui-tabs-nav li {
    float: left;
    margin: 0;
    padding: 0px 0 1px 0;
    position: relative;
    z-index: 2;
    top: 0;
    list-style-type: none;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #e5e5e5
}

#tabs .ui-tabs-nav li a {
    float: left;
    padding: 0 60px;
    text-align: center;
    color: #333;
    height: auto;
    /*line-height:36px;*/
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

#tabs .ui-tabs-nav li.start a {
    width: 410px;
    text-align: right
}

#tabs .ui-tabs-nav li a:hover {
    color: #005aab
}

#tabs .ui-tabs-nav li.active a {
    color: #005aab;
    font-weight: 700
}

#tabs .ui-tabs-nav .server {
    float: left
}

#tabs .ui-tabs-nav .server a {
    padding: 15px 60px 0 60px;
    display: block;
    text-align: center;
    color: #333;
    line-height: 36px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

#tabs .ui-tabs-nav .server a:hover {
    color: #e60012
}

#tabs .ui-tabs-nav .baike {
    float: left
}

#tabs .ui-tabs-nav .baike a {
    padding: 15px 60px 0 60px;
    display: block;
    text-align: center;
    color: #333;
    line-height: 36px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

#tabs .ui-tabs-nav .baike a:hover {
    color: #e60012
}

#tabs .ui-tabs-panel {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    min-height: 200px;
    padding: 30px 0px;
    overflow: hidden
}

#tabs-1 {
    width: 100%;
    /*text-align:center;*/
    overflow: hidden
}

#tabs-1 img {
    margin: 0 auto
}

#jc-video {
    margin-top: 30px;
}


#tabs .pro-parameter {
    overflow: hidden;
    margin: 15px 30px
}

/*#tabs .pro-parameter dt{font-weight:700;font-size:14px;border-bottom:2px solid #ccc;margin-top:20px;padding-bottom:10px}*/
#tabs .pro-parameter dt {
    padding-top: 25px;
    line-height: 50px;
    font-size: 16px;
    color: #005aab;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

#tabs .pro-parameter dd.imgbox {
    margin: 20px auto 40px auto;
    text-align: center;
}


#tabs .pro-parameter table tr {
    height: 50px;
    line-height: 50px
}

#tabs .pro-parameter table tr:nth-child(odd) {
    background: #fcfcfc;
}

#tabs .pro-parameter table tr:nth-child(even) {
    background: #fff
}

#tabs .pro-parameter table th {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
}

#tabs .pro-parameter table td {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
}

#tabs .pro-description {
    overflow: hidden;
    margin: 15px 30px;
}

#tabs .pro-description dt {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    margin-top: 20px;
    padding-bottom: 10px
}

#tabs .pro-description table tr {
    height: 40px;
    line-height: 40px
}

#tabs .pro-description table th {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 8px;
    background: #f1f1f1
}

#tabs .pro-description table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 8px;
    background: #fff
}

#tabs .pro-download {
    overflow: hidden;
    margin: 15px 30px
}

/*#tabs .pro-download dt{font-weight:700;font-size:14px;border-bottom:2px solid #ccc;margin-top:20px;padding-bottom:10px}*/
#tabs .pro-download dt {
    padding-top: 25px;
    line-height: 50px;
    font-size: 16px;
    color: #005aab;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

#tabs .pro-download table * {
    font-size: 14px !important;
}

#tabs .pro-download table tr.t td {
    background: #f2f7fb;
    color: #333333;
    padding: 18px 12px;
    font-weight: bold;
}

#tabs .pro-download table tr {
    height: 40px;
    line-height: 40px
}

#tabs .pro-download table th {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 8px;
    background: #fff;
    font-weight: 100;
}

#tabs .pro-download table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    background: #fff;
    padding: 12px;
}

#tabs .pro-download table td a {
    color: #32beff;
}

#tabs .pro-download table td a.dow {
    height: 22px;
    display: block;
    background: url(../images/dow.png) no-repeat left -22px;
    padding-left: 20px
}

#tabs .pro-download table td a.dow:hover {
    background: url(../images/dow.png) no-repeat left 0
}

#tabs-3 #a1 {
    display: none;
    width: 600px;
    height: 500px;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    #tabs .ui-tabs-nav .hx {
        width: 100%
    }

    #tabs .ui-tabs-nav li {
        width: 19%;
        text-align: center;
        padding: 1% 0 1px 0
    }

    .panels {
        display: none
    }

    #tabs .ui-tabs-nav li a {
        padding: 0;
        float: none;
        font-size: 12px;
    }


    #tabs .ui-tabs-nav li.start a {
        width: 100%;
        text-align: center
    }

    #tabs .ui-tabs-nav .server {
        float: left;
        display: none;
        width: 20%;
        padding: 15px 0 1px 0
    }

    #tabs .ui-tabs-nav .server a {
        padding: 0
    }

    #tabs .ui-tabs-nav .baike {
        float: left;
        display: none;
        width: 20%;
        padding: 15px 0 1px 0
    }

    #tabs .ui-tabs-nav .baike a {
        padding: 0
    }

    #tabs .ui-tabs-panel {
        display: none;
        position: relative;
        z-index: 1;
        margin-top: -1px;
        min-height: 200px;
        padding: 20px;
        overflow: hidden
    }

    #tabs .ui-tabs-panel div#jc-video {
        width: 100% !important;
        height: 100% !important;
    }

    #tabs-1 {
        width: 100%;
        /*text-align:center;*/
        overflow: hidden
    }

    #tabs-1 img {
        margin: 0 auto;
        max-width: 100% !important;
        height: auto !important;
    }

    #tabs .pro-parameter {
        overflow: hidden;
        margin: 15px 0
    }
}

@media only screen and (max-width:768px) {
    #tabs .pro-download {
        overflow: hidden;
        margin: 15px 0
    }

    #tabs-3 #a1 {
        width: 100%;
        height: 300px
    }
}

.box {
    overflow: hidden;
    margin: auto;
    padding: 20px;
    background-color: #FFF
}

.box h3 {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 30px 0 10px 0
}

.box p {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 3px 0;
    font-size: 14px
}

.box p span {
    width: 40%;
    display: inline-block
}

.box p i {
    font-style: normal;
    display: inline-block
}

#firstpane {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

#firstpane ol {
    width: 100%;
    overflow: hidden
}

.box .menu_head {
    display: block;
    margin-bottom: 5px;
    /*height:42px;*/
    line-height: 42px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background: #f2f2f2 url(../images/pro_down.png) no-repeat right center;
    font-weight: bold;
}

.menu_head span.pull-right {
    font-weight: 100;
    width: auto;
    padding-right: 14px;
}

.box .current {
    background: #f2f2f2 url(../images/pro_up.png) no-repeat right center
}

.menu_body {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    line-height: 20px;
    color: #999;
}



.ewm {
    width: 980px;
    overflow: hidden;
    margin: 30px auto;
    padding: 50px 0;
    background: #f2f2f2;
    border-top: 1px solid #ddd
}

.ewm .wx {
    width: 35%;
    float: left;
    margin-left: 15%;
    text-align: center
}

.ewm .wb {
    float: left;
    width: 35%;
    text-align: center
}

.ewm h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 36px
}

.ewm p {
    line-height: 30px;
    font-size: 14px
}

.box-info {
    width: 980px;
    overflow: hidden;
    margin: 30px auto
}

.box-info p {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 13px 0;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .box {
        width: 100%;
        overflow: hidden;
        /*margin:30px auto*/
        ;
        padding: 0px;
    }

    .box h3 {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 30px 0 10px 0;
        border-bottom: 1px solid #f1f1f1
    }

    .box p {
        display: block;
        position: relative;
        overflow: hidden;
        line-height: 20px;
        margin: 0 0 6px 0;
        font-size: 14px
    }

    .box p span {
        width: 60%;
        display: block;
        float: left
    }

    .box p i {
        width: 40%;
        display: block;
        float: right
    }

    .ewm {
        width: 98%;
        overflow: hidden;
        margin: 30px auto;
        padding: 50px 0;
        background: #f2f2f2;
        border-top: 1px solid #ddd
    }

    .ewm .wx {
        width: 100%;
        float: none;
        margin-left: 0;
        text-align: center
    }

    .ewm .wb {
        margin-top: 20px;
        float: none;
        width: 100%;
        text-align: center
    }

    .box-info {
        width: 96%;
        overflow: hidden;
        margin: 30px auto
    }
}

@media screen and (max-width:767px) {

    .mod-comparison > div > div {
        width: 48.5% !important;
    }
    .mod-comparison > div > div{
        margin-right: 1.5% !important;
    }

    
}


@media screen and (max-width:500px) {

    .mod-comparison > div > div {
        width: 100% !important;
    }
    
}
@media screen and (min-width:767px) and (max-width:1199px) {

    .qc-navigation,
    .qc-navigation .navigation-inner,
    .tc-footer {
        min-width: 1000px
    }
}

@media screen and (max-width:1199px) {
    .qc-footer {
        min-width: 1000px
    }

    .qc-footer-service .fs-ct,
    .qc-footer-service .fs-ct.item-last {
        width: 20%
    }

    .qc-footer-service .fs-ct {
        text-align: center
    }

    .qc-footer-website .columns,
    .qc-footer-website .columns.column-follow {
        width: 20%;
        text-align: center
    }

    .qc-footer-website .columns .cl-ct {
        display: inline-block;
        text-align: left
    }

    .qc-footer-blogroll .blogroll-inner {
        text-align: center;
        padding: 0 10px
    }

    .qc-footer-blogroll .link-set {
        text-align: left
    }

    .qc-footer-blogroll .locale {
        position: relative;
        text-align: center;
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .mod-scroll-btn {
        display: none
    }

    .m-scroll-top {
        display: block
    }

    .head-light-tips,
    .qc-navigation {
        display: none
    }

    .qc-navigation-mobile {
        display: block
    }

    .tc-footer {
        min-width: 320px;
        padding-bottom: 40px
    }

    .tc-footer .tc-footer-columns {
        display: none
    }

    .tc-footer .column-certification,
    .tc-footer .column-follow {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }

    .tc-footer .columns h3,
    .tc-footer .columns ul {
        padding-left: 30px
    }

    .tc-footer .column-certification .certification .ct-img img {
        max-width: 100%
    }

    .tc-footer .column-certification>h3 {
        padding-left: 0
    }

    .qc-footer {
        min-width: 320px
    }

    .qc-footer .qc-footer-service {
        display: none
    }

    .qc-footer-blogroll .blogroll-inner {
        display: block;
        margin: 0 20px;
        width: auto;
        padding-left: 0;
        padding-right: 0
    }

    .qc-footer-blogroll .department {
        line-height: 24px
    }

    .qc-footer-blogroll .links .copyright {
        text-align: center
    }

    .qc-footer-blogroll .links .copyright .slide span {
        display: inline-block
    }
}

@media screen and (max-width:600px) {

    .tc-footer .columns,
    .tc-footer .tc-footer-copyright .department {
        display: none
    }

    .tc-footer .tc-footer-copyright .links .line-2 .slide {
        display: block
    }

    .tc-footer .tc-footer-copyright .department,
    .tc-footer .tc-footer-copyright .department a {
        font-size: 14px
    }

    .qc-footer-action .footer-action {
        padding-top: 25px;
        padding-bottom: 25px;
        overflow: hidden
    }

    .qc-footer-action .text {
        font-size: 16px;
        padding-bottom: 20px;
        width: 100%
    }

    .qc-footer-action .op-btns .bt {
        font-size: 14px;
        line-height: 30px;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 10px;
        margin-right: 10px
    }

    .qc-footer-website .website-columns {
        padding-bottom: 25px;
        border-bottom: none
    }

    .qc-footer-website .columns,
    .qc-footer-website .columns.column-follow {
        display: block;
        margin: 0 10px;
        width: auto;
        text-align: left;
        border-bottom: 1px solid #393c40
    }

    .qc-footer-website .columns .cl-ct {
        display: block
    }

    .qc-footer-website .columns .cl-ct .ct-list {
        display: none
    }

    .qc-footer-website .columns h3 {
        margin-bottom: 0
    }

    .qc-footer-website .columns .ct-title {
        margin: 0;
        line-height: 40px;
        display: block;
        position: relative
    }

    .qc-footer-website .columns .ct-title:after {
        content: '';
        border: 1px solid #fff;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        position: absolute;
        top: 15px;
        right: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: none;
        border-right: none
    }

    .qc-footer-website .m-open .cl-ct .ct-list {
        display: block
    }

    .qc-footer-website .m-open .ct-title:after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        border-left: none
    }

    .qc-footer-website .m-open .cl-ct .ct-list a {
        margin-bottom: 3px
    }

    .qc-footer-website .columns .footer-icon {
        display: none
    }

    .qc-footer-website-node-wechat,
    .qc-footer-website-node-weibo {
        display: none !important
    }

    .qc-footer-website .columns .m-text {
        display: block
    }

    .qc-footer-website .m-call {
        display: block;
        margin: 0 20px;
        width: auto
    }

    .qc-footer-website .m-call .call-num {
        display: block;
        font-size: 14px;
        color: #ccc;
        border-radius: 2px;
        border: 1px solid #ccc;
        line-height: 40px;
        text-align: center
    }

    .qc-footer-website .m-qr {
        display: block
    }

    .qc-footer-blogroll .department,
    .qc-footer-blogroll .slide.slide-ct {
        display: none
    }

    .qc-footer-blogroll .locale {
        margin-top: 10px
    }
}

@media screen and (max-width:600px) {
    .customer-case .case-list img {
        height: auto
    }
}

@media screen and (min-width:769px) and (max-width:1199px) {

    .body,
    .mod-inner {
        min-width: 980px
    }
}

@media screen and (max-width:768px) {

    .price-content::-webkit-scrollbar,
    .product-table-overflow::-webkit-scrollbar,
    .summary-content::-webkit-scrollbar {
        height: 12px
    }

    .price-content::-webkit-scrollbar-thumb,
    .product-table-overflow::-webkit-scrollbar-thumb,
    .summary-content::-webkit-scrollbar-thumb {
        background-color: #ccc
    }

    .product-table-overflow::-webkit-scrollbar-track {
        background-color: #eee
    }

    .side-navigation {
        display: none
    }

    .qc-unit-md-1-2 {
        width: 50%
    }

    .main-content {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-left: 0;
        padding-bottom: 20px
    }

    .main-content .tab-content {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .main-content .vertical-size .text {
        line-height: 22px;
        text-align: center
    }

    .main-content .vertical-size h4 {
        margin: 18px auto 6px;
        font-size: 20px
    }

    .tc-15-rich-radio .tc-btn.m {
        font-size: 14px;
        padding: 0 5px
    }

    .customer-case .title {
        font-size: 20px
    }

    .main-content .tab-title {
        display: none
    }

    .main-content .m-tab-title {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .22)
    }

    .m-tab-title .mod-inner {
        margin-left: 3.9%;
        margin-right: 3.9%
    }

    .m-tab-title .tab-current {
        display: block;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-left: 3.9%;
        margin-right: 3.9%;
        position: relative;
        padding-left: 45px;
        font-weight: 700
    }

    .m-tab-title.arr-up .tab-current {
        border-bottom: 1px solid #e5e5e5
    }

    .m-tab-title .tab-icon {
        position: absolute;
        top: 19px;
        left: 10px;
        display: inline-block;
        width: 16px;
        height: 10px
    }

    .m-tab-title.arr-up .tab-icon {
        background-image: url(sprite/product-temp20160918-media7-201804111636.png);
        background-position: -18px 0px
    }

    .m-tab-title.arr-down .tab-icon {
        background-image: url(sprite/product-temp20160918-media7-201804111636.png);
        background-position: 0px -16px
    }

    .m-tab-title .list {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .m-tab-title.arr-down .list {
        display: none
    }

    .m-tab-title.arr-up .list {
        display: block
    }

    .m-tab-title .list a {
        font-size: 16px;
        color: #666;
        line-height: 50px;
        display: block;
        padding-left: 15px
    }

    .m-tab-title .list .current a {
        background-color: #efefef;
        color: #333
    }

    .main-content .head-area {
        padding-left: 20%;
        height: 290px
    }

    .main-content .head-area .icon {
        left: -17%
    }

    .main-content .head-area h2 {
        font-size: 34px;
        margin-bottom: 15px;
        margin-top: 40px
    }

    .main-content .head-area .head-content {
        font-size: 14px;
        width: 85%
    }

    .main-content .head-area .head-operation .activity p {
        font-size: 14px;
        margin-bottom: 5px
    }

    .main-content .head-area .head-operation .tc-btn {
        height: 45px;
        line-height: 45px
    }

    .customer-case .case-list {
        border: none
    }

    .main-content .sell-box .name {
        width: 15%
    }

    .main-content .sell-box .name .icon {
        width: 55%;
        height: auto;
        background-size: contain
    }

    .main-content .sell-box .name .title {
        font-size: 12px
    }

    .main-content .sell-box .sell-box-list {
        width: 78.5%
    }

    .main-content .sell-box .sell-box-list .sell-box-item {
        padding: 0 4%;
        width: 25.3%
    }

    .main-content .sell-box .sell-box-item .setting {
        font-size: 12px
    }

    .main-content .price-content table.width-full,
    .main-content .price-content-2,
    .main-content .width-full {
        width: 98.8%
    }

    .mod-buy .tab-content-detail,
    .mod-version .tab-content-detail,
    .mod-wiki .tab-content-detail {
        width: 98%;
        margin: 0 auto
    }

    .main-content .sell-box .sell-box-list {
        padding-left: 1.3%;
        width: 83%
    }

    .main-content .text-content,
    .mod-price .price-content table,
    .mod-price .slide-text {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .mod-price .slide-text {
        font-size: 16px
    }

    .price-content-1 {
        max-width: 100%
    }

    .mod-timeline .timeline-mask {
        margin: 0 22px;
        width: auto
    }

    .mod-features .list-content .list-content-head {
        padding-left: 10px
    }

    .mod-features .list-content .list-content-body {
        padding-left: 10px;
        padding-right: 10px
    }

    .mod-scenario .tab {
        display: none
    }

    .mod-scenario .list-content-head {
        display: block
    }

    .mod-scenario .sell-box-item {
        margin-bottom: 20px
    }

    .mod-scenario .sell-box-item .tc-btn {
        height: 34px;
        line-height: 34px
    }

    .mod-scenario .list-content-v2 {
        margin-bottom: 20px
    }

    .mod-scenario .list-content-v2:last-child {
        margin-bottom: 0
    }

    .mod-hero {
        height: auto
    }

    .mod-hero .mod-inner {
        height: auto;
        min-height: 290px
    }

    .mod-hero .banner-ct {
        padding-left: 0%;
        width: 100%;
        padding-bottom: 40px;
        display: block;
    }

    .mod-hero .title {
        font-size: 46px;
        margin-top: 0px !important;
    }

    .mod-hero .title .title-cn {
        font-size: 26px
    }

    .mod-hero .title .title-en {
        font-size: 44px
    }

    .mod-hero .head-operation,
    .mod-hero .head-operation .op-line {
        margin-bottom: 0
    }

    .mod-hero .pt-icon {
        width: 200px;
        height: 200px;
        background-size: cover;
        top: 50px;
        right: 5.2%
    }

    .mod-hero .pt-icon img {
        width: 140px;
        height: auto;
        margin-top: 27px
    }

    .mod-hero .op-line .tc-btn {
        width: 31%;
        margin-right: 2.2%
    }

    .mod-hero .op-line .tc-btn:last-child {
        margin-right: 0
    }

    .mod-hero .ad {
        display: none
    }

    .mod-hero .event {
        margin: 0;
        padding-top: 10px;
        padding-left: 0;
        position: relative
    }

    .mod-hero .first-event {
        padding-top: 15px;
        margin: 0
    }

    .mod-hero .first-event .icon-info {
        position: absolute;
        top: 3px;
        left: 0
    }

    .mod-hero .event .des {
        padding-left: 21px;
        position: relative;
        font-size: 14px;
        color: #666;
        min-width: 90%;
        display: inline-block
    }

    .mod-hero .event a.des:hover {
        color: #00a4ff
    }

    .mod-hero .event .des .icon-info {
        display: inline-block;
        width: 16px;
        height: 14px;
        background-image: url(sprite/product-temp20160918-media7-201804111636.png);
        vertical-align: -2px;
        margin-right: 5px;
        background-position: 0px 0px
    }

    .mod-hero .event .des .strong-color {
        color: #ff7200;
        font-weight: 400
    }

    .mod-hero .event .stick {
        display: none
    }

    .mod-hero .event a.des:hover .strong-color {
        color: #00a4ff
    }
}

@media screen and (max-width:700px) {
    .main-content .head-area h2 {
        font-size: 26px
    }

    .main-content .sell-box .name {
        display: none
    }

    .main-content .sell-box .sell-box-list {
        padding-left: 0;
        width: 100%;
        border-left: none
    }

    .mod-wiki .menu-list {
        border: 1px solid #e5e5e5;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0
    }

    .mod-wiki .menu-links {
        width: 100%
    }

    .mod-wiki .menu-links h4 {
        display: none
    }

    .mod-wiki .menu-links .links-title {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        color: #333;
        font-weight: 700
    }

    .mod-wiki .menu-links ul {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .mod-wiki .menu-links:last-child h4,
    .mod-wiki .menu-links:last-child ul {
        border-bottom: none
    }

    .mod-wiki .menu-links .links-title .icon {
        display: inline-block;
        width: 16px;
        height: 10px;
        position: absolute;
        top: 17px;
        right: 20px
    }

    .mod-wiki .menu-links .links-title .icon.arr-up {
        background-image: url(sprite/product-temp20160918-media8-201804111636.png);
        background-position: 0px 0px
    }

    .mod-wiki .menu-links .links-title .icon.arr-down {
        background-image: url(sprite/product-temp20160918-media8-201804111636.png);
        background-position: -18px 0px
    }

    .mod-wiki .menu-links .border-bt-none {
        border-bottom: none
    }
}

@media screen and (max-width:560px) {
    .qc-unit-sm-1-2 {
        width: 50%
    }

    .qc-unit-sm-1-1 {
        width: 100%
    }

    .qc-unit-sm-1-3 {
        width: 33.3333%
    }

    .main-content .column-4 .vertical-size {
        width: 50%;
        margin-bottom: 2%
    }

    .mod-hero .mod-inner {
        min-height: 0
    }

    .main-content .head-area {
        height: 336px
    }

    .main-content .head-area .icon {
        width: 50px;
        top: -10px;
        left: -17%
    }

    .main-content .head-area .head-operation .activity {
        margin-left: 0;
        margin-top: 10px;
        display: block
    }

    .main-content .head-area .head-operation .activity .line-2 {
        display: none
    }

    .main-content .head-area .head-operation .tc-btn {
        line-height: 30px;
        height: 30px;
        font-size: 14px
    }

    .main-content .tab-content.mod-guide {
        padding-bottom: 0
    }

    .mod-guide .guide-item {
        margin-bottom: 10px
    }

    .mod-guide .guide-item .unit-box .title {
        margin-top: 0
    }

    .list-content-v2 .list-content-body .pt-line .link {
        display: inline-block
    }

    .mod-scenario .list-content-v2 .solution {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .mod-scenario .list-content-v2 .solution:last-child {
        margin-bottom: 0
    }

    .mod-scenario .list-content-v2 .list-content-body .sp-line {
        padding-top: 10px;
        margin-bottom: 25px
    }

    .mod-scenario .list-content-v2 .list-content-body .pt-line .title {
        float: none
    }

    .mod-scenario .list-content-v2 .list-content-body .pt-line .pt-list {
        margin-top: 10px
    }

    .mod-scenario .list-content-v2 .list-content-body .pt-line .link {
        margin-left: 0;
        line-height: 30px
    }

    .mod-scenario .sell-box-list .sell-box-item {
        padding-left: 0;
        padding-right: 0
    }

    .mod-hero {
        background-image: none
    }

    .mod-hero .pt-icon {
        display: none
    }

    .mod-hero .banner-ct {
        /* padding-right: 5.2%; */
        padding: 0 2%;
        width: auto;
        position: relative;
        z-index: 10
    }

    .mod-hero .m-pt-icon {
        display: none;
        z-index: 1
    }

    .mod-hero .m-pt-icon .m-icon {
        width: 165px;
        height: 170px
    }
}

@media screen and (max-width:479px) {
    .main-content .tab-content .tab-content-title {
        margin-left: 1.5%
    }

    .main-content .column-4 .vertical-size {
        margin-bottom: 6%
    }

    .mod-buy .sell-box .sell-box-item .tc-btn {
        padding: 0 12%
    }
}

@media screen and (max-width:414px) {
    .main-content .tab-content {
        margin-bottom: 30px
    }

    .main-content .tab-content .tab-content-title {
        font-size: 20px
    }

    .main-content .head-area .icon {
        width: 39px;
        top: -5px
    }

    .main-content .head-area .head-content {
        line-height: 22px
    }

    .main-content .tab-content.mod-advantage {
        margin-bottom: 0
    }

    .mod-advantage .vertical-size .item-icon {
        max-width: 89%
    }

    .mod-advantage .tab-content-detail .vertical-size {
        margin-bottom: 30px
    }

    .mod-buy .sell-box .sell-box-list .sell-box-item {
        width: 92%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc
    }

    .mod-buy .sell-box .sell-box-list .sell-box-item:last-child {
        border-bottom: none
    }

    .mod-buy .sell-box .sell-box-item .setting li {
        display: inline;
        margin-right: 5px
    }

    .mod-buy .sell-box {
        padding: 0
    }

    .mod-buy .sell-box .sell-box-item .tc-btn {
        height: 26px;
        line-height: 26px
    }

    .mod-buy .sell-box .sell-box-item .type .text {
        line-height: 22px
    }

    .mod-buy .sell-box .sell-box-item .type .text.price {
        float: right;
        margin-right: 0
    }

    .mod-hero .op-line .tc-btn .icon-cal {
        left: 15%
    }
}

@media screen and (max-width:375px) {
    .main-content .head-area h2 {
        margin-top: 30px
    }

    .mod-advantage .tab-content-detail .vertical-size {
        width: 100%
    }

    .mod-advantage .vertical-size .item-icon {
        border: none;
        max-width: 63%
    }

    .mod-function .column-4 .vertical-size {
        width: 100%;
        margin-bottom: 35px
    }
}

@media screen and (max-width:320px) {

    .mod-hero .title,
    .mod-hero .title .title-cn {
        font-size: 36px
    }

    .mod-hero .title .title-en {
        font-size: 34px
    }
}

@media screen and (min-width:769px) and (max-width:1199px) {

    .c-nav,
    .qc-footer,
    .qc-navigation,
    .qc-navigation .navigation-inner,
    .tc-footer {
        min-width: 980px
    }
}

@media screen and (max-width:768px) {
    .mod-scroll-btn {
        display: none
    }

    .m-scroll-top {
        display: block
    }

    .head-light-tips,
    .qc-navigation {
        display: none
    }

    .qc-navigation-mobile {
        display: block;
        position: relative;
        z-index: 100;
        width: 100%;
        min-width: 320px
    }

    .qc-footer,
    .tc-footer {
        min-width: 320px
    }

    .tc-footer .tc-footer-columns {
        display: none
    }

    .tc-footer .column-certification,
    .tc-footer .column-follow {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }

    .tc-footer .columns h3,
    .tc-footer .columns ul {
        padding-left: 30px
    }

    .tc-footer .column-certification .certification .ct-img img {
        max-width: 100%
    }

    .tc-footer .column-certification>h3 {
        padding-left: 0
    }
}

@media screen and (max-width:414px) {
    .mod-hero .head-content {
        margin-bottom: 0;
        min-height: 0;
        width: 100%;
    }

    .mod-hero .head-operation {
        margin-top: 21px;
        margin-bottom: 0
    }

    .mod-hero .head-operation .op-line {
        margin-bottom: 0
    }

    .tc-footer .columns,
    .tc-footer .tc-footer-copyright .department {
        display: none
    }

    .tc-footer .tc-footer-copyright .links .line-2 .slide {
        display: block
    }

    .tc-footer .tc-footer-copyright .department,
    .tc-footer .tc-footer-copyright .department a {
        font-size: 14px
    }
}

@media screen and (max-width:1199px) {
    .download-box .box-info .info-ct:first-child {
        width: 125px
    }
}

@media screen and (max-width:768px) {
    .download-box .box-info .info-ct:first-child {
        width: 200px
    }
}

@media screen and (max-width:660px) {
    .download-box .box-info .info-ct:first-child {
        width: 160px
    }
}

@media screen and (max-width:560px) {
    .download-box .box-info .info-ct:first-child {
        width: 250px
    }
}

@media screen and (max-width:374px) {
    .download-box .box-info .info-ct:first-child {
        width: 180px
    }
}

@media screen and (min-width:768px) and (max-width:1040px) {
    .qc-grids.with-slot [class*=qc-unit] {
        padding-left: .5%;
        padding-right: .5%
    }
}

#MAXIM {
    content: "veg20180423104012"
}