﻿@charset "utf-8";

/* CSS Document */
#carouselExampleIndicators {
    margin-top: 0px;
}

.online-shopping {
    padding: 110px 0;
}

.online-item {
    display: none;
}

.online-shopping h1 {
    color: #e01f13;
}

.item-block {
    text-align: center;
    padding: 160px 0;
}

.image-block {
    background-image: url(../images/banner.gif);
    background-repeat: no-repeat;
    width: 423px;
    height: 424px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.link {
    position: absolute;
}

    .link a {
        color: #2d2d2d;
        font-weight: 700;
        font-size: 1.3em;
        line-height: 1.4;
        position: relative;
    }

        .link a p {
            position: absolute;
            font-weight: 500;
            font-size: 0.8em;
            width: 162px;
            visibility: hidden;
        }

        .link a:hover p {
            visibility: visible;
        }

.link-left a p {
    right: 0;
}

.link-left a span {
    border-bottom: solid 1px #b64242;
    margin: auto 0 auto 5px;
}

.link-right a span {
    border-bottom: solid 1px #b64242;
    margin: auto 5px auto 0;
}

.item-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -5px;
}

.link-left .item-icon {
    float: right;
    margin-left: 10px;
}

.link-left a {
    float: left;
}

.link-right .item-icon {
    float: left;
    margin-right: 10px;
}

.link-right a {
    float: left;
}

.link00 {
    left: -61px;
    top: -64px;
}

    .link00 .item-icon {
        background-image: url(../images/o-001.png);
    }

.link01 {
    left: -135px;
    top: -20px;
}

    .link01 .item-icon {
        background-image: url(../images/o-012.png);
    }

.link02 {
    right: -18px;
    top: -66px;
}

    .link02 .item-icon {
        background-image: url(../images/o-009.png);
    }

.link03 {
    right: -230px;
    top: 28px;
}

    .link03 .item-icon {
        background-image: url(../images/o-014.png);
    }

.link04 {
    right: -218px;
    top: 161px;
}

    .link04 .item-icon {
        background-image: url(../images/o-011.png);
    }

.link05 {
    right: -199px;
    top: 301px;
}

    .link05 .item-icon {
        background-image: url(../images/o-003.png);
    }

.link06 {
    right: -77px;
    top: 418px;
}


    .link06 .item-icon {
        background-image: url(../images/o-010.png);
    }

.link07 {
    left: 48px;
    top: 483px;
}

    .link07 .item-icon {
        background-image: url(../images/o-002.png);
    }

.link08 {
    left: -139px;
    top: 417px;
}

    .link08 .item-icon {
        background-image: url(../images/o-005.png);
    }

.link09 {
    left: -259px;
    top: 300px;
}

    .link09 .item-icon {
        background-image: url(../images/o-013.png);
    }

.link10 {
    left: -173px;
    top: 162px;
}

    .link10 .item-icon {
        background-image: url(../images/o-007.png);
    }

.link11 {
    left: -123px;
    top: 29px;
}

    .link11 .item-icon {
        background-image: url(../images/o-006.png);
    }

.link12 {
    width: 155px;
    left: 260px;
    top: 483px;
}

    .link12 .item-icon {
        background-image: url(../images/o-004.png);
    }

.link13 {
    right: 145px;
    top: -100px;
}

    .link13 .item-icon {
        background-image: url(../images/o-008.png);
    }

