.info-banner {
    height: 380px;
    background-color: #f7f8fa;
    position: relative;
    padding-top: 80px;
    width: 100%
}

.info-banner .info-nav {
    padding-top: 52px
}

.nav-box {
    height: 60px;
    border-bottom: 1px solid #e6e8f2
}

.nav-box.normal-nav-box {
    position: initial;
    background-color: #fff
}

.nav-hide .banner-nav li a {
    height: 60px;
    line-height: 60px
}

ul.banner-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: initial;
    width: auto;
    margin-left: 0
}

ul.banner-nav:before,ul.banner-nav:after {
    display: none
}

ul.banner-nav li {
    margin-left: 0
}

ul.banner-nav li:first-child {
    margin-left: 0
}

ul.banner-nav li a {
    display: inline-block;
    padding: 0;
    color: #333
}

ul.banner-nav li a.active,ul.banner-nav li a:hover {
    /* color:#ff2626; */
    /* border-bottom:2px solid #ff2626; */
}

ul.virtue-list li {
    position: relative;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
    box-shadow: 0px 0px 6px 0px #d4d5d9;
    background-position: 30px 30px;
    height: 182px
}

ul.virtue-list li::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 590px;
    height: 182px
}

ul.virtue-list .virtue-title,ul.virtue-list .virtue-sub-title,ul.virtue-list .virtue-info {
    position: relative;
    z-index: 1
}

ul.virtue-list .virtue-title {
    padding: 55px 0 0 130px
}

ul.virtue-list .virtue-sub-title {
    padding: 20px 0 0 30px;
    font-size: 14px;
    color: #999
}

.param-block {
    position: relative
}

.param-shadow-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.param-shadow-list.top-30px {
    height: calc(100% - 30px);
    top: 30px
}

.param-shadow-list li {
    height: 100%;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
    box-shadow: 0px 0px 6px 0px #d4d5d9;
    border-radius: 2px
}

.param-shadow-list li:first-child {
    width: 200px
}

.param-shadow-list li:not(:first-child) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

table.table-info {
    border: none;
    background-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1
}

table.table-info.table-tr-first-50px tr:first-child td {
    height: 50px
}

table.table-info.table-tr-first-70px tr:first-child td {
    height: 70px
}

table.table-info.table-tr-first-105px tr:first-child td {
    height: 105px
}

table.table-info:not(.table-hardware) tr:first-child td {
    font-size: 14px
}

table.table-info:not(.table-hardware) tr:first-child td:first-child {
    -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
    box-shadow: 0px 0px 6px 0px #d4d5d9;
    z-index: 2
}

table.table-info:not(.table-hardware) tr:first-child td:not(:first-child):nth-child(odd) {
    background-color: #ff2626;
    color: #fff
}

table.table-info:not(.table-hardware) tr:first-child td:nth-child(odd)::after {
    display: none
}

table.table-info:not(.table-hardware) td:not(:first-child):nth-child(odd).highlight {
    background-color: #fef2fe
}

table.table-info.table-hardware tr:first-child td:first-child {
    color: #999
}

table.table-info tr:first-child {
    background: rgba(0,0,0,0)
}

table.table-info tr:first-child td {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

table.table-info tr:first-child td:first-child {
    color: #333
}

table.table-info tr:last-child td {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

table.table-info tr:not(:last-child) td:nth-child(odd) {
    position: relative
}

table.table-info tr:not(:last-child) td:nth-child(odd)::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #e6ebf2;
    left: 0;
    right: 0;
    margin: auto
}

table.table-info tr:not(:last-child) td:not(:first-child)::after {
    width: 92%
}

table.table-info tr:not(:first-child) td:first-child {
    color: #999
}

table.table-info tr td {
    border: none;
    padding-left: 0;
    text-align: center;
    height: 70px;
    font-size: 14px;
    color: #333
}

table.table-info tr td:first-child {
    width: 200px;
    padding-left: 0;
    text-align: center;
    font-size: 14px
}

table.table-info tr td:not(:first-child) {
    width: 230px
}

table.table-info tr td:nth-child(odd) {
    background-color: #fff
}

table.table-info tr td:nth-child(even) {
    width: 20px
}

table.table-info .td-extra-2 {
    background: rgba(0,0,0,0) !important;
    width: 20px !important
}

table.table-info .td-extra-2::after {
    display: none !important
}

table.table-info tr:not(:last-child) .td-extra-1 {
    position: relative;
    background-color: #fff
}

table.table-info tr:not(:last-child) .td-extra-1::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #e6ebf2;
    left: 0;
    right: 0;
    margin: auto
}

table.table-info .td-extra-subtitle1 {
    padding-right: 30px
}

table.table-info .td-extra-subtitle1::after {
    width: 130px !important;
    right: 30px !important;
    left: initial !important
}

table.table-info .td-extra-subtitle2 {
    padding-right: 30px
}

table.table-info .td-extra-subtitle2::after {
    width: 150px !important;
    right: 10px !important;
    left: initial !important
}

table.table-info .td-extra-title {
    color: #333 !important
}

