﻿

.customer-box {
    width: 50px;
    height: 50px;
    background-color: rgb(255 98 0);
    text-align: center;
    line-height: 100px;
    position: fixed;
    bottom: 150px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

    .customer-box .icon-kefu- {
        font-size: 24px;
    }

    .customer-box .customer-info {
        background-color: rgb(255 98 0);
        width: max-content;
        position: absolute;
        right: 50px;
        height:50px;
        top: 0;
        color: #fff;
        padding: 0 20px;
        display: flex;
        transition: all 2ms ease;
    }

        .customer-box .customer-info .cb-email {
            display: flex;
            align-items: center;
            color: #fff;
        }
.cb-email .icon {
    font-size:24px;
    margin-right:5px;
}

.cb-email a {
    color: #fff;
}

.goTop {
    width: 50px;
    height: 50px;
    background-color: rgb(77, 28, 138);
    text-align: center;
    line-height: 100px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
}

    .goTop .zm {
        color: #fff;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        cursor: pointer;
    }

body {
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.hoho {
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.hoho-header {
    background: rgb(77, 28, 138);
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.content {
    width: 970px;
}

.header-nav {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-nav .nav-logomenu {
        display: flex;
        align-items: center;
    }

    .header-nav .nav-login-register {
        display: flex;
    }

.hoho-menu {
    margin-left: 20px;
}

    .hoho-menu a {
        cursor: pointer;
        margin-left: 20px;
        color: #fff;
        text-decoration: none;
    }

.header-nav .nav-logomenu .logo {
    font-size: 28px;
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial;
}

.hoho-container {
    height: 470px;
    background: #eee;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .hoho-container .search-container {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

        .hoho-container .search-container .scbg {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .hoho-container .search-container .search-content {
            position: absolute;
            z-index: 1;
            top: 0;
            background: linear-gradient(0deg, #403f419e, #3c3b3b2b, transparent, transparent, transparent, transparent);
            width: 100%;
            height: 100%;
        }

.header-note-box {
    position: absolute;
    top: 80px;
    height: 220px;
    width: 970px;
    display: flex;
    left: 0;
    right: 0;
    margin: auto !important;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
}

.nb-f,
.nb-t,
.nb-l {
    height: 210px;
    width: 220px;
    padding: 15px;
    color: #333;
    background: #fff;
    border-radius: 0;
}

    .nb-f.active,
    .nb-t.active,
    .nb-l.active {
        height: 240px;
        background: rgb(77, 28, 138);
        border-radius: 4px 4px 0 4px;
    }

.nb-t {
    border-right: 1px solid rgb(77, 28, 138);
    border-left: 1px solid rgb(77, 28, 138);
}

.nb-l {
    border-radius: 0 4px 4px 0;
}

    .nb-f .icon,
    .nb-t .icon,
    .nb-l .icon {
        text-align: center;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .nb-l .icon {
        margin-bottom: 0px;
    }


    .nb-f .title,
    .nb-t .title,
    .nb-l .title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .nb-f .message,
    .nb-t .message,
    .nb-l .message {
        font-size: 14px;
        color: #6c6c6c;
        line-height: 1.5em;
    }

    .nb-f.active,
    .nb-t.active,
    .nb-l.active {
        color: #fff;
    }

        .nb-f.active .message,
        .nb-t.active .message,
        .nb-l.active .message {
            color: #fff;
        }

.search-content .search-box {
    width: max-content;
    font-size: 24px;
    color: #fff;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
}

.search-ib {
    display: flex;
}

.search-note {
    font-size: 14px;
    margin-top: 10px;
}

.inputsearch {
    height: 60px;
    width: 440px;
    border: 0;
    border-radius: 4px;
    font-size: 20px;
    text-indent: 10px;
}

.butsearch {
    background: #ff6200;
    color: #fff;
    font-size: 18px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}

.hoho-note {
    background: #fff;
    text-align: center;
    margin: auto;
}

    .hoho-note .content {
        height: 220px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .hoho-note .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.hoho-yjmb {
    text-align: center;
    margin: auto;
    color: #fff;
}

    .hoho-yjmb .content {
        background: rgb(77, 28, 138);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 30px 50px;
    }

    .hoho-yjmb .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hoho-yjmb .message {
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.5em;
    }


.hoho-mbkh {
    text-align: center;
    margin: 0 auto 60px;
}

    .hoho-mbkh .content {
        display: flex;
        align-items: center;
    }

        .hoho-mbkh .content .tm-box {
            width: 60%;
            background: #f8f8f8;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hoho-mbkh .content .hoho-msgimg {
            flex: 1;
        }

            .hoho-mbkh .content .hoho-msgimg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .hoho-mbkh .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hoho-mbkh .message {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 50px;
        line-height: 1.5em;
    }


.hoho-jzfx {
    text-align: center;
    margin: 0 auto 60px;
}

    .hoho-jzfx .content {
        display: flex;
        align-items: center;
    }

        .hoho-jzfx .content .tm-box {
            width: 60%;
            background: #f8f8f8;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hoho-jzfx .content .hoho-msgimg {
            flex: 1;
        }

            .hoho-jzfx .content .hoho-msgimg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .hoho-jzfx .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hoho-jzfx .message {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 50px;
        line-height: 1.5em;
    }

.hoho-jmwl {
    text-align: center;
    margin: 60px auto;
}

    .hoho-jmwl .content {
        display: flex;
        align-items: center;
    }

        .hoho-jmwl .content .tm-box {
            width: 60%;
            background: #f8f8f8;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hoho-jmwl .content .hoho-msgimg {
            flex: 1;
        }

            .hoho-jmwl .content .hoho-msgimg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .hoho-jmwl .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hoho-jmwl .message {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 50px;
        line-height: 1.5em;
    }

.hoho-yxcl {
    background: #f8f8f8;
    margin: 0 auto 50px;
    width: 100%;
    padding: 30px 0;
}

    .hoho-yxcl .content {
        margin: auto;
    }

    .hoho-yxcl .title {
        font-size: 24px;
        font-weight: bold;
    }

    .hoho-yxcl .yxcl-content {
        display: flex !important;
        justify-content: space-between;
    }

        .hoho-yxcl .yxcl-content .yc {
            flex: 1;
            background: #fff;
            margin-top: 30px;
            padding: 30px;
        }

            .hoho-yxcl .yxcl-content .yc:last-of-type {
                border-left: 2px solid #f8f8f8;
            }

            .hoho-yxcl .yxcl-content .yc .title {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .hoho-yxcl .yxcl-content .yc .message {
                line-height: 1.5em;
            }

.hoho-history {
    margin: 0 auto 50px;
}

    .hoho-history .title {
        color: #ff6200;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .hoho-history .message {
        text-align: center;
    }

.hoho-footer {
    background: rgb(77, 28, 138);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.butlogin, .butregister {
    cursor: pointer;
}

.butlogin {
    margin-right: 10px;
}

.butregister {
    margin-left: 10px;
}

.hoho-login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background:#f9f9f9;
}

    .hoho-login-container.active {
        display: flex;
    }
.hoho-login-header {
    background: #4d1c8a;
    height: 75px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hoho-login-header-content {
    width: 970px;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.hoho-login-header-logo {
    font-size: 28px;
    font-weight: 700;
    font-family: Tahoma,Helvetica,Arial;
    margin-right: 10px;
}
.hoho-login-header-menu {
    margin-left: 10px;
}
    .login-register {
        /*    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);*/
    }

.hoho-login-container .loginbox {
    /*    position: fixed;
    z-index: 11;
    width: 400px;
    height: 330px;
    background: #fff;
    padding: 50px;
    border-radius: 4px;*/
    width: 400px;
    height: 330px;
    margin: auto;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

    .hoho-login-container .loginbox .newpwd {
        display: none;
    }

.loginbox .newpwd .note {
    color: brown;
    margin-bottom: 2px;
}

.loginbox .newpwd .hoho-input {
    background: #fcf8e3 !important;
}

.hoho-login-container .loginbox.changepwd {
    height: 410px;
}

    .hoho-login-container .loginbox.changepwd .newpwd {
        display: block;
    }

.hoho-login-container .loginbox .icon-guanbi {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.hoho-login-container .loginbox .but {
    color: #fff;
    background-color: #ff6200;
    border-color: #ff6200;
    width: 100%;
    height: 37px;
    border-radius: 4px;
}


.hoho-login-container .loginbox .title {
    text-align: center;
    font-size: 18px;
    display: flex;
    margin-bottom: 30px;
}

.hoho-login-container .loginbox .hoho-input {
    background: #f3f3f3;
    width: 100%;
    height: 40px;
    text-indent: 20px;
}

.dot {
    width: 15px;
    height: 15px;
    background: #fbb488;
    position: absolute;
    left: -30px;
    border-radius: 50%;
    top: 25px;
}

.con-line {
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    left: -23px;
    top: 30px;
    margin: 10px 0;
}


.contact-us {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px;
}

    .contact-us.active {
        display: flex !important;
    }

.contact-us-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.contact-us-container {
    width: 520px;
    height: 550px;
    background: #fff;
    margin: auto;
    position: fixed;
    z-index: 10;
    border-radius: 4px;
}

.contact-us-header {
    background: rgb(249 247 251);
    padding: 10px 20px 10px 30px;
    color: rgb(77, 28, 138);
    margin-bottom: 20px;
    display: flex !important;
    justify-content: space-between;
}

.contact-us-line {
    display: flex !important;
    padding: 0 30px;
    align-items: center;
    margin-top: 10px;
}

    .contact-us-line.text {
        align-items: flex-start;
        margin-top: 20px;
    }

.us-line-label {
    width: 100px !important;
    text-align: right !important;
    margin-right: 10px;
}

.us-line-input {
    flex: 1;
    text-align: left !important;
    position: relative;
}

.us-line-label span {
    color: chocolate;
    margin-right: 2px;
}

.us-line-input .hohoinput {
    width: 200px;
    border: 0;
    border-bottom: 1px solid #aaa;
    outline: 0;
}

.us-line-input .hohoinput {
    width: 300px;
    border: 0;
    outline: 0;
    height: 40px;
    background: #f3f3f3;
    text-indent: 10px;
}

.us-line-input .hohotext {
    width: 300px;
    outline: 0;
    resize: none !important;
    height: 130px;
    padding: 5px 10px;
    background: #f3f3f3;
}

.contact-but {
    background: #ff6200;
    color: #fff;
    width: 305px;
    margin-left: 140px;
    margin-top: 20px;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

.promptword {
    position: absolute;
    right: 51px;
    bottom: 6px;
    background: #f3f3f3;
    padding: 2px 5px;
    font-size: 12px;
    color: #aaa;
}

.contact-error {
    margin-left: 140px;
    margin-top: 5px;
    color: crimson;
}

.hoho-news-info {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px;
}

    .hoho-news-info.active {
        display: flex !important;
    }

.news-info-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.news-info-content {
    width: 970px;
    max-height: 100vh;
    margin: auto !important;
    background: #fff;
    z-index: 9;
    position: fixed !important;
    left: 0;
    right: 0;
    /* border-left: 2px solid #ff6200;
		border-right: 2px solid #ff6200; */
    display: flex !important;
    flex-direction: column;
    top: 0;
}

.news-info-title {
    text-align: center !important;
    margin: 0 60px !important;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold !important;
    position: relative;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-info-title .icon-guanbi {
        position: absolute;
        right: -40px;
        top: 0;
    }

.news-info-note {
    font-size: 14px;
    margin: 0 60px;
    flex: 1;
    overflow-y: auto;
    background: #f8f8f8;
}

    .news-info-note .news-msg {
        padding: 0 20px 40px;
        line-height: 26px !important;
    }

.icon-guanbi {
    cursor: pointer;
}

body.noscroll {
    overflow: hidden;
}

.hoho-searchnotitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-us-submit {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

    .contact-us-submit.active {
        display: flex;
    }

.cusub-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.8);
}

.verifyImgCode {
    position: fixed;
    z-index: 10;
}

.contact-msg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.8);
}

    .contact-msg.active {
        display: flex;
    }

.cusub-success {
    position: fixed;
    z-index: 11;
    background: #fff;
    height: 60px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid forestgreen;
}

    .cusub-success .icon-chenggong {
        font-size: 24px;
        color: forestgreen;
        margin-right: 10px;
    }

.ccc-title {
    display: flex;
    width: 79px;
    align-items: center;
    justify-content: center;
    background: #4d1c8a;
    color: #fff;
}

.remember {
    display: flex;
    align-items: center;
}

    .remember input {
        margin: 0 !important;
    }

    .remember label {
        margin: 0 !important;
        font-weight: 400 !important;
        padding-left: 5px;
    }
