﻿main {
}

    main .banner {
        color: white;
        position: relative;
    }

._desktop {
    display:block !important;
}
._desktop_inline {
display:inline-block !important;
}
._phone {
    display: none !important;
}

main .btn {
    margin-top: 42px;
}

.bg-img {
}

    .bg-img img {
        width: 100%;
    }

main .banner .block {
}

main .banner h1 {
    font-size: 3.125rem;
}

main .banner .feature-desc {
    font-size: 1.875rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

main .banner .price {
    font-size: 1.875rem;
    color: white;
}

main .banner .phone {
    position: relative;
    display: none;
}

    main .banner .phone .description {
        position: absolute;
        right: 15%;
        top: 20%;
    }

    main .banner .phone .price {
        color: #ff4951;
    }

        main .banner .phone .price span:nth-child(1) {
            text-decoration: line-through;
        }

main .banner .desktop {
    position: relative;
}

    main .banner .desktop .description {
        position: absolute;
        left: 15%;
        top: 20%;
    }

        main .banner .desktop .description .price span:nth-child(3) {
            text-decoration: line-through;
        }

        main .banner .desktop .description .free {
            font-size: 0.875rem;
        }

main .banner .switch-btns {
    line-height: 3.375rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: black;
    font-size: 1.875rem;
    font-weight: bold;
}

    main .banner .switch-btns .s-btn {
        display: inline-block;
        width: 25%;
        background-color: rgba(255,255,255,0.2);
        box-sizing: border-box;
        text-align: center;
        margin-right: -9px;
        cursor: pointer;
    }

        main .banner .switch-btns .s-btn.active {
            background-color: rgba(255,255,255,0.8);
        }

.banner .text {
    position: absolute;
    top: 25%;
    color: white;
    right: 5%;
    width: 34%;
}
.banner img {
width:100%;
}
    .banner .text .desc .desc1 {
        font-size: 3.125rem;
        margin-bottom:40px;
    }
.banner3 .text .desc .desc1 {
margin-bottom:40px;
}
        .banner .text .desc .desc2 {
            font-size: 1.875rem;
        }

    .banner .text.center {
        top: 38%;
    }

.banner1 .text.center {
    left: unset;
}

.banner2 .text.center {
    left: 7%;
    width: 45%;
    top: 46%;
}

.banner2 .text .desc .desc1 {
    margin: 0px;
}

.banner3 .text.center {
    left: 10%;
    right: unset;
    top: 39%;
    width: 50%;
    color: black;
}
.banner .banner4 .text {
    color: black;
    left: 10%;
    top: 38%;
    width: 50%;
    color: white;
}
.banner4 .text .desc .desc2 {
font-size:1.5rem;
}
.product.phone {
    background-color: #f4f4f4;
    padding-top: 170px;
    margin-top: 0px;
    display: none;
}

    .product.phone .photo {
        left: 0;
        position: relative;
        padding-bottom: 170px;
    }

    .product.phone .text {
        position: absolute;
        right: 5%;
    }

.product.desktop {
    background-color: #f4f4f4;
}
    .product.desktop.advanced {
    background-color:white;
    }
    .product.desktop .text {
        display: inline-block;
        margin-right: -9px;
        vertical-align: top;
        width: 44vw;
        height: 57vw;
        margin-bottom: 150px;
    }

    .product.desktop .feature-functions {
    }

        .product.desktop .feature-functions .ffitem {
            position: relative;
            margin-bottom: 15.75rem;
        }

            .product.desktop .feature-functions .ffitem:nth-child(2) {
                margin-bottom: 25rem;
            }

            .product.desktop .feature-functions .ffitem .f-img {
                width: 50vw;
            }

                .product.desktop .feature-functions .ffitem .f-img img {
                    width: 100%;
                }

        .product.desktop .feature-functions .f-descriptions {
            margin-left: 10%;
            width: 25vw;
        }

            .product.desktop .feature-functions .f-descriptions h2 {
                font-size: 3.125rem;
                font-weight: bold;
            }

            .product.desktop .feature-functions .f-descriptions .desc {
                font-size: 1.375rem;
            }

        .product.desktop .feature-functions .ffitem .f-img.WX, .f-img.CheckCar {
            margin-left: 10%;
        }

        .product.desktop .feature-functions .f-descriptions.WX, .f-descriptions.CheckCar {
            position: absolute;
            right: 10%;
            width: 25vw;
            top: 0;
        }

        .product.desktop .feature-functions .ffitem .f-img.Reservation {
            position: absolute;
            top: 0;
            right: 10%;
        }

        .product.desktop .feature-functions .f-descriptions.Reservation {
            width: 40vw;
            margin-left: 10%;
        }
    .product.desktop .desktop-functions {
        /* padding-top: 120px; */
        /* padding-bottom: 120px; */
        padding: 120px 14%;
        /* width: 72%; */
        /* margin: 0 auto; */
    }
        .product.desktop .desktop-functions .function-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom:128px;
        }