table.table-info .td-extra-title::after {
    left: 10px !important;
    right: initial !important
}

table.table-info .td-extra-no-after::after {
    display: none !important
}

.server-pkg-list {
    margin-left: -20px
}

.server-pkg-list .server-pkg-item {
    width: 590px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
    box-shadow: 0px 0px 6px 0px #d4d5d9;
    border-radius: 2px;
    overflow: auto
}

.server-pkg-list .server-pkg-item .pkg-inner {
    width: 100%;
    border: none;
    border-radius: 2px;
    height: auto
}

.server-pkg-list .server-pkg-item .server-pkg-top {
    padding: 25px 0 0 30px;
    height: 116px
}

.server-pkg-list .server-pkg-item .server-pkg-title {
    text-align: left;
    line-height: initial;
    font-size: 22px;
    margin-bottom: 13px;
    height: initial;
    background: none
}

.server-pkg-list .server-pkg-item.pkg-item--active {
    z-index: initial
}

.server-pkg-list .server-pkg-item.pkg-item--active .pkg-inner {
    position: initial;
    width: 100%;
    height: initial
}

.server-pkg-list .server-pkg-item.pkg-item--active .server-pkg-title {
    background: initial;
    color: #333;
    line-height: initial;
    height: initial
}

.server-pkg-list .server-pkg-brief {
    height: initial;
    color: #333
}

.server-pkg-list .server-pkg-brief>span:not(:last-child) {
    margin-right: 20px
}

.server-pkg-list .pkg-config-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background: none;
    margin-top: 0;
    width: auto;
    height: auto;
    margin-right: 15px
}

.server-pkg-list .pkg-config-main {
    padding-top: 0;
    margin-bottom: -6px
}

.server-pkg-list .pkg-config-main:not(.font-weight-normal) {
    font-weight: bold
}

.server-pkg-list .pkg-config-main.font-size-16 {
    font-size: 16px
}

.server-pkg-list .pkg-item--active .pkg-config-main {
    color: #333
}

.server-pkg-list .server-pkg-box {
    padding: 38px 30px
}

.server-pkg-list .pkg-config-sub {
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #999
}

.server-pkg-list .pkg-price-row {
    margin-top: 0;
    color: #999;
    font-size: 12px;
    margin-right: 20px
}

.server-pkg-list .server-pkg-config {
    white-space: nowrap
}

.server-pkg-list .pkg-price {
    color: #ff2626;
    font-weight: bold;
    font-size: 28px
}

.server-pkg-list .pkg-buy-button {
    margin-top: 0
}

.server-pkg-list .pkg-buy-button a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ff2626;
    width: 116px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px
}

.server-pkg-list .pkg-buy-button a:hover {
    background-color: #f20000
}

.server-pkg-list .pkg-config-unit {
    font-size: 12px
}

.product-info-title {
    line-height: 28px;
    font-size: 32px;
    height: initial;
    color: #333;
    font-weight: normal;
    margin-bottom: 22px
}

.product-info-title.color-fff {
    color: #fff
}

.product-info-detail {
    margin-bottom: 28px;
    line-height: 28px;
    color: #333;
    width: 603px
}

.product-info-detail.color-fff {
    color: #fff
}

.product-info-detail.l-h-27px {
    line-height: 27px
}

.product-info-btn a.btn {
    width: 136px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    text-align: center
}

.product-info-btn a.btn:not(.disabled):hover {
    background: #f20000
}

.info-btn1 {
    background: #ff2626;
    color: #fff
}

.product-info-btn a.btn {
    margin-right: 8px
}

a.banner-product-price {
    width: 136px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #ff2626;
    color: #ff2626;
    text-align: center
}

a.banner-product-price:hover {
    background-color: #ff2626;
    border-color: #ff2626;
    color: #fff
}

.server-module.double {
    background: #fff;
    padding-bottom: 70px
}

.server-module.single {
    background: #f7f8fa
}

.module-title,.product-function p.module-title {
    font-size: 28px;
    height: initial;
    line-height: initial;
    padding: 60px 0 45px;
    color: #333;
    text-align: center
}

.module-subtitle a {
    color: #ff2626
}

.module-subtitle a:hover {
    color: #f20000
}

.nav-box-fixed.normal-nav-box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff
}

.module.bg-gray {
    background-color: #f7f8fa
}

.product-fun-list li:not(:first-child) {
    padding-top: 45px
}

.product-fun-list li:not(:last-child) {
    border-bottom: 1px solid #e6ebf2;
    padding-bottom: 45px
}

.product-fun-list h3 {
    position: relative
}

.product-fun-list h3::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 2px;
    content: "";
    display: block;
    background-color: #ff2626
}

.product-fun-list h3 a,.product-fun-list h3>span {
    padding-left: 20px
}

.product-fun-list .product-fun-desc {
    line-height: 2.2;
    padding-top: 18px;
    padding-left: 20px
}

.product-fun-list .product-fun-desc.p-b-18px {
    padding-bottom: 18px
}

.product-fun-list .product-fun-desc+a {
    margin-left: 20px
}

