@charset "utf-8";

.car_compulsory {
    width: 100%;
    height: 400px;
    background-image: url(../images/compulsory_banner_left.png);
    background-position: top left;
    background-size: auto 70%;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: relative;
}

.car_compulsory:after {
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 77%;
    background-image: url(../images/compulsory_banner_right.png?t=202111251341);
    background-size: contain;
    background-repeat: no-repeat;
    left: 62%;
    top: 90px;
    z-index: 1;
}

@media (max-width:1680px) {
    .car_compulsory:after {
        width: 30%;
    }
}

@media (max-width:1180px) {
    .car_compulsory:after {
        left: 66%;
    }
}

@media (max-width:680px) {
    .car_compulsory {
        height: 480px;
    }
}

@media (max-width:480px) {
    .car_compulsory {
        height: 510px;
    }
}
.banner_btn_container {
    width: 1024px;
    margin: 0 auto;
    padding-top: 25px;
}

.banner_btn_container img {
    width: 600px;
}

.banner-title a {
    width: 230px;
    height: 60px;
    background: #ef6570;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    border-bottom: 3px solid #d5444f;
    border-radius: 99px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 20px;
}
@media (max-width:991px) {
    .banner-title a {
        width: 200px;
        height: 60px;
        font-size: 22px;
        margin-top: 0px;
    }
}

.car_compulsory_cover {
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 10;
    display: none;
}

.car_first_block {
    font-size: 20px;
    line-height: 35px;
    position: relative;
    padding-top: 50px;
}

