a,img{border:0;color:#333;text-decoration:none;}
body{font:12px/180% Arial, Helvetica, sans-serif, "微软雅黑";}
.hederbut{
    width: 1200px;
    height: 120px;
    display: block;
    margin: auto !important;
}
.hederbut>*{
    display: inline-block;
}
.shopping-cart{
    position: relative;
    margin-top: 44px;
    margin-left: 160px;
}
.shopping-cart .shopa{
    padding: 10px 25px;
    border: #CCC solid 1px;
    font-size: 14px;
    text-decoration: none;
    color: #D03322;
    background-color: #FFF;
}
.shopping-cart i{
    color: #D03322;
    font-size: 16px;
    margin-right: 5px;
}
/*logo*/
.logo_img{
    width: 300px;
    height: 85px;
    float: left;
    margin-top: 20px;
}
/*热门搜索*/
.Popular ul{
    margin-left: 12px;
}
.Popular ul li{
    float: left;
    padding: 0 2px;
    margin-left: 2px;
}
.Popular ul li a{
    text-decoration: none;
}
/*搜索框*/
.search-box{
    float: left;
    margin-top: 30px;
    width: 500px;
    margin-left: 40px;
}
/*搜索框覆盖样式*/
#sousuo{
    width: 96px;
    height: 34px;
    float: left;
    text-align: center;
    border-radius: 0;
    margin-left: 404px;
    margin-top: -34px;
    background-color: #D03322;
    border:#D03322 solid 1px;
    font-size: 18px;
    padding: 1px;
}
.butsear:focus{
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color: #D03322;
}
.butsear{
    border: 2px solid #d03322;
    border-color: #D03322;
}
.er{
    color: #ff4545;
    font-size: 14px;
}
.search-menu{
    border: 1px solid #BEBEBE;
    background: #fff;
    line-height: 24px;
    padding-left: 5px;
    border-top: none;
    width: 403px;
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    max-height: 260px;
    overflow-y: auto;
    display: none;
}
.search-menu>p{
    color: #a5a5a5;
    font-size: 14px;
}
.search-ul>ul>li{
    font-size: 16px;
    padding: 4px 20px;
}
.search-ul>ul>li>a{
    text-decoration: none;
}
.search-ul>ul>li>a:hover{
    color: #ff4545;
}
/*清除历史记录*/
.clean{
    margin-left: 20px;
}
.clean>.lihi{
    font-size: 10px;
    text-decoration: none;
}
/*顶头快捷栏*/
.top_nav a:hover{
    color: #D03322;
    text-decoration: none;
}
.top_nav a{
    border-right: #CCC solid 1px;
    padding:0px 10px
}
.top_nav a:last-of-type{
    border-right:none;
}
/*header二维码样式*/
.qrcodes {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	background: #f7f7f7;
	width: 220px;
	height: 255px;
	position: absolute;
	border: 1px solid #F7F7F7;
	border-radius: 3px;
}
.qrcodes:after{
	border: 10px solid transparent;
	border-bottom: 15px solid #F7F7F7;
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -10px;
	bottom: 100%;
}
/*全部商品下拉菜单与快捷导航*/
.but_nav{
    height: 39px;
    line-height: 39px;
}
.but_nav li,.but-nav a{
    margin: 0px;
    display: inline-block;
}
.but_nav li{
    margin: 0px 10px;
    padding: 0px 10px;
    position: relative;
    top: 1px;
}
.but_nav li:hover{
    border-bottom:#D03322 solid 2px;
}
.but_nav li:hover a{
    text-decoration:none;
    color: #D03322;
}
.but_show{
    border-bottom:#D03322 solid 2px;
}

.but_nav_of{
    border-bottom:#D03322 solid 2px;
}

.but_nav_of a{
    text-decoration:none;
    color: #D03322;
}
.subpage:hover{
    cursor: pointer;
}