.online-text-block {
    width: 100%;
    height: 200px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

    .online-text-block h2 {
        width: 70px;
        height: 200px;
        border-radius: 15px 0 0 15px;
        float: left;
        text-align: center;
        line-height: 70px;
        font-size: 1.4em;
        color: #5d5d5d;
        font-weight: 700;
        letter-spacing: 5px;
        vertical-align: middle;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

.howto-online ul {
    border-radius: 0 15px 15px 0;
    height: 200px;
    width: calc(100% - 70px);
    float: left;
}

    .howto-online ul li {
        width: 25%;
        height: 100%;
        margin: 0;
        border: 0;
        color: #fff;
        padding: 15px 15px 0;
        text-align: center;
        float: left;
    }

.step-text {
    position: relative;
}

    .step-text:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        right: -15px;
        top: 10px;
        z-index: 3;
    }

    .step-text h3 {
        font-size: 1.1em;
    }

        .step-text h3 span {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #fff;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            line-height: 50px;
            font-size: 1.4em;
            font-weight: 700;
            margin-right: 10px;
        }

.step-bg {
    width: calc(100% - 30px);
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 10px;
}

.st-01 {
    background-color: #b64242;
}

    .st-01:after {
        border-color: transparent transparent transparent #b64242;
    }

    .st-01 h3 span {
        color: #b64242;
    }

    .st-01 .step-bg {
        background-image: url(../images/t-01.png);
        bottom: 0;
    }

.st-02 {
    background-color: #d76262;
}

    .st-02:after {
        border-color: transparent transparent transparent #d76262;
    }

    .st-02 h3 span {
        color: #d76262;
    }

    .st-02 .step-bg {
        background-image: url(../images/t-02.png);
    }

.st-03 {
    background-color: #ec8484;
}

    .st-03:after {
        border-color: transparent transparent transparent #ec8484;
    }

    .st-03 h3 span {
        color: #ec8484;
    }

    .st-03 .step-bg {
        background-image: url(../images/t-03.png);
    }

.st-04 {
    background-color: #fcadad;
    border-radius: 0 15px 15px 0;
}

    .st-04:after {
        content: none;
    }

    .st-04 h3 span {
        color: #fcadad;
    }

    .st-04 .step-bg {
        background-image: url(../images/t-04.png);
    }

.online-tab {
    margin: 80px 0 0;
}

    .online-tab h2 {
        text-align: center;
        font-weight: 700;
        font-size: 1.7em;
        margin-bottom: 30px;
    }

    .online-tab .nav-tabs {
        border-bottom: none;
    }

        .online-tab .nav-tabs li {
            width: calc(100% / 6);
            text-align: left;
        }

        .online-tab .nav-tabs .tab01 {
            text-align: left;
        }

        .online-tab .nav-tabs .tab03 {
            text-align: right;
        }

            .online-tab .nav-tabs .tab03 a {
                margin: 0;
            }

        .online-tab .nav-tabs .tab02 {
            text-align: center;
        }

        .online-tab .nav-tabs a {
            color: #2d2d2d;
            font-size: 1.2em;
            padding-bottom: 5px;
            text-decoration: none;
            border-bottom: solid 2px #fff;
        }

            .online-tab .nav-tabs a:hover {
                border-bottom: solid 2px #fcadad;
            }

        .online-tab .nav-tabs li > .active {
            border-bottom: solid 2px #fcadad;
        }

        .online-tab .nav-tabs a i {
            color: #fcadad;
        }

    .online-tab .tab-content {
        margin-top: 50px;
        line-height: 30px;
    }

        .online-tab .tab-content th {
            font-size: 1.1em;
        }

        .online-tab .tab-content h3 {
            font-weight: 600;
            font-size: 1.3em;
            margin-bottom: 20px;
        }

    .online-tab .table {
        border: 1px solid #dee2e6;
    }

    .online-tab th {
        border-right: 1px solid #dee2e6;
    }

    .online-tab td {
        border-left: 1px solid #dee2e6;
    }

    .online-tab a {
        text-decoration: underline;
        word-break: break-all;
    }

    .online-tab .table a i {
        margin-right: 5px;
        width: 20px;
        text-align: center;
    }

    .online-tab .tab-content p {
        margin-bottom: 20px;
    }

    .online-tab .tab-content .img {
        text-align: center;
        margin: 10px auto;
    }

    .online-tab .tab-content img {
        max-width: 60%;
    }

    .online-tab .tab-content ul {
        margin-left: 20px;
    }

    .online-tab .tab-content li {
        margin-bottom: 10px;
        position: relative;
    }

        .online-tab .tab-content li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #6fd89e;
            display: block;
            position: absolute;
            top: 10px;
            left: -20px;
        }

.howto-online {
    margin-top: 30px;
}

    .howto-online .container {
        padding: 0;
    }

.online-tab .howto-online h2 {
    margin-bottom: 0;
}

.online-tab .tab-content .howto-online ul {
    margin-left: 0;
}

.online-tab .tab-content .howto-online li {
    margin-bottom: 0;
}

    .online-tab .tab-content .howto-online li:before {
        display: none;
    }

.fade:not(.show) {
    opacity: 1;
}

.remind {
    line-height: 35px;
    word-break: break-all;
    font-size: 1.2em;
}

    .remind p {
        margin-bottom: 20px;
    }

    .remind li {
        position: relative;
        padding-left: 20px;
    }

        .remind li:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            position: absolute;
            background-color: #43c797;
            left: 0;
            top: 15px;
        }

.middle-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    margin: 100px auto 50px;
    position: relative;
    word-break: break-all;
}

.middle-icon {
    position: absolute;
    top: -60px;
    left: 60px;
    width: 240px;
}

    .middle-icon img {
        width: 100%;
    }

.middle-card h2 {
    border-radius: 20px 20px 0 0;
    background-color: #63bcf5;
    color: #fff;
    padding: 20px 0;
    padding-left: 380px;
    font-size: 25px;
    font-weight: 600;
}

.yellow-text {
    color: #fcff00;
}

.middle-card ul {
    padding: 10px 30px;
    text-align: justify;
}

.middle-card li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.middle-card.m02 li {
    vertical-align: top;
}

    .middle-card.m02 li.step-arrow {
        vertical-align: middle;
    }

        .middle-card.m02 li.step-arrow .fa-arrow-circle-right {
            padding-top: 20px;
        }

