.search_button_input{
    float: right;
    width: 20%;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    overflow: hidden;
	padding: 0;
	border-radius: unset;
	margin-left: 0px;
}
.search-panel {
	width: 100%;
    height: 30px;
    vertical-align: middle;
    margin: 9px auto;
    overflow: hidden;
    padding: 0;
    border: 1px solid #919191;
    border-radius: 6px;
}
#J_ShopSearchIcon {
    width: 100%;
    height: 100%;
    background: #919191;
    border: none;
    outline: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
}
.search-panel-fields {
    float: left;
    width: 80%;
    height: 28px;
    /* line-height: 28px; */
    vertical-align: middle;
    background: #FFF;
    border-right: none;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border: 0px solid #000;
}
.search-panel-fields input {
    padding-top: 0;
    font-size: 14px;
    text-indent: 5px;
    /* padding-left: 2px; */
    vertical-align: middle;
	margin: 0px;
    width: 100%;
    height: inherit;
	border: 0px solid #C5C5C5;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-panel-fields input:focus {
	border: 2px solid red; /* 当输入框被选中时的蓝色边框 */
}
.box-hd{
	width: 100%;
}
/* 4-29 */
.carousel{
	margin-bottom:0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	/* width: 100%; */
    margin: 0 auto;
}
.carousel-indicators>li{
    border: 1px solid rgb(173 173 173)!important;
}
.carousel-indicators .active{
	/* background-color: rgb(209 209 209)!important; */
}
.site-category-list{
    min-height: 540px;
    background: rgb(0 0 0 / 70%);
    color: #626262;
    padding:10px 0;
	box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}
.site-category{
    margin-right: 0;
	width: 224px;
}
.site-category-list .title {
    color: #ffffff;
	height: 45px;
    width: auto;
	margin: 0;
    padding: 0 15px;
	/* border-radius: 5px; */
}
.site-category-list .title samp{
	border-bottom: 0px solid #ffffff;
	left: auto;
    font-size: 14px;
    width: auto;
}
.site-category-list .title i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    line-height: 16px;
    /* color: #505050; */
    font-size: 14px;
}
.site-category .category-item{
	padding: 5px 0;
}
.site-category .category-item:hover .title,.category-item:hover .title i{
	color: #fff;
}
.site-category-list .children{
	width: auto;
    height: 540px;
	left: 224px;
    top: 0;
	border: 0px solid rgb(223, 223, 223);
    box-shadow: 5px 8px 12px rgb(0 0 0 / 16%);
}
.title-list{
	width: 190px;
}
.title-list .wrap li.bod_1:hover{
	background: rgba(229 241 255);
	color: rgb(11 119 254);
}
.title-list .wrap li a:hover{
	color: rgb(11 119 254);
}
.site-category-list .children-list{
    width: 900px;
	height: auto;
}
.site-category-list .children-list li{
    width: 125px;
}
.site-category-list .children-list .thumb{
	margin: 0;
    width: 100%;
    height: auto;
}
.site-category-list .children-list .link{
	padding: 0;
}
.xm-plain-box .box-hd{
	float: left;
    width: 234px;
    height: auto;
    /* padding: 10px 0; */
    margin-bottom: 0;
    margin-top: 0;
}
.xm-plain-box{
    max-width: 1400px;
    margin: 0 auto;
    height: 634px;
    padding: 10px 0;
}
.store-md-1 .text{
	display: flex;
    align-items: center;
    justify-content: center;
}
.box-hd {
    position: relative;
    max-width: 1400px;
    height: 58px;
    -webkit-font-smoothing: antialiased;
}
.box-hd .title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 58px;
    color: #333;
    height: auto;
    width: auto;
    text-align: left;
}
.brick-list{
	padding: 0;
	height: 634px;
}
.store-md-1{
	padding-bottom: 21px;
	margin: 0 10px 30px 10px;
}
.page-main{
	padding: 100px 0 0 0;
}
.desc{
    margin: 5px 0 10px 0;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
}
.btn-small{
	border-color: #666565;
    background: #fff;
    color: #666565;
    width: 100px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #666565;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
}
.store-md-1:hover .btn-small{
	color: #ffffff;
    background: #474747;
	text-decoration: auto;
}
/* 轮播文案 */
.banner-text{
	transition: all .6s ease;
    opacity: 1;
    transform: none;
    height: 100%;
	cursor: pointer;
}
.banner-slogan-title1{
	font-family: "Dji-Bold", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 52px;
    width: fit-content;
    top: 25%;
    text-align: left;
    opacity: 1;
    position: relative;
    margin-left: 16%;
}
.banner-slogan-title2{
	font-family: "MiSans-Semibold", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 32px;
    width: fit-content;
    top: 25%;
    text-align: left;
    opacity: 1;
    position: relative;
    margin-left: 16%;
}
.banner-slogan-title3{
    font-family: "MiSans-Light", sans-serif;
    color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    width: fit-content;
    top: 30%;
    text-align: left;
    opacity: 1;
    position: relative;
    margin-left: 16%;
}
.banner-slogan-title4{
	font-family: "MiSans-Light", sans-serif;
    color: #ffffff;
    font-weight: 200;
    font-size: 14px;
    width: fit-content;
    text-align: left;
    opacity: 1;
    position: relative;
    margin-left: 16%;
	border-radius: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    top: 36%;
}
.carousel-control{
	width: 5%!important;
}
.carousel-control.left{
	background-image: linear-gradient(to right,rgb(255 255 255 / 0%) 0,rgba(0,0,0,.0001) 100%)!important;
}
.carousel-control.right{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(255 255 255 / 0%) 100%)!important;
}
@media screen and (max-width: 1300px){
	.banner-slogan-title1{
		font-size: 42px;
		top: 30%;
	}
	.banner-slogan-title2{
		font-size: 26px;
		top: 30%;
	}
	.banner-slogan-title3{
		top: 36%;
	}
	.banner-slogan-title4{
		top: 43%;
	}
}
.more {
    position: absolute;
    top: 0;
    right: 0;
}
.showDiv{
	width: 25px;
    height: 25px;
    padding: 4px;
    margin-left: 8px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    vertical-align: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.brick-list.div2{
	display: none;
}
.showDiv_hover{
	background: rgb(176 176 176 / 50%);
    border: 1px solid transparent;
}
.showDiv_hover:hover{
	background: rgb(176 176 176 / 100%);
}