.top-container-fluid {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.top-container {
  /*min-width:1000px;*/
}

.head-message {
  position: relative;
  display: inline-block;
  padding: 0 3px;
}

.top-container .user-info-level {
  background: #c40000;
  color: #fff;
  border-radius: 30px;
  padding-left: 3px;
  padding-right: 3px;
}

.top-container .user-info-level:hover {
  color: #fff;
}

.head-msg-div {
  position: absolute;
  top: 99%;
  left: -1px;
  display: none;
  width: 293px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  z-index: 110;
}

.head-message > a, .head-message > span {
  vertical-align: baseline;
}

.head-message-a {
  display: inline-block;
  height: 100%;
}

.head-message .head-message-badge {
  background-color: #c40000;
  padding: 1px 5px;
}

.head-msg-div li {
  border-top: 1px solid #ddd;
}

.head-msg-div li:hover {
  background: #eee;
}

.head-msg-div li span, .head-msg-div li a {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.msg-type-name {
  padding-left: 10px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-cart:hover,
.head-message:hover {
  background: #fff;
}

.msg-type-cnt {
  width: 40px;
}

/*回顶部*/
/* #top_div {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  display: none;
  cursor: pointer;
  background: #eee;
  color: #999;
  z-index: 1110;
}

#top_div i {
  font-size: 16px;
  display: block;
  margin: 5px 0 5px 0;
} */

.MyShangcheng .top-seller-list {
  position: relative;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
  color: #999;
}

.top-seller-list i {
  color: #999;
}

.MyShangcheng .top-seller-list:hover {
  background: #eee;
  color: #c40000;
}

.MyShangcheng .top-seller-list:hover i {
  /*background: #eee;*/
  color: #c40000;
}

.MyShangcheng .top-seller-list:hover .seller-a {
  /*background: #eee;*/
  color: #c40000;
}

.MyShangcheng .top-seller-list:hover > ul {
  display: block;
}

.user-points:hover {
  color: #c40000;
}

.MyShangcheng .top-seller-list-ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}

/*网站导航*/
.site-map {
  position: relative;
}
.site-map .MyShangcheng:hover{
  background: none;
}
.message-r .site-map{
  padding: 0;
}
.site-map-con {
  display: none;
  position: absolute;
  width: 1198px;
  top: 35px;
  right: 0;
  z-index: 130;
  background-color: #fff;
  border: 1px solid #ececec;
  border-top-width: 0;
  text-align: left;
  padding: 5px 0;
  margin-left: 0;
  margin-right: 0;
}

/*.site-map-con::before {*/
  /*position: absolute;*/
  /*right: 1px;*/
  /*top: -2px;*/
  /*height: 3px;*/
  /*width: 74px;*/
  /*background-color: #fff;*/
  /*z-index: 133;*/
/*}*/

.site-list-con {
  border-right: 1px solid #eee;
  padding: 5px;
}
.site-list-con:last-child{
  border-right: none;
}
/*覆盖样式*/
.site-map-con ul {
  display: block;
  padding: 0;
  margin: 0;
  background: #fff;
  height: auto;
  border: none;
  position: static;
}

.site-map-con ul li {
  height: 26px;
  line-height: 26px;
  padding: 5px 0 0;
}

.site-map-con ul li a {
  height: 26px;
  line-height: 26px;
  text-align: left;
  display: inline-block;
  min-width: 0;
  color: #333;
  padding: 0 8px;
  position: relative;
}

.site-map-con ul li a:hover {
  background: none;
  color: #fff;
}

/*覆盖样式end*/
.site-map-con ul li a img{
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: 9px;
  height: 14px;
  overflow: hidden;
}
.site-list-con h4 {
  margin: 5px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  line-height: 16px;
}

.top-map-color0 h4 {
  color: #fc4200;
}

.top-map-color1 h4 {
  color: #9fb838;
}

.top-map-color2 h4 {
  color: #d75696;
}

.top-map-color3 h4 {
  color: #2e9fdb;
}

.top-map-color0 ul li a:hover {
  background: #fc4200;
}

.top-map-color1 ul li a:hover {
  background: #9fb838;
}

.top-map-color2 ul li a:hover {
  background: #d75696;
}

.top-map-color3 ul li a:hover {
  background: #2e9fdb;
}

/*网站导航 end*/
@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes myfirst2 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.i-tarnsform-up {
  -webkit-animation: myfirst .3s;
  -o-animation: myfirst .3s;
  animation: myfirst .3s;
  animation-fill-mode: forwards;
}

.i-tarnsform-down {
  -webkit-animation: myfirst2 .3s;
  -o-animation: myfirst2 .3s;
  animation: myfirst2 .3s;
  animation-fill-mode: forwards;
}

/*手机*/
@media screen and (max-width: 767px) {
  /* #top_div {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    display: none;
    cursor: pointer;
    background: #fff;
    color: #999;
    border-radius: 30px;
    border: 1px solid #ddd;
    z-index: 1110;
  }

  #top_div i {
    font-size: 12px;
    display: block;
    margin: 1px 0 0 0;
  } */
}