﻿header {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05)
}

header>nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 57px;
    background: white
}

header>nav>input,
header>nav>a:nth-of-type(2),
header>nav>a.goback {
    display: none
}

header>nav>a {
    display: inline-block;
    width: 130px;
    height: 36px
}

header>nav>a>img {
    width: 100%;
    height: 100%
}

header>nav>.wxfl {
    margin-left: 10px;
    width: 70px;
    height: 28px;
    position: relative;
    display: none
}

header>nav>.wxfl>div {
    width: 70px;
    height: 100%;
    line-height: 28px;
    background: #f1f6f4;
    font-size: 12px;
    color: #4f4e5d;
    position: relative;
    padding-left: 6px;
    border-radius: 4px
}

header>nav>.wxfl:hover>div {
    background: white
}

header>nav>.wxfl>div>img {
    width: 8px;
    height: 5px;
    position: absolute;
    right: 5px;
    top: 11px
}

header>nav>.wxfl>.topWrapWx {
    width: 180px;
    height: 280px;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 1% 0;
    position: absolute;
    right: -6px;
    display: none;
    z-index: 2
}

header>nav>.wxfl>.topWrapWx>li {
    align-self: flex-start;
    width: 100%
}

header>nav>.wxfl>.topWrapWx>li .navTitle a {
    padding: 3% 15px 4% 15px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

header>nav>.wxfl>.topWrapWx>li .navTitle img {
    width: 20px;
    height: 20px
}

header>nav>.wxfl>.topWrapWx>li .navTitle span {
    color: #4f4e5d;
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px
}

header>nav>.wxfl>.topWrapWx>li .navContent {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 520px;
    min-height: 250px;
    background: #0aa770;
    border-radius: 4px;
    top: 0;
    left: 180px;
    display: none;
    padding: 15px
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands {
    flex: 0 0 60%;
    min-height: 60%;
    display: flex;
    flex-direction: column
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion {
    margin-top: 10px;
    flex: 0 0 calc(40% - 10px);
    display: flex;
    flex-direction: column
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair {
    flex: 0 0 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column
}

header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec {
    display: flex;
    flex-direction: column
}

header>nav>.wxfl>.topWrapWx>li .navContent>div>span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>div>span a {
    color: white;
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands>ul,
header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec>ul {
    display: flex;
    flex-flow: row wrap
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands>ul>li,
header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec>ul>li {
    margin: 1% 1% .5% 1%;
    flex: 0 0 calc(88% / 7);
    max-width: calc(88% / 7)
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands>ul>li:nth-of-type(7n),
header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec>ul>li:nth-of-type(7n) {
    margin-right: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands>ul>li:nth-of-type(7n+1),
header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec>ul>li:nth-of-type(7n+1) {
    margin-left: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.hotBrands>ul>li>a,
header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

header>nav>.wxfl>.topWrapWx>li .navContent>.otherElec:last-child {
    margin-top: 10px
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion>ul {
    display: flex;
    flex-flow: row wrap
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion>ul>li {
    margin: 1% 1% .5% 1%;
    flex: 0 0 calc(94% / 4);
    max-width: calc(94% / 4)
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion>ul>li:nth-of-type(4n) {
    margin-right: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion>ul>li:nth-of-type(4n+1) {
    margin-left: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.norlQuestion>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>span {
    margin-top: 6px
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>span:first-of-type {
    margin-top: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>ul {
    display: flex;
    flex-flow: row wrap
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>ul>li {
    margin: 1% 1% .5% 1%;
    flex: 0 0 calc(88% / 7);
    max-width: calc(88% / 7)
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>ul>li:nth-of-type(7n) {
    margin-right: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>ul>li:nth-of-type(7n+1) {
    margin-left: 0
}

header>nav>.wxfl>.topWrapWx>li .navContent>.elecRepair>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

header>nav>.navlist {
    margin-left: 96px;
    display: flex;
    flex-flow: row nowrap
}

header>nav>.navlist>li {
    margin: 0 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

header>nav>.navlist>li>a {
    display: inline-block;
    width: 100%;
    padding: 19px 0 17px 0;
    color: #333;
    font-size: 16px
}

header>nav>.navlist>li>a:hover {
    color: #0aa770
}

header>nav>.navlist>li>a.active {
    color: #0aa770;
    border-bottom: 2px solid #0aa770;
    font-weight: bold
}

header.allRepair>nav {
    justify-content: center
}

header>nav>h1 {
    font-size: 16px
}

footer {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    background: white;
    margin-top: 20px;
    box-sizing: unset;
}

footer>.yqlj {
    padding: 0 0 10px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    flex-flow: row wrap;
    box-sizing: unset;
}

footer>.yqlj>li {
    margin: 2px 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

footer>.yqlj>li>span {
    font-weight: bold;
    color: #2F2F31;
    font-size: 14px;
}

footer>.yqlj>li>a {
    display: inline-block;
    color: #2F2F31;
    font-size: 14px;
    color: #4F4E5D;
    font-size: 14px;
}

footer>.bqxx {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-flow: row nowrap;
}

footer>.bqxx>a {
    display: inline-block;
    width: 130px;
    height: 36px;
}

footer>.bqxx>img {
    width: 100%;
    height: 100%;
}

footer>.bqxx>div:nth-of-type(1),
footer>.bqxx>div:nth-of-type(2) {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

footer>.bqxx>div:nth-of-type(1)>ul {
    flex: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
}

footer>.bqxx>div:nth-of-type(1)>ul>li>a {
    color: #4F4E5D;
    font-size: 14px;
}

footer>.bqxx>div:nth-of-type(1)>div {
    flex: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
}

footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(1),
footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(1)>a {
    font-size: 14px;
    color: #AAAAAA;
}

footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(2) {
    margin-left: 30px;
    font-size: 14px;
    color: #AAAAAA;
}

footer>.bqxx>div:nth-of-type(2)>span:first-child {
    color: #4F4E5D;
    font-size: 14px;
}

footer>.bqxx>div:nth-of-type(2)>span:last-child {
    color: #4F4E5D;
    font-size: 16px;
    font-weight: bold;
}

footer>.hoverWrapper,
footer>.footermobile {
    display: none;
}

footer>.hoverWrapper {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    opacity: 0.3;
    background: #000000;
    top: 70vh;
    right: 0;
    visibility: hidden;
}

footer>.hoverWrapper>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    body header {
        width: 100%;
        height: 94px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }
    header>nav {
        width: 100%;
        display: flex;
        flex-flow: column;
        padding: 0px;
        height: unset;
        background: white;
        align-items: unset;
        position: relative;
    }
    header>nav>input {
        /* display: block; */
        outline: none;
        width: 94%;
        margin: 2px 3%;
        height: 40px;
        background: #F2F2F2;
        border-radius: 12px;
        border: none;
    }
    header>nav>a:nth-of-type(1) {
        width: 100%;
        background: white;
        text-align: center;
        padding: 10px 0;
        -webkit-box-sizing: unset;
        height: 28px;
    }
    header>nav>a:nth-of-type(1)>img {
        width: 100px;
        height: 28px;
    }
    header>nav>.wxfl {
        display: none !important;
    }
    header>nav>.navlist {
        /* width: 78%; */
        margin-left: 5%;
        margin-right: 5%;
        height: 34px;
        background: white;
        overflow: scroll;
        padding-top: 10px;
        box-sizing: unset;
    }
    header>nav>.navlist::-webkit-scrollbar {
        display: none;
    }
    header>nav>.navlist>li {
        flex-direction: unset;
        flex: 0 0 auto;
        margin: 0 10px;
    }
    header>nav>.navlist>li:first-child {
        margin-left: 0;
    }
    header>nav>.navlist>li>a,
    header>nav>.navlist>li>a:hover {
        padding: 0;
        box-sizing: unset;
        color: #4F4E5D;
    }
    header>nav>a:nth-of-type(2) {
        display: inline-block;
        width: 15%;
        padding-right: 3%;
        text-align: right;
        color: #4F4E5D;
        font-size: 16px;
        position: absolute;
        background: white;
        background-image: url(../images/caidan.png);
        background-repeat: no-repeat;
        background-size: 20px 19px;
        background-position: 8px 12px;
        bottom: -2px;
        right: 0;
        padding-top: 10px;
        -webkit-box-sizing: unset;
    }
    header>nav>a:nth-of-type(2)::before {
        content: " ";
        width: 12%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        opacity: 0.1;
        position: absolute;
        top: 0;
        height: 46px;
        left: -12%;
    }
    body footer {
        width: 100%;
        padding: 0;
        margin-top: 0;
        box-sizing: unset;
    }
    footer>.hoverWrapper {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        position: fixed;
        z-index: 1000;
        overflow: hidden;
        opacity: 0.3;
        background: #000000;
        top: 70vh;
        right: 0;
        visibility: visible;
    }
    footer>.hoverWrapper>img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
    footer>.yqlj {
        display: none;
    }
    footer>.bqxx {
        padding: 0 20px 135px 20px;
        width: calc(100% - 40px);
        flex-flow: column;
        margin: 0 auto;
        box-sizing: unset;
    }
    footer>.bqxx>a {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        box-sizing: unset;
    }
    footer>.bqxx>a>img {
        width: 136px;
        height: 36px;
    }
    footer>.bqxx>div:nth-of-type(1),
    footer>.bqxx>div:nth-of-type(2) {
        margin-left: 0;
    }
    footer>.bqxx>div:nth-of-type(1)>ul {
        flex-flow: row wrap;
        justify-content: center;
    }
    footer>.bqxx>div:nth-of-type(1)>ul>li {
        line-height: 2em;
    }
    footer>.bqxx>div:nth-of-type(1)>div {
        flex-flow: column;
        align-items: center;
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        padding: 15px 0;
        box-sizing: unset;
        border-top: 1px solid #f6f6f6;
    }
    footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(1),
    footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(1)>a {
        font-size: 12px;
    }
    footer>.bqxx>div:nth-of-type(1)>div>div:nth-of-type(2) {
        margin-left: 0;
        font-size: 12px;
        margin-top: 5px;
    }
    footer>.bqxx>div:nth-of-type(1) {
        margin-left: 0;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    footer>.bqxx>div:nth-of-type(2) {
        margin-left: 0;
        margin-top: 10px;
        flex-direction: row;
        justify-content: center;
    }
    footer>.bqxx>div:nth-of-type(2)>span:first-child {
        font-size: 14px;
    }
    footer>.bqxx>div:nth-of-type(2)>span:last-child {
        font-size: 14px;
        padding-left: 10px;
        box-sizing: unset;
    }
    footer>.footermobile {
        width: 100%;
        height: 50px;
        background: #f8f8f8;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    footer>.footermobile>li {
        flex: 1;
    }
    footer>.footermobile>li:nth-child(2) {
        position: relative;
    }
    footer>.footermobile>li:nth-child(2)>div {
        position: absolute;
        border-radius: 20px;
        background-color: red;
        color: white;
        font-size: 10px;
        left: 58%;
        top: 18px;
        width: 30px;
        text-align: center;
    }
    footer>.footermobile>li>a {
        align-self: stretch;
        padding: 3px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: unset;
    }
    footer>.footermobile>li>a>img {
        width: 26px;
        height: 26px;
    }
    footer>.footermobile>li>a>span {
        display: inline-block;
        height: 18px;
        font-size: 12px;
        color: #959FA6;
    }
}