.product.base .desktop-functions .function-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 130px;
}
        .product.desktop .desktop-functions:nth-child(odd) {
            background-color: #f4f4f4;
        }

        .product.desktop .desktop-functions .list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: wrap;
            -moz-flex-flow: wrap;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            margin-top: 40px;
            margin-bottom: 40px;
        }
            .product.desktop .desktop-functions .list .item {
                width: 33.3%;
                padding: 0px;
                display: flex;
                margin-bottom: 96px;
            }
                .product.desktop .desktop-functions .list .item .icon {
                    display: inline-block;
                    vertical-align:middle;
                }

                    .product.desktop .desktop-functions .list .item .icon img {
                    }

                .product.desktop .desktop-functions .list .item .description {
                    display: inline-block;
                    font-size: 0.875rem;
                    text-align: left;
                    display: inline-block;
                    width: 55%;
                    margin-left: 20px;
                    vertical-align:middle;
                }

                    .product.desktop .desktop-functions .list .item .description p:nth-child(2) {
                        margin-top: 10px;
                        font-size:1rem;
                    }

                    .product.desktop .desktop-functions .list .item .description .title {
                      
                        font-weight: bold;
                        font-size: 1.5rem;
                        font-weight: bold;
                        margin-bottom: 0px;
                        margin-top: 0px;
                    }
    .product.desktop .line {
        display: flex;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 86px;
        margin-top:80px;
    }
        .product.desktop .line .item {
            width:25%;
            text-align:center;
        }

            .product.desktop .line .item .icon {
                margin-bottom: 12px;
            }

                .product.desktop .line .item .icon img {
                }

            .product.desktop .line .item .text1 {
                margin-bottom: 12px;
                font-size: 1.5rem;
                font-weight: bold;
            }

            .product.desktop .line .item .text2 {
                width: 60%;
                text-align: center;
                margin: 0 auto;
                font-size: 1.125rem;
            }
.product-inform {
    position: relative;
    width: 100%;
}

    .product-inform .inform-bg {
    }

        .product-inform .inform-bg img {
            width: 100%;
        }

    .product-inform .inform-desc {
        position: absolute;
        top: 15%;
        color: white;
        left: 25%;
        right: 25%;
        text-align: center;
    }

        .product-inform .inform-desc p:nth-child(3) {
            line-height: 30px;
        }

        .product-inform .inform-desc .title {
            font-size: 3.125rem;
            font-weight: bold;
        }

        .product-inform .inform-desc p:nth-child(1) {
            font-size: 1.875rem;
            font-weight: bold;
            color: #f0f0f0;
        }

        .product-inform .inform-desc p:nth-child(2) {
            font-size: 1.375rem;
        }

.product .text .title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product.desktop .text .price {
    margin: 20px 0px 30px 0px;
}

.product .btns {
    margin-top: 80px;
}

.product.desktop .text .character p:nth-child(1) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product.advanced .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
        .product.advanced .list .item .icon {
            padding-top: 10px;
            text-align: center;
        }
        .product.advanced .list .item .description {
            font-size: 0.875rem;
            text-align: center;
        }

            .product.advanced .list .item .description p:nth-child(2) {
                margin-top: 10px;
            }

            .product.advanced .list .item .description .title {
                font-size: 1.875rem;
                font-weight: bold;
                font-size: 1.875rem;
                font-weight: bold;
                margin-bottom: 0px;
                margin-top: 0px;
            }

.product.advanced .desktop-functions {
    background-color: white !important;
}

