.table_container {
    position: relative;
    width: 100%;
    min-width: 990px;
    height: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

.content_user {
    padding: 20px;
    background-color: #fff;
}

.userinfo_header {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tips {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    color: #909090;
}

.add_userinfo {
    height: 30px;
    background-color: #286efa;
    color: #fff;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    user-select: none;
    border: none;
}

.add_userinfo img {
    width: 16px;
    margin-right: 5px;
}

.infoitem_box {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 20px;
}

.infoitem_box span {
    margin-right: 10px;
    width: 110px;
    display: inline-block;
}

.infoitem_box img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.infoitem {
    margin-left: 25px
}

.infoitem p {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.file_upload_btn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

input[type=file] {
    display: none;
}

.username {
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 384px;
    border: solid 1px #efefef !important;
    padding: 0 10px;
    appearance: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}




/* 娣诲姞鐑偣锛屾偓娴脊绐� */

.position_widget {
    position: absolute;
    right: 280px;
    top: 90px;
    background-color: rgba(13, 12, 35, .8);
    box-shadow: 0 0 0 1px #191f2d;
    color: #fff;
    width: 200px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    border-radius: 5px;
    height: 766px;
    padding: 50px 10px;
    z-index: 100000;
    overflow: hidden;
    display: none;
}

.position_widget::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;

}

.position_widget::-webkit-scrollbar-thumb {
    background-color: #efefef33;
    border-radius: 3px;
}


.widget_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 50px;
    width: 180px;
    height: 44px;
    z-index: 99;
}

.widget_header img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tabs_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: solid 1px #343434;
    border-radius: 5px;
    height: 35px;
    color: #909090;
    padding: 2px;
    position: relative;
}

