@charset "utf-8";

/* CSS Document */
.information-image {
    height: 400px;
    background-image: url(/assets/images/elect-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    text-align: center;
}


.title {
    color: #2d2d2d;
    padding-top: 100px;
    margin-left: 10%;
    text-align: left;
}

.information-image h1 {
    font-size: 2.3em;
    color: #2d2d2d;
    text-align: left;
}

.information-image h2 {
    margin-top: 20px;
    font-size: 1.3em;
}

.online-shopping {
    padding: 110px 0;
}

.online-item {
    display: none;
}

/*電動機車車牌*/
.elec-type {
    margin-top: 40px;
}

.elec-type p {
    font-size: 20px;
    line-height: 35px;
}

.elect-type-wrapper {
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.type-img {
    width: 60%;
    margin: auto;
}

.type-img img {
    width: 100%;
}

.card-title {
    font-weight: 700;
    margin: 20px auto 10px;
    color: #ff8a7a;
    text-align: center;
    font-size: 22px;
}

.hp {
    width: 90%;
    margin: auto;
    min-height: 138px;
}

.hp li {
    position: relative;
}

.hp span {
    position: absolute;
    left: 0;
    top: 10px;
}

.hp p {
    padding-left: 25px;
}

.pink-text,
.hp-icon {
    color: #ff8a7a;
}

.motor-plate {
    margin: 10px auto 0;
}

.motor-plate ul {
    text-align: center;
}

.motor-plate li {
    display: inline-block;
    width: 48%;
    margin: auto;
}

.plate-img {
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.plate-yellow {
    background-color: yellow;
    color: black;
}

.plate-red {
    background-color: red;
    color: #fff;
}

.plate-white {
    border: solid 1px #2d2d2d;
}

.plate-green {
    background-color: green;
    color: #fff;
}

.plate-red-text {
    border: solid 1px #2d2d2d;
    color: red;
}

.elec-type p.elect-sub-title {
    font-weight: 700;
    font-size: 23px;
    margin-top: 20px;
}

.elec-type p.elect-note {
    font-size: 18px;
    text-align: center;
}

/*bonus圖*/
.middle-block {
    margin-top: 80px;
}

.bonus-img {
    width: 80%;
    height: 200px;
    margin: 30px auto;
    text-align: center;
    background-image: url(/assets/images/elect-bonus.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bonus-img img {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.taian-product-btn {
    border-radius: 35px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
}

.blue-btn {
    background-color: #1e88e5;
    color: #fff;
}

/*tabs*/
.elect-table {
    margin-top: 80px;
}

.elec-tabs {
    margin-top: 30px;
}

.elec-tabs .nav-tabs li a {
    font-size: 20px;
    padding: 15px 30px;
    display: inline-block;
    color: #2d2d2d;
}

.elec-tabs .nav-tabs li a.active {
    border: solid 1px #bfbfbf;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background-color: #6dc2a8;
}

.elec-tabs .tab-content {
    padding: 20px;
}

.elec-tabs .tab-content .table {
    margin-top: 20px;
}

.elec-tabs .table .thead-dark th {
    background-color: #6dc2a8;
    border-color: #6dc2a8;
    text-align: center;
}

.elec-tabs .table th,
.elec-tabs .table td {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.table-price {
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 700;
}

.pointer {
    cursor: pointer;
}

.big-font {
    font-size: 20px;
}

.mobile-show {
    display: none;
}

/*q&a*/
.qa-block {
    margin-top: 80px;
}

.qa-block h3 {
    font-weight: 700;
    font-size: 1.5em;
    color: #2d2d2d;
}

.chat {
    font-size: 1.2em;
    width: fit-content;
    max-width: 70%;
    border-radius: 20px;
    padding: 20px;
}

.chat.full-width {
    max-width: 100%;
    width: 90%;
}

.chat.full-width .table {
    width: 90%;
    font-size: 18px;
    margin-top: 20px;
}

.chat.full-width .table .thead-dark th {
    background-color: #6dc2a8;
    border-color: #6dc2a8;
}

.chat.full-width .table th,
.chat.full-width .table td {
    border: 1px solid #dee2e6;
    text-align: center;
}

.question {
    margin: 20px 0 20px 25px;
    color: #fff;
    background-color: #888888;
    position: relative;
}

.question::before {
    content: '';
    display: block;
    position: absolute;
    left: -23px;
    top: calc(100% - 46px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 38px 28px;
    border-color: transparent transparent #888888 transparent;
}

.chat .icon {
    font-size: 1.8em;
    position: absolute;
    top: calc(50% - 17px);
}

.chat .text {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    vertical-align: top;
    padding-left: 36px;
}

.answer {
    margin: 20px 0 20px auto;
    border: solid 1px #888888;
    position: relative;
}

.answer:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/images/answer-triangle.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    left: calc(100% - 1px);
    top: calc(100% - 40px);
}

.answer p.icon {
    font-weight: 700;
    left: calc(100% - 50px);
}

.chat.answer .text {
    padding-right: 36px;
    padding-left: 0;
}

.blue-text {
    color: #1e88e5;
}

.pc-hide {
    display: none;
}

.hide-item {
    display: none;
}

a:hover {
    color: #Fff;
}

.pink-bg {
    background-color: lightcoral;
    color: #fff;
}

.btn-wrapper .pink-bg {
    margin-bottom: 40px;
}

.m-show {
    display: none;
}

.type-img {
    text-align: center;
}

.m-block {
    display: none;
}

.white-text {
    color: rgb(211, 35, 35);
}

.btn-wrapper.banner {
    text-align: left;
    margin-top: 20px;
}

.btn-wrapper.banner .blue-btn {
    text-align: center;
}

@media(max-width:1199px) {
    .elec-type p {
        font-size: 18px;
    }

    .elect-type-wrapper {
        padding: 20px 8px;
    }

    .elec-type p.elect-note {
        font-size: 16px;
    }

    .motor-plate {
        text-align: center;
    }

    .motor-plate li {
        margin: 0 2%;
        width: 42%;
    }

    .motor-plate~p {
        text-align: center;
    }

}

/*ipad & smartphone*/
@media(max-width:992px) {
    .information-image::after {
        left: calc(100% - 300px);
        width: 250px;
    }

    .information-image {
        margin-top: 0;
    }

    .online-item {
        display: block;
    }

    .information-image {
        background-size: cover;
        background-position: left bottom;
    }

    .spot-icon {
        height: 70px;
    }

    .top-icon ul::before {
        top: 72px;
    }

    .type-detail .left {
        width: 400px;
    }

    .list-title {
        width: 140px;
    }

    .type-detail .right {
        width: calc(100% - 405px);
    }

    .list-sub-title {
        width: 250px;
    }

    .list-content-wrapper {
        width: calc(100% - 147px);
    }

    .price-list {
        width: calc(100% - 256px);
    }

    .content p,
    .money-content p {
        width: 100%;
    }

    .content p.m-hide,
    .money-content p.m-hide {
        display: none;
    }

    .pc-hide {
        display: block;
    }

    .money-content {
        position: relative;
    }

    #option-icon,
    #option-icon-foreign {
        position: absolute;
        left: 85%;
        top: 8px;
        border: solid 2px #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 24px;
    }

    .simulate-option {
        position: absolute;
        top: 40px;
        left: -6px;
        background-color: #474747;
        border-radius: 5px;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
        padding: 10px 0;
    }

    p.price.inline {
        display: inline-block;
    }

    .memo {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 5px;
    }

    .foreign p.d-set {
        min-height: 40px;
    }

    .foreign-collapse .dotted-line {
        height: calc(100% - 150px);
    }

    .foreign-collapse .collapse-list:first-child .dotted-line {
        height: calc(100% - 500px);
    }
}

@media(max-width:767px) {
    .information-image::after {
        left: calc(100% - 220px);
        top: calc(100% - 250px);
        width: 150px;
    }

    .title {
        padding-top: 80px;
        margin-left: 15px;
        width: 85%;
    }

    .information-image h1 {
        font-size: 1.7em;
    }

    .information-image h2 {
        font-size: 1.2em;
        line-height: 25px;
    }

    .top-icon li {
        display: block;
        width: 100%;
        padding-left: 70px;
        margin-bottom: 40px;
    }

    .spot-icon {
        position: absolute;
        width: 70px;
        display: block;
        left: 0;
    }

    .top-icon .product-title,
    .top-icon .content {
        width: 85%;
        margin-left: 15px;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .top-icon ul::before {
        display: none;
    }

    .money-table .spot {
        padding: 15px;
    }

    .type-detail .left {
        width: 235px;
    }

    .type-detail .right {
        width: calc(100% - 242px);
    }

    .list-title {
        width: 80px;
        padding: 0;
    }

    .list-content-wrapper {
        width: calc(100% - 86px);
    }

    .list-sub-title {
        width: 148px;
    }

    .type-detail .left .main-title p {
        padding-top: 60px;
    }

    .pink-bg.left,
    .pink-bg.right {
        min-height: 170px;
    }

    .price-list {
        width: calc(100% - 158px);
    }

    #option-icon,
    #option-icon-foreign {
        left: 42%;
        top: 85px;
    }

    .simulate-option {
        top: 120px;
        left: -100px;
    }

    .list-title i {
        position: initial;
        margin: 5px;
    }

    .rule-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .rule-list {
        width: calc(100% - 80px);
    }

    .dotted-line {
        left: 25px;
    }

    .collapse-list .rule-icon {
        background-size: contain !important;
    }

    .dotted-line {
        height: 260px;
    }

    .foreign-collapse .collapse-list:first-child .dotted-line {
        height: calc(100% - 900px);
    }

    .foreign-collapse .dotted-line {
        height: calc(100% - 300px);
    }

    .chat {
        max-width: 80%;
    }

    .layer-minus,
    .main-title p {
        min-height: 170px;
    }

    .money-content p {
        padding-top: 10px !important;
    }

    .simulate-option p {
        height: unset !important;
    }

    .information-image {
        background-image: url(/assets/images/elect-banner-m.png);
    }

    .type-img img {
        width: 80%;
    }

    .hp {
        min-height: initial;
    }

    .motor-plate li {
        display: block;
        width: 48%;
        margin: 10px auto;
    }

    .bonus-img {
        width: 100%;
    }

    .elec-tabs .nav-tabs li a.active {
        background-color: transparent;
        color: #6dc2a8;
        border: none;
        position: relative;
    }

    .elec-tabs .nav-tabs li a.active::before {
        position: absolute;
        content: '';
        display: block;
        left: 10px;
        top: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 12px;
        border-color: transparent transparent transparent #6dc2a8;
    }

    .chat.full-width .table td {
        display: block;
        text-align: left;
    }

    .chat.full-width .table td span.m-show {
        visibility: initial !important;
    }

    .chat.full-width .table td span {
        display: block;
        color: #6dc2a8;
        margin-bottom: 5px;
    }

    .chat.full-width .table {
        width: 86%;
    }

    .hp li {
        text-align: center;
    }

    .hp span {
        position: initial;
    }

    .hp p {
        display: inline-block;
        padding-left: 0;
    }

    .elec-type p.elect-sub-title {
        text-align: center;
    }

    .hp span.m-block {
        display: block;
        position: initial;
    }

    .hp p.p-l-1 {
        padding-left: 22px;
    }

    .bonus-img {
        background-image: url(/assets/images/elect-mobile.png);
        height: 500px;
    }

    .bonus-note.text-center {
        text-align: left !important;
    }
}

@media(max-width:480px) {
    .m-hide {
        display: none;
    }

    .bonus-img {
        margin: 0 auto;
        height: 400px;
    }

    .elec-type .tab-content p {
        text-align: left;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show span {
        display: block;
    }

    .elec-type p.elec-intro {
        text-align: left;
    }

    .m-center {
        text-align: center;
    }
}