.banner {
    width: 100%;
    height: 300px;
    background: url("https://img.asiancancer.com/images/newmoderncancerthai/images/gazty_banner.webp") no-repeat center;
    background-size: cover;
}

/* 肝癌专题 */
.liver-cancer-content {
    width: 100%;
}

/* 标题 */
.liver-cancer-content .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.liver-cancer-content .title-box .title-text {
    color: #2A78BA;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.liver-cancer-content .title-box .title-text::after {
    display: inline-block;
    content: '';
    width: 80px;
    height: 4px;
    background: #3E4756;
    position: absolute;
    bottom: 0;
    left: calc((100% - 80px) / 2);
}

/* 肝癌介绍 */
.liver-cancer-content .introduction-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
    background: #fff;
}

.introduction-area .introduction-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.introduction-box .description-box {
    flex: 1;
    width: 100%;
    margin-top: 30px;
}

.introduction-box .description-box a {
    color: #2A78BA;
}

.introduction-area .technology-box {
    width: 100%;
    margin-top: 15px;
}

.technology-box .technology-title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.technology-box .technology-table {
    width: 100%;
    box-shadow: 0 0 10px #e5e5e5;
    border-collapse: collapse;
}

.technology-table thead {
    width: 100%;
}

.technology-table thead tr {
    width: 100%;
    background: #2A78BA;
}

.technology-table thead tr th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    /*border: 1px solid #f5f5f5;*/
}

.technology-table tbody {
    width: 100%;
}

.technology-table tbody tr {
    width: 100%;
}

.technology-table tbody tr:nth-child(even) {
    background: #dbefff;
}

.technology-table tbody tr td {
    border: 1px solid #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

.technology-table tbody tr td:first-child {
    font-weight: bold;
}

.technology-box .explanation-text {
    width: 100%;
    padding: 15px 0 0;
    font-size: 18px;
    color: red;
}

/* 技术费用参考 */
.liver-cancer-content .cost-area {
    width: 100%;
    padding: 0 calc(50% - 700px) 30px;
    box-sizing: border-box;
}

.cost-area .cost-box {
    width: 100%;
    margin-top: 30px;
}

.cost-box .cost-table {
    width: 100%;
    box-shadow: 0 0 10px #e5e5e5;
    border-collapse: collapse;
}

.cost-table thead {
    width: 100%;
}

.cost-table thead tr {
    width: 100%;
    background: #F96A08;
}

.cost-table thead tr th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    /*border: 1px solid #f5f5f5;*/
}

.cost-table tbody {
    width: 100%;
}

.cost-table tbody tr {
    width: 100%;
}

.cost-table tbody tr:nth-child(even) {
    background: rgba(249, 106, 8, 0.1);
}

.cost-table tbody tr td {
    border: 1px solid #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

.cost-table tbody tr td:first-child {
    font-weight: bold;
}

.cost-table .explanation-text {
    width: 100%;
    padding: 15px 0 0;
    font-size: 18px;
    color: red;
}

.cost-box .explanation-text {
    width: 100%;
    padding: 15px 0 0;
    font-size: 18px;
    color: red;
}

/* 表单 */
.liver-cancer-content .form-area {
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
}

.form-area .form-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-area .form-title .title-text {
    padding: 5px 20px;
    background: #2A78BA;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
}

.form-area .form {
    width: 100%;
    padding: 20px;
    background: #f0f7ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.form-area .form .hint-text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.form-area .form .hint-text span {
    display: inline-block;
    margin-right: 5px;
    color: #f8313f;
    font-weight: bold;
    font-size: 18px;
}

.form-area .form .form-item {
    /*width: 48%;*/
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

.form-area .form .form-item .label-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-area .form .form-item .input, .form-area .form .form-item .select-nat {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: 0;
    background: #fff;
    box-sizing: border-box;
}

.form-area .form .form-item .phone-input {
    display: flex;
    width: 100%;
    align-items: center;
}

.form .form-item .phone-input .country {
    width: 150px;
    height: 50px;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border: 0;
    background: #fff;
}

.form .form-item .phone-input .input {
    flex: 1;
    height: 50px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border: 0;
    border-left: 1px solid #f5f5f5;
    background: #fff;
}

.form-area .form .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.form-area .form .submit-btn .btn-style {
    width: 50%;
    font-size: 18px;
    background: #2A78BA;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
}

/* 与泰国医院对比 */
.liver-cancer-content .compared-area {
    background: #fff;
    width: 100%;
    padding: 30px calc(50% - 700px);
    box-sizing: border-box;
}

.compared-area .compared-box {
    width: 100%;
    margin-top: 30px;
}

.compared-box .compared-img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.compared-box .description-text {
    width: 100%;
    padding: 20px 0;
}

.compared-box .compared-table {
    width: 100%;
    box-shadow: 0 0 10px #e5e5e5;
    border-collapse: collapse;
}

.compared-table thead {
    width: 100%;
}

.compared-table thead tr {
    width: 100%;
    background: #2A78BA;
}

.compared-table thead tr th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    /*border: 1px solid #f5f5f5;*/
}

.compared-table tbody {
    width: 100%;
}

.compared-table tbody tr {
    width: 100%;
}

.compared-table tbody tr:nth-child(even) {
    background: #dbefff;
}

.compared-table tbody tr td {
    border: 1px solid #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

.compared-table tbody tr td:first-child {
    font-weight: bold;
}

.compared-area .summary-box {
    width: 100%;
    margin-top: 30px;
}

.summary-box .summary-title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
    color: red;
}

.summary-box .summary-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}


