@charset "utf-8";

a:hover {
    color: #007bff;
}

.motor_light_top_banner_container {
    width: 100%;
    height: 410px;
    background-image: url(../images/motor_light/top_banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 0px;
}

    .motor_light_top_banner_container img {
        display: none;
    }

.motor_light_top_title_area {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.motor_light_top_banner_title_container {
    width: 445px;
    font-weight: bold;
    position: absolute;
    top: 75px;
    left: 480px;
}

.motor_light_top_banner_subtitle_container {
    display: flex;
    align-items: center;
    ;
}

.motor_light_top_banner_title {
    font-size: 34px;
    color: #ff5a5a;
    margin-bottom: 20px;
}

    .motor_light_top_banner_title br {
        display: none;
    }

.motor_light_top_banner_subtitle {
    font-size: 26px;
    color: #1b68c3;
    margin-right: 10px;
}

.motor_light_top_banner_btn {
    background-color: #1b68c3;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 99px;
    cursor: pointer;
}

@media (max-width:1360px) {
    .motor_light_top_banner_container {
        background-image: url(../images/motor_light/top_banner_1360.png);
    }

    .motor_light_top_banner_title_container {
        left: 470px;
    }
}

@media (max-width:1024px) {
    .motor_light_top_banner_container {
        background-image: url(../images/motor_light/top_banner_1024.png);
    }

    .motor_light_top_banner_title_container {
        left: 450px;
    }

    .motor_light_top_banner_title {
        font-size: 32px;
    }

    .motor_light_top_banner_subtitle {
        font-size: 24px;
    }
}

@media (max-width:960px) {
    .motor_light_top_banner_container {
        position: relative;
    }

    .motor_light_top_title_area {
        width: 100%;
        position: static;
    }

    .motor_light_top_banner_container {
        height: auto;
        background-image: url(../images/motor_light/top_banner_960.png);
        background-size: 100%;
    }

        .motor_light_top_banner_container img {
            width: 100%;
            display: block;
            opacity: 0;
        }

    .motor_light_top_banner_title_container {
        width: auto;
    }

    .motor_light_top_banner_title {
        font-size: 3.4vw;
    }

    .motor_light_top_banner_subtitle {
        font-size: 2.7vw;
    }

    .motor_light_top_banner_btn {
        font-size: 2.2vw;
    }

    .motor_light_top_banner_title_container {
        top: 60px;
        left: 44vw;
    }
}

@media (max-width:768px) {
    .motor_light_top_banner_title_container {
        top: 42px;
    }
}

@media (max-width:680px) {
    .motor_light_top_banner_container {
        background-image: url(../images/motor_light/top_banner_680.png);
    }

    .motor_light_top_banner_title br {
        display: inline;
    }

    .motor_light_top_banner_title span {
        display: none;
    }

    .motor_light_top_banner_title {
        font-size: 4.5vw;
        line-height: 1.3;
        text-align: right;
        margin-bottom: 10px;
    }

    .motor_light_top_banner_title_container {
        top: 30px;
        left: 57vw;
    }

    .motor_light_top_banner_subtitle_container {
        display: block;
    }

    .motor_light_top_banner_subtitle {
        width: 100%;
        font-size: 3.6vw;
        text-align: right;
        margin-bottom: 20px;
    }

    .motor_light_top_banner_btn {
        font-size: 3vw;
        padding: 12px 30px;
        display: inline-block;
        float: right;
    }
}

@media (max-width:540px) {
    .motor_light_top_banner_title_container {
        top: 20px;
        left: 55vw;
    }

    .motor_light_top_banner_container {
        background-image: url(../images/motor_light/top_banner_540.png);
    }

    .motor_light_top_banner_subtitle {
        margin-bottom: 10px;
    }
}

@media (max-width:460px) {
    .motor_light_top_banner_container {
        background-image: url(../images/motor_light/top_banner_375.png);
        background-position: left bottom;
    }

    .motor_light_top_banner_title_container {
        top: 25px;
        left: 45vw;
    }

    .motor_light_top_banner_title {
        font-size: 5.7vw;
    }

    .motor_light_top_banner_subtitle {
        font-size: 4.8vw;
    }

    .motor_light_top_banner_btn {
        font-size: 4vw;
        padding: 10px 20px;
    }
}

.motor_light_section_1_area {
    width: 100%;
    background-image: url(../images/motor_light/motor_light_section_1_area_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 0px;
    padding-bottom: 80px;
}

.motor_light_section_2_area, .motor_light_section_4_area {
    background-color: #FAFAFA;
    padding: 80px 0px;
}

.motor_light_section_3_area {
    width: 100%;
    background-image: url(../images/motor_light/motor_light_section_3_area_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.motor_light_section_4_area {
    background-image: url(../images/motor_light/motor_light_section_4_area_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.motor_light_section_5_area {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.motor_light_section_container {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:1360px) {
    .motor_light_section_1_area, .motor_light_section_3_area, .motor_light_section_4_area {
        background-image: none;
    }

    .motor_light_section_container {
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width:1280px) {
}

@media (max-width:960px) {
}

@media (max-width:768px) {
    .motor_light_section_1_area {
        padding-bottom: 50px;
    }

    .motor_light_section_2_area, .motor_light_section_3_area, .motor_light_section_4_area, .motor_light_section_5_area {
        padding: 50px 0px;
    }
}

@media (max-width:680px) {
}

@media (max-width:540px) {
    .motor_light_section_container {
        padding: 0px 30px;
    }
}

.motor_light_section_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #1B68C3;
    border-bottom: 2px solid #1B68C3;
    margin-bottom: 30px;
    padding: 0px 10px 5px 10px;
    display: inline-block;
}

@media (max-width:960px) {
    .motor_light_section_title {
        font-size: 22px;
    }
}

@media (max-width:540px) {
}

@media (max-width:420px) {
    .motor_light_section_title {
        font-size: 20px;
        margin-bottom: 25px;
        padding: 0px 5px 3px 5px;
    }
}

.motor_light_section_btn {
    width: 400px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #FF5A5A;
    border-radius: 99px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 15px 0px;
    cursor: pointer;
}

@media (max-width:768px) {
    .motor_light_section_btn {
        font-size: 20px;
    }
}

@media (max-width:640px) {
    .motor_light_section_btn {
        width: 80%;
        margin-top: 30px;
    }
}

.motor_light_notice_container {
    width: 870px;
    background-color: #ffffff;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    border-radius: 32px;
    margin: 0 auto;
    padding: 30px 50px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
}

.motor_light_notice_title {
    font-size: 20px;
    color: #1B68C3;
    margin-bottom: 15px;
}

.motor_light_notice_subtitle {
    font-size: 20px;
    margin-bottom: 15px;
}

.motor_light_notice_point {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

    .motor_light_notice_point span {
        color: #ff5a5a;
    }

    .motor_light_notice_point i {
        color: #ff5a5a;
        position: absolute;
        top: 2px;
        left: 0px;
    }

.motor_light_notice_note {
    line-height: 1.5;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}

    .motor_light_notice_note .dot_container {
        position: absolute;
        top: 0px;
        left: 0px;
    }

.motor_light_notice_line {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    border-radius: 99px;
    margin: 25px 0px;
}

@media (max-width:960px) {
    .motor_light_notice_container {
        width: 100%;
        padding: 30px 30px;
    }

    .motor_light_notice_note {
        margin-top: 10px;
    }
}

@media (max-width:768px) {
    .motor_light_notice_title {
        font-size: 18px;
    }

    .motor_light_notice_subtitle {
        font-size: 18px;
    }
}

.motor_light_introduce_container {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
}

.motor_light_introduce_infor {
    width: 70%;
}

.motor_light_introduce_title {
    font-size: 22px;
    font-weight: bold;
    color: #1B68C3;
    line-height: 1.4;
    border-bottom: 2px solid #1B68C3;
    padding-bottom: 10px;
}

.motor_light_introduce_text {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0px;
}

.motor_light_introduce_pic {
    width: 30%;
    min-height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px auto;
}

.motor_light_introduce_table {
    margin-top: 10px;
    margin-bottom: 20px
}

.motor_light_introduce_table_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.motor_light_introduce_table table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
}

.motor_light_introduce_table th {
    background: #F6706D;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding: 5px 10px;
    vertical-align: middle;
}

    .motor_light_introduce_table th:first-child {
        border-radius: 8px 0px 0px 0px;
        border-left: 1px solid #F6706D;
    }

    .motor_light_introduce_table th:last-child {
        border-radius: 0px 8px 0px 0px;
        border-right: 1px solid #F6706D;
    }

.motor_light_introduce_table td {
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 10px;
    vertical-align: middle;
}

    .motor_light_introduce_table td:first-child {
    }

    .motor_light_introduce_table td:last-child {
        border-right: 1px solid #bfbfbf;
    }

.motor_light_introduce_tip {
    margin-top: 20px;
}

@media (max-width:768px) {
    .motor_light_introduce_title {
        font-size: 20px;
    }

    .motor_light_introduce_text {
        font-size: 16px;
    }

    .motor_light_introduce_infor {
        width: calc(100% - 150px);
    }

        .motor_light_introduce_infor:first-child {
            margin-right: 30px;
        }

        .motor_light_introduce_infor:last-child {
            margin-left: 30px;
        }

    .motor_light_introduce_pic {
        width: 120px;
        background-size: 100%;
    }
}

@media (max-width:540px) {
    .motor_light_introduce_container {
        margin-bottom: 20px;
    }

    .motor_light_introduce_title {
        font-size: 18px;
    }

    .motor_light_introduce_infor {
        width: 100%;
    }

        .motor_light_introduce_infor:first-child {
            margin-right: 0px;
        }

        .motor_light_introduce_infor:last-child {
            margin-left: 0px;
        }

    .motor_light_introduce_pic {
        width: 100px;
        display: none;
    }
}

@media (max-width:420px) {
}

.motor_light_infor_container {
    font-weight: bold;
    text-align: left;
}

.motor_light_infor {
    margin-bottom: 25px;
}

.motor_light_infor_title {
    font-size: 20px;
    color: #FF5A5A;
    margin-bottom: 10px;
}

    .motor_light_infor_title i {
        margin-right: 3px;
    }

.motor_light_infor_text {
    line-height: 1.4;
    margin-bottom: 10px;
}

.motor_light_infor_from {
}

    .motor_light_infor_from table {
        width: 100%;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        border-collapse: separate;
        margin-bottom: 20px;
    }

    .motor_light_infor_from th {
        background-color: #FF5A5A;
        color: #ffffff;
        border-left: 1px solid #ffffff;
        padding: 10px 20px;
        vertical-align: middle;
    }

        .motor_light_infor_from th:first-child {
            border-radius: 16px 0px 0px 0px;
            border-left: 1px solid #FF5A5A;
        }

        .motor_light_infor_from th:last-child {
            border-radius: 0px 16px 0px 0px;
        }

    .motor_light_infor_from td {
        background-color: #ffffff;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 10px;
        vertical-align: middle;
    }

        .motor_light_infor_from td:first-child {
            border-left: 1px solid #e0e0e0;
        }

        .motor_light_infor_from td i {
            font-size: 24px;
            color: #FF5A5A;
        }

@media (max-width:1024px) {
    .motor_light_infor_from table {
        text-align: left;
    }
}

@media (max-width:768px) {
    .motor_light_infor_from table {
        font-size: 16px;
    }
}

.motor_light_qa_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 20px;
}

    .motor_light_qa_item:after {
        content: "";
        display: block;
        clear: both;
    }

.q_item_container {
    width: 80%;
    background-color: #ffffff;
    border: 4px solid #F6706D;
    border-radius: 32px;
    padding: 30px 20px 30px 40px;
    position: relative;
    z-index: 10;
}

.q_item_circle_container {
    height: 100%;
    position: absolute;
    top: 0px;
    left: -30px;
    display: flex;
    align-items: center;
}

.q_item_circle {
    width: 60px;
    height: 60px;
    background-color: #F6706D;
    font-size: 28px;
    font-family: Arial;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q_item_text {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    color: #F6706D;
    text-align: left;
}

.a_item_container {
    width: 80%;
    background-color: #ffffff;
    border: 4px solid #347ED6;
    border-radius: 32px;
    padding: 40px 40px 30px 20px;
    float: right;
    position: relative;
    top: -20px;
    z-index: 5;
}

.a_item_circle_container {
    height: 100%;
    position: absolute;
    top: 0px;
    right: -30px;
    display: flex;
    align-items: center;
}

.a_item_circle {
    width: 60px;
    height: 60px;
    background-color: #347ED6;
    font-size: 32px;
    font-family: Arial;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_item_text {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    color: #347ED6;
    text-align: left;
}

.a_item_text_small {
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    padding-left: 36px;
    position: relative;
}

    .a_item_text_small i {
        font-size: 12px;
        position: absolute;
        left: 22px;
        top: 7px;
    }

.a_item_text_tip {
    font-size: 18px;
    font-weight: normal;
    color: #212529;
    margin-top: 10px;
}

@media (max-width:1360px) {
    .q_item_container {
        border: 3px solid #F6706D;
        padding: 25px 20px 30px 40px;
    }

    .a_item_container {
        border: 3px solid #347ED6;
        padding: 35px 40px 30px 20px;
    }
}

@media (max-width:768px) {
    .q_item_container {
        padding: 25px 20px 30px 30px;
    }

    .a_item_container {
        padding: 35px 40px 30px 20px;
    }

    .q_item_circle_container {
        left: -25px;
    }

    .a_item_circle_container {
        right: -25px;
    }

    .q_item_circle, .a_item_circle {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .q_item_text, .a_item_text {
        font-size: 20px;
    }

    .a_item_text_small {
        font-size: 18px;
        padding-left: 14px;
    }

        .a_item_text_small i {
            font-size: 10px;
            top: 5px;
            left: 0px;
        }
}

@media (max-width:540px) {
    .motor_light_qa_item {
        margin-bottom: 10px;
    }

    .q_item_container {
        padding: 20px 15px 20px 30px;
    }

    .a_item_container {
        padding: 30px 30px 25px 15px;
    }

    .q_item_circle_container {
        left: -20px;
    }

    .a_item_circle_container {
        right: -20px;
    }

    .q_item_circle, .a_item_circle {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .q_item_text, .a_item_text {
        font-size: 18px;
    }

    .a_item_text_small {
        font-size: 16px;
    }

    .a_item_text_tip {
        font-size: 16px;
    }
}

@media (max-width:420px) {
    .motor_light_qa_item {
        margin-bottom: 0px;
    }

    .q_item_container {
        padding: 15px 15px 15px 25px;
    }

    .a_item_container {
        padding: 30px 30px 15px 15px;
    }

    .q_item_circle_container {
        left: -18px;
    }

    .a_item_circle_container {
        right: -18px;
    }

    .q_item_circle, .a_item_circle {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .q_item_text, .a_item_text {
        font-size: 16px;
    }
}

.motor_light_video_container {
    display: flex;
    flex-wrap: wrap;
}

.motor_light_video_pic {
    width: 50%;
}

    .motor_light_video_pic img {
        width: 100%;
        border-radius: 32px;
    }

.motor_light_video_text {
    width: calc(50% - 30px);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin-left: 30px;
    padding-top: 20px;
    position: relative;
}

    .motor_light_video_text .red_text {
        color: #F6706D;
    }

.motor_light_video_btn {
    width: 200px;
    background-color: #1b68c3;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 12px 25px;
    border-radius: 99px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.moible_video_btn {
    display: none;
}

@media (max-width:1100px) {
    .motor_light_video_pic {
        width: 100%;
        order: 2;
    }

    .motor_light_video_text {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 0px 10px;
        order: 1;
    }

    .motor_light_video_btn {
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        bottom: 0px;
        right: 0px;
    }

    .moible_video_btn {
        display: block;
    }

    .pc_video_btn {
        display: none;
    }
}

@media (max-width:768px) {
    .motor_light_video_container iframe {
        border-radius: 16px;
    }

    .motor_light_video_text {
        font-size: 16px;
    }
}


.hvr-top {
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-top:hover,
    .hvr-top:focus,
    .hvr-top:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.hvr-top-m {
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-top-m:hover,
    .hvr-top-m:focus,
    .hvr-top-m:active {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
