/* 首页内容 */

.home_content {
    width: 100%;
    position: relative;
    background: #eeeceb;
    padding-bottom: 60px;
}

.home_content .icon {
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    background-image: url(../../icon/index/index_sprites.png);
    background-repeat: no-repeat;
}

.home_content a,
.home_content a:hover {
    color: #222;
    text-decoration: none;
}

.home_content a:hover {
    color: #FF6619;color: var(--themeColor);
    text-decoration: none;
}


/* 首屏 */

.head_nav .sort_all {
    width: 153px;
    height: 40px;
    line-height: 40px;
    background: url(../../icon/index/sortall_bg.png) no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 77px;
}


/*登录前*/

.menu_right_nologinlogo {
    color: #999;
    padding: 25px 0 30px 0;
    position: relative;
    height: 90px;
    overflow: hidden;
}

.menu_right_nologinlogo .nologin_logo {
    margin: 0 auto;
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.menu_right_nologinlogo .nologin_logo img {
    width: 64px;
    height: 64px;
}

.menu_right_nologinlogo .nologin_text {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.nologin_btn {
    text-align: center;
    position: absolute;
    bottom: 39px;
    width: 100%;
}

.nologin_btn a {
    border: 1px solid #FF661A;
    border: 1px solid var(--themeColor);
    width: 64px;
    height: 24px;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.nologin_btn a:hover {
    color: #fff;
}

.nologin_btn .orangeBtn {
    background: #FF661A;
    background: var(--themeColor);
    color: #fff;
}

.nologin_btn .whiteBtn {
    background: #FFF;
    color: #FF661A;
    color: var(--themeColor);
}

.menu_right_nologbox {
    height: 238px;
    background: url('../../icon/index/menurightnologbox_2.png');
    border-radius: 4px;
    position: relative;
}


/*登录前方盛头条*/

.msg_right .nologin_ul {
    border-bottom: none;
}

/*登录后*/

.screen_info .menu_right {
    position: absolute;
    top: 8px;
    right: 0;
    height: 382px;
    width: 220px;
    z-index: 60;
}

.menu_right_logo {
    color: #333;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 143px;
}

.menu_right_logo a {
    cursor: pointer;
}

.menu_right_logo .logo {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    margin: 20px auto;
}

.menu_right_logo img {
    width: 64px;
    height: 64px;
}

.menu_right_logo .text_w {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu_right_logo .text_l {
    margin-left: 5px;
    display: inline-block;
    max-height: 38px;
}

.menu_right_nologbox .mymenu_list {
    border-top: 1px solid #ccc;
    width: 210px;
    margin: 0 auto;
}


/*登录后方盛头条*/

.msg_right {
    background: #fff;
    margin-top: 8px;
    z-index: 60;
    padding: 8px;
    height: 120px;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px;
}

.msg_right .point {
    float: right;
}

.msg_right .point li {
    float: left;
    margin: 0 9px 0 0;
    width: 4px;
    height: 4px;
    background: #A8A8A8;
    font-size: 0;
    overflow: hidden;
    line-height: 12px;
}

.msg_right .point li.current {
    background: #FF661A;
    background: var(--themeColor);
}

.msg_right .nologin_ul {
    clear: both;
    padding-top: 9px;
    padding-bottom: 10px;
}

.msg_right .nologin_ul li {
    height: 23px;
    line-height: 23px;
    color: #333;
    vertical-align: top;
    overflow: hidden;
    width: 157px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    background: url("../../../static/icon/index/icon_notice_2.png") no-repeat 0 0;
}

.msg_right .point {
    float: right;
}

.msg_right .point li {
    float: left;
    margin: 0 9px 0 0;
    width: 4px;
    height: 4px;
    background: #A8A8A8;
    font-size: 0;
    overflow: hidden;
    line-height: 12px;
}

.msg_right .point li.current {
    background: #FF661A;
    background: var(--themeColor);
}

.msg_right .nologin_ul {
    padding-top: 9px;
    padding-bottom: 10px;
    float: left;
    width: 220px;
}

.msg_right .nologin_ul li {
    height: 23px;
    line-height: 23px;
    color: #333;
    vertical-align: top;
    overflow: hidden;
    width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    background: url("../../../static/icon/index/icon_notice.png") no-repeat 0 0;
}

.msg_right h3 .banner_nav {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: right;
    top: 0;
    right: 0
}

.msg_right h3 .banner_nav span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FF0000;
    margin: 0 4px;
    cursor: pointer;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.msg_right h3 .banner_nav span.on {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}


/*我的订单列表*/

.mymenu_list ul {
    padding: 24px 0 0;
    overflow: hidden;
}

.mymenu_list ul li {
    float: left;
    width: 50px;
    margin: 0 4px 0 14px;
    text-align: center;
    position: relative;
}

.mymenu_list ul li span {
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: url("../../icon/index/numback.png");
    position: absolute;
    top: -9px;
    right: -9px;
}


/* 10月转盘需求 */

.rota_dia_out {
    position: relative;
    width: 479px;
    height: 445px;
    margin-left: 40px;
}

.rota_dia_out .rota_close {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../../icon/index/activity_close.png") no-repeat center top;
    background-size: 25px;
    left: 375px;
}

.rota_dia {
    width: 479px;
    height: 392px;
    background: url("../../icon/index/bg_pop.png") no-repeat center top;
    color: #FF6726;
    color: var(--themeColor);
    text-align: center;
    position: relative;
}

.rota_dia .rota_tit {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    padding-top: 100px;
}

.rota_dia .rota_p {
    line-height: 25px;
    font-size: 16px;
}

.rota_dia .rota_btn {
    text-align: left;
    position: absolute;
    bottom: 88px;
}

.rota_dia .rota_btn a {
    display: inline-block;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #DA994A;
    color: var(--themeColor);
    margin-left: 166px;
}

.rota_dia .rota_check {
    position: absolute;
    bottom: 35px;
    color: rgb(255, 255, 255);
    width: 107px;
    right: 80px;   
}

.rota_dia .checkbox_s {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../../icon/index/rota_check.png") no-repeat center top;
    margin-right: 10px;
    vertical-align: middle;
    background-size: 13px;
}

.rota_dia .checkbox_s.check_on {
    background: url("../../icon/index/rota_check_on.png") no-repeat center top;
    background-size: 13px;
}

/*改写中奖弹框样式*/

#jeBoxrotation {
    background: none;
    box-shadow: none;
}

/* 资源位 */

.resourcebitbox {
    position: absolute;
    top: 382px;
    left: 50%;
    margin-left: -370px;
    overflow: hidden;
    z-index: 60;
}

.resourcebitbox li {
    float: left;
    margin-right: 10px;
    width: 138px;
    height: 120px;
    opacity: 0.79;
    background: #474747;
}

.resourcebitbox li:first-child {
    margin: 0 10px 0px 0px;
}

.resourcebitbox li:last-child {
    margin: 0 10px 0px 0px;
}

.resourcebitbox li img {
    width: 138px;
    height: 120px;
}


/*导航栏入口css*/

.header .nav li.enterCss {
    border-bottom: 2px solid #FF661A;
    border-bottom: 2px solid var(--themeColor);
}

.header .nav li.enterCss a {
    color: #FF661A;
    color: var(--themeColor);
}


/* 首页内容 */


/* 首屏 */

.oaber {
    width: 100%;
    background: #fff;
}

.home_content .nav {
    height: 42px;
    width: 100%;
    clear: both;
    background: #fff;
}

.home_content .nav ul {
    width: 980px;
    margin: 0 auto;
    padding-left: 220px;
}

.home_content .nav li {
    float: left;
    margin: 0 0 0 32px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}

.home_content .nav li .com_down {
    background: url("../../images/home/nav_down_518.png") no-repeat right 2px;
    padding-right: 20px;
    position: relative;
}

.home_content .nav li .com_down:after {
    font-family: "iconfontxfs" !important;   
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e63f";
    color: #cc6813;
    color: var(--themeColor);
    font-size: 24px;
    display: block;
    width: 24px;
    height: 12px;
    position: absolute;
    top: -23px;
    right: -5px; 
    font-weight: normal;
}

.home_content .screen_first {
    width: 100%;
    position: relative;
}

.screen_first .ban_circle_bg li {
    display: none;
    width: 100%;
    height: 460px;
}

.screen_first .ban_circle_bg li.bg_hover {
    display: block;
}

.screen_first .ban_circle {
    width: 744px;
    height: 382px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -372px;
    overflow: hidden;
    z-index: 60;    
    border-radius: 4px;
}

.ban_circle .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100000px;
}

.ban_circle .img li {
    float: left;
}

.ban_circle .img img {
    width: 744px;
    height: 382px;
}

.ban_control .ban_btn {
    display: none;
    width: 35px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 99;
}

.ban_circle:hover .ban_control .ban_btn {
    display: block;
}

.ban_control .ban_prev {
    left: 10px;
    background: url(../../images/prev.png) no-repeat center;
}

.ban_control .ban_next {
    right: 10px;
    background: url(../../images/next.png) no-repeat center;
}

.ban_circle .banner_nav {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.ban_circle .banner_nav span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    cursor: pointer;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.ban_circle .banner_nav span.on {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}


/*方盛头条*/

.msg_right h3 {
    width: 204px;
    height: 24px;
    border-radius: 4px;
    opacity: 1;
    background: linear-gradient(90deg, #FF6726 1%,#fff 100%);
    background: linear-gradient(90deg, var(--themeColor) 1%,#fff 100%);
}

.msg_right h3 a.logo {
    float: left;
    line-height: 90px;
    width: 110px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    margin-left: 8px;
}

.msg_right h3 a.logo:hover {
    color: #fff;
}

.msg_right h3 a.ztyj {
    height: 28px;
    width: 152px;
    position: relative;
    top: -3px;
}

.msg_right .msg_con {
    position: absolute;
    height: 96px;
    width: 612px;
}

.msg_right ul {
    clear: both;
    padding-top: 9px;
}

.msg_right li {
    line-height: 22px;
    color: #333;
    vertical-align: top;
    overflow: hidden;
}

.msg_right li div {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msg_right li a {
    padding: 0 0 0 38px;
    /* background: url("../../icon/index/icon_notice_2.png") no-repeat 0 0; */
    position: relative;
}
.msg_right li a::before{
    font-family: "iconfontxfs" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e63d";
    color: #cc6813;
    color: var(--themeColor);
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.pagination {
    position: absolute;
    right: 0;
    top: 14px;
    text-align: center;
    bottom: 5px;
    width: 23%;
    height: 20px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #a8a8a8;
    margin-right: 9px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #FF661A;
    background: var(--themeColor);
}

.new_wrap_box .hidea {
    margin-top: 300px;
}

.domain_nologinlogo img {
    width: 220px;
    height: 100px;
    border-radius: 4px 4px;
}

.domain_nologinlogo span {
    margin-top: 65px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
}

.domain_right_logo {
    padding: 0;
    height: 143px;
}

.domain_logiin {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.domain_logiin img {
    display: block;
    width: 220px;
    height: 100px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.domain_nologinlogo_btn {
    line-height: 125px;
}

.domain_logiin span {
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
}

#domain_not {
    display: none;
}

.screen_info {
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.screen_info .nav_left {
    width: 220px;
    height: 390px;
    float: left;
    position: relative;
    z-index: 999;
}

.screen_info .nav_left h3 {
    width: 220px;
    height: 42px;
    padding: 0;
    position: absolute;
    top: -42px;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    cursor: default;
    background: #FF6619;
    background: var(--themeColor);
    font-weight: normal;
    border-radius: 4px 4px 0 0;
}

.screen_info .nav_left h3 .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin: 9px 8px 0 24px;
    background: url("../../images/home/nav_all_518.png") no-repeat 0 0;
}

.screen_info .nav_left .cate_pop {
    display: none;
    height: 382px;
    top: 8px;
}
.screen_info .nav_left .nav_head {
    position: absolute;
    top: -40px;
    display: none;
}

.screen_info .nav_left .nav_head:hover {
    top: -50px
}

.screen_info .nav_left .cate_menu {
    position: relative;
    width: 220px;
    top: 8px;
    background-color: #222;
    font-size: 12px;
    color: #FFF;
    padding-top: 8px;
    height: 374px;
    border-radius: 4px;
}

.screen_info .nav_left .cate_menu a {
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.screen_info .nav_left .cate_menu li {
    height: 36px;
    line-height: 36px;
}

.screen_info .nav_left .cate_menu li.hoveron {
    background: #fff;
}

.screen_info .nav_left .cate_menu li.hoveron a,
.screen_info .nav_left .cate_menu li.hoveron a:hover,
.screen_info .nav_left .cate_menu li a:hover {
    color: #333;
    height: 36px;
    line-height: 36px;
}

.screen_info .nav_left li:hover a {
    color: #222;
}

.screen_info .nav_left li .icon01 {
    background-position: 0 0px;
}

.screen_info .nav_left li .icon02 {
    background-position: -30px 0px;
}

.screen_info .nav_left li .icon03 {
    background-position: -60px 0px;
}

.screen_info .nav_left li .icon04 {
    background-position: -90px 0px;
}

.screen_info .nav_left li .icon05 {
    background-position: -120px 0px;
}

.screen_info .nav_left li .icon06 {
    background-position: 0px -30px;
}

.screen_info .nav_left li .icon07 {
    background-position: -30px -30px;
}

.screen_info .nav_left li .icon08 {
    background-position: -60px -30px;
}

.screen_info .nav_left li .icon09 {
    background-position: -90px -30px;
}

.screen_info .nav_left li .icon010 {
    background-position: -120px -30px;
}

.screen_info .nav_left .cate_pop li {
    color: #808080;
    font-size: 14px;
    height: auto;
    line-height: 30px;
}

/* 通栏 */

.ban_floor {
    width: 100%;
    margin: 20px auto 0;
    height: 80px;
    overflow: hidden;
}

.ban_floor img {
    display: block;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}


/* 场景采购 */

.nav_sort {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    border-top: 2px solid #FF661A;
    border-top: 2px solid var(--themeColor);
}

.nav_sort ul {
    width: 1210px;
}

.nav_sort li {
    float: left;
    width: 190px;
    height: 144px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-right: 12px;
}

.nav_sort li:first-child+li+li+li+li+li {
    margin-right: 0;
}

.nav_sort .ceshi li {
    width: 285px;
}

.nav_sort .ceshi5 li {
    width: 228px
}

.nav_sort ul li {
    overflow: hidden;
}

.nav_sort ul li a {
    display: block;
    color: #fff;
    position: relative;
}

.nav_sort ul li a span {
    position: absolute;
    display: block;
    padding-top: 20%;
    width: 100%;
    top: 0;
}

.nav_sort_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    height: 60px;
    padding: 10px 0;
    z-index: 100;
}

.nav_sort_fix .nav_sort {
    margin: 0 auto;
}

.nav_sort_fix li {
    height: 60px;
}

.nav_sort_fix li span {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    padding-top: 0 !important;
    text-align: center;
    padding-left: 5%;
}

.nav_sort ul li .navbg_img {
    cursor: pointer;
    transition: all 0.6s;
}

.nav_sort ul li:hover .navbg_img {
    transform: scale(1.2);
}


/* 楼层 */

.floor {
    width: 1200px;
    margin: 30px auto 0;
}

.floor a:hover {
    color: #333;
}

.floor .title {
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}

.floor .title span {
    display: inline-block;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.floor .title p {
    display: inline-block;
    font-size: 26px;
    color: #333;
    margin-left: 10px;
}

.floor .title a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    color: #666;
}

.floor .title a:hover {
    color: #FF661A;
}
.screen_first .swiper-button-next,
.screen_first .swiper-button-prev,
.screen_first .swiper-button-next:hover,
.screen_first .swiper-button-prev:hover {
    background-size: 50%!important;
    background-position: center!important;
}


/*热门品牌*/

.hotbrand {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.newtitle {
    color: #333;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.newtitle_ch {
    font-size: 24px;
    font-weight: bolder;
    padding-right: 10px;
}

.newtitle_en {
    font-size: 26px;
    font-weight: lighter;
}

.hotbrand .newtitle_more {
    float: right;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
}

.hotbrand .newtitle_more span {
    float: left;
    color: #333;
    font-size: 12px;
}

.hotbrand .newtitle_more span:first-child {
    font-weight: bold;
    position: relative;
    top: 2px;
    right: 5px;
}

.hotbrand .newtitle_more img {
    width: 15px;
    height: 15px;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
}

.hotbrand .hotbrand_con {
    width: 1200px;
    height: 180px;
    border-top: 2px solid #FF661A;
    border-top: 2px solid var(--themeColor);
    clear: both;
}

.hotbrand_con .tab1 {
    border: 1px solid #e8e8e8;    
    border-top: none;
    float: left;
    width: 178px;
    height: 179px;
    overflow: hidden
}

.hotbrand_con .tab2 {
    border-bottom: 1px solid #e8e8e8;
    float: left;
    width: 1020px;
    height: 179px;
    overflow: hidden
}

.hotbrand_con .tab1 img {
    display: block;
    width: 150px;
    height: 67px;
    margin: 57px auto 0;
}

.hotbrand_con .tab2 li {
    float: left;
    width: 169px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 89px;
    overflow: hidden;
}

.hotbrand_con .tab2 li img {
    display: block;
    width: 130px;
    height: 58px;
    margin: 16px auto 0;
}


/*拉幕*/

.ban_draw {
    width: 100%;
    position: relative;
    background: #f1b03d;
    background: var(--themeColor);
    overflow: hidden;
}

.ban_draw .pic {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: block;
}

.ban_draw .pic img {
    display: block;
    width: 1200px;
    height: 500px;
}

.ban_draw .close {
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 60px;
    background: url(../../icon/index/close.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: 570px;
    top: 37px;
}


/*底部浮窗*/

.ban_bottom {
    width: 1920px;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 999;
    overflow: hidden;
}

.ban_bottom .pic,
.ban_bottom .pic img {
    display: block;
    width: 1920px;
    height: 100px;
}

.ban_bottom .close {
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 60px;
    background: url(../../icon/index/close.png) no-repeat 0 0;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: 572px;
    cursor: pointer;
}


/*活动弹窗*/

.ban_activity {
    width: 400px;
    height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -200px;
    z-index: 999;
    overflow: hidden;
}

.ban_activity .pic,
.ban_activity .pic img {
    display: block;
    width: 400px;
    height: 300px;
}

.ban_activity .close {
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 60px;
    background: url(../../icon/index/close.png) no-repeat 0 0;
    position: absolute;
    right: 17px;
    top: 17px;
}


/*首页导航栏固定顶部*/

.fixed_header {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 80px;
    box-shadow: 0 4px 4px 0 rgba(224, 224, 224, 0.50);
    width: 100%;
}

.fixed_header .lodo_01 {
    height: 60px;
    line-height: 60px;
}

.fixed_header .lodo_01 img {
    height: 50px;
    width: auto;
    margin-top: 8px;
}

.fixed_header .key_word {
    display: none;
}

.fixed_header .search_box {
    margin-top: 19px;
}

.fixed_header .cart {
    margin-top: -11px;
}

.fixed_header .logo {
    padding: 0;
}


/*弹窗公用*/

.pro_masks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10011;
}

.pro_masks .masks_bg {
    border: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.pop_win {
    background: #fff;
    box-shadow: 0 2px 17px 12px rgba(0, 0, 0, 0.10), 0 2px 17px 12px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.pop_win .icon {
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    background-image: url(../../icon/index/index_pop_sprites.png);
    background-repeat: no-repeat;
}

.pop_win .btn_bottom {
    text-align: center;
}

.pop_win .btn_or {
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #FF661A;
    background: var(--themeColor);
    text-decoration: none;
    border-radius: 2px;
}

.pop_win .btn_or:hover {
    background: #cc6813;
    background: var(--themeColor);
}

.pop_win .btn_or:active {
    background: #b15b14;
    background: var(--themeColor);
}


/*第一步弹窗*/

.pro_masks .pop_password_01 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -175px 0 0 -370px;
}

.pop_password_01 {
    width: 740px;
    height: 350px;
    text-align: center;
}

.pop_password_01 .icon_cue {
    background-position: 0 0;
    width: 68px;
    height: 68px;
    margin: 85px 0 25px;
}

.pop_password_01 span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.pop_password_01 .btn_or {
    margin: 55px auto 0;
}


/*第二步弹窗*/

.pro_masks .pop_password_02 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -270px 0 0 -370px;
}

.pop_password_02 {
    width: 740px;
    height: 540px;
}

.pop_password_02 h3 {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #C5CCD6;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
}

.pop_password_02 .step {
    width: 498px;
    margin: 70px auto 0;
}

.pop_password_02 .step li {
    float: left;
    width: 166px;
    position: relative;
    text-align: center;
}

.pop_password_02 .step li span {
    display: block;
    padding-top: 30px;
    color: #999;
}

.pop_password_02 .step li i {
    position: absolute;
    top: 9px;
    left: -3px;
    border-radius: 100px;
    width: 172px;
    background: #CBCBCB;
    height: 5px;
}

.pop_password_02 .step li:last-child em {
    background: url(../../icon/index/index_pop_sprites.png) no-repeat 0 -70px;
}

.pop_password_02 .step li em {
    display: inline-block;
    position: absolute;
    left: 71px;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #D8D8D8!important;
    font: normal 12px/24px Arial;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
}

.pop_password_02 .step li.curr {
    z-index: 10;
}

.pop_password_02 .step li.curr em,
.pop_password_02 .step li.curr i {
    background-color: #60C042!important;
}

.pop_password_02 .step li.curr span {
    color: #60C042;
}

.pop_password_02 .info {
    clear: both;
    padding-top: 47px;
}

.pop_password_02 .info .clearfix {
    padding-bottom: 30px;
    color: #666;
}

.pop_password_02 .info label {
    float: left;
    width: 250px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
}

.pop_password_02 .info input {
    float: left;
    width: 250px;
    height: 24px;
    border: 1px solid #d3d3d3;
    padding-left: 5px;
    width: 160px;
}

.pop_password_02 .info .code {
    float: left;
    background: #F5F4F4;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    height: 24px;
    padding: 0 24px;
    text-align: center;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    margin-left: 20px;
}

.pop_password_02 .info img {
    float: left;
    width: 112px;
    height: 26px;
    margin-left: 10px;
}

.pop_password_02 .info .pic {
    float: left;
    line-height: 26px;
    margin-left: 10px;
    color: #666;
    text-decoration: none;
}

.pop_password_02 .info .pic:hover {
    color: #FF661A;
    color: var(--themeColor);
}

.pop_password_02 .btn_or {
    margin: 50px auto 0;
}

.pop_password_02 .inv-ipt {
    position: relative;
}

.pop_password_02 .inv-ipt .invisible {
    position: absolute;
    left: 405px;
    top: 5px;
    width: 17px;
    height: 15px;
    background: url(../../icon/index/index_pop_sprites.png) no-repeat -24px -70px;
    overflow: hidden;
    cursor: pointer;
}

.pop_password_02 .inv-ipt .invisible.visible {
    background-position: -44px -70px;
}

.pop_password_02 .info_ok {
    clear: both;
    padding: 90px 0 0 300px;
    position: relative;
    line-height: 30px
}

.pop_password_02 .icon_ok {
    width: 50px;
    height: 50px;
    background-position: 0 -100px;
    position: absolute;
    left: 228px;
}

.pop_password_02 .info_ok .text {
    font-size: 22px;
    font-weight: bold;
}

.pro_masks .pop_area {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -175px 0 0 -370px;
}

.pop_area {
    width: 650px;
    height: 400px;
    text-align: center;
}


/*新品上架 产品促销*/

.newpdcyprmtion {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding: 22px 0 0;
}

.newpdcyprmtion .tabnav {
    height: 52px;
    margin-left: -30px;
}

.newpdcyprmtion .tabnav li {
    float: left;
    padding-left: 30px;
    font-size: 24px;
    line-height: 52px;
    cursor: pointer;
    font-weight: bold;
}

.newpdcyprmtion .tabnav li:after {
    content: " ";
    float: right;
    width: 1px;
    height: 14px;
    overflow: hidden;
    background: #ccc;
    margin: 19px 0 0 30px;
}

.newpdcyprmtion .tabnav li:last-child:after {
    display: none;
}

.newpdctprmionbox {
    background: #fff;
    clear: both;
    position: relative;
}

.newpdctprmionbox .new_btn {
    position: absolute;
    top: 118px;
    width: 24px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    z-index: 999;
}

.newpdctprmionbox .new_btn.new_prev {
    left: 0;
    background-image: url("../../images/home/ban_prev.png");
}

.newpdctprmionbox .new_btn.new_next {
    right: 0;
    background-image: url("../../images/home/ban_next.png");
}

.newpdctprmionbox li a {
    float: left;
    width: 200px;
    margin: 0 13px;
    height: 276px;
    overflow: hidden;
}

.newpdctprmionbox img {
    display: block;
    width: 168px;
    height: 168px;
    margin: 10px auto 0;
}

.newpdctprmionbox .specebox,
.newpdctprmionbox .count-name,
.newpdctprmionbox .pricebox {
    width: 180px;
    margin: 0 auto;
}

.newpdctprmionbox .specebox {
    height: 24px;
    line-height: 24px;
    text-align: right;
    color: #666;
}

.newpdctprmionbox .count-name {
    height: 36px;
    line-height: 18px;
}

.newpdctprmionbox .pricebox {
    font-size: 18px;
    font-weight: bold;
    color: #F20C0C;
    margin-top: 5px;
}

.newpdctprmionbox .new_wrap_box {
    width: 1130px;
    margin: 0 35px;
    height: 276px;
    overflow: hidden;
    position: relative;
    padding-top: 22px;
}

.new_wrap_box ul {
    height: 276px;
    position: absolute;
}

.newpdcyprmtion .tabnav li.current {
    color: #FF661A;
    color: var(--themeColor);
}


/* 楼层 */

.confloor {
    width: 1200px;
    margin: 24px auto 0;
}

.confloor .title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 8px;
}

.confloor .confloor_banner {
    float: left;
    width: 200px;
    height: 532px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 8px 0 0 8px;
}

.confloor_banner ul {
    padding: 16px 0 0 16px;
}

.confloor_banner li {
    float: left;
    margin: 8px 0 0 8px;
}

.confloor_banner li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.confloor_banner li a:hover {
    background-color: #808080;
    background-color: rgba(34, 34, 34, 0.5);
    color: #fff;
}

.confloor .confloor_goods {
    float: left;
    width: 784px;
    background: #fff;
}

.confloor_goods li {
    float: left;
    width: 196px;
    height: 266px;
    overflow: hidden;
    background: url("../../images/home/floor_sku.png") no-repeat 102px 230px;
}

.confloor_goods li {
    float: left;
    width: 196px;
    height: 266px;
    overflow: hidden;
    position: relative;
}
.confloor_goods li .buy {
    width: 70px;
    height: 24px;
    border-radius: 4px;   
    position: absolute;
    bottom: 12px;
    right: 16px;
    text-align: left;
    line-height: 23px;
    color: #fff;
    padding-left: 8px;
    background: #FF661A;    
    background: var(--themeColor);
}
.confloor_goods li .buy::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61a";
    color:#fff;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.confloor_goods .countbox img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 12px auto;
}

.confloor_goods .countbox .specebox {
    position: absolute;
    bottom: 14px;
    right: 20px;
    color: #666;
}

.confloor_goods .countbox .count-name {
    height: 30px;
    line-height: 15px;
    width: 160px;
    margin: 0 auto;
}

.confloor_goods .countbox .recommend {
    background: linear-gradient(90deg, rgba(238, 236, 235, 1) 0%, rgba(238, 236, 235, 0) 100%);
    height: 24px;
    width: 160px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    padding: 0 0 0 4px;
    margin: 4px auto 0;
}

.confloor_goods .countbox .pricebox {
    font-size: 16px;
    width: 164px;
    margin: 10px auto 0;
    color: #F20C0C;
    font-weight: bold;
}

.confloor .confloor_right {
    float: right;
    width: 200px;
    height: 532px;
    background: #F5F5F5;
    border-radius: 0 8px 8px 0;
    padding: 0 8px;
}

.confloor_right .title {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 0 0 4px;
    background: url("../../images/home/floor_hot.png") no-repeat 88px 11px;
}

.confloor_right .ranking_list li {
    height: 97px;
}

.confloor_right .ranking_list li a {
    display: block;
    height: 89px;
    position: relative;
    /* background: url("../../images/home/floor_buy.png") no-repeat 170px 46px; */
    padding: 8px 0 0 68px;
}

.confloor_right .ranking_list li a::after{
    font-family: "iconfontxfs" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e640";
    color: #FF6619;
    color: var(--themeColor);
    position: absolute;
    right: 0;
    bottom: 30px;
}

.ranking_list li .icon_num {
    display: block;
    width: 16px;
    height: 26px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 22;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ranking_list li.number01 .icon_num {
    background-image: url("../../images/home/bang01.png");
}

.ranking_list li.number02 .icon_num {
    background-image: url("../../images/home/bang02.png");
}

.ranking_list li.number03 .icon_num {
    background-image: url("../../images/home/bang03.png");
}

.ranking_list li.number04 .icon_num {
    background-image: url("../../images/home/bang04.png");
}

.ranking_list li.number05 .icon_num {
    background-image: url("../../images/home/bang05.png");
}

.ranking_list img {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 8px;
    left: 4px;
    overflow: hidden;
}

.ranking_list .count-name {
    width: 128px;
    line-height: 15px;
    height: 30px;
}

.ranking_list .pricebox {
    font-weight: bold;
    color: #F20C0C;
    margin-top: 10px;
    font-size: 14px;
}

.ranking_list .purchased {
    background: linear-gradient(90deg, rgba(238, 236, 235, 1) 0%, rgba(238, 236, 235, 0) 100%);
    width: 124px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 4px;
    border-radius: 4px;
    overflow: hidden;
    color: #999;
}


/*侧边栏*/

.home_sidebar {
    width: 100px;
    position: fixed;
    border-radius: 4px;
    left: 50%;
    bottom: 100px;
    margin-left: -722px;
    background: url("../../icon/index/icon_sidebar.png") no-repeat center 0;
    padding: 56px 0 0;
    display: none;
}

.home_sidebar ul {
    background: #fff;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.home_sidebar li {
    text-align: left;
    position: relative;
}

.home_sidebar li a {
    display: block;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.home_sidebar li:last-child {
    background: url("../../images/backtop_518.png") no-repeat -282px 8px;
    color: #808080;
    height: 30px;
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
}

.home_sidebar li a:hover,
.home_sidebar li a.current {
    color: #fff;
    background: #FF661A;
    background: var(--themeColor);
}

.home_content .nav .ffzx_munu {
    padding-right: 0;
}


/*场景采购*/

.scene_con {
    width: 1200px;
    margin: 0 auto;
}

.scene_con .title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.scene_con .nav_left {
    float: left;
    width: 240px;
    height: 306px;
    background: url(../../images/scence_lf_2.png) no-repeat center;
    position: relative;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.scene_con .scene_list {
    float: left;
    width: 960px;
    height: 306px;
    overflow: hidden;
    position: relative;
    border-radius: 0 4px 4px 0;
}

.scene_con .scene_list li {
    float: left;
    width: 240px;
    height: 306px;
    position: relative;
    z-index: 1;
}

.scene_con .scene_list li img {
    width: 100%;
    height: 100%;
}

.scene_con .scene_list .btn a {
    position: absolute;
    top: 135px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    z-index: 88;
}

.scene_con .scene_list .btn a.ban_prev {
    background: url("../../icon/index/scene_left.png") no-repeat 0 0;
    left: 0;
}

.scene_con .scene_list .btn a.ban_next {
    background: url("../../icon/index/scene_right.png") no-repeat 0 0;
    right: 0;
}

.scene_con .sce_in_box {
    position: absolute;
    width: 240px;
    height: 112px;
    bottom: 0;
}

.scene_con .sce_in_box .sce_in_bg {
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
}

.scene_con .sce_in_box .sce_in_text {
    margin-top: 41px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.scene_con .sce_in_box .sce_in_text p {
    margin: 0 22px;
    background: url(../../images/right_o.png) no-repeat right center;
    text-align: left;
    height: 24px;
    line-height: 24px;
}

.scene_con .sce_in_box .sce_in_text em {
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #FF6619;
    background: var(--themeColor);
    margin-left: 22px;
    position: relative;
    top: -5px;
}

.scene_con .scene_list li:nth-child(odd) .sce_in_box {
    top: 0;
}

.scene_con .sce_in_box:hover .sce_in_bg {
    background: #FF4219;
    background: var(--themeColor);
}

.scene_con .sce_in_box:hover .sce_in_text p {
    background: url(../../images/right_b.png) no-repeat right center;
}

.menu_list .row .icon img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: block;
}


/*品牌推荐*/

.confloor-brand {
    width: 1200px;
    margin: 24px auto 0;
}

.confloor-brand h3 {
    font-size: 28px;
    font-weight: bold;
}

.confloor-brand .brand-con {
    width: 1175px;
    overflow: hidden;
    padding: 0 0 0 25px;
    height: 270px;
    background: url("../../images/buy/bg_brand.png") no-repeat 0 0;
    margin-top: 14px;
    border-radius: 10px;
}

.brand-con .more {
    text-align: right;
    padding: 20px 24px 0 0;
}

.brand-con .more button {
    background: url("../../images/buy/more-yellow.png") no-repeat 53px 2px;
    border-radius: 4px;
    border: 1px solid #E4B471;
    border: 1px solid var(--themeColor);
    font-size: 12px;
    font-weight: normal;
    width: 70px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 8px;
    color: #E4B471;
    color: var(--themeColor);
    text-align: left;
}

.brand-con ul {
    width: 1160px;
    height: 196px;
    overflow: hidden;
}

.brand-con li {
    float: left;
    width: 224px;
    height: 90px;
    overflow: hidden;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    background: #fff;
}

.brand-con li a {
    width: 224px;
    height: 90px;
    display: table;
    text-align: center;
}

.brand-con li .countbox {
    display: table-cell;
    vertical-align: middle;
}

.brand-con li img {
    display: inline-block;
    max-width: 200px;
    height: auto;
}
