@import "../iconfont/iconfont.css";

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: BlinkMacSystemFont,-apple-system,Roboto,Helvetica,Arial,sans-serif
}

ul li {
    list-style: none;
}

i {
    font-style: normal;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
}

.header-content {
    width: 1180px;
    height: 120px;
    margin: 0 auto;
}

.h-top {
    width: 1180px;
    height: 60px;
    display: flex;
    align-items: center;
}

.h-logo {
    width: 145px;
    height: 53px;
    /*  margin-left: 42px;*/
    margin-left: -36px;
    /*  margin-top: 16px;*/
    margin-top: 56px;
    display: flex;
    justify-content: flex-start;
}

.h-lb-nav {
    width: 260px;
    height: 60px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.h-lb-nav-info {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info-item {
    margin: 0 10px;
    font-size: 14px;
    color: #555;
}

.h-nav {
    height: 50px;
    margin-top: 10px;
}

    .h-nav ul {
        width: 100%;
        height: 50px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }

    .h-nav li {
        width: 150px;
        height: 50px;
        margin-left: 0;
        text-align: center;
        /*float: left;*/
        padding-top: 10px;
    }

        .h-nav li:last-child a {
            border-right: none;
        }

        .h-nav li a {
            text-decoration: none;
            border-right: 1px solid #555;
            width: 150px;
            height: 24px;
            line-height: 24px;
            display: block;
        }

        .h-nav li .nav-link {
            color: #555;
        }

        .h-nav li.active {
            border-bottom: 4px solid #183f92;
            color: #183f92;
        }

            .h-nav li .active > .nav-link {
                color: #ff0000 !important;
            }

.Language {
    display: flex;
    align-items: center;
}

    .Language select {
        margin-left: 10px;
        outline: none;
    }

.head-wx {
    position: relative;
    z-index: 999;
    cursor: pointer;
}

    .head-wx .ewm {
        background-color: #fff;
        box-shadow: 0 0 5px #888;
        text-align: center;
        z-index: 600;
        display: none;
        position: absolute;
        left: -80px;
        top: 35px;
        padding: 15px;
        font-size: 14px;
        border-radius: 10px;
    }

        .head-wx .ewm img {
            width: 150px;
            height: 150px;
            display: block;
            margin: auto;
        }

.head-info {
    position: relative;
    z-index: 999;
}

.log-info {
    width: 420px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #aaa;
    z-index: 600;
    /*display: none;*/
    position: absolute;
    left: -100px;
    top: 35px;
    padding: 26px;
}

    .log-info .use-name {
        display: flex;
    }

    .log-info .name {
        font-size: 16px;
        font-weight: normal;
        color: #555;
        line-height: 18px;
        margin-left: 10px;
    }

    .log-info .photo {
        width: 45px;
        height: 45px;
    }

        .log-info .photo i {
            font-size: 45px;
            color: #dddddd;
            line-height: 45px;
        }

    .log-info .use-info {
        width: 360px;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .log-info .use-info li {
            width: 120px;
            /*   height: 100px;*/
            padding-bottom: 10px;
            text-align: center;
            border-right: 1px solid #eee;
        }

            .log-info .use-info li a {
                display: block;
                cursor: pointer;
                text-decoration: none;
                color: #555;
            }

            .log-info .use-info li:nth-child(3), .log-info .use-info li:nth-child(6) {
                border-right: none;
            }

            .log-info .use-info li:nth-child(1), .log-info .use-info li:nth-child(2), .log-info .use-info li:nth-child(3) {
                border-bottom: 1px solid #eee;
            }

        .log-info .use-info .icon {
            width: 60px;
            margin: auto;
            height: 50px;
            text-align: center;
            font-size: 20px;
            line-height: 50px;
            color: #ff714a;
            margin-top: 15px;
        }

            .log-info .use-info .icon i {
                font-size: 42px;
                color: #aaa;
            }

.info-item .price {
    color: #ff714a;
}

.cz-btn {
    width: 60px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #ff714a;
}

    .cz-btn a {
        display: block;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
    }

/* footer */
.footer {
    width: 100%;
}

    .footer .main {
        width: 100%;
        height: 200px;
        background-color: #313826;
    }

        .footer .main .content {
            width: 1180px;
            margin: auto;
            padding: 20px 0;
            color: #fff;
        }

    .footer .flex-space {
        display: flex;
        justify-content: space-between;
    }

    .footer .text {
        width: 600px;
        margin: 20px 0 0 50px;
    }

    .footer .ewm {
        margin: 0 64px 0 0;
        width: 130px;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
    }

        .footer .ewm img {
            width: 100%;
        }

    .footer .name {
        font-size: 16px;
        line-height: 24px;
    }

    .footer .m-3 {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

.contact {
    margin-top: 20px;
    display: flex;
}

.footer .flex-midle {
    display: flex;
    margin-right: 20px;
}

.footer .iconfont {
    margin-right: 5px;
}

.bottom {
    width: 100%;
    height: 50px;
    background-color: #111;
}

    .bottom .pw {
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        color: #707070;
    }
.line-price {
    font-size: 14px;
    color: #455873;
    text-decoration: line-through;
}

.rightBox{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-end
}

/* CSS */
.input-container {
    position: relative;
}

.clear-icon {
    position: absolute;
    right: 5px;
    top: 74%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    bottom: 0;
}