﻿
.head-v1bg {
    height: 95px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 850px) {
    .head-v1bg {
        height: 54px;
        position: fixed;
        z-index: 9999;
        left: 0;
        right: 0;
        box-shadow: inherit;
        border-bottom: 1px solid #eee;
    }
}

.logo-v1 {
    height: 60px;
    margin-top: 10px;
}

    .logo-v1 img {
        width: 550px;
        height: 90px;
    }

@media screen and (max-width: 850px) {
    .logo-v1 {
        height: 44px;
        margin-top: 0;
        padding: 5px 0;
    }

        .logo-v1 img {
            width: auto;
            height: 90px;
        }
}

.nav-v1 {
    height: 36px;
    margin-top: 22px;
    margin-right: 10px;
}

    .nav-v1 > ul > li {
        float: left;
        margin-right: 3px;
    }

        .nav-v1 > ul > li > a {
            font-size: 16px;
            line-height: 28px;
            display: block;
            padding: 0 14px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -ms-border-radius: 14px;
            -o-border-radius: 14px;
            border-radius: 14px;
            margin: 4px 0;
            color: #444;
        }

@media screen and (max-width: 550px) {
    .nav-v1 {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        top: 55px;
        bottom: 0;
        display: none;
    }

        .nav-v1 > ul {
            padding: 0 12px;
        }

            .nav-v1 > ul > li {
                float: inherit;
                margin-right: 0;
            }

                .nav-v1 > ul > li > a {
                    line-height: 44px;
                }
}

.login-v1 {
    font-size: 14px;
    line-height: 36px;
    margin-top: 22px;
    color: #737272;
    text-align: right;
}

    .login-v1 span {
        margin: 0 6px;
    }

    .login-v1 a {
        color: #737272;
    }

@media screen and (max-width: 750px) {
    .login-v1 {
        margin-top: 9px;
    }
}

.login-v1-logined {
    width: 40px;
    text-align: center;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

    .login-v1-logined img {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: block;
    }

    .login-v1-logined .login-v1-loginedc {
        display: none;
    }

    .login-v1-logined:hover .login-v1-loginedc {
        display: block;
    }

@media screen and (max-width: 750px) {
    .login-v1-logined {
        margin-top: 10px;
    }

        .login-v1-logined img {
            width: 34px;
            height: 34px;
        }
}

.login-v1-loginedc {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

    .login-v1-loginedc ul {
        padding: 5px 0;
    }

        .login-v1-loginedc ul li {
            font-size: 14px;
            line-height: 28px;
        }

@media screen and (max-width: 750px) {
    .login-v1-loginedc {
        left: inherit;
        margin-left: 0;
        right: -10px;
    }
}

.header-note {
    font-size: 16px;
    line-height: 32px;
    margin-top: 24px;
    margin-right: 28px;
    position: relative;
    color: #888;
}

    .header-note mark {
        width: 6px;
        height: 6px;
        position: absolute;
        background: #ff0000;
        top: 8px;
        right: 0px;
    }

@media screen and (max-width: 750px) {
    .header-note {
        margin-top: 11px;
        margin-right: 15px;
    }
}

.mb-menu {
    line-height: 36px;
    margin-top: 9px;
    margin-right: 15px;
    color: #888;
}


.footerbg {
    background: #343434;
    padding: 25px 0;
}

@media screen and (max-width: 750px) {
    .footerbg {
        padding: 25px 0 10px;
    }

        .footerbg.mt50 {
            margin-top: 0;
        }
}

.footerL {
    font-size: 14px;
    line-height: 28px;
    color: #b6b6b6;
}

@media screen and (max-width: 750px) {
    .footerL {
        width: 100%;
    }
}

.footerR ul li {
    float: left;
}

@media screen and (max-width: 750px) {
    .footerR {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

        .footerR ul li {
            float: inherit;
            display: inline-block;
        }
}

.footerRBox {
    text-align: center;
    width: 64px;
    margin: 0 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

    .footerRBox span {
        width: 56px;
        height: 56px;
        display: block;
        margin: 0 auto;
        background: #717171;
        text-align: center;
        line-height: 56px;
        color: #e3e3e3;
    }

        .footerRBox span i {
            font-size: 24px;
        }

    .footerRBox h2 {
        font-size: 12px;
        line-height: 28px;
        color: #b6b6b6;
    }

    .footerRBox .footerCode {
        display: none;
    }

    .footerRBox:hover {
        transform: translateY(-6px);
    }

        .footerRBox:hover span {
            background: #1e1e1e;
        }

        .footerRBox:hover .footerCode {
            display: block;
            top: -140px;
        }

@media screen and (max-width: 750px) {
    .footerRBox {
        margin: 0 10px;
    }
}

.footerCode {
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -60px;
}

    .footerCode:before {
        content: "";
        height: 0;
        width: 0;
        border-top: 10px solid #fff;
        border-left: 10px dashed transparent;
        border-right: 10px dashed transparent;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -10px;
    }

    .footerCode img {
        width: 108px;
        height: 108px;
        margin: 6px;
    }