



.banner .virusbanner {
    font-size: 101px;
    padding-top: 160px;
}

.virus {
    padding: 88px 0;
}

.virus .consult {
    margin: 50px auto;
    text-align: center;
}

.virus .consult a {
    display: inline-block;
    padding: 0 100px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto;
    background-color: #1da63b;
    border-radius: 1000px;
    transition: .3s;
}

.virus .consult a:hover {
    background-color: #2bb84a;
}

.virus h2 {
    position: relative;
    padding-left: 30px;
    font-size: 36px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1;
}

.virus h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 28px;
    background-color: #38a9af;
}

.virus .services {
    padding: 0 30px;
}

.virus .services .item {
    padding: 37px 45px;
    margin-bottom: 15px;
    background-color: #f5f9fc;
    border-radius: 30px;
    counter-increment: item-counter;
}

.virus .services .item .tit {
    float: left;
    font-size: 24px;
    color: #3e3a39;
}

.virus .services .item .tit span {
    display: inline-block;
}

.virus .services .item .tit span.keys {
    margin-right: 50px;
}

.virus .services .item .tit span.keys:before {
    content: counter(item-counter);
}

.virus .services .item .tit span.keys:after {
    content: '.';
}

.virus .services .item .request {
    float: right;
    display: inline-block;
    padding: 15px 0;
    border: 2px solid #8b8e8f;
    font-size: 24px;
    text-align: center;
    color: #000000;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 30px;
    width: 250px;
    transition: .3s;
}

.virus .services .item .request:hover {
    background-color: #1da63b;
    border: 2px solid #1da63b;
    color: #ffffff;
}

.virus .table {
    max-width: 100%;
    overflow: auto;
}

.virus table {
    border: 1px solid #ffffff;
    width: 100%;
}

.virus table th {
    padding: 8px;
    background-color: #575959;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.virus table td {
    padding: 8px;
    background-color: #f4f8fb;
    color: #656767;
}

.virus table td.bold {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.window {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 801;
    display: none;
}

.window .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.window .cont {
    display: none;
    position: absolute;
    width: 600px;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 70%;
    padding: 30px;
    background-color: #ffffff;
    overflow: auto;
    z-index: 2;
}

.window .cont .input {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.window .cont .input span {
    font-size: 24px;
    margin-right: 5px;
    text-transform: capitalize;
}

.window .cont .input span:after {
    content: ':';
}

.window .cont .input input {
    border: none;
    flex-grow: 1;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.window .cont .input.err input {
    border-bottom: 1px solid red;
}

.window .cont .tips {
    margin-top: 30px;
    text-decoration: underline;
}

.window .cont .tips:before {
    content: '*';
}

.window .cont .btn {
    margin-top: 20px;
    text-align: right;
}

.window .cont .btn a {
    padding: 5px 8px;
    font-size: 24px;
    background-color: #000000;
    color: #ffffff;
}

.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 802;
    display: none;
}

.alert .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

.alert .text {
    position: absolute;
    width: 600px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 26px;
    text-align: center;
    max-height: 70%;
    padding: 30px;
    background-color: #ffffff;
    overflow: auto;
    z-index: 2;
}

.window .verify .input span {
    width: 116px;
}

@media (max-width: 768px) {
    .banner .banner-entitle {
        font-size: 30px;
        padding-top: 120px;
    }
    .virus {
        padding: 30px 0;
    }
    .virus .consult {
        margin: 30px auto;
    }
    .virus .consult a {
        max-width: 100%;
        padding: 5px 83px;
        font-size: 18px;
    }
    .virus h2 {
        padding-left: 25px;
        font-size: 26px;
    }
    .virus .services {
        padding: 0;
    }
    .virus .services .item .tit span.keys {
        margin-right: 12px;
    }
    .virus .services .item .tit {
        font-size: 16px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    .virus .services .item {
        padding: 18px 24px;
        text-align: left;
        overflow: auto;
    }
    .virus .services .item .request {
        float: initial;
        display: inline-block;
        padding: 12px 40px;
        border: 2px solid #8b8e8f;
        font-size: 16px;
        text-align: center;
        color: #000000;
        line-height: 1;
        text-transform: capitalize;
        border-radius: 30px;
        width: auto;
        transition: .3s;
    }
    .window .cont {
        width: 100%;
    }
    .window .cont .input {
        flex-direction: column;
    }
    .window .cont .input span {
        font-size: 20px;
    }
    .window .cont .input input {
        width: 100%;
    }
    .window .form1 {
        top: 14%;
    }
    .window .form2 {
        top: 14%;
    }
}

<!--ºÄÊ±1753084670.162Ãë-->