.button {
    min-width: unset;
    max-width: unset;
    text-align: center;
    float: unset;
    margin: unset;
    padding: 0.6em 2em;
}

.btn-normal {
    color: white;
    background-color: #4BD8E0;
    border-radius: 5px;
    display: inline-block;
}

.btn-normal:hover {
    color: white;
    background-color: #00B6CE;
}

.btn-simple {
    color: #4bd8e0;
    border-width: 2px;
    border-style: solid;
    border-color: #4bd8e0;
}

.btn-simple:hover {
    color: white;
    background-color: #4bd8e0;
}

.btn-figure {
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.btn-figure:hover {
    color: #2B8990;
    background-color: white;
}

.button-module {
    text-align: center;
}

.button-module a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #519dbb;
    background-color: #64f9f4;
    margin: 80px auto 0;
    padding: 0 40px;
}

.title-main {
    text-align: center;
    margin-bottom: 70px;
}

.title-content{
    background-image: linear-gradient(90deg, #38d3d5 0%, #ffffff 40%);
    padding: 100px 0;
}

.title-desc {
    max-width: 780px;
    font-size: 20px;
    text-align: center;
    color: #5e8b90;
    margin: 60px auto 0;
}

.full-page {
    width: 100%;
}

.align-center {
    align-items: center;
}

@media (min-width: 992px) {
    .align-center {
        display: flex;
    }
}

/** More Gradient **/
.more-gradient a, .more-gradient a i {
    color: #013f56;
}

/*.more-gradient a:hover, .more-gradient a:hover i {
    color: #4bd8e0;
}*/

.more-gradient i:nth-child(1) {
    opacity: 1;
}

.more-gradient i:nth-child(2) {
    opacity: 0.6;
}

.more-gradient i:nth-child(3) {
    opacity: 0.2;
}

/** More Gradient **/

/** Half Content **/
.half-module {
    padding: 80px 0;
}

.half-module .title {
    font-size: 26px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 38px;
    color: #153c4a;
    margin-top: 0;
    margin-bottom: 60px;
}

.half-module .row > div:first-child {
    padding-right: 80px;
}

.half-module .row > div:last-child {
    padding-left: 80px;
}

.half-module .name {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.half-module .text {
    line-height: 30px;
    font-size: 16px;
    color: #5e8b90;
}

.half-module .button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin: 40px 0 0;
    padding: 0 20px;
    display: inline-block;
}

.half-module .btn-normal {
    color: white;
    background-color: #4BD8E0;
}

.half-module .btn-normal:hover {
    background-color: #00B6CE;
}

.half-module .btn-simple {
    color: #4BD8E0;
    border: 1px solid #4BD8E0;
}

.half-module .btn-simple:hover {
    color: white;
    background-color: #4BD8E0;
    border: 1px solid #4BD8E0;
}

/* video */
.video-module {
    cursor: pointer;
    position: relative;
}

.video-module .player {
    width: 100%;
    height: 100%;
    background-image: url(../img/video/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.92, 0.92);
}

.video-module .player.play-simple {
    background-image: url(../img/video/play-simple.png);
}

.video-module .player:hover {
    transform: scale(1, 1);
}

.video-module .play-button {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/video/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.video-module .play-button:hover {
    background-size: 96px;
    background-color: rgba(0, 0, 0, 0);
}

.video-module img {
    width: 100%;
    display: block;
}

/* Character */
.character-module {
    background-color: #f8f8f8;
    margin-bottom: 90px;
    padding-top: 80px;
    padding-bottom: 90px;
}

.character-module .mini-title {
    margin-bottom: 40px;
}

.character-module .row > div:first-child {
    padding-right: 25px;
}

.character-module .row > div:last-child {
    padding-left: 25px;
}

.character-module .item {
    background-color: white;
    box-shadow: 0 8px 30px #d6d6d6;
    margin-bottom: 50px;
    padding: 38px 38px 76px;
    position: relative;
}

.character-module .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #4ad1cd;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.character-module .item:hover:after {
    background-color: #39C0BC;
}

.character-module .item:last-child {
    margin-bottom: 0 !important;
}

.character-module .item > img {
    width: 180px;
    margin-right: 50px;
    margin-bottom: 40px;
    float: left;
}

.character-module .item h3 {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 20px;
}

.character-module .item p {
    min-height: 100px;
    line-height: 25px;
    font-size: 16px;
    color: #5e8b90;
    text-align: justify;
    margin-bottom: 0;
}

.character-module .item .more {
    position: absolute;
    right: 38px;
    bottom: 38px;
}

.character-module .item .more, .character-module .item .more i {
    color: #4ad1cd;
}

.file-download {
    padding: 110px 0;
}

.file-download .item {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 60px;
}

.file-download .item:last-child {
    margin-bottom: 0;
}

.file-download .guide-title {
    height: 100px;
    background-image: linear-gradient(90deg, #007e91 0%, #013f56 100%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.file-download .guide-title {
    height: 100px;
    background-image: linear-gradient(90deg, #007e91 0%, #013f56 100%);

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.file-download .guide-title-1 {
    background: url(../img/software/download-background-1.png) no-repeat;
    background-size: contain !important;
    border-radius: 12px 12px 12px 12px;
    height: 300px;
    width: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
}

.file-download .guide-title-2 {
    background: url(../img/software/download-background-2.png) no-repeat;
    background-size: contain !important;
    border-radius: 12px 12px 12px 12px;
    height: 300px;
    width: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
}

.file-download .guide-title-3 {
    background: url(../img/software/download-background-3.png) no-repeat;
    background-size: contain !important;
    border-radius: 12px 12px 12px 12px;
    height: 300px;
    width: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
}

.file-download .guide-title img {
    margin-right: 10px;
}

.file-download .guide-title h3 {
    font-size: 24px;
    font-weight: bolder;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 90px;
}

.file-download ul {
    margin-bottom: 0;
    padding-left: 0;
}

.file-download li {
    height: 80px;
    padding: 0 80px;
    font-size: 18px;
    letter-spacing: 2px;

    border-color: #ebeff1;
    border-style: solid;
    border-width: 0 2px;
    border-bottom: 2px solid #ebeff1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(255,255,255,0.8);
    box-shadow: 0px 4px 20px 0px rgba(142,160,182,0.3);
}

.file-download li:nth-child(2n) {
    /*background-color: #ebeff1;*/
}

.file-download li:last-child{
    border-radius: 0 0 12px 12px;
}

.file-download li .name span {
    color: #4bd8e0;
}

.file-download li .more {
    padding-left: 150px;
}

.file-download li .more a i {
    font-size: 20px;
    font-weight: bolder;
}

.file-download .guide-content{
    height: 75px;
    padding: 0 100px;
    font-size: 18px;
    letter-spacing: 2px;
    float: left;
}

.file-download .guide-content .name{
    height: 80px;
    line-height: 80px;
}

.file-download .guide-content .more img{
    position: absolute;
    right: 120px;
    height: 30px;
    margin: 25px;
}

.file-download li:first-child .more a, .file-download li:first-child .more a i {
    color: #3edae3 !important;
}

.case-module {
    padding: 80px 0;
}

.case-module .swiper-container {
    padding-bottom: 60px;
}

.case-module .item {
    width: calc(100% - 20px);
    margin: 20px auto;
    box-shadow: 2px 2px 8px 0 #d6d6d6;;
}

.case-module .item img {
    width: 100%;
}

.case-module .item .intro {
    padding: 24px 50px;
}

.case-module .item .intro h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 24px;
}

.case-module .item .intro p {
    font-size: 16px;
    margin-bottom: 30px;
}

.case-module .item .intro .button {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.case-module .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.case-module .swiper-container-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 150px;
    height: 8px;
    background-color: #e6e6e6;
    border-radius: unset;
}

.case-module .swiper-container-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4bd8e0;
}

.attack-module {
    padding: 100px 0 60px;
}

.attack-module .full-page {
    background-image: url("../img/solution/ransomware/bg-attack.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}

.attack-module .item {
    padding: 60px 30px;
}

.attack-module * {
    transition: all 0.25s;
}

.attack-module .item.active {
    background-color: #4bd8e0;
}

.attack-module .item .icon {
    height: 90px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60px;
    margin: 0 auto 40px;
}

.attack-module .item.active .icon {
    background-position: center center;
    background-size: unset;
}

.attack-module .item .education {
    background-image: url("../img/solution/ransomware/attack/education.png");
}

.attack-module .item.active .education {
    background-image: url("../img/solution/ransomware/attack/education-hover.png");
}

.attack-module .item .enterprise {
    background-image: url("../img/solution/ransomware/attack/enterprise.png");
}

.attack-module .item.active .enterprise {
    background-image: url("../img/solution/ransomware/attack/enterprise-hover.png");
}

.attack-module .item .government {
    background-image: url("../img/solution/ransomware/attack/government.png");
}

.attack-module .item.active .government {
    background-image: url("../img/solution/ransomware/attack/government-hover.png");
}

.attack-module .item .medical {
    background-image: url("../img/solution/ransomware/attack/medical.png");
}

.attack-module .item.active .medical {
    background-image: url("../img/solution/ransomware/attack/medical-hover.png");
}

.attack-module .item .percent {
    font-size: 36px;
    color: #4bd8e0;
}

.attack-module .item.active .percent {
    color: #e86801;
}

.attack-module .item .name {
    font-size: 22px;
    font-weight: bolder;
    color: #222222;
}

.attack-module .item.active .name {
    color: white;
}

.attack-module .item .lang {
    height: 200px;
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
}

.attack-module .item.active .lang {
    display: none;
}

.attack-module .item .text {
    height: 120px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 50px;
    display: none;
}

.attack-module .item.active .text {
    display: block;
}

.attack-module .item .more {
    width: 50px;
    height: 50px;
    line-height: 44px;
    color: #4bd8e0;
    background-color: white;
    background-image: url("../img/solution/ransomware/attack/right.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid white;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #d6d6d6;
    display: block;
    opacity: 0.8;
}

.attack-module .item.active .more {
    width: unset;
    color: white;
    background-color: unset;
    background-image: url("../img/solution/ransomware/attack/right-hover.png");
    background-position: calc(100% - 45px) center;
    padding-left: 45px;
}

.attack-module .item .more span {
    font-size: 18px !important;
    font-weight: bolder !important;
    display: none;
}

.attack-module .item.active .more span {
    display: block;
}

.attack-module .item.active .more:hover {
    color: #4bd8e0;
    background-color: white;
    background-image: url("../img/solution/ransomware/attack/right.png");
}

.attack-bottom {
    background-color: #fafafa;
    margin-bottom: 60px;
    padding: 5px 0;
    position: relative;
}

.attack-bottom .attack-data {
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    color: white;
    text-align: center;

    position: relative;
    z-index: 10;
}

.attack-bottom .attack-data span {
    font-size: 32px;
    font-weight: bolder;
    color: #e86801;
    margin-left: 25px;
}

.attack-bottom .attack-line {
    width: 0;
    height: 65px;
    background-color: #4bd8e0;
    border-radius: 0 8px 8px 0;

    position: absolute;
    top: 5px;
    left: 0;
    transition: width 2.1s;
}

.attack-button .button {
    width: 170px;
    font-size: 16px;
    border-radius: unset;
    display: block;
    margin: 0 auto;
}

.usual-module {
    background-color: #fafafa;
    padding: 100px 0;
}

.usual-module .item {
    background-color: white;
    position: relative;
}

.usual-module .item::after {
    content: "";
    width: 100%;
    height: 0;
    background-image: linear-gradient(90deg, #6e9de2 0%, #4bd0cd 100%);
    display: block;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.usual-module .item:hover {
    box-shadow: 0 0 10px 0 #d6d6d6;
}

.usual-module .item:hover::after {
    height: 10px;
}

.usual-module .item .item-thead {
    height: 100px;
    background-color: #4bd8e0;
    font-size: 24px;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
}

.usual-module .item .item-thead .icon {
    width: 50px;
    height: 50px;
    background-color: white;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 20px;
}

.usual-module .item:hover .item-thead {
    background-image: linear-gradient(90deg, #6e9de2 0%, #4bd0cd 100%);
}

.usual-module .item .item-tbody {
    min-height: 268px;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    padding: 50px 24px;
}

.ransomware.info-enterprise-level p {
    margin-top: 30px;
}

.ransomware.banner-cure {
    background-image: url(../img/solution/bg-ransomware.jpg) !important;
    background-position: center center !important;
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company {
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    position: unset;
    transform: unset;

    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.ransomware.judgment-enterprise-level {
    top: 0;
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide.swiper-slide-active .company {
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background-image: url("../img/solution/ransomware/evaluate/01.png");
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background-image: url("../img/solution/ransomware/evaluate/02.png");
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background-image: url("../img/solution/ransomware/evaluate/03.png");
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background-image: url("../img/solution/ransomware/evaluate/04.png");
}

.ransomware.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background-image: url("../img/solution/ransomware/evaluate/05.png");
}

.ransomware.protect-enterprise-level {
    padding: 0 !important;
}

.ransomware.protect-enterprise-level .title-main {
    margin-top: 70px;
    margin-bottom: 0;
}

.ransomware.protect-enterprise-level > .container:nth-child(2n + 1) {
    background-color: #fafafa;
}

.ransomware.protect-enterprise-level .row {
    padding: 70px 0;
}

.ransomware-live {
    background-color: #fafafa;
}

/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    .file-download .guide-title{
        height: 80px;
    }

    .file-download .guide-title-mobile-1{
        background: linear-gradient( 131deg, #0FBF98 0%, #30F6CB 100%);
        border-radius: 12px 12px 0px 0px;
    }

    .file-download .guide-title-mobile-2{
        background: linear-gradient( 131deg, #0FB4BF 0%, #30F6EB 100%);
        border-radius: 12px 12px 0px 0px;
    }

    .file-download .guide-title-mobile-3{
        background: linear-gradient( 131deg, #3492FF 0%, #82D6FF 100%);
        border-radius: 12px 12px 0px 0px;
    }

    .file-download .guide-title h3{
        font-size: 16px;
        line-height: 24px;
        min-height: 24px;
    }

    .file-download .guide-title img{
        height: 24px;
        position: absolute;
        left: 33%;
    }

    .file-download li{
        position: relative;
    }

    .file-download a:hover .name{
        font-size: 15px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .usual-module{
        padding:30px 0 10px;
    }

    .attack-module{
        padding:30px 0 30px;
    }

    .attack-bottom{
        background-color: #3E3F40;
        margin-bottom: 30px;
    }

    .attack-bottom .attack-data{
        font-size:14px;
    }

    .attack-bottom .attack-data span{
        font-size:14px;
    }

    .attack-module .full-page{
        margin-bottom: 30px;
    }

    .half-module{
        padding: 30px 0;
    }

    .half-module .title{
        font-size:18px;
        margin-bottom: 30px;
    }

    .half-module .name{
        font-size:16px;
    }

    .half-module .button{
        font-size:14px;
        margin-top: 10px;
    }

    .case-module{
        padding: 30px 0;
    }
}
/* 移动端适配调整结束（414-360） */
