/* Category CSS */


/******************************************************************************************************/

/* goods page*/
#main { width: 1400px; margin: 0 auto; /* margin-top: 400px; */ position: relative;}
#main .block { width: 100%; height: auto; margin: auto; overflow: hidden; background:#1d1c1f; } 
#main .block:nth-child(3) { display: flex; justify-content: space-between; }
/* #main #ur_here { border-bottom: 1px solid #555; height: 33px; line-height: 33px; float: left; margin-left: 16px; display: inline; width: 100%; margin-top: 12px; color: #929292; padding-left: 15px; } */
#main #ur_here { width: 1400px; height:auto; margin: 20px auto; border:0; border-bottom: solid 1px #3d3c45 !important; line-height: 150%; padding: 10px 0; font-size: 14px; color: #929292; background:none; }
#main #ur_here a { color: #fff;}
#main #ur_here a:hover { color: #ff3f3f;}
/* #main .block .AreaL { width: 220px; float: left; margin-left: 16px; display: none; } */


/********** sidebar menu **********/
/* sidebar menu */
/* #main .block .AreaL { position: absolute; width: 220px; left: calc((100% - 1400px) * .5); left: -200px; } */
#main .block .AreaL { width: 200px; /* left: calc((100% - 1400px) * .5); */ left: -200px; margin: 0 15px 30px 0; }


