select {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: solid 1px rgb(221, 225, 230);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../image/icon-arrow-down.svg) right center no-repeat #fff;
    padding-left: 20px;
    font-size: 14px;
    color: #3e464c;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.title-center {
    display: flex;
    align-items: center;
}

.columns.is-small {
    margin-left: -14px;
    margin-right: -14px;
}

.columns.is-small .column {
    padding-left: 14px;
    padding-right: 14px;
}

.icon-recommend {
    position: absolute;
    display: inline-block;
    border-radius: 5px 0 5px 5px;
    background-color: #ca2621;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    top: 4px;
    font-weight: 500;
    margin-left: 4px;
}
.icon-recommend.black-bg {
  background-color: #324558;
}
.icon-recommend.gray-bg {
  background-color: #939ea9;
}

section.subbanner {
    padding: 40px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

section.subbanner .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-color: #3d3e49;
    padding: 16px 25px;
    border-radius: 8px;
}

section.subbanner img {
    height: 45px;
    padding-right: 32px;
    margin-right: 32px;
    border-right: solid 1px rgba(255, 255, 255, 0.58);
}

.sub-banner {
    padding: 2rem 1.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.sub-banner .title {
    color: #fff;
    line-height: normal;
    margin-bottom: 11px;
}

.sub-banner .subtitle {
    color: #fff;
}

.sub-banner .button {
    font-weight: 500;
    font-size: 16px;
    height: 44px;
}

section.product-type .tabs {
    margin-bottom: 40px;
}

section.product-type .tabs li {
    min-width: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    border-bottom: 2px solid transparent;
}

section.product-type .tabs li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #4a535c;
    margin-bottom: 0;
    border: none;
}

section.product-type .tabs li.is-active {
    border-bottom: 2px solid #00a971;
    color: #00a971;
}

section.product-type .tabs li.is-active a {
    color: #00a971;
    border: none;
}

section.product-type .tabs li a:hover,
section.product-type .tabs li.is-active a:hover {
    color: #00a971;
    border-bottom-color: transparent;
}

section.product-type .tab-sub-panel {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

section.product-type .tab-sub-panel+.tab-sub-panel {
    margin-top: 40px;
}

section.product-type .tab-content .type-text-wrapper {
    padding: 30px 0px 30px 30px;
    margin-top: -12px;
    margin-bottom: -12px;
}

section.product-type .tab-content .type-text-wrapper .columns.is-small {
    margin-left: -12px;
    margin-right: -12px;
}

section.product-type .tab-content .type-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #31383e;
    line-height: normal;
}

section.product-type .tab-content .type-sub-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3e464c;
    line-height: 1.57;

}


section.product-type .tab-content .type-description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.71;
}

section.product-type .tab-content .config-card {
    border: solid 1px rgb(221, 225, 230);
    padding: 16px 0px;
    margin-top: 10px;
    height: 100%;
}

section.product-type .tab-content .config-card .config-card-title {
    height: 20px;
    line-height: 20px;
    border-left: 2px solid #00a971;
    font-size: 14px;
    margin-left: -1px;
    padding-left: 18px;
}

section.product-type .tab-content .config-card .config-data {
    color: #3e464c;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 1.38;
}

section.product-type .price-calculator-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin-top: -12px;
    margin-bottom: -12px;
    background: #f5f9fa;
    height: calc(100% + 24px);
}

section.product-type .price-kvpair {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    align-items: center;
}

section.product-type .price-key {
    font-size: 14px;
    font-weight: 500;
    color: #3e464c;
    width: 80px;
}

section.product-type .price-dropdown {
    -webkit-box-flex: 1;
    flex: 1;
}

section.product-type .price-display {
    font-size: 12px;
}

section.product-type .currency-sign {
    color: #00a971;
}

section.product-type .price-num {
    font-size: 20px;
    color: #00a971;
    font-weight: 600;
}

section.product-type .question-mark {
    position: relative;
}

section.product-type .price-discount {
    color: #ca2621;
}

section.product-type .question-mark .icon {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 10px;
    color: #aaaeb3;
    border-radius: 50%;
    border: 1px solid #aaaeb3;
    display: inline-block;
    cursor: pointer;
}