.car_first_block .car-bg-icon {
    width: 180px;
    height: 200px;
    left: calc(100% - 180px);
    top: 55%;
    position: absolute;
    background-image: url(/assets/images/car-hospital.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.car-second-block {
    position: relative;
}

.car-second-block .car-bg-icon {
    display: block;
    width: 150px;
    height: 100px;
    left: 0;
    top: 100%;
    position: absolute;
    background-image: url(/assets/images/car-icon-white-car.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.compulsory-qa {
    position: relative;
}

.compulsory-qa .car-bg-icon {
    display: block;
    width: 150px;
    height: 300px;
    left: calc(100% - 150px);
    top: calc(100% - 300px);
    position: absolute;
    background-image: url(/assets/images/car-icon-light.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.red-text {
    color: #ff5a5a;
}

.break {
    display: block;
}

.compulsory-range {
    margin-top: 50px;
}

.content-title {
    text-align: center;
    padding: 30px 0 10px;
}

.content-title p {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    position: relative;
    color: #fff;
}

.content-title p:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #4477b2;
    width: 235px;
    height: 86%;
    top: 7%;
    left: calc(50% - 90px);
    z-index: -1;
    border-radius: 0 80px 80px 0;
}

.conten-title-icon {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.conten-title-icon img {
    width: 100%;
}

.specail-tab-table {
    margin-top: 30px;
}

.specail-tab-table .table thead {
    background-color: #ff5a5a;
    color: #fff;
    text-align: center;
    border-radius: 10px 5px 0 0;
}

.specail-tab-table .table tr th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 17px;
}

.specail-tab-table .table tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
    border: none;
}

.specail-tab-table .table tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
    border: none;
}

.specail-tab-table .table tr td {
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-size: 17px;
}

.specail-tab-table .table tr td i {
    font-size: 22px;
}

.specail-tab-table .table-item {
    width: 200px;
}

.m-item {
    display: none;
}


.icon-block {
    font-size: 20px;
    line-height: 35px;
    margin: 50px 0;
}

.icon-block ul {
    margin: 30px 0;
}

.icon-block li {
    display: inline-block;
    vertical-align: top;
}

.text-icon {
    width: 70px;
    height: 70px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 70px;
}

.text {
    width: calc(100% - 90px);
}

.text-title {
    font-weight: 700;
}

.text-icon-01 {
    background-image: url(/assets/images/car-icon-protect.png);
}

.text-icon-02 {
    background-image: url(/assets/images/car-icont-ambulance.png);
}

.text-icon-03 {
    background-image: url(/assets/images/car-icon-hurt.png);
}

.text-icon i {
    font-size: 35px;
}

/*qa*/
.compulsory-qa {
    position: relative;
}

.qa {
    margin: 50px auto;
}

.qa-list-wrapper {
    font-size: 1.2em;
    line-height: 30px;
    padding: 20px 20px 20px 0;
    position: relative;
    /* cursor: pointer; */
}

.qa-list-title .icon {
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
    background-color: #ff5a5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.qa-list-text .icon {
    position: absolute;
    top: -5px;
    left: 0;
    color: #ff5a5a;
    background-color: #ffF;
    border: solid 1px #ff5a5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-weight: 700;
}

.qa-list-wrapper p {
    margin-bottom: 20px;
}

.qa-list-wrapper .qa-list-text,
.qa-list-wrapper .qa-list-title {
    padding-left: 50px;
    position: relative;
}

.gotoCalculate {
    position: fixed;
    left: 15px;
    bottom: 25px;
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(/assets/images/house-btn-gototCount.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

.banner-title {
    width: 80%;
}

@media (max-width:1440px) {

    .car_compulsory:after {
        top: 150px;
    }

    .banner-title {
        text-align: center;
    }

    .banner_btn_container {
        width: 100%;
    }

    .banner_btn_container img {
        width: 450px;
    }

    .car-second-block .car-bg-icon {
        display: none;
    }
}

@media (max-width:991px) {
    .car_compulsory {
        margin-top: 0;
    }

    .car_compulsory:after {
        top: 252px;
    }

}

@media (max-width:768px) {
    .banner-title {
        width: 70%;
    }
    .car_compulsory {
        background-image: none;
    }

        .car_compulsory:after {
            width: 310px;
            top: 250px;
            left: calc(100% - 310px)
        }

    .car_first_block .car-bg-icon {
        display: none;
    }
}

@media (max-width:680px) {
    .banner-title {
        width: 100%;
    }

    .banner-title a {
        width: 200px;
        height: 50px;
        display: flex;
    }
    .car_compulsory:after {
        width: 310px;
        top: 275px;
        left: calc(50% - 155px);
    }
    .car_first_block {
        padding-top: 0;
    }

    .content-title {
        padding: 0;
        margin-bottom: 30px;
    }

    .text-icon {
        width: 60px;
        height: 60px;
    }

    .compulsory-qa .car-bg-icon {
        display: none;
    }

    .m-item {
        border: solid 1px #dee2e6;
        border-radius: 10px;
        display: block;
        background-color: #fff;
    }

    .m-card-list {
        border-bottom: 1px solid #dee2e6;
    }

    .m-card-list:last-child {
        border-bottom: none;
    }

    .m-card-list li {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        padding: 10px;
    }

    .m-card-list li:first-child {
        width: 40%;
    }

    .m-card-list li:last-child {
        width: 55%;
    }

    .m-card-list li p {
        margin-bottom: 10px;
    }

    .m-card-list li img {
        width: 20px;
        margin-right: 4px;
    }

    ul.m-card-title {
        background-color: #ff5a5a;
        color: #fff;
        border-radius: 10px 10px 0 0;
        text-align: center;
    }

    .specail-tab-table {
        display: none;
    }

    .gotoCalculate {
        width: 80px;
        height: 80px;
        left: 5px;
    }
}

@media (max-width:540px) {
    .banner_btn_container img {
        width: 90%;
    }
}
@media (max-width:480px) {
    .banner-title a {
        width: 80%;
        margin-bottom: 10px;
    }

    .car_compulsory:after {
        width: 280px;
        top: 72vw;
        height: 200px;
    }
}

@media (max-width:420px) {
    .car_compulsory:after {
        top: 79vw;
    }
}