.four-step-icon {
    width: 65%;
    margin: 20px auto 0;
}

    .four-step-icon:after,
    .three-step-icon:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .four-step-icon li p {
        margin-top: 15px;
    }

    .four-step-icon i {
        font-size: 55px;
        color: #63bcf5;
    }

.step-arrow i {
    color: #c4c4c4;
    font-size: 45px;
}

.three-step-icon {
    width: 100%;
}

.three-step-icon-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 60px;
    margin: 0 auto 10px;
}

    .three-step-icon-img.i01 {
        background-image: url(/assets/images/car/index/middle-first-icon01.png);
    }

    .three-step-icon-img.i02 {
        background-image: url(/assets/images/car/index/middle-first-icon02.png);
    }

    .three-step-icon-img.i03 {
        background-image: url(/assets/images/car/index/middle-first-icon03.png);
    }

.three-step-icon li {
    width: 30%;
    vertical-align: top;
}

.goto-btn .orange-btn {
    background-color: #f8b551;
    margin-bottom: 30px;
}

.middle-card.m02 h2 {
    background-color: #c490bf;
}

.middle-card.m02 .four-step-icon i {
    color: #c490bf;
}

.middle-card.m02 .step-arrow i {
    color: #c4c4c4;
}

.middle-card.m02 .three-step-icon-img.i01 {
    background-image: url(/assets/images/car/index/middle-second-icon01.png);
}

.middle-card.m02 .three-step-icon-img.i02 {
    background-image: url(/assets/images/car/index/middle-second-icon02.png);
}

.middle-card.m02 .three-step-icon-img.i03 {
    background-image: url(/assets/images/car/index/middle-second-icon03.png);
}

.goto-btn {
    text-align: center;
}






@media(max-width:991px) {
    .online-shopping {
        padding: 30px 0;
    }

    .link-left a p {
        left: -5px;
    }

    .online-text-block {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    }

    .item-block {
        text-align: center;
        padding: 0 15px;
    }

    .image-block {
        background-image: none;
        width: 90%;
        text-align: left;
        margin: 50px auto;
        height: auto;
    }

    .link {
        position: static;
        display: inline-block;
        width: 215px;
        height: 80px;
    }

    .link-left .item-icon {
        float: left;
        margin-left: 0;
    }

    .link-right a {
        float: left;
        width: 150px;
        text-align: left;
    }

    .item-icon {
        margin-right: 5px;
    }

    .online-text-block {
        height: inherit;
        width: 95%;
        margin: auto;
    }

        .online-text-block h2 {
            float: none;
            writing-mode: initial;
            width: 100%;
            height: inherit;
            font-weight: 600;
        }

    .howto-online ul {
        float: none;
        width: 100%;
        height: 600px;
    }

        .howto-online ul li {
            float: none;
            width: 100%;
            height: 150px;
        }

    .step-bg {
        width: 60%;
        right: 50px;
    }

    .st-04 {
        border-radius: 0 0 15px 15px;
    }

    .step-text h3 {
        font-size: 1.2em;
        width: 40%;
        display: inline-block;
        float: left;
        margin-top: 40px;
    }

    .step-text:after {
        display: none;
    }
}

@media(max-width:480px) {
    .link-left a p {
        left: -3px;
    }

    .link-right .item-icon {
        margin-right: 5px;
    }

    .step-text h3 span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.1em;
    }

    .step-text h3 {
        font-size: 1.2em;
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }

    .howto-online ul {
        height: 480px;
    }

        .howto-online ul li {
            height: 120px;
        }

    .step-bg {
        width: 100px;
        height: 100px;
    }

    .online-tab .nav-tabs li {
        width: 100%;
        display: block;
        margin: 15px 0;
    }

        .online-tab .nav-tabs li a i {
            width: 20px;
            margin-right: 10px;
            text-align: center;
        }

        .online-tab .nav-tabs li > .active {
            border-bottom: none;
            position: relative;
        }

            .online-tab .nav-tabs li > .active:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 8px 8px 0;
                border-color: transparent #fcadad transparent transparent;
                content: '';
                display: block;
                position: absolute;
                right: -15px;
                top: 6px;
            }

    .online-tab .nav-tabs .tab03,
    .online-tab .nav-tabs .tab02 {
        text-align: left;
    }

    .middle-icon {
        left: calc(50% - 120px);
    }

    .middle-card h2 {
        padding: 80px 15px 25px;
        display: block;
        width: 100%;
    }

    .middle-card li {
        display: block;
    }

    .middle-card.m02 li.step-arrow .fa-arrow-circle-right {
        padding-top: 0;
    }

    .four-step-icon i {
        font-size: 45px;
    }

    .four-step-icon {
        width: 90%;
    }

    .fa-arrow-circle-right {
        transform: rotate(90deg);
        margin: 15px auto;
    }

    .three-step-icon li {
        width: 100%;
        margin-bottom: 40px;
    }
}