.product-fun-list .l-h-26px {
    line-height: 26px
}

.qa-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qa-box .qa-title {
    margin-top: 13px;
    height: auto;
    line-height: initial;
    text-align: right;
    padding-right: 30px;
    background: none
}

.qa-box .qa-title a {
    position: initial;
    color: #ff2626
}

.qa-box .qa-title a:hover {
    color: #f20000
}

.qa-box .qa-title>span {
    display: none
}

.qa-box li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: none;
    padding-bottom: 15px;
    border-right: 1px solid #e6ebf2
}

.qa-box li:first-child {
    border-left: 1px solid #e6ebf2;
    padding-left: 30px
}

.qa-box li:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.qa-box-list a {
    padding-left: 10px;
    color: #666
}

.qa-box-list a:hover {
    color: #f20000
}

.qa-box-list a:hover:before {
    color: #f20000
}

.qa-box-list a:before {
    content: "-";
    top: -1px
}

.qa-box-list {
    padding-top: 8px;
    border-top: 0;
    margin-left: 0;
    padding-bottom: 0
}

div.step-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    float: none;
    margin-left: 0;
    height: 66px
}

div.step-items .item h2 {
    padding-left: 82px;
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 1.6
}

div.step-items .circle-border {
    display: none
}

div.step-items .step-desc {
    padding-left: 82px;
    margin-top: 12px
}

div.step-items .step-desc p {
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.2
}

.hot-product {
    margin-top: -26px
}

.hot-product-line.hot-product-title li {
    border-bottom: 1px solid #e6ebf2
}

div.hot-product-title ul {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div.hot-product-title ul li {
    position: relative;
    width: 25%;
    float: none;
    color: #333;
    border: none;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    line-height: 56px;
    background: rgba(0,0,0,0);
    text-align: center;
    font-size: 16px;
    cursor: pointer
}

div.hot-product-title ul li.active,div.hot-product-title ul li:hover {
    color: #333;
    background-color: rgba(0,0,0,0);
    border-color: #e6ebf2
}

div.hot-product-title ul li.hover {
    border-bottom: 0
}

div.hot-product-title ul li::after {
    content: "";
    display: none;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    background-color: #ff2626
}

div.hot-product-title ul li.active {
    color: #ff2626
}

div.hot-product-title ul li.active::after {
    display: block
}

div.hot-product-li-half ul li {
    width: 50%
}

div.hot-product-li-half ul li.active {
    color: #333
}

div .hot-product-sub-title {
    color: #999;
    font-size: 14px;
    line-height: 1;
    margin: -2px 0 20px
}

.product-scene-list .product-scene-icon {
    width: 124px;
    height: 119px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 48px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.product-scene-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-scene-list li:not(:last-child) {
    border-bottom: 1px solid #e6ebf2;
    padding-bottom: 18px
}

.product-scene-list li:not(:first-child) {
    padding-top: 36px
}

.product-scene-list h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 25px
}

.product-scene-list .product-scene-sub-title {
    color: #999;
    font-size: 14px;
    margin-left: 15px
}

.product-scene-list .product-scene-tag {
    margin-right: 8px;
    height: 30px;
    padding: 0 18px;
    line-height: 30px;
    background-color: #fff2f2;
    border-radius: 2px;
    display: inline-block;
    border: solid 1px #ff2626;
    color: #ff2626;
    text-align: center
}

.product-scene-list .product-scene-text {
    color: #999
}

.product-scene-list span.product-scene-text {
    margin-left: 18px
}

.product-scene-list div.product-scene-text {
    margin-top: 15px;
    color: #333;
    line-height: 2;
    margin-bottom: 25px
}

.product-scene-list1 h3 {
    margin-bottom: 18px
}

.module-fun-list.module-fun-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-fun-list.module-fun-list-flex h3 {
    margin-bottom: 15px
}

.module-fun-list.module-fun-list-flex .module-fun-desc {
    color: #999
}

.module-fun-list.module-fun-list-flex li {
    width: 50%;
    border-bottom: 0 !important;
    padding-bottom: 15px !important
}

.module-fun-list.module-fun-list-flex li:first-child,.module-fun-list.module-fun-list-flex li:nth-child(2) {
    padding-top: 0
}

.module-fun-list.module-fun-list-flex li:nth-child(odd) .module-fun-item {
    padding-right: 44px
}

.module-fun-list h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.module-fun-list h3::before {
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ff2626
}

.module-fun-list .module-fun-desc {
    color: #666;
    line-height: 1.8
}

.module-fun-list .module-fun-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    padding-left: 22px
}

.module-fun-list li:not(:last-child) {
    border-bottom: 1px solid #e6ebf2;
    padding-bottom: 38px
}

.module-fun-list li:not(:first-child) {
    padding-top: 38px
}

@media screen and (max-width: 750px) {
ul.banner-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: initial;
    width: auto;
    gap: 10px;
    margin-left: 0;
    padding-left: 15px;
    justify-content: flex-start;
}
.nav-hide .banner-nav li a {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}
    
}
