﻿.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top_crumbs_l {
    width: auto;
    display: flex;
    align-items: center;
}

.hide {
    display: none !important;
}

.mask {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.home_login_user {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

    .home_login_user .notuser_icon {
        display: block;
        width: 32px;
        height: 32px;
        margin-left: 5px;
        cursor: pointer;
    }

    .home_login_user .login_hover {
        position: absolute;
        right: 0;
        top: 40px;
        width: 320px;
        z-index: 50;
        background: #FFFFFF;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.06);
        padding-bottom: 22px;
        display: none;
    }

.home_notlogin:hover .login_hover {
    display: block;
}

.home_login_user .login_hover_top {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    padding-left: 22px;
    background: url(../images/sp_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.home_login_user .notuser {
    display: block;
    width: 50px;
    height: 50px;
}

.home_login_user .login_text {
    display: block;
    margin-left: 12px;
}

.home_login_user .notuser_title {
    display: block;
    font-size: 16px;
    color: #333333;
}

.home_login_user .user_notes {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #9ca7b6;
}

.home_login_user .login_link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
    width: 100%;
    margin-top: 28px;
}

.home_login_user .login_link_view {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 4px;
    padding-top: 7px;
    cursor: pointer;
    text-decoration: none;
}

    .home_login_user .login_link_view:hover {
        background: #F3F8FF;
    }

    .home_login_user .login_link_view img {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto;
    }

    .home_login_user .login_link_view span {
        display: block;
        text-align: center;
        margin-top: 24px;
        font-size: 16px;
        color: #657180;
    }

.home_login_user .lg_btn_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.home_login_user .lg_reg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #3385FF;
    cursor: pointer;
    font-size: 14px;
    color: #3385FF;
    text-decoration: none;
}

.home_login_user .lg_btn {
    display: block;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #3385FF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.home_login_user .user_icon {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
}

.home_logged:hover .login_hover {
    display: block;
}

.home_login_user .login_user_icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
}

.home_login_user .login_number {
    display: flex;
    align-items: center;
}

.home_login_user .phone {
    display: block;
    font-size: 16px;
    color: #333333;
}

.home_login_user .num_vip {
    display: block;
    width: 40px;
    height: 16px;
    margin-left: 10px;
}

.home_login_user .lg_exit {
    display: block;
    width: 280px;
    height: 40px;
    background: #f5f7f8;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ff3333;
    text-decoration: none;
}

/* 头部导航 */
.sxbcn_header {
    display: block;
    width: 100%;
    background: #FFFFFF;
}

    .sxbcn_header .width1200 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }

    .sxbcn_header .sxbcn_header_l {
        display: flex;
        align-items: center;
    }

    .sxbcn_header .sxbcn_logo {
        display: block;
    }

    .sxbcn_header .home_link_menu {
        display: flex;
        align-items: center;
        padding-left: 50px;
        font-size: 18px;
        color: #464c5b;
    }

        .sxbcn_header .home_link_menu a {
            display: block;
            margin: 0 10px;
            cursor: pointer;
        }

    .sxbcn_header .menu_cur {
        color: #3385ff !important;
    }

    .sxbcn_header .sxbcn_switch {
        width: 400px;
        height: 52px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        overflow: hidden;
        border: 2px solid #3385FF;
    }

        .sxbcn_header .sxbcn_switch input[type=text] {
            display: block;
            width: 332px;
            height: 100%;
            padding-left: 13px;
            font-size: 14px;
        }

    .sxbcn_header .search_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 100%;
        background: #3385FF;
        cursor: pointer;
    }

.head_fiexd {
    position: fixed;
    z-index: 90;
    display: block;
    width: 100%;
}

.pt120 {
    padding-top: 120px;
}
