﻿.nav-subnav {
    position: relative;
    margin: 0;
    padding: 0 9px 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-top: 1px solid rgba(0,0,0,.17);
    border-bottom: 1px solid rgba(0,0,0,.1);
    white-space: nowrap;
    height: 33px;
    background: white;
}

a {
    text-decoration: none;
}

.a2 {
    color: white;
}

/* 针对桌面端的样式 */
@media screen and (min-width: 1024px) {
    .divPhone {
        display: none;
    }

    .divPC {
        display: block;
    }

    .isPhoneHide {
    }

    .divIndexAd {
        width: 295px;
        display: inline-block;
        vertical-align: top;
    }

    .divIndexGPS {
        width: 80%;
        margin-left: 10%;
    }

    .fontSize12 {
    }

    .fontSizeIndexGPS {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .fontSizeIndexPrice {
        font-size: 26px;
        font-weight: bold;
    }

    .tbIndex {
    }

    .contactDiv {
        margin-top: 10px;
        margin-left: 250px;
    }
    .contactInput {
        width: 280px;
        height: 27px;
    }
    .contactArea {
        width: 520px;
        height: 100px;
    }
    .faqIndexSize {
        font-size: 26px;
    }
    .payResultSuccess {
        margin-top: 10px;
        margin-left: 250px;
        height: 400px;
    }
    .payResultSuccess2 {
        font-size: 32px;
        font-weight: bold;
    }
    .payDiv {
        border: 1px solid rgba(0,0,0,.17);
        width: 800px;
    }
    .payDiv2 {
        display: flex;
        align-items: flex-start;
    }
    .payDiv3 {
        width: 530px;
    }
    .payDiv4 {
        margin-top: 10px;
        margin-left: 250px;
    }
    .dd {
        position: sticky;
        top: 10px;
        width: 270px;
        margin-top: 30px;
        background: #fafafa;
        padding: 10px;
        box-sizing: border-box;
    }
    .divIndexGPSImg {
        width: 190px;
        height: 190px;
        border: 0px;
    }
    .divIndexGPSLeft {
        margin-top: 6px;
        margin-left: 20px;
    }
}

/* 针对移动端的样式 */
@media screen and (max-width: 1023px) {
    .divPhone {
        display: block;
    }

    .divPC {
        display: none;
    }

    .isPhoneHide {
        display: none;
    }

    .divIndexAd {
        display: none;
    }

    .divIndexGPS {
        width: 100%;
    }

    .fontSize12 {
        font-size: 12px;
    }

    .fontSizeIndexGPS {
        font-size: 14px !important;
        font-weight: 400 !important;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .fontSizeIndexPrice {
        font-size: 18px;
        font-weight: bold;
    }

    .tbIndex {
        width: 210px;
    }
    .contactDiv {
        margin-top: 10px;
        margin-left: 30px;
    }
    .contactInput {
        width: 225px;
        height: 27px;
    }

    .contactArea {
        width: 230px;
        height: 100px;
    }

    .faqIndexSize {
        font-size: 16px;
    }
    .payResultSuccess {
        margin-top: 10px;
        margin-left: 30px;
    }
    .payResultSuccess2 {
        font-size: 24px;
        font-weight: bold;
    }
    .payDiv {
        border: 1px solid rgba(0,0,0,.17);
        width: 97%;
    }
    .payDiv2 {
        align-items: flex-start;
    }
    .payDiv3 {
        width: 97%;
    }
    .payDiv4 {
        margin-top: 10px;
        margin-left: 10px;
    }
    .dd {
        position: sticky;
        top: 10px;
        width: 97%;
        margin-top: 30px;
        background: #fafafa;
        padding: 10px;
        box-sizing: border-box;
    }
    .divIndexGPSImg {
        width: 180px;
        height: 180px;
        border: 0px;
    }
    .divIndexGPSLeft {
        margin-top: 6px;
        margin-left: 10px;
    }
}