* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    color: #333;
    background: #ffffff;
}

a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.btn {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer; */
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    /* background-color: #009688; */
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}



.btn--primary button {
    width: 120px;
    height: 40px;
    background-color: #2468f2;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}

.btn--ghosttitle{
    color: #333;
    font-weight: 400;
    font-size: 30px;
}

.btn--ghost {
    display: inline-block;
    line-height: 40px;
    width: 120px;
    height: 40px;
    border: 1px solid #666;
    text-align: center;
    color: #666;
    border-radius: 0px;
}

.btn--ghost:hover {
    border: 1px solid #2468f2;
    color: #2468f2;
}

.card {
    border: 1px solid rgba(31, 35, 40, 0.10);
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
}

.card-grid {
    display: flex;
    align-items: center;
}


.ddos-head {
    width: 100%;
    height: 450px;
    margin-top: 60px;
    background: url(/web/shiwaicloud/uploads/image/banner_ddos.png) no-repeat center center;
    background-size: cover;
}

.ddos-content {
    margin: 0 auto;
    width: 1200px;
}

.ddos-headIp {
    height: 100%;
    position: relative;
}


.hero__content {
    padding-top: 95px;
}

.hero__title {
    line-height: 1.1;
    color: inherit;
}

.hero__desc {
    width: 540px;
    line-height: 30px;
    color: #333;
    margin-top: 30px;
}

.hero__meta {
    width: 540px;
    line-height: 30px;
    margin-top: 20px;
}

.hero__meta span {
    font-size: 16px;
    color: #2468f2;
}

.hero__cta {
    margin-top: 22px;
    display: flex;
    gap: 12px;
}

.anchor-tabs {
    position: sticky;
    top: 80px;
    background: #ffffff;
    border-bottom: 1px solid rgba(31, 35, 40, 0.08);
    z-index: 9;
}

.anchor-tabs__inner {
    height: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.anchor-tabs__item {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #191c3d;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s ease;
}

.anchor-tabs__item:hover {
    color: #2468f2;
    border-bottom: 2px solid #2468f2;
}

.anchor-tabs__item.is-active {
    color: #2468f2;
    border-bottom: 2px solid #2468f2;
}

.section {
    background-color: #f6f8fb;
    background-size: contain;
    width: 100%;
    padding: 70px 0;
}

.section--alt {
    width: 100%;
    background-color: #fff;
}

.plan-card {
    width: 232px;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 0px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.plan-card:hover {
    box-shadow: 0px 0px 18px 1px rgba(102, 102, 102, 0.22);
}

.plan-card__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.plan-card__price {
    font-size: 14px;
    color: #e91111;
}

.plan-card__price span {
    font-style: normal;
    font-size: 22px;
}

.plan-card__list {
    width: 100%;
    padding: 20px 15px;
}

.plan-card__row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    line-height: 36px;

}

.plan-card__row span {
    color: #7c7e97;
    font-size: 14px;
}

.plan-card__row div {
    color: #191c3d;

    font-size: 14px;
}

.btn--block {
    background-color: #2468f2;
    border-radius: 0;
}

.card-grid--6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.icon-card {
    padding: 50px 40px;
    width: 390px;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-card:hover {
    box-shadow: 0px 0px 18px 1px rgba(102, 102, 102, 0.22);
}

.icon-card__icon {
    width: 80px;
    line-height: 84px;
    height: 124px;
    margin: 0 auto;
    text-align: center;
    background: url(/web/shiwaicloud/uploads/image/k_grey.png) no-repeat center top;
}

.icon--grey {
    display: inline-block;
    margin-top: 23px;
}

.icon-card:hover .icon--grey {
    display: none;
}

.icon--blue {
    display: none;
    margin-top: 23px;
}

.icon-card:hover .icon--blue {
    display: inline-block;
}

.icon-card:hover .icon-card__icon {
    background: url(/web/shiwaicloud/uploads/image/k_blue.png) no-repeat center -2px;
}


.icon-card__title {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 1.1;
}

.icon-card__desc {
    margin-top: 20px;
    line-height: 22px;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}



.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.feature-item {
    padding: 18px;
    min-height: 160px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feature-item:hover {
    border-color: transparent;
    box-shadow: 0px 0px 10px 0px rgba(118, 130, 159, 0.5);
}

.feature-item img {
    width: 98px;
    height: 85px;
}

.feature-item__img {
    display: inline-block;
}

.feature-item__img1 {
    display: none;
}

.feature-item:hover .feature-item__img1 {
    display: inline-block;
}

.feature-item:hover .feature-item__img {
    display: none;
}

.feature-item__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feature-item__title {
    color: #191c3d;
    font-size: 18px;
    text-align: left;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-item__title {
    color: #2468f2;
}

.feature-item__desc {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    color: #727489;
}

.card-grid--3 {

    height: 524px;
}

.scene-card {
    z-index: 4;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    position: relative;
    float: left;
    width: 224px;
    height: 470px;
    margin-right: 4px;
    background-color: #fff;
    padding: 33px 23px;
}

.scene-card.is-active {
    z-index: 6;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    width: 748px;
    height: 542px;
    top: 0px;
}

.scene-card__num {
    margin-bottom: 20px;
    font-size: 22px;
    opacity: 1;

    transition: all 0.3s ease;
}

.scene-card__title {
    font-size: 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.scene-card__desc {
    color: #404040;
    font-size: 13px;
    transition: all 0.3s ease;
}

.scene-card__line {
    width: 44px;
    height: 1px;
    background-color: #a2a2a2;
    position: absolute;
    bottom: 33px;
    left: 23px;
    transition: all 0.3s ease;
}

.scene-active__img {
    display: none;
}

.is-active .scene-active__img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.is-active .scene-active__img img {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
}

.is-active .scene-active__img p {
    font-size: 20px;
    line-height: 26px;
    color: rgb(64, 64, 64);
}

.scene-card.is-active .scene-card__num {
    opacity: 0;
    display: none;
}

.scene-card.is-active .scene-card__title {
    opacity: 0;
    display: none;
}

.scene-card__Acdesc {
    display: none;
}

.scene-card.is-active .scene-card__desc {
    display: none;
}

.scene-card.is-active .scene-card__Acdesc {
    color: rgb(140, 140, 140);
    font-size: 13px;
    line-height: 22px;
    display: block;
}

.scene-card.is-active .scene-card__line {
    margin: 40px 0 60px;
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
    position: relative;
    bottom: 0px;
    left: 0;
    transition: all 0.3s ease;
}

.scene-card__back img {
    opacity: 0;
    transition: all 1s ease;
}

.scene-card.is-active .scene-card__back img {
    opacity: 1;
}

.process {
    overflow: hidden;
    text-align: center;
    list-style: none;
    /* gap: 20px; */
}

.process__step {
    border: none;
    position: relative;
    float: left;
    width: 200px;
    margin: 0 100px 0 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process__before {
    position: absolute;
    right: -184px;
    top: 36px;
    width: 247px;
    height: 1px;
    background-color: #e2e6ef;
    z-index: 10;
}

.process__after {
    position: absolute;
    right: -70px;
    top: 25px;
    width: 23px;
    height: 23px;
    background: url(/web/shiwaicloud/uploads/image/arrow2.png);
}

.process__icon {
    height: 78px;
}

.process__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process__title b {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
    font-weight: normal;
}

.process__title p {
    text-align: center;
    margin-top: 20px;
    color: #999;
}

.process__title p a {
    color: #2468f2;
}


.ddos-kefu {
    margin: 30px 0 0 30px;

}

.ddos-kefu p {
    color: #454863;
}

.ddos-kefu a {
    color: #2468f2;
    cursor: pointer;
}

.section__hd {
    margin: 0 auto;
    text-align: center;
}

.section__title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.section__sub {
    font-size: 10px;
    color: #999;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.overview-table {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
}

.compare-table th {
    height: 90px;
}

.compare-table__th,
.compare-table td {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.compare-table__th {
    border: 1px solid #fff;
    border-bottom-color: #e6e6e6;
}

.compare-table__th {
    background: #f1f3f6;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.compare-table__th--cat {
    width: 70px;
}

.compare-table__th--item {
    width: 330px;
}

.compare-table__th--brand {
    width: 44%;
    position: relative;
}

.compare-table__th--brand p {
    position: absolute;
    top: -20px;
    left: -1px;
    right: -1px;
    bottom: 1px;
    height: 108px;
    line-height: 108px;
    border: 1px solid #2468f2;
    border-bottom-color: transparent;
    background-color: #fff;
    font-size: 20px;
    color: #2468f2;
}

.compare-table__th--other {
    width: 330px;
}

.compare-table__cat {
    background-color: #eef1f7;
    text-align: center;
    color: #454863;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 2px;
    border: 1px solid #fff !important;
}

.compare-table__item {
    text-align: center;
    color: #666;
    /* background: #ffffff; */

    border: 1px solid #e6e6e6;
    border-right: 2px solid #2468f2 !important;

}

.compare-table__other {
    text-align: center;

    color: #666;
    border: 1px solid #e6e6e6;
}

.compare-table__brand {
    border: 1px solid #e6e6e6;
    border-right: 2px solid #2468f2 !important;
    text-align: center;
    position: relative;
}

.compare-table__brand p {
    position: absolute;
    left: -1px;
    right: -2px;
    bottom: -20px;
    height: 20px;
    border: 1px solid #2468f2;
    border-top-color: transparent;
    background-color: #fff;
}

.compare-table__th--brand {
    border-left: 2px solid #2468f2;
    border-right: 2px solid #2468f2;
    border-top: 2px solid #2468f2;
    background: #ffffff;
    color: #2468f2;
}

.compare-table__th--other {
    background: #f1f3f6;
}

.compare-table tbody tr:last-child .compare-table__brand {
    border-bottom: 2px solid #2468f2;
}

.compare-table tr:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}




.gamePc-tabs__scrolled{
    max-width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(31, 35, 40, 0.08);
}

.process__desc{
    display: none;
}

.compare-tableApp{
    display: none;
}