section.product-type .question-mark .text {
    visibility: hidden;
    position: absolute;
    left: 20px;
    top: -20px;
    width: 155px;
    padding: 10px;
    background: rgba(61, 62, 73, .9);
    color: #fff;
    line-height: normal;
    border-radius: 4px;
}

section.product-type .question-mark .text:after {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 20px;
    border-right: 4px solid rgba(61, 62, 73, 0.9);
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: none;
}

section.product-type .question-mark:hover .text {
    visibility: visible;
}

section.product-type .over {
    color: #878787;
}

section.product-type .pricing-btn {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: #00a971;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 44px;
    text-align: center;
    margin-top: 1rem;
}

section.product-type .pricing-btn:hover {
    background: #56bc8a;
}

section.benefits .card-content {
    padding: 16px 30px 20px 0px;
}

section.benefits .media-content .title {
    font-size: 18px;
    font-weight: 500;
    color: #3e464c;
    margin-bottom: 0;
}

section.benefits .media-content .content {
    font-size: 14px;
    line-height: 1.71;
}

section.benefits .media-content .tips::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../image/Union.svg');
    margin-right: 6px;
    vertical-align: middle;
}

section.benefits .media-content .tips {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #B4B4B7;
    margin-top: 2px;
}

.section.cases .cases-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    justify-content: center;
}

.section.cases .cases-content .image {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(161, 166, 171, 0.2);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    margin: 0 0.625rem 1rem;
    text-align: center;
}

.section.cases .cases-content .image img {
    max-height: 60px;
    width: auto;
}

.modal {
    z-index: 99999;
}

.modal .modal-background {
    background-color: #3e464c;
    opacity: .7;
}

.modal .modal-card {
    position: relative;
    max-width: 480px;
    border-radius: 5px;
    background-color: #fff
}

.modal .modal-card .modal-card-body {
    padding: 10px 30px 40px;
    background-color: transparent
}

@media screen and (max-width: 1024px) {
    section.subbanner {
        padding: 18px 24px;
    }
}

@media screen and (max-width: 414px) {
    section.subbanner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    section.subbanner img {
        margin-bottom: 10px;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 769px) {
    .modal .modal-card .modal-card-body {
        padding: 20px 30px 40px;
    }

    .modal .modal-card aside.menu li {
        display: list-item;
    }

    .modal .modal-card aside.menu li a {
        padding: 1rem !important;
    }
}

.modal .modal-card .modal-card-head {
    background-color: transparent;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal .modal-card .modal-close {
    position: absolute;
    top: 20px;
    right: 22px;
}

.modal-close:hover,
.modal-close:focus {
    background-color: transparent;
}

.modal-close:before,
.modal-close:after {
    background-color: #c3c3c3;
}

.modal-close:hover::after,
.modal-close:hover::before,
.modal-close:focus::after,
.modal-close:focus::before {
    background-color: #9c9c9c;
}

.modal-card-body {
    background-color: transparent;
}

.modal .modal-card .modal-card-title {
    text-align: center;
    color: #68747f;
    font-weight: 500;
    font-size: 16px;
}

.modal .modal-card .menu-list li a {
    border-bottom: 1px solid #EBEDF0;
    padding: 18px 16px;
    text-align: left;
    color: #697480;
    position: relative;
    font-size: 14px;
}

.modal .modal-card .menu-list li a:after {
    border: 1px solid #697480;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modal .modal-card .menu-list li a:hover {
    color: #00a971;
    background-color: transparent;
}

.modal .modal-card .menu-list li:first-of-type a {
    border-top: 1px solid #EBEDF0;
}

.modal .modal-card .menu-list li a:hover:after {
    opacity: 1;
    border: 1px solid #00a971;
    border-right: 0;
    border-top: 0;
}

/* 左边视频，右边文档列表 帮助文档 */
section.docs {
  background-repeat: no-repeat;
  background-position: right bottom;
}
section.docs video {
  width: 100%;
}
section.docs p {
  padding: 10px 0px;
}
section.docs ul {
  line-height: 40px;
  list-style: disc outside !important;
  margin-left: 1em;
}
section.docs ul li {
  padding-left: 0 !important;
}
section.docs ul li::before {
  display: none;
}
section.docs ul li a {
  color: #4a535c;
}
section.docs ul li:hover a {
  color: #00a971;
}