.sidebar { width: 200px; height: auto; background: #2e2e33; position: fixed; /* left: 40px; */ left: calc((100% - 1410px) / 2 - 200px); top: 110px; padding: 0 0px;/*  display: none; */ z-index: 888; opacity: 0; transition: all .5s ease;}
.sidebar span { width: 100%; height: 60px; display: block; font-weight: 700; line-height: 60px; font-size: 16px; color: #eee; border-bottom: solid 0px #3d3c45; padding: 0 15px; background: url(images/login-bg-001.jpg) no-repeat; background-size: cover ;}
.sidebar span i { margin-right: 5px;}
.sidebar>ul>li { line-height: 50px; border-top: solid 1px #3d3c45; font-size: 14px; padding: 0 15px; position: relative; cursor: pointer;}
.sidebar>ul>li:last-child { border-bottom: solid 0px #3d3c45;}
.sidebar>ul>li>a { color:#eee; transition: all .1s ease-in-out; }
.sidebar>ul>li>a::before { content: ''; height: 7px; width: 7px; display: block; position: absolute; right: 20px; top: 22px; background: url(images/loongsoul.png) no-repeat 0px -142px ; }
.sidebar>ul>li:hover>a::after { content: ''; height: 7px; width: 7px; display: block; position: absolute; right: 20px; top: 22px; background: url(images/loongsoul.png) no-repeat 0px -150px ; }
.sidebar>ul>li:hover { background: #252529; border-top: solid 1px #252529; }
/* .sidebar ul li:hover { background: #ff3f3f; border-top: solid 1px #252529; } */
.sidebar>ul>li:hover>a { color:#ff3f3f; }

/* sidebar submenu */
.subUrl { width: 200px; position: absolute; top: 0; left: 201px; background: rgba(46, 46, 51, .95); display: none;}
.subUrl li { padding: 0 15px; color: #929292; border-top: 0px; border-bottom: solid 1px #3d3c45;}
.subUrl li:hover { color: #ff3f3f; background: rgba(37, 37, 41, .7); cursor: pointer;}
.subUrl li a { color: #fff;}
.subUrl li a:hover { color: #ff3f3f;}

#main .block .AreaR { width: calc(100% - 220px) !important; /* width: 100%; */ float: right; /* margin-right: 16px; */ display: inline; margin: 0; }
#main .block .AreaR .r_top { float: left; width: 783px; height: 17px; /* background: url(image/main_top.gif) no-repeat; */ background: none; display:none; }
#main .block .AreaR .r_middle { float: left; width: 1190px; height: auto; /* background: url(image/main_middle.gif) repeat-y; */ background: none; overflow: hidden; padding-top: 0px; }

/* ad */
.focus ul li { left: -220px;}
.focus ul li a img { object-position: 50% 80%; }

/*** slider 置顶 ***/
#full-screen-slider { width: 1400px; height: 350px; float: left; position: relative; overflow: hidden; }
#slides { display: block; width: 1000px; height: 500px; list-style: none; padding: 0; margin: 0; position: relative; display: none; }
#full-screen-slider .focus-slider { width: 100%; position: relative;}
#full-screen-slider .focus-slider .focus-mark { width: 100%; height: 100px; display: block; position:absolute; top:0; left:0; background: linear-gradient(#19191a 0%,transparent 100% ); z-index: 99;}
#full-screen-slider .focus-slider img { width: 100%; /* height: 500px; */ height:auto; object-fit: cover; /* object-position: 0 -110px; */ position:absolute; top:0; left:0;}


.r_middle .box .centerPadd { overflow: hidden; float: left; width: 100%; clear: both; /* margin-left: 15px; */ margin-left: 0 !important; }
.itemTit.New { background:none;}


.centerPadd{ overflow:hidden; float:left; width:100%; clear:both; /* margin-left:15px; */}
.centerPadd .goodsBox { float: left; padding-top: 20px; width: 100%; overflow: hidden; padding-bottom: 10px; display:flex; flex-wrap: wrap; justify-content: space-around; }
.centerPadd .goodsBox .goodsItem { /* width: 168px; float: left; height: 280px; overflow: hidden; margin: 0px 27px 10px 0px; overflow: hidden; display: inline; */ width: 280px; height: auto; display: block; overflow: hidden; margin: 0 0 15px 0; padding: 10px; transition: all .3s ease; }
.centerPadd .goodsBox .goodsItem:hover { background:#2e2e33; }
.centerPadd .goodsBox .goodsItem .g-img { width: 100%; height: 260px; display: block; overflow: hidden; object-fit: cover; }
.centerPadd .goodsBox .goodsItem .g-text { color: #969696; font-size: 14px; line-height: 150%; margin: 10px; }
.centerPadd .goodsBox .goodsItem p { width: 100%; padding: 0; }

.centerPadd .goodsBox .goodsItem p a { /* text-align: left; color: #252525; font-family: "宋体",Verdana, Arial; float: left; width: 100%; padding-bottom: 5px; */ font-size: 14px; color: #929292; width: 100% !important; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; font-family: "微软雅黑",Arial, Helvetica, sans-serif; }
.centerPadd .goodsBox .goodsItem .g-text .f1 { color: #929292 !important; font-size: 14px; line-height: 150%; background: none; text-indent: 0; font-family: "微软雅黑",Arial, Helvetica, sans-serif; font-weight: 400 !important; }
.centerPadd .goodsBox .goodsItem:hover p a { color: #fff; }
.centerPadd .goodsBox .goodsItem:hover .g-text .f1 { color: #ff3f3f !important; }
.centerPadd .goodsBox .goodsItem .goodsimg { width: 100% !important; height: 260px; object-fit: cover; border-radius: 0; transition: all .5s ease; overflow: hidden; }
.centerPadd .goodsBox .goodsItem .goodsimg:hover { transform:scale(1.1); }
.itemTit.Hot { /* background: url(image/b3.gif) no-repeat; */ background: none; }
.itemTit { /* height: 35px; */ /* background: url(image/B.gif) no-repeat; */ /* background: none; float: left; clear: both; width: 763px; */ height: 40px; font-family: '微软雅黑'; font-size: 30px; color: #fff; line-height: 150%; position: relative; background: none; padding: 0 20px; }
.itemTit .e { font-size: 14px; line-height: 150%; margin-left: 10px; }

.centerPadd .goodsBox::after { content: ""; margin-right: auto;}
.centerPadd .goodsBox .goodsItem::after { content: ""; margin-right: auto;}


.centerPadd .goodsBox2{ font-size:14px; float:left; width:100%; overflow:hidden; padding-bottom:10px; /* padding-left:8px; */ display: flex; flex-direction:row; flex-wrap: wrap; justify-content: flex-start;}
.centerPadd .goodsBox2 .goodsItem2pic { width:100%; height:240px; overflow:hidden; margin-bottom: 10px; }

.centerPadd .goodsBox2 .goodsItem2pic img { max-width: 200px !important; width:200px !important; object-fit: cover !important; transition: all .5s ease; position: relative;}
.centerPadd .goodsBox2 .goodsItem2pic img:hover { transform:scale(1.2)}
/*.centerPadd .goodsBox .more{text-align:right; clear:both; margin:0 8px 8px 0;}*/
/*单个商品*/
.goodsItem2 {width:200px; float:left; height:320px; overflow:hidden; /* margin:0px 22px 20px 0px; */ margin-right: calc((100% - 1000px) / 5); margin-bottom: 20px; overflow:hidden; display:inline; }
/* .centerPadd .goodsBox2 .goodsItem2:last-child { flex:auto; margin-left: 17px;} */
.goodsItem2 .goodsimg{width:200px; height:240px; margin-bottom:10px; float:left;}
.goodsItem2 p{ text-align:left; color:#929292 !important; /* font-family:"宋体",Verdana, Arial; */ width:200px; /* padding-bottom:5px; */}
.goodsItem2 p a{ font-size:14px; color:#929292 !important; text-decoration:none; font-weight:600; transition: all .5s ease; height:20px; width: 200px; display: block;overflow:hidden;}
.goodsItem2 p a:hover{color:#ff5036 !important; text-decoration:none;}
.goodsItem2 font{ font-family:"宋体",Verdana, Arial;font-weight:500; float:left; padding-top:1px; width:200px; background:url(image/a6.gif) no-repeat left center; text-indent:0em; display:inline-block;font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#555;}
.goodsItem2 span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
.goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
.goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
.goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}

.goodsItem2 a{ font-size:14px; color:#555 !important; text-decoration:none; font-weight:500; transition: all .5s ease;}
.goodsItem2 a:hover{color:#ff5036 !important; text-decoration:none;}

.centerPadd .goodsBox2::after { content: ""; margin-right: 38px;}
.centerPadd .goodsBox2 .goodsItem2::after { content: ""; margin-right: auto;}


.goodsItem3{width:100px; float:left; height:200px; overflow:hidden; margin:0px 9px 10px 9px; overflow:hidden; display:inline}
.goodsItem3 .goodsimg{width:100px; height:128px; margin-bottom:10px; float:left;}
.goodsItem3 p{text-align:left; color:#252525; /* font-family:"宋体",Verdana, Arial; */ float:left; width:100px; padding-bottom:5px;}
.goodsItem3 p a{color:#252525; text-decoration:none; font-weight:600}
.goodsItem3 p a:hover{color:#ff5036; text-decoration:none;}


/*模块容器*/
.box{ overflow:hidden;}
.box_1{ /* border-bottom:1px solid #3d3c45; */ background-color:#2e2e33; margin: 0;}
.box_2{ /*background:url(images/box_2Bg.gif) repeat-x top left; background-color:#edf8fe;  overflow:hidden;*/ }

.screeBox{ padding:10px; font-size:14px !important; font-weight:bold;}
.screeBox a{color:#929292; transition:all .5s ease;}
.screeBox a:hover { color:#fff; transition:all .5s ease; background:#ff3f3f; border-radius: 4px; padding:5px;}
.screeBox span {/* background:#3d3c45;  */padding:3px 5px; margin:0 3px; color:#eee; }

/* AreaL history */
/* #history_div { float: left; width: 200px; overflow: hidden; margin-top: 10px; background: #FFF; position: fixed; top: 621px; left: calc((100% - 1410px) / 2 - 200px); } */
#history_div { float: left; width: 200px; overflow: hidden; margin-top: 10px; background: #FFF; left: calc((100% - 1410px) / 2 - 200px); }
#history_div .h_title { float: left; height: 40px; width: 200px; color: #FFF; font-size: 14px; line-height: 40px; text-indent: 35px; background: #3d3c45; }
#history_list { float: left; border: 0; width: 200px; padding: 10px; border-top: none; background: #2e2e33; }
#history_list a { font-size:12px !important; color:#929292 !important; transition: all 0.5s ease;}
#history_list a:hover { color:#ccc !important;}
#history_list dl dt img { width: 80px !important; height: 80px !important; object-fit: cover !important;}
#history_list dl { width: 180px; float: left; margin-top: 10px; position: relative; }
#history_list dl dt { width: 90px; float: left; }
#history_list dl dd { width: 90px !important; position:absolute; right:0; }
#history_list dl dd.red { width: 90px !important; position:absolute; right:0; bottom:0; font-size: 13px !important; }

/* #category_tree{ width: 200px; height: auto; background: #2e2e33; position: fixed; left: 40px; left: calc((100% - 1410px) / 2 - 200px); top: 110px; padding: 0 0px; display: none; z-index: 888; opacity: 0; transition: all .5s ease;} */
#category_tree{ width: 200px; height: auto; background: #2e2e33; left: calc((100% - 1410px) / 2 - 200px); top: 110px; padding: 0 0px; opacity: 1; transition: all .5s ease;}
#category_tree .bar{ width: 100%; height: 60px; display: block; font-weight: 700; line-height: 60px; font-size: 16px; color: #eee; border-bottom: solid 0px #3d3c45; padding: 0 15px; background: url(images/login-bg-001.jpg) no-repeat; background-size: cover; text-align: center;}
#category_tree .bar a{ width:175px; height:48px; font-size:16px; text-indent:2em; color: #eee;}
#category_tree .bar i { margin-right: 5px;}

#category_tree .bar2{ float:left; background:url(image/a-1.gif) no-repeat; width:175px; height:48px; font-size:0px;}
#category_tree .bar2 a{ color:#000;width:175px; height:48px; font-size:0px; display:block}

#category_tree .c_t_top{ float:left; background:url(image/category_tree_top.gif) no-repeat; width:175px; height:18px; margin-top:20px;}

#category_tree .c_t_middle{ float:left; width:200px; background:url(image/category_tree_middle.gif) repeat-y; padding: 0; position: relative; }


#category_tree .c_t_bottom{ float:left; width:200px; height:9px; background:url(image/category_tree_bottom.gif) no-repeat}

#category_tree .c_t_middle .normal { width:200px; line-height: 50px; border-top: solid 1px #3d3c45; font-size: 14px; padding: 0; padding:0 55px; margin:0; cursor: pointer; display:block; transition: all .5s ease; position:relative; background: #2e2e33;}
#category_tree .c_t_middle .over { width:200px; line-height: 50px; border-top: solid 1px #3d3c45; font-size: 14px; padding: 0;  padding:0 65px; margin:0; cursor: pointer; display:block; color:#ff3f3f; transition: all .5s ease; position:relative; background: rgba(0, 0, 0, .3);}

#category_tree .c_t_middle .normal a {color: #eee; transition: all .1s ease-in-out; position:relative;}
#category_tree .c_t_middle .over a { width:200px; color: #ff3f3f; height:50px; line-height:50px; font-weight:bolder; font-size:14px; display: block; position:relative;}

#category_tree .c_t_middle .normal>a::before { content: ''; height: 7px; width: 7px; display: block; position: absolute; right: -40px; top: 6px; background: url(../../themes/default-01/images/loongsoul.png) no-repeat 0px -142px ; }
#category_tree .c_t_middle .over>a::after { content: ''; height: 7px; width: 7px; display: block; position: absolute; right: 110px; top: 21px; background: url(../../themes/default-01/images/loongsoul.png) no-repeat 0px -150px ; }

#category_tree .c_t_middle .normal ul {display: none}
#category_tree .c_t_middle .over ul { z-index: 10; position: absolute; top: 0; left: 201px; background: rgba(46, 46, 51, .95); display: block;}
#category_tree .c_t_middle .over ul li a {color: #fff;}
#category_tree .c_t_middle .over ul li a:hover {color: #ff3f3f;}


.AreaR .r_bottom { float: left; width: 783px; height: 17px; /* background: url(image/main_bottom.gif) no-repeat; */ background: none; }

.barcss { float: left; background: url(image/a4.gif) no-repeat; /* width: 738px; */ height: 30px; margin-left: 23px; display: inline; }


#pagebar { height:30px; line-height:30px; margin-right: 10px; }

/* AreaR page */
.newsList {  margin: 0 auto; margin-bottom: 30px; }

#pager span { color: #929292; }
.pagebar {  margin: 0 30px 0 0; text-align: right !important; font-size: 14px; height: auto; line-height: 30px; background:#1d1c1f; user-select: none; }
.pagebar .page_now {  color: #ffffff !important; background-color: #ff3f3f; padding: 0 8px !important; /* margin-right: 10px  !important;*/ border: 0; }
.pagebar a {  border: 0px; padding: 0 8px; /* margin-right: 10px; */ color: #555555; text-decoration: none; }
.pagebar .last {background: none;}
.pagebar a:hover { color: #fff !important; }
.pagebar input { outline: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .centerPadd .goodsBox2 .goodsItem2pic {
        height: calc(100% * 0.76) !important;
    }
    .goodsItem2 .compare {
        display: inline-block;
     }
}