
    .pc_block {
        display: block;
    }
    .phone_block {
        display: none;
    }
.container_content {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
    }

    .container_content li {
        padding-left: 0;
    }

    .container_content li:after {
        display: none;
    }

    .content_section {
        margin: 0 auto;
        position: relative;
    }

    .content_section:after {
        display: block;
        content: '';
        width: 13.0208vw;
        height: 24.7396vw;
        background: url(../img/icon_logo.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 4.0104vw;
    }

    .content_section .select_box {
        width: 43.4375vw;
        height: 3.6458vw;
        margin: 0 auto;
        padding: 0 3.75vw;
        background: url(../img/select_bg.png) no-repeat;
        background-size: 100%;
        background-position: left bottom;
        z-index: 2;
    }

    .content_section .select_group {
        border: none;
        width: 38.0208vw;
        height: 3.5417vw;
        margin: 0;
        padding: 0;
        --bs-form-select-bg-img: ;
        appearance: none;
        /* 移除浏览器的默认箭头 */
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 38.0208vw !important;
        height: 3.5417vw !important;
        border: none;
    }

    .content_section .bootstrap-select .dropdown-toggle:focus,
    .content_section .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
        outline: none !important;
        border: none !important;
        background: unset !important;
        box-shadow: unset !important;
    }

    .bootstrap-select>.dropdown-toggle {
        width: 100%;
        border: none;
        background: unset;
        position: relative;
    }

    .bootstrap-select>.dropdown-toggle:hover {
        background: unset;
        border: unset;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 1.875vw;
        font-family: Arial;
        color: #986915;
        font-weight: bold;
        background: unset;
        border: unset;
    }

    .bootstrap-select>.dropdown-toggle:after {    
        border-top: .7813vw solid #986915;
        border-right: .625vw solid transparent;
        border-bottom: 0;
        border-left: .625vw solid transparent;
        /* background-image: url(../img/icon_down.png);
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 1.0417vw .7292vw; */
    }

    .dropdown-menu.show {
        top: .2604vw !important;
    }

    .bootstrap-select .dropdown-menu li {
        margin-bottom: 0;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset
    }

    .bootstrap-select .dropdown-menu li .dropdown-item {
        font-size: 1.25vw;
        display: inline-block;
        width: 100%;
        padding: 0 1.3021vw;
        height: 2.6042vw;
        line-height: 2.6042vw;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-menu li .dropdown-item:hover .text {
        color: #986915;
    }

    .content_section .result_box {
        position: relative;
        z-index: 1;
        padding: 9.6354vw 2.6042vw 0;
    }

    .content_section .result_box .result_tit {
        text-align: center;
        margin-bottom: 4.1667vw;
    }

    .content_section .result_box .result_tit h4,
    .content_section .result_box .result_tit p {
        font-size: 2.5vw;
        font-family: Arial;
        color: #000;
        font-weight: normal;
    }

    .content_section .result_box .result_tit h4 span,
    .content_section .result_box .result_tit p span {
        font-size: 3.4375vw;
        font-family: 'Microsoft Himalaya';
        color: #000;
        line-height: 100%;

    }

    .content_section .result_box .result_tit h4 span i,
    .content_section .result_box .result_tit p span i {
        font-style: normal;
        color: #986915;
    }

    .content_section .result_card ul {
        gap: 2.6563vw;
    }

    .content_section .result_card ul li {
        gap: 2.0833vw;
        justify-content: center;
    }

    .content_section .result_card .card_l {
        width: 21.0417vw;
        height: 14.0625vw;
        background: url(../img/img_bg_1.png) no-repeat;
        background-size: 100% 100%;
        flex-shrink: 0;
        padding-left: .4167vw;
        padding-top: .4167vw;
        padding-bottom: .4167vw;
        padding-right: .8854vw;
        border-radius: .8333vw;
    }

    .content_section .result_card .card_l img {
        width: 100%;
        height: 12.7083vw;
        border-radius: .8333vw;
    }

    .content_section .result_card .card_r {
        width: 35.4167vw;
        gap: 1.875vw;
    }

    .content_section .result_card .card_r .r_top,
    .content_section .result_card .card_r .r_bot {
        padding-left: 2.7083vw;
        position: relative;
    }

    .content_section .result_card .card_r .r_bot {
        gap: .4688vw;
    }

    .content_section .result_card .card_r .r_top:after {
        display: block;
        content: '';
        width: 1.8229vw;
        height: 1.875vw;
        background: url(../img/icon_wing.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: -0.3125vw;
    }

    .content_section .result_card .card_r .r_bot:after {
        display: block;
        content: '';
        width: 2.0833vw;
        height: 2.0833vw;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: .3125vw;
    }

    .content_section .result_card .card_r h4 {
        font-size: 2.1875vw;
        color: #7f5708;
        font-family: Arial;
        font-weight: bold;
    }
    
    .content_section .result_card .card_r h5 {
        font-size: 1.7708vw;
        color: #000;
        font-family: Arial;
        font-weight: bold;
        line-height: 170%;
    }

    .content_section .result_card .card_r p {
        font-size: 1.5625vw;
        color: #000;
        font-family: Arial;
        font-weight: normal;
        line-height: 132%;
    }
    .content_section .result_card .card_r div:nth-of-type(1) p {
        margin-top: -0.4167vw;
    }

    

@media screen and (max-width: 1923px) {
    .pc_block {
        display: block;
    }
    .phone_block {
        display: none;
    }
    .container_content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .container_content li {
        padding-left: 0;
    }

    .container_content li:after {
        display: none;
    }

    .content_section {
        margin: 0 auto;
        position: relative;
    }

    .content_section:after {
        display: block;
        content: '';
        width: 250px;
        height: 475px;
        background: url(../img/icon_logo.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 77px;
    }

    .content_section .select_box {
        width: 834px;
        height: 70px;
        margin: 0 auto;
        padding: 0 72px;
        background: url(../img/select_bg.png) no-repeat;
        background-size: 100%;
        background-position: left bottom;
        z-index: 2;
    }

    .content_section .select_group {
        border: none;
        width: 730px;
        height: 68px;
        margin: 0;
        padding: 0;
        --bs-form-select-bg-img: ;
        appearance: none;
        /* 移除浏览器的默认箭头 */
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 730px !important;
        height: 68px !important;
        border: none;
    }

    .content_section .bootstrap-select .dropdown-toggle:focus,
    .content_section .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
        outline: none !important;
        border: none !important;
        background: unset !important;
        box-shadow: unset !important;
    }

    .bootstrap-select>.dropdown-toggle {
        width: 100%;
        border: none;
        background: unset;
        position: relative;
    }

    .bootstrap-select>.dropdown-toggle:hover {
        background: unset;
        border: unset;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 36px;
        font-family: Arial;
        color: #986915;
        font-weight: bold;
        background: unset;
        border: unset;
    }

    .bootstrap-select>.dropdown-toggle:after {    
        border-top: 15px solid #986915;
        border-right: 12px solid transparent;
        border-bottom: 0;
        border-left: 12px solid transparent;
        /* background-image: url(../img/icon_down.png);
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 20px 14px; */
    }

    .dropdown-menu.show {
        top: 5px !important;
    }

    .bootstrap-select .dropdown-menu li {
        margin-bottom: 0;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset
    }

    .bootstrap-select .dropdown-menu li .dropdown-item {
        font-size: 24px;
        display: inline-block;
        width: 100%;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-menu li .dropdown-item:hover .text {
        color: #986915;
    }

    .content_section .result_box {
        position: relative;
        z-index: 1;
        padding: 185px 50px 0;
    }

    .content_section .result_box .result_tit {
        text-align: center;
        margin-bottom: 80px;
    }

    .content_section .result_box .result_tit h4,
    .content_section .result_box .result_tit p {
        font-size: 48px !important;
        font-family: Arial;
        color: #000;
        font-weight: normal;
    }

    .content_section .result_box .result_tit h4 span,
    .content_section .result_box .result_tit p span {
        font-size: 66px !important;
        font-family: 'Microsoft Himalaya';
        color: #000;
        line-height: 100%;

    }

    .content_section .result_box .result_tit h4 span i,
    .content_section .result_box .result_tit p span i {
        font-style: normal;
        color: #986915;
    }

    .content_section .result_card ul {
        gap: 51px;
    }

    .content_section .result_card ul li {
        gap: 40px;
        justify-content: center;
    }

    .content_section .result_card .card_l {
        width: 404px;
        height: 270px;
        background: url(../img/img_bg_1.png) no-repeat;
        background-size: 100% 100%;
        flex-shrink: 0;
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 17px;
        border-radius: 16px;
    }

    .content_section .result_card .card_l img {
        width: 100%;
        height: 244px;
        border-radius: 16px;
    }

    .content_section .result_card .card_r {
        width: 680px;
        gap: 36px;
    }

    .content_section .result_card .card_r .r_top,
    .content_section .result_card .card_r .r_bot {
        padding-left: 52px;
        position: relative;
    }

    .content_section .result_card .card_r .r_bot {
        gap: 9px;
    }

    .content_section .result_card .card_r .r_top:after {
        display: block;
        content: '';
        width: 35px;
        height: 36px;
        background: url(../img/icon_wing.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: -6px;
    }

    .content_section .result_card .card_r .r_bot:after {
        display: block;
        content: '';
        width: 40px;
        height: 40px;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .content_section .result_card .card_r h4 {
        font-size: 42px;
        color: #7f5708;
        font-family: Arial;
        font-weight: bold;
    }
    
    .content_section .result_card .card_r h5 {
        font-size: 34px;
        color: #000;
        font-family: Arial;
        font-weight: bold;
        line-height: 170%;
    }

    .content_section .result_card .card_r p {
        font-size: 30px;
        color: #000;
        font-family: Arial;
        font-weight: normal;
        line-height: 132%;
    }
    .content_section .result_card .card_r div:nth-of-type(1) p {
        margin-top: -8px;
    }

}
@media screen and (max-width: 1918px) {
    .pc_block {
        display: block;
    }
    .phone_block {
        display: none;
    }
    .container_content {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
    }

    .container_content li {
        padding-left: 0;
    }

    .container_content li:after {
        display: none;
    }

    .content_section {
        margin: 0 auto;
        position: relative;
    }

    .content_section:after {
        display: block;
        content: '';
        width: 13.0208vw;
        height: 24.7396vw;
        background: url(../img/icon_logo.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 4.0104vw;
    }

    .content_section .select_box {
        width: 43.4375vw;
        height: 3.6458vw;
        margin: 0 auto;
        padding: 0 3.75vw;
        background: url(../img/select_bg.png) no-repeat;
        background-size: 100%;
        background-position: left bottom;
        z-index: 2;
    }

    .content_section .select_group {
        border: none;
        width: 38.0208vw;
        height: 3.5417vw;
        margin: 0;
        padding: 0;
        --bs-form-select-bg-img: ;
        appearance: none;
        /* 移除浏览器的默认箭头 */
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 38.0208vw !important;
        height: 3.5417vw !important;
        border: none;
    }

    .content_section .bootstrap-select .dropdown-toggle:focus,
    .content_section .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
        outline: none !important;
        border: none !important;
        background: unset !important;
        box-shadow: unset !important;
    }

    .bootstrap-select>.dropdown-toggle {
        width: 100%;
        border: none;
        background: unset;
        position: relative;
    }

    .bootstrap-select>.dropdown-toggle:hover {
        background: unset;
        border: unset;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 1.875vw;
        font-family: Arial;
        color: #986915;
        font-weight: bold;
        background: unset;
        border: unset;
    }

    .bootstrap-select>.dropdown-toggle:after {    
        border-top: .7813vw solid #986915;
        border-right: .625vw solid transparent;
        border-bottom: 0;
        border-left: .625vw solid transparent;
        /* background-image: url(../img/icon_down.png);
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 1.0417vw .7292vw; */
    }

    .dropdown-menu.show {
        top: .2604vw !important;
    }

    .bootstrap-select .dropdown-menu li {
        margin-bottom: 0;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset
    }

    .bootstrap-select .dropdown-menu li .dropdown-item {
        font-size: 1.25vw;
        display: inline-block;
        width: 100%;
        padding: 0 1.3021vw;
        height: 2.6042vw;
        line-height: 2.6042vw;
        cursor: url(../img/cursor.png), auto;
    }

    .bootstrap-select .dropdown-menu li .dropdown-item:hover .text {
        color: #986915;
    }

    .content_section .result_box {
        position: relative;
        z-index: 1;
        padding: 9.6354vw 2.6042vw 0;
    }

    .content_section .result_box .result_tit {
        text-align: center;
        margin-bottom: 4.1667vw;
    }

    .content_section .result_box .result_tit h4,
    .content_section .result_box .result_tit p {
        font-size: 2.5vw;
        font-family: Arial;
        color: #000;
        font-weight: normal;
    }

    .content_section .result_box .result_tit h4 span,
    .content_section .result_box .result_tit p span {
        font-size: 3.4375vw !important;
        font-family: 'Microsoft Himalaya';
        color: #000;
        line-height: 100%;

    }

    .content_section .result_box .result_tit h4 span i,
    .content_section .result_box .result_tit p span i {
        font-style: normal;
        color: #986915;
    }

    .content_section .result_card ul {
        gap: 2.6563vw;
    }

    .content_section .result_card ul li {
        gap: 2.0833vw;
        justify-content: center;
    }

    .content_section .result_card .card_l {
        width: 21.0417vw;
        height: 14.0625vw;
        background: url(../img/img_bg_1.png) no-repeat;
        background-size: 100% 100%;
        flex-shrink: 0;
        padding-left: .4167vw;
        padding-top: .4167vw;
        padding-bottom: .4167vw;
        padding-right: .8854vw;
        border-radius: .8333vw;
    }

    .content_section .result_card .card_l img {
        width: 100%;
        height: 12.7083vw;
        border-radius: .8333vw;
    }

    .content_section .result_card .card_r {
        width: 35.4167vw;
        gap: 1.875vw;
    }

    .content_section .result_card .card_r .r_top,
    .content_section .result_card .card_r .r_bot {
        padding-left: 2.7083vw;
        position: relative;
    }

    .content_section .result_card .card_r .r_bot {
        gap: .4688vw;
    }

    .content_section .result_card .card_r .r_top:after {
        display: block;
        content: '';
        width: 1.8229vw;
        height: 1.875vw;
        background: url(../img/icon_wing.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: -0.3125vw;
    }

    .content_section .result_card .card_r .r_bot:after {
        display: block;
        content: '';
        width: 2.0833vw;
        height: 2.0833vw;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: .3125vw;
    }

    .content_section .result_card .card_r h4 {
        font-size: 2.1875vw;
        color: #7f5708;
        font-family: Arial;
        font-weight: bold;
    }
    
    .content_section .result_card .card_r h5 {
        font-size: 1.7708vw;
        color: #000;
        font-family: Arial;
        font-weight: bold;
        line-height: 170%;
    }

    .content_section .result_card .card_r p {
        font-size: 1.5625vw;
        color: #000;
        font-family: Arial;
        font-weight: normal;
        line-height: 132%;
    }
    .content_section .result_card .card_r div:nth-of-type(1) p {
        margin-top: -0.4167vw;
    }

}

@media screen and (max-width: 992px) {
        .pc_block {
                display: none;
            }
        
            .phone_block {
                display: block;
            }
        
            .container_content {
                padding: 7.7778vw;
            }
        
            .content_section:after {
                display: none;
            }
        
            .content_section .select_box {
                width: 100%;
                height: 10vw;
                padding: 0;
            }
        
            .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
                width: 100% !important;
            }
        
            .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
                font-size: 3.8889vw;
                line-height: 1.6;
            }
        
            .bootstrap-select>.dropdown-toggle:after {
                border-top: 1.9444vw solid #986915;
                border-right: 1.1111vw solid transparent;
                border-bottom: 0;
                border-left: 1.1111vw solid transparent;
            }
        
            .content_section .result_box {
                width: 100%;
                padding: 4.1667vw 0;
            }
        
            .content_section .result_box .result_tit {
                margin-bottom: 0;
            }
        
            .content_section .result_box .result_tit h4,
            .content_section .result_box .result_tit p,
            .content_section .result_box .result_tit p span:nth-of-type(1) {
                font-size: 4.4444vw !important;
                line-height: 1.6;
                font-family: Arial;
            }
        
            .content_section .result_box .result_tit p span:nth-of-type(2),
            .content_section .result_box .result_tit p span:nth-of-type(2) span {
                font-size: 6.1111vw !important;
                line-height: 1.6;
                font-family: Arial;
                font-weight: 500;
            }
        
            .content_section .result_card {
                width: 100%;
            }
        
            .content_section .result_card ul {
                width: 100%;
                gap: 0;
            }
        
            .content_section .result_card ul li {
                flex-direction: column;
                gap: 0;
                justify-content: center;
                align-items: center;
                padding: 4.4444vw 0;
                margin-bottom: 0;
            }
        
            .content_section .result_card ul li+li {
                position: relative;
            }
        
            .content_section .result_card ul li+li:after {
                display: block;
                content: '';
                width: 80%;
                height: .2778vw;
                background: #d6d6d6;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translateX(-50%);
            }
        
            .content_section .result_card li .phone_li_tit {
                font-size: 4.4444vw;
                font-weight: 500;
                line-height: 1.6;
                position: relative;
                padding-left: 6.9444vw;
                color: #986915;
            }
        
            .content_section .result_card li .phone_li_tit:after {
                display: block;
                content: '';
                width: 5.5556vw;
                height: 5.5556vw;
                background: url(../img/icon_wing.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                left: 0;
                top: 0;
            }
        
            .content_section .result_card .card_l {
                width: 100%;
                height: auto;
                margin-bottom: 1.3889vw;
        background: url(../img/img_bg_5.png) no-repeat;
        background-size: 100% 100%;
            }
        
            .content_section .result_card .card_l img {
                height: 52.7778vw;
            }
        
            .content_section .result_card .card_r {
                width: 100%;
            }
        
            .content_section .result_card .card_r .r_bot {
                gap: 2.7778vw;
                text-align: center;
                padding-left: 0;
            }
        
            .content_section .result_card .card_r .r_bot:after {
                display: none;
            }
        
            .content_section .result_card .card_r h5 {
                font-size: 3.8889vw;
                line-height: 1.7;
                position: relative;
                display: inline-block;
            }
        
            .content_section .result_card .card_r .r_bot h5:after {
                display: block;
                content: '';
                width: 4.4444vw;
                height: 4.4444vw;
                background: url(../img/icon_star.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                left: -5.5556vw;
                top: .8333vw;
            }
        
            .content_section .result_card .card_r p {
                font-size: 3.3333vw;
                line-height: 1.6;
            }
        
            .apply_btn {
                width: 18.0556vw;
                height: 26.3889vw;
                background: url(../img/apply_btn.png) no-repeat;
                background-size: 100% 100%;
                position: fixed;
                right: 4.1667vw;
                bottom: 19.4444vw;
                cursor: url(../img/cursor.png), auto;
                z-index: 2;
            }
}

@media screen and (max-width: 361px) {
    .pc_block {
        display: none;
    }
    .phone_block {
        display: block;
    }
    .container_content {
        padding: 28px;
    }
    .content_section:after {
        display: none;
    }
    .content_section .select_box {
        width: 100%;
        height: 36px;
        padding: 0;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }
    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 14px;
        line-height: 1.6;
    }
    .bootstrap-select>.dropdown-toggle:after {
        border-top: 7px solid #986915;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
    }
    .content_section .result_box {
        width: 100%;
        padding: 15px 0;
    }
    .content_section .result_box .result_tit {
        margin-bottom: 0;
    }
    .content_section .result_box .result_tit h4,
    .content_section .result_box .result_tit p, 
    .content_section .result_box .result_tit p span:nth-of-type(1) {
        font-size: 16px !important;
        line-height: 1.6;
        font-family: Arial;
    }
    .content_section .result_box .result_tit p span:nth-of-type(2),
    .content_section .result_box .result_tit p span:nth-of-type(2) span {
        font-size: 22px !important;
        line-height: 1.6;
        font-family: Arial;
        font-weight: 500;
    }
    .content_section .result_card {
        width: 100%;
    }
    .content_section .result_card ul {
        width: 100%;
        gap: 0;
    }
    .content_section .result_card ul li {
        flex-direction: column;
        gap: 0;
        justify-content: center;
        align-items: center;
        padding: 16px 0;
        margin-bottom: 0;
    }
    .content_section .result_card ul li+li {
        position: relative;
    }
    .content_section .result_card ul li+li:after {
        display: block;
        content: '';
        width: 80%;
        height: 1px;
        background: #d6d6d6;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .content_section .result_card li .phone_li_tit {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        position: relative;
        padding-left: 25px;
        color: #986915;
    }
    .content_section .result_card li .phone_li_tit:after {
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../img/icon_wing.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .content_section .result_card .card_l {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        background: url(../img/img_bg_5.png) no-repeat;
        background-size: 100% 100%;
    }
    .content_section .result_card .card_l img {
        height: 190px;
    }
    .content_section .result_card .card_r {
        width: 100%;
    }
    .content_section .result_card .card_r .r_bot {
        gap: 10px;
        text-align: center;
        padding-left: 0;
    }
    .content_section .result_card .card_r .r_bot:after {
        display: none;
    }
    .content_section .result_card .card_r h5 {
        font-size: 14px;
        line-height: 1.7;
        position: relative;
        display: inline-block;
    }
    .content_section .result_card .card_r .r_bot h5:after {
        display: block;
        content: '';
        width: 16px;
        height: 16px;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: -20px;
        top: 3px;
    }
    .content_section .result_card .card_r p {
        font-size: 12px;
        line-height: 1.6;
    }
    .apply_btn {
        width: 65px;
        height: 95px;
        background: url(../img/apply_btn.png) no-repeat;
        background-size: 100% 100%;
        position: fixed;
        right: 15px;
        bottom: 70px;
        cursor: url(../img/cursor.png), auto;
        z-index: 2;
    }
}