.product.advanced .customer-analysis .feature-desc {
    text-align: center;
    padding: 0px;
}

@media(min-width:769px) and (max-width:1400px) {
    .product.desktop .feature-functions .f-descriptions .desc {
        font-size: 1rem;
    }
    .banner .text.center {
    top:30%;
    }
    .product.desktop .feature-functions .f-descriptions h2 {
        margin: 0px 0px 20px 0px;
        font-size: 2.5rem;
    }

    main .banner .switch-btns {
        font-size: 1.5rem;
        line-height: 60px;
    }

    .product.advanced .list .item {
        width: 25%;
        box-sizing: border-box;
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

        .product.advanced .list .item .description .title {
            font-size: 1.875rem;
        }

    .product.advanced .list {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .product.phone .text {
    right:0;
    }
    .product .text {
    width:70vw;
    }
    .product.base .desktop-functions .function-title {
    margin-bottom:60px;
    }
}

.product.base {
    display: none;
}

.product.advanced {
    display: none;
}

@media(max-width:1280px) {
    .product.desktop .feature-functions .f-descriptions .desc {
        font-size: 1rem;
    }
}
/*响应区域*/
@media(min-width:769px) and (max-width:1400px) {
    main .banner h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .banner .text .desc .desc1 {
    font-size:2.25rem;
    margin-bottom:20px;
    }
    .banner3 .text.center {
    left:5%;
    top:38%;
    }
    .banner .text .desc .desc2 {
        font-size: 1.5rem;
    }
    main .banner .price {
        font-size: 1.5rem;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    main .banner .desktop .description .free {
        font-size: 1rem;
    }

    main .banner .feature-desc {
        font-size: 1.5rem;
    }

    .product .text .title {
        margin-top: 0px;
        margin-bottom: 28px;
    }

    .product.desktop .text .price {
        margin-top: 0px;
        margin-bottom: 58px;
    }

    .product.desktop .text .character {
        margin-top: 0px;
        margin-bottom: 68px;
    }

    .product.desktop .photo {
        top: 110px;
    }

    .product.desktop .photo {
        width: 55vw;
    }

    .product.desktop .text {
        margin-top: 6%;
    }

    .product.desktop .feature-functions .ffitem {
        margin-bottom: 208px;
    }

        .product.desktop .feature-functions .ffitem:nth-child(2) {
            margin-bottom: 300px;
        }

    .product.desktop .desktop-functions .list .item {
        width: 33.33%;
        box-sizing: border-box;
    }

    .product.desktop .desktop-functions {
        padding: 0px 10% 0px 10%;
    }

        .product.desktop .desktop-functions .list .item .description .title {
            font-size: 1.125rem;
        }

        .product.desktop .desktop-functions .list .item .description p:nth-child(2) {
            font-size: 0.75rem;
        }

        .product.desktop .desktop-functions .list .item .icon img {
            height: 55px;
            width: auto;
        }

    .product-inform .inform-desc p:nth-child(1) {
        font-size: 2.5rem;
    }

    .product-inform .inform-desc p:nth-child(2) {
        font-size: 1.5rem;
    }

    .product-inform .inform-desc p:nth-child(3) {
        font-size: 1rem;
    }
}

@media (max-width: 769px) {
    ._desktop {
        display: none !important;
    }
    ._desktop_inline {
        display: none !important;
    }
    ._phone {
        display: block !important;
    }

    .banner .text.center {
        top: 13%;
        text-align: center;
        left: 35px;
        right: 35px;
        width: auto;
    }
    .banner2 .text.center {
    top:20%;
    }
    .banner .text .desc .desc1 {
        font-size: 1.5rem;
        margin-bottom: 0px;
    }

    .banner .text .desc .desc2 {
        font-size: 1.125rem;
    }

    main .banner .switch-btns {
        line-height: 40px;
        font-size: 1.2rem;
    }

        main .banner .switch-btns .s-btn {
            margin-right: -6px;
            font-weight:normal;
        }

    .product.desktop .text {
        width: 100%;
        height: 40vh;
    }

    .product.desktop .feature-functions .ffitem .f-img {
        width: 100%;
    }

        .product.desktop .feature-functions .ffitem .f-img.WX, .f-img.CheckCar {
            margin-left: 0;
        }

    .product.desktop .feature-functions .f-descriptions.WX, .f-descriptions.CheckCar, .product.desktop .feature-functions .f-descriptions {
        position: relative;
        right: 0;
        width: 100%;
        text-align: left;
        /* top: 0; */
        margin-left: 0;
        box-sizing: border-box;
        padding: 40px 20px 20px 20px;
    }

    .product.desktop .feature-functions .f-descriptions {
        width: 100%;
        margin-left: 0;
    }

    .product.desktop .feature-functions .ffitem .f-img.Reservation {
        position: relative;
        width: 100%;
        right: 0;
    }

    .product.desktop .feature-functions .f-descriptions h2 {
        margin: 0px;
        font-size: 1.5rem;
    }

    .product.desktop .feature-functions .ffitem {
        margin-bottom: 20px;
    }

    .product.desktop .desktop-functions .list .item {
        width: 50%;
        padding: 0.75em 1em 0.75em 1em;
        display: block;
        box-sizing: border-box;
        margin-bottom:41px;
    }

        .product.desktop .desktop-functions .list .item .icon {
         
        }

        .product.desktop .desktop-functions .list .item .description {
       width:48%;
        }
    .product-inform .inform-desc {
        position: absolute;
        top: 5%;
        color: white;
        left: 5%;
        right: 5%;
        text-align: center;
    }

    .product.phone {
        padding-top: 50px;
    }

        .product.phone .text {
            position: relative;
            width: 100%;
            right: 0;
        }
    .product .text .title {
        margin: 20px 0px 20px 0px;
        font-size:1.25rem;
    }

    .product .btns {
        margin-top: 50px;
    }

    .product.desktop .desktop-functions .list .item .description .title {
        font-size: 0.68rem;
        font-weight: bold;
    }
    .product.desktop .desktop-functions .list .item .description p:nth-child(2) {
    font-size:0.43rem;
    }
    .product-inform .inform-desc p:nth-child(1) {
        font-size: 1.5rem;
    }

    .product-inform .inform-desc p:nth-child(2) {
        font-size: 1rem;
    }

    .product-inform .inform-desc p:nth-child(3) {
        font-size: 0.875rem;
    }

    .product.desktop .feature-functions .ffitem:nth-child(2) {
        margin-bottom: 20px;
    }

    .product.desktop .feature-functions {
        margin-top: 50px;
    }

    .product.advanced .list .item {
        width: 50%;
        box-sizing: border-box;
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

        .product.advanced .list .item .icon img {
            width: 50px;
            height: auto;
            margin-bottom: 20px;
        }

    .product.advanced .business-suport .title {
        font-size: 1.5rem;
    }

    .product.advanced .list .item .description .title {
        font-size: 1.125rem;
    }

    .product.advanced .list .item .description p:nth-child(2) {
        font-size: 0.875rem;
    }
    .product.desktop .desktop-functions {
        padding: 60px 15px;
    }
    .product.desktop .feature-block .content .feature-photo {
    margin-top:40px;
    }
    .product.desktop .desktop-functions .function-title {
        font-size: 1.25rem;
        margin-bottom:30px;
    }
    .product.desktop .line .item {
    width:50%;
    margin-bottom:38px;
    }
        .product.desktop .line .item .text1 {
        font-size:0.875rem;
        }
        .product.desktop .line .item .text2 {
            width: 88%;
            text-align: center;
            margin: 0 auto;
            font-size: 0.7rem;
        }
        .product.desktop .line .item .icon img {
            width: 47%;
        }
    .product.desktop .abilities .abilities-line .ability-item {
    width:100%;
    margin-bottom:31px;
    }
        .product.desktop .abilities .abilities-line .ability-item .ability-desc .title {
        font-size:0.875rem;
        }
        .product.desktop .abilities .abilities-line .ability-item .ability-desc .desc {
        font-size:0.7rem;
        }
        .product.desktop .abilities .abilities-line .ability-item .icon {
        text-align:right;
        }
            .product.desktop .abilities .abilities-line .ability-item .icon img {
                width: 56%;
            }
        .product.desktop .abilities .abilities-line .ability-item .ability-desc {
            display: inline-block;
            width: 62%;
            box-sizing: border-box;
            text-align: left;
            vertical-align: middle;
            padding-left: 10px;
        }
}
