/* hongsebaoding*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-family: "微软雅黑";
}
.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #28FF28;
  display: flex;
  justify-content: center;
  z-index: 99999;
}
.menu * {
  box-sizing: border-box;
  z-index: 99999;
}
.menu .center {line-height: 0;  
  width: 100%;
  z-index: 99999;
}
.menu .ul-list {
  display: flex;
}

.menu .ul-list > li {
  flex: 1;
  border-right: 1px solid #000000;/*分割条颜色*/
  position: relative;
    z-index: 99999;
}

.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #1AFD9C;    /*菜单字体颜色*/
  z-index: 99999;
background: linear-gradient(to top, #3b0000, #b60046ea, #3b0000);/*菜单背景色渐变*/
}
.menu .ul-list > li > span {
  color: #000;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  background: #272727;/*二级菜单背景色*/
  width: 100%;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;/*二级菜单字体颜色*/
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000000;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  background: #FF0000;/*二级菜单点击时背景色*/
}
/*shoplist
.shoplist{float:left; margin-left:2.5%;width:95%;background:#; padding-top:0px;}
.shoplist li { float:left; margin-left:2.5%; width:95%;  height: 58px; margin-top:5px; padding-bottom:2px; border-bottom:2px dotted #ccc; }
.shoplist li .leftimg{ margin-top:1; text-align:center; display:block; float:left; width:80px;  height: 50px;  overflow:hidden}
.shoplist li .righttxt{  line-height: 1; display:block; color:#ff5400; text-align:left; overflow:hidden; float:right; width:73%}
.shoplist li .righttxt h1 h2 h3 h4 h5 h6{  line-height: 1; display:block; color:#ff5400; text-align:left; overflow:hidden; float:left; width:100%}
.shoplist .righttxt p{  line-height:1; padding-top:0px;   padding-bottom:0px; display:block; color:#ff5400; text-align:right; overflow:hidden; float:right}
.img-responsive { display: block;  max-width: 100%; height:100%; }*/

/* shoplist    2020.25.24 */
.shoplist{display: block; float:left; margin-left:0;width:100%; height:100%; background:#fff; padding-top:1px;}
.shoplist li {display: block;  float:left; margin-left:2.5%; width:95%;  height: 75px; margin-top:10px; padding-bottom:0px; border-bottom:1px dotted #ccc; }

.img-responsive { display: block;  max-width: 100%;  width:100%;height:100%;     overflow:hidden; border-radius:0px;/*溢出隐藏  圆角为5px*/  }
.shoplist li .leftimg{ margin-top:4px; text-align:center;   display:block; float:left; width:90px;  height: 55px;  overflow:hidden;}
 
.shoplist li .righttxt{ font-size:15px; margin-top:5px;  justify-content: center; line-height: 1; display:block; color:#ff5400; text-align:left; overflow:hidden; float:right; width:73%}
.shoplist li .righttxt h1  h3 h4 h5 h6{ margin-top:5px;  line-height: 1; display:block; color:#ff5400; text-align:left; overflow:hidden; float:left; width:100%}
.shoplist li .righttxt h2{  margin-top:0px; line-height: 1; display:block; color:#ff5400; text-align:right; overflow:hidden; float:right; padding-top:0}
.shoplist .righttxt p{ display: block;  max-width: 100%;  width:100%;height:100%; line-height:1; padding-top:0px;   padding-bottom:5px; display:block; color:#ff5400; text-align:right; overflow:hidden; float:right}


#box {
	width: 80%px;	height: 50px;	/*text-align: center;*/	display: flex;	align-items: center;	justify-content: center; }