.tabs_header div {
    flex: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 29px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs_header .active_tab {
    color: #fff;
    background-color: #286efa;
    border-radius: 5px;
    height: 29px;
    line-height: 29px;
}

.color_list_block {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    height: 268px;
    padding: 10px;
}

.color_list_box {
    inset: 0px;
    overflow: scroll;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    border: solid 1px #343434;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 8px;
    overflow-x: hidden;
}

.color_item_box {
    color: #fff;
    border-radius: 5px;
    height: 30px;
    width: 65px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #007bff;
}

.color_list_box::-webkit-scrollbar {
    width: 0;
}

.bg_color_box {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.style_item {
    position: relative;
    cursor: pointer;
}

.bg_box1 {
    width: 100%;
    height: 30px;
    border-radius: 5px;
}

.label_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    border-color: #343434;
    border-radius: 5px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

.color_block {
    width: 16px;
    height: 16px;
    background-color: red;
}

.color_value {
    margin-left: 10px;
    color: #fff;
}

.range_box_item {
    margin-top: 20px;
}

.range_remark {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.range_between_box {
    font-size: 12px;
    color: #909090;
    margin-top: 10px;
}

.icon_909090 {
    color: #909090;
}

.between_icon {
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
}

.between_icon:hover {
    color: #fff;
}

.range_input {
    width: 100%;

}

.range_input {
    outline: none;
    /*鍘绘帀鐐瑰嚮鏃跺嚭鐜扮殑澶栬竟妗�*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*杩欎笁涓槸鍘绘帀閭ｆ潯绾垮師鏈夌殑榛樿鏍峰紡锛屽垝閲嶇偣锛侊紒*/
    width: 100%;
    height: 5px;
    background: #000000;
    border-radius: 1px;
    margin-top: 20px;
}

input[type="range"]::-webkit-slider-thumb {
    /*::-webkit-slider-thumb鏄唬琛ㄧ粰婊戝潡鐨勬牱寮忚繘琛屽彉鏇�*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*//杩欎笁涓槸鍘绘帀婊戝潡鍘熸湁鐨勯粯璁ゆ牱寮忥紝鍒掗噸鐐癸紒锛�*/
    -webkit-box-shadow: 0 0 2px;
    transform: translateY(-5px);
    /*璁剧疆婊戝潡鐨勯槾褰�*/
    width: 9px;
    height: 15px;
    background: url("../images/slider_icon.png");
    background-size: cover;
}

.item_box {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.item_box p {
    margin-bottom: 10px;
}

.select_box {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.selectvalue_box {
    background-color: rgb(40 110 250);
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px;
}

.selectvalue_box .svg {
    width: 10px;
    height: 15px;
    overflow: hidden;
}

.selectvalue_box img {
    width: 11px;
    height: 10px;
    position: relative;
    transform: translateX(-80px);
    filter: drop-shadow(#909090 80px 0);
}

.svgicon_box {
    width: 16px;
    height: 12px;
    overflow: hidden;
}

.two_svgicon {
    width: 16px;
    height: 12px;
    position: relative;
    transform: translateX(-80px);
    filter: drop-shadow(#909090 80px 0);
}

.active_tab .two_svgicon {
    filter: drop-shadow(#fff 80px 0);
}

.selectlist_box {
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 999;
    display: none;
}

.select_item_box {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    font-size: 14px;
    color: #1a1a1a;
}

.select_item_box img {
    width: 16px;
    height: 17px;
    margin-right: 0px;
}

.preview_style_btn {
    background: #343434;
    font-size: 12px;
    width: 154px;
    height: 25px;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

.bottom_btn_box {
    position: fixed;
    top: 766px;
    width: 180px;
}

.reset_btn {
    background: #286efa;
    font-size: 14px;
    width: 180px;
    height: 30px;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab_icon {
    font-size: 14px;
    margin-bottom: 0;
}

.hover_bg_box {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1111111;
    width: 100%;
}

.hover_bg_box span {
    font-size: 14px;
    color: #fff;
    padding: 4px 5px;
    background-color: #1a1a1acc;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}

.hover_gradient_box {
    display: none;
    position: absolute;
    top: -30px;
    left: 11px;
    z-index: 1111111;
    font-size: 14px;
    color: #fff;
    padding: 4px 5px;
    background-color: #1a1a1acc;
    border-radius: 5px;
    line-height: normal;
}

.bg_icon_tab:hover .hover_bg_box {
    display: block;
}

.hover_gradient_tab:hover .hover_gradient_box {
    display: block;
}

.gradient_value_show {
    display: none;
}

.over_four_box {
    width: 80px;
    left: -15px;
}

.over_three_box {
    width: 80px;
    left: -15px;
}

.over_two_box {
    width: 40px;
}



/* 搴曢儴鎮诞鍙屽眰tab */
.bottom_tabs_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

.bottom_tabs {
    margin: auto 15px 12px;
}

.transition_hide {
    transform: translateY(400px);
    transition: transform .15s linear 50ms;
}

.transition_show {
    transform: translateY(0);
    transition: transform .15s linear 50ms;
}

.swiperflex {
    display: flex;
    justify-content: center;
}

.top_swiper {
    /*width: 80px;*/
    /*max-width: 80px;*/
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    background-color: #00000080;
    text-align: center;
    cursor: pointer;
}

.active_top_swiper_item {
    background-color: #5085FB;
}

#swiper .swiper-slide {
    width: fit-content;
}

.swiper-slide .icon_check {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 14px;
    color: #fff;
    z-index: 111;
}

.tabs_type_box {
    background-color: #00000099;
    border-radius: 6px;
}

.tabs_second_box {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ffffff33;
    display: flex;
    justify-content: center;
}
#swiper3 .swiper-slide{
    width: auto;
    height: 44px;
}
.tabs_second_box span {
    min-width: 66px;
    height: 44px;
    line-height: 44px;
    padding: 0 5px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
}

.second_tab_active {
    border-bottom: 2px solid #5085FB;
}

#swiper2 {
    padding: 10px 7px;
}

#swiper2 .swiper-slide {
    width: 70px;
    height: 70px;
    cursor: pointer;
}
#swiper2 .swiper-slide:last-child {
    margin-right: 0px !important;
}
#swiper2 .swiper-slide.on .animation_title {
    display: block;
    padding-left: 100%;
    transform: translateX(-0%);
    animation: marquee 4.5s linear 0s infinite normal;
    -webkit-animation: marquee 4.5s linear 0s infinite normal;
}
.name_box_second span {
    width: max-content;
    white-space: nowrap;
}

.groupViewItem .icon_check {
    display: none;
}
.groupViewItem .icon_check.on{
    display: block;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.second_swiper img {
    height: 70px;
    width: 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.orientation{
    display: flex;
    justify-content: center;
    height: 38px;

}



.orientation-scene {
    width: 80px;
    max-width: 80px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    background-color: #00000080;
    text-align: center;
    cursor: pointer;
    margin: 5px;
}

/* 选中样式 */
.orientation-scene.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}


.second_swiper img.img_check {
    border: 2px solid #5085FB;
}

.name_box_second {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: calc(100% - 4px);
    overflow: hidden;
    margin-left: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    z-index: 11;
    background-color: #00000080;
    padding: 0 5px;
}

.bottom_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.bottom_menu p {
    font-size: 12px;
    color: #fff;
    min-width: 48px;
    max-width: 84px;
    text-align: center;
    overflow: hidden;
    height: 18px;
    z-index: 1;
}

.bottom_menu_item {
    min-width: 48px;
    max-width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.fixed_svg_box {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .6);
    border: 2px solid rgba(0, 0, 0, .4);
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg_fixed_icon {
    width: 22px;
    height: 22px;
}


/* 鍙充晶鎮诞鑿滃崟鏍� */
.navleft.on {
    left: 20px;
}

.navleft {
    position: fixed;
    top: 20px;
    text-align: center;
    left: 10;
    width: 48px;
    text-align: center;
    max-height: calc(100% - 40px);
    z-index: 2;
}

.navleft .top {
    padding: 18px 0 4px;
    cursor: pointer;
    background: rgba(13, 12, 35, .8);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    box-shadow: 0 0 0 1px #191f2d;
}

.navleft .top .sublitbody {
    margin-top: 15px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.navleft .bottom {
    padding: 18px 0 18px !important;
    margin-top: 20px;
    height: calc(100% - 86px);
    background: rgba(13, 12, 35, .8);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    box-shadow: 0 0 0 1px #191f2d;
}

.navleft .bottom .bottommenuu {
    height: 100%;
}

.scrollbar {
    padding-right: 0 !important;
}

.navleft .bottom .Tab_nav_scrollmenu {
    padding: 6px 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navleft .Tab_nav_scrollmenu {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.navleft .iconfont {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.iconfont {
    display: inline-block;
    text-align: center;
}

.navleft .title {
    display: block;
    color: #fff;
    margin-top: 6px;
    font-size: 12px;
}

.navleft .on .iconfont {
    color: #5085fb;
}

.navleft .on .title {
    color: #5085fb;
}
.bottom_tabs_fixed {
    animation: fadenum 2s 1;
}

@keyframes fadenum {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    90% {
        opacity: 0.9;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}


.lock.windowBody {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    text-align: center;
    padding: 40px 0;
    z-index: 1000000
}

.lock .title {
    font-size: 24px;
    font-weight: 500;
    color: #333
}

.lock .title .icon_suo {
    color: #333;
    font-size: 24px
}

.lock .tinput {
    position: relative
}

.lock .tinput .locktips {
    position: absolute;
    color: red;
    bottom: -24px;
    left: 40px
}

.lock .tinput input {
    display: block;
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    border: 1px solid #979797;
    border-radius: 6px;
    margin: 24px 40px 32px;
    color: #000;
    padding: 0 12px;
    text-align: center;
    font-size: 14px
}

.lock .tinput .iconfont {
    position: absolute;
    top: 50%;
    color: #000;
    transform: translateY(-50%);
    right: 38px;
    width: 32px;
    display: block;
    cursor: pointer
}

.gosee{
    min-width: 64px;
    height: 30px;
    font-size: 14px;
    background-color: #4e85fa;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 20px;
    display: inline-block;
    margin: 0 auto;
    -webkit-appearance: none;
    box-sizing: content-box;
    color: #fff;
    border: none;
}

.show-lock{
    animation: lock 4s forwards ;
}

@keyframes lock {
    0% {
        filter: blur(0px);
    }
    50% {
        filter: blur(0px);
    }
    60%{
        filter: blur(1px);
    }
    100%{
        filter: blur(6px);
    }
  }