/*侧边栏*/
.pros{position:absolute;top:-1px;left:0;z-index:1000;width:200px;background-color:rgba(255,255,255,0.9);height: 451px;box-shadow: 1px 0px 10px #CCC;}
.subpage:hover>.wrap{
    display: inline-block;
}
.wrap {
    position: absolute;
    top: 38px;
    left: 0px;
    width: 200px;
    padding: 1px;
    float: left;
    z-index: 999;
    display: none;
}
.wrapper {
    list-style: none;
    height: 44.25px;
    line-height: 44.25px;
    cursor: pointer;
    z-index: 233;
}
.wrapper_a {
    text-decoration: none;
    color: #999;
    border-top: #F1F1F1 solid 1px;
    border-bottom: #F1F1F1 solid 1px;
}
.wrapper h5{
    color: #233;
    line-height: 44.25px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.wrapper:hover{
    background-color: #FFF;
}
.wrapper:hover .wrapper_a{
    border-top: #DEDEDE solid 1px;
    border-bottom: #F1F1F1 solid 1px;
}
.wrapper:hover h5{
    color: #D03322;
}
.wrap ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.wrap ul li a:hover {
    color: black;
    /*opacity: 0.5;*/
}
.warp_text{
    margin-top: -40px;
}
.details_wrap {
    width: 500px;
    background-color: white;
    opacity: 0.9;
    margin-left: 255px;
    padding-left: 5px;
    list-style: none;
    display: none;
}
.details_wrap a {
    text-decoration: none;
    color: grey;
}
.details_wrap a:hover {
    color: black;
}
.dis span>p{
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0;
    line-height: 28px;
    border-bottom: #D03322 solid 1px;
}
.dis span p>a{
    text-decoration: none;
}
.dis span p>a:hover{
    color: #D03322;
}
.dis span{
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    border-bottom: #CCC solid 1px;
}
.dis>.disdiv{
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
    height: 20px;
    display: inline-block;
}
.dis>.disdiv>a{
    text-decoration: none;
}
.dis>.disdiv>a:hover{
    color: #D03322;
}
.pros{
    min-height: 450px;
}
.warp-text{
    position: absolute;
    padding: 14px;
    left: 199px;
    top: 40px;
    display: none;
    background-color: #FFF;
    border: #DEDEDE solid 1px;
    width: 802px;
    height: 452px;
    z-index: -1;
    overflow: auto;
}
.dis{
    width: 470px;
    line-height: normal;
    overflow-y: auto;
}
.warp-text::-webkit-scrollbar{
    display: none;
}
.warp-text {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}
.warp-text {
    /*overflow: -moz-scrollbars-none;*/
    overflow:-moz-scrollbars-horizontal;
    overflow:-moz-scrollbars-vertical;
}
/*图片*/
.rightkj{
    position: absolute;
    width: 300px;
    background-color: khaki;
    height: 100%;
    left: 500px;
    top: -1px;
}
.rightkj img{
    width: 300px;
    height: 450px;
}
.wrapper:hover .warp-text {
    display: inline-block;
}

/*购物车有无商品判断*/
.u-fn-cart {
    display: none;
    margin-left: -164px;
    margin-top: 6px;
    width: 334px;
    background: #e9e9e9;;
    border: 1px solid #ccc;
    z-index: 999;
    position: absolute;
}
.maxhig{
    max-height: 500px;
    overflow-y: auto;
    background-color: #fff;
}
/*有商品*/
.empty-div{
    position: relative;
    padding: 4px 8px;
    border-bottom: 1px dashed #ccc;
    background-color: #fff;
    /*margin-bottom: 10px;*/
    height: 74px;
}
.emleft{
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #E3E3E3;
    float: left;
}
.emleft img{
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 2px;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.emlefts{
    width: 140px;
    float: left;
    padding: 5px 5px;
}
.emright{
    width: 85px;
    float: right;
    color: #666;
    margin-top: 6px;
}
.emright div{
    font-weight: 700;
}
.div100{
    color: #666;
}
.divname{
    padding: 5px 5px;
    color: #666;
}
.emrem{
    position: absolute;
    right: 20px;
}
.divnum{
    margin-left: 5px;
}
.emright a{
    margin-left: 46px;
}
/*清除浮动*/
.he-pay {zoom:1;}
.he-pay:after {
    clear:both;
    content:'';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
/*没有商品*/
.empfoot{
    margin-top: 12px;
    color: #666;
}
.fldiv{
    float: left;
    margin-left: 10px;
}
.frdiv{
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.frdiv a{
    padding: 5px 5px;
    background-color: #e4393c;
    color: #fff;
}
.product{
    padding: 3px;
    font-weight: 700;
}
.Subtotal{
    font-weight: 700;
}

/*今日消息*/
.root{
    height: 20px;
    font-size: 12px;
    overflow: hidden;
    margin-top: -19px;
    margin-left: 10px;
}
.mainleft{
    float: left;
    padding: 0 3px;
    border-right: 2px solid #ccc;
    font-weight: 700;
}
.mainright{
    float: left;
    padding: 0 8px;
    width: 430px;
    text-align: center;
}
.mainright ul li a{
    text-decoration: none;
}