﻿.topNavSeachBox {
    display: block;
}

.topNavSeachBoxColor {
    display: none;
}

.topNavSeachInput {
    border-left: 2px solid #dddddd;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    vertical-align: central;
    margin-left: 50px;
    color: #686868;
    margin-right: 70px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.kefu, .AfterSale {
    border: 1px solid #f1f1f1;
    height: 300px;
    border-radius: 10px;
    margin-top: 30px;
}

.title {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

    .title > img {
        margin-right: 20px;
    }

.kefu > img {
    margin-left: 120px;
}

.rengong {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

    .rengong > img {
        margin-right: 30px;
        margin-left: 40px;
    }

    .rengong > span {
        border: 1px solid #036ffb;
        color: #036ffb;
        margin-right: 30px;
        width: 120px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.huibg {
    width: 800px;
    margin-left: 40px;
    height: 40px;
    background: #a9a9a9;
    color: white;
    font-size: 22px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    letter-spacing: 2px;
}

.kefubtn {
    background: transparent;
    cursor: pointer;
    border: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #036ffb;
}

.kefu > button {
    margin-left: 100px;
}