.swiper-button-next,
.swiper-button-prev {
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-background-size: 15px;
    background-size: 12px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/*轮播样式*/


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.banner-container {
    height: 445px;
    background: url("../../images/index/banner-bg.png")no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: Myriad Pro;
}

.banner-content h1 {
    font-size: 48px;
    color: #fff;
}

.banner-content {
    display: inline-block;
}

.banner-wrapper .pro-subtitle {
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
}

.common-width {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.pro-block .pro-type {
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}

.pro-block .pro-type>div {
    overflow: hidden;
    color: #333;
    margin: 0 auto;
    border: 1px solid #3EABFE;
    border-radius: 34px;
    font-weight: bold;
    display: inline-block;
    font-size: 0;
}

.pro-type-act {
    background: linear-gradient(90deg, #007CDC 0%, #3EABFE 99%);
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pro-block .pro-type span {
    width: 220px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    background-color: #fff;
    color: #007CDC;
}

.pro-block .pro-type span:first-child {
    border-right: 1px solid #3EABFE;
}

.common-title {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.common-title span {
    font-size: 36px;
    font-weight: bold;
}

.common-title div {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 15px;
}

.main-content {
    font-family: Myriad Pro;
}

.pro-block .pro-region {
    text-align: center;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.pro-block .pro-region span {
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
}

.pro-block .pro-region span:first-child {
    margin-right: 15px;
}

.pro-region-act {
    color: #f60;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pro-region-act:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    background-color: #f60;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pro-list {
    background: linear-gradient(43deg, #0081E5, #40ACFF);
    text-align: center;
    border-radius: 4px;
}

.pro-list ul {
    padding: 0;
}

.pro-list>ul {
    padding: 10px;
}

.pro-list .list-title {
    font-size: 24px;
    color: #fff;
    /*line-height: 40px;*/
    padding-bottom: 10px;
}

.pro-list .list-title span:first-child {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.pro-list .conf-price {
    font-size: 36px;
    color: #F9A066;
    font-weight: bold;
}

.conf-detail ul {
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.conf-detail ul li {
    padding: 5px 0;
}

.conf-detail .capacity span:first-child {
    font-size: 30px;
}

.conf-detail .capacity span:last-child {
    font-size: 24px;
    vertical-align: super;
}

.conf-detail .buy-btn a {
    padding: 14px 0;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(0deg, #FF6600 0%, #F9A066 100%);
    border-radius: 4px;
}

.windows-content {
    display: none;
}

.adv-block .adv-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv-block .adv-list>div {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 390px;
}

.adv-list>div>div:nth-child(1) {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.adv-list>div>div:nth-child(1) i {
    display: none;
}

.adv-list>div>div:nth-child(1) * {
    vertical-align: middle;
}

.adv-list>div>div:nth-child(1) img {
    margin-right: 10px;
}

.adv-list>div>div:nth-child(2) {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    min-height: 140px;
}

.adv-list>div:not(:last-child) {
    margin-bottom: 15px;
}

.spec-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spec-list>div {
    background-color: #fff;
    flex: 1;
    text-align: center;
    position: relative;
    padding-top: 45px;
    margin-top: 45px;
}

.spec-list>div>img {
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    width: 94px;
    margin: 0 auto;
}

.spec-block {
    background: #F8F7FD;
}

.spec-list>div:not(:last-child) {
    margin-right: 15px;
}

.spec-list p {
    font-size: 24px;
    color: #333;
}

.spec-list ul li {
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    color: #f60;
    list-style: disc;
    padding: 0 5px;

}

.spec-list ul li span {
    color: #666;
    -ms-word-break: break-word;
    word-break: break-word;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-list>div {
    max-width: 390px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}

.feature-list>div p {
    margin-top: 0;
    font-size: 24px;
    color: #333;
    min-height: 56px;
}

.feature-list>div>div:last-child {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    min-height: 264px;
    margin-top: 10px;
}

.feature-list>div:nth-child(-n+3) {
    margin-bottom: 15px;
}

body>.add-edition {
    display: none;
}


@media (max-width: 1200px) {
    .common-width {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hidden-md {
        display: none;
    }

    .banner-wrapper {
        padding-top: 0;
    }

    .pro-block .pro-type span {
        font-size: 18px;
        line-height: 40px;
    }

    .common-width {
        padding: 15px;
    }

    .pro-block .pro-type {
        margin-bottom: 20px;
    }

    .common-title {
        text-align: left;
        margin-bottom: 15px;
        position: relative;
        padding-left: 15px;
    }

    .common-title:before {
        position: absolute;
        content: '';
        height: 20px;
        width: 3px;
        background-color: #f60;
        display: block;
        left: 0;
        top: 2px;
        bottom: 2px;
    }

    .common-title span {
        font-size: 20px;
    }

    .type-des {
        display: none;
    }

    .pro-block .pro-type span {
        width: 160px;
    }

    .pro-block .pro-type>div {
        font-weight: normal;
    }

    .pro-list .list-title {
        font-size: 18px;
        line-height: 24px;
    }

    .pro-list .conf-price {
        font-size: 24px;
    }

    .conf-detail .capacity span:first-child {
        font-size: 18px;
    }

    .conf-detail .capacity span:last-child {
        font-size: 14px;
    }

    .conf-detail ul li {
        padding: 1px 0;
    }

    .swiper-slide {
        transition: 300ms;
        transform: scale(0.8) !important;
    }

    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1) !important;
    }

    .conf-detail .buy-btn a {
        font-size: 16px;
        padding: 5px 0;
        font-weight: normal;
    }

    .pro-block .pro-region {
        margin-bottom: 10px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .adv-block .adv-list {
        display: block;
    }

    .adv-list>div>div {
        position: relative;
    }

    .adv-list>div>div:nth-child(2) {
        min-height: auto;
        display: none;
        margin-top: 10px;
    }

    .adv-block .adv-list>div {
        max-width: 100%;
        padding: 15px;
    }

    .adv-list>div>div:nth-child(1) {
        margin: 0;
        font-size: 16px;
    }

    .adv-list>div:not(:last-child) {
        margin-bottom: 10px;
    }

    .spec-list>div>img {
        width: 60px;
        top: -30px;
    }

    .spec-list>div {
        min-width: 45%;
    }

    .spec-list>div:nth-child(2n-1) {
        margin-right: 15px;
    }

    .spec-list>div:nth-child(2) {
        margin-right: 0;
    }

    .spec-list p {
        font-size: 16px;
    }

    .spec-list>div>ul {
        padding-left: 30px;
    }

    .spec-list ul li {
        line-height: 30px;
        font-size: 14px;
    }

    .feature-list {
        display: block;
    }

    .feature-list>div {
        max-width: initial;
        text-align: left;
        padding: 10px 15px;
        position: relative;
    }

    .feature-list>div>div:first-child {
        position: relative;
        display: flex;
        align-items: center;
    }

    .feature-list>div p {
        font-size: 16px;
        min-height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-right: 15px;
    }

    .feature-list>div img {
        width: 70px;
        vertical-align: middle;
    }

    .feature-list>div>div:last-child {
        min-height: auto;
        display: none;
    }

    .feature-list>div:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    .adv-list>div>div:nth-child(1) i,
    .feature-list>div i {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 10px;
    }

    .subtract::after,
    .add::before,
    .add::after {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, 50%);
        width: 15px;
        border-top: 2px solid #f60;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .add::after {
        transform: translate(50%, 50%) rotate(90deg);
    }

    .block-flex,
    .host-config-desc-list {
        flex-direction: column;
        gap: 0px !important;
    }

    .block-flex img {
        width: 100%;
    }

    .config-desc-block-title::before {
        display: none;
    }

    .config-desc-block-title {
        padding: 0;
    }

    .swiper-linux-panel {
        width: 100% !important;
        height: 320px !important;
    }

    .swiper-windows-panel {
        width: 100% !important;
        height: 320px !important;
    }

    .panel-swiper-linux-pag {
        bottom: 10px !important;
    }

    .panel-swiper-windows-pag {
        bottom: 10px !important;
    }

    .swiper-linux-panel>img {
        width: 340px;
    }

    .swiper-windows-panel>img {
        width: 340px;
    }

    .swiper-linux-panel .swiper-slide>img {
        width: 285px;
    }

    .swiper-windows-panel .swiper-slide>img {
        width: 285px;
    }

    .panel-swiper-linux-btn {
        display: block;
        padding: 0;
        opacity: 0.5;
    }

    .panel-swiper-windows-btn {
        display: block;
        padding: 0;
        opacity: 0.5;
    }

    .faq .quest.pb {
        background-position: 100% 24px !important;
    }

    .faq .closebtn {
        top: 30px !important;
        padding-right: 24px !important;
    }

    #products .com-questions {
        padding: 0 !important;
    }

    .modal-shadow {
        width: 80% !important;
    }

}

@media (max-width: 500px) {
    .conf-detail ul li {
        line-height: 20px;
    }
}

.config-desc-block {
    background-color: #f6f6f6;
}

.config-desc-block-title {
    text-align: left;
    margin-bottom: 10px;
    width: max-content;
}

.host-config-desc-content {
    display: flex;
    justify-content: space-between;
}

.title-bottom-divider {
    width: 25px;
    height: 4px;
    background-color: #ccc;
    border-radius: 2px;
}

.host-config-desc-list {
    padding-left: 20px;
    display: flex;
    gap: 100px;
}

.host-config-desc-list li {
    font-size: 18px;
    list-style: circle !important;
    color: #666;
    line-height: 40px;
}

.block-flex {
    display: flex;
    justify-content: space-between;
}

.block-flex>div {
    margin-top: 30px;
}

.config-desc-block a {
    text-decoration: none;
    font-size: 18px;
    color: #FF6500;
}

.era-panel-title {
    text-align: center !important;
    margin-top: 60px;
    margin-bottom: -20px;
}

.era-panel-title::before {
    display: none;
}

.swiper-linux-panel {
    width: 760px;
    height: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.swiper-windows-panel {
    width: 760px;
    height: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.swiper-linux-panel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-windows-panel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-linux-panel>img {
    position: absolute;
    z-index: 9;
}

.swiper-windows-panel>img {
    position: absolute;
    z-index: 9;
}

.swiper-linux-panel .panel-swiper-linux-pag {
    bottom: 40px;
}

.swiper-windows-panel .panel-swiper-windows-pag {
    bottom: 40px;
}

.panel-swiper-linux-pag .swiper-pagination-bullet-active {
    background-color: #1599FF;
}

.panel-swiper-windows-pag .swiper-pagination-bullet-active {
    background-color: #1599FF;
}

.feature-block-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-block-list .feature-block-item {
    width: 380px;
    height: 340px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}

.feature-block-list .feature-block-item p {
    margin-top: 100px;
    font-size: 24px;
    color: #333;
}

.feature-block-list .feature-block-item img {
    position: absolute;
    z-index: 2;
    top: 40px;
    transform: translate(2px, 8px);
}

.shadow-circle,
.shadow-circle-t {
    width: 100px;
    height: 100px;
    background-color: #E0E4E9;
    border-radius: 50px;
    opacity: 0.5;
    position: absolute;
    top: 40px;
}

.shadow-circle-t {
    position: absolute;
    right: -15px;
    top: -10px;
}

.faq .closebtn {
    background-image: url('../../images/upa.png') !important;
    z-index: 99;
    background-size: auto !important;
    background-position: 0% !important;
    padding-right: 40px !important;
}

.faq .quest.pb {
    padding: 20px !important;
    background-image: url('../../images/downa.png') !important;
    background-size: auto !important;
    border-color: #dde1e6 !important;
}

.faq .contain {
    padding: 20px !important;
}

.faq .quest,
.answ {
    color: #333333 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.contain .quest {
    color: #00aeef !important;
}

.modal-shadow {
    width: 560px;
    height: 66%;
    position: absolute;
    margin: 50px;
    text-align: center;
    line-height: 150px;
}

.modal-shadow::before {
    height: 20px;
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: -1%;
    border-radius: 600px 600px 0 0;
    background: #999797;
    opacity: .5;
    transform-origin: center center;
    box-shadow: 0 0 18px 13px #999797;
}