/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
}

@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        aspect-ratio: 79/24;
        background: url("https://img.asiancancer.com/images/newmoderncancerthai/images/gazty_banner_bg.webp") no-repeat center;
        background-size: cover;
    }

    /* 肝癌专题页 */
    .liver-cancer-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .liver-cancer-content .title-box .title-text {
        font-size: 25px;
        /*font-size: 20px;*/
    }

    /* 肝癌介绍 */
    .liver-cancer-content .introduction-area {
        width: 100%;
        padding: 0;
    }

    .introduction-area .introduction-box {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .introduction-box .description-box {
        width: 100%;
        margin-top: 15px;
    }

    .introduction-area .technology-box {
        width: 100%;
        padding: 0 15px 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .technology-table thead tr th {
        font-size: 16px;
        padding: 5px;
        box-sizing: border-box;
    }

    .technology-table tbody tr td {
        padding: 5px;
        box-sizing: border-box;
    }

    .technology-box .explanation-text {
        font-size: 16px;
    }

    /* 技术费用参考 */
    .liver-cancer-content .cost-area {
        width: 100%;
        padding: 0 0 15px;
    }

    .cost-area .cost-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .cost-table thead tr th {
        font-size: 16px;
        padding: 5px;
        box-sizing: border-box;
    }

    .cost-table tbody tr td {
        padding: 5px;
        box-sizing: border-box;
    }

    .cost-box .explanation-text {
        font-size: 16px;
    }

    /* 表单 */
    .liver-cancer-content .form-area {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
    }

    .form-area .form {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .form-area .form .form-item {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .form-area .form .form-item:last-child {
        padding-bottom: 0;
    }

    .form-area .form .submit-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .form .form-item .phone-input .input {
        height: 40px;
    }

    .form-area .form .form-item .label-text {
        font-size: 14px;
    }

    .form-area .form .form-item .input, .form-area .form .form-item .select-nat {
        height: 40px;
    }

    .form .form-item .phone-input .country {
        height: 40px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
        font-size: 16px;
    }

    .form-area .form .hint-text span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .form-area .form .submit-btn .btn-style {
        width: 100%;
    }

    /* 与泰国医院对比 */
    .liver-cancer-content .compared-area {
        width: 100%;
        padding: 15px 0;
    }

    .compared-area .compared-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .compared-box .compared-img {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .compared-box .description-text {
        width: 100%;
        padding: 15px 0;
    }

    .compared-box .compared-table {
        width: 100%;
        box-shadow: 0 0 10px #e5e5e5;
    }

    .compared-table thead tr th {
        font-size: 16px;
        padding: 5px;
        box-sizing: border-box;
    }

    .compared-table tbody tr td {
        padding: 5px;
    }

    .compared-area .summary-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .summary-box .summary-text {
        width: 100%;
        font-size: 16px